Integrate mainline
[p5sagit/p5-mst-13.2.git] / Changes
1 Please note: This file provides a complete, temporally ordered log of
2 changes that went into every version of Perl.  If you'd like more
3 detailed information, please consult the comments in the individual
4 patches posted to the perl5-porters mailing list.  Patches for each
5 individual change may also be obtained through ftp and rsync--see
6 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 [ 10475] By: jhi                                   on 2001/06/08  00:53:45
35         Log: Regen Glossary et alia.
36      Branch: perl
37            ! Porting/Glossary Porting/config.sh Porting/config_H
38 ____________________________________________________________________________
39 [ 10474] By: jhi                                   on 2001/06/07  22:06:38
40         Log: Metaconfig unit changes for #10473.
41      Branch: metaconfig/U/perl
42            ! d_modfl.U
43 ____________________________________________________________________________
44 [ 10473] By: jhi                                   on 2001/06/07  22:06:16
45         Log: Harumph, also AIX will spill its guts (i.e. dump core)
46              if an executable contains modfl() but it hasn't been
47              compiled right (in the case of AIX, with cc -qlongdouble).
48      Branch: perl
49            ! Configure
50 ____________________________________________________________________________
51 [ 10472] By: gsar                                  on 2001/06/07  20:04:28
52         Log: integrate change#10471 from mainline
53              
54              in change#10451, check that CvOUTSIDE is a CV before looking in
55              (it can apparently be SVt_NULL during global destruction)
56      Branch: maint-5.6/perl
57           !> op.c
58 ____________________________________________________________________________
59 [ 10471] By: gsar                                  on 2001/06/07  20:01:31
60         Log: in change#10451, check that CvOUTSIDE is a CV before looking in
61              (it can apparently be SVt_NULL during global destruction)
62      Branch: perl
63            ! op.c
64 ____________________________________________________________________________
65 [ 10470] By: jhi                                   on 2001/06/07  12:17:51
66         Log: Subject: Re: [PATCH perl@10439] diagnostics and long C<=item>s
67              From: Robin Barker <rmb1@cise.npl.co.uk>
68              Date: Thu, 7 Jun 2001 13:01:06 +0100 (BST)
69              Message-Id: <200106071201.NAA13627@tempest.npl.co.uk>
70      Branch: perl
71            ! lib/diagnostics.pm pod/perldiag.pod
72 ____________________________________________________________________________
73 [ 10469] By: jhi                                   on 2001/06/07  12:16:12
74         Log: Subject: [PATCH perl@10439] long =item
75              From: Robin Barker <rmb1@cise.npl.co.uk>
76              Date: Thu, 7 Jun 2001 12:34:08 +0100 (BST)
77              Message-Id: <200106071134.MAA10288@tempest.npl.co.uk>
78      Branch: perl
79            ! README.amiga lib/Attribute/Handlers.pm
80            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
81 ____________________________________________________________________________
82 [ 10468] By: jhi                                   on 2001/06/07  12:08:56
83         Log: Subject: [PATCH 5.7.1 pod/perlguts.pod] IOK vs pIOK docs
84              Date: Thu, 7 Jun 2001 10:09:59 +0100 (BST)
85              Reply-To: Dave Mitchell <davem@fdgroup.co.uk>
86              Message-Id: <200106070909.KAA25610@gizmo.fdgroup.co.uk>
87      Branch: perl
88            ! pod/perlguts.pod
89 ____________________________________________________________________________
90 [ 10467] By: jhi                                   on 2001/06/07  12:04:26
91         Log: Integrate perlio.
92      Branch: perl
93           !> sv.c
94 ____________________________________________________________________________
95 [ 10466] By: nick                                  on 2001/06/07  10:25:40
96         Log: MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
97              whitespace tweaks.
98              Still coredumps in pragma/overload.t - what a nice hard fail that is...
99      Branch: perlio
100            ! sv.c
101 ____________________________________________________________________________
102 [ 10465] By: nick                                  on 2001/06/07  08:41:58
103         Log: Raw integrate of mainline for S_grok_number debug
104              (sv.c has MULTIPLICITY issues as well as whatever else ...)
105      Branch: perlio
106            - plan9/perlplan9.doc plan9/perlplan9.pod
107           !> (integrate 46 files)
108 ____________________________________________________________________________
109 [ 10464] By: jhi                                   on 2001/06/06  23:33:58
110         Log: The proper prototyping for #10463.
111      Branch: perl
112            ! embed.h embed.pl proto.h sv.c
113 ____________________________________________________________________________
114 [ 10463] By: jhi                                   on 2001/06/06  23:15:30
115         Log: Subject: Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
116              From: Nicholas Clark <nick@ccl4.org>
117              Date: Thu, 7 Jun 2001 00:29:59 +0100
118              Message-ID: <20010607002959.Z76396@plum.flirble.org>
119      Branch: perl
120            ! sv.c
121 ____________________________________________________________________________
122 [ 10462] By: jhi                                   on 2001/06/06  23:13:19
123         Log: Subject: [PATCH perl@10439] fix old $^S description in perlvms.pod
124              From: "Craig A. Berry" <craigberry@mac.com>
125              Date: Wed, 06 Jun 2001 17:54:30 -0500
126              Message-Id: <5.1.0.14.0.20010606174814.03c2c880@exchi01>
127      Branch: perl
128            ! vms/perlvms.pod
129 ____________________________________________________________________________
130 [ 10461] By: jhi                                   on 2001/06/06  23:10:00
131         Log: Podify the remaining README.platform files;
132              merge README.plan9 and plan9/perlplan9.pod;
133              delete plan9/perlplan9.* (the perlplan.doc needs to
134              be regenerated in Plan 9); make the =head1 and =head2
135              in the README.platform to be a little more verbose
136              (skipped README.os2 not to anger Ilya) so that they
137              look better in the toc; regen toc.
138      Branch: perl
139            - plan9/perlplan9.doc plan9/perlplan9.pod
140            ! MANIFEST README.aix README.amiga README.apollo README.beos
141            ! README.bs2000 README.cygwin README.dgux README.dos README.epoc
142            ! README.hpux README.hurd README.machten README.macos
143            ! README.micro README.mint README.mpeix README.os390
144            ! README.plan9 README.qnx README.solaris README.threads
145            ! README.tru64 README.vmesa README.vms README.vos README.win32
146            ! plan9/mkfile pod/buildtoc.PL pod/perl.pod pod/perlport.pod
147            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
148 ____________________________________________________________________________
149 [ 10460] By: jhi                                   on 2001/06/06  20:58:53
150         Log: Subject: [PATCH] Re: Bug in perlguts documentation?
151              From: Mike Guy <mjtg@cam.ac.uk>
152              Reply-To: mjtg@cam.ac.uk
153              Message-Id: <E157fiS-0006Q7-00@draco.cus.cam.ac.uk>
154      Branch: perl
155            ! pod/perlguts.pod
156 ____________________________________________________________________________
157 [ 10459] By: jhi                                   on 2001/06/06  20:58:15
158         Log: Subject: [PATCH] Re: [ID 20010604.015] taint + comma = false insecurity
159              From: Mike Guy <mjtg@cam.ac.uk>
160              Reply-To: mjtg@cam.ac.uk
161              Message-Id: <E157flx-0006Uz-00@draco.cus.cam.ac.uk>
162      Branch: perl
163            ! pod/perlsec.pod
164 ____________________________________________________________________________
165 [ 10458] By: jhi                                   on 2001/06/06  20:56:04
166         Log: Disable long doubles from pre-5.0 Tru64s.
167      Branch: perl
168            ! README.tru64 hints/dec_osf.sh
169 ____________________________________________________________________________
170 [ 10457] By: jhi                                   on 2001/06/06  20:49:23
171         Log: The #10455 exposed that modfl() is fundamentally busted
172              (as in: dumps core) in pre-5.0 Tru64, so better avoid even
173              testing it.
174      Branch: perl
175            ! hints/dec_osf.sh
176 ____________________________________________________________________________
177 [ 10456] By: jhi                                   on 2001/06/06  20:48:35
178         Log: Metaconfig unit change for #10455.
179      Branch: metaconfig/U/perl
180            ! d_modfl.U
181 ____________________________________________________________________________
182 [ 10455] By: jhi                                   on 2001/06/06  20:48:09
183         Log: Configure check for geborken modfl(), inspired by
184              
185              Subject: Re: [20010118.017] op/int.t failure 
186              From: Hugo <hv@crypt.compulink.co.uk>
187              Date: Tue, 05 Jun 2001 13:43:27 +0100
188              Message-Id: <200106051243.NAA15525@crypt.compulink.co.uk>
189      Branch: perl
190            ! Configure
191 ____________________________________________________________________________
192 [ 10454] By: jhi                                   on 2001/06/06  11:45:08
193         Log: Integrate changes #10450 and #10451 from maintperl:
194              
195              optimize change#10448 slightly (don't repeat search in eval""s lexical
196              scope, since that has already been searched)
197              
198              change#9108 needs subtler treatment for case of closures created
199              within eval""
200      Branch: perl
201           !> op.c t/op/misc.t
202 ____________________________________________________________________________
203 [ 10453] By: jhi                                   on 2001/06/06  11:42:10
204         Log: MakeMaker magic to compile (when no dynamic loading)
205              List/Util.xsc as (ListUtil.c and) ListUtil.o since
206              POSIX-BC (BS2000) linker has an evil limitation of
207              being unable to include in the same executable several
208              object files with the same name - case-insensitively -
209              because otherwise we conflict with util.c.
210              Strictly speaking currently required only in POSIX-BC
211              but probably will do no harm elsewhere where static
212              linking is required.
213      Branch: perl
214            ! ext/List/Util/Makefile.PL
215 ____________________________________________________________________________
216 [ 10452] By: nick                                  on 2001/06/06  08:59:51
217         Log: Integrate mainline.
218      Branch: perlio
219           +> lib/Attribute/Handlers/demo/Demo.pm
220           +> lib/Attribute/Handlers/demo/Descriptions.pm
221           +> lib/Attribute/Handlers/demo/MyClass.pm
222           +> lib/Attribute/Handlers/demo/demo.pl
223           +> lib/Attribute/Handlers/demo/demo2.pl
224           +> lib/Attribute/Handlers/demo/demo3.pl
225           +> lib/Attribute/Handlers/demo/demo4.pl
226           +> lib/Attribute/Handlers/demo/demo_call.pl
227           +> lib/Attribute/Handlers/demo/demo_chain.pl
228           +> lib/Attribute/Handlers/demo/demo_cycle.pl
229           +> lib/Attribute/Handlers/demo/demo_hashdir.pl
230           +> lib/Attribute/Handlers/demo/demo_phases.pl
231           +> lib/Attribute/Handlers/demo/demo_range.pl
232           +> lib/Attribute/Handlers/demo/demo_rawdata.pl t/op/override.t
233           +> uts/strtol_wrap.c
234           !> (integrate 91 files)
235 ____________________________________________________________________________
236 [ 10451] By: gsar                                  on 2001/06/06  07:11:36
237         Log: change#9108 needs subtler treatment for case of closures created
238              within eval""
239      Branch: maint-5.6/perl
240            ! op.c t/op/misc.t
241 ____________________________________________________________________________
242 [ 10450] By: gsar                                  on 2001/06/06  05:47:25
243         Log: optimize change#10448 slightly (don't repeat search in eval""s lexical
244              scope, since that has already been searched)
245      Branch: maint-5.6/perl
246            ! op.c
247 ____________________________________________________________________________
248 [ 10449] By: jhi                                   on 2001/06/06  01:33:31
249         Log: Integrate change #10448 from maintperl; lexicals
250              outside an eval"" weren't resolved correctly inside a subroutine
251              definition inside the eval"" if they were not already referenced
252              in the toplevel of the eval""-ed code
253      Branch: perl
254           !> cop.h op.c pp_ctl.c t/op/misc.t
255 ____________________________________________________________________________
256 [ 10448] By: gsar                                  on 2001/06/06  01:03:26
257         Log: fix yet another bug of hoary vintage found by change#10394: lexicals
258              outside an eval"" weren't resolved correctly inside a subroutine
259              definition inside the eval"" if they were not already referenced
260              in the toplevel of the eval""-ed code
261      Branch: maint-5.6/perl
262            ! cop.h op.c pp_ctl.c t/op/misc.t
263 ____________________________________________________________________________
264 [ 10447] By: jhi                                   on 2001/06/06  00:51:04
265         Log: Subject: [PATCH] perl570delta.pod
266              From: Peter Scott <Peter@PSDT.com> 
267              Date: Tue, 05 Jun 2001 18:51:02 -0700
268              Message-Id: <4.3.2.7.2.20010605183619.00a94400@psdt.com>
269      Branch: perl
270            ! pod/perl570delta.pod
271 ____________________________________________________________________________
272 [ 10446] By: jhi                                   on 2001/06/05  23:45:05
273         Log: The fudge factor is no more needed.  I hope.
274      Branch: perl
275            ! t/lib/posix.t
276 ____________________________________________________________________________
277 [ 10445] By: jhi                                   on 2001/06/05  23:19:19
278         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms 
279              From: Hugo <hv@crypt.compulink.co.uk>
280              Date: Tue, 05 Jun 2001 12:58:19 +0100
281              Message-Id: <200106051158.MAA04605@crypt.compulink.co.uk>
282      Branch: perl
283            ! util.c
284 ____________________________________________________________________________
285 [ 10444] By: jhi                                   on 2001/06/05  11:09:01
286         Log: Make up prototypes only for those who have the functions
287              but not the prototypes.
288      Branch: perl
289            ! perl.h
290 ____________________________________________________________________________
291 [ 10443] By: jhi                                   on 2001/06/05  11:02:13
292         Log: Subject: Re: Not OK: perl@10439 on win32 
293              From: Prymmer/Kahn <pvhp@best.com> 
294              Date: Mon, 4 Jun 2001 22:11:02 -0700 (PDT)
295              Message-ID: <Pine.BSF.4.21.0106042136410.26316-100000@shell8.ba.best.com>
296      Branch: perl
297            ! perl.h util.c
298 ____________________________________________________________________________
299 [ 10442] By: jhi                                   on 2001/06/05  00:55:46
300         Log: The metaconfig units changes for #10441.
301      Branch: metaconfig
302            ! U/modified/Extract.U U/modified/Extractall.U
303            ! U/modified/Finish.U
304 ____________________________________________________________________________
305 [ 10441] By: jhi                                   on 2001/06/05  00:55:17
306         Log: Extraction of the *.SH wasn't quite working with -Dmksymlinks.
307      Branch: perl
308            ! Configure
309 ____________________________________________________________________________
310 [ 10440] By: jhi                                   on 2001/06/05  00:28:27
311         Log: Unnecessary fuzziness undone, noted by Mike Guy.
312      Branch: perl
313            ! t/op/tr.t
314 ____________________________________________________________________________
315 [ 10439] By: jhi                                   on 2001/06/04  17:14:31
316         Log: Update Changes.
317      Branch: perl
318            ! Changes patchlevel.h
319 ____________________________________________________________________________
320 [ 10438] By: jhi                                   on 2001/06/04  17:10:16
321         Log: Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
322              bug found by Ilmari Karonen; the bug fixed by Sarathy's lexical
323              leakage patch.
324      Branch: perl
325            ! t/op/misc.t
326 ____________________________________________________________________________
327 [ 10437] By: jhi                                   on 2001/06/04  17:01:06
328         Log: Test case for #10433/#10424.
329      Branch: perl
330            ! t/op/misc.t
331 ____________________________________________________________________________
332 [ 10436] By: jhi                                   on 2001/06/04  16:54:21
333         Log: Subject: One fix for strtoul not setting errno
334              From: hom00@utsglobal.com (Hal Morris)
335              Date: Sat, 2 Jun 2001 09:23:11 -0700 (PDT)
336              Message-Id: <200106021623.JAA06906@cepheus.utsglobal.com>
337      Branch: perl
338            + uts/strtol_wrap.c
339            ! MANIFEST hints/uts.sh
340 ____________________________________________________________________________
341 [ 10435] By: jhi                                   on 2001/06/04  16:54:01
342         Log: Metaconfig units changes for #10434.
343      Branch: metaconfig
344            ! U/modified/Cppsym.U
345      Branch: metaconfig/U/perl
346            + d_dbminitproto.U d_flockproto.U d_sockatmarkproto.U
347            + d_syscallproto.U d_usleepproto.U
348            ! longdblfio.U quadfio.U
349 ____________________________________________________________________________
350 [ 10434] By: jhi                                   on 2001/06/04  16:48:33
351         Log: Configure tweaks; add prototype probes, make the cpp symbols
352              probe to cast, not whine; test for %Ld and %Lf before %lld and
353              %llf because the L is the ANSI way.
354      Branch: perl
355            ! Configure config_h.SH configure.com epoc/config.sh
356            ! ext/ODBM_File/ODBM_File.xs perl.h pod/perltoc.pod uconfig.h
357            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
358            ! win32/config.bc win32/config.gc win32/config.vc x2p/str.c
359 ____________________________________________________________________________
360 [ 10433] By: jhi                                   on 2001/06/04  16:45:23
361         Log: Sigh.  This is what #10424 was supposed to check in.
362      Branch: perl
363            ! op.c sv.c sv.h
364 ____________________________________________________________________________
365 [ 10432] By: jhi                                   on 2001/06/04  16:29:40
366         Log: More verbose failure.
367      Branch: perl
368            ! t/op/ver.t
369 ____________________________________________________________________________
370 [ 10431] By: jhi                                   on 2001/06/04  16:21:55
371         Log: The .pm changes to go with #10428.
372      Branch: perl
373            ! ext/Fcntl/Fcntl.pm ext/Socket/Socket.pm
374            ! ext/Sys/Syslog/Syslog.pm
375 ____________________________________________________________________________
376 [ 10430] By: jhi                                   on 2001/06/04  16:05:20
377         Log: On second thoughts show to utf8 skippage message only
378              on failures, it's too confusing otherwise,
379      Branch: perl
380            ! t/pragma/locale.t
381 ____________________________________________________________________________
382 [ 10429] By: jhi                                   on 2001/06/04  14:47:50
383         Log: Do not import anything from Encode.
384      Branch: perl
385            ! ext/MIME/Base64/QuotedPrint.pm
386 ____________________________________________________________________________
387 [ 10428] By: jhi                                   on 2001/06/04  14:45:47
388         Log: The #10402 didn't take.  Weird.
389      Branch: perl
390            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
391            ! ext/Sys/Syslog/Syslog.xs
392 ____________________________________________________________________________
393 [ 10427] By: jhi                                   on 2001/06/04  12:55:39
394         Log: Eradicate traces of 'asciirange' re subpragma.
395      Branch: perl
396            ! ext/B/B/Deparse.pm ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm
397            ! pod/perldiag.pod
398 ____________________________________________________________________________
399 [ 10426] By: jhi                                   on 2001/06/04  12:44:05
400         Log: use is a compile-time thing.
401      Branch: perl
402            ! ext/MIME/Base64/QuotedPrint.pm
403 ____________________________________________________________________________
404 [ 10425] By: jhi                                   on 2001/06/04  12:39:44
405         Log: Subject: [PATCH perl@10419] -Wall casting patch
406              From: Robin Barker <rmb1@cise.npl.co.uk>
407              Date: Mon, 4 Jun 2001 14:27:28 +0100 (BST)
408              Message-Id: <200106041327.OAA15338@tempest.npl.co.uk>
409      Branch: perl
410            ! ext/Devel/DProf/DProf.xs mg.c
411 ____________________________________________________________________________
412 [ 10424] By: jhi                                   on 2001/06/04  12:23:30
413         Log: Subject: [PATCH #2] introducing SVpad_TYPED
414              From: Abhijit Menon-Sen <ams@wiw.org>
415              Date: Mon, 4 Jun 2001 12:26:02 +0530
416              Message-ID: <20010604122602.A5775@lustre.linux.in>
417      Branch: perl
418            ! op.c sv.c sv.h
419 ____________________________________________________________________________
420 [ 10423] By: gsar                                  on 2001/06/04  05:12:18
421         Log: testsuite for change#10192 (from Gisle Aas)
422      Branch: perl
423            + t/op/override.t
424            ! MANIFEST
425 ____________________________________________________________________________
426 [ 10422] By: gsar                                  on 2001/06/04  02:32:03
427         Log: integrate changes#10414-10416 from mainline
428              
429              Potential buffer overrun if the radix separator is more than
430              one byte.  Also, under locales, prefer the locale-specific
431              separator over the old boring ".".
432              
433              "10.", that is, decimal numbers can have no decimal part at all.
434              
435              The non-locale places need love, too.
436      Branch: maint-5.6/perl
437           !> perl.h sv.c
438 ____________________________________________________________________________
439 [ 10421] By: jhi                                   on 2001/06/04  02:25:53
440         Log: Missed from #10420.
441      Branch: perl
442            ! epoc/config.sh
443 ____________________________________________________________________________
444 [ 10420] By: jhi                                   on 2001/06/04  02:19:58
445         Log: Missed HAS_SETRESGID_PROTO.  No serious harm done since
446              often this prototype goes with HAS_SETRESUID_PROTO.
447      Branch: perl
448            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
449            ! config_h.SH configure.com perl.h uconfig.h
450 ____________________________________________________________________________
451 [ 10419] By: jhi                                   on 2001/06/04  00:24:55
452         Log: Update Changes.
453      Branch: perl
454            ! Changes patchlevel.h
455 ____________________________________________________________________________
456 [ 10418] By: jhi                                   on 2001/06/03  23:58:04
457         Log: -Wall "subscript has type `char'" cleanup.
458      Branch: perl
459            ! ext/File/Glob/bsd_glob.c x2p/a2py.c x2p/str.c x2p/walk.c
460 ____________________________________________________________________________
461 [ 10417] By: jhi                                   on 2001/06/03  23:37:17
462         Log: Various "cast to pointer from integer of different size"
463              picked up by gcc -Wall (in Tru64 where pointers are 64 bits
464              wide but I32 (int) only 32 bits wide).
465              
466              WARNING: the classnum and tagnum changes in Storable.xs
467              may not be wise, they may be breaking binary compatibility
468              (in 64-bit platforms), asked Raphael Manfredi about the changes.
469      Branch: perl
470            ! embed.pl ext/Devel/DProf/DProf.xs ext/Storable/Storable.xs
471            ! mg.c proto.h
472 ____________________________________________________________________________
473 [ 10416] By: jhi                                   on 2001/06/03  23:15:24
474         Log: The non-locale places need love, too.
475      Branch: perl
476            ! perl.h
477 ____________________________________________________________________________
478 [ 10415] By: jhi                                   on 2001/06/03  23:10:55
479         Log: "10.", that is, decimal numbers can have no decimal part at all.
480      Branch: perl
481            ! perl.h
482 ____________________________________________________________________________
483 [ 10414] By: jhi                                   on 2001/06/03  22:49:55
484         Log: Potential buffer overrun if the radix separator is more than
485              one byte.  Also, under locales, prefer the locale-specific
486              separator over the old boring ".".
487      Branch: perl
488            ! perl.h sv.c
489 ____________________________________________________________________________
490 [ 10413] By: jhi                                   on 2001/06/03  22:42:10
491         Log: Integrate change #10412 from maintperl; locale is now
492              per-cop, not per-op; plus retweak the locale.t to always
493              list the skipped utf8 locales.
494      Branch: perl
495            ! t/pragma/locale.t
496           !> embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
497           !> pp.sym pp_ctl.c pp_proto.h pp_sys.c util.c
498 ____________________________________________________________________________
499 [ 10412] By: gsar                                  on 2001/06/03  22:23:16
500         Log: rationalize locale handling to fix the bugs uncovered by change#10394
501              
502              the major issue was that the runtime was looking at PL_hints rather
503              than op_private to notice whether locale was enabled
504              
505              the secondary issue was that many locale-sensitive numeric ops didn't
506              have HINT_LOCALE propagated into their op_private
507              
508              HINT_LOCALE is now propagated per-statement (i.e., via PL_curcop)
509              instead of per-op, just like HINT_BYTE and the hints for lexical
510              warnings (this makes the hint available to every op via PL_curcop)
511              
512              pragma/locale.t may need to be reworked with these fixes in mind
513              (it currently passes its tests)
514      Branch: maint-5.6/perl
515            ! embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
516            ! pp.sym pp_ctl.c pp_proto.h pp_sys.c t/pragma/locale.t util.c
517 ____________________________________________________________________________
518 [ 10411] By: jhi                                   on 2001/06/03  17:50:49
519         Log: More verbose debugging.
520      Branch: perl
521            ! t/pragma/locale.t
522 ____________________________________________________________________________
523 [ 10410] By: jhi                                   on 2001/06/03  17:36:40
524         Log: Subject: RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
525              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
526              Date: Sat, 2 Jun 2001 22:53:33 +0100
527              Message-ID: <000601c0ebae$77d10dc0$99dcfea9@bfs.phone.com>
528      Branch: perl
529            ! regcomp.c t/pragma/warn/regcomp
530 ____________________________________________________________________________
531 [ 10409] By: jhi                                   on 2001/06/03  17:27:13
532         Log: Mention that lexicalizing $a or $b is a bad idea if one
533              wants to use sort().
534      Branch: perl
535            ! pod/perlvar.pod
536 ____________________________________________________________________________
537 [ 10408] By: jhi                                   on 2001/06/03  16:52:41
538         Log: Tweak the test to be happy if the accuracy is 'good enough'.
539      Branch: perl
540            ! t/lib/posix.t
541 ____________________________________________________________________________
542 [ 10407] By: jhi                                   on 2001/06/03  16:50:33
543         Log: Upgrade to Attribute::Handlers 0.70.
544              
545              NOTE: this unearthed the "too late for CHECK block" bug,
546              that's why the 1_compile.t change.
547      Branch: perl
548            + lib/Attribute/Handlers/demo/Demo.pm
549            + lib/Attribute/Handlers/demo/Descriptions.pm
550            + lib/Attribute/Handlers/demo/MyClass.pm
551            + lib/Attribute/Handlers/demo/demo.pl
552            + lib/Attribute/Handlers/demo/demo2.pl
553            + lib/Attribute/Handlers/demo/demo3.pl
554            + lib/Attribute/Handlers/demo/demo4.pl
555            + lib/Attribute/Handlers/demo/demo_call.pl
556            + lib/Attribute/Handlers/demo/demo_chain.pl
557            + lib/Attribute/Handlers/demo/demo_cycle.pl
558            + lib/Attribute/Handlers/demo/demo_hashdir.pl
559            + lib/Attribute/Handlers/demo/demo_phases.pl
560            + lib/Attribute/Handlers/demo/demo_range.pl
561            + lib/Attribute/Handlers/demo/demo_rawdata.pl
562            ! MANIFEST lib/Attribute/Handlers.pm t/lib/1_compile.t
563            ! t/lib/attrhand.t
564 ____________________________________________________________________________
565 [ 10406] By: jhi                                   on 2001/06/03  16:40:03
566         Log: One less -Wall whine.
567      Branch: perl
568            ! regcomp.c
569 ____________________________________________________________________________
570 [ 10405] By: jhi                                   on 2001/06/03  16:30:34
571         Log: Integrate change #10404 from maintperl; eval.t was in pre-10394 mood.
572      Branch: perl
573           !> t/op/eval.t
574 ____________________________________________________________________________
575 [ 10404] By: gsar                                  on 2001/06/03  16:23:07
576         Log: eval.t was relying on pre-change#10394 buggy behavior (lexicals
577              aren't "normally" visible inside eval""s contained in subs unless
578              a cloned reference to them already exists)
579              
580              strangely enough, t/harness did show this up as a failure (harness
581              needs fixing?)
582      Branch: maint-5.6/perl
583            ! t/op/eval.t
584 ____________________________________________________________________________
585 [ 10403] By: jhi                                   on 2001/06/03  16:22:59
586         Log: Update to Text::Balanced 1.85.
587      Branch: perl
588            ! lib/Text/Balanced.pm t/lib/tb-xvari.t
589 ____________________________________________________________________________
590 [ 10402] By: jhi                                   on 2001/06/03  16:18:09
591         Log: Subject: [PATCH] Re: ext/Socket/Socket.xs
592              From: Nicholas Clark <nick@ccl4.org>
593              Date: Sun, 3 Jun 2001 17:54:36 +0100
594              Message-ID: <20010603175436.E76396@plum.flirble.org> 
595      Branch: perl
596            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
597            ! ext/Sys/Syslog/Syslog.xs
598 ____________________________________________________________________________
599 [ 10401] By: jhi                                   on 2001/06/03  16:09:33
600         Log: Unused variables.
601      Branch: perl
602            ! util.c
603 ____________________________________________________________________________
604 [ 10400] By: jhi                                   on 2001/06/03  16:04:26
605         Log: Subject: [PATCH] APIfy op_clear 
606              From: Simon Cozens <simon@netthink.co.uk>
607              Date: Sun, 3 Jun 2001 13:51:46 +0100
608              Message-ID: <20010603135146.A9984@deep-dark-truthful-mirror.pmb.ox.ac.uk>
609              
610              (despite the subject line, op_null is APIfied by the patch)
611      Branch: perl
612            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
613 ____________________________________________________________________________
614 [ 10399] By: jhi                                   on 2001/06/03  15:51:35
615         Log: Subject: [PATCH] t/lib/extutils.t
616              From: Nicholas Clark <nick@ccl4.org>
617              Date: Sat, 2 Jun 2001 23:57:05 +0100
618              Message-ID: <20010602235705.Q12698@plum.flirble.org>
619      Branch: perl
620            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
621 ____________________________________________________________________________
622 [ 10398] By: jhi                                   on 2001/06/03  15:34:11
623         Log: Subject: [PATCH: perl@10360] update two win32 Makefiles
624              From: Prymmer/Kahn <pvhp@best.com>
625              Date: Sun, 3 Jun 2001 08:55:14 -0700 (PDT)
626              Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com>
627      Branch: perl
628            ! win32/Makefile win32/makefile.mk
629 ____________________________________________________________________________
630 [ 10397] By: jhi                                   on 2001/06/03  15:12:13
631         Log: Subject: Re: 'decimal digits' macro? 
632              From: Hugo <hv@crypt.compulink.co.uk>
633              Date: Sun, 03 Jun 2001 04:26:36 +0100
634              Message-Id: <200106030326.EAA18786@crypt.compulink.co.uk>
635      Branch: perl
636            ! handy.h t/lib/posix.t t/op/tr.t
637 ____________________________________________________________________________
638 [ 10396] By: jhi                                   on 2001/06/03  15:10:49
639         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
640              From: Hugo <hv@crypt.compulink.co.uk>
641              Date: Sun, 03 Jun 2001 14:56:30 +0100
642              Message-Id: <200106031356.OAA12517@crypt.compulink.co.uk>
643      Branch: perl
644            ! util.c
645 ____________________________________________________________________________
646 [ 10395] By: jhi                                   on 2001/06/03  14:59:41
647         Log: Integrate change #10394 from maintperl; lexical file scope leakage.
648      Branch: perl
649           !> perly.c perly.y t/op/misc.t t/pragma/warn/universal
650           !> vms/perly_c.vms
651 ____________________________________________________________________________
652 [ 10394] By: gsar                                  on 2001/06/03  03:05:43
653         Log: fix leakage of lexicals at file scope into subroutines that were
654              declared before them; this appears to be a longstanding bug that
655              meant that lexicals at file scope were never "deintroduced", meaning
656              their scope range was never properly closed, and their visibility
657              extended to all subsequent eval""s or requires
658              
659              added a test case
660              
661              seems to also fix a case of bogus duplicate warnings
662      Branch: maint-5.6/perl
663            ! perly.c perly.y t/op/misc.t t/pragma/warn/universal
664            ! vms/perly_c.vms
665 ____________________________________________________________________________
666 [ 10393] By: jhi                                   on 2001/06/02  16:55:03
667         Log: More VMS tweaks from Craig A. Berry.
668      Branch: perl
669            ! configure.com t/lib/extutils.t
670 ____________________________________________________________________________
671 [ 10392] By: jhi                                   on 2001/06/02  16:48:26
672         Log: -Wall cleanup continues.
673      Branch: perl
674            ! README.tru64 embed.h embed.pl ext/NDBM_File/NDBM_File.xs
675            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
676            ! ext/Storable/Storable.xs ext/Sys/Hostname/Hostname.xs
677            ! ext/Sys/Syslog/Syslog.xs perl.c proto.h regcomp.c regexec.c
678            ! run.c toke.c util.c
679 ____________________________________________________________________________
680 [ 10391] By: jhi                                   on 2001/06/02  13:29:47
681         Log: The metaconfig unit change for #10390.
682      Branch: metaconfig/U/perl
683            ! gccvers.U
684 ____________________________________________________________________________
685 [ 10390] By: jhi                                   on 2001/06/02  13:29:12
686         Log: Drop the -ansi from the default gcc flags.
687              
688              Off_t/off_t is a struct in Solaris with largefiles, and with -ansi
689              that struct cannot be compared with a flat integer, such as STRLEN.
690              The -ansi will also cause a lot of noise in Solaris because of:
691              /usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside parameter list
692      Branch: perl
693            ! Configure
694 ____________________________________________________________________________
695 [ 10389] By: jhi                                   on 2001/06/02  13:14:57
696         Log: Integrate perlio.
697      Branch: perl
698           !> pod/perlapi.pod util.c
699 ____________________________________________________________________________
700 [ 10388] By: nick                                  on 2001/06/02  08:01:12
701         Log: Integrate mainline
702      Branch: perlio
703           +> lib/Attribute/Handlers.pm t/lib/attrhand.t
704           !> MANIFEST configure.com ext/MIME/Base64/QuotedPrint.pm
705           !> lib/File/Find.pm pod/perlmodlib.pod pod/perltoc.pod
706           !> t/lib/1_compile.t t/lib/mimeqp.t
707 ____________________________________________________________________________
708 [ 10387] By: nick                                  on 2001/06/02  07:39:17
709         Log: Tweak util.c's atof2 for MULTIPLICITY
710      Branch: perlio
711            ! util.c
712 ____________________________________________________________________________
713 [ 10386] By: nick                                  on 2001/06/02  07:38:33
714         Log: Integrate mainline
715      Branch: perlio
716           !> (integrate 41 files)
717 ____________________________________________________________________________
718 [ 10385] By: jhi                                   on 2001/06/01  22:12:48
719         Log: Add Attribute::Handlers 0.61 from Damian Conway.
720      Branch: perl
721            + lib/Attribute/Handlers.pm t/lib/attrhand.t
722            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod t/lib/1_compile.t
723 ____________________________________________________________________________
724 [ 10384] By: jhi                                   on 2001/06/01  21:53:14
725         Log: Subject: [PATCH: perl@10328] allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines
726              From: Peter Prymmer <pvhp@forte.com>
727              Date: Fri, 1 Jun 2001 15:49:22 -0700 (PDT)
728              Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com>
729      Branch: perl
730            ! ext/MIME/Base64/QuotedPrint.pm t/lib/mimeqp.t
731 ____________________________________________________________________________
732 [ 10383] By: jhi                                   on 2001/06/01  21:36:11
733         Log: Subject: [PATCH File::Find] 'do 1' and puzzling (?>...)
734              From: Jeff Pinyan <jeffp@crusoe.net>
735              Date: Fri, 1 Jun 2001 14:13:56 -0400 (EDT)
736              Message-ID: <Pine.GSO.4.21.0106011412520.21027-100000@crusoe.crusoe.net>
737      Branch: perl
738            ! lib/File/Find.pm
739 ____________________________________________________________________________
740 [ 10382] By: jhi                                   on 2001/06/01  21:35:02
741         Log: Subject: [PATCH perl@10381] configure.com tweaks
742              From: "Craig A. Berry" <craigberry@mac.com>
743              Date: Fri, 1 Jun 2001 13:55:43 -0500
744              Message-Id: <a05100e00b73d942aa9da@[172.16.52.1]>
745      Branch: perl
746            ! configure.com
747 ____________________________________________________________________________
748 [ 10381] By: jhi                                   on 2001/06/01  16:37:21
749         Log: Update Changes.
750      Branch: perl
751            ! Changes patchlevel.h
752 ____________________________________________________________________________
753 [ 10380] By: jhi                                   on 2001/06/01  16:19:18
754         Log: Subject: [PATCH] Re: [ID 20010529.004] program doesn't work unless in debug mode
755              From: Mike Guy <mjtg@cam.ac.uk>
756              Date: Fri, 01 Jun 2001 18:17:02 +0100
757              Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk>
758      Branch: perl
759            ! lib/perl5db.pl
760 ____________________________________________________________________________
761 [ 10379] By: jhi                                   on 2001/06/01  16:13:28
762         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
763              From: Hugo <hv@crypt.compulink.co.uk>
764              Date: Thu, 31 May 2001 20:49:48 +0100
765              Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk>
766      Branch: perl
767            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c proto.h
768            ! util.c
769 ____________________________________________________________________________
770 [ 10378] By: jhi                                   on 2001/06/01  15:56:35
771         Log: Zero() is not available in x2p (or, rather, some of its
772              implementations like memzero() might not be available.)
773      Branch: perl
774            ! x2p/hash.c
775 ____________________________________________________________________________
776 [ 10377] By: jhi                                   on 2001/06/01  15:44:48
777         Log: Subject: [PATCH x2p/hash.c] bzero -> memset
778              From: Michael G Schwern <schwern@pobox.com>
779              Date: Fri, 1 Jun 2001 12:00:29 +0100
780              Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk>
781              
782              (But use Zero() instead of memset.)
783      Branch: perl
784            ! x2p/hash.c
785 ____________________________________________________________________________
786 [ 10376] By: jhi                                   on 2001/06/01  15:39:52
787         Log: Subject: Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
788              From: Jeff Pinyan <jeffp@crusoe.net>
789              Date: Fri, 1 Jun 2001 10:33:55 -0400 (EDT)
790              Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net>
791      Branch: perl
792            ! pod/perldiag.pod regcomp.c t/op/pat.t
793 ____________________________________________________________________________
794 [ 10375] By: jhi                                   on 2001/06/01  15:36:35
795         Log: Retract #10324 and #10333; not needed.
796      Branch: perl
797            ! hints/irix_6.sh hints/linux.sh
798 ____________________________________________________________________________
799 [ 10374] By: jhi                                   on 2001/06/01  15:35:19
800         Log: The #10370 wasn't quite right.
801      Branch: perl
802            ! ext/XS/Typemap/Typemap.xs
803 ____________________________________________________________________________
804 [ 10373] By: jhi                                   on 2001/06/01  15:34:49
805         Log: The metaconfig units changes for #10372.
806      Branch: metaconfig/U/perl
807            + d_realpath.U d_sresgproto.U d_sresuproto.U
808            ! gccvers.U i_db.U
809 ____________________________________________________________________________
810 [ 10372] By: jhi                                   on 2001/06/01  15:34:24
811         Log: Configure tweaks; record the Berkeley DB version,
812              probe for realpath(), for setresuid() and setresgid()
813              prototypes; use realpath() (try to be paranoid enough),
814              use the setres[ug]id prototypes because glibc has the functions
815              but not their prototypes; add -Wall -ansi to gcc ccflags;
816              regen toc.
817      Branch: perl
818            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
819            ! config_h.SH configure.com epoc/config.sh
820            ! ext/DB_File/DB_File.xs perl.h pod/perlapi.pod pod/perltoc.pod
821            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
822            ! vos/config.ga.def win32/config.bc win32/config.gc
823            ! win32/config.vc
824 ____________________________________________________________________________
825 [ 10371] By: jhi                                   on 2001/06/01  12:50:05
826         Log: Subject: Re: [PATCH xsutils.c] Quieting warnings
827              From: Michael G Schwern <schwern@pobox.com>
828              Date: Fri, 1 Jun 2001 11:28:14 +0100
829              Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk>
830      Branch: perl
831            ! lib/attributes.pm xsutils.c
832 ____________________________________________________________________________
833 [ 10370] By: jhi                                   on 2001/06/01  12:48:55
834         Log: Subject: [PATCH] Fix -Wall on XS::Typemap
835              From: Tim Jenness <t.jenness@jach.hawaii.edu>
836              Date: Thu, 31 May 2001 16:15:37 -1000 (HST)
837              Message-ID: <Pine.LNX.4.33.0105311610110.9337-100000@lapaki.jach.hawaii.edu>
838      Branch: perl
839            ! ext/XS/Typemap/Typemap.xs
840 ____________________________________________________________________________
841 [ 10369] By: jhi                                   on 2001/06/01  12:47:21
842         Log: Subject: [patch] Cwd.xs optimizations/abstraction
843              From: Doug MacEachern <dougm@covalent.net>
844              Date: Thu, 31 May 2001 17:37:37 -0700 (PDT)
845              Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net> 
846      Branch: perl
847            ! embed.h embed.pl ext/Cwd/Cwd.xs global.sym lib/Cwd.pm
848            ! objXSUB.h perlapi.c pod/perlapi.pod proto.h util.c
849 ____________________________________________________________________________
850 [ 10368] By: jhi                                   on 2001/06/01  12:32:00
851         Log: Subject: Re: Why t/lib/extutils.t is failing  (was Re: [PATCH] Re: [PATCH] Re: [SPAM] Re: [SPAM] Re: [EGGS] Re: [BACON] Re: [TOAST] Re: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!])
852              From: Nicholas Clark <nick@ccl4.org>
853              Date: Thu, 31 May 2001 23:56:40 +0100
854              Message-ID: <20010531235640.F12698@plum.flirble.org>
855              
856              Make the test work also under only static extensions
857              (sh Configure -Uusedl fakes this nicely)
858      Branch: perl
859            ! t/lib/extutils.t
860 ____________________________________________________________________________
861 [ 10367] By: jhi                                   on 2001/06/01  12:27:53
862         Log: Subject: [PATCH hv.c] Eliminating trigraph
863              From: Michael G Schwern <schwern@pobox.com>
864              Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk>
865              Date: Fri, 1 Jun 2001 11:49:56 +0100
866      Branch: perl
867            ! hv.c
868 ____________________________________________________________________________
869 [ 10366] By: jhi                                   on 2001/06/01  12:14:57
870         Log: Subject: Re: [PATCH] Tests for File::Compare 
871              From: "Philip Newton" <Philip.Newton@gmx.net>
872              Date: Thu, 31 May 2001 19:44:05 +0200
873              Message-Id: <200105311748.f4VHmCt18269@chaos.wustl.edu>
874              
875              Unnecessary "quotation marks".
876      Branch: perl
877            ! t/lib/filecomp.t
878 ____________________________________________________________________________
879 [ 10365] By: jhi                                   on 2001/06/01  12:13:26
880         Log: Integrate perlio.
881      Branch: perl
882           !> lib/ExtUtils/MM_Win32.pm t/lib/filecomp.t
883 ____________________________________________________________________________
884 [ 10364] By: nick                                  on 2001/06/01  10:13:31
885         Log: Cleanup dll.base and dll.exp created by GCC builds.
886      Branch: perlio
887            ! lib/ExtUtils/MM_Win32.pm
888 ____________________________________________________________________________
889 [ 10363] By: nick                                  on 2001/06/01  10:02:17
890         Log: Make filecomp test work on CRLF platforms by adding binmode.
891      Branch: perlio
892            ! t/lib/filecomp.t
893 ____________________________________________________________________________
894 [ 10362] By: nick                                  on 2001/06/01  08:37:17
895         Log: Integrate mainline
896      Branch: perlio
897           !> Changes Configure patchlevel.h perlio.c
898 ____________________________________________________________________________
899 [ 10361] By: jhi                                   on 2001/05/31  15:09:34
900         Log: panic:claustrophobia.
901      Branch: perl
902            ! perlio.c
903 ____________________________________________________________________________
904 [ 10360] By: jhi                                   on 2001/05/31  13:04:25
905         Log: Update Changes.
906      Branch: perl
907            ! Changes patchlevel.h
908 ____________________________________________________________________________
909 [ 10359] By: nick                                  on 2001/05/31  12:35:50
910         Log: Integrate mainline.
911      Branch: perlio
912           +> t/lib/filecomp.t
913           !> AUTHORS MANIFEST ext/Storable/Storable.xs gv.c perl.c perl.h
914           !> pp_ctl.c sv.c t/lib/1_compile.t toke.c util.c
915 ____________________________________________________________________________
916 [ 10358] By: jhi                                   on 2001/05/31  12:35:05
917         Log: Integrate perlio.
918      Branch: perl
919           !> t/pragma/warn/toke win32/config_H.bc win32/config_H.gc
920           !> win32/config_H.vc
921 ____________________________________________________________________________
922 [ 10357] By: jhi                                   on 2001/05/31  12:34:04
923         Log: Metaconfig unit change for #10356.
924      Branch: metaconfig
925            ! U/installdirs/inc_version_list.U
926 ____________________________________________________________________________
927 [ 10356] By: jhi                                   on 2001/05/31  12:33:41
928         Log: Allow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ...
929              (idea from Sarathy; implementation from Andy)
930      Branch: perl
931            ! Configure
932 ____________________________________________________________________________
933 [ 10355] By: jhi                                   on 2001/05/31  12:18:06
934         Log: More AUTHORS.
935      Branch: perl
936            ! AUTHORS
937 ____________________________________________________________________________
938 [ 10354] By: jhi                                   on 2001/05/31  12:16:24
939         Log: Subject: Re: [PATCH] Tests for File::Compare
940              From: Alexander Gough <alexander.gough@st-hughs.oxford.ac.uk>
941              Date: Thu, 31 May 2001 13:26:34 +0100 (GMT)
942              Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk>
943      Branch: perl
944            + t/lib/filecomp.t
945            ! MANIFEST t/lib/1_compile.t
946 ____________________________________________________________________________
947 [ 10353] By: jhi                                   on 2001/05/31  12:11:24
948         Log: Subject: [PATCH] DEBUG_* macro cleanups
949              From: Abhijit Menon-Sen <ams@wiw.org>
950              Date: Thu, 31 May 2001 12:16:22 +0530
951              Message-ID: <20010531121622.B4829@lustre.linux.in>
952              
953              Subject: Re: [PATCH] DEBUG_* macro cleanups
954              From: Abhijit Menon-Sen <ams@wiw.org>
955              Date: Thu, 31 May 2001 13:57:01 +0530
956              Message-ID: <20010531135701.A21775@lustre.linux.in>
957              
958              (The DEBUG_ definitions in perl.h changed to use the
959              STMT_START and STMT_END.)
960      Branch: perl
961            ! perl.h pp_ctl.c sv.c toke.c
962 ____________________________________________________________________________
963 [ 10352] By: jhi                                   on 2001/05/31  11:53:31
964         Log: Subject: [PATCH] -Wall cleanups: perl.c, gv.c, Storable.xs
965              From: Abhijit Menon-Sen <ams@wiw.org>
966              Date: Thu, 31 May 2001 08:27:55 +0530
967              Message-ID: <20010531082755.A10018@lustre.linux.in>
968      Branch: perl
969            ! ext/Storable/Storable.xs gv.c perl.c
970 ____________________________________________________________________________
971 [ 10351] By: jhi                                   on 2001/05/31  11:45:16
972         Log: Subject: [PATCH] AUTHORS
973              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
974              Date: Thu, 31 May 2001 01:27:59 -0500
975              Message-ID: <20010531012758.A1595@staff1.cso.uiuc.edu>
976              
977              Subject: Re: [PATCH] AUTHORS
978              From: "Philip Newton" <Philip.Newton@gmx.net>
979              Date: Thu, 31 May 2001 10:08:06 +0200
980              (Message-Id missing?)
981      Branch: perl
982            ! AUTHORS
983 ____________________________________________________________________________
984 [ 10350] By: nick                                  on 2001/05/31  11:40:43
985         Log: win32 - dmake regen_config_h
986      Branch: perlio
987            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
988 ____________________________________________________________________________
989 [ 10349] By: jhi                                   on 2001/05/31  11:38:27
990         Log: Subject: Re: [PATCH util.c] More warning cleanups.
991              From: "Philip Newton" <Philip.Newton@gmx.net>
992              Date: Thu, 31 May 2001 07:41:36 +0200
993              Message-Id: <200105310538.IAA25458@taku.hut.fi>
994              
995              Undo C++-ism that snekt in.
996      Branch: perl
997            ! util.c
998 ____________________________________________________________________________
999 [ 10348] By: nick                                  on 2001/05/31  11:36:46
1000         Log: Tolerate Win32 numerics
1001      Branch: perlio
1002            ! t/pragma/warn/toke
1003 ____________________________________________________________________________
1004 [ 10347] By: jhi                                   on 2001/05/31  11:29:40
1005         Log: Integrate perlio.
1006      Branch: perl
1007           !> perlio.c win32/win32.h
1008 ____________________________________________________________________________
1009 [ 10346] By: nick                                  on 2001/05/31  10:54:55
1010         Log: Hack to restore Win32 pseudo fork broken by Multiple Interpreter
1011              perlio.c change 10255.
1012      Branch: perlio
1013            ! perlio.c
1014 ____________________________________________________________________________
1015 [ 10345] By: nick                                  on 2001/05/31  10:01:57
1016         Log: Conditionaly put back some "unused" dTHX which are used
1017              with PERL_IMPLICIT_SYS
1018      Branch: perlio
1019            ! perlio.c
1020 ____________________________________________________________________________
1021 [ 10344] By: nick                                  on 2001/05/31  10:00:59
1022         Log: Fix Win32 for new spelling IN_BYTES 
1023      Branch: perlio
1024            ! win32/win32.h
1025 ____________________________________________________________________________
1026 [ 10343] By: nick                                  on 2001/05/31  08:01:32
1027         Log: perlio.c -Wall cleaner under MULTIPLICITY
1028              - still minor noise with linux stdio
1029      Branch: perlio
1030            ! perlio.c
1031 ____________________________________________________________________________
1032 [ 10342] By: nick                                  on 2001/05/31  07:52:23
1033         Log: Integrate mainline.
1034      Branch: perlio
1035           !> (integrate 42 files)
1036 ____________________________________________________________________________
1037 [ 10341] By: jhi                                   on 2001/05/31  01:39:02
1038         Log: AUTHORS updates.
1039      Branch: perl
1040            ! AUTHORS
1041 ____________________________________________________________________________
1042 [ 10340] By: jhi                                   on 2001/05/31  00:19:29
1043         Log: Subject: [PATCH: perl@10328] new md5sum for modified MD5.xs file
1044              From: Peter Prymmer <pvhp@forte.com>
1045              Date: Wed, 30 May 2001 17:57:20 -0700 (PDT)
1046              Message-ID: <Pine.OSF.4.10.10105301753210.129765-100000@aspara.forte.com>
1047      Branch: perl
1048            ! t/lib/md5-file.t
1049 ____________________________________________________________________________
1050 [ 10339] By: jhi                                   on 2001/05/31  00:16:44
1051         Log: Salvage bits and pieces from the experimental 'utf8 everywhere'
1052              patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES
1053              to match the pragma name; various robustness cleanups.
1054      Branch: perl
1055            ! lib/utf8_heavy.pl mg.c perl.h pp.c pp_ctl.c pp_sys.c regexec.c
1056            ! sv.c toke.c utf8.c utf8.h utfebcdic.h
1057 ____________________________________________________________________________
1058 [ 10338] By: jhi                                   on 2001/05/30  23:56:14
1059         Log: More -Wall sweeping.
1060      Branch: perl
1061            ! av.c doio.c ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs
1062            ! ext/Devel/Peek/Peek.xs ext/Encode/Encode.xs
1063            ! ext/List/Util/Util.xs gv.c op.c pp.c pp_ctl.c pp_hot.c
1064            ! regcomp.c sv.c toke.c utf8.c
1065 ____________________________________________________________________________
1066 [ 10337] By: jhi                                   on 2001/05/30  23:20:23
1067         Log: Subject: [PATCH] (was Re: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1)
1068              From: Nicholas Clark <nick@ccl4.org>
1069              Date: Wed, 30 May 2001 22:34:41 +0100
1070              Message-ID: <20010530223441.Y86445@plum.flirble.org>
1071      Branch: perl
1072            ! t/op/cmp.t
1073 ____________________________________________________________________________
1074 [ 10336] By: jhi                                   on 2001/05/30  23:18:48
1075         Log: It's is not, it isn't ain't, and it's it's, not its,
1076              if you mean it is. If you don't, it's its. Then too,
1077              it's hers. It isn't her's. It isn't our's either.
1078              It's ours, and likewise yours and theirs.
1079              -- Oxford University Press, Edpress News
1080      Branch: perl
1081            ! lib/autouse.pm
1082 ____________________________________________________________________________
1083 [ 10335] By: jhi                                   on 2001/05/30  23:12:30
1084         Log: More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.
1085      Branch: perl
1086            ! doop.c ext/ByteLoader/bytecode.h ext/DB_File/DB_File.xs mg.c
1087            ! perl.c perlio.c regexec.c universal.c util.c x2p/a2py.c
1088            ! x2p/str.c x2p/walk.c xsutils.c
1089 ____________________________________________________________________________
1090 [ 10334] By: jhi                                   on 2001/05/30  22:52:41
1091         Log: Subject: [PATCH perl.c t/run/runenv.t] (was Re: [[ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
1092              From: Michael G Schwern <schwern@pobox.com>
1093              Date: Wed, 30 May 2001 17:10:38 +0100
1094              Message-ID: <20010530171038.L670@blackrider.blackstar.co.uk>
1095              
1096              Subject: Re: [PATCH perl.c t/run/runenv.t] (was Re: [ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
1097              From: Abhijit Menon-Sen <ams@wiw.org>
1098              Date: Wed, 30 May 2001 23:16:13 +0530
1099              Message-ID: <20010530231613.A31933@lustre.linux.in>
1100      Branch: perl
1101            ! perl.c t/run/runenv.t
1102 ____________________________________________________________________________
1103 [ 10333] By: jhi                                   on 2001/05/30  22:25:02
1104         Log: (Retracted by #10375.)
1105              
1106              IRIX hints patch from Merijn Broeren.
1107              
1108              TODO: (this and the earlier Linux hints patch) should be solved
1109              at Configure level.  Merijn: -ldb should not be used on any platform
1110              for perl, just when linking DBFile itself. Trying to be helpful here
1111              is counterproductive.
1112      Branch: perl
1113            ! hints/irix_6.sh
1114 ____________________________________________________________________________
1115 [ 10332] By: jhi                                   on 2001/05/30  22:11:13
1116         Log: Subject: Re: [PATCH doop.c] unused variable in Perl_do_join
1117              From: Nicholas Clark <nick@ccl4.org>
1118              Date: Wed, 30 May 2001 23:20:58 +0100
1119              Message-ID: <20010530232058.B86445@plum.flirble.org>
1120      Branch: perl
1121            ! doop.c
1122 ____________________________________________________________________________
1123 [ 10331] By: jhi                                   on 2001/05/30  22:09:49
1124         Log: Subject: Re: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
1125              From: Michael G Schwern <schwern@pobox.com> 
1126              Date: Wed, 30 May 2001 15:24:20 +0100
1127              Message-ID: <20010530152420.H670@blackrider.blackstar.co.uk>
1128      Branch: perl
1129            ! t/pragma/autouse.t
1130 ____________________________________________________________________________
1131 [ 10330] By: jhi                                   on 2001/05/30  22:02:21
1132         Log: The regex trick wasn't a good idea.
1133      Branch: perl
1134            ! pod/perlfaq4.pod
1135 ____________________________________________________________________________
1136 [ 10329] By: nick                                  on 2001/05/30  18:34:35
1137         Log: Integrate mainline
1138      Branch: perlio
1139           !> (integrate 40 files)
1140 ____________________________________________________________________________
1141 [ 10328] By: jhi                                   on 2001/05/30  14:28:39
1142         Log: Update Changes.
1143      Branch: perl
1144            ! Changes patchlevel.h
1145 ____________________________________________________________________________
1146 [ 10327] By: jhi                                   on 2001/05/30  14:07:01
1147         Log: The metaconfig unit change for #10325.
1148      Branch: metaconfig
1149            + U/modified/afs.U
1150 ____________________________________________________________________________
1151 [ 10326] By: jhi                                   on 2001/05/30  14:06:36
1152         Log: More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksum
1153              is now wrong.
1154      Branch: perl
1155            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
1156 ____________________________________________________________________________
1157 [ 10325] By: jhi                                   on 2001/05/30  14:04:28
1158         Log: Introduce $Config{afsroot}.
1159      Branch: perl
1160            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1161            ! config_h.SH epoc/config.sh uconfig.sh win32/config.bc
1162            ! win32/config.gc win32/config.vc
1163 ____________________________________________________________________________
1164 [ 10324] By: jhi                                   on 2001/05/30  13:49:44
1165         Log: (Retracted by #10375.)
1166              
1167              Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>.
1168      Branch: perl
1169            ! hints/linux.sh
1170 ____________________________________________________________________________
1171 [ 10323] By: jhi                                   on 2001/05/30  13:49:29
1172         Log: AFS patches from Merijn Broeren <merijnb@iloquent.nl>.
1173              (Also Configure tweaks needed; coming up soon.)
1174      Branch: perl
1175            ! t/io/fs.t t/lib/glob-basic.t t/op/stat.t
1176 ____________________________________________________________________________
1177 [ 10322] By: jhi                                   on 2001/05/30  13:37:56
1178         Log: Subject: [PATCH lib/perl5db.pl] Conditional breakpoints
1179              From: Michael G Schwern <schwern@pobox.com>
1180              Date: Sun, 27 May 2001 10:29:43 +0100
1181              Message-ID: <20010527102942.J711@blackrider.blackstar.co.uk>
1182      Branch: perl
1183            ! lib/perl5db.pl
1184 ____________________________________________________________________________
1185 [ 10321] By: jhi                                   on 2001/05/30  13:36:28
1186         Log: Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,
1187              and Abhijit Menon-Sen.
1188      Branch: perl
1189            ! av.c doio.c doop.c dump.c ext/Digest/MD5/MD5.xs malloc.c op.c
1190            ! perl.c pp_sys.c regcomp.c
1191 ____________________________________________________________________________
1192 [ 10320] By: jhi                                   on 2001/05/30  13:35:27
1193         Log: Fix the BOOT section to call myU2time properly.
1194      Branch: perl
1195            ! ext/Time/HiRes/HiRes.xs
1196 ____________________________________________________________________________
1197 [ 10319] By: jhi                                   on 2001/05/30  13:06:09
1198         Log: Subject: Re: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
1199              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
1200              Date: Wed, 30 May 2001 09:44:29 -0400
1201              Message-ID: <20010530094429.B133085@linguist.thayer.dartmouth.edu>
1202              
1203              Detypo; plus add one more trick.
1204      Branch: perl
1205            ! pod/perlfaq4.pod
1206 ____________________________________________________________________________
1207 [ 10318] By: jhi                                   on 2001/05/30  12:47:11
1208         Log: Subject: Re: [PATCH lib/autouse.pm t/pragma/autouse.t]  (was Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed)
1209              From: Michael G Schwern <schwern@pobox.com>
1210              Date: Wed, 30 May 2001 14:39:06 +0100
1211              Message-ID: <20010530143906.E670@blackrider.blackstar.co.uk>
1212      Branch: perl
1213            ! lib/autouse.pm t/pragma/autouse.t
1214 ____________________________________________________________________________
1215 [ 10317] By: jhi                                   on 2001/05/30  12:46:02
1216         Log: Subject: Re: AIX and gcc (moving targets)
1217              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1218              Date: Wed, 30 May 2001 15:25:08 +0200
1219              Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl>
1220      Branch: perl
1221            ! ext/Time/HiRes/HiRes.xs
1222 ____________________________________________________________________________
1223 [ 10316] By: jhi                                   on 2001/05/30  12:40:46
1224         Log: Subject: [PATCH t/TEST] sorting tests
1225              From: Michael G Schwern <schwern@pobox.com>
1226              Date: Wed, 30 May 2001 10:24:02 +0100
1227              Message-ID: <20010530102402.Q670@blackrider.blackstar.co.uk>
1228      Branch: perl
1229            ! t/TEST
1230 ____________________________________________________________________________
1231 [ 10315] By: jhi                                   on 2001/05/30  12:37:43
1232         Log: Subject: [ID 20010529.002] typos in man page perlre
1233              From: bart@cg681574-a.adubn1.nj.home.com 
1234              Date: Tue, 29 May 2001 13:58:59 -0500
1235              Message-Id: <E154ohn-00053j-00@debian.adubn1.nj.home.com>
1236      Branch: perl
1237            ! pod/perlre.pod
1238 ____________________________________________________________________________
1239 [ 10314] By: jhi                                   on 2001/05/30  12:33:53
1240         Log: Subject: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
1241              From: "Craig A. Berry" <craigberry@mac.com>
1242              Date: Tue, 29 May 2001 23:23:45 -0500
1243              Message-Id: <a05100e01b73a21721dee@[192.168.56.153]>
1244      Branch: perl
1245            ! t/lib/extutils.t t/pragma/autouse.t
1246 ____________________________________________________________________________
1247 [ 10313] By: jhi                                   on 2001/05/30  12:32:17
1248         Log: Subject: Re: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (patch to t/lib/filefind.t as requested)
1249              From: David Dyck <dcd@tc.fluke.com>
1250              Date: Tue, 29 May 2001 22:05:28 -0700 (PDT)
1251              Message-ID: <Pine.LNX.4.33.0105292200060.26992-100000@dd.tc.fluke.com>
1252      Branch: perl
1253            ! t/lib/filefind.t
1254 ____________________________________________________________________________
1255 [ 10312] By: jhi                                   on 2001/05/30  12:31:02
1256         Log: AIX hints update for gcc from Merijn H. Brand.
1257      Branch: perl
1258            ! hints/aix.sh
1259 ____________________________________________________________________________
1260 [ 10311] By: jhi                                   on 2001/05/30  12:18:20
1261         Log: Retract #10295 and #10296: a more generic solution
1262              is needed (there's something funny with gcc on AIX).
1263      Branch: perl
1264            ! ext/POSIX/Makefile.PL ext/Storable/Makefile.PL
1265 ____________________________________________________________________________
1266 [ 10310] By: jhi                                   on 2001/05/30  12:08:07
1267         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
1268              From: Hugo <hv@crypt.compulink.co.uk>
1269              Date: Wed, 30 May 2001 11:59:19 +0100
1270              Message-Id: <200105301059.LAA03182@crypt.compulink.co.uk>
1271              
1272              localizing $@ has unfortunate semantics - if you die past
1273              a local $@, the die message is lost.
1274      Branch: perl
1275            ! lib/utf8_heavy.pl
1276 ____________________________________________________________________________
1277 [ 10309] By: nick                                  on 2001/05/30  08:23:02
1278         Log: Integrate mainline (autouse works again.)
1279      Branch: perlio
1280           !> ext/Time/Piece/Piece.pm hints/os2.sh lib/File/Find.pm
1281           !> lib/autouse.pm pod/perlfaq4.pod pod/perlfaq6.pod
1282           !> pod/perlvar.pod t/op/cmp.t
1283 ____________________________________________________________________________
1284 [ 10308] By: jhi                                   on 2001/05/30  01:55:02
1285         Log: Subject: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (with proposed patch)
1286              From: David Dyck <dcd@tc.fluke.com>
1287              Date: Tue, 29 May 2001 12:19:38 -0700 (PDT)
1288              Message-Id: <Pine.LNX.4.33.0105291216510.17409-100000@dd.tc.fluke.com>
1289      Branch: perl
1290            ! lib/File/Find.pm
1291 ____________________________________________________________________________
1292 [ 10307] By: jhi                                   on 2001/05/30  01:47:22
1293         Log: Subject: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1
1294              From: Nicholas Clark <nick@ccl4.org>
1295              Date: Tue, 29 May 2001 23:16:09 +0100
1296              Message-ID: <20010529231609.U86445@plum.flirble.org>
1297              
1298              Make the test output slightly clearer by distinguishing
1299              between '' and undef.
1300      Branch: perl
1301            ! t/op/cmp.t
1302 ____________________________________________________________________________
1303 [ 10306] By: jhi                                   on 2001/05/30  01:45:12
1304         Log: Subject: [PATCH 5.6.1] flushNULL OS/2
1305              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1306              Date: Tue, 29 May 2001 19:15:19 -0400
1307              Message-ID: <20010529191519.A16020@math.ohio-state.edu>
1308      Branch: perl
1309            ! hints/os2.sh
1310 ____________________________________________________________________________
1311 [ 10305] By: jhi                                   on 2001/05/30  01:42:36
1312         Log: Subject: perlvar.pod addition
1313              From: Peter Gessner <peter.gessner@post.rwth-aachen.de>
1314              Date: Fri, 25 May 2001 20:23:12 +0200
1315              Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de>
1316              
1317              Subject: Re: perlvar.pod addition
1318              From: "Abigail" <abigail@foad.org> 
1319              Date: Fri, 25 May 2001 22:00:39 +0200
1320              Message-ID: <20010525200039.28029.qmail@foad.org>
1321              
1322              Mention $a and $b in perlvar.
1323      Branch: perl
1324            ! pod/perlvar.pod
1325 ____________________________________________________________________________
1326 [ 10304] By: jhi                                   on 2001/05/30  01:36:37
1327         Log: Subject: [PATCH] perlvar.pod -- why isn't @F here?
1328              From: Jeff Pinyan <jeffp@crusoe.net>
1329              Date: Tue, 29 May 2001 22:27:51 -0400 (EDT)
1330              Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net>
1331      Branch: perl
1332            ! pod/perlvar.pod
1333 ____________________________________________________________________________
1334 [ 10303] By: jhi                                   on 2001/05/30  01:35:31
1335         Log: Subject: Re: [PATCH] perlfaq6.pod -- case-aware s///
1336              From: Jeff Pinyan <jeffp@crusoe.net>
1337              Date: Tue, 29 May 2001 18:03:27 -0400 (EDT)
1338              Message-ID: <Pine.GSO.4.21.0105291802330.1961-100000@crusoe.crusoe.net>
1339      Branch: perl
1340            ! pod/perlfaq6.pod
1341 ____________________________________________________________________________
1342 [ 10302] By: jhi                                   on 2001/05/29  20:18:49
1343         Log: Mention Time::localtime and Time::gmtime.
1344      Branch: perl
1345            ! ext/Time/Piece/Piece.pm
1346 ____________________________________________________________________________
1347 [ 10301] By: jhi                                   on 2001/05/29  20:13:54
1348         Log: Subject: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
1349              From: Michael G Schwern <schwern@pobox.com>
1350              Date: Tue, 29 May 2001 18:51:32 +0100
1351              Message-ID: <20010529185132.C706@blackrider.blackstar.co.uk>
1352      Branch: perl
1353            ! pod/perlfaq4.pod
1354 ____________________________________________________________________________
1355 [ 10300] By: jhi                                   on 2001/05/29  20:12:09
1356         Log: Retract #10243.
1357      Branch: perl
1358            ! lib/autouse.pm
1359 ____________________________________________________________________________
1360 [ 10299] By: nick                                  on 2001/05/29  18:41:19
1361         Log: Post weekend integrate mainline (fails one test pragma/autouse).
1362      Branch: perlio
1363           +> (branch 29 files)
1364           !> (integrate 91 files)
1365 ____________________________________________________________________________
1366 [ 10298] By: jhi                                   on 2001/05/29  16:29:19
1367         Log: Update Changes.
1368      Branch: perl
1369            ! Changes patchlevel.h
1370 ____________________________________________________________________________
1371 [ 10297] By: jhi                                   on 2001/05/29  16:25:47
1372         Log: Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@)
1373              before Perl_load_module/Perl_call_method and restore the value
1374              after if !SvTRUE(ERRSV).  (from Inaba Hiroto)
1375      Branch: perl
1376            ! utf8.c
1377 ____________________________________________________________________________
1378 [ 10296] By: jhi                                   on 2001/05/29  16:01:53
1379         Log: Subject: Re: AIX and gcc (moving targets)
1380              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1381              Date: Tue, 29 May 2001 17:59:40 +0200
1382              Message-Id: <20010529175841.7078.H.M.BRAND@hccnet.nl>
1383      Branch: perl
1384            ! ext/Storable/Makefile.PL
1385 ____________________________________________________________________________
1386 [ 10295] By: jhi                                   on 2001/05/29  15:59:05
1387         Log: Subject: Re: AIX and gcc (moving targets)
1388              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1389              Date: Tue, 29 May 2001 12:32:57 +0200
1390              Message-Id: <20010529115151.9FE0.H.M.BRAND@hccnet.nl>
1391      Branch: perl
1392            ! ext/POSIX/Makefile.PL
1393 ____________________________________________________________________________
1394 [ 10294] By: jhi                                   on 2001/05/29  15:53:43
1395         Log: Subject: [PATCH lib/Test/Harness.pm t/lib/test-harness.t] Syncing with 1.21
1396              From: Michael G Schwern <schwern@pobox.com>
1397              Date: Tue, 29 May 2001 09:53:29 +0100
1398              Message-ID: <20010529095329.T675@blackrider.blackstar.co.uk>
1399              
1400              (#10280 retracted)
1401      Branch: perl
1402            ! lib/Test/Harness.pm t/lib/test-harness.t
1403 ____________________________________________________________________________
1404 [ 10293] By: jhi                                   on 2001/05/29  15:46:10
1405
1406         Log: Subject: [PATCH t/TEST lib/Test.pm t/lib/Test/*.t] Syncing with Test-1.17
1407              From: Michael G Schwern <schwern@pobox.com>
1408              Date: Tue, 29 May 2001 09:19:52 +0100
1409              Message-ID: <20010529091952.R675@blackrider.blackstar.co.uk>
1410      Branch: perl
1411            + t/lib/Test/fail.t t/lib/Test/mix.t t/lib/Test/onfail.t
1412            + t/lib/Test/qr.t t/lib/Test/skip.t t/lib/Test/success.t
1413            + t/lib/Test/todo.t
1414            ! MANIFEST lib/Test.pm t/TEST
1415 ____________________________________________________________________________
1416 [ 10292] By: jhi                                   on 2001/05/29  15:34:08
1417         Log: From: Michael G Schwern <schwern@pobox.com>
1418              Subject: Re: [PATCH t/TEST] Allowing deeper test subdirectories
1419              Date: Tue, 29 May 2001 08:26:09 +0100
1420              Message-ID: <20010529082609.P675@blackrider.blackstar.co.uk>
1421      Branch: perl
1422            ! t/TEST
1423 ____________________________________________________________________________
1424 [ 10291] By: jhi                                   on 2001/05/29  15:29:37
1425         Log: Add tests for Time::gmtime and Time::localtime.
1426      Branch: perl
1427            + t/lib/time-gmtime.t t/lib/time-localtime.t
1428            ! MANIFEST t/lib/1_compile.t
1429 ____________________________________________________________________________
1430 [ 10290] By: jhi                                   on 2001/05/29  15:15:44
1431         Log: Add test for File::stat.
1432      Branch: perl
1433            + t/lib/filestat.t
1434            ! MANIFEST t/lib/1_compile.t
1435 ____________________________________________________________________________
1436 [ 10289] By: jhi                                   on 2001/05/29  15:05:38
1437         Log: Add test for Net::servent.
1438      Branch: perl
1439            + t/lib/net-sent.t
1440            ! MANIFEST t/lib/1_compile.t
1441 ____________________________________________________________________________
1442 [ 10288] By: jhi                                   on 2001/05/29  14:57:15
1443         Log: Add test for Net::protoent.
1444      Branch: perl
1445            + t/lib/net-pent.t
1446            ! MANIFEST t/lib/1_compile.t
1447 ____________________________________________________________________________
1448 [ 10287] By: jhi                                   on 2001/05/29  14:53:10
1449         Log: Add test for Net::netent.
1450      Branch: perl
1451            + t/lib/net-nent.t
1452            ! MANIFEST t/lib/1_compile.t
1453 ____________________________________________________________________________
1454 [ 10286] By: jhi                                   on 2001/05/29  14:31:57
1455         Log: Add test for User::grent.  Portability doubtful.
1456      Branch: perl
1457            + t/lib/user-grent.t
1458            ! MANIFEST t/lib/1_compile.t
1459 ____________________________________________________________________________
1460 [ 10285] By: jhi                                   on 2001/05/29  14:24:20
1461         Log: Add test for User::pwent.
1462              Probably will fall down somewhere for portability reasons.
1463      Branch: perl
1464            + t/lib/user-pwent.t
1465            ! MANIFEST t/lib/1_compile.t
1466 ____________________________________________________________________________
1467 [ 10284] By: jhi                                   on 2001/05/29  13:26:43
1468         Log: Metaconfig units changes for #10283.
1469      Branch: metaconfig
1470            ! U/installdirs/inc_version_list.U U/installdirs/perl5.U
1471            ! U/installdirs/siteman1.U U/installdirs/siteman3.U
1472            ! U/installdirs/sitescript.U U/modified/Signal.U
1473 ____________________________________________________________________________
1474 [ 10283] By: jhi                                   on 2001/05/29  13:26:24
1475         Log: Subject: [PATCH 5.6.1] signal names in Configure
1476              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1477              Date: Tue, 29 May 2001 03:52:25 -0400
1478              Message-ID: <20010529035225.A9400@math.ohio-state.edu>
1479              
1480              Subject: [PATCH 5.6.1] older perl in Configure
1481              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1482              Date: Tue, 29 May 2001 03:55:40 -0400
1483              Message-ID: <20010529035539.A9411@math.ohio-state.edu>
1484              
1485              Subject: [PATCH 5.6.1] goofs in Configure
1486              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1487              Date: Tue, 29 May 2001 04:13:07 -0400
1488              Message-ID: <20010529041307.A9658@math.ohio-state.edu>
1489              
1490              Configure portability tweaks.
1491      Branch: perl
1492            ! Configure
1493 ____________________________________________________________________________
1494 [ 10282] By: jhi                                   on 2001/05/29  12:41:41
1495         Log: Subject: [PATCH 5.6.1] extLibpath for OS/2
1496              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1497              Date: Tue, 29 May 2001 04:07:06 -0400
1498              Message-ID: <20010529040706.A9579@math.ohio-state.edu>
1499      Branch: perl
1500            ! os2/os2.c
1501 ____________________________________________________________________________
1502 [ 10281] By: jhi                                   on 2001/05/29  12:40:31
1503         Log: Subject: [PATCH 5.6.1] extra static libs for OS/2
1504              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1505              Date: Tue, 29 May 2001 04:01:38 -0400
1506              Message-ID: <20010529040138.A9482@math.ohio-state.edu>
1507      Branch: perl
1508            ! hints/os2.sh os2/Makefile.SHs
1509 ____________________________________________________________________________
1510 [ 10280] By: jhi                                   on 2001/05/29  12:38:48
1511         Log: Subject: Re: [PATCH 5.6.1] Test::Harness clumsy
1512              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1513              Date: Tue, 29 May 2001 03:50:18 -0400
1514              Message-ID: <20010529035018.A9387@math.ohio-state.edu>
1515      Branch: perl
1516            ! lib/Test/Harness.pm
1517 ____________________________________________________________________________
1518 [ 10279] By: jhi                                   on 2001/05/29  12:34:53
1519         Log: Additional safeguard against $@ getting trampled; idea from Hugo.
1520      Branch: perl
1521            ! lib/utf8_heavy.pl
1522 ____________________________________________________________________________
1523 [ 10278] By: jhi                                   on 2001/05/29  02:15:24
1524         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
1525              From: Hugo <hv@crypt.compulink.co.uk>
1526              Date: Tue, 29 May 2001 03:03:45 +0100
1527              Message-Id: <200105290203.DAA00825@crypt.compulink.co.uk>
1528              
1529              Explanation why the $@ always gets the UTF8 flag when under use utf8--
1530              because we told it to have the flag when under use utf8.
1531      Branch: perl
1532            ! pp_ctl.c
1533 ____________________________________________________________________________
1534 [ 10277] By: jhi                                   on 2001/05/29  00:51:34
1535         Log: At least a partial fix for 20010528.004.
1536      Branch: perl
1537            ! lib/utf8_heavy.pl
1538 ____________________________________________________________________________
1539 [ 10276] By: jhi                                   on 2001/05/29  00:42:59
1540         Log: Subject: Re: Report /pro/3gl/CPAN/perl-5.7.1
1541              From: Nicholas Clark <nick@ccl4.org> 
1542              Date: Mon, 28 May 2001 23:39:38 +0100
1543              Message-ID: <20010528233938.M86445@plum.flirble.org>
1544              
1545              More portable non-zero UV.
1546      Branch: perl
1547            ! t/lib/extutils.t
1548 ____________________________________________________________________________
1549 [ 10275] By: jhi                                   on 2001/05/29  00:40:28
1550         Log: Subject: [PATCH] (was Re: Why t/lib/extutils.t is failing ...
1551              From: Nicholas Clark <nick@ccl4.org>
1552              Date: Mon, 28 May 2001 22:46:09 +0100
1553              Message-ID: <20010528224608.L86445@plum.flirble.org>
1554              
1555              Test also "make clean".
1556      Branch: perl
1557            ! t/lib/extutils.t
1558 ____________________________________________________________________________
1559 [ 10274] By: jhi                                   on 2001/05/29  00:39:18
1560         Log: Subject: Re: Would -Wno-unused -Wall be better?
1561              From: Michael G Schwern <schwern@pobox.com>
1562              Date: Tue, 29 May 2001 00:55:54 +0100
1563              Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk>
1564      Branch: perl
1565            ! pp.h
1566 ____________________________________________________________________________
1567 [ 10273] By: jhi                                   on 2001/05/29  00:36:06
1568         Log: Add a test for 20010528.007, fixed in #10272.
1569      Branch: perl
1570            ! t/op/misc.t toke.c
1571 ____________________________________________________________________________
1572 [ 10272] By: jhi                                   on 2001/05/29  00:21:12
1573         Log: Subject: Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space 
1574              From: Hugo <hv@crypt.compulink.co.uk>
1575              Date: Tue, 29 May 2001 00:23:23 +0100
1576              Message-Id: <200105282323.AAA07930@crypt.compulink.co.uk>
1577      Branch: perl
1578            ! toke.c
1579 ____________________________________________________________________________
1580 [ 10271] By: jhi                                   on 2001/05/28  22:52:11
1581         Log: Subject: Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
1582              From: Michael G Schwern <schwern@pobox.com>
1583              Date: Tue, 29 May 2001 00:42:59 +0100
1584              Message-ID: <20010529004259.A675@blackrider.blackstar.co.uk>
1585      Branch: perl
1586            ! t/pragma/autouse.t
1587 ____________________________________________________________________________
1588 [ 10270] By: jhi                                   on 2001/05/28  21:44:06
1589         Log: Some shells seemingly arrange the signal handlers differently
1590              (bug id 20010521.004).
1591      Branch: perl
1592            ! t/lib/sigaction.t
1593 ____________________________________________________________________________
1594 [ 10269] By: jhi                                   on 2001/05/28  20:34:21
1595         Log: Regen perlmodlib.
1596      Branch: perl
1597            ! pod/perlmodlib.pod
1598 ____________________________________________________________________________
1599 [ 10268] By: jhi                                   on 2001/05/28  19:08:45
1600         Log: Update Changes.
1601      Branch: perl
1602            ! Changes patchlevel.h
1603 ____________________________________________________________________________
1604 [ 10267] By: jhi                                   on 2001/05/28  19:03:54
1605         Log: Subject: [PATCH] perlnewmod.pod to reflect DLSI(P) change
1606              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
1607              Date: Mon, 28 May 2001 14:56:35 -0500
1608              Message-ID: <20010528145635.L8487@chaos.wustl.edu>
1609      Branch: perl
1610            ! pod/perlnewmod.pod
1611 ____________________________________________________________________________
1612 [ 10266] By: jhi                                   on 2001/05/28  18:35:03
1613         Log: Regen toc.
1614      Branch: perl
1615            ! pod/perltoc.pod
1616 ____________________________________________________________________________
1617 [ 10265] By: jhi                                   on 2001/05/28  18:33:32
1618         Log: Subject: [PATCH] RE: [20000223.001] no test cases for splice(@array) 
1619              From: "Richard Soderberg" <rs@crystalflame.net>
1620              Date: Mon, 28 May 2001 12:31:23 -0700
1621              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFLDFAA.rs@crystalflame.net>
1622      Branch: perl
1623            ! t/op/splice.t
1624 ____________________________________________________________________________
1625 [ 10264] By: jhi                                   on 2001/05/28  17:59:00
1626         Log: The #10260 was too bold: locales and utf8 still do not mix.
1627      Branch: perl
1628            ! t/pragma/locale.t
1629 ____________________________________________________________________________
1630 [ 10263] By: jhi                                   on 2001/05/28  17:52:25
1631         Log: Subject: [PATCH] Pod nitpicks
1632              From: "Richard Soderberg" <rs@crystalflame.net>
1633              Date: Mon, 28 May 2001 10:08:58 -0700
1634              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>
1635      Branch: perl
1636            ! pod/perl571delta.pod pod/perlapi.pod sv.h
1637 ____________________________________________________________________________
1638 [ 10262] By: jhi                                   on 2001/05/28  17:50:05
1639         Log: Upgrade to I18N::LangTags 0.22.
1640      Branch: perl
1641            + lib/I18N/LangTags/List.pod
1642            ! MANIFEST lib/I18N/LangTags.pm
1643 ____________________________________________________________________________
1644 [ 10261] By: jhi                                   on 2001/05/28  17:23:40
1645         Log: A slightly more serious bug found by -Mutf8; op/misc and
1646              lib/complex dumped core.
1647      Branch: perl
1648            ! regexec.c
1649 ____________________________________________________________________________
1650 [ 10260] By: jhi                                   on 2001/05/28  16:58:11
1651         Log: Various buglets shaken out by -Mutf8.
1652      Branch: perl
1653            ! t/io/utf8.t t/lib/charnames.t t/lib/lc-language.t
1654            ! t/pragma/locale.t
1655 ____________________________________________________________________________
1656 [ 10259] By: jhi                                   on 2001/05/28  15:48:46
1657         Log: STDERR looks much like STDOUT.  (Subtest #2 wasn't really okay.)
1658      Branch: perl
1659            ! t/lib/carp.t
1660 ____________________________________________________________________________
1661 [ 10258] By: jhi                                   on 2001/05/28  15:32:41
1662         Log: Subject: [PATCH] todo patch
1663              From: Artur Bergman <artur@contiller.se> 
1664              Date: Mon, 28 May 2001 17:03:51 +0200
1665              Message-ID: <B7383577.F34%artur@contiller.se>
1666      Branch: perl
1667            ! pod/perltodo.pod
1668 ____________________________________________________________________________
1669 [ 10257] By: jhi                                   on 2001/05/28  15:31:25
1670         Log: Subject: typo in perlguts.pod
1671              From: "John P. Linderman" <jpl@research.att.com>
1672              Date: Mon, 28 May 2001 09:35:47 -0400 (EDT)
1673              Message-Id: <200105281335.JAA27851@raptor.research.att.com>
1674      Branch: perl
1675            ! pod/perlguts.pod
1676 ____________________________________________________________________________
1677 [ 10256] By: jhi                                   on 2001/05/28  15:30:42
1678         Log: Subject: AIX and gcc (moving targets)
1679              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1680              Date: Mon, 28 May 2001 12:54:04 +0200
1681              Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl>
1682      Branch: perl
1683            ! hints/aix.sh
1684 ____________________________________________________________________________
1685 [ 10255] By: jhi                                   on 2001/05/28  15:28:55
1686         Log: Subject: Re: perlio + multiple perl_alloc..destruct
1687              From: Doug MacEachern <dougm@covalent.net>
1688              Date: Sun, 27 May 2001 13:47:13 -0700 (PDT)
1689              Message-ID: <Pine.LNX.4.21.0105271340370.5938-100000@mako.covalent.net>
1690      Branch: perl
1691            ! perlio.c
1692 ____________________________________________________________________________
1693 [ 10254] By: jhi                                   on 2001/05/28  15:27:49
1694         Log: The #10251 wasn't quite up-to-the-code.
1695      Branch: perl
1696            ! t/op/misc.t
1697 ____________________________________________________________________________
1698 [ 10253] By: jhi                                   on 2001/05/28  15:26:39
1699         Log: Test case for bug 20010526.004, fixed in #10252.
1700      Branch: perl
1701            ! t/op/taint.t
1702 ____________________________________________________________________________
1703 [ 10252] By: jhi                                   on 2001/05/28  15:26:14
1704         Log: Subject: Re: [ID 20010526.004] Taint looses value
1705              From: Hugo <hv@crypt.compulink.co.uk>
1706              Date: Sun, 27 May 2001 20:39:32 +0100
1707              Message-Id: <200105271939.UAA27591@crypt.compulink.co.uk>
1708      Branch: perl
1709            ! sv.c
1710 ____________________________________________________________________________
1711 [ 10251] By: jhi                                   on 2001/05/28  15:13:40
1712         Log: Test case for 20010422.005, fixed by #10250.
1713      Branch: perl
1714            ! t/op/misc.t
1715 ____________________________________________________________________________
1716 [ 10250] By: jhi                                   on 2001/05/28  15:11:16
1717         Log: Subject: [PATCH] Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD 
1718              From: Spider Boardman <spider@Orb.Nashua.NH.US>
1719              Date: Mon, 28 May 2001 06:39:12 -0400
1720              Message-Id: <200105281039.GAA03962@Orb.Nashua.NH.US>
1721      Branch: perl
1722            ! toke.c
1723 ____________________________________________________________________________
1724 [ 10249] By: jhi                                   on 2001/05/28  15:09:24
1725         Log: Linerewrapping.
1726      Branch: perl
1727            ! lib/open.pm
1728 ____________________________________________________________________________
1729 [ 10248] By: jhi                                   on 2001/05/28  15:09:07
1730         Log: Updates on the modules list.
1731      Branch: perl
1732            ! t/lib/1_compile.t
1733 ____________________________________________________________________________
1734 [ 10247] By: jhi                                   on 2001/05/28  15:03:35
1735         Log: Add a test for PerlIO.
1736              
1737              (I probably got the crlf/raw thing wrong for clrfy platforms...)
1738      Branch: perl
1739            + t/lib/perlio.t
1740            ! MANIFEST lib/PerlIO.pm
1741 ____________________________________________________________________________
1742 [ 10246] By: jhi                                   on 2001/05/28  14:24:08
1743         Log: Add a test for carp et alia.
1744      Branch: perl
1745            + t/lib/carp.t
1746            ! MANIFEST
1747 ____________________________________________________________________________
1748 [ 10245] By: jhi                                   on 2001/05/28  13:42:55
1749         Log: Adding the new test would be swell.
1750      Branch: perl
1751            + t/pragma/autouse.t
1752 ____________________________________________________________________________
1753 [ 10244] By: jhi                                   on 2001/05/28  13:42:34
1754         Log: Add a test for the autouse pragma.
1755      Branch: perl
1756            ! MANIFEST
1757 ____________________________________________________________________________
1758 [ 10243] By: jhi                                   on 2001/05/28  13:26:25
1759         Log: Subject: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
1760              From: dLux <dlux@spam.sch.bme.hu>
1761              Date: Sun, 27 May 2001 16:14:26 +0200
1762              Message-Id: <E1541JK-0000YC-00@dl.sch.bme.hu>
1763      Branch: perl
1764            ! lib/autouse.pm
1765 ____________________________________________________________________________
1766 [ 10242] By: jhi                                   on 2001/05/28  13:21:50
1767         Log: Subject: [PATCH #2] RE: [ID 20010528.002] dprofpp: "-R" does not work
1768              From: "Richard Soderberg" <rs@crystalflame.net>
1769              Date: Mon, 28 May 2001 03:56:36 -0700
1770              Message-ID: <NAEKLNAAHLMBPMPNBMLEEEFADFAA.rs@crystalflame.net>
1771      Branch: perl
1772            ! utils/dprofpp.PL
1773 ____________________________________________________________________________
1774 [ 10241] By: jhi                                   on 2001/05/28  13:18:56
1775         Log: Subject: Re: [ID 20010522.003] Time::Local module bug
1776              From: "Stephen P. Potter" <spp@spotter.yi.org>
1777              Date: Tue, 22 May 2001 11:40:25 -0400
1778              Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org>
1779              
1780              Subject: Re: [ID 20010522.003] Time::Local module bug
1781              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu> 
1782              Date: Tue, 22 May 2001 11:50:19 -0400
1783              Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu>
1784      Branch: perl
1785            ! lib/Time/Local.pm
1786 ____________________________________________________________________________
1787 [ 10240] By: jhi                                   on 2001/05/27  22:44:49
1788         Log: The PERL_DL_NONLAZY can have whitespace in front.
1789      Branch: perl
1790            ! t/lib/extutils.t
1791 ____________________________________________________________________________
1792 [ 10239] By: jhi                                   on 2001/05/27  21:23:21
1793         Log: Document strftime() and strptime().
1794      Branch: perl
1795            ! ext/POSIX/POSIX.pod ext/Time/Piece/Piece.pm t/lib/time-piece.t
1796 ____________________________________________________________________________
1797 [ 10238] By: jhi                                   on 2001/05/27  20:29:07
1798         Log: Make Time::Piece::strptime() to be a function, not a method.
1799      Branch: perl
1800            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
1801 ____________________________________________________________________________
1802 [ 10237] By: jhi                                   on 2001/05/27  20:22:09
1803         Log: Tweak the test to be more portable.
1804      Branch: perl
1805            ! t/lib/extutils.t
1806 ____________________________________________________________________________
1807 [ 10236] By: jhi                                   on 2001/05/27  19:15:54
1808         Log: Subject: PATCH: Re: Re: Attributes that tie
1809              From: Leon Brocard <acme@astray.com>
1810              Date: Sun, 27 May 2001 12:37:29 +0100
1811              Message-ID: <20010527123729.A22663@ns0.astray.com>
1812              
1813              Document that variable attributes are not currently usable
1814              for tieing.  (An ugly limitation that should be fixed.)
1815      Branch: perl
1816            ! lib/attributes.pm
1817 ____________________________________________________________________________
1818 [ 10235] By: jhi                                   on 2001/05/27  19:03:31
1819         Log: Microperl tweaks.
1820      Branch: perl
1821            ! Makefile.micro uconfig.h uconfig.sh
1822 ____________________________________________________________________________
1823 [ 10234] By: jhi                                   on 2001/05/27  18:22:09
1824         Log: Add make target for microperl (kind of silly, but convenient).
1825      Branch: perl
1826            ! Makefile.SH
1827 ____________________________________________________________________________
1828 [ 10233] By: jhi                                   on 2001/05/27  18:18:56
1829         Log: O_APPEND and O_TRUNC are not portable.  (Not available e.g.
1830              for microperl.)
1831      Branch: perl
1832            ! doio.c
1833 ____________________________________________________________________________
1834 [ 10232] By: jhi                                   on 2001/05/27  17:57:18
1835         Log: Subject: [PATCH] [ID 19991013.005] utime undef, undef, @files  
1836              From: rspier@pobox.com (Robert Spier)
1837              Date: Sat, 26 May 2001 20:05:23 -0400
1838              Message-ID: <15120.17603.148648.12430@rls.cx>
1839              
1840              Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files
1841              From: rspier@pobox.com (Robert Spier)
1842              Date: Sun, 27 May 2001 00:23:12 -0400
1843              Message-ID: <15120.33072.511966.767230@rls.cx>
1844      Branch: perl
1845            ! doio.c pod/perlfunc.pod
1846 ____________________________________________________________________________
1847 [ 10231] By: jhi                                   on 2001/05/27  15:45:20
1848         Log: Regen toc.  (And add the README.tru64 from #10230 to MANIFEST.)
1849      Branch: perl
1850            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
1851 ____________________________________________________________________________
1852 [ 10230] By: jhi                                   on 2001/05/27  15:41:06
1853         Log: Add README.tru64.
1854      Branch: perl
1855            + README.tru64
1856 ____________________________________________________________________________
1857 [ 10229] By: jhi                                   on 2001/05/27  13:50:57
1858         Log: Integrate Locale::Maketext 1.01 from Sean Burke.
1859      Branch: perl
1860            + lib/Locale/Maketext.pm lib/Locale/Maketext.pod
1861            + lib/Locale/Maketext/TPJ13.pod t/lib/lc-maketext.t
1862            ! MANIFEST
1863 ____________________________________________________________________________
1864 [ 10228] By: jhi                                   on 2001/05/27  13:43:38
1865         Log: Integrate I18N::LangTags from Sean Burke.
1866              
1867              TODO: the language list from RFC 3066 needs to be integrated
1868              and made available somehow.  The list is included in the
1869              I18N-LangTags 0.21 distribution, but it is undocumented
1870              and unconnected to the module.
1871      Branch: perl
1872            + lib/I18N/LangTags.pm t/lib/i18n-langtags.t
1873            ! MANIFEST
1874 ____________________________________________________________________________
1875 [ 10227] By: jhi                                   on 2001/05/27  01:41:33
1876         Log: Allow 'eval "v200"' to work (part of 20000323.059); fix as
1877              envisioned by Sarathy.
1878      Branch: perl
1879            ! t/op/ver.t toke.c
1880 ____________________________________________________________________________
1881 [ 10226] By: jhi                                   on 2001/05/27  00:28:34
1882         Log: Subject: [ID 20010525.001] Pod typo nits fixed
1883              From: lvirden@cas.org
1884              Date: Fri, 25 May 2001 06:57:43 -0400 (EDT)
1885              Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org>
1886              
1887              minus the perlsolaris decimation plus the
1888              
1889              Subject: Re: [ID 20010525.001] Pod typo nits fixed
1890              From: "Philip Newton" <Philip.Newton@gmx.net>
1891              Date: Fri, 25 May 2001 18:05:55 +0200
1892              Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu>
1893      Branch: perl
1894            ! README.amiga README.cygwin README.mpeix pod/perl5005delta.pod
1895            ! pod/perldebtut.pod pod/perlebcdic.pod pod/perlfaq3.pod
1896            ! pod/perlhack.pod pod/perltoc.pod pod/perltodo.pod
1897            ! pod/perlutil.pod pod/perlxstut.pod
1898 ____________________________________________________________________________
1899 [ 10225] By: jhi                                   on 2001/05/26  22:38:16
1900         Log: return clauses are nice.
1901      Branch: perl
1902            ! sv.c
1903 ____________________________________________________________________________
1904 [ 10224] By: jhi                                   on 2001/05/26  22:35:31
1905         Log: Subject: change 10199 backwards?
1906              From: Doug MacEachern <dougm@covalent.net>
1907              Date: Sat, 26 May 2001 11:26:07 -0700 (PDT)
1908              Message-ID: <Pine.LNX.4.21.0105261118510.22038-100000@mako.covalent.net>
1909      Branch: perl
1910            ! sv.c
1911 ____________________________________________________________________________
1912 [ 10223] By: jhi                                   on 2001/05/26  22:31:46
1913         Log: Subject: Re: 5.6.*, bleadperl: bugs in pp_concat
1914              From: Hugo <hv@crypt.compulink.co.uk>
1915              Date: Sat, 26 May 2001 17:05:12 +0100
1916              Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk>
1917      Branch: perl
1918            + t/op/gmagic.t
1919            ! MANIFEST doop.c embed.h embed.pl global.sym
1920            ! lib/File/Basename.pm objXSUB.h perlapi.c pod/perlapi.pod
1921            ! pp_hot.c proto.h sv.c sv.h t/pragma/warn/pp_hot
1922 ____________________________________________________________________________
1923 [ 10222] By: jhi                                   on 2001/05/26  22:10:38
1924         Log: Regen headers for #10221.
1925      Branch: perl
1926            ! global.sym objXSUB.h perlapi.c
1927 ____________________________________________________________________________
1928 [ 10221] By: jhi                                   on 2001/05/26  22:06:06
1929         Log: Subject: [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)
1930              From: Juha Laiho <juha.laiho@Elma.Net>
1931              Date: Thu, 3 May 2001 09:51:30 +0300
1932              Message-Id: <200105030651.JAA327254@tokka.elma.fi>
1933      Branch: perl
1934            ! embed.pl
1935 ____________________________________________________________________________
1936 [ 10220] By: jhi                                   on 2001/05/26  22:01:30
1937         Log: Subject: Re: [PATCH] Re: stability of sort()?
1938              From: "John P. Linderman" <jpl@research.att.com>
1939              Date: Sat, 26 May 2001 13:27:19 -0400
1940              Message-Id: <200105261727.NAA06654@raptor.research.att.com>
1941      Branch: perl
1942            ! pod/perlfunc.pod
1943 ____________________________________________________________________________
1944 [ 10219] By: jhi                                   on 2001/05/26  14:02:34
1945         Log: Integrate perlio.
1946      Branch: perl
1947           !> pod/perlguts.pod
1948 ____________________________________________________________________________
1949 [ 10218] By: jhi                                   on 2001/05/26  13:39:52
1950         Log: Subject: [PATCH perl@10210] PerlIO for VMS
1951              From: "Craig A. Berry" <craigberry@mac.com>
1952              Date: Sat, 26 May 2001 09:34:11 -0500
1953              Message-Id: <a05100e0ab734816701a5@[172.16.52.1]>
1954      Branch: perl
1955            ! configure.com doio.c iperlsys.h perlio.c perlio.h perliol.h
1956            ! perlsdio.h vms/ext/Stdio/Stdio.xs vms/gen_shrfls.pl vms/vms.c
1957            ! vms/vmsish.h
1958 ____________________________________________________________________________
1959 [ 10217] By: jhi                                   on 2001/05/26  13:19:05
1960         Log: Subject: patch to fix: [ID 20010524.004] perl5db.pl version 1.12  doesn't stop on breakpoints
1961              From: David Dyck <dcd@tc.fluke.com>
1962              Date: Fri, 25 May 2001 00:03:04 -0700 (PDT)
1963              Message-ID: <Pine.LNX.4.33.0105242354030.17331-100000@dd.tc.fluke.com>
1964      Branch: perl
1965            ! lib/perl5db.pl
1966 ____________________________________________________________________________
1967 [ 10216] By: jhi                                   on 2001/05/26  13:17:47
1968         Log: Subject: utf8 regexp tests
1969              From: Hugo <hv@crypt.compulink.co.uk>
1970              Date: Fri, 25 May 2001 22:35:01 +0100
1971              Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk>
1972      Branch: perl
1973            ! t/op/regexp.t
1974 ____________________________________________________________________________
1975 [ 10215] By: jhi                                   on 2001/05/26  13:15:40
1976         Log: Subject: [PATCH] Re: stability of sort()?
1977              From: Nicholas Clark <nick@ccl4.org>
1978              Date: Fri, 25 May 2001 22:40:19 +0100
1979              Message-ID: <20010525224019.B86445@plum.flirble.org>
1980      Branch: perl
1981            ! pod/perlfunc.pod
1982 ____________________________________________________________________________
1983 [ 10214] By: jhi                                   on 2001/05/26  13:14:30
1984         Log: Subject: Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]
1985              From: John Peacock <jpeacock@rowman.com>
1986              Date: Thu, 24 May 2001 22:14:01 -0400
1987              Message-ID: <3B0DBFE9.A7C49084@rowman.com>
1988      Branch: perl
1989            ! mg.c scope.c sv.c
1990 ____________________________________________________________________________
1991 [ 10213] By: jhi                                   on 2001/05/26  13:08:56
1992         Log: Subject: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
1993              From: Nicholas Clark <nick@ccl4.org>
1994              Date: Sun, 20 May 2001 19:24:13 +0100
1995              Message-ID: <20010520192413.G83222@plum.flirble.org>
1996      Branch: perl
1997            + lib/ExtUtils/Constant.pm t/lib/extutils.t
1998            ! MANIFEST utils/h2xs.PL
1999 ____________________________________________________________________________
2000 [ 10212] By: nick                                  on 2001/05/26  09:49:28
2001         Log: Change perlguts docs to not suggest PUSHi etc. for multiple results,
2002              add a few more notes there on use of mortals on the stack.
2003      Branch: perlio
2004            ! pod/perlguts.pod
2005 ____________________________________________________________________________
2006 [ 10211] By: nick                                  on 2001/05/26  09:05:36
2007         Log: Integrate mainline
2008      Branch: perlio
2009           +> t/lib/fcntl.t t/pragma/vars.t
2010           !> (integrate 49 files)
2011 ____________________________________________________________________________
2012 [ 10210] By: jhi                                   on 2001/05/25  12:29:16
2013         Log: Update Changes.
2014      Branch: perl
2015            ! Changes patchlevel.h
2016 ____________________________________________________________________________
2017 [ 10209] By: jhi                                   on 2001/05/25  12:24:45
2018         Log: Based on
2019              
2020              Subject: [PATCH pp.c] Wrapping pack("C",256)
2021              From: Simon Cozens <simon@netthink.co.uk>
2022              Date: Sat, 12 May 2001 17:58:41 +0100
2023              Message-ID: <20010512175841.A6132@netthink.co.uk>
2024      Branch: perl
2025            ! pod/perldiag.pod pp.c t/pragma/warn/pp
2026 ____________________________________________________________________________
2027 [ 10208] By: jhi                                   on 2001/05/25  01:37:03
2028         Log: Subject: [PATCH] 5.6.1 Term::Cap -- add terminfo fallback
2029              From: "Brendan O'Dea" <bod@compusol.com.au>
2030              Date: Fri, 25 May 2001 11:18:29 +1000
2031              Message-ID: <20010525111829.A28411@compusol.com.au>
2032              
2033              (Slightly modified.)
2034      Branch: perl
2035            ! lib/Term/Cap.pm
2036 ____________________________________________________________________________
2037 [ 10207] By: jhi                                   on 2001/05/25  01:12:14
2038         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string 
2039              From: Hugo <hv@crypt.compulink.co.uk>
2040              Date: Fri, 25 May 2001 02:13:25 +0100
2041              Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk>
2042      Branch: perl
2043            ! t/op/misc.t
2044 ____________________________________________________________________________
2045 [ 10206] By: jhi                                   on 2001/05/25  01:07:59
2046         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
2047              From: Inaba Hiroto <hiroto.inaba@toshiba.co.jp>
2048              Date: Fri, 25 May 2001 10:25:36 +0900
2049              Message-Id: <200105250124.KAA19571@toshiba.co.jp> 
2050      Branch: perl
2051            ! regcomp.c regexec.c
2052 ____________________________________________________________________________
2053 [ 10205] By: jhi                                   on 2001/05/25  01:07:00
2054         Log: Subject: [PATCH #2] stash autovivification and method call error messages
2055              From: Ilmari Karonen <iltzu@sci.fi>
2056              Date: Thu, 24 May 2001 01:51:48 +0300 (EET DST)
2057              Message-ID: <Pine.SOL.3.96.1010524013737.18819D-100000@simpukka>
2058      Branch: perl
2059            ! gv.c pp_hot.c t/op/method.t
2060 ____________________________________________________________________________
2061 [ 10204] By: jhi                                   on 2001/05/25  01:03:50
2062         Log: Add make target and documentation for gprof profiling.
2063      Branch: perl
2064            ! Makefile.SH pod/perlhack.pod
2065 ____________________________________________________________________________
2066 [ 10203] By: jhi                                   on 2001/05/24  21:09:36
2067         Log: Subject: Don't think about UTF8 
2068              From: Mike Guy <mjtg@cam.ac.uk> 
2069              Date: Tue, 22 May 2001 14:35:39 +0100
2070              Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk>
2071      Branch: perl
2072            ! sv.h
2073 ____________________________________________________________________________
2074 [ 10202] By: jhi                                   on 2001/05/24  21:07:25
2075         Log: Subject: [ID 20010524.002] find2perl bug in fileglob_to_re
2076              From: Geraint A Edwards <gedge@serf.org> 
2077              Date: Thu, 24 May 2001 22:51:24 +0100
2078              Message-Id: <20010524225124.A34981@cymru.serf.org>
2079      Branch: perl
2080            ! x2p/find2perl.PL
2081 ____________________________________________________________________________
2082 [ 10201] By: jhi                                   on 2001/05/24  21:02:30
2083         Log: DB_File has its own attribute story.
2084      Branch: perl
2085            ! ext/DB_File/DB_File.xs
2086 ____________________________________________________________________________
2087 [ 10200] By: jhi                                   on 2001/05/24  19:54:21
2088         Log: Subject: Re: Making perl with -Wall
2089              From: Andy Dougherty <doughera@lafayette.edu>
2090              Date: Thu, 24 May 2001 14:33:37 -0400 (EDT)
2091              Message-ID: <Pine.SOL.4.10.10105241415460.2443-100000@maxwell.phys.lafayette.edu>
2092      Branch: perl
2093            ! perl.h
2094 ____________________________________________________________________________
2095 [ 10199] By: jhi                                   on 2001/05/24  15:15:03
2096         Log: Subject: RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checking SvWEAKREF
2097              From: "Richard Soderberg" <rs@crystalflame.net>
2098              Date: Thu, 24 May 2001 08:58:16 -0700
2099              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEPODEAA.rs@crystalflame.net>
2100      Branch: perl
2101            ! sv.c
2102 ____________________________________________________________________________
2103 [ 10198] By: jhi                                   on 2001/05/24  15:10:04
2104         Log: IV/UV casting fixes from Nicholas Clark.
2105      Branch: perl
2106            ! perl.h pp_sys.c util.c
2107 ____________________________________________________________________________
2108 [ 10197] By: jhi                                   on 2001/05/24  14:19:44
2109         Log: Subject: Re: Making perl with -Wall
2110              From: Michael G Schwern <schwern@pobox.com>
2111              Date: Thu, 24 May 2001 15:40:28 +0100
2112              Message-ID: <20010524154028.B1988@blackrider.blackstar.co.uk>
2113      Branch: perl
2114            ! malloc.c perl.h
2115 ____________________________________________________________________________
2116 [ 10196] By: jhi                                   on 2001/05/24  14:04:41
2117         Log: Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync 
2118              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2119              Date: Tue, 22 May 2001 11:49:37 +0200
2120              Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl>
2121      Branch: metaconfig
2122            ! U/modified/Oldsym.U
2123      Branch: metaconfig/U/perl
2124            ! patchlevel.U
2125      Branch: perl
2126            ! Configure config_h.SH myconfig.SH
2127 ____________________________________________________________________________
2128 [ 10195] By: jhi                                   on 2001/05/24  13:25:04
2129         Log: Under versiononly install also the scripts with the version suffix.
2130              (e.g. .../bin/h2xs5.7.1)
2131      Branch: perl
2132            ! installperl
2133 ____________________________________________________________________________
2134 [ 10194] By: jhi                                   on 2001/05/24  13:02:49
2135         Log: Subject: [PATCH] Stop segfault in mg.c:636
2136              From: "Richard Soderberg" <rs@crystalflame.net>
2137              Date: Thu, 24 May 2001 05:51:52 -0700
2138              Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net>
2139      Branch: perl
2140            ! mg.c
2141 ____________________________________________________________________________
2142 [ 10193] By: jhi                                   on 2001/05/24  12:37:13
2143         Log: Iteration continues; hopefully convergently.
2144      Branch: perl
2145            ! t/lib/b-stash.t
2146 ____________________________________________________________________________
2147 [ 10192] By: jhi                                   on 2001/05/24  12:36:35
2148         Log: Subject: [PATCH] CORE::GLOBAL::require override happens too early
2149              From: Gisle Aas <gisle@ActiveState.com>
2150              Date: 23 May 2001 16:13:10 -0700
2151              Message-ID: <lrofsjfym1.fsf@caliper.ActiveState.com>
2152      Branch: perl
2153            ! op.c toke.c
2154 ____________________________________________________________________________
2155 [ 10191] By: jhi                                   on 2001/05/24  12:25:12
2156         Log: Subject: [PATCH] lib/dumpvar.pl, lib/perl5db.pl - fix warnings
2157              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
2158              Date: Thu, 24 May 2001 05:05:22 -0500
2159              Message-ID: <20010524050522.A18997@staff1.cso.uiuc.edu>
2160      Branch: perl
2161            ! lib/dumpvar.pl lib/perl5db.pl
2162 ____________________________________________________________________________
2163 [ 10190] By: jhi                                   on 2001/05/24  12:24:07
2164         Log: Subject: Re: [ID 20010524.001] perl5db.pl   x @INC  doesn't work like it used to
2165              From: David Dyck <dcd@tc.fluke.com>
2166              Date: Thu, 24 May 2001 01:42:09 -0700 (PDT)
2167              Message-ID: <Pine.LNX.4.33.0105240134580.5179-100000@dd.tc.fluke.com>
2168      Branch: perl
2169            ! lib/perl5db.pl
2170 ____________________________________________________________________________
2171 [ 10189] By: jhi                                   on 2001/05/23  22:43:31
2172         Log: Tiny pod nits on READMEs, mostly whitespace issues.
2173      Branch: perl
2174            ! README.amiga README.dos README.macos README.mpeix README.vmesa
2175            ! README.win32
2176 ____________________________________________________________________________
2177 [ 10188] By: jhi                                   on 2001/05/23  22:26:03
2178         Log: The DG/UX part of the 20010521.005.
2179      Branch: perl
2180            ! README.dgux
2181 ____________________________________________________________________________
2182 [ 10187] By: jhi                                   on 2001/05/23  22:04:05
2183         Log: Subject: Re: [ID 20000716.007] \G in a m//g expression causes problems 
2184              From: Hugo <hv@crypt.compulink.co.uk>
2185              Date: Mon, 21 May 2001 16:32:02 +0100
2186              Message-Id: <200105211532.QAA03999@crypt.compulink.co.uk>
2187      Branch: perl
2188            ! regcomp.c t/op/misc.t
2189 ____________________________________________________________________________
2190 [ 10186] By: jhi                                   on 2001/05/23  21:42:15
2191         Log: Subject: [PATCH] Extra UNIVERSAL tests
2192              From: Mike Guy <mjtg@cam.ac.uk>
2193              Date: Wed, 23 May 2001 12:29:20 +0100
2194              Message-Id: <E152WpM-0001yP-00@virgo.cus.cam.ac.uk>
2195      Branch: perl
2196            ! t/op/universal.t
2197 ____________________________________________________________________________
2198 [ 10185] By: jhi                                   on 2001/05/23  21:38:48
2199         Log: Subject: [PATCH] Remove EQ keyword
2200              From: Mike Guy <mjtg@cam.ac.uk>
2201              Message-Id: <E152Vhp-00072x-00@virgo.cus.cam.ac.uk>
2202              Date: Wed, 23 May 2001 11:17:29 +0100
2203      Branch: perl
2204            ! keywords.h keywords.pl
2205 ____________________________________________________________________________
2206 [ 10184] By: jhi                                   on 2001/05/23  21:29:41
2207         Log: Subject: [PATCH] lib/perl5db.pl
2208              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
2209              Date: Wed, 23 May 2001 02:18:03 -0500
2210              Message-ID: <20010523021803.A21965@staff1.cso.uiuc.edu>
2211      Branch: perl
2212            ! lib/perl5db.pl
2213 ____________________________________________________________________________
2214 [ 10183] By: jhi                                   on 2001/05/23  21:27:54
2215         Log: Subject: [PATCH lib/Term/Cap.pm] Avoid -W warnings in Tgetent and Tputs
2216              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
2217              Date: Tue, 22 May 2001 23:34:41 -0500
2218              Message-ID: <20010522233441.A12431@staff1.cso.uiuc.edu>
2219      Branch: perl
2220            ! lib/Term/Cap.pm
2221 ____________________________________________________________________________
2222 [ 10182] By: jhi                                   on 2001/05/23  21:24:30
2223         Log: Subject: [PATCH emacs/e2ctags.pl] big speedup
2224              From: davem@fdgroup.co.uk
2225              Date: Tue, 22 May 2001 22:08:09 +0100 (BST)
2226              Message-Id: <200105222108.WAA09442@gizmo.fdgroup.co.uk>
2227      Branch: perl
2228            ! emacs/e2ctags.pl
2229 ____________________________________________________________________________
2230 [ 10181] By: jhi                                   on 2001/05/23  21:23:29
2231         Log: Subject: [PATCH lib/vars.pm] Sensible minimum version
2232              From: Michael G Schwern <schwern@pobox.com>
2233              Date: Tue, 22 May 2001 14:15:09 +0100
2234              Message-ID: <20010522141509.J701@blackrider.blackstar.co.uk>
2235      Branch: perl
2236            ! lib/vars.pm
2237 ____________________________________________________________________________
2238 [ 10180] By: jhi                                   on 2001/05/23  21:22:14
2239         Log: Subject: [PATCH lib/vars.pm] Odd code nit
2240              From: Michael G Schwern <schwern@pobox.com>
2241              Date: Tue, 22 May 2001 14:14:28 +0100
2242              Message-ID: <20010522141427.I701@blackrider.blackstar.co.uk>
2243      Branch: perl
2244            ! lib/vars.pm
2245 ____________________________________________________________________________
2246 [ 10179] By: jhi                                   on 2001/05/23  21:19:51
2247         Log: Use the new use vars feature.
2248      Branch: perl
2249            ! t/lib/b-stash.t
2250 ____________________________________________________________________________
2251 [ 10178] By: jhi                                   on 2001/05/23  21:19:28
2252         Log: Subject: [PATCH] vars.pm to support qualified variables (was Re: [ID 20010521.001])
2253              From: Mike Guy <mjtg@cam.ac.uk>
2254              Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
2255              Date: Tue, 22 May 2001 13:11:39 +0100
2256      Branch: perl
2257            + t/pragma/vars.t
2258            ! MANIFEST lib/vars.pm t/lib/1_compile.t
2259 ____________________________________________________________________________
2260 [ 10177] By: jhi                                   on 2001/05/23  21:01:48
2261         Log: -qlongdouble considered harmful by Merijn.
2262      Branch: perl
2263            ! hints/aix.sh
2264 ____________________________________________________________________________
2265 [ 10176] By: jhi                                   on 2001/05/21  13:21:21
2266         Log: Update Changes.
2267      Branch: perl
2268            ! Changes patchlevel.h
2269 ____________________________________________________________________________
2270 [ 10175] By: jhi                                   on 2001/05/21  13:17:28
2271         Log: Add a test of its very own for Fcntl.  Hopefully portable.
2272      Branch: perl
2273            + t/lib/fcntl.t
2274            ! MANIFEST
2275 ____________________________________________________________________________
2276 [ 10174] By: jhi                                   on 2001/05/21  12:45:41
2277         Log: Must be trickier for 'minitest' not to die.
2278      Branch: perl
2279            ! t/op/taint.t
2280 ____________________________________________________________________________
2281 [ 10173] By: jhi                                   on 2001/05/21  11:24:43
2282         Log: Can't declare other people's variables.
2283      Branch: perl
2284            ! t/lib/b-stash.t
2285 ____________________________________________________________________________
2286 [ 10172] By: jhi                                   on 2001/05/20  20:33:08
2287         Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
2288      Branch: perl
2289            ! doio.c t/op/taint.t
2290 ____________________________________________________________________________
2291 [ 10171] By: jhi                                   on 2001/05/20  20:18:45
2292         Log: The OS/2 variable needs to be declared.
2293      Branch: perl
2294            ! t/lib/b-stash.t
2295 ____________________________________________________________________________
2296 [ 10170] By: nick                                  on 2001/05/20  16:48:29
2297         Log: Integrate mainline
2298      Branch: perlio
2299           !> (integrate 41 files)
2300 ____________________________________________________________________________
2301 [ 10169] By: jhi                                   on 2001/05/20  11:50:20
2302         Log: Small perlsec updates: clarify the taintedness of filename
2303              globbing; suggest using Scalar::Util::tainted().
2304      Branch: perl
2305            ! pod/perlsec.pod
2306 ____________________________________________________________________________
2307 [ 10168] By: jhi                                   on 2001/05/20  11:24:11
2308         Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic
2309              From: Dave Mitchell <davem@fdgroup.co.uk>
2310              Date: Sat, 19 May 2001 20:12:56 +0100 (BST)
2311              Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
2312      Branch: perl
2313            ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c
2314            ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c
2315            ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c
2316            ! xsutils.c
2317 ____________________________________________________________________________
2318 [ 10167] By: jhi                                   on 2001/05/20  11:12:14
2319         Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2
2320              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2321              Date: Sat, 19 May 2001 04:08:46 -0400
2322              Message-ID: <20010519040846.A16969@math.ohio-state.edu>
2323      Branch: perl
2324            ! lib/ExtUtils/Mksymlists.pm makedef.pl
2325 ____________________________________________________________________________
2326 [ 10166] By: jhi                                   on 2001/05/20  11:08:27
2327         Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2
2328              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2329              Date: Sat, 19 May 2001 04:30:45 -0400
2330              Message-ID: <20010519043045.A17033@math.ohio-state.edu>
2331      Branch: perl
2332            ! os2/os2.c
2333 ____________________________________________________________________________
2334 [ 10165] By: jhi                                   on 2001/05/20  11:07:06
2335         Log: Subject: [PATCH 5.6.1] build bugs OS/2
2336              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2337              Date: Sat, 19 May 2001 04:35:28 -0400
2338              Message-ID: <20010519043528.A17363@math.ohio-state.edu>
2339      Branch: perl
2340            ! os2/Makefile.SHs os2/os2.c
2341 ____________________________________________________________________________
2342 [ 10164] By: jhi                                   on 2001/05/20  11:06:01
2343         Log: Subject: [PATCH 5.6.1] Mis-Failing tests
2344              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2345              Date: Sat, 19 May 2001 04:04:23 -0400
2346              Message-ID: <20010519040423.A16861@math.ohio-state.edu>
2347              
2348              (In bleadperl patched b-stash.t instead of b.t)
2349      Branch: perl
2350            ! t/lib/b-stash.t t/lib/bigfltpm.t
2351 ____________________________________________________________________________
2352 [ 10163] By: jhi                                   on 2001/05/20  10:59:46
2353         Log: Subject: [PATCH 5.6.1] perl5db
2354              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2355              Date: Sat, 19 May 2001 03:49:09 -0400
2356              Message-ID: <20010519034909.A14902@math.ohio-state.edu>
2357      Branch: perl
2358            ! lib/perl5db.pl
2359 ____________________________________________________________________________
2360 [ 10162] By: jhi                                   on 2001/05/20  10:58:18
2361         Log: Subject: [PATCH] require $mod where $mod has touched numeric context
2362              From: Gisle Aas <gisle@ActiveState.com>
2363              Date: 18 May 2001 14:24:51 -0700
2364              Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com>
2365      Branch: perl
2366            ! pp_ctl.c
2367 ____________________________________________________________________________
2368 [ 10161] By: jhi                                   on 2001/05/20  10:57:00
2369         Log: Subject: [PATCH] Chomp should not always stringify
2370              From: Gisle Aas <gisle@ActiveState.com>
2371              Date: 18 May 2001 07:55:25 -0700
2372              Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
2373      Branch: perl
2374            ! doop.c t/op/chop.t
2375 ____________________________________________________________________________
2376 [ 10160] By: jhi                                   on 2001/05/20  10:49:40
2377         Log: Integrate perlio.
2378      Branch: perl
2379           !> pod/perlfunc.pod
2380 ____________________________________________________________________________
2381 [ 10159] By: nick                                  on 2001/05/20  09:39:46
2382         Log: Document some more of open's features.
2383      Branch: perlio
2384            ! pod/perlfunc.pod
2385 ____________________________________________________________________________
2386 [ 10158] By: gsar                                  on 2001/05/18  18:43:38
2387         Log: back out change#10153 (it has compatibility issues such as the
2388              changed behavior of /[~%@+-]/, and after talking to Jarkko, the
2389              benefit for 5.6.x doesn't seem worth the risk)
2390      Branch: maint-5.6/perl
2391            ! toke.c
2392 ____________________________________________________________________________
2393 [ 10157] By: jhi                                   on 2001/05/18  17:05:40
2394         Log: \$escaping the $vars in !GROK!THIS! section is a good idea.
2395      Branch: perl
2396            ! x2p/s2p.PL
2397 ____________________________________________________________________________
2398 [ 10156] By: jhi                                   on 2001/05/18  12:06:40
2399         Log: Update Changes.
2400      Branch: perl
2401            ! Changes patchlevel.h
2402 ____________________________________________________________________________
2403 [ 10155] By: jhi                                   on 2001/05/18  11:58:57
2404         Log: Integrate change #10144 from maintperl.
2405              
2406              s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
2407      Branch: perl
2408           !> win32/config.bc win32/config.gc win32/config.vc
2409           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
2410 ____________________________________________________________________________
2411 [ 10154] By: nick                                  on 2001/05/18  07:23:03
2412         Log: Integrate mainline.
2413      Branch: perlio
2414           +> README.dgux t/lib/i18n-collate.t utils.lst
2415           !> (integrate 49 files)
2416 ____________________________________________________________________________
2417 [ 10153] By: jhi                                   on 2001/05/18  00:41:51
2418         Log: Integrate change #7224 from mainline into maintperl.
2419              
2420              Allow @+ and @- to be doublequoted, from Simon Cozens. 
2421              (Approved by Larry, see Tom's comment in 20000830.005.)
2422      Branch: maint-5.6/perl
2423           !> toke.c
2424 ____________________________________________________________________________
2425 [ 10152] By: jhi                                   on 2001/05/17  23:18:15
2426         Log: Subject: [PATCH bleadperl] small lookbehind fix
2427              From: Hugo <hv@crypt.compulink.co.uk>
2428              Date: Fri, 18 May 2001 00:07:19 +0100
2429              Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
2430      Branch: perl
2431            ! regexec.c
2432 ____________________________________________________________________________
2433 [ 10151] By: jhi                                   on 2001/05/17  22:00:06
2434         Log: Detypos.
2435      Branch: perl
2436            ! installman utils.lst
2437 ____________________________________________________________________________
2438 [ 10150] By: jhi                                   on 2001/05/17  20:32:48
2439         Log: Add better debug to glob/basic #8 as suggested by Nick Clark
2440              in 20001222.001.
2441      Branch: perl
2442            ! t/lib/glob-basic.t
2443 ____________________________________________________________________________
2444 [ 10149] By: jhi                                   on 2001/05/17  20:08:58
2445         Log: Subject: [PATCH] Test for bug 20010515.004
2446              From: Benjamin Sugars <bsugars@canoe.ca>
2447              Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
2448              Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
2449      Branch: perl
2450            ! t/op/misc.t
2451 ____________________________________________________________________________
2452 [ 10148] By: jhi                                   on 2001/05/17  20:06:23
2453         Log: Integrate #10145 from maintperl.
2454              
2455              fix for ID 20010515.004 (needs test)
2456      Branch: perl
2457           !> pp_hot.c
2458 ____________________________________________________________________________
2459 [ 10147] By: jhi                                   on 2001/05/17  19:10:46
2460         Log: Thinko noticed by Doug MacEachern.
2461      Branch: perl
2462            ! thread.h
2463 ____________________________________________________________________________
2464 [ 10146] By: jhi                                   on 2001/05/17  17:30:37
2465         Log: Subject: Re: [PATCH] HERE mark in regex
2466              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
2467              Date: Thu, 17 May 2001 12:20:33 -0400
2468              Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu> 
2469      Branch: perl
2470            ! t/op/re_tests
2471 ____________________________________________________________________________
2472 [ 10145] By: gsar                                  on 2001/05/17  16:59:55
2473         Log: fix for ID 20010515.004 (needs test)
2474      Branch: maint-5.6/perl
2475            ! pp_hot.c
2476 ____________________________________________________________________________
2477 [ 10144] By: gsar                                  on 2001/05/17  16:39:02
2478         Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
2479      Branch: maint-5.6/perl
2480            ! win32/config.bc win32/config.gc win32/config.vc
2481            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
2482 ____________________________________________________________________________
2483 [ 10143] By: jhi                                   on 2001/05/17  14:21:08
2484         Log: Macrofy the getspecific (and use it also in util.c)
2485      Branch: perl
2486            ! thread.h util.c
2487 ____________________________________________________________________________
2488 [ 10142] By: jhi                                   on 2001/05/17  01:43:50
2489         Log: Use the unchecked thread-specific key fetch also in Tru64.
2490      Branch: perl
2491            ! thread.h
2492 ____________________________________________________________________________
2493 [ 10141] By: jhi                                   on 2001/05/17  01:41:07
2494         Log: Subject: [PATCH 5.6.1]Quick thread speedup
2495              From: Dan Sugalski <dan@sidhe.org> 
2496              Date: Wed, 16 May 2001 18:05:19 -0400
2497              Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
2498      Branch: perl
2499            ! thread.h util.c
2500 ____________________________________________________________________________
2501 [ 10140] By: jhi                                   on 2001/05/16  19:58:29
2502         Log: I think this is quite enough testing for a deprecated feature.
2503      Branch: perl
2504            + t/lib/i18n-collate.t
2505            ! MANIFEST t/lib/1_compile.t
2506 ____________________________________________________________________________
2507 [ 10139] By: jhi                                   on 2001/05/16  18:47:03
2508         Log: More HP-UX lore from Jeff Okamoto.
2509      Branch: perl
2510            ! README.hpux
2511 ____________________________________________________________________________
2512 [ 10138] By: jhi                                   on 2001/05/16  18:21:04
2513         Log: Sort utils.lst for easier maintenance.
2514      Branch: perl
2515            ! utils.lst
2516 ____________________________________________________________________________
2517 [ 10137] By: jhi                                   on 2001/05/16  18:12:01
2518         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
2519              From: Tim Jenness <t.jenness@jach.hawaii.edu>
2520              Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
2521              Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
2522              
2523              Add pod2latex to utils.lst.
2524      Branch: perl
2525            ! MANIFEST utils.lst
2526 ____________________________________________________________________________
2527 [ 10136] By: jhi                                   on 2001/05/16  18:00:00
2528         Log: Subject: Re: [PATCH] HERE mark in regex
2529              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
2530              Date: Wed, 16 May 2001 13:04:43 -0400
2531              Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu> 
2532      Branch: perl
2533            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
2534            ! t/op/regmesg.t t/pragma/warn/regcomp
2535 ____________________________________________________________________________
2536 [ 10135] By: jhi                                   on 2001/05/16  17:51:50
2537         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
2538              From: Simon Cozens <simon@netthink.co.uk>
2539              Date: Wed, 16 May 2001 18:02:08 +0100
2540              Message-ID: <20010516180208.A6458@netthink.co.uk>
2541      Branch: perl
2542            ! installman utils.lst
2543 ____________________________________________________________________________
2544 [ 10134] By: jhi                                   on 2001/05/16  17:47:26
2545         Log: Subject: Re: [ID 20010515.001] -DPERL_Y2KWARN doesn't do what it should (Not OK: perl v5.7.1 +DEVEL10104 on i586-linux 2.2.16-22 (UNINST
2546              From: "Philip Newton" <pnewton@gmx.de>
2547              Date: Tue, 15 May 2001 15:09:30 +0200
2548              Message-ID: <3B0146AA.2839.17BFDA6@localhost>
2549              
2550              Test case for #10128.
2551      Branch: perl
2552            ! t/pragma/warn/pp_hot
2553 ____________________________________________________________________________
2554 [ 10133] By: jhi                                   on 2001/05/16  15:12:52
2555         Log: Update Changes.
2556      Branch: perl
2557            ! Changes patchlevel.h
2558 ____________________________________________________________________________
2559 [ 10132] By: jhi                                   on 2001/05/16  14:50:55
2560         Log: Deprecate pseudo-hashes.
2561      Branch: perl
2562            ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
2563 ____________________________________________________________________________
2564 [ 10131] By: jhi                                   on 2001/05/16  14:26:01
2565         Log: HP-UX hints update from Merijn.
2566      Branch: perl
2567            ! hints/hpux.sh
2568 ____________________________________________________________________________
2569 [ 10130] By: jhi                                   on 2001/05/16  14:23:01
2570         Log: README.hpux update from Merijn.
2571      Branch: perl
2572            ! README.hpux
2573 ____________________________________________________________________________
2574 [ 10129] By: jhi                                   on 2001/05/16  14:18:56
2575         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
2576              From: Simon Cozens <simon@netthink.co.uk>
2577              Date: Wed, 16 May 2001 15:57:55 +0100
2578              Message-ID: <20010516155755.A4728@netthink.co.uk>
2579      Branch: perl
2580            + utils.lst
2581            ! MANIFEST installman installperl
2582 ____________________________________________________________________________
2583 [ 10128] By: jhi                                   on 2001/05/16  14:15:36
2584         Log: Subject: Re: [ID 20010515.001] -DPERL_Y2KWARN doesn't do what it should (Not OK: perl v5.7.1 +DEVEL10104 on i586-linux 2.2.16-22 (UNINST
2585              From: "Philip Newton" <pnewton@gmx.de>
2586              Date: Tue, 15 May 2001 16:31:05 +0200
2587              Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
2588              
2589              Fix PERL_Y2KWARN test to check before rather than after appending.
2590      Branch: perl
2591            ! pp_hot.c
2592 ____________________________________________________________________________
2593 [ 10127] By: jhi                                   on 2001/05/16  14:08:15
2594         Log: Regen Porting stuff.
2595      Branch: perl
2596            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2597            ! config_h.SH
2598 ____________________________________________________________________________
2599 [ 10126] By: jhi                                   on 2001/05/16  13:41:50
2600         Log: Metaconfig unit change for #10125.
2601      Branch: metaconfig
2602            ! U/modified/Oldconfig.U
2603 ____________________________________________________________________________
2604 [ 10125] By: jhi                                   on 2001/05/16  13:41:35
2605         Log: Use OSVERS.
2606      Branch: perl
2607            ! Configure config_h.SH perl.c
2608 ____________________________________________________________________________
2609 [ 10124] By: jhi                                   on 2001/05/16  13:41:09
2610         Log: Regen toc.
2611      Branch: perl
2612            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
2613 ____________________________________________________________________________
2614 [ 10123] By: jhi                                   on 2001/05/16  13:25:38
2615         Log: Adding the README.dgux to the MANIFEST would be a good idea.
2616      Branch: perl
2617            ! MANIFEST
2618 ____________________________________________________________________________
2619 [ 10122] By: jhi                                   on 2001/05/16  13:08:33
2620         Log: Move the stack desire definition to thread.h.
2621      Branch: perl
2622            ! ext/Thread/Thread.xs thread.h
2623 ____________________________________________________________________________
2624 [ 10121] By: jhi                                   on 2001/05/16  13:00:12
2625         Log: DG-UX threading patches, including a README.dgux,
2626              from Takis Psarogiannakopoulos.
2627      Branch: perl
2628            + README.dgux
2629            ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
2630 ____________________________________________________________________________
2631 [ 10120] By: jhi                                   on 2001/05/16  12:55:33
2632         Log: Subject: [PATCH B::Deparse] More on /x regexes
2633              From: Robin Houston <robin@kitsite.com>
2634              Date: Tue, 15 May 2001 19:09:35 +0100
2635              Message-ID: <20010515190935.A27268@penderel>
2636      Branch: perl
2637            ! ext/B/B/Deparse.pm
2638 ____________________________________________________________________________
2639 [ 10119] By: jhi                                   on 2001/05/16  12:45:29
2640         Log: Document that the core time() may be rounding rather
2641              than truncating, would have saved at least my confusion.
2642      Branch: perl
2643            ! ext/Time/HiRes/HiRes.pm
2644 ____________________________________________________________________________
2645 [ 10118] By: jhi                                   on 2001/05/16  12:37:57
2646         Log: Subject: perl-current/t/time-hires.t
2647              From: John Peacock <jpeacock@rowman.com>
2648              Date: Fri, 11 May 2001 14:09:41 -0400
2649              Message-ID: <3AFC2AE5.5E787E54@rowman.com>
2650      Branch: perl
2651            ! t/lib/time-hires.t
2652 ____________________________________________________________________________
2653 [ 10117] By: jhi                                   on 2001/05/15  13:40:33
2654         Log: Subject: [PATCH dump.c] Op private flags
2655              From: Simon Cozens <simon@netthink.co.uk>
2656              Date: Sun, 13 May 2001 20:20:36 +0100
2657              Message-ID: <20010513202036.A21896@netthink.co.uk>
2658      Branch: perl
2659            ! dump.c
2660 ____________________________________________________________________________
2661 [ 10116] By: jhi                                   on 2001/05/15  13:28:26
2662         Log: Upgrade to Switch 2.03.
2663      Branch: perl
2664            ! lib/Switch.pm
2665 ____________________________________________________________________________
2666 [ 10115] By: jhi                                   on 2001/05/15  13:19:01
2667         Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
2668              to PERL_CONFIG_SH and use it consistently.
2669      Branch: maint-5.6/perl
2670           !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
2671           !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
2672           !> myconfig.SH writemain.SH
2673 ____________________________________________________________________________
2674 [ 10114] By: jhi                                   on 2001/05/15  13:13:21
2675         Log: Metaconfig units changes for #10113.
2676      Branch: metaconfig
2677            ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
2678 ____________________________________________________________________________
2679 [ 10113] By: jhi                                   on 2001/05/15  13:12:40
2680         Log: The problem described in 20010514.031 still wasn't
2681              fully cured, there were remnants of $CONFIG when
2682              $CONFIGDOTSH was expected.  Now renamed to PERL_CONFIG_SH
2683              to avoid future conflicts.
2684      Branch: perl
2685            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
2686            ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
2687            ! myconfig.SH writemain.SH
2688 ____________________________________________________________________________
2689 [ 10112] By: jhi                                   on 2001/05/15  11:55:44
2690         Log: Half of #10107 got lost.
2691      Branch: perl
2692            ! ext/B/B/Deparse.pm
2693 ____________________________________________________________________________
2694 [ 10111] By: nick                                  on 2001/05/15  08:39:14
2695         Log: Integrate mainline.
2696      Branch: perlio
2697           +> ext/POSIX/hints/uts.pl
2698            - Todo Todo-5.6 t/camel-III/vstring.t
2699           !> (integrate 48 files)
2700 ____________________________________________________________________________
2701 [ 10110] By: jhi                                   on 2001/05/15  02:04:05
2702         Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
2703              From: Robin Houston <robin@kitsite.com>
2704              Date: Mon, 14 May 2001 22:27:08 +0100
2705              Message-ID: <20010514222708.A22963@penderel>
2706      Branch: perl
2707            ! t/TestInit.pm
2708 ____________________________________________________________________________
2709 [ 10109] By: jhi                                   on 2001/05/15  02:03:12
2710         Log: Subject: [PATCH B::Deparse] Lvaluable method calls
2711              From: Robin Houston <robin@kitsite.com>
2712              Date: Mon, 14 May 2001 22:16:43 +0100
2713              Message-ID: <20010514221643.A22437@penderel>
2714      Branch: perl
2715            ! ext/B/B/Deparse.pm
2716 ____________________________________________________________________________
2717 [ 10108] By: jhi                                   on 2001/05/15  02:02:17
2718         Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
2719              From: Robin Houston <robin@kitsite.com>
2720              Date: Mon, 14 May 2001 22:03:44 +0100
2721              Message-ID: <20010514220344.A20643@penderel>
2722      Branch: perl
2723            ! ext/B/B/Deparse.pm
2724 ____________________________________________________________________________
2725 [ 10107] By: jhi                                   on 2001/05/15  02:01:24
2726         Log: Subject: [PATCH B::Deparse] "${foo}_bar"
2727              From: Robin Houston <robin@kitsite.com>
2728              Date: Mon, 14 May 2001 22:10:07 +0100
2729              Message-ID: <20010514221007.A21118@penderel>
2730      Branch: perl
2731            ! ext/B/B/Deparse.pm
2732 ____________________________________________________________________________
2733 [ 10106] By: jhi                                   on 2001/05/15  01:41:26
2734         Log: Fix for 20010514.037; substr() didn't invalidate the locale
2735              collation magic.
2736      Branch: perl
2737            ! pp.c
2738 ____________________________________________________________________________
2739 [ 10105] By: jhi                                   on 2001/05/14  18:18:24
2740         Log: Update Changes.
2741      Branch: perl
2742            ! Changes patchlevel.h
2743 ____________________________________________________________________________
2744 [ 10104] By: jhi                                   on 2001/05/14  18:09:07
2745         Log: Retract #10094.
2746      Branch: perl
2747            ! lib/Pod/Text.pm
2748 ____________________________________________________________________________
2749 [ 10103] By: jhi                                   on 2001/05/14  15:20:58
2750         Log: Integrate change #10100 from maintperl.
2751              
2752              PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
2753              bug ID 20010514.027)
2754      Branch: perl
2755           !> mg.c pp_ctl.c
2756 ____________________________________________________________________________
2757 [ 10102] By: jhi                                   on 2001/05/14  15:19:21
2758         Log: Document the deprecatedness of suidperl.
2759      Branch: perl
2760            ! INSTALL pod/perlfaq1.pod
2761 ____________________________________________________________________________
2762 [ 10101] By: jhi                                   on 2001/05/14  14:54:31
2763         Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
2764              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
2765              Date: Mon, 14 May 2001 09:38:59 -0400
2766              Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
2767      Branch: perl
2768            ! lib/ExtUtils/MM_Unix.pm
2769 ____________________________________________________________________________
2770 [ 10100] By: gsar                                  on 2001/05/14  14:43:50
2771         Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
2772              bug ID 20010514.027)
2773              
2774              TODO: this needs a testsuite addition
2775      Branch: maint-5.6/perl
2776            ! mg.c pp_ctl.c
2777 ____________________________________________________________________________
2778 [ 10099] By: jhi                                   on 2001/05/14  13:42:38
2779         Log: More DWIMminess for Class::Struct: calling the array or hash
2780              accessors only with one argument, an array or a hash reference,
2781              sets the underlying array or hash.  This mirrors nicely also
2782              the usage in the constructor.
2783              From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
2784      Branch: perl
2785            ! lib/Class/Struct.pm t/lib/class-struct.t
2786 ____________________________________________________________________________
2787 [ 10098] By: jhi                                   on 2001/05/14  13:10:34
2788         Log: Reference cmp'ing should go through the whole stringification
2789              process shebang, as pointed out by Sarathy in #10091.
2790      Branch: perl
2791            ! pp.c
2792 ____________________________________________________________________________
2793 [ 10097] By: jhi                                   on 2001/05/14  12:54:31
2794         Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
2795              From: Simon Cozens <simon@netthink.co.uk>
2796              Date: Sat, 12 May 2001 16:36:27 +0100
2797              Message-ID: <20010512163627.A5522@netthink.co.uk>
2798              
2799              with some additions salvaged from Todo and Todo-5.6 before
2800              retiring them.
2801      Branch: perl
2802            - Todo Todo-5.6
2803            ! MANIFEST pod/perltodo.pod
2804 ____________________________________________________________________________
2805 [ 10096] By: jhi                                   on 2001/05/14  12:37:01
2806         Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
2807              From: "Golubev I. N." <gin@mo.msk.ru>
2808              Date: Mon, 07 May 2001 14:33:34 (GMT)
2809              Message-Id: <02453af6b23e63-gin@mo.msk.ru>
2810      Branch: perl
2811            ! perl.h
2812 ____________________________________________________________________________
2813 [ 10095] By: jhi                                   on 2001/05/14  12:34:24
2814         Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
2815              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
2816              Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
2817              Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
2818      Branch: perl
2819            ! lib/ExtUtils/MM_Unix.pm
2820 ____________________________________________________________________________
2821 [ 10094] By: jhi                                   on 2001/05/14  12:32:44
2822         Log: (Retracted by #10104.)
2823              
2824              Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
2825              From: barries <barries@slaysys.com>
2826              Date: Sat, 12 May 2001 01:28:10 -0400
2827              Message-ID: <20010512012810.B26358@jester.slaysys.com>
2828      Branch: perl
2829            ! lib/Pod/Text.pm
2830 ____________________________________________________________________________
2831 [ 10093] By: jhi                                   on 2001/05/14  12:30:38
2832         Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
2833              From: Mike Guy <mjtg@cam.ac.uk>
2834              Date: Sat, 12 May 2001 19:24:33 +0100
2835              Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
2836      Branch: perl
2837            ! lib/AutoSplit.pm
2838 ____________________________________________________________________________
2839 [ 10092] By: jhi                                   on 2001/05/14  12:29:21
2840         Log: Yet another HP-UX hints tweak from Merijn.
2841      Branch: perl
2842            ! hints/hpux.sh
2843 ____________________________________________________________________________
2844 [ 10091] By: gsar                                  on 2001/05/14  04:38:32
2845         Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
2846              isn't defined (changes#9366,9368,9370 from mainline without the
2847              pp_scmp() change)
2848      Branch: maint-5.6/perl
2849            ! pp.c pp.h pp_hot.c
2850 ____________________________________________________________________________
2851 [ 10090] By: jhi                                   on 2001/05/12  13:39:43
2852         Log: The sorting seems to happen now automatically.
2853      Branch: perl
2854            ! t/lib/glob-basic.t
2855 ____________________________________________________________________________
2856 [ 10089] By: jhi                                   on 2001/05/12  03:38:15
2857         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
2858              From: Benjamin Sugars <bsugars@canoe.ca>
2859              Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
2860              Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
2861      Branch: perl
2862            ! pod/perlfunc.pod
2863 ____________________________________________________________________________
2864 [ 10088] By: jhi                                   on 2001/05/12  03:37:00
2865         Log: Subject: Re: undef(&foo) does not work for XS functions
2866              From: Doug MacEachern <dougm@covalent.net>
2867              Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
2868              Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
2869      Branch: perl
2870            ! op.c
2871 ____________________________________________________________________________
2872 [ 10087] By: jhi                                   on 2001/05/12  03:35:58
2873         Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
2874              From: Peter Prymmer <pvhp@forte.com>
2875              Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
2876              Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
2877      Branch: perl
2878            ! t/op/append.t
2879 ____________________________________________________________________________
2880 [ 10086] By: jhi                                   on 2001/05/11  14:23:08
2881         Log: Update Changes.
2882      Branch: perl
2883            ! Changes patchlevel.h
2884 ____________________________________________________________________________
2885 [ 10085] By: jhi                                   on 2001/05/11  14:08:20
2886         Log: Remove the 'asciir' re subpragma.  Should instead implement
2887              the 'physical vs logical' range scheme:
2888              
2889              \xAA-\xCC is a native physical range, you want that range of
2890              codepoints in your native encoding.  In EBCDIC the codepoints
2891              in the gaps (between i-j and r-s) should be included.
2892              
2893              \x{AA}-\x{CC} is a physical Unicode range, you want that range of
2894              codepoints in Unicode.
2895              
2896              a-z is a logical range, you want that range of 'logical' codepoints
2897              in your native encoding.  In EBCDIC the codepoints in the gaps
2898              (between i-j and r-s) should not be included.
2899              
2900              Mixed cases (a-\xAA, etc) should either be errors, or maybe
2901              the 'logical' endpoints should be converted to native/Unicode
2902              codepoints, and the range handled as a physical range.
2903              
2904              'Logical endpoints' are to be recognized only in the A-Z, a-z,
2905              and 0-9 ranges.  Probably a warning should be given for mixed
2906              cases like A-z or a-9 (since such expressions are encoding
2907              dependent), with a recommendation to use physical ranges.
2908      Branch: perl
2909            ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
2910            ! t/op/regexp.t
2911 ____________________________________________________________________________
2912 [ 10084] By: jhi                                   on 2001/05/11  13:56:16
2913         Log: Make the test to cleanup the test directory tree
2914              both before and after the testing so that we always
2915              have a clean slate to work with.
2916      Branch: perl
2917            ! t/lib/filefind.t
2918 ____________________________________________________________________________
2919 [ 10083] By: jhi                                   on 2001/05/11  13:46:30
2920         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
2921              From: Jon Eveland <jweveland@yahoo.com>
2922              Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
2923              Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
2924      Branch: perl
2925            ! pod/perlfunc.pod
2926 ____________________________________________________________________________
2927 [ 10082] By: jhi                                   on 2001/05/11  13:45:06
2928         Log: Merge the camel-III/vstring.t with op/ver.t.
2929      Branch: perl
2930            - t/camel-III/vstring.t
2931            ! MANIFEST t/TEST t/harness t/op/ver.t
2932 ____________________________________________________________________________
2933 [ 10081] By: jhi                                   on 2001/05/11  13:15:55
2934         Log: Add test.deparse make target.
2935      Branch: perl
2936            ! Makefile.SH
2937 ____________________________________________________________________________
2938 [ 10080] By: jhi                                   on 2001/05/11  12:52:49
2939         Log: Subject: [PATCH B::Deparse] $foo->bar(0)
2940              From: Robin Houston <robin@kitsite.com>
2941              Date: Fri, 11 May 2001 12:02:22 +0100
2942              Message-ID: <20010511120222.A11529@penderel>
2943      Branch: perl
2944            ! ext/B/B/Deparse.pm t/op/method.t
2945 ____________________________________________________________________________
2946 [ 10079] By: jhi                                   on 2001/05/11  01:59:06
2947         Log: A nicely working combination for UTS from Hal Morris.
2948      Branch: perl
2949            + ext/POSIX/hints/uts.pl
2950            ! MANIFEST hints/uts.sh
2951 ____________________________________________________________________________
2952 [ 10078] By: jhi                                   on 2001/05/11  01:15:04
2953         Log: i_ieeefp=undef for UTS.
2954      Branch: perl
2955            ! hints/uts.sh
2956 ____________________________________________________________________________
2957 [ 10077] By: jhi                                   on 2001/05/10  22:42:35
2958         Log: Subject: RE: rand(0) is rand(1)
2959              From: Larry Shatzer <lshatzer@islanddata.com>
2960              Date: Thu, 10 May 2001 11:09:27 -0700
2961              Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
2962      Branch: perl
2963            ! pod/perlfunc.pod
2964 ____________________________________________________________________________
2965 [ 10076] By: jhi                                   on 2001/05/10  22:36:50
2966         Log: Subject: [patch] make op_{clear,null} public
2967              From: Doug MacEachern <dougm@covalent.net>
2968              Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
2969              Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
2970      Branch: perl
2971            ! embed.h embed.pl op.c proto.h
2972 ____________________________________________________________________________
2973 [ 10075] By: jhi                                   on 2001/05/10  22:28:36
2974         Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
2975              From: Robin Houston <robin@kitsite.com>
2976              Date: Thu, 10 May 2001 18:54:59 +0100
2977              Message-ID: <20010510185459.A5995@penderel>
2978      Branch: perl
2979            ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
2980 ____________________________________________________________________________
2981 [ 10074] By: jhi                                   on 2001/05/10  22:23:41
2982         Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
2983              From: Robin Houston <robin@kitsite.com>
2984              Date: Thu, 10 May 2001 12:56:39 +0100
2985              Message-ID: <20010510125639.A2119@penderel>
2986      Branch: perl
2987            ! ext/B/B/Deparse.pm
2988 ____________________________________________________________________________
2989 [ 10073] By: jhi                                   on 2001/05/10  14:26:01
2990         Log: Retract #10070, not ready yet.
2991      Branch: perl
2992            ! ext/B/B/Deparse.pm
2993 ____________________________________________________________________________
2994 [ 10072] By: jhi                                   on 2001/05/10  13:40:24
2995         Log: The metaconfig unit change for #10071.
2996      Branch: metaconfig
2997            ! U/modified/mallocsrc.U
2998 ____________________________________________________________________________
2999 [ 10071] By: jhi                                   on 2001/05/10  13:39:57
3000         Log: The #9525+#9526 didn't allow for overriding usemymalloc.
3001      Branch: perl
3002            ! Configure
3003 ____________________________________________________________________________
3004 [ 10070] By: jhi                                   on 2001/05/10  13:18:42
3005         Log: (Retracted by #10073)
3006              
3007              Subject: Re: [PATCH t/TEST] B::Deparse tester 
3008              From: Hugo <hv@crypt.compulink.co.uk>
3009              Date: Thu, 10 May 2001 05:48:09 +0100
3010              Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
3011      Branch: perl
3012            ! ext/B/B/Deparse.pm
3013 ____________________________________________________________________________
3014 [ 10069] By: jhi                                   on 2001/05/10  12:24:06
3015         Log: Add a for(func()) test.
3016      Branch: perl
3017            ! t/cmd/for.t
3018 ____________________________________________________________________________
3019 [ 10068] By: jhi                                   on 2001/05/10  12:16:00
3020         Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
3021              From: Robin Houston <robin@kitsite.com>
3022              Date: Thu, 10 May 2001 13:50:08 +0100
3023              Message-ID: <20010510135008.A2454@penderel>
3024      Branch: perl
3025            ! ext/B/B/Deparse.pm
3026 ____________________________________________________________________________
3027 [ 10067] By: jhi                                   on 2001/05/10  01:45:03
3028         Log: A thinko in #10065.
3029      Branch: perl
3030            ! hv.c
3031 ____________________________________________________________________________
3032 [ 10066] By: jhi                                   on 2001/05/10  01:33:12
3033         Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
3034              From: Robin Houston <robin@kitsite.com>
3035              Date: Thu, 10 May 2001 02:10:34 +0100
3036              Message-ID: <20010510021034.A19421@penderel>
3037      Branch: perl
3038            ! ext/B/B.xs ext/B/B/Deparse.pm
3039 ____________________________________________________________________________
3040 [ 10065] By: jhi                                   on 2001/05/10  01:30:43
3041         Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
3042              From: Doug MacEachern <dougm@covalent.net>
3043              Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
3044              Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
3045      Branch: perl
3046            ! hv.c
3047 ____________________________________________________________________________
3048 [ 10064] By: jhi                                   on 2001/05/09  23:13:29
3049         Log: One more workaround for the UTS compiler from Hal Morris.
3050      Branch: perl
3051            ! perl.h
3052 ____________________________________________________________________________
3053 [ 10063] By: jhi                                   on 2001/05/09  23:09:53
3054         Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
3055              From: Robin Houston <robin@kitsite.com>
3056              Date: Thu, 10 May 2001 01:02:08 +0100
3057              Message-ID: <20010510010208.A18200@penderel>
3058      Branch: perl
3059            ! ext/B/B/Debug.pm
3060 ____________________________________________________________________________
3061 [ 10062] By: jhi                                   on 2001/05/09  23:06:25
3062         Log: Subject: [PATCH] Simplify deb_curcv() a bit
3063              From: Benjamin Sugars <bsugars@canoe.ca>
3064              Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
3065              Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
3066      Branch: perl
3067            ! run.c
3068 ____________________________________________________________________________
3069 [ 10061] By: jhi                                   on 2001/05/09  23:05:28
3070         Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
3071              From: Benjamin Sugars <bsugars@canoe.ca>
3072              Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
3073              Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
3074      Branch: perl
3075            ! t/lib/io_scalar.t
3076 ____________________________________________________________________________
3077 [ 10060] By: jhi                                   on 2001/05/09  23:04:38
3078         Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
3079              From: Peter Prymmer <pvhp@forte.com>
3080              Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
3081              Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
3082      Branch: perl
3083            ! t/lib/md5-file.t
3084 ____________________________________________________________________________
3085 [ 10059] By: jhi                                   on 2001/05/09  23:03:52
3086         Log: Subject: [PATCH t/TEST] B::Deparse tester
3087              From: Robin Houston <robin@kitsite.com>
3088              Date: Wed, 9 May 2001 19:17:50 +0100
3089              Message-ID: <20010509191750.A16940@penderel>
3090      Branch: perl
3091            ! ext/B/O.pm t/TEST
3092 ____________________________________________________________________________
3093 [ 10058] By: jhi                                   on 2001/05/09  23:02:56
3094         Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
3095              From: Jeff Pinyan <jeffp@crusoe.net>
3096              Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
3097              Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
3098      Branch: perl
3099            ! lib/Pod/Html.pm
3100 ____________________________________________________________________________
3101 [ 10057] By: nick                                  on 2001/05/09  18:37:56
3102         Log: Integrate mainline.
3103      Branch: perlio
3104           !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
3105           !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
3106 ____________________________________________________________________________
3107 [ 10056] By: jhi                                   on 2001/05/09  16:44:44
3108         Log: Update Changes.
3109      Branch: perl
3110            ! Changes patchlevel.h
3111 ____________________________________________________________________________
3112 [ 10055] By: jhi                                   on 2001/05/09  16:26:47
3113         Log: Integrate perlio.
3114      Branch: perl
3115           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
3116 ____________________________________________________________________________
3117 [ 10054] By: jhi                                   on 2001/05/09  16:25:42
3118         Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
3119              From: Benjamin Sugars <bsugars@canoe.ca>
3120              Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
3121              Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
3122      Branch: perl
3123            ! perlio.c
3124 ____________________________________________________________________________
3125 [ 10053] By: jhi                                   on 2001/05/09  16:24:37
3126         Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
3127              From: Benjamin Sugars <bsugars@canoe.ca>
3128              Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
3129              Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
3130      Branch: perl
3131            ! ext/PerlIO/Scalar/Scalar.xs
3132 ____________________________________________________________________________
3133 [ 10052] By: jhi                                   on 2001/05/09  16:19:04
3134         Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
3135              From: Jeff Pinyan <jeffp@crusoe.net>
3136              Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
3137              Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
3138      Branch: perl
3139            ! lib/Pod/Html.pm
3140 ____________________________________________________________________________
3141 [ 10051] By: jhi                                   on 2001/05/09  15:30:17
3142         Log: EPOC tweak from Olaf Flebbe.
3143      Branch: perl
3144            ! epoc/epocish.h
3145 ____________________________________________________________________________
3146 [ 10050] By: nick                                  on 2001/05/09  14:37:57
3147         Log: win32, regen_config_h
3148      Branch: perlio
3149            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
3150 ____________________________________________________________________________
3151 [ 10049] By: jhi                                   on 2001/05/09  12:33:39
3152         Log: Integrate perlio.
3153      Branch: perl
3154           !> pp_sys.c
3155 ____________________________________________________________________________
3156 [ 10048] By: nick                                  on 2001/05/09  11:59:50
3157         Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
3158              and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
3159      Branch: perlio
3160            ! pp_sys.c
3161 ____________________________________________________________________________
3162 [ 10047] By: jhi                                   on 2001/05/09  10:50:12
3163         Log: Integrate perlio.
3164      Branch: perl
3165           !> run.c
3166 ____________________________________________________________________________
3167 [ 10046] By: jhi                                   on 2001/05/09  10:49:34
3168         Log: Subject: Re: Less warnings during configure
3169              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3170              Date: Wed, 09 May 2001 13:12:49 +0200
3171              Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
3172      Branch: perl
3173            ! hints/hpux.sh
3174 ____________________________________________________________________________
3175 [ 10045] By: nick                                  on 2001/05/09  09:56:59
3176         Log: MULTIPLICITY/DEBUGGING build fix.
3177      Branch: perlio
3178            ! run.c
3179 ____________________________________________________________________________
3180 [ 10044] By: nick                                  on 2001/05/09  09:46:37
3181         Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
3182      Branch: perlio
3183           +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
3184            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
3185           !> (integrate 65 files)
3186 ____________________________________________________________________________
3187 [ 10043] By: jhi                                   on 2001/05/08  22:41:49
3188         Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
3189              From: Robin Houston <robin@kitsite.com>
3190              Date: Tue, 8 May 2001 19:38:00 +0100
3191              Message-ID: <20010508193800.A4389@penderel>
3192              
3193              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
3194              From: Robin Houston <robin@kitsite.com>
3195              Date: Tue, 8 May 2001 20:03:57 +0100
3196              Message-ID: <20010508200357.A4614@penderel>
3197              
3198              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
3199              From: Robin Houston <robin@kitsite.com>
3200              Date: Wed, 9 May 2001 00:12:05 +0100
3201              Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
3202      Branch: perl
3203            ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
3204 ____________________________________________________________________________
3205 [ 10042] By: jhi                                   on 2001/05/08  22:09:35
3206         Log: Retract #10031.
3207      Branch: perl
3208            ! pod/perlfunc.pod
3209 ____________________________________________________________________________
3210 [ 10041] By: jhi                                   on 2001/05/08  18:27:34
3211         Log: The metaconfig unit changes for #10040.
3212      Branch: metaconfig/U/perl
3213            ! Checkcc.U d_dlsymun.U dlsrc.U
3214 ____________________________________________________________________________
3215 [ 10040] By: jhi                                   on 2001/05/08  18:24:47
3216         Log: The Configure half of
3217              
3218              Subject: Less warnings during configure
3219              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3220              Date: Tue, 08 May 2001 08:44:02 +0200
3221              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
3222      Branch: perl
3223            ! Configure
3224 ____________________________________________________________________________
3225 [ 10039] By: jhi                                   on 2001/05/08  16:48:31
3226         Log: Subject: Less warnings during configure
3227              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3228              Date: Tue, 08 May 2001 08:44:02 +0200
3229              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
3230      Branch: perl
3231            ! hints/hpux.sh
3232 ____________________________________________________________________________
3233 [ 10038] By: jhi                                   on 2001/05/08  16:32:07
3234         Log: Don't forget to whine about \d__\d.
3235      Branch: perl
3236            ! t/pragma/warn/toke toke.c
3237 ____________________________________________________________________________
3238 [ 10037] By: jhi                                   on 2001/05/08  16:07:05
3239         Log: Allow underscores also in the exponent part.
3240      Branch: perl
3241            ! t/pragma/warn/toke toke.c
3242 ____________________________________________________________________________
3243 [ 10036] By: jhi                                   on 2001/05/08  13:33:55
3244         Log: CodeMagicCD doesn't look like an *I*DE.
3245      Branch: perl
3246            ! pod/perlfaq3.pod
3247 ____________________________________________________________________________
3248 [ 10035] By: jhi                                   on 2001/05/08  13:27:48
3249         Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
3250              to be consistently down).
3251      Branch: perl
3252            ! pod/perlfaq3.pod
3253 ____________________________________________________________________________
3254 [ 10034] By: jhi                                   on 2001/05/08  13:21:07
3255         Log: Upgrade to Text::Balanced 1.84.
3256      Branch: perl
3257            ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
3258 ____________________________________________________________________________
3259 [ 10033] By: jhi                                   on 2001/05/08  12:41:53
3260         Log: Subject: Re: [PATCH] Find the last of the missing pad variables 
3261              From: Benjamin Sugars <bsugars@canoe.ca>
3262              Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
3263              Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
3264      Branch: perl
3265            ! run.c
3266 ____________________________________________________________________________
3267 [ 10032] By: jhi                                   on 2001/05/08  12:40:28
3268         Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
3269              From: Peter Prymmer <pvhp@forte.com>
3270              Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
3271              Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
3272      Branch: perl
3273            ! t/pod/plainer.t
3274 ____________________________________________________________________________
3275 [ 10031] By: jhi                                   on 2001/05/08  12:35:25
3276         Log: (Retracted by #10042)
3277              
3278              Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
3279              From: "Philip Newton" <pnewton@gmx.de>
3280              Date: Tue, 8 May 2001 09:18:10 +0200
3281              Message-ID: <3AF7B9D2.28861.603732@localhost>
3282      Branch: perl
3283            ! pod/perlfunc.pod
3284 ____________________________________________________________________________
3285 [ 10030] By: jhi                                   on 2001/05/08  12:32:23
3286         Log: Subject: [PATCH B::Deparse] Document known bugs
3287              From: Robin Houston <robin@kitsite.com>
3288              Date: Tue, 8 May 2001 01:53:34 +0100
3289              Message-ID: <20010508015334.A32394@penderel>
3290      Branch: perl
3291            ! ext/B/B/Deparse.pm
3292 ____________________________________________________________________________
3293 [ 10029] By: jhi                                   on 2001/05/08  12:28:28
3294         Log: Subject: Re: Perl book, magazine and website updates.
3295              From: "Philip Newton" <pnewton@gmx.de>
3296              Date: Mon, 7 May 2001 17:03:58 +0200
3297              Message-ID: <3AF6D57E.5387.1E29930@localhost>
3298      Branch: perl
3299            ! pod/perlfaq2.pod
3300 ____________________________________________________________________________
3301 [ 10028] By: jhi                                   on 2001/05/07  23:53:30
3302         Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
3303              From: Peter Prymmer <pvhp@forte.com>
3304              Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
3305              Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com> 
3306      Branch: perl
3307            ! t/io/fflush.t
3308 ____________________________________________________________________________
3309 [ 10027] By: jhi                                   on 2001/05/07  23:22:48
3310         Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
3311              From: Robin Houston <robin@kitsite.com>
3312              Date: Tue, 8 May 2001 01:14:55 +0100
3313              Message-ID: <20010508011455.A32162@penderel>
3314      Branch: perl
3315            ! ext/B/B/Deparse.pm
3316 ____________________________________________________________________________
3317 [ 10026] By: jhi                                   on 2001/05/07  23:15:05
3318         Log: Typo in #10025.
3319      Branch: perl
3320            ! hints/uts.sh
3321 ____________________________________________________________________________
3322 [ 10025] By: jhi                                   on 2001/05/07  21:15:35
3323         Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
3324      Branch: perl
3325            ! hints/uts.sh
3326 ____________________________________________________________________________
3327 [ 10024] By: jhi                                   on 2001/05/07  20:58:40
3328         Log: Subject: Re: [ID 20010506.045] question about hash syntax
3329              From: Peter Scott <Peter@PSDT.com>
3330              Date: Sun, 06 May 2001 13:10:40 -0700
3331              Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
3332      Branch: perl
3333            ! pod/perl56delta.pod
3334 ____________________________________________________________________________
3335 [ 10023] By: jhi                                   on 2001/05/07  20:41:26
3336         Log: Configure should figure out the list of dynamic extensions
3337              just fine in UTS-- and in fact it does, as reported by Hal Morris.
3338      Branch: perl
3339            ! hints/uts.sh
3340 ____________________________________________________________________________
3341 [ 10022] By: jhi                                   on 2001/05/07  20:24:11
3342         Log: Update Changes.
3343      Branch: perl
3344            ! Changes patchlevel.h
3345 ____________________________________________________________________________
3346 [ 10021] By: jhi                                   on 2001/05/07  20:11:31
3347         Log: Subject: [PATCH regcomp.c] Insecure regexes
3348              From: Robin Houston <robin@kitsite.com>
3349              Date: Mon, 7 May 2001 21:56:12 +0100
3350              Message-ID: <20010507215612.A31114@penderel>
3351      Branch: perl
3352            ! regcomp.c
3353 ____________________________________________________________________________
3354 [ 10020] By: jhi                                   on 2001/05/07  20:02:30
3355         Log: Drop the foobar.perl.com references for now until Simon
3356              gets them sorted out.
3357      Branch: perl
3358            ! pod/perlfaq2.pod
3359 ____________________________________________________________________________
3360 [ 10019] By: jhi                                   on 2001/05/07  19:54:33
3361         Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
3362              From: Prymmer/Kahn <pvhp@best.com>
3363              Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
3364              Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
3365      Branch: perl
3366            ! lib/Devel/SelfStubber.pm
3367 ____________________________________________________________________________
3368 [ 10018] By: jhi                                   on 2001/05/07  19:53:10
3369         Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1 
3370              From: Prymmer/Kahn <pvhp@best.com>
3371              Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
3372              Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
3373      Branch: perl
3374            ! win32/Makefile
3375 ____________________________________________________________________________
3376 [ 10017] By: jhi                                   on 2001/05/07  19:35:10
3377         Log: s/WebTechnique's/WebTechniques/
3378      Branch: perl
3379            ! pod/perlfaq2.pod
3380 ____________________________________________________________________________
3381 [ 10016] By: jhi                                   on 2001/05/07  12:26:29
3382         Log: Llama 3 updates from Randal.
3383      Branch: perl
3384            ! pod/perlfaq2.pod
3385 ____________________________________________________________________________
3386 [ 10015] By: jhi                                   on 2001/05/07  01:34:38
3387         Log: Subject: [PATCH] Help -Dt show correct pad variables
3388              From: Benjamin Sugars <ben.sugars@home.com>
3389              Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
3390              Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
3391      Branch: perl
3392            ! embed.h embed.pl proto.h run.c
3393 ____________________________________________________________________________
3394 [ 10014] By: jhi                                   on 2001/05/07  01:23:56
3395         Log: Subject: [PATCH] Document C<our $foo : shared>
3396              From: Benjamin Sugars <ben.sugars@home.com>
3397              Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
3398              Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
3399      Branch: perl
3400            ! pod/perlfunc.pod
3401 ____________________________________________________________________________
3402 [ 10013] By: jhi                                   on 2001/05/07  01:22:22
3403         Log: Subject: [PATCH B::Deparse] undefined folded constants
3404              From: Robin Houston <robin@kitsite.com>
3405              Date: Sun, 6 May 2001 17:19:09 +0100
3406              Message-ID: <20010506171909.A7046@penderel>
3407      Branch: perl
3408            ! ext/B/B/Deparse.pm
3409 ____________________________________________________________________________
3410 [ 10012] By: jhi                                   on 2001/05/07  00:57:38
3411         Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
3412              From: Robin Houston <robin@kitsite.com>
3413              Message-ID: <20010506164654.A6848@penderel>
3414              Date: Sun, 6 May 2001 16:46:54 +0100
3415      Branch: perl
3416            ! ext/B/B/Deparse.pm
3417 ____________________________________________________________________________
3418 [ 10011] By: jhi                                   on 2001/05/07  00:52:18
3419         Log: Subject: [PATCH t/op/my_stash.t] Naughty?
3420              From: Robin Houston <robin@kitsite.com>
3421              Date: Sun, 6 May 2001 14:47:02 +0100
3422              Message-ID: <20010506144702.A6308@penderel>
3423      Branch: perl
3424            ! t/op/my_stash.t
3425 ____________________________________________________________________________
3426 [ 10010] By: jhi                                   on 2001/05/06  15:07:51
3427         Log: Subject: Perl book, magazine and website updates.
3428              From: Simon Cozens <simon@netthink.co.uk>
3429              Date: Sun, 6 May 2001 16:55:36 +0100
3430              Message-ID: <20010506165536.A1795@netthink.co.uk>
3431      Branch: perl
3432            ! pod/perlbook.pod pod/perlfaq2.pod
3433 ____________________________________________________________________________
3434 [ 10009] By: jhi                                   on 2001/05/06  14:11:40
3435         Log: Tweaks on the Tru64 prof options.
3436      Branch: perl
3437            ! pod/perlhack.pod
3438 ____________________________________________________________________________
3439 [ 10008] By: jhi                                   on 2001/05/06  13:51:49
3440         Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
3441              From: Robin Houston <robin@kitsite.com>
3442              Date: Sun, 6 May 2001 14:40:51 +0100
3443              Message-ID: <20010506144051.A6279@penderel>
3444      Branch: perl
3445            ! t/pod/testp2pt.pl
3446 ____________________________________________________________________________
3447 [ 10007] By: jhi                                   on 2001/05/06  13:49:31
3448         Log: Subject: [PATCH B::Deparse] scoping
3449              From: Robin Houston <robin@kitsite.com>
3450              Date: Sun, 6 May 2001 14:36:56 +0100
3451              Message-ID: <20010506143656.A4006@penderel>
3452      Branch: perl
3453            ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
3454 ____________________________________________________________________________
3455 [ 10006] By: jhi                                   on 2001/05/06  13:24:12
3456         Log: Document the undefinedness of bitshifting out of range.
3457      Branch: perl
3458            ! pod/perlop.pod
3459 ____________________________________________________________________________
3460 [ 10005] By: jhi                                   on 2001/05/06  13:03:17
3461         Log: Retract #10003 and update the IDE descriptions a bit.
3462      Branch: perl
3463            ! pod/perlfaq3.pod
3464 ____________________________________________________________________________
3465 [ 10004] By: jhi                                   on 2001/05/06  03:02:41
3466         Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
3467              From: Prymmer/Kahn <pvhp@best.com>
3468              Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
3469              Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
3470      Branch: perl
3471            ! win32/Makefile win32/buildext.pl win32/config.bc
3472            ! win32/config.gc win32/config.vc
3473 ____________________________________________________________________________
3474 [ 10003] By: jhi                                   on 2001/05/05  20:24:44
3475         Log: (Retracted by #10005.)
3476      Branch: perl
3477            ! pod/perlfaq3.pod
3478 ____________________________________________________________________________
3479 [ 10002] By: jhi                                   on 2001/05/05  19:23:36
3480         Log: It's "psed", not "sed".
3481      Branch: perl
3482            ! x2p/s2p.PL
3483 ____________________________________________________________________________
3484 [ 10001] By: jhi                                   on 2001/05/05  18:35:38
3485         Log: Update Changes.
3486      Branch: perl
3487            ! Changes patchlevel.h
3488 ____________________________________________________________________________
3489 [ 10000] By: jhi                                   on 2001/05/05  18:32:15
3490         Log: Subject: Re: bleadperl make install fails due to "psed"
3491              From: andreas.koenig@anima.de (Andreas J. Koenig)
3492              Date: 05 May 2001 18:23:28 +0200
3493              Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
3494      Branch: perl
3495            ! x2p/Makefile.SH x2p/s2p.PL
3496 ____________________________________________________________________________
3497 [  9999] By: jhi                                   on 2001/05/05  18:28:09
3498         Log: AUTHORS updates.
3499      Branch: perl
3500            ! AUTHORS
3501 ____________________________________________________________________________
3502 [  9998] By: jhi                                   on 2001/05/05  18:16:00
3503         Log: Updates on the pods related to the modules included since 5.6.
3504              
3505              TODO: perltodo really could use major updating.
3506      Branch: perl
3507            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
3508            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
3509            ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
3510            ! pod/perlsyn.pod pod/perltodo.pod
3511 ____________________________________________________________________________
3512 [  9997] By: jhi                                   on 2001/05/05  17:35:17
3513         Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
3514              from Kurt Skauen.
3515      Branch: perl
3516            + hints/atheos.sh
3517            ! MANIFEST
3518 ____________________________________________________________________________
3519 [  9996] By: jhi                                   on 2001/05/05  17:25:00
3520         Log: Add preemptive #undefs for some of the shorter and more prone
3521              to collision regcomp.h #defines.  (Background: the MASK collided
3522              with a system header #define in Rhapsody.)
3523      Branch: perl
3524            ! regcomp.h
3525 ____________________________________________________________________________
3526 [  9995] By: jhi                                   on 2001/05/05  13:24:21
3527         Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
3528              From: Nicholas Clark <nick@ccl4.org>
3529              Date: Sat, 5 May 2001 14:46:39 +0100
3530              Message-ID: <20010505144639.O53513@plum.flirble.org>
3531              
3532              Add a test for the constants (if any) being processed correctly.
3533      Branch: perl
3534            ! utils/h2xs.PL
3535 ____________________________________________________________________________
3536 [  9994] By: jhi                                   on 2001/05/05  02:11:03
3537         Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
3538              From: Peter Prymmer <pvhp@forte.com>
3539              Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
3540              Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
3541      Branch: perl
3542            ! t/lib/b-stash.t
3543 ____________________________________________________________________________
3544 [  9993] By: jhi                                   on 2001/05/05  02:03:49
3545         Log: Subject: [PATCH: perl@9973] fix const poisioning in  PerlIO_openn->fdopen->openn
3546              From: Peter Prymmer <pvhp@forte.com>
3547              Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
3548              Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
3549      Branch: perl
3550            ! perlio.c vms/vmsish.h
3551 ____________________________________________________________________________
3552 [  9992] By: jhi                                   on 2001/05/04  17:21:12
3553         Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
3554              From: Robin Barker <rmb1@cise.npl.co.uk>
3555              Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
3556              Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
3557      Branch: perl
3558            + t/pod/plainer.t
3559            ! MANIFEST
3560 ____________________________________________________________________________
3561 [  9991] By: jhi                                   on 2001/05/04  16:47:45
3562         Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
3563              From: Robin Barker <rmb1@cise.npl.co.uk>
3564              Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
3565              Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
3566      Branch: perl
3567            ! regcomp.c
3568 ____________________________________________________________________________
3569 [  9990] By: jhi                                   on 2001/05/04  14:37:20
3570         Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
3571              From: Prymmer/Kahn <pvhp@best.com>
3572              Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
3573              Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
3574      Branch: perl
3575            ! t/lib/b-stash.t
3576 ____________________________________________________________________________
3577 [  9989] By: jhi                                   on 2001/05/04  14:03:58
3578         Log: Introduce perl572delta, update Todo, add the missing
3579              mention about signal safety since 5.7.1 (though this
3580              requires verification and more details.)
3581      Branch: perl
3582            + pod/perl572delta.pod
3583            ! MANIFEST Todo pod/perl571delta.pod
3584 ____________________________________________________________________________
3585 [  9988] By: jhi                                   on 2001/05/04  12:41:51
3586         Log: Subject: [PATCH perl@9944] long =item
3587              From: Robin Barker <rmb1@cise.npl.co.uk>
3588              Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
3589              Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
3590      Branch: perl
3591            ! ext/Time/HiRes/HiRes.pm
3592 ____________________________________________________________________________
3593 [  9987] By: jhi                                   on 2001/05/04  12:39:19
3594         Log: The #9901 had removed one line essential for EBCDIC.
3595      Branch: perl
3596            ! regcomp.c
3597 ____________________________________________________________________________
3598 [  9986] By: jhi                                   on 2001/05/04  12:30:23
3599         Log: Subject: cygwin/Makefile.SHs INSTALL patch
3600              From: Reini Urban <rurban@sbox.tu-graz.ac.at>
3601              Date: Mon, 08 Jan 2001 04:59:21 +0200
3602              Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at> 
3603      Branch: perl
3604            ! cygwin/Makefile.SHs
3605 ____________________________________________________________________________
3606 [  9985] By: jhi                                   on 2001/05/04  03:51:39
3607         Log: Encode/IO doc tweaks.
3608      Branch: perl
3609            ! ext/Encode/Encode.pm
3610 ____________________________________________________________________________
3611 [  9984] By: jhi                                   on 2001/05/04  03:29:34
3612         Log: Remove GDBM_File from the dynamic extensions for UTS,
3613              GDBM is not a standard feature.
3614      Branch: perl
3615            ! hints/uts.sh
3616 ____________________________________________________________________________
3617 [  9983] By: jhi                                   on 2001/05/04  03:22:59
3618         Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
3619      Branch: perl
3620            ! pod/perlretut.pod
3621 ____________________________________________________________________________
3622 [  9982] By: jhi                                   on 2001/05/03  23:21:03
3623         Log: Subject: [PATCH] Let sv_dump understand GvSHARED
3624              From: Benjamin Sugars <bsugars@canoe.ca>
3625              Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
3626              Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
3627      Branch: perl
3628            ! dump.c
3629 ____________________________________________________________________________
3630 [  9981] By: jhi                                   on 2001/05/03  23:20:05
3631         Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
3632              From: Benjamin Sugars <bsugars@canoe.ca>
3633              Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
3634              Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
3635      Branch: perl
3636            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
3637 ____________________________________________________________________________
3638 [  9980] By: jhi                                   on 2001/05/03  23:15:29
3639         Log: Integrate perlio.
3640      Branch: perl
3641           !> ext/Encode/Encode.pm
3642 ____________________________________________________________________________
3643 [  9979] By: jhi                                   on 2001/05/03  16:54:59
3644         Log: Install psed man page.
3645      Branch: perl
3646            ! installman
3647 ____________________________________________________________________________
3648 [  9978] By: jhi                                   on 2001/05/03  16:45:58
3649         Log: Remove unused files; noted by Sarathy.
3650      Branch: perl
3651            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
3652            ! MANIFEST
3653 ____________________________________________________________________________
3654 [  9977] By: jhi                                   on 2001/05/03  16:42:30
3655         Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
3656              From: Andy Dougherty <doughera@lafayette.edu>
3657              Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
3658              Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
3659      Branch: perl
3660            ! INSTALL
3661 ____________________________________________________________________________
3662 [  9976] By: nick                                  on 2001/05/03  16:40:42
3663         Log: Allow $answer = encode($object,$text); like it says in docs.
3664      Branch: perlio
3665            ! ext/Encode/Encode.pm
3666 ____________________________________________________________________________
3667 [  9975] By: nick                                  on 2001/05/03  16:22:30
3668         Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
3669              to be in scope (fair enough), and also a package variable (our) for eval to see it.
3670      Branch: perlio
3671            ! ext/Encode/Encode.pm
3672 ____________________________________________________________________________
3673 [  9974] By: nick                                  on 2001/05/03  15:48:17
3674         Log: Integrate mainline.
3675      Branch: perlio
3676           +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
3677           +> t/lib/filter-simple.t t/lib/next.t
3678           !> (integrate 70 files)
3679 ____________________________________________________________________________
3680 [  9973] By: jhi                                   on 2001/05/03  13:09:09
3681         Log: Update Changes.
3682      Branch: perl
3683            ! Changes patchlevel.h
3684 ____________________________________________________________________________
3685 [  9972] By: jhi                                   on 2001/05/03  12:58:33
3686         Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
3687              From: Prymmer/Kahn <pvhp@best.com>
3688              Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
3689              Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
3690      Branch: perl
3691            ! t/io/fflush.t
3692 ____________________________________________________________________________
3693 [  9971] By: jhi                                   on 2001/05/03  12:57:26
3694         Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
3695              From: Prymmer/Kahn <pvhp@best.com>
3696              Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
3697              Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
3698      Branch: perl
3699            ! win32/FindExt.pm
3700 ____________________________________________________________________________
3701 [  9970] By: jhi                                   on 2001/05/03  02:42:46
3702         Log: Can't croak sans thread context, from Doug MacEachern.
3703      Branch: perl
3704            ! toke.c
3705 ____________________________________________________________________________
3706 [  9969] By: jhi                                   on 2001/05/03  01:23:48
3707         Log: Subject: Random input test and Perl
3708              From: Ilya Zakharevich <ilya@math.berkeley.edu>
3709              Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
3710              Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
3711      Branch: perl
3712            ! toke.c
3713 ____________________________________________________________________________
3714 [  9968] By: jhi                                   on 2001/05/02  22:17:21
3715         Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
3716              From: Peter Prymmer <pvhp@forte.com>
3717              Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
3718              Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
3719      Branch: perl
3720            ! pod/perlfunc.pod pod/perlport.pod
3721 ____________________________________________________________________________
3722 [  9967] By: jhi                                   on 2001/05/02  20:12:45
3723         Log: Workaround for UTS compiler casting bug from Hal Morris.
3724      Branch: perl
3725            ! perl.h
3726 ____________________________________________________________________________
3727 [  9966] By: jhi                                   on 2001/05/02  18:31:37
3728         Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS 
3729              From: Dan Sugalski <dan@sidhe.org>
3730              Date: Wed, 02 May 2001 15:23:22 -0400
3731              Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
3732      Branch: perl
3733            ! perl.c vms/vms.c
3734 ____________________________________________________________________________
3735 [  9965] By: jhi                                   on 2001/05/02  18:21:29
3736         Log: Minor doc tweaks on endianness, closes bug 20010327.004.
3737      Branch: perl
3738            ! pod/perlfunc.pod
3739 ____________________________________________________________________________
3740 [  9964] By: jhi                                   on 2001/05/02  18:15:01
3741         Log: Document large files in INSTALL, document also the %x
3742              limitation if not use64bitint, closes bug 20010326.007.
3743      Branch: perl
3744            ! INSTALL
3745 ____________________________________________________________________________
3746 [  9963] By: jhi                                   on 2001/05/02  17:24:47
3747         Log: perlmodlib tweaks; regen pods.
3748      Branch: perl
3749            ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
3750            ! pod/perltoc.pod
3751 ____________________________________________________________________________
3752 [  9962] By: jhi                                   on 2001/05/02  17:14:00
3753         Log: Fix for a segfault, from Marc Lehmann.
3754      Branch: perl
3755            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
3756 ____________________________________________________________________________
3757 [  9961] By: jhi                                   on 2001/05/02  15:55:53
3758         Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
3759              From: "Philip Newton" <pnewton@gmx.de>
3760              Date: Wed, 2 May 2001 18:39:03 +0200
3761              Message-ID: <3AF05447.15525.173B588@localhost>
3762      Branch: perl
3763            ! pod/perlop.pod
3764 ____________________________________________________________________________
3765 [  9960] By: jhi                                   on 2001/05/02  15:35:37
3766         Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
3767              From: Dan Sugalski <dan@sidhe.org>
3768              Date: Wed, 02 May 2001 11:37:27 -0400
3769              Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
3770      Branch: perl
3771            ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
3772            ! thread.h vms/vms.c vms/vmsish.h
3773 ____________________________________________________________________________
3774 [  9959] By: jhi                                   on 2001/05/02  15:21:08
3775         Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
3776              From: Benjamin Sugars <bsugars@canoe.ca>
3777              Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
3778              Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
3779      Branch: perl
3780            ! ext/PerlIO/Scalar/Scalar.xs
3781 ____________________________________________________________________________
3782 [  9958] By: jhi                                   on 2001/05/02  15:15:53
3783         Log: Bug in #9915, spotted by Mike Guy.
3784      Branch: perl
3785            ! installperl
3786 ____________________________________________________________________________
3787 [  9957] By: jhi                                   on 2001/05/02  13:26:01
3788         Log: Add a test for not griping about references as array
3789              indices if the reference has magic in it (overloaded
3790              methods).
3791      Branch: perl
3792            ! pod/perldiag.pod t/pragma/warn/pp_hot
3793 ____________________________________________________________________________
3794 [  9956] By: jhi                                   on 2001/05/02  13:07:01
3795         Log: Retracted a bit too much in #9952.
3796      Branch: perl
3797            ! t/pragma/sub_lval.t
3798 ____________________________________________________________________________
3799 [  9955] By: jhi                                   on 2001/05/02  13:05:38
3800         Log: Test for #9952.
3801      Branch: perl
3802            ! t/op/tie.t
3803 ____________________________________________________________________________
3804 [  9954] By: jhi                                   on 2001/05/02  11:48:18
3805         Log: Additional note on the encoding example: one cannot
3806              convert string constants in-place.
3807      Branch: perl
3808            ! ext/Encode/Encode.pm
3809 ____________________________________________________________________________
3810 [  9953] By: jhi                                   on 2001/05/02  11:43:51
3811         Log: Note that if you have recent enough Perl you already
3812              have Filter::Util::Call.
3813      Branch: perl
3814            ! lib/Filter/Simple.pm
3815 ____________________________________________________________________________
3816 [  9952] By: jhi                                   on 2001/05/02  11:31:53
3817         Log: Retract changes #8254 and #8255, causes coredump in
3818              'tie FH, "main"', reported by Abigail, culprit found by
3819              Benjamin Sugars.  Mirrors maintperl change #9950.
3820      Branch: perl
3821            ! op.c t/pragma/sub_lval.t
3822 ____________________________________________________________________________
3823 [  9951] By: jhi                                   on 2001/05/02  11:14:29
3824         Log: Forgot from #9942.  (Needed by t/lib/filter-simple.t.)
3825      Branch: perl
3826            + t/lib/MyFilter.pm
3827 ____________________________________________________________________________
3828 [  9950] By: gsar                                  on 2001/05/02  03:17:11
3829         Log: revert integration of changes#8254,8255 in change#8620 (causes
3830              a coredump in C<tie FH, 'foo'>; the idea itself may need better
3831              rationalization)
3832      Branch: maint-5.6/perl
3833            ! op.c t/pragma/sub_lval.t
3834 ____________________________________________________________________________
3835 [  9949] By: gsar                                  on 2001/05/02  02:56:32
3836         Log: integrate changes#9774,9814 from mainline (Unixware fixes)
3837              
3838              Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
3839              
3840              Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
3841      Branch: maint-5.6/perl
3842           !> hints/svr5.sh
3843 ____________________________________________________________________________
3844 [  9948] By: gsar                                  on 2001/05/02  02:49:15
3845         Log: pod/find.t breaks on VMS (from Craig Berry)
3846      Branch: maint-5.6/perl
3847            ! t/pod/find.t
3848 ____________________________________________________________________________
3849 [  9947] By: jhi                                   on 2001/05/02  02:43:09
3850         Log: Add an encoding conversion example.
3851      Branch: perl
3852            ! ext/Encode/Encode.pm
3853 ____________________________________________________________________________
3854 [  9946] By: jhi                                   on 2001/05/02  01:34:22
3855         Log: Another coat of paint but still nowhere finished.
3856              Need to decide on the semantics of strptime(): should
3857              strptime() be a function instead of a method?  To do
3858              the week/monthname-strptiming the i18n/l10n bullet needs
3859              to be bitten with gusto.
3860      Branch: perl
3861            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
3862 ____________________________________________________________________________
3863 [  9945] By: jhi                                   on 2001/05/01  23:40:52
3864         Log: Update Changes.
3865      Branch: perl
3866            ! Changes patchlevel.h
3867 ____________________________________________________________________________
3868 [  9944] By: jhi                                   on 2001/05/01  23:33:37
3869         Log: Add known-to-be-tested modules to the list-to-be-skipped.
3870      Branch: perl
3871            ! t/lib/1_compile.t
3872 ____________________________________________________________________________
3873 [  9943] By: jhi                                   on 2001/05/01  23:24:40
3874         Log: Subject: BorlandC++ fix
3875              From: "Vadim Konovalov" <watman@inbox.ru>
3876              Date: Mon, 30 Apr 2001 20:12:26 -0700
3877              Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
3878      Branch: perl
3879            ! win32/makefile.mk
3880 ____________________________________________________________________________
3881 [  9942] By: jhi                                   on 2001/05/01  23:18:02
3882         Log: Update to Filter::Simple 0.60, create a test for it.
3883      Branch: perl
3884            + t/lib/filter-simple.t
3885            ! MANIFEST lib/Filter/Simple.pm
3886 ____________________________________________________________________________
3887 [  9941] By: jhi                                   on 2001/05/01  19:47:24
3888         Log: Subject: Re: bleadperl: s/// failure with \b and /g 
3889              From: Hugo <hv@crypt.compulink.co.uk>
3890              Date: Tue, 01 May 2001 20:12:20 +0100
3891              Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
3892      Branch: perl
3893            ! pp_hot.c t/op/re_tests
3894 ____________________________________________________________________________
3895 [  9940] By: jhi                                   on 2001/05/01  19:42:16
3896         Log: Integrate perlio.
3897      Branch: perl
3898           !> lib/base.pm t/lib/fields.t
3899 ____________________________________________________________________________
3900 [  9939] By: jhi                                   on 2001/05/01  19:39:51
3901         Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
3902              From: Benjamin Sugars <bsugars@canoe.ca>
3903              Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
3904              Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
3905      Branch: perl
3906            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
3907 ____________________________________________________________________________
3908 [  9938] By: jhi                                   on 2001/05/01  19:34:09
3909         Log: Add NEXT, a pseudo-class for method redispatching.
3910              <Damian>NEXT.pm probably offers more bang-for-buck
3911              than anything else I've ever written.</Damian>
3912      Branch: perl
3913            + lib/NEXT.pm t/lib/next.t
3914            ! MANIFEST
3915 ____________________________________________________________________________
3916 [  9937] By: jhi                                   on 2001/05/01  19:21:41
3917         Log: Update to Switch 2.02.
3918      Branch: perl
3919            ! lib/Switch.pm t/lib/switch.t
3920 ____________________________________________________________________________
3921 [  9936] By: nick                                  on 2001/05/01  19:09:21
3922         Log: Fix for base.pm clobbering $VERSION
3923      Branch: perlio
3924            ! lib/base.pm
3925 ____________________________________________________________________________
3926 [  9935] By: nick                                  on 2001/05/01  18:54:38
3927         Log: Test for base.pm clobbering $VERSION.
3928      Branch: perlio
3929            ! t/lib/fields.t
3930 ____________________________________________________________________________
3931 [  9934] By: jhi                                   on 2001/05/01  18:39:10
3932         Log: Add information about Scalar::Util::blessed.
3933      Branch: perl
3934            ! pod/perlobj.pod
3935 ____________________________________________________________________________
3936 [  9933] By: jhi                                   on 2001/05/01  18:33:51
3937         Log: Subject: Extra UNIVERSAL documentation
3938              From: Mike Guy <mjtg@cam.ac.uk>
3939              Date: Tue, 01 May 2001 20:12:11 +0100
3940              Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
3941      Branch: perl
3942            ! pod/perlobj.pod
3943 ____________________________________________________________________________
3944 [  9932] By: jhi                                   on 2001/05/01  18:26:54
3945         Log: Subject: Autoflush in tests as appropriate
3946              From: Mike Guy <mjtg@cam.ac.uk>
3947              Date: Tue, 01 May 2001 20:05:31 +0100
3948              Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
3949      Branch: perl
3950            ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
3951            ! t/op/taint.t
3952 ____________________________________________________________________________
3953 [  9931] By: jhi                                   on 2001/05/01  18:02:29
3954         Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
3955              From: Benjamin Sugars <bsugars@canoe.ca>
3956              Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
3957              Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
3958      Branch: perl
3959            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
3960 ____________________________________________________________________________
3961 [  9930] By: jhi                                   on 2001/05/01  15:12:26
3962         Log: Subject: Re: Finally got a round tuit
3963              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3964              Date: Tue, 01 May 2001 14:14:10 +0200
3965              Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
3966              
3967              The -DP part, slightly modified.
3968      Branch: perl
3969            ! perl.c
3970 ____________________________________________________________________________
3971 [  9929] By: jhi                                   on 2001/05/01  14:17:15
3972         Log: Subject: Re: Finally got a round tuit
3973              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3974              Date: Tue, 01 May 2001 16:34:06 +0200
3975              Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
3976              
3977              cpp and optimization tweaks for HP-UX.
3978      Branch: perl
3979            ! hints/hpux.sh
3980 ____________________________________________________________________________
3981 [  9928] By: jhi                                   on 2001/05/01  13:24:20
3982         Log: Tune the scan_num() comments to reality.
3983      Branch: perl
3984            ! toke.c
3985 ____________________________________________________________________________
3986 [  9927] By: jhi                                   on 2001/05/01  13:14:01
3987         Log: Subject: [PATCH B::Deparse] optimised sort
3988              From: Robin Houston <robin@kitsite.com>
3989              Date: Tue, 1 May 2001 14:07:12 +0100
3990              Message-ID: <20010501140712.A4266@penderel>
3991      Branch: perl
3992            ! ext/B/B/Deparse.pm
3993 ____________________________________________________________________________
3994 [  9926] By: jhi                                   on 2001/05/01  13:10:53
3995         Log: Subject: [PATCH t/lib/b-deparse.t] 
3996              From: Robin Houston <robin@kitsite.com>
3997              Date: Tue, 1 May 2001 13:37:42 +0100
3998              Message-ID: <20010501133742.A4082@penderel>
3999      Branch: perl
4000            ! t/lib/b-deparse.t
4001 ____________________________________________________________________________
4002 [  9925] By: jhi                                   on 2001/05/01  13:10:13
4003         Log: Subject: [PATCH B::Deparse] for(;;), sort
4004              From: Robin Houston <robin@kitsite.com>
4005              Date: Tue, 1 May 2001 13:35:00 +0100
4006              Message-ID: <20010501133500.A4061@penderel>
4007      Branch: perl
4008            ! ext/B/B/Deparse.pm
4009 ____________________________________________________________________________
4010 [  9924] By: jhi                                   on 2001/05/01  13:09:22
4011         Log: Subject: [PATCH B::Deparse] do, warn, use
4012              From: Robin Houston <robin@kitsite.com>
4013              Date: Tue, 1 May 2001 13:31:03 +0100
4014              Message-ID: <20010501133103.A4041@penderel>
4015      Branch: perl
4016            ! ext/B/B/Deparse.pm
4017 ____________________________________________________________________________
4018 [  9923] By: jhi                                   on 2001/05/01  11:45:36
4019         Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
4020              From: Benjamin Sugars <ben.sugars@home.com>
4021              Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
4022              Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
4023      Branch: perl
4024            + t/io/fflush.t
4025            ! MANIFEST
4026 ____________________________________________________________________________
4027 [  9922] By: jhi                                   on 2001/05/01  11:35:42
4028         Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
4029              From: Peter Prymmer <pvhp@forte.com>
4030              Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
4031              Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
4032      Branch: perl
4033            ! t/lib/selfstubber.t
4034 ____________________________________________________________________________
4035 [  9921] By: jhi                                   on 2001/04/30  16:34:33
4036         Log: Subject: [PATCH B::Concise] suppress warning
4037              From: Robin Houston <robin@kitsite.com>
4038              Date: Mon, 30 Apr 2001 16:09:49 +0100
4039              Message-ID: <20010430160949.A25086@penderel>
4040      Branch: perl
4041            ! ext/B/B/Concise.pm
4042 ____________________________________________________________________________
4043 [  9920] By: jhi                                   on 2001/04/30  13:56:04
4044         Log: Strip the *markers* from #9919.
4045      Branch: perl
4046            ! pod/perlfaq.pod pod/perlfaq5.pod
4047 ____________________________________________________________________________
4048 [  9919] By: jhi                                   on 2001/04/30  13:54:04
4049         Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
4050              From: Gwyn Judd <b.judd@xtra.co.nz>
4051              Date: Sun, 29 Apr 2001 01:47:49 +1200
4052              Message-ID: <20010429014749.A4418@thislove>
4053      Branch: perl
4054            ! pod/perlfaq.pod pod/perlfaq5.pod
4055 ____________________________________________________________________________
4056 [  9918] By: jhi                                   on 2001/04/30  13:13:54
4057         Log: More_tweakage.
4058      Branch: perl
4059            ! pod/perldata.pod pod/perldiag.pod
4060 ____________________________________________________________________________
4061 [  9917] By: jhi                                   on 2001/04/30  13:01:27
4062         Log: Update Changes.
4063      Branch: perl
4064            ! Changes patchlevel.h
4065 ____________________________________________________________________________
4066 [  9916] By: jhi                                   on 2001/04/30  12:57:03
4067         Log: T_w_e_a_k_a_g_e.
4068      Branch: perl
4069            ! pod/perldata.pod pod/perldiag.pod
4070 ____________________________________________________________________________
4071 [  9915] By: jhi                                   on 2001/04/30  12:39:29
4072         Log: Install s2p also as psed.
4073              
4074              TODO: psed documentation?
4075      Branch: perl
4076            ! installperl
4077 ____________________________________________________________________________
4078 [  9914] By: jhi                                   on 2001/04/30  12:29:21
4079         Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
4080              From: Jens Hamisch <jens@Strawberry.COM>
4081              Date: Fri, 27 Apr 2001 17:00:36 +0200
4082              Message-ID: <20010427170036.K1372@Strawberry.COM>
4083              
4084              SOCKS5_VERSION_NAME is the right symbol to detect
4085              the presence of SOCKS5.  (HAS_SOCKS5_INIT is telling whether
4086              function called socks5_init() is available, and even that is
4087              not universal, most SOCKS5 installations use SOCKSinit()).
4088      Branch: perl
4089            ! perlio.c
4090 ____________________________________________________________________________
4091 [  9913] By: jhi                                   on 2001/04/30  12:22:15
4092         Log: Allow a zero timeout on IO::Socket accept and connect--
4093              though one really shouldn't do that.  Based on
4094              
4095              Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
4096              From: "John Holdsworth" <coldwave@bigfoot.com>
4097              Date: Sun, 4 Feb 2001 12:48:18 +0100
4098              Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
4099      Branch: perl
4100            ! ext/IO/lib/IO/Socket.pm
4101 ____________________________________________________________________________
4102 [  9912] By: jhi                                   on 2001/04/30  11:27:27
4103         Log: Save the spot of regprev (see #9911) for binary compatibility;
4104              regen API.
4105      Branch: perl
4106            ! embedvar.h perlapi.h thrdvar.h
4107 ____________________________________________________________________________
4108 [  9911] By: jhi                                   on 2001/04/30  11:22:03
4109         Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...] 
4110              From: Hugo <hv@crypt.compulink.co.uk>
4111              Date: Sun, 29 Apr 2001 17:09:30 +0100
4112              Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
4113      Branch: perl
4114            ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
4115 ____________________________________________________________________________
4116 [  9910] By: jhi                                   on 2001/04/30  11:15:12
4117         Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
4118              a dummy for PL_numeric_radix); no pressing reason to break
4119              binary compatibility; regen API.
4120      Branch: perl
4121            ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
4122            ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
4123 ____________________________________________________________________________
4124 [  9909] By: jhi                                   on 2001/04/30  10:56:08
4125         Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
4126              From: Walt Mankowski <waltman@netaxs.com>
4127              Date: Sun, 29 Apr 2001 21:53:48 -0400
4128              Message-ID: <20010429215348.A3971@netaxs.com>
4129      Branch: perl
4130            ! pod/perlfunc.pod
4131 ____________________________________________________________________________
4132 [  9908] By: jhi                                   on 2001/04/30  10:49:40
4133         Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
4134      Branch: perl
4135            ! t/lib/selfstubber.t
4136 ____________________________________________________________________________
4137 [  9907] By: nick                                  on 2001/04/30  09:26:50
4138         Log: Integrate mainline.
4139      Branch: perlio
4140           !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
4141 ____________________________________________________________________________
4142 [  9906] By: jhi                                   on 2001/04/29  23:24:20
4143         Log: Abigail spotted a thinko in #9905.
4144      Branch: perl
4145            ! pod/perldiag.pod
4146 ____________________________________________________________________________
4147 [  9905] By: jhi                                   on 2001/04/29  15:55:39
4148         Log: Changed the underscore/undebar syntax in numeric constants;
4149              now any grouping will do, as long as the underscores are not
4150              consecutive (so "zero-grouping" is out), and they do not begin
4151              or end the integer or fractional parts.
4152      Branch: perl
4153            ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
4154 ____________________________________________________________________________
4155 [  9904] By: nick                                  on 2001/04/29  15:43:22
4156         Log: Integrate mainline.
4157      Branch: perlio
4158           +> (branch 98 files)
4159            - lib/unicode/Block.pl
4160            - lib/unicode/In/AlphabeticPresentationForms.pl
4161            - lib/unicode/In/Arabic.pl
4162            - lib/unicode/In/ArabicPresentationForms-A.pl
4163            - lib/unicode/In/ArabicPresentationForms-B.pl
4164            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
4165            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
4166            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
4167            - lib/unicode/In/BopomofoExtended.pl
4168            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
4169            - lib/unicode/In/CJKCompatibility.pl
4170            - lib/unicode/In/CJKCompatibilityForms.pl
4171            - lib/unicode/In/CJKCompatibilityIdeographs.pl
4172            - lib/unicode/In/CJKRadicalsSupplement.pl
4173            - lib/unicode/In/CJKSymbolsandPunctuation.pl
4174            - lib/unicode/In/CJKUnifiedIdeographs.pl
4175            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
4176            - lib/unicode/In/Cherokee.pl
4177            - lib/unicode/In/CombiningDiacriticalMarks.pl
4178            - lib/unicode/In/CombiningHalfMarks.pl
4179            - lib/unicode/In/CombiningMarksforSymbols.pl
4180            - lib/unicode/In/ControlPictures.pl
4181            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
4182            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
4183            - lib/unicode/In/EnclosedAlphanumerics.pl
4184            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
4185            - lib/unicode/In/Ethiopic.pl
4186            - lib/unicode/In/GeneralPunctuation.pl
4187            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
4188            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
4189            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
4190            - lib/unicode/In/HalfwidthandFullwidthForms.pl
4191            - lib/unicode/In/HangulCompatibilityJamo.pl
4192            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
4193            - lib/unicode/In/Hebrew.pl
4194            - lib/unicode/In/HighPrivateUseSurrogates.pl
4195            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
4196            - lib/unicode/In/IPAExtensions.pl
4197            - lib/unicode/In/IdeographicDescriptionCharacters.pl
4198            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
4199            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
4200            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
4201            - lib/unicode/In/Latin-1Supplement.pl
4202            - lib/unicode/In/LatinExtended-A.pl
4203            - lib/unicode/In/LatinExtended-B.pl
4204            - lib/unicode/In/LatinExtendedAdditional.pl
4205            - lib/unicode/In/LetterlikeSymbols.pl
4206            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
4207            - lib/unicode/In/MathematicalOperators.pl
4208            - lib/unicode/In/MiscellaneousSymbols.pl
4209            - lib/unicode/In/MiscellaneousTechnical.pl
4210            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
4211            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
4212            - lib/unicode/In/OpticalCharacterRecognition.pl
4213            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
4214            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
4215            - lib/unicode/In/SmallFormVariants.pl
4216            - lib/unicode/In/SpacingModifierLetters.pl
4217            - lib/unicode/In/Specials.pl
4218            - lib/unicode/In/SuperscriptsandSubscripts.pl
4219            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
4220            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
4221            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
4222            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
4223            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
4224           !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
4225           !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
4226           !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
4227           !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
4228           !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
4229           !> utf8.c win32/Makefile
4230 ____________________________________________________________________________
4231 [  9903] By: jhi                                   on 2001/04/29  14:30:53
4232         Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
4233              From: Prymmer/Kahn <pvhp@best.com>
4234              Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
4235              Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
4236      Branch: perl
4237            ! win32/Makefile
4238 ____________________________________________________________________________
4239 [  9902] By: jhi                                   on 2001/04/29  02:52:44
4240         Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
4241              From: "Abigail" <abigail@foad.org>
4242              Date: Sun, 29 Apr 2001 03:14:25 +0200
4243              Message-ID: <20010429011425.24503.qmail@foad.org>
4244      Branch: perl
4245            ! ext/IO/lib/IO/Seekable.pm
4246 ____________________________________________________________________________
4247 [  9901] By: jhi                                   on 2001/04/29  02:04:46
4248         Log: In character classes one couldn't have 0x80..0xff characters
4249              at the left hand side if there were 0x100.. characters in the
4250              character class.
4251      Branch: perl
4252            ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
4253            ! t/op/pat.t utf8.c
4254 ____________________________________________________________________________
4255 [  9900] By: jhi                                   on 2001/04/28  22:55:04
4256         Log: Forgot the latest mktables.PL from #9899.
4257      Branch: perl
4258            ! lib/unicode/mktables.PL
4259 ____________________________________________________________________________
4260 [  9899] By: jhi                                   on 2001/04/28  22:53:28
4261         Log: Explain the \p{} and \P{} error message better and
4262              have prettier prettyprint in In.pl.
4263      Branch: perl
4264            ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
4265            ! pod/perldiag.pod
4266 ____________________________________________________________________________
4267 [  9898] By: jhi                                   on 2001/04/28  21:03:34
4268         Log: Add one possible explanation for the "Invalid [] range" error.
4269      Branch: perl
4270            ! pod/perldiag.pod
4271 ____________________________________________________________________________
4272 [  9897] By: jhi                                   on 2001/04/28  17:18:26
4273         Log: Add a level of indirection to the implementation of \p{InFoo}
4274              so that we don't have to have long filenames.  (Nothing changes
4275              in the user interface.)   The indirection is defined in
4276              the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
4277              Also rename some the character classes by removing '-' from
4278              the classnames, and finally renamed Block.pl as Blocks.pl.
4279      Branch: perl
4280            + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
4281            + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
4282            + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
4283            + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
4284            + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
4285            + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
4286            + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
4287            + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
4288            + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
4289            + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
4290            + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
4291            + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
4292            + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
4293            + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
4294            + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
4295            + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
4296            + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
4297            + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
4298            + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
4299            + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
4300            + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
4301            + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
4302            + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
4303            + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
4304            + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
4305            + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
4306            + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
4307            + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
4308            + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
4309            + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
4310            + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
4311            + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
4312            + lib/unicode/In/94.pl lib/unicode/In/95.pl
4313            - lib/unicode/Block.pl
4314            - lib/unicode/In/AlphabeticPresentationForms.pl
4315            - lib/unicode/In/Arabic.pl
4316            - lib/unicode/In/ArabicPresentationForms-A.pl
4317            - lib/unicode/In/ArabicPresentationForms-B.pl
4318            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
4319            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
4320            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
4321            - lib/unicode/In/BopomofoExtended.pl
4322            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
4323            - lib/unicode/In/CJKCompatibility.pl
4324            - lib/unicode/In/CJKCompatibilityForms.pl
4325            - lib/unicode/In/CJKCompatibilityIdeographs.pl
4326            - lib/unicode/In/CJKRadicalsSupplement.pl
4327            - lib/unicode/In/CJKSymbolsandPunctuation.pl
4328            - lib/unicode/In/CJKUnifiedIdeographs.pl
4329            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
4330            - lib/unicode/In/Cherokee.pl
4331            - lib/unicode/In/CombiningDiacriticalMarks.pl
4332            - lib/unicode/In/CombiningHalfMarks.pl
4333            - lib/unicode/In/CombiningMarksforSymbols.pl
4334            - lib/unicode/In/ControlPictures.pl
4335            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
4336            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
4337            - lib/unicode/In/EnclosedAlphanumerics.pl
4338            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
4339            - lib/unicode/In/Ethiopic.pl
4340            - lib/unicode/In/GeneralPunctuation.pl
4341            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
4342            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
4343            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
4344            - lib/unicode/In/HalfwidthandFullwidthForms.pl
4345            - lib/unicode/In/HangulCompatibilityJamo.pl
4346            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
4347            - lib/unicode/In/Hebrew.pl
4348            - lib/unicode/In/HighPrivateUseSurrogates.pl
4349            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
4350            - lib/unicode/In/IPAExtensions.pl
4351            - lib/unicode/In/IdeographicDescriptionCharacters.pl
4352            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
4353            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
4354            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
4355            - lib/unicode/In/Latin-1Supplement.pl
4356            - lib/unicode/In/LatinExtended-A.pl
4357            - lib/unicode/In/LatinExtended-B.pl
4358            - lib/unicode/In/LatinExtendedAdditional.pl
4359            - lib/unicode/In/LetterlikeSymbols.pl
4360            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
4361            - lib/unicode/In/MathematicalOperators.pl
4362            - lib/unicode/In/MiscellaneousSymbols.pl
4363            - lib/unicode/In/MiscellaneousTechnical.pl
4364            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
4365            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
4366            - lib/unicode/In/OpticalCharacterRecognition.pl
4367            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
4368            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
4369            - lib/unicode/In/SmallFormVariants.pl
4370            - lib/unicode/In/SpacingModifierLetters.pl
4371            - lib/unicode/In/Specials.pl
4372            - lib/unicode/In/SuperscriptsandSubscripts.pl
4373            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
4374            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
4375            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
4376            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
4377            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
4378            ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
4379            ! pod/perlunicode.pod
4380 ____________________________________________________________________________
4381 [  9896] By: jhi                                   on 2001/04/28  14:33:17
4382         Log: Update the information on shared library path on HP-UX.
4383      Branch: perl
4384            ! INSTALL
4385 ____________________________________________________________________________
4386 [  9895] By: jhi                                   on 2001/04/28  14:32:30
4387         Log: Because #9894 seems to do the trick, this workaround can be removed.
4388      Branch: perl
4389            ! t/lib/selfstubber.t
4390 ____________________________________________________________________________
4391 [  9894] By: jhi                                   on 2001/04/28  14:26:13
4392         Log: For PerlIO flush the children's file handles (on fork/exec/system).
4393      Branch: perl
4394            ! perl.h
4395 ____________________________________________________________________________
4396 [  9893] By: jhi                                   on 2001/04/28  14:23:15
4397         Log: Test tweak for #9891.
4398      Branch: perl
4399            ! t/lib/b-deparse.t
4400 ____________________________________________________________________________
4401 [  9892] By: jhi                                   on 2001/04/28  14:10:13
4402         Log: New HP-UX hints from Merijn.
4403      Branch: perl
4404            ! hints/hpux.sh
4405 ____________________________________________________________________________
4406 [  9891] By: jhi                                   on 2001/04/28  14:07:27
4407         Log: Subject: [PATCH B::Deparse] non-block scopes
4408              From: Robin Houston <robin@kitsite.com>
4409              Date: Fri, 27 Apr 2001 19:15:14 +0100
4410              Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
4411      Branch: perl
4412            ! ext/B/B/Deparse.pm
4413 ____________________________________________________________________________
4414 [  9890] By: nick                                  on 2001/04/27  19:41:25
4415         Log: Integrate mainline
4416      Branch: perlio
4417           +> t/lib/selfstubber.t
4418           !> (integrate 50 files)
4419 ____________________________________________________________________________
4420 [  9889] By: jhi                                   on 2001/04/27  18:23:46
4421         Log: Subject: Re: selfstubber test fail on bleadperl
4422              From: Mike Guy <mjtg@cam.ac.uk>
4423              Date: Fri, 27 Apr 2001 19:31:18 +0100
4424              Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
4425      Branch: perl
4426            ! t/lib/selfstubber.t
4427 ____________________________________________________________________________
4428 [  9888] By: jhi                                   on 2001/04/27  16:20:54
4429         Log: Test tweak for #9886.
4430      Branch: perl
4431            ! t/lib/b-deparse.t
4432 ____________________________________________________________________________
4433 [  9887] By: jhi                                   on 2001/04/27  16:16:33
4434         Log: Buffering issue at least in Solaris (even with perlio).
4435      Branch: perl
4436            ! t/lib/selfstubber.t
4437 ____________________________________________________________________________
4438 [  9886] By: jhi                                   on 2001/04/27  14:59:23
4439         Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
4440              From: Robin Houston <robin@kitsite.com>
4441              Date: Fri, 27 Apr 2001 16:53:20 +0100
4442              Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
4443      Branch: perl
4444            ! ext/B/B/Deparse.pm
4445 ____________________________________________________________________________
4446 [  9885] By: jhi                                   on 2001/04/27  14:23:51
4447         Log: Update Changes.
4448      Branch: perl
4449            ! Changes patchlevel.h
4450 ____________________________________________________________________________
4451 [  9884] By: jhi                                   on 2001/04/27  14:14:12
4452         Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
4453              From: "Philip Newton" <pnewton@gmx.de>
4454              Date: Fri, 27 Apr 2001 16:40:13 +0200
4455              Message-ID: <3AE9A0ED.5248.CEA127@localhost>
4456      Branch: perl
4457            ! pod/perldata.pod
4458 ____________________________________________________________________________
4459 [  9883] By: jhi                                   on 2001/04/27  13:28:19
4460         Log: Add LOG_PERROR; prettify the "removed".
4461      Branch: perl
4462            ! ext/Sys/Syslog/Syslog.xs
4463 ____________________________________________________________________________
4464 [  9882] By: jhi                                   on 2001/04/27  13:13:18
4465         Log: h2xs tweaks: use NV instead of double, "quote" the removed
4466              prefixes for clarity (especially when nothing is removed),
4467              slight pod reformats.
4468      Branch: perl
4469            ! utils/h2xs.PL
4470 ____________________________________________________________________________
4471 [  9881] By: jhi                                   on 2001/04/27  12:58:48
4472         Log: Don't bother creating existing directories.
4473      Branch: perl
4474            ! utils/h2xs.PL
4475 ____________________________________________________________________________
4476 [  9880] By: jhi                                   on 2001/04/27  12:45:39
4477         Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
4478              From: Mike Schilli <m@perlmeister.com>
4479              Date: Wed, 25 Apr 2001 01:29:21 -0700
4480              Message-id: <3AE68AE1.6A981723@perlmeister.com>
4481      Branch: perl
4482            ! utils/h2xs.PL
4483 ____________________________________________________________________________
4484 [  9879] By: jhi                                   on 2001/04/27  12:40:55
4485         Log: break is not yet Perl.  Added the template license also to README.
4486      Branch: perl
4487            ! utils/h2xs.PL
4488 ____________________________________________________________________________
4489 [  9878] By: jhi                                   on 2001/04/27  03:08:20
4490         Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
4491              From: Tim Jenness <t.jenness@jach.hawaii.edu>
4492              Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
4493              Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
4494      Branch: perl
4495            ! t/lib/xs-typemap.t
4496 ____________________________________________________________________________
4497 [  9877] By: jhi                                   on 2001/04/26  23:54:40
4498         Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
4499              From: "Abigail" <abigail@foad.org>
4500              Date: Fri, 27 Apr 2001 01:44:28 +0200
4501              Message-ID: <20010426234428.19786.qmail@foad.org>
4502      Branch: perl
4503            ! utils/h2xs.PL
4504 ____________________________________________________________________________
4505 [  9876] By: jhi                                   on 2001/04/26  23:52:06
4506         Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
4507              From: Peter Prymmer <pvhp@forte.com>
4508              Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
4509              Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
4510      Branch: perl
4511            ! t/lib/selfstubber.t
4512 ____________________________________________________________________________
4513 [  9875] By: jhi                                   on 2001/04/26  23:48:10
4514         Log: Deparse nits.
4515      Branch: perl
4516            ! ext/B/B/Deparse.pm t/lib/b-deparse.t
4517 ____________________________________________________________________________
4518 [  9874] By: jhi                                   on 2001/04/26  22:46:05
4519         Log: Document ANYOF_CLASS.
4520      Branch: perl
4521            ! regcomp.h
4522 ____________________________________________________________________________
4523 [  9873] By: jhi                                   on 2001/04/26  22:35:03
4524         Log: Subject: Re: [PATCH @9846] dumping ANYOF
4525              From: Hugo <hv@crypt.compulink.co.uk>
4526              Date: Thu, 26 Apr 2001 23:33:38 +0100
4527              Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
4528      Branch: perl
4529            ! regcomp.c regcomp.h
4530 ____________________________________________________________________________
4531 [  9872] By: jhi                                   on 2001/04/26  22:34:31
4532         Log: Subject: [PATCH] more for Devel::SelfStubber
4533              From: Nicholas Clark <nick@ccl4.org>
4534              Date: Fri, 27 Apr 2001 00:13:52 +0100
4535              Message-ID: <20010427001351.K88186@plum.flirble.org>
4536      Branch: perl
4537            ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
4538 ____________________________________________________________________________
4539 [  9871] By: jhi                                   on 2001/04/26  21:59:17
4540         Log: Subject: [PATCH B::Deparse] formats must be flush left
4541              From: Robin Houston <robin@kitsite.com>
4542              Date: Thu, 26 Apr 2001 23:54:29 +0100
4543              Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
4544      Branch: perl
4545            ! ext/B/B/Deparse.pm
4546 ____________________________________________________________________________
4547 [  9870] By: jhi                                   on 2001/04/26  21:57:37
4548         Log: If some of the constants are prefixes of others,
4549              the prefixes may never get recognized.  (See 20010426.006.)
4550      Branch: perl
4551            ! utils/h2xs.PL
4552 ____________________________________________________________________________
4553 [  9869] By: jhi                                   on 2001/04/26  21:50:42
4554         Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
4555              From: Chris Bongaarts <cab@tc.umn.edu>
4556              Date: Thu, 26 Apr 2001 17:10:31 -0500
4557              Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
4558      Branch: perl
4559            ! ext/Sys/Syslog/Syslog.xs
4560 ____________________________________________________________________________
4561 [  9868] By: jhi                                   on 2001/04/26  21:35:12
4562         Log: Further cuts and more docs from Graham Barr.
4563      Branch: perl
4564            ! ext/List/Util/lib/List/Util.pm
4565            ! ext/List/Util/lib/Scalar/Util.pm
4566 ____________________________________________________________________________
4567 [  9867] By: jhi                                   on 2001/04/26  21:18:57
4568         Log: Subject: [PATCH 5.7.1] DB_File-1.77
4569              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
4570              Date: Thu, 26 Apr 2001 22:37:53 +0100
4571              Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
4572      Branch: perl
4573            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
4574            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
4575 ____________________________________________________________________________
4576 [  9866] By: jhi                                   on 2001/04/26  21:12:31
4577         Log: Subject: [PATCH B::Deparse] fix easy bugs
4578              From: Robin Houston <robin@kitsite.com>
4579              Date: Thu, 26 Apr 2001 23:03:33 +0100
4580              Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
4581      Branch: perl
4582            ! ext/B/B/Deparse.pm
4583 ____________________________________________________________________________
4584 [  9865] By: jhi                                   on 2001/04/26  20:26:13
4585         Log: Update Changes.
4586      Branch: perl
4587            ! Changes patchlevel.h
4588 ____________________________________________________________________________
4589 [  9864] By: jhi                                   on 2001/04/26  19:27:48
4590         Log: Dethinko from Robin Houston.
4591      Branch: perl
4592            ! ext/B/B/Deparse.pm
4593 ____________________________________________________________________________
4594 [  9863] By: jhi                                   on 2001/04/26  19:10:35
4595         Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
4596              From: Robin Houston <robin@kitsite.com>
4597              Date: Thu, 26 Apr 2001 21:08:32 +0100
4598              Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
4599      Branch: perl
4600            ! ext/B/B/Deparse.pm
4601 ____________________________________________________________________________
4602 [  9862] By: jhi                                   on 2001/04/26  19:04:23
4603         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
4604              From: Robin Houston <robin@kitsite.com>
4605              Date: Thu, 26 Apr 2001 20:52:50 +0100
4606              Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
4607      Branch: perl
4608            ! ext/B/B/Deparse.pm
4609 ____________________________________________________________________________
4610 [  9861] By: jhi                                   on 2001/04/26  18:56:14
4611         Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
4612              From: Mike Guy <mjtg@cam.ac.uk>
4613              Date: Thu, 26 Apr 2001 14:22:40 +0100
4614              Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
4615      Branch: perl
4616            ! pod/perlobj.pod
4617 ____________________________________________________________________________
4618 [  9860] By: jhi                                   on 2001/04/26  18:46:42
4619         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
4620              From: Robin Houston <robin@kitsite.com>
4621              Date: Thu, 26 Apr 2001 20:34:29 +0100
4622              Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
4623              
4624              Hashes do not interpolate.
4625      Branch: perl
4626            ! ext/B/B/Deparse.pm
4627 ____________________________________________________________________________
4628 [  9859] By: jhi                                   on 2001/04/26  18:43:51
4629         Log: Subject: The Time::Piece conspiracy unmasked!!!
4630              From: Mike Guy <mjtg@cam.ac.uk>
4631              Date: Thu, 26 Apr 2001 19:02:50 +0100
4632              Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
4633              
4634              Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
4635              From: Mike Guy <mjtg@cam.ac.uk>
4636              Date: Thu, 26 Apr 2001 19:08:21 +0100
4637              Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
4638              
4639              Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
4640              From: Graham Barr <gbarr@pobox.com>
4641              Date: Thu, 26 Apr 2001 19:12:03 +0100
4642              Message-ID: <20010426191203.A70835@pobox.com>
4643              
4644              Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
4645      Branch: perl
4646            ! ext/List/Util/lib/List/Util.pm
4647            ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
4648 ____________________________________________________________________________
4649 [  9858] By: jhi                                   on 2001/04/26  18:17:42
4650         Log: Subject: [PATCH t/comp/proto.t] disable correct warning
4651              From: Robin Houston <robin@kitsite.com>
4652              Date: Thu, 26 Apr 2001 16:09:35 +0100
4653              Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
4654      Branch: perl
4655            ! t/comp/proto.t
4656 ____________________________________________________________________________
4657 [  9857] By: jhi                                   on 2001/04/26  18:04:59
4658         Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
4659              From: barries <barries@slaysys.com>
4660              Date: Thu, 26 Apr 2001 12:01:10 -0400
4661              Message-ID: <20010426120110.E29698@jester.slaysys.com>
4662      Branch: perl
4663            ! pod/perldiag.pod
4664 ____________________________________________________________________________
4665 [  9856] By: jhi                                   on 2001/04/26  18:03:33
4666         Log: Subject: [PATCH B::Deparse] fix string uninterpretation
4667              Date: Thu, 26 Apr 2001 17:13:41 +0100
4668              From: Robin Houston <robin@kitsite.com>
4669              Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
4670              
4671              Subject: Re: [PATCH B::Deparse] fix string uninterpretation
4672              From: Robin Houston <robin@kitsite.com>
4673              Date: Thu, 26 Apr 2001 18:44:29 +0100
4674              Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
4675      Branch: perl
4676            ! ext/B/B/Deparse.pm
4677 ____________________________________________________________________________
4678 [  9855] By: jhi                                   on 2001/04/26  17:56:04
4679         Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
4680              From: Robin Houston <robin@kitsite.com>
4681              Date: Thu, 26 Apr 2001 17:04:08 +0100
4682              Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
4683      Branch: perl
4684            ! ext/B/B/Deparse.pm
4685 ____________________________________________________________________________
4686 [  9854] By: jhi                                   on 2001/04/26  17:47:26
4687         Log: Subject: Re: Short test case for undef %stash:: crash
4688              From: Benjamin Sugars <bsugars@canoe.ca> 
4689              Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT) 
4690              Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
4691              Changed and moved the perldiag entry.
4692      Branch: perl
4693            ! gv.c pod/perldiag.pod
4694 ____________________________________________________________________________
4695 [  9853] By: jhi                                   on 2001/04/26  14:35:16
4696         Log: Beginnings of strptime().  Do not touch the wet paint.
4697      Branch: perl
4698            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
4699 ____________________________________________________________________________
4700 [  9852] By: jhi                                   on 2001/04/26  13:17:21
4701         Log: Retract #9851, core dumps from pod2man.
4702      Branch: perl
4703            ! regcomp.c
4704 ____________________________________________________________________________
4705 [  9851] By: jhi                                   on 2001/04/26  11:54:41
4706         Log: (Retracted by #9852.)
4707              
4708              Subject: [PATCH @9846] dumping ANYOF
4709              From: Hugo <hv@crypt.compulink.co.uk>
4710              Date: Thu, 26 Apr 2001 05:32:38 +0100
4711              Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
4712      Branch: perl
4713            ! regcomp.c
4714 ____________________________________________________________________________
4715 [  9850] By: jhi                                   on 2001/04/26  02:34:44
4716         Log: If ccflags was empty the _previous_ $* containing all the
4717              environment variables and Configure variables was used,
4718              which lead, among other bad things, into $ccflags being your
4719              uname -a output, which lead into test compile with cc failing,
4720              which lead into gcc being selected, which didn't work that well
4721              since gcc (ancient 2.8.1 in that particular box) wasn't too happy
4722              with large files, et cetera.
4723      Branch: perl
4724            ! hints/hpux.sh
4725 ____________________________________________________________________________
4726 [  9849] By: jhi                                   on 2001/04/26  01:44:57
4727         Log: Make selfstubber test more portable.
4728      Branch: perl
4729            ! t/lib/selfstubber.t
4730 ____________________________________________________________________________
4731 [  9848] By: jhi                                   on 2001/04/26  00:50:26
4732         Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
4733              From: Benjamin Sugars <ben.sugars@home.com>
4734              Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
4735              Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
4736      Branch: perl
4737            ! ext/Cwd/Cwd.xs
4738 ____________________________________________________________________________
4739 [  9847] By: jhi                                   on 2001/04/26  00:46:58
4740         Log: Subject: [PATCH: perl@9841] VMS updates
4741              From: Peter Prymmer <pvhp@forte.com>
4742              Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
4743              Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
4744      Branch: perl
4745            ! README.vms configure.com vms/descrip_mms.template
4746            ! vms/ext/filespec.t
4747 ____________________________________________________________________________
4748 [  9846] By: jhi                                   on 2001/04/26  00:11:56
4749         Log: re 'debug' was broken by #9084.
4750      Branch: perl
4751            ! ext/re/re.xs
4752 ____________________________________________________________________________
4753 [  9845] By: jhi                                   on 2001/04/25  22:33:17
4754         Log: Subject: [PATCH] test for Devel::SelfStubber
4755              From: Nicholas Clark <nick@ccl4.org>
4756              Date: Thu, 26 Apr 2001 00:00:54 +0100
4757              Message-ID: <20010426000054.D89026@plum.flirble.org>
4758      Branch: perl
4759            + t/lib/selfstubber.t
4760            ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
4761 ____________________________________________________________________________
4762 [  9844] By: jhi                                   on 2001/04/25  22:29:32
4763         Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
4764              From: Paul Johnson <paul@pjcj.net>
4765              Date: Thu, 26 Apr 2001 00:46:08 +0200
4766              Message-ID: <20010426004608.H2338@pjcj.net>
4767      Branch: perl
4768            ! ext/B/B/Concise.pm
4769 ____________________________________________________________________________
4770 [  9843] By: jhi                                   on 2001/04/25  22:28:28
4771         Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
4772              From: Peter Prymmer <pvhp@forte.com>
4773              Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
4774              Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
4775      Branch: perl
4776            ! ext/Cwd/Cwd.xs
4777 ____________________________________________________________________________
4778 [  9842] By: jhi                                   on 2001/04/25  20:58:12
4779         Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
4780              From: John Peacock <jpeacock@rowman.com>
4781              Date: Wed, 25 Apr 2001 17:30:26 -0400
4782              Message-ID: <3AE741F2.B3217464@rowman.com>
4783      Branch: perl
4784            ! lib/Math/BigInt.pm t/lib/bigintpm.t
4785 ____________________________________________________________________________
4786 [  9841] By: jhi                                   on 2001/04/25  20:07:05
4787         Log: Update Changes.
4788      Branch: perl
4789            ! Changes patchlevel.h
4790 ____________________________________________________________________________
4791 [  9840] By: jhi                                   on 2001/04/25  19:56:51
4792         Log: Yet another HP-UX hints version from Merijn.
4793      Branch: perl
4794            ! hints/hpux.sh
4795 ____________________________________________________________________________
4796 [  9839] By: jhi                                   on 2001/04/25  19:53:04
4797         Log: abs_path() didn't terminate the filename correctly,
4798              in DIRNAMLENless systems like HP-UX this would fail.
4799      Branch: perl
4800            ! ext/Cwd/Cwd.xs
4801 ____________________________________________________________________________
4802 [  9838] By: jhi                                   on 2001/04/25  16:37:26
4803         Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
4804              From: Mike Guy <mjtg@cam.ac.uk>
4805              Date: Wed, 25 Apr 2001 18:31:47 +0100
4806              Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
4807      Branch: perl
4808            ! op.c
4809 ____________________________________________________________________________
4810 [  9837] By: jhi                                   on 2001/04/25  16:21:53
4811         Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
4812              From: Jon Eveland <jweveland@yahoo.com>
4813              Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
4814              Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
4815      Branch: perl
4816            ! lib/perl5db.pl
4817 ____________________________________________________________________________
4818 [  9836] By: jhi                                   on 2001/04/25  14:17:50
4819         Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
4820              From: "Philip Newton" <pnewton@gmx.de>
4821              Date: Wed, 25 Apr 2001 17:05:58 +0200
4822              Message-ID: <3AE703F6.3234.1833C45@localhost>
4823      Branch: perl
4824            ! Porting/patching.pod
4825 ____________________________________________________________________________
4826 [  9835] By: jhi                                   on 2001/04/25  13:58:07
4827         Log: It would seem that both ar and full_ar need to be overridden
4828              for HP-UX to avoid the GNU ar.
4829      Branch: perl
4830            ! hints/hpux.sh
4831 ____________________________________________________________________________
4832 [  9834] By: jhi                                   on 2001/04/25  13:50:40
4833         Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
4834              From: "Philip Newton" <pnewton@gmx.de>
4835              Date: Wed, 25 Apr 2001 16:09:23 +0200
4836              Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
4837              
4838              Detypo.
4839      Branch: perl
4840            ! t/op/misc.t
4841 ____________________________________________________________________________
4842 [  9833] By: jhi                                   on 2001/04/25  12:36:11
4843         Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
4844      Branch: perl
4845            ! hints/hpux.sh
4846 ____________________________________________________________________________
4847 [  9832] By: jhi                                   on 2001/04/25  12:33:36
4848         Log: New version of HP-UX hints from Merijn.
4849      Branch: perl
4850            ! hints/hpux.sh
4851 ____________________________________________________________________________
4852 [  9831] By: jhi                                   on 2001/04/25  03:39:45
4853         Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
4854      Branch: perl
4855            ! hints/hpux.sh
4856 ____________________________________________________________________________
4857 [  9830] By: jhi                                   on 2001/04/25  02:53:25
4858         Log: The tzname[] bit is not needed by util.c -- and causes
4859              heartburn in VMS (and it missing was probably the cause of
4860              the Mac OS X trouble).  Ouch.
4861      Branch: perl
4862            ! ext/POSIX/POSIX.xs util.c
4863 ____________________________________________________________________________
4864 [  9829] By: jhi                                   on 2001/04/25  00:10:06
4865         Log: Metaconfig unit change for #9828.
4866      Branch: metaconfig
4867            ! U/compline/ccflags.U
4868 ____________________________________________________________________________
4869 [  9828] By: jhi                                   on 2001/04/25  00:04:18
4870         Log: Allow setting cppflags hints.  This may affect Darwin (Mac OS X)
4871              (which is actually the reason for the change, we need to pass
4872              cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
4873              EP/IX, OS/2, and TitanOS, based on the hints files.
4874      Branch: perl
4875            ! Configure config_h.SH
4876 ____________________________________________________________________________
4877 [  9827] By: jhi                                   on 2001/04/24  23:49:20
4878         Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
4879              the $cat must have an absolute path.
4880      Branch: perl
4881            ! makedepend.SH
4882 ____________________________________________________________________________
4883 [  9826] By: jhi                                   on 2001/04/24  23:40:53
4884         Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
4885      Branch: perl
4886            ! README.amiga
4887 ____________________________________________________________________________
4888 [  9825] By: jhi                                   on 2001/04/24  23:35:35
4889         Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
4890              From: "Philip Newton" <pnewton@gmx.de>
4891              Date: Tue, 24 Apr 2001 18:52:49 +0200
4892              Message-Id: <3AE5CB81.12234.1FC246F@localhost>
4893      Branch: perl
4894            ! x2p/find2perl.PL
4895 ____________________________________________________________________________
4896 [  9824] By: jhi                                   on 2001/04/24  23:33:07
4897         Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
4898              Some gcc specifics dropped out due to extensive rewriting;
4899              will be put back later as needed.
4900      Branch: perl
4901            ! hints/hpux.sh
4902 ____________________________________________________________________________
4903 [  9823] By: jhi                                   on 2001/04/24  23:27:57
4904         Log: Mac OS X patch for missing tzname definition from Paul Schinder.
4905      Branch: perl
4906            ! ext/POSIX/POSIX.xs
4907 ____________________________________________________________________________
4908 [  9822] By: jhi                                   on 2001/04/24  23:25:21
4909         Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
4910              From: Tim Jenness <t.jenness@jach.hawaii.edu>
4911              Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
4912              Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
4913      Branch: perl
4914            ! ext/XS/Typemap/Typemap.xs
4915 ____________________________________________________________________________
4916 [  9821] By: jhi                                   on 2001/04/24  23:24:10
4917         Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
4918              From: "Abigail" <abigail@foad.org>
4919              Date: Tue, 24 Apr 2001 23:12:03 +0200
4920              Message-ID: <20010424211203.7901.qmail@foad.org>
4921      Branch: perl
4922            ! pod/perlport.pod
4923 ____________________________________________________________________________
4924 [  9820] By: jhi                                   on 2001/04/24  23:23:15
4925         Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
4926              From: Matt Sergeant <matt@sergeant.org>
4927              Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
4928              Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
4929      Branch: perl
4930            ! pod/perlfaq4.pod
4931 ____________________________________________________________________________
4932 [  9819] By: nick                                  on 2001/04/24  18:49:43
4933         Log: Integrate mainline.
4934      Branch: perlio
4935           +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
4936           !> (integrate 37 files)
4937 ____________________________________________________________________________
4938 [  9818] By: jhi                                   on 2001/04/24  14:35:23
4939         Log: Update Changes.
4940      Branch: perl
4941            ! Changes patchlevel.h
4942 ____________________________________________________________________________
4943 [  9817] By: jhi                                   on 2001/04/24  14:09:17
4944         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries 
4945              From: "Philip Newton" <pnewton@gmx.de>
4946              Date: Tue, 24 Apr 2001 12:58:12 +0200
4947              Message-ID: <3AE57864.8304.B77A0A@localhost> 
4948              
4949              plus add CPAN to the list of modules that have their own tests.
4950      Branch: perl
4951            ! t/lib/1_compile.t
4952 ____________________________________________________________________________
4953 [  9816] By: jhi                                   on 2001/04/24  14:07:03
4954         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
4955              From: Michael G Schwern <schwern@pobox.com>
4956              Date: Sat, 21 Apr 2001 22:35:00 +0100
4957              Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
4958      Branch: perl
4959            ! t/lib/1_compile.t
4960 ____________________________________________________________________________
4961 [  9815] By: jhi                                   on 2001/04/24  13:54:32
4962         Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
4963              From: Robin Houston <robin@kitsite.com>
4964              Date: Tue, 24 Apr 2001 15:51:18 +0100
4965              Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
4966      Branch: perl
4967            ! ext/B/B/Deparse.pm
4968 ____________________________________________________________________________
4969 [  9814] By: jhi                                   on 2001/04/24  13:17:34
4970         Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
4971              From: Bill Glicker <billg@burrelles.com>
4972              Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
4973              Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
4974      Branch: perl
4975            ! hints/svr5.sh
4976 ____________________________________________________________________________
4977 [  9813] By: jhi                                   on 2001/04/24  12:54:23
4978         Log: Prevent path disclosure (probing for existence of filenames)
4979              using suidperl; bug id 20010322.218.
4980      Branch: perl
4981            ! perl.c pod/perldiag.pod
4982 ____________________________________________________________________________
4983 [  9812] By: jhi                                   on 2001/04/24  12:08:36
4984         Log: Retract #9811.
4985      Branch: perl
4986            ! ext/POSIX/POSIX.xs
4987 ____________________________________________________________________________
4988 [  9811] By: jhi                                   on 2001/04/24  11:57:35
4989         Log: (Retracted by #9812.)
4990      Branch: perl
4991            ! ext/POSIX/POSIX.xs
4992 ____________________________________________________________________________
4993 [  9810] By: jhi                                   on 2001/04/24  03:32:35
4994         Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
4995      Branch: perl
4996            ! util.c
4997 ____________________________________________________________________________
4998 [  9809] By: jhi                                   on 2001/04/24  03:16:13
4999         Log: The Math::BigFloat::import() was broken.
5000              (Fixes bug id 20010422.002.)
5001      Branch: perl
5002            ! lib/Math/BigFloat.pm
5003 ____________________________________________________________________________
5004 [  9808] By: jhi                                   on 2001/04/24  01:11:40
5005         Log: Additional dependencies; should help for parallel makes
5006              not to fail on missing lib/lib.pm or lib/re.pm.
5007      Branch: perl
5008            ! Makefile.SH
5009 ____________________________________________________________________________
5010 [  9807] By: jhi                                   on 2001/04/24  00:57:01
5011         Log: Update the test failure disclaimer.
5012      Branch: perl
5013            ! t/pragma/warn/pp_hot
5014 ____________________________________________________________________________
5015 [  9806] By: jhi                                   on 2001/04/24  00:54:04
5016         Log: Add make target "install-all" which is alias for "install"
5017              to cater for case-preserving filesystems like HFS+.
5018      Branch: perl
5019            ! INSTALL Makefile.SH
5020 ____________________________________________________________________________
5021 [  9805] By: jhi                                   on 2001/04/24  00:47:28
5022         Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
5023              From: Peter Prymmer <pvhp@forte.com>
5024              Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
5025              Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
5026              
5027              (Ken William's message forwarded from macosx@perl.org)
5028      Branch: perl
5029            ! hints/darwin.sh
5030 ____________________________________________________________________________
5031 [  9804] By: jhi                                   on 2001/04/23  23:57:35
5032         Log: Cut-and-pasto.
5033      Branch: perl
5034            ! perlio.c
5035 ____________________________________________________________________________
5036 [  9803] By: jhi                                   on 2001/04/23  23:52:25
5037         Log: More PerlIO robustness.
5038      Branch: perl
5039            ! perlio.c
5040 ____________________________________________________________________________
5041 [  9802] By: jhi                                   on 2001/04/23  23:43:35
5042         Log: Make the "STD* opened only for ..." errors more consistent.
5043      Branch: perl
5044            ! doio.c
5045 ____________________________________________________________________________
5046 [  9801] By: jhi                                   on 2001/04/23  23:34:26
5047         Log: Test case for #9800.
5048      Branch: perl
5049            ! t/op/misc.t
5050 ____________________________________________________________________________
5051 [  9800] By: jhi                                   on 2001/04/23  23:14:43
5052         Log: Avoid coredump on 'close STDERR; die' by making
5053              the PerlIO calls more robust.  Also use SETERRNO()
5054              instead of errno = to be more VMS-ready.
5055      Branch: perl
5056            ! perlio.c
5057 ____________________________________________________________________________
5058 [  9799] By: jhi                                   on 2001/04/23  21:41:10
5059         Log: Subject: test for ID 20010423.002
5060              From: Robin Houston <robin@kitsite.com>
5061              Date: Mon, 23 Apr 2001 16:52:21 +0100
5062              Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
5063      Branch: perl
5064            ! t/op/avhv.t
5065 ____________________________________________________________________________
5066 [  9798] By: jhi                                   on 2001/04/23  21:40:07
5067         Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
5068              From: David Dyck <dcd@tc.fluke.com>
5069              Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
5070              Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
5071      Branch: perl
5072            ! installperl
5073 ____________________________________________________________________________
5074 [  9797] By: jhi                                   on 2001/04/23  21:37:56
5075         Log: Subject: [PATCH] Implement Cwd::abs_path in XS
5076              From: Benjamin Sugars <bsugars@canoe.ca>
5077              Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
5078              Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
5079      Branch: perl
5080            ! ext/Cwd/Cwd.xs lib/Cwd.pm
5081 ____________________________________________________________________________
5082 [  9796] By: jhi                                   on 2001/04/23  21:29:24
5083         Log: Synchronize h2xs and pod2man some more on the documentation
5084              templates they propose.
5085      Branch: perl
5086            ! pod/pod2man.PL utils/h2xs.PL
5087 ____________________________________________________________________________
5088 [  9795] By: jhi                                   on 2001/04/23  17:30:40
5089         Log: Add one more naughty test for base64; make encoding logic cleaner.
5090      Branch: perl
5091            ! t/lib/mimeb64.t
5092 ____________________________________________________________________________
5093 [  9794] By: jhi                                   on 2001/04/23  13:51:32
5094         Log: Update Changes.
5095      Branch: perl
5096            ! Changes patchlevel.h
5097 ____________________________________________________________________________
5098 [  9793] By: jhi                                   on 2001/04/23  13:44:18
5099         Log: Duplicate lines.
5100      Branch: perl
5101            ! MANIFEST
5102 ____________________________________________________________________________
5103 [  9792] By: jhi                                   on 2001/04/23  13:39:13
5104         Log: Subject: Re: PATCH 5.7.1
5105              From: Mark-Jason Dominus <mjd@plover.com>
5106              Date: Mon, 23 Apr 2001 10:30:21 -0400
5107              Message-ID: <20010423143021.17335.qmail@plover.com>
5108      Branch: perl
5109            ! perl.h sv.c
5110 ____________________________________________________________________________
5111 [  9791] By: jhi                                   on 2001/04/23  13:32:40
5112         Log: Add the CPAN.pm 1.59_54 tests.
5113      Branch: perl
5114            + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
5115            ! MANIFEST
5116 ____________________________________________________________________________
5117 [  9790] By: jhi                                   on 2001/04/23  13:21:55
5118         Log: Subject: Deparse nit
5119              From: Robin Houston <robin@kitsite.com>
5120              Date: Mon, 23 Apr 2001 12:38:20 +0100
5121              Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
5122      Branch: perl
5123            ! ext/B/B/Deparse.pm
5124 ____________________________________________________________________________
5125 [  9789] By: jhi                                   on 2001/04/23  13:19:07
5126         Log: Subject: [PATCH] bug 20010423.002
5127              From: Robin Houston <robin@kitsite.com>
5128              Date: Mon, 23 Apr 2001 13:12:30 +0100
5129              Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
5130      Branch: perl
5131            ! pp.c
5132 ____________________________________________________________________________
5133 [  9788] By: jhi                                   on 2001/04/23  13:02:49
5134         Log: Subject: PATCH [5.7.1] hv.c unused #define
5135              From: Mark-Jason Dominus <mjd@plover.com>
5136              Date: Sun, 22 Apr 2001 14:17:49 -0400
5137              Message-ID: <20010422181749.26976.qmail@plover.com>
5138      Branch: perl
5139            ! hv.c
5140 ____________________________________________________________________________
5141 [  9787] By: jhi                                   on 2001/04/23  13:02:02
5142         Log: Subject: PATCH 5.7.1
5143              From: Mark-Jason Dominus <mjd@plover.com>
5144              Date: Sun, 22 Apr 2001 15:12:57 -0400
5145              Message-ID: <20010422191258.6539.qmail@plover.com>
5146              
5147              plus Sarathy's STMT_START + STMT_END suggestion.
5148      Branch: perl
5149            ! perl.h
5150 ____________________________________________________________________________
5151 [  9786] By: jhi                                   on 2001/04/23  12:53:25
5152         Log: Fix for
5153              
5154              Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
5155              From: dLux <dlux@spam.sch.bme.hu>
5156              Date: Mon, 23 Apr 2001 01:25:26 +0200
5157              Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
5158              
5159              (SvGROW really does return a char *.)
5160      Branch: perl
5161            ! pod/perlapi.pod sv.h
5162 ____________________________________________________________________________
5163 [  9785] By: jhi                                   on 2001/04/23  04:34:04
5164         Log: Time::Piece work continues.  $t->day removed since
5165              I think it's too confusing.  Now has normal and
5166              abbreviated length weekday names and month names,
5167              the names change with _names(), not _list().
5168              Now has strftime() in Perl, _strftime() is
5169              the libc version (to which strftime() falls back
5170              if it doesn't know the format.  To do: the reverse
5171              of strftime, strptime(), and the localisation of both.
5172      Branch: perl
5173            ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
5174            ! t/lib/time-piece.t
5175 ____________________________________________________________________________
5176 [  9784] By: jhi                                   on 2001/04/23  02:41:46
5177         Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using ' 
5178              From: andreas.koenig@anima.de (Andreas J. Koenig)
5179              Date: 23 Apr 2001 05:20:55 +0200
5180              Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
5181      Branch: perl
5182            ! t/pragma/overload.t
5183 ____________________________________________________________________________
5184 [  9783] By: jhi                                   on 2001/04/22  23:32:42
5185         Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
5186              From: Robin Houston <robin@kitsite.com>
5187              Date: Mon, 23 Apr 2001 00:38:18 +0100
5188              Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
5189      Branch: perl
5190            ! ext/B/B/Deparse.pm
5191 ____________________________________________________________________________
5192 [  9782] By: jhi                                   on 2001/04/22  20:55:43
5193         Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
5194              From: Simon Cozens <simon@netthink.co.uk>
5195              Date: Sun, 22 Apr 2001 18:47:25 +0100
5196              Message-ID: <20010422184725.A14411@netthink.co.uk>
5197      Branch: perl
5198            ! sv.c t/pragma/overload.t
5199 ____________________________________________________________________________
5200 [  9781] By: jhi                                   on 2001/04/22  20:52:13
5201         Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
5202              From: Robin Houston <robin@kitsite.com>
5203              Date: Sun, 22 Apr 2001 22:14:50 +0100
5204              Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
5205      Branch: perl
5206            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
5207 ____________________________________________________________________________
5208 [  9780] By: nick                                  on 2001/04/22  20:40:31
5209         Log: Integrate mainline.
5210      Branch: perlio
5211           +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
5212           +> t/lib/b-stash.t
5213           !> (integrate 38 files)
5214 ____________________________________________________________________________
5215 [  9779] By: jhi                                   on 2001/04/22  15:16:03
5216         Log: Subject: IO::Socket::INET patch
5217              From: andrew deryabin <djsf@technarchy.ru>
5218              Date: Sat, 21 Apr 2001 17:46:52 +0400
5219              Message-ID: <20010421174652.B1426@technarchy>
5220      Branch: perl
5221            ! ext/IO/lib/IO/Socket/INET.pm
5222 ____________________________________________________________________________
5223 [  9778] By: jhi                                   on 2001/04/22  15:14:33
5224         Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1 
5225              From: Mark-Jason Dominus <mjd@plover.com>
5226              Date: Sat, 21 Apr 2001 21:27:49 -0400
5227              Message-ID: <20010422012749.27024.qmail@plover.com>
5228      Branch: perl
5229            ! regcomp.c
5230 ____________________________________________________________________________
5231 [  9777] By: jhi                                   on 2001/04/22  15:10:51
5232         Log: Subject: Re: Regex debugger patch 
5233              From: Mark-Jason Dominus <mjd@plover.com>
5234              Date: Sat, 21 Apr 2001 21:48:51 -0400
5235              Message-ID: <20010422014851.27165.qmail@plover.com>
5236      Branch: perl
5237            ! pod/perldebguts.pod
5238 ____________________________________________________________________________
5239 [  9776] By: jhi                                   on 2001/04/22  15:09:48
5240         Log: Subject: Re: Regex debugger patch
5241              From: Mark-Jason Dominus <mjd@plover.com>
5242              Date: Sat, 21 Apr 2001 14:24:39 -0400
5243              Message-ID: <20010421182439.16508.qmail@plover.com>
5244              
5245              Regex debugger backend.
5246      Branch: perl
5247            ! regcomp.c regexp.h
5248 ____________________________________________________________________________
5249 [  9775] By: jhi                                   on 2001/04/21  16:45:40
5250         Log: Subject: [PATCH] Typo in utf8.h
5251              From: Jesús Quiroga <jquiroga@pobox.com>
5252              Date: Sat, 21 Apr 2001 19:25:33 +0200
5253              Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
5254      Branch: perl
5255            ! utf8.h
5256 ____________________________________________________________________________
5257 [  9774] By: jhi                                   on 2001/04/21  16:43:52
5258         Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
5259              From: Joe Orton <jorton@redhat.com>
5260              Date: Tue, 17 Apr 2001 15:50:43 +0100
5261              Message-Id: <20010417155043.D19132@eu.c2.net>
5262      Branch: perl
5263            ! hints/svr5.sh
5264 ____________________________________________________________________________
5265 [  9773] By: jhi                                   on 2001/04/21  15:30:15
5266         Log: Subject: Patch utils/h2xs.PL
5267              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
5268              Date: Sat, 21 Apr 2001 10:32:16 -0500
5269              Message-ID: <20010421103216.C14521@chaos.wustl.edu>
5270              
5271              Add MAILING list and LICENSE templates.
5272      Branch: perl
5273            ! utils/h2xs.PL
5274 ____________________________________________________________________________
5275 [  9772] By: jhi                                   on 2001/04/21  15:28:36
5276         Log: Subject: perlfaq2.patch for 5.7.1
5277              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
5278              Message-ID: <20010420164219.J3194@chaos.wustl.edu>
5279              Date: Fri, 20 Apr 2001 16:42:19 -0500
5280              
5281              rm an extra tab, a blurb about the xx.cpan to clarify
5282              which countries actually have that and dejanews is history
5283              as well as most of that nonsensical entry.
5284      Branch: perl
5285            ! pod/perlfaq2.pod
5286 ____________________________________________________________________________
5287 [  9771] By: jhi                                   on 2001/04/21  15:27:17
5288         Log: Subject: perlfaq1.patch for 5.7.1
5289              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
5290              Date: Fri, 20 Apr 2001 16:57:36 -0500
5291              Message-ID: <20010420165736.K3194@chaos.wustl.edu>
5292              
5293              Evil URLs must die. Especially when they are broken.
5294      Branch: perl
5295            ! pod/perlfaq1.pod
5296 ____________________________________________________________________________
5297 [  9770] By: jhi                                   on 2001/04/21  15:23:38
5298         Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
5299              From: Michael G Schwern <schwern@pobox.com>
5300              Date: Sat, 21 Apr 2001 16:11:12 +0100
5301              Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
5302      Branch: perl
5303            + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
5304            + t/lib/b-stash.t
5305            ! MANIFEST ext/B/B.pm t/lib/b.t
5306 ____________________________________________________________________________
5307 [  9769] By: jhi                                   on 2001/04/21  15:03:32
5308         Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
5309              From: Michael G Schwern <schwern@pobox.com>
5310              Date: Sat, 21 Apr 2001 09:48:00 +0100
5311              Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
5312      Branch: perl
5313            ! utils/h2ph.PL
5314 ____________________________________________________________________________
5315 [  9768] By: jhi                                   on 2001/04/21  14:33:49
5316         Log: PerlIO and Encode doc cleanup and tweaks.
5317      Branch: perl
5318            ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
5319            ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
5320 ____________________________________________________________________________
5321 [  9767] By: jhi                                   on 2001/04/21  12:40:16
5322         Log: Integrate perlio.
5323      Branch: perl
5324           !> doio.c
5325 ____________________________________________________________________________
5326 [  9766] By: nick                                  on 2001/04/20  18:28:35
5327         Log: Avoid core dump on
5328              open(STDOUT,">",\$foo);
5329      Branch: perlio
5330            ! doio.c
5331 ____________________________________________________________________________
5332 [  9765] By: jhi                                   on 2001/04/20  13:23:43
5333         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
5334              From: Robin Houston <robin@kitsite.com>
5335              Date: Fri, 20 Apr 2001 14:29:22 +0100
5336              Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
5337      Branch: perl
5338            ! ext/B/B.pm ext/B/B/Deparse.pm
5339 ____________________________________________________________________________
5340 [  9764] By: jhi                                   on 2001/04/20  13:19:33
5341         Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
5342              From: Peter Prymmer <pvhp@forte.com>
5343              Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
5344              Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
5345      Branch: perl
5346            ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
5347            ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
5348            ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
5349            ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
5350 ____________________________________________________________________________
5351 [  9763] By: jhi                                   on 2001/04/20  12:36:39
5352         Log: Subject: Re: A new PerlIO coredump
5353              From: Nick Ing-Simmons <nik@tiuk.ti.com>
5354              Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
5355              Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
5356      Branch: perl
5357            ! doio.c
5358 ____________________________________________________________________________
5359 [  9762] By: jhi                                   on 2001/04/19  23:02:30
5360         Log: Update Changes.
5361      Branch: perl
5362            ! Changes patchlevel.h
5363 ____________________________________________________________________________
5364 [  9761] By: jhi                                   on 2001/04/19  22:59:19
5365         Log: More cleanup cleanup.
5366      Branch: perl
5367            ! Makefile.SH win32/Makefile win32/makefile.mk
5368 ____________________________________________________________________________
5369 [  9760] By: jhi                                   on 2001/04/19  22:50:31
5370         Log: lib/Time is non-empty, let's not rmdir it.
5371      Branch: perl
5372            ! Makefile.SH
5373 ____________________________________________________________________________
5374 [  9759] By: jhi                                   on 2001/04/19  22:36:51
5375         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
5376              From: Robin Houston <robin@kitsite.com>
5377              Date: Fri, 20 Apr 2001 00:18:53 +0100
5378              Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
5379      Branch: perl
5380            ! ext/B/B/Deparse.pm
5381 ____________________________________________________________________________
5382 [  9758] By: jhi                                   on 2001/04/19  22:36:00
5383         Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
5384              From: Peter Prymmer <pvhp@forte.com>
5385              Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
5386              Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
5387      Branch: perl
5388            ! ext/Cwd/Cwd.xs
5389 ____________________________________________________________________________
5390 [  9757] By: nick                                  on 2001/04/19  18:53:54
5391         Log: Blind (untested) integrate of mainline.
5392      Branch: perlio
5393           +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
5394           +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
5395           +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
5396           !> (integrate 53 files)
5397 ____________________________________________________________________________
5398 [  9756] By: jhi                                   on 2001/04/19  16:59:23
5399         Log: Document and test Time::Piece.
5400      Branch: perl
5401            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
5402            ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
5403 ____________________________________________________________________________
5404 [  9755] By: jhi                                   on 2001/04/19  12:13:29
5405         Log: A better fix for the \x{12345678} trouble from NI-S.
5406      Branch: perl
5407            ! utf8.c
5408 ____________________________________________________________________________
5409 [  9754] By: jhi                                   on 2001/04/19  11:56:07
5410         Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
5411              From: Robin Houston <robin@kitsite.com>
5412              Date: Wed, 18 Apr 2001 17:58:33 +0100
5413              Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
5414      Branch: perl
5415            ! ext/B/B/Deparse.pm op.c
5416 ____________________________________________________________________________
5417 [  9753] By: jhi                                   on 2001/04/19  04:21:52
5418         Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
5419              From: "Kurt D. Starsinic" <kstar@wolfetech.com>
5420              Date: Thu, 19 Apr 2001 01:11:41 -0400
5421              Message-ID: <20010419011141.A5798@cpan.org>
5422      Branch: perl
5423            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
5424 ____________________________________________________________________________
5425 [  9752] By: jhi                                   on 2001/04/19  02:41:10
5426         Log: The new time utils need to be thread-aware, too.
5427      Branch: perl
5428            ! util.c
5429 ____________________________________________________________________________
5430 [  9751] By: jhi                                   on 2001/04/19  02:26:47
5431         Log: Compilation nit noticed by AIX compiler.
5432      Branch: perl
5433            ! perlio.c
5434 ____________________________________________________________________________
5435 [  9750] By: jhi                                   on 2001/04/19  02:20:06
5436         Log: The new time utils need to be public.
5437      Branch: perl
5438            ! embed.pl
5439 ____________________________________________________________________________
5440 [  9749] By: jhi                                   on 2001/04/19  01:42:39
5441         Log: Regen toc.
5442      Branch: perl
5443            ! pod/perltoc.pod
5444 ____________________________________________________________________________
5445 [  9748] By: jhi                                   on 2001/04/19  01:41:10
5446         Log: Add Time::Piece, a slight rewrite of Time::Object,
5447              from Matt Sergeant.
5448      Branch: perl
5449            + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
5450            + ext/Time/Piece/Piece.xs ext/Time/Piece/README
5451            + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
5452            ! MANIFEST configure.com djgpp/config.over epoc/config.sh
5453            ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
5454            ! win32/makefile.mk
5455 ____________________________________________________________________________
5456 [  9747] By: jhi                                   on 2001/04/19  00:55:35
5457         Log: The new metaconfig unit from strftime.
5458      Branch: metaconfig/U/perl
5459            + d_strftime.U
5460 ____________________________________________________________________________
5461 [  9746] By: jhi                                   on 2001/04/19  00:54:54
5462         Log: Move the strftime() wrapper from POSIX.xs to util.c
5463              as my_strftime(), requires HAS_STRFTIME.
5464      Branch: perl
5465            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5466            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
5467            ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
5468            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
5469            ! vos/config.ga.h win32/config.bc win32/config.gc
5470            ! win32/config.vc
5471 ____________________________________________________________________________
5472 [  9745] By: jhi                                   on 2001/04/18  23:11:03
5473         Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
5474              in preparation of Time::Piece.
5475      Branch: perl
5476            ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
5477 ____________________________________________________________________________
5478 [  9744] By: jhi                                   on 2001/04/18  22:33:12
5479         Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
5480              From: Peter Prymmer <pvhp@forte.com>
5481              Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
5482              Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
5483      Branch: perl
5484            ! t/lib/exporter.t
5485 ____________________________________________________________________________
5486 [  9743] By: jhi                                   on 2001/04/18  22:32:23
5487         Log: Subject: Fwd: pod2html leaves cache files lying around?
5488              From: Rajesh Vaidheeswarran <rv@gnu.org>
5489              Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
5490              Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
5491      Branch: perl
5492            ! lib/Pod/Html.pm
5493 ____________________________________________________________________________
5494 [  9742] By: jhi                                   on 2001/04/18  20:31:49
5495         Log: Update Changes.
5496      Branch: perl
5497            ! Changes patchlevel.h
5498 ____________________________________________________________________________
5499 [  9741] By: jhi                                   on 2001/04/18  20:23:02
5500         Log: Declare hints only if needed.
5501      Branch: perl
5502            ! ext/B/B/Deparse.pm
5503 ____________________________________________________________________________
5504 [  9740] By: jhi                                   on 2001/04/18  19:06:05
5505         Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
5506              bug noticed by Robin Houston; basically the code of detecting
5507              value wraparound was acting differently under different compilers
5508              and platforms.  The workaround is to remove the overflow check
5509              for now, a real fix would be to do the overflow (portably) right.
5510      Branch: perl
5511            ! t/op/pat.t utf8.c
5512 ____________________________________________________________________________
5513 [  9739] By: jhi                                   on 2001/04/18  19:01:23
5514         Log: Subject: [PATCH B::Deparse] some pragma support
5515              From: Robin Houston <robin@kitsite.com>
5516              Date: Wed, 18 Apr 2001 19:32:12 +0100
5517              Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
5518      Branch: perl
5519            ! ext/B/B/Deparse.pm
5520 ____________________________________________________________________________
5521 [  9738] By: jhi                                   on 2001/04/18  15:16:37
5522         Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
5523              From: Benjamin Sugars <bsugars@canoe.ca>
5524              Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
5525              Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
5526      Branch: perl
5527            ! t/op/glob.t
5528 ____________________________________________________________________________
5529 [  9737] By: jhi                                   on 2001/04/18  13:24:50
5530         Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
5531              From: Tim Jenness <t.jenness@jach.hawaii.edu>
5532              Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
5533              Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
5534      Branch: perl
5535            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
5536            ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
5537 ____________________________________________________________________________
5538 [  9736] By: jhi                                   on 2001/04/18  04:15:14
5539         Log: The #9735 also changes the subtest 12.
5540      Branch: perl
5541            ! t/lib/b.t
5542 ____________________________________________________________________________
5543 [  9735] By: jhi                                   on 2001/04/18  03:55:17
5544         Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
5545              From: David Dyck <dcd@tc.fluke.com>
5546              Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
5547              Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
5548      Branch: perl
5549            ! ext/B/B/Deparse.pm
5550 ____________________________________________________________________________
5551 [  9734] By: jhi                                   on 2001/04/18  03:54:11
5552         Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
5553              From: Gisle Aas <gisle@ActiveState.com>
5554              Date: 17 Apr 2001 19:06:45 -0700
5555              Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
5556      Branch: perl
5557            ! pp_hot.c t/op/misc.t
5558 ____________________________________________________________________________
5559 [  9733] By: jhi                                   on 2001/04/17  22:25:22
5560         Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
5561              From: "Abigail" <abigail@foad.org>
5562              Date: Wed, 18 Apr 2001 01:17:46 +0200
5563              Message-ID: <20010417231746.21657.qmail@foad.org>
5564      Branch: perl
5565            ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
5566 ____________________________________________________________________________
5567 [  9732] By: jhi                                   on 2001/04/17  20:47:56
5568         Log: Subject: Re: Deparse - parenthesise args to undeclared subs
5569              From: Robin Houston <robin@kitsite.com>
5570              Date: Tue, 17 Apr 2001 22:37:42 +0100
5571              Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
5572      Branch: perl
5573            ! ext/B/B/Deparse.pm
5574 ____________________________________________________________________________
5575 [  9731] By: nick                                  on 2001/04/17  20:46:35
5576         Log: Re-sync for t/lib/b.t fix
5577      Branch: perlio
5578           !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
5579 ____________________________________________________________________________
5580 [  9730] By: jhi                                   on 2001/04/17  20:45:29
5581         Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
5582              From: Robin Houston <robin@kitsite.com>
5583              Date: Tue, 17 Apr 2001 22:29:36 +0100
5584              Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
5585      Branch: perl
5586            ! ext/B/B.xs ext/B/B/Deparse.pm
5587 ____________________________________________________________________________
5588 [  9729] By: jhi                                   on 2001/04/17  20:43:11
5589         Log: Subject: Deparse - parenthesise args to undeclared subs
5590              From: Robin Houston <robin@kitsite.com>
5591              Date: Tue, 17 Apr 2001 21:31:05 +0100
5592              Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
5593      Branch: perl
5594            ! ext/B/B/Deparse.pm
5595 ____________________________________________________________________________
5596 [  9728] By: jhi                                   on 2001/04/17  18:57:30
5597         Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
5598              From: Benjamin Sugars <ben.sugars@home.com>
5599              Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
5600              Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
5601      Branch: perl
5602            ! t/lib/cwd.t
5603 ____________________________________________________________________________
5604 [  9727] By: jhi                                   on 2001/04/17  18:20:20
5605         Log: Subject: [PATCH B::Deparse] ambient pragmas
5606              From: Robin Houston <robin@kitsite.com>
5607              Date: Tue, 17 Apr 2001 20:01:59 +0100
5608              Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
5609      Branch: perl
5610            ! ext/B/B/Deparse.pm t/lib/b.t
5611 ____________________________________________________________________________
5612 [  9726] By: nick                                  on 2001/04/17  16:33:51
5613         Log: Integrate mainline (t/lib/b.t fails test 2...)
5614      Branch: perlio
5615           +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
5616           +> ext/List/Util/README ext/List/Util/Util.xs
5617           +> ext/List/Util/lib/List/Util.pm
5618           +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
5619           +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
5620           +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
5621           +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
5622           +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
5623           !> (integrate 31 files)
5624 ____________________________________________________________________________
5625 [  9725] By: jhi                                   on 2001/04/17  12:14:24
5626         Log: Subject: multiple B::* changes
5627              From: Robin Houston <robin@kitsite.com>
5628              Date: Thu, 12 Apr 2001 20:12:27 +0100
5629              Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
5630      Branch: perl
5631            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
5632 ____________________________________________________________________________
5633 [  9724] By: jhi                                   on 2001/04/17  11:59:05
5634         Log: Thread-awareness from Doug MacEachern.
5635      Branch: perl
5636            ! ext/List/Util/Util.xs
5637 ____________________________________________________________________________
5638 [  9723] By: jhi                                   on 2001/04/17  11:57:41
5639         Log: Make the test more portable.
5640      Branch: perl
5641            ! t/lib/cwd.t
5642 ____________________________________________________________________________
5643 [  9722] By: jhi                                   on 2001/04/17  11:53:50
5644         Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
5645              From: Benjamin Sugars <ben.sugars@home.com>
5646              Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
5647              Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
5648      Branch: perl
5649            ! t/lib/cwd.t
5650 ____________________________________________________________________________
5651 [  9721] By: jhi                                   on 2001/04/17  11:52:17
5652         Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
5653              From: Benjamin Sugars <bsugars@canoe.ca>
5654              Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
5655              Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
5656      Branch: perl
5657            ! op.c
5658 ____________________________________________________________________________
5659 [  9720] By: jhi                                   on 2001/04/17  11:35:42
5660         Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
5661              From: Chris Nandor <pudge@pobox.com>
5662              Date: Tue, 17 Apr 2001 00:30:49 -0400
5663              Message-Id: <p05100207b701768712de@[10.0.1.177]>
5664      Branch: perl
5665            ! ext/File/Glob/bsd_glob.c gv.c
5666 ____________________________________________________________________________
5667 [  9719] By: jhi                                   on 2001/04/17  11:32:13
5668         Log: Subject: [PATCH] Tweten->West
5669              From: Casey West <casey@geeknest.com>
5670              Date: Mon, 16 Apr 2001 12:11:22 -0400
5671              Message-ID: <20010416121122.B14554@stupid.geeknest.com>
5672      Branch: perl
5673            ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
5674            ! pod/perltie.pod
5675 ____________________________________________________________________________
5676 [  9718] By: jhi                                   on 2001/04/16  03:22:52
5677         Log: Update Changes.
5678      Branch: perl
5679            ! Changes patchlevel.h
5680 ____________________________________________________________________________
5681 [  9717] By: jhi                                   on 2001/04/16  03:06:28
5682         Log: Regen toc.
5683      Branch: perl
5684            ! pod/perltoc.pod
5685 ____________________________________________________________________________
5686 [  9716] By: jhi                                   on 2001/04/16  02:58:42
5687         Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
5688              From: Prymmer/Kahn <pvhp@best.com>
5689              Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
5690              Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
5691      Branch: perl
5692            ! utf8.c
5693 ____________________________________________________________________________
5694 [  9715] By: jhi                                   on 2001/04/15  23:40:35
5695         Log: Subject: Re: Net::Ping patch, adds stream protocol
5696              From: bronson@rinspin.com (Scott Bronson)
5697              Date: Tue, 10 Apr 2001 23:58:33 -0700
5698              Message-ID: <20010410235833.N29719@rinspin.com>
5699      Branch: perl
5700            ! lib/Net/Ping.pm
5701 ____________________________________________________________________________
5702 [  9714] By: jhi                                   on 2001/04/15  23:31:46
5703         Log: Printing out the ok messages helps successful testing.
5704      Branch: perl
5705            ! t/lib/time-hires.t
5706 ____________________________________________________________________________
5707 [  9713] By: jhi                                   on 2001/04/15  21:43:24
5708         Log: Update Douglas Wegscheid's email.
5709      Branch: perl
5710            ! AUTHORS
5711 ____________________________________________________________________________
5712 [  9712] By: jhi                                   on 2001/04/15  21:40:41
5713         Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
5714              From: Michael G Schwern <schwern@pobox.com>
5715              Date: Sat, 14 Apr 2001 22:40:50 +0100
5716              Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
5717      Branch: perl
5718            + t/lib/exporter.t
5719            ! MANIFEST lib/Exporter/Heavy.pm
5720 ____________________________________________________________________________
5721 [  9711] By: jhi                                   on 2001/04/15  21:39:21
5722         Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
5723              From: Michael G Schwern <schwern@pobox.com>
5724              Date: Sat, 14 Apr 2001 22:13:59 +0100
5725              Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
5726      Branch: perl
5727            ! t/op/loopctl.t
5728 ____________________________________________________________________________
5729 [  9710] By: jhi                                   on 2001/04/15  21:30:19
5730         Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
5731              From: Michael G Schwern <schwern@pobox.com>
5732              Date: Sat, 14 Apr 2001 22:05:32 +0100
5733              Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
5734      Branch: perl
5735            ! t/pragma/warnings.t
5736 ____________________________________________________________________________
5737 [  9709] By: jhi                                   on 2001/04/15  19:34:09
5738         Log: Integrate changes #9706,9707 from maintperl into mainline.
5739              
5740              change#7210 broke .packlist generation
5741              
5742              ExtUtils::Installed doesn't quote regex metacharacters in paths
5743              before using them in match; also make it work for dosish platforms
5744      Branch: perl
5745           !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
5746 ____________________________________________________________________________
5747 [  9708] By: jhi                                   on 2001/04/15  19:31:01
5748         Log: Test also the scalar aspect of getitimer().
5749      Branch: perl
5750            ! t/lib/time-hires.t
5751 ____________________________________________________________________________
5752 [  9707] By: gsar                                  on 2001/04/15  17:24:20
5753         Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
5754              before using them in match; also make it work for dosish platforms
5755      Branch: maint-5.6/perl
5756            ! lib/ExtUtils/Installed.pm
5757 ____________________________________________________________________________
5758 [  9706] By: gsar                                  on 2001/04/15  17:21:59
5759         Log: change#7210 broke .packlist generation (listed only filename
5760              rather than fully qualified path name)
5761      Branch: maint-5.6/perl
5762            ! lib/ExtUtils/Install.pm
5763 ____________________________________________________________________________
5764 [  9705] By: jhi                                   on 2001/04/15  12:36:33
5765         Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
5766      Branch: perl
5767            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
5768            ! t/lib/time-hires.t
5769 ____________________________________________________________________________
5770 [  9704] By: jhi                                   on 2001/04/15  10:49:08
5771         Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
5772              From: Prymmer/Kahn <pvhp@best.com>
5773              Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
5774              Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
5775      Branch: perl
5776            ! lib/utf8.pm pod/perlebcdic.pod
5777 ____________________________________________________________________________
5778 [  9703] By: jhi                                   on 2001/04/15  02:26:26
5779         Log: I keep forgetting to sort MANIFEST.
5780      Branch: perl
5781            ! MANIFEST
5782 ____________________________________________________________________________
5783 [  9702] By: jhi                                   on 2001/04/15  02:07:47
5784         Log: Add Scalar-List-Utils 1.02, from Graham Barr.
5785              Now we have blessed, reftype, tainted, first, reduce, ...
5786      Branch: perl
5787            + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
5788            + ext/List/Util/README ext/List/Util/Util.xs
5789            + ext/List/Util/lib/List/Util.pm
5790            + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
5791            + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
5792            + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
5793            + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
5794            + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
5795            ! MANIFEST
5796 ____________________________________________________________________________
5797 [  9701] By: jhi                                   on 2001/04/14  15:05:25
5798         Log: Subject: RE: dprofpp.pl updates 
5799              From: Carl Eklof <CEklof@endeca.com>
5800              Date: Thu, 12 Apr 2001 18:45:46 -0400
5801              Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
5802      Branch: perl
5803            ! utils/dprofpp.PL
5804 ____________________________________________________________________________
5805 [  9700] By: jhi                                   on 2001/04/14  14:44:55
5806         Log: Do not just blindly add CR.
5807      Branch: perl
5808            ! Porting/makerel
5809 ____________________________________________________________________________
5810 [  9699] By: jhi                                   on 2001/04/13  13:17:01
5811         Log: Update Changes.
5812      Branch: perl
5813            ! Changes patchlevel.h
5814 ____________________________________________________________________________
5815 [  9698] By: jhi                                   on 2001/04/13  12:44:48
5816         Log: Integrate perlio.
5817      Branch: perl
5818           !> ext/PerlIO/Scalar/Scalar.xs
5819 ____________________________________________________________________________
5820 [  9697] By: jhi                                   on 2001/04/13  12:29:15
5821         Log: Add more debug output to the test.
5822      Branch: perl
5823            ! t/lib/cwd.t
5824 ____________________________________________________________________________
5825 [  9696] By: nick                                  on 2001/04/13  10:14:29
5826         Log: Fix core dump on binmode($fh,'Scalar')
5827      Branch: perlio
5828            ! ext/PerlIO/Scalar/Scalar.xs
5829 ____________________________________________________________________________
5830 [  9695] By: nick                                  on 2001/04/13  09:05:42
5831         Log: Integrate mainline
5832      Branch: perlio
5833           +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
5834           +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
5835           +> t/lib/time-hires.t
5836           !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
5837           !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
5838           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
5839           !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
5840           !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
5841           !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
5842           !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
5843 ____________________________________________________________________________
5844 [  9694] By: jhi                                   on 2001/04/12  22:23:35
5845         Log: Integrate change #9693 from maintperl into mainline.
5846              
5847              $VERSION and Version() on the same line provokes a warning from
5848              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
5849      Branch: perl
5850           !> lib/Devel/SelfStubber.pm
5851 ____________________________________________________________________________
5852 [  9693] By: gsar                                  on 2001/04/12  21:55:56
5853         Log: $VERSION and Version() on the same line provokes a warning from
5854              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
5855      Branch: maint-5.6/perl
5856            ! lib/Devel/SelfStubber.pm
5857 ____________________________________________________________________________
5858 [  9692] By: jhi                                   on 2001/04/12  13:54:00
5859         Log: This is at least 5.005.
5860      Branch: perl
5861            ! ext/Time/HiRes/HiRes.xs
5862 ____________________________________________________________________________
5863 [  9691] By: jhi                                   on 2001/04/12  13:37:20
5864         Log: Non-UNIX platforms extensions update.  (Well, UTS is UNIX.)
5865      Branch: perl
5866            ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
5867            ! win32/Makefile win32/makefile.mk
5868 ____________________________________________________________________________
5869 [  9690] By: jhi                                   on 2001/04/12  01:34:46
5870         Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
5871      Branch: perl
5872            + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
5873            + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
5874            + t/lib/time-hires.t
5875            ! MANIFEST
5876 ____________________________________________________________________________
5877 [  9689] By: jhi                                   on 2001/04/12  00:28:39
5878         Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
5879              From: Gisle Aas <gisle@ActiveState.com>
5880              Date: 11 Apr 2001 16:36:11 -0700
5881              Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
5882      Branch: perl
5883            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
5884 ____________________________________________________________________________
5885 [  9688] By: jhi                                   on 2001/04/12  00:27:39
5886         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
5887              From: Gisle Aas <gisle@ActiveState.com>
5888              Date: 11 Apr 2001 11:13:24 -0700
5889              Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
5890      Branch: perl
5891            ! ext/MIME/Base64/Base64.xs
5892 ____________________________________________________________________________
5893 [  9687] By: jhi                                   on 2001/04/11  19:51:47
5894         Log: Slight update on the Todo list.  (Should integrate to Todo?) 
5895      Branch: perl
5896            ! Todo-5.6
5897 ____________________________________________________________________________
5898 [  9686] By: jhi                                   on 2001/04/11  16:54:25
5899         Log: Subject: [PATCH opcode.pl] Documentation of table format
5900              From: Simon Cozens <simon@netthink.co.uk>
5901              Date: Wed, 11 Apr 2001 12:59:31 +0100
5902              Message-ID: <20010411125931.A25681@netthink.co.uk>
5903      Branch: perl
5904            ! opcode.pl
5905 ____________________________________________________________________________
5906 [  9685] By: jhi                                   on 2001/04/11  16:53:15
5907         Log: Subject: [PATCH] prototype("CORE::recv")
5908              From: Simon Cozens <simon@netthink.co.uk>
5909              Date: Wed, 11 Apr 2001 13:24:35 +0100
5910              Message-ID: <20010411132435.A26169@netthink.co.uk>
5911      Branch: perl
5912            ! pp.c t/comp/proto.t
5913 ____________________________________________________________________________
5914 [  9684] By: jhi                                   on 2001/04/11  16:47:13
5915         Log: FAQ (and AUTHORS) update from Dan Carson: the information
5916              was several years obsolete, Term::Readkey has been updated
5917              to have the functionality.
5918      Branch: perl
5919            ! AUTHORS pod/perlfaq5.pod
5920 ____________________________________________________________________________
5921 [  9683] By: jhi                                   on 2001/04/11  12:15:46
5922         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
5923              From: Calle Dybedahl <calle@lysator.liu.se>
5924              Date: 10 Apr 2001 16:44:16 +0200
5925              Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
5926      Branch: perl
5927            ! ext/MIME/Base64/Base64.xs
5928 ____________________________________________________________________________
5929 [  9682] By: jhi                                   on 2001/04/11  12:12:26
5930         Log: A more minimal fix for 20010410.006 from Hugo.
5931      Branch: perl
5932            ! regexec.c
5933 ____________________________________________________________________________
5934 [  9681] By: jhi                                   on 2001/04/11  11:34:23
5935         Log: Integrate changes #9678,9679 from maintline into mainperl.
5936              
5937              addendum to change#9676
5938              
5939              up $File::Glob::VERSION; add a note pointing out the version of
5940              the OpenBSD glob bsd_glob.c resembles
5941      Branch: perl
5942           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
5943           !> ext/File/Glob/bsd_glob.h
5944 ____________________________________________________________________________
5945 [  9680] By: jhi                                   on 2001/04/11  11:30:38
5946         Log: Bad test numbering in integrate in #9677.
5947              Fixes ID 20010411.001.
5948      Branch: perl
5949            ! t/op/pat.t
5950 ____________________________________________________________________________
5951 [  9679] By: gsar                                  on 2001/04/11  03:38:40
5952         Log: up $File::Glob::VERSION; add a note pointing out the version of
5953              the OpenBSD glob bsd_glob.c resembles
5954      Branch: maint-5.6/perl
5955            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
5956            ! ext/File/Glob/bsd_glob.h
5957 ____________________________________________________________________________
5958 [  9678] By: gsar                                  on 2001/04/11  03:09:48
5959         Log: addendum to change#9676: some missing changes from OpenBSD glob.c
5960              revision 1.8.10.1 found here:
5961              
5962              http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
5963      Branch: maint-5.6/perl
5964            ! ext/File/Glob/bsd_glob.c
5965 ____________________________________________________________________________
5966 [  9677] By: jhi                                   on 2001/04/11  02:54:39
5967         Log: Integrate changes #9675,9676 from maintperl into mainline.
5968              
5969              fix for bug 20010410.006, undo change#7115
5970              
5971              port the OpenBSD glob() security patch
5972      Branch: perl
5973           !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
5974           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
5975           !> t/op/pat.t
5976 ____________________________________________________________________________
5977 [  9676] By: gsar                                  on 2001/04/11  02:19:02
5978         Log: port the glob() security patch found at:
5979              
5980              ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
5981              
5982              CERT advisory for the issue is here:
5983              
5984              http://www.cert.org/advisories/CA-2001-07.html
5985              
5986              Note that the security scare is only relevant for those who are
5987              foolish enough to build suidperl (which is now officially discouraged)
5988      Branch: maint-5.6/perl
5989            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
5990            ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
5991 ____________________________________________________________________________
5992 [  9675] By: gsar                                  on 2001/04/10  23:52:11
5993         Log: fix for bug 20010410.006
5994              
5995              undo change#7115 (came into maint-5.6 as change#8156)
5996              
5997              add tests to keep it from coming back
5998      Branch: maint-5.6/perl
5999            ! regexec.c t/op/pat.t
6000 ____________________________________________________________________________
6001 [  9674] By: nick                                  on 2001/04/10  20:39:31
6002         Log: Integrate mainline
6003      Branch: perlio
6004           +> Porting/testall.atom
6005           !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
6006           !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
6007           !> t/lib/lc-uk.t t/pod/find.t
6008 ____________________________________________________________________________
6009 [  9673] By: nick                                  on 2001/04/10  18:46:14
6010         Log: Integrate against change 9670 aka perl-5.7.1
6011      Branch: perlio
6012           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
6013           !> (integrate 53 files)
6014 ____________________________________________________________________________
6015 [  9672] By: jhi                                   on 2001/04/10  13:45:01
6016         Log: Add a script for doing cumulative profile of the test suite.
6017              (Requires ATOM, that is, Tru64.)
6018      Branch: perl
6019            + Porting/testall.atom
6020            ! MANIFEST
6021 ____________________________________________________________________________
6022 [  9671] By: jhi                                   on 2001/04/10  12:38:53
6023         Log: Missing std block.
6024      Branch: perl
6025            ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
6026            ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
6027            ! t/pod/find.t
6028 ____________________________________________________________________________
6029 [  9670] By: jhi                                   on 2001/04/10  01:25:58
6030         Log: This is 5.7.1.
6031      Branch: perl
6032            ! patchlevel.h
6033 ____________________________________________________________________________
6034 [  9669] By: jhi                                   on 2001/04/10  01:09:14
6035         Log: Update Changes.
6036      Branch: perl
6037            ! Changes patchlevel.h
6038 ____________________________________________________________________________
6039 [  9668] By: jhi                                   on 2001/04/10  01:00:38
6040         Log: Regen toc.
6041      Branch: perl
6042            ! pod/perltoc.pod
6043 ____________________________________________________________________________
6044 [  9667] By: jhi                                   on 2001/04/10  00:52:16
6045         Log: Update perlhist.
6046      Branch: perl
6047            ! pod/perlhist.pod
6048 ____________________________________________________________________________
6049 [  9666] By: jhi                                   on 2001/04/09  23:38:59
6050         Log: Slight wording tweaks from Damian to #9658.
6051      Branch: perl
6052            ! pod/perlobj.pod
6053 ____________________________________________________________________________
6054 [  9665] By: jhi                                   on 2001/04/09  19:56:06
6055         Log: Subject: [PATCH perlutil.pod] Nit
6056              From: Simon Cozens <simon@netthink.co.uk>
6057              Date: Mon, 9 Apr 2001 20:29:44 +0100
6058              Message-ID: <20010409202944.A14796@the.earth.li>
6059      Branch: perl
6060            ! pod/perlutil.pod
6061 ____________________________________________________________________________
6062 [  9664] By: jhi                                   on 2001/04/09  19:54:42
6063         Log: Subject: Re: perl571delta.pod@9631
6064              From: Mike Guy <mjtg@cam.ac.uk>
6065              Date: Mon, 09 Apr 2001 18:09:14 +0100
6066              Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
6067      Branch: perl
6068            ! pod/perl571delta.pod
6069 ____________________________________________________________________________
6070 [  9663] By: jhi                                   on 2001/04/09  13:43:35
6071         Log: Update Changes.
6072      Branch: perl
6073            ! Changes patchlevel.h
6074 ____________________________________________________________________________
6075 [  9662] By: jhi                                   on 2001/04/09  13:24:46
6076         Log: tweak tweak.
6077      Branch: perl
6078            ! AUTHORS pod/perl571delta.pod
6079 ____________________________________________________________________________
6080 [  9661] By: jhi                                   on 2001/04/09  13:15:13
6081         Log: Thinko in manual patch applying.
6082      Branch: perl
6083            ! sv.c
6084 ____________________________________________________________________________
6085 [  9660] By: jhi                                   on 2001/04/09  13:07:53
6086         Log: Subject: Re: [PATCH perl@9424] isn't numeric warning 
6087              From: Robin Barker <rmb1@cise.npl.co.uk> 
6088              Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
6089              Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
6090              
6091              (This corrects the case where the "isn't numeric" string contains \0s
6092              and is longer than the temporary buffer, and contains \0 at the point
6093              the string would be truncated by "...".) 
6094      Branch: perl
6095            ! sv.c
6096 ____________________________________________________________________________
6097 [  9659] By: jhi                                   on 2001/04/09  12:57:41
6098         Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
6099      Branch: perl
6100            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
6101            ! t/lib/cgi-function.t t/lib/cgi-html.t
6102 ____________________________________________________________________________
6103 [  9658] By: jhi                                   on 2001/04/09  12:48:47
6104         Log: Subject: [PATCH] Partial rewrite of perlobj.pod
6105              From: Ilmari Karonen <iltzu@sci.fi>
6106              Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
6107              Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
6108              
6109              Rearrange and rewrite the Method Invocation section
6110              to explain the concepts in nicer order.
6111      Branch: perl
6112            ! pod/perlobj.pod
6113 ____________________________________________________________________________
6114 [  9657] By: jhi                                   on 2001/04/09  12:35:58
6115         Log: Upgrade to podlators 1.09, from Russ Allbery.
6116      Branch: perl
6117            ! lib/Pod/Man.pm lib/Pod/Text.pm
6118 ____________________________________________________________________________
6119 [  9656] By: jhi                                   on 2001/04/09  12:31:53
6120         Log: perl571delta.
6121      Branch: perl
6122            ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
6123 ____________________________________________________________________________
6124 [  9655] By: jhi                                   on 2001/04/09  12:20:09
6125         Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
6126              From: Prymmer/Kahn <pvhp@best.com>
6127              Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
6128              Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
6129      Branch: perl
6130            ! lib/utf8.pm pod/perlunicode.pod
6131 ____________________________________________________________________________
6132 [  9654] By: gsar                                  on 2001/04/09  03:38:33
6133         Log: here lies 5.6.1
6134      Branch: maint-5.6/perl
6135            ! Changes
6136 ____________________________________________________________________________
6137 [  9653] By: jhi                                   on 2001/04/09  03:25:24
6138         Log: Update perlhist.
6139      Branch: perl
6140            ! pod/perlhist.pod
6141 ____________________________________________________________________________
6142 [  9652] By: jhi                                   on 2001/04/09  03:18:49
6143         Log: perl571delta tweaking continues.
6144      Branch: perl
6145            ! pod/perl571delta.pod
6146 ____________________________________________________________________________
6147 [  9651] By: gsar                                  on 2001/04/09  03:11:19
6148         Log: update Changes, patchlevel.h &c.
6149      Branch: maint-5.6/perl
6150            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
6151            ! pod/perltoc.pod
6152 ____________________________________________________________________________
6153 [  9650] By: jhi                                   on 2001/04/09  02:40:24
6154         Log: Integrate the perlfork half of #9513 from maintperl into mainline
6155              (the perlunicode half is obsolete)
6156      Branch: perl
6157            ! pod/perlfork.pod
6158 ____________________________________________________________________________
6159 [  9649] By: gsar                                  on 2001/04/09  02:35:43
6160         Log: tweak perldelta as suggested by Jarkko
6161      Branch: maint-5.6/perl
6162            ! pod/perldelta.pod
6163 ____________________________________________________________________________
6164 [  9648] By: jhi                                   on 2001/04/09  02:13:04
6165         Log: Integrate change #9646 from maintperl into mainline.
6166              
6167              add note about ithreads and Thread.pm
6168      Branch: perl
6169           !> ext/Thread/Thread.pm ext/Thread/Thread.xs
6170 ____________________________________________________________________________
6171 [  9647] By: jhi                                   on 2001/04/09  02:10:18
6172         Log: Bad assumption that shortsize == 2.
6173      Branch: perl
6174            ! t/lib/xs-typemap.t
6175 ____________________________________________________________________________
6176 [  9646] By: gsar                                  on 2001/04/09  00:48:04
6177         Log: add note about ithreads and Thread.pm (too many people are
6178              confused by the fact that Thread.pm is built and installed
6179              under non-5005threads but doesn't work)
6180      Branch: maint-5.6/perl
6181            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
6182 ____________________________________________________________________________
6183 [  9645] By: gsar                                  on 2001/04/09  00:19:03
6184         Log: update perldelta.pod for changes in 5.6.1
6185      Branch: maint-5.6/perl
6186            ! Changes pod/perldelta.pod
6187 ____________________________________________________________________________
6188 [  9644] By: jhi                                   on 2001/04/08  20:37:00
6189         Log: Integrate change #9639 from maintperl into mainline:
6190              on windows, many of the README.* pods were being copied to
6191              the wrong location
6192      Branch: perl
6193           !> win32/Makefile win32/makefile.mk
6194 ____________________________________________________________________________
6195 [  9643] By: jhi                                   on 2001/04/08  20:07:11
6196         Log: Integrate change #9624 from maintperl into mainline:
6197              the pod tests were not okay.  (t/pod/find.t changes ignored)
6198      Branch: perl
6199           !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
6200           !> t/pod/include.t t/pod/included.t t/pod/lref.t
6201           !> t/pod/multiline_items.t t/pod/nested_items.t
6202           !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
6203           !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
6204 ____________________________________________________________________________
6205 [  9642] By: jhi                                   on 2001/04/08  19:57:17
6206         Log: Integrate change #9638 from maintperl into mainline:
6207              update to latest JPL from the anoncvs repository
6208      Branch: perl
6209           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
6210           !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
6211           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
6212 ____________________________________________________________________________
6213 [  9641] By: jhi                                   on 2001/04/08  19:53:30
6214         Log: perl571delta updates.
6215      Branch: perl
6216            ! lib/Filter/Simple.pm pod/perl571delta.pod
6217 ____________________________________________________________________________
6218 [  9640] By: gsar                                  on 2001/04/08  19:20:46
6219         Log: integrate change#9634 from mainline
6220              
6221              Fix the perlmodlib generation (didn't understand separate .pod
6222              files; didn't understand -- as the name-thing separator).
6223              Update the CPAN mirrors list.
6224      Branch: maint-5.6/perl
6225            ! pod/perlmodlib.pod
6226           !> pod/perlmodlib.PL
6227 ____________________________________________________________________________
6228 [  9639] By: gsar                                  on 2001/04/08  18:57:31
6229         Log: on windows, many of the README.* pods were being copied to the wrong
6230              location
6231      Branch: maint-5.6/perl
6232            ! win32/Makefile win32/makefile.mk
6233 ____________________________________________________________________________
6234 [  9638] By: gsar                                  on 2001/04/08  18:38:25
6235         Log: update to latest JPL from the anoncvs repository
6236      Branch: maint-5.6/perl
6237            + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
6238            ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
6239            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
6240 ____________________________________________________________________________
6241 [  9637] By: jhi                                   on 2001/04/08  17:53:53
6242         Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
6243      Branch: perl
6244            ! pod/perl571delta.pod
6245 ____________________________________________________________________________
6246 [  9636] By: jhi                                   on 2001/04/08  17:18:32
6247         Log: Regen toc.
6248      Branch: perl
6249            ! pod/perltoc.pod
6250 ____________________________________________________________________________
6251 [  9635] By: jhi                                   on 2001/04/08  17:16:33
6252         Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
6253              From: "Craig A. Berry" <craigberry@mac.com>
6254              Date: Sun, 08 Apr 2001 12:30:16 -0500
6255              Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
6256      Branch: perl
6257            ! ext/IO/IO.xs lib/ExtUtils/xsubpp
6258 ____________________________________________________________________________
6259 [  9634] By: jhi                                   on 2001/04/08  17:09:19
6260         Log: Fix the perlmodlib generation (didn't understand separate .pod
6261              files; didn't understand -- as the name-thing separator).
6262              
6263              Update the CPAN mirrors list.
6264      Branch: perl
6265            ! pod/perlmodlib.PL pod/perlmodlib.pod
6266 ____________________________________________________________________________
6267 [  9633] By: jhi                                   on 2001/04/08  16:49:17
6268         Log: Sort MANIFEST.
6269      Branch: perl
6270            ! MANIFEST
6271 ____________________________________________________________________________
6272 [  9632] By: gsar                                  on 2001/04/08  16:36:06
6273         Log: add $Tie::RefHash::VERSION
6274      Branch: maint-5.6/perl
6275            ! lib/Tie/RefHash.pm
6276 ____________________________________________________________________________
6277 [  9631] By: jhi                                   on 2001/04/08  16:10:15
6278         Log: perl571delta updates based on p5p feedback; still needs
6279              lots of examples.
6280      Branch: perl
6281            ! pod/perl571delta.pod
6282 ____________________________________________________________________________
6283 [  9630] By: jhi                                   on 2001/04/08  15:59:13
6284         Log: Update the list of supported platforms to talk about 5.7.1
6285              (and 5.6.1)
6286      Branch: perl
6287            ! pod/perlport.pod
6288 ____________________________________________________________________________
6289 [  9629] By: jhi                                   on 2001/04/08  15:55:41
6290         Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
6291              from maintperl into mainline: perlport updates.
6292      Branch: perl
6293            ! pod/perlport.pod
6294 ____________________________________________________________________________
6295 [  9628] By: jhi                                   on 2001/04/08  15:53:17
6296         Log: perlsolaris.pod copied to wrong directory.
6297      Branch: perl
6298            ! win32/makefile.mk
6299 ____________________________________________________________________________
6300 [  9627] By: jhi                                   on 2001/04/08  14:48:18
6301         Log: Subject: Typos in perl571delta.pod
6302              From: "Stephen P. Potter" <spp@spotter.yi.org>
6303              Date: Sat, 07 Apr 2001 20:37:05 -0400
6304              Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
6305      Branch: perl
6306            ! pod/perl571delta.pod
6307 ____________________________________________________________________________
6308 [  9626] By: jhi                                   on 2001/04/08  14:39:04
6309         Log: Smoke out dTHR, spotted by by Stephen P. Potter.
6310      Branch: perl
6311            ! gv.c
6312 ____________________________________________________________________________
6313 [  9625] By: nick                                  on 2001/04/08  10:14:23
6314         Log: Integrate mainline
6315      Branch: perlio
6316           +> pod/perl570delta.pod pod/perl571delta.pod
6317           !> (integrate 27 files)
6318 ____________________________________________________________________________
6319 [  9624] By: gsar                                  on 2001/04/08  06:08:17
6320         Log: test in t/pod/* were busted
6321              
6322              these tests are still not enabled in t/{harness,TEST}
6323      Branch: maint-5.6/perl
6324            ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
6325            ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
6326            ! t/pod/multiline_items.t t/pod/nested_items.t
6327            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
6328            ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
6329 ____________________________________________________________________________
6330 [  9623] By: gsar                                  on 2001/04/08  03:37:01
6331         Log: integrate change#9470 from mainline
6332              
6333              Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
6334      Branch: maint-5.6/perl
6335           !> ext/Socket/Socket.xs
6336 ____________________________________________________________________________
6337 [  9622] By: jhi                                   on 2001/04/07  22:40:47
6338         Log: Update Changes.
6339      Branch: perl
6340            ! Changes patchlevel.h
6341 ____________________________________________________________________________
6342 [  9621] By: jhi                                   on 2001/04/07  22:34:16
6343         Log: Update AUTHORS.
6344      Branch: perl
6345            ! AUTHORS
6346 ____________________________________________________________________________
6347 [  9620] By: jhi                                   on 2001/04/07  22:12:47
6348         Log: Forgot to bump the number of tests in #9164.
6349      Branch: perl
6350            ! t/op/array.t
6351 ____________________________________________________________________________
6352 [  9619] By: jhi                                   on 2001/04/07  22:09:50
6353         Log: Bump patchlevel to 5.7.1.
6354      Branch: perl
6355            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6356            ! config_h.SH patchlevel.h
6357 ____________________________________________________________________________
6358 [  9618] By: jhi                                   on 2001/04/07  22:02:41
6359         Log: Populate perl571delta.
6360      Branch: perl
6361            ! pod/perl571delta.pod
6362 ____________________________________________________________________________
6363 [  9617] By: jhi                                   on 2001/04/07  22:01:23
6364         Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
6365              to forget it later; do not change patchlevel.h yet or regenerate
6366              Configure yet.
6367      Branch: perl
6368            ! epoc/config.sh win32/Makefile win32/config_H.bc
6369            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
6370 ____________________________________________________________________________
6371 [  9616] By: jhi                                   on 2001/04/07  17:46:33
6372         Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
6373      Branch: perl
6374            ! pod/perl571delta.pod
6375 ____________________________________________________________________________
6376 [  9615] By: jhi                                   on 2001/04/07  17:33:21
6377         Log: Change the toc configuration.
6378      Branch: perl
6379            ! pod/buildtoc.PL pod/perl.pod
6380 ____________________________________________________________________________
6381 [  9614] By: jhi                                   on 2001/04/07  17:29:47
6382         Log: Subject: PATCH: $[
6383              From: Robin Houston <robin@kitsite.com>
6384              Date: Fri, 6 Apr 2001 18:10:14 +0100
6385              Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
6386      Branch: perl
6387            ! op.c t/op/array.t
6388 ____________________________________________________________________________
6389 [  9613] By: jhi                                   on 2001/04/07  17:28:26
6390         Log: Subject: [PATCH perl@9424] isn't numeric warning
6391              From: Robin Barker <rmb1@cise.npl.co.uk>
6392              Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
6393              Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
6394      Branch: perl
6395            ! sv.c t/pragma/warn/sv
6396 ____________________________________________________________________________
6397 [  9612] By: jhi                                   on 2001/04/07  17:26:45
6398         Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
6399              From: Mike Guy <mjtg@cam.ac.uk>
6400              Date: Fri, 06 Apr 2001 12:47:06 +0100
6401              Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
6402      Branch: perl
6403            ! dump.c t/lib/peek.t
6404 ____________________________________________________________________________
6405 [  9611] By: jhi                                   on 2001/04/07  17:21:35
6406         Log: Create perl571delta and seed it off with the perldelta changes
6407              since 5.7.0; remove those changes from perldelta and rename it
6408              as perl570delta; recreate perldelta but leave it almost empty.
6409      Branch: perl
6410            + pod/perl570delta.pod pod/perl571delta.pod
6411            ! MANIFEST pod/perldelta.pod
6412 ____________________________________________________________________________
6413 [  9610] By: jhi                                   on 2001/04/07  16:56:32
6414         Log: Denit.
6415      Branch: perl
6416            ! pod/perldelta.pod
6417 ____________________________________________________________________________
6418 [  9609] By: jhi                                   on 2001/04/07  16:38:32
6419         Log: Retract #9523: needs more thought.
6420      Branch: perl
6421            ! Makefile.SH
6422 ____________________________________________________________________________
6423 [  9608] By: jhi                                   on 2001/04/07  14:59:20
6424         Log: atmark() code cleanaup.
6425      Branch: perl
6426            ! ext/IO/IO.xs
6427 ____________________________________________________________________________
6428 [  9607] By: jhi                                   on 2001/04/07  14:48:14
6429         Log: Integrate change #9605 from maintperl into mainline.
6430              
6431              can't optimize away scope entry if tr/// is present
6432      Branch: perl
6433           !> op.c t/op/tr.t
6434 ____________________________________________________________________________
6435 [  9606] By: jhi                                   on 2001/04/07  14:43:59
6436         Log: Integrate perlio.
6437      Branch: perl
6438           +> win32/FindExt.pm
6439           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
6440           !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
6441 ____________________________________________________________________________
6442 [  9605] By: gsar                                  on 2001/04/07  11:52:40
6443         Log: can't optimize away scope entry if tr/// is present
6444      Branch: maint-5.6/perl
6445            ! op.c t/op/tr.t
6446 ____________________________________________________________________________
6447 [  9604] By: nick                                  on 2001/04/07  11:39:45
6448         Log: Split out extension finding code from buildext.pl into FindExt.pm
6449              Use it to get Config.pm's idea of available extensions in line
6450              with what is built.
6451      Branch: perlio
6452            + win32/FindExt.pm
6453            ! MANIFEST win32/buildext.pl win32/config_sh.PL
6454            ! win32/makefile.mk
6455 ____________________________________________________________________________
6456 [  9603] By: nick                                  on 2001/04/07  09:11:38
6457         Log: Cleanup correction for failed :Via() layer, also set an error code.
6458      Branch: perlio
6459            ! ext/PerlIO/Via/Via.xs
6460 ____________________________________________________________________________
6461 [  9602] By: nick                                  on 2001/04/07  08:38:04
6462         Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
6463              style. So don't use binmode() on the handles so that Win32 etc. see
6464              same sequence and produce same digests.
6465      Branch: perlio
6466            ! t/lib/md5-file.t
6467 ____________________________________________________________________________
6468 [  9601] By: nick                                  on 2001/04/07  08:36:26
6469         Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
6470              Else it complains and so crlf layer (say) does not get pushed.
6471      Branch: perlio
6472            ! perlio.c
6473 ____________________________________________________________________________
6474 [  9600] By: jhi                                   on 2001/04/06  23:00:09
6475         Log: Integrate change #9599 from perlio into mainline.
6476      Branch: perl
6477           !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
6478           !> win32/config_H.vc
6479 ____________________________________________________________________________
6480 [  9599] By: nick                                  on 2001/04/06  21:42:43
6481         Log: Quote $VERSION in Encode.pm.
6482              regen_config_h as requested.
6483      Branch: perlio
6484            ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
6485            ! win32/config_H.vc
6486 ____________________________________________________________________________
6487 [  9598] By: nick                                  on 2001/04/06  20:34:59
6488         Log: Integrate mainline
6489      Branch: perlio
6490           +> README.macos
6491           !> (integrate 39 files)
6492 ____________________________________________________________________________
6493 [  9597] By: gsar                                  on 2001/04/06  18:06:35
6494         Log: integrate change#9464 from mainline (addendum to change#8313)
6495              
6496              Subject: [PATCH @9452] Better peep()ing for foreach() loops
6497      Branch: maint-5.6/perl
6498           !> op.c
6499 ____________________________________________________________________________
6500 [  9596] By: jhi                                   on 2001/04/06  17:26:03
6501         Log: The d_casti32=undef is good for you even when not use64bitall.
6502      Branch: perl
6503            ! hints/hpux.sh
6504 ____________________________________________________________________________
6505 [  9595] By: gsar                                  on 2001/04/06  14:57:17
6506         Log: add a low-impact fix to accomodate darwin-ism
6507      Branch: maint-5.6/perl
6508            ! ext/Errno/Errno_pm.PL
6509 ____________________________________________________________________________
6510 [  9594] By: jhi                                   on 2001/04/06  14:55:14
6511         Log: Integrate changes #9528,9593 from mainline into maintperl;
6512              tweaking the editor/IDE/shell list.
6513      Branch: maint-5.6/perl
6514           !> pod/perlfaq3.pod
6515 ____________________________________________________________________________
6516 [  9593] By: jhi                                   on 2001/04/06  14:51:39
6517         Log: Make the editor/IDE/shell list a little bit airier.
6518      Branch: perl
6519            ! pod/perlfaq3.pod
6520 ____________________________________________________________________________
6521 [  9592] By: gsar                                  on 2001/04/06  14:45:18
6522         Log: integrate change#9477 from mainline (base.pm doc tweak)
6523              
6524              missing doc entry for fmod()
6525      Branch: maint-5.6/perl
6526            ! lib/Math/BigFloat.pm
6527           !> lib/base.pm
6528 ____________________________________________________________________________
6529 [  9591] By: jhi                                   on 2001/04/06  13:55:48
6530         Log: Regen toc.
6531      Branch: perl
6532            ! pod/perltoc.pod
6533 ____________________________________________________________________________
6534 [  9590] By: jhi                                   on 2001/04/06  13:54:52
6535         Log: Math::BigFloat patches from John Peacock.  The equivalent
6536              of #9586 from maintperl but reworked by John to work with
6537              the bleadperl.
6538      Branch: perl
6539            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
6540 ____________________________________________________________________________
6541 [  9589] By: jhi                                   on 2001/04/06  13:42:23
6542         Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
6543      Branch: perl
6544            ! ext/Digest/MD5/Makefile.PL
6545 ____________________________________________________________________________
6546 [  9588] By: jhi                                   on 2001/04/06  13:31:45
6547         Log: Integrate changes #9584,9587 from maintperl into mainline.
6548              
6549              keep eval"" CVs alive until the end of the statement in which
6550              they're called
6551              
6552              add README.macos (from Chris Nandor)
6553              
6554              tyop in change#9555
6555      Branch: perl
6556           +> README.macos
6557           !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
6558           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
6559           !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
6560           !> win32/makefile.mk
6561 ____________________________________________________________________________
6562 [  9587] By: gsar                                  on 2001/04/06  07:31:30
6563         Log: add README.macos (from Chris Nandor)
6564              
6565              tyop in change#9555
6566      Branch: maint-5.6/perl
6567            + README.macos
6568            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
6569            ! win32/Makefile win32/makefile.mk
6570 ____________________________________________________________________________
6571 [  9586] By: gsar                                  on 2001/04/06  07:08:54
6572         Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
6573      Branch: maint-5.6/perl
6574            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
6575 ____________________________________________________________________________
6576 [  9585] By: gsar                                  on 2001/04/06  06:58:44
6577         Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
6578              from mainline
6579              
6580              Subject: [PATCH] Base64 update to perlfaq9.pod
6581              
6582              Subject: [PATCH AUTHORS] Housekeeping
6583              
6584              Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
6585              Mac OS X (Darwin) has extra pwent fields.
6586              
6587              Subject: [PATCH B::*] print control-character vars readably
6588              Needs EBCDICification.
6589              
6590              Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
6591              
6592              Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
6593              
6594              Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
6595              
6596              Subject: [PATCH B::Deparse] binmode is no longer an UNOP
6597              
6598              Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
6599              
6600              Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
6601              
6602              Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
6603              
6604              Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
6605              
6606              FreeBSD hints tweak from Anton Berezin.
6607              
6608              Subject: [PATCH foolperl & bleadperl] README.vms update
6609              
6610              Subject: Re: [PATCH foolperl & bleadperl] README.vms update
6611      Branch: maint-5.6/perl
6612           !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
6613           !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
6614           !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
6615 ____________________________________________________________________________
6616 [  9584] By: gsar                                  on 2001/04/06  04:09:00
6617         Log: keep eval"" CVs alive until the end of the statement in which
6618              they're called; this avoids a coredump ensuing from search for
6619              lexicals in code such as:
6620              
6621              sub bug {
6622              my $s = @_;
6623              eval q[sub { eval 'sub { &$s }' }];
6624              }
6625              bug("x")->()->();
6626              
6627              this code still doesn't work as intended (as it has remained
6628              since time immemorial), but it doesn't provoke a coredump anymore
6629      Branch: maint-5.6/perl
6630            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
6631            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
6632 ____________________________________________________________________________
6633 [  9583] By: jhi                                   on 2001/04/05  23:52:51
6634         Log: Update Changes.
6635      Branch: perl
6636            ! Changes patchlevel.h
6637 ____________________________________________________________________________
6638 [  9582] By: jhi                                   on 2001/04/05  23:11:23
6639         Log: Slight doc tweak.
6640      Branch: perl
6641            ! pod/perlunicode.pod
6642 ____________________________________________________________________________
6643 [  9581] By: jhi                                   on 2001/04/05  23:04:11
6644         Log: Integrate perlio.
6645      Branch: perl
6646           !> pod/perlunicode.pod
6647 ____________________________________________________________________________
6648 [  9580] By: jhi                                   on 2001/04/05  23:03:29
6649         Log: Test for #9579.
6650      Branch: perl
6651            ! t/op/do.t
6652 ____________________________________________________________________________
6653 [  9579] By: jhi                                   on 2001/04/05  22:54:17
6654         Log: Subject: [PATCH] Propagate calling context for do '...'
6655              From: Gisle Aas <gisle@ActiveState.com>
6656              Date: 04 Apr 2001 20:17:29 -0700
6657              Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
6658      Branch: perl
6659            ! pod/perlfunc.pod pp_ctl.c
6660 ____________________________________________________________________________
6661 [  9578] By: jhi                                   on 2001/04/05  22:52:51
6662         Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
6663              From: Peter Prymmer <pvhp@forte.com>
6664              Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
6665              Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
6666      Branch: perl
6667            ! README.vms
6668 ____________________________________________________________________________
6669 [  9577] By: jhi                                   on 2001/04/05  22:48:22
6670         Log: Subject: [PATCH foolperl & bleadperl] README.vms update
6671              From: "Craig A. Berry" <craigberry@mac.com>
6672              Date: Thu, 5 Apr 2001 13:43:28 -0500
6673              Message-Id: <p04330101b6f269936918@[172.16.52.1]>
6674      Branch: perl
6675            ! README.vms
6676 ____________________________________________________________________________
6677 [  9576] By: jhi                                   on 2001/04/05  22:31:38
6678         Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
6679              From: Michael G Schwern <schwern@pobox.com>
6680              Date: Thu, 5 Apr 2001 21:53:21 +0100
6681              Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
6682      Branch: perl
6683            ! lib/base.pm t/lib/fields.t
6684 ____________________________________________________________________________
6685 [  9575] By: jhi                                   on 2001/04/05  22:26:10
6686         Log: FreeBSD hints tweak from Anton Berezin.
6687      Branch: perl
6688            ! hints/freebsd.sh
6689 ____________________________________________________________________________
6690 [  9574] By: jhi                                   on 2001/04/05  22:24:03
6691         Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
6692              From: David Dyck <dcd@tc.fluke.com>
6693              Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
6694              Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
6695      Branch: perl
6696            ! t/op/oct.t
6697 ____________________________________________________________________________
6698 [  9573] By: jhi                                   on 2001/04/05  22:23:06
6699         Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
6700              Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
6701              From: David Dyck <dcd@tc.fluke.com>
6702              Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
6703      Branch: perl
6704            ! pp.c
6705 ____________________________________________________________________________
6706 [  9572] By: jhi                                   on 2001/04/05  22:14:47
6707         Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
6708              From: Robin Houston <robin@kitsite.com>
6709              Date: Thu, 5 Apr 2001 20:56:48 +0100
6710              Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
6711      Branch: perl
6712            ! ext/B/B/Deparse.pm
6713 ____________________________________________________________________________
6714 [  9571] By: jhi                                   on 2001/04/05  22:12:53
6715         Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
6716              From: Robin Houston <robin@kitsite.com>
6717              Date: Thu, 5 Apr 2001 19:55:51 +0100
6718              Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
6719      Branch: perl
6720            ! ext/B/B/Deparse.pm
6721 ____________________________________________________________________________
6722 [  9570] By: jhi                                   on 2001/04/05  22:11:06
6723         Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
6724              From: Robin Houston <robin@kitsite.com>
6725              Date: Thu, 5 Apr 2001 20:16:29 +0100
6726              Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
6727      Branch: perl
6728            ! ext/B/B/Deparse.pm
6729 ____________________________________________________________________________
6730 [  9569] By: nick                                  on 2001/04/05  21:32:26
6731         Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
6732      Branch: perlio
6733            ! pod/perlunicode.pod
6734 ____________________________________________________________________________
6735 [  9568] By: nick                                  on 2001/04/05  19:38:09
6736         Log: Integrate mainline
6737      Branch: perlio
6738           +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
6739           !> (integrate 35 files)
6740 ____________________________________________________________________________
6741 [  9567] By: jhi                                   on 2001/04/05  18:31:45
6742         Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
6743              From: Robin Houston <robin@kitsite.com>
6744              Date: Thu, 5 Apr 2001 18:03:23 +0100
6745              Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
6746      Branch: perl
6747            ! ext/B/B/Deparse.pm
6748 ____________________________________________________________________________
6749 [  9566] By: jhi                                   on 2001/04/05  18:29:35
6750         Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
6751              From: Robin Houston <robin@kitsite.com>
6752              Date: Thu, 5 Apr 2001 16:45:18 +0100
6753              Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
6754      Branch: perl
6755            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
6756 ____________________________________________________________________________
6757 [  9565] By: jhi                                   on 2001/04/05  18:24:23
6758         Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
6759              From: Robin Houston <robin@kitsite.com>
6760              Date: Thu, 5 Apr 2001 14:50:09 +0100
6761              Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
6762      Branch: perl
6763            ! ext/B/B/Deparse.pm
6764 ____________________________________________________________________________
6765 [  9564] By: jhi                                   on 2001/04/05  18:23:03
6766         Log: Subject: [PATCH B::*] print control-character vars readably
6767              From: Robin Houston <robin@kitsite.com>
6768              Date: Thu, 5 Apr 2001 14:27:38 +0100
6769              Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
6770              
6771              Needs EBCDICification.
6772      Branch: perl
6773            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
6774            ! ext/B/B/Terse.pm
6775 ____________________________________________________________________________
6776 [  9563] By: jhi                                   on 2001/04/05  18:20:32
6777         Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
6778              Date: Thu, 5 Apr 2001 13:21:42 -0400
6779              From: Paul Schinder <schinder@pobox.com>
6780              Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
6781              
6782              Mac OS X (Darwin) has extra pwent fields.
6783      Branch: perl
6784            ! t/op/pwent.t
6785 ____________________________________________________________________________
6786 [  9562] By: jhi                                   on 2001/04/05  17:57:51
6787         Log: Regen toc.
6788      Branch: perl
6789            ! pod/perltoc.pod
6790 ____________________________________________________________________________
6791 [  9561] By: jhi                                   on 2001/04/05  17:47:33
6792         Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
6793      Branch: metaconfig
6794            ! U/Glossary.patch
6795      Branch: metaconfig/U/perl
6796            + d_u32align.U
6797            ! d_cmsghdr_s.U d_msghdr_s.U
6798 ____________________________________________________________________________
6799 [  9560] By: jhi                                   on 2001/04/05  17:47:01
6800         Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
6801              ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
6802              Introduce probes for struct msghdr, struct cmsghdr,
6803              sendmsg, recvmsg, readv, writev, setitimer, getitimer,
6804              ualarm, usleep, for possible later extension work.
6805      Branch: perl
6806            + t/lib/md5-align.t
6807            ! Configure MANIFEST Porting/Glossary Porting/config.sh
6808            ! Porting/config_H config_h.SH configure.com epoc/config.sh
6809            ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
6810            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
6811            ! vos/config.ga.h win32/config.bc win32/config.gc
6812            ! win32/config.vc
6813 ____________________________________________________________________________
6814 [  9559] By: jhi                                   on 2001/04/05  13:03:04
6815         Log: Be traditional in your cpp (for the Errno extension).
6816      Branch: perl
6817            ! hints/darwin.sh
6818 ____________________________________________________________________________
6819 [  9558] By: jhi                                   on 2001/04/05  13:00:05
6820         Log: Add $Config{cppflags} to the gcc incantation.
6821      Branch: perl
6822            ! ext/Errno/Errno_pm.PL
6823 ____________________________________________________________________________
6824 [  9557] By: jhi                                   on 2001/04/05  04:22:39
6825         Log: Introduce Sean Burke's Class::ISA 0.32.
6826      Branch: perl
6827            + lib/Class/ISA.pm t/lib/class-isa.t
6828            ! MANIFEST
6829 ____________________________________________________________________________
6830 [  9556] By: jhi                                   on 2001/04/05  04:09:50
6831         Log: Subject: [PATCH AUTHORS] Housekeeping
6832              From: Paul Johnson <paul@pjcj.net> 
6833              Date: Wed, 4 Apr 2001 22:45:47 +0200
6834              Message-ID: <20010404224547.D9548@pjcj.net>
6835      Branch: perl
6836            ! AUTHORS
6837 ____________________________________________________________________________
6838 [  9555] By: jhi                                   on 2001/04/05  04:06:33
6839         Log: Subject: [PATCH] Base64 update to perlfaq9.pod
6840              From: Gisle Aas <gisle@ActiveState.com>
6841              Date: 04 Apr 2001 14:23:04 -0700
6842              Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
6843      Branch: perl
6844            ! pod/perlfaq9.pod
6845 ____________________________________________________________________________
6846 [  9554] By: jhi                                   on 2001/04/05  04:05:49
6847         Log: Downgrade also the "Wide character" diagnostic.
6848      Branch: perl
6849            ! pod/perldiag.pod
6850 ____________________________________________________________________________
6851 [  9553] By: jhi                                   on 2001/04/05  04:00:33
6852         Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
6853              maintperl into mainline.
6854              
6855              "double" should be "NV"; standard typemap is missing entry
6856              for NV
6857              
6858              s/djSP/dSP/
6859              
6860              Downgrade "Wide character in print" to a warning.
6861              
6862              B::Deparse fix for ${^FOO} and documentation for PVX() method
6863              (from Robin Houston)
6864              
6865              tr/// doesn't null-terminate the result in some situations
6866              (from Gisle Aas)
6867      Branch: perl
6868           !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
6869           !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
6870           !> t/io/utf8.t t/op/tr.t
6871 ____________________________________________________________________________
6872 [  9552] By: jhi                                   on 2001/04/05  03:52:50
6873         Log: Retract changes #9542 and #9538 (from maintperl, integrated
6874              at #9540), shouldn't be needed because of the perlio changes.
6875      Branch: perl
6876            ! util.c
6877 ____________________________________________________________________________
6878 [  9551] By: gsar                                  on 2001/04/05  00:18:34
6879         Log: tr/// doesn't null-terminate the result in some situations
6880              (from Gisle Aas)
6881      Branch: maint-5.6/perl
6882            ! doop.c t/op/tr.t
6883 ____________________________________________________________________________
6884 [  9550] By: gsar                                  on 2001/04/04  20:04:17
6885         Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
6886              (from Robin Houston)
6887      Branch: maint-5.6/perl
6888            ! ext/B/B.pm ext/B/B/Deparse.pm
6889 ____________________________________________________________________________
6890 [  9549] By: nick                                  on 2001/04/04  18:56:15
6891         Log: Downgrade "Wide character in print" to a warning.
6892      Branch: perlio
6893            ! doio.c t/io/utf8.t
6894 ____________________________________________________________________________
6895 [  9548] By: gsar                                  on 2001/04/04  18:51:49
6896         Log: integrate changes#9460,9462,9482,9521,9522
6897              
6898              Subject: PATCH: B::Debug should show LOOP-specific fields
6899              
6900              Subject: B::Deparse precedence bug. (Patch included.)
6901              
6902              Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
6903              
6904              Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
6905              
6906              Subject: [PATCH B::Concise] padname values may have bogus SvCUR
6907      Branch: maint-5.6/perl
6908           !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
6909           !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
6910 ____________________________________________________________________________
6911 [  9547] By: gsar                                  on 2001/04/04  18:49:16
6912         Log: s/djSP/dSP/
6913      Branch: maint-5.6/perl
6914            ! ext/Thread/Thread.xs
6915 ____________________________________________________________________________
6916 [  9546] By: nick                                  on 2001/04/04  18:44:00
6917         Log: Integrate mainline.
6918      Branch: perlio
6919           !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
6920           !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
6921 ____________________________________________________________________________
6922 [  9545] By: gsar                                  on 2001/04/04  18:38:52
6923         Log: integrate change#8837 from mainline
6924              
6925              Subject: [patch] -Wall cleanup round 2
6926      Branch: maint-5.6/perl
6927           !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
6928           !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
6929           !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
6930           !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
6931           !> ext/SDBM_File/SDBM_File.xs
6932 ____________________________________________________________________________
6933 [  9544] By: gsar                                  on 2001/04/04  17:49:57
6934         Log: "double" should be "NV"; standard typemap is missing entry
6935              for NV
6936      Branch: maint-5.6/perl
6937            ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
6938 ____________________________________________________________________________
6939 [  9543] By: jhi                                   on 2001/04/04  14:13:18
6940         Log: Thou shalt not (just) match for English error messages.
6941      Branch: perl
6942            ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
6943            ! os2/OS2/Process/Process.pm
6944 ____________________________________________________________________________
6945 [  9542] By: jhi                                   on 2001/04/04  13:20:39
6946         Log: Make the stdio tricks of fflush_all() to exist only if
6947              stdio is being used.
6948      Branch: perl
6949            ! util.c
6950 ____________________________________________________________________________
6951 [  9541] By: jhi                                   on 2001/04/04  04:20:24
6952         Log: Subject: Re: [PATCH] Lighten up glob
6953              From: Benjamin Sugars <bsugars@canoe.ca>
6954              Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
6955              Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
6956      Branch: perl
6957            ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
6958            ! util.c
6959 ____________________________________________________________________________
6960 [  9540] By: jhi                                   on 2001/04/04  04:03:57
6961         Log: Integrate changes #9538,9539 from maintperl into mainline.
6962              
6963              fflush() is a macro on SunOS 4.1.x, so provide a wrapper
6964              for use with _fwalk() (fix for change#7705)
6965              
6966              another tweak needed for SunOS 4.1.x build (from Mike Guy)
6967              (cp -f is not portable)
6968      Branch: perl
6969           !> Makefile.SH util.c
6970 ____________________________________________________________________________
6971 [  9539] By: gsar                                  on 2001/04/04  03:01:14
6972         Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
6973      Branch: maint-5.6/perl
6974            ! Makefile.SH
6975 ____________________________________________________________________________
6976 [  9538] By: gsar                                  on 2001/04/04  01:00:38
6977         Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
6978              for use with _fwalk() (fix for change#7705)
6979      Branch: maint-5.6/perl
6980            ! util.c
6981 ____________________________________________________________________________
6982 [  9537] By: nick                                  on 2001/04/03  19:24:55
6983         Log: Integrate mainline
6984      Branch: perlio
6985           +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
6986           +> lib/unicode/PropList.html
6987            - lib/unicode/Names.txt lib/unicode/README.Ethiopic
6988           !> (integrate 69 files)
6989 ____________________________________________________________________________
6990 [  9536] By: jhi                                   on 2001/04/03  18:02:31
6991         Log: Integrate change #9533 from maintperl into mainline.
6992              
6993              better fix for change#9517 to accomodate UNC paths like
6994              \\server\share\foo, and paths with trailing backslash
6995              like c:\this\
6996      Branch: perl
6997           !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
6998 ____________________________________________________________________________
6999 [  9535] By: jhi                                   on 2001/04/03  17:58:07
7000         Log: Change the push/unshift warning to be of class syntax, not misc.
7001      Branch: perl
7002            ! op.c pod/perldiag.pod t/pragma/warn/op
7003 ____________________________________________________________________________
7004 [  9534] By: jhi                                   on 2001/04/03  15:03:46
7005         Log: Change the push/unshift warning (#9532) to talk about "no values"
7006              instead of "no arguments".
7007      Branch: perl
7008            ! op.c pod/perldiag.pod t/pragma/warn/op
7009 ____________________________________________________________________________
7010 [  9533] By: gsar                                  on 2001/04/03  14:30:07
7011         Log: better fix for change#9517 to accomodate UNC paths like
7012              \\server\share\foo, and paths with trailing backslash
7013              like c:\this\
7014      Branch: maint-5.6/perl
7015            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
7016 ____________________________________________________________________________
7017 [  9532] By: jhi                                   on 2001/04/03  13:11:46
7018         Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
7019              From: Robin Houston <robin@kitsite.com>
7020              Date: Mon, 2 Apr 2001 15:03:29 +0100
7021              Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
7022      Branch: perl
7023            ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
7024 ____________________________________________________________________________
7025 [  9531] By: jhi                                   on 2001/04/03  13:06:34
7026         Log: Integrate change #9530 from maintperl into mainline.
7027              
7028              accomodate VMS "mailbox overflow" quirk in testsuite (from
7029              Craig Berry)
7030      Branch: perl
7031           !> t/lib/socket.t
7032 ____________________________________________________________________________
7033 [  9530] By: gsar                                  on 2001/04/03  04:56:41
7034         Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
7035              Craig Berry)
7036      Branch: maint-5.6/perl
7037            ! t/lib/socket.t
7038 ____________________________________________________________________________
7039 [  9529] By: jhi                                   on 2001/04/03  02:34:34
7040         Log: Update Changes.
7041      Branch: perl
7042            ! Changes patchlevel.h
7043 ____________________________________________________________________________
7044 [  9528] By: jhi                                   on 2001/04/03  01:27:57
7045         Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
7046              Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
7047              To: perl5-porters@perl.org
7048              Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
7049      Branch: perl
7050            ! pod/perlfaq3.pod
7051 ____________________________________________________________________________
7052 [  9527] By: jhi                                   on 2001/04/03  01:22:09
7053         Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
7054              From: Peter Prymmer <pvhp@forte.com>
7055              Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
7056              Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>      
7057      Branch: perl
7058            ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
7059 ____________________________________________________________________________
7060 [  9526] By: jhi                                   on 2001/04/03  01:18:25
7061         Log: The metaconfig unit changes for #9525.
7062      Branch: metaconfig
7063            ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
7064      Branch: metaconfig/U/perl
7065            ! use64bits.U
7066 ____________________________________________________________________________
7067 [  9525] By: jhi                                   on 2001/04/03  01:17:30
7068         Log: Configure sanity checks:
7069              * if use64bitall is attempted but pointers are only 32-bit,
7070              'downgrade' to use64bitint
7071              * if use64bitint is attempted but there's no quad type,
7072              forget about use64bitint (well, the default for it is 'n',
7073              the user can still override this)
7074              * if pointers are 64 bits, do not try to use Perl's malloc
7075      Branch: perl
7076            ! Configure
7077 ____________________________________________________________________________
7078 [  9524] By: gsar                                  on 2001/04/03  01:09:12
7079         Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
7080      Branch: maint-5.6/perl
7081            ! pp_sys.c
7082 ____________________________________________________________________________
7083 [  9523] By: jhi                                   on 2001/04/03  00:02:31
7084         Log: (Retracted by #9609)
7085              
7086              Make it harder for parallel makes to enter 'test' before
7087              Dynaloader and File::Glob are happy.  (In principle 'make_ext'
7088              should be unhappy enough, but sometimes parallel makes seem
7089              to sneak past both in Tru64 and AIX.)
7090      Branch: perl
7091            ! Makefile.SH
7092 ____________________________________________________________________________
7093 [  9522] By: jhi                                   on 2001/04/02  22:35:31
7094         Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
7095              Date: Mon, 2 Apr 2001 22:54:10 +0100
7096              From: Robin Houston <robin@kitsite.com>
7097              Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
7098      Branch: perl
7099            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
7100 ____________________________________________________________________________
7101 [  9521] By: jhi                                   on 2001/04/02  22:32:23
7102         Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
7103              From: Robin Houston <robin@kitsite.com>
7104              Date: Mon, 2 Apr 2001 20:24:03 +0100
7105              Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
7106      Branch: perl
7107            ! ext/B/B/Concise.pm
7108 ____________________________________________________________________________
7109 [  9520] By: jhi                                   on 2001/04/02  22:30:43
7110         Log: Subject: [PATCH] REALLY pedantic hv.h nit
7111              From: Simon Cozens <simon@netthink.co.uk>
7112              Date: Mon, 2 Apr 2001 15:43:06 +0100
7113              Message-ID: <20010402154306.A21711@netthink.co.uk>
7114      Branch: perl
7115            ! hv.h
7116 ____________________________________________________________________________
7117 [  9519] By: jhi                                   on 2001/04/02  22:28:04
7118         Log: Based on
7119              
7120              Subject: [foolperl] EPOC fix
7121              From: Olaf Flebbe <O.Flebbe@science-computing.de>
7122              Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
7123              Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
7124      Branch: perl
7125            ! pp_sys.c
7126 ____________________________________________________________________________
7127 [  9518] By: jhi                                   on 2001/04/02  22:22:34
7128         Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
7129              
7130              README.win32 tweaks; add a note about alternative location for
7131              getting a gcc-2.95.2 that will build perl properly on windows
7132              
7133              add some notes about gutsy threading matters
7134              
7135              many of the utilities interpolate literal paths within doublequotes
7136              (fails on dosish platforms where path contains backslashes)
7137      Branch: perl
7138           !> README.win32 pod/perlguts.pod utils/perldoc.PL
7139           !> x2p/find2perl.PL x2p/s2p.PL
7140 ____________________________________________________________________________
7141 [  9517] By: gsar                                  on 2001/04/02  19:52:21
7142         Log: many of the utilities interpolate literal paths within doublequotes
7143              (fails on dosish platforms where path contains backslashes)
7144      Branch: maint-5.6/perl
7145            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
7146 ____________________________________________________________________________
7147 [  9516] By: gsar                                  on 2001/04/02  05:49:37
7148         Log: a foolish release
7149      Branch: maint-5.6/perl
7150            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
7151            ! pod/perltoc.pod
7152 ____________________________________________________________________________
7153 [  9515] By: gsar                                  on 2001/04/02  05:04:29
7154         Log: add missing changelog summaries
7155      Branch: maint-5.6/perl
7156            ! Changes
7157 ____________________________________________________________________________
7158 [  9514] By: gsar                                  on 2001/04/02  04:07:13
7159         Log: add some notes about gutsy threading matters
7160      Branch: maint-5.6/perl
7161            ! pod/perlguts.pod
7162 ____________________________________________________________________________
7163 [  9513] By: gsar                                  on 2001/04/02  03:25:21
7164         Log: add more prominent caveat notices about experimental features
7165      Branch: maint-5.6/perl
7166            ! pod/perlfork.pod pod/perlunicode.pod
7167 ____________________________________________________________________________
7168 [  9512] By: gsar                                  on 2001/04/02  02:54:33
7169         Log: integrate changes#9479,9509 from mainline
7170              
7171              [PATCH] File::Glob stuff for Mac OS
7172              
7173              [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
7174      Branch: maint-5.6/perl
7175           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
7176           !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
7177           !> t/lib/glob-taint.t
7178 ____________________________________________________________________________
7179 [  9511] By: gsar                                  on 2001/04/02  02:38:24
7180         Log: README.win32 tweaks; add a note about alternative location for
7181              getting a gcc-2.95.2 that will build perl properly on windows
7182      Branch: maint-5.6/perl
7183            ! README.win32
7184 ____________________________________________________________________________
7185 [  9510] By: jhi                                   on 2001/04/01  20:45:10
7186         Log: An ambiguosity warning.
7187      Branch: perl
7188            ! t/lib/trig.t
7189 ____________________________________________________________________________
7190 [  9509] By: jhi                                   on 2001/04/01  19:53:47
7191         Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
7192              From: Jonathan Stowe <gellyfish@gellyfish.com>
7193              Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
7194              Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
7195      Branch: perl
7196            ! ext/File/Glob/bsd_glob.c
7197 ____________________________________________________________________________
7198 [  9508] By: jhi                                   on 2001/04/01  19:35:03
7199         Log: Update Changes.
7200      Branch: perl
7201            ! Changes patchlevel.h
7202 ____________________________________________________________________________
7203 [  9507] By: jhi                                   on 2001/04/01  19:24:01
7204         Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
7205              from mainline to maintperl: pod tweaks.
7206      Branch: maint-5.6/perl
7207           !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
7208           !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
7209           !> pod/perlvar.pod
7210 ____________________________________________________________________________
7211 [  9506] By: jhi                                   on 2001/04/01  19:11:53
7212         Log: Commit Sarathy to April release of 5.6.1 :-)
7213      Branch: perl
7214            ! pod/perlfaq1.pod
7215 ____________________________________________________________________________
7216 [  9505] By: jhi                                   on 2001/04/01  19:03:15
7217         Log: Subject: PATCH 5.6.0 (perldebug.pod)
7218              From: Mark-Jason Dominus <mjd@plover.com>
7219              Date: Sun, 01 Apr 2001 14:25:11 -0400
7220              Message-ID: <20010401182511.9247.qmail@plover.com>
7221      Branch: perl
7222            ! pod/perldebug.pod
7223 ____________________________________________________________________________
7224 [  9504] By: jhi                                   on 2001/04/01  18:43:09
7225         Log: Add great_circle_direction().
7226      Branch: perl
7227            ! lib/Math/Trig.pm t/lib/trig.t
7228 ____________________________________________________________________________
7229 [  9503] By: jhi                                   on 2001/04/01  17:29:12
7230         Log: Unicode ReadMe update for Unicode 3.1.
7231      Branch: perl
7232            ! lib/unicode/ReadMe.txt
7233 ____________________________________________________________________________
7234 [  9502] By: jhi                                   on 2001/04/01  17:18:40
7235         Log: Integrate change #9501 from maintperl into mainline.
7236              
7237              fix the perlembed notes on multiple interpreters
7238              
7239              fix ExtUtils::Embed to work passably on Windows
7240      Branch: perl
7241           !> lib/ExtUtils/Embed.pm pod/perlembed.pod
7242 ____________________________________________________________________________
7243 [  9501] By: gsar                                  on 2001/04/01  07:21:57
7244         Log: fix the perlembed notes on multiple interpreters
7245              
7246              fix ExtUtils::Embed to work passably on Windows
7247      Branch: maint-5.6/perl
7248            ! lib/ExtUtils/Embed.pm pod/perlembed.pod
7249 ____________________________________________________________________________
7250 [  9500] By: jhi                                   on 2001/04/01  05:58:23
7251         Log: Test for #9499.
7252      Branch: perl
7253            ! t/op/tr.t
7254 ____________________________________________________________________________
7255 [  9499] By: jhi                                   on 2001/04/01  05:55:46
7256         Log: tr/// UTF-8 tweaking from Inaba Hiroto.
7257      Branch: perl
7258            ! embed.h embed.pl op.c proto.h
7259 ____________________________________________________________________________
7260 [  9498] By: jhi                                   on 2001/04/01  05:44:34
7261         Log: Protect the workaround hunk more.
7262      Branch: perl
7263            ! toke.c
7264 ____________________________________________________________________________
7265 [  9497] By: jhi                                   on 2001/04/01  00:24:25
7266         Log: Integrate changes #9493,9494,9495,9496 from maintperl
7267              into mainline.
7268              
7269              fix a broken workaround for Borland compiler in change#4739
7270              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
7271              
7272              nits spotted by Borland compiler
7273              
7274              avoid redefinition warnings under Borland 5.02
7275              
7276              various nits identified by the Borland 5.5 compiler; remove suppression
7277              of a few warnings
7278      Branch: perl
7279           !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
7280           !> win32/win32.h
7281 ____________________________________________________________________________
7282 [  9496] By: gsar                                  on 2001/03/31  23:22:28
7283         Log: various nits identified by the Borland 5.5 compiler; remove suppression
7284              of a few warnings
7285      Branch: maint-5.6/perl
7286            ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
7287 ____________________________________________________________________________
7288 [  9495] By: gsar                                  on 2001/03/31  21:03:08
7289         Log: avoid redefinition warnings under Borland 5.02
7290      Branch: maint-5.6/perl
7291            ! win32/makefile.mk
7292 ____________________________________________________________________________
7293 [  9494] By: gsar                                  on 2001/03/31  20:18:59
7294         Log: nits spotted by Borland compiler
7295      Branch: maint-5.6/perl
7296            ! utf8.h win32/win32.h
7297 ____________________________________________________________________________
7298 [  9493] By: gsar                                  on 2001/03/31  20:18:05
7299         Log: fix a broken workaround for Borland compiler in change#4739
7300              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
7301      Branch: maint-5.6/perl
7302            ! toke.c
7303 ____________________________________________________________________________
7304 [  9492] By: jhi                                   on 2001/03/31  18:36:24
7305         Log: Integrate change #9491 from maintperl into mainline.
7306              
7307              Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
7308              directory is relative (need to fetch the full path name *before*
7309              the chdir!)
7310      Branch: perl
7311           !> lib/Cwd.pm
7312 ____________________________________________________________________________
7313 [  9491] By: gsar                                  on 2001/03/31  17:01:56
7314         Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
7315              directory is relative (need to fetch the full path name *before*
7316              the chdir!)
7317              
7318              this is a followup patch for change#6749
7319      Branch: maint-5.6/perl
7320            ! lib/Cwd.pm
7321 ____________________________________________________________________________
7322 [  9490] By: jhi                                   on 2001/03/31  15:50:18
7323         Log: Subject: Re: [PATCH] av.h cosmetics
7324              From: Simon Cozens <simon@netthink.co.uk>
7325              Date: Sat, 31 Mar 2001 13:09:59 +0100
7326              Message-ID: <20010331130959.A22000@netthink.co.uk>
7327              
7328              Document AvALLOC.
7329      Branch: perl
7330            ! pod/perlguts.pod
7331 ____________________________________________________________________________
7332 [  9489] By: jhi                                   on 2001/03/31  15:48:44
7333         Log: Subject: [PATCH] Re: Math::Big* v1.21
7334              From: Tels <perl_dummy@bloodgate.com>
7335              Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
7336              Message-Id: <200103311125.GAA377738@www08.hway.net>
7337      Branch: perl
7338            ! pod/perlop.pod
7339 ____________________________________________________________________________
7340 [  9488] By: jhi                                   on 2001/03/31  03:39:51
7341         Log: Debug output tweak.
7342      Branch: perl
7343            ! t/lib/cwd.t
7344 ____________________________________________________________________________
7345 [  9487] By: jhi                                   on 2001/03/31  03:33:02
7346         Log: OverVMSification.
7347      Branch: perl
7348            ! t/lib/cwd.t
7349 ____________________________________________________________________________
7350 [  9486] By: jhi                                   on 2001/03/31  03:01:40
7351         Log: Missed MANIFESTations in #9483.
7352      Branch: perl
7353            ! MANIFEST
7354 ____________________________________________________________________________
7355 [  9485] By: jhi                                   on 2001/03/31  02:58:17
7356         Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
7357              From: Peter Prymmer <pvhp@forte.com>
7358              Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
7359              Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
7360      Branch: perl
7361            ! regexec.c t/lib/cwd.t
7362 ____________________________________________________________________________
7363 [  9484] By: jhi                                   on 2001/03/31  01:04:41
7364         Log: Obsolete file (see #3938)
7365      Branch: perl
7366            - lib/unicode/README.Ethiopic
7367            ! MANIFEST
7368 ____________________________________________________________________________
7369 [  9483] By: jhi                                   on 2001/03/31  00:52:42
7370         Log: Update to Unicode 3.1.
7371              (Rename Names.txt to NamesList.txt.)
7372      Branch: perl
7373            + lib/unicode/NamesList.txt lib/unicode/PropList.html
7374            - lib/unicode/Names.txt
7375            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
7376            ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
7377            ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
7378            ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
7379            ! lib/unicode/UCD.html lib/unicode/Unicode.html
7380            ! lib/unicode/rename lib/unicode/version
7381 ____________________________________________________________________________
7382 [  9482] By: jhi                                   on 2001/03/30  23:33:44
7383         Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
7384              From: Robin Houston <robin@kitsite.com>
7385              Date: Fri, 30 Mar 2001 20:07:22 +0100
7386              Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
7387      Branch: perl
7388            ! ext/B/B/Deparse.pm
7389 ____________________________________________________________________________
7390 [  9481] By: jhi                                   on 2001/03/30  23:20:25
7391         Log: Subject: Re: [PATCH] CwdXS, Take 2
7392              From: Benjamin Sugars <bsugars@canoe.ca>
7393              Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
7394              Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
7395      Branch: perl
7396            + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
7397            ! MANIFEST lib/Cwd.pm t/lib/cwd.t
7398 ____________________________________________________________________________
7399 [  9480] By: jhi                                   on 2001/03/30  22:52:38
7400         Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
7401              From: David Dyck <dcd@tc.fluke.com>
7402              Date: Fri, 30 Mar 2001 14:44:13 -0800
7403              Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
7404              
7405              The t/rantests flags file creation was accidentally
7406              removed by #9217.
7407      Branch: perl
7408            ! Makefile.SH
7409 ____________________________________________________________________________
7410 [  9479] By: jhi                                   on 2001/03/30  22:45:45
7411         Log: Subject: [PATCH] File::Glob stuff for Mac OS
7412              From: Chris Nandor <pudge@pobox.com>
7413              Date: Fri, 30 Mar 2001 16:51:00 -0500
7414              Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
7415      Branch: perl
7416            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
7417            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
7418            ! t/lib/glob-taint.t
7419 ____________________________________________________________________________
7420 [  9478] By: jhi                                   on 2001/03/30  22:43:12
7421         Log: Subject: fix for win32/buildext.pl
7422              From: "Vadim Konovalov" <watman@inbox.ru>
7423              Date: Sat, 31 Mar 2001 00:50:36 +0400
7424              Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
7425      Branch: perl
7426            ! win32/buildext.pl
7427 ____________________________________________________________________________
7428 [  9477] By: jhi                                   on 2001/03/30  22:41:16
7429         Log: Subject: small base.pm doc patch
7430              From: Leon Brocard <acme@astray.com>
7431              Date: Fri, 30 Mar 2001 21:49:57 +0100
7432              Message-ID: <20010330214957.B8733@ns0.astray.com>
7433      Branch: perl
7434            ! lib/base.pm
7435 ____________________________________________________________________________
7436 [  9476] By: jhi                                   on 2001/03/30  18:16:57
7437         Log: Subject: [PATCH] av.h cosmetics
7438              From: Simon Cozens <simon@netthink.co.uk>
7439              Date: Fri, 30 Mar 2001 18:12:28 +0100
7440              Message-ID: <20010330181228.A9319@netthink.co.uk>
7441      Branch: perl
7442            ! av.h
7443 ____________________________________________________________________________
7444 [  9475] By: jhi                                   on 2001/03/30  18:15:50
7445         Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
7446              From: "Philip Newton" <pnewton@gmx.de>
7447              Date: Fri, 30 Mar 2001 19:06:57 +0200
7448              Message-ID: <3AC4D951.14815.1AC7068@localhost>
7449      Branch: perl
7450            ! pod/perlhack.pod
7451 ____________________________________________________________________________
7452 [  9474] By: jhi                                   on 2001/03/30  18:14:02
7453         Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
7454              From: Benjamin Sugars <bsugars@canoe.ca>
7455              Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
7456              Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
7457      Branch: perl
7458            ! t/lib/glob-basic.t
7459 ____________________________________________________________________________
7460 [  9473] By: jhi                                   on 2001/03/30  16:09:24
7461         Log: Update Changes.
7462      Branch: perl
7463            ! Changes patchlevel.h
7464 ____________________________________________________________________________
7465 [  9472] By: jhi                                   on 2001/03/30  15:16:08
7466         Log: Integrate perlio.
7467      Branch: perl
7468           !> t/lib/cwd.t t/lib/glob-basic.t
7469 ____________________________________________________________________________
7470 [  9471] By: nick                                  on 2001/03/30  14:47:10
7471         Log: Should be (^O eq 'MSWin32') not 'Win32'
7472              Fail #12 seems real - chdir is in wrong dir.
7473      Branch: perlio
7474            ! t/lib/cwd.t
7475 ____________________________________________________________________________
7476 [  9470] By: jhi                                   on 2001/03/30  14:41:11
7477         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
7478              From: Radu Greab <radu@netsoft.ro>
7479              Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
7480              Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
7481              
7482              Replace #9352.
7483      Branch: perl
7484            ! ext/Socket/Socket.xs pp_sys.c
7485 ____________________________________________________________________________
7486 [  9469] By: jhi                                   on 2001/03/30  14:37:51
7487         Log: Subject: PATCH pod/perldiag.pod
7488              From: Robin Houston <robin@kitsite.com>
7489              Date: Fri, 30 Mar 2001 14:10:36 +0100
7490              Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
7491      Branch: perl
7492            ! pod/perldiag.pod t/lib/glob-basic.t
7493 ____________________________________________________________________________
7494 [  9468] By: jhi                                   on 2001/03/30  14:36:36
7495         Log: Subject: Better diagnostic in io/fs.t
7496              From: andreas.koenig@anima.de (Andreas J. Koenig)
7497              Date: 30 Mar 2001 10:11:43 +0200
7498              Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
7499      Branch: perl
7500            ! t/io/fs.t
7501 ____________________________________________________________________________
7502 [  9467] By: nick                                  on 2001/03/30  14:25:43
7503         Log: Skip order test of glob if case-ignoring system cannot 
7504              create a.test and A.test
7505      Branch: perlio
7506            ! t/lib/glob-basic.t
7507 ____________________________________________________________________________
7508 [  9466] By: nick                                  on 2001/03/30  13:03:12
7509         Log: Integrate mainline.
7510      Branch: perlio
7511            - ext/re/hints/aix.pl
7512           !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
7513           !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
7514           !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
7515           !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
7516 ____________________________________________________________________________
7517 [  9465] By: jhi                                   on 2001/03/30  03:53:37
7518         Log: Add timeouts to the tests.  (In AIX 4.3.1.0 + vac 5.0.0.0
7519              the tests sometimes hang, sometimes not.)
7520      Branch: perl
7521            ! t/lib/io_multihomed.t t/lib/io_sock.t
7522 ____________________________________________________________________________
7523 [  9464] By: jhi                                   on 2001/03/30  02:56:04
7524         Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
7525              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
7526              Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
7527              Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
7528      Branch: perl
7529            ! op.c
7530 ____________________________________________________________________________
7531 [  9463] By: jhi                                   on 2001/03/30  02:34:48
7532         Log: Test for #9462.
7533      Branch: perl
7534            ! t/lib/b.t
7535 ____________________________________________________________________________
7536 [  9462] By: jhi                                   on 2001/03/30  02:29:37
7537         Log: Subject: B::Deparse precedence bug. (Patch included.)
7538              From: Jeremy Madea <jmadea@inktomi.com>
7539              Date: Thu, 29 Mar 2001 12:05:02 -0800
7540              Message-ID: <20010329120502.A24881@dr.inktomi.com>
7541      Branch: perl
7542            ! ext/B/B/Deparse.pm
7543 ____________________________________________________________________________
7544 [  9461] By: jhi                                   on 2001/03/30  02:18:41
7545         Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
7546              From: Peter Prymmer <pvhp@forte.com>
7547              Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
7548              Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
7549      Branch: perl
7550            ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
7551            ! t/lib/md5-file.t
7552 ____________________________________________________________________________
7553 [  9460] By: jhi                                   on 2001/03/30  02:17:07
7554         Log: Subject: PATCH: B::Debug should show LOOP-specific fields
7555              From: Robin Houston <robin@kitsite.com>
7556              Date: Thu, 29 Mar 2001 20:47:56 +0100
7557              Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
7558      Branch: perl
7559            ! ext/B/B/Debug.pm
7560 ____________________________________________________________________________
7561 [  9459] By: jhi                                   on 2001/03/30  02:16:05
7562         Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
7563              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
7564              Date: Wed, 28 Mar 2001 18:02:20 -0600
7565              Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
7566      Branch: perl
7567            ! lib/ExtUtils/MM_VMS.pm
7568 ____________________________________________________________________________
7569 [  9458] By: jhi                                   on 2001/03/30  02:07:58
7570         Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
7571              From: "Joshua E. Rodd" <jrodd@pbs.org>
7572              Date: Wed, 28 Mar 2001 17:29:12 -0500
7573              Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
7574      Branch: perl
7575            ! pod/perlop.pod
7576 ____________________________________________________________________________
7577 [  9457] By: jhi                                   on 2001/03/30  02:04:33
7578         Log: Subject: ext/re/aix.pl can go
7579              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7580              Date: Thu, 29 Mar 2001 12:03:28 +0200
7581              Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
7582      Branch: perl
7583            - ext/re/hints/aix.pl
7584            ! MANIFEST
7585 ____________________________________________________________________________
7586 [  9456] By: jhi                                   on 2001/03/30  02:03:32
7587         Log: Integrate perlio.
7588      Branch: perl
7589           !> ext/Encode/Encode.xs installperl
7590 ____________________________________________________________________________
7591 [  9455] By: nick                                  on 2001/03/29  21:11:46
7592         Log: DLL name has changed so installperl needs to know
7593              (Why isn't it working it out or passed it?)
7594      Branch: perlio
7595            ! installperl
7596 ____________________________________________________________________________
7597 [  9454] By: nick                                  on 2001/03/29  20:56:12
7598         Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
7599              and we don't get undef warnings.
7600      Branch: perlio
7601            ! ext/Encode/Encode.xs
7602 ____________________________________________________________________________
7603 [  9453] By: nick                                  on 2001/03/29  17:58:48
7604         Log: Integrate mainline
7605      Branch: perlio
7606           !> Changes patchlevel.h
7607 ____________________________________________________________________________
7608 [  9452] By: jhi                                   on 2001/03/29  16:44:55
7609         Log: Update Changes.
7610      Branch: perl
7611            ! Changes patchlevel.h
7612 ____________________________________________________________________________
7613 [  9451] By: nick                                  on 2001/03/29  16:31:38
7614         Log: Integrate mainline
7615      Branch: perlio
7616           !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
7617           !> ext/Encode/Encode.xs ext/Storable/Storable.xs
7618           !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
7619           !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
7620           !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
7621 ____________________________________________________________________________
7622 [  9450] By: jhi                                   on 2001/03/29  16:29:17
7623         Log: Integrate perlio.
7624      Branch: perl
7625           !> win32/buildext.pl
7626 ____________________________________________________________________________
7627 [  9449] By: jhi                                   on 2001/03/29  15:50:01
7628         Log: Update Changes.
7629      Branch: perl
7630            ! Changes patchlevel.h
7631 ____________________________________________________________________________
7632 [  9448] By: nick                                  on 2001/03/29  15:47:15
7633         Log: Make sure buildext.pl finds Errno.pm
7634      Branch: perlio
7635            ! win32/buildext.pl
7636 ____________________________________________________________________________
7637 [  9447] By: jhi                                   on 2001/03/29  15:39:34
7638         Log: Integrate perlio.
7639      Branch: perl
7640           !> win32/makefile.mk
7641 ____________________________________________________________________________
7642 [  9446] By: nick                                  on 2001/03/29  15:30:03
7643         Log: Integrate win32/makefile.mk with mainline.
7644      Branch: perlio
7645           !> win32/makefile.mk
7646 ____________________________________________________________________________
7647 [  9445] By: nick                                  on 2001/03/29  15:27:32
7648         Log: Fix breakage ... 
7649      Branch: perlio
7650            ! win32/makefile.mk
7651 ____________________________________________________________________________
7652 [  9444] By: jhi                                   on 2001/03/29  15:03:08
7653         Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
7654              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
7655              Date: Thu, 29 Mar 2001 10:32:59 +0400
7656              Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
7657      Branch: perl
7658            ! win32/makefile.mk
7659 ____________________________________________________________________________
7660 [  9443] By: jhi                                   on 2001/03/29  15:02:12
7661         Log: Integrate perlio.
7662      Branch: perl
7663           +> win32/buildext.pl
7664           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
7665           !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
7666 ____________________________________________________________________________
7667 [  9442] By: nick                                  on 2001/03/29  14:59:11
7668         Log: Work in progress - determine win32 extensions to build via script.
7669      Branch: perlio
7670            + win32/buildext.pl
7671            ! MANIFEST win32/makefile.mk
7672 ____________________________________________________________________________
7673 [  9441] By: jhi                                   on 2001/03/29  14:51:47
7674         Log: Reintroduce the use of external pwd.
7675      Branch: perl
7676            ! t/lib/cwd.t
7677 ____________________________________________________________________________
7678 [  9440] By: jhi                                   on 2001/03/29  14:42:58
7679         Log: use warnings instead of -w.
7680      Branch: perl
7681            ! utils/h2xs.PL
7682 ____________________________________________________________________________
7683 [  9439] By: jhi                                   on 2001/03/29  14:41:52
7684         Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
7685              From: Jonathan Stowe <gellyfish@gellyfish.com>
7686              Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
7687              Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
7688      Branch: perl
7689            ! utils/h2xs.PL
7690 ____________________________________________________________________________
7691 [  9438] By: jhi                                   on 2001/03/29  14:39:38
7692         Log: Subject: [PATCH perl@9424] minor pod nits
7693              From: Robin Barker <rmb1@cise.npl.co.uk>
7694              Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
7695              Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
7696      Branch: perl
7697            ! pod/perlhack.pod pod/perliol.pod
7698 ____________________________________________________________________________
7699 [  9437] By: jhi                                   on 2001/03/29  14:29:16
7700         Log: Subject: [PATCH perl@9424] typemap cast warning
7701              From: Robin Barker <rmb1@cise.npl.co.uk>
7702              Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
7703              Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
7704      Branch: perl
7705            ! lib/ExtUtils/typemap
7706 ____________________________________________________________________________
7707 [  9436] By: jhi                                   on 2001/03/29  14:26:03
7708         Log: Subject: [PATCH perl@9424] printf warning
7709              From: Robin Barker <rmb1@cise.npl.co.uk>
7710              Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
7711              Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
7712      Branch: perl
7713            ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
7714            ! ext/Storable/Storable.xs toke.c
7715 ____________________________________________________________________________
7716 [  9435] By: nick                                  on 2001/03/29  14:23:31
7717         Log: Win32 has name conflict with ERROR
7718      Branch: perlio
7719            ! ext/PerlIO/Via/Via.xs
7720 ____________________________________________________________________________
7721 [  9434] By: jhi                                   on 2001/03/29  14:17:48
7722         Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
7723              From: Peter Prymmer <pvhp@forte.com>
7724              Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
7725              Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
7726      Branch: perl
7727            ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
7728 ____________________________________________________________________________
7729 [  9433] By: jhi                                   on 2001/03/29  13:52:44
7730         Log: test-prep target was missing.
7731      Branch: perl
7732            ! Makefile.SH
7733 ____________________________________________________________________________
7734 [  9432] By: nick                                  on 2001/03/29  12:40:03
7735         Log: Make as-shipped compiler default to MSVC6 
7736      Branch: perlio
7737            ! win32/makefile.mk
7738 ____________________________________________________________________________
7739 [  9431] By: nick                                  on 2001/03/29  12:12:16
7740         Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
7741              akin to PerlIO::Scalar.
7742      Branch: perlio
7743            ! perlio.c perlio.h
7744 ____________________________________________________________________________
7745 [  9430] By: nick                                  on 2001/03/29  10:56:35
7746         Log: Integrate mainline.
7747      Branch: perlio
7748           !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
7749           !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
7750           !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
7751           !> win32/makefile.mk win32/win32sck.c
7752 ____________________________________________________________________________
7753 [  9429] By: nick                                  on 2001/03/29  09:03:43
7754         Log: Noticed that two tests were skipped as perlio:: package
7755              isn't there any more. Changed the skip condition.
7756              Avoid core-dump if sv_utf8_upgrade() called on something
7757              that does not become SvPOK after SvPV() (e.g. a ref).
7758      Branch: perlio
7759            ! sv.c t/io/utf8.t t/lib/io_scalar.t
7760 ____________________________________________________________________________
7761 [  9428] By: jhi                                   on 2001/03/29  01:31:47
7762         Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
7763              From: Benjamin Sugars <bsugars@canoe.ca> 
7764              Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
7765              Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
7766      Branch: perl
7767            ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
7768            ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
7769            ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
7770 ____________________________________________________________________________
7771 [  9427] By: jhi                                   on 2001/03/29  00:49:30
7772         Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
7773              From: "Vadim Konovalov" <watman@inbox.ru>
7774              Date: Thu, 29 Mar 2001 01:50:12 +0400
7775              Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
7776      Branch: perl
7777            ! win32/makefile.mk win32/win32sck.c
7778 ____________________________________________________________________________
7779 [  9426] By: gsar                                  on 2001/03/29  00:28:04
7780         Log: dmake can only handle == and != in comparisons; support building
7781              with Borland's VCL libraries (from Vadim Konovalov)
7782      Branch: maint-5.6/perl
7783            ! win32/makefile.mk
7784 ____________________________________________________________________________
7785 [  9425] By: nick                                  on 2001/03/28  19:29:56
7786         Log: Integrate (@snapshot)
7787      Branch: perlio
7788           !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
7789 ____________________________________________________________________________
7790 [  9424] By: jhi                                   on 2001/03/28  19:03:16
7791         Log: Update Changes.
7792      Branch: perl
7793            ! Changes patchlevel.h
7794 ____________________________________________________________________________
7795 [  9423] By: jhi                                   on 2001/03/28  18:52:09
7796         Log: Rmdir lib/XS on cleanup.
7797      Branch: perl
7798            ! Makefile.SH
7799 ____________________________________________________________________________
7800 [  9422] By: jhi                                   on 2001/03/28  18:49:34
7801         Log: Integrate perlio.
7802      Branch: perl
7803           !> t/op/utf8decode.t
7804 ____________________________________________________________________________
7805 [  9421] By: nick                                  on 2001/03/28  18:46:44
7806         Log: Loose duplicate chunk.
7807      Branch: perlio
7808            ! t/op/utf8decode.t
7809 ____________________________________________________________________________
7810 [  9420] By: nick                                  on 2001/03/28  18:44:11
7811         Log: Integrate mainline.
7812      Branch: perlio
7813           !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
7814           !> vms/vmsish.h
7815 ____________________________________________________________________________
7816 [  9419] By: jhi                                   on 2001/03/28  18:42:05
7817         Log: Can't trust external pwds
7818              (either shell builtins or external programs)
7819      Branch: perl
7820            ! t/lib/cwd.t
7821 ____________________________________________________________________________
7822 [  9418] By: jhi                                   on 2001/03/28  18:34:05
7823         Log: Integrate perlio.
7824      Branch: perl
7825            - lib/perlio.pm
7826           !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
7827           !> t/op/utf8decode.t
7828 ____________________________________________________________________________
7829 [  9417] By: nick                                  on 2001/03/28  18:24:02
7830         Log: PerlIO.pm / perlio.pm conflict.
7831              Update some pods.
7832              Make t/op/utf8decode.t a text file.
7833      Branch: perlio
7834            - lib/perlio.pm
7835            ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
7836            ! t/op/utf8decode.t
7837 ____________________________________________________________________________
7838 [  9416] By: jhi                                   on 2001/03/28  18:06:07
7839         Log: Integrate change #9409 from mainline to maintperl.
7840              
7841              Yet another tweak on AIX dynaloading.
7842      Branch: maint-5.6/perl
7843           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
7844 ____________________________________________________________________________
7845 [  9415] By: gsar                                  on 2001/03/28  17:13:01
7846         Log: integrate changes#9377,9385,9401 from mainline
7847              
7848              Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
7849              
7850              If directory entries compare equal case-insensitively,
7851              retry case-sensitively.
7852              
7853              Subject: [PATCH] B::Terse and warnings
7854      Branch: maint-5.6/perl
7855           !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
7856           !> t/pragma/warn/perl
7857 ____________________________________________________________________________
7858 [  9414] By: jhi                                   on 2001/03/28  17:11:12
7859         Log: Subject: [PATCH perl@9359] VMS fix-ups and status
7860              From: "Craig A. Berry" <craigberry@mac.com>
7861              Date: Wed, 28 Mar 2001 10:55:20 -0600
7862              Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
7863      Branch: perl
7864            ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
7865 ____________________________________________________________________________
7866 [  9413] By: jhi                                   on 2001/03/28  17:03:12
7867         Log: Dup hunk.
7868      Branch: perl
7869            ! t/op/utf8decode.t
7870 ____________________________________________________________________________
7871 [  9412] By: jhi                                   on 2001/03/28  17:02:36
7872         Log: Forced integrate from perlio.
7873      Branch: perl
7874           !> t/op/utf8decode.t
7875 ____________________________________________________________________________
7876 [  9411] By: nick                                  on 2001/03/28  16:50:03
7877         Log: Integrate mainline.
7878      Branch: perlio
7879           +> t/lib/cwd.t
7880           !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
7881           !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
7882           !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
7883           !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
7884           !> t/pragma/warn/perl
7885 ____________________________________________________________________________
7886 [  9410] By: jhi                                   on 2001/03/28  16:44:23
7887         Log: Subject: Re: [PATCH] 9403 cannot be tested
7888              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7889              Date: Wed, 28 Mar 2001 18:33:56 +0200
7890              Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
7891      Branch: perl
7892            ! makedef.pl
7893 ____________________________________________________________________________
7894 [  9409] By: jhi                                   on 2001/03/28  16:12:45
7895         Log: Yet another tweak on AIX dynaloading.
7896      Branch: perl
7897            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
7898 ____________________________________________________________________________
7899 [  9408] By: jhi                                   on 2001/03/28  15:52:55
7900         Log: Subject: [PATCH] 9403 cannot be tested
7901              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
7902              Date: Wed, 28 Mar 2001 17:23:00 +0200
7903              Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
7904              
7905              A missing symbol.
7906      Branch: perl
7907            ! makedef.pl
7908 ____________________________________________________________________________
7909 [  9407] By: jhi                                   on 2001/03/28  15:47:43
7910         Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
7911      Branch: perl
7912            ! t/op/utf8decode.t
7913           !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
7914           !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
7915 ____________________________________________________________________________
7916 [  9406] By: jhi                                   on 2001/03/28  15:37:08
7917         Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
7918              From: Benjamin Sugars <bsugars@canoe.ca> 
7919              Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
7920              Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
7921      Branch: perl
7922            + t/lib/cwd.t
7923            ! MANIFEST
7924 ____________________________________________________________________________
7925 [  9405] By: jhi                                   on 2001/03/28  15:13:18
7926         Log: pp_ne() needs a CORRECT boolean.
7927      Branch: perl
7928            ! pp.c
7929 ____________________________________________________________________________
7930 [  9404] By: jhi                                   on 2001/03/28  15:09:23
7931         Log: pp_ne() needs a boolean, not an integer.
7932      Branch: perl
7933            ! pp.c
7934 ____________________________________________________________________________
7935 [  9403] By: jhi                                   on 2001/03/28  14:47:43
7936         Log: (Retracted by #9404.)
7937      Branch: perl
7938            ! pp.c
7939 ____________________________________________________________________________
7940 [  9402] By: jhi                                   on 2001/03/28  14:43:59
7941         Log: Subject: Re: [PATCH] Typemap testing
7942              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
7943              Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
7944              Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
7945      Branch: perl
7946            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
7947            ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
7948 ____________________________________________________________________________
7949 [  9401] By: jhi                                   on 2001/03/28  14:42:14
7950         Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
7951              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
7952              Date: Sun, 25 Mar 2001 21:59:15 +0100
7953              Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
7954              
7955              A variable will be checked for the "use once" warnings if:
7956              
7957              1. It is in the scope of a use warnings 'once'
7958              2. It isn't in the scope of the warnings pragma at all AND $^W is set.
7959              
7960              Otherwise it won't be checked at all.
7961              
7962              Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
7963              
7964              The enclosed patch partially fixes this issue. What I didn't
7965              get to work was the case where the "used once" warning is enabled
7966              in any file other than the main file.
7967      Branch: perl
7968            ! gv.c t/pragma/warn/perl
7969 ____________________________________________________________________________
7970 [  9400] By: nick                                  on 2001/03/28  14:38:24
7971         Log: More EBCDIC tweaks:
7972              - one more swash issue &~(0xA0-1) did not do the right thing,
7973              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
7974              - add "use re 'asciirange'" to make [!-~] etc. work
7975              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
7976              - Choose a key for t/op/each.t test which gets encoded.
7977              - Skip utf8decode if this is UTF-EBCDIC.
7978      Branch: perlio
7979            ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
7980            ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
7981 ____________________________________________________________________________
7982 [  9399] By: jhi                                   on 2001/03/28  14:21:00
7983         Log: Extend the SvROK() testing also to pp_ne(), pointed out by
7984              Andreas Schwab.
7985      Branch: perl
7986            ! pp.c
7987 ____________________________________________________________________________
7988 [  9398] By: jhi                                   on 2001/03/28  00:55:56
7989         Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
7990              From: David Dyck <dcd@tc.fluke.com>
7991              Date: Tue, 27 Mar 2001 15:16:24 -0800
7992              Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
7993      Branch: perl
7994            ! ext/IO/lib/IO/Socket.pm
7995 ____________________________________________________________________________
7996 [  9397] By: jhi                                   on 2001/03/27  21:52:49
7997         Log: Integrate perlio.
7998      Branch: perl
7999           +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
8000           +> ext/PerlIO/Via/Via.xs
8001           !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
8002 ____________________________________________________________________________
8003 [  9396] By: nick                                  on 2001/03/27  21:45:13
8004         Log: Integrate mainline.
8005      Branch: perlio
8006           !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
8007           !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
8008 ____________________________________________________________________________
8009 [  9395] By: nick                                  on 2001/03/27  21:18:58
8010         Log: Outline docs for PerlIO and PerlIO::Scalar
8011      Branch: perlio
8012            ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
8013 ____________________________________________________________________________
8014 [  9394] By: nick                                  on 2001/03/27  20:50:13
8015         Log: PerlIO::Via layer (alpha-ish).
8016      Branch: perlio
8017            + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
8018            + ext/PerlIO/Via/Via.xs
8019            ! MANIFEST
8020 ____________________________________________________________________________
8021 [  9393] By: jhi                                   on 2001/03/27  20:49:55
8022         Log: Retract #9329 now that 9390 should take care of the matter.
8023      Branch: perl
8024            ! utils/h2xs.PL
8025 ____________________________________________________________________________
8026 [  9390] By: jhi                                   on 2001/03/27  20:47:50
8027         Log: Subject: Autoloading Errno.pm when %! is encountered
8028              From: Robin Houston <robin@kitsite.com>
8029              Date: Tue, 27 Mar 2001 20:57:11 +0100
8030              Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
8031      Branch: perl
8032            ! embed.h embed.pl gv.c proto.h t/op/magic.t
8033 ____________________________________________________________________________
8034 [  9389] By: jhi                                   on 2001/03/27  20:24:31
8035         Log: Integrate perlio.
8036      Branch: perl
8037           !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
8038           !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
8039           !> utf8.c
8040 ____________________________________________________________________________
8041 [  9388] By: jhi                                   on 2001/03/27  20:21:38
8042         Log: Better have a three-element array if one is going to assign
8043              to the third element of that array. (from Tim Jenness)
8044      Branch: perl
8045            ! ext/XS/Typemap/Typemap.xs
8046 ____________________________________________________________________________
8047 [  9387] By: nick                                  on 2001/03/27  20:15:43
8048         Log: Integrate mainline.
8049      Branch: perlio
8050           +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
8051           +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
8052           +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
8053           +> t/lib/xs-typemap.t
8054           !> (integrate 34 files)
8055 ____________________________________________________________________________
8056 [  9386] By: jhi                                   on 2001/03/27  20:04:18
8057         Log: Subject: Re: perl@9359 breaks HTML::Parser
8058              From: Gisle Aas <gisle@ActiveState.com>
8059              Date: 27 Mar 2001 11:30:24 -0800
8060              Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
8061              
8062              Clarify the UTF-8 issues of the API docs.
8063              (Slightly reworded and expanded.)
8064      Branch: perl
8065            ! pod/perlapi.pod sv.c sv.h
8066 ____________________________________________________________________________
8067 [  9385] By: jhi                                   on 2001/03/27  19:44:25
8068         Log: If directory entries compare equal case-insensitively,
8069              retry case-sensitively.
8070      Branch: perl
8071            ! ext/File/Glob/bsd_glob.c
8072 ____________________________________________________________________________
8073 [  9384] By: nick                                  on 2001/03/27  19:38:50
8074         Log: Various EBCDIC fixes:
8075              - major revelation that swash code is encoding aware,
8076              (or thought it was) - now it is ;-)
8077              - With that out of the way fix a slab of tr/// cases.
8078              - Fix Encode 'Unicode' to be true Unicode so tests pass.
8079              - As anticipated Base64.xs needed tweaks.
8080              - Until tr/// works right avoid old_encode64 in MIME tests.
8081      Branch: perlio
8082            ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
8083            ! t/lib/encode.t t/lib/mimeb64.t utf8.c
8084 ____________________________________________________________________________
8085 [  9383] By: jhi                                   on 2001/03/27  18:34:41
8086         Log: Add the std test suite BEGIN block.
8087      Branch: perl
8088            ! t/lib/xs-typemap.t
8089 ____________________________________________________________________________
8090 [  9382] By: jhi                                   on 2001/03/27  15:16:07
8091         Log: Add debugging output to the test.
8092      Branch: perl
8093            ! t/lib/glob-basic.t
8094 ____________________________________________________________________________
8095 [  9381] By: jhi                                   on 2001/03/27  15:08:10
8096         Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
8097      Branch: perl
8098            + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
8099            + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
8100            + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
8101            + t/lib/xs-typemap.t
8102            ! MANIFEST
8103 ____________________________________________________________________________
8104 [  9380] By: jhi                                   on 2001/03/27  14:48:34
8105         Log: Subject: [PATCH] Typemap testing
8106              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
8107              Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
8108              Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
8109              
8110              (The first part of the patch.)
8111      Branch: perl
8112            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
8113 ____________________________________________________________________________
8114 [  9379] By: jhi                                   on 2001/03/27  14:44:56
8115         Log: Subject: Re: [PATCH] t/lib/glob-basic.t  
8116              From: Benjamin Sugars <bsugars@canoe.ca> 
8117              Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
8118              Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
8119      Branch: perl
8120            ! t/lib/glob-basic.t
8121 ____________________________________________________________________________
8122 [  9378] By: jhi                                   on 2001/03/27  14:42:30
8123         Log: Subject: [PATCH] perlvar nit
8124              From: Simon Cozens <simon@netthink.co.uk>
8125              Date: Tue, 27 Mar 2001 01:12:01 +0100
8126              Message-ID: <20010327011201.A19179@netthink.co.uk>
8127      Branch: perl
8128            ! pod/perlvar.pod
8129 ____________________________________________________________________________
8130 [  9377] By: jhi                                   on 2001/03/27  14:36:26
8131         Log: Subject: [PATCH] B::Terse and warnings
8132              From: Benjamin Sugars <ben.sugars@home.com>
8133              Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
8134              Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
8135      Branch: perl
8136            ! ext/B/B.pm ext/B/B/Terse.pm
8137 ____________________________________________________________________________
8138 [  9376] By: jhi                                   on 2001/03/27  14:31:31
8139         Log: Document sockatmark() some.
8140      Branch: perl
8141            ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
8142            ! pod/perltoc.pod
8143 ____________________________________________________________________________
8144 [  9375] By: jhi                                   on 2001/03/27  14:00:24
8145         Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
8146              noted by Gisle and fixed by NI-S.
8147      Branch: perl
8148            ! sv.c
8149 ____________________________________________________________________________
8150 [  9374] By: jhi                                   on 2001/03/27  05:50:01
8151         Log: Regen toc.
8152      Branch: perl
8153            ! pod/perltoc.pod
8154 ____________________________________________________________________________
8155 [  9373] By: jhi                                   on 2001/03/27  05:43:51
8156         Log: Pixie documenting.
8157      Branch: perl
8158            ! Makefile.SH pod/perlhack.pod
8159 ____________________________________________________________________________
8160 [  9372] By: jhi                                   on 2001/03/27  05:29:34
8161         Log: Metaconfig unit changes for #9371.
8162      Branch: metaconfig
8163            ! U/modified/myhostname.U
8164      Branch: metaconfig/U/perl
8165            + d_sockatmark.U
8166            ! gccvers.U
8167 ____________________________________________________________________________
8168 [  9371] By: jhi                                   on 2001/03/27  05:29:07
8169         Log: Add sockatmark() probing.
8170      Branch: perl
8171            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8172            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
8173            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
8174            ! vos/config.ga.h win32/config.bc win32/config.gc
8175            ! win32/config.vc
8176 ____________________________________________________________________________
8177 [  9370] By: jhi                                   on 2001/03/26  22:01:18
8178         Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
8179              Really need to benchmark this.
8180      Branch: perl
8181            ! pp.c
8182 ____________________________________________________________________________
8183 [  9369] By: nick                                  on 2001/03/26  21:59:30
8184         Log: Integrate mainline.
8185      Branch: perlio
8186            ! ext/MIME/Base64/QuotedPrint.pm
8187           !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
8188           !> patchlevel.h pod/perlhack.pod pp_sys.c
8189 ____________________________________________________________________________
8190 [  9368] By: jhi                                   on 2001/03/26  21:47:03
8191         Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
8192              
8193              TODO1: perlbench.
8194              TODO2: le, lt, ge, gt?  Yech.
8195      Branch: perl
8196            ! pp.c
8197 ____________________________________________________________________________
8198 [  9367] By: jhi                                   on 2001/03/26  21:34:57
8199         Log: Too much cut-and-paste in #9363.
8200      Branch: perl
8201            ! pp_sys.c
8202 ____________________________________________________________________________
8203 [  9366] By: jhi                                   on 2001/03/26  21:20:53
8204         Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
8205              From: Andreas Schwab <schwab@suse.de>
8206              Date: 26 Mar 2001 17:29:04 +0200
8207              Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
8208              
8209              (The patch for 5.6.0 or so, this is a guess for bleadperl)
8210      Branch: perl
8211            ! pp_hot.c
8212 ____________________________________________________________________________
8213 [  9365] By: jhi                                   on 2001/03/26  21:07:54
8214         Log: Integrate perlio.
8215      Branch: perl
8216           !> perlio.c
8217 ____________________________________________________________________________
8218 [  9364] By: nick                                  on 2001/03/26  20:30:48
8219         Log: REFCNT botch in layer name cache hash.
8220      Branch: perlio
8221            ! perlio.c
8222 ____________________________________________________________________________
8223 [  9363] By: jhi                                   on 2001/03/26  18:44:32
8224         Log: Subject: [PATCH] socket() leaks file descriptors
8225              From: Benjamin Sugars <bsugars@canoe.ca>
8226              Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
8227              Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
8228              
8229              Also sockpair() fixed similarly.
8230      Branch: perl
8231            ! pp_sys.c
8232 ____________________________________________________________________________
8233 [  9362] By: jhi                                   on 2001/03/26  18:37:52
8234         Log: Integrate perlio.
8235      Branch: perl
8236           !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
8237 ____________________________________________________________________________
8238 [  9361] By: nick                                  on 2001/03/26  17:32:06
8239         Log: Implement flush of linebuffered streams on read of a tty.
8240      Branch: perlio
8241            ! perlio.c perliol.h
8242 ____________________________________________________________________________
8243 [  9360] By: nick                                  on 2001/03/26  17:12:32
8244         Log: Memory tweaks and notes for OEMVS.
8245      Branch: perlio
8246            ! README.os390 miniperlmain.c t/op/pat.t
8247 ____________________________________________________________________________
8248 [  9359] By: jhi                                   on 2001/03/26  02:12:54
8249         Log: Update Changes.
8250      Branch: perl
8251            ! Changes patchlevel.h
8252 ____________________________________________________________________________
8253 [  9358] By: jhi                                   on 2001/03/26  02:05:32
8254         Log: Document the most common pixie options.
8255      Branch: perl
8256            ! pod/perlhack.pod
8257 ____________________________________________________________________________
8258 [  9357] By: jhi                                   on 2001/03/26  01:25:28
8259         Log: For perl.pixie check *before* compiling that optimize is -g,
8260              as for perl.third.
8261      Branch: perl
8262            ! Makefile.SH
8263 ____________________________________________________________________________
8264 [  9356] By: jhi                                   on 2001/03/26  01:13:41
8265         Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
8266      Branch: perl
8267            ! Makefile.SH
8268 ____________________________________________________________________________
8269 [  9355] By: jhi                                   on 2001/03/26  01:11:19
8270         Log: Remove t/perl.third.
8271      Branch: perl
8272            ! Makefile.SH
8273 ____________________________________________________________________________
8274 [  9354] By: jhi                                   on 2001/03/26  00:23:38
8275         Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
8276              IO::Sockatmark().
8277      Branch: perl
8278            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
8279 ____________________________________________________________________________
8280 [  9353] By: jhi                                   on 2001/03/25  22:25:04
8281         Log: Integrate perlio.
8282      Branch: perl
8283           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
8284           !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
8285           !> pp_hot.c win32/makefile.mk
8286 ____________________________________________________________________________
8287 [  9352] By: jhi                                   on 2001/03/25  22:21:41
8288         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
8289              From: Radu Greab <radu@netsoft.ro>
8290              Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
8291              Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
8292      Branch: perl
8293            ! pp_sys.c
8294 ____________________________________________________________________________
8295 [  9351] By: nick                                  on 2001/03/25  22:15:02
8296         Log: Fix readline in list mode to tell rest of world that it has
8297              things on the stack. Otherwise if perl code gets invoked
8298              underneath it it scribbles over results-so-far.
8299              (Why TIEHANDLE has not tripped on this is a mystery.)
8300      Branch: perlio
8301            ! pp_hot.c
8302 ____________________________________________________________________________
8303 [  9350] By: nick                                  on 2001/03/25  22:10:13
8304         Log: win32/makefile.mk typos
8305      Branch: perlio
8306            ! win32/makefile.mk
8307 ____________________________________________________________________________
8308 [  9349] By: nick                                  on 2001/03/25  21:31:14
8309         Log: Integrate now-non-binary file.
8310      Branch: perlio
8311           !> t/lib/mimeqp.t
8312 ____________________________________________________________________________
8313 [  9348] By: nick                                  on 2001/03/25  21:27:24
8314         Log: Make it text
8315      Branch: perlio
8316            ! t/lib/mimeqp.t
8317 ____________________________________________________________________________
8318 [  9347] By: nick                                  on 2001/03/25  21:25:37
8319         Log: Integrate mainline.
8320      Branch: perlio
8321           !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
8322           !> lib/Term/ReadLine.pm t/lib/md5-file.t
8323 ____________________________________________________________________________
8324 [  9346] By: nick                                  on 2001/03/25  20:58:15
8325         Log: Add destruct time hook to PerlIO (for work-in-process implementing
8326              layers in perl code. In such cases layers need to be popped before
8327              we loose the ability to run perl code.)
8328              Also back-out "PerlIO::object" hook - it isn't going to work like that...
8329      Branch: perlio
8330            ! perl.c perlio.c perlio.h perliol.h
8331 ____________________________________________________________________________
8332 [  9345] By: nick                                  on 2001/03/25  20:49:11
8333         Log: Avoid at leasy one of undefined warnings in Encode.
8334      Branch: perlio
8335            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
8336 ____________________________________________________________________________
8337 [  9344] By: jhi                                   on 2001/03/25  20:37:43
8338         Log: A workaround for using Term::ReadLine in emacs minibuffer
8339              from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
8340              additional tweaks from Ilya Zakharevich.
8341      Branch: perl
8342            ! lib/Term/ReadLine.pm
8343 ____________________________________________________________________________
8344 [  9343] By: nick                                  on 2001/03/25  20:21:14
8345         Log: Missing return value.
8346      Branch: perlio
8347            ! ext/PerlIO/Scalar/Scalar.xs
8348 ____________________________________________________________________________
8349 [  9342] By: jhi                                   on 2001/03/25  16:21:00
8350         Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
8351              to equal the CPAN versions since no code changes have been made.
8352      Branch: perl
8353            ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
8354            ! t/lib/md5-file.t
8355 ____________________________________________________________________________
8356 [  9341] By: jhi                                   on 2001/03/25  16:01:48
8357         Log: Escape 8-bit characters.
8358      Branch: perl
8359            ! t/lib/mimeqp.t
8360 ____________________________________________________________________________
8361 [  9340] By: gsar                                  on 2001/03/25  15:50:53
8362         Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
8363              chars)
8364      Branch: perl
8365            + t/lib/mimeqp.t
8366 ____________________________________________________________________________
8367 [  9339] By: gsar                                  on 2001/03/25  15:48:50
8368         Log: delete mimeqp.t for later with text mode set
8369      Branch: perl
8370            - t/lib/mimeqp.t
8371 ____________________________________________________________________________
8372 [  9338] By: nick                                  on 2001/03/25  09:01:57
8373         Log: Integrate mainline.
8374      Branch: perlio
8375           +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
8376           +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
8377           +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
8378           +> t/lib/mimeb64u.t t/lib/mimeqp.t
8379           !> MANIFEST configure.com djgpp/config.over epoc/config.sh
8380           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
8381           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
8382 ____________________________________________________________________________
8383 [  9337] By: jhi                                   on 2001/03/25  04:23:24
8384         Log: Add MIME::Base64 here and there.  Again, a lot of
8385              optimism is in the air.
8386      Branch: perl
8387            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
8388            ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
8389 ____________________________________________________________________________
8390 [  9336] By: jhi                                   on 2001/03/25  04:12:43
8391         Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
8392              this by ear as I do not do Win32 programming.)
8393      Branch: perl
8394            ! win32/Makefile win32/makefile.mk
8395 ____________________________________________________________________________
8396 [  9335] By: jhi                                   on 2001/03/25  04:03:50
8397         Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
8398      Branch: perl
8399            ! t/lib/md5-file.t
8400 ____________________________________________________________________________
8401 [  9334] By: jhi                                   on 2001/03/25  03:58:53
8402         Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
8403      Branch: perl
8404            + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
8405            + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
8406            + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
8407            + t/lib/mimeb64u.t t/lib/mimeqp.t
8408            ! MANIFEST
8409 ____________________________________________________________________________
8410 [  9333] By: jhi                                   on 2001/03/24  20:14:37
8411         Log: Integrate perlio.
8412      Branch: perl
8413           !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
8414 ____________________________________________________________________________
8415 [  9332] By: nick                                  on 2001/03/24  19:40:34
8416         Log: Fix un-init variable leading to spurious "Out of Memory!"
8417      Branch: perlio
8418            ! doio.c
8419 ____________________________________________________________________________
8420 [  9331] By: nick                                  on 2001/03/24  19:09:59
8421         Log: Tweak docs for C<open> (boy does that need wholesale revision...)
8422              and update layers internals doc.
8423      Branch: perlio
8424            ! pod/perlfunc.pod pod/perliol.pod
8425 ____________________________________________________________________________
8426 [  9330] By: jhi                                   on 2001/03/24  18:42:11
8427         Log: The length might be uninitialized garbage if the *svp is the undef.
8428      Branch: perl
8429            ! doio.c
8430 ____________________________________________________________________________
8431 [  9329] By: jhi                                   on 2001/03/24  18:26:57
8432         Log: (Retracted by #9393)
8433
8434              Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
8435              From: Simon Cozens <simon@netthink.co.uk>
8436              Date: Sat, 24 Mar 2001 17:13:17 +0000
8437              Message-ID: <20010324171317.A13406@netthink.co.uk>
8438      Branch: perl
8439            ! utils/h2xs.PL
8440 ____________________________________________________________________________
8441 [  9328] By: nick                                  on 2001/03/24  17:22:02
8442         Log: Integrate mainline.
8443      Branch: perlio
8444           !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
8445           !> lib/unicode/version
8446 ____________________________________________________________________________
8447 [  9327] By: nick                                  on 2001/03/24  17:16:02
8448         Log: Integrate mainline.
8449      Branch: perlio
8450           +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
8451           +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
8452           +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
8453           +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
8454           +> t/lib/md5-file.t
8455           !> MANIFEST Makefile.SH configure.com djgpp/config.over
8456           !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
8457           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
8458           !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
8459           !> win32/makefile.mk
8460 ____________________________________________________________________________
8461 [  9326] By: jhi                                   on 2001/03/24  17:00:42
8462         Log: Upgrade to Unicode 3.1 beta 2001-03-23.
8463      Branch: perl
8464            ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
8465            ! lib/unicode/version
8466 ____________________________________________________________________________
8467 [  9325] By: jhi                                   on 2001/03/24  16:22:33
8468         Log: Subject: Re: B::Deparse bug (5.6.0)
8469              From: Robin Houston <robin@kitsite.com>
8470              Date: Sat, 24 Mar 2001 14:33:09 +0000
8471              Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
8472      Branch: perl
8473            ! op.c pp.c t/lib/b.t t/op/repeat.t
8474 ____________________________________________________________________________
8475 [  9324] By: jhi                                   on 2001/03/24  16:21:56
8476         Log: Boldly add extensions to be built to VMS, EPOC, UTS,
8477              U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
8478              these additions may be too optimistic.
8479      Branch: perl
8480            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
8481            ! hints/uwin.sh hints/vmesa.sh
8482 ____________________________________________________________________________
8483 [  9323] By: jhi                                   on 2001/03/24  16:06:01
8484         Log: Integrate perlio.
8485      Branch: perl
8486           +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
8487           +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
8488            ! Makefile.SH
8489           !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
8490           !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
8491           !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
8492           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
8493           !> win32/makefile.mk win32/perlhost.h win32/win32.c
8494           !> win32/win32iop.h
8495 ____________________________________________________________________________
8496 [  9322] By: nick                                  on 2001/03/24  14:39:12
8497         Log: Routine Win32 regen_config_h - no real changes.
8498      Branch: perlio
8499            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
8500 ____________________________________________________________________________
8501 [  9321] By: nick                                  on 2001/03/24  14:31:49
8502         Log: PerlIO fixups for Win32:
8503              - provide win33_popenlist() - non-functional as yet.
8504              - avoid need for aTHX in PerlIO_debug calls - even if not 
8505              enabled args are still evaluated so Win32 has trouble during fork().
8506              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
8507              - Fixup makedef.pl for latest set of symbols.
8508      Branch: perlio
8509            ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
8510            ! win32/perlhost.h win32/win32.c win32/win32iop.h
8511 ____________________________________________________________________________
8512 [  9320] By: nick                                  on 2001/03/24  14:26:58
8513         Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
8514              was gibberish - broke it on WIn32 at least.
8515      Branch: perlio
8516            ! ext/POSIX/POSIX.xs
8517 ____________________________________________________________________________
8518 [  9319] By: nick                                  on 2001/03/24  11:29:41
8519         Log: Generated files.
8520      Branch: perlio
8521            ! embed.h global.sym objXSUB.h perlapi.c proto.h
8522 ____________________________________________________________________________
8523 [  9318] By: nick                                  on 2001/03/24  10:29:37
8524         Log: Implement:
8525              1.  open($fh,"+<",undef);  # add test to t/io/open.t
8526              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
8527      Branch: perlio
8528            + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
8529            + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
8530            ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
8531            ! t/io/open.t t/io/utf8.t
8532 ____________________________________________________________________________
8533 [  9317] By: jhi                                   on 2001/03/23  23:41:25
8534         Log: AIX does seems to have optimization problems with its C compilers.
8535      Branch: perl
8536            ! hints/aix.sh
8537 ____________________________________________________________________________
8538 [  9316] By: jhi                                   on 2001/03/23  23:40:46
8539         Log: Integrate perlio.
8540      Branch: perl
8541           +> lib/PerlIO.pm
8542           !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
8543           !> perliol.h
8544 ____________________________________________________________________________
8545 [  9315] By: jhi                                   on 2001/03/23  22:16:30
8546         Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
8547      Branch: perl
8548            ! t/lib/md5-file.t
8549 ____________________________________________________________________________
8550 [  9314] By: nick                                  on 2001/03/23  20:49:02
8551         Log: Perlio internals re-organized.
8552              - open process creates AV of layer/arg pairs
8553              (appends layers from open() or open.pm to default list).
8554              - push arg is now an SV.
8555              - layer ->Open get passed the AV
8556              - open is no longer mandatory method.
8557              - topmost layer that has ->Open method does the open
8558              - any layers above are pushed once that returns.
8559              - vtable re-ordered so dummy layers need only provide push/pop methods.
8560      Branch: perlio
8561            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
8562 ____________________________________________________________________________
8563 [  9313] By: nick                                  on 2001/03/23  16:27:41
8564         Log: Check in a stable (working) version before next round of tweaks.
8565              Changes include:
8566              - Move default layers code out of doio.c and into perlio.c
8567              - Single routine for parsing layer specification strings.
8568              - Skeleton support for demand loading of layers
8569              - Core-dump avoidance if PERLIO environment specifies loadable layer
8570              (does not _work_ as need IO to load and need load to do IO ...)
8571      Branch: perlio
8572            + lib/PerlIO.pm
8573            ! MANIFEST doio.c perlio.c
8574 ____________________________________________________________________________
8575 [  9312] By: gsar                                  on 2001/03/23  16:25:25
8576         Log: add execute bit to files with shebang lines in the repository;
8577              avoid clobbering execute bit in Porting/makerel 
8578      Branch: maint-5.6/perl
8579            ! (edit 144 files)
8580 ____________________________________________________________________________
8581 [  9311] By: jhi                                   on 2001/03/23  14:25:35
8582         Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
8583      Branch: perl
8584            ! MANIFEST
8585 ____________________________________________________________________________
8586 [  9310] By: jhi                                   on 2001/03/23  13:45:04
8587         Log: Subject: [PATCH] Net::Ping
8588              From: Colin McMillen <mcmi0037@tc.umn.edu>
8589              Date: Thu, 22 Mar 2001 19:30:31 -0600
8590              Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
8591      Branch: perl
8592            ! lib/Net/Ping.pm
8593 ____________________________________________________________________________
8594 [  9309] By: jhi                                   on 2001/03/23  13:39:13
8595         Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
8596      Branch: perl
8597            ! t/lib/md5-aaa.t t/lib/md5-file.t
8598 ____________________________________________________________________________
8599 [  9308] By: jhi                                   on 2001/03/23  13:20:34
8600         Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
8601              - bump the version to 2.14
8602              - drop the base64 tests since they require MIME::Base64
8603              - drop the rfc1321.txt
8604              - drop the hints/dec_osf.pl since it's only needed for
8605              pre-5.005_03 Perls
8606              Todo:
8607              - the U32 alignment testing is now removed; it needs to
8608              be reintroduced as as a Config variable (meaning also
8609              as a Configure test)
8610              - get the new EBCDIC md5sum for MD5.pm
8611              - test in Win32 to see how badly I botched the makefiles
8612      Branch: perl
8613            + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
8614            + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
8615            + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
8616            + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
8617            + t/lib/md5-file.t
8618            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
8619            ! win32/Makefile win32/makefile.mk
8620 ____________________________________________________________________________
8621 [  9307] By: jhi                                   on 2001/03/23  12:56:14
8622         Log: Integrate change #9306 from maintperl into mainline,
8623              AIX dynaloader for AIXes without <load.h>.
8624      Branch: perl
8625           !> ext/DynaLoader/hints/aix.pl
8626 ____________________________________________________________________________
8627 [  9306] By: jhi                                   on 2001/03/23  12:51:36
8628         Log: There are AIXes without /usr/include/load.h,
8629              patch from H.Merijn Brand.
8630      Branch: maint-5.6/perl
8631            ! ext/DynaLoader/hints/aix.pl
8632 ____________________________________________________________________________
8633 [  9305] By: nick                                  on 2001/03/23  11:00:42
8634         Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
8635      Branch: perlio
8636            ! ext/Encode/Encode.xs perlio.c perlio.h
8637 ____________________________________________________________________________
8638 [  9304] By: nick                                  on 2001/03/23  10:20:46
8639         Log: Render -Duseperlio functional again.
8640              - this is "quick fix" which calls PerlIO_apply_layers after opening,
8641              which is what old scheme did. New scheme needs to change that
8642              to make open(...,\$scalar) etc. work but this will do for now.
8643      Branch: perlio
8644            ! perlio.c
8645 ____________________________________________________________________________
8646 [  9303] By: nick                                  on 2001/03/23  09:53:20
8647         Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
8648              -Uuseperlio now works again.
8649              -Duseperlio is still poorly. Don't merge yet...
8650      Branch: perlio
8651            ! doio.c perlio.h
8652 ____________________________________________________________________________
8653 [  9302] By: nick                                  on 2001/03/22  22:26:51
8654         Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
8655              type code.
8656              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
8657              is its main caller. In particular now has access to "extra" args, and
8658              can tell when an open handle is "reopened" (or duped?).
8659              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
8660              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
8661              PerlIO_open() et. al. (i.e. other way round).
8662              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
8663              with args close to PerlIO_openn().
8664      Branch: perlio
8665            ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
8666 ____________________________________________________________________________
8667 [  9301] By: jhi                                   on 2001/03/22  20:58:04
8668         Log: Integrate perlio.
8669      Branch: perl
8670           !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
8671           !> t/io/open.t util.c
8672 ____________________________________________________________________________
8673 [  9300] By: nick                                  on 2001/03/22  17:36:32
8674         Log: Don't include $@ in not ok message.
8675      Branch: perlio
8676            ! t/io/open.t
8677 ____________________________________________________________________________
8678 [  9299] By: gsar                                  on 2001/03/22  16:53:45
8679         Log: back out changes#7532,7521 for now (appears to have problems
8680              on IRIX)
8681      Branch: maint-5.6/perl
8682            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
8683            ! ext/POSIX/typemap pod/perlvar.pod
8684 ____________________________________________________________________________
8685 [  9298] By: nick                                  on 2001/03/22  14:35:46
8686         Log: Give a meaning to '&' in n-arg open case:
8687              open($fh,"<&",$scalar);
8688              $scalar can be:
8689              - an integer which does "fdopen"
8690              open($fh,"<&",2); # like open($fh,"<&2")
8691              - something that will yield a file handle via sv_2io()
8692              useful for dup'ing anonymous handles.
8693              e.g.:
8694              open(my $fh,"<&",\*STDIN);
8695              open(my $dup,"<&",$fh);
8696      Branch: perlio
8697            ! doio.c t/io/open.t
8698 ____________________________________________________________________________
8699 [  9297] By: nick                                  on 2001/03/22  13:34:35
8700         Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
8701      Branch: perlio
8702            ! util.c
8703 ____________________________________________________________________________
8704 [  9296] By: nick                                  on 2001/03/22  12:51:20
8705         Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
8706      Branch: perlio
8707            ! perl.c
8708 ____________________________________________________________________________
8709 [  9295] By: nick                                  on 2001/03/22  11:59:44
8710         Log: If stdin, stdout or stderr get opened in unexpected read/write state
8711              then warn at time of open not at time of use.
8712      Branch: perlio
8713            ! doio.c pp_hot.c pp_sys.c
8714 ____________________________________________________________________________
8715 [  9294] By: nick                                  on 2001/03/22  10:54:35
8716         Log: Die on n-arg open(...,"",xxx,yyy,...)
8717              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
8718              - die on read/write cases so we can decide what it means later.
8719      Branch: perlio
8720            ! doio.c embed.pl iperlsys.h util.c
8721 ____________________________________________________________________________
8722 [  9293] By: nick                                  on 2001/03/22  09:02:45
8723         Log: perlio tweaks (reported by Nick Clark)
8724              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
8725              error check in Pendinf_read().
8726      Branch: perlio
8727            ! perlio.c
8728 ____________________________________________________________________________
8729 [  9292] By: gsar                                  on 2001/03/22  07:12:00
8730         Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
8731              fixes)
8732      Branch: maint-5.6/perl
8733           !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
8734 ____________________________________________________________________________
8735 [  9291] By: jhi                                   on 2001/03/22  06:06:44
8736         Log: Regex tests from Chicheng Zhang.  (Already fixed.)
8737      Branch: perl
8738            ! t/op/re_tests
8739 ____________________________________________________________________________
8740 [  9290] By: jhi                                   on 2001/03/22  05:57:01
8741         Log: Move MacOS Classic higher in the list of supported platforms.
8742      Branch: maint-5.6/perl
8743            ! pod/perlport.pod
8744 ____________________________________________________________________________
8745 [  9289] By: gsar                                  on 2001/03/22  05:35:04
8746         Log: revert part of change#6438 for compatibility (av_reify()
8747              appears to be needed to implement av_splice()ish things
8748              in XS)
8749      Branch: maint-5.6/perl
8750            ! embed.pl global.sym objXSUB.h perlapi.c
8751 ____________________________________________________________________________
8752 [  9288] By: gsar                                  on 2001/03/22  03:09:19
8753         Log: update copyright year
8754      Branch: maint-5.6/perl
8755            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
8756            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
8757            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
8758            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
8759            ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
8760            ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
8761            ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
8762            ! x2p/walk.c
8763 ____________________________________________________________________________
8764 [  9287] By: jhi                                   on 2001/03/21  20:30:54
8765         Log: Integrate perlio.
8766      Branch: perl
8767           !> ext/Data/Dumper/Dumper.xs
8768 ____________________________________________________________________________
8769 [  9286] By: gsar                                  on 2001/03/21  19:49:54
8770         Log: makefile.mk tweak
8771      Branch: maint-5.6/perl
8772            ! win32/Makefile win32/makefile.mk
8773 ____________________________________________________________________________
8774 [  9285] By: nick                                  on 2001/03/21  19:07:13
8775         Log: Multiplicity fix for Dumper.
8776      Branch: perlio
8777            ! ext/Data/Dumper/Dumper.xs
8778 ____________________________________________________________________________
8779 [  9284] By: nick                                  on 2001/03/21  19:01:07
8780         Log: Integrate mainline - (does not build xTHX issue in Dumper).
8781      Branch: perlio
8782           !> (integrate 27 files)
8783 ____________________________________________________________________________
8784 [  9283] By: jhi                                   on 2001/03/21  17:17:35
8785         Log: Integrate change #9282 from mainline into maintperl,
8786              4-arg UTF-8 substr().
8787      Branch: maint-5.6/perl
8788           !> pp.c
8789 ____________________________________________________________________________
8790 [  9282] By: jhi                                   on 2001/03/21  17:15:43
8791         Log: The #9270 would have leaked a scalar if pp_substr()
8792              returned early.
8793      Branch: perl
8794            ! pp.c
8795 ____________________________________________________________________________
8796 [  9281] By: gsar                                  on 2001/03/21  17:03:14
8797         Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
8798      Branch: maint-5.6/perl
8799            ! win32/makefile.mk
8800 ____________________________________________________________________________
8801 [  9280] By: gsar                                  on 2001/03/21  17:01:20
8802         Log: some tweaks to change#9278 (fork() emulation should be enabled
8803              by setting BUILD_FLAVOR instead of changing the defaults)
8804      Branch: maint-5.6/perl
8805            ! win32/makefile.mk
8806 ____________________________________________________________________________
8807 [  9279] By: gsar                                  on 2001/03/21  16:47:19
8808         Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
8809      Branch: maint-5.6/perl
8810            ! ext/File/Glob/Glob.pm
8811           !> lib/Cwd.pm
8812 ____________________________________________________________________________
8813 [  9278] By: jhi                                   on 2001/03/21  14:35:10
8814         Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
8815              From: "Vadim Konovalov" <watman@inbox.ru>
8816              Date: Wed, 21 Mar 2001 01:53:51 +0300
8817              Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
8818      Branch: maint-5.6/perl
8819            ! win32/makefile.mk win32/win32sck.c
8820 ____________________________________________________________________________
8821 [  9277] By: jhi                                   on 2001/03/21  13:58:28
8822         Log: Integrate change #9270 from mainline to maintperl:
8823              continued 4-arg UTF-8 substr() fixing.
8824      Branch: maint-5.6/perl
8825           !> pp.c t/op/substr.t
8826 ____________________________________________________________________________
8827 [  9276] By: jhi                                   on 2001/03/21  13:33:00
8828         Log: More pixie cleaning.
8829      Branch: perl
8830            ! Makefile.SH
8831 ____________________________________________________________________________
8832 [  9275] By: jhi                                   on 2001/03/21  03:54:17
8833         Log: Update Changes.
8834      Branch: perl
8835            ! Changes patchlevel.h
8836 ____________________________________________________________________________
8837 [  9274] By: jhi                                   on 2001/03/21  03:48:24
8838         Log: First stab at making Data::Dumper to grok Unicode.
8839              
8840              TODO: tests, EBCDICify.
8841      Branch: perl
8842            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
8843 ____________________________________________________________________________
8844 [  9273] By: jhi                                   on 2001/03/21  02:23:00
8845         Log: Fix for
8846              
8847              Subject: Memory leak in unquoted print   
8848              From: Benjamin Sugars <bsugars@canoe.ca> 
8849              Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
8850              Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
8851      Branch: perl
8852            ! perlio.c
8853 ____________________________________________________________________________
8854 [  9272] By: jhi                                   on 2001/03/21  01:33:17
8855         Log: Subject: Re: [PATCH] POSIX::getcwd()
8856              From: Benjamin Sugars <bsugars@canoe.ca> 
8857              Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
8858              Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>      
8859      Branch: perl
8860            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
8861 ____________________________________________________________________________
8862 [  9271] By: jhi                                   on 2001/03/21  01:22:52
8863         Log: Subject: [PATCH] Cwd.pm docs
8864              From: Benjamin Sugars <bsugars@canoe.ca>
8865              Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
8866              Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
8867      Branch: perl
8868            ! lib/Cwd.pm
8869 ____________________________________________________________________________
8870 [  9270] By: jhi                                   on 2001/03/21  01:16:29
8871         Log: Continue 4-arg substr() UTF-8 fixage.
8872      Branch: perl
8873            ! pp.c t/op/substr.t
8874 ____________________________________________________________________________
8875 [  9269] By: jhi                                   on 2001/03/21  00:46:14
8876         Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
8877              
8878              revert the leak fix in change#9142 (problem needs a more experimental
8879              fix unsuitable for 5.6.1)
8880              
8881              do alphabetical sorting by default (for csh compatibility)
8882              
8883              cut-n-paste goof in change#9264
8884              
8885              VMS piping fixes (from Charles Lane)
8886      Branch: perl
8887           !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
8888           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
8889           !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
8890 ____________________________________________________________________________
8891 [  9268] By: jhi                                   on 2001/03/21  00:37:04
8892         Log: Integrate perlio.
8893      Branch: perl
8894           !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
8895           !> utf8.c utf8.h utfebcdic.h
8896 ____________________________________________________________________________
8897 [  9267] By: nick                                  on 2001/03/20  20:04:39
8898         Log: More EBCDIC stuff:
8899              - Loose the extra level of function on ASCII.
8900              - spotted a chr(0) issue in sv.c
8901              - re-work of UTF-X tr/// ranges to work in Unicode
8902              space. Still issues with the "0xff is illegal UTF-8" hack.
8903              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
8904              (why do it once when you can do it all over the place :-(
8905              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
8906              need utf8.pm for swashes.
8907              - Simplified and commented scan_const() in toke.c
8908              Still something wrong regexp and tr (swashes?).
8909      Branch: perlio
8910            ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
8911            ! utf8.c utf8.h utfebcdic.h
8912 ____________________________________________________________________________
8913 [  9266] By: gsar                                  on 2001/03/20  19:16:43
8914         Log: VMS piping fixes (from Charles Lane)
8915      Branch: maint-5.6/perl
8916            ! vms/vms.c vms/vmspipe.com
8917 ____________________________________________________________________________
8918 [  9265] By: gsar                                  on 2001/03/20  17:53:52
8919         Log: cut-n-paste goof in change#9264
8920      Branch: maint-5.6/perl
8921            ! ext/File/Glob/Glob.xs
8922 ____________________________________________________________________________
8923 [  9264] By: gsar                                  on 2001/03/20  17:43:47
8924         Log: do alphabetical sorting by default (for csh compatibility);
8925              bsd_glob() does ASCII sort by default as usual, unless
8926              GLOB_ALPHASORT was specified
8927      Branch: maint-5.6/perl
8928            ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
8929            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
8930            ! ext/File/Glob/bsd_glob.h
8931 ____________________________________________________________________________
8932 [  9263] By: gsar                                  on 2001/03/20  16:40:08
8933         Log: integrate change#9255 from mainline (unicode fix)
8934              
8935              substr($bytestr, i, n, $charstr)
8936      Branch: maint-5.6/perl
8937           !> Todo-5.6 pp.c t/op/substr.t
8938 ____________________________________________________________________________
8939 [  9262] By: gsar                                  on 2001/03/20  15:57:41
8940         Log: revert the leak fix in change#9142 (problem needs a more experimental
8941              fix unsuitable for 5.6.1)
8942      Branch: maint-5.6/perl
8943            ! scope.c
8944 ____________________________________________________________________________
8945 [  9261] By: jhi                                   on 2001/03/20  14:26:25
8946         Log: Integrate changes #9259,9260 from maintperl into mainline.
8947              
8948              Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
8949              
8950              Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
8951      Branch: perl
8952           !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
8953 ____________________________________________________________________________
8954 [  9260] By: jhi                                   on 2001/03/20  14:05:46
8955         Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
8956              From: Robin Barker <rmb1@cise.npl.co.uk>
8957              Date: Tue, 20 Mar 2001 10:12:04 GMT
8958              Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
8959      Branch: maint-5.6/perl
8960            ! run.c
8961 ____________________________________________________________________________
8962 [  9259] By: jhi                                   on 2001/03/20  14:04:39
8963         Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
8964              From: Chris Nandor <pudge@pobox.com>
8965              Date: Tue, 20 Mar 2001 00:40:56 -0500
8966              Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
8967      Branch: maint-5.6/perl
8968            ! ext/POSIX/POSIX.xs lib/File/Path.pm
8969 ____________________________________________________________________________
8970 [  9258] By: jhi                                   on 2001/03/20  05:09:34
8971         Log: Update Changes.
8972      Branch: perl
8973            ! Changes patchlevel.h
8974 ____________________________________________________________________________
8975 [  9257] By: jhi                                   on 2001/03/20  05:04:25
8976         Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
8977      Branch: perl
8978            ! t/op/tr.t
8979 ____________________________________________________________________________
8980 [  9256] By: jhi                                   on 2001/03/20  04:43:12
8981         Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
8982              From: Peter Prymmer <pvhp@forte.com>
8983              Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
8984              Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
8985      Branch: maint-5.6/perl
8986            ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
8987 ____________________________________________________________________________
8988 [  9255] By: jhi                                   on 2001/03/19  23:17:17
8989         Log: substr($bytestr, i, n, $charstr)
8990
8991              TODO: we are still broken if $bytestr needs UTF-8 upgrading.
8992      Branch: perl
8993            ! Todo-5.6 pp.c t/op/substr.t
8994 ____________________________________________________________________________
8995 [  9254] By: jhi                                   on 2001/03/19  22:25:09
8996         Log: Rearrange the make test target prerequisites so that
8997              in a parallel make 'all' is finished before 'test'.
8998      Branch: perl
8999            ! Makefile.SH
9000 ____________________________________________________________________________
9001 [  9253] By: jhi                                   on 2001/03/19  21:48:07
9002         Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
9003              From: Robin Houston <robin@kitsite.com>
9004              Date: Mon, 19 Mar 2001 15:48:41 +0000
9005              Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
9006      Branch: perl
9007            ! pp_ctl.c
9008 ____________________________________________________________________________
9009 [  9252] By: jhi                                   on 2001/03/19  21:42:27
9010         Log: Integrate perlio.
9011      Branch: perl
9012           !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
9013           !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
9014           !> utfebcdic.h vms/perly_c.vms
9015 ____________________________________________________________________________
9016 [  9251] By: jhi                                   on 2001/03/19  21:31:28
9017         Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
9018              
9019              Dynaloading in 64-bit AIX with vac.
9020      Branch: perl
9021           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
9022           !> hints/aix.sh
9023 ____________________________________________________________________________
9024 [  9250] By: jhi                                   on 2001/03/19  21:18:00
9025         Log: A more robust solution for the 64bitall AIX dynaloading
9026              problem, from Jens-Uwe Mager.
9027      Branch: maint-5.6/perl
9028            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
9029 ____________________________________________________________________________
9030 [  9249] By: nick                                  on 2001/03/19  20:59:37
9031         Log: Integrate mainline.
9032      Branch: perlio
9033           !> (integrate 42 files)
9034 ____________________________________________________________________________
9035 [  9248] By: nick                                  on 2001/03/19  20:22:07
9036         Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
9037              (Building on OS390 uses native YACC and YYDEBUG has other
9038              side effects.)
9039      Branch: perlio
9040            ! perly.c perly.y vms/perly_c.vms
9041 ____________________________________________________________________________
9042 [  9247] By: jhi                                   on 2001/03/19  19:59:53
9043         Log: 64-bit AIX dynaloading problem (see #9244) idea
9044              from Jens-Uwe Mager.
9045      Branch: maint-5.6/perl
9046            ! ext/DynaLoader/dl_aix.xs
9047 ____________________________________________________________________________
9048 [  9246] By: nick                                  on 2001/03/19  19:27:57
9049         Log: More EBCDIC fixes.
9050      Branch: perlio
9051            ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
9052            ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
9053 ____________________________________________________________________________
9054 [  9245] By: jhi                                   on 2001/03/19  19:05:19
9055         Log: Integrate change #9243 from mainline into maintperl.
9056              
9057              Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
9058      Branch: maint-5.6/perl
9059           !> README.vmesa
9060 ____________________________________________________________________________
9061 [  9244] By: jhi                                   on 2001/03/19  19:03:15
9062         Log: Get 64bitall AIX building, but still does not test okay:
9063              dynaloading anything fails, for example for op/defins:
9064              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
9065              (update: fixed by #9247,9250)
9066      Branch: maint-5.6/perl
9067            ! hints/aix.sh
9068 ____________________________________________________________________________
9069 [  9243] By: jhi                                   on 2001/03/19  19:00:16
9070         Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
9071              From: Robin Barker <rmb1@cise.npl.co.uk>
9072              Date: Mon, 19 Mar 2001 18:01:57 GMT
9073              Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
9074      Branch: perl
9075            ! README.vmesa
9076 ____________________________________________________________________________
9077 [  9242] By: jhi                                   on 2001/03/19  18:58:43
9078         Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
9079              
9080              TODO: tests.
9081      Branch: perl
9082            ! doop.c op.c
9083 ____________________________________________________________________________
9084 [  9241] By: gsar                                  on 2001/03/19  17:34:46
9085         Log: VMSify tests (from Charles Lane)
9086      Branch: maint-5.6/perl
9087            ! t/lib/filehand.t t/lib/texttabs.t
9088 ____________________________________________________________________________
9089 [  9240] By: jhi                                   on 2001/03/19  14:24:26
9090         Log: Integrate change #9233 from maintperl into mainline.
9091              
9092              some refcounts were incorrect in perl_clone()
9093      Branch: perl
9094           !> sv.c
9095 ____________________________________________________________________________
9096 [  9239] By: gsar                                  on 2001/03/19  09:23:17
9097         Log: this is 5.6.1-trial3
9098      Branch: maint-5.6/perl
9099            ! Changes
9100 ____________________________________________________________________________
9101 [  9238] By: gsar                                  on 2001/03/19  08:47:04
9102         Log: some new symbols are only available under ithreads
9103      Branch: maint-5.6/perl
9104            ! makedef.pl
9105 ____________________________________________________________________________
9106 [  9237] By: gsar                                  on 2001/03/19  08:42:28
9107         Log: update patchlevel.h, Changes, &c.
9108      Branch: maint-5.6/perl
9109            ! Changes patchlevel.h pod/perlhist.pod
9110           !> AUTHORS
9111 ____________________________________________________________________________
9112 [  9236] By: gsar                                  on 2001/03/19  08:17:49
9113         Log: integrate changes#8068,8717 from mainline
9114              
9115              [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
9116              
9117              [PATCH CPAN 1.59_51] warning message (not!)
9118      Branch: maint-5.6/perl
9119           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
9120           !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
9121           !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
9122           !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
9123           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
9124 ____________________________________________________________________________
9125 [  9235] By: gsar                                  on 2001/03/19  08:07:09
9126         Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
9127              
9128              [PATCH] Add missing CV flags to dump.c
9129              
9130              Re: [patch] Re: PL_ptr_table
9131              
9132              Fixup non-ithread build after 8713
9133              
9134              Generated files form 8713 etc.
9135              
9136              Correct the correction :-(
9137              
9138              Documenting coderef @INC (Re: CPAN "make this script work" feature)
9139              
9140              Subject: Re: sync sync sync: have I missed any patches?
9141              Replace djSP with dSP.
9142      Branch: maint-5.6/perl
9143           !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
9144           !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
9145           !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
9146           !> sv.c sv.h win32/perlhost.h
9147 ____________________________________________________________________________
9148 [  9234] By: gsar                                  on 2001/03/19  07:22:05
9149         Log: revert the change#9090 integrate for now (change looks somewhat
9150              incomplete in that [ha]v_exists() need something similar; lacks
9151              tests; &c.)
9152      Branch: maint-5.6/perl
9153            ! hv.c
9154 ____________________________________________________________________________
9155 [  9233] By: gsar                                  on 2001/03/19  07:10:01
9156         Log: some refcounts were incorrect in perl_clone(); avoid hang in global
9157              destruction when there are unreferenced scalars (SvREFCNT==0)
9158      Branch: maint-5.6/perl
9159            ! sv.c
9160 ____________________________________________________________________________
9161 [  9232] By: jhi                                   on 2001/03/19  05:11:02
9162         Log: Regen api and toc.
9163      Branch: maint-5.6/perl
9164            ! pod/perlapi.pod pod/perltoc.pod
9165 ____________________________________________________________________________
9166 [  9231] By: jhi                                   on 2001/03/19  04:06:03
9167         Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
9168              add a lost line in pp.c:pp_chop(), update to new op/chop.
9169              
9170              Clarify the description differentiating for and while; inspired by
9171              
9172              Subject: [ID 20010306.004] || != named unary operator
9173              
9174              The $Is_MacOS needs to be declared.
9175      Branch: maint-5.6/perl
9176            ! pp.c t/op/chop.t
9177           !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
9178 ____________________________________________________________________________
9179 [  9230] By: jhi                                   on 2001/03/19  03:48:16
9180         Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
9181              9079,9083,9089,9090,9091 from mainline to maintperl.
9182              
9183              Quieten some noise in Win32 builds
9184              
9185              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
9186              
9187              The perlretut was still talking about the old \p and \P
9188              definitions.
9189              
9190              More tweakage on the Unicode character class descriptions.
9191              
9192              Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
9193              
9194              Subject: 'no *POSIX' Patch speeding up make on BS2000 
9195              
9196              Subject: [PATCH] perldata.pod here-doc docs
9197              
9198              Add /sbin and /usr/sbin to the list of directories scanned
9199              for setuid programs.  Takes care of bug id 20010309.003.
9200              
9201              Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
9202              
9203              In op/stat #35 better to scan all the potential directories
9204              for setuids, not just the first one.
9205      Branch: maint-5.6/perl
9206            ! Makefile.SH
9207           !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
9208           !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
9209           !> t/op/stat.t toke.c win32/win32.h
9210 ____________________________________________________________________________
9211 [  9229] By: jhi                                   on 2001/03/19  02:31:50
9212         Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
9213              From: Chris Nandor <pudge@pobox.com>
9214              Date: Sat, 10 Mar 2001 14:22:19 -0500
9215              Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
9216      Branch: maint-5.6/perl
9217            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
9218            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
9219            ! t/lib/b.t t/lib/errno.t
9220 ____________________________________________________________________________
9221 [  9228] By: jhi                                   on 2001/03/19  02:29:59
9222         Log: Integrate changes #9113,9122 from mainline into maintperl.
9223              
9224              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?)
9225      Branch: maint-5.6/perl
9226           !> Configure README.os390 hints/os390.sh
9227 ____________________________________________________________________________
9228 [  9227] By: jhi                                   on 2001/03/19  02:22:35
9229         Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
9230              into maintperl.
9231              
9232              Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
9233              
9234              Forgot to check-in the larger part of #9120, duh.
9235              
9236              Subject: Another patch for integer.pm POD 
9237              
9238              h2ph strictness and cleanliness from Kurt Starsinic.
9239              
9240              Borland filename case problem.
9241              
9242              h2ph strictness and cleanliness from Kurt Starsinic.
9243              
9244              Subject: [PATCH] the uncontroversial doc patches
9245      Branch: maint-5.6/perl
9246           +> win32/sncfnmcs.pl
9247           !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
9248           !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
9249           !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
9250           !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
9251           !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
9252           !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
9253           !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
9254 ____________________________________________________________________________
9255 [  9226] By: jhi                                   on 2001/03/19  02:10:21
9256         Log: Integrate changes #9207,9214 from mainline into maintperl.
9257              
9258              podchecker relaxations: =over has an *optional* number after it,
9259              and whitespace in L<> is okay.
9260      Branch: maint-5.6/perl
9261           !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
9262           !> t/pod/poderrs.xr
9263 ____________________________________________________________________________
9264 [  9225] By: jhi                                   on 2001/03/19  02:07:38
9265         Log: Integrate change #9219 from maintperl into mainline.
9266              
9267              remove duplicated tests
9268      Branch: perl
9269           !> t/op/re_tests
9270 ____________________________________________________________________________
9271 [  9224] By: jhi                                   on 2001/03/19  02:06:11
9272         Log: Integrate change #9223 from mainline to maintperl.
9273              
9274              Document -Dmksymlinks.
9275      Branch: maint-5.6/perl
9276           !> INSTALL
9277 ____________________________________________________________________________
9278 [  9223] By: jhi                                   on 2001/03/19  02:01:25
9279         Log: Document -Dmksymlinks.
9280      Branch: perl
9281            ! INSTALL
9282 ____________________________________________________________________________
9283 [  9222] By: jhi                                   on 2001/03/19  01:15:35
9284         Log: The -Dmksymlinks wasn't working for maintperl.
9285      Branch: maint-5.6/perl
9286            ! Configure
9287 ____________________________________________________________________________
9288 [  9221] By: jhi                                   on 2001/03/19  00:49:43
9289         Log: Cleanup pixie residue.
9290      Branch: perl
9291            ! Makefile.SH
9292 ____________________________________________________________________________
9293 [  9220] By: jhi                                   on 2001/03/19  00:44:47
9294         Log: Document the use of pixie/prof; create make targets for it.
9295              
9296              TODO: make t/TEST pixie-aware.
9297      Branch: perl
9298            ! Makefile.SH pod/perlhack.pod
9299 ____________________________________________________________________________
9300 [  9219] By: gsar                                  on 2001/03/19  00:16:55
9301         Log: remove duplicated tests
9302      Branch: maint-5.6/perl
9303            ! t/op/re_tests
9304 ____________________________________________________________________________
9305 [  9218] By: jhi                                   on 2001/03/18  23:59:31
9306         Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
9307      Branch: perl
9308            ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
9309 ____________________________________________________________________________
9310 [  9217] By: jhi                                   on 2001/03/18  23:25:20
9311         Log: Rewrite the tests section of Makefile to be less redundant
9312              and to allow for more flexible test targets, many recursive
9313              make calls introduced.
9314      Branch: perl
9315            ! Makefile.SH
9316 ____________________________________________________________________________
9317 [  9216] By: jhi                                   on 2001/03/18  22:30:04
9318         Log: Document the use of Third Degree (sparsely).
9319      Branch: perl
9320            ! pod/perlhack.pod t/TEST
9321 ____________________________________________________________________________
9322 [  9215] By: jhi                                   on 2001/03/18  22:10:30
9323         Log: Make targets for testing with Third Degree.
9324      Branch: perl
9325            ! Makefile.SH
9326 ____________________________________________________________________________
9327 [  9214] By: jhi                                   on 2001/03/18  21:08:53
9328         Log: The podchecker relaxations need to mirrored also at the tests.
9329      Branch: perl
9330            ! t/pod/poderrs.xr
9331 ____________________________________________________________________________
9332 [  9213] By: jhi                                   on 2001/03/18  20:56:21
9333         Log: Update Changes.
9334      Branch: perl
9335            ! Changes patchlevel.h
9336 ____________________________________________________________________________
9337 [  9212] By: jhi                                   on 2001/03/18  20:36:59
9338         Log: Looking for config.sh in parent directories isn't
9339              very useful for the toplevel Makefile.
9340      Branch: perl
9341            ! Makefile.SH
9342 ____________________________________________________________________________
9343 [  9211] By: jhi                                   on 2001/03/18  20:33:37
9344         Log: On "make clean" take care of Third Degree droppings.
9345      Branch: perl
9346            ! Makefile.SH
9347 ____________________________________________________________________________
9348 [  9210] By: jhi                                   on 2001/03/18  20:21:34
9349         Log: Add a hook for running the tests under the Third Degree
9350              debugging tool (set $ENV{PERL_3LOG} to non-zero)
9351              
9352              TODO: Document the use of Third Degree.
9353      Branch: perl
9354            ! t/TEST
9355 ____________________________________________________________________________
9356 [  9209] By: jhi                                   on 2001/03/18  20:19:07
9357         Log: Regen toc and api pods.
9358      Branch: perl
9359            ! pod/perlapi.pod pod/perltoc.pod
9360 ____________________________________________________________________________
9361 [  9208] By: jhi                                   on 2001/03/18  20:12:12
9362         Log: Integrate changes #8128,9132 from mainline into maintperl,
9363              Tie::SubstrHash fixes.
9364      Branch: maint-5.6/perl
9365           !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
9366 ____________________________________________________________________________
9367 [  9207] By: jhi                                   on 2001/03/18  20:07:43
9368         Log: podchecker relaxations from Michael Stevens.
9369      Branch: perl
9370            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
9371 ____________________________________________________________________________
9372 [  9206] By: jhi                                   on 2001/03/18  20:04:24
9373         Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
9374      Branch: perl
9375            ! lib/Locale/Constants.pm lib/Locale/Country.pm
9376            ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
9377            ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
9378 ____________________________________________________________________________
9379 [  9205] By: jhi                                   on 2001/03/18  19:54:45
9380         Log: Integrate changes #9161,9162 from maintperl to mainline.
9381              
9382              clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
9383              results
9384      Branch: perl
9385           !> t/op/magic.t
9386 ____________________________________________________________________________
9387 [  9204] By: jhi                                   on 2001/03/18  19:37:46
9388         Log: Make perl.third checks more understandable to the builder.
9389      Branch: perl
9390            ! Makefile.SH
9391 ____________________________________________________________________________
9392 [  9203] By: jhi                                   on 2001/03/18  19:20:54
9393         Log: Re-integrate #9138 from maintperl to mainline,
9394              the squelching of the unneeded "Scalars leaked" messages.
9395      Branch: perl
9396           !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
9397           !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
9398           !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
9399 ____________________________________________________________________________
9400 [  9202] By: jhi                                   on 2001/03/18  18:48:36
9401         Log: More robust and more paranoid perl.third target.
9402      Branch: perl
9403            ! Makefile.SH
9404 ____________________________________________________________________________
9405 [  9201] By: jhi                                   on 2001/03/18  18:39:21
9406         Log: Integrate change #9197 from maintperl to mainline.
9407              
9408              more thorough cleaning of arenas.
9409      Branch: perl
9410           !> embed.pl perl.c proto.h sv.c t/op/sort.t
9411 ____________________________________________________________________________
9412 [  9200] By: jhi                                   on 2001/03/18  18:25:17
9413         Log: Integrate perlio.
9414      Branch: perl
9415           !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
9416           !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
9417           !> t/lib/encode.t toke.c universal.c utf8.c
9418 ____________________________________________________________________________
9419 [  9199] By: nick                                  on 2001/03/18  15:23:51
9420         Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
9421              is the sense of the test being done. Avoid some magical 127 and 128 values
9422              by using macros.
9423      Branch: perlio
9424            ! doop.c pp_ctl.c sv.c toke.c
9425 ____________________________________________________________________________
9426 [  9198] By: nick                                  on 2001/03/18  14:18:12
9427         Log: UTF-X encoding invariance for Encode:
9428              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
9429              - move the XS code for those to universal.c (so in miniperl)
9430              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
9431              - change ext/Encode/compile to use above.
9432              - Fix t/lib/encode.t for above
9433              - Teach t/lib/b.t to expect -uutf8
9434              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
9435              utf8.pm is needed.
9436      Branch: perlio
9437            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
9438            ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
9439 ____________________________________________________________________________
9440 [  9197] By: gsar                                  on 2001/03/18  12:15:57
9441         Log: more thorough cleaning of arenas--keep going until no more
9442              SvREFCNT_dec()s occur (this fixes the problem that causes the
9443              pesky "Scalars leaked" warnings)
9444      Branch: maint-5.6/perl
9445            ! embed.pl perl.c proto.h sv.c t/op/sort.t
9446 ____________________________________________________________________________
9447 [  9196] By: nick                                  on 2001/03/18  10:57:29
9448         Log: Fix pragma/utf8.t # 15
9449              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
9450              are SvUTF8 as well.
9451      Branch: perlio
9452            ! toke.c
9453 ____________________________________________________________________________
9454 [  9195] By: nick                                  on 2001/03/18  09:27:06
9455         Log: Integrate mainline
9456      Branch: perlio
9457           !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
9458           !> t/op/pat.t
9459 ____________________________________________________________________________
9460 [  9194] By: jhi                                   on 2001/03/18  05:29:59
9461         Log: Sarathy's clear_pmop patch with Radu Greab's fix,
9462              Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
9463      Branch: perl
9464            ! op.c op.h t/op/misc.t t/op/pat.t
9465 ____________________________________________________________________________
9466 [  9193] By: jhi                                   on 2001/03/18  05:15:06
9467         Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
9468      Branch: perl
9469            ! mg.c t/op/pat.t
9470 ____________________________________________________________________________
9471 [  9192] By: jhi                                   on 2001/03/18  04:22:43
9472         Log: tr/// UTF-8 patches from Inaba Hiroto.
9473      Branch: perl
9474            ! doop.c op.c
9475 ____________________________________________________________________________
9476 [  9191] By: jhi                                   on 2001/03/18  04:21:17
9477         Log: Integrate perlio.
9478      Branch: perl
9479           !> utf8.c utfebcdic.h
9480 ____________________________________________________________________________
9481 [  9190] By: nick                                  on 2001/03/17  20:32:01
9482         Log: Correct #if EBCDIC side typos.
9483              Builds and passes many tests on OS390.
9484      Branch: perlio
9485            ! utf8.c utfebcdic.h
9486 ____________________________________________________________________________
9487 [  9189] By: jhi                                   on 2001/03/17  18:55:49
9488         Log: Add prerequisites for the perl.third target.
9489      Branch: perl
9490            ! Makefile.SH
9491 ____________________________________________________________________________
9492 [  9188] By: jhi                                   on 2001/03/17  18:46:00
9493         Log: Integrate perlio.
9494      Branch: perl
9495           +> utfebcdic.h
9496           !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
9497 ____________________________________________________________________________
9498 [  9187] By: jhi                                   on 2001/03/17  18:38:47
9499         Log: Add a make rule for perl.third (the Third Degree memory debugging
9500              tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
9501      Branch: perl
9502            ! Makefile.SH
9503 ____________________________________________________________________________
9504 [  9186] By: nick                                  on 2001/03/17  18:34:48
9505         Log: MANIFEST addition :-(
9506      Branch: perlio
9507            ! MANIFEST
9508 ____________________________________________________________________________
9509 [  9185] By: nick                                  on 2001/03/17  18:29:50
9510         Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
9511              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
9512              a superset of ASCII are invariant under the encoding. This is EBCDIC
9513              friendly as an encoded string can be looked at as being EBCDIC by lexer
9514              sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
9515              ASCII on ASCII machines.
9516              
9517              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
9518              seperate.
9519              - Add some more macros to comprehend different shift amounts and
9520              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
9521              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
9522              and conditionaly #include it.
9523              
9524              EBCDIC build as yet untested.  ASCII still fails the one test.
9525      Branch: perlio
9526            + utfebcdic.h
9527            ! utf8.c utf8.h
9528 ____________________________________________________________________________
9529 [  9184] By: nick                                  on 2001/03/17  17:44:16
9530         Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
9531      Branch: perlio
9532            ! doop.c perl.h pp.c utf8.h
9533 ____________________________________________________________________________
9534 [  9183] By: jhi                                   on 2001/03/17  15:55:42
9535         Log: Integrate perlio.
9536      Branch: perl
9537            ! MANIFEST
9538           !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
9539 ____________________________________________________________________________
9540 [  9182] By: nick                                  on 2001/03/17  09:16:06
9541         Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
9542      Branch: perlio
9543            ! t/op/pat.t
9544 ____________________________________________________________________________
9545 [  9181] By: nick                                  on 2001/03/17  09:15:11
9546         Log: Integrate mainline.
9547      Branch: perlio
9548           +> lib/Locale/Constants.pm lib/Locale/Country.pm
9549           +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
9550           +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
9551           +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
9552           !> (integrate 83 files)
9553 ____________________________________________________________________________
9554 [  9180] By: nick                                  on 2001/03/16  17:23:21
9555         Log: EBCDIC Fixes.
9556      Branch: perlio
9557            ! perl.h sv.c toke.c utf8.c utf8.h
9558 ____________________________________________________________________________
9559 [  9179] By: jhi                                   on 2001/03/16  14:10:12
9560         Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
9561              a change needed to work around an AIX compiler bug.
9562      Branch: perl
9563            ! ext/Storable/Storable.xs
9564 ____________________________________________________________________________
9565 [  9178] By: jhi                                   on 2001/03/16  03:19:59
9566         Log: With Damian's approval synchronize damian's modules'
9567              licensing with Perl's standard module licensing.
9568      Branch: perl
9569            ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
9570 ____________________________________________________________________________
9571 [  9177] By: jhi                                   on 2001/03/16  03:15:34
9572         Log: Make the Filter::Util:Call files have their own copies
9573              of the Perl standard module licensing, from Paul Marquess.
9574      Branch: perl
9575            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
9576 ____________________________________________________________________________
9577 [  9176] By: jhi                                   on 2001/03/16  02:56:04
9578         Log: Subject: [PATCH] more pod patches
9579              From: Michael Stevens <michael@etla.org>
9580              Date: Thu, 15 Mar 2001 21:25:18 +0000
9581              Message-ID: <20010315212518.A18870@firedrake.org>
9582      Branch: perl
9583            ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
9584            ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
9585            ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
9586            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
9587            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
9588            ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
9589            ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
9590            ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
9591            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
9592            ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
9593            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
9594            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
9595            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
9596            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
9597            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
9598            ! lib/File/Basename.pm lib/File/Spec/VMS.pm
9599            ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
9600            ! lib/Getopt/Long.pm lib/Locale/Constants.pm
9601            ! lib/Locale/Country.pm lib/Locale/Language.pm
9602            ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
9603            ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
9604            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
9605            ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
9606            ! os2/OS2/Process/Process.pm
9607 ____________________________________________________________________________
9608 [  9175] By: jhi                                   on 2001/03/16  02:53:32
9609         Log: Subject: [PATCH] the uncontroversial doc patches
9610              From: Michael Stevens <michael@etla.org>
9611              Date: Thu, 15 Mar 2001 20:01:12 +0000
9612              Message-ID: <20010315200112.A7636@firedrake.org>
9613      Branch: perl
9614            ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
9615            ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
9616            ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
9617            ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
9618            ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
9619 ____________________________________________________________________________
9620 [  9174] By: jhi                                   on 2001/03/16  02:50:49
9621         Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
9622              From: Paul Lindner <lindner@inuus.com>
9623              Date: Fri, 16 Mar 2001 11:28:03 -0800
9624              Message-ID: <20010316112803.A7577@inuus.com>
9625      Branch: perl
9626            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
9627 ____________________________________________________________________________
9628 [  9173] By: nick                                  on 2001/03/15  20:21:03
9629         Log: 1st day's EBCDIC fixes:
9630              - toke.c's parsing of strings needed attention
9631              needed to conditionally e2a if string was already UTF-8
9632              - e2a/a2e tables where wrong way round.
9633              - new macros in utf8.h
9634      Branch: perlio
9635            ! perl.h toke.c utf8.h
9636 ____________________________________________________________________________
9637 [  9172] By: jhi                                   on 2001/03/15  15:17:17
9638         Log: Update Changes.
9639      Branch: perl
9640            ! Changes patchlevel.h
9641 ____________________________________________________________________________
9642 [  9171] By: jhi                                   on 2001/03/15  15:09:32
9643         Log: Subject: Re: Another Borland C++ problem.
9644              From: "Vadim Konovalov" <watman@inbox.ru>
9645              Date: Sat, 10 Mar 2001 19:26:07 +0300
9646              Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
9647              
9648              Borland filename case problem.
9649      Branch: perl
9650            + win32/sncfnmcs.pl
9651            ! MANIFEST README.win32
9652 ____________________________________________________________________________
9653 [  9170] By: jhi                                   on 2001/03/15  14:54:23
9654         Log: Add Locale::Codes 1.06, from Neil Bowers.
9655      Branch: perl
9656            + lib/Locale/Constants.pm lib/Locale/Country.pm
9657            + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
9658            + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
9659            + t/lib/lc-language.t t/lib/lc-uk.t
9660            ! MANIFEST
9661 ____________________________________________________________________________
9662 [  9169] By: jhi                                   on 2001/03/15  14:19:01
9663         Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
9664      Branch: perl
9665            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
9666            ! ext/Storable/Storable.xs
9667 ____________________________________________________________________________
9668 [  9168] By: jhi                                   on 2001/03/15  14:13:22
9669         Log: Integrate changes #9120,9167 from mainline to maintperl.
9670              
9671              Subject: [PATCH 5.6.1] OS/2 docs
9672              
9673              Subject: [PATCH 5.6.1] perldoc
9674      Branch: maint-5.6/perl
9675           !> os2/Changes utils/perldoc.PL
9676 ____________________________________________________________________________
9677 [  9167] By: jhi                                   on 2001/03/15  14:07:42
9678         Log: Subject: [PATCH 5.6.1] perldoc
9679              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9680              Date: Wed, 14 Mar 2001 23:46:52 -0500
9681              Message-ID: <20010314234652.A7972@math.ohio-state.edu>
9682      Branch: perl
9683            ! utils/perldoc.PL
9684 ____________________________________________________________________________
9685 [  9166] By: jhi                                   on 2001/03/15  13:53:15
9686         Log: sigaction test condition tweakage.
9687      Branch: perl
9688            ! t/lib/sigaction.t
9689 ____________________________________________________________________________
9690 [  9165] By: alanbur                               on 2001/03/15  03:49:17
9691         Log: Resynchronised with parent
9692      Branch: maint-5.6/pureperl
9693           +> os2/os2add.sym t/op/anonsub.t
9694           !> (integrate 72 files)
9695 ____________________________________________________________________________
9696 [  9164] By: jhi                                   on 2001/03/15  01:05:01
9697         Log: Avoid stomping off the beginning of an array in tr///.
9698      Branch: perl
9699            ! op.c
9700 ____________________________________________________________________________
9701 [  9163] By: jhi                                   on 2001/03/15  00:58:57
9702         Log: h2ph strictness and cleanliness from Kurt Starsinic.
9703      Branch: perl
9704            ! utils/h2ph.PL
9705 ____________________________________________________________________________
9706 [  9162] By: gsar                                  on 2001/03/15  00:56:53
9707         Log: avoid warnings
9708      Branch: maint-5.6/perl
9709            ! t/op/magic.t
9710 ____________________________________________________________________________
9711 [  9161] By: gsar                                  on 2001/03/15  00:52:09
9712         Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
9713              results
9714      Branch: maint-5.6/perl
9715            ! t/op/magic.t
9716 ____________________________________________________________________________
9717 [  9160] By: jhi                                   on 2001/03/14  22:02:10
9718         Log: Do not use the Perl malloc in IRIX, suggested by
9719              Helmus Jarausch.
9720      Branch: perl
9721            ! hints/irix_6.sh
9722 ____________________________________________________________________________
9723 [  9159] By: nick                                  on 2001/03/14  21:45:59
9724         Log: Integrate mainline
9725      Branch: perlio
9726           +> t/op/loopctl.t
9727           !> (integrate 41 files)
9728 ____________________________________________________________________________
9729 [  9158] By: jhi                                   on 2001/03/14  21:10:09
9730         Log: The Day of the Retractions continues: the #9138
9731              (integrated in #9144) doesn't work well in mainline.
9732      Branch: perl
9733            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
9734            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
9735            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
9736 ____________________________________________________________________________
9737 [  9157] By: jhi                                   on 2001/03/14  20:58:12
9738         Log: The #9145 CANNOT be enabled: the clear_pmop code still
9739              dumps core all over in Tru64.
9740      Branch: perl
9741            ! op.c op.h t/op/pat.t
9742 ____________________________________________________________________________
9743 [  9156] By: jhi                                   on 2001/03/14  20:48:06
9744         Log: Integrate change #9154 from maintperl to mainline.
9745              
9746              PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
9747              (caused Storable 1.0.10 to break on windows)
9748      Branch: perl
9749           !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
9750           !> perlapi.c proto.h
9751 ____________________________________________________________________________
9752 [  9155] By: jhi                                   on 2001/03/14  20:23:53
9753         Log: Retract #9136: breaks threading (and binary compatibility).
9754      Branch: perl
9755            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
9756 ____________________________________________________________________________
9757 [  9154] By: gsar                                  on 2001/03/14  17:48:18
9758         Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
9759              (caused Storable 1.0.10 to break on windows)
9760      Branch: maint-5.6/perl
9761            ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
9762            ! perlapi.c proto.h
9763 ____________________________________________________________________________
9764 [  9153] By: jhi                                   on 2001/03/14  13:35:21
9765         Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
9766      Branch: perl
9767            ! t/lib/sigaction.t
9768 ____________________________________________________________________________
9769 [  9152] By: gsar                                  on 2001/03/14  07:29:40
9770         Log: back out changes#9012,9010,9009 and parts of change#9016
9771              (causes ABRs under purify, and some prerequisites don't
9772              seem to be there in 5.6.x)
9773      Branch: maint-5.6/perl
9774            ! doop.c op.c t/op/tr.t toke.c
9775 ____________________________________________________________________________
9776 [  9151] By: gsar                                  on 2001/03/14  07:01:29
9777         Log: reenable change#9145 (the test was busted due to a missing
9778              C<print "ok 27\n">)
9779      Branch: perl
9780            ! op.c op.h t/op/pat.t
9781 ____________________________________________________________________________
9782 [  9150] By: jhi                                   on 2001/03/14  06:38:36
9783         Log: Retract #9145.
9784      Branch: perl
9785            ! op.c op.h t/op/pat.t
9786 ____________________________________________________________________________
9787 [  9149] By: jhi                                   on 2001/03/14  06:14:56
9788         Log: Retract #9143.
9789      Branch: perl
9790            ! op.c
9791 ____________________________________________________________________________
9792 [  9148] By: gsar                                  on 2001/03/14  06:13:02
9793         Log: Uninitialized Memory Read in regexec.c
9794      Branch: perl
9795            ! regexec.c
9796 ____________________________________________________________________________
9797 [  9147] By: jhi                                   on 2001/03/14  04:59:54
9798         Log: Subject: PATCH: make goto work in nested eval ""
9799              From: Robin Houston <robin@kitsite.com>
9800              Date: Wed, 14 Mar 2001 04:16:10 +0000
9801              Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
9802      Branch: perl
9803            ! pp_ctl.c t/op/goto.t
9804 ____________________________________________________________________________
9805 [  9146] By: jhi                                   on 2001/03/14  04:42:54
9806         Log: Preserve the #ifdef PERL_CORE in perly.h.
9807      Branch: perl
9808            ! perly.fixer
9809 ____________________________________________________________________________
9810 [  9145] By: jhi                                   on 2001/03/14  03:57:41
9811         Log: (Retracted by #9150.)
9812      Branch: perl
9813            ! op.c op.h t/op/pat.t
9814 ____________________________________________________________________________
9815 [  9144] By: jhi                                   on 2001/03/14  03:50:38
9816         Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
9817              
9818              fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
9819              
9820              remove squelch controls for "Scalars leaked" messages in most places
9821              (these are now cured)
9822              
9823              fix another memory leak reported by purify (tie callbacks that
9824              croak can leak when wiping out magic)
9825      Branch: perl
9826           !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
9827           !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
9828           !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
9829           !> t/pragma/warnings.t
9830 ____________________________________________________________________________
9831 [  9143] By: jhi                                   on 2001/03/14  03:37:53
9832         Log: (Retracted by #9149.)
9833      Branch: perl
9834            ! op.c
9835 ____________________________________________________________________________
9836 [  9142] By: gsar                                  on 2001/03/14  03:20:48
9837         Log: fix another memory leak reported by purify (tie callbacks that
9838              croak can leak when wiping out magic)
9839      Branch: maint-5.6/perl
9840            ! scope.c
9841 ____________________________________________________________________________
9842 [  9141] By: jhi                                   on 2001/03/14  02:55:00
9843         Log: Subject: PATCH for [ID 20010305.003]
9844              From: Robin Houston <robin@kitsite.com>
9845              Date: Wed, 14 Mar 2001 02:45:51 +0000
9846              Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
9847      Branch: perl
9848            ! pp_ctl.c t/op/eval.t
9849 ____________________________________________________________________________
9850 [  9140] By: jhi                                   on 2001/03/14  02:41:54
9851         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
9852              Date: Wed, 14 Mar 2001 01:52:51 +0000
9853              From: Robin Houston <robin@kitsite.com>
9854              Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
9855              
9856              Fix for 2000313.004.
9857      Branch: perl
9858            ! pp_ctl.c t/op/goto.t
9859 ____________________________________________________________________________
9860 [  9139] By: jhi                                   on 2001/03/14  02:40:50
9861         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
9862              From: Robin Houston <robin@kitsite.com>
9863              Date: Wed, 14 Mar 2001 00:43:45 +0000
9864              Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
9865      Branch: perl
9866            + t/op/loopctl.t
9867            ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
9868            ! vms/perly_c.vms
9869 ____________________________________________________________________________
9870 [  9138] By: gsar                                  on 2001/03/14  01:18:00
9871         Log: remove squelch controls for "Scalars leaked" messages in most places
9872              (these are now cured)
9873      Branch: maint-5.6/perl
9874            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
9875            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
9876            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
9877 ____________________________________________________________________________
9878 [  9137] By: gsar                                  on 2001/03/14  00:57:04
9879         Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
9880      Branch: maint-5.6/perl
9881            ! regcomp.c
9882 ____________________________________________________________________________
9883 [  9136] By: jhi                                   on 2001/03/13  23:12:24
9884         Log: (Retracted by #9155)
9885              
9886              Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
9887              From: Jens-Uwe Mager <jum@helios.de>
9888              Date: Wed, 21 Feb 2001 21:32:04 +0100
9889              Message-ID: <20010221213203.A18340@ans.helios.de>
9890      Branch: perl
9891            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
9892 ____________________________________________________________________________
9893 [  9135] By: jhi                                   on 2001/03/13  22:50:05
9894         Log: Integrate perlio.
9895      Branch: perl
9896           !> pp.c
9897 ____________________________________________________________________________
9898 [  9134] By: jhi                                   on 2001/03/13  22:49:05
9899         Log: Integrate change #9131 from maintperl into mainline.
9900              
9901              make the error text look more consistent in hints/hpux.sh
9902      Branch: perl
9903           !> hints/hpux.sh
9904 ____________________________________________________________________________
9905 [  9133] By: gsar                                  on 2001/03/13  22:46:20
9906         Log: integrate change#9067 from mainline
9907              
9908              Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
9909      Branch: maint-5.6/perl
9910           !> lib/ExtUtils/MM_Unix.pm
9911 ____________________________________________________________________________
9912 [  9132] By: jhi                                   on 2001/03/13  22:41:21
9913         Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
9914              From: "John P. Linderman" <jpl@research.att.com>
9915              Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
9916              Message-Id: <200103131736.MAA35615@raptor.research.att.com>
9917              
9918              A more correct prime finder.
9919      Branch: perl
9920            ! lib/Tie/SubstrHash.pm
9921 ____________________________________________________________________________
9922 [  9131] By: gsar                                  on 2001/03/13  22:30:42
9923         Log: make the error text look more consistent in hints/hpux.sh
9924      Branch: maint-5.6/perl
9925            ! hints/hpux.sh
9926 ____________________________________________________________________________
9927 [  9130] By: jhi                                   on 2001/03/13  22:23:44
9928         Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
9929              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9930              Date: Tue, 13 Mar 2001 18:41:26 +0100
9931              Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
9932              
9933              If the test is run non-interactively the default handler
9934              is different.
9935      Branch: perl
9936            ! t/lib/sigaction.t
9937 ____________________________________________________________________________
9938 [  9129] By: jhi                                   on 2001/03/13  22:20:21
9939         Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
9940              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
9941              Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
9942              Date:     Tue, 13 Mar 2001 16:44:32 EST
9943      Branch: perl
9944            ! t/lib/1_compile.t
9945 ____________________________________________________________________________
9946 [  9128] By: jhi                                   on 2001/03/13  22:18:34
9947         Log: Subject: Another patch for integer.pm POD 
9948              From: "John L. Allen" <allen@grumman.com>
9949              Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
9950              Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
9951      Branch: perl
9952            ! lib/integer.pm
9953 ____________________________________________________________________________
9954 [  9127] By: nick                                  on 2001/03/13  21:26:30
9955         Log: Integrate mainline.
9956      Branch: perlio
9957           +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
9958           +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
9959           +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
9960           +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
9961           !> Changes Configure MANIFEST README.os2 README.os390
9962           !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
9963           !> os2/Changes patchlevel.h win32/perlhost.h
9964 ____________________________________________________________________________
9965 [  9126] By: nick                                  on 2001/03/13  20:39:51
9966         Log: #ifdef'ed out code to make packed side of pack/unpack
9967              octets. (i.e. pack('U') => encode_utf8).
9968      Branch: perlio
9969            ! pp.c
9970 ____________________________________________________________________________
9971 [  9125] By: jhi                                   on 2001/03/13  15:07:16
9972         Log: Update Changes.
9973      Branch: perl
9974            ! Changes patchlevel.h
9975 ____________________________________________________________________________
9976 [  9124] By: jhi                                   on 2001/03/13  14:22:45
9977         Log: Workaround for the buggy ("internal compiler error")
9978              AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
9979              (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
9980              of Andreas König.
9981      Branch: perl
9982            ! ext/re/Makefile.PL hints/aix.sh
9983 ____________________________________________________________________________
9984 [  9123] By: jhi                                   on 2001/03/13  03:24:34
9985         Log: Typo in #9114.
9986      Branch: metaconfig
9987            ! U/modified/myhostname.U
9988 ____________________________________________________________________________
9989 [  9122] By: jhi                                   on 2001/03/13  03:24:06
9990         Log: Typo in #9113.
9991      Branch: perl
9992            ! Configure
9993 ____________________________________________________________________________
9994 [  9121] By: jhi                                   on 2001/03/13  01:53:05
9995         Log: Forgot to check-in the larger part of #9120, duh.
9996      Branch: perl
9997            ! README.os2
9998 ____________________________________________________________________________
9999 [  9120] By: jhi                                   on 2001/03/13  01:51:31
10000         Log: Subject: [PATCH 5.6.1] OS/2 docs
10001              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10002              Date: Mon, 12 Mar 2001 03:27:32 -0500
10003              Message-ID: <20010312032732.A19283@math.ohio-state.edu>
10004      Branch: perl
10005            ! os2/Changes
10006 ____________________________________________________________________________
10007 [  9119] By: jhi                                   on 2001/03/13  01:49:41
10008         Log: Integrate change #9116 from maintperl into mainline.
10009              
10010              Win32::GetCwd() returns C: instead of C:\ in the root directory
10011              under ithreads
10012      Branch: perl
10013           !> win32/perlhost.h
10014 ____________________________________________________________________________
10015 [  9118] By: jhi                                   on 2001/03/13  01:13:39
10016         Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
10017      Branch: perl
10018            + lib/Switch.pm t/lib/switch.t
10019            ! MANIFEST
10020 ____________________________________________________________________________
10021 [  9117] By: jhi                                   on 2001/03/13  01:03:17
10022         Log: Add Text::Balanced 1.83.
10023      Branch: perl
10024            + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
10025            + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
10026            + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
10027            + t/lib/tb-xvari.t
10028            ! MANIFEST
10029 ____________________________________________________________________________
10030 [  9116] By: gsar                                  on 2001/03/13  00:55:53
10031         Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
10032              under ithreads
10033      Branch: maint-5.6/perl
10034            ! win32/perlhost.h
10035 ____________________________________________________________________________
10036 [  9115] By: jhi                                   on 2001/03/13  00:54:09
10037         Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
10038              From: "John L. Allen" <allen@grumman.com>
10039              Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
10040              Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
10041              
10042              use integer document clarification.
10043      Branch: perl
10044            ! lib/integer.pm
10045 ____________________________________________________________________________
10046 [  9114] By: jhi                                   on 2001/03/13  00:38:54
10047         Log: Metaconfig unit change for #9113.
10048      Branch: metaconfig
10049            ! U/modified/myhostname.U
10050 ____________________________________________________________________________
10051 [  9113] By: jhi                                   on 2001/03/13  00:38:35
10052         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?)
10053              From: Peter Prymmer <pvhp@forte.com>
10054              Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
10055              Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
10056      Branch: perl
10057            ! Configure README.os390 hints/os390.sh
10058 ____________________________________________________________________________
10059 [  9112] By: jhi                                   on 2001/03/13  00:29:00
10060         Log: Integrate perlio.
10061      Branch: perl
10062           !> sv.c utf8.h
10063 ____________________________________________________________________________
10064 [  9111] By: nick                                  on 2001/03/12  21:16:33
10065         Log: Integrate mainline.
10066      Branch: perlio
10067           +> t/op/anonsub.t
10068           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
10069           !> proto.h sv.c
10070 ____________________________________________________________________________
10071 [  9110] By: nick                                  on 2001/03/12  21:00:13
10072         Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
10073      Branch: perlio
10074            ! sv.c utf8.h
10075 ____________________________________________________________________________
10076 [  9109] By: jhi                                   on 2001/03/12  16:04:47
10077         Log: Integrate change #9108 from maintperl to mainline.
10078              
10079              fix memory leak in C<sub X { sub {} }> arising from a refcount
10080              loop between the outer sub and the inner prototype anonsub
10081              
10082              this also enables closures returned by subroutines that
10083              subsequently get redefined to work without generating coredumps :)
10084              
10085              completely removed the free_closures() hack--it shouldn't be
10086              needed anymore
10087      Branch: perl
10088           +> t/op/anonsub.t
10089           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
10090           !> proto.h sv.c
10091 ____________________________________________________________________________
10092 [  9108] By: gsar                                  on 2001/03/12  10:21:31
10093         Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
10094              loop between the outer sub and the inner prototype anonsub
10095              
10096              this also enables closures returned by subroutines that
10097              subsequently get redefined to work without generating coredumps :)
10098              
10099              completely removed the free_closures() hack--it shouldn't be
10100              needed anymore
10101      Branch: maint-5.6/perl
10102            + t/op/anonsub.t
10103            ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
10104            ! proto.h sv.c
10105 ____________________________________________________________________________
10106 [  9107] By: jhi                                   on 2001/03/12  05:15:31
10107         Log: Integrate perlio.
10108      Branch: perl
10109           !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
10110 ____________________________________________________________________________
10111 [  9106] By: nick                                  on 2001/03/11  20:10:12
10112         Log: regcomp.c is working in native space, not Unicode space (if different)
10113              as it is doing compare against 'W' in \W etc.
10114      Branch: perlio
10115            ! regcomp.c
10116 ____________________________________________________________________________
10117 [  9105] By: nick                                  on 2001/03/11  19:39:34
10118         Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
10119              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
10120      Branch: perlio
10121            ! regcomp.c toke.c utf8.c
10122 ____________________________________________________________________________
10123 [  9104] By: nick                                  on 2001/03/11  18:15:44
10124         Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
10125      Branch: perlio
10126            ! sv.c
10127 ____________________________________________________________________________
10128 [  9103] By: nick                                  on 2001/03/11  18:03:28
10129         Log: Integrate mainline (for regexp stuff).
10130      Branch: perlio
10131           !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
10132           !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
10133           !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
10134           !> t/lib/errno.t t/op/pat.t
10135 ____________________________________________________________________________
10136 [  9102] By: nick                                  on 2001/03/11  17:44:20
10137         Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
10138              - exclude layer syms in makedef.pl for sfio
10139              - also inhibit Encode from trying to build ":encode()" layer.
10140      Branch: perlio
10141            ! ext/Encode/Encode.xs makedef.pl
10142 ____________________________________________________________________________
10143 [  9101] By: jhi                                   on 2001/03/10  22:38:13
10144         Log: The $Is_MacOS needs to be declared.
10145      Branch: perl
10146            ! lib/ExtUtils/Manifest.pm
10147 ____________________________________________________________________________
10148 [  9100] By: jhi                                   on 2001/03/10  22:14:29
10149         Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
10150              #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
10151              pollute the symbolspace if using sfio.
10152      Branch: perl
10153            ! ext/Encode/Encode.xs
10154 ____________________________________________________________________________
10155 [  9099] By: jhi                                   on 2001/03/10  21:58:48
10156         Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
10157              Date: Sat, 10 Mar 2001 14:23:55 -0500
10158              From: Chris Nandor <pudge@pobox.com>
10159              Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
10160      Branch: perl
10161            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
10162            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
10163            ! t/lib/errno.t
10164 ____________________________________________________________________________
10165 [  9098] By: jhi                                   on 2001/03/10  21:38:30
10166         Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
10167      Branch: perl
10168            ! regcomp.c regexec.c t/op/pat.t
10169 ____________________________________________________________________________
10170 [  9097] By: jhi                                   on 2001/03/10  14:38:07
10171         Log: Integrate perlio.
10172      Branch: perl
10173           !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
10174           !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
10175           !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
10176 ____________________________________________________________________________
10177 [  9096] By: nick                                  on 2001/03/10  11:55:43
10178         Log: EBCDIC sanity - phase I
10179              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
10180              - use utf8n_xxxx (c.f. pvn) for forms which take length.
10181              - back out vN.N and $^V exceptions to e2a/a2e
10182              - make "locale" isxxx macros be uvchr (may be redundant?)
10183              
10184              Not clear yet that toUPPER_uni et. al. return being handled correctly.
10185              The tr// and rexexp stuff still needs an audit, assumption is they are working
10186              in Unicode space.
10187              
10188              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
10189      Branch: perlio
10190            ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
10191            ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
10192            ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
10193 ____________________________________________________________________________
10194 [  9095] By: jhi                                   on 2001/03/09  22:10:01
10195         Log: Integrate perlio.
10196      Branch: perl
10197           !> dump.c
10198 ____________________________________________________________________________
10199 [  9094] By: nick                                  on 2001/03/09  17:36:38
10200         Log: Builds an passes all tests after integrate and this tweak.
10201      Branch: perlio
10202            ! dump.c
10203 ____________________________________________________________________________
10204 [  9093] By: nick                                  on 2001/03/09  17:16:03
10205         Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
10206      Branch: perlio
10207           +> lib/unicode/Scripts.txt t/lib/sigaction.t
10208           !> (integrate 79 files)
10209 ____________________________________________________________________________
10210 [  9092] By: jhi                                   on 2001/03/09  15:28:26
10211         Log: Update Changes.
10212      Branch: perl
10213            ! Changes patchlevel.h
10214 ____________________________________________________________________________
10215 [  9091] By: jhi                                   on 2001/03/09  15:25:05
10216         Log: In op/stat #35 better to scan all the potential directories
10217              for setuids, not just the first one.
10218      Branch: perl
10219            ! t/op/stat.t
10220 ____________________________________________________________________________
10221 [  9090] By: jhi                                   on 2001/03/09  15:01:27
10222         Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
10223              From: rspier@pobox.com (Robert Spier)
10224              Date: Fri, 9 Mar 2001 03:30:20 -0500
10225              Message-ID: <15016.38044.381174.160189@rls.cx>
10226              
10227              EXISTS() returning undef mistakenly triggered a FETCH().
10228      Branch: perl
10229            ! hv.c
10230 ____________________________________________________________________________
10231 [  9089] By: jhi                                   on 2001/03/09  14:59:02
10232         Log: Add /sbin and /usr/sbin to the list of directories scanned
10233              for setuid programs.  Takes care of bug id 20010309.003.
10234      Branch: perl
10235            ! t/op/stat.t
10236 ____________________________________________________________________________
10237 [  9088] By: jhi                                   on 2001/03/09  14:48:32
10238         Log: Regen perlapi, perltoc.
10239      Branch: perl
10240            ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
10241 ____________________________________________________________________________
10242 [  9087] By: jhi                                   on 2001/03/09  14:38:56
10243         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
10244              From: David Mitchell <davem@fdgroup.co.uk>
10245              Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
10246              Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
10247      Branch: perl
10248            ! dump.c perl.c perl.h pod/perlrun.pod
10249 ____________________________________________________________________________
10250 [  9086] By: jhi                                   on 2001/03/09  01:47:16
10251         Log: A modified version of
10252              
10253              Subject: [ID 20010307.005] POSIX::sigaction has various problems
10254              From: anders@broadcom.com
10255              Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
10256              Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
10257              
10258              Currently the sigaction.t test #6 fails (and is fudged to look
10259              like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
10260              This may well be a genuine bug in Linux sigaction() (since at
10261              least Tru64, Solaris, and HP-UX disagree with Linux).
10262              Anyone with POSIX / SUSv2 tome handy?  The problem is that
10263              the flags of the oldaction don't match with the flags in
10264              the previously installed disposition.
10265      Branch: perl
10266            + t/lib/sigaction.t
10267            ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
10268 ____________________________________________________________________________
10269 [  9085] By: jhi                                   on 2001/03/09  01:30:13
10270         Log: Subject: Re: mission impossible for the day
10271              From: Alex Gough <alex@rcon.org>
10272              Date: Thu, 08 Mar 2001 17:18:19 +0000
10273              Message-ID: <3AA7BEDB.8070409@rcon.org>
10274              
10275              If references (are overloaded) and can be directly stringified,
10276              show that instead of "stringified".
10277              
10278              (The problem, infinite mutual recursion caused by overloaded bool
10279              in Switch.pm, tracked by David Mitchell)
10280      Branch: perl
10281            ! lib/Carp/Heavy.pm
10282 ____________________________________________________________________________
10283 [  9084] By: jhi                                   on 2001/03/09  01:20:39
10284         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
10285              Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
10286              From: David Mitchell <davem@fdgroup.co.uk>
10287              Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
10288      Branch: perl
10289            ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
10290            ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
10291 ____________________________________________________________________________
10292 [  9083] By: jhi                                   on 2001/03/09  01:16:51
10293         Log: Subject: [PATCH] perldata.pod here-doc docs
10294              From: Jeff Pinyan <jeffp@crusoe.net>
10295              Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
10296              Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
10297      Branch: perl
10298            ! pod/perldata.pod
10299 ____________________________________________________________________________
10300 [  9082] By: jhi                                   on 2001/03/09  01:01:27
10301         Log: Subject: Re: Unicode/EBCDIC
10302              From: Peter Prymmer <pvhp@forte.com>
10303              Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
10304              Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
10305      Branch: perl
10306            ! perl.c perl.h sv.c toke.c utf8.c utf8.h
10307 ____________________________________________________________________________
10308 [  9081] By: jhi                                   on 2001/03/08  13:41:30
10309         Log: Subject: Ooops, wrong 'no *POSIX' Patch
10310              From: Dorner Thomas <Thomas.Dorner@start.de>
10311              Date: Thu, 8 Mar 2001 08:43:28 +0100
10312              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
10313      Branch: perl
10314            ! hints/posix-bc.sh
10315 ____________________________________________________________________________
10316 [  9080] By: jhi                                   on 2001/03/08  13:11:42
10317         Log: It's Scripts.txt, not Script.txt.
10318      Branch: perl
10319            ! MANIFEST
10320 ____________________________________________________________________________
10321 [  9079] By: jhi                                   on 2001/03/08  12:59:05
10322         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
10323              From: Dorner Thomas <Thomas.Dorner@start.de>
10324              Date: Wed, 7 Mar 2001 14:13:31 +0100
10325              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
10326      Branch: perl
10327            ! makedepend.SH
10328 ____________________________________________________________________________
10329 [  9078] By: jhi                                   on 2001/03/08  12:57:43
10330         Log: Retract #9069, wrong patch.
10331      Branch: perl
10332            ! Makefile.SH
10333 ____________________________________________________________________________
10334 [  9077] By: jhi                                   on 2001/03/08  01:06:13
10335         Log: Upgrade to Unicode 3.1 beta 2001-03-01.
10336      Branch: perl
10337            + lib/unicode/Scripts.txt
10338            ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
10339            ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
10340            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
10341            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
10342            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
10343            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
10344            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
10345            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
10346            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
10347            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
10348            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
10349            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
10350            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
10351            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
10352            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
10353            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
10354            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
10355            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
10356            ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
10357            ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
10358            ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
10359            ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
10360            ! lib/unicode/version
10361 ____________________________________________________________________________
10362 [  9076] By: jhi                                   on 2001/03/07  22:59:39
10363         Log: Integrate change #7784 from mainline into maintperl.
10364              
10365              Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
10366      Branch: maint-5.6/perl
10367           !> pp_ctl.c t/op/pat.t
10368 ____________________________________________________________________________
10369 [  9075] By: jhi                                   on 2001/03/07  22:05:11
10370         Log: More UTF-8 test tweaks.
10371      Branch: perl
10372            ! t/op/pat.t t/op/split.t t/pragma/utf8.t
10373 ____________________________________________________________________________
10374 [  9074] By: nick                                  on 2001/03/07  21:39:29
10375         Log: Integrate mainline.
10376      Branch: perlio
10377           !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
10378           !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
10379           !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
10380           !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
10381           !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
10382 ____________________________________________________________________________
10383 [  9073] By: jhi                                   on 2001/03/07  16:37:09
10384         Log: Update Changes.
10385      Branch: perl
10386            ! Changes patchlevel.h
10387 ____________________________________________________________________________
10388 [  9072] By: jhi                                   on 2001/03/07  16:32:30
10389         Log: Subject: [ID 20010306.004] || != named unary operator
10390              From: abela@geneanet.org
10391              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
10392              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
10393      Branch: perl
10394            ! pod/perlop.pod
10395 ____________________________________________________________________________
10396 [  9071] By: jhi                                   on 2001/03/07  15:14:11
10397         Log: Subject: downgrading to bytes for common functions
10398              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
10399              Date: Wed, 7 Mar 2001 02:36:55 -0500
10400              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
10401      Branch: perl
10402            ! pp_sys.c
10403 ____________________________________________________________________________
10404 [  9070] By: jhi                                   on 2001/03/07  15:04:58
10405         Log: Clarify the description differentiating for and while; inspired by
10406              
10407              Subject: [ID 20010306.002] for/while difference in for definition
10408              From: abela@geneanet.org
10409              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
10410              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
10411      Branch: perl
10412            ! pod/perlsyn.pod
10413 ____________________________________________________________________________
10414 [  9069] By: jhi                                   on 2001/03/07  14:55:30
10415         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
10416              From: Dorner Thomas <Thomas.Dorner@start.de>
10417              Date: Wed, 7 Mar 2001 14:13:31 +0100
10418              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
10419      Branch: perl
10420            ! Makefile.SH
10421 ____________________________________________________________________________
10422 [  9068] By: jhi                                   on 2001/03/07  14:51:17
10423         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
10424              From: Radu Greab <radu@netsoft.ro>
10425              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
10426              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
10427      Branch: perl
10428            ! pp.c t/op/chop.t
10429 ____________________________________________________________________________
10430 [  9067] By: jhi                                   on 2001/03/07  14:48:57
10431         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
10432              From: Simon Cozens <simon@netthink.co.uk>
10433              Date: Wed, 7 Mar 2001 13:59:28 +0000
10434              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
10435              
10436              In order to allow MakeMaker to build correct Makefiles,
10437              you need to change the order of the arguments in MM_Unix.pm
10438              as well. (Unless you have C89_CCMODE set, but we're trying
10439              to be POSIXly correct)
10440              
10441              Thanks to Merijn Broeren for tracking this down.
10442      Branch: perl
10443            ! lib/ExtUtils/MM_Unix.pm
10444 ____________________________________________________________________________
10445 [  9066] By: jhi                                   on 2001/03/07  14:30:02
10446         Log: Floating point too messy.
10447      Branch: perl
10448            ! t/camel-III/vstring.t
10449 ____________________________________________________________________________
10450 [  9065] By: jhi                                   on 2001/03/07  14:17:44
10451         Log: Integrate change #9064 from maintperl into mainline.
10452              
10453              fix memory leak in pack("Bb",...)
10454      Branch: perl
10455           !> perl.c
10456 ____________________________________________________________________________
10457 [  9064] By: gsar                                  on 2001/03/07  06:29:24
10458         Log: fix memory leak in pack("Bb",...)
10459      Branch: maint-5.6/perl
10460            ! perl.c
10461 ____________________________________________________________________________
10462 [  9063] By: jhi                                   on 2001/03/07  00:55:04
10463         Log: Major utf8 test reorganisation and rewrite.
10464              Hopefully no tests were lost in the shuffle.
10465              (The beginning of pragma/utf8 was lost intentionally,
10466              the tests were rather bogus and incomplete.)
10467      Branch: perl
10468            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
10469            ! t/pragma/utf8.t
10470 ____________________________________________________________________________
10471 [  9062] By: jhi                                   on 2001/03/07  00:41:16
10472         Log: More tweakage on the Unicode character class descriptions.
10473      Branch: perl
10474            ! lib/unicode/mktables.PL pod/perlretut.pod
10475 ____________________________________________________________________________
10476 [  9061] By: jhi                                   on 2001/03/06  23:12:38
10477         Log: The perlretut was still talking about the old \p and \P
10478              definitions.
10479      Branch: perl
10480            ! pod/perlretut.pod
10481 ____________________________________________________________________________
10482 [  9060] By: nick                                  on 2001/03/06  20:52:37
10483         Log: Integrate mainline (make test works again now).
10484      Branch: perlio
10485           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
10486 ____________________________________________________________________________
10487 [  9059] By: jhi                                   on 2001/03/06  15:36:14
10488         Log: 0.999... does equal 1.0, doesn't it?
10489      Branch: perl
10490            ! t/camel-III/vstring.t
10491 ____________________________________________________________________________
10492 [  9058] By: jhi                                   on 2001/03/06  15:34:00
10493         Log: Make /x{abcd}/ to work without use utf8.
10494      Branch: perl
10495            ! regcomp.c
10496 ____________________________________________________________________________
10497 [  9057] By: jhi                                   on 2001/03/06  03:02:36
10498         Log: Easier to outcomment all the three reset() tests for now.
10499      Branch: perl
10500            ! t/op/pat.t
10501 ____________________________________________________________________________
10502 [  9056] By: jhi                                   on 2001/03/06  02:30:02
10503         Log: Comment out the deadly reset; until the 20010301.005
10504              is finally fixed.
10505      Branch: perl
10506            ! t/op/pat.t
10507 ____________________________________________________________________________
10508 [  9055] By: jhi                                   on 2001/03/06  02:21:26
10509         Log: Integrate the change #9054 from mainline:
10510              retract the PMOP cleanup patch pending further investigation.
10511      Branch: maint-5.6/perl
10512           !> op.c op.h
10513 ____________________________________________________________________________
10514 [  9054] By: jhi                                   on 2001/03/06  02:19:57
10515         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
10516              with oddly familiar stack traces.
10517      Branch: perl
10518            ! op.c op.h
10519 ____________________________________________________________________________
10520 [  9053] By: jhi                                   on 2001/03/05  23:20:28
10521         Log: Integrate perlio.
10522      Branch: perl
10523           +> ext/Encode/Encode/koi8-r.ucm
10524           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
10525           !> makedef.pl
10526 ____________________________________________________________________________
10527 [  9052] By: nick                                  on 2001/03/05  23:08:17
10528         Log: skipping USE_PERLIO symbols correction.
10529      Branch: perlio
10530            ! makedef.pl
10531 ____________________________________________________________________________
10532 [  9051] By: nick                                  on 2001/03/05  22:35:07
10533         Log: More Encode alias tidying.
10534      Branch: perlio
10535            + ext/Encode/Encode/koi8-r.ucm
10536            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
10537 ____________________________________________________________________________
10538 [  9050] By: jhi                                   on 2001/03/05  21:44:29
10539         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
10540              Sarathy's fix for ID 20010301.005.
10541      Branch: maint-5.6/perl
10542           !> op.c op.h
10543 ____________________________________________________________________________
10544 [  9049] By: nick                                  on 2001/03/05  19:54:04
10545         Log: Integrate Jarkko's Encode.pm tweak.
10546      Branch: perlio
10547           !> ext/Encode/Encode.pm
10548 ____________________________________________________________________________
10549 [  9048] By: nick                                  on 2001/03/05  19:47:57
10550         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
10551      Branch: perlio
10552           +> os2/os2add.sym
10553           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
10554           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
10555           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
10556           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
10557           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
10558 ____________________________________________________________________________
10559 [  9047] By: jhi                                   on 2001/03/05  19:25:26
10560         Log: Regen perlapi.
10561      Branch: perl
10562            ! pod/perlapi.pod
10563 ____________________________________________________________________________
10564 [  9046] By: jhi                                   on 2001/03/05  19:12:14
10565         Log: Integrate perlio.
10566      Branch: perl
10567           +> t/camel-III/vstring.t
10568           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
10569 ____________________________________________________________________________
10570 [  9045] By: jhi                                   on 2001/03/05  19:10:36
10571         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
10572      Branch: perl
10573            ! ext/Encode/Encode.pm
10574 ____________________________________________________________________________
10575 [  9044] By: jhi                                   on 2001/03/05  18:49:12
10576         Log: Forgot the other half of the PMOP patch (#9033).
10577      Branch: perl
10578            ! op.h
10579 ____________________________________________________________________________
10580 [  9043] By: nick                                  on 2001/03/05  18:14:47
10581         Log: Update MANIFEST for new test.
10582      Branch: perlio
10583            ! MANIFEST
10584 ____________________________________________________________________________
10585 [  9042] By: nick                                  on 2001/03/05  18:12:41
10586         Log: Some tests for Camel 3rd edition features.
10587              Make gethostbyaddr() test in above work.
10588      Branch: perlio
10589            + t/camel-III/vstring.t
10590            ! pp.h pp_sys.c t/TEST t/harness
10591 ____________________________________________________________________________
10592 [  9041] By: jhi                                   on 2001/03/05  17:41:48
10593         Log: Add more ISO 8859 encoding aliases.
10594      Branch: perl
10595            ! ext/Encode/Encode.pm
10596 ____________________________________________________________________________
10597 [  9040] By: jhi                                   on 2001/03/05  17:30:43
10598         Log: Integrate perlio.
10599      Branch: perl
10600           !> MANIFEST sv.c
10601 ____________________________________________________________________________
10602 [  9039] By: nick                                  on 2001/03/05  17:11:36
10603         Log: Missed added file.
10604      Branch: perlio
10605            ! MANIFEST
10606 ____________________________________________________________________________
10607 [  9038] By: jhi                                   on 2001/03/05  15:58:01
10608         Log: Add tr tests for EBCDIC, from Karsten Sperling.
10609      Branch: perl
10610            ! t/op/tr.t
10611 ____________________________________________________________________________
10612 [  9037] By: nick                                  on 2001/03/05  15:56:35
10613         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
10614              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
10615              
10616              Make SvPVbyte*() symetric with respect to SvPVutf8*() in that:
10617              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
10618              - uses SvPV() rather than sv_2pv() in case it isn't a string.
10619      Branch: perlio
10620            ! sv.c
10621 ____________________________________________________________________________
10622 [  9036] By: jhi                                   on 2001/03/05  15:49:15
10623         Log: Add matching tests currently failing in EBCDIC,
10624              suggested by Karsten Sperling.
10625      Branch: perl
10626            ! t/op/pat.t
10627 ____________________________________________________________________________
10628 [  9035] By: jhi                                   on 2001/03/05  15:36:55
10629         Log: The #9034 needs a MANIFESTation.
10630      Branch: perl
10631            ! MANIFEST
10632 ____________________________________________________________________________
10633 [  9034] By: jhi                                   on 2001/03/05  15:35:14
10634         Log: Integrate perlio.
10635      Branch: perl
10636           +> ext/Encode/Encode/Tcl.pm
10637           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
10638           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
10639           !> ext/Encode/Encode/iso8859-1.ucm
10640           !> ext/Encode/Encode/iso8859-10.ucm
10641           !> ext/Encode/Encode/iso8859-13.ucm
10642           !> ext/Encode/Encode/iso8859-14.ucm
10643           !> ext/Encode/Encode/iso8859-15.ucm
10644           !> ext/Encode/Encode/iso8859-16.ucm
10645           !> ext/Encode/Encode/iso8859-2.ucm
10646           !> ext/Encode/Encode/iso8859-3.ucm
10647           !> ext/Encode/Encode/iso8859-4.ucm
10648           !> ext/Encode/Encode/iso8859-5.ucm
10649           !> ext/Encode/Encode/iso8859-6.ucm
10650           !> ext/Encode/Encode/iso8859-7.ucm
10651           !> ext/Encode/Encode/iso8859-8.ucm
10652           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
10653           !> t/lib/encode.t
10654 ____________________________________________________________________________
10655 [  9033] By: jhi                                   on 2001/03/05  15:33:18
10656         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
10657              From: Gurusamy Sarathy <gsar@ActiveState.com>
10658              Date: Sun, 04 Mar 2001 22:33:15 -0800
10659              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
10660              
10661              PMOPs need to remember their own stash so that they can
10662              gracefully remove themselves from their linked list.
10663      Branch: perl
10664            ! op.c
10665 ____________________________________________________________________________
10666 [  9032] By: nick                                  on 2001/03/05  14:51:50
10667         Log: Encode implementation "completion"
10668              Implement and document define_encoding()
10669              Implement and document encoding aliases including define_alias()
10670              Make Encode::XS use define_encoding() rather than back-door.
10671              Move run-time *.enc to separate Encode::Tcl module.
10672              Make 'compile' honour <codeset_name>
10673              Change canonical names of to iso-8859-* and US-ascii.
10674      Branch: perlio
10675            + ext/Encode/Encode/Tcl.pm
10676            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
10677            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
10678            ! ext/Encode/Encode/iso8859-1.ucm
10679            ! ext/Encode/Encode/iso8859-10.ucm
10680            ! ext/Encode/Encode/iso8859-13.ucm
10681            ! ext/Encode/Encode/iso8859-14.ucm
10682            ! ext/Encode/Encode/iso8859-15.ucm
10683            ! ext/Encode/Encode/iso8859-16.ucm
10684            ! ext/Encode/Encode/iso8859-2.ucm
10685            ! ext/Encode/Encode/iso8859-3.ucm
10686            ! ext/Encode/Encode/iso8859-4.ucm
10687            ! ext/Encode/Encode/iso8859-5.ucm
10688            ! ext/Encode/Encode/iso8859-6.ucm
10689            ! ext/Encode/Encode/iso8859-7.ucm
10690            ! ext/Encode/Encode/iso8859-8.ucm
10691            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
10692            ! t/lib/encode.t
10693 ____________________________________________________________________________
10694 [  9031] By: jhi                                   on 2001/03/05  13:51:17
10695         Log: Integrate change #9030 from maintperl into mainline.
10696              
10697              Subject: [PATCH 5.6.1] OS/2 cleanup
10698      Branch: perl
10699           +> os2/os2add.sym
10700           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
10701           !> makedef.pl os2/Changes os2/Makefile.SHs
10702           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
10703           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
10704           !> os2/os2.sym os2/os2ish.h
10705 ____________________________________________________________________________
10706 [  9030] By: jhi                                   on 2001/03/05  13:46:49
10707         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
10708              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10709              Date: Mon, 5 Mar 2001 02:29:44 -0500
10710              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
10711      Branch: maint-5.6/perl
10712            + os2/os2add.sym
10713            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
10714            ! makedef.pl os2/Changes os2/Makefile.SHs
10715            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
10716            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
10717            ! os2/os2.sym os2/os2ish.h
10718 ____________________________________________________________________________
10719 [  9029] By: jhi                                   on 2001/03/05  13:40:35
10720         Log: Integrate change #9028 from maintperl into mainline.
10721              
10722              various nits in MM_Unix.pm found by disabling SelfLoader
10723      Branch: perl
10724           !> lib/ExtUtils/MM_Unix.pm
10725 ____________________________________________________________________________
10726 [  9028] By: gsar                                  on 2001/03/05  09:58:38
10727         Log: various nits in MM_Unix.pm found by disabling SelfLoader
10728      Branch: maint-5.6/perl
10729            ! lib/ExtUtils/MM_Unix.pm
10730 ____________________________________________________________________________
10731 [  9027] By: nick                                  on 2001/03/05  08:35:22
10732         Log: Integrate mainline
10733      Branch: perlio
10734           !> (integrate 28 files)
10735 ____________________________________________________________________________
10736 [  9026] By: jhi                                   on 2001/03/05  02:14:59
10737         Log: Integrate change #9025 from mainline to maintperl,
10738              retract \N{U+HHHH}.
10739      Branch: maint-5.6/perl
10740           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
10741           !> t/lib/charnames.t toke.c
10742 ____________________________________________________________________________
10743 [  9025] By: jhi                                   on 2001/03/05  02:13:09
10744         Log: Retracting \N{U+HHHH}.
10745      Branch: perl
10746            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
10747            ! t/lib/charnames.t toke.c
10748 ____________________________________________________________________________
10749 [  9024] By: jhi                                   on 2001/03/04  20:51:07
10750         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
10751              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
10752              Date: Fri, 02 Mar 2001 18:25:26 +0100
10753              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
10754              
10755              Casting problem.
10756      Branch: perl
10757            ! ext/Storable/Storable.xs
10758 ____________________________________________________________________________
10759 [  9023] By: jhi                                   on 2001/03/04  19:46:45
10760         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
10761              From: nick@talking.bollo.cx
10762              Date: Sat, 03 Mar 2001 21:41:33 +0000
10763              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
10764              
10765              Revert the workaround.
10766      Branch: perl
10767            ! perlio.c
10768 ____________________________________________________________________________
10769 [  9022] By: jhi                                   on 2001/03/04  19:36:28
10770         Log: Update Changes.
10771      Branch: perl
10772            ! Changes patchlevel.h
10773 ____________________________________________________________________________
10774 [  9021] By: jhi                                   on 2001/03/04  18:41:00
10775         Log: makedef.pl updates suggested by Chris Nandor; double-checking
10776              the changes in AIX, OS/2 Win32 would be nice.
10777      Branch: perl
10778            ! makedef.pl
10779 ____________________________________________________________________________
10780 [  9020] By: jhi                                   on 2001/03/04  18:23:58
10781         Log: Integrate change #9012 from maintperl into mainline,
10782              quench a compiler warning.
10783      Branch: perl
10784           !> toke.c
10785 ____________________________________________________________________________
10786 [  9019] By: jhi                                   on 2001/03/04  18:18:43
10787         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
10788              
10789              \N{U+HHHH} fix.
10790              
10791              pattern in G_ARRAY context
10792      Branch: maint-5.6/perl
10793           !> pp_hot.c t/op/pat.t toke.c
10794 ____________________________________________________________________________
10795 [  9018] By: jhi                                   on 2001/03/04  18:07:48
10796         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
10797              From: Jeff Pinyan <jeffp@crusoe.net>
10798              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
10799              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
10800      Branch: perl
10801            ! pp_hot.c t/op/pat.t
10802 ____________________________________________________________________________
10803 [  9017] By: jhi                                   on 2001/03/04  18:06:21
10804         Log: I thought I tested the #9014.
10805      Branch: perl
10806            ! toke.c
10807 ____________________________________________________________________________
10808 [  9016] By: jhi                                   on 2001/03/04  17:41:22
10809         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
10810              
10811              Tweak the get*ent() OS/2 prototypes.
10812              
10813              Add the \N{U+HHHH} syntax.
10814              
10815              More tr/// UTF-8 fixes from Inaba Hiroto.
10816      Branch: maint-5.6/perl
10817           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
10818           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
10819 ____________________________________________________________________________
10820 [  9015] By: jhi                                   on 2001/03/04  17:36:04
10821         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
10822      Branch: perl
10823            ! doop.c t/op/tr.t
10824 ____________________________________________________________________________
10825 [  9014] By: jhi                                   on 2001/03/04  17:24:49
10826         Log: Add the \N{U+HHHH} syntax.
10827      Branch: perl
10828            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
10829            ! t/lib/charnames.t toke.c
10830 ____________________________________________________________________________
10831 [  9013] By: jhi                                   on 2001/03/04  17:20:45
10832         Log: Tweak the get*ent() OS/2 prototypes.
10833      Branch: perl
10834            ! os2/os2.c
10835 ____________________________________________________________________________
10836 [  9012] By: gsar                                  on 2001/03/04  06:26:14
10837         Log: avoid warning (nit in change#9009)
10838      Branch: maint-5.6/perl
10839            ! toke.c
10840 ____________________________________________________________________________
10841 [  9011] By: gsar                                  on 2001/03/04  06:15:24
10842         Log: lib/charnames.t fails in 5.6.x because of older Unicode
10843              data
10844              
10845              TODO: need to revisit this after updating lib/unicode/...
10846      Branch: maint-5.6/perl
10847            ! t/lib/charnames.t
10848 ____________________________________________________________________________
10849 [  9010] By: gsar                                  on 2001/03/04  06:08:36
10850         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
10851      Branch: maint-5.6/perl
10852            ! toke.c
10853 ____________________________________________________________________________
10854 [  9009] By: jhi                                   on 2001/03/03  19:27:20
10855         Log: Integrate change #9008 from mainline to maintperl,
10856              UTF-8 tr/// fixes from Inaba Hiroto.
10857      Branch: maint-5.6/perl
10858           !> doop.c op.c t/op/tr.t toke.c
10859 ____________________________________________________________________________
10860 [  9008] By: jhi                                   on 2001/03/03  19:19:42
10861         Log: UTF8 tr/// fixes from Inaba Hiroto.
10862      Branch: perl
10863            ! doop.c op.c t/op/tr.t toke.c
10864 ____________________________________________________________________________
10865 [  9007] By: jhi                                   on 2001/03/03  19:00:30
10866         Log: Integrate change #9006 from maintperl to mainline,
10867              more robust quest for the infinite.
10868      Branch: perl
10869           !> lib/Math/Complex.pm
10870 ____________________________________________________________________________
10871 [  9006] By: jhi                                   on 2001/03/03  18:58:06
10872         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
10873              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10874              Date: Sat, 3 Mar 2001 12:51:50 -0500
10875              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
10876              
10877              Be more robust in our quest for the infinite.
10878      Branch: maint-5.6/perl
10879            ! lib/Math/Complex.pm
10880 ____________________________________________________________________________
10881 [  9005] By: jhi                                   on 2001/03/03  17:55:50
10882         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
10883      Branch: maint-5.6/perl
10884            ! doio.c
10885 ____________________________________________________________________________
10886 [  9004] By: jhi                                   on 2001/03/03  17:40:14
10887         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
10888              so that picky compilers like IRIX won't get huffy about
10889              "statements without effect" (like 1;).
10890      Branch: perl
10891            ! toke.c
10892 ____________________________________________________________________________
10893 [  9003] By: jhi                                   on 2001/03/03  17:15:52
10894         Log: Integrate change #9002 from mainline to maintperl.
10895              
10896              Subject: [perl-5.6.x, perl-current] accept for EPOC
10897      Branch: maint-5.6/perl
10898           !> pp_sys.c
10899 ____________________________________________________________________________
10900 [  9002] By: jhi                                   on 2001/03/03  17:14:30
10901         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
10902              From: Olaf Flebbe <O.Flebbe@science-computing.de>
10903              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
10904              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
10905      Branch: perl
10906            ! pp_sys.c
10907 ____________________________________________________________________________
10908 [  9001] By: jhi                                   on 2001/03/03  17:13:13
10909         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
10910              From: "Craig A. Berry" <craigberry@mac.com>
10911              Date: Fri, 02 Mar 2001 17:44:40 -0600
10912              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
10913      Branch: perl
10914            ! t/pod/find.t
10915 ____________________________________________________________________________
10916 [  9000] By: jhi                                   on 2001/03/03  17:11:55
10917         Log: Integrate changes #8997,8999 from maintperl.
10918              
10919              Subject: [PATCH 5.6.1] compiling on OS/2
10920              (Better error message from hints/os2.sh)
10921              
10922              Subject: [PATCH 5.6.1] syslog.t
10923      Branch: perl
10924           !> hints/os2.sh t/lib/syslog.t
10925 ____________________________________________________________________________
10926 [  8999] By: jhi                                   on 2001/03/03  17:09:28
10927         Log: Subject: [PATCH 5.6.1] syslog.t
10928              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10929              Date: Sat, 3 Mar 2001 02:11:17 -0500
10930              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
10931      Branch: maint-5.6/perl
10932            ! t/lib/syslog.t
10933 ____________________________________________________________________________
10934 [  8998] By: jhi                                   on 2001/03/03  17:07:50
10935         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
10936              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10937              Date: Sat, 3 Mar 2001 01:53:52 -0500
10938              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
10939      Branch: maint-5.6/perl
10940            ! opcode.pl os2/os2.c
10941 ____________________________________________________________________________
10942 [  8997] By: jhi                                   on 2001/03/03  17:03:30
10943         Log: Subject: [PATCH 5.6.1] compiling on OS/2
10944              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10945              Date: Sat, 3 Mar 2001 01:59:59 -0500
10946              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
10947      Branch: maint-5.6/perl
10948            ! hints/os2.sh
10949 ____________________________________________________________________________
10950 [  8996] By: jhi                                   on 2001/03/03  00:55:58
10951         Log: Regen files for mainline.
10952      Branch: perl
10953            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10954            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
10955 ____________________________________________________________________________
10956 [  8995] By: jhi                                   on 2001/03/03  00:35:22
10957         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
10958              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
10959              to maintperl.
10960              
10961              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
10962              
10963              Add Configure option -Dmksymlinks which will create a symlink
10964              forest if the current/build differs from the source directory.
10965              (8218,8220,8221,8317,8318,8971)
10966              
10967              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
10968              (Document APPLLIB_EXP in INSTALL.)
10969              
10970              If running byacc write-enable also perly.h.
10971              
10972              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
10973              
10974              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
10975              
10976              Sanity check for conflicting thread flavours.
10977              
10978              Fix the sys/fcntl.h problem reported by Peter Prymmer.
10979              
10980              Add few CPUs/architectures to the Cppsym scan,
10981              add -perlio to archname if so selected (modified 8890)
10982              
10983              Be more helpful for devel builders, suggested by John L. Allen.
10984              (admittedly pointless change for maintperl, but the usedevel
10985              code is there already)
10986      Branch: maint-5.6/perl
10987           !> Configure INSTALL Makefile.SH Porting/Glossary
10988           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
10989           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
10990           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
10991           !> win32/config.bc win32/config.gc win32/config.vc
10992 ____________________________________________________________________________
10993 [  8994] By: jhi                                   on 2001/03/02  23:31:41
10994         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
10995      Branch: metaconfig/U/perl
10996            ! gccvers.U
10997 ____________________________________________________________________________
10998 [  8993] By: jhi                                   on 2001/03/02  23:22:12
10999         Log: Regenerate various files for maint.
11000      Branch: maint-5.6/perl
11001            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
11002            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
11003 ____________________________________________________________________________
11004 [  8992] By: alanbur                               on 2001/03/02  22:48:34
11005         Log: Resync wuth parent
11006      Branch: maint-5.6/pureperl
11007           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
11008           !> (integrate 60 files)
11009 ____________________________________________________________________________
11010 [  8991] By: jhi                                   on 2001/03/02  21:00:08
11011         Log: Retract the #8742 part of #8986, backward compat.
11012      Branch: maint-5.6/perl
11013            ! embed.pl
11014 ____________________________________________________________________________
11015 [  8990] By: jhi                                   on 2001/03/02  20:40:07
11016         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
11017      Branch: maint-5.6/perl
11018            ! hv.c
11019 ____________________________________________________________________________
11020 [  8989] By: jhi                                   on 2001/03/02  19:59:56
11021         Log: Update Changes.
11022      Branch: perl
11023            ! Changes patchlevel.h
11024 ____________________________________________________________________________
11025 [  8988] By: jhi                                   on 2001/03/02  19:57:08
11026         Log: Integrate perlio.
11027      Branch: perl
11028           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
11029           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
11030           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
11031           !> ext/Encode/Encode/iso8859-10.ucm
11032           !> ext/Encode/Encode/iso8859-13.ucm
11033           !> ext/Encode/Encode/iso8859-14.ucm
11034           !> ext/Encode/Encode/iso8859-15.ucm
11035           !> ext/Encode/Encode/iso8859-16.ucm
11036           !> ext/Encode/Encode/iso8859-2.ucm
11037           !> ext/Encode/Encode/iso8859-3.ucm
11038           !> ext/Encode/Encode/iso8859-4.ucm
11039           !> ext/Encode/Encode/iso8859-5.ucm
11040           !> ext/Encode/Encode/iso8859-6.ucm
11041           !> ext/Encode/Encode/iso8859-7.ucm
11042           !> ext/Encode/Encode/iso8859-8.ucm
11043           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
11044           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
11045 ____________________________________________________________________________
11046 [  8987] By: jhi                                   on 2001/03/02  19:43:40
11047         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
11048              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
11049              8950,8952,8955 from mainline to maintperl.
11050              
11051              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
11052              
11053              Put to rest the 20010205.001, the email address checking (not) regex.
11054              
11055              fork() not everywhere, cleanup temp files.
11056              
11057              The #8843 wasn't quite right: %Config needs to imported.
11058              
11059              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
11060              (#8849: the glob-basic hunk needed massaging as it depended
11061              on Schwern's large-scale (unintegrated) patches)
11062              
11063              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
11064              
11065              Upgrade to CGI.pm 2.752, from Lincoln Stein.
11066              (Note: there were some conflicts due to EBCDIC and EPOC
11067              patches, in general I preferred the repository code.)
11068              (When 2.753 comes out, we need to synchronize.)
11069              
11070              Subject: [PATCH] fix for charnames above FFFF
11071              
11072              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
11073              
11074              If no sfio, no -lsfio.
11075              
11076              Run run/*.t also in minitest.
11077              
11078              Subject:  [PATCH perl 5.7.0] malloc message address offset
11079              
11080              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
11081              
11082              Subject: fix for parameter -Dm (for perl@8867)
11083              
11084              Subject: [PATCH: perl@8892] was Re: hashing order difference?
11085              (make the test more portable)
11086              
11087              Subject: Re: [PATCH] fix for charnames above FFFF
11088              
11089              Subject: Re: I'm losing the war...
11090              (hv_store() not working correctly in ENV_IS_CASELESS case.)
11091              
11092              Subject: Modified README.bs2000 
11093              
11094              Subject: [PATCH: perl@8935] -Dt padsv($var)
11095              
11096              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
11097              
11098              Subject: PATCH: extra tests to check on negative float to unsigned cast
11099              
11100              Subject: [PATCH] XPUSH[insp] was Re: progress
11101              
11102              Subject: Re: Compile with perlcc..
11103      Branch: maint-5.6/perl
11104           !> (integrate 36 files)
11105 ____________________________________________________________________________
11106 [  8986] By: jhi                                   on 2001/03/02  18:51:25
11107         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
11108              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
11109              to maintperl.
11110              
11111              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
11112              
11113              Subject: [DOC PATCH] overload.pm nits
11114              
11115              Add header for LIB$ prototypes (C. Berry)
11116              
11117              Convert fwrite()s to sockets to write()s, since some socket stacks
11118              don't take kindly to stdio.
11119              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
11120              (for often optional LNMs)
11121              Correct a few typos
11122              (C. Bailey)
11123              
11124              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
11125              
11126              De-cut-and-pasto.
11127              
11128              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
11129              
11130              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
11131              
11132              Upgrade to CPAN 1.59_54, from Andreas König.
11133              
11134              Bogus shebang.
11135              
11136              Subject: [PATCH] Document makepatch in Porting/patching
11137              
11138              UTF-8 documentation.
11139              
11140              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
11141              
11142              Sort the MANIFEST.
11143              
11144              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
11145              
11146              Subject: [PATCH @8807] toke.c cleanup: scan_str()
11147              
11148              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
11149              
11150              Add run/*.t to testables.
11151              
11152              TODO: integrate #8784.
11153      Branch: maint-5.6/perl
11154           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
11155           !> (integrate 28 files)
11156 ____________________________________________________________________________
11157 [  8985] By: nick                                  on 2001/03/02  18:15:45
11158         Log: Integrate mainline
11159      Branch: perlio
11160           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
11161           !> vms/vms.c
11162 ____________________________________________________________________________
11163 [  8984] By: jhi                                   on 2001/03/02  16:00:17
11164         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
11165              
11166              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
11167              5.004_05, and mention the suidperl August 2000 security problem.
11168              (#8978,#8981)
11169              
11170              Subject: [ID 20010301.004] Technically speaking in perldata
11171              
11172              Subject: [PATCH] File::Copy for bleadperl, maintperl
11173              
11174              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
11175              
11176              (The #8982, fix for 20010221.005 and 20010221.008,
11177              would be nice too but it didn't integrate cleanly.)
11178      Branch: maint-5.6/perl
11179           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
11180 ____________________________________________________________________________
11181 [  8983] By: jhi                                   on 2001/03/02  15:51:16
11182         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
11183              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
11184              Date:     Thu, 1 Mar 2001 15:54:09 EST
11185              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
11186      Branch: perl
11187            ! vms/vms.c
11188 ____________________________________________________________________________
11189 [  8982] By: jhi                                   on 2001/03/02  15:43:31
11190         Log: Subject: Re: sync sync sync: have I missed any patches?
11191              From: Radu Greab <radu@netsoft.ro> 
11192              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
11193              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
11194              
11195              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
11196              was checking argv[0] regardless of whether a different pathname
11197              will actually be executed."  Test case not supplied because 
11198              drafting that, ironically enough, revealed another bug
11199              (or a feature).
11200      Branch: perl
11201            ! doio.c
11202 ____________________________________________________________________________
11203 [  8981] By: jhi                                   on 2001/03/02  15:28:03
11204         Log: Misdate in #8978.
11205      Branch: perl
11206            ! pod/perlfaq1.pod
11207 ____________________________________________________________________________
11208 [  8980] By: jhi                                   on 2001/03/02  15:24:20
11209         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
11210              From: Chris Nandor <pudge@pobox.com>
11211              Date: Wed, 28 Feb 2001 22:10:15 -0500
11212              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
11213      Branch: perl
11214            ! lib/File/Copy.pm
11215 ____________________________________________________________________________
11216 [  8979] By: jhi                                   on 2001/03/02  15:17:16
11217         Log: Subject: [ID 20010301.004] Technically speaking in perldata
11218              From: abela@geneanet.org
11219              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
11220              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
11221      Branch: perl
11222            ! pod/perldata.pod
11223 ____________________________________________________________________________
11224 [  8978] By: jhi                                   on 2001/03/02  15:15:27
11225         Log: Subject: [ID 20010301.003] ref to 5.004
11226              From: abela@geneanet.org
11227              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
11228              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
11229              
11230              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
11231              and mention the suidperl August 2000 security problem.
11232      Branch: perl
11233            ! pod/perlfaq1.pod
11234 ____________________________________________________________________________
11235 [  8977] By: alanbur                               on 2001/03/02  14:17:45
11236         Log: Resynchronised with parent
11237      Branch: maint-5.6/pureperl
11238           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
11239           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
11240           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
11241           !> vms/descrip_mms.template win32/win32.c win32/win32.h
11242           !> win32/win32iop.h
11243 ____________________________________________________________________________
11244 [  8976] By: nick                                  on 2001/03/01  23:25:30
11245         Log: Integrate mainline.
11246      Branch: perlio
11247            - t/op/qu.t
11248           !> (integrate 55 files)
11249 ____________________________________________________________________________
11250 [  8975] By: jhi                                   on 2001/03/01  16:51:34
11251         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
11252      Branch: perl
11253           !> toke.c
11254 ____________________________________________________________________________
11255 [  8974] By: gsar                                  on 2001/03/01  16:28:21
11256         Log: fix for bugid 20010226.008
11257              
11258              the problem was that some of the pointers (PL_last_lop and
11259              PL_last_uni specifically) into the lex buffers weren't correctly
11260              being invalidated when the buffer changed; this would leave the
11261              pointers pointing at an arbitrary location in the buffer if
11262              the buffer didn't need to be reallocated, or point into freed
11263              memory if the buffer had to be realloced
11264              
11265              TODO item for bugdb maintainers: check other seemingly random
11266              parser-related bugs--they might be cured by this
11267      Branch: maint-5.6/perl
11268            ! toke.c
11269 ____________________________________________________________________________
11270 [  8973] By: jhi                                   on 2001/03/01  02:23:25
11271         Log: Retract #8970 because of a completely mysterious core dump:
11272              adding the tests 241..244 causes op/pat dump core at test #25.
11273              The test needs a lot of whittling down before the bug can be solved.
11274      Branch: perl
11275            ! t/op/pat.t
11276 ____________________________________________________________________________
11277 [  8972] By: jhi                                   on 2001/03/01  01:58:38
11278         Log: Regen perlapi.
11279      Branch: perl
11280            ! pod/perlapi.pod
11281 ____________________________________________________________________________
11282 [  8971] By: jhi                                   on 2001/03/01  01:34:09
11283         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))
11284              From: Nicholas Clark <nick@ccl4.org>
11285              Date: Wed, 28 Feb 2001 23:28:49 +0000
11286              Message-ID: <20010228232849.A55187@plum.flirble.org>
11287              
11288              Allow a completely write protected source code tree
11289              when using the Configure -Dmksymlinks.
11290      Branch: perl
11291            ! embed.pl warnings.pl
11292 ____________________________________________________________________________
11293 [  8970] By: jhi                                   on 2001/03/01  01:32:04
11294         Log: Add back the EBCDIC character range tests (for matching).
11295      Branch: perl
11296            ! t/op/pat.t
11297 ____________________________________________________________________________
11298 [  8969] By: nick                                  on 2001/02/28  18:18:01
11299         Log: Add charname comments to .ucm files writen by 'compile',
11300              also order charmaps in those files by source encoding.
11301              regenerate distrubuted .ucm files
11302      Branch: perlio
11303            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
11304            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
11305            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
11306            ! ext/Encode/Encode/iso8859-10.ucm
11307            ! ext/Encode/Encode/iso8859-13.ucm
11308            ! ext/Encode/Encode/iso8859-14.ucm
11309            ! ext/Encode/Encode/iso8859-15.ucm
11310            ! ext/Encode/Encode/iso8859-16.ucm
11311            ! ext/Encode/Encode/iso8859-2.ucm
11312            ! ext/Encode/Encode/iso8859-3.ucm
11313            ! ext/Encode/Encode/iso8859-4.ucm
11314            ! ext/Encode/Encode/iso8859-5.ucm
11315            ! ext/Encode/Encode/iso8859-6.ucm
11316            ! ext/Encode/Encode/iso8859-7.ucm
11317            ! ext/Encode/Encode/iso8859-8.ucm
11318            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
11319            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
11320 ____________________________________________________________________________
11321 [  8968] By: jhi                                   on 2001/02/28  16:26:37
11322         Log: Expand usemorebits early if d_casti32 needs to be undefined.
11323      Branch: perl
11324            ! hints/hpux.sh hints/irix_6.sh
11325 ____________________________________________________________________________
11326 [  8967] By: jhi                                   on 2001/02/28  16:22:26
11327         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
11328              retract toke.c/qu parts of #8583, retract #8485, retract
11329              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
11330              op/length.t, and MANIFEST, and delete t/op/qu.t.
11331      Branch: perl
11332            - t/op/qu.t
11333            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
11334            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
11335            ! t/op/length.t toke.c
11336 ____________________________________________________________________________
11337 [  8966] By: jhi                                   on 2001/02/28  15:00:27
11338         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
11339              by not changing from pre-Unicode days into being Unicode-aware.
11340              Sniff.
11341      Branch: perl
11342            ! pp.c t/op/pack.t t/op/qu.t
11343 ____________________________________________________________________________
11344 [  8965] By: jhi                                   on 2001/02/28  14:37:55
11345         Log: Subject: Re: Errors in core PODs
11346              From: Michael Stevens <michael@etla.org> 
11347              Date: Fri, 23 Feb 2001 15:47:56 +0000
11348              Message-ID: <20010223154756.A7723@firedrake.org> 
11349      Branch: perl
11350            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
11351            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
11352            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
11353            ! x2p/a2p.pod
11354 ____________________________________________________________________________
11355 [  8964] By: jhi                                   on 2001/02/28  14:35:35
11356         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
11357              (The #8961 was too bold.)
11358      Branch: perl
11359            ! hints/hpux.sh hints/irix_6.sh
11360 ____________________________________________________________________________
11361 [  8963] By: jhi                                   on 2001/02/28  14:33:39
11362         Log: Subject: Re: sync sync sync: have I missed any patches?
11363              From: Tim Jenness <t.jenness@jach.hawaii.edu>
11364              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
11365              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
11366              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
11367              
11368              Replace djSP with dSP.
11369      Branch: perl
11370            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
11371            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
11372            ! win32/perlhost.h
11373 ____________________________________________________________________________
11374 [  8962] By: jhi                                   on 2001/02/27  23:21:14
11375         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
11376      Branch: perl
11377            ! lib/Filter/Simple.pm
11378 ____________________________________________________________________________
11379 [  8961] By: jhi                                   on 2001/02/27  22:55:26
11380         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
11381              and this would be it.
11382      Branch: perl
11383            ! hints/hpux.sh hints/irix_6.sh
11384 ____________________________________________________________________________
11385 [  8960] By: jhi                                   on 2001/02/27  22:51:33
11386         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
11387              From: "Craig A. Berry" <craigberry@mac.com>
11388              Date: Tue, 27 Feb 2001 16:11:44 -0600
11389              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
11390      Branch: maint-5.6/perl
11391            ! configure.com vms/descrip_mms.template
11392 ____________________________________________________________________________
11393 [  8959] By: jhi                                   on 2001/02/27  22:47:23
11394         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
11395              From: "Craig A. Berry" <craigberry@mac.com>
11396              Date: Tue, 27 Feb 2001 16:11:44 -0600
11397              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
11398      Branch: perl
11399            ! configure.com vms/descrip_mms.template
11400 ____________________________________________________________________________
11401 [  8958] By: jhi                                   on 2001/02/27  15:16:42
11402         Log: Update Changes.
11403      Branch: perl
11404            ! Changes patchlevel.h
11405 ____________________________________________________________________________
11406 [  8957] By: jhi                                   on 2001/02/27  06:15:07
11407         Log: Subject: [5.6.x] EPOC additions
11408              From: Olaf Flebbe <O.Flebbe@science-computing.de>
11409              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
11410              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
11411      Branch: maint-5.6/perl
11412            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
11413 ____________________________________________________________________________
11414 [  8956] By: jhi                                   on 2001/02/27  06:12:11
11415         Log: Subject: [perl-current] EPOC 
11416              From: Olaf Flebbe <O.Flebbe@science-computing.de>
11417              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
11418              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
11419      Branch: perl
11420            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
11421            ! epoc/epocish.c epoc/epocish.h pp_sys.c
11422 ____________________________________________________________________________
11423 [  8955] By: jhi                                   on 2001/02/27  05:59:50
11424         Log: Subject: Re: Compile with perlcc..
11425              From: Edward Peschko <edwardp@excitehome.net>
11426              Date: Mon, 26 Feb 2001 18:51:58 -0800
11427              Message-ID: <20010226185158.A9871@excitehome.net>
11428              
11429              plus add a simple usage message if no arguments given.
11430      Branch: perl
11431            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
11432            ! utils/Makefile utils/perlcc.PL win32/pod.mak
11433 ____________________________________________________________________________
11434 [  8954] By: nick                                  on 2001/02/26  21:02:59
11435         Log: Integrate mainline
11436      Branch: perlio
11437           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
11438           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
11439           !> t/op/sprintf.t
11440 ____________________________________________________________________________
11441 [  8953] By: jhi                                   on 2001/02/26  14:43:54
11442         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
11443              From: Nicholas Clark <nick@ccl4.org>
11444              Date: Mon, 26 Feb 2001 00:42:07 +0000
11445              Message-ID: <20010226004207.F23333@plum.flirble.org>
11446      Branch: perl
11447            ! pp_ctl.c
11448 ____________________________________________________________________________
11449 [  8952] By: jhi                                   on 2001/02/26  14:42:13
11450         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
11451              From: Simon Cozens <simon@netthink.co.uk>
11452              Date: Mon, 26 Feb 2001 12:23:48 +0000
11453              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
11454      Branch: perl
11455            ! pod/perlguts.pod
11456 ____________________________________________________________________________
11457 [  8951] By: jhi                                   on 2001/02/26  14:39:15
11458         Log: Subject: [PATCH] perlio - unknown layer
11459              From: Nicholas Clark <nick@ccl4.org>
11460              Date: Mon, 26 Feb 2001 00:27:19 +0000
11461              Message-ID: <20010226002719.E23333@plum.flirble.org>
11462      Branch: perl
11463            ! perlio.c
11464 ____________________________________________________________________________
11465 [  8950] By: jhi                                   on 2001/02/26  14:38:04
11466         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
11467              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
11468              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
11469              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
11470      Branch: perl
11471            ! t/op/bop.t
11472 ____________________________________________________________________________
11473 [  8949] By: jhi                                   on 2001/02/26  14:37:07
11474         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
11475              From: Peter Prymmer <pvhp@forte.com>
11476              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
11477              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
11478      Branch: perl
11479            ! lib/Test.pm
11480 ____________________________________________________________________________
11481 [  8948] By: jhi                                   on 2001/02/26  14:35:53
11482         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
11483              From: Radu Greab <radu@netsoft.ro>
11484              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
11485              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
11486      Branch: perl
11487            ! pod/perlop.pod
11488 ____________________________________________________________________________
11489 [  8947] By: jhi                                   on 2001/02/26  14:34:46
11490         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
11491              From: David Mitchell <davem@fdgroup.co.uk>
11492              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
11493              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
11494      Branch: perl
11495            ! run.c
11496 ____________________________________________________________________________
11497 [  8946] By: jhi                                   on 2001/02/26  14:32:37
11498         Log: Subject: Modified README.bs2000 
11499              From: Dorner Thomas <Thomas.Dorner@start.de>
11500              Date: Mon, 26 Feb 2001 09:22:17 +0100
11501              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
11502      Branch: perl
11503            ! README.bs2000
11504 ____________________________________________________________________________
11505 [  8945] By: jhi                                   on 2001/02/26  14:19:53
11506         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
11507              to maintperl, listing the known failures on the tests 129 and 130.
11508      Branch: maint-5.6/perl
11509           !> t/op/sprintf.t
11510 ____________________________________________________________________________
11511 [  8944] By: jhi                                   on 2001/02/26  14:14:15
11512         Log: Add more known sprintf failures.
11513      Branch: perl
11514            ! t/op/sprintf.t
11515 ____________________________________________________________________________
11516 [  8943] By: jhi                                   on 2001/02/26  13:56:22
11517         Log: perlglob.exe needs to be found in Win32, patch from
11518              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
11519              which needs external glob at mini-perl time."
11520      Branch: perl
11521            ! ext/Encode/compile
11522 ____________________________________________________________________________
11523 [  8942] By: jhi                                   on 2001/02/26  13:52:19
11524         Log: A missing dTHX from Vadim Konovalov.
11525      Branch: perl
11526            ! perlio.c
11527 ____________________________________________________________________________
11528 [  8941] By: jhi                                   on 2001/02/26  13:37:05
11529         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
11530      Branch: perl
11531            ! op.c
11532 ____________________________________________________________________________
11533 [  8940] By: jhi                                   on 2001/02/26  13:35:40
11534         Log: Integrate perlio.
11535      Branch: perl
11536           !> ext/Encode/Encode.pm
11537 ____________________________________________________________________________
11538 [  8939] By: nick                                  on 2001/02/25  23:47:09
11539         Log: Integrate mainline.
11540      Branch: perlio
11541           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
11542           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
11543 ____________________________________________________________________________
11544 [  8938] By: nick                                  on 2001/02/25  19:36:28
11545         Log: Encode implementations docs.
11546      Branch: perlio
11547            ! ext/Encode/Encode.pm
11548 ____________________________________________________________________________
11549 [  8937] By: jhi                                   on 2001/02/25  19:26:16
11550         Log: Script wasn't aligned with reality.
11551      Branch: perl
11552            ! t/pod/find.t
11553 ____________________________________________________________________________
11554 [  8936] By: jhi                                   on 2001/02/25  18:54:55
11555         Log: Update Changes.
11556      Branch: perl
11557            ! Changes patchlevel.h
11558 ____________________________________________________________________________
11559 [  8935] By: jhi                                   on 2001/02/25  18:46:36
11560         Log: Retract #8929,8930,8932,8933 for now.
11561      Branch: perl
11562            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
11563 ____________________________________________________________________________
11564 [  8934] By: jhi                                   on 2001/02/25  17:34:35
11565         Log: Integrate perlio.
11566      Branch: perl
11567           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
11568           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
11569           !> t/lib/encode.t
11570 ____________________________________________________________________________
11571 [  8933] By: jhi                                   on 2001/02/25  17:33:12
11572         Log: (Retracted by #8395.)
11573              
11574              Slight tweaks in scan_const(), not fixes yet, it seems like
11575              lots of work remains to be done...
11576      Branch: perl
11577            ! toke.c
11578 ____________________________________________________________________________
11579 [  8932] By: jhi                                   on 2001/02/25  17:27:11
11580         Log: (Retracted by #8395.)
11581              
11582              Missing from #8930.
11583      Branch: perl
11584            ! perl.h
11585 ____________________________________________________________________________
11586 [  8931] By: jhi                                   on 2001/02/25  17:26:19
11587         Log: A comment tweak.
11588      Branch: perl
11589            ! utf8.c
11590 ____________________________________________________________________________
11591 [  8930] By: jhi                                   on 2001/02/25  17:25:47
11592         Log: (Retracted by #8395.)
11593              
11594              Attempt to fix the EBCDIC character range problwm with //.
11595      Branch: perl
11596            ! regcomp.c
11597 ____________________________________________________________________________
11598 [  8929] By: jhi                                   on 2001/02/25  17:23:45
11599         Log: (Retracted by #8395.)
11600              
11601              Expand the EBCDIC character range tests, and add few nasty
11602              tr tests from Karsten Sperling.
11603      Branch: perl
11604            ! t/op/pat.t t/op/tr.t
11605 ____________________________________________________________________________
11606 [  8928] By: jhi                                   on 2001/02/25  17:18:49
11607         Log: Missing check-in.
11608      Branch: perl
11609            ! lib/Pod/Find.pm
11610 ____________________________________________________________________________
11611 [  8927] By: nick                                  on 2001/02/25  11:30:22
11612         Log: Change method names in Encode implementation classes to something
11613              less confusing (preparing to "go public").
11614      Branch: perlio
11615            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
11616 ____________________________________________________________________________
11617 [  8926] By: nick                                  on 2001/02/25  10:53:24
11618         Log: GCC __atribute__ / printf fix
11619      Branch: perlio
11620            ! perl.h
11621 ____________________________________________________________________________
11622 [  8925] By: nick                                  on 2001/02/25  10:52:25
11623         Log: Checked in the wrong one ...
11624      Branch: perlio
11625            ! ext/Encode/Encode.pm
11626 ____________________________________________________________________________
11627 [  8924] By: nick                                  on 2001/02/24  18:46:51
11628         Log: Integrate mainline - to see what Jarkko has in ...
11629      Branch: perlio
11630           +> t/pod/testpods/lib/Pod/Stuff.pm
11631           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
11632 ____________________________________________________________________________
11633 [  8923] By: nick                                  on 2001/02/24  17:05:23
11634         Log: Encode API documentation nd tidy up.
11635              Minor additions to test.
11636              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
11637              Adds STRLEN to standard typemap.
11638      Branch: perlio
11639            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
11640            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
11641 ____________________________________________________________________________
11642 [  8922] By: jhi                                   on 2001/02/24  16:38:12
11643         Log: Add a test for the "character range should match in EBCDIC
11644              if specified using explicit numerics" bug found by Karsten
11645              Sperling.
11646      Branch: perl
11647            ! t/op/pat.t
11648 ____________________________________________________________________________
11649 [  8921] By: jhi                                   on 2001/02/24  16:30:16
11650         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
11651              From: schwern@pobox.com
11652              Date: Fri, 23 Feb 2001 03:21:37 -0500
11653              Message-ID: <20010223032137.A26022@magnonel.guild.net>
11654              
11655              plus Charles Lane's fixes, plus tweaks.
11656      Branch: perl
11657            + t/pod/testpods/lib/Pod/Stuff.pm
11658            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
11659 ____________________________________________________________________________
11660 [  8920] By: nick                                  on 2001/02/24  10:30:11
11661         Log: Integrate mainline
11662      Branch: perlio
11663           !> (integrate 33 files)
11664 ____________________________________________________________________________
11665 [  8919] By: jhi                                   on 2001/02/24  00:23:35
11666         Log: Subject: Re: I'm losing the war...
11667              From: "Vadim Konovalov" <watman@inbox.ru>
11668              Date: Sat, 24 Feb 2001 00:10:14 +0300
11669              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
11670              
11671              hv_store() not working correctly in ENV_IS_CASELESS case.
11672      Branch: perl
11673            ! hv.c
11674 ____________________________________________________________________________
11675 [  8918] By: jhi                                   on 2001/02/24  00:20:09
11676         Log: Subject: Re: [PATCH] fix for charnames above FFFF
11677              From: andreas.koenig@anima.de (Andreas J. Koenig)
11678              Date: 23 Feb 2001 02:39:03 +0100
11679              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
11680              
11681              A further efficiency tweak.
11682      Branch: perl
11683            ! lib/charnames.pm
11684 ____________________________________________________________________________
11685 [  8917] By: jhi                                   on 2001/02/23  20:27:51
11686         Log: Integrate change #8916 from mainline,
11687              do away with USE_WIN32_RTL_ENV.
11688      Branch: maint-5.6/perl
11689           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
11690 ____________________________________________________________________________
11691 [  8916] By: jhi                                   on 2001/02/23  20:02:25
11692         Log: Abolish USE_WIN32_RTL_ENV.
11693      Branch: perl
11694            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
11695 ____________________________________________________________________________
11696 [  8915] By: jhi                                   on 2001/02/23  19:36:00
11697         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
11698              later protected by some #define.
11699      Branch: perl
11700            ! gv.c
11701 ____________________________________________________________________________
11702 [  8914] By: jhi                                   on 2001/02/23  19:31:38
11703         Log: Retract #8902 for now, requested by Charles Lane, the correct
11704              fix will be something else.
11705      Branch: perl
11706            ! op.c
11707 ____________________________________________________________________________
11708 [  8913] By: jhi                                   on 2001/02/23  19:11:36
11709         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
11710              From: Peter Prymmer <pvhp@forte.com>
11711              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
11712              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
11713      Branch: perl
11714            ! t/op/lex_assign.t
11715 ____________________________________________________________________________
11716 [  8912] By: jhi                                   on 2001/02/23  18:38:20
11717         Log: Subject: [patch] perlio + useithreads
11718              From: Doug MacEachern <dougm@covalent.net>
11719              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
11720              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
11721              
11722              Gets things running but not complete.
11723      Branch: perl
11724            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
11725 ____________________________________________________________________________
11726 [  8911] By: jhi                                   on 2001/02/23  04:20:02
11727         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
11728              
11729              Duplicated environment freeing, File::Temp 0.12,
11730              op/append portability (EBCDIC) tweak.
11731      Branch: maint-5.6/perl
11732           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
11733           !> t/op/append.t
11734 ____________________________________________________________________________
11735 [  8910] By: jhi                                   on 2001/02/23  02:07:33
11736         Log: Integrate change #8909 from mainline, a better Borland
11737              putenv() workaround.
11738      Branch: maint-5.6/perl
11739           !> perl.c
11740 ____________________________________________________________________________
11741 [  8909] By: jhi                                   on 2001/02/23  02:05:46
11742         Log: A better workaround for Borland putenv() brokenness from Sarathy.
11743      Branch: perl
11744            ! perl.c
11745 ____________________________________________________________________________
11746 [  8908] By: jhi                                   on 2001/02/23  02:04:14
11747         Log: Subject: fix for parameter -Dm (for perl@8867)
11748              From: "Vadim Konovalov" <watman@inbox.ru>
11749              Date: Thu, 22 Feb 2001 17:30:12 +0300
11750              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
11751      Branch: perl
11752            ! perl.h
11753 ____________________________________________________________________________
11754 [  8907] By: jhi                                   on 2001/02/23  01:58:20
11755         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
11756              From: Peter Prymmer <pvhp@forte.com>
11757              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
11758              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
11759      Branch: perl
11760            ! t/op/append.t
11761 ____________________________________________________________________________
11762 [  8906] By: jhi                                   on 2001/02/23  01:48:34
11763         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
11764      Branch: perl
11765            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
11766 ____________________________________________________________________________
11767 [  8905] By: jhi                                   on 2001/02/23  01:43:30
11768         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
11769              From: Peter Prymmer <pvhp@forte.com>
11770              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
11771              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
11772      Branch: perl
11773            ! t/lib/st-06compat.t
11774 ____________________________________________________________________________
11775 [  8904] By: jhi                                   on 2001/02/23  01:42:39
11776         Log: Metaconfig unit change for #8903.
11777      Branch: metaconfig/U/perl
11778            ! Devel.U
11779 ____________________________________________________________________________
11780 [  8903] By: jhi                                   on 2001/02/23  01:42:12
11781         Log: Be more helpful for devel builders, suggested by John L. Allen.
11782      Branch: perl
11783            ! Configure
11784 ____________________________________________________________________________
11785 [  8902] By: jhi                                   on 2001/02/23  01:37:41
11786         Log: (Retracted by #8914)
11787              (Wrongly, reinstated by #8941)             
11788
11789              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
11790              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
11791              Date:     Thu, 22 Feb 2001 09:43:57 EST
11792              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
11793      Branch: perl
11794            ! op.c
11795 ____________________________________________________________________________
11796 [  8901] By: jhi                                   on 2001/02/23  01:20:32
11797         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
11798              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
11799              Date:     Thu, 22 Feb 2001 08:01:35 EST
11800              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
11801      Branch: perl
11802            ! malloc.c
11803 ____________________________________________________________________________
11804 [  8900] By: jhi                                   on 2001/02/23  01:18:02
11805         Log: Integrate changes #8898,8899 from mainline, environ handling.
11806      Branch: maint-5.6/perl
11807           !> perl.c
11808 ____________________________________________________________________________
11809 [  8899] By: jhi                                   on 2001/02/23  01:16:25
11810         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
11811              putenv() is not to be relied on, they are either broken or leaky
11812              or both.)
11813      Branch: perl
11814            ! perl.c
11815 ____________________________________________________________________________
11816 [  8898] By: jhi                                   on 2001/02/22  23:36:59
11817         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
11818              and safesysfree() must be used.
11819      Branch: perl
11820            ! perl.c
11821 ____________________________________________________________________________
11822 [  8897] By: jhi                                   on 2001/02/22  23:25:45
11823         Log: With environ one must use safesysmalloc()/safesysfree().
11824      Branch: perl
11825            ! perl.c
11826 ____________________________________________________________________________
11827 [  8896] By: jhi                                   on 2001/02/22  22:13:18
11828         Log: If we have a duplicated environment free it
11829              if PERL_DESTRUCT_LEVEL.
11830      Branch: perl
11831            ! perl.c
11832 ____________________________________________________________________________
11833 [  8895] By: alanbur                               on 2001/02/22  19:31:57
11834         Log: Synchronised with parent
11835      Branch: maint-5.6/pureperl
11836           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
11837 ____________________________________________________________________________
11838 [  8894] By: gsar                                  on 2001/02/22  19:06:18
11839         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
11840              
11841              fix memory leak in method call optimization (change#3768);
11842              made C<eval "$x->foo()"> leak
11843              
11844              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
11845      Branch: maint-5.6/perl
11846           !> op.c
11847 ____________________________________________________________________________
11848 [  8893] By: jhi                                   on 2001/02/22  18:35:27
11849         Log: (Retracted by #8915.)
11850              
11851              Third Degree finding:
11852              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
11853      Branch: perl
11854            ! gv.c
11855 ____________________________________________________________________________
11856 [  8892] By: jhi                                   on 2001/02/22  14:28:32
11857         Log: Update Changes.
11858      Branch: perl
11859            ! Changes patchlevel.h
11860 ____________________________________________________________________________
11861 [  8891] By: jhi                                   on 2001/02/22  13:22:45
11862         Log: Metaconfig unit changes for #8890.
11863      Branch: metaconfig
11864            ! U/modified/Cppsym.U U/threads/archname.U
11865 ____________________________________________________________________________
11866 [  8890] By: jhi                                   on 2001/02/22  13:22:12
11867         Log: Add -stdio to the archname if no perlio selected,
11868              no -perlio added since that is now the default.
11869              
11870              Add few CPUs/architectures to the Cppsym scan.
11871      Branch: perl
11872            ! Configure config_h.SH
11873 ____________________________________________________________________________
11874 [  8889] By: jhi                                   on 2001/02/22  13:05:59
11875         Log: Metaconfig unit change for #8888.
11876      Branch: metaconfig/U/perl
11877            ! useperlio.U
11878 ____________________________________________________________________________
11879 [  8888] By: jhi                                   on 2001/02/22  13:05:28
11880         Log: *drum roll*  Make perlio the default.
11881      Branch: perl
11882            ! Configure config_h.SH
11883 ____________________________________________________________________________
11884 [  8887] By: jhi                                   on 2001/02/22  12:50:52
11885         Log: Integrate change #8665 from maintperl to mainline,
11886              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
11887      Branch: perl
11888           !> ext/POSIX/POSIX.xs
11889 ____________________________________________________________________________
11890 [  8886] By: jhi                                   on 2001/02/22  12:49:24
11891         Log: Integrate changes #8883,8884 from mainline to maintperl.
11892              
11893              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
11894              Subject: Re: File::Temp::_gettemp warning
11895      Branch: maint-5.6/perl
11896           !> embed.h embed.pl lib/File/Temp.pm
11897 ____________________________________________________________________________
11898 [  8885] By: jhi                                   on 2001/02/22  12:43:59
11899         Log: Based on
11900              
11901              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
11902              From: schwab@suse.de
11903              Date: Thu, 22 Feb 2001 13:08:09 +0100
11904              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
11905              
11906              but the fix done slightly differently because the other
11907              half was already done in #8664.
11908      Branch: maint-5.6/perl
11909            ! ext/POSIX/POSIX.xs
11910 ____________________________________________________________________________
11911 [  8884] By: jhi                                   on 2001/02/22  12:37:15
11912         Log: Subject: Re: File::Temp::_gettemp warning
11913              From: Tim Jenness <t.jenness@jach.hawaii.edu>
11914              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
11915              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
11916              
11917              This patch to File::Temp does two things:
11918              
11919              1. Fixes the problem with CGI::Carp when determining
11920              the Fcntl constants
11921              
11922              2. Removes most of the carps and consolidates them so that all the
11923              reasons are included in a single die that is caught by the test. This
11924              means that the correct skipping behaviour is displayed by the test.
11925      Branch: perl
11926            ! lib/File/Temp.pm
11927 ____________________________________________________________________________
11928 [  8883] By: jhi                                   on 2001/02/22  12:29:19
11929         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
11930              From: Peter Prymmer <pvhp@forte.com>
11931              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
11932              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
11933      Branch: perl
11934            ! embed.h embed.pl
11935 ____________________________________________________________________________
11936 [  8882] By: jhi                                   on 2001/02/21  19:41:33
11937         Log: Integrate change #8881 from mainlin to maintperl.
11938              
11939              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
11940      Branch: maint-5.6/perl
11941           !> op.c
11942 ____________________________________________________________________________
11943 [  8881] By: jhi                                   on 2001/02/21  19:38:57
11944         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
11945              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
11946              Date:     Wed, 21 Feb 2001 13:08:03 EST
11947              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
11948      Branch: perl
11949            ! op.c
11950 ____________________________________________________________________________
11951 [  8880] By: jhi                                   on 2001/02/21  19:34:34
11952         Log: Retract #8875, cannot let go of the old semantics of unpack U
11953              without rethinking utf8decode.t.
11954      Branch: perl
11955            ! pp.c t/op/pack.t
11956 ____________________________________________________________________________
11957 [  8879] By: jhi                                   on 2001/02/21  19:08:02
11958         Log: Run run/*.t also in minitest.
11959      Branch: perl
11960            ! Makefile.SH
11961 ____________________________________________________________________________
11962 [  8878] By: nick                                  on 2001/02/21  18:55:37
11963         Log: Integrate mainline
11964      Branch: perlio
11965           !> (integrate 76 files)
11966 ____________________________________________________________________________
11967 [  8877] By: jhi                                   on 2001/02/21  15:09:33
11968         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
11969      Branch: metaconfig
11970            ! U/compline/nblock_io.U
11971      Branch: perl
11972            ! Configure config_h.SH
11973 ____________________________________________________________________________
11974 [  8876] By: jhi                                   on 2001/02/21  14:54:45
11975         Log: If no sfio, no -lsfio.
11976      Branch: metaconfig/U/perl
11977            ! d_sfio.U
11978      Branch: perl
11979            ! Configure config_h.SH
11980 ____________________________________________________________________________
11981 [  8875] By: jhi                                   on 2001/02/21  14:54:00
11982         Log: Make unpack C and unpack C truly equivalent.
11983      Branch: perl
11984            ! pp.c t/op/pack.t
11985 ____________________________________________________________________________
11986 [  8874] By: jhi                                   on 2001/02/21  14:26:02
11987         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
11988              From: Peter Prymmer <pvhp@forte.com>
11989              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
11990              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
11991      Branch: perl
11992            ! pod/perlport.pod
11993 ____________________________________________________________________________
11994 [  8873] By: jhi                                   on 2001/02/21  14:24:31
11995         Log: Subject: [PATCH] fix for charnames above FFFF
11996              From: andreas.koenig@anima.de (Andreas J. Koenig)
11997              Date: 21 Feb 2001 07:05:45 +0100
11998              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
11999      Branch: perl
12000            ! lib/charnames.pm t/lib/charnames.t
12001 ____________________________________________________________________________
12002 [  8872] By: jhi                                   on 2001/02/21  14:15:25
12003         Log: Integrate change #8868 from pureperl to mainline.
12004              
12005              Fixed reference count loop caused by sv_magic.
12006      Branch: perl
12007           !> sv.c
12008 ____________________________________________________________________________
12009 [  8871] By: jhi                                   on 2001/02/21  14:07:29
12010         Log: Integrate change #8868 from pureperl to maintperl.
12011              
12012              Fixed reference count loop caused by sv_magic.
12013      Branch: maint-5.6/perl
12014           !> sv.c
12015 ____________________________________________________________________________
12016 [  8870] By: jhi                                   on 2001/02/21  14:04:41
12017         Log: Put back the #8840, it was innocent.
12018      Branch: perl
12019            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
12020            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
12021 ____________________________________________________________________________
12022 [  8869] By: jhi                                   on 2001/02/21  14:00:03
12023         Log: unpack("C", ...) was left slightly unfinished by #8865.
12024      Branch: perl
12025            ! pp.c t/op/pack.t
12026 ____________________________________________________________________________
12027 [  8868] By: alanbur                               on 2001/02/21  01:33:45
12028         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
12029              from gv_fetchpv to create single-character magic variables (e.g. $!),
12030              and it is passed a sv and the gv that contains the sv as the mg_obj
12031              value.  When sv_magic stores the mg_obj pointer it increments the gv
12032              refcount, thus causing a sv-gv pair that can't be freed.  There is
12033              already a check for sv == obj which is used to prevent such reference
12034              loops.  This change extends the check to cover the case described above.
12035      Branch: maint-5.6/pureperl
12036            ! sv.c
12037 ____________________________________________________________________________
12038 [  8867] By: jhi                                   on 2001/02/21  00:52:39
12039         Log: Update Changes.
12040      Branch: perl
12041            ! Changes patchlevel.h
12042 ____________________________________________________________________________
12043 [  8866] By: jhi                                   on 2001/02/21  00:34:20
12044         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
12045              (Note: there were some conflicts due to EBCDIC and EPOC
12046              patches, in general I preferred the repository code.)
12047              (When 2.753 comes out, we need to synchronize.)
12048      Branch: perl
12049            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
12050            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
12051            ! t/lib/cgi-html.t
12052 ____________________________________________________________________________
12053 [  8865] By: jhi                                   on 2001/02/21  00:24:22
12054         Log: Make pack("C", 0x100) to create Unicode, unless under the
12055              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
12056              will understand Unicode, unless you under know what.
12057      Branch: perl
12058            ! pp.c t/op/pack.t t/op/qu.t
12059 ____________________________________________________________________________
12060 [  8864] By: alanbur                               on 2001/02/20  22:35:34
12061         Log: Resynchronised with parent
12062      Branch: maint-5.6/pureperl
12063           !> README.win32 ext/GDBM_File/GDBM_File.pm
12064           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
12065           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
12066           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
12067           !> t/lib/sdbm.t util.c
12068 ____________________________________________________________________________
12069 [  8863] By: jhi                                   on 2001/02/20  20:55:11
12070         Log: Integrate change #8860,8861 from mainline into maintperl.
12071              
12072              "pseudo-literal j"
12073              
12074              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
12075      Branch: maint-5.6/perl
12076           !> lib/Test.pm pod/perlop.pod
12077 ____________________________________________________________________________
12078 [  8862] By: jhi                                   on 2001/02/20  20:30:07
12079         Log: Don't do casting between pointers pointing to differently sized
12080              integers.
12081      Branch: perl
12082            ! hv.c sv.c
12083 ____________________________________________________________________________
12084 [  8861] By: jhi                                   on 2001/02/20  19:53:44
12085         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
12086              From: Peter Prymmer <pvhp@forte.com>
12087              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
12088              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
12089      Branch: perl
12090            ! lib/Test.pm
12091 ____________________________________________________________________________
12092 [  8860] By: jhi                                   on 2001/02/20  19:48:02
12093         Log: "pseudo-literal j", a documentation glitch reported to Debian.
12094              The text recovered from Perl 5.005_03, and pseudo-literal replaced
12095              by "backtick string".
12096      Branch: perl
12097            ! pod/perlop.pod
12098 ____________________________________________________________________________
12099 [  8859] By: jhi                                   on 2001/02/20  19:15:46
12100         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
12101              from Chris Nandor.
12102      Branch: perl
12103            ! makedef.pl
12104 ____________________________________________________________________________
12105 [  8858] By: jhi                                   on 2001/02/20  17:36:53
12106         Log: Integrate pureperl changes #8844,8845,8850 to mainline
12107              (via maintperl #8855).
12108              
12109              Fixed %^H scoping bug
12110              
12111              Removed GV <-> CV refcount loop
12112              
12113              Removed %ENV refcount loop
12114      Branch: perl
12115           !> gv.c op.c perl.c pp.c scope.c
12116 ____________________________________________________________________________
12117 [  8857] By: jhi                                   on 2001/02/20  17:34:32
12118         Log: Integrate changes #8853,8854 from maintperl to mainline.
12119              
12120              EBDIC fixes, README.win32 Borland update.
12121      Branch: perl
12122           !> README.win32 handy.h util.c
12123 ____________________________________________________________________________
12124 [  8856] By: jhi                                   on 2001/02/20  17:33:16
12125         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
12126      Branch: maint-5.6/perl
12127           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
12128           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
12129           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
12130 ____________________________________________________________________________
12131 [  8855] By: jhi                                   on 2001/02/20  17:32:13
12132         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
12133              
12134              Fixed %^H scoping bug
12135              
12136              Removed GV <-> CV refcount loop
12137              
12138              Removed %ENV refcount loop
12139      Branch: maint-5.6/perl
12140           !> gv.c op.c perl.c pp.c scope.c
12141 ____________________________________________________________________________
12142 [  8854] By: jhi                                   on 2001/02/20  17:25:06
12143         Log: Subject: Addition to readme.win32 for Borland C++ compilers
12144              Date: Tue, 20 Feb 2001 02:15:25 +0300
12145              From: "Vadim Konovalov" <watman@inbox.ru>
12146              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
12147              
12148              Document Borland compiler misbehaviour.
12149      Branch: maint-5.6/perl
12150            ! README.win32
12151 ____________________________________________________________________________
12152 [  8853] By: jhi                                   on 2001/02/20  17:22:25
12153         Log: The assimilation of ebcdic.c didn't quite work at the first try,
12154              patches from Thomas Dorner.
12155      Branch: maint-5.6/perl
12156            ! handy.h util.c
12157 ____________________________________________________________________________
12158 [  8852] By: jhi                                   on 2001/02/20  17:20:15
12159         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
12160              From: Chris Nandor <pudge@pobox.com>
12161              Date: Tue, 20 Feb 2001 08:32:45 -0500
12162              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
12163      Branch: maint-5.6/perl
12164            ! makedef.pl mg.c
12165 ____________________________________________________________________________
12166 [  8851] By: jhi                                   on 2001/02/20  17:15:52
12167         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
12168      Branch: perl
12169            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
12170            ! t/lib/filter-util.t
12171 ____________________________________________________________________________
12172 [  8850] By: alanbur                               on 2001/02/20  17:12:40
12173         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
12174              and the magic pointer points back to the GV that contains the
12175              %ENV hash.  This creates a refcount loop that prevents members
12176              of %ENV from being freed correctly.  This change removes the
12177              refcount loop - the magic pointer was never used anyway, the
12178              only use of the magic was to check the type ('E') so that the
12179              appropriate environment manipulation code is called when %ENV
12180              is modified.
12181      Branch: maint-5.6/pureperl
12182            ! perl.c
12183 ____________________________________________________________________________
12184 [  8849] By: jhi                                   on 2001/02/20  17:12:20
12185         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
12186              From: "Craig A. Berry" <craigberry@mac.com>
12187              Date: Mon, 19 Feb 2001 23:36:12 -0600
12188              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
12189              
12190              Case-forgiving systems match TestInit.pm with TES*.
12191      Branch: perl
12192            ! t/lib/glob-basic.t
12193 ____________________________________________________________________________
12194 [  8848] By: jhi                                   on 2001/02/20  17:10:02
12195         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
12196      Branch: perl
12197            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
12198            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
12199            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
12200 ____________________________________________________________________________
12201 [  8847] By: jhi                                   on 2001/02/20  15:34:41
12202         Log: The #8843 wasn't quite right: %Config needs to imported.
12203      Branch: perl
12204            ! t/run/runenv.t
12205 ____________________________________________________________________________
12206 [  8846] By: jhi                                   on 2001/02/20  15:31:50
12207         Log: Retract the #8838 and #8840 for now because of
12208              the DB_File tie problem.
12209      Branch: perl
12210            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
12211            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
12212            ! proto.h sv.c
12213 ____________________________________________________________________________
12214 [  8845] By: alanbur                               on 2001/02/20  14:25:41
12215         Log: Removed GV <-> CV refcount loop
12216              CvGV(mycv) points to the parent GV of the CV, and was previously
12217              refcounted.  The pointer remains, but the refcounting has been removed
12218              as it causes a refcount loop between the CV and GV that means the CV
12219              can't ever be deleted.
12220      Branch: maint-5.6/pureperl
12221            ! gv.c op.c pp.c
12222 ____________________________________________________________________________
12223 [  8844] By: alanbur                               on 2001/02/20  14:23:13
12224         Log: Fixed %^H scoping bug
12225      Branch: maint-5.6/pureperl
12226            ! scope.c
12227 ____________________________________________________________________________
12228 [  8843] By: jhi                                   on 2001/02/19  13:38:08
12229         Log: fork() not everywhere, cleanup temp files.
12230      Branch: perl
12231            ! t/run/runenv.t
12232 ____________________________________________________________________________
12233 [  8842] By: alanbur                               on 2001/02/19  12:42:07
12234         Log: Resynchronised with parent
12235      Branch: maint-5.6/pureperl
12236           !> pod/perlfaq4.pod sv.c utf8.c
12237 ____________________________________________________________________________
12238 [  8841] By: jhi                                   on 2001/02/19  03:35:51
12239         Log: Update Changes.
12240      Branch: perl
12241            ! Changes patchlevel.h
12242 ____________________________________________________________________________
12243 [  8840] By: jhi                                   on 2001/02/19  00:23:41
12244         Log: Subject: [patch] add sv_setref_uv
12245              From: Doug MacEachern <dougm@covalent.net>
12246              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
12247              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
12248      Branch: perl
12249            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
12250            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
12251 ____________________________________________________________________________
12252 [  8839] By: jhi                                   on 2001/02/19  00:01:38
12253         Log: Put to rest the 20010205.001, the email address checking (not) regex.
12254      Branch: perl
12255            ! pod/perlfaq9.pod
12256 ____________________________________________________________________________
12257 [  8838] By: jhi                                   on 2001/02/18  22:17:54
12258         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
12259              From: Doug MacEachern <dougm@covalent.net>
12260              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
12261              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
12262      Branch: perl
12263            ! lib/ExtUtils/xsubpp
12264 ____________________________________________________________________________
12265 [  8837] By: jhi                                   on 2001/02/18  22:16:50
12266         Log: Subject: [patch] -Wall cleanup round 2
12267              From: Doug MacEachern <dougm@covalent.net>
12268              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
12269              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
12270      Branch: perl
12271            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
12272            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
12273            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
12274            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
12275            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
12276            ! ext/SDBM_File/SDBM_File.xs
12277 ____________________________________________________________________________
12278 [  8836] By: jhi                                   on 2001/02/18  22:11:20
12279         Log: Misapplied regex optimizations when \C is present.
12280              Fixes 20001230.002.
12281              
12282              What still remains broken is that the submatches that
12283              have \C in them get their UTF8 flag on because their
12284              parent SV has it on.  This will result in malformed
12285              UTF8 if a \C happened to match a non-ASCII byte.
12286      Branch: perl
12287            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
12288            ! t/pragma/utf8.t
12289 ____________________________________________________________________________
12290 [  8835] By: jhi                                   on 2001/02/18  20:12:02
12291         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
12292              
12293              The hash key got wrongly UTF8fied.
12294      Branch: perl
12295            ! pod/perlapi.pod toke.c utf8.c
12296 ____________________________________________________________________________
12297 [  8834] By: jhi                                   on 2001/02/18  19:44:25
12298         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
12299              don't warn on magical or overloaded things.
12300      Branch: perl
12301            ! pp_hot.c
12302 ____________________________________________________________________________
12303 [  8833] By: nick                                  on 2001/02/18  19:31:22
12304         Log: Integrate mainline
12305      Branch: perlio
12306           +> t/TestInit.pm t/run/runenv.t
12307            - t/UTEST
12308           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
12309           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
12310           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
12311           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
12312           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
12313           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
12314           !> utf8.c
12315 ____________________________________________________________________________
12316 [  8832] By: jhi                                   on 2001/02/18  19:21:18
12317         Log: Integrate perlio.
12318      Branch: perl
12319           !> perlio.c pod/perldiag.pod
12320 ____________________________________________________________________________
12321 [  8831] By: jhi                                   on 2001/02/18  19:14:20
12322         Log: Integrate change #8827 from mainline.
12323              
12324              UTF8 tweaks.
12325      Branch: maint-5.6/perl
12326           !> sv.c utf8.c
12327 ____________________________________________________________________________
12328 [  8830] By: nick                                  on 2001/02/18  19:10:34
12329         Log: Apply the spirit of patch from Nick Clark:
12330              Subject: [PATCH] Re: extensions that provide layers
12331              From: Nicholas Clark <nick@ccl4.org>
12332              Date: Mon, 12 Feb 2001 16:43:51 +0000
12333              Message-Id: <20010212164350.Q3652@plum.flirble.org>
12334      Branch: perlio
12335            ! perlio.c pod/perldiag.pod
12336 ____________________________________________________________________________
12337 [  8829] By: jhi                                   on 2001/02/18  19:03:25
12338         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
12339              From: schwern@pobox.com 
12340              Date: Sun, 18 Feb 2001 13:44:35 -0500
12341              Message-ID: <20010218134435.A17544@magnonel.guild.net>
12342              
12343              Applied, but as t/TestInit.pm.
12344      Branch: perl
12345            + t/TestInit.pm
12346            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
12347            ! t/op/subst_wamp.t
12348 ____________________________________________________________________________
12349 [  8828] By: jhi                                   on 2001/02/18  18:43:52
12350         Log: Integrate perlio.
12351      Branch: perl
12352           !> perlio.c
12353 ____________________________________________________________________________
12354 [  8827] By: jhi                                   on 2001/02/18  18:41:33
12355         Log: UTF-8 tweaks.
12356      Branch: perl
12357            ! sv.c utf8.c
12358 ____________________________________________________________________________
12359 [  8826] By: nick                                  on 2001/02/18  17:40:59
12360         Log: Fix [ID 20010217.002]
12361              open FOO, "<:raw:perlio", ...
12362              :raw now inserts default base layer below itself.
12363              Also
12364              open FOO, "<:unix", ...
12365              works as well - but leaves buffer layer on stack under the unix layer.
12366      Branch: perlio
12367            ! perlio.c
12368 ____________________________________________________________________________
12369 [  8825] By: jhi                                   on 2001/02/18  17:15:39
12370         Log: Integrate perlio.
12371      Branch: perl
12372           !> perlio.c perliol.h
12373 ____________________________________________________________________________
12374 [  8824] By: jhi                                   on 2001/02/18  17:10:53
12375         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
12376              From: schwern@pobox.com
12377              Date: Sun, 18 Feb 2001 01:48:50 -0500
12378              Message-ID: <20010218014850.C19957@magnonel.guild.net>
12379      Branch: perl
12380            ! lib/Test/Harness.pm t/TEST t/op/chop.t
12381 ____________________________________________________________________________
12382 [  8823] By: jhi                                   on 2001/02/18  17:01:06
12383         Log: Add run/*.t to testables.
12384      Branch: perl
12385            ! t/TEST
12386 ____________________________________________________________________________
12387 [  8822] By: jhi                                   on 2001/02/18  16:58:58
12388         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
12389              From: schwern@pobox.com
12390              Date: Sun, 18 Feb 2001 01:11:35 -0500
12391              Message-ID: <20010218011135.A19957@magnonel.guild.net>
12392              
12393              Revive mjd's and Simon's PERL5OPT fix.
12394      Branch: perl
12395            + t/run/runenv.t
12396            ! MANIFEST perl.c
12397 ____________________________________________________________________________
12398 [  8821] By: jhi                                   on 2001/02/18  16:53:46
12399         Log: Subject: Re: Why t/TEST and not Test::Harness?
12400              From: schwern@pobox.com
12401              Date: Sat, 17 Feb 2001 22:44:44 -0500
12402              Message-ID: <20010217224444.A6679@magnonel.guild.net>
12403              
12404              Replace UTEST with TEST -utf8.
12405      Branch: perl
12406            - t/UTEST
12407            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
12408            ! t/lib/glob-basic.t
12409 ____________________________________________________________________________
12410 [  8820] By: nick                                  on 2001/02/18  13:06:16
12411         Log: Clean up a few core dumps when layers are used in unexpected ways.
12412              (Still not "right"...)
12413      Branch: perlio
12414            ! perlio.c perliol.h
12415 ____________________________________________________________________________
12416 [  8819] By: jhi                                   on 2001/02/18  02:25:55
12417         Log: Integrate change #8818 from maintperl, a FAQ nit.
12418      Branch: perl
12419           !> pod/perlfaq4.pod
12420 ____________________________________________________________________________
12421 [  8818] By: jhi                                   on 2001/02/18  02:24:50
12422         Log: FAQ nit from Chris Fedde.
12423      Branch: maint-5.6/perl
12424            ! pod/perlfaq4.pod
12425 ____________________________________________________________________________
12426 [  8817] By: nick                                  on 2001/02/17  18:20:14
12427         Log: Integrate mainline
12428      Branch: perlio
12429           +> lib/unicode/UCD.html lib/unicode/Unicode.html
12430           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
12431           +> pod/perlclib.pod
12432            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
12433            - lib/unicode/Unicode.301
12434           !> (integrate 324 files)
12435 ____________________________________________________________________________
12436 [  8816] By: jhi                                   on 2001/02/17  16:56:58
12437         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
12438      Branch: perl
12439            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
12440            ! ext/Storable/Storable.xs t/lib/st-06compat.t
12441            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
12442 ____________________________________________________________________________
12443 [  8815] By: jhi                                   on 2001/02/17  16:40:07
12444         Log: Subject: [patch] -Wall
12445              From: Doug MacEachern <dougm@covalent.net>
12446              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
12447              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
12448      Branch: perl
12449            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
12450            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
12451 ____________________________________________________________________________
12452 [  8814] By: jhi                                   on 2001/02/16  19:27:18
12453         Log: Document qu better.
12454      Branch: perl
12455            ! pod/perlop.pod
12456 ____________________________________________________________________________
12457 [  8813] By: jhi                                   on 2001/02/15  13:54:37
12458         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
12459              From: Hugo <hv@crypt.compulink.co.uk>
12460              Date: Thu, 15 Feb 2001 13:39:49 +0000
12461              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
12462      Branch: perl
12463            ! toke.c
12464 ____________________________________________________________________________
12465 [  8812] By: alanbur                               on 2001/02/15  13:52:16
12466         Log: Resynchronised with parent
12467      Branch: maint-5.6/pureperl
12468            - ebcdic.c
12469           !> (integrate 36 files)
12470 ____________________________________________________________________________
12471 [  8811] By: jhi                                   on 2001/02/15  13:51:16
12472         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
12473              
12474              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
12475              From: Jan Dubois <JanD@ActiveState.com>
12476              Date: Wed, 31 Jan 2001 21:17:03 -0800
12477              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
12478              
12479              tweak change#8659 to keep it simple
12480              
12481              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
12482              From: Russ Allbery <rra@stanford.edu>
12483              Date: 14 Feb 2001 10:15:41 -0800
12484              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
12485              
12486              (8809 empty)
12487
12488              Upgrade to podlators 1.08, from Russ Allbery.
12489      Branch: perl
12490           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
12491           !> utils/perldoc.PL
12492 ____________________________________________________________________________
12493 [  8810] By: jhi                                   on 2001/02/15  13:35:08
12494         Log: Upgrade to podlators 1.08, from Russ Allbery.
12495      Branch: maint-5.6/perl
12496            ! lib/Pod/Man.pm lib/Pod/Text.pm
12497 ____________________________________________________________________________
12498 [  8809] By: jhi                                   on 2001/02/15  13:26:38
12499         Log: (accidentally empty check-in)
12500      Branch: maint-5.6/perl
12501            ! lib/Test/Harness.pm
12502 ____________________________________________________________________________
12503 [  8808] By: jhi                                   on 2001/02/15  13:23:47
12504         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
12505              From: Russ Allbery <rra@stanford.edu>
12506              Date: 14 Feb 2001 10:15:41 -0800
12507              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
12508              
12509              perldoc was hardcoding $Config{installscript}, which breaks
12510              when install* isn't where Perl ends up (such as with AFS).
12511              
12512              Use $Config{scriptdir} instead.
12513      Branch: maint-5.6/perl
12514            ! utils/perldoc.PL
12515 ____________________________________________________________________________
12516 [  8807] By: jhi                                   on 2001/02/14  14:37:27
12517         Log: Update Changes.
12518      Branch: perl
12519            ! Changes patchlevel.h
12520 ____________________________________________________________________________
12521 [  8806] By: jhi                                   on 2001/02/14  14:25:31
12522         Log: Integrate changes #8803,8804,8805 from mainline.
12523              
12524              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
12525              
12526              Don't skip too much of the locale error message if no environ array,
12527              from Chris Nandor.
12528              
12529              More MacOS Classic fixes from Chris Nandor.
12530      Branch: maint-5.6/perl
12531           !> doop.c lib/Cwd.pm perl.c perl.h util.c
12532 ____________________________________________________________________________
12533 [  8805] By: jhi                                   on 2001/02/14  03:29:01
12534         Log: More MacOS Classic fixes from Chris Nandor.
12535      Branch: perl
12536            ! doop.c lib/Cwd.pm
12537 ____________________________________________________________________________
12538 [  8804] By: jhi                                   on 2001/02/14  03:18:35
12539         Log: Don't skip too much of the locale error message if no environ array,
12540              from Chris Nandor.
12541      Branch: perl
12542            ! util.c
12543 ____________________________________________________________________________
12544 [  8803] By: jhi                                   on 2001/02/14  03:14:14
12545         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
12546      Branch: perl
12547            ! perl.c perl.h
12548 ____________________________________________________________________________
12549 [  8802] By: jhi                                   on 2001/02/13  18:31:33
12550         Log: AUTHORS update.
12551      Branch: perl
12552            ! AUTHORS
12553 ____________________________________________________________________________
12554 [  8801] By: jhi                                   on 2001/02/13  17:55:19
12555         Log: Integrate change #8792 from mainline.
12556              
12557              Subject: buncha MacPerl patches for bleadperl
12558              From: Chris Nandor <pudge@pobox.com>
12559              Date: Tue, 13 Feb 2001 00:02:43 -0500
12560              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
12561      Branch: maint-5.6/perl
12562           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
12563           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
12564           !> t/lib/basename.t toke.c util.h
12565 ____________________________________________________________________________
12566 [  8800] By: jhi                                   on 2001/02/13  17:46:43
12567         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
12568              to be forced to Off_t.
12569              
12570              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
12571              From: nick@ccl4.org
12572              Date: Thu, 1 Feb 2001 12:01:04 +0000
12573              Message-Id: <20010201120103.E11401@plum.flirble.org>
12574      Branch: maint-5.6/perl
12575            ! iperlsys.h perlio.c
12576 ____________________________________________________________________________
12577 [  8799] By: jhi                                   on 2001/02/13  16:52:51
12578         Log: Duplex duplex hunk hunk.
12579      Branch: maint-5.6/perl
12580            ! Makefile.SH
12581 ____________________________________________________________________________
12582 [  8797] By: jhi                                   on 2001/02/13  14:52:04
12583         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
12584              From: "Craig A. Berry" <craigberry@mac.com>
12585              Date: Mon, 12 Feb 2001 11:05:25 -0600
12586              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
12587      Branch: perl
12588            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
12589 ____________________________________________________________________________
12590 [  8796] By: jhi                                   on 2001/02/13  14:36:47
12591         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
12592              From: simon.cozens@pembroke.oxford.ac.uk 
12593              Date: Sat, 10 Feb 2001 17:57:02 +0000
12594              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
12595              
12596              Now it does include.
12597      Branch: perl
12598            ! pod/perldiag.pod
12599 ____________________________________________________________________________
12600 [  8795] By: jhi                                   on 2001/02/13  14:30:11
12601         Log: Sort the MANIFEST.
12602      Branch: perl
12603            ! MANIFEST
12604 ____________________________________________________________________________
12605 [  8794] By: jhi                                   on 2001/02/13  14:26:51
12606         Log: Integrate change #8793 from mainline, FAQ updates.
12607      Branch: maint-5.6/perl
12608           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
12609 ____________________________________________________________________________
12610 [  8793] By: jhi                                   on 2001/02/13  14:25:13
12611         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
12612      Branch: perl
12613            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
12614 ____________________________________________________________________________
12615 [  8792] By: jhi                                   on 2001/02/13  14:22:50
12616         Log: Subject: buncha MacPerl patches for bleadperl
12617              From: Chris Nandor <pudge@pobox.com>
12618              Date: Tue, 13 Feb 2001 00:02:43 -0500
12619              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
12620      Branch: perl
12621            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
12622            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
12623            ! t/lib/basename.t toke.c util.h
12624 ____________________________________________________________________________
12625 [  8791] By: jhi                                   on 2001/02/13  14:10:39
12626         Log: Integrate change #8790 from mainline.
12627              
12628              environ array wrongly assumed in Perl_init_i18nl10n(),
12629      Branch: maint-5.6/perl
12630           !> util.c
12631 ____________________________________________________________________________
12632 [  8790] By: jhi                                   on 2001/02/13  14:06:15
12633         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
12634              noticed by Chris Nandor in MacOS Classic.
12635      Branch: perl
12636            ! util.c
12637 ____________________________________________________________________________
12638 [  8789] By: jhi                                   on 2001/02/13  13:58:07
12639         Log: Integrate changes #8373,8487,8544,8783 from mainline.
12640              
12641              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
12642              hints files, the dynaloading, assimilate ebcdic into util.c.
12643      Branch: maint-5.6/perl
12644            - ebcdic.c
12645            ! MANIFEST hints/posix-bc.sh
12646           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
12647           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
12648           !> perlapi.c proto.h util.c
12649 ____________________________________________________________________________
12650 [  8788] By: alanbur                               on 2001/02/13  10:33:13
12651         Log: Integrated changes from maint-5.6
12652      Branch: maint-5.6/pureperl
12653           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
12654           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
12655           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
12656           !> vos/config.ga.h vos/configure_perl.cm
12657 ____________________________________________________________________________
12658 [  8787] By: jhi                                   on 2001/02/13  05:56:36
12659         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
12660      Branch: perl
12661           !> Makefile.SH
12662 ____________________________________________________________________________
12663 [  8786] By: jhi                                   on 2001/02/13  05:54:34
12664         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
12665              From: Dorner Thomas <Thomas.Dorner@start.de>
12666              Date: Mon, 12 Feb 2001 15:06:26 +0100
12667              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
12668      Branch: maint-5.6/perl
12669            ! Makefile.SH
12670 ____________________________________________________________________________
12671 [  8785] By: jhi                                   on 2001/02/13  05:29:04
12672         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
12673      Branch: perl
12674           !> hints/openbsd.sh
12675 ____________________________________________________________________________
12676 [  8784] By: jhi                                   on 2001/02/13  02:25:24
12677         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
12678              From: Peter Prymmer <pvhp@forte.com>
12679              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
12680              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
12681      Branch: perl
12682            ! pod/perlclib.pod
12683 ____________________________________________________________________________
12684 [  8783] By: jhi                                   on 2001/02/13  02:22:36
12685         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
12686      Branch: perl
12687            - ebcdic.c
12688            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
12689            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
12690            ! util.c
12691 ____________________________________________________________________________
12692 [  8782] By: jhi                                   on 2001/02/13  02:00:07
12693         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
12694      Branch: maint-5.6/perl
12695            ! pod/perlport.pod
12696 ____________________________________________________________________________
12697 [  8781] By: jhi                                   on 2001/02/13  01:58:44
12698         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
12699      Branch: maint-5.6/perl
12700            ! hints/openbsd.sh
12701 ____________________________________________________________________________
12702 [  8780] By: jhi                                   on 2001/02/13  01:57:33
12703         Log: Synchronize the regexp tests between maintperl and mainline.
12704      Branch: maint-5.6/perl
12705           !> t/op/re_tests
12706 ____________________________________________________________________________
12707 [  8779] By: jhi                                   on 2001/02/13  01:49:35
12708         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
12709              From: Hugo <hv@crypt.compulink.co.uk>
12710              Date: Tue, 13 Feb 2001 00:11:11 +0000
12711              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
12712      Branch: perl
12713            ! regcomp.c t/op/re_tests
12714 ____________________________________________________________________________
12715 [  8778] By: jhi                                   on 2001/02/13  00:23:10
12716         Log: Comments do not nest.
12717      Branch: perl
12718            ! perl.h
12719 ____________________________________________________________________________
12720 [  8777] By: jhi                                   on 2001/02/13  00:17:54
12721         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
12722              From: Hugo <hv@crypt.compulink.co.uk>
12723              Date: Tue, 13 Feb 2001 00:11:11 +0000
12724              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
12725      Branch: maint-5.6/perl
12726            ! regcomp.c t/op/re_tests
12727 ____________________________________________________________________________
12728 [  8776] By: jhi                                   on 2001/02/12  23:25:52
12729         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
12730      Branch: maint-5.6/perl
12731            ! pod/perlport.pod
12732 ____________________________________________________________________________
12733 [  8775] By: jhi                                   on 2001/02/12  23:04:28
12734         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
12735      Branch: maint-5.6/perl
12736            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
12737            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
12738            ! vos/configure_perl.cm
12739 ____________________________________________________________________________
12740 [  8774] By: jhi                                   on 2001/02/12  22:59:11
12741         Log: Subject: Re: [patch] context for 'U' magic functions
12742              From: Doug MacEachern <dougm@covalent.net>
12743              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
12744              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
12745              
12746              plus the suggestion by Nick Ing-Simmons to name the macro
12747              as PERL_MG_UFUNC to avoid namespace pollution, plus add
12748              the advice by Doug for XS writers to perl.h
12749      Branch: perl
12750            ! mg.c perl.h
12751 ____________________________________________________________________________
12752 [  8773] By: jhi                                   on 2001/02/11  20:14:12
12753         Log: Update Changes.
12754      Branch: perl
12755            ! Changes patchlevel.h
12756 ____________________________________________________________________________
12757 [  8772] By: jhi                                   on 2001/02/11  18:47:52
12758         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
12759              From: Simon Cozens <simon@cozens.net>
12760              Date: Wed, 31 Jan 2001 16:31:43 +0000
12761              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
12762      Branch: perl
12763            + pod/perlclib.pod
12764            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
12765            ! pod/perltoc.pod
12766 ____________________________________________________________________________
12767 [  8771] By: jhi                                   on 2001/02/11  18:36:48
12768         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
12769              
12770              Blocks-4d3.beta.txt
12771              CaseFolding-3d4.beta.txt
12772              CompositionExclusions-3d6.beta.txt
12773              EastAsianWidth-4d4.beta.txt
12774              LineBreak-6d3.beta.txt
12775              NamesList-3.1.0d1.beta.txt
12776              PropList-3.1.0d4.beta.txt
12777              SpecialCasing-4d1.beta.txt
12778              UnicodeData-3.1.0d6.beta.txt
12779      Branch: perl
12780            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
12781           +> lib/unicode/UCD.html lib/unicode/Unicode.html
12782            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
12783            - lib/unicode/Unicode.301
12784            ! (edit 257 files)
12785 ____________________________________________________________________________
12786 [  8770] By: jhi                                   on 2001/02/11  17:26:22
12787         Log: UTF-8 documentation.
12788      Branch: perl
12789            ! utf8.h
12790 ____________________________________________________________________________
12791 [  8769] By: jhi                                   on 2001/02/11  17:12:49
12792         Log: Retract #8762.
12793      Branch: perl
12794            ! regexec.c
12795 ____________________________________________________________________________
12796 [  8768] By: jhi                                   on 2001/02/11  16:54:45
12797         Log: Subject: [PATCH] Test::Harness
12798              From: andreas.koenig@anima.de (Andreas J. Koenig)
12799              Date: 11 Feb 2001 14:37:00 +0100
12800              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
12801      Branch: perl
12802            ! lib/Test/Harness.pm
12803 ____________________________________________________________________________
12804 [  8767] By: jhi                                   on 2001/02/11  16:53:52
12805         Log: Subject: [PATCH] Document makepatch in Porting/patching
12806              From: andreas.koenig@anima.de (Andreas J. Koenig)
12807              Date: 11 Feb 2001 16:46:28 +0100
12808              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
12809      Branch: perl
12810            ! Porting/patching.pod
12811 ____________________________________________________________________________
12812 [  8766] By: jhi                                   on 2001/02/11  06:30:23
12813         Log: Subject: Re: [patch] GvSHARED
12814              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
12815              From: Doug MacEachern <dougm@covalent.net>
12816              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
12817              
12818              Subject: Re: [patch] GvSHARED
12819              From: Doug MacEachern <dougm@covalent.net>
12820              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
12821              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
12822              
12823              Subject: [patch] attributes.pm support for `shared'
12824              From: Doug MacEachern <dougm@covalent.net>
12825              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
12826              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
12827              
12828              our() attributes were ignored, our :shared pieces missing,
12829              allow attributes.pm to turn on shared.
12830      Branch: perl
12831            ! op.c t/op/attrs.t toke.c xsutils.c
12832 ____________________________________________________________________________
12833 [  8765] By: alanbur                               on 2001/02/10  23:11:19
12834         Log: Resync with parent (hopefully sucessfully this time)
12835      Branch: maint-5.6/pureperl
12836           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
12837           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
12838           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
12839           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
12840           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
12841           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
12842           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
12843 ____________________________________________________________________________
12844 [  8764] By: jhi                                   on 2001/02/10  22:54:38
12845         Log: Make TEST and UTEST more verbose in case something goes
12846              wrong in running/compiling a script, suggested by Doug
12847              MacEachern.
12848      Branch: perl
12849            ! t/TEST t/UTEST
12850 ____________________________________________________________________________
12851 [  8763] By: jhi                                   on 2001/02/10  22:11:34
12852         Log: Bogus shebang.
12853      Branch: perl
12854            ! t/lib/texttabs.t
12855 ____________________________________________________________________________
12856 [  8762] By: jhi                                   on 2001/02/10  21:56:02
12857         Log: (Retracted by #8769)
12858      Branch: perl
12859            ! regexec.c
12860 ____________________________________________________________________________
12861 [  8761] By: jhi                                   on 2001/02/10  21:26:15
12862         Log: Subject: Re: [patch] GvSHARED 
12863              From: Doug MacEachern <dougm@covalent.net>
12864              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
12865              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
12866              
12867              our @EXPORT : shared = (...);
12868      Branch: perl
12869            ! toke.c
12870 ____________________________________________________________________________
12871 [  8760] By: jhi                                   on 2001/02/10  21:25:07
12872         Log: Subject: [patch] GvSHARED
12873              From: Doug MacEachern <dougm@covalent.net>
12874              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
12875              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
12876      Branch: perl
12877            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
12878 ____________________________________________________________________________
12879 [  8759] By: alanbur                               on 2001/02/10  21:24:27
12880         Log: Backed out mismerge.
12881      Branch: maint-5.6/pureperl
12882            ! MANIFEST README.hpux README.vmesa gv.c installhtml
12883            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
12884            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
12885            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
12886            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
12887            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
12888            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
12889 ____________________________________________________________________________
12890 [  8758] By: jhi                                   on 2001/02/10  18:01:17
12891         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
12892              
12893              Fixed UMRs and leak in Perl_pmtrans()
12894              
12895              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
12896              associated UTFied tr/// code.  Also fixed scoping leak of
12897              PL_reg_start_tmp.
12898              
12899              newATTRSUB leaks when an attempt to redefine the active sort sub is
12900              made.
12901      Branch: maint-5.6/perl
12902           !> op.c regcomp.c
12903 ____________________________________________________________________________
12904 [  8757] By: alanbur                               on 2001/02/10  17:56:46
12905         Log: Resynchronised with parent
12906      Branch: maint-5.6/pureperl
12907           +> README.bs2000
12908            - README.posix-bc
12909            ! gv.c perl.c sv.c
12910           !> MANIFEST README.hpux README.vmesa installhtml
12911           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
12912           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
12913           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
12914           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
12915           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
12916           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
12917 ____________________________________________________________________________
12918 [  8756] By: alanbur                               on 2001/02/10  17:51:15
12919         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
12920              made.
12921      Branch: maint-5.6/pureperl
12922            ! op.c
12923 ____________________________________________________________________________
12924 [  8755] By: jhi                                   on 2001/02/09  22:41:35
12925         Log: Upgrade to CPAN 1.59_54, from Andreas König.
12926      Branch: perl
12927            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
12928 ____________________________________________________________________________
12929 [  8754] By: jhi                                   on 2001/02/09  22:29:20
12930         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
12931              
12932              Didn't upgrade the fill.t since it has a dependency to File::Slurp
12933              purely for debugging purposes, the actual test hasn't changed.
12934      Branch: perl
12935            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
12936            ! t/lib/textwrap.t
12937 ____________________________________________________________________________
12938 [  8753] By: jhi                                   on 2001/02/09  20:17:50
12939         Log: Integrate change #8682 from maintperl.
12940              
12941              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
12942              to work correctly.
12943      Branch: perl
12944           !> hints/irix_6.sh
12945 ____________________________________________________________________________
12946 [  8752] By: jhi                                   on 2001/02/09  20:00:46
12947         Log: Update Changes.
12948      Branch: perl
12949            ! Changes patchlevel.h
12950 ____________________________________________________________________________
12951 [  8751] By: nick                                  on 2001/02/09  19:48:37
12952         Log: Integrate mainline
12953      Branch: perlio
12954           +> README.bs2000 t/lib/cgi-esc.t
12955            - README.posix-bc
12956           !> (integrate 53 files)
12957 ____________________________________________________________________________
12958 [  8750] By: nick                                  on 2001/02/09  19:25:16
12959         Log: Subject: RE: Biannual Competition to Improve Hashing Function
12960              From: Fisher Mark <fisherm@tce.com>
12961              Date: Thu, 8 Feb 2001 10:44:00 -0500
12962              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
12963              Date: Thu, 8 Feb 2001 15:02:47 -0500
12964              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
12965      Branch: perl
12966            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
12967 ____________________________________________________________________________
12968 [  8749] By: jhi                                   on 2001/02/09  19:02:35
12969         Log: Forgotten fragment.
12970      Branch: perl
12971            ! pod/perlapi.pod
12972 ____________________________________________________________________________
12973 [  8748] By: jhi                                   on 2001/02/09  18:31:34
12974         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
12975              plus manual tweakage.
12976              
12977              Sync the perlfaq2 between mainline and maintperl.
12978      Branch: maint-5.6/perl
12979            ! pod/perlfaq2.pod
12980      Branch: perl
12981           !> pod/perlfaq2.pod
12982 ____________________________________________________________________________
12983 [  8747] By: jhi                                   on 2001/02/09  18:12:04
12984         Log: Subject: versiononly and installperl
12985              From: abigail@foad.org
12986              Date: Wed, 7 Feb 2001 22:43:12 +0100
12987              Message-ID: <20010207214312.7045.qmail@foad.org>    
12988              
12989              Add +v flag to force a normal install of the perl binary
12990              and the utilities.
12991              
12992              Subject: [PATCH] installperl
12993              From: Nicholas Clark <nick@ccl4.org>
12994              Date: Fri, 9 Feb 2001 16:28:57 +0000
12995              Message-ID: <20010209162857.B10931@plum.flirble.org>
12996              
12997              Add -A flag which also hardlinks the binary with
12998              the full architecture name.
12999      Branch: perl
13000            ! installperl
13001 ____________________________________________________________________________
13002 [  8746] By: jhi                                   on 2001/02/09  18:03:43
13003         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
13004              
13005              Subject: perlfaq2, re: perlmongers
13006              
13007              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
13008              
13009              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
13010              
13011              Subject: [ID 20010205.001] typo in perlfaq9
13012              
13013              Subject: [ID 20010208.002] unordered explanation in perlcall
13014      Branch: maint-5.6/perl
13015           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
13016           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
13017           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
13018 ____________________________________________________________________________
13019 [  8745] By: jhi                                   on 2001/02/09  17:59:09
13020         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
13021              From: abela@geneanet.org
13022              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
13023              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
13024      Branch: perl
13025            ! pod/perlcall.pod
13026 ____________________________________________________________________________
13027 [  8744] By: jhi                                   on 2001/02/09  17:48:16
13028         Log: Subject: [ID 20010205.001] typo in perlfaq9
13029              From: eserte@vran.herceg.de
13030              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
13031              Message-Id: <200102042244.XAA21926@vran.herceg.de>
13032      Branch: perl
13033            ! pod/perlfaq9.pod
13034 ____________________________________________________________________________
13035 [  8743] By: jhi                                   on 2001/02/09  17:25:12
13036         Log: Integrate change #8695 from maintperl.
13037              
13038              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
13039      Branch: perl
13040           !> thread.h
13041 ____________________________________________________________________________
13042 [  8742] By: jhi                                   on 2001/02/09  17:21:22
13043         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
13044              From: Andy Dougherty <doughera@lafayette.edu>
13045              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
13046              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
13047      Branch: perl
13048            ! embed.pl
13049 ____________________________________________________________________________
13050 [  8741] By: jhi                                   on 2001/02/09  17:05:19
13051         Log: Integrate changes #8738,8739,8740 from maintperl.
13052              
13053              Html files will be installed in a more logical and easier to
13054              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
13055              
13056              Html files will be generated with a header to make them look
13057              a little less bare.
13058              
13059              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
13060      Branch: perl
13061           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
13062 ____________________________________________________________________________
13063 [  8740] By: jhi                                   on 2001/02/09  17:03:46
13064         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
13065              From: "Brendan O'Dea" <bod@compusol.com.au>
13066              Date: Sun, 4 Feb 2001 11:17:56 +1100
13067              Message-ID: <20010204111756.A16301@compusol.com.au>
13068      Branch: maint-5.6/perl
13069            ! pod/perlfaq3.pod
13070 ____________________________________________________________________________
13071 [  8739] By: jhi                                   on 2001/02/09  17:01:59
13072         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
13073              From: "Indy Singh" <indy@nusphere.com>
13074              Date: Fri, 2 Feb 2001 15:09:59 -0500
13075              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
13076              
13077              Html files will be generated with a header to make them look
13078              a little less bare.
13079      Branch: maint-5.6/perl
13080            ! installhtml
13081 ____________________________________________________________________________
13082 [  8738] By: jhi                                   on 2001/02/09  16:58:48
13083         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
13084              From: "Indy Singh" <indy@nusphere.com>
13085              Date: Fri, 2 Feb 2001 15:08:23 -0500
13086              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
13087              
13088              Html files will be installed in a more logical and easier to
13089              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
13090      Branch: maint-5.6/perl
13091            ! win32/Makefile win32/makefile.mk
13092 ____________________________________________________________________________
13093 [  8737] By: jhi                                   on 2001/02/09  16:46:54
13094         Log: Integrate changes #8687,8736 from maintperl.
13095              
13096              HP-UX thread patches from Merijn H. Brand.
13097              
13098              Latin nit from Philip Newton.
13099      Branch: perl
13100           !> README.hpux hints/hpux.sh
13101 ____________________________________________________________________________
13102 [  8736] By: jhi                                   on 2001/02/09  16:42:31
13103         Log: Latin nit from Philip Newton.
13104      Branch: maint-5.6/perl
13105            ! README.hpux
13106 ____________________________________________________________________________
13107 [  8735] By: jhi                                   on 2001/02/09  16:24:03
13108         Log: Integrate changes #8704,8710 from pureperl.
13109              
13110              Fixed UMRs and leak in Perl_pmtrans()
13111              
13112              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
13113              associated UTFied tr/// code.  Also fixed scoping leak of
13114              PL_reg_start_tmp.
13115      Branch: perl
13116           !> op.c regcomp.c
13117 ____________________________________________________________________________
13118 [  8734] By: jhi                                   on 2001/02/09  15:40:21
13119         Log: Integrate change #8733 from maintperl.
13120              
13121              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
13122      Branch: perl
13123           !> pod/perlre.pod
13124 ____________________________________________________________________________
13125 [  8733] By: jhi                                   on 2001/02/09  15:35:47
13126         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
13127              From: Prymmer/Kahn <pvhp@best.com>
13128              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
13129              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
13130      Branch: maint-5.6/perl
13131            ! pod/perlre.pod
13132 ____________________________________________________________________________
13133 [  8732] By: jhi                                   on 2001/02/09  15:26:17
13134         Log: Rename README.posix-bc to README.bs2000 (to avoid the
13135              confusion of a "perlposix-bc.pod"), add a few missing
13136              arch pods, regen toc.
13137      Branch: maint-5.6/perl
13138           +> README.bs2000
13139            - README.posix-bc
13140            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
13141            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
13142 ____________________________________________________________________________
13143 [  8731] By: jhi                                   on 2001/02/09  15:23:39
13144         Log: De-cut-and-pasto.
13145      Branch: perl
13146            ! pod/perl.pod
13147 ____________________________________________________________________________
13148 [  8730] By: jhi                                   on 2001/02/09  15:11:13
13149         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
13150              when people think that perlposix-bc.pod tells anything about
13151              Perl and POSIX.  Regen toc.
13152      Branch: perl
13153           +> README.bs2000
13154            - README.posix-bc
13155            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
13156            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
13157 ____________________________________________________________________________
13158 [  8729] By: jhi                                   on 2001/02/09  14:52:28
13159         Log: The README.vmesa part of #8712 from maintperl.
13160      Branch: perl
13161            ! README.vmesa
13162 ____________________________________________________________________________
13163 [  8728] By: jhi                                   on 2001/02/09  14:46:06
13164         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
13165              From: Peter Prymmer <pvhp@forte.com>
13166              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
13167              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
13168      Branch: maint-5.6/perl
13169            ! README.vmesa win32/Makefile win32/makefile.mk
13170 ____________________________________________________________________________
13171 [  8727] By: jhi                                   on 2001/02/09  14:33:25
13172         Log: Integrate change #8712 from mainline.
13173              
13174              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
13175      Branch: maint-5.6/perl
13176           !> lib/Pod/Find.pm
13177 ____________________________________________________________________________
13178 [  8726] By: jhi                                   on 2001/02/09  14:30:28
13179         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
13180              From: Peter Prymmer <pvhp@forte.com>
13181              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
13182              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
13183      Branch: perl
13184            + t/lib/cgi-esc.t
13185            ! MANIFEST lib/CGI/Util.pm
13186 ____________________________________________________________________________
13187 [  8725] By: jhi                                   on 2001/02/09  04:56:47
13188         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
13189      Branch: maint-5.6/perl
13190            ! pod/perlport.pod
13191 ____________________________________________________________________________
13192 [  8724] By: jhi                                   on 2001/02/09  04:40:59
13193         Log: Integrate changes 7819,7820 from vmsperl into mainline.
13194              
13195              Add header for LIB$ prototypes (C. Berry)
13196              
13197              Convert fwrite()s to sockets to write()s, since some socket stacks
13198              don't take kindly to stdio.
13199              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
13200              (for often optional LNMs)
13201              Correct a few typos
13202              (C. Bailey)
13203      Branch: perl
13204           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
13205 ____________________________________________________________________________
13206 [  8723] By: jhi                                   on 2001/02/09  03:29:29
13207         Log: Integrate change #8722 from mainline.
13208              
13209              The Im() function wasn't returning zero for non-Math::Complex
13210              arguments.  The bug reported by John Gamble.
13211      Branch: maint-5.6/perl
13212           !> lib/Math/Complex.pm
13213 ____________________________________________________________________________
13214 [  8722] By: jhi                                   on 2001/02/09  03:28:33
13215         Log: The Im() function wasn't returning zero for non-Math::Complex
13216              arguments.  The bug reported by John Gamble.
13217      Branch: perl
13218            ! lib/Math/Complex.pm
13219 ____________________________________________________________________________
13220 [  8721] By: nick                                  on 2001/02/08  22:11:35
13221         Log: Correct the correction :-(
13222      Branch: perl
13223            ! perl.c
13224 ____________________________________________________________________________
13225 [  8720] By: bailey                                on 2001/02/08  20:59:22
13226         Log: Convert frwite()s to sockets to write()s, since some socket stacks
13227              don't take kindly to stdio.
13228              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
13229              (for often optional LNMs)
13230              Correct a few typos
13231              (C. Bailey)
13232      Branch: vmsperl
13233            ! vms/vms.c vms/vmsish.h
13234 ____________________________________________________________________________
13235 [  8719] By: bailey                                on 2001/02/08  20:51:02
13236         Log: Add header for LIB$ prototypes (C. Berry)
13237      Branch: vmsperl
13238            ! ext/Devel/DProf/DProf.xs
13239 ____________________________________________________________________________
13240 [  8718] By: bailey                                on 2001/02/08  20:49:00
13241         Log: SYN SYN
13242      Branch: vmsperl
13243           +> pod/perliol.pod t/lib/sample-tests/bailout
13244           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
13245           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
13246           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
13247           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
13248           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
13249           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
13250            - lib/unicode/Is/DCinital.pl
13251           !> (integrate 101 files)
13252 ____________________________________________________________________________
13253 [  8717] By: nick                                  on 2001/02/08  19:38:48
13254         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
13255              From: Robin Barker <rmb1@cise.npl.co.uk>
13256              Date: Thu, 8 Feb 2001 14:38:07 GMT
13257              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
13258      Branch: perl
13259            ! lib/CPAN.pm
13260 ____________________________________________________________________________
13261 [  8716] By: nick                                  on 2001/02/08  19:29:07
13262         Log: Generated files form 8713 etc.
13263      Branch: perl
13264            ! embed.h global.sym objXSUB.h perlapi.c proto.h
13265 ____________________________________________________________________________
13266 [  8715] By: nick                                  on 2001/02/08  19:26:08
13267         Log: Fixup non-ithread build after 8713
13268      Branch: perl
13269            ! perl.c
13270 ____________________________________________________________________________
13271 [  8714] By: nick                                  on 2001/02/08  19:17:45
13272         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
13273              From: nick@ccl4.org
13274              Date: Wed, 7 Feb 2001 00:27:47 +0000
13275              Message-Id: <20010207002747.B63724@plum.flirble.org>
13276      Branch: perl
13277            ! sv.c toke.c
13278 ____________________________________________________________________________
13279 [  8713] By: nick                                  on 2001/02/08  19:15:58
13280         Log: Subject: Re: [patch] Re: PL_ptr_table
13281              From: Doug Maceachern <dougm@covalent.net>
13282              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
13283              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
13284      Branch: perl
13285            ! embed.pl perl.c sv.c sv.h
13286 ____________________________________________________________________________
13287 [  8712] By: nick                                  on 2001/02/08  19:12:47
13288         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
13289              From: Peter Prymmer <pvhp@forte.com>
13290              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
13291              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
13292      Branch: perl
13293            ! lib/Pod/Find.pm
13294 ____________________________________________________________________________
13295 [  8711] By: nick                                  on 2001/02/07  21:06:11
13296         Log: Manually appliued version for dev branch of Alan/Sarathy 5.6 patch.
13297              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
13298              From: Alan Burlison <Alan.Burlison@uk.sun.com>
13299              Date: Tue, 06 Feb 2001 23:37:01 +0000
13300              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
13301      Branch: perl
13302            ! regcomp.c
13303 ____________________________________________________________________________
13304 [  8710] By: alanbur                               on 2001/02/07  00:22:04
13305         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
13306              associated UTFied tr/// code.  Also fixed scoping leak of
13307              PL_reg_start_tmp.
13308      Branch: maint-5.6/pureperl
13309            ! op.c regcomp.c
13310 ____________________________________________________________________________
13311 [  8709] By: nick                                  on 2001/02/06  21:16:49
13312         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
13313              From: Michael G Schwern <schwern@pobox.com>
13314              Date: Sun, 4 Feb 2001 19:47:14 -0500
13315              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
13316      Branch: perl
13317            ! pod/perlapi.pod pod/perlmodlib.PL
13318 ____________________________________________________________________________
13319 [  8708] By: nick                                  on 2001/02/06  20:41:20
13320         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
13321              From: Michael G Schwern <schwern@pobox.com>
13322              Date: Sun, 4 Feb 2001 21:17:49 -0500
13323              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
13324      Branch: perl
13325            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
13326            ! pod/perltootc.pod
13327 ____________________________________________________________________________
13328 [  8707] By: nick                                  on 2001/02/06  20:29:11
13329         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
13330              From: Michael G Schwern <schwern@pobox.com>
13331              Date: Tue, 6 Feb 2001 05:54:30 -0500
13332              Message-Id: <20010206055430.A951@blackrider.aocn.com>
13333      Branch: perl
13334            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
13335 ____________________________________________________________________________
13336 [  8706] By: nick                                  on 2001/02/06  20:21:40
13337         Log: Subject: RE: some win32 fixes
13338              Date: Tue, 6 Feb 2001 09:23:20 +0300
13339              From: Vadim Konovalov <vkonovalov@lucent.com>
13340              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
13341      Branch: perl
13342            ! toke.c win32/Makefile win32/config.bc win32/config.gc
13343            ! win32/config.vc win32/config_H.bc win32/makefile.mk
13344 ____________________________________________________________________________
13345 [  8705] By: alanbur                               on 2001/02/06  15:00:03
13346         Log: Synchronised with parent
13347      Branch: maint-5.6/pureperl
13348            ! regexec.c
13349           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
13350           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
13351 ____________________________________________________________________________
13352 [  8704] By: alanbur                               on 2001/02/06  14:55:24
13353         Log: Fixed UMRs and leak in Perl_pmtrans()
13354      Branch: maint-5.6/pureperl
13355            ! op.c
13356 ____________________________________________________________________________
13357 [  8703] By: gsar                                  on 2001/02/06  02:29:37
13358         Log: $(MAKE) distclean doesn't clean up properly on windows
13359      Branch: maint-5.6/perl
13360            ! win32/Makefile win32/makefile.mk
13361 ____________________________________________________________________________
13362 [  8702] By: gsar                                  on 2001/02/06  01:00:46
13363         Log: tweak change#8659 to keep it simple
13364      Branch: maint-5.6/perl
13365            ! utils/perldoc.PL
13366 ____________________________________________________________________________
13367 [  8701] By: gsar                                  on 2001/02/05  22:45:41
13368         Log: change#8693 was missing testsuite changes
13369      Branch: maint-5.6/perl
13370           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
13371 ____________________________________________________________________________
13372 [  8700] By: nick                                  on 2001/02/05  20:32:52
13373         Log: Integrate mainline
13374      Branch: perlio
13375           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
13376           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
13377           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
13378           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
13379           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
13380           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
13381           +> t/lib/test-harness.t
13382           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
13383           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
13384           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
13385           !> pod/perlutil.pod t/TEST utils/h2xs.PL
13386 ____________________________________________________________________________
13387 [  8699] By: nick                                  on 2001/02/05  19:41:07
13388         Log: Subject: perlfaq2, re: perlmongers
13389              From: David H. Adler <dha@panix.com>
13390              Date: Sun, 4 Feb 2001 23:48:23 -0500
13391              Message-Id: <20010204234823.A13429@panix.com>
13392      Branch: perl
13393            ! pod/perlfaq2.pod
13394 ____________________________________________________________________________
13395 [  8698] By: nick                                  on 2001/02/05  19:39:31
13396         Log: Missed file f#rom the testharness mess.
13397      Branch: perl
13398            + t/lib/test-harness.t
13399 ____________________________________________________________________________
13400 [  8697] By: nick                                  on 2001/02/05  19:37:21
13401         Log: Subject: [DOC PATCH] overload.pm nits
13402              From: John Tobey <jtobey@john-edwin-tobey.org>
13403              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
13404              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
13405      Branch: perl
13406            ! lib/overload.pm
13407 ____________________________________________________________________________
13408 [  8696] By: alanbur                               on 2001/02/05  11:56:00
13409         Log: Sync with parent
13410      Branch: maint-5.6/pureperl
13411           !> thread.h
13412 ____________________________________________________________________________
13413 [  8695] By: gsar                                  on 2001/02/05  03:27:34
13414         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
13415      Branch: maint-5.6/perl
13416            ! thread.h
13417 ____________________________________________________________________________
13418 [  8694] By: alanbur                               on 2001/02/05  00:07:47
13419         Log: Initial branch creation from //depot/maint-5.6/perl
13420      Branch: maint-5.6/pureperl
13421           +> (branch 1719 files)
13422 ____________________________________________________________________________
13423 [  8693] By: gsar                                  on 2001/02/04  22:38:49
13424         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
13425              changes)
13426      Branch: maint-5.6/perl
13427           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
13428           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
13429           !> ext/DB_File/version.c
13430 ____________________________________________________________________________
13431 [  8692] By: nick                                  on 2001/02/04  18:15:57
13432         Log: The missed t/TEST part of the grand testharness upgrade.
13433      Branch: perl
13434            ! t/TEST
13435 ____________________________________________________________________________
13436 [  8691] By: nick                                  on 2001/02/04  18:05:17
13437         Log: New improved test harness
13438              Subject: Re: [PATCH Test::Harness] Third time's a charm?
13439              From: Michael G Schwern <schwern@pobox.com>
13440              Date: Sun, 4 Feb 2001 08:01:20 -0500
13441              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
13442      Branch: perl
13443            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
13444            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
13445            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
13446            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
13447            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
13448            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
13449            ! MANIFEST lib/Test/Harness.pm
13450 ____________________________________________________________________________
13451 [  8690] By: nick                                  on 2001/02/04  17:57:51
13452         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
13453              From: Jonathan Stowe <gellyfish@gellyfish.com>
13454              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
13455              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
13456      Branch: perl
13457            ! utils/h2xs.PL
13458 ____________________________________________________________________________
13459 [  8689] By: nick                                  on 2001/02/04  17:55:24
13460         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
13461              From: Michael G Schwern <schwern@pobox.com>
13462              Date: Sat, 3 Feb 2001 22:46:38 -0500
13463              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
13464      Branch: perl
13465            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
13466            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
13467 ____________________________________________________________________________
13468 [  8688] By: nick                                  on 2001/02/04  17:43:55
13469         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
13470              length byfailing to spot lack of closing )
13471              From: nick@talking.bollo.cx
13472              Date: Sat, 03 Feb 2001 23:53:16 +0000
13473              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
13474      Branch: perl
13475            ! perlio.c pod/perldiag.pod
13476 ____________________________________________________________________________
13477 [  8687] By: jhi                                   on 2001/02/03  17:11:42
13478         Log: HP-UX thread patches from Merijn H. Brand.
13479      Branch: maint-5.6/perl
13480            ! README.hpux hints/hpux.sh
13481 ____________________________________________________________________________
13482 [  8686] By: jhi                                   on 2001/02/03  16:40:12
13483         Log: Metaconfig changes for #8685.
13484      Branch: metaconfig
13485            ! U/installdirs/instubperl.U
13486      Branch: metaconfig/U/perl
13487            ! Devel.U versiononly.U
13488 ____________________________________________________________________________
13489 [  8685] By: jhi                                   on 2001/02/03  16:39:49
13490         Log: For -Dusedevel builds turn off installusrbinperl and turn on
13491              versiononly, a combined idea of Richard Soderberg and Merijn
13492              H. Brand.  You can still override both of these from the command
13493              line if you need to, -Dinstallusrbinperl and -Uversiononly.
13494      Branch: perl
13495            ! Configure
13496 ____________________________________________________________________________
13497 [  8684] By: jhi                                   on 2001/02/03  16:16:34
13498         Log: Metaconfig unit fix for #8683.
13499      Branch: metaconfig
13500            ! U/compline/nblock_io.U
13501 ____________________________________________________________________________
13502 [  8683] By: jhi                                   on 2001/02/03  16:16:12
13503         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
13504              reported by Peter Prymmer for 5.6-TRIAL1.
13505      Branch: perl
13506            ! Configure
13507 ____________________________________________________________________________
13508 [  8682] By: jhi                                   on 2001/02/03  05:52:11
13509         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
13510              to work correctly.
13511      Branch: maint-5.6/perl
13512            ! hints/irix_6.sh
13513 ____________________________________________________________________________
13514 [  8681] By: jhi                                   on 2001/02/03  05:47:33
13515         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
13516      Branch: maint-5.6/perl
13517            ! pod/perlport.pod
13518 ____________________________________________________________________________
13519 [  8680] By: jhi                                   on 2001/02/02  21:39:49
13520         Log: perlport update from Peter Prymmer.
13521      Branch: maint-5.6/perl
13522            ! pod/perlport.pod
13523 ____________________________________________________________________________
13524 [  8679] By: nick                                  on 2001/02/02  20:50:48
13525         Log: Integrate mainline
13526      Branch: perlio
13527           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
13528           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
13529           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
13530 ____________________________________________________________________________
13531 [  8678] By: gsar                                  on 2001/02/02  16:02:12
13532         Log: note about bincompat, slightly modified (from Lupe Christoph)
13533      Branch: maint-5.6/perl
13534            ! README.solaris
13535 ____________________________________________________________________________
13536 [  8677] By: jhi                                   on 2001/02/02  15:46:20
13537         Log: Supported platforms updates.
13538      Branch: maint-5.6/perl
13539            ! pod/perlport.pod
13540 ____________________________________________________________________________
13541 [  8676] By: jhi                                   on 2001/02/02  03:41:26
13542         Log: A couple more perlfaq2 tweaks.
13543      Branch: maint-5.6/perl
13544            ! pod/perlfaq2.pod
13545 ____________________________________________________________________________
13546 [  8675] By: jhi                                   on 2001/02/02  03:17:44
13547         Log: Misedit in #8661.
13548      Branch: maint-5.6/perl
13549            ! Configure
13550 ____________________________________________________________________________
13551 [  8674] By: jhi                                   on 2001/02/02  03:14:38
13552         Log: Damien again.
13553      Branch: maint-5.6/perl
13554            ! pod/perlfaq2.pod
13555 ____________________________________________________________________________
13556 [  8673] By: jhi                                   on 2001/02/02  03:12:40
13557         Log: perlfaq update from Elaine Ashton.
13558      Branch: maint-5.6/perl
13559            ! pod/perlfaq2.pod
13560 ____________________________________________________________________________
13561 [  8672] By: jhi                                   on 2001/02/02  03:07:08
13562         Log: UTF-8 s/// patch from Inaba Hiroto.
13563      Branch: maint-5.6/perl
13564            ! pp_ctl.c pp_hot.c
13565 ____________________________________________________________________________
13566 [  8671] By: jhi                                   on 2001/02/01  22:34:31
13567         Log: Update Changes.
13568      Branch: perl
13569            ! Changes patchlevel.h
13570 ____________________________________________________________________________
13571 [  8670] By: jhi                                   on 2001/02/01  22:15:29
13572         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
13573              from maintperl.
13574              
13575              Upgrade to Getopt::Long 2.25, from Johan Vromans.
13576              
13577              more files need to be writable in the source distribution
13578              
13579              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
13580              
13581              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
13582              
13583              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
13584              
13585              Allow the float to be fuzzier.
13586              
13587              need to use INT2PTR instead of a straight cast or ia64 fails
13588              
13589              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
13590              
13591              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
13592      Branch: perl
13593           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
13594           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
13595           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
13596 ____________________________________________________________________________
13597 [  8669] By: jhi                                   on 2001/02/01  21:57:02
13598         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
13599              From: Robin Barker <rmb1@cise.npl.co.uk>
13600              Date: Thu, 1 Feb 2001 16:59:05 GMT
13601              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
13602      Branch: maint-5.6/perl
13603            ! pod/perlmodlib.PL
13604 ____________________________________________________________________________
13605 [  8668] By: nick                                  on 2001/02/01  19:41:40
13606         Log: Integrate mainline
13607      Branch: perlio
13608           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
13609           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
13610           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
13611 ____________________________________________________________________________
13612 [  8667] By: gsar                                  on 2001/02/01  16:59:11
13613         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
13614      Branch: maint-5.6/perl
13615            ! embed.pl embedvar.h
13616 ____________________________________________________________________________
13617 [  8666] By: gsar                                  on 2001/02/01  16:34:51
13618         Log: add missing entries to win32/config.?c
13619      Branch: maint-5.6/perl
13620            ! win32/config.bc win32/config.gc win32/config.vc
13621            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
13622 ____________________________________________________________________________
13623 [  8665] By: jhi                                   on 2001/02/01  14:58:51
13624         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
13625              From: "Stephen P. Potter" <spp@spotter.yi.org>
13626              Date: Thu, 01 Feb 2001 10:45:46 -0500
13627              Message-Id: <200102011545.KAA31479@spotter.yi.org>
13628      Branch: maint-5.6/perl
13629            ! pod/perlfunc.pod
13630 ____________________________________________________________________________
13631 [  8664] By: gsar                                  on 2001/02/01  14:52:37
13632         Log: need to use INT2PTR instead of a straight cast or ia64 fails
13633              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
13634      Branch: maint-5.6/perl
13635            ! ext/POSIX/POSIX.xs
13636 ____________________________________________________________________________
13637 [  8663] By: jhi                                   on 2001/02/01  14:09:13
13638         Log: Allow the float to be fuzzier.
13639      Branch: maint-5.6/perl
13640            ! t/lib/peek.t
13641 ____________________________________________________________________________
13642 [  8662] By: jhi                                   on 2001/02/01  13:59:00
13643         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
13644              From: Robin Barker <rmb1@cise.npl.co.uk>
13645              Date: Thu, 1 Feb 2001 13:05:39 GMT
13646              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
13647      Branch: maint-5.6/perl
13648            ! pod/perlmodlib.pod
13649 ____________________________________________________________________________
13650 [  8661] By: jhi                                   on 2001/02/01  13:57:38
13651         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
13652              Date: Thu, 01 Feb 2001 14:15:41 +0100
13653              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13654              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
13655              
13656              Have the $ccflags in the gcc version test (strange, this change
13657              is claimed to be have been integrated already)
13658      Branch: maint-5.6/perl
13659            ! Configure
13660 ____________________________________________________________________________
13661 [  8660] By: jhi                                   on 2001/02/01  13:44:10
13662         Log: Integrate changes #7950,7964,7962 from mainline.
13663              
13664              Find the stdchar signedness using cpp, should fix some of
13665              the Solaris compiler warnings reported by Alan Burlison.
13666      Branch: maint-5.6/perl
13667           !> Configure config_h.SH
13668 ____________________________________________________________________________
13669 [  8659] By: jhi                                   on 2001/02/01  05:35:32
13670         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
13671              From: Jan Dubois <JanD@ActiveState.com>
13672              Date: Wed, 31 Jan 2001 21:17:03 -0800
13673              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
13674      Branch: maint-5.6/perl
13675            ! utils/perldoc.PL
13676 ____________________________________________________________________________
13677 [  8658] By: jhi                                   on 2001/02/01  04:33:17
13678         Log: Integrate the README.os390 and README.posix-bc parts of mainline
13679              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
13680              installperl parts were taken care of by #8657.)
13681      Branch: maint-5.6/perl
13682           !> README.os390 README.posix-bc
13683 ____________________________________________________________________________
13684 [  8657] By: jhi                                   on 2001/02/01  04:29:21
13685         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
13686              From: Peter Prymmer <pvhp@forte.com>
13687              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
13688              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
13689      Branch: maint-5.6/perl
13690            + ext/DynaLoader/dl_dllload.xs
13691            ! MANIFEST Makefile.SH hints/os390.sh installperl
13692 ____________________________________________________________________________
13693 [  8656] By: jhi                                   on 2001/02/01  04:25:45
13694         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
13695              From: Peter Prymmer <pvhp@forte.com>
13696              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
13697              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
13698      Branch: maint-5.6/perl
13699            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
13700 ____________________________________________________________________________
13701 [  8655] By: jhi                                   on 2001/02/01  04:14:47
13702         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
13703              From: troc@netrus.net
13704              Date: Wed, 31 Jan 2001 22:31:26 -0500
13705              Message-Id: <200102010331.WAA117.85@rocco.homenet>
13706      Branch: maint-5.6/perl
13707            ! os2/os2.c
13708 ____________________________________________________________________________
13709 [  8654] By: jhi                                   on 2001/02/01  04:12:52
13710         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
13711              as reported by Alan Burlison.
13712      Branch: maint-5.6/perl
13713            ! pp.h
13714 ____________________________________________________________________________
13715 [  8653] By: jhi                                   on 2001/02/01  04:05:12
13716         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
13717              From: dsugalski@northernlight.com
13718              Date: Wed, 31 Jan 2001 18:54:11 -0500
13719              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
13720      Branch: maint-5.6/perl
13721            ! configure.com
13722 ____________________________________________________________________________
13723 [  8652] By: jhi                                   on 2001/02/01  04:03:11
13724         Log: Misplaced #endif.
13725              
13726              Subject: [perl-5-6-1-trial2] patches for EPOC
13727              From: Olaf Flebbe <O.Flebbe@science-computing.de>
13728              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
13729              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
13730      Branch: maint-5.6/perl
13731            ! epoc/epocish.c
13732 ____________________________________________________________________________
13733 [  8651] By: jhi                                   on 2001/02/01  04:00:25
13734         Log: Integrate changes #8647,8648,8650 from mainline.
13735              
13736              Macrofy a magic UTF-8 test.
13737              
13738              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
13739              
13740              Watch out for cross compiling for EPOC (usually done on linux).
13741      Branch: maint-5.6/perl
13742           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
13743 ____________________________________________________________________________
13744 [  8650] By: jhi                                   on 2001/02/01  03:56:20
13745         Log: Watch out for cross compiling for EPOC (usually done on linux)
13746              
13747              Subject: [perl-5-6-1-trial2] patches for EPOC
13748              From: Olaf Flebbe <O.Flebbe@science-computing.de>
13749              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
13750              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
13751      Branch: perl
13752            ! ext/Errno/Errno_pm.PL
13753 ____________________________________________________________________________
13754 [  8649] By: gsar                                  on 2001/02/01  00:46:00
13755         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
13756      Branch: maint-5.6/perl
13757            ! sv.c
13758 ____________________________________________________________________________
13759 [  8648] By: jhi                                   on 2001/01/31  23:35:36
13760         Log: All the uses of PL_numeric_radix must be protected by
13761              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
13762              
13763              Subject: [perl-5-6-1-trial2] patches for EPOC
13764              From: Olaf Flebbe <O.Flebbe@science-computing.de>
13765              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
13766              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
13767      Branch: perl
13768            ! sv.c
13769 ____________________________________________________________________________
13770 [  8647] By: jhi                                   on 2001/01/31  22:56:16
13771         Log: Macrofy a magic UTF-8 test.
13772      Branch: perl
13773            ! utf8.c utf8.h
13774 ____________________________________________________________________________
13775 [  8646] By: gsar                                  on 2001/01/31  15:55:12
13776         Log: update Changes
13777      Branch: maint-5.6/perl
13778            ! Changes
13779 ____________________________________________________________________________
13780 [  8645] By: gsar                                  on 2001/01/31  15:10:14
13781         Log: Configure tweak suggested by Peter Prymmer
13782      Branch: maint-5.6/perl
13783            ! Configure
13784 ____________________________________________________________________________
13785 [  8644] By: gsar                                  on 2001/01/31  15:06:32
13786         Log: more files need to be writable in the source distribution
13787      Branch: maint-5.6/perl
13788            ! Porting/makerel
13789 ____________________________________________________________________________
13790 [  8643] By: jhi                                   on 2001/01/31  14:59:46
13791         Log: Integrate changes #8258,8278,8279 from mainline.
13792              
13793              Make the large file tests more robust/talkative.
13794      Branch: maint-5.6/perl
13795           !> t/lib/syslfs.t t/op/lfs.t
13796 ____________________________________________________________________________
13797 [  8642] By: gsar                                  on 2001/01/31  14:53:48
13798         Log: integrate changes#8311,8334 from mainline
13799              
13800              Add a new MakeMaker variable PM_FILTER that defines a Unix
13801              filter to be run on each .pm during the pm_to_blib() phase,
13802              a fixed version of
13803              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
13804              
13805              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
13806              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
13807              accurate reading of the "atime".  
13808      Branch: maint-5.6/perl
13809           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
13810           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
13811           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
13812 ____________________________________________________________________________
13813 [  8641] By: jhi                                   on 2001/01/31  14:46:37
13814         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
13815      Branch: maint-5.6/perl
13816            ! lib/Getopt/Long.pm
13817 ____________________________________________________________________________
13818 [  8640] By: gsar                                  on 2001/01/31  14:40:24
13819         Log: make regen_all
13820      Branch: maint-5.6/perl
13821            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
13822 ____________________________________________________________________________
13823 [  8639] By: gsar                                  on 2001/01/31  14:37:25
13824         Log: refresh windows config files
13825      Branch: maint-5.6/perl
13826            ! win32/Makefile win32/config_H.bc win32/config_H.gc
13827            ! win32/config_H.vc win32/makefile.mk
13828 ____________________________________________________________________________
13829 [  8638] By: gsar                                  on 2001/01/31  14:28:10
13830         Log: makefile tweaks for windows: introduce a bulk-switch to enable
13831              same options as ActivePerl; sync changes with makefile.mk
13832      Branch: maint-5.6/perl
13833            ! win32/Makefile win32/makefile.mk
13834 ____________________________________________________________________________
13835 [  8637] By: jhi                                   on 2001/01/31  04:41:30
13836         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
13837              From: Nicholas Clark <nick@ccl4.org>
13838              Date: Tue, 30 Jan 2001 19:51:05 +0000
13839              Message-ID: <20010130195105.R76607@plum.flirble.org> 
13840              
13841              op/inc cure.
13842      Branch: perl
13843            ! pp.c pp.h pp_hot.c t/op/arith.t
13844 ____________________________________________________________________________
13845 [  8636] By: jhi                                   on 2001/01/31  02:38:32
13846         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
13847              no perlio],8257,8380,8479,8515 from mainline.
13848              
13849              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
13850              
13851              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
13852              Subject: [PATCH perl@8133] fix-up for VMS extensions
13853              
13854              In VMS embedded perls couldn't access the statically built Socket.
13855              
13856              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
13857              
13858              Further VMS piping fixes from Charles Lane.
13859              
13860              Subject:  [PATCH] make t/op/misc.t work on VMS
13861              
13862              Add tracing for debugging extensions builds in VMS.
13863              
13864              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
13865      Branch: maint-5.6/perl
13866           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
13867           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
13868           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
13869 ____________________________________________________________________________
13870 [  8635] By: jhi                                   on 2001/01/31  01:46:41
13871         Log: Integrate change #7732 from mainline.
13872              
13873              Sparc 64-bit pack() fix from Jens Hamisch.
13874      Branch: maint-5.6/perl
13875           !> pp.c
13876 ____________________________________________________________________________
13877 [  8634] By: jhi                                   on 2001/01/31  01:41:16
13878         Log: One spot missing from #8626.
13879      Branch: maint-5.6/perl
13880            ! sv.c
13881 ____________________________________________________________________________
13882 [  8633] By: jhi                                   on 2001/01/31  00:49:17
13883         Log: Integrate change #7495 from mainline.
13884              
13885              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
13886      Branch: maint-5.6/perl
13887           !> MANIFEST ext/re/Makefile.PL
13888 ____________________________________________________________________________
13889 [  8632] By: jhi                                   on 2001/01/30  23:38:49
13890         Log: Integrate change #8396 from mainline.
13891              
13892              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
13893              better multicast support (resend)
13894      Branch: maint-5.6/perl
13895           !> ext/Socket/Socket.pm
13896 ____________________________________________________________________________
13897 [  8631] By: jhi                                   on 2001/01/30  23:28:03
13898         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
13899              
13900              More AIX lore. (7514, ext/re/hints/aix.pl)
13901              
13902              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
13903              
13904              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)
13905              
13906              Subject: [ID 20001214.002] Net::Ping patch
13907              
13908              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
13909              
13910              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
13911              
13912              Add ReuseAddr as a (preferred) alias for Reuse as we now
13913              also have ReusePort.
13914              
13915              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
13916      Branch: maint-5.6/perl
13917           +> ext/re/hints/aix.pl
13918           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
13919           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
13920 ____________________________________________________________________________
13921 [  8630] By: jhi                                   on 2001/01/30  23:03:59
13922         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
13923              
13924              read() documentation tweak for 20001121.004.
13925              
13926              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
13927      Branch: maint-5.6/perl
13928           !> pod/perlfunc.pod pod/perlre.pod
13929 ____________________________________________________________________________
13930 [  8629] By: jhi                                   on 2001/01/30  22:41:57
13931         Log: Integrate change #8098 from mainline.
13932              
13933              fastgetcwd is defined using a glob alias on a $^O dependent basis
13934              and there was no default assignment or perl subroutine.
13935      Branch: maint-5.6/perl
13936           !> lib/Cwd.pm
13937 ____________________________________________________________________________
13938 [  8628] By: jhi                                   on 2001/01/30  21:58:52
13939         Log: Integrate change #7866 from mainline.
13940              
13941              File::Temp 0.11.
13942      Branch: maint-5.6/perl
13943           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
13944 ____________________________________________________________________________
13945 [  8627] By: jhi                                   on 2001/01/30  21:39:44
13946         Log: Integrate changes #8075,8086,8228 from mainline.  
13947              
13948              Darwin is not Windows. (8075,8086)
13949              
13950              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
13951      Branch: maint-5.6/perl
13952           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
13953           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
13954           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
13955           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
13956 ____________________________________________________________________________
13957 [  8626] By: jhi                                   on 2001/01/30  21:22:11
13958         Log: Integrate with tweakery the change #8625 from mainline,
13959              the multibyte decimal separator fix ("fa_IR locale failure").
13960      Branch: maint-5.6/perl
13961            ! embedvar.h perlapi.h
13962           !> intrpvar.h perl.c perl.h sv.c util.c
13963 ____________________________________________________________________________
13964 [  8625] By: jhi                                   on 2001/01/30  20:26:33
13965         Log: Fix for the fa_IR locale failure.  The reason for the failure
13966              was that Perl was assuming the decimal separator aka the radix
13967              separator is one character.  The Farsi-Iranian locale crushed
13968              that bad assumption since there the separator is 'Momayyez',
13969              glyphwise looking somewhat like a slash, and in Unicode UTF-8
13970              encoded in two bytes, 0xd9 0xab.
13971      Branch: perl
13972            ! intrpvar.h perl.c perl.h sv.c util.c
13973 ____________________________________________________________________________
13974 [  8624] By: gsar                                  on 2001/01/30  20:17:03
13975         Log: regen_headers
13976      Branch: maint-5.6/perl
13977            ! Makefile.SH pod/perlintern.pod
13978 ____________________________________________________________________________
13979 [  8623] By: gsar                                  on 2001/01/30  19:42:34
13980         Log: backout change#7431 and its dependents (causes spurious rebuilds
13981              of autogenerated files)
13982              
13983              fix benign b.t failure
13984      Branch: maint-5.6/perl
13985            ! Makefile.SH t/lib/b.t
13986 ____________________________________________________________________________
13987 [  8622] By: jhi                                   on 2001/01/30  19:41:41
13988         Log: Microperl sync.
13989      Branch: perl
13990            ! mg.c perl.h
13991 ____________________________________________________________________________
13992 [  8621] By: gsar                                  on 2001/01/30  19:24:47
13993         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
13994              from mainline
13995              
13996              Subject: podlators 1.06 released
13997              
13998              Subject: [PATCH @8436] Eliminate op_children
13999              
14000              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
14001              
14002              (Replaced by #8448)  More op_children traces (cleanup of #8442).
14003              
14004              Subject: [PATCH #3 @8436] Re: Eliminate op_children
14005              Replace #8444 and #8445.
14006              
14007              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
14008              at the setting of the ofs_sv in new_struct_thread() as the
14009              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
14010              uninitialized fields are, uh, initialized with),
14011              SvREFCNT_inc()ing that invited a core dump.
14012              
14013              podlators 1.07, from Russ Allbery.
14014              
14015              Subject: [PATCH] regcomp.c old feature removal
14016              From: mjd@plover.com
14017              Date: 16 Jan 2001 14:43:18 -0000 
14018              Message-ID: <20010116144318.7140.qmail@plover.com> 
14019      Branch: maint-5.6/perl
14020           +> lib/Pod/Text/Overstrike.pm
14021           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
14022           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
14023           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
14024           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
14025           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
14026           !> util.c
14027 ____________________________________________________________________________
14028 [  8620] By: gsar                                  on 2001/01/30  18:48:32
14029         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
14030              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
14031              now fails one test)
14032              
14033              Subject: [PATCH] lvalue AUTOLOAD. No, really.
14034              
14035              Subject: [PATCH] Interesting syntax idea
14036              Make opens + bareword assigns do typeglob assigns.
14037              
14038              Tests for #8254.
14039              
14040              Subject: [PATCH @8269] Continue blocks and B::Deparse
14041              Make the peephole optimizer to bypass more null ops and
14042              and rewrite the deparse handling of continue blocks.
14043              
14044              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
14045              Doc tweak on #8313.
14046              
14047              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
14048              
14049              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
14050              
14051              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
14052              
14053              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
14054              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
14055              according to the platform.
14056              
14057              Subject: [PATCH @8404] Consolidated lvalue sub changes
14058              
14059              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
14060              
14061              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
14062              
14063              Subject: B::Concise -- an improved replacement for B::Terse 
14064              
14065              The B::Terse drop-in replacement wasn't quite drop-in.
14066              
14067              The LVRET macro needed an aTHX.
14068              
14069              Use the /^Perl_/-less form of is_lvalue_sub().
14070              
14071              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
14072      Branch: maint-5.6/perl
14073           +> ext/B/B/Concise.pm
14074           !> (integrate 27 files)
14075 ____________________________________________________________________________
14076 [  8619] By: nick                                  on 2001/01/30  18:40:28
14077         Log: Integrate mainline
14078      Branch: perlio
14079           !> (integrate 40 files)
14080 ____________________________________________________________________________
14081 [  8618] By: jhi                                   on 2001/01/30  18:37:18
14082         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
14083              Date: Mon, 29 Jan 2001 22:51:29 -0600
14084              From: "Craig A. Berry" <craigberry@mac.com>
14085              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
14086      Branch: perl
14087            ! vms/test.com
14088 ____________________________________________________________________________
14089 [  8617] By: jhi                                   on 2001/01/30  18:34:53
14090         Log: Subject: [PATCH] Add missing CV flags to dump.c
14091              From: Tim Jenness <t.jenness@jach.hawaii.edu>
14092              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
14093              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
14094      Branch: perl
14095            ! dump.c
14096 ____________________________________________________________________________
14097 [  8616] By: jhi                                   on 2001/01/30  18:20:58
14098         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
14099              part isn't applicable to maintperl.
14100              
14101              UTF-8 nit from Inaba Hiroto.
14102      Branch: maint-5.6/perl
14103           !> pod/perlapi.pod utf8.c
14104 ____________________________________________________________________________
14105 [  8615] By: jhi                                   on 2001/01/30  18:18:51
14106         Log: UTF-8 nit from Inaba Hiroto.
14107      Branch: perl
14108            ! pod/perlapi.pod t/op/each.t utf8.c
14109 ____________________________________________________________________________
14110 [  8614] By: jhi                                   on 2001/01/30  18:13:38
14111         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
14112              
14113              perl's internal variables are not for public consumption,
14114              move their docs from perlapi.pod to perlintern.pod
14115              
14116              support for -Dusethreads build under HP-UX 10.20 and DCE threads
14117              library (11.0 and later have pthreads but 10.x don't)
14118              
14119              avoid uninitialized value warnings
14120              
14121              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
14122              gets weird results)
14123              
14124              perldoc nit on windows
14125              
14126              make it possible to run the tests outside the source tree
14127              (there's still a dependency on ../lib being the library
14128              location)
14129      Branch: perl
14130           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
14131           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
14132           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
14133           !> win32/bin/search.pl win32/vdir.h
14134 ____________________________________________________________________________
14135 [  8613] By: gsar                                  on 2001/01/30  16:39:59
14136         Log: make it possible to run the tests outside the source tree
14137              (there's still a dependency on ../lib being the library
14138              location)
14139      Branch: maint-5.6/perl
14140            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
14141 ____________________________________________________________________________
14142 [  8612] By: gsar                                  on 2001/01/30  16:31:12
14143         Log: perldoc nit on windows
14144      Branch: maint-5.6/perl
14145            ! utils/perldoc.PL
14146 ____________________________________________________________________________
14147 [  8611] By: gsar                                  on 2001/01/30  16:22:54
14148         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
14149              gets weird results)
14150      Branch: maint-5.6/perl
14151            ! win32/vdir.h
14152 ____________________________________________________________________________
14153 [  8610] By: gsar                                  on 2001/01/30  16:12:45
14154         Log: avoid uninitialized value warnings
14155      Branch: maint-5.6/perl
14156            ! win32/bin/search.pl
14157 ____________________________________________________________________________
14158 [  8609] By: gsar                                  on 2001/01/30  16:08:01
14159         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
14160              library (11.0 and later have pthreads but 10.x don't)
14161      Branch: maint-5.6/perl
14162            ! hints/hpux.sh thread.h
14163 ____________________________________________________________________________
14164 [  8608] By: gsar                                  on 2001/01/30  15:48:55
14165         Log: perl's internal variables are not for public consumption,
14166              move their docs from perlapi.pod to perlintern.pod
14167      Branch: maint-5.6/perl
14168            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
14169            ! thrdvar.h
14170 ____________________________________________________________________________
14171 [  8607] By: gsar                                  on 2001/01/30  15:44:27
14172         Log: mistakenly branched perl56delta.pod, revert
14173      Branch: maint-5.6/perl
14174            - pod/perl56delta.pod
14175           !> pod/perldelta.pod
14176 ____________________________________________________________________________
14177 [  8606] By: gsar                                  on 2001/01/30  14:20:24
14178         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
14179              dTHR which has been a noop for a while now, except for the
14180              compatibility definition in thread.h)
14181      Branch: maint-5.6/perl
14182           !> (integrate 45 files)
14183 ____________________________________________________________________________
14184 [  8605] By: jhi                                   on 2001/01/30  05:43:58
14185         Log: Mark the UTF-8 APIs as experimental.
14186      Branch: maint-5.6/perl
14187            ! embed.pl pod/perlapi.pod
14188 ____________________________________________________________________________
14189 [  8604] By: jhi                                   on 2001/01/30  05:38:40
14190         Log: Nits from earlier integrates.
14191      Branch: maint-5.6/perl
14192            ! lib/Carp/Heavy.pm
14193           !> sv.c
14194 ____________________________________________________________________________
14195 [  8603] By: jhi                                   on 2001/01/30  05:27:26
14196         Log: Regenerate Porting files.
14197      Branch: maint-5.6/perl
14198            ! Porting/Glossary Porting/config.sh Porting/config_H
14199 ____________________________________________________________________________
14200 [  8602] By: jhi                                   on 2001/01/30  05:14:59
14201         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
14202              8310,8339,8447,8492,8493,8505,8525: documentation changes.
14203              
14204              Subject: Re: perlfaq style changes
14205              
14206              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
14207              
14208              Subject: [PATCH] docs on NaN
14209              
14210              Subject: [patch] perlfaq7
14211              
14212              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
14213              
14214              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
14215              
14216              Subject: [PATCH] open() example in perlfunc.pod
14217              
14218              Podify README.mpeix (a new version from the web)
14219              
14220              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
14221              
14222              Subject: [PATCH] format and rewording in perlfaq.pod
14223              
14224              Subject: [PATCH] API Variable documentation   
14225              
14226              Memory management calls documentation.
14227              
14228              Subject: [PATCH: perl@8482] README.vms URL updates
14229              
14230              Subject: Minor typos in perlfaq2.pod
14231              
14232              Subject: [PATCH] pod/perlvar.pod
14233      Branch: maint-5.6/perl
14234           +> pod/perl56delta.pod
14235            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
14236           !> README.amiga README.epoc README.mpeix README.vms
14237           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
14238           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
14239           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
14240           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
14241           !> pod/perlvar.pod thrdvar.h
14242 ____________________________________________________________________________
14243 [  8601] By: jhi                                   on 2001/01/30  04:38:35
14244         Log: Integrate changes #8036,8096,8253 from mainline:
14245              hints changes.
14246              
14247              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
14248              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
14249              
14250              Output the (apparent) version of gcc in Tru64.
14251      Branch: maint-5.6/perl
14252           +> ext/POSIX/hints/svr4.pl
14253           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
14254           !> hints/svr4.sh t/lib/bigfltpm.t
14255 ____________________________________________________________________________
14256 [  8600] By: jhi                                   on 2001/01/30  04:04:01
14257         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
14258              locale fixes.
14259              
14260              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
14261              
14262              Debian allows /usr/bin/locale to exist without any locales. (7868)
14263              
14264              Allow the locale test needing POSIX and the taint test
14265              needing IPC::SysV to run under 'minitest' (basically,
14266              bail out if loading the extension fails). (8384)
14267              
14268              Cleanup the locale.t output  (8480)
14269      Branch: maint-5.6/perl
14270           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
14271           !> t/pragma/locale.t
14272 ____________________________________________________________________________
14273 [  8599] By: jhi                                   on 2001/01/30  03:51:04
14274         Log: Missing generated files from #8598.
14275      Branch: maint-5.6/perl
14276            ! embed.h global.sym objXSUB.h perlapi.c proto.h
14277 ____________________________________________________________________________
14278 [  8598] By: jhi                                   on 2001/01/30  03:41:54
14279         Log: Integrate change #8555 from mainline, manually integrate parts
14280              of changes 8452 and 8583.
14281              
14282              Subject: [PATCH] utf8.c documentation (8452)
14283              
14284              No point in checking the length if the pointer is bogus. (8555)
14285              
14286              Introduce bytes_from_utf8() and implement sv_eq() using it,
14287              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
14288              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
14289              was malformed. (8583)
14290      Branch: maint-5.6/perl
14291            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
14292           !> pod/perlapi.pod sv.c utf8.c
14293 ____________________________________________________________________________
14294 [  8597] By: gsar                                  on 2001/01/30  02:37:26
14295         Log: get PERL_OBJECT build going again on windows
14296      Branch: maint-5.6/perl
14297            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
14298            ! pod/perlapi.pod proto.h sv.c
14299 ____________________________________________________________________________
14300 [  8596] By: jhi                                   on 2001/01/30  02:16:17
14301         Log: Signedness nit.
14302      Branch: perl
14303            ! sv.c
14304 ____________________________________________________________________________
14305 [  8595] By: jhi                                   on 2001/01/30  02:11:07
14306         Log: EBCDIC patch for Storable, from Peter Prymmer.
14307      Branch: perl
14308            ! t/lib/st-06compat.t
14309 ____________________________________________________________________________
14310 [  8594] By: jhi                                   on 2001/01/30  01:04:48
14311         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
14312              From: Peter Prymmer <pvhp@forte.com>
14313              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
14314              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
14315      Branch: perl
14316            ! t/lib/b.t
14317 ____________________________________________________________________________
14318 [  8593] By: jhi                                   on 2001/01/30  00:56:47
14319         Log: Subject: [PATCH: perl@8585] pod problems in io
14320              From: Peter Prymmer <pvhp@forte.com>
14321              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
14322              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
14323      Branch: perl
14324            ! pod/perlapio.pod pod/perliol.pod
14325 ____________________________________________________________________________
14326 [  8592] By: jhi                                   on 2001/01/30  00:48:20
14327         Log: Integrate perlio.
14328      Branch: perl
14329           !> pod/perlapio.pod pod/perliol.pod
14330 ____________________________________________________________________________
14331 [  8591] By: nick                                  on 2001/01/29  22:02:28
14332         Log: GNU 'merge' Simon's copy of perliol.pod with version
14333              patched by Craig's patch.
14334      Branch: perlio
14335            ! pod/perliol.pod
14336 ____________________________________________________________________________
14337 [  8590] By: nick                                  on 2001/01/29  21:55:10
14338         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
14339      Branch: perlio
14340            ! pod/perlapio.pod pod/perliol.pod
14341 ____________________________________________________________________________
14342 [  8589] By: jhi                                   on 2001/01/29  15:35:33
14343         Log: Integrate change #8586 from maint-5.6/perl.
14344              
14345              make the BOM detection code not call tell() until it has to
14346              (meant to fix esoteric compatibility issues where PL_rsfp
14347              is overridden)
14348      Branch: perl
14349           !> toke.c
14350 ____________________________________________________________________________
14351 [  8588] By: jhi                                   on 2001/01/29  15:29:11
14352         Log: Subject: MAking Solaris malloc() the default
14353              From: Lupe Christoph <lupe@lupe-christoph.de>
14354              Date: Mon, 29 Jan 2001 12:59:36 +0100
14355              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
14356              
14357              The README.solaris part slightly tweaked.
14358      Branch: perl
14359            ! README.solaris hints/solaris_2.sh
14360 ____________________________________________________________________________
14361 [  8587] By: jhi                                   on 2001/01/29  15:17:34
14362         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
14363              From: root@ak-75.mind.de
14364              Date: Sun, 28 Jan 2001 20:32:29 +0100
14365              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
14366      Branch: perl
14367            ! pod/perlre.pod
14368 ____________________________________________________________________________
14369 [  8586] By: gsar                                  on 2001/01/29  13:43:44
14370         Log: make the BOM detection code not call tell() until it has to
14371              (meant to fix esoteric compatibility issues where PL_rsfp
14372              is overridden)
14373      Branch: maint-5.6/perl
14374            ! toke.c
14375 ____________________________________________________________________________
14376 [  8585] By: jhi                                   on 2001/01/28  20:05:45
14377         Log: Update Changes.
14378      Branch: perl
14379            ! Changes patchlevel.h
14380 ____________________________________________________________________________
14381 [  8584] By: jhi                                   on 2001/01/28  19:30:02
14382         Log: Integrate perlio.
14383      Branch: perl
14384           +> pod/perliol.pod
14385           !> MANIFEST pod/perlapio.pod
14386 ____________________________________________________________________________
14387 [  8583] By: jhi                                   on 2001/01/28  19:28:40
14388         Log: Patch from Inaba Hiroto:
14389              - canonical UTF-8 hash keys: if a key string for a hash is
14390              UTF8-on, try downgrade the string and use it if
14391              unicode::distinct is not in effect.
14392              For the task, I added a function bytes_from_utf8() to utf8.c.
14393              It might resemble utf8_to_bytes() but it is not convenient
14394              to the task.
14395              Made a test for it and added to t/op/each.t
14396              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
14397              the mortal copy of the argument SV.
14398              And changed t/io/utf8.t test 18 which expects print() to
14399              upgrade its argument.
14400              - re-implement sv_eq with bytes_from_utf8()
14401              - some bug fixes
14402              - tr/// does not handle UTF8 range (\x{}-\x{})
14403              - \ before raw UTF8 character produced
14404              "Malformed UTF-8 character" warning.
14405              - "\x{100}\N{CENT SIGN}" is Malformed.
14406              Added tests for these 3.
14407              - and one silly bug (by me) with qu operator.
14408      Branch: perl
14409            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
14410            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
14411            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
14412 ____________________________________________________________________________
14413 [  8582] By: nick                                  on 2001/01/28  19:25:04
14414         Log: Add pod/perliol.pod to MANIFEST :-(
14415      Branch: perlio
14416            ! MANIFEST
14417 ____________________________________________________________________________
14418 [  8581] By: nick                                  on 2001/01/28  19:22:40
14419         Log: PerlIO documentation. Proofing and sub-editing requested.
14420      Branch: perlio
14421            + pod/perliol.pod
14422            ! pod/perlapio.pod
14423 ____________________________________________________________________________
14424 [  8580] By: jhi                                   on 2001/01/28  05:16:25
14425         Log: Revert the change to sv_2pv() done by #8054: Someone who
14426              did SvNV_set() on a scalar that also happened to be POK,
14427              followed by sv_2pv() won't get the right coercion anymore.
14428              [Sarathy]
14429      Branch: maint-5.6/perl
14430            ! sv.c
14431 ____________________________________________________________________________
14432 [  8579] By: jhi                                   on 2001/01/28  05:15:04
14433         Log: Remove the #8084 effect: do not allow -Q to be interpreted
14434              as -&Q(), this is too much wiggle room.
14435      Branch: maint-5.6/perl
14436            ! toke.c
14437 ____________________________________________________________________________
14438 [  8578] By: jhi                                   on 2001/01/28  05:12:45
14439         Log: Needed bits of #8439 (should have been in #8576),
14440              mainly for lval substr().
14441      Branch: maint-5.6/perl
14442            ! mg.c pp.c pp_hot.c
14443 ____________________________________________________________________________
14444 [  8577] By: jhi                                   on 2001/01/28  05:02:46
14445         Log: A missing check-in.
14446      Branch: maint-5.6/perl
14447            ! utf8.c
14448 ____________________________________________________________________________
14449 [  8576] By: jhi                                   on 2001/01/28  04:26:18
14450         Log: Integrate changes #8425,8436,8439,8517 from mainline.
14451              The 8439 was not truly integrated because it had too many
14452              dependencies on the development branch and because it introduced
14453              concepts too bold for a maintenance branch (such as the qu operator).
14454              
14455              Subject: [PATCH perl@8342] -Wformat
14456              
14457              Tighten some of the UTF-8 tests a bit.
14458              
14459              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
14460              - The substr lval was still not okay.
14461              - Now pp_stringify and sv_setsv copies source's UTF8 flag
14462              even if IN_BYTE.  pp_stringify is called from fold_constants
14463              at optimization phase and "\x{100}" was made SvUTF8_off under
14464              use bytes (the bytes pragma is for "byte semantics" and not
14465              for "do not produce UTF8 data")
14466      Branch: maint-5.6/perl
14467            ! t/lib/charnames.t t/op/substr.t toke.c
14468           !> sv.c t/pragma/utf8.t
14469 ____________________________________________________________________________
14470 [  8575] By: jhi                                   on 2001/01/28  04:01:51
14471         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
14472              
14473              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
14474              
14475              Subject: [ID 20001230.003] UTF-8 tr still hurts
14476              
14477              Test cases for #8385 (from Simon's "torture.pl")
14478              
14479              Start fixing UTF-8 lval substr() (8405)
14480      Branch: maint-5.6/perl
14481           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
14482           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
14483 ____________________________________________________________________________
14484 [  8574] By: jhi                                   on 2001/01/28  03:09:06
14485         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
14486              from mainline.
14487              
14488              UTF-8 cleanup.
14489              
14490              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
14491              
14492              "\x{FF}\xFF" was broken.
14493              
14494              Tests for #8329 and #8330.
14495              
14496              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
14497              
14498              IRIX compiler noticed that the bof initialization might be
14499              bypassed by control flow.
14500              
14501              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
14502      Branch: maint-5.6/perl
14503           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
14504           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
14505 ____________________________________________________________________________
14506 [  8573] By: jhi                                   on 2001/01/28  02:06:12
14507         Log: Retract #8552.
14508      Branch: perl
14509            ! lib/Text/Wrap.pm t/lib/textwrap.t
14510 ____________________________________________________________________________
14511 [  8572] By: jhi                                   on 2001/01/28  02:04:49
14512         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
14513              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
14514              not really integrated but instead salvaged by hand
14515              (they had too many dependencies on the development release
14516              to be cleanly integratable).
14517              
14518              Subject: more UTF8 test suites and an UTF8 patch
14519              
14520              Tweak for MULTIPLICITY/USE_PERLIO
14521              
14522              Signedness nit.
14523              
14524              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
14525              
14526              Use the UTF8_XXX macros in is_utf8_char().
14527              
14528              Rewrite pp_concat() in terms of sv_catsv().  The . operator
14529              should now be UTF-8-proof.
14530              
14531              Subject: [PATCH perl@8269] scanning two hex-constants
14532              fails on EBCDIC environment (script length.t)
14533              
14534              Add some Unicode chop() tests.
14535      Branch: maint-5.6/perl
14536            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
14537           !> sv.c t/op/chop.t utf8.h
14538 ____________________________________________________________________________
14539 [  8571] By: jhi                                   on 2001/01/28  00:35:59
14540         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
14541              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
14542              
14543              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
14544              
14545              The maxiters upper limit sanity check (guarding against
14546              non-progress) assumed bytes instead of characters in s///
14547              and split().
14548              
14549              Signedness nit.
14550              
14551              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
14552              join() should now be UTF-8-proof.
14553              
14554              More split // UTF-8 tests. (8250)
14555      Branch: maint-5.6/perl
14556           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
14557           !> util.c
14558 ____________________________________________________________________________
14559 [  8570] By: jhi                                   on 2001/01/27  22:15:46
14560         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
14561              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
14562              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
14563              8084,8204,8244,8333 from mainline.
14564              
14565              For -Q where Q might be a one-letter sub name one does no more
14566              get a warning about an unknown filetest (7941,7943,7944,8084).
14567              
14568              Subject: Re: [ID 20001130.011] expression parsing bug ?
14569              
14570              Make uv_to_utf8() to zero-terminate its output buffer.
14571              
14572              Split off t/op/length.t (7995)
14573              
14574              Split off t/op/utf8decode.t (7996)
14575              
14576              Remove an unnecessary 'use utf8' from the utf8.t (7998)
14577              
14578              Split off t/op/concat.t (8004)
14579              
14580              Split off t/op/ver.t (8005)
14581              
14582              Document utf8_length(), utf8_distance(), and utf8_hop().
14583              
14584              Document utf8_to_uv() better.
14585              
14586              Introduce macros for UTF8 decoding (8028,8033).
14587              
14588              Add test for reverse() (8030,8031).
14589              
14590              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
14591              
14592              Do not return the Unicode replacement character    on UTF-8
14593              decoding failure.
14594              
14595              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
14596              not this_utf8 i.e. the output string has one, but don't mess
14597              with source assumption. (8052,8053)
14598              
14599              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
14600              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
14601              was not expecting to be called with something that was already
14602              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
14603              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
14604              (8054)
14605              
14606              Recode the naughty binary bytes in utf8decode.t using the \xHH.
14607              
14608              Make some panic messages a bit more logical.
14609      Branch: maint-5.6/perl
14610           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
14611           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
14612           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
14613           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
14614           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
14615           !> utf8.c utf8.h
14616 ____________________________________________________________________________
14617 [  8569] By: jhi                                   on 2001/01/27  19:16:43
14618         Log: Integrate changes #7750 from perlio and #8566 from mainline.
14619      Branch: maint-5.6/perl
14620           !> regexec.c sv.c
14621 ____________________________________________________________________________
14622 [  8568] By: jhi                                   on 2001/01/27  18:06:51
14623         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
14624              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
14625              7935[-perlio.c],7936,7959,7965 from mainline.
14626              
14627              Change the "big byte" error message to "Wide character".
14628              (7355, the croak-if-wide-chars-in-print part ignored)
14629              
14630              Use UINT64_C().
14631              
14632              Introduce Perl_utf8_length().
14633              
14634              diff -se shows these as different (7753, forgotten check-ins)
14635              
14636              Subject: [PATCH] doop.c - UTF8 tr///
14637              
14638              If we use (aTHX_ ...) then put Perl_ on the front.
14639              
14640              Make utf8_length() and utf8_distance() to be less forgiving
14641              about bad UTF-8.
14642              
14643              Test line numbers are different with utf8.
14644              
14645              No need to scan till infinity, 13 is enough. (7872,7911)
14646              
14647              Subject: [PATCH] Tokeniser debugging
14648              
14649              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
14650              
14651              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
14652              
14653              Be more careful in Perl_sv_utf8_downgrade().
14654              
14655              Use DO_UTF8().
14656              
14657              Raw zero bytes in text files confuse at least GNU patch 2.1.
14658      Branch: maint-5.6/perl
14659           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
14660           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
14661           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
14662           !> t/pragma/utf8.t toke.c utf8.c utf8.h
14663 ____________________________________________________________________________
14664 [  8567] By: nick                                  on 2001/01/27  11:10:38
14665         Log: Integrate mainline
14666      Branch: perlio
14667           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
14668           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
14669           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
14670           !> toke.c
14671 ____________________________________________________________________________
14672 [  8566] By: jhi                                   on 2001/01/27  06:22:48
14673         Log: More documentation for the regexp context stack.
14674      Branch: perl
14675            ! regexec.c
14676 ____________________________________________________________________________
14677 [  8565] By: jhi                                   on 2001/01/27  05:21:57
14678         Log: Update Changes.
14679      Branch: perl
14680            ! Changes patchlevel.h
14681 ____________________________________________________________________________
14682 [  8564] By: jhi                                   on 2001/01/27  04:44:04
14683         Log: Threadedness patch for #8562 from Doug MacEachern.
14684      Branch: perl
14685            ! toke.c
14686 ____________________________________________________________________________
14687 [  8563] By: jhi                                   on 2001/01/27  04:26:24
14688         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
14689              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
14690              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
14691              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
14692      Branch: perl
14693            ! op.c
14694 ____________________________________________________________________________
14695 [  8562] By: jhi                                   on 2001/01/27  04:20:30
14696         Log: Subject: Re: Announce : Tokener reporting patch
14697              From: Simon Cozens <simon@cozens.net>
14698              Date: Mon, 22 Jan 2001 02:17:22 +0000
14699              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
14700      Branch: perl
14701            ! embed.h embed.pl proto.h toke.c
14702 ____________________________________________________________________________
14703 [  8561] By: jhi                                   on 2001/01/27  04:17:24
14704         Log: Forgot from #8545.  Oops.
14705      Branch: perl
14706            ! pp.c t/pragma/overload.t
14707 ____________________________________________________________________________
14708 [  8560] By: jhi                                   on 2001/01/27  03:01:47
14709         Log: A better module compilation test, use MANIFEST as suggested
14710              by Spider.
14711      Branch: perl
14712            ! t/lib/1_compile.t
14713 ____________________________________________________________________________
14714 [  8559] By: jhi                                   on 2001/01/27  02:50:48
14715         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
14716              From: Peter Prymmer <pvhp@forte.com>
14717              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
14718              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
14719      Branch: perl
14720            ! t/lib/b.t
14721 ____________________________________________________________________________
14722 [  8558] By: jhi                                   on 2001/01/27  02:27:05
14723         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
14724              From: Peter Prymmer <pvhp@forte.com>
14725              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
14726              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
14727      Branch: perl
14728            ! t/pragma/sub_lval.t
14729 ____________________________________________________________________________
14730 [  8557] By: jhi                                   on 2001/01/27  02:26:03
14731         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
14732              From: Peter Prymmer <pvhp@forte.com>
14733              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
14734              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
14735      Branch: perl
14736            ! t/lib/st-06compat.t
14737 ____________________________________________________________________________
14738 [  8556] By: jhi                                   on 2001/01/27  02:24:33
14739         Log: Subject: [PATCH: perl@8531] minor update to README.os390
14740              From: Peter Prymmer <pvhp@forte.com>
14741              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
14742              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
14743      Branch: perl
14744            ! README.os390
14745 ____________________________________________________________________________
14746 [  8555] By: jhi                                   on 2001/01/27  00:35:47
14747         Log: No point in checking the length before we know whether the pointer
14748              is bogus or not, fixes Abigail's odbm failures in Linux.
14749      Branch: perl
14750            ! sv.c
14751 ____________________________________________________________________________
14752 [  8554] By: nick                                  on 2001/01/26  19:01:31
14753         Log: Integrate mainline
14754      Branch: perlio
14755           !> lib/Text/Wrap.pm t/lib/textwrap.t
14756 ____________________________________________________________________________
14757 [  8553] By: jhi                                   on 2001/01/26  15:19:39
14758         Log: Integrate change #7792 from perlio (multiplicity fix),
14759              fix the AV leak in regex DEBUGGING (tiny part of the
14760              polymorphic regexp patch #8143).
14761      Branch: maint-5.6/perl
14762            ! regcomp.c
14763           !> scope.h
14764 ____________________________________________________________________________
14765 [  8552] By: jhi                                   on 2001/01/26  15:03:23
14766         Log: Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
14767              From: Michael G Schwern <schwern@pobox.com>
14768              Date: Fri, 26 Jan 2001 09:28:31 -0500
14769              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
14770      Branch: perl
14771            ! lib/Text/Wrap.pm t/lib/textwrap.t
14772 ____________________________________________________________________________
14773 [  8551] By: jhi                                   on 2001/01/26  02:33:19
14774         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
14775              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
14776              
14777              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
14778              
14779              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
14780              
14781              Message nit.
14782              
14783              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
14784              
14785              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
14786              
14787              (the cleanup of unused submatches in regtry() and regcppop())
14788              
14789              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
14790              stored and restored, and thusly was trounced by the utf8 swash
14791              routines.
14792              
14793              use utf8 not required to use \x{}.
14794              
14795              Removed two more tests that make no sense in UTF-8 since the test
14796              data is not in UTF-8.
14797              
14798              Get the three different space character classes right under utf8.
14799              
14800              Implement ANYOFUTF8 regprop() dumping.
14801              
14802              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
14803              
14804              Document the regex context pushing/popping a bit better.
14805      Branch: maint-5.6/perl
14806           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
14807           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
14808           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
14809           !> t/op/regmesg.t utf8.c
14810 ____________________________________________________________________________
14811 [  8550] By: nick                                  on 2001/01/25  19:42:30
14812         Log: Integrate mainline
14813      Branch: perlio
14814           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
14815           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
14816           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
14817           !> t/lib/bigint.t t/lib/bigintpm.t
14818 ____________________________________________________________________________
14819 [  8549] By: jhi                                   on 2001/01/25  15:22:28
14820         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
14821      Branch: maint-5.6/perl
14822            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
14823 ____________________________________________________________________________
14824 [  8548] By: jhi                                   on 2001/01/25  15:02:55
14825         Log: Integrate changes #7997,8063,8492,8547 from mainline.
14826              
14827              Subject: Re: STRLEN - what?
14828              
14829              Subject: [PATCH] perlguts.pod
14830              
14831              Memory management calls documentation.
14832              
14833              Layout using tabulator is not a good idea in a pod.
14834      Branch: maint-5.6/perl
14835           !> pod/perlguts.pod
14836 ____________________________________________________________________________
14837 [  8547] By: jhi                                   on 2001/01/25  14:49:05
14838         Log: Layout using tabulator is not a good idea in a pod.
14839      Branch: perl
14840            ! pod/perlguts.pod
14841 ____________________________________________________________________________
14842 [  8546] By: jhi                                   on 2001/01/25  14:31:12
14843         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
14844              from mainline.
14845              
14846              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
14847              
14848              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
14849              
14850              More Win32 editor/IDE/shell hints.
14851              
14852              More Win32 Perling.
14853              
14854              Yet another editor edit.
14855              
14856              Edit edit edit.
14857              
14858              IDE/editor section tweaking.
14859              
14860              Few more IDE/editor nits from p5p.
14861      Branch: maint-5.6/perl
14862           !> pod/perlfaq3.pod
14863 ____________________________________________________________________________
14864 [  8545] By: jhi                                   on 2001/01/25  04:16:32
14865         Log: Subject: [PATCH 5.7.0] overload int()
14866              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14867              Date: Wed, 24 Jan 2001 19:06:57 -0500
14868              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
14869      Branch: perl
14870            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
14871            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
14872            ! t/lib/bigintpm.t
14873 ____________________________________________________________________________
14874 [  8544] By: jhi                                   on 2001/01/25  04:15:11
14875         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
14876              From: Peter Prymmer <pvhp@forte.com>
14877              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
14878              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
14879      Branch: perl
14880            ! Makefile.SH README.os390 hints/os390.sh installperl
14881 ____________________________________________________________________________
14882 [  8543] By: jhi                                   on 2001/01/25  03:52:08
14883         Log: Integrate change #8462,8469 from mainline.
14884              
14885              In VMS Perl subversion (perl -V) is undef.
14886      Branch: maint-5.6/perl
14887           !> configure.com
14888 ____________________________________________________________________________
14889 [  8542] By: jhi                                   on 2001/01/25  03:44:55
14890         Log: Integrate changes #7835,7850,8315,8316 from mainline.
14891              
14892              Solaris hints.
14893      Branch: maint-5.6/perl
14894           !> hints/solaris_2.sh
14895 ____________________________________________________________________________
14896 [  8541] By: jhi                                   on 2001/01/25  03:39:28
14897         Log: Integrate #8336 from mainline.
14898      Branch: maint-5.6/perl
14899           !> hv.c
14900 ____________________________________________________________________________
14901 [  8540] By: jhi                                   on 2001/01/25  03:23:50
14902         Log: Retract #8539.
14903      Branch: maint-5.6/perl
14904            ! pod/perlfaq3.pod
14905 ____________________________________________________________________________
14906 [  8539] By: jhi                                   on 2001/01/25  03:21:55
14907         Log: (Retracted by #5940.)
14908      Branch: maint-5.6/perl
14909            ! pod/perlfaq3.pod
14910 ____________________________________________________________________________
14911 [  8538] By: jhi                                   on 2001/01/25  03:14:07
14912         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
14913              From: Peter Prymmer <pvhp@forte.com>
14914              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
14915              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
14916              
14917              The VMS bits.
14918      Branch: maint-5.6/perl
14919            ! configure.com vms/descrip_mms.template
14920 ____________________________________________________________________________
14921 [  8537] By: jhi                                   on 2001/01/25  03:06:09
14922         Log: Integrate #7710,7824,7973 from mainline.
14923      Branch: maint-5.6/perl
14924           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
14925           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
14926           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
14927           !> vos/config.ga.def vos/config.ga.h win32/config.bc
14928           !> win32/config.gc win32/config.vc
14929 ____________________________________________________________________________
14930 [  8536] By: jhi                                   on 2001/01/24  13:50:20
14931         Log: Revert the edits made by me so far to the 5.6 branch since
14932              the TRIAL1 since I did edits when I should have been using
14933              integrates.  Bad programmer.   (Will integrate them properly later.)
14934              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
14935              The #8353 will not be reapplied at least for now since
14936              the UTF-8 hash keys need more thinking.
14937              (The patches #8347, #8354, #8454, #8473 were okay since they
14938              were original edits made specifically for the 5.6.1-TRIAL1.)
14939      Branch: maint-5.6/perl
14940            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14941            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
14942            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
14943            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
14944            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
14945            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
14946            ! win32/config.bc win32/config.gc win32/config.vc
14947 ____________________________________________________________________________
14948 [  8535] By: bailey                                on 2001/01/24  06:37:02
14949         Log: SYN SYN
14950      Branch: vmsperl
14951           +> (branch 26 files)
14952           !> (integrate 130 files)
14953 ____________________________________________________________________________
14954 [  8534] By: nick                                  on 2001/01/23  19:30:57
14955         Log: Integrate mainline.
14956      Branch: perlio
14957           !> Changes Configure Porting/Glossary Porting/config.sh
14958           !> Porting/config_H embed.h embed.pl ext/Encode/compile
14959           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
14960           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
14961           !> pod/perlvar.pod proto.h t/lib/1_compile.t
14962 ____________________________________________________________________________
14963 [  8533] By: jhi                                   on 2001/01/23  16:15:46
14964         Log: Forgotten from #8501.
14965      Branch: perl
14966            ! Porting/Glossary Porting/config.sh Porting/config_H
14967 ____________________________________________________________________________
14968 [  8532] By: jhi                                   on 2001/01/23  16:13:27
14969         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
14970              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
14971              Date: Mon, 22 Jan 2001 17:51:58 +0100
14972              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
14973      Branch: perl
14974            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
14975 ____________________________________________________________________________
14976 [  8531] By: jhi                                   on 2001/01/23  15:46:01
14977         Log: Update Changes.
14978      Branch: perl
14979            ! Changes patchlevel.h
14980 ____________________________________________________________________________
14981 [  8530] By: jhi                                   on 2001/01/23  15:38:39
14982         Log: De-cut-and-pasto.
14983      Branch: perl
14984            ! t/lib/1_compile.t
14985 ____________________________________________________________________________
14986 [  8529] By: jhi                                   on 2001/01/23  15:11:04
14987         Log: Document the mkdir trailing slashes case.
14988      Branch: perl
14989            ! pod/perlfunc.pod
14990 ____________________________________________________________________________
14991 [  8528] By: jhi                                   on 2001/01/23  15:08:28
14992         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
14993              get installed:
14994              
14995              Subject: lib/lib.pm
14996              From: <abigail@foad.org>
14997              Date: Mon, 28 Aug 2000 20:35:08 -0400
14998              Message-ID: <20000829003508.21281.qmail@foad.org>
14999      Branch: perl
15000            ! installperl
15001 ____________________________________________________________________________
15002 [  8527] By: jhi                                   on 2001/01/23  14:44:04
15003         Log: Metaconfig unit change for #8526.
15004      Branch: metaconfig
15005            ! U/threads/archname.U
15006 ____________________________________________________________________________
15007 [  8526] By: jhi                                   on 2001/01/23  14:43:19
15008         Log: Attach -perlio to the archname if so selected.
15009      Branch: perl
15010            ! Configure
15011 ____________________________________________________________________________
15012 [  8525] By: jhi                                   on 2001/01/23  14:24:01
15013         Log: Subject: [PATCH] pod/perlvar.pod
15014              From: abigail@foad.org
15015              Date: Tue, 23 Jan 2001 01:41:10 +0100
15016              Message-ID: <20010123004110.22259.qmail@foad.org>
15017      Branch: perl
15018            ! pod/perlvar.pod
15019 ____________________________________________________________________________
15020 [  8524] By: jhi                                   on 2001/01/23  14:22:32
15021         Log: A bug introduced in #8217 (the undefined variable in the
15022              lib/safe1_t #3) fixed, by Charles Lane:
15023              
15024              The earlier patch made it so that stuff running in Safe
15025              compartments could do a "caller" and see "main".  That
15026              little change in name is done right before the code in
15027              the compartment is run, and apparantly the parser
15028              was picking up the stash name before it got changed.
15029              
15030              (why it was threaded vs. unthreaded Perl that was sensitive to this
15031              I still don't know...and it probably doesn't matter).
15032              
15033              I tryed removing the stash name-change and saw that threaded Perl
15034              did indeed pass the lib/safe1.t tests.
15035              
15036              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
15037              do the name change (and to connect _ in the compartment to the global
15038              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
15039              to call _safe_pkg_prep when creating a new compartment.
15040              
15041              Passes all tests with threaded perl on linux; passes all tests
15042              with unthreaded perl on VMS.
15043              
15044              At some point I'll probably want to revisit Safe and Opcode to
15045              provide more sensible handling of global variables...and to get
15046              formats working in Safe compartments, which they don't do currently.
15047      Branch: perl
15048            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
15049 ____________________________________________________________________________
15050 [  8523] By: jhi                                   on 2001/01/23  14:11:58
15051         Log: Also the lib/Thread.pm itself needs to be ignored if
15052              the Thread extension hasn't been built.
15053      Branch: perl
15054            ! t/lib/1_compile.t
15055 ____________________________________________________________________________
15056 [  8522] By: jhi                                   on 2001/01/23  13:51:28
15057         Log: print() instead of warn() so that stderr doesn't get
15058              unncessarily polluted.
15059      Branch: perl
15060            ! ext/Encode/compile
15061 ____________________________________________________________________________
15062 [  8521] By: jhi                                   on 2001/01/23  13:49:48
15063         Log: Integrate perlio.
15064      Branch: perl
15065           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
15066           !> ext/Encode/encode.h
15067 ____________________________________________________________________________
15068 [  8520] By: nick                                  on 2001/01/22  21:44:00
15069         Log: More messing with Encode:
15070              Extra fields in header to allow multiple names and to record
15071              other things "compile" knows.
15072              Re-organise compile to factor out common output routines.
15073      Branch: perlio
15074            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
15075 ____________________________________________________________________________
15076 [  8519] By: nick                                  on 2001/01/22  20:33:50
15077         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
15078      Branch: perlio
15079            ! ext/Encode/Makefile.PL ext/Encode/compile
15080 ____________________________________________________________________________
15081 [  8518] By: nick                                  on 2001/01/22  20:28:13
15082         Log: Integrate mainline
15083      Branch: perlio
15084           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
15085           !> vos/config.alpha.def vos/config.alpha.h
15086 ____________________________________________________________________________
15087 [  8517] By: jhi                                   on 2001/01/22  15:37:17
15088         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
15089              by Inaba Hiroto.
15090      Branch: perl
15091            ! sv.c
15092 ____________________________________________________________________________
15093 [  8516] By: jhi                                   on 2001/01/22  14:55:15
15094         Log: More SIG_SIZE fixes.
15095      Branch: perl
15096            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
15097 ____________________________________________________________________________
15098 [  8515] By: jhi                                   on 2001/01/22  14:50:27
15099         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
15100              From: "Craig A. Berry" <craigberry@mac.com>
15101              Date: Mon, 22 Jan 2001 00:42:24 -0600
15102              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
15103      Branch: perl
15104            ! configure.com
15105 ____________________________________________________________________________
15106 [  8514] By: jhi                                   on 2001/01/22  14:31:17
15107         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
15108              From: "Craig A. Berry" <craigberry@mac.com>
15109              Date: Sun, 21 Jan 2001 23:03:25 -0600
15110              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
15111      Branch: perl
15112            ! configure.com
15113 ____________________________________________________________________________
15114 [  8513] By: jhi                                   on 2001/01/22  14:14:00
15115         Log: Add the .ucm encoding tables to the MANIFEST.
15116      Branch: perl
15117            ! MANIFEST
15118 ____________________________________________________________________________
15119 [  8512] By: jhi                                   on 2001/01/22  13:43:33
15120         Log: Integrate perlio.
15121      Branch: perl
15122           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
15123           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
15124           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
15125           +> ext/Encode/Encode/iso8859-10.ucm
15126           +> ext/Encode/Encode/iso8859-13.ucm
15127           +> ext/Encode/Encode/iso8859-14.ucm
15128           +> ext/Encode/Encode/iso8859-15.ucm
15129           +> ext/Encode/Encode/iso8859-16.ucm
15130           +> ext/Encode/Encode/iso8859-2.ucm
15131           +> ext/Encode/Encode/iso8859-3.ucm
15132           +> ext/Encode/Encode/iso8859-4.ucm
15133           +> ext/Encode/Encode/iso8859-5.ucm
15134           +> ext/Encode/Encode/iso8859-6.ucm
15135           +> ext/Encode/Encode/iso8859-7.ucm
15136           +> ext/Encode/Encode/iso8859-8.ucm
15137           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
15138           +> ext/Encode/Encode/symbol.ucm
15139           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
15140           !> perliol.h
15141 ____________________________________________________________________________
15142 [  8511] By: nick                                  on 2001/01/21  23:44:47
15143         Log: Make "real" layers of ":utf8" and ":raw".
15144              So now PERLIO=utf8 perl ...
15145              does what Andreas wanted.
15146              Fix arg passing in open.pm (still have a Carp issue).
15147      Branch: perlio
15148            ! lib/open.pm perlio.c perliol.h
15149 ____________________________________________________________________________
15150 [  8510] By: jhi                                   on 2001/01/21  22:56:53
15151         Log: Document the regex context pushing/popping a bit better.
15152      Branch: perl
15153            ! regexec.c
15154 ____________________________________________________________________________
15155 [  8509] By: jhi                                   on 2001/01/21  22:55:44
15156         Log: Tweak the mkdir trailing slash code some more.
15157              
15158              TO DO: the same handling should probably be done for
15159              all the other filesystem functions that can have directories
15160              as their arguments.
15161      Branch: perl
15162            ! pp_sys.c
15163 ____________________________________________________________________________
15164 [  8508] By: nick                                  on 2001/01/21  21:37:43
15165         Log: Switch "compiled in" encodings to .ucm format.
15166              (Leave others as .enc till we can run-time load .ucm,
15167              or find some other way to load them.)
15168      Branch: perlio
15169            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
15170            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
15171            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
15172            + ext/Encode/Encode/iso8859-10.ucm
15173            + ext/Encode/Encode/iso8859-13.ucm
15174            + ext/Encode/Encode/iso8859-14.ucm
15175            + ext/Encode/Encode/iso8859-15.ucm
15176            + ext/Encode/Encode/iso8859-16.ucm
15177            + ext/Encode/Encode/iso8859-2.ucm
15178            + ext/Encode/Encode/iso8859-3.ucm
15179            + ext/Encode/Encode/iso8859-4.ucm
15180            + ext/Encode/Encode/iso8859-5.ucm
15181            + ext/Encode/Encode/iso8859-6.ucm
15182            + ext/Encode/Encode/iso8859-7.ucm
15183            + ext/Encode/Encode/iso8859-8.ucm
15184            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
15185            + ext/Encode/Encode/symbol.ucm
15186            ! ext/Encode/Makefile.PL ext/Encode/compile
15187 ____________________________________________________________________________
15188 [  8507] By: nick                                  on 2001/01/21  21:02:03
15189         Log: Integrate (partial) mainline.
15190      Branch: perlio
15191           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
15192           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
15193           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
15194 ____________________________________________________________________________
15195 [  8506] By: jhi                                   on 2001/01/21  20:09:30
15196         Log: Update Changes.
15197      Branch: perl
15198            ! Changes patchlevel.h
15199 ____________________________________________________________________________
15200 [  8505] By: jhi                                   on 2001/01/21  19:39:59
15201         Log: Subject: Minor typos in perlfaq2.pod
15202              From: "Stephen P. Potter" <spp@spotter.yi.org>
15203              Message-Id: <200101192101.QAA11911@spotter.yi.org>
15204              Date: Fri, 19 Jan 2001 16:01:13 -0500
15205              
15206              with a nit from Philip Netwon.
15207      Branch: perl
15208            ! pod/perlfaq2.pod
15209 ____________________________________________________________________________
15210 [  8504] By: jhi                                   on 2001/01/21  19:33:05
15211         Log: Metaconfig change for #8503.
15212      Branch: metaconfig
15213            ! U/threads/usethreads.U
15214 ____________________________________________________________________________
15215 [  8503] By: jhi                                   on 2001/01/21  19:32:21
15216         Log: Sanity check for conflicting thread flavours.
15217      Branch: perl
15218            ! Configure config_h.SH
15219 ____________________________________________________________________________
15220 [  8502] By: jhi                                   on 2001/01/21  19:23:00
15221         Log: Metaconfig change for #8501.
15222      Branch: metaconfig
15223            ! U/modified/sig_name.U
15224 ____________________________________________________________________________
15225 [  8501] By: jhi                                   on 2001/01/21  19:22:26
15226         Log: The SIG_SIZE is the number of the elements *excluding*
15227              the terminating NULL.
15228      Branch: perl
15229            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
15230            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
15231            ! win32/config_H.vc
15232 ____________________________________________________________________________
15233 [  8500] By: jhi                                   on 2001/01/21  18:31:31
15234         Log: Integrate perlio.
15235      Branch: perl
15236           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
15237           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
15238           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
15239           !> pp_sys.c proto.h sv.c
15240 ____________________________________________________________________________
15241 [  8499] By: jhi                                   on 2001/01/21  17:43:57
15242         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
15243              From: Hugo <hv@crypt.compulink.co.uk>
15244              Date: Sun, 21 Jan 2001 13:34:05 +0000
15245              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
15246              
15247              In sprintf UTF8ize only if necessary.
15248      Branch: perl
15249            ! sv.c
15250 ____________________________________________________________________________
15251 [  8498] By: nick                                  on 2001/01/21  16:25:32
15252         Log: Encode cleanup.
15253              Add command line control over "compile" so that Makefile.PL
15254              needs can be combined with other uses.
15255              Use command line options in Makefile.PL.
15256              Fix multi-byte parsing in .ucm files.
15257      Branch: perlio
15258            ! ext/Encode/Makefile.PL ext/Encode/compile
15259 ____________________________________________________________________________
15260 [  8497] By: nick                                  on 2001/01/21  12:56:27
15261         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
15262      Branch: perlio
15263            ! ext/Encode/Encode.xs
15264 ____________________________________________________________________________
15265 [  8496] By: nick                                  on 2001/01/21  12:18:45
15266         Log: Fixup after integrate:
15267              missed the .sym files that are changed by regen_headers
15268              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
15269      Branch: perlio
15270            ! global.sym pp.sym sv.c
15271 ____________________________________________________________________________
15272 [  8495] By: nick                                  on 2001/01/21  11:51:07
15273         Log: Integrate mainline.
15274      Branch: perlio
15275           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
15276           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
15277           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
15278           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
15279           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
15280           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
15281           !> win32/Makefile win32/makefile.mk
15282 ____________________________________________________________________________
15283 [  8494] By: jhi                                   on 2001/01/20  23:12:11
15284         Log: Forgot the expect_number() prototype.
15285      Branch: perl
15286            ! embed.h embed.pl proto.h
15287 ____________________________________________________________________________
15288 [  8493] By: jhi                                   on 2001/01/20  22:56:39
15289         Log: Subject: [PATCH: perl@8482] README.vms URL updates
15290              From: Peter Prymmer <pvhp@forte.com>
15291              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
15292              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
15293              
15294              Plus Craig A. Berry's suggestion to use compaq.com instead
15295              of digital.com.
15296      Branch: perl
15297            ! README.vms
15298 ____________________________________________________________________________
15299 [  8492] By: jhi                                   on 2001/01/20  22:50:05
15300         Log: Memory management calls documentation.
15301      Branch: perl
15302            ! pod/perlguts.pod
15303 ____________________________________________________________________________
15304 [  8491] By: jhi                                   on 2001/01/20  22:38:33
15305         Log: Signedness nit plus few memcpy/Copy nits.
15306      Branch: perl
15307            ! sv.c
15308 ____________________________________________________________________________
15309 [  8490] By: jhi                                   on 2001/01/20  22:25:53
15310         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
15311              From: Peter Prymmer <pvhp@forte.com>
15312              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
15313              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
15314      Branch: perl
15315            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
15316 ____________________________________________________________________________
15317 [  8489] By: jhi                                   on 2001/01/20  22:24:41
15318         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
15319              From: Peter Prymmer <pvhp@forte.com>
15320              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
15321              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
15322      Branch: perl
15323            ! win32/Makefile win32/makefile.mk
15324 ____________________________________________________________________________
15325 [  8488] By: jhi                                   on 2001/01/20  22:22:27
15326         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
15327              From: Peter Prymmer <pvhp@forte.com>
15328              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
15329              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
15330      Branch: perl
15331            ! Makefile.SH
15332 ____________________________________________________________________________
15333 [  8487] By: jhi                                   on 2001/01/20  22:21:18
15334         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
15335              From: Peter Prymmer <pvhp@forte.com>
15336              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
15337              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
15338      Branch: perl
15339            + ext/DynaLoader/dl_dllload.xs
15340            ! MANIFEST Makefile.SH hints/os390.sh
15341 ____________________________________________________________________________
15342 [  8486] By: jhi                                   on 2001/01/20  22:17:53
15343         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
15344              From: Peter Prymmer <pvhp@forte.com>
15345              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
15346              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
15347      Branch: perl
15348            ! README.os390 README.posix-bc
15349 ____________________________________________________________________________
15350 [  8485] By: jhi                                   on 2001/01/20  20:15:30
15351         Log: Document and test the new qu operator.
15352      Branch: perl
15353            + t/op/qu.t
15354            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
15355            ! pod/perlretut.pod pod/perlunicode.pod
15356 ____________________________________________________________________________
15357 [  8484] By: nick                                  on 2001/01/20  19:42:30
15358         Log: Infrastructure to allow:
15359              open($fh,"|-",@array);
15360              to be implemented
15361              i.e. mark pp_open as needing a stack mark, and make pp_open
15362              process its args in that style (and pass them _all_ to tied handles OPEN).
15363              Invent do_openn() which takes SV ** at allow it to see multiple args.
15364              Note this does not _do_ anything yet.
15365      Branch: perlio
15366            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
15367            ! perlapi.c pp_proto.h pp_sys.c proto.h
15368 ____________________________________________________________________________
15369 [  8483] By: nick                                  on 2001/01/20  17:23:14
15370         Log: Integrate mainline.
15371      Branch: perlio
15372           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
15373           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
15374 ____________________________________________________________________________
15375 [  8482] By: jhi                                   on 2001/01/19  15:37:49
15376         Log: Update Changes.
15377      Branch: perl
15378            ! Changes patchlevel.h
15379 ____________________________________________________________________________
15380 [  8481] By: jhi                                   on 2001/01/19  14:41:24
15381         Log: Subject: Re: new feature: s?printf parameter reordering 
15382              From: Hugo <hv@crypt.compulink.co.uk>
15383              Date: Thu, 11 Jan 2001 17:09:03 +0000
15384              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
15385              
15386              - support reordering for all parameters: %, *v, *, .*
15387              - lay down that the reordering specification must immediately
15388              follow that parameter: %3$, *v3$, *3$, .*3$
15389              - fix vectorisation of a zero-length string
15390              - factor out the code choosing the argument to format
15391              
15392              Possibly unwanted side-effects:
15393              - the special format specifiers ' +-0' must now precede any
15394              vectorisation specifier. Tests in op/sprintf and op/ver
15395              have been changed to reflect this.
15396              - sprintf.t test #214 changed its expectations because in many
15397              cases, the next parameter has already been consumed when an
15398              invalid type letter is detected.
15399              
15400              Probably wanted side-effects:
15401              - attempts to format a non-existent parameter will warn as if C<undef>
15402              - attempt to write to non-existent parameter with '%n' will complain
15403              of "attempt to modify read-only value" instead of being silent
15404      Branch: perl
15405            ! sv.c t/op/sprintf.t t/op/ver.t
15406 ____________________________________________________________________________
15407 [  8480] By: jhi                                   on 2001/01/19  14:08:37
15408         Log: Subject: PATCH pragma/locale.t
15409              From: andreas.koenig@anima.de (Andreas J. Koenig)
15410              Date: 18 Jan 2001 09:45:37 +0100
15411              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
15412      Branch: perl
15413            ! t/pragma/locale.t
15414 ____________________________________________________________________________
15415 [  8479] By: jhi                                   on 2001/01/19  13:19:58
15416         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
15417      Branch: perl
15418            ! configure.com
15419 ____________________________________________________________________________
15420 [  8478] By: jhi                                   on 2001/01/19  02:12:35
15421         Log: Automate 1_compile.t.
15422      Branch: perl
15423            ! t/lib/1_compile.t
15424 ____________________________________________________________________________
15425 [  8477] By: jhi                                   on 2001/01/19  01:49:56
15426         Log: Integrate perlio.
15427      Branch: perl
15428           !> sv.c win32/config.bc win32/config.gc win32/config.vc
15429           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
15430 ____________________________________________________________________________
15431 [  8476] By: nick                                  on 2001/01/18  21:51:52
15432         Log: Integrate mainline
15433      Branch: perlio
15434           +> t/lib/1_compile.t t/lib/compmod.pl
15435           !> MANIFEST configure.com lib/unicode/distinct.pm
15436 ____________________________________________________________________________
15437 [  8475] By: nick                                  on 2001/01/18  21:48:02
15438         Log: Win32 "safe signals" co-existance fix.
15439              Fix SIG_SIZE value.
15440              Clear PL_sig_pending when cloning (fork).
15441      Branch: perlio
15442            ! sv.c win32/config.bc win32/config.gc win32/config.vc
15443            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
15444 ____________________________________________________________________________
15445 [  8474] By: jhi                                   on 2001/01/18  14:40:57
15446         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
15447      Branch: perl
15448            ! t/lib/1_compile.t
15449 ____________________________________________________________________________
15450 [  8473] By: gsar                                  on 2001/01/18  11:42:31
15451         Log: unsubmitted trial1 change
15452      Branch: maint-5.6/perl
15453            ! Changes
15454 ____________________________________________________________________________
15455 [  8472] By: jhi                                   on 2001/01/18  04:30:24
15456         Log: The first bug found by 1_compile.t.
15457      Branch: perl
15458            ! lib/unicode/distinct.pm
15459 ____________________________________________________________________________
15460 [  8471] By: jhi                                   on 2001/01/18  04:29:42
15461         Log: Add Schwern's 1_compile test.  The compile_module script renamed
15462              to be a bit shorter for the 8.3 people.
15463      Branch: perl
15464            + t/lib/1_compile.t t/lib/compmod.pl
15465            ! MANIFEST
15466 ____________________________________________________________________________
15467 [  8470] By: jhi                                   on 2001/01/18  04:16:00
15468         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)
15469              From: Peter Prymmer <pvhp@forte.com>
15470              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
15471              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
15472              Replace #8463.
15473      Branch: maint-5.6/perl
15474            ! configure.com
15475 ____________________________________________________________________________
15476 [  8469] By: jhi                                   on 2001/01/18  04:13:02
15477         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)
15478              From: Peter Prymmer <pvhp@forte.com>
15479              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
15480              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
15481              Replace #8462.
15482      Branch: perl
15483            ! configure.com
15484 ____________________________________________________________________________
15485 [  8468] By: jhi                                   on 2001/01/18  03:42:08
15486         Log: Integrate perlio.
15487      Branch: perl
15488           !> gv.c mg.c perlio.c util.c
15489 ____________________________________________________________________________
15490 [  8467] By: nick                                  on 2001/01/17  22:41:10
15491         Log: "Safe" signals - trial implementation.
15492              gv.c tweaked to zero PL_sig_pend array
15493              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
15494              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
15495              Odd thing is that it "works" with PERLIO=stdio as well (linux).
15496      Branch: perlio
15497            ! gv.c mg.c perlio.c util.c
15498 ____________________________________________________________________________
15499 [  8466] By: nick                                  on 2001/01/17  20:40:20
15500         Log: Integrate mainline.
15501      Branch: perlio
15502           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
15503           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
15504           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
15505           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
15506           !> vos/config.ga.h win32/config.bc win32/config.gc
15507           !> win32/config.vc
15508 ____________________________________________________________________________
15509 [  8465] By: jhi                                   on 2001/01/17  18:37:13
15510         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
15511              From: Nicholas Clark <nick@ccl4.org>
15512              Date: Wed, 17 Jan 2001 17:31:33 +0000
15513              Message-ID: <20010117173133.I2633@plum.flirble.org>
15514      Branch: perl
15515            ! t/op/int.t
15516 ____________________________________________________________________________
15517 [  8464] By: jhi                                   on 2001/01/17  14:43:17
15518         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
15519              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
15520              Date: Wed, 17 Jan 2001 15:16:43 +0100
15521              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
15522              
15523              pp_int() was dropping an NV to the floor,
15524              int(279964589018079/59) either returned not an integer
15525              4745162525730.15, or one got "Attempt to free unreferenced scalar."
15526      Branch: perl
15527            ! pp.c
15528 ____________________________________________________________________________
15529 [  8463] By: jhi                                   on 2001/01/17  06:12:42
15530         Log: (Replaced by #8470)
15531              
15532              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)
15533              From: "Craig A. Berry" <craigberry@mac.com>
15534              Date: Tue, 16 Jan 2001 23:38:46 -0600
15535              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
15536      Branch: maint-5.6/perl
15537            ! configure.com
15538 ____________________________________________________________________________
15539 [  8462] By: jhi                                   on 2001/01/17  06:11:31
15540         Log: (Replaced by #8469)
15541              
15542              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)
15543              From: "Craig A. Berry" <craigberry@mac.com>
15544              Date: Tue, 16 Jan 2001 23:38:46 -0600
15545              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
15546      Branch: perl
15547            ! configure.com
15548 ____________________________________________________________________________
15549 [  8461] By: jhi                                   on 2001/01/17  05:56:12
15550         Log: Allow for one trailing slash in the directory of mkdir().
15551      Branch: perl
15552            ! pp_sys.c
15553 ____________________________________________________________________________
15554 [  8460] By: jhi                                   on 2001/01/17  03:26:01
15555         Log: Metaconfig unit changes for #8459.
15556      Branch: metaconfig
15557            ! U/modified/Loc.U U/modified/sig_name.U
15558 ____________________________________________________________________________
15559 [  8459] By: jhi                                   on 2001/01/17  03:24:48
15560         Log: Define SIG_SIZE, the number of elements in the sig_name and
15561              sig_num arrays, including the final NULL entry.
15562      Branch: perl
15563            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15564            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
15565            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
15566            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
15567            ! win32/config.bc win32/config.gc win32/config.vc
15568 ____________________________________________________________________________
15569 [  8458] By: jhi                                   on 2001/01/17  01:41:33
15570         Log: Integrate perlio.
15571      Branch: perl
15572           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
15573           !> perlapi.h proto.h sv.c
15574 ____________________________________________________________________________
15575 [  8457] By: nick                                  on 2001/01/16  22:07:26
15576         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
15577              Provides all the "cost" but no benefit yet - it is to allow cost
15578              to be measured, and implementation experiments (just in mg.c?).
15579      Branch: perlio
15580            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
15581            ! perlapi.h proto.h sv.c
15582 ____________________________________________________________________________
15583 [  8456] By: nick                                  on 2001/01/16  21:07:07
15584         Log: Integrate mainline.
15585      Branch: perlio
15586           !> (integrate 51 files)
15587 ____________________________________________________________________________
15588 [  8455] By: jhi                                   on 2001/01/16  18:13:43
15589         Log: Subject: [PATCH] regcomp.c old feature removal
15590              From: mjd@plover.com
15591              Date: 16 Jan 2001 14:43:18 -0000 
15592              Message-ID: <20010116144318.7140.qmail@plover.com> 
15593      Branch: perl
15594            ! regcomp.c
15595 ____________________________________________________________________________
15596 [  8454] By: jhi                                   on 2001/01/16  16:12:39
15597         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
15598              From: "Indy Singh" <indy@nusphere.com>
15599              Date: Wed, 10 Jan 2001 20:17:49 -0500
15600              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
15601      Branch: maint-5.6/perl
15602            ! win32/Makefile
15603 ____________________________________________________________________________
15604 [  8453] By: jhi                                   on 2001/01/16  16:09:33
15605         Log: Update Changes.
15606      Branch: perl
15607            ! Changes patchlevel.h
15608 ____________________________________________________________________________
15609 [  8452] By: jhi                                   on 2001/01/16  15:42:04
15610         Log: Subject: Re: API Cleanup
15611              To: perl5-porters@perl.org
15612              Date: Tue, 16 Jan 2001 13:42:30 +0000
15613              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
15614              
15615              Subject: [PATCH] utf8.c documentation
15616              From: Simon Cozens <simon@cozens.net>
15617              Date: Tue, 16 Jan 2001 13:52:48 +0000
15618              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
15619              
15620              Subject: Re: API Cleanup
15621              From: Simon Cozens <simon@cozens.net>
15622              Date: Tue, 16 Jan 2001 14:58:55 +0000
15623              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
15624              
15625              UTF-8 doc patches.
15626      Branch: perl
15627            ! embed.pl pod/perlapi.pod utf8.c
15628 ____________________________________________________________________________
15629 [  8451] By: jhi                                   on 2001/01/16  14:41:39
15630         Log: podlators 1.07, from Russ Allbery.
15631      Branch: perl
15632            ! lib/Pod/Man.pm
15633 ____________________________________________________________________________
15634 [  8450] By: jhi                                   on 2001/01/16  14:24:19
15635         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
15636              From: "Indy Singh" <indy@nusphere.com>
15637              Date: Mon, 15 Jan 2001 20:59:40 -0500
15638              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
15639      Branch: perl
15640            ! win32/Makefile
15641 ____________________________________________________________________________
15642 [  8449] By: jhi                                   on 2001/01/16  03:42:55
15643         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
15644              at the setting of the ofs_sv in new_struct_thread() as the
15645              thr->Tofs_sv (PL_ofs_sv) was still 0xabab...., SvREFCNT_inc()ing
15646              that invited a core dump.
15647      Branch: perl
15648            ! util.c
15649 ____________________________________________________________________________
15650 [  8448] By: jhi                                   on 2001/01/16  01:49:07
15651         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
15652              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
15653              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
15654              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
15655              
15656              Replace #8444 and #8445.
15657      Branch: perl
15658            ! ext/B/B.xs ext/B/B/Debug.pm
15659 ____________________________________________________________________________
15660 [  8447] By: jhi                                   on 2001/01/15  21:05:35
15661         Log: Subject: [PATCH] API Variable documentation   
15662              From: Simon Cozens <simon@cozens.net>
15663              Date: Mon, 15 Jan 2001 19:35:54 +0000
15664              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
15665      Branch: perl
15666            ! pod/perlapi.pod thrdvar.h
15667 ____________________________________________________________________________
15668 [  8446] By: jhi                                   on 2001/01/15  20:49:20
15669         Log: Signedness nit.
15670      Branch: perl
15671            ! pp_ctl.c
15672 ____________________________________________________________________________
15673 [  8445] By: jhi                                   on 2001/01/15  20:28:48
15674         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
15675      Branch: perl
15676            ! ext/B/B/Debug.pm
15677 ____________________________________________________________________________
15678 [  8444] By: jhi                                   on 2001/01/15  13:09:10
15679         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
15680      Branch: perl
15681            ! ext/B/B.xs
15682 ____________________________________________________________________________
15683 [  8443] By: jhi                                   on 2001/01/15  13:06:26
15684         Log: Missing from #8439.
15685      Branch: perl
15686            ! keywords.h mg.c
15687 ____________________________________________________________________________
15688 [  8442] By: jhi                                   on 2001/01/15  13:02:38
15689         Log: Subject: [PATCH @8436] Eliminate op_children
15690              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
15691              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
15692              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
15693              
15694              Subject: [PATCH @8436] Re: Eliminate op_children
15695              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
15696              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
15697              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
15698      Branch: perl
15699            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
15700            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
15701            ! op.c op.h
15702 ____________________________________________________________________________
15703 [  8441] By: jhi                                   on 2001/01/15  12:57:08
15704         Log: Use the /^Perl_/-less form of is_lvalue_sub().
15705      Branch: perl
15706            ! pp.h
15707 ____________________________________________________________________________
15708 [  8440] By: jhi                                   on 2001/01/15  05:13:09
15709         Log: Revert #8437 and #8438, the Linux large files story is more complex.
15710      Branch: metaconfig/U/perl
15711            ! d_fpos64_t.U d_off64_t.U
15712      Branch: perl
15713            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15714            ! config_h.SH configure.com epoc/config.sh perl.h
15715            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
15716            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
15717            ! win32/config.bc win32/config.gc win32/config.vc
15718 ____________________________________________________________________________
15719 [  8439] By: jhi                                   on 2001/01/15  05:02:24
15720         Log: More UTF-8 patches from Inaba Hiroto.
15721              - The substr lval was still not okay.
15722              - Now pp_stringify and sv_setsv copies source's UTF8 flag
15723              even if IN_BYTE.  pp_stringify is called from fold_constants
15724              at optimization phase and "\x{100}" was made SvUTF8_off under
15725              use bytes (the bytes pragma is for "byte semantics" and not
15726              for "do not produce UTF8 data")
15727              - New `qu' operator to generate UTF8 string explicitly.
15728              Though I agree with the policy "0x00-0xff always produce bytes",
15729              sometimes want to such a string to be coded in UTF8.
15730              I can use pack"U0a*" but it requires more typing and has
15731              runtime overhead.
15732              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
15733              change, the bug apears if a pm has PMdf_UTF8 flag but interpolated
15734              string is not UTF8_on and has char 0x80-0xff.
15735              
15736              TODO: document and test qu.
15737      Branch: perl
15738            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
15739            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
15740            ! toke.c
15741 ____________________________________________________________________________
15742 [  8438] By: jhi                                   on 2001/01/14  05:10:23
15743         Log: Metaconfig unit changes for #8437.
15744      Branch: metaconfig/U/perl
15745            ! d_fpos64_t.U d_off64_t.U
15746 ____________________________________________________________________________
15747 [  8437] By: jhi                                   on 2001/01/14  04:55:34
15748         Log: Add <features.h> probing, seems to be needed for (some?)
15749              Linux largefileness.
15750      Branch: perl
15751            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15752            ! config_h.SH configure.com epoc/config.sh perl.h
15753            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
15754            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
15755            ! win32/config.bc win32/config.gc win32/config.vc
15756 ____________________________________________________________________________
15757 [  8436] By: jhi                                   on 2001/01/13  17:47:21
15758         Log: Tighten some of the tests a bit.
15759      Branch: perl
15760            ! t/pragma/utf8.t
15761 ____________________________________________________________________________
15762 [  8435] By: jhi                                   on 2001/01/13  17:31:54
15763         Log: Integrate perlio.
15764      Branch: perl
15765           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
15766           !> win32/config_H.gc win32/config_H.vc
15767 ____________________________________________________________________________
15768 [  8434] By: nick                                  on 2001/01/13  11:36:53
15769         Log: Run dmake regen_config_h for Win32
15770      Branch: perlio
15771            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
15772 ____________________________________________________________________________
15773 [  8433] By: nick                                  on 2001/01/13  11:31:55
15774         Log: VMS friendly patch to Encode compile process
15775      Branch: perlio
15776            ! ext/Encode/Makefile.PL ext/Encode/compile
15777 ____________________________________________________________________________
15778 [  8432] By: nick                                  on 2001/01/13  11:06:44
15779         Log: Integrate mainline
15780      Branch: perlio
15781           +> ext/B/B/Concise.pm
15782           !> (integrate 52 files)
15783 ____________________________________________________________________________
15784 [  8431] By: jhi                                   on 2001/01/13  05:55:55
15785         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
15786              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
15787              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
15788              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
15789      Branch: perl
15790            ! ext/B/B/Concise.pm
15791 ____________________________________________________________________________
15792 [  8430] By: jhi                                   on 2001/01/13  04:24:18
15793         Log: The LVRET macro needed an aTHX.
15794      Branch: perl
15795            ! pp.h
15796 ____________________________________________________________________________
15797 [  8429] By: jhi                                   on 2001/01/13  02:12:42
15798         Log: Update Changes.
15799      Branch: perl
15800            ! Changes patchlevel.h
15801 ____________________________________________________________________________
15802 [  8428] By: jhi                                   on 2001/01/13  02:08:50
15803         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
15804              From: Peter Prymmer <pvhp@forte.com>
15805              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
15806              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
15807              
15808              Add a BEGIN guard for sloppy floating point division.
15809      Branch: perl
15810            ! lib/Math/BigInt.pm lib/bigint.pl
15811 ____________________________________________________________________________
15812 [  8427] By: jhi                                   on 2001/01/13  01:47:16
15813         Log: The B::Terse drop-in replacement wasn't quite drop-in.
15814      Branch: perl
15815            ! ext/B/B/Terse.pm
15816 ____________________________________________________________________________
15817 [  8426] By: jhi                                   on 2001/01/12  21:20:43
15818         Log: Use UVXf.
15819      Branch: perl
15820            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15821            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
15822            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
15823            ! vos/config.ga.def vos/config.ga.h win32/config.bc
15824            ! win32/config.gc win32/config.vc
15825 ____________________________________________________________________________
15826 [  8425] By: jhi                                   on 2001/01/12  20:20:14
15827         Log: Subject: [PATCH perl@8342] -Wformat
15828              From: Robin Barker <rmb1@cise.npl.co.uk>
15829              Date: Fri, 12 Jan 2001 20:03:14 GMT
15830              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
15831      Branch: perl
15832            ! ext/Encode/Encode.xs mg.c sv.c toke.c
15833 ____________________________________________________________________________
15834 [  8424] By: jhi                                   on 2001/01/12  20:01:48
15835         Log: Subject: B::Concise -- an improved replacement for B::Terse 
15836              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
15837              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
15838              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
15839      Branch: perl
15840            + ext/B/B/Concise.pm
15841            ! MANIFEST ext/B/B/Terse.pm
15842 ____________________________________________________________________________
15843 [  8423] By: jhi                                   on 2001/01/12  19:24:02
15844         Log: The new metaconfig unit from the #8421.
15845      Branch: metaconfig/U/perl
15846            + d_sigprocmask.U
15847 ____________________________________________________________________________
15848 [  8422] By: jhi                                   on 2001/01/12  19:23:43
15849         Log: Forgot the microperl config from the #8421.
15850      Branch: perl
15851            ! uconfig.h uconfig.sh
15852 ____________________________________________________________________________
15853 [  8421] By: jhi                                   on 2001/01/12  19:05:27
15854         Log: Add sigprocmask() probe, regen Configure, regen toc.
15855      Branch: perl
15856            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15857            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
15858            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
15859            ! vos/config.ga.h win32/config.bc win32/config.gc
15860            ! win32/config.vc
15861 ____________________________________________________________________________
15862 [  8420] By: jhi                                   on 2001/01/12  18:34:31
15863         Log: Add sockatmark() to the todo list.
15864      Branch: perl
15865            ! Todo-5.6
15866 ____________________________________________________________________________
15867 [  8419] By: jhi                                   on 2001/01/12  18:09:46
15868         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
15869      Branch: perl
15870            ! op.c
15871 ____________________________________________________________________________
15872 [  8418] By: jhi                                   on 2001/01/12  18:05:30
15873         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
15874              From: Radu Greab <radu@netsoft.ro>
15875              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
15876              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
15877      Branch: perl
15878            ! op.c t/pragma/sub_lval.t
15879 ____________________________________________________________________________
15880 [  8417] By: jhi                                   on 2001/01/12  16:09:09
15881         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
15882              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
15883              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
15884              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
15885      Branch: perl
15886            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
15887            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
15888            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
15889            ! t/pragma/sub_lval.t toke.c
15890 ____________________________________________________________________________
15891 [  8416] By: jhi                                   on 2001/01/12  15:42:06
15892         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
15893              From: "Richard Soderberg" <rs@crystalflame.net>
15894              Date: Fri, 12 Jan 2001 04:49:35 -0800
15895              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
15896              
15897              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
15898              according to the platform.
15899      Branch: perl
15900            ! op.c
15901 ____________________________________________________________________________
15902 [  8415] By: jhi                                   on 2001/01/12  15:33:41
15903         Log: One more UTF-8 fix from Inaba Hiroto.
15904      Branch: perl
15905            ! pp.c regexec.c t/pragma/utf8.t
15906 ____________________________________________________________________________
15907 [  8414] By: jhi                                   on 2001/01/12  15:30:18
15908         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
15909      Branch: perl
15910            ! regexec.c
15911 ____________________________________________________________________________
15912 [  8413] By: jhi                                   on 2001/01/12  15:22:10
15913         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
15914              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
15915              Date: Thu, 11 Jan 2001 12:53:36 +0100
15916              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
15917      Branch: perl
15918            ! toke.c
15919 ____________________________________________________________________________
15920 [  8412] By: jhi                                   on 2001/01/12  15:20:25
15921         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
15922              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
15923              Date: Fri, 12 Jan 2001 14:37:55 +0100
15924              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
15925      Branch: perl
15926            ! hints/posix-bc.sh
15927 ____________________________________________________________________________
15928 [  8411] By: jhi                                   on 2001/01/12  15:14:14
15929         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
15930              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
15931              Date: Fri, 12 Jan 2001 10:42:21 +0100
15932              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
15933      Branch: perl
15934            ! t/op/regmesg.t
15935 ____________________________________________________________________________
15936 [  8410] By: jhi                                   on 2001/01/12  05:48:55
15937         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
15938              From: Nicholas Clark <nick@ccl4.org> 
15939              Date: Sun, 7 Jan 2001 19:47:14 +0000
15940              Message-ID: <20010107194714.B1048@plum.flirble.org>
15941      Branch: perl
15942            ! t/op/numconvert.t
15943 ____________________________________________________________________________
15944 [  8409] By: jhi                                   on 2001/01/12  05:41:28
15945         Log: Integrate perlio.
15946      Branch: perl
15947           !> mg.c scope.h
15948 ____________________________________________________________________________
15949 [  8408] By: nick                                  on 2001/01/11  22:43:28
15950         Log: Remove variables that were used in experiments.
15951      Branch: perlio
15952            ! mg.c
15953 ____________________________________________________________________________
15954 [  8407] By: nick                                  on 2001/01/11  20:57:44
15955         Log: Catch die in %SIG handler and unblock the signal before re-dying.
15956              This make Linux work _without_ sigsetjmp().
15957              Turn off sigsetjmp() to see what else it does.
15958              May need Configure probe for sigprocmask() if anything has sigaction()
15959              but not sigprocmask().
15960      Branch: perlio
15961            ! mg.c scope.h
15962 ____________________________________________________________________________
15963 [  8406] By: nick                                  on 2001/01/11  19:32:07
15964         Log: Integrate mainline
15965      Branch: perlio
15966           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
15967           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
15968           !> t/op/substr.t
15969 ____________________________________________________________________________
15970 [  8405] By: jhi                                   on 2001/01/11  17:11:01
15971         Log: Fix UTF-8 lval substr().
15972      Branch: perl
15973            ! mg.c t/op/substr.t
15974 ____________________________________________________________________________
15975 [  8404] By: jhi                                   on 2001/01/11  05:13:58
15976         Log: Update Changes.
15977      Branch: perl
15978            ! Changes patchlevel.h
15979 ____________________________________________________________________________
15980 [  8403] By: jhi                                   on 2001/01/11  04:38:24
15981         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
15982              From: Hugo <hv@crypt.compulink.co.uk>
15983              Date: Mon, 30 Oct 2000 01:33:26 +0000
15984              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
15985      Branch: perl
15986            ! regexec.c t/op/re_tests
15987 ____________________________________________________________________________
15988 [  8402] By: jhi                                   on 2001/01/11  04:26:12
15989         Log: Integrate perlio.
15990      Branch: perl
15991           !> scope.h util.c
15992 ____________________________________________________________________________
15993 [  8401] By: nick                                  on 2001/01/10  22:52:55
15994         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
15995              (So Alan and Ilya can try setting via hints.)
15996              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
15997              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
15998              doing the save everywhere seems to restart read() correctly, but just
15999              doing it once "round" the handler does not.
16000      Branch: perlio
16001            ! scope.h
16002 ____________________________________________________________________________
16003 [  8400] By: jhi                                   on 2001/01/10  21:57:54
16004         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
16005              of IRIX, HP-UX is unaffected.
16006      Branch: perl
16007            ! perl.h
16008 ____________________________________________________________________________
16009 [  8399] By: nick                                  on 2001/01/10  21:29:19
16010         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
16011      Branch: perlio
16012            ! util.c
16013 ____________________________________________________________________________
16014 [  8398] By: jhi                                   on 2001/01/10  20:55:31
16015         Log: Add ReuseAddr as a (preferred) alias for Reuse as we now
16016              also have ReusePort.
16017      Branch: perl
16018            ! ext/IO/lib/IO/Socket/INET.pm
16019 ____________________________________________________________________________
16020 [  8397] By: jhi                                   on 2001/01/10  20:50:57
16021         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
16022              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
16023              Date: Wed, 10 Jan 2001 01:38:13 -0800
16024              Message-ID: <20010110013813.B41744@yahoo-inc.com>
16025      Branch: perl
16026            ! ext/IO/lib/IO/Socket/INET.pm
16027 ____________________________________________________________________________
16028 [  8396] By: jhi                                   on 2001/01/10  20:49:30
16029         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
16030              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
16031              Date: Wed, 10 Jan 2001 01:37:32 -0800
16032              Message-ID: <20010110013732.A41744@yahoo-inc.com>
16033      Branch: perl
16034            ! ext/Socket/Socket.pm
16035 ____________________________________________________________________________
16036 [  8395] By: jhi                                   on 2001/01/10  20:41:37
16037         Log: Test for bug id 20010105.016 (fixed by #8378).
16038      Branch: perl
16039            ! t/op/split.t
16040 ____________________________________________________________________________
16041 [  8394] By: jhi                                   on 2001/01/10  20:26:32
16042         Log: Integrate perlio.
16043      Branch: perl
16044            ! util.c
16045 ____________________________________________________________________________
16046 [  8393] By: nick                                  on 2001/01/10  19:34:30
16047         Log: Back out Simon's pid hackery for now.
16048      Branch: perlio
16049            ! util.c
16050 ____________________________________________________________________________
16051 [  8392] By: nick                                  on 2001/01/10  19:23:13
16052         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
16053      Branch: perlio
16054           !> (integrate 29 files)
16055 ____________________________________________________________________________
16056 [  8391] By: jhi                                   on 2001/01/10  18:43:15
16057         Log: Subject: [PATCH] Fix my_pclose segfault
16058              From: Simon Cozens <simon@cozens.net>
16059              Date: Wed, 10 Jan 2001 18:39:35 +0000
16060              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
16061      Branch: perl
16062            ! util.c
16063 ____________________________________________________________________________
16064 [  8390] By: jhi                                   on 2001/01/10  18:42:08
16065         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
16066              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
16067              Date:     Wed, 10 Jan 2001 13:23:02 EST
16068              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
16069      Branch: perl
16070            ! ext/Opcode/Opcode.xs
16071 ____________________________________________________________________________
16072 [  8389] By: jhi                                   on 2001/01/10  15:16:07
16073         Log: Turn off the integer preservation for now.
16074      Branch: perl
16075            ! perl.h
16076 ____________________________________________________________________________
16077 [  8388] By: jhi                                   on 2001/01/10  15:01:25
16078         Log: Few more IDE/editor nits from p5p.
16079      Branch: perl
16080            ! pod/perlfaq3.pod
16081 ____________________________________________________________________________
16082 [  8387] By: jhi                                   on 2001/01/10  06:53:16
16083         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
16084              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
16085              Date: Tue, 9 Jan 2001 23:16:02 +0000
16086              Message-ID: <20010109231602.A81101@plum.flirble.org>
16087      Branch: perl
16088            ! sv.c
16089 ____________________________________________________________________________
16090 [  8386] By: jhi                                   on 2001/01/10  03:17:54
16091         Log: Test cases for #8385 (from Simon's "torture.pl")
16092      Branch: perl
16093            ! t/op/tr.t
16094 ____________________________________________________________________________
16095 [  8385] By: jhi                                   on 2001/01/10  03:17:11
16096         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
16097              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
16098              Date: Wed, 10 Jan 2001 11:39:39 +0900
16099              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
16100              
16101              Some more UTF-8 tr cases fixed.
16102      Branch: perl
16103            ! doop.c
16104 ____________________________________________________________________________
16105 [  8384] By: jhi                                   on 2001/01/09  22:45:40
16106         Log: Allow the locale test needing POSIX and the taint test
16107              needing IPC::SysV to run under 'minitest' (basically,
16108              bail out if loading the extension fails)
16109      Branch: perl
16110            ! t/op/misc.t t/op/taint.t
16111 ____________________________________________________________________________
16112 [  8383] By: jhi                                   on 2001/01/09  21:36:04
16113         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
16114              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
16115              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
16116              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
16117      Branch: perl
16118            ! t/io/openpid.t
16119 ____________________________________________________________________________
16120 [  8382] By: jhi                                   on 2001/01/09  21:06:08
16121         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
16122              Should finish up the bug id 20001205.022.
16123      Branch: perl
16124            ! pp.c pp_hot.c scope.c
16125 ____________________________________________________________________________
16126 [  8381] By: jhi                                   on 2001/01/09  18:27:43
16127         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
16128              From: Andy Dougherty <doughera@lafayette.edu>
16129              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
16130              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
16131              
16132              More robust yacc/bison error detection.
16133      Branch: perl
16134            ! t/comp/proto.t
16135 ____________________________________________________________________________
16136 [  8380] By: jhi                                   on 2001/01/09  15:21:38
16137         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
16138              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
16139              Date:     Tue, 9 Jan 2001 07:53:55 EST
16140              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
16141      Branch: perl
16142            ! t/op/misc.t vms/test.com
16143 ____________________________________________________________________________
16144 [  8379] By: jhi                                   on 2001/01/09  15:20:38
16145         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
16146              From: jhi@cc.hut.fi
16147              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
16148              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
16149              
16150              The #8378 fixed this.
16151      Branch: perl
16152            ! t/op/tr.t
16153 ____________________________________________________________________________
16154 [  8378] By: jhi                                   on 2001/01/09  15:05:32
16155         Log: Subject: One more patch for UTF8 
16156              From: Inaba Hiroto <inaba@st.rim.or.jp>
16157              Date: Tue, 09 Jan 2001 01:04:32 +0900
16158              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
16159              
16160              UTF-8 fixes for 'x' and tr///.
16161      Branch: perl
16162            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
16163            ! regcomp.c regexec.c toke.c utf8.c
16164 ____________________________________________________________________________
16165 [  8377] By: jhi                                   on 2001/01/09  14:32:17
16166         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
16167      Branch: perl
16168            ! t/op/length.t
16169 ____________________________________________________________________________
16170 [  8376] By: jhi                                   on 2001/01/09  04:32:32
16171         Log: integrate changes #7775, #8316, #8316 from mainline
16172      Branch: maint-5.6/perl
16173            ! hints/solaris_2.sh
16174 ____________________________________________________________________________
16175 [  8375] By: jhi                                   on 2001/01/09  04:26:43
16176         Log: Update Changes.
16177      Branch: perl
16178            ! Changes patchlevel.h
16179 ____________________________________________________________________________
16180 [  8374] By: jhi                                   on 2001/01/09  04:14:32
16181         Log: IDE/editor section tweaking.
16182      Branch: perl
16183            ! pod/perlfaq3.pod
16184 ____________________________________________________________________________
16185 [  8373] By: jhi                                   on 2001/01/09  02:38:26
16186         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
16187              From: Peter Prymmer <pvhp@forte.com>
16188              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
16189              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
16190              
16191              In preparation os OS/390 dynamic loading.
16192      Branch: perl
16193            ! README.os390 hints/os390.sh
16194 ____________________________________________________________________________
16195 [  8372] By: jhi                                   on 2001/01/09  00:24:30
16196         Log: Integrate with perlio.
16197      Branch: perl
16198           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
16199 ____________________________________________________________________________
16200 [  8371] By: nick                                  on 2001/01/08  23:54:33
16201         Log: Fix "scalars leaked" bugs caused by overload magic
16202              (Highlighted by Ilya's DESTROY optimization.)
16203      Branch: perlio
16204            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
16205 ____________________________________________________________________________
16206 [  8370] By: nick                                  on 2001/01/08  20:19:41
16207         Log: Integrate mainline
16208      Branch: perlio
16209           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
16210           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
16211           !> t/op/64bitint.t
16212 ____________________________________________________________________________
16213 [  8369] By: jhi                                   on 2001/01/08  17:30:52
16214         Log: save_delete() Safefree() doesn't (anymore?) work with shared
16215              strings, one test failure in op/misc and almost all of lib/b.
16216              (Outcomments #8369.)
16217      Branch: perl
16218            ! scope.c
16219 ____________________________________________________________________________
16220 [  8368] By: jhi                                   on 2001/01/08  14:47:10
16221         Log: (Outcommented by #8369.)
16222              
16223              Subject: Re: Perl BugID 20001205.022 ---- save_delete
16224              From: Simon Cozens <simon@cozens.net>
16225              Date: Sat, 6 Jan 2001 11:48:40 +0000
16226              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
16227              
16228              The save_delete() does need the Safefree.
16229      Branch: perl
16230            ! scope.c
16231 ____________________________________________________________________________
16232 [  8367] By: bailey                                on 2001/01/08  08:53:52
16233         Log: Once again syncing after too long an absence
16234      Branch: vmsperl
16235           +> (branch 55 files)
16236            - MAINTAIN fix_pl vos/config.def vos/config.h
16237            - vos/config_h.SH_orig
16238           !> (integrate 498 files)
16239 ____________________________________________________________________________
16240 [  8366] By: jhi                                   on 2001/01/08  02:42:59
16241         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
16242              From: nick@ccl4.org
16243              Date: Sun, 7 Jan 2001 21:07:18 +0000
16244              Message-Id: <20010107210717.D1048@plum.flirble.org>
16245      Branch: perl
16246            ! sv.c t/op/64bitint.t
16247 ____________________________________________________________________________
16248 [  8365] By: jhi                                   on 2001/01/08  02:35:16
16249         Log: Subject: [PATCH] environ nit
16250              From: Simon Cozens <simon@cozens.net>
16251              Date: Sun, 7 Jan 2001 17:57:07 +0000
16252              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
16253              
16254              Use environ only if we have it.
16255      Branch: perl
16256            ! mg.c
16257 ____________________________________________________________________________
16258 [  8364] By: jhi                                   on 2001/01/08  02:24:51
16259         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
16260      Branch: perl
16261            ! ext/GDBM_File/GDBM_File.xs
16262 ____________________________________________________________________________
16263 [  8363] By: jhi                                   on 2001/01/08  02:19:24
16264         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
16265              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
16266              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
16267              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
16268      Branch: perl
16269            ! dump.c op.c
16270 ____________________________________________________________________________
16271 [  8362] By: jhi                                   on 2001/01/08  02:17:43
16272         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
16273              From: Doug MacEachern <dougm@covalent.net>
16274              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
16275              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
16276              
16277              Allow AUTOLOAD to be an xsub and allow such xsubs
16278              to avoid use of $AUTOLOAD.
16279      Branch: perl
16280            ! gv.c
16281 ____________________________________________________________________________
16282 [  8361] By: jhi                                   on 2001/01/08  02:16:07
16283         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
16284              From: Radu Greab <radu@netsoft.ro>
16285              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
16286              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
16287              
16288              No need for the potentially unportable $SIG{CHLD}.
16289      Branch: perl
16290            ! t/io/pipe.t
16291 ____________________________________________________________________________
16292 [  8360] By: jhi                                   on 2001/01/08  01:58:23
16293         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
16294      Branch: perl
16295            ! lib/Getopt/Long.pm
16296 ____________________________________________________________________________
16297 [  8359] By: jhi                                   on 2001/01/08  01:55:44
16298         Log: Integrate perlio.
16299      Branch: perl
16300           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
16301           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
16302           !> utf8.c win32/Makefile
16303 ____________________________________________________________________________
16304 [  8358] By: jhi                                   on 2001/01/07  21:16:50
16305         Log: Update the EPOC cross SDK URL.
16306      Branch: perl
16307            ! README.epoc
16308 ____________________________________________________________________________
16309 [  8357] By: jhi                                   on 2001/01/07  21:16:09
16310         Log: Update the EPOC cross SDK URL.
16311      Branch: maint-5.6/perl
16312            ! README.epoc
16313 ____________________________________________________________________________
16314 [  8356] By: nick                                  on 2001/01/06  21:47:52
16315         Log: FILE * in XS code for PerlIO world:
16316              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
16317              - Add FILE * T_STDIO typemap.
16318              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
16319      Branch: perlio
16320            ! lib/ExtUtils/typemap perlio.c perlio.h
16321 ____________________________________________________________________________
16322 [  8355] By: jhi                                   on 2001/01/06  20:27:15
16323         Log: integrate change #8336 from mainline
16324              
16325              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
16326      Branch: maint-5.6/perl
16327            ! hv.c
16328 ____________________________________________________________________________
16329 [  8354] By: jhi                                   on 2001/01/06  20:24:29
16330         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
16331              From: Robin Barker <rmb1@cise.npl.co.uk>
16332              Date: Fri, 22 Dec 2000 12:17:38 GMT
16333              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
16334              
16335              The patch reformats some long =item lines so they give
16336              correct output via pod2man | nroff -man
16337              
16338              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
16339              From: Robin Barker <rmb1@cise.npl.co.uk>
16340              Date: Tue, 2 Jan 2001 15:35:03 GMT
16341              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
16342              
16343              Here is a _further_ patch which corrects a few more errors:
16344              * an empty C<=item> in CPAN.pm
16345              * patching the wrong file (pod/perlamiga.pod not README.amiga)
16346              * leaving empty C<=item>s which formatted incorrectly
16347              * over long C<=item>s revealed by latest patch to Pod::Man
16348      Branch: maint-5.6/perl
16349            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
16350            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
16351            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
16352            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
16353            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
16354            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
16355 ____________________________________________________________________________
16356 [  8353] By: jhi                                   on 2001/01/06  20:21:10
16357         Log: integrate changes #7980, 7990, 8056, 8057 from mainline
16358              
16359              UTF-8 hash keys.
16360      Branch: maint-5.6/perl
16361            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
16362 ____________________________________________________________________________
16363 [  8352] By: jhi                                   on 2001/01/06  20:18:44
16364         Log: Forgotten from #8438.
16365      Branch: maint-5.6/perl
16366            ! epoc/epocish.h
16367 ____________________________________________________________________________
16368 [  8351] By: jhi                                   on 2001/01/06  20:18:12
16369         Log: Forgotten from #8347.
16370      Branch: maint-5.6/perl
16371            ! config_h.SH
16372 ____________________________________________________________________________
16373 [  8350] By: jhi                                   on 2001/01/06  20:00:19
16374         Log: Thinko in #8347.
16375      Branch: maint-5.6/perl
16376            ! regcomp.c
16377 ____________________________________________________________________________
16378 [  8349] By: jhi                                   on 2001/01/06  18:05:30
16379         Log: Copy the FAQ3 IDE section from the development branch,
16380              changes originally by Peter Prymmer.
16381      Branch: maint-5.6/perl
16382            ! pod/perlfaq3.pod
16383 ____________________________________________________________________________
16384 [  8348] By: jhi                                   on 2001/01/06  18:03:02
16385         Log: EPOC updates for TRIAL1.
16386              
16387              Subject: [5.6.1 trial1] EPOC update
16388              From: Olaf Flebbe <O.Flebbe@science-computing.de>
16389              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
16390              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
16391              
16392              Subject: epoc patch2 for perl-5.6.1-trial1
16393              From: Olaf Flebbe <O.Flebbe@science-computing.de>
16394              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
16395              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
16396      Branch: maint-5.6/perl
16397            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
16398            ! epoc/epocish.c
16399 ____________________________________________________________________________
16400 [  8347] By: jhi                                   on 2001/01/06  17:29:10
16401         Log: integrate changes #7710,7824,7973 from mainline,
16402              plus VMS nits from Peter Prymmer and Dan Sugalski.
16403              
16404              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
16405              library (getprotobyname and getprotobynumber are outversioned by
16406              the same calls in libc, at least for xlc version 3.
16407              
16408              Add HAS_SBRK_PROTO.
16409              
16410              Fixes for signedness warnings noticed by VMSperlers.
16411      Branch: maint-5.6/perl
16412            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16413            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
16414            ! sv.c vms/descrip_mms.template vos/config.alpha.def
16415            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
16416            ! win32/config.bc win32/config.gc win32/config.vc
16417 ____________________________________________________________________________
16418 [  8346] By: nick                                  on 2001/01/06  14:36:01
16419         Log: Fixup accumulated integrate muddles (perlio == devperl again)
16420      Branch: perlio
16421            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
16422 ____________________________________________________________________________
16423 [  8345] By: nick                                  on 2001/01/06  14:24:58
16424         Log: Integrate mainline
16425      Branch: perlio
16426           !> (integrate 55 files)
16427 ____________________________________________________________________________
16428 [  8344] By: jhi                                   on 2001/01/06  02:24:02
16429         Log: Subject: [patch] PerlIO_cleanup() prototype
16430              From: Doug MacEachern <dougm@covalent.net>
16431              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
16432              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
16433      Branch: perl
16434            ! perlio.h
16435 ____________________________________________________________________________
16436 [  8343] By: jhi                                   on 2001/01/06  01:04:09
16437         Log: IRIX compiler noticed that the bof initialization might be
16438              bypassed by control flow.
16439      Branch: perl
16440            ! toke.c
16441 ____________________________________________________________________________
16442 [  8342] By: jhi                                   on 2001/01/06  00:10:48
16443         Log: Update Changes.
16444      Branch: perl
16445            ! Changes patchlevel.h
16446 ____________________________________________________________________________
16447 [  8341] By: jhi                                   on 2001/01/05  23:52:33
16448         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
16449      Branch: perl
16450            ! toke.c
16451 ____________________________________________________________________________
16452 [  8340] By: jhi                                   on 2001/01/05  22:44:08
16453         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
16454              From: Radu Greab <radu@netsoft.ro>
16455              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
16456              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
16457      Branch: perl
16458            ! t/io/pipe.t util.c
16459 ____________________________________________________________________________
16460 [  8339] By: jhi                                   on 2001/01/05  22:35:17
16461         Log: Subject: [PATCH] format and rewording in perlfaq.pod
16462              From: Robin Barker <rmb1@cise.npl.co.uk>
16463              Date: Fri, 5 Jan 2001 18:51:20 GMT
16464              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
16465      Branch: perl
16466            ! pod/perlfaq.pod
16467 ____________________________________________________________________________
16468 [  8338] By: jhi                                   on 2001/01/05  22:31:17
16469         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
16470              From: Peter Prymmer <pvhp@forte.com>
16471              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
16472              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
16473      Branch: perl
16474            ! utils/perlbug.PL
16475 ____________________________________________________________________________
16476 [  8337] By: jhi                                   on 2001/01/05  18:15:11
16477         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
16478              From: Robin Barker <rmb1@cise.npl.co.uk>
16479              Date: Tue, 2 Jan 2001 15:24:07 GMT
16480              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
16481              
16482              If you call configure as C<./Configure> or C<sh ./Configure>,
16483              $src is set to the absolute path name, not '.'.
16484              
16485              This, in turn, means -Dmksymlink tries to do its stuff because
16486              it does not think it is in the src directory.
16487              
16488              (plus a metaconfig nitfix)
16489      Branch: metaconfig
16490            ! U/compline/ccflags.U U/modified/src.U
16491      Branch: perl
16492            ! Configure config_h.SH
16493 ____________________________________________________________________________
16494 [  8336] By: jhi                                   on 2001/01/05  17:48:32
16495         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
16496              From: Alan Burlison <Alan.Burlison@uk.sun.com>
16497              Message-ID: <3A5606C4.473D2226@uk.sun.com>
16498              Date: Fri, 05 Jan 2001 17:39:16 +0000
16499      Branch: perl
16500            ! hv.c
16501 ____________________________________________________________________________
16502 [  8335] By: jhi                                   on 2001/01/05  16:05:44
16503         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
16504      Branch: perl
16505            ! lib/Getopt/Long.pm
16506 ____________________________________________________________________________
16507 [  8334] By: jhi                                   on 2001/01/05  16:00:51
16508         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
16509              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
16510              Date: Fri, 05 Jan 2001 13:46:51 +0100
16511              Message-ID: <13693.978698811@nice.ram.loc>
16512              
16513              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
16514              accurate reading of the "atime".  
16515      Branch: perl
16516            ! t/io/fs.t
16517 ____________________________________________________________________________
16518 [  8333] By: jhi                                   on 2001/01/05  15:57:37
16519         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
16520              From: Simon Cozens <simon@cozens.net>
16521              Date: Fri, 8 Dec 2000 13:33:31 +0000
16522              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
16523              
16524              A lost patch fragment.
16525      Branch: perl
16526            ! doop.c
16527 ____________________________________________________________________________
16528 [  8332] By: jhi                                   on 2001/01/05  15:40:42
16529         Log: Do away with strncpy() and a fixed length buffer.
16530      Branch: perl
16531            ! utf8.c
16532 ____________________________________________________________________________
16533 [  8331] By: jhi                                   on 2001/01/05  15:03:07
16534         Log: Tests for #8329 and #8330.
16535      Branch: perl
16536            ! t/op/bop.t
16537 ____________________________________________________________________________
16538 [  8330] By: jhi                                   on 2001/01/05  15:02:38
16539         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
16540              raw 8-bit form to the UTF-8 string.
16541      Branch: perl
16542            ! toke.c
16543 ____________________________________________________________________________
16544 [  8329] By: jhi                                   on 2001/01/05  14:55:13
16545         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
16546              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
16547              Date: Fri, 5 Jan 2001 12:28:52 +0100
16548              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
16549              
16550              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
16551              no effect.  (changed the strncpy() to Copy())
16552      Branch: perl
16553            ! toke.c
16554 ____________________________________________________________________________
16555 [  8328] By: jhi                                   on 2001/01/05  06:44:27
16556         Log: UTF-8 cleanup.
16557      Branch: perl
16558            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
16559            ! regexec.c sv.c toke.c
16560 ____________________________________________________________________________
16561 [  8327] By: jhi                                   on 2001/01/05  01:11:29
16562         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')
16563              From: Radu Greab <radu@netsoft.ro>
16564              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
16565              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
16566              
16567              Cleans up Harness to not use FileHandle, which uses IO.
16568      Branch: perl
16569            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
16570 ____________________________________________________________________________
16571 [  8326] By: jhi                                   on 2001/01/05  00:56:37
16572         Log: Update Changes.
16573      Branch: perl
16574            ! Changes patchlevel.h
16575 ____________________________________________________________________________
16576 [  8325] By: jhi                                   on 2001/01/05  00:53:18
16577         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
16578              From: Peter Prymmer <pvhp@forte.com>
16579              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
16580              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
16581              
16582              plus a couple more tailing whitespace removals.
16583      Branch: perl
16584            ! win32/Makefile
16585 ____________________________________________________________________________
16586 [  8324] By: jhi                                   on 2001/01/05  00:47:39
16587         Log: Add some Unicode chop() tests.
16588      Branch: perl
16589            ! t/op/chop.t
16590 ____________________________________________________________________________
16591 [  8323] By: jhi                                   on 2001/01/05  00:47:23
16592         Log: Unify UTF-8 malformedness handling.
16593      Branch: perl
16594            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
16595 ____________________________________________________________________________
16596 [  8322] By: jhi                                   on 2001/01/04  22:21:54
16597         Log: The new $issymlink was unknown to Mksymlinks.
16598      Branch: metaconfig/U/perl
16599            ! Mksymlinks.U issymlink.U
16600      Branch: perl
16601            ! Configure config_h.SH
16602 ____________________________________________________________________________
16603 [  8321] By: jhi                                   on 2001/01/04  21:51:05
16604         Log: The test didn't work under the core test framework.
16605      Branch: perl
16606            ! t/lib/st-lock.t
16607 ____________________________________________________________________________
16608 [  8320] By: jhi                                   on 2001/01/04  21:14:22
16609         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
16610      Branch: perl
16611            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
16612 ____________________________________________________________________________
16613 [  8319] By: jhi                                   on 2001/01/04  20:46:17
16614         Log: Typo in #8312 when manually appying a problematic patch fragment.
16615      Branch: perl
16616            ! ext/Storable/Storable.xs
16617 ____________________________________________________________________________
16618 [  8318] By: jhi                                   on 2001/01/04  20:43:01
16619         Log: The $sh_c didn't fly.
16620      Branch: metaconfig
16621            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
16622            ! U/modified/Loc.U U/modified/myhostname.U
16623            ! U/modified/spitshell.U
16624      Branch: metaconfig/U/perl
16625            ! issymlink.U
16626      Branch: perl
16627            ! Configure config_h.SH
16628 ____________________________________________________________________________
16629 [  8317] By: jhi                                   on 2001/01/04  19:58:01
16630         Log: AIX builtin test -h is broken, changes based on
16631              
16632              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
16633              Date: Tue, 02 Jan 2001 11:24:39 +0100
16634              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16635              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
16636      Branch: metaconfig
16637            + U/modified/spitshell.U
16638            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
16639            ! U/modified/Loc.U U/modified/myhostname.U
16640      Branch: metaconfig/U/perl
16641            ! Mksymlinks.U issymlink.U
16642      Branch: perl
16643            ! Configure
16644 ____________________________________________________________________________
16645 [  8316] By: jhi                                   on 2001/01/04  19:02:22
16646         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
16647              From: Andy Dougherty <doughera@lafayette.edu>
16648              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
16649              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
16650              
16651              Beware of GNU ld.
16652      Branch: perl
16653            ! hints/solaris_2.sh
16654 ____________________________________________________________________________
16655 [  8315] By: jhi                                   on 2001/01/04  18:56:48
16656         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
16657              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
16658              Date: Wed, 3 Jan 2001 07:58:51 +0100
16659              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
16660      Branch: perl
16661            ! hints/solaris_2.sh
16662 ____________________________________________________________________________
16663 [  8314] By: jhi                                   on 2001/01/04  18:54:07
16664         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
16665              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
16666              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
16667              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
16668              
16669              Doc tweak on #8313.
16670      Branch: perl
16671            ! ext/B/B/Deparse.pm
16672 ____________________________________________________________________________
16673 [  8313] By: jhi                                   on 2001/01/04  18:52:27
16674         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
16675              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
16676              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
16677              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
16678              
16679              Make the peephole optimizer to bypass more null ops and
16680              and rewrite the deparse handling of continue blocks.
16681      Branch: perl
16682            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
16683 ____________________________________________________________________________
16684 [  8312] By: jhi                                   on 2001/01/04  18:47:39
16685         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
16686      Branch: perl
16687            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
16688            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
16689            ! t/lib/st-lock.t
16690 ____________________________________________________________________________
16691 [  8311] By: jhi                                   on 2001/01/04  18:36:08
16692         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
16693              filter to be run on each .pm during the pm_to_blib() phase,
16694              a fixed version of
16695              
16696              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
16697              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
16698              Date: Wed, 03 Jan 2001 22:01:30 +0100
16699              Message-ID: <5296.978555690@nice.ram.loc>
16700      Branch: perl
16701            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
16702            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
16703            ! lib/ExtUtils/MakeMaker.pm
16704 ____________________________________________________________________________
16705 [  8310] By: jhi                                   on 2001/01/04  18:32:54
16706         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
16707              From: Robin Barker <rmb1@cise.npl.co.uk>
16708              Date: Tue, 2 Jan 2001 15:35:03 GMT
16709              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
16710      Branch: perl
16711            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
16712            ! pod/perlrequick.pod
16713 ____________________________________________________________________________
16714 [  8309] By: jhi                                   on 2001/01/04  18:29:07
16715         Log: Subject: Re: [patch] static-ize XS()
16716              From: Doug MacEachern <dougm@covalent.net>
16717              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
16718              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
16719              
16720              Provide prototypes for the XS functions.
16721      Branch: perl
16722            ! lib/ExtUtils/xsubpp
16723 ____________________________________________________________________________
16724 [  8308] By: jhi                                   on 2001/01/04  18:27:44
16725         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
16726              From: Doug MacEachern <dougm@covalent.net>
16727              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
16728              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
16729      Branch: perl
16730            ! lib/ExtUtils/typemap
16731 ____________________________________________________________________________
16732 [  8307] By: jhi                                   on 2001/01/04  18:25:25
16733         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
16734              From: Doug MacEachern <dougm@covalent.net>
16735              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
16736              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
16737              
16738              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
16739      Branch: perl
16740            ! lib/ExtUtils/MM_Unix.pm
16741 ____________________________________________________________________________
16742 [  8306] By: jhi                                   on 2001/01/04  18:23:00
16743         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
16744              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
16745              Date: Thu, 4 Jan 2001 12:47:10 +0100 
16746              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
16747              
16748              The toke.c part only, patching embed.h and proto.h is futile.
16749      Branch: perl
16750            ! toke.c
16751 ____________________________________________________________________________
16752 [  8305] By: jhi                                   on 2001/01/04  18:05:51
16753         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
16754              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
16755              Date: Thu, 4 Jan 2001 17:50:12 +0100 
16756              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
16757      Branch: perl
16758            ! toke.c
16759 ____________________________________________________________________________
16760 [  8304] By: jhi                                   on 2001/01/04  18:03:26
16761         Log: Subject: [PATCH perl@8269]
16762              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
16763              Date: Thu, 4 Jan 2001 12:53:39 +0100 
16764              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
16765              
16766              If running byacc write-enable also perly.h.
16767      Branch: perl
16768            ! Makefile.SH
16769 ____________________________________________________________________________
16770 [  8303] By: jhi                                   on 2001/01/04  15:40:49
16771         Log: Rewrite pp_concat() in terms of sv_catsv().
16772      Branch: perl
16773            ! pp_hot.c
16774 ____________________________________________________________________________
16775 [  8302] By: nick                                  on 2001/01/03  22:43:22
16776         Log: Integrate mainline.
16777      Branch: perlio
16778           !> ext/Encode/Encode.xs sv.c utf8.c
16779 ____________________________________________________________________________
16780 [  8301] By: jhi                                   on 2001/01/02  23:40:26
16781         Log: Variable naming tweak.
16782      Branch: perl
16783            ! sv.c
16784 ____________________________________________________________________________
16785 [  8300] By: jhi                                   on 2001/01/02  23:40:02
16786         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
16787              in is_utf8_string().
16788      Branch: perl
16789            ! utf8.c
16790 ____________________________________________________________________________
16791 [  8299] By: jhi                                   on 2001/01/02  22:14:40
16792         Log: Integrate perlio.
16793      Branch: perl
16794           !> pp.c pp_hot.c win32/Makefile
16795 ____________________________________________________________________________
16796 [  8298] By: nick                                  on 2001/01/02  22:03:06
16797         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
16798      Branch: perlio
16799            ! pp.c pp_hot.c
16800 ____________________________________________________________________________
16801 [  8297] By: jhi                                   on 2001/01/02  04:26:28
16802         Log: Signedness nit.
16803      Branch: perl
16804            ! ext/Encode/Encode.xs
16805 ____________________________________________________________________________
16806 [  8296] By: nick                                  on 2001/01/01  23:49:36
16807         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
16808      Branch: perlio
16809            ! win32/Makefile
16810 ____________________________________________________________________________
16811 [  8295] By: jhi                                   on 2001/01/01  23:05:48
16812         Log: Integrate perlio.
16813      Branch: perl
16814           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
16815           !> t/lib/encode.t
16816 ____________________________________________________________________________
16817 [  8294] By: nick                                  on 2001/01/01  22:48:34
16818         Log: Integrate mainline
16819      Branch: perlio
16820            ! pp_hot.c t/lib/encode.t
16821           !> (integrate 65 files)
16822 ____________________________________________________________________________
16823 [  8293] By: nick                                  on 2001/01/01  21:58:50
16824         Log: More rigor in UTF-8-ness of Encode's toUnicode
16825              XS export some of the utf8 internal functions.
16826              Test some of the functions.
16827              Fix pp_concat() bug shown by said tests.
16828      Branch: perlio
16829            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
16830            ! t/lib/encode.t
16831 ____________________________________________________________________________
16832 [  8292] By: jhi                                   on 2001/01/01  18:11:44
16833         Log: Integrate perlio.
16834      Branch: perl
16835           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
16836           !> ext/Encode/encengine.c ext/Encode/encode.h
16837 ____________________________________________________________________________
16838 [  8291] By: jhi                                   on 2001/01/01  18:10:58
16839         Log: Podify README.mpeix (a new version from the web),
16840              add a dummy NAME to Carp::Heavy, regen toc.
16841      Branch: perl
16842            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
16843            ! pod/perltoc.pod
16844 ____________________________________________________________________________
16845 [  8290] By: nick                                  on 2001/01/01  17:43:47
16846         Log: Loose the "Loading..." warning.
16847              Another bug in fallback support
16848      Branch: perlio
16849            ! ext/Encode/Encode.pm ext/Encode/encengine.c
16850 ____________________________________________________________________________
16851 [  8289] By: jhi                                   on 2001/01/01  00:01:57
16852         Log: Bump up Larry's copyright.
16853      Branch: perl
16854            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
16855            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
16856            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
16857            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
16858            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
16859            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
16860            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
16861            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
16862 ____________________________________________________________________________
16863 [  8288] By: nick                                  on 2000/12/31  21:27:53
16864         Log: Fix .ucm reading - forgot a chr()
16865              Start of .ucm write (for .enc to .ucm)
16866      Branch: perlio
16867            ! ext/Encode/compile
16868 ____________________________________________________________________________
16869 [  8287] By: jhi                                   on 2000/12/31  18:15:56
16870         Log: Comment away a diagnostic message as noted by Craig A. Berry
16871              (the unexpected message was confusing testing)
16872      Branch: perl
16873            ! ext/Encode/Encode.pm
16874 ____________________________________________________________________________
16875 [  8286] By: jhi                                   on 2000/12/31  18:14:51
16876         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
16877              Date: Sun, 31 Dec 2000 11:17:37 -0600
16878              From: "Craig A. Berry" <craigberry@mac.com>
16879              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
16880      Branch: perl
16881            ! ext/Encode/Makefile.PL
16882 ____________________________________________________________________________
16883 [  8285] By: nick                                  on 2000/12/31  18:11:54
16884         Log: Start of support of ICU-style .ucm files:
16885              - teach compile how to read a .ucm file
16886              - first guess at how to represent fallbacks in "tries".
16887              - use fallbacks if check == 0
16888              - new return code to indicate we used one.
16889      Branch: perlio
16890            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
16891            ! ext/Encode/encengine.c ext/Encode/encode.h
16892 ____________________________________________________________________________
16893 [  8284] By: jhi                                   on 2000/12/31  18:04:41
16894         Log: Pacify picky VMS compiler.
16895              
16896              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
16897              From: "Craig A. Berry" <craig.berry@psinetcs.com>
16898              Date: Sat, 30 Dec 2000 18:10:02 -0600
16899              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
16900      Branch: perl
16901            ! sv.c
16902 ____________________________________________________________________________
16903 [  8283] By: jhi                                   on 2000/12/31  16:11:47
16904         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
16905      Branch: perl
16906            ! t/lib/glob-basic.t
16907 ____________________________________________________________________________
16908 [  8282] By: jhi                                   on 2000/12/31  15:26:11
16909         Log: Integrate perlio.
16910      Branch: perl
16911           !> makedef.pl opcode.pl os2/os2.c perlio.c
16912 ____________________________________________________________________________
16913 [  8281] By: nick                                  on 2000/12/31  10:06:15
16914         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
16915              is available to be exported
16916      Branch: perlio
16917            ! makedef.pl perlio.c
16918 ____________________________________________________________________________
16919 [  8280] By: nick                                  on 2000/12/31  09:41:26
16920         Log: Ilya's OS2 patch (testing for damage on Win32)
16921      Branch: perlio
16922            ! makedef.pl opcode.pl os2/os2.c
16923 ____________________________________________________________________________
16924 [  8279] By: jhi                                   on 2000/12/30  21:52:07
16925         Log: Test nits.
16926      Branch: perl
16927            ! t/lib/syslfs.t t/op/lfs.t
16928 ____________________________________________________________________________
16929 [  8278] By: jhi                                   on 2000/12/30  21:47:49
16930         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
16931              From: andreas.koenig@anima.de (Andreas J. Koenig)
16932              Date: 30 Dec 2000 22:35:37 +0100
16933              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
16934              
16935              The 32-bit wraparound test wasn't quite right.
16936      Branch: perl
16937            ! t/lib/syslfs.t t/op/lfs.t
16938 ____________________________________________________________________________
16939 [  8277] By: jhi                                   on 2000/12/30  21:33:44
16940         Log: Subject: [PATCH] open() example in perlfunc.pod 
16941              From: Karsten Sperling <s_sperli@ira.uka.de>
16942              Date: Sat, 30 Dec 2000 22:27:09 +0100
16943              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
16944      Branch: perl
16945            ! pod/perlfunc.pod
16946 ____________________________________________________________________________
16947 [  8276] By: jhi                                   on 2000/12/30  20:32:40
16948         Log: Not quite that many tests yet.
16949      Branch: perl
16950            ! t/op/pat.t
16951 ____________________________________________________________________________
16952 [  8275] By: jhi                                   on 2000/12/30  20:26:58
16953         Log: Integrate perlio.
16954      Branch: perl
16955           !> toke.c
16956 ____________________________________________________________________________
16957 [  8274] By: jhi                                   on 2000/12/30  20:24:56
16958         Log: Signedness nit.
16959      Branch: perl
16960            ! utf8.c
16961 ____________________________________________________________________________
16962 [  8273] By: jhi                                   on 2000/12/30  20:15:46
16963         Log: Add a test case for 20000731.001 which was fixed by the #8267.
16964      Branch: perl
16965            ! t/op/pat.t
16966 ____________________________________________________________________________
16967 [  8272] By: nick                                  on 2000/12/30  19:47:51
16968         Log: Tweak for MULTIPLICITY/USE_PERLIO
16969      Branch: perlio
16970            ! toke.c
16971 ____________________________________________________________________________
16972 [  8271] By: nick                                  on 2000/12/30  19:46:45
16973         Log: Integrate mainline
16974      Branch: perlio
16975           +> lib/unicode/distinct.pm
16976           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
16977           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
16978           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
16979 ____________________________________________________________________________
16980 [  8270] By: jhi                                   on 2000/12/30  19:39:50
16981         Log: Subject: RE: perl@8269
16982              From: "Richard Soderberg" <rs@crystalflame.net>
16983              Date: Sat, 30 Dec 2000 11:36:27 -0800
16984              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
16985              
16986              A missing aTHX_.
16987      Branch: perl
16988            ! toke.c
16989 ____________________________________________________________________________
16990 [  8269] By: jhi                                   on 2000/12/30  18:55:48
16991         Log: Update Changes.
16992      Branch: perl
16993            ! Changes patchlevel.h
16994 ____________________________________________________________________________
16995 [  8268] By: jhi                                   on 2000/12/30  17:18:40
16996         Log: Add a test for Unicode split //.  The #8267 was the cure.
16997      Branch: perl
16998            ! t/op/split.t
16999 ____________________________________________________________________________
17000 [  8267] By: jhi                                   on 2000/12/30  17:14:19
17001         Log: Subject: more UTF8 test suites and an UTF8 patch
17002              From: Inaba Hiroto <inaba@st.rim.or.jp>
17003              Date: Sat, 30 Dec 2000 14:27:10 +0900
17004              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
17005              
17006              Just the patch part for now, and the pragma renamed
17007              as unicode::distinct.
17008      Branch: perl
17009            + lib/unicode/distinct.pm
17010            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
17011            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
17012            ! regcomp.h regexec.c sv.c toke.c utf8.c
17013 ____________________________________________________________________________
17014 [  8266] By: nick                                  on 2000/12/30  16:40:49
17015         Log: Integrate mainline
17016      Branch: perlio
17017           +> lib/Pod/Text/Overstrike.pm
17018           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
17019           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
17020           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
17021           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
17022           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
17023 ____________________________________________________________________________
17024 [  8265] By: jhi                                   on 2000/12/30  07:28:55
17025         Log: The sv_catsv() fix, take two.
17026      Branch: perl
17027            ! sv.c t/op/join.t
17028 ____________________________________________________________________________
17029 [  8264] By: jhi                                   on 2000/12/30  06:19:18
17030         Log: Undo all the join-related changes since #8248: relevant
17031              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
17032              The new sv_catsv() doesn't fly so it must go back to
17033              the drawing board.
17034      Branch: perl
17035            ! sv.c t/op/join.t t/pragma/utf8.t
17036 ____________________________________________________________________________
17037 [  8263] By: jhi                                   on 2000/12/30  01:08:32
17038         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
17039      Branch: perl
17040            ! sv.c
17041 ____________________________________________________________________________
17042 [  8262] By: jhi                                   on 2000/12/30  00:45:14
17043         Log: Retract #8261.
17044      Branch: perl
17045            ! hv.c util.c
17046 ____________________________________________________________________________
17047 [  8261] By: jhi                                   on 2000/12/30  00:38:32
17048         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
17049      Branch: perl
17050            ! hv.c util.c
17051 ____________________________________________________________________________
17052 [  8260] By: jhi                                   on 2000/12/29  22:51:33
17053         Log: (Retracted by #8264)  More fixing for #8251.
17054      Branch: perl
17055            ! sv.c
17056 ____________________________________________________________________________
17057 [  8259] By: jhi                                   on 2000/12/29  18:27:30
17058         Log: Subject: podlators 1.06 released
17059              From: Russ Allbery <rra@stanford.edu>
17060              Date: 25 Dec 2000 05:09:30 -0800
17061              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
17062      Branch: perl
17063            + lib/Pod/Text/Overstrike.pm
17064            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
17065            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
17066 ____________________________________________________________________________
17067 [  8258] By: jhi                                   on 2000/12/29  18:20:45
17068         Log: Make the large file tests more robust/talkative as suggested by
17069              
17070              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
17071              From: andreas.koenig@anima.de (Andreas J. Koenig)
17072              Date: 29 Dec 2000 14:23:01 +0100
17073              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
17074      Branch: perl
17075            ! t/lib/syslfs.t t/op/lfs.t
17076 ____________________________________________________________________________
17077 [  8257] By: jhi                                   on 2000/12/29  17:48:04
17078         Log: Further VMS piping fixes from Charles Lane:
17079              
17080              In summary, error messages produced when a subprocess terminated
17081              abnormally were being sent not just to the parent process, but to
17082              grandparents, because of default values for error output that were
17083              not completely overridden when the subprocess was started.
17084              
17085              This patch fixes this behavior by defining user-mode (i.e., temporary
17086              for the duration of the program) logical names for SYS$OUTPUT and
17087              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
17088              changes to make it so that the user-mode logicals are the ones that
17089              control where Perl's error messages go if it terminates abnormally.
17090              
17091              I also added some gratuitous fixes to the indentation of braces in
17092              the piping code.  It just looked ugly, before.
17093      Branch: perl
17094            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
17095 ____________________________________________________________________________
17096 [  8256] By: jhi                                   on 2000/12/29  17:45:12
17097         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
17098              From: "Casey R. Tweten" <crt@kiski.net>
17099              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
17100              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
17101              
17102              Tests for for #8240.
17103      Branch: perl
17104            ! t/pragma/constant.t
17105 ____________________________________________________________________________
17106 [  8255] By: jhi                                   on 2000/12/29  17:43:07
17107         Log: Subject: Re: [PATCH] Interesting syntax idea
17108              From: Simon Cozens <simon@cozens.net>
17109              Date: Fri, 29 Dec 2000 14:34:04 +0000
17110              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
17111              
17112              Tests for #8254.
17113      Branch: perl
17114            ! t/pragma/sub_lval.t
17115 ____________________________________________________________________________
17116 [  8254] By: jhi                                   on 2000/12/29  17:42:11
17117         Log: Subject: [PATCH] Interesting syntax idea
17118              From: Simon Cozens <simon@cozens.net>
17119              Date: Wed, 27 Dec 2000 05:08:57 +0000
17120              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
17121              
17122              Make opens + bareword assigns do typeglob assigns.
17123      Branch: perl
17124            ! op.c
17125 ____________________________________________________________________________
17126 [  8253] By: jhi                                   on 2000/12/29  17:36:45
17127         Log: Output the (apparent) version of gcc, as suggested by
17128              
17129              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
17130              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
17131              Date: 26 Dec 2000 04:29:17 -0500
17132              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
17133              
17134              (The patch as such didn't any more apply as the misparsing had
17135              already been addressed in #6474.)  Also change the wording about
17136              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
17137      Branch: perl
17138            ! hints/dec_osf.sh
17139 ____________________________________________________________________________
17140 [  8252] By: nick                                  on 2000/12/29  12:14:31
17141         Log: Integrate mainline
17142      Branch: perlio
17143           !> (integrate 27 files)
17144 ____________________________________________________________________________
17145 [  8251] By: jhi                                   on 2000/12/29  08:45:46
17146         Log: (Retracted by #8264)
17147              
17148              (Fixed by #8260.)
17149              
17150              sv_catsv() needs one more byte space than seems reasonable.
17151              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
17152              Curiouser and curiouser.
17153      Branch: perl
17154            ! sv.c
17155 ____________________________________________________________________________
17156 [  8250] By: jhi                                   on 2000/12/29  07:57:52
17157         Log: More split // UTF-8 tests.
17158      Branch: perl
17159            ! t/pragma/utf8.t
17160 ____________________________________________________________________________
17161 [  8249] By: jhi                                   on 2000/12/29  07:54:51
17162         Log: (Retracted by #8264)  More join() testing which was good because
17163              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
17164      Branch: perl
17165            ! pp.c t/op/join.t utf8.c utf8.h
17166 ____________________________________________________________________________
17167 [  8248] By: jhi                                   on 2000/12/29  07:08:32
17168         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
17169              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
17170              that the only cases to care about are byte+byte and byte+character.
17171              
17172              TODO: See how well pp_concat() could be implemented in terms
17173              of sv_catsv().
17174      Branch: perl
17175            ! doop.c sv.c t/op/join.t utf8.h
17176 ____________________________________________________________________________
17177 [  8247] By: jhi                                   on 2000/12/29  06:35:23
17178         Log: Signedness nit.
17179      Branch: perl
17180            ! pp_hot.c
17181 ____________________________________________________________________________
17182 [  8246] By: jhi                                   on 2000/12/29  01:23:31
17183         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
17184              From: Lupe Christoph <lupe@lupe-christoph.de>
17185              Date: Thu, 28 Dec 2000 23:00:00 +0100
17186              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
17187              
17188              Suggest rsync --delete --dry-run.
17189      Branch: perl
17190            ! pod/perlhack.pod
17191 ____________________________________________________________________________
17192 [  8245] By: jhi                                   on 2000/12/28  23:57:05
17193         Log: The maxiters upper limit sanity check (guarding against
17194              non-progress) assumed bytes instead of characters in s///
17195              and split().
17196      Branch: perl
17197            ! pp.c pp_hot.c
17198 ____________________________________________________________________________
17199 [  8244] By: jhi                                   on 2000/12/28  23:34:08
17200         Log: Make some panic messages a bit more logical.
17201      Branch: perl
17202            ! doop.c pod/perldiag.pod pp.c pp_hot.c
17203 ____________________________________________________________________________
17204 [  8243] By: jhi                                   on 2000/12/28  22:59:16
17205         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
17206              From: Simon Cozens <simon@cozens.net>
17207              Date: Wed, 27 Dec 2000 02:30:03 +0000
17208              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
17209      Branch: perl
17210            ! pp.c t/pragma/sub_lval.t
17211 ____________________________________________________________________________
17212 [  8242] By: jhi                                   on 2000/12/28  22:56:53
17213         Log: Subject: [PATCH blead] Fix B::Terse indentation
17214              From: Daniel Chetlin <daniel@chetlin.com>
17215              Date: Wed, 27 Dec 2000 06:43:30 -0800
17216              Message-ID: <20001227064329.B9573@darkstar>
17217      Branch: perl
17218            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
17219 ____________________________________________________________________________
17220 [  8241] By: jhi                                   on 2000/12/28  22:48:59
17221         Log: The latter patch from the
17222              
17223              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
17224              From: Peter Prymmer <pvhp@forte.com> 
17225              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
17226              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
17227              
17228              (the former patch from the above should have been
17229              taken care of by Nick I-S)
17230      Branch: perl
17231            ! win32/Makefile
17232 ____________________________________________________________________________
17233 [  8240] By: jhi                                   on 2000/12/28  22:45:22
17234         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
17235              From: "Casey R. Tweten" <crt@kiski.net>
17236              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
17237              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
17238      Branch: perl
17239            ! lib/constant.pm
17240 ____________________________________________________________________________
17241 [  8239] By: jhi                                   on 2000/12/28  22:37:45
17242         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
17243              From: Simon Cozens <simon@cozens.net>
17244              Date: Wed, 27 Dec 2000 14:12:44 +0000
17245              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
17246      Branch: perl
17247            ! t/op/method.t t/op/sort.t toke.c
17248 ____________________________________________________________________________
17249 [  8238] By: jhi                                   on 2000/12/28  22:30:32
17250         Log: Subject: [PATCH perl@8229] Call.pm
17251              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
17252              Date: Mon, 25 Dec 2000 10:47:15 -0000
17253              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
17254      Branch: perl
17255            ! ext/Filter/Util/Call/Call.pm
17256 ____________________________________________________________________________
17257 [  8237] By: jhi                                   on 2000/12/28  22:19:21
17258         Log: Subject: [PATCH blead] Fix problem with `&' prototype
17259              From: Daniel Chetlin <daniel@chetlin.com>
17260              Date: Wed, 27 Dec 2000 15:55:32 -0800
17261              Message-ID: <20001227155532.D9573@darkstar>
17262      Branch: perl
17263            ! op.c t/comp/proto.t
17264 ____________________________________________________________________________
17265 [  8236] By: jhi                                   on 2000/12/28  22:09:25
17266         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
17267              From: Daniel Chetlin <daniel@chetlin.com>
17268              Date: Sun, 24 Dec 2000 04:09:49 -0800
17269              Message-ID: <20001224040949.B3090@darkstar>
17270      Branch: perl
17271            ! gv.c mg.c t/op/attrs.t
17272 ____________________________________________________________________________
17273 [  8235] By: jhi                                   on 2000/12/28  22:07:11
17274         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
17275              From: Jan Dubois <jand@ActiveState.com>
17276              Date: Tue, 26 Dec 2000 20:57:31 -0800
17277              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
17278      Branch: perl
17279            ! win32/win32.c
17280 ____________________________________________________________________________
17281 [  8234] By: jhi                                   on 2000/12/28  21:52:42
17282         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
17283              From: Simon Cozens <simon@cozens.net>
17284              Date: Thu, 28 Dec 2000 20:33:13 +0000
17285              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
17286      Branch: perl
17287            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
17288 ____________________________________________________________________________
17289 [  8233] By: jhi                                   on 2000/12/28  19:40:49
17290         Log: Integrate perlio.
17291      Branch: perl
17292           !> ext/Encode/Makefile.PL ext/Encode/compile
17293 ____________________________________________________________________________
17294 [  8232] By: nick                                  on 2000/12/23  16:06:00
17295         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
17296              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
17297      Branch: perlio
17298            ! ext/Encode/Makefile.PL
17299 ____________________________________________________________________________
17300 [  8231] By: nick                                  on 2000/12/23  14:30:34
17301         Log: "Compiled" encode build cleanup
17302              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
17303              - .c files do not export sub-tables
17304      Branch: perlio
17305            ! ext/Encode/Makefile.PL ext/Encode/compile
17306 ____________________________________________________________________________
17307 [  8230] By: nick                                  on 2000/12/23  12:50:37
17308         Log: Integrate mainline
17309      Branch: perlio
17310           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
17311           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
17312           !> pod/perl5004delta.pod pod/perl5005delta.pod
17313           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
17314           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
17315           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
17316           !> pod/perlsub.pod
17317 ____________________________________________________________________________
17318 [  8229] By: jhi                                   on 2000/12/22  15:32:12
17319         Log: Integrate perlio.
17320      Branch: perl
17321           +> win32/distclean.bat
17322           !> MANIFEST t/io/utf8.t
17323 ____________________________________________________________________________
17324 [  8228] By: jhi                                   on 2000/12/22  15:29:40
17325         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
17326              From: Robin Barker <rmb1@cise.npl.co.uk>
17327              Date: Fri, 22 Dec 2000 12:17:38 GMT
17328              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
17329      Branch: perl
17330            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
17331            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
17332            ! pod/perl5004delta.pod pod/perl5005delta.pod
17333            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
17334            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
17335            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
17336            ! pod/perlsub.pod
17337 ____________________________________________________________________________
17338 [  8227] By: jhi                                   on 2000/12/22  15:24:28
17339         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
17340              From: "John L. Allen" <allen@grumman.com>
17341              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
17342              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
17343              
17344              Document APPLLIB_EXP.
17345      Branch: perl
17346            ! INSTALL
17347 ____________________________________________________________________________
17348 [  8226] By: nick                                  on 2000/12/21  22:11:50
17349         Log: Handy script for when one forgets to "dmake clean" 
17350      Branch: perlio
17351            + win32/distclean.bat
17352            ! MANIFEST
17353 ____________________________________________________________________________
17354 [  8225] By: nick                                  on 2000/12/21  21:54:04
17355         Log: CRLF platform issue with io/utf8 fix.
17356      Branch: perlio
17357            ! t/io/utf8.t
17358 ____________________________________________________________________________
17359 [  8224] By: nick                                  on 2000/12/21  21:02:20
17360         Log: Integrate mainline
17361      Branch: perlio
17362           !> Changes Configure Makefile.SH Porting/Glossary
17363           !> Porting/config.sh Porting/config_H configure.com
17364           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
17365           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
17366           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
17367           !> win32/config.bc win32/config.gc win32/config.vc
17368 ____________________________________________________________________________
17369 [  8223] By: jhi                                   on 2000/12/21  17:09:16
17370         Log: Update Changes.
17371      Branch: perl
17372            ! Changes patchlevel.h
17373 ____________________________________________________________________________
17374 [  8222] By: jhi                                   on 2000/12/21  16:24:01
17375         Log: Metaconfig unit changes for #8221.
17376      Branch: metaconfig/U/perl
17377           +> issymlink.U
17378            - testsyml.U
17379            ! Mksymlinks.U
17380 ____________________________________________________________________________
17381 [  8221] By: jhi                                   on 2000/12/21  16:23:48
17382         Log: Rename testsyml to issymlink.
17383      Branch: perl
17384            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17385            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
17386            ! win32/config.vc
17387 ____________________________________________________________________________
17388 [  8220] By: jhi                                   on 2000/12/21  15:47:26
17389         Log: Robustness support for #8218 (symlink forest) since the GNU
17390              tools seem to be overly picky about symlinkage depths.
17391      Branch: perl
17392            ! Makefile.SH t/io/fs.t
17393 ____________________________________________________________________________
17394 [  8219] By: jhi                                   on 2000/12/21  15:38:27
17395         Log: Metaconfig changes for #8218.
17396      Branch: metaconfig
17397            ! U/modified/Oldconfig.U
17398      Branch: metaconfig/U/perl
17399            + Mksymlinks.U
17400            ! testsyml.U
17401 ____________________________________________________________________________
17402 [  8218] By: jhi                                   on 2000/12/21  15:37:57
17403         Log: Add Configure option -Dmksymlinks which will create a symlink
17404              forest if the current/build differs from the source directory.
17405              TODO: mkdir -p is not portable.
17406      Branch: perl
17407            ! Configure
17408 ____________________________________________________________________________
17409 [  8217] By: jhi                                   on 2000/12/21  14:39:12
17410         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
17411              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
17412              Date: Thu, 21 Dec 2000 09:38:18 GMT
17413              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
17414              
17415              The ofs became an SV.
17416      Branch: perl
17417            ! ext/Thread/Thread.xs
17418 ____________________________________________________________________________
17419 [  8216] By: jhi                                   on 2000/12/21  05:40:21
17420         Log: The polymorphism seems to have fixed 20000517.001.
17421      Branch: perl
17422            ! t/pragma/utf8.t
17423 ____________________________________________________________________________
17424 [  8215] By: jhi                                   on 2000/12/21  04:44:52
17425         Log: read() documentation tweak for 20001121.004.
17426      Branch: perl
17427            ! pod/perlfunc.pod
17428 ____________________________________________________________________________
17429 [  8214] By: jhi                                   on 2000/12/21  03:54:11
17430         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
17431      Branch: perl
17432            ! pp_sys.c t/op/misc.t
17433 ____________________________________________________________________________
17434 [  8213] By: jhi                                   on 2000/12/21  00:28:10
17435         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
17436              From: Peter Prymmer <pvhp@forte.com>
17437              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
17438              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
17439      Branch: perl
17440            ! configure.com
17441 ____________________________________________________________________________
17442 [  8212] By: jhi                                   on 2000/12/21  00:26:21
17443         Log: Edit edit edit.
17444      Branch: perl
17445            ! pod/perlfaq3.pod
17446 ____________________________________________________________________________
17447 [  8211] By: jhi                                   on 2000/12/20  18:52:46
17448         Log: Update Changes.
17449      Branch: perl
17450            ! Changes patchlevel.h
17451 ____________________________________________________________________________
17452 [  8210] By: jhi                                   on 2000/12/20  18:34:47
17453         Log: Yet another editor edit.
17454      Branch: perl
17455            ! pod/perlfaq3.pod
17456 ____________________________________________________________________________
17457 [  8209] By: jhi                                   on 2000/12/20  15:33:28
17458         Log: More Win32 Perling.
17459      Branch: perl
17460            ! pod/perlfaq3.pod
17461 ____________________________________________________________________________
17462 [  8208] By: jhi                                   on 2000/12/20  15:07:46
17463         Log: More Win32 editor/IDE/shell hints.
17464      Branch: perl
17465            ! pod/perlfaq3.pod
17466 ____________________________________________________________________________
17467 [  8207] By: jhi                                   on 2000/12/20  03:54:08
17468         Log: Subject: [PATCH] obscure timing knowledge
17469              From: Nicholas Clark <nick@ccl4.org>
17470              Date: Tue, 19 Dec 2000 19:22:31 +0000
17471              Message-ID: <20001219192231.F2827@plum.flirble.org>
17472      Branch: perl
17473            ! sv.c
17474 ____________________________________________________________________________
17475 [  8206] By: jhi                                   on 2000/12/20  03:45:57
17476         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
17477              From: Spider Boardman <spider@leggy.zk3.dec.com>
17478              Date: Tue, 19 Dec 2000 21:30:16 -0500
17479              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
17480      Branch: perl
17481            ! sv.c
17482 ____________________________________________________________________________
17483 [  8205] By: jhi                                   on 2000/12/19  23:02:01
17484         Log: Update Changes.
17485      Branch: perl
17486            ! Changes patchlevel.h
17487 ____________________________________________________________________________
17488 [  8204] By: jhi                                   on 2000/12/19  22:58:18
17489         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
17490              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
17491              on editors and diffing/patching.
17492      Branch: perl
17493            ! t/op/utf8decode.t
17494 ____________________________________________________________________________
17495 [  8203] By: nick                                  on 2000/12/19  21:36:16
17496         Log: Integrate mainline (forgot my own change...)
17497      Branch: perlio
17498           !> ext/Encode/compile
17499 ____________________________________________________________________________
17500 [  8202] By: nick                                  on 2000/12/19  21:34:42
17501         Log: Integrate mainline.
17502      Branch: perlio
17503           !> (integrate 61 files)
17504 ____________________________________________________________________________
17505 [  8201] By: nick                                  on 2000/12/19  21:34:06
17506         Log: Avoid looking for File::Glob when we don't need it.
17507      Branch: perl
17508            ! ext/Encode/compile
17509 ____________________________________________________________________________
17510 [  8200] By: jhi                                   on 2000/12/19  18:35:49
17511         Log: Update Changes.
17512      Branch: perl
17513            ! Changes patchlevel.h
17514 ____________________________________________________________________________
17515 [  8199] By: jhi                                   on 2000/12/19  18:35:07
17516         Log: Microperl tweaks.
17517      Branch: perl
17518            ! sv.c uconfig.h uconfig.sh
17519 ____________________________________________________________________________
17520 [  8198] By: jhi                                   on 2000/12/19  18:29:59
17521         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
17522      Branch: perl
17523            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17524            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
17525 ____________________________________________________________________________
17526 [  8197] By: jhi                                   on 2000/12/19  17:55:29
17527         Log: In VMS embedded perls couldn't access the statically built Socket,
17528              from Charles Lane.
17529      Branch: perl
17530            ! configure.com
17531 ____________________________________________________________________________
17532 [  8196] By: jhi                                   on 2000/12/19  17:49:50
17533         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
17534              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
17535              Date: Sun, 17 Dec 2000 19:11:44 -0000
17536              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
17537      Branch: perl
17538            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
17539            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
17540 ____________________________________________________________________________
17541 [  8195] By: jhi                                   on 2000/12/19  17:47:53
17542         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
17543              From: Jonathan Stowe <gellyfish@gellyfish.com>
17544              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
17545              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
17546      Branch: perl
17547            ! utils/h2xs.PL
17548 ____________________________________________________________________________
17549 [  8194] By: jhi                                   on 2000/12/19  17:46:28
17550         Log: Subject: Re: useless use of void context work-around
17551              From: andreas.koenig@anima.de (Andreas J. Koenig)
17552              Date: 16 Dec 2000 15:13:36 +0100
17553              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
17554              
17555              Document (comment) the q(di ds ig) trick in the code.
17556      Branch: perl
17557            ! op.c
17558 ____________________________________________________________________________
17559 [  8193] By: jhi                                   on 2000/12/19  17:10:57
17560         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
17561              From: "Mark J. Reed" <mreed@strange.turner.com>
17562              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
17563              Message-Id: <200012160222.VAA13986@strange.turner.com>
17564      Branch: perl
17565            ! ext/Sys/Syslog/Syslog.pm
17566 ____________________________________________________________________________
17567 [  8192] By: jhi                                   on 2000/12/19  17:07:45
17568         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
17569              From: Nicholas Clark <nick@ccl4.org>
17570              Date: Sat, 16 Dec 2000 19:03:13 +0000
17571              Message-ID: <20001216190313.D68304@plum.flirble.org>
17572      Branch: perl
17573            ! t/op/64bitint.t
17574 ____________________________________________________________________________
17575 [  8191] By: jhi                                   on 2000/12/19  17:06:13
17576         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
17577              From: Dominic Dunlop <domo@computer.org>
17578              Date: Mon, 18 Dec 2000 12:00:15 +0100
17579              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
17580              
17581              This patchlet is needed in order that perl can be statically linked.  
17582      Branch: perl
17583            ! regexec.c
17584 ____________________________________________________________________________
17585 [  8190] By: jhi                                   on 2000/12/19  17:03:08
17586         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
17587              From: "Craig A. Berry" <craig.berry@psinetcs.com>
17588              Date: Sun, 17 Dec 2000 00:18:35 -0600
17589              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
17590      Branch: perl
17591            ! perlio.h vms/gen_shrfls.pl
17592 ____________________________________________________________________________
17593 [  8189] By: jhi                                   on 2000/12/19  16:20:28
17594         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
17595              From: Prymmer/Kahn <pvhp@best.com>
17596              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
17597              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
17598              
17599              A better version of #8188.
17600      Branch: perl
17601            ! pod/perlfaq3.pod
17602 ____________________________________________________________________________
17603 [  8188] By: jhi                                   on 2000/12/19  15:57:06
17604         Log: (Replaced by #8189)
17605              
17606              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
17607              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
17608              From: Prymmer/Kahn <pvhp@best.com>
17609              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
17610              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
17611              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
17612              Date: Mon, 18 Dec 2000 11:10:45 -0500
17613              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
17614      Branch: perl
17615            ! pod/perlfaq3.pod
17616 ____________________________________________________________________________
17617 [  8187] By: jhi                                   on 2000/12/19  15:54:19
17618         Log: Email address fix for Anton Berezin.
17619      Branch: perl
17620            ! AUTHORS
17621 ____________________________________________________________________________
17622 [  8186] By: jhi                                   on 2000/12/19  15:38:54
17623         Log: Subject: [PATCH perl@8102] cygwin port
17624              From: "Eric Fifer" <efifer@dircon.co.uk> 
17625              Date: Thu, 14 Dec 2000 13:41:29 -0000
17626              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
17627              
17628              When compiling modules the data item that is being imported
17629              from libperl.dll needs to be tagged as imported/shared data:
17630              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
17631      Branch: perl
17632            ! perliol.h
17633 ____________________________________________________________________________
17634 [  8185] By: jhi                                   on 2000/12/19  14:53:24
17635         Log: Regen uconfig.h and uconfig.sh.
17636      Branch: perl
17637            ! uconfig.h uconfig.sh
17638 ____________________________________________________________________________
17639 [  8184] By: jhi                                   on 2000/12/18  20:43:49
17640         Log: Comments work so much better when they are closed.
17641      Branch: perl
17642            ! regcomp.c
17643 ____________________________________________________________________________
17644 [  8183] By: jhi                                   on 2000/12/18  18:04:02
17645         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
17646              Fixes the bug 20001218.016.
17647      Branch: perl
17648            ! regcomp.c
17649 ____________________________________________________________________________
17650 [  8182] By: gsar                                  on 2000/12/18  09:53:47
17651         Log: delete spurious files
17652      Branch: maint-5.6/perl
17653            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
17654            - vos/config.h vos/config_h.SH_orig
17655 ____________________________________________________________________________
17656 [  8181] By: gsar                                  on 2000/12/18  09:46:08
17657         Log: regen perltoc
17658      Branch: maint-5.6/perl
17659            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
17660 ____________________________________________________________________________
17661 [  8180] By: gsar                                  on 2000/12/18  09:20:27
17662         Log: integrate changes#7924..7926,7946,7952 from mainline
17663      Branch: maint-5.6/perl
17664           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
17665           !> lib/File/stat.pm t/lib/class-struct.t
17666 ____________________________________________________________________________
17667 [  8179] By: gsar                                  on 2000/12/18  08:55:54
17668         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
17669              7918,7919,7988,8907 from mainline (various)
17670      Branch: maint-5.6/perl
17671           +> t/lib/class-struct.t
17672           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
17673           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
17674           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
17675 ____________________________________________________________________________
17676 [  8178] By: gsar                                  on 2000/12/18  08:16:30
17677         Log: avoid redefinition warnings on windows due to sys/socket.h getting
17678              #included before win32.h
17679      Branch: maint-5.6/perl
17680            ! win32/include/sys/socket.h
17681 ____________________________________________________________________________
17682 [  8177] By: gsar                                  on 2000/12/18  05:24:04
17683         Log: make regen_headers; fix POSIX.xs problems; remove outdated
17684              code from sys/socket.h that makes build fail now
17685      Branch: maint-5.6/perl
17686            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
17687            ! pod/perlapi.pod
17688           !> win32/include/sys/socket.h
17689 ____________________________________________________________________________
17690 [  8176] By: gsar                                  on 2000/12/18  05:20:17
17691         Log: update Changes
17692      Branch: maint-5.6/perl
17693            ! Changes patchlevel.h
17694 ____________________________________________________________________________
17695 [  8175] By: gsar                                  on 2000/12/18  04:57:48
17696         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
17697              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
17698              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
17699              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
17700              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
17701              7823,7825,7838
17702      Branch: maint-5.6/perl
17703           +> lib/File/Spec/Epoc.pm
17704           !> (integrate 88 files)
17705 ____________________________________________________________________________
17706 [  8174] By: gsar                                  on 2000/12/18  03:53:09
17707         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
17708              7625..7629,7631..7634,7637,7639,7642 from mainline
17709      Branch: maint-5.6/perl
17710           +> README.solaris
17711           !> (integrate 26 files)
17712 ____________________________________________________________________________
17713 [  8173] By: gsar                                  on 2000/12/18  03:37:02
17714         Log: integrate changes#7472,7474..7479,7481,7485,7489,7493,7494,7496,
17715              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
17716              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
17717              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
17718      Branch: maint-5.6/perl
17719           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
17720            - MAINTAIN
17721           !> (integrate 111 files)
17722 ____________________________________________________________________________
17723 [  8172] By: jhi                                   on 2000/12/18  02:49:27
17724         Log: Regen pods.
17725      Branch: perl
17726            ! pod/perlmodlib.pod pod/perltoc.pod
17727 ____________________________________________________________________________
17728 [  8171] By: gsar                                  on 2000/12/18  02:49:24
17729         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
17730              7465..7471 from mainline
17731              
17732              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
17733              in platforms that strictly require all the symbols being present
17734              at link time.
17735              
17736              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
17737              
17738              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
17739              
17740              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
17741              
17742              Subject: [PATCH] todo
17743              
17744              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
17745              
17746              Use $sort, $uniq (and $tr) consistently as wondered
17747              by Nicholas Clark.
17748              
17749              Too enthusiastic editing in #7460.
17750              
17751              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
17752              
17753              Upgrade to CPAN 1.58_55.
17754              Subject: CPAN.pm status
17755              
17756              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
17757              
17758              Make target reordering to avoid pointless re-makes.
17759              Subject: Re: Total re-make of 'make okfile' after 7451 ?
17760              
17761              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
17762              
17763              Subject: DOC PATCH 5.6.0
17764              
17765              Add the repository doc by Malcolm, Sarathy, and by Simon,
17766              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
17767      Branch: maint-5.6/perl
17768           +> Porting/repository.pod
17769           !> Configure MANIFEST Makefile.SH README.dos README.os2
17770           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
17771           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
17772           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
17773 ____________________________________________________________________________
17774 [  8169] By: gsar                                  on 2000/12/18  02:33:34
17775         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
17776              7435..7441,7445 from mainline
17777              
17778              Make the UTF-8 decoding stricter and more verbose when
17779              malformation happens.  This involved adding an argument
17780              to utf8_to_uv_chk(), which involved changing its prototype,
17781              and prefer STRLEN over I32 for the UTF-8 length, which as
17782              a domino effect necessitated changing the prototypes of
17783              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
17784              The stricter UTF-8 decoding checking uses Markus Kuhn's
17785              UTF-8 Decode Stress Tester from
17786              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
17787              
17788              Run vms/vms_yfix.pl, should have done that after changing
17789              perly.c in #7382.
17790              
17791              Subject: [PATCH 5.7.0] static linking with uninstalled perl
17792              
17793              (Replaced by #7440.)
17794              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
17795              
17796              Fix the bug ID 20001024.005, the bug introduced by #7416.
17797              
17798              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
17799              
17800              Fix the bug reported in
17801              From: andreas.koenig@anima.de (Andreas J. Koenig)
17802              Also make is_utf8_char() stricter.
17803              
17804              Missed the header file changes from #7425.
17805              
17806              Check if stdio supports tweaking lval and cnt simultaneously.
17807              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
17808              
17809              Stratus VOS updates from Paul Green.
17810              
17811              Podify README.epoc and README.vos.
17812              
17813              Add targets to Makefile.SH, most importantly
17814              'regen_all' which also remembers to update vms/perly*.
17815              
17816              Subject: Minor update to find2perl, for portability
17817              
17818              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
17819              
17820              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
17821              
17822              Rename UTF8LEN() to be UNISKIP(), too confusing to have
17823              UTF8LEN() and UTF8SKIP(). 
17824              
17825              Allow poking holes at the UTF-8 decoding strictness.
17826              
17827              Continue the internal UTF-8 API tweaking.
17828              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
17829              used much more than the simpler API, now called utf8_to_uv_simple().
17830              Still not quite happy with API, too much partial duplication
17831              of functionality.
17832              
17833              A new version of making the syslog test more robust.
17834              (Replaces #7421.)
17835              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
17836              
17837              buildtoc target tweaks.
17838              
17839              Integrate with vmsperl #7430 by Charles Bailey:
17840              
17841              Cleanup from prior patch (Charles Lane?):
17842              - improve handling of MFDs in Basename and Path
17843              - default to no xsubpp line # munging when building debug images
17844      Branch: maint-5.6/perl
17845           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
17846           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
17847           !> (integrate 67 files)
17848 ____________________________________________________________________________
17849 [  8168] By: gsar                                  on 2000/12/18  02:05:49
17850         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
17851              
17852              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
17853              From: Martin Husemann <martin@duskware.de>
17854              
17855              Subject: [PATCH 5.7.0] restore match data on backtracing
17856              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17857      Branch: maint-5.6/perl
17858           !> regcomp.c regexec.c t/op/re_tests
17859 ____________________________________________________________________________
17860 [  8167] By: gsar                                  on 2000/12/18  01:55:22
17861         Log: integrate changes#7858,7986 from mainline
17862              
17863              C<foreach my $x ...> in pseudo-fork()ed process may diddle
17864              parent's memory; fix it by keeping track of the actual pad
17865              offset rather than a raw pointer (this change is probably also
17866              relevant to non-ithreads case to avoid fallout from reallocs of
17867              the pad array, but is currently only enabled for the ithreads
17868              case in the interests of minimal disruption to existing "well
17869              tested" code)
17870              
17871              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
17872              due to the notorious GetFileType() bug in Windows 9x, which fstat()
17873              tickles)
17874      Branch: maint-5.6/perl
17875           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
17876           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
17877           !> win32/win32.c win32/win32.h win32/win32sck.c
17878 ____________________________________________________________________________
17879 [  8166] By: gsar                                  on 2000/12/18  01:52:59
17880         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
17881              from mainline (xsubpp and ExtUtils::LibList fixups, various
17882              other small items)
17883      Branch: maint-5.6/perl
17884           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
17885           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
17886           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
17887           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
17888           !> win32/bin/search.pl
17889 ____________________________________________________________________________
17890 [  8165] By: gsar                                  on 2000/12/18  01:28:45
17891         Log: integrate changes#7533,7563,7611,7623 from mainline (various
17892              malloc.c embellishments)
17893      Branch: maint-5.6/perl
17894           !> malloc.c pod/perldiag.pod
17895 ____________________________________________________________________________
17896 [  8164] By: gsar                                  on 2000/12/18  01:23:33
17897         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
17898              fixups)
17899      Branch: maint-5.6/perl
17900           !> utils/h2xs.PL
17901 ____________________________________________________________________________
17902 [  8163] By: gsar                                  on 2000/12/18  01:17:50
17903         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
17904              fixups)
17905      Branch: maint-5.6/perl
17906           !> Makefile.SH utils/perlbug.PL
17907 ____________________________________________________________________________
17908 [  8162] By: gsar                                  on 2000/12/18  00:25:43
17909         Log: always export Perl_deb() (it is required by re.xs whether
17910              Perl is built with or without -DDEBUGGING)
17911      Branch: maint-5.6/perl
17912            ! makedef.pl
17913 ____________________________________________________________________________
17914 [  8161] By: gsar                                  on 2000/12/18  00:23:38
17915         Log: integrate change#7414 from mainline
17916              
17917              Undo the basename() part of #7412 since the lib/basename
17918              tests would need upgrading too.
17919              
17920              squelch two tests in tr.t that rely on tr/// paranoia change
17921              that's not in 5.6.x
17922      Branch: maint-5.6/perl
17923            ! t/op/tr.t
17924           !> lib/File/Basename.pm
17925 ____________________________________________________________________________
17926 [  8160] By: gsar                                  on 2000/12/18  00:05:30
17927         Log: missing change in previous integrate
17928      Branch: maint-5.6/perl
17929           !> README.aix
17930 ____________________________________________________________________________
17931 [  8159] By: gsar                                  on 2000/12/18  00:03:38
17932         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
17933              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
17934              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7304..7408,
17935              7410..7413 from mainline
17936      Branch: maint-5.6/perl
17937           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
17938           +> t/lib/tie-splice.t
17939            - lib/unicode/Is/DCinital.pl
17940           !> (integrate 112 files)
17941 ____________________________________________________________________________
17942 [  8158] By: jhi                                   on 2000/12/17  23:04:24
17943         Log: Subject: [PATCHES] RE: perl@8150 
17944              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
17945              Date: Sun, 17 Dec 2000 21:46:39 +0100
17946              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
17947              
17948              Neither cygwin has a getpwuid() one can trust on.
17949      Branch: perl
17950            ! t/lib/glob-basic.t
17951 ____________________________________________________________________________
17952 [  8157] By: jhi                                   on 2000/12/17  23:01:54
17953         Log: More MAN.PODS => {} fixes.
17954      Branch: perl
17955            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
17956            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
17957            ! os2/OS2/REXX/Makefile.PL
17958 ____________________________________________________________________________
17959 [  8156] By: gsar                                  on 2000/12/17  22:49:13
17960         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
17961              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
17962              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
17963              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
17964              7201,7204 from mainline
17965      Branch: maint-5.6/perl
17966           !> (integrate 121 files)
17967 ____________________________________________________________________________
17968 [  8155] By: jhi                                   on 2000/12/17  22:30:58
17969         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
17970              From: "Craig A. Berry" <craigberry@mac.com>
17971              Date: Sun, 17 Dec 2000 13:09:28 -0600
17972              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
17973              
17974              MAN.PODS => ' ' is naughty.
17975      Branch: perl
17976            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
17977 ____________________________________________________________________________
17978 [  8154] By: nick                                  on 2000/12/17  22:07:13
17979         Log: MULTIPLICITY nit.
17980      Branch: perl
17981            ! mg.c
17982 ____________________________________________________________________________
17983 [  8153] By: gsar                                  on 2000/12/17  21:23:05
17984         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
17985              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
17986              from mainline
17987              
17988              Document the SvIOK_.*UV().
17989              
17990              Update Unicode todo list.
17991              
17992              Guard against bad string->int conversion for quads.
17993              
17994              Subject: small apidoc fix
17995              
17996              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
17997              
17998              Subject: [PATCH] Tied filehandle documentation
17999              
18000              Subject: [PATCH] Modernize Opcode.pm documentation
18001              
18002              Make Data::Dumper (non-XS) to work with changed semantics of ref().
18003              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
18004              [applied even though said semantics didn't change in 5.6.x]
18005              
18006              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
18007              
18008              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
18009              
18010              Fix the URL, but the server is still missing in action.
18011              Subject: [ID 20000905.002] perlfaq1.pod URL error
18012              
18013              Subject: [ID 20000903.001] \w in utf8-strings
18014              
18015              Fix the ccversion detection for 5.1 and beyond.
18016              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
18017              
18018              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
18019              
18020              Subject: [ID 20000904.008] Tiny fix for perldiag
18021              
18022              Subject: Re: [ID 20000906.004] segfault with bad perl statement
18023              
18024              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
18025              
18026              Subject: [ID 20000908.002] perlipc documentation bug.
18027              
18028              Subject: [PATCH lib/Benchmark.pm]
18029              
18030              Re-allow vec() for characters > 255.
18031              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
18032              
18033              Do away with memory models cruft.  Sorry, PDP users.
18034              
18035              Continue #7041.
18036              
18037              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
18038              
18039              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
18040              
18041              Upgrade to CPAN 1.57_65, from Andreas König.
18042              
18043              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
18044              by Russ Allbery.
18045              
18046              Silence t/pod/*.t about alternate quote-mappings now implemented
18047              by Pod::Text, from Brad Appleton.
18048              
18049              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
18050              Subject: borland C++ win32.c tweak
18051              
18052              C<@a = @b = split(...)> optimization coredumps under ithreads
18053              (missed a spot when fixing up op_pmreplroot hack for ithreads)
18054              
18055              Document the SvUTF8*().
18056              
18057              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
18058              
18059              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
18060              
18061              Do in VMS as the #7054 does.
18062              
18063              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
18064              
18065              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
18066              
18067              Subject: [patch: perl@7045] vms updates
18068              
18069              Test for the #7049.
18070              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
18071              
18072              Break up the myconfig lines a bit.
18073              Subject: perlbug/perl -V output format
18074              
18075              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
18076              
18077              The #7054 truncated Configure badly.
18078              
18079              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
18080              initialization in all the threads on Windows
18081              
18082              Allow for whitespace between "#" and "line" in cpp output.
18083              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
18084              
18085              Remove vestiges of tr//CU.
18086              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
18087              
18088              The return value of setlocale must be copied away.
18089              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
18090              
18091              Allow chop() and chomp() to be overridden.
18092              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
18093              
18094              Hints optimization.
18095              Subject: Minor nit
18096              
18097              Subject: [PATCH] de-wall t/README
18098              
18099              Subject: Re: Two advertising clauses need to be removed
18100      Branch: maint-5.6/perl
18101           !> (integrate 75 files)
18102 ____________________________________________________________________________
18103 [  8152] By: gsar                                  on 2000/12/17  20:30:11
18104         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
18105              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
18106              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
18107              
18108              Don't attach -ld to the archname if pointless.
18109              
18110              Document UNTIE in a very minimalistic way.
18111              
18112              POSIX doesn't report long double values under -Duselongdouble
18113              when the long doubles are "real" (bigger than doubles).
18114              
18115              More author updates.
18116              
18117              Try to deduce NV_MAX.  Really should be Configure fodder.
18118              
18119              :: not allowed in pathnames, change to .
18120              Subject: [PATCH perl@6938] cygwin port
18121              
18122              Forget about NV_MAX (#6951).  Various floating point tweaks,
18123              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
18124              
18125              Move the Solaris 7 scan to use64bitall, make the
18126              failure to find 64-bot sparc libc to mention the
18127              possibility of being in an intel, from Lupe and Alan.
18128              
18129              Regen perltoc.
18130              
18131              AUTHORS tweaks, from Peter Prymmer.
18132              
18133              More address tweaking.
18134              
18135              Small tweaks all over.
18136              
18137              File::Temp patches from Andreas König,
18138              
18139              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
18140              
18141              Subject: CPAN.pm beta 1.57_57 for the core
18142              
18143              Part of the solution.
18144              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
18145              
18146              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
18147              
18148              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
18149              
18150              Add the overload warnings to perldiag.
18151              
18152              Drop unused argument.
18153              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
18154              
18155              Subject: Nit in Configure (bleadperl@6961)
18156              
18157              Update to PodParser 1.18, from Brad Appleton.
18158              
18159              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
18160              
18161              Subject: [PATCH: 6948] add SCNfldbl to configure.com
18162              
18163              Document UNTIE. Also tweak implementation to suppress the 'inner references'
18164              warning when UNTIE exists and instead pass the cound of extra references to
18165              the UNTIE method.
18166              
18167              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
18168              so that case-ignoring systems like DCL can tell them from
18169              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
18170              
18171              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
18172              
18173              Feature ordering tweak.
18174              
18175              Regen perltoc.
18176              
18177              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
18178              
18179              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
18180              
18181              Subject: http:// in L<>
18182              
18183              Detypo.
18184              
18185              change#6791 accidentally clobbered change#6710, put it back
18186              
18187              Only the first line, thank you very much.
18188              
18189              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
18190              plus rework the http: spots as suggested by Tom Christiansen,
18191              plus regen perltoc.
18192              
18193              Undo part of change 6489 which looks like a bulk edit which
18194              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
18195              The supressing of main:: on return from select() is undesirable.
18196              
18197              Apparently avoiding the swapping is too costly.
18198              
18199              Various Configure nits by Philip Newton,
18200              plus the ebcdic one by me.
18201              
18202              Make certain cc is set before trying to run it.
18203              
18204              If overloaded %{} etc. return the object do not loop.
18205              Thus  sub deref { $_[0] } functions if object is wanted type.
18206              
18207              Update perlhist.
18208              
18209              More %{} and other deref special casing - do not pass to 'nomethod'.
18210      Branch: maint-5.6/perl
18211           !> (integrate 59 files)
18212 ____________________________________________________________________________
18213 [  8151] By: gsar                                  on 2000/12/17  19:14:38
18214         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
18215              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
18216              
18217              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
18218              
18219              Make the epsilon to be relative, not absolute.
18220              
18221              Put back the flags dump as reasoned in
18222              Subject: Re: [PATCH] Glob dumping
18223              
18224              Introduce ccname to keep track of what compiler kind of we have.
18225              
18226              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
18227              
18228              Put back the slice accidentally removed by #6907.
18229              
18230              Reset archname and archname64 always, forcing them be
18231              recomputed at each Configure run, make Configure and
18232              the hints files agree on the naming of largefiles variables.
18233              
18234              Don't say "Perl 5.0 source kit".
18235              
18236              Subject: [PATCH] fix misc cast warnings
18237              
18238              Subject: typos in pods
18239              
18240              NVs not necessarily doubles, as pointed out by Yitzchak.
18241              
18242              Subject: [PATCH 6889] add a few ldbl formats to configure.com
18243              
18244              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
18245              
18246              Better options for rsync.
18247              
18248              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
18249              
18250              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
18251              
18252              Subject: [PATCH] Re: UNTIE method 
18253              
18254              A better fix for the Socket building problem from Craig Berry.
18255              
18256              Retract the dummy test, skip the security tests (instead of failing),
18257              explain what the warnings mean.
18258              
18259              Heap decorruption.
18260              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
18261              
18262              Update to Unicode 3.0.1.
18263              
18264              Missed one Unicode file.
18265              
18266              Subject: Re: typos in pods
18267              
18268              The #6929 was too skimpy.
18269              
18270              sscanf() may be the only way to read long doubles from strings.
18271              
18272              Reveal Borland's isnan.
18273              Subject: build with BC++ tweak
18274              
18275              Issue useful diagnostic on unknown pod commands.
18276              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
18277              
18278              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
18279              
18280              Clarify the third case of ftmp-security warnings.
18281              
18282              Make -Dusemorebits find long doubles in Solaris.
18283              
18284              Wrap the test in eval.
18285      Branch: maint-5.6/perl
18286           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
18287           +> lib/unicode/PropList.txt lib/unicode/README.perl
18288           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
18289           +> lib/unicode/Unicode.301 vms/vmspipe.com
18290            - lib/unicode/Props.txt lib/unicode/UCD300.html
18291            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
18292           !> (integrate 305 files)
18293 ____________________________________________________________________________
18294 [  8150] By: jhi                                   on 2000/12/17  18:47:57
18295         Log: Uncheckedin generated files.
18296      Branch: perl
18297            ! global.sym perlapi.c pod/perlapi.pod
18298 ____________________________________________________________________________
18299 [  8149] By: jhi                                   on 2000/12/17  18:41:22
18300         Log: Update Changes.
18301      Branch: perl
18302            ! Changes patchlevel.h
18303 ____________________________________________________________________________
18304 [  8148] By: jhi                                   on 2000/12/17  18:39:16
18305         Log: Subject: [PATCH] Fcntl constants speedup
18306              From: Nicholas Clark <nick@ccl4.org>
18307              Date: Sun, 17 Dec 2000 16:29:24 +0000
18308              Message-ID: <20001217162924.E97668@plum.flirble.org>
18309              
18310              Use IVs for the Fcntl constants instead of NVs.
18311      Branch: perl
18312            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
18313 ____________________________________________________________________________
18314 [  8147] By: jhi                                   on 2000/12/17  18:33:41
18315         Log: Add test for #8145 (binmode() warning), add warning for
18316              ioctl() and sockpair(), document them. (fileno() cannot
18317              be tripwired with the same kind of warning because
18318              'defined fileno($foo)' seems to be an idiom.)
18319      Branch: perl
18320            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
18321 ____________________________________________________________________________
18322 [  8146] By: gsar                                  on 2000/12/17  18:09:08
18323         Log: update Changes
18324      Branch: maint-5.6/perl
18325            ! Changes
18326 ____________________________________________________________________________
18327 [  8145] By: jhi                                   on 2000/12/17  17:39:35
18328         Log: Subject: [PATCH] Re: The long awaited feature ...
18329              From: Simon Cozens <simon@cozens.net>
18330              Date: Sun, 17 Dec 2000 12:31:56 +0000
18331              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
18332              
18333              Add a warning to binmode() about using bad filehandles
18334              (can happen e.g. if someone forgets the filehandle argument)
18335      Branch: perl
18336            ! pp_sys.c
18337 ____________________________________________________________________________
18338 [  8144] By: jhi                                   on 2000/12/17  17:33:48
18339         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
18340              From: Jonathan Stowe <gellyfish@gellyfish.com>
18341              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
18342              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
18343      Branch: perl
18344            ! lib/Net/Ping.pm
18345 ____________________________________________________________________________
18346 [  8143] By: jhi                                   on 2000/12/17  05:31:37
18347         Log: Polymorphic regexps.
18348              
18349              Fixes at least the bugs 20001028.003 (both of them...) and
18350              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
18351              also to be fixed by now, probably already before this patch.
18352      Branch: perl
18353            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
18354            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
18355            ! t/op/utf8decode.t t/pragma/utf8.t
18356 ____________________________________________________________________________
18357 [  8142] By: jhi                                   on 2000/12/16  17:16:05
18358         Log: Subject: [patch perl@8102] dos/djgpp update
18359              From: Laszlo Molnar <ml1050@freemail.hu>
18360              Date: Sat, 16 Dec 2000 01:40:52 +0100
18361              Message-ID: <20001216014052.A335@freemail.hu>
18362      Branch: perl
18363            ! djgpp/config.over t/base/commonsense.t
18364 ____________________________________________________________________________
18365 [  8141] By: jhi                                   on 2000/12/16  17:09:27
18366         Log: Few uncheckedin files.
18367      Branch: perl
18368            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
18369 ____________________________________________________________________________
18370 [  8140] By: nick                                  on 2000/12/15  22:14:31
18371         Log: Integrate mainline
18372      Branch: perlio
18373           !> (integrate 53 files)
18374 ____________________________________________________________________________
18375 [  8139] By: jhi                                   on 2000/12/15  19:49:49
18376         Log: One more IVUV tweak from Nicholas Clark.
18377      Branch: perl
18378            ! sv.c
18379 ____________________________________________________________________________
18380 [  8138] By: jhi                                   on 2000/12/15  19:17:06
18381         Log: Return of the IVUV-preservation, now seems to be happy even
18382              in Digital UNIX (the broken strtoul brokenness detection
18383              seems to have been the fly in the ointment).
18384      Branch: perl
18385            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18386            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
18387            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
18388            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
18389            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
18390            ! vos/config.ga.h win32/config.bc win32/config.gc
18391            ! win32/config.vc
18392 ____________________________________________________________________________
18393 [  8137] By: jhi                                   on 2000/12/15  18:12:14
18394         Log: Metaconfig unit change for #8136.
18395      Branch: metaconfig
18396            ! U/modified/d_strtoul.U
18397      Branch: metaconfig/U/perl
18398            ! d_strtoull.U d_strtouq.U
18399 ____________________________________________________________________________
18400 [  8136] By: jhi                                   on 2000/12/15  18:11:35
18401         Log: I don't think it's sensible or portable to test the strtou*
18402              on /^-/ strings.
18403      Branch: perl
18404            ! Configure
18405 ____________________________________________________________________________
18406 [  8135] By: jhi                                   on 2000/12/15  17:18:49
18407         Log: Metaconfig unit change for #8134.
18408      Branch: metaconfig
18409            ! U/modified/d_strtoul.U
18410 ____________________________________________________________________________
18411 [  8134] By: jhi                                   on 2000/12/15  17:14:13
18412         Log: If longsize is 8 we don't need a LL suffix for integer constants.
18413      Branch: perl
18414            ! Configure config_h.SH
18415 ____________________________________________________________________________
18416 [  8133] By: jhi                                   on 2000/12/15  16:00:23
18417         Log: Update Changes.
18418      Branch: perl
18419            ! Changes patchlevel.h
18420 ____________________________________________________________________________
18421 [  8132] By: jhi                                   on 2000/12/15  15:44:16
18422         Log: Some compilers get huffy if you do not cast a const pointer
18423              to a non-const when assigning.
18424      Branch: perl
18425            ! gv.c
18426 ____________________________________________________________________________
18427 [  8131] By: jhi                                   on 2000/12/15  15:38:30
18428         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
18429              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18430              Date: Fri, 15 Dec 2000 05:26:57 -0500
18431              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
18432      Branch: perl
18433            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
18434            ! t/pragma/overload.t
18435 ____________________________________________________________________________
18436 [  8130] By: jhi                                   on 2000/12/15  15:36:08
18437         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
18438              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18439              Date: Thu, 14 Dec 2000 22:02:43 -0500
18440              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
18441      Branch: perl
18442            ! gv.c perl.h
18443 ____________________________________________________________________________
18444 [  8129] By: jhi                                   on 2000/12/15  15:34:16
18445         Log: Subject: PATCH: h2xs nit
18446              From: Tim Jenness <t.jenness@jach.hawaii.edu>
18447              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
18448              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
18449              
18450              Add a template README.
18451      Branch: perl
18452            ! utils/h2xs.PL
18453 ____________________________________________________________________________
18454 [  8128] By: jhi                                   on 2000/12/15  15:32:22
18455         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
18456      Branch: perl
18457            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
18458 ____________________________________________________________________________
18459 [  8127] By: jhi                                   on 2000/12/15  15:19:34
18460         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
18461              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
18462              Date:     Thu, 14 Dec 2000 20:04:42 EST
18463              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
18464      Branch: perl
18465            ! ext/Opcode/Opcode.xs
18466 ____________________________________________________________________________
18467 [  8126] By: jhi                                   on 2000/12/15  15:17:49
18468         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
18469              From: Peter Prymmer <pvhp@forte.com>
18470              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
18471              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
18472      Branch: perl
18473            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
18474            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
18475            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
18476 ____________________________________________________________________________
18477 [  8125] By: jhi                                   on 2000/12/15  15:11:05
18478         Log: This seems to be a stage sane and stable enough to checkin.
18479              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
18480      Branch: perl
18481            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
18482            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
18483            ! t/op/cmp.t t/op/numconvert.t
18484 ____________________________________________________________________________
18485 [  8124] By: jhi                                   on 2000/12/15  04:20:26
18486         Log: Something is really wonky.
18487      Branch: perl
18488            ! sv.c
18489 ____________________________________________________________________________
18490 [  8123] By: jhi                                   on 2000/12/15  04:00:50
18491         Log: Fixes for the IV UV patches to compile in Digital UNIX.
18492      Branch: perl
18493            ! sv.c
18494 ____________________________________________________________________________
18495 [  8122] By: jhi                                   on 2000/12/15  02:53:40
18496         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
18497              From: "Craig A. Berry" <craigberry@mac.com>
18498              Date: Thu, 14 Dec 2000 19:10:49 -0600
18499              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
18500      Branch: perl
18501            ! vms/vms.c
18502 ____________________________________________________________________________
18503 [  8121] By: jhi                                   on 2000/12/15  02:50:00
18504         Log: Metaconfig changes for #8120.
18505      Branch: metaconfig
18506            + U/modified/d_strtoul.U
18507      Branch: metaconfig/U/perl
18508            ! d_strtoull.U d_strtouq.U
18509 ____________________________________________________________________________
18510 [  8120] By: jhi                                   on 2000/12/15  02:49:42
18511         Log: From: Nicholas Clark <nick@ccl4.org> 
18512              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
18513              Date: Thu, 14 Dec 2000 18:38:57 +0000
18514              Message-ID: <20001214183857.B97909@plum.flirble.org>
18515      Branch: perl
18516            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18517            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
18518            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
18519            ! vos/config.ga.def vos/config.ga.h win32/config.bc
18520            ! win32/config.gc win32/config.vc
18521 ____________________________________________________________________________
18522 [  8119] By: jhi                                   on 2000/12/14  23:40:58
18523         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
18524              From: Nicholas Clark <nick@ccl4.org>
18525              Date: Wed, 13 Dec 2000 20:08:50 +0000
18526              Message-ID: <20001213200849.B71166@plum.flirble.org>
18527      Branch: perl
18528            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
18529            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
18530 ____________________________________________________________________________
18531 [  8118] By: jhi                                   on 2000/12/14  22:46:26
18532         Log: Integrate perlio.
18533      Branch: perl
18534           !> MANIFEST ext/Encode/compile makedef.pl
18535 ____________________________________________________________________________
18536 [  8117] By: nick                                  on 2000/12/14  22:38:53
18537         Log: Win32 tweaks to get Encode to build
18538              - temp hack to makedef.pl till PerlIO is properly "exported".
18539              - MSVC dislikes  
18540              static encpage_t foo[];
18541              so make 'em extern for now.
18542      Branch: perlio
18543            ! ext/Encode/compile makedef.pl
18544 ____________________________________________________________________________
18545 [  8116] By: nick                                  on 2000/12/14  22:00:53
18546         Log: Document the new files
18547      Branch: perlio
18548            ! MANIFEST
18549 ____________________________________________________________________________
18550 [  8115] By: jhi                                   on 2000/12/14  21:58:01
18551         Log: MANIFEST new files of #8114.
18552      Branch: perl
18553            ! MANIFEST
18554 ____________________________________________________________________________
18555 [  8114] By: jhi                                   on 2000/12/14  21:50:49
18556         Log: Integrate perlio.
18557      Branch: perl
18558           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
18559           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
18560           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
18561           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
18562           !> ext/Encode/Makefile.PL
18563 ____________________________________________________________________________
18564 [  8113] By: jhi                                   on 2000/12/14  21:48:49
18565         Log: The documentation part of the
18566              
18567              Subject: [ID 20001214.002] Net::Ping patch
18568              From: Jonathan Stowe <gellyfish@gellyfish.com>
18569              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
18570              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
18571              since the #7529 had already addressed the same problem.
18572      Branch: perl
18573            ! lib/Net/Ping.pm
18574 ____________________________________________________________________________
18575 [  8112] By: jhi                                   on 2000/12/14  21:42:57
18576         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
18577              From: Dominic Dunlop <domo@computer.org>
18578              Date: Tue, 12 Dec 2000 10:47:10 +0100
18579              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
18580              
18581              Document how elusive subroutines can be.
18582      Branch: perl
18583            ! pod/perlfunc.pod
18584 ____________________________________________________________________________
18585 [  8111] By: jhi                                   on 2000/12/14  21:38:05
18586         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
18587              From: Dominic Dunlop <domo@computer.org>
18588              Date: Thu, 14 Dec 2000 10:13:51 +0100
18589              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
18590      Branch: perl
18591            ! ext/POSIX/POSIX.pod
18592 ____________________________________________________________________________
18593 [  8110] By: jhi                                   on 2000/12/14  21:36:32
18594         Log: Subject: [patch] perlfaq7
18595              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
18596              Date: Thu, 14 Dec 2000 15:31:07 +0100
18597              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
18598      Branch: perl
18599            ! pod/perlfaq7.pod
18600 ____________________________________________________________________________
18601 [  8109] By: jhi                                   on 2000/12/14  21:29:20
18602         Log: Subject: [8104] Encode
18603              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18604              Date: Thu, 14 Dec 2000 14:49:34 +0100
18605              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
18606              
18607              Type casting for nervous compilers.
18608      Branch: perl
18609            ! ext/Encode/Encode.xs
18610 ____________________________________________________________________________
18611 [  8108] By: jhi                                   on 2000/12/14  21:26:17
18612         Log: Subject: [8104] DB_File
18613              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18614              Date: Thu, 14 Dec 2000 14:49:35 +0100
18615              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
18616              
18617              Type definition incorrect for DB 2.7.7.  Not known when it
18618              changed, so only changed it for a known revision.
18619      Branch: perl
18620            ! ext/DB_File/DB_File.xs
18621 ____________________________________________________________________________
18622 [  8107] By: jhi                                   on 2000/12/14  21:23:41
18623         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
18624              From: Peter Prymmer <pvhp@forte.com>
18625              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
18626              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
18627              
18628              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
18629      Branch: perl
18630            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
18631            ! ext/Encode/Encode/posix-bc.enc
18632 ____________________________________________________________________________
18633 [  8106] By: nick                                  on 2000/12/14  20:36:13
18634         Log: "Cold" build correction to Encode's Makefile.PL
18635      Branch: perlio
18636            ! ext/Encode/Makefile.PL
18637 ____________________________________________________________________________
18638 [  8105] By: nick                                  on 2000/12/14  20:09:37
18639         Log: "Compiled" encodings.
18640              Correct replacement character in EBCDIC .enc files
18641              Add 0x7F to ASCII repertoire.
18642      Branch: perlio
18643            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
18644            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
18645            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
18646            ! ext/Encode/Makefile.PL ext/Encode/compile
18647            ! ext/Encode/encengine.c ext/Encode/encode.h
18648 ____________________________________________________________________________
18649 [  8104] By: nick                                  on 2000/12/14  00:38:20
18650         Log: Integrate mainline
18651      Branch: perlio
18652           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
18653           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
18654           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
18655           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
18656           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
18657           !> t/lib/db-hash.t t/lib/db-recno.t
18658 ____________________________________________________________________________
18659 [  8103] By: nick                                  on 2000/12/13  23:16:13
18660         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
18661              so far and so it does not get lost.
18662      Branch: perlio
18663            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
18664 ____________________________________________________________________________
18665 [  8102] By: jhi                                   on 2000/12/13  17:14:22
18666         Log: Update Changes.
18667      Branch: perl
18668            ! Changes patchlevel.h
18669 ____________________________________________________________________________
18670 [  8101] By: jhi                                   on 2000/12/13  16:53:41
18671         Log: Move the proto of start_glob() to a better place; regen api files.
18672      Branch: perl
18673            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
18674 ____________________________________________________________________________
18675 [  8100] By: jhi                                   on 2000/12/13  16:47:11
18676         Log: Metaconfig change for #8099.
18677      Branch: metaconfig
18678            ! U/modified/Head.U
18679 ____________________________________________________________________________
18680 [  8099] By: jhi                                   on 2000/12/13  16:46:48
18681         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
18682              From: Andy Dougherty <doughera@lafayette.edu>
18683              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
18684              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
18685      Branch: perl
18686            ! Configure
18687 ____________________________________________________________________________
18688 [  8098] By: jhi                                   on 2000/12/13  16:39:02
18689         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
18690              From: rspier@pobox.com (Robert Spier)
18691              Date: Tue, 12 Dec 2000 21:12:39 -0500
18692              Message-ID: <14902.56087.678086.725773@rls.cx>
18693              
18694              fastgetcwd is defined using a glob alias on a $^O dependent basis -
18695              and there was no default assignment or perl subroutine.
18696      Branch: perl
18697            ! lib/Cwd.pm
18698 ____________________________________________________________________________
18699 [  8097] By: jhi                                   on 2000/12/13  16:16:01
18700         Log: Subject: [PATCH] move startglob out of pp_hot.c
18701              From: Nicholas Clark <nick@ccl4.org>
18702              Date: Mon, 11 Dec 2000 23:16:39 +0000
18703              Message-ID: <20001211231638.A55550@plum.flirble.org>
18704      Branch: perl
18705            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
18706 ____________________________________________________________________________
18707 [  8096] By: jhi                                   on 2000/12/13  15:26:23
18708         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
18709              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
18710              Date: Wed, 13 Dec 2000 14:01:37 +0100
18711              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
18712              
18713              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
18714              in turn requires libpthread in libswanted.
18715      Branch: perl
18716            ! hints/hpux.sh
18717 ____________________________________________________________________________
18718 [  8095] By: jhi                                   on 2000/12/12  19:51:05
18719         Log: The integration wars continue.
18720      Branch: perl
18721           !> sv.c
18722 ____________________________________________________________________________
18723 [  8094] By: jhi                                   on 2000/12/12  19:48:26
18724         Log: Subject: [PATCH perl@8070] DB_File-1.74  
18725              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
18726              Date: Mon, 11 Dec 2000 23:07:17 -0000
18727              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
18728      Branch: perl
18729            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
18730            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
18731            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
18732            ! t/lib/db-recno.t
18733 ____________________________________________________________________________
18734 [  8093] By: nick                                  on 2000/12/12  19:42:13
18735         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
18736      Branch: perlio
18737            ! sv.c
18738           !> lib/File/DosGlob.pm
18739 ____________________________________________________________________________
18740 [  8092] By: jhi                                   on 2000/12/12  19:28:11
18741         Log: Integrate perlio.
18742      Branch: perl
18743           !> sv.c
18744 ____________________________________________________________________________
18745 [  8091] By: nick                                  on 2000/12/12  18:49:45
18746         Log: Fix for Tk, and upgrading shared SVs.
18747      Branch: perlio
18748            ! sv.c
18749 ____________________________________________________________________________
18750 [  8090] By: jhi                                   on 2000/12/12  16:48:59
18751         Log: Subject: [PATCH] Re: Breadperl & Tk
18752              From: Nick Ing-Simmons <nik@tiuk.ti.com>
18753              Date: Tue, 12 Dec 2000 14:48:27 GMT
18754              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
18755      Branch: perl
18756            ! sv.c
18757 ____________________________________________________________________________
18758 [  8089] By: jhi                                   on 2000/12/12  03:37:19
18759         Log: Subject: DosGlob.pm diff for bash style brace expansion.
18760              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
18761              Date: Fri, 8 Dec 2000 10:45:30 -0600
18762              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
18763      Branch: perl
18764            ! lib/File/DosGlob.pm
18765 ____________________________________________________________________________
18766 [  8088] By: nick                                  on 2000/12/11  23:59:59
18767         Log: Integrate mainline
18768      Branch: perlio
18769           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
18770           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
18771           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
18772           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
18773           !> t/op/local.t t/pragma/warn/toke toke.c
18774 ____________________________________________________________________________
18775 [  8087] By: jhi                                   on 2000/12/11  23:20:23
18776         Log: Integrate perlio.
18777      Branch: perl
18778           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
18779 ____________________________________________________________________________
18780 [  8086] By: jhi                                   on 2000/12/11  22:50:59
18781         Log: Tune further the OS detection of CGI.
18782      Branch: perl
18783            ! lib/CGI.pm
18784 ____________________________________________________________________________
18785 [  8085] By: nick                                  on 2000/12/11  22:50:46
18786         Log: Finish 1st pass of "encoding" layer e.g. :
18787              open($fh,"<encoding(iso8859-7)",$greek) || die;
18788      Branch: perlio
18789            ! ext/Encode/Encode.xs perlio.c perliol.h
18790 ____________________________________________________________________________
18791 [  8084] By: jhi                                   on 2000/12/11  22:32:06
18792         Log: Revert the -f ambiguousity patch, seems to cause
18793              too much hassle (the interpret -Q as a function
18794              where Q is not a known filetest part is left in).
18795      Branch: perl
18796            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
18797            ! toke.c
18798 ____________________________________________________________________________
18799 [  8083] By: jhi                                   on 2000/12/11  22:27:23
18800         Log: (accidentally empty check-in)
18801      Branch: perl
18802            ! lib/File/DosGlob.pm
18803 ____________________________________________________________________________
18804 [  8082] By: nick                                  on 2000/12/11  19:09:51
18805         Log: Restore mmap function (broken by tweaks to shared buffer
18806              layer for encode(xxxx)).
18807      Branch: perlio
18808            ! perlio.c
18809 ____________________________________________________________________________
18810 [  8081] By: jhi                                   on 2000/12/11  18:29:13
18811         Log: Subject: Re: The long awaited feature ...
18812              From: Simon Cozens <simon@cozens.net>
18813              Date: Mon, 11 Dec 2000 15:54:24 +0000
18814              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
18815              
18816              More io/utf8 tests.
18817      Branch: perl
18818            ! t/io/utf8.t
18819 ____________________________________________________________________________
18820 [  8080] By: jhi                                   on 2000/12/11  18:19:36
18821         Log: Subject: PATCH MakeMaker manpage clarification
18822              From: andreas.koenig@anima.de (Andreas J. Koenig)
18823              Date: 10 Dec 2000 20:46:13 +0100
18824              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
18825      Branch: perl
18826            ! lib/ExtUtils/MakeMaker.pm
18827 ____________________________________________________________________________
18828 [  8079] By: jhi                                   on 2000/12/11  15:35:07
18829         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
18830              From: Simon Cozens <simon@cozens.net>
18831              Date: Sun, 10 Dec 2000 19:06:19 +0000
18832              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
18833      Branch: perl
18834            ! ext/B/B/Deparse.pm t/lib/b.t
18835 ____________________________________________________________________________
18836 [  8078] By: jhi                                   on 2000/12/11  15:09:11
18837         Log: Subject: [PATCH] docs on NaN
18838              From: Nicholas Clark <nick@ccl4.org>
18839              Date: Mon, 11 Dec 2000 01:48:38 +0000
18840              Message-ID: <20001211014838.B99205@plum.flirble.org>
18841      Branch: perl
18842            ! pod/perlop.pod
18843 ____________________________________________________________________________
18844 [  8077] By: jhi                                   on 2000/12/11  15:02:21
18845         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
18846              From: Simon Cozens <simon@cozens.net>
18847              Date: Mon, 11 Dec 2000 01:21:45 +0000
18848              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
18849      Branch: perl
18850            ! pp.c pp_hot.c scope.c t/op/local.t
18851 ____________________________________________________________________________
18852 [  8076] By: nick                                  on 2000/12/10  20:43:32
18853         Log: Not merge worthy...
18854              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
18855              syntax is modelled on attributes.
18856              Untested fix for io/utf8 on Win32 etc.
18857              Very clumsy start to the encode layer.
18858      Branch: perlio
18859            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
18860 ____________________________________________________________________________
18861 [  8075] By: jhi                                   on 2000/12/10  18:39:33
18862         Log: Darwin is not Windows.
18863      Branch: perl
18864            ! lib/CGI.pm
18865 ____________________________________________________________________________
18866 [  8074] By: jhi                                   on 2000/12/10  18:31:27
18867         Log: Subject: Ambiguous -%c() resolved as a file test
18868              From: "Paul Marquess" <Paul.Marquess@openwave.com>
18869              Date: Sun, 10 Dec 2000 15:35:07 -0000
18870              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
18871      Branch: perl
18872            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
18873 ____________________________________________________________________________
18874 [  8073] By: jhi                                   on 2000/12/10  18:16:29
18875         Log: Subject: PATCH installperl misinformed 
18876              From: andreas.koenig@anima.de (Andreas J. Koenig)
18877              Date: 10 Dec 2000 13:01:32 +0100 
18878              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
18879      Branch: perl
18880            ! installperl
18881 ____________________________________________________________________________
18882 [  8072] By: jhi                                   on 2000/12/10  18:07:55
18883         Log: The walkoptree confusion rages; walkoptree() seems to be coming
18884              from B.xs, while walkoptree_slow() comes from B.pm.
18885      Branch: perl
18886            ! ext/B/B.pm
18887 ____________________________________________________________________________
18888 [  8071] By: nick                                  on 2000/12/10  11:45:47
18889         Log: Integrate mainline
18890      Branch: perlio
18891           +> t/base/commonsense.t
18892           !> (integrate 37 files)
18893 ____________________________________________________________________________
18894 [  8070] By: jhi                                   on 2000/12/10  04:46:21
18895         Log: Update Changes.
18896      Branch: perl
18897            ! Changes patchlevel.h
18898 ____________________________________________________________________________
18899 [  8069] By: jhi                                   on 2000/12/10  04:39:19
18900         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
18901              From: andreas.koenig@anima.de (Andreas J. Koenig)
18902              Date: 09 Dec 2000 17:14:25 +0100
18903              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
18904      Branch: perl
18905            + t/base/commonsense.t
18906            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
18907 ____________________________________________________________________________
18908 [  8068] By: jhi                                   on 2000/12/10  04:17:36
18909         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
18910              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
18911              Date: Sat, 9 Dec 2000 16:47:22 -0000
18912              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
18913      Branch: perl
18914            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
18915            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
18916            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
18917            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
18918            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
18919            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
18920            ! t/lib/sdbm.t
18921 ____________________________________________________________________________
18922 [  8067] By: jhi                                   on 2000/12/10  03:52:02
18923         Log: Test case for #8066.
18924      Branch: perl
18925            ! t/op/misc.t
18926 ____________________________________________________________________________
18927 [  8066] By: jhi                                   on 2000/12/10  03:50:30
18928         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
18929              From: Simon Cozens <simon@cozens.net>
18930              Date: Sun, 10 Dec 2000 00:55:37 +0000
18931              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
18932      Branch: perl
18933            ! pp_sys.c
18934 ____________________________________________________________________________
18935 [  8065] By: jhi                                   on 2000/12/10  03:44:52
18936         Log: Test case for #8064.
18937      Branch: perl
18938            ! t/comp/proto.t
18939 ____________________________________________________________________________
18940 [  8064] By: jhi                                   on 2000/12/10  03:42:32
18941         Log: Subject: Re: prototype of substr
18942              From: Simon Cozens <simon@cozens.net>
18943              Date: Sun, 10 Dec 2000 00:13:33 +0000
18944              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
18945              
18946              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
18947      Branch: perl
18948            ! pp.c
18949 ____________________________________________________________________________
18950 [  8063] By: jhi                                   on 2000/12/10  03:39:42
18951         Log: Subject: [PATCH] perlguts.pod
18952              From: Simon Cozens <simon@cozens.net>
18953              Date: Sun, 10 Dec 2000 00:06:47 +0000
18954              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
18955              
18956              Documentation of the different types of ops,
18957              plus the functions in dump.c
18958      Branch: perl
18959            ! pod/perlguts.pod
18960 ____________________________________________________________________________
18961 [  8062] By: jhi                                   on 2000/12/10  03:30:04
18962         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
18963              From: Nicholas Clark <nick@talking.bollo.cx>
18964              Date: Sat, 09 Dec 2000 18:57:25 +0000
18965              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
18966              
18967              Be more robust in weird hostname setups.
18968      Branch: perl
18969            ! t/lib/net-hostent.t
18970 ____________________________________________________________________________
18971 [  8061] By: jhi                                   on 2000/12/10  03:28:21
18972         Log: Pacify fussy compiler. 
18973      Branch: perl
18974            ! pp_sys.c
18975 ____________________________________________________________________________
18976 [  8060] By: jhi                                   on 2000/12/10  02:52:46
18977         Log: Integrate perlio.
18978      Branch: perl
18979           !> pp_sys.c t/io/utf8.t
18980 ____________________________________________________________________________
18981 [  8059] By: nick                                  on 2000/12/09  23:40:14
18982         Log: read/sysread/recv should now be utf8 aware.
18983              Basic test for utf8 read.
18984      Branch: perlio
18985            ! pp_sys.c t/io/utf8.t
18986 ____________________________________________________________________________
18987 [  8058] By: jhi                                   on 2000/12/09  21:56:02
18988         Log: Integrate perlio.
18989      Branch: perl
18990           +> t/io/utf8.t
18991           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
18992 ____________________________________________________________________________
18993 [  8057] By: jhi                                   on 2000/12/09  21:53:35
18994         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
18995              From: Inaba Hiroto <inaba@st.rim.or.jp>
18996              Date: Sun, 10 Dec 2000 05:53:21 +0900
18997              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
18998              
18999              Tests for #8056.
19000      Branch: perl
19001            ! t/op/each.t
19002 ____________________________________________________________________________
19003 [  8056] By: jhi                                   on 2000/12/09  21:51:16
19004         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
19005              From: Inaba Hiroto <inaba@st.rim.or.jp>
19006              Date: Sat, 09 Dec 2000 18:02:00 +0900
19007              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
19008              
19009              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
19010      Branch: perl
19011            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
19012 ____________________________________________________________________________
19013 [  8055] By: nick                                  on 2000/12/09  20:11:48
19014         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
19015              than raw PerlIO_write() - does not seem to break any tests.
19016      Branch: perlio
19017            ! pp_sys.c
19018 ____________________________________________________________________________
19019 [  8054] By: nick                                  on 2000/12/09  19:47:30
19020         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
19021              (sysread, recv and write i.e. formats still to do...)
19022              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
19023              open($fh,">:utf8","name")
19024              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
19025              so no extra overhead is involved.
19026              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
19027              to a non-utf8 stream.
19028              Add initial io/utf8.t
19029              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
19030              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
19031              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
19032      Branch: perlio
19033            + t/io/utf8.t
19034            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
19035 ____________________________________________________________________________
19036 [  8053] By: nick                                  on 2000/12/09  19:26:37
19037         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
19038              was only testing this_utf8.
19039      Branch: perlio
19040            ! toke.c
19041 ____________________________________________________________________________
19042 [  8052] By: nick                                  on 2000/12/09  19:09:41
19043         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
19044              i.e. the output string has one, but don't mess with source assumption.
19045      Branch: perlio
19046            ! toke.c
19047 ____________________________________________________________________________
19048 [  8051] By: jhi                                   on 2000/12/09  16:55:17
19049         Log: Integrate perlio.
19050      Branch: perl
19051           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
19052           !> sv.c thrdvar.h util.c
19053 ____________________________________________________________________________
19054 [  8050] By: jhi                                   on 2000/12/09  16:48:07
19055         Log: Nits noticed by Peter Prymmer.
19056      Branch: perl
19057            ! lib/ExtUtils/MM_VMS.pm
19058 ____________________________________________________________________________
19059 [  8049] By: nick                                  on 2000/12/09  13:49:40
19060         Log: UTF8 output prework.
19061              - Store $\ and $, as SVs so they can have SvUTF8 flag
19062              - use do_print() rather than raw PerlIO_write() to print them.
19063      Branch: perlio
19064            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
19065            ! thrdvar.h util.c
19066 ____________________________________________________________________________
19067 [  8048] By: nick                                  on 2000/12/09  12:30:43
19068         Log: Integrate mainline.
19069      Branch: perlio
19070           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
19071           +> t/op/reverse.t
19072           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
19073           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
19074           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
19075           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
19076           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
19077           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
19078 ____________________________________________________________________________
19079 [  8047] By: jhi                                   on 2000/12/09  00:23:27
19080         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
19081              From: Michael G Schwern <schwern@pobox.com>
19082              Date: Fri, 8 Dec 2000 14:43:04 -0600
19083      Branch: perl
19084            ! lib/ExtUtils/MM_VMS.pm
19085 ____________________________________________________________________________
19086 [  8046] By: jhi                                   on 2000/12/08  23:10:27
19087         Log: A missed check-in.
19088      Branch: perl
19089            ! lib/ExtUtils/Manifest.pm
19090 ____________________________________________________________________________
19091 [  8045] By: jhi                                   on 2000/12/08  21:57:12
19092         Log: (null check-in)
19093      Branch: perl
19094            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
19095 ____________________________________________________________________________
19096 [  8044] By: jhi                                   on 2000/12/08  21:11:06
19097         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
19098              at the final draft stage.
19099      Branch: perl
19100            + ext/Encode/Encode/iso8859-16.enc
19101            ! MANIFEST
19102 ____________________________________________________________________________
19103 [  8043] By: jhi                                   on 2000/12/08  16:39:04
19104         Log: Update Changes.
19105      Branch: perl
19106            ! Changes patchlevel.h
19107 ____________________________________________________________________________
19108 [  8042] By: jhi                                   on 2000/12/08  16:33:39
19109         Log: Do not return the Unicode replacement character if UTF-8
19110              decoding goes awry, it should be up to the caller to decide.
19111      Branch: perl
19112            ! pod/perlapi.pod utf8.c
19113 ____________________________________________________________________________
19114 [  8041] By: jhi                                   on 2000/12/08  16:22:28
19115         Log: metaconfig maintenance.
19116      Branch: metaconfig
19117            ! U/modified/stdchar.U
19118      Branch: metaconfig/U/perl
19119            + testsyml.U
19120 ____________________________________________________________________________
19121 [  8040] By: jhi                                   on 2000/12/08  16:03:08
19122         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
19123              From: sthoenna@efn.org
19124              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
19125              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
19126      Branch: perl
19127            ! Changes lib/ExtUtils/MM_OS2.pm
19128 ____________________________________________________________________________
19129 [  8039] By: jhi                                   on 2000/12/08  15:57:11
19130         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
19131              From: Simon Cozens <simon@cozens.net>
19132              Date: Fri, 8 Dec 2000 13:33:31 +0000
19133              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
19134              
19135              (The pp_hot part needed a rewrite.)
19136      Branch: perl
19137            ! doop.c pp_hot.c utf8.c
19138 ____________________________________________________________________________
19139 [  8038] By: jhi                                   on 2000/12/08  15:25:08
19140         Log: Subject: djSP
19141              From: Michael Stevens <michael@etla.org>
19142              Date: Wed, 6 Dec 2000 23:24:01 +0000
19143              Message-ID: <20001206232400.A21381@firedrake.org>
19144              
19145              Plus a note from Nick Ing-Simmons.
19146      Branch: perl
19147            ! pp.h
19148 ____________________________________________________________________________
19149 [  8037] By: jhi                                   on 2000/12/08  15:18:35
19150         Log: Filetype is text.
19151      Branch: perl
19152            ! t/op/utf8decode.t
19153 ____________________________________________________________________________
19154 [  8036] By: jhi                                   on 2000/12/08  03:31:27
19155         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
19156              From: Andy Dougherty <doughera@lafayette.edu>
19157              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
19158              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
19159              
19160              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
19161              From: Andy Dougherty <doughera@lafayette.edu>
19162              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
19163              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
19164      Branch: perl
19165            + ext/POSIX/hints/svr4.pl
19166            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
19167 ____________________________________________________________________________
19168 [  8035] By: jhi                                   on 2000/12/08  03:26:01
19169         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
19170              From: Andy Dougherty <doughera@lafayette.edu>
19171              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
19172              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
19173      Branch: perl
19174            ! t/README t/base/term.t
19175 ____________________________________________________________________________
19176 [  8034] By: jhi                                   on 2000/12/08  03:21:59
19177         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
19178              From: mjd@plover.com  
19179              Date: 7 Dec 2000 21:04:20 -0000
19180              Message-ID: <20001207210420.22282.qmail@plover.com>
19181              
19182              Plus -z doc.
19183      Branch: perl
19184            ! pod/perlfunc.pod
19185 ____________________________________________________________________________
19186 [  8033] By: jhi                                   on 2000/12/08  03:19:03
19187         Log: Use the UTF8 macros a bit.  They can't be used with abandon
19188              everywhere because we do generate illegal UTF-8 in some situations.
19189              This is of course naughty.
19190      Branch: perl
19191            ! pod/perlapi.pod utf8.c utf8.h
19192 ____________________________________________________________________________
19193 [  8032] By: jhi                                   on 2000/12/08  03:00:09
19194         Log: Out of sync?
19195      Branch: perl
19196            ! t/pragma/warn/utf8
19197 ____________________________________________________________________________
19198 [  8031] By: jhi                                   on 2000/12/08  02:22:39
19199         Log: Cnt spl.
19200      Branch: perl
19201            ! MANIFEST
19202 ____________________________________________________________________________
19203 [  8030] By: jhi                                   on 2000/12/08  01:23:54
19204         Log: Add test for reverse().
19205      Branch: perl
19206            + t/op/reverse.t
19207            ! MANIFEST
19208 ____________________________________________________________________________
19209 [  8029] By: jhi                                   on 2000/12/08  01:21:47
19210         Log: Integrate perlio.
19211      Branch: perl
19212           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
19213           !> perlio.c perlio.h perlsdio.h warnings.pl
19214 ____________________________________________________________________________
19215 [  8028] By: jhi                                   on 2000/12/08  01:19:08
19216         Log: Introduce macros for UTF8 decoding.
19217      Branch: perl
19218            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
19219 ____________________________________________________________________________
19220 [  8027] By: nick                                  on 2000/12/07  22:18:19
19221         Log: Integrate mainline
19222      Branch: perlio
19223           !> embed.pl pod/perlapi.pod utf8.c
19224 ____________________________________________________________________________
19225 [  8026] By: nick                                  on 2000/12/07  21:45:08
19226         Log: Various oddities p4 diff -se showed up
19227              Remove 'our' from warnings.pl
19228      Branch: perlio
19229            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
19230 ____________________________________________________________________________
19231 [  8025] By: nick                                  on 2000/12/07  21:43:32
19232         Log: Change PerlIO_(get|set)pos to take SV *
19233              Should fix, OS/2, VMS, (sfio??)
19234      Branch: perlio
19235            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
19236 ____________________________________________________________________________
19237 [  8024] By: jhi                                   on 2000/12/07  19:05:32
19238         Log: Document utf8_to_uv() better.
19239      Branch: perl
19240            ! pod/perlapi.pod utf8.c
19241 ____________________________________________________________________________
19242 [  8023] By: jhi                                   on 2000/12/07  18:23:47
19243         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
19244      Branch: perl
19245            ! embed.pl pod/perlapi.pod utf8.c
19246 ____________________________________________________________________________
19247 [  8022] By: jhi                                   on 2000/12/07  04:13:51
19248         Log: Integrate perlio.
19249      Branch: perl
19250           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
19251           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
19252           !> win32/makefile.mk
19253 ____________________________________________________________________________
19254 [  8021] By: nick                                  on 2000/12/07  00:28:14
19255         Log: Various attempts at MSVC debug - not sure what has
19256              changed but works now. 
19257              Seems atexit() _may_ work for DLLs built with MSVC so don't
19258              call cleanup that way.
19259      Branch: perlio
19260            ! perlio.c win32/makefile.mk
19261 ____________________________________________________________________________
19262 [  8020] By: nick                                  on 2000/12/06  19:57:20
19263         Log: Integrate mainline
19264      Branch: perlio
19265           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
19266           !> (integrate 75 files)
19267 ____________________________________________________________________________
19268 [  8019] By: nick                                  on 2000/12/06  19:28:21
19269         Log: Add useperlio to config.vc
19270              Turn off binmode in config_H.PL
19271              Regen all the config_H.xx
19272              Attempt to get debugging build with MSVC.
19273      Branch: perlio
19274            ! win32/config.vc win32/config_H.bc win32/config_H.gc
19275            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
19276 ____________________________________________________________________________
19277 [  8018] By: nick                                  on 2000/12/06  19:21:57
19278         Log: Test various dup/external program options on all platforms.
19279      Branch: perlio
19280            ! t/io/dup.t
19281 ____________________________________________________________________________
19282 [  8017] By: nick                                  on 2000/12/06  19:20:47
19283         Log: Fix harness to be less picky
19284      Branch: perlio
19285            ! lib/Test/Harness.pm
19286 ____________________________________________________________________________
19287 [  8016] By: jhi                                   on 2000/12/06  16:45:12
19288         Log: Update Changes.
19289      Branch: perl
19290            ! Changes patchlevel.h
19291 ____________________________________________________________________________
19292 [  8015] By: jhi                                   on 2000/12/06  16:41:03
19293         Log: Test \x{...} with ord().
19294      Branch: perl
19295            ! t/op/ord.t
19296 ____________________________________________________________________________
19297 [  8014] By: jhi                                   on 2000/12/06  16:20:33
19298         Log: Test tweak because of #8013.
19299      Branch: perl
19300            ! t/lib/b.t
19301 ____________________________________________________________________________
19302 [  8013] By: jhi                                   on 2000/12/06  16:09:09
19303         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
19304              From: Michael G Schwern <schwern@pobox.com>
19305              Date: Tue, 5 Dec 2000 21:23:28 -0500
19306              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
19307              
19308              Carp::Heavy parts not very applicable because of recent changes.
19309      Branch: perl
19310            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
19311            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
19312            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
19313            ! lib/Exporter.pm lib/Exporter/Heavy.pm
19314            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
19315            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
19316            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
19317            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
19318            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
19319            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
19320            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
19321            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
19322            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
19323            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
19324            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
19325            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
19326            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
19327            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
19328            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
19329            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
19330            ! warnings.pl
19331 ____________________________________________________________________________
19332 [  8012] By: jhi                                   on 2000/12/06  15:22:38
19333         Log: Subject: [PATCH] Re: New harness is failing things
19334              From: Nick Ing-Simmons <nik@tiuk.ti.com>
19335              Date: Wed, 6 Dec 2000 13:00:30 GMT
19336              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
19337      Branch: perl
19338            ! lib/Test/Harness.pm
19339 ____________________________________________________________________________
19340 [  8011] By: jhi                                   on 2000/12/06  15:12:08
19341         Log: Subject: installhtml changes
19342              From: Michael Stevens <michael@etla.org>
19343              Date: Wed, 6 Dec 2000 13:15:53 +0000
19344              Message-ID: <20001206131553.A27317@firedrake.org>
19345      Branch: perl
19346            ! installhtml
19347 ____________________________________________________________________________
19348 [  8010] By: jhi                                   on 2000/12/06  15:06:05
19349         Log: Subject: the dTHR hits
19350              From: Michael Stevens <michael@etla.org>
19351              Date: Wed, 6 Dec 2000 12:06:03 +0000
19352              Message-ID: <20001206120603.A24581@firedrake.org>
19353              
19354              More, errrm, less dTHRs.
19355      Branch: perl
19356            ! bytecode.pl ext/B/B/C.pm
19357 ____________________________________________________________________________
19358 [  8009] By: jhi                                   on 2000/12/06  15:04:25
19359         Log: Subject: MakeMaker mailing list gone?
19360              From: Michael G Schwern <schwern@pobox.com>
19361              Date: Tue, 5 Dec 2000 19:29:59 -0500
19362              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
19363              
19364              The MakeMaker mailing list is dead, perlbug is the right
19365              address to report bugs.
19366      Branch: perl
19367            ! lib/ExtUtils/MakeMaker.pm
19368 ____________________________________________________________________________
19369 [  8008] By: jhi                                   on 2000/12/06  15:00:32
19370         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
19371              From: Michael G Schwern <schwern@pobox.com>
19372              Date: Tue, 5 Dec 2000 19:21:21 -0500
19373              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
19374              
19375              Add a default MANIFEST skip that ignores things like
19376              version control files, editor temporary files, and the Makefile.
19377      Branch: perl
19378            + lib/ExtUtils/MANIFEST.SKIP
19379            ! MANIFEST lib/ExtUtils/Manifest.pm
19380 ____________________________________________________________________________
19381 [  8007] By: jhi                                   on 2000/12/06  14:57:20
19382         Log: In Amiga more manual hackery of the scripts seems to be needed,
19383              from Jan-Erik Karlsson.  Why Configure does not get this right
19384              is unknown, may be shell-induced.
19385      Branch: perl
19386            ! README.amiga
19387 ____________________________________________________________________________
19388 [  8006] By: jhi                                   on 2000/12/05  23:53:12
19389         Log: Add TOPm1s to peek at the second topmost stack item.
19390      Branch: perl
19391            ! pp.h
19392 ____________________________________________________________________________
19393 [  8005] By: jhi                                   on 2000/12/05  23:13:55
19394         Log: Avaunt, you foul UTF-8 tests.
19395      Branch: perl
19396            ! t/op/ver.t t/pragma/utf8.t
19397 ____________________________________________________________________________
19398 [  8004] By: jhi                                   on 2000/12/05  23:09:54
19399         Log: Continue utf8 dispersal. 
19400      Branch: perl
19401            + t/op/concat.t
19402            ! MANIFEST t/pragma/utf8.t
19403 ____________________________________________________________________________
19404 [  8003] By: nick                                  on 2000/12/05  23:02:39
19405         Log: Integrate mainline.
19406      Branch: perlio
19407           +> t/op/length.t t/op/utf8decode.t
19408           !> (integrate 69 files)
19409 ____________________________________________________________________________
19410 [  8002] By: jhi                                   on 2000/12/05  22:59:28
19411         Log: Integrate perlio.
19412      Branch: perl
19413           !> iperlsys.h perl.c perlio.c win32/perllib.c
19414 ____________________________________________________________________________
19415 [  8001] By: nick                                  on 2000/12/05  22:07:52
19416         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
19417              - calloc/free suffer from damage on TerminateThread()
19418              - use PerlMemShared (as originally planned) now fixed
19419              - avoid doing anything important on DLL "detach".
19420      Branch: perlio
19421            ! perl.c perlio.c win32/perllib.c
19422 ____________________________________________________________________________
19423 [  8000] By: nick                                  on 2000/12/05  21:05:09
19424         Log: Fix gross PerlMemShared issue.
19425      Branch: perlio
19426            ! iperlsys.h
19427 ____________________________________________________________________________
19428 [  7999] By: jhi                                   on 2000/12/05  20:46:58
19429         Log: Test for Unicode (UTF-8) hash keys.
19430      Branch: perl
19431            ! t/op/each.t
19432 ____________________________________________________________________________
19433 [  7998] By: jhi                                   on 2000/12/05  20:30:35
19434         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
19435              is now always UTF-8), empty line cosmetics.
19436      Branch: perl
19437            ! t/pragma/utf8.t
19438 ____________________________________________________________________________
19439 [  7997] By: jhi                                   on 2000/12/05  20:15:40
19440         Log: Subject: Re: STRLEN - what?
19441              From: Andy Dougherty <doughera@lafayette.edu>
19442              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
19443              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
19444              
19445              Explain STRLEN.
19446      Branch: perl
19447            ! pod/perlguts.pod
19448 ____________________________________________________________________________
19449 [  7996] By: jhi                                   on 2000/12/05  20:13:34
19450         Log: Split off the UTF-8 decoder tests, make them to check also
19451              the error message.
19452      Branch: perl
19453            + t/op/utf8decode.t
19454            ! MANIFEST t/pragma/utf8.t utf8.c
19455 ____________________________________________________________________________
19456 [  7995] By: jhi                                   on 2000/12/05  16:39:47
19457         Log: Start migrating bits of pragma/utf8 to elsewhere
19458              (since the long term plan is to obsolete 'use utf8').
19459      Branch: perl
19460            + t/op/length.t
19461            ! MANIFEST t/pragma/utf8.t
19462 ____________________________________________________________________________
19463 [  7994] By: jhi                                   on 2000/12/05  16:30:21
19464         Log: Fix a manual edit typo from #7993, fix the message formatting
19465              for Unicode, add few our declarations.
19466      Branch: perl
19467            ! lib/Carp/Heavy.pm
19468 ____________________________________________________________________________
19469 [  7993] By: jhi                                   on 2000/12/05  16:09:15
19470         Log: Subject: Need help with warnings :-(
19471              From: "Ben Tilly" <ben_tilly@hotmail.com>
19472              Date: Tue, 05 Dec 2000 01:35:54 -0500
19473              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
19474              
19475              Subject: UPDATE: Carp/Heavy now passes all tests
19476              From: "Ben Tilly" <ben_tilly@hotmail.com>
19477              Date: Tue, 05 Dec 2000 07:59:41 -0500
19478              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
19479              
19480              The Brave New Carp.
19481      Branch: perl
19482            ! lib/Carp.pm lib/Carp/Heavy.pm
19483 ____________________________________________________________________________
19484 [  7992] By: jhi                                   on 2000/12/05  15:55:08
19485         Log: Subject: [PATCH perl@7979] cygwin port
19486              From: "Eric Fifer" <efifer@dircon.co.uk>
19487              Date: Tue, 5 Dec 2000 14:04:09 -0000
19488              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
19489      Branch: perl
19490            ! t/lib/net-hostent.t
19491 ____________________________________________________________________________
19492 [  7991] By: jhi                                   on 2000/12/05  15:52:34
19493         Log: Subject: Re: [PATCH] The largest hoax of all times?
19494              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19495              Date: Tue, 5 Dec 2000 00:40:25 -0500
19496              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
19497              
19498              Subject: Re: [PATCH] The largest hoax of all times?
19499              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19500              Date: Mon, 4 Dec 2000 23:55:53 -0500
19501              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
19502              
19503              Subject: Re: [PATCH] The largest hoax of all times?
19504              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19505              Date: Tue, 5 Dec 2000 01:28:45 -0500
19506              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
19507              
19508              Fix the unpredictable order of DESTROYs.
19509      Branch: perl
19510            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
19511            ! sv.c sv.h t/op/ref.t
19512 ____________________________________________________________________________
19513 [  7990] By: jhi                                   on 2000/12/05  14:38:53
19514         Log: Subject: [PATCH] shrink pp_hot fractionally
19515              From: Nicholas Clark <nick@ccl4.org>
19516              Date: Tue, 5 Dec 2000 12:44:31 +0000
19517              Message-ID: <20001205124431.E74518@plum.flirble.org>
19518              
19519              Use report_evil_fh().
19520      Branch: perl
19521            ! opcode.pl opnames.h pp_hot.c util.c
19522 ____________________________________________________________________________
19523 [  7989] By: jhi                                   on 2000/12/05  14:21:27
19524         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
19525              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
19526              Date: Mon, 04 Dec 2000 22:21:59 -0800
19527              Message-ID: <HmIL6gzkgepS092yn@efn.org>
19528              
19529              Harness shouldn't ignore responses like "ok 3\r\r\n".
19530      Branch: perl
19531            ! lib/Test/Harness.pm
19532 ____________________________________________________________________________
19533 [  7988] By: jhi                                   on 2000/12/05  13:51:28
19534         Log: Integrate the "skip" messages to explain().
19535      Branch: perl
19536            ! t/lib/syslfs.t t/op/lfs.t
19537 ____________________________________________________________________________
19538 [  7987] By: jhi                                   on 2000/12/05  12:34:54
19539         Log: The one that got away in #7984.
19540              
19541              Subject: Re: dTHR - what and why?
19542              From: Michael Stevens <michael@etla.org> 
19543              Date: Tue, 5 Dec 2000 11:15:52 +0000
19544              Message-ID: <20001205111552.A4647@firedrake.org>
19545      Branch: perl
19546            ! sv.h
19547 ____________________________________________________________________________
19548 [  7986] By: gsar                                  on 2000/12/05  09:14:44
19549         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
19550              due to the notorious GetFileType() bug in Windows 9x, which fstat()
19551              tickles)
19552      Branch: perl
19553            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
19554 ____________________________________________________________________________
19555 [  7985] By: jhi                                   on 2000/12/05  05:49:03
19556         Log: Integrate perlio.
19557      Branch: perl
19558           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
19559           !> win32/perlhost.h win32/perllib.c
19560 ____________________________________________________________________________
19561 [  7984] By: jhi                                   on 2000/12/05  05:48:16
19562         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
19563      Branch: perl
19564            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
19565            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
19566            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
19567            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
19568            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
19569            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
19570            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
19571            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
19572            ! win32/win32.c
19573 ____________________________________________________________________________
19574 [  7983] By: nick                                  on 2000/12/04  23:27:43
19575         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
19576      Branch: perlio
19577            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
19578            ! win32/perlhost.h win32/perllib.c
19579 ____________________________________________________________________________
19580 [  7982] By: jhi                                   on 2000/12/04  19:44:09
19581         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
19582              uncovered by #7980.
19583      Branch: perl
19584            ! op.c
19585 ____________________________________________________________________________
19586 [  7981] By: jhi                                   on 2000/12/04  19:42:07
19587         Log: Subject: [PATCH] Trivial dump.c feature
19588              From: Simon Cozens <simon@cozens.net>
19589              Date: Mon, 4 Dec 2000 18:08:38 +0000
19590              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
19591              
19592              Show whether a constant is UTF-8.
19593      Branch: perl
19594            ! dump.c
19595 ____________________________________________________________________________
19596 [  7980] By: jhi                                   on 2000/12/04  19:36:51
19597         Log: UTF-8 hash keys, patch from Inaba Hiroto.
19598      Branch: perl
19599            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
19600 ____________________________________________________________________________
19601 [  7979] By: jhi                                   on 2000/12/04  17:36:28
19602         Log: Update Changes.
19603      Branch: perl
19604            ! Changes patchlevel.h
19605 ____________________________________________________________________________
19606 [  7978] By: jhi                                   on 2000/12/04  16:42:17
19607         Log: Retract #7977, still too volatile (the euphemism of the day
19608              for unfinished and buggy :-)
19609      Branch: perl
19610            ! doop.c hv.c pp.c sv.h
19611 ____________________________________________________________________________
19612 [  7977] By: jhi                                   on 2000/12/04  16:25:15
19613         Log: (Retracted by #7978, too shaky yet.)
19614              
19615              Subject: Re: utf8 in hash keys, implementor missing
19616              From: Simon Cozens <simon@cozens.net>
19617              Date: Sat, 2 Dec 2000 19:49:35 +0000
19618              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
19619              
19620              The first step at UTF-8 hash keys.
19621      Branch: perl
19622            ! doop.c hv.c pp.c sv.h
19623 ____________________________________________________________________________
19624 [  7976] By: jhi                                   on 2000/12/04  16:13:53
19625         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
19626              From: sthoenna@efn.org
19627              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
19628              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
19629      Branch: perl
19630            ! os2/os2.c perlio.c
19631 ____________________________________________________________________________
19632 [  7975] By: jhi                                   on 2000/12/04  16:05:25
19633         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
19634              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
19635              Date: Thu, 30 Nov 2000 20:50:37 -0800
19636              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
19637      Branch: perl
19638            ! os2/os2.c
19639 ____________________________________________________________________________
19640 [  7974] By: jhi                                   on 2000/12/04  16:03:57
19641         Log: Subject: [PATCH] ++ 20% faster
19642              From: Nicholas Clark <nick@ccl4.org>
19643              Date: Mon, 4 Dec 2000 12:17:27 +0000
19644              Message-ID: <20001204121726.B52976@plum.flirble.org>
19645              
19646              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
19647      Branch: perl
19648            ! sv.c
19649 ____________________________________________________________________________
19650 [  7973] By: jhi                                   on 2000/12/04  16:00:48
19651         Log: 
19652              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
19653              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19654              Date: Mon, 04 Dec 2000 12:30:45 +0100
19655              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
19656              
19657              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
19658              library (getprotobyname and getprotobynumber are outversioned by
19659              the same calls in libc, at least for xlc version 3.
19660      Branch: perl
19661            ! hints/aix.sh
19662 ____________________________________________________________________________
19663 [  7972] By: jhi                                   on 2000/12/04  02:58:31
19664         Log: Integrate perlio.
19665      Branch: perl
19666           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
19667           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
19668           !> win32/win32.h win32/win32iop.h win32/win32thread.h
19669 ____________________________________________________________________________
19670 [  7971] By: nick                                  on 2000/12/04  00:24:33
19671         Log: Quieten some noise in Win32 builds:
19672              - win32.h is included after <sys/socket.h>, so need to 
19673              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
19674              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
19675      Branch: perlio
19676            ! doio.c perl.h toke.c win32/win32.h
19677 ____________________________________________________________________________
19678 [  7970] By: nick                                  on 2000/12/03  22:57:46
19679         Log: PERL_IMPLICIT_SYS compiles but does not work.
19680      Branch: perlio
19681            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
19682            ! win32/perlhost.h win32/perllib.c win32/win32.h
19683            ! win32/win32iop.h win32/win32thread.h
19684 ____________________________________________________________________________
19685 [  7969] By: jhi                                   on 2000/12/03  22:12:58
19686         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
19687              used to swash_init(), makes regprop() dumps more informative
19688              (+utf8::IsAlpha, -utf8::IsDigit, for example).
19689      Branch: perl
19690            ! regcomp.c regexec.c
19691 ____________________________________________________________________________
19692 [  7968] By: jhi                                   on 2000/12/03  21:39:56
19693         Log: Implement ANYOFUTF8 regprop() dumping.
19694      Branch: perl
19695            ! regcomp.c
19696 ____________________________________________________________________________
19697 [  7967] By: jhi                                   on 2000/12/03  20:57:19
19698         Log: Make uv_to_utf8() to zero-terminate its output buffer,
19699              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
19700      Branch: perl
19701            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
19702 ____________________________________________________________________________
19703 [  7966] By: nick                                  on 2000/12/03  18:41:21
19704         Log: Integrate mainline (STDCHAR)
19705      Branch: perlio
19706           !> Configure t/pragma/utf8.t
19707 ____________________________________________________________________________
19708 [  7965] By: jhi                                   on 2000/12/03  17:58:20
19709         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
19710      Branch: perl
19711            ! t/pragma/utf8.t
19712 ____________________________________________________________________________
19713 [  7964] By: jhi                                   on 2000/12/03  17:35:56
19714         Log: Integrate perlio.
19715      Branch: perl
19716           !> iperlsys.h perlio.c
19717 ____________________________________________________________________________
19718 [  7963] By: jhi                                   on 2000/12/03  17:33:55
19719         Log: Metaconfig unit change for #7962.
19720      Branch: metaconfig
19721            ! U/modified/stdchar.U
19722 ____________________________________________________________________________
19723 [  7962] By: jhi                                   on 2000/12/03  17:33:27
19724         Log: Untangle the <stdio.h> #include nest for the stdchar test,
19725              from Andy Dougherty.
19726      Branch: perl
19727            ! Configure
19728 ____________________________________________________________________________
19729 [  7961] By: nick                                  on 2000/12/03  16:53:00
19730         Log: Make iperlsys.h vector stdio not PerlIO.
19731      Branch: perlio
19732            ! iperlsys.h perlio.c
19733 ____________________________________________________________________________
19734 [  7960] By: nick                                  on 2000/12/03  14:43:01
19735         Log: Integrate mainline
19736      Branch: perlio
19737           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
19738           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
19739 ____________________________________________________________________________
19740 [  7959] By: jhi                                   on 2000/12/03  08:16:36
19741         Log: Use DO_UTF8().
19742      Branch: perl
19743            ! op.c
19744 ____________________________________________________________________________
19745 [  7958] By: jhi                                   on 2000/12/02  18:33:05
19746         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
19747              From: Mike Guy <mjtg@cam.ac.uk>         
19748              Date: Sat, 02 Dec 2000 17:27:13 +0000
19749              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
19750              
19751              An extraneous argument.
19752      Branch: perl
19753            ! toke.c
19754 ____________________________________________________________________________
19755 [  7957] By: jhi                                   on 2000/12/02  18:22:32
19756         Log: A missing hunk.
19757      Branch: perl
19758            ! t/lib/net-hostent.t
19759 ____________________________________________________________________________
19760 [  7956] By: jhi                                   on 2000/12/02  18:06:20
19761         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
19762              From: Nicholas Clark <nick@ccl4.org>
19763              Date: Sat, 2 Dec 2000 14:28:27 +0000
19764              Message-ID: <20001202142827.A12308@plum.flirble.org>
19765              
19766              Test robustness.
19767      Branch: perl
19768            ! t/lib/net-hostent.t
19769 ____________________________________________________________________________
19770 [  7955] By: jhi                                   on 2000/12/02  17:58:06
19771         Log: Metaconfig unit change for #7954.
19772      Branch: metaconfig
19773            ! U/modified/stdchar.U
19774 ____________________________________________________________________________
19775 [  7954] By: jhi                                   on 2000/12/02  17:54:32
19776         Log: An inconvenient hang would happen if the stdio _ptr wasn't
19777              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
19778              would be grepping stdin for all eternity for the _ptr.)
19779      Branch: perl
19780            ! Configure
19781 ____________________________________________________________________________
19782 [  7953] By: jhi                                   on 2000/12/02  00:07:15
19783         Log: Update Changes.
19784      Branch: perl
19785            ! Changes patchlevel.h
19786 ____________________________________________________________________________
19787 [  7952] By: jhi                                   on 2000/12/01  23:54:47
19788         Log: Subject: Re: long shell lines
19789              From: Andy Dougherty <doughera@lafayette.edu>
19790              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
19791              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
19792              
19793              Split overly long shell command lines.
19794      Branch: perl
19795            ! lib/ExtUtils/MM_Unix.pm
19796 ____________________________________________________________________________
19797 [  7951] By: jhi                                   on 2000/12/01  23:48:02
19798         Log: The metaconfig unit change for #7950.
19799      Branch: metaconfig
19800            + U/modified/stdchar.U
19801 ____________________________________________________________________________
19802 [  7950] By: jhi                                   on 2000/12/01  23:47:39
19803         Log: Try to find stdchar also from <stdio_impl.h>.
19804      Branch: perl
19805            ! Configure config_h.SH
19806 ____________________________________________________________________________
19807 [  7949] By: jhi                                   on 2000/12/01  23:46:45
19808         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
19809              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
19810              Date: Fri, 1 Dec 2000 16:26:08 -0500
19811              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
19812              
19813              Reword the diagnostic message.
19814      Branch: perl
19815            ! pod/perldiag.pod
19816 ____________________________________________________________________________
19817 [  7948] By: nick                                  on 2000/12/01  22:49:43
19818         Log: Integrate mainline (for s/y/m as sub names stuff).
19819      Branch: perlio
19820           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
19821           !> t/pragma/warn/toke toke.c
19822 ____________________________________________________________________________
19823 [  7947] By: jhi                                   on 2000/12/01  20:55:41
19824         Log: Integrate perlio.
19825      Branch: perl
19826           !> perlio.c perliol.h t/io/pipe.t
19827 ____________________________________________________________________________
19828 [  7946] By: jhi                                   on 2000/12/01  20:36:51
19829         Log: Upgrade to CPAN 1.59_51, from Andreas König.
19830      Branch: perl
19831            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
19832 ____________________________________________________________________________
19833 [  7945] By: nick                                  on 2000/12/01  20:31:32
19834         Log: Integrate mainline
19835      Branch: perlio
19836           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
19837           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
19838           +> t/lib/net-hostent.t
19839           !> (integrate 35 files)
19840 ____________________________________________________________________________
19841 [  7944] By: jhi                                   on 2000/12/01  20:23:29
19842         Log: Some help for 20001130.011.  Now one gets warnings like
19843              "Ambiguous -f() resolved as a file test ..."
19844      Branch: perl
19845            ! pod/perldiag.pod t/pragma/warn/toke toke.c
19846 ____________________________________________________________________________
19847 [  7943] By: jhi                                   on 2000/12/01  19:44:44
19848         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
19849              that also breaks using them as methods. 
19850      Branch: perl
19851            ! pod/perldiag.pod t/op/misc.t toke.c
19852 ____________________________________________________________________________
19853 [  7942] By: nick                                  on 2000/12/01  17:56:46
19854         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
19855              Make 'unix' pass most tests
19856              - do unread by temporary push of layer ("pending") holding unread chars
19857              - fast_gets is now based on per-handle flag
19858              - relax one of io/pipe.t tests to allow print to fail and close to
19859              succeed so that it passes on unbuffered "unix" layer.
19860              Remaining fail is sporadic and a genuine race condition between
19861              parent/child in fork test.
19862      Branch: perlio
19863            ! perlio.c perliol.h t/io/pipe.t
19864 ____________________________________________________________________________
19865 [  7941] By: jhi                                   on 2000/12/01  15:28:58
19866         Log: (Retracted by #7943.)
19867              
19868              Reserve the short named string operator names.
19869      Branch: perl
19870            ! pod/perldiag.pod t/op/misc.t toke.c
19871 ____________________________________________________________________________
19872 [  7940] By: jhi                                   on 2000/12/01  06:45:53
19873         Log: Get the three different space character classes right under utf8.
19874      Branch: perl
19875            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
19876            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
19877            ! regexec.c t/op/pat.t utf8.c
19878 ____________________________________________________________________________
19879 [  7939] By: jhi                                   on 2000/12/01  03:26:26
19880         Log: Two more tests that make no sense in UTF-8 since the test
19881              data is not in UTF-8.
19882      Branch: perl
19883            ! t/op/regexp.t
19884 ____________________________________________________________________________
19885 [  7938] By: jhi                                   on 2000/12/01  03:20:39
19886         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
19887              should it be required inside regexen?
19888      Branch: perl
19889            ! regcomp.c t/op/regmesg.t
19890 ____________________________________________________________________________
19891 [  7937] By: jhi                                   on 2000/12/01  02:58:53
19892         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
19893              stored and restored, and thusly was trounced by the utf8 swash
19894              routines.
19895      Branch: perl
19896            ! regcomp.c
19897 ____________________________________________________________________________
19898 [  7936] By: jhi                                   on 2000/11/30  20:41:39
19899         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
19900              Why the different platforms behave so differently (core dump vs
19901              no core dump) on this bug is a but of a mystery, but if I had to
19902              guess I would mumble something like 'alignment'.
19903      Branch: perl
19904            ! sv.c
19905 ____________________________________________________________________________
19906 [  7935] By: jhi                                   on 2000/11/30  16:17:02
19907         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
19908              From: Robin Barker <rmb1@cise.npl.co.uk>
19909              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
19910              Date: Thu, 30 Nov 2000 14:27:12 GMT
19911      Branch: perl
19912            ! perlio.c toke.c
19913 ____________________________________________________________________________
19914 [  7934] By: jhi                                   on 2000/11/30  16:04:49
19915         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
19916      Branch: perl
19917            ! t/lib/net-hostent.t
19918 ____________________________________________________________________________
19919 [  7933] By: jhi                                   on 2000/11/30  06:07:26
19920         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
19921              From: Peter Prymmer <pvhp@forte.com>
19922              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
19923              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
19924              
19925              In VMS the localhost may be LOCALHOST.
19926      Branch: perl
19927            ! t/lib/net-hostent.t
19928 ____________________________________________________________________________
19929 [  7932] By: jhi                                   on 2000/11/30  01:11:11
19930         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
19931              From: Peter Prymmer <pvhp@forte.com>
19932              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
19933              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
19934              
19935              plus regen perlapi.pod.
19936      Branch: perl
19937            ! pod/perlapi.pod utf8.c
19938 ____________________________________________________________________________
19939 [  7931] By: jhi                                   on 2000/11/30  01:06:19
19940         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
19941              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
19942              Date:     Wed, 29 Nov 2000 17:15:11 EST
19943              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
19944      Branch: perl
19945            ! t/lib/filter-util.pl t/lib/filter-util.t
19946 ____________________________________________________________________________
19947 [  7930] By: jhi                                   on 2000/11/29  18:51:55
19948         Log: Update Changes.
19949      Branch: perl
19950            ! Changes patchlevel.h
19951 ____________________________________________________________________________
19952 [  7929] By: jhi                                   on 2000/11/29  18:50:55
19953         Log: Update the va_copy() metaconfig unit.
19954      Branch: metaconfig/U/perl
19955            ! need_va_copy.U
19956 ____________________________________________________________________________
19957 [  7928] By: jhi                                   on 2000/11/29  17:50:43
19958         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
19959              From: Dominic Dunlop <domo@computer.org>
19960              Date: Tue, 28 Nov 2000 16:41:57 +0100
19961              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
19962              
19963              Patch to catch a core dump in the Configure va_copy test.
19964      Branch: perl
19965            ! Configure config_h.SH
19966 ____________________________________________________________________________
19967 [  7927] By: jhi                                   on 2000/11/29  17:31:59
19968         Log: Retract #7921, the patch shouldn't be needed.
19969      Branch: perl
19970            ! sv.c
19971 ____________________________________________________________________________
19972 [  7926] By: jhi                                   on 2000/11/29  17:01:41
19973         Log: Make the Class::Struct import() wiser.
19974      Branch: perl
19975            ! lib/Class/Struct.pm t/lib/class-struct.t
19976 ____________________________________________________________________________
19977 [  7925] By: jhi                                   on 2000/11/29  16:36:33
19978         Log: All the core library users of Class::Struct seem to be
19979              using "use Class::Struct 'struct';" instead of the bare
19980              "use Class::Struct;", which isn't documented in Class::Struct.
19981              This can't be right.
19982      Branch: perl
19983            ! lib/File/stat.pm
19984 ____________________________________________________________________________
19985 [  7924] By: jhi                                   on 2000/11/29  16:32:15
19986         Log: A test works better if it has the right 1..$n output.
19987      Branch: perl
19988            ! t/lib/class-struct.t
19989 ____________________________________________________________________________
19990 [  7923] By: jhi                                   on 2000/11/29  16:29:11
19991         Log: Forgot to MANIFEST the new Net::hostent test.
19992      Branch: perl
19993            ! MANIFEST
19994 ____________________________________________________________________________
19995 [  7922] By: jhi                                   on 2000/11/29  16:27:49
19996         Log: Integrate perlio.
19997      Branch: perl
19998           !> iperlsys.h perlio.c
19999 ____________________________________________________________________________
20000 [  7921] By: jhi                                   on 2000/11/29  16:27:10
20001         Log: (Retracted by #7927.)
20002              
20003              Subject: [PATCH] Is infinity a number?
20004              From: Simon Cozens <simon@cozens.net>
20005              Date: Wed, 29 Nov 2000 14:48:20 +0000
20006              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
20007      Branch: perl
20008            ! sv.c
20009 ____________________________________________________________________________
20010 [  7920] By: jhi                                   on 2000/11/29  16:23:02
20011         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
20012              From: rspier@pobox.com (Robert Spier)
20013              Date: Wed, 29 Nov 2000 02:17:49 -0500
20014              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
20015              
20016              Add a test for Net::hostent.
20017      Branch: perl
20018            + t/lib/net-hostent.t
20019 ____________________________________________________________________________
20020 [  7919] By: jhi                                   on 2000/11/29  16:21:31
20021         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
20022              add a test for Class::Struct.
20023      Branch: perl
20024            + t/lib/class-struct.t
20025            ! MANIFEST lib/Class/Struct.pm
20026 ____________________________________________________________________________
20027 [  7918] By: jhi                                   on 2000/11/29  15:48:40
20028         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
20029              From: rspier@pobox.com (Robert Spier)
20030              Date: Wed, 29 Nov 2000 02:25:39 -0500
20031              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
20032              
20033              More checking in case someone has broken their services or
20034              protocol databases.
20035      Branch: perl
20036            ! ext/Sys/Syslog/Syslog.pm
20037 ____________________________________________________________________________
20038 [  7917] By: jhi                                   on 2000/11/29  15:46:25
20039         Log: Subject: [PATCH] $^O  win32 -> MSWin32
20040              From: rspier@pobox.com (Robert Spier)
20041              Date: Wed, 29 Nov 2000 02:17:38 -0500
20042              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
20043              
20044              plus similar nits for vms, err, VMS, and UNICOS.
20045      Branch: perl
20046            ! t/lib/syslfs.t t/op/lfs.t
20047 ____________________________________________________________________________
20048 [  7916] By: jhi                                   on 2000/11/29  15:42:51
20049         Log: Subject: [PATCH] Tokeniser debugging
20050              From: Simon Cozens <simon@cozens.net>
20051              Date: Wed, 29 Nov 2000 14:15:45 +0000
20052              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
20053      Branch: perl
20054            ! perl.c perl.h pod/perlrun.pod toke.c
20055 ____________________________________________________________________________
20056 [  7915] By: jhi                                   on 2000/11/29  15:41:36
20057         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
20058              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20059              Date: Wed, 29 Nov 2000 02:13:14 -0500
20060              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
20061              
20062              OUT keyword nits.
20063              
20064              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
20065              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20066              Date: Wed, 29 Nov 2000 03:09:04 -0500
20067              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
20068              
20069              OUT and IN_OUT documentation.
20070      Branch: perl
20071            ! lib/ExtUtils/xsubpp pod/perlxs.pod
20072 ____________________________________________________________________________
20073 [  7914] By: jhi                                   on 2000/11/29  03:35:01
20074         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
20075              From: John Tobey <jtobey@john-edwin-tobey.org>
20076              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
20077              Message-Id: <m140e1N-000FOoC@feynman.localnet>
20078              
20079              plus a performance speedup noticed by Sarathy.
20080      Branch: perl
20081            ! op.c
20082 ____________________________________________________________________________
20083 [  7913] By: jhi                                   on 2000/11/29  03:16:59
20084         Log: Use "1 while unlink" so that VMS gets clean, too.
20085      Branch: perl
20086            ! t/lib/filter-util.t
20087 ____________________________________________________________________________
20088 [  7912] By: jhi                                   on 2000/11/29  03:09:08
20089         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
20090              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20091              Date: Tue, 28 Nov 2000 03:27:09 -0500
20092              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
20093      Branch: perl
20094            ! lib/ExtUtils/xsubpp
20095 ____________________________________________________________________________
20096 [  7911] By: jhi                                   on 2000/11/29  03:06:30
20097         Log: This should have been part of #7872: no need to scan UTF-8
20098              until eternity.
20099      Branch: perl
20100            ! utf8.c
20101 ____________________________________________________________________________
20102 [  7910] By: jhi                                   on 2000/11/29  02:50:04
20103         Log: One more perltie.pod nit from Casey R. Tweten.
20104      Branch: perl
20105            ! pod/perltie.pod
20106 ____________________________________________________________________________
20107 [  7909] By: jhi                                   on 2000/11/29  02:44:23
20108         Log: Document the known sprintf test failures, exact standard
20109              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
20110      Branch: perl
20111            ! pod/perldelta.pod t/op/sprintf.t
20112 ____________________________________________________________________________
20113 [  7908] By: jhi                                   on 2000/11/29  02:36:23
20114         Log: Add the Encoding table format documentation.
20115      Branch: perl
20116            + ext/Encode/Encode/EncodeFormat.pod
20117            ! MANIFEST
20118 ____________________________________________________________________________
20119 [  7907] By: jhi                                   on 2000/11/29  02:07:24
20120         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
20121              From: "Casey R. Tweten" <crt@kiski.net>
20122              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
20123              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
20124              
20125              Subject: Re: [PATCH] Updating perltie.pod for arrays
20126              From: "Casey R. Tweten" <crt@kiski.net>
20127              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
20128              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
20129      Branch: perl
20130            ! pod/perltie.pod
20131 ____________________________________________________________________________
20132 [  7906] By: nick                                  on 2000/11/28  22:40:59
20133         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
20134      Branch: perlio
20135            ! iperlsys.h perlio.c
20136 ____________________________________________________________________________
20137 [  7905] By: nick                                  on 2000/11/28  22:04:34
20138         Log: Integrate mainline
20139      Branch: perlio
20140           !> (integrate 39 files)
20141 ____________________________________________________________________________
20142 [  7904] By: jhi                                   on 2000/11/28  16:44:43
20143         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
20144              From: Nicholas Clark <nick@babyhippo.co.uk>
20145              Date: Tue, 28 Nov 2000 11:16:57 +0000
20146              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
20147      Branch: perl
20148            ! pod/perlipc.pod
20149 ____________________________________________________________________________
20150 [  7903] By: jhi                                   on 2000/11/28  16:40:31
20151         Log: Subject: [PATCH] Updating perltie.pod for arrays
20152              From: "Casey R. Tweten" <crt@kiski.net>
20153              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
20154              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
20155      Branch: perl
20156            ! pod/perltie.pod
20157 ____________________________________________________________________________
20158 [  7902] By: jhi                                   on 2000/11/28  16:39:37
20159         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
20160              From: Robin Barker <rmb1@cise.npl.co.uk>
20161              Date: Mon, 27 Nov 2000 17:56:44 GMT
20162              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
20163      Branch: perl
20164            ! pod/perlfunc.pod t/op/split.t
20165 ____________________________________________________________________________
20166 [  7901] By: jhi                                   on 2000/11/28  16:28:04
20167         Log: setmode() is a DOSish-only thing.
20168      Branch: perl
20169            ! perlio.c
20170 ____________________________________________________________________________
20171 [  7900] By: jhi                                   on 2000/11/28  16:21:46
20172         Log: Subject: [PATCH] perlcc.PL cleanups
20173              From: Simon Cozens <simon@cozens.net>
20174              Date: Tue, 28 Nov 2000 12:44:35 +0000
20175              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
20176      Branch: perl
20177            ! utils/perlcc.PL
20178 ____________________________________________________________________________
20179 [  7899] By: gsar                                  on 2000/11/28  06:32:55
20180         Log: reintegrate files missed by change#7895
20181      Branch: maint-5.6/perl
20182           +> ext/ByteLoader/bytecode.h utils/Makefile
20183            - utils/perlbc.PL
20184 ____________________________________________________________________________
20185 [  7897] By: gsar                                  on 2000/11/27  18:22:47
20186         Log: can't integrate these two files, for some reason
20187      Branch: maint-5.6/perl
20188            - ext/ByteLoader/bytecode.h utils/Makefile
20189 ____________________________________________________________________________
20190 [  7895] By: gsar                                  on 2000/11/27  18:11:21
20191         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
20192              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
20193              6757..6890,6892..6901 from mainline
20194              
20195              Bytecompiler patches from Benjamin Stuhl.
20196              
20197              More bytecompiler.
20198              
20199              Subject: [PATCH blead] B:: missing dependency
20200              
20201              Subject: [PATCH: 6757] configure.com updates and syslog build
20202              
20203              Long double Gconvert fixes from Yitzchak Scott-Thoennes
20204              and Spider Boardman.
20205              
20206              Subject: [PATCH blead] nextchar() abuse misses an optimisation
20207              
20208              Long double fixes from Spider Boardman.
20209              
20210              Make the selection of NVff et al stricter.
20211              
20212              cSVOPo_*v things index into the current PL_curpad
20213              under ithreads, which is different from the curpad
20214              used by the XSUB.  (In other words, the code as-is
20215              before this patch wouldn't work under ithreads.)
20216              
20217              Be portable.
20218              
20219              VMS MMS (make) wants null action.
20220              
20221              Mac and other portability updates from Chris Nandor.
20222              
20223              Storable support, v-version fixes.
20224              Subject: CPAN.pm beta for testing available
20225              
20226              Portability fix from Hugo van der Sanden.
20227              
20228              Bad makefile.
20229              
20230              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
20231              
20232              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
20233              
20234              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
20235              
20236              Replace #6705 with a minimal doc patch.
20237              Subject: [PATCH 5.6.0] replace change #6705
20238              
20239              Drop the separate perlbc, perlcc -b should be enough.
20240              
20241              installperl couldn't tell whether it had run tests or not.
20242              Subject: [PATCH] Re: installperl and t/TEST
20243              
20244              Add silencer flags to installperl.
20245              Subject: [PATCH] Making installperl silent.
20246              
20247              Make "make install" by default silent.  A new "install-verbose"
20248              target is verbose.
20249              
20250              More liberal parsing of version numbers.
20251              Subject: Re: CPAN.pm beta for testing available
20252              
20253              Create directories in silence.
20254              Subject: [PATCH] Another silencer for MakeMaker
20255              
20256              DOS patches and portability/porting notes, from Tim Jenness.
20257              
20258              Make installman to recognize the silence flag -S.
20259              
20260              Actually do something with the silencer option.
20261              
20262              Continue silencing.
20263              
20264              Show the doc file, not the temp file.
20265              
20266              Regen perltoc.
20267              
20268              Subject: [PATCH] More silencing of installman.
20269              
20270              Better wording for the vec lvalue diagnostic.
20271              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
20272              
20273              Subject: [PATCH: 6805] several more tweaks to configure.com
20274              
20275              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
20276              
20277              Missing parts of 
20278              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
20279              
20280              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
20281              (applied slightly modified)
20282              
20283              installperl --verbose and --silent.
20284              Subject: Re: [PATCH] More silencing of installman.
20285              
20286              Add install-silent target.
20287              
20288              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
20289              the problem reported in
20290              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
20291              
20292              Tweak the sfio/useperlio logic, hopefully as wished in
20293              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
20294              
20295              One forgotten file from #6816.
20296              
20297              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
20298              
20299              Remove duplicately applied patch shards.
20300              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
20301              
20302              Support preserving extremely big/small angles.
20303              
20304              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
20305              
20306              Subject: [PATCH] installation not quite silent yet.
20307              
20308              Update the test count.
20309              
20310              Use UVxf, PTR2UV, NVff.
20311              
20312              Document PTR2XX and INT2PTR.
20313              
20314              no-install target a la make -n.
20315              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
20316              
20317              grep -e isn't portable.
20318              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
20319              
20320              Can't get the test to reliably work thanks to the
20321              inaccurateness of floating point.  "Resolves" bug ids
20322              20000826.003, 20000826.009, 20000826.010,
20323              
20324              Subject: installman buglet
20325              
20326              DJGPP update from Laszlo Molnar.
20327              
20328              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
20329              
20330              Passing -R in ldflags makes now it to appear in the default
20331              for lddlflags, just like with -L.
20332              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
20333              
20334              Test nit.
20335              
20336              Use the actual thread type, not the pointer-to-struct.
20337              
20338              Provice virtual $Config{ccflags_nolargefiles} etc. 
20339              
20340              display_format used as a class method without arguments was broken,
20341              reported in
20342              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
20343              
20344              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
20345              
20346              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
20347              
20348              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
20349              
20350              opmini.o may be left around if a build is interrupted.
20351              
20352              Typo in #6858.
20353              
20354              Fix for ID 20000828.001, long doubles were not formatted
20355              correctly (showed up in $], which stopped installing perl).
20356              
20357              An attempt to fix the problem reported in
20358              Subject: Building perl@6856 using gcc/AIX 4.3.3 
20359              I can't test this properly since the gcc installation I have
20360              access to seems to be botched (gcc is calling the AIX cpp,
20361              a losing proposition...)
20362              
20363              Add -ld to archname on long tr...double platforms.
20364              
20365              Subject: hv.h Doc Patch
20366              
20367              Potential cruft.
20368              
20369              Subject: [PATCH bleedperl@6856] warnings fixes
20370              
20371              -S is the silent flag, -s is the strip flag.
20372              Subject: [PATCH] Re: [PATCH] make no-install          
20373              
20374              Take out the SUIDMAIL thing, that will not be
20375              a problem in 5.7.*.
20376              
20377              Subject: [PATCH bleedperl@6866] spellings
20378              
20379              Subject: [PATCH] Re: files not cleaned even by veryclean
20380              
20381              Use minimal @INC in tests, most of the time just '../lib',
20382              so that we simply can't pick up stuff from other Perls than
20383              the one we are testing.  Pointed out by
20384              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
20385              
20386              Update to Getopt::Long 2.24, from Johan Vromans.
20387              
20388              Fix for thinko in #6848.
20389              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
20390              
20391              Patches all over for people and the files they (hopefully) care about.
20392              
20393              Subject: Net::protoent does not export 'getproto'
20394              
20395              Missed a change in #6869.
20396              
20397              Subject: [PATCH] Warnings in B::Deparse
20398              
20399              Subject: [PATCH] Glob dumping
20400              
20401              Disable one of the tests for now.
20402              
20403              Disabling the one test is a bit tricky.
20404              
20405              Don't forget to tidy up.
20406              
20407              The #6881 removed one dump line.
20408              
20409              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
20410              
20411              Under usethreads the dumped variable is IN_PAD.
20412              Subject: Re: [PATCH] Glob dumping
20413              
20414              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
20415              
20416              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
20417              
20418              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
20419              
20420              Regen Configure for #6894.
20421              
20422              Subject: [PATCH: 6889] updates to perlebcdic.pod
20423              
20424              Undo namespace pollution of #6878.
20425              Subject: Re: Net::protoent does not export 'getproto'
20426              
20427              Admit that we are leaking scalars.
20428              
20429              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
20430      Branch: maint-5.6/perl
20431           !> (integrate 271 files)
20432 ____________________________________________________________________________
20433 [  7894] By: gsar                                  on 2000/11/27  16:00:34
20434         Log: a couple of nits
20435      Branch: maint-5.6/perl
20436            ! MANIFEST pp_sys.c
20437 ____________________________________________________________________________
20438 [  7893] By: gsar                                  on 2000/11/27  15:10:56
20439         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
20440              6740..6745,6747..6757,6760
20441              
20442              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
20443              
20444              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
20445              
20446              Doc nits spotted by Richard Soderberg.
20447              
20448              move WNOHANG definition to where other such things are
20449              
20450              Make $Config{byteorder} more magical so that it is
20451              dynamically computed: nice for 'fat binaries'.
20452              Subject: [PATCH]: default byteorder
20453              
20454              Subject: [PATCH] Cwd.pm now uses strict
20455              
20456              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
20457              
20458              Get -DLEAKTEST to compile (not necessarily to work, mind)
20459              Subject: [ID 20000724.006] -DLEAKTEST problem
20460              
20461              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
20462              
20463              Add perlebcdic from Peter Prymmer, regen toc.
20464              
20465              Don't propose using modules built for 5.005 if no binary
20466              compatibility with 5.005 is attempted.
20467              
20468              Do not use prototyping here.
20469              Subject: [ID 20000817.016] [PATCH] Peek.xs
20470              
20471              Document what the backtick returns if the command fails.
20472              
20473              Add byteorder to the myconfig output.
20474              
20475              Introduce NVef, NVff, and NVgf, use the middle one.
20476              (helps for lib/peek + Linux + long doubles)  Reported in
20477              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
20478              Use NVs in POSIX math, not doubles.
20479              Subject: [ID 20000817.014] POSIX & modfl
20480              
20481              Subject: [PATCH 5.6.0+] newSVrv() memory leak
20482              
20483              The byteorder code in #6671 was wrong.
20484              
20485              Fix the lib/complex failure of
20486              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
20487              Linux long double accuracy issue: something that
20488              when printed with %g looks like "2" but int() of it is 1.
20489              
20490              Propagate new Configure vars.
20491              
20492              Unbuffer the output.
20493              
20494              Subject: [PATCH] perltrap.pod spring cleaning
20495              
20496              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
20497              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
20498              
20499              Tiny Getopt::Long patch from Johan Vromans.
20500              
20501              Document code point which makes if (defined %stash::) to work
20502              (noted by Spider Boardman).
20503              
20504              Subject: [PATCH perl@6698] cygwin port
20505              
20506              Document the NDBM_File and ODBM_File as SDBM_File
20507              was documented in #6417.
20508              
20509              The new tests were missing from #6415.
20510              
20511              Add [[:blank:]] as suggested in
20512              Subject: [ID 20000716.024] [=cc=] / [:blank:]
20513              (the [=cc=] has already been taken care of by #6439
20514              so the whole bug report can be closed)
20515              and make [[:space:]] to be equivalent to isspace(3)
20516              (as opposed to \s, which is isSPACE()).  The difference
20517              is that now [[:space:]] matches the mythical vertical tab,
20518              while \s doesn't.
20519              
20520              Don't eat leading os from index entries.
20521              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
20522              
20523              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
20524              
20525              Typo in pp_complement().
20526              Subject: [PATCH perl-current] Deparse
20527              
20528              Add warnif(), check warnings further up the stack,
20529              all the warnings functions now can take an optional object reference.
20530              Subject: [PATCH bleedperl@6691] warnings pragma update
20531              
20532              Fix a core dump in lib/selfloader under -DDEBUGGING.
20533              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
20534              
20535              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
20536              
20537              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
20538              
20539              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
20540              Put back the long double avoidance code to POSIX.xs
20541              because VMS seems to need it still.
20542              
20543              Introduce a 'veryclean' target that is like 'distclean'
20544              but also removes *~ and *.orig.
20545              
20546              Subject: [ID 20000817.023] endianness description in perlfunc.pod
20547              
20548              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
20549              
20550              Let's try #6717 again.
20551              
20552              UTF8 concat fixes.
20553              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
20554              
20555              pp_open() could pass an uninitialized filename down to do_open9().
20556              
20557              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
20558              
20559              Update to CGI 2.72, from Lincoln Stein.
20560              
20561              Subject: [PATCH] Silence MakeMaker (Was: installman)
20562              
20563              Use temporary directory instead of current directory.
20564              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
20565              
20566              Document odd vs even subreleases and -Dusedevel.
20567              
20568              The veryclean target needs to clobber.
20569              
20570              Use File::Spec->tmpdir().
20571              
20572              Document the number of exponent digits.
20573              
20574              Mention perlebcdic and perlposix-bc.
20575              
20576              s/this one/the 5.6.0 release/
20577              
20578              The #6724 is here.
20579              
20580              The correct cleaning order is an art.
20581              
20582              small tweaks for change#6705: avoid C++ style comments in C code;
20583              use Perl's malloc API rather than the low level system one
20584              
20585              Array context keeps slithering in.
20586              
20587              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
20588              
20589              Subject: [PATCH] os2.c fix for use64bitint
20590              
20591              Update to Pod::LaTeX 0.53.
20592              Subject: [PATCH] lib/Pod/LaTeX.pm updates
20593              
20594              Document the endianness of Alpha more precisely.
20595              
20596              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
20597              
20598              Rename the macro argument because some preprocessors
20599              can't tell the difference and expand arguments also inside
20600              double quoted strings.
20601              
20602              free TLS slot properly on Windows
20603              
20604              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
20605              
20606              Unicos/mk requires elaborate paranoia.
20607              
20608              Tweak the floating point output routine preferences.
20609              
20610              Also under djgpp the timestamps are funky.
20611              
20612              Apply some PodParser 1.18 patches; the Pod/Find.pm
20613              patches cannot be applied since #6712 conflicts.
20614              
20615              Use PodParser 1.18 new test.
20616              
20617              A pod nit.
20618              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
20619              
20620              Be verydeepclean.
20621      Branch: maint-5.6/perl
20622           +> pod/perlebcdic.pod
20623           !> (integrate 106 files)
20624 ____________________________________________________________________________
20625 [  7892] By: jhi                                   on 2000/11/27  15:02:32
20626         Log: Update Changes.
20627      Branch: perl
20628            ! Changes patchlevel.h
20629 ____________________________________________________________________________
20630 [  7891] By: jhi                                   on 2000/11/27  14:57:23
20631         Log: Subject: Re: perlfaq style changes
20632              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
20633              Date: Sat, 25 Nov 2000 23:32:26 -0800
20634              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
20635              
20636              plus a note from Ronald Kimball.
20637      Branch: perl
20638            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
20639 ____________________________________________________________________________
20640 [  7890] By: jhi                                   on 2000/11/27  14:53:14
20641         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
20642              From: Benjamin Holzman <bah@ecnvantage.com>
20643              Date: Sun, 26 Nov 2000 16:27:33 -0500
20644              Message-ID: <20001126162733.J25040@ecnvantage.com>
20645      Branch: perl
20646            ! gv.c
20647 ____________________________________________________________________________
20648 [  7889] By: jhi                                   on 2000/11/27  14:43:11
20649         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
20650              From: lvirden@cas.org
20651              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
20652              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
20653      Branch: perl
20654            ! README.amiga
20655 ____________________________________________________________________________
20656 [  7888] By: jhi                                   on 2000/11/27  14:32:34
20657         Log: Restore also the locale test to no-sprintf-taint state.
20658              Fixes the bug 20001127.003.
20659      Branch: perl
20660            ! sv.c t/pragma/locale.t
20661 ____________________________________________________________________________
20662 [  7887] By: gsar                                  on 2000/11/27  14:13:05
20663         Log: integrate changes#6613..6616,6620..6665 from mainline
20664              
20665              VMS configure.com update continues.
20666              
20667              Subject: Test fails / warnings with perl-current #6612
20668              
20669              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
20670              
20671              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
20672              
20673              For now remove the mail code.
20674              
20675              Subject: Re: [PATCH] @+, @- readonly
20676              
20677              Subject: warning: storage class after type is obsolescent
20678              
20679              Subject: sfio2000
20680              
20681              Subject: Re: File::Temp problems on VMS in bleedperl
20682              
20683              README.os2 update.
20684              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
20685              
20686              Make the user to give up his firstborn, err, to knowingly
20687              verify installing an unstable developer release.  Also bump
20688              the release to 5.7.0, but leave a patch tag in the local
20689              patches saying that this is not yet the real thing.
20690              
20691              Update (kinda) to Test 1.14, from Joshua Pritikin.
20692              
20693              make ok etc also for win32.
20694              
20695              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
20696              
20697              Don't blow limited stacks, a lower number is enough to
20698              tickle the lookbehind limit.
20699              
20700              Use -Dusedevel; regen Configure and the respective Porting stuff.
20701              
20702              Subject: [PATCH] debugger exit code should reflect user exit code
20703              
20704              Subject: [PATCH perl@6620] cygwin port
20705              
20706              Missed a file from #6638.
20707              
20708              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)
20709              
20710              magic callbacks all need to have same type signature
20711              
20712              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
20713              
20714              Fix a dependency problem.
20715              Subject: [PATCH: 6640] VMS Makefile.SH update
20716              
20717              The numeric locale was reset to "C" by s?printf and never restored.
20718              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
20719              No test since adding the failing example to locale.t
20720              does not fail -- probably because the locale settings are so
20721              thoroughly tweaked by that time.  Running the example standalone
20722              does fail, though.  UPDATE: test case added at change #7540.
20723              
20724              Subject: [ID 20000324.040] minor fix to perlhpux.pod
20725              
20726              Update to CPAN 1.57.
20727              
20728              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
20729              
20730              Change the perlbug address to perl.org since it's more forgiving.
20731              
20732              Change the regx compilation error markers to use = instead of <
20733              since pod makes using the latter quite messy.  Reported in
20734              ID 20000814.006 by Abigail and in
20735              Subject: Unknown escape E<> ?
20736              
20737              Update to perldebtut 1.9, from Richard Foley.
20738              
20739              check that the number pseudo children doesn't exceed
20740              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
20741              the WaitForMultipleObjects() limit that would cause wait()
20742              to crash)
20743              wait() and waitpid() could potentially be rewritten to use
20744              more than one thread to do the waiting to eliminate this
20745              limitation
20746              
20747              change#6328 could make close(SOCKET) return false on windows
20748              when it shouldn't
20749              
20750              pod nit seen in passing
20751              
20752              on windows, the return values from wait() and waitpid() don't
20753              match those of pseudo-pids
20754              
20755              waitpid() now handles externally spawned pids correctly;
20756              fixes for backtick/wait/waitpid failures on Windows 9x
20757              these changes make the pid returned by process functions on
20758              Windows 9x always positive by clearing the high bit (which
20759              is always set on Win9x); pseudo-process PIDs are likewise
20760              always negative now on Win9x (just as on NT/2000)
20761              
20762              trailing new %ENV entries weren't being pushed into the real
20763              environment of subprocesses on Windows
20764              
20765              Tweak the regex compilation errors once more.
20766              
20767              avoid warnings from dense compiler
20768              
20769              add "ok" targets from change#6632 in makefile.mk
20770      Branch: maint-5.6/perl
20771            - lib/Pod/PlainText.pm vms/configure.com
20772           !> (integrate 66 files)
20773 ____________________________________________________________________________
20774 [  7886] By: jhi                                   on 2000/11/27  13:54:18
20775         Log: __FUNCTION__ isn't portable and trying to emulate it leads
20776              into practically spelling out the name of the function.
20777              Takes care of the bug 20001127.001.
20778      Branch: perl
20779            ! perlio.c
20780 ____________________________________________________________________________
20781 [  7885] By: gsar                                  on 2000/11/27  13:53:18
20782         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
20783              6610..6611 from mainline
20784              
20785              Make regular expression parse error messages easier to understand.
20786              Subject: Re: enhanced(?) regex error messages
20787              
20788              Tiny tidying on report_evil_fh().
20789              
20790              Subject: Re: enhanced(?) regex error messages 
20791              plus Capitalize the error messages, plus perldiag them.
20792              
20793              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
20794              
20795              Document here-doc better.
20796              
20797              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
20798              
20799              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
20800              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
20801              (either perlbug or p5p ate the original), plus regen
20802              perlapi and perltoc. 
20803              
20804              Regen global.sym.
20805              
20806              Double check that we have a dirhandle.
20807              
20808              Subject: Re: enhanced(?) regex error messages
20809              (plus two small patches sent privately)
20810              (this still seems to leave few test failures)
20811              
20812              warn is a macro, avoid using at a variable to avoid warnings
20813              in some configurations; readdir.t is too conservative in
20814              estimating number of *.t's
20815              
20816              Get back into sync with Jeffrey on the enhanced regex warnings.
20817              
20818              Subject: [PATCH 5.6.0] cygwin port
20819              
20820              Zero entries were skipped, fix from Adrian Goalby
20821              <argoalby@yahoo.co.uk>
20822              
20823              Subject: Remove dead entry in perldiag
20824              
20825              Amend the description of Perl6.
20826              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
20827              
20828              detypo
20829              
20830              It's the 2ndO'ROSSC.
20831              
20832              Revert the sv.c part of #6559, a better fix is needed.
20833              
20834              Iterating perl6 description.
20835              
20836              Update to Term::ANSIColor 1.03, from Russ Allbery.
20837              
20838              Update to Getopt::Long 2.23_05, from Johan Vromans.
20839              
20840              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
20841              
20842              Update to Pod::Parser 1.17, from Brad Appleton.
20843              
20844              Update to CPAN 1.56, from Andreas König.
20845              
20846              Update to CGI 2.70, from Lincoln Stein.
20847              
20848              Put back the std @INC thing.
20849              
20850              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
20851              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
20852              
20853              Document the IO::Select timeout.
20854              
20855              sleep(1) does not necessarily return 1.
20856              Subject: [PATCH bleadperl] op/lex_assign.t  
20857              
20858              Subject: debugger "d" command doesnt check line number
20859              
20860              B::Deparse didn't do sub attributes.
20861              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
20862              
20863              Preprocessing and postprocessing for File::Find.
20864              Subject: Patch to Find::File.pm to allow alphabetical results
20865              
20866              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
20867              
20868              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
20869              
20870              Subject: Re: [ID 20000730.003] utf8::length() bad
20871              
20872              Subject: Getting perlio and threads to compile
20873              (the Solaris version changes in Configure skipped)
20874              
20875              Tests for #6589.
20876              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
20877              
20878              Add Perl debugging tutorial, regen toc. 
20879              Subject: perldebtut.pod
20880              
20881              Add a few missing files, update MANIFEST.
20882              
20883              Rewrite of vms/subconfigure.com as configure.com,
20884              from Peter Prymmer and the vmsperl crew.
20885              
20886              Should have deleted this in #6603.
20887              
20888              Fix the test for 5005threads.
20889              
20890              Fix-n-skip the tests under 5005threads.
20891              
20892              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
20893              
20894              Upgrade to CGI 2.71, from Lincoln Stein.
20895      Branch: maint-5.6/perl
20896           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
20897           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
20898           +> t/op/regmesg.t t/pod/find.t vms/configure.com
20899            - vms/subconfigure.com
20900            ! lib/lib.pm
20901           !> (integrate 115 files)
20902 ____________________________________________________________________________
20903 [  7884] By: jhi                                   on 2000/11/27  13:44:33
20904         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
20905              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
20906              Date:     Mon, 27 Nov 2000 08:23:54 EST
20907              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
20908      Branch: perl
20909            ! vms/descrip_mms.template vms/test.com
20910 ____________________________________________________________________________
20911 [  7883] By: gsar                                  on 2000/11/27  11:50:46
20912         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
20913              6511..6513,6515..6523,6525..6536
20914              
20915              The swallow_bom() saga continues.  The #23 of require.t
20916              (UTF16-LE) still fails (silently, no output) but the #22
20917              (UTF16-BE) seems to be working now.  The root of the
20918              failure may be in sv_gets(): is it UTF-16LE-aware,
20919              especially when it comes to line endings? 
20920              
20921              Document the problem with -P in HP-UX and its workaround.
20922              
20923              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
20924              (aka ID 20000730.002)
20925              
20926              Subject: fix and question re: waitpid() under win32
20927              
20928              Make the safety catch for buggy gccs work with triple version
20929              numbers like 2.95.2.  Reported in
20930              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
20931              
20932              In Digital UNIX warn if gcc explicitly chosen because even
20933              2.95.2 is known to cause problems.
20934              
20935              Make chr() for values >127 to create utf8 when under utf8.
20936              
20937              various syntax errors and such (not fixed: comp/require.t#22 coredump
20938              on Windows)
20939              
20940              Stash away the largefiles flags and libswanted.
20941              
20942              BOM patching from Simon Cozens.
20943              
20944              If gccosandvers is equal to osname, clear gccosandvers.
20945              
20946              Make p4desc to skip non-mainperl branches by default.
20947              
20948              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
20949              
20950              The test from this
20951              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
20952              
20953              In new BSDs changes to argv[] do not show up in ps(1) output,
20954              instead one must use setproctitle().  This was already addressed
20955              by change #6457, but the below has a new variant for FreeBSD 4.0
20956              or later, and the matter is also documented more.
20957              
20958              FreeBSD 3.* updates from
20959              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
20960              
20961              regen_headers, regen perltoc.
20962              
20963              Document in one place the memory abstractions used in Perl core.
20964              
20965              memcpy has n o in it, as pinted ut by Sarathy.
20966              
20967              Remove the extraneous "main::" prefix from all the
20968              "opened only for", "on closed", and "never opened" warnings.
20969              
20970              The name of a filehandle does not have <these>.
20971              
20972              The tr utf8 patching continues.
20973              
20974              The new setproctitle() feature is available only in 
20975              bleeding edge FreeBSD.  From Paul Saab.
20976              
20977              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
20978              
20979              Dump UVs as UVs in Data::Dumper.
20980              
20981              detypo #6494
20982              
20983              Document the IVdf UVuf UVof UVxf.
20984              
20985              require.t needs binmode() to work on windows
20986              
20987              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
20988              that are hopefully soon put into use.
20989              
20990              Allow "no Module;" even if there is no 'unimport'.
20991              
20992              Better skip message for the test; one of the two problems in
20993              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
20994              
20995              The subtest 4 may fail also on VOBS, as pointed out
20996              by Nick Ing-Simmons in November 1999, bug id 19991124.003
20997              (but the failure in that bug report isn't the subtest 4).
20998              
20999              Be more informative on what is skipped and why,
21000              also repeat the list at the end.
21001              
21002              Add a URL for FSF.
21003              
21004              Subject: [PATCH] sv.h documentation - SvLEN
21005              
21006              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
21007              
21008              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
21009              
21010              Subject: [PATCH] bad cppsymbols on os2 + Configure question
21011              
21012              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
21013              
21014              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
21015              mention the idea of @( and @)
21016              
21017              This is 6512.  Really.
21018              
21019              Subject: [ID 19990721.004] Documentation bug in perlfunc
21020              
21021              Subject: Minor tweak to perlvar.pod
21022              
21023              In the warnings call filehandles consistently so;
21024              add "unopened" warning for stat().
21025              
21026              After the #6519 a warning about stat() is just that,
21027              not about a filetest, which now have their own warning.
21028              
21029              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
21030              
21031              Subject: Re: Array vs. List context
21032              
21033              Subject: New perlcc, take 2
21034              
21035              Weed buglets pointed out by
21036              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
21037              
21038              gcc versions might have (parentheses) in them.
21039              
21040              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
21041              
21042              Essential prototype changes were missing from #6527.
21043              Also make report_evil_fh() more bomb-proof.
21044              
21045              Zap lib/Sys directory when cleaning up.
21046              
21047              Change the Policy policy: now -Dprefix= with an existing
21048              Policy.sh and prefix == siteprefix == vendorprefix, then all
21049              of them follow along the new prefix.
21050              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
21051              
21052              Continue fixing the io warnings.  This also
21053              sort of fixes bug ID 20000802.003: the core dump
21054              is no more.  Whether the current behaviour is correct
21055              (giving a warning: "Not a format reference"), is another matter.
21056              
21057              Have symbols for the IoTYPEs.
21058              
21059              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
21060              
21061              Document a bit that UDP is not what you might think.
21062              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
21063              tr memory corruption fix from Simon Cozens.
21064              
21065              Plug the security hole described in the Aug 05 2000 bugtraq message
21066              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
21067              The security hole exists only in suidperls, which isn't
21068              installed or even built by default.
21069      Branch: maint-5.6/perl
21070           !> (integrate 71 files)
21071 ____________________________________________________________________________
21072 [  7882] By: gsar                                  on 2000/11/27  10:25:36
21073         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
21074              from mainline
21075              
21076              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
21077              to be fatal errors (instead of by default ignoring them, and
21078              ignoring with a bug: even though -w gave an error, the opening [
21079              was left in)  Reported in:
21080              
21081              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
21082              
21083              Subject: [PATCH] split /^/
21084              
21085              MacOS nits from Matthias Neeracher.
21086              
21087              More split() doc and test patches from Mike Guy.
21088              
21089              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
21090              from Graham Barr in the module list.
21091              
21092              docfix from Peter Scott <Peter@PSDT.com>.
21093              
21094              File::Temp patches for VMS and OS/2 from Tim Jenness.
21095              
21096              open() wariness in perlbug.
21097              
21098              Subject: [PATCH] minor doc change - perlguts
21099              
21100              Subject: Minor doc patch: handy.h
21101              
21102              Be wary of close()s, too.
21103              
21104              Further File::Temp patches from Yitzchak Scott-Thoennes
21105              and Craig A. Berry.
21106              
21107              Subject: [PATCH] fixes bug 20000508.004
21108              
21109              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
21110              
21111              Allow "no AutoLoader;", based on change #6444,
21112              suggested by Graham Barr.
21113              
21114              Use setproctitle() if available to modify $0.
21115              
21116              Warn if the version of the operating system used to compile gcc
21117              differs from the current version of the operating system.
21118              Also display the gcc compilation os and version in myconfig.
21119              Inspiration from
21120              
21121              Tiny fixes for #6460.
21122              
21123              The problem described in this
21124              Subject: [ID 20000322.018] named chars aren't magical enough
21125              has been fixed in perl 5.6.0 but just in case added a test
21126              to keep it away.  (The report from Joseph Hall.)
21127              
21128              Tune the comments and hopefully stop a memory leak.
21129              
21130              Subject: UTF8 concat
21131              (with a memory leak fixed, plus a few casts added)
21132              This also seems to help for
21133              Subject: [ID 20000716.015] join UTF8 weirdness
21134              
21135              Do not upgrade SVs into utf8 just because they participate
21136              in eq or cmp.  Reported and fix suggested in
21137              Subject: [ID 20000720.009] sv_eq UTF8 bug
21138              
21139              Fix the HALF_UPGRADE() macro introduced in #6263.
21140              
21141              Find green threads before native threads.
21142              Subject: Re: Patch to jpl/JNI/Makefile.PL
21143      Branch: maint-5.6/perl
21144           !> (integrate 30 files)
21145 ____________________________________________________________________________
21146 [  7881] By: jhi                                   on 2000/11/27  05:48:41
21147         Log: It seems that *both* the unused submatch loop cleanup
21148              codes are needed.
21149      Branch: perl
21150            ! regexec.c
21151 ____________________________________________________________________________
21152 [  7880] By: jhi                                   on 2000/11/27  04:50:07
21153         Log: Clean .exists deeper.
21154      Branch: perl
21155            ! Makefile.SH
21156 ____________________________________________________________________________
21157 [  7879] By: jhi                                   on 2000/11/27  02:31:35
21158         Log: The code in regcppop() (see #7878) contains the correct lower
21159              limit for the unused submatch 'cleanup' loop so that under
21160              "use utf8" the following code wouldn't dump core:
21161              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
21162              the cleanup loop in regtry() stomped beyond allocated area
21163              in the startp[] array.  Therefore, copied the correct lower
21164              loop limit (*PL_reglastparen) to regtry().  Note: something
21165              may still not be quite right: why was the _higher_ loop limit
21166              (prog->nparens) different in the utf8 case?
21167              
21168              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
21169              without core dumps, there were about 17 of them before
21170              the patch (with us since Perl 5.7.0).  Two failures, still:
21171              496 and 505 (though these may not be severe).
21172              
21173              Patch #7881 is also needed since both the cleanup loops
21174              seem to be needed.
21175              
21176              Also, the t/op/pat#44 seems to core dump under utf8.
21177              Plus a couple of failures.  UGH-8.
21178      Branch: perl
21179            ! regexec.c
21180 ____________________________________________________________________________
21181 [  7878] By: jhi                                   on 2000/11/27  02:21:17
21182         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
21183              the code in regcppop() seems to be redundant for the test suite --
21184              but it contains a germ of truth, and it needed for the build
21185              process itself: see #7879 and #7881.
21186      Branch: perl
21187            ! regexec.c
21188 ____________________________________________________________________________
21189 [  7877] By: jhi                                   on 2000/11/27  01:53:09
21190         Log: Comment on comment.
21191      Branch: perl
21192            ! regexec.c
21193 ____________________________________________________________________________
21194 [  7876] By: jhi                                   on 2000/11/27  00:49:59
21195         Log: Adjust the docs to agree with #7875.
21196      Branch: perl
21197            ! pod/perllocale.pod
21198 ____________________________________________________________________________
21199 [  7875] By: jhi                                   on 2000/11/27  00:49:27
21200         Log: Retract #7863.  It makes more sense not to taint formatted output,
21201              not even by sprintf().
21202      Branch: perl
21203            ! sv.c
21204 ____________________________________________________________________________
21205 [  7874] By: jhi                                   on 2000/11/26  23:36:02
21206         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
21207              Not really fixed (should really dump the UTF-8 charclass),
21208              but stopped displaying the garbage.
21209              
21210              Also add a note on the (missing) Unicode PSXSPC and BLANK.
21211      Branch: perl
21212            ! regcomp.c
21213 ____________________________________________________________________________
21214 [  7873] By: jhi                                   on 2000/11/26  21:31:13
21215         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
21216      Branch: perl
21217            ! regexec.c
21218 ____________________________________________________________________________
21219 [  7872] By: jhi                                   on 2000/11/26  21:06:04
21220         Log: No need to scan till infinity, 13 is enough.
21221      Branch: perl
21222            ! handy.h utf8.c
21223 ____________________________________________________________________________
21224 [  7871] By: jhi                                   on 2000/11/26  20:20:32
21225         Log: Test line numbers are different with utf8.
21226      Branch: perl
21227            ! t/op/re_tests
21228 ____________________________________________________________________________
21229 [  7870] By: jhi                                   on 2000/11/26  20:10:12
21230         Log: Message nit.
21231      Branch: perl
21232            ! regcomp.c
21233 ____________________________________________________________________________
21234 [  7869] By: jhi                                   on 2000/11/26  19:01:05
21235         Log: Make utf8_length() and utf8_distance() (the latter of which
21236              is unused at the moment) to be less forgiving about bad UTF-8.
21237      Branch: perl
21238            ! embed.h embed.pl objXSUB.h proto.h utf8.c
21239 ____________________________________________________________________________
21240 [  7868] By: jhi                                   on 2000/11/26  18:45:56
21241         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
21242              From: Benjamin Holzman <bah@ecnvantage.com>
21243              Date: Sat, 25 Nov 2000 20:40:20 -0500       
21244              Message-ID: <20001125204020.A25040@ecnvantage.com>              
21245              
21246              Debian allows installing /usr/bin/locale without installing
21247              any locales, an error message will ensue.
21248      Branch: perl
21249            ! t/pragma/locale.t
21250 ____________________________________________________________________________
21251 [  7867] By: jhi                                   on 2000/11/26  18:31:12
21252         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
21253              From: Benjamin Holzman <bah@ecnvantage.com>
21254              Date: Sun, 26 Nov 2000 02:42:34 -0500
21255              Message-ID: <20001126024234.G25040@ecnvantage.com>
21256              
21257              Patch for the bug 20000212.002.
21258      Branch: perl
21259            ! sv.c t/op/array.t
21260 ____________________________________________________________________________
21261 [  7866] By: jhi                                   on 2000/11/26  18:28:09
21262         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
21263              From: Tim Jenness <t.jenness@jach.hawaii.edu>
21264              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
21265              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
21266              
21267              File::Temp 0.11.
21268      Branch: perl
21269            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
21270 ____________________________________________________________________________
21271 [  7865] By: jhi                                   on 2000/11/26  18:24:22
21272         Log: The metaconfig unit change for #7864.
21273      Branch: metaconfig/U/perl
21274            ! need_va_copy.U
21275 ____________________________________________________________________________
21276 [  7864] By: jhi                                   on 2000/11/26  18:23:41
21277         Log: Make the va_copy() test not to be so talkative.
21278      Branch: perl
21279            ! Configure config_h.SH
21280 ____________________________________________________________________________
21281 [  7863] By: jhi                                   on 2000/11/26  18:11:02
21282         Log: Fix locale inconsistencies unearthed by Hugo's work.
21283              Now the floating point sprintf really does taint the result
21284              string as perllocale promises (has promised for a long time)
21285              if "use locale" is in the lexical scope.
21286      Branch: perl
21287            ! sv.c t/pragma/locale.t
21288 ____________________________________________________________________________
21289 [  7862] By: jhi                                   on 2000/11/26  00:35:15
21290         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
21291              From: Nicholas Clark <nick@ccl4.org>
21292              Date: Sun, 26 Nov 2000 00:07:50 +0000
21293              Message-ID: <20001126000750.A22446@plum.flirble.org>
21294              
21295              Infinit.
21296      Branch: perl
21297            ! sv.c
21298 ____________________________________________________________________________
21299 [  7861] By: jhi                                   on 2000/11/26  00:01:26
21300         Log: Integrate perlio.
21301      Branch: perl
21302           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
21303 ____________________________________________________________________________
21304 [  7860] By: nick                                  on 2000/11/25  22:04:17
21305         Log: Correct relative path from new ext\Filter\Util\Call location
21306              back to miniperl.
21307      Branch: perlio
21308            ! win32/makefile.mk
21309 ____________________________________________________________________________
21310 [  7859] By: nick                                  on 2000/11/25  21:26:54
21311         Log: Integrate mainline.
21312      Branch: perlio
21313           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
21314           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
21315           +> t/lib/filter-util.t
21316            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
21317            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
21318            - t/lib/filt-util.t
21319           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
21320           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
21321           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
21322           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
21323           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
21324           !> win32/makefile.mk
21325 ____________________________________________________________________________
21326 [  7858] By: gsar                                  on 2000/11/25  20:52:17
21327         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
21328              parent's memory; fix it by keeping track of the actual pad
21329              offset rather than a raw pointer (this change is probably also
21330              relevant to non-ithreads case to avoid fallout from reallocs of
21331              the pad array, but is currently only enabled for the ithreads
21332              case in the interests of minimal disruption to existing "well
21333              tested" code)
21334      Branch: perl
21335            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
21336            ! proto.h scope.c scope.h sv.c t/op/fork.t
21337 ____________________________________________________________________________
21338 [  7857] By: nick                                  on 2000/11/25  20:01:28
21339         Log: All tests pass on Win32/gcc/USE_PERLIO.
21340              - when crlf layer is pushed make unix-level binary.
21341              - remove :crlf injection in pp_backtick in pp_sys.c
21342              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
21343      Branch: perlio
21344            ! doio.c perlio.c pp_sys.c win32/makefile.mk
21345 ____________________________________________________________________________
21346 [  7856] By: jhi                                   on 2000/11/25  18:38:30
21347         Log: Update the metaconfig units for #7855.
21348      Branch: metaconfig/U/perl
21349            ! useperlio.U usesocks.U
21350 ____________________________________________________________________________
21351 [  7855] By: jhi                                   on 2000/11/25  18:37:54
21352         Log: Undo the SOCKS workarounds, instead start using PerlIO
21353              if SOCKS is selected.
21354              
21355              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
21356              From: Jens Hamisch <jens@Strawberry.COM>
21357              Date: Fri, 24 Nov 2000 18:31:30 +0100
21358              Message-ID: <20001124183130.E28337@Strawberry.COM>
21359              
21360              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
21361              From: Jens Hamisch <jens@Strawberry.COM>
21362              Date: Fri, 24 Nov 2000 19:11:51 +0100
21363              Message-ID: <20001124191151.A28753@Strawberry.COM>
21364      Branch: perl
21365            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
21366            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
21367 ____________________________________________________________________________
21368 [  7854] By: jhi                                   on 2000/11/25  17:39:08
21369         Log: Undo #7848.  Some of the code seems to use walkoptree(),
21370              some walkoptree_slow().  An unfinished renaming?
21371              Now the sub is walkoptree() (which is @EXPORT_OK),
21372              the walkoptree_slow() is a typeglob alias to walkoptree.
21373              This makes the tests to pass, at least.
21374      Branch: perl
21375            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
21376 ____________________________________________________________________________
21377 [  7853] By: nick                                  on 2000/11/24  22:24:33
21378         Log: Re-arrange crlf vs binary for platforms that care.
21379              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
21380              Lip-service to making stdio layer work on such platfroms (untested).
21381              Now fails 3 tests rather than one, checkin to see if I can debug 
21382              the issue under linux. (Do not merge.)
21383      Branch: perlio
21384            ! doio.c perlio.c perliol.h
21385 ____________________________________________________________________________
21386 [  7852] By: jhi                                   on 2000/11/24  18:57:39
21387         Log: AUTHORS edits.
21388      Branch: perl
21389            ! AUTHORS
21390 ____________________________________________________________________________
21391 [  7851] By: jhi                                   on 2000/11/24  17:34:56
21392         Log: Add Jan-Erik Karlsson.
21393      Branch: perl
21394            ! AUTHORS
21395 ____________________________________________________________________________
21396 [  7850] By: jhi                                   on 2000/11/24  17:27:56
21397         Log: Configure should find stdchar on its own.
21398      Branch: perl
21399            ! hints/solaris_2.sh
21400 ____________________________________________________________________________
21401 [  7849] By: jhi                                   on 2000/11/24  17:24:55
21402         Log: Subject: PATCH over 7848: Filter test flawed
21403              From: andreas.koenig@anima.de (Andreas J. Koenig)
21404              Date: 24 Nov 2000 10:28:29 +0100
21405              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
21406      Branch: perl
21407            ! t/lib/filter-util.t
21408 ____________________________________________________________________________
21409 [  7848] By: jhi                                   on 2000/11/24  17:22:15
21410         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
21411              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
21412              Date: Fri, 24 Nov 2000 16:12:58 +0000
21413              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
21414      Branch: perl
21415            ! ext/B/B.pm
21416 ____________________________________________________________________________
21417 [  7847] By: jhi                                   on 2000/11/24  03:07:01
21418         Log: Integrate perlio.
21419      Branch: perl
21420           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
21421           !> win32/makefile.mk
21422 ____________________________________________________________________________
21423 [  7846] By: gsar                                  on 2000/11/24  00:55:57
21424         Log: integrate changes#6415..6418,6420..6438 from mainline
21425              
21426              Fix the bitvector ops for utf8 (tricky since past 7 bits
21427              the utf8 'characters' can be more than one octet).
21428              
21429              MPE/ix updates for perl 5.6.0 from Mark Bixby.
21430              
21431              Subject: SDBM_File documentation
21432              
21433              Detypo.
21434              
21435              Decutandpasto.
21436              
21437              Send all installperl messages to STDERR and be -w clean.
21438              
21439              Out-of-date note removed.
21440              
21441              Protect against "wild next"s, that is, callbacks doing "next"
21442              instead of "return".
21443              
21444              Use STDOUT consistently.
21445              
21446              The output might have been produced in the wrong order.
21447              
21448              A missing 'break' after the [[:space:]] switch case.
21449              
21450              Add tests for
21451              [ID 19991110.003] another matching finding by pcre author
21452              which has already been fixed by some patch, as verified in
21453              
21454              Documentation to explain the behaviour of map().
21455              
21456              Add an optimization for map-maps-a-list-element-to-more-list-elements
21457              case, but add also notes explaining the relationship of this
21458              patch and the earlier notes by Sarathy.
21459              
21460              Subject: [ID 20000716.023] syslog test fails without sockets
21461              
21462              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
21463              Test cases for #6431.
21464              
21465              File::Spec::VMS fixup for tmpdir from Craig Berry.
21466              
21467              Make the "uninit variable" warning to say "concat or string"
21468              or "join or string" when in concat or join .
21469              
21470              Get UTF16 BOMs working.  Patch from
21471              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
21472              
21473              Subject: [PATCH] Make large file tests deal with SIGXFSZ
21474              
21475              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
21476              
21477              Subject: [PATCH] av.c apidoc
21478      Branch: maint-5.6/perl
21479           !> (integrate 43 files)
21480 ____________________________________________________________________________
21481 [  7845] By: gsar                                  on 2000/11/24  00:20:45
21482         Log: integrate changes#6406..6414 from mainline
21483              
21484              Merge perlhacktut into perlhack, update perlguts.
21485              
21486              Fix AutoSplit to use File::Spec the right way in VMS,
21487              from Peter Prymmer.
21488              
21489              The bug report
21490              [ID 19991110.002] minimal matching discrepancy found by pcre author
21491              seems to have been fixed (though differently from what was suggested
21492              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
21493              
21494              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
21495              not in pod, from Peter Prymmer
21496              
21497              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
21498              From: Hugo <hv@crypt.compulink.co.uk>
21499              Date: Fri, 14 Jul 2000 23:05:20 +0100
21500              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
21501              
21502              Didn't anymore apply, but that point still could use another fix.
21503              
21504              lib/b test fixes from Peter Prymmer.
21505              
21506              More docs for sv functions.
21507              
21508              perlvms.pod whitespace cleanup to keep pod utils happy.
21509              
21510              another VMS build tweak from Peter Prymmer
21511      Branch: maint-5.6/perl
21512           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
21513           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
21514           !> vms/descrip_mms.template vms/perlvms.pod
21515 ____________________________________________________________________________
21516 [  7844] By: nick                                  on 2000/11/23  23:42:45
21517         Log: Win32/perlio Now just fails one io/argv.t test - lack 
21518              of default :crlf on standard streams.
21519      Branch: perlio
21520            ! doio.c perlio.c
21521 ____________________________________________________________________________
21522 [  7843] By: nick                                  on 2000/11/23  23:04:05
21523         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
21524              peek fail is showing a real problem (multiple crlf layers
21525              are getting pushed.)
21526      Branch: perlio
21527            ! doio.c perlio.c win32/makefile.mk
21528 ____________________________________________________________________________
21529 [  7842] By: nick                                  on 2000/11/23  19:46:23
21530         Log: Implement PerlIO_binmode()
21531              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
21532              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
21533              make binmode in t/lib/io_tell.t unconditional so that works.
21534              Checkin just so Win32 machine can see these changes.
21535      Branch: perlio
21536            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
21537 ____________________________________________________________________________
21538 [  7841] By: jhi                                   on 2000/11/23  19:30:00
21539         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
21540      Branch: perl
21541            ! README.amiga
21542 ____________________________________________________________________________
21543 [  7840] By: jhi                                   on 2000/11/23  17:18:02
21544         Log: SOCKS wrestling continues, patches from Jens Hamisch.
21545      Branch: perl
21546            ! doio.c embed.h embed.pl perlsdio.h proto.h
21547 ____________________________________________________________________________
21548 [  7839] By: jhi                                   on 2000/11/23  16:54:14
21549         Log: Push Filter::Util::Call one level deeper.
21550      Branch: perl
21551            + t/lib/filter-util.t
21552           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
21553           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
21554            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
21555            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
21556            - t/lib/filt-util.t
21557            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
21558            ! win32/Makefile win32/makefile.mk
21559 ____________________________________________________________________________
21560 [  7838] By: jhi                                   on 2000/11/23  16:52:40
21561         Log: Reach back one higher up when searching for PERL_SRC.
21562      Branch: perl
21563            ! lib/ExtUtils/MM_Unix.pm
21564 ____________________________________________________________________________
21565 [  7837] By: jhi                                   on 2000/11/23  16:05:41
21566         Log: Subject: Re: perl@7826
21567              Date: Thu, 23 Nov 2000 02:20:25 -0600
21568              From: "Craig A. Berry" <craigberry@mac.com>
21569              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
21570              
21571              Make VMS to like Filter::Util::Call. 
21572      Branch: perl
21573            ! configure.com ext/Filter/Util/Makefile.PL
21574 ____________________________________________________________________________
21575 [  7836] By: nick                                  on 2000/11/23  16:04:08
21576         Log: Implement crlf layer - not ready for merge.
21577      Branch: perlio
21578            ! perlio.c win32/makefile.mk
21579 ____________________________________________________________________________
21580 [  7835] By: jhi                                   on 2000/11/23  15:56:52
21581         Log: STDCHAR is different in Sparc v9 vs x86.
21582      Branch: perl
21583            ! hints/solaris_2.sh
21584 ____________________________________________________________________________
21585 [  7834] By: jhi                                   on 2000/11/23  15:50:47
21586         Log: The type needs to be visible to protos.
21587      Branch: perl
21588            ! perl.h
21589 ____________________________________________________________________________
21590 [  7833] By: jhi                                   on 2000/11/23  15:40:46
21591         Log: Finish unfinished SOCKS workaround changes.
21592      Branch: perl
21593            ! doio.c
21594 ____________________________________________________________________________
21595 [  7832] By: jhi                                   on 2000/11/23  15:33:30
21596         Log: Integrate perlio.
21597      Branch: perl
21598           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
21599           !> win32/makefile.mk
21600 ____________________________________________________________________________
21601 [  7831] By: nick                                  on 2000/11/23  10:31:07
21602         Log: Correct makefile.mk dependancies for ext/Filter/Util
21603              Build ext/Encode
21604              Run dmake regen_config_h
21605      Branch: perlio
21606            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
21607            ! win32/makefile.mk
21608 ____________________________________________________________________________
21609 [  7830] By: nick                                  on 2000/11/23  08:05:07
21610         Log: Integrate mainline
21611      Branch: perlio
21612           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
21613           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
21614           +> t/lib/filt-util.pl t/lib/filt-util.t
21615           !> (integrate 41 files)
21616 ____________________________________________________________________________
21617 [  7829] By: gsar                                  on 2000/11/23  03:07:11
21618         Log: build the Filter extension on windows
21619      Branch: perl
21620            ! win32/Makefile win32/makefile.mk
21621 ____________________________________________________________________________
21622 [  7828] By: gsar                                  on 2000/11/23  02:46:35
21623         Log: regenerate win32/config* and fix some inconsistencies in the
21624              makefiles; always export Perl_deb() because it is needed
21625              by ext/re/* (whether perl itself is built with -DDEBUGGING
21626              or not)
21627      Branch: perl
21628            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
21629            ! win32/config_H.vc win32/makefile.mk
21630 ____________________________________________________________________________
21631 [  7827] By: gsar                                  on 2000/11/23  02:18:38
21632         Log: get sources building on windows+MSVC again (untested with other
21633              compilers)
21634      Branch: perl
21635            ! win32/include/sys/socket.h win32/perllib.c
21636 ____________________________________________________________________________
21637 [  7826] By: jhi                                   on 2000/11/23  01:18:26
21638         Log: Update Changes.
21639      Branch: perl
21640            ! Changes patchlevel.h
21641 ____________________________________________________________________________
21642 [  7825] By: jhi                                   on 2000/11/23  00:20:41
21643         Log: Subject: Re: av.c patch (having slight problems)
21644              From: "Ben Tilly" <ben_tilly@hotmail.com>
21645              Date: Tue, 21 Nov 2000 23:29:31 -0500
21646              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
21647              
21648              unshift() speedup.
21649      Branch: perl
21650            ! av.c
21651 ____________________________________________________________________________
21652 [  7824] By: jhi                                   on 2000/11/22  23:59:15
21653         Log: Fixes for signedness warnings noticed by VMSperlers.
21654      Branch: perl
21655            ! ext/Storable/Storable.xs regcomp.c sv.c
21656 ____________________________________________________________________________
21657 [  7823] By: jhi                                   on 2000/11/22  23:19:31
21658         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
21659              From: Peter Prymmer <pvhp@forte.com>
21660              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
21661              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
21662      Branch: perl
21663            ! t/pragma/warn/pp_hot
21664 ____________________________________________________________________________
21665 [  7822] By: jhi                                   on 2000/11/22  22:52:20
21666         Log: Be clean.
21667      Branch: perl
21668            ! Makefile.SH
21669 ____________________________________________________________________________
21670 [  7821] By: jhi                                   on 2000/11/22  22:46:39
21671         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
21672              by Damian Conway, as suggested by Paul Marquess.
21673      Branch: perl
21674            + lib/Filter/Simple.pm
21675 ____________________________________________________________________________
21676 [  7820] By: jhi                                   on 2000/11/22  22:45:51
21677         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
21678      Branch: perl
21679            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
21680            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
21681            + t/lib/filt-util.t
21682            ! MANIFEST
21683 ____________________________________________________________________________
21684 [  7819] By: jhi                                   on 2000/11/22  22:03:27
21685         Log: Integrate perlio.
21686      Branch: perl
21687           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
21688           !> win32/makefile.mk
21689 ____________________________________________________________________________
21690 [  7818] By: jhi                                   on 2000/11/22  21:56:02
21691         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
21692      Branch: perl
21693            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
21694            ! t/lib/io_sock.t
21695 ____________________________________________________________________________
21696 [  7817] By: jhi                                   on 2000/11/22  21:39:49
21697         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
21698              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21699              Date: Wed, 22 Nov 2000 16:08:12 -0500
21700              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
21701      Branch: perl
21702            ! lib/ExtUtils/Liblist.pm
21703 ____________________________________________________________________________
21704 [  7816] By: jhi                                   on 2000/11/22  21:38:25
21705         Log: Go ahead and #include <unistd.h> in perl.h.
21706      Branch: perl
21707            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
21708            ! util.c
21709 ____________________________________________________________________________
21710 [  7815] By: jhi                                   on 2000/11/22  21:22:52
21711         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
21712              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21713              Date: Mon, 20 Nov 2000 18:30:52 -0500
21714              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
21715      Branch: perl
21716            ! pod/perlre.pod regcomp.c t/op/re_tests
21717 ____________________________________________________________________________
21718 [  7814] By: jhi                                   on 2000/11/22  21:21:46
21719         Log: Subject: [PATCH 5.7.0] Liblist finally works
21720              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21721              Date: Tue, 21 Nov 2000 22:02:17 -0500
21722              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
21723      Branch: perl
21724            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
21725            ! lib/ExtUtils/MakeMaker.pm
21726 ____________________________________________________________________________
21727 [  7813] By: jhi                                   on 2000/11/22  21:20:23
21728         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
21729              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21730              Date: Wed, 22 Nov 2000 17:53:15 +0100
21731              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
21732              
21733              AIX dynaloader and perlio patch.
21734      Branch: perl
21735            ! ext/DynaLoader/dl_aix.xs
21736 ____________________________________________________________________________
21737 [  7812] By: jhi                                   on 2000/11/22  21:17:52
21738         Log: (Accidentally empty patch.)
21739      Branch: perl
21740            ! av.c
21741 ____________________________________________________________________________
21742 [  7811] By: jhi                                   on 2000/11/22  21:16:31
21743         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
21744              From: Peter Prymmer <pvhp@forte.com>
21745              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
21746              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
21747      Branch: perl
21748            ! vms/test.com
21749 ____________________________________________________________________________
21750 [  7810] By: jhi                                   on 2000/11/22  21:15:36
21751         Log: Subject: Re: perl@7777 
21752              From: "John P. Linderman" <jpl@research.att.com>
21753              Date: Wed, 22 Nov 2000 13:11:11 -0500
21754              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
21755              
21756              Detypoing.
21757      Branch: perl
21758            ! lib/CPAN.pm
21759 ____________________________________________________________________________
21760 [  7809] By: jhi                                   on 2000/11/22  21:14:19
21761         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
21762              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
21763              Date:     Wed, 22 Nov 2000 13:51:37 EST
21764              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
21765      Branch: perl
21766            ! perlsdio.h
21767 ____________________________________________________________________________
21768 [  7808] By: jhi                                   on 2000/11/22  21:13:27
21769         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
21770              From: Casey Tweten <crt@kiski.net>
21771              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
21772              Message-Id: <200011201653.LAA10194@home.kiski.net>
21773      Branch: perl
21774            ! t/lib/io_udp.t
21775 ____________________________________________________________________________
21776 [  7807] By: jhi                                   on 2000/11/22  21:12:35
21777         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
21778              From: Casey Tweten <crt@kiski.net>
21779              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
21780              Message-Id: <200011201636.LAA07227@home.kiski.net>
21781      Branch: perl
21782            ! t/lib/io_sock.t
21783 ____________________________________________________________________________
21784 [  7806] By: jhi                                   on 2000/11/22  21:10:59
21785         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
21786              From: "Casey R. Tweten" <crt@kiski.net>
21787              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
21788              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
21789      Branch: perl
21790            ! utils/h2xs.PL
21791 ____________________________________________________________________________
21792 [  7805] By: nick                                  on 2000/11/22  21:05:06
21793         Log: Integrate mainline
21794      Branch: perlio
21795           !> Changes Porting/genlog ext/DB_File/DB_File.xs
21796           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
21797           !> utils/perlbug.PL
21798 ____________________________________________________________________________
21799 [  7804] By: jhi                                   on 2000/11/22  21:01:12
21800         Log: Subject: [PATCH] Test.pm POD peculiarity
21801              From: "Casey R. Tweten" <crt@kiski.net>
21802              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
21803              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
21804      Branch: perl
21805            ! lib/Test.pm
21806 ____________________________________________________________________________
21807 [  7803] By: jhi                                   on 2000/11/22  20:59:59
21808         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
21809              From: "Philip Newton" <pnewton@gmx.de>
21810              Date: Wed, 22 Nov 2000 14:25:53 +0100
21811              Message-Id: <3A1BD771.25462.1939FAD@localhost>
21812              
21813              Be case-understanding also on 's', and use the -oi of sendmail
21814              not to terminate the transmission on a lone '.'.
21815      Branch: perl
21816            ! utils/perlbug.PL
21817 ____________________________________________________________________________
21818 [  7802] By: nick                                  on 2000/11/22  20:51:42
21819         Log: Win32 PerlIO intermediate state now working as expected.
21820              - In current state we are still using C runtime in text/binary
21821              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
21822              - PERLIO=stdio and PERLIO=unix pass all expected tests.
21823              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
21824              and PerlIO_seek() and the dummy crlf layer is not making adjustments
21825              for CRLF translation happening in C runtime. All other tests pass.
21826              
21827              Added note to README.win32 to point out the snags of doing a perl build
21828              with Norton AntiVirus turned on.
21829              
21830              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
21831              which file a fail comes from.
21832              
21833              Updated "canned" config.h to match the one generated.
21834      Branch: perlio
21835            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
21836            ! win32/makefile.mk
21837 ____________________________________________________________________________
21838 [  7801] By: jhi                                   on 2000/11/22  06:50:20
21839         Log: Nickety nits.
21840      Branch: perl
21841            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
21842 ____________________________________________________________________________
21843 [  7800] By: jhi                                   on 2000/11/22  01:29:55
21844         Log: Changes had accidentally gone too silent on non-main branches.
21845      Branch: perl
21846            ! Changes Porting/genlog patchlevel.h
21847 ____________________________________________________________________________
21848 [  7799] By: gsar                                  on 2000/11/22  01:02:56
21849         Log: some lib_pm.PL changes snuck in via change#7772
21850      Branch: maint-5.6/perl
21851            ! Makefile.SH
21852 ____________________________________________________________________________
21853 [  7798] By: nick                                  on 2000/11/21  21:59:40
21854         Log: Integrate mainline
21855      Branch: perlio
21856           !> (integrate 28 files)
21857 ____________________________________________________________________________
21858 [  7797] By: jhi                                   on 2000/11/21  21:01:45
21859         Log: Integrate perlio.
21860      Branch: perl
21861           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
21862 ____________________________________________________________________________
21863 [  7796] By: nick                                  on 2000/11/21  20:36:22
21864         Log: Win32 builds and runs (mostly) with USE_PERLIO.
21865              PERLIO=perlio passes all tests. 
21866              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
21867      Branch: perlio
21868            ! perlio.c win32/perllib.c win32/win32.c
21869 ____________________________________________________________________________
21870 [  7795] By: jhi                                   on 2000/11/21  19:03:44
21871         Log: Update Changes.
21872      Branch: perl
21873            ! Changes patchlevel.h
21874 ____________________________________________________________________________
21875 [  7794] By: jhi                                   on 2000/11/21  18:56:34
21876         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
21877              From: "Craig A. Berry" <craigberry@mac.com>
21878              Date: Mon, 20 Nov 2000 20:27:06 -0600
21879              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
21880              
21881              A cut-and-pasto.
21882      Branch: perl
21883            ! perlio.h
21884 ____________________________________________________________________________
21885 [  7793] By: jhi                                   on 2000/11/21  18:54:41
21886         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
21887              From: Dominic Dunlop <domo@computer.org> 
21888              Date: Mon, 20 Nov 2000 18:55:29 +0100
21889              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
21890              
21891              va_copy() and the need of it.
21892              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
21893      Branch: metaconfig/U/perl
21894            + need_va_copy.U
21895      Branch: perl
21896            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21897            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
21898            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
21899            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
21900            ! win32/config.bc win32/config.gc win32/config.vc
21901 ____________________________________________________________________________
21902 [  7792] By: jhi                                   on 2000/11/21  17:04:10
21903         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
21904      Branch: perl
21905           !> scope.h
21906 ____________________________________________________________________________
21907 [  7791] By: jhi                                   on 2000/11/21  17:01:16
21908         Log: Export the SOCKS workaround symbols only if necessary.
21909      Branch: perl
21910            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
21911 ____________________________________________________________________________
21912 [  7790] By: nick                                  on 2000/11/20  23:57:11
21913         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
21914      Branch: perlio
21915            ! scope.h
21916 ____________________________________________________________________________
21917 [  7789] By: nick                                  on 2000/11/20  23:38:33
21918         Log: Integrate mainline
21919      Branch: perlio
21920           +> lib/File/Spec/Epoc.pm
21921           !> (integrate 34 files)
21922 ____________________________________________________________________________
21923 [  7788] By: nick                                  on 2000/11/20  23:20:18
21924         Log: Make extra buffer layer work (dummy crlf layer)
21925      Branch: perlio
21926            ! doio.c perlio.c perlio.h
21927 ____________________________________________________________________________
21928 [  7787] By: jhi                                   on 2000/11/20  22:44:04
21929         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
21930              From: Peter Prymmer <pvhp@forte.com>
21931              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
21932              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
21933      Branch: perl
21934            ! t/pragma/locale.t
21935 ____________________________________________________________________________
21936 [  7786] By: jhi                                   on 2000/11/20  22:29:10
21937         Log: Subject: DOC PATCH 5.6.0 perlreftut
21938              From: mjd@plover.com
21939              Date: 20 Nov 2000 19:45:06 -0000
21940              Message-ID: <20001120194506.9505.qmail@plover.com>
21941      Branch: perl
21942            ! pod/perlreftut.pod
21943 ____________________________________________________________________________
21944 [  7785] By: jhi                                   on 2000/11/20  22:27:44
21945         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
21946              From: David Dyck <dcd@tc.fluke.com>
21947              Date: Mon, 20 Nov 2000 11:43:40 -0800
21948              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
21949      Branch: perl
21950            ! lib/Cwd.pm
21951 ____________________________________________________________________________
21952 [  7784] By: jhi                                   on 2000/11/20  22:23:21
21953         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
21954              Date: Mon, 20 Nov 2000 17:06:10 -0500
21955              To: Mailing list Perl5 <perl5-porters@perl.org>
21956              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
21957      Branch: perl
21958            ! pp_ctl.c t/op/pat.t
21959 ____________________________________________________________________________
21960 [  7783] By: jhi                                   on 2000/11/20  22:11:18
21961         Log: Subject: [PATCH] doop.c - UTF8 tr///               
21962              From: Simon Cozens <simon@cozens.net>
21963              Date: Sat, 18 Nov 2000 18:49:30 +0000
21964              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
21965              
21966              Subject: Re: [PATCH] doop.c - UTF8 tr///           
21967              From: Simon Cozens <simon@cozens.net>
21968              Date: Mon, 20 Nov 2000 20:45:22 +0000
21969              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
21970              
21971              Make tr on UTF-8 better but still not correct.
21972      Branch: perl
21973            ! doop.c
21974 ____________________________________________________________________________
21975 [  7782] By: jhi                                   on 2000/11/20  22:02:16
21976         Log: Remove the shared object before attempting to create
21977              (by linking) a new one.  E.g. in AIX not removing
21978              becomes quite painful if one tries to do more than one
21979              build in the same tree (an interrupted build, for example),
21980              since the AIX' shared dynaloader seemingly keeps the shared
21981              objects open and therefore 'busy' for quite a while, even when
21982              nobody is using the objects, leading into link failures.
21983      Branch: perl
21984            ! lib/ExtUtils/MM_Unix.pm
21985 ____________________________________________________________________________
21986 [  7781] By: gsar                                  on 2000/11/20  19:02:55
21987         Log: type mismatch due to faulty integration
21988      Branch: maint-5.6/perl
21989            ! toke.c win32/Makefile
21990 ____________________________________________________________________________
21991 [  7780] By: gsar                                  on 2000/11/20  17:31:55
21992         Log: integrate changes#6392,6394..6399,6401..6404
21993              
21994              The {multiplier} of a fixed substring was overlooked which
21995              caused a wrong initial search offset for that substring.
21996              
21997              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
21998              From: Hugo <hv@crypt.compulink.co.uk>
21999              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
22000              Date: Thu, 13 Jul 2000 19:27:13 +0100
22001              
22002              Fix the BOM bug: not a byteorder bug, a signedness bug.
22003              
22004              Replace change #6337 with a better one.
22005              
22006              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
22007              From: Hugo <hv@crypt.compulink.co.uk>
22008              Date: Fri, 14 Jul 2000 04:16:20 +0100
22009              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
22010              
22011              MakeMaker should not remove editor backups (*~) on `make clean`
22012              by default (completes change#6383)
22013              
22014              move new variables to the end of the interpreter structure (for
22015              bincompat in code that doesn't #include XSUB.h)
22016              
22017              rename totally bletcherous SvLOCK() thingy (doesn't do what the
22018              name suggests anyway)
22019              
22020              various cleanups (typos, misformatted code, and small bugs)
22021              
22022              typecasts needed for change#6394
22023              
22024              typos in change#6399, regen headers
22025              
22026              inconsistent types needs casts
22027              
22028              PERL_OBJECT build tweaks
22029      Branch: maint-5.6/perl
22030           !> MANIFEST doop.c embed.h embed.pl embedvar.h
22031           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
22032           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
22033           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
22034           !> toke.c util.c
22035 ____________________________________________________________________________
22036 [  7779] By: gsar                                  on 2000/11/20  17:06:29
22037         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
22038              
22039              Cosmetics and perldelta.
22040              
22041              Fix nits noticed by Boston.pm.
22042              
22043              Do the cc sanity check both before the hints and
22044              after the cc selction.
22045              
22046              get sprintf.t to adjust properly for 3-digit exponents
22047              
22048              don't clobber *.orig files on *clean targets
22049              
22050              fix bugs in processing %v-*d and similar format specs (from
22051              Avi Finkel <avi@finkel.org>)
22052              
22053              sprintf test tweaks (from Dominic Dunlop)
22054              
22055              new selfloader.t in change#6183 doesn't close DATA handles,
22056              and thus fails to clean up tmp files on dosish platforms
22057              
22058              typos (spotted by Peter Prymmer)
22059              
22060              typo fix from Craig Berry
22061      Branch: maint-5.6/perl
22062           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
22063           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
22064           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
22065           !> x2p/Makefile.SH
22066 ____________________________________________________________________________
22067 [  7778] By: gsar                                  on 2000/11/20  16:46:51
22068         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
22069              
22070              Subject: Re: format bug report  [Patch]
22071              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22072              Date: Wed, 05 Jul 2000 13:12:52 +0200
22073              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
22074              
22075              Subject: Re: format bug report  [Patch]
22076              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22077              Date: Wed, 05 Jul 2000 14:10:01 +0200
22078              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
22079              
22080              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
22081              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
22082              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
22083              Date: Fri, 07 Jul 2000 17:57:16 +0100
22084              
22085              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
22086              To: perl5-porters@perl.org
22087              From: Karsten Sperling <spiff@phreax.net>
22088              Date: Mon, 10 Jul 2000 15:12:52 +0200
22089              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
22090              
22091              README.posix-bc podified from Thomas Dorner.
22092              
22093              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
22094              From: Dominic Dunlop <domo@computer.org>
22095              Date: Tue, 11 Jul 2000 12:27:33 +0200
22096              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
22097              
22098              Typo in #6341.
22099              
22100              Fix for
22101              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
22102              From: Roderick Schertler <roderick@argon.org>
22103              Date: Tue, 11 Jul 2000 13:55:05 -0400
22104              Message-Id: <200007111755.NAA05077@jones.argon.org>
22105              
22106              Minor cleanups on the booklist.
22107              
22108              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
22109              regen perltoc.
22110              
22111              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
22112      Branch: maint-5.6/perl
22113           +> pod/perlbook.pod
22114           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
22115           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
22116           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
22117 ____________________________________________________________________________
22118 [  7777] By: jhi                                   on 2000/11/20  16:08:49
22119         Log: Update Changes.
22120      Branch: perl
22121            ! Changes patchlevel.h
22122 ____________________________________________________________________________
22123 [  7776] By: jhi                                   on 2000/11/20  15:27:56
22124         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
22125              This may be overly harsh but until proven otherwise, we think this
22126              way, or until we have a simple test for Configure (having to start
22127              up servers is does not count as simple) to check for the problems.
22128      Branch: perl
22129            ! perl.h
22130 ____________________________________________________________________________
22131 [  7775] By: jhi                                   on 2000/11/20  15:22:17
22132         Log: Solaris hints tweaks.
22133      Branch: perl
22134            ! hints/solaris_2.sh
22135 ____________________________________________________________________________
22136 [  7774] By: jhi                                   on 2000/11/20  15:01:20
22137         Log: Add a workaround to SOCKS 64-bit problems.
22138      Branch: perl
22139            ! doio.c embed.h embed.pl perlsdio.h proto.h
22140 ____________________________________________________________________________
22141 [  7773] By: jhi                                   on 2000/11/20  14:51:47
22142         Log: sysseek() instead of seek().
22143      Branch: perl
22144            ! t/lib/syslfs.t
22145 ____________________________________________________________________________
22146 [  7772] By: gsar                                  on 2000/11/20  13:06:23
22147         Log: integrate changes#6315..6319,6321..6331,6333..6338
22148              
22149              Integrate with Sarathy, preliminary fix for unicos
22150              alignment problems in [ID 20000612.002] Perl problem on Cray system.
22151              
22152              some debugger output does not go to the socket when RemotePort is set
22153              
22154              winsock cleanup never done on Windows (leads to handle leaks)
22155              
22156              fix UNC path handling on Windows under ithreads, and chdir()
22157              return value when given a non-existent directory
22158              
22159              Autogenerate pod/Makefile and pod/buildtoc.
22160              buildtoc also checks whether the existin pods are
22161              mentioned in MANIFEST and perl.pod, and vice versa.
22162              (None of the thusly found discrepancies fixed yet.)
22163              roffitall also needs to be autogenerated similarly but it
22164              seems so badly out of date that I didn't touch it yet.
22165              
22166              Config is being used.
22167              
22168              Add =head1 NAMEs so that buildtoc is happy.
22169              (The CGI::Util nit reported to Lincoln.)
22170              
22171              Fix complaints of buildtoc.
22172              
22173              Fix the alignment problem in Crays ([ID 20000612.002]).
22174              
22175              Remove perlbook, update perlfaq book listing,
22176              rearrange perl.pod, regenerate perltoc.
22177              
22178              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
22179              was cast to an unsigned (32-bit) integer with wild abandon.
22180              
22181              winsock options weren't being set in all threads under ithreads
22182              (caused send()s from second and subsequent threads to fail)
22183              
22184              accept() leaks memory on windows due to incorrect ordering of
22185              closesocket() and fclose() calls
22186              
22187              Reorder perl.pod once more.
22188              
22189              More POSIX.pod tweaks.
22190              
22191              Sprinkle ldlibpath.
22192              
22193              Precedence goof, fix based on
22194              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
22195              From: Hugo <hv@crypt.compulink.co.uk>
22196              Date: Tue, 11 Jul 2000 12:52:38 +0100
22197              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
22198              
22199              Subject: PATCH perlguts.pod: Document D and d magic types
22200              From: mjd@plover.com
22201              Date: 5 Jul 2000 18:01:51 -0000
22202              Message-ID: <20000705180151.29413.qmail@plover.com>
22203              
22204              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
22205              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
22206              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
22207              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
22208              
22209              Subject: [PATCH cfgperl] $& segfaults if you trick it
22210              From: simon@brecon.co.uk (Simon Cozens)
22211              Date: 7 Jul 2000 11:26:09 GMT
22212              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
22213              
22214              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
22215              From: Hugo <hv@crypt.compulink.co.uk>
22216              Date: Tue, 11 Jul 2000 12:44:50 +0100
22217              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
22218              
22219              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
22220              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
22221              Date: Tue, 11 Jul 2000 13:50:51 +0100
22222              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
22223      Branch: maint-5.6/perl
22224           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
22225           +> pod/buildtoc.PL
22226            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
22227           !> (integrate 26 files)
22228 ____________________________________________________________________________
22229 [  7771] By: gsar                                  on 2000/11/20  12:31:42
22230         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
22231              6310,6311,6314
22232              
22233              Subject: [PATCH bleedperl] File::Spec 0.82 beta
22234              From: Barrie Slaymaker <barries@jester.slaysys.com>
22235              Date: Wed, 28 Jun 2000 11:35:29 -0400
22236              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
22237              
22238              tweak perlembed for multiplicity/usethreads sanity; correct notes
22239              about Windows
22240              
22241              localize %INC in a Safe compartment so that use/require work
22242              (many other magic globals probably need similar treatment)
22243              
22244              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
22245              when @_ is modified, causing coredumps
22246              
22247              slurp mode fix in change#4736 still not quite right
22248              
22249              Point to perlipc for more SysV IPC examples.
22250              
22251              Elaborate POSIX.pod.  Still needs work.
22252              
22253              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
22254              
22255              fix large memory leak that has been around for ever, masked by
22256              -DPURIFY (most of the arenas were never freed!)
22257              
22258              fix memory leak on Windows (PL_sys_intern contents were never
22259              freed)
22260              
22261              PERL_OBJECT build tweak
22262              
22263              adjust change#6299
22264              
22265              remove rel2abs prototypes (from Barrie Slaymaker)
22266              
22267              missing perldiag entry for unpack("w",...) diagnostic (from
22268              Andreas Koenig)
22269              
22270              better diagnostic on Frob->stuff() when Frob:: doesn't exist
22271              (from Richard Soderberg <rs@oregonnet.com>)
22272              
22273              Win32 patches for cfgperl from Sarathy.
22274              
22275              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
22276              
22277              More POSIX.pod embellishment.
22278              
22279              tyop in change#6306
22280      Branch: maint-5.6/perl
22281           !> (integrate 44 files)
22282 ____________________________________________________________________________
22283 [  7770] By: gsar                                  on 2000/11/20  11:51:00
22284         Log: integrate changes#6268..6282 from cfgperl branch
22285              
22286              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
22287              From: Dominic Dunlop <domo@computer.org>
22288              Date: Thu, 29 Jun 2000 12:32:39 +0200
22289              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
22290              
22291              Regen headers for #6261 (and update embed.pl for this) and #6267,
22292              silence few compiler warnings.
22293              
22294              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
22295              From: Nicholas Clark <nick@talking.bollo.cx>
22296              Date: Fri, 23 Jun 2000 16:21:15 +0100
22297              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
22298              
22299              Subject: PATCH pod/perltie.pod
22300              From: Ian Phillipps <Ian.Phillipps@iname.com>
22301              Date: Fri, 16 Jun 2000 00:17:19 +0100
22302              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
22303              (only the first hunk, the second hunk had already been done
22304              by some other patch)
22305              
22306              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
22307              From: Tom Phoenix <rootbeer@redcat.com>
22308              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
22309              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
22310              
22311              Subject: [PATCH] xsub attributes
22312              From: Doug MacEachern <dougm@covalent.net>
22313              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
22314              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
22315              
22316              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
22317              From: Andy Dougherty <doughera@lafayette.edu>
22318              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
22319              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
22320              
22321              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
22322              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
22323              Date: Tue, 13 Jun 2000 02:43:48 -0500
22324              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
22325              
22326              Subject: [PATCH] Re: eval documentation: context
22327              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
22328              Date: Mon, 12 Jun 2000 15:07:29 +0100
22329              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
22330              
22331              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
22332              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
22333              Date: Mon, 12 Jun 2000 14:55:59 +0100
22334              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
22335              
22336              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
22337              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
22338              Date: Fri, 09 Jun 2000 12:39:27 -0400
22339              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
22340              (plus update the version "number" of Text::Wrap)
22341              
22342              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
22343              From: Tim Ayers <tayers@bridge.com>
22344              Date: Thu, 08 Jun 2000 08:11:06 +0200
22345              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
22346              [resent by Richard Foley, Message-Id probably wrong]
22347              
22348              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
22349              From: rspier@pobox.com (Robert Spier)
22350              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
22351              Message-ID: <14654.31913.845602.610277@rls.cx>
22352              
22353              Subject: [PATCH 5.6.0] utils/h2xs.PL
22354              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
22355              Date: Wed, 7 Jun 2000 04:02:04 -0500
22356              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
22357              
22358              Subject: [PATCH 5.6.0]ITHREADs for VMS
22359              From: Dan Sugalski <dan@sidhe.org>
22360              Date: Tue, 06 Jun 2000 11:59:50 -0400
22361              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
22362      Branch: maint-5.6/perl
22363           !> (integrate 31 files)
22364 ____________________________________________________________________________
22365 [  7769] By: gsar                                  on 2000/11/20  11:29:06
22366         Log: integrate changes#6261..6266 from cfgperl
22367              
22368              Subject: Re: [PATCH cfgperl] BOMs away!
22369              From: simon@brecon.co.uk (Simon Cozens)
22370              Date: 17 Jun 2000 11:49:57 GMT
22371              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
22372              
22373              Subject: 5.6.0 Patch for EPOC
22374              From: Olaf Flebbe <o.flebbe@gmx.de>
22375              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
22376              Message-ID: <23449.960929969@www11.gmx.net>
22377              
22378              tr fixes from Simon Cozens
22379              
22380              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
22381              From: Marty Lucich <marty@netcom.com>
22382              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
22383              Message-Id: <200006282116.OAA11148@netcom.com>
22384              ccdlflags update (the BSD/OS 4.1 part had already been taken
22385              care of by #6141).
22386              
22387              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
22388              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
22389              Date: Wed, 28 Jun 2000 17:50:12 -0700
22390              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
22391              
22392              Subject: [PATCH 5.6.0] cygwin port
22393              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
22394              From: "Fifer, Eric" <EFifer@sanwaint.com>
22395              Date: Thu, 29 Jun 2000 12:58:29 +0100
22396      Branch: maint-5.6/perl
22397           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
22398           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
22399           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
22400           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
22401 ____________________________________________________________________________
22402 [  7768] By: gsar                                  on 2000/11/20  11:13:44
22403         Log: integrate changes#6252..6256,6259..6260
22404              
22405              Paranoia tweak on #6249.
22406              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
22407              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
22408              Date: Sun, 25 Jun 2000 23:43:12 -0400
22409              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
22410              
22411              Subject: tr///, help wanted.
22412              From: simon@brecon.co.uk (Simon Cozens)
22413              Date: 28 Jun 2000 11:29:04 GMT
22414              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
22415              
22416              small thinko tweaks
22417              
22418              tweaks from Simon Conzes to further fix tr/// under utf8
22419              
22420              perlnewmod was missing from MANIFEST.
22421              
22422              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
22423              From: simon@brecon.co.uk (Simon Cozens)
22424              Date: 17 Jun 2000 11:56:44 GMT
22425              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
22426              pack U0, pack C0
22427      Branch: maint-5.6/perl
22428           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
22429           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
22430           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
22431           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
22432 ____________________________________________________________________________
22433 [  7767] By: gsar                                  on 2000/11/20  10:51:38
22434         Log: integrate change#6250 from cfgperl
22435              
22436              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
22437              From: Doug MacEachern <dougm@covalent.net>
22438              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
22439              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
22440      Branch: maint-5.6/perl
22441           +> t/op/my_stash.t
22442           !> MANIFEST embed.pl global.sym proto.h toke.c
22443 ____________________________________________________________________________
22444 [  7766] By: gsar                                  on 2000/11/20  10:48:34
22445         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
22446              
22447              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
22448              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
22449              Date: Mon, 26 Jun 2000 18:40:14 +0100
22450              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
22451              
22452              Subject: [PATCH] bytes<->utf8 fixes
22453              From: simon@brecon.co.uk (Simon Cozens)
22454              Date: 26 Jun 2000 04:55:45 GMT
22455              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
22456              
22457              Subject: [PATCH] is_utf8_string
22458              From: simon@brecon.co.uk (Simon Cozens)
22459              Date: 26 Jun 2000 02:25:59 GMT
22460              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
22461              
22462              Subject: [PATCH] avoid mg_ptr in '*' magic
22463              From: Doug MacEachern <dougm@covalent.net>
22464              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
22465              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
22466              
22467              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
22468              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
22469              Date: Sat, 24 Jun 2000 13:06:20 +0100
22470              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
22471              
22472              Allow for standalone testing.
22473              
22474              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
22475              From: Mark-Jason Dominus <mjd@plover.com>
22476              Date: Tue, 27 Jun 2000 22:36:42 -0400
22477              Message-ID: <20000628023642.12166.qmail@plover.com>
22478              
22479              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
22480              From: Frank Tobin <ftobin@uiuc.edu>
22481              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
22482              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
22483      Branch: maint-5.6/perl
22484           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
22485           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
22486           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
22487           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
22488           !> utf8.c utils/h2xs.PL
22489 ____________________________________________________________________________
22490 [  7765] By: gsar                                  on 2000/11/20  10:29:13
22491         Log: integrate change#6239 from cfgperl
22492              
22493              Configure maintenance.  Sever some dependency cycles,
22494              separate gccversion from the cc unit,
22495              address [ID 20000623.006] Configure script patch for using gcc on AIX
22496              (but solve it a little bit differently),
22497              unduplex some accidentally duplicated units,
22498              suggest using gcc if no cc available
22499              (p5p thread: "Solaris configure: counterproposal", 1999-09)
22500      Branch: maint-5.6/perl
22501           !> Configure Todo-5.6 config_h.SH
22502 ____________________________________________________________________________
22503 [  7764] By: gsar                                  on 2000/11/20  10:25:55
22504         Log: integrate changes#6233..6238 from cfgperl
22505              
22506              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
22507              From: Mark-Jason Dominus <mjd@plover.com>
22508              Date: Fri, 16 Jun 2000 20:53:04 -0400
22509              Message-ID: <20000617005304.8008.qmail@plover.com>
22510              
22511              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
22512              because when run as services (Win32ese for daemons)
22513              no environment variables are set and tmpdir ends up as /tmp,
22514              which is ambiguous.
22515              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
22516              From: matt@sergeant.org
22517              Date: 16 Jun 2000 16:30:43 -0000
22518              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
22519              
22520              The thread begun by
22521              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
22522              From: Kevin.Ruscoe@ubsw.com
22523              Date: Fri, 16 Jun 2000 16:38:51 +0100
22524              Message-Id: <H000019b03c300d6@MHS>
22525              
22526              Tweak embed.pl, regen headers.
22527              
22528              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
22529              From: Dan Sugalski <dan@sidhe.org>
22530              Date: Fri, 23 Jun 2000 17:00:00 -0400
22531              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
22532      Branch: maint-5.6/perl
22533           !> (integrate 27 files)
22534 ____________________________________________________________________________
22535 [  7763] By: gsar                                  on 2000/11/20  10:08:08
22536         Log: s/perl56delta/perldelta/g
22537      Branch: maint-5.6/perl
22538            ! pod/Makefile
22539 ____________________________________________________________________________
22540 [  7762] By: gsar                                  on 2000/11/20  10:04:00
22541         Log: integrate changes#6225,6229,6231,6232 from cfgperl
22542              
22543              Add source code filenames to apidoc.
22544              From: simon@brecon.co.uk (Simon Cozens)
22545              Subject: [PATCH embed.pl] Source X-ref
22546              Date: 22 Jun 2000 02:18:49 GMT
22547              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
22548              
22549              Subject: README.hpux version 0.6.1
22550              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
22551              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
22552              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
22553              
22554              Subject: [PATCH 5.6.0] cygwin port
22555              From: "Fifer, Eric" <EFifer@sanwaint.com>
22556              Date: Tue, 20 Jun 2000 14:30:58 +0100
22557              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
22558              
22559              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
22560              From: simon@brecon.co.uk (Simon Cozens)
22561              Date: 19 Jun 2000 15:18:27 GMT
22562              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
22563              
22564              plus update pod/Makefile and regenerate perltoc
22565      Branch: maint-5.6/perl
22566           +> pod/perlutil.pod
22567           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
22568           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
22569 ____________________________________________________________________________
22570 [  7761] By: jhi                                   on 2000/11/20  04:09:55
22571         Log: Miraculous typo.
22572      Branch: perl
22573            ! t/op/pat.t
22574 ____________________________________________________________________________
22575 [  7760] By: jhi                                   on 2000/11/20  04:06:08
22576         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
22577              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22578              Date: Sun, 19 Nov 2000 22:30:26 -0500
22579              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
22580      Branch: perl
22581            ! regexec.c scope.h t/op/pat.t
22582 ____________________________________________________________________________
22583 [  7759] By: jhi                                   on 2000/11/20  02:05:22
22584         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
22585      Branch: perl
22586            ! perl.h
22587 ____________________________________________________________________________
22588 [  7758] By: jhi                                   on 2000/11/20  01:58:11
22589         Log: Subject: [perl 7711: EPOC] updates
22590              From: Olaf Flebbe <o.flebbe@gmx.de>
22591              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
22592              Message-ID: <25575.974658810@www23.gmx.net>               
22593      Branch: perl
22594            + lib/File/Spec/Epoc.pm
22595            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
22596            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
22597            ! lib/File/Spec.pm perl.c sv.c
22598 ____________________________________________________________________________
22599 [  7757] By: jhi                                   on 2000/11/20  01:53:11
22600         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
22601      Branch: perl
22602            ! MANIFEST
22603 ____________________________________________________________________________
22604 [  7756] By: jhi                                   on 2000/11/20  01:47:22
22605         Log: Integrate perlio.
22606      Branch: perl
22607            - ext/re/hints/MSWin32.pl
22608           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
22609           !> win32/config.gc win32/config_H.gc win32/win32sck.c
22610 ____________________________________________________________________________
22611 [  7755] By: nick                                  on 2000/11/19  20:57:17
22612         Log: Add dummy crlf layer (just as buffer)
22613              Correct 1st bug - one layer of indirection.
22614      Branch: perlio
22615            ! perlio.c perlio.h perliol.h
22616 ____________________________________________________________________________
22617 [  7754] By: nick                                  on 2000/11/19  20:56:12
22618         Log: Work-round to Perl_deb_nocontext is no longer required
22619      Branch: perlio
22620            - ext/re/hints/MSWin32.pl
22621 ____________________________________________________________________________
22622 [  7753] By: nick                                  on 2000/11/19  20:01:16
22623         Log: diff -se shows these as different
22624      Branch: perlio
22625            ! global.sym pod/perlapi.pod
22626 ____________________________________________________________________________
22627 [  7752] By: nick                                  on 2000/11/19  18:57:30
22628         Log: Configure GCC/Win32 build -Duseperlio
22629              Fix a couple of gross issues
22630              - double-include of ../deb.o in re.dll
22631              - win32sck.c needs PerlIO and FILE 
22632      Branch: perlio
22633            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
22634            ! win32/win32sck.c
22635 ____________________________________________________________________________
22636 [  7751] By: nick                                  on 2000/11/19  17:05:36
22637         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
22638      Branch: perlio
22639            ! perlio.c
22640 ____________________________________________________________________________
22641 [  7750] By: nick                                  on 2000/11/19  16:57:14
22642         Log: Missing aTHX_
22643      Branch: perlio
22644            ! sv.c
22645 ____________________________________________________________________________
22646 [  7749] By: jhi                                   on 2000/11/19  16:28:40
22647         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
22648              From: "Peter J. Farley III" <pjfarley@banet.net>
22649              Date: Sun, 19 Nov 2000 01:42:58 -0500
22650              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
22651      Branch: perl
22652            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
22653 ____________________________________________________________________________
22654 [  7748] By: jhi                                   on 2000/11/19  16:08:10
22655         Log: Subject: podlators 1.05 available        
22656              From: Russ Allbery <rra@stanford.edu>   
22657              Date: 18 Nov 2000 22:04:28 -0800
22658              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
22659      Branch: perl
22660            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
22661 ____________________________________________________________________________
22662 [  7747] By: nick                                  on 2000/11/19  11:19:39
22663         Log: Integrate mainline
22664      Branch: perlio
22665           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
22666           !> util.c
22667 ____________________________________________________________________________
22668 [  7746] By: jhi                                   on 2000/11/19  06:42:22
22669         Log: Make hex scanning warn on "\x{x}" and "\xx".
22670              "\x" and and hex("x") are still valid.
22671      Branch: perl
22672            ! util.c
22673 ____________________________________________________________________________
22674 [  7745] By: nick                                  on 2000/11/18  22:52:28
22675         Log: Integrate mainline
22676      Branch: perlio
22677           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
22678           !> perl.h perlio.c proto.h regcomp.c regcomp.h
22679 ____________________________________________________________________________
22680 [  7744] By: jhi                                   on 2000/11/18  22:50:28
22681         Log: Introduce Perl_utf8_length().  Use it.
22682      Branch: perl
22683            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
22684 ____________________________________________________________________________
22685 [  7743] By: jhi                                   on 2000/11/18  22:38:51
22686         Log: Compiler denit.
22687      Branch: perl
22688            ! perlio.c
22689 ____________________________________________________________________________
22690 [  7742] By: jhi                                   on 2000/11/18  20:33:05
22691         Log: Integrate perlio.
22692      Branch: perl
22693           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
22694           !> perlio.h pp_ctl.c pp_sys.c sv.c
22695 ____________________________________________________________________________
22696 [  7741] By: jhi                                   on 2000/11/18  20:31:27
22697         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
22698              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22699              Date: Fri, 17 Nov 2000 20:35:11 -0500
22700              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
22701              
22702              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
22703              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22704              Date: Fri, 17 Nov 2000 21:03:47 -0500
22705              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
22706              
22707              Plus a little bit of tweaking in pregcomp().
22708      Branch: perl
22709            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
22710 ____________________________________________________________________________
22711 [  7740] By: nick                                  on 2000/11/18  20:17:22
22712         Log: Lexical use open ... support:
22713              add ->cop_io to COP structure in cop.h.
22714              Make mg.c and gv.c associate it with ${^OPEN}.
22715              Make lib/open.pm set it.
22716              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
22717              manner similar to ->cop_warnings.
22718              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
22719              call new PerlIO_apply_layers().
22720              Declare latter in perlio.h and define in perlio.c
22721      Branch: perlio
22722            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
22723            ! perlio.h pp_ctl.c pp_sys.c sv.c
22724 ____________________________________________________________________________
22725 [  7739] By: jhi                                   on 2000/11/18  19:54:00
22726         Log: Integrate perlio.
22727      Branch: perl
22728           !> doio.c perlio.c pp.c
22729 ____________________________________________________________________________
22730 [  7738] By: jhi                                   on 2000/11/18  17:16:13
22731         Log: Subject: [PATCH 5.7.0] etags broken again
22732              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22733              Date: Sat, 18 Nov 2000 02:41:36 -0500
22734              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
22735      Branch: perl
22736            ! emacs/ptags
22737 ____________________________________________________________________________
22738 [  7737] By: jhi                                   on 2000/11/18  17:12:18
22739         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
22740      Branch: perl
22741            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
22742 ____________________________________________________________________________
22743 [  7736] By: nick                                  on 2000/11/18  14:06:20
22744         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
22745              part to be isolated.
22746      Branch: perlio
22747            ! doio.c perlio.c
22748 ____________________________________________________________________________
22749 [  7735] By: nick                                  on 2000/11/18  11:03:32
22750         Log: Integrate mainline
22751      Branch: perlio
22752           !> Changes README.amiga README.win32 patchlevel.h
22753           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
22754 ____________________________________________________________________________
22755 [  7734] By: jhi                                   on 2000/11/18  01:18:56
22756         Log: Update Changes.
22757      Branch: perl
22758            ! Changes patchlevel.h
22759 ____________________________________________________________________________
22760 [  7733] By: jhi                                   on 2000/11/18  00:32:54
22761         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
22762              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22763              Date: Fri, 17 Nov 2000 17:28:02 -0500
22764              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
22765      Branch: perl
22766            ! regcomp.c regexec.c t/op/re_tests
22767 ____________________________________________________________________________
22768 [  7732] By: jhi                                   on 2000/11/18  00:28:56
22769         Log: Sparc 64-bit pack() fix from Jens Hamisch.
22770      Branch: perl
22771            ! pp.c
22772 ____________________________________________________________________________
22773 [  7731] By: jhi                                   on 2000/11/18  00:18:39
22774         Log: Explain in more detail the {} syntax ambiguousity.
22775              
22776              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
22777              From: Nicholas Clark <nick@ccl4.org>
22778              Date: Fri, 17 Nov 2000 22:10:28 +0000
22779              Message-ID: <20001117221028.A88930@plum.flirble.org>
22780      Branch: perl
22781            ! pod/perlfunc.pod
22782 ____________________________________________________________________________
22783 [  7730] By: jhi                                   on 2000/11/18  00:12:18
22784         Log: Subject: Fix for README.amiga (20000323.033)
22785              From: "Stephen P. Potter" <spp@spotter.yi.org>
22786              Date: Fri, 17 Nov 2000 12:25:51 -0500
22787              Message-Id: <200011171725.MAA05768@spotter.yi.org>
22788      Branch: perl
22789            ! README.amiga
22790 ____________________________________________________________________________
22791 [  7729] By: jhi                                   on 2000/11/18  00:08:34
22792         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
22793              From: "A. C. Yardley" <yardley@tanet.net>
22794              Date: Mon, 3 Apr 2000 11:35:33 -0700
22795              Message-ID: <3483.000403@tanet.net>
22796      Branch: perl
22797            ! README.win32
22798 ____________________________________________________________________________
22799 [  7728] By: nick                                  on 2000/11/17  21:59:47
22800         Log: Integrate mainline
22801      Branch: perlio
22802           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
22803           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
22804           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
22805           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
22806 ____________________________________________________________________________
22807 [  7727] By: nick                                  on 2000/11/17  21:56:31
22808         Log: Experiment on use of attributes.pm interface.
22809              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
22810              SVt_PVRV if not already something better (else vivify of say magic gets
22811              core dump).
22812      Branch: perlio
22813            ! perlio.c pp.c
22814 ____________________________________________________________________________
22815 [  7726] By: jhi                                   on 2000/11/17  14:15:49
22816         Log: Subject: Fix for 20000815.006
22817              From: "Stephen P. Potter" <spp@spotter.yi.org>
22818              Date: Fri, 17 Nov 2000 08:57:45 -0500
22819              Message-Id: <200011171357.IAA05122@spotter.yi.org>
22820              
22821              It's really 20000518.006.
22822      Branch: perl
22823            ! pod/perlmodlib.PL
22824 ____________________________________________________________________________
22825 [  7725] By: jhi                                   on 2000/11/17  14:12:31
22826         Log: Subject: Fix for 20000409.001
22827              From: "Stephen P. Potter" <spp@spotter.yi.org>
22828              Date: Fri, 17 Nov 2000 08:55:45 -0500
22829              Message-Id: <200011171355.IAA05104@spotter.yi.org>
22830      Branch: perl
22831            ! pod/perlfaq9.pod
22832 ____________________________________________________________________________
22833 [  7724] By: jhi                                   on 2000/11/17  14:08:58
22834         Log: Undo #7627 now that we have =head3.
22835      Branch: perl
22836            ! pod/perlhack.pod
22837 ____________________________________________________________________________
22838 [  7723] By: jhi                                   on 2000/11/17  14:04:09
22839         Log: As surmised the #7719 wasn't a good move.
22840      Branch: perl
22841            ! hints/solaris_2.sh
22842 ____________________________________________________________________________
22843 [  7722] By: jhi                                   on 2000/11/17  13:59:04
22844         Log: Also the 64bitall hints can be either here or there.
22845      Branch: perl
22846            ! hints/solaris_2.sh
22847 ____________________________________________________________________________
22848 [  7721] By: jhi                                   on 2000/11/17  02:26:23
22849         Log: Test tweak for the open pragma.
22850      Branch: perl
22851            ! t/lib/b.t
22852 ____________________________________________________________________________
22853 [  7720] By: jhi                                   on 2000/11/17  00:23:22
22854         Log: The long double hints can be here or there.
22855      Branch: perl
22856            ! hints/solaris_2.sh
22857 ____________________________________________________________________________
22858 [  7719] By: jhi                                   on 2000/11/17  00:14:06
22859         Log: For Solaris use64bitall the stdchar needs a little bit of help.
22860      Branch: perl
22861            ! hints/solaris_2.sh
22862 ____________________________________________________________________________
22863 [  7718] By: jhi                                   on 2000/11/16  23:27:34
22864         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
22865              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
22866              Date: Wed, 15 Nov 2000 08:56:32 +0100
22867              Message-ID: <3A1241B0.64477E00@alcatel.at>
22868      Branch: perl
22869            ! lib/Carp/Heavy.pm
22870 ____________________________________________________________________________
22871 [  7717] By: jhi                                   on 2000/11/16  23:23:29
22872         Log: Subject: [PATCH] Re: 20001101.003 PDL
22873              From: Nicholas Clark <nick@ccl4.org>
22874              Date: Thu, 16 Nov 2000 16:48:25 +0000
22875              Message-ID: <20001116164825.B93487@plum.flirble.org>
22876      Branch: perl
22877            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
22878 ____________________________________________________________________________
22879 [  7716] By: jhi                                   on 2000/11/16  23:21:31
22880         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
22881              From: "Casey R. Tweten" <crt@kiski.net>
22882              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
22883              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
22884      Branch: perl
22885            ! lib/Pod/Checker.pm pod/perlpod.pod
22886 ____________________________________________________________________________
22887 [  7715] By: jhi                                   on 2000/11/16  23:19:40
22888         Log: Avoid an infinite loop in VMS when utils scripts are run
22889              with no arguments, from Charles Lane.
22890      Branch: perl
22891            ! configure.com
22892 ____________________________________________________________________________
22893 [  7714] By: jhi                                   on 2000/11/16  23:17:08
22894         Log: Subject: perllocale.pod changes
22895              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
22896              Date: Mon, 13 Nov 2000 10:09:22 +0300
22897              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
22898      Branch: perl
22899            ! pod/perllocale.pod
22900 ____________________________________________________________________________
22901 [  7713] By: jhi                                   on 2000/11/16  23:14:06
22902         Log: Integrate perlio.
22903      Branch: perl
22904           !> doio.c perlio.c perlio.h util.c
22905 ____________________________________________________________________________
22906 [  7712] By: nick                                  on 2000/11/16  21:10:58
22907         Log: Integrate mainline
22908      Branch: perlio
22909           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
22910           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
22911           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
22912           !> vos/config.ga.def vos/config.ga.h win32/config.bc
22913           !> win32/config.gc win32/config.vc
22914 ____________________________________________________________________________
22915 [  7711] By: nick                                  on 2000/11/16  19:56:41
22916         Log: Minor tweaks:
22917              consistent way of getting 'rb', 'wb' etc. for binary opens
22918              move *perlio::layers to *open::layers
22919              a #define to show layers available
22920              DOSISH popen/PerlIO had export/import sense inverted.
22921      Branch: perlio
22922            ! doio.c perlio.c perlio.h util.c
22923 ____________________________________________________________________________
22924 [  7710] By: jhi                                   on 2000/11/16  15:46:05
22925         Log: Add HAS_SBRK_PROTO.
22926      Branch: metaconfig/U/perl
22927            + d_sbrkproto.U
22928      Branch: perl
22929            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
22930            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
22931            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
22932            ! vos/config.ga.def vos/config.ga.h win32/config.bc
22933            ! win32/config.gc win32/config.vc
22934 ____________________________________________________________________________
22935 [  7709] By: nick                                  on 2000/11/16  07:31:49
22936         Log: Integrate mainline
22937      Branch: perlio
22938           !> (integrate 35 files)
22939 ____________________________________________________________________________
22940 [  7708] By: jhi                                   on 2000/11/16  05:33:03
22941         Log: These files are text, not binary.
22942      Branch: perl
22943            ! ext/Encode/Encode/iso8859-10.enc
22944            ! ext/Encode/Encode/iso8859-13.enc
22945            ! ext/Encode/Encode/iso8859-14.enc
22946            ! ext/Encode/Encode/iso8859-15.enc
22947 ____________________________________________________________________________
22948 [  7707] By: jhi                                   on 2000/11/16  01:53:37
22949         Log: Update Changes.
22950      Branch: perl
22951            ! Changes patchlevel.h
22952 ____________________________________________________________________________
22953 [  7706] By: jhi                                   on 2000/11/16  01:35:59
22954         Log: More #undefing of stdio.
22955      Branch: perl
22956            ! fakesdio.h nostdio.h
22957 ____________________________________________________________________________
22958 [  7705] By: jhi                                   on 2000/11/16  01:34:18
22959         Log: Add fwalk() probe to the configuration files and regen perltoc.
22960      Branch: perl
22961            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
22962            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
22963            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
22964            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
22965            ! win32/config.bc win32/config.gc win32/config.vc
22966 ____________________________________________________________________________
22967 [  7704] By: jhi                                   on 2000/11/16  01:33:07
22968         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
22969              an optional third argument to Inlibc?)
22970      Branch: metaconfig/U/perl
22971            + d__fwalk.U
22972 ____________________________________________________________________________
22973 [  7703] By: jhi                                   on 2000/11/16  01:09:22
22974         Log: The type of the hash_cb() size argument is tricky.
22975      Branch: perl
22976            ! ext/DB_File/DB_File.xs
22977 ____________________________________________________________________________
22978 [  7702] By: jhi                                   on 2000/11/15  23:01:16
22979         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
22980      Branch: perl
22981            ! nostdio.h
22982 ____________________________________________________________________________
22983 [  7701] By: jhi                                   on 2000/11/15  22:52:32
22984         Log: Detypo.
22985      Branch: perl
22986            ! t/lib/bigfltpm.t
22987 ____________________________________________________________________________
22988 [  7700] By: jhi                                   on 2000/11/15  22:51:56
22989         Log: UINT64_C() work continues.
22990      Branch: perl
22991            ! handy.h perl.h utf8.h
22992 ____________________________________________________________________________
22993 [  7699] By: jhi                                   on 2000/11/15  14:13:04
22994         Log: SOCKS has its own USE_THREADS, based on
22995              
22996              Subject: [ID 20001114.002] et. al. bugfix followup
22997              From: Jens Hamisch <jens@Strawberry.COM> 
22998              Date: Wed, 15 Nov 2000 14:23:11 +0100
22999              Message-ID: <20001115142311.A21164@Strawberry.COM>
23000      Branch: perl
23001            ! perl.h
23002 ____________________________________________________________________________
23003 [  7698] By: jhi                                   on 2000/11/15  03:50:56
23004         Log: Add few missing #undefs and sort them.
23005      Branch: perl
23006            ! fakesdio.h
23007 ____________________________________________________________________________
23008 [  7697] By: jhi                                   on 2000/11/15  03:39:14
23009         Log: Linenumber fix.
23010      Branch: perl
23011            ! t/pragma/warn/utf8
23012 ____________________________________________________________________________
23013 [  7696] By: jhi                                   on 2000/11/15  02:55:26
23014         Log: EBCDIC tweaks.
23015              
23016              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
23017              From: Peter Prymmer <pvhp@forte.com>
23018              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
23019              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
23020      Branch: perl
23021            ! t/op/regmesg.t t/pragma/warn/utf8
23022 ____________________________________________________________________________
23023 [  7695] By: jhi                                   on 2000/11/15  02:53:58
23024         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
23025              From: Peter Prymmer <pvhp@forte.com>
23026              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
23027              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
23028      Branch: perl
23029            ! utf8.c
23030 ____________________________________________________________________________
23031 [  7694] By: jhi                                   on 2000/11/15  02:50:55
23032         Log: Subject: [PATCH: perl@7674] updates to README.os390
23033              From: Prymmer/Kahn <pvhp@best.com>
23034              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
23035              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
23036      Branch: perl
23037            ! README.os390
23038 ____________________________________________________________________________
23039 [  7693] By: jhi                                   on 2000/11/15  02:48:37
23040         Log: Quit utf8_to_uv() instantly if curlen == 0.
23041      Branch: perl
23042            ! utf8.c
23043 ____________________________________________________________________________
23044 [  7692] By: jhi                                   on 2000/11/15  02:24:29
23045         Log: Use u_int32_t for the size of hash_cb(), not size_t.
23046              
23047              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
23048              From: Jens Hamisch <jens@Strawberry.COM>     
23049              Date: Tue, 14 Nov 2000 19:03:55 +0100
23050              Message-Id: <20001114190355.A20559@Strawberry.COM>
23051      Branch: perl
23052            ! ext/DB_File/DB_File.xs
23053 ____________________________________________________________________________
23054 [  7691] By: jhi                                   on 2000/11/15  02:20:12
23055         Log: Use UINT64_C().
23056              
23057              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
23058              From: Jens Hamisch <jens@Strawberry.COM>
23059              Date: Tue, 14 Nov 2000 19:16:23 +0100
23060              Message-Id: <20001114191623.G20559@Strawberry.COM>
23061      Branch: perl
23062            ! utf8.c utf8.h
23063 ____________________________________________________________________________
23064 [  7690] By: jhi                                   on 2000/11/15  02:17:06
23065         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
23066              (a macro to define signed and unsigned integer constants).
23067      Branch: perl
23068            ! handy.h
23069 ____________________________________________________________________________
23070 [  7689] By: jhi                                   on 2000/11/15  01:56:51
23071         Log: Regen Configure.
23072      Branch: perl
23073            ! Configure
23074 ____________________________________________________________________________
23075 [  7688] By: jhi                                   on 2000/11/15  01:56:32
23076         Log: Make the unit know about SOCKS.
23077      Branch: metaconfig
23078            ! U/protos/socksizetype.U
23079 ____________________________________________________________________________
23080 [  7687] By: jhi                                   on 2000/11/15  01:54:47
23081         Log: Remove unused dependencies.
23082      Branch: metaconfig
23083            ! U/compline/d_getpagsz.U
23084 ____________________________________________________________________________
23085 [  7686] By: nick                                  on 2000/11/14  21:25:13
23086         Log: Integrate mainline.
23087      Branch: perlio
23088           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
23089           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
23090           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
23091           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
23092           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
23093           !> win32/config.bc win32/config.gc win32/config.vc
23094           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
23095 ____________________________________________________________________________
23096 [  7685] By: jhi                                   on 2000/11/14  17:54:56
23097         Log: Integrate perlio.
23098      Branch: perl
23099           +> fakesdio.h perliol.h
23100           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
23101           !> perlsdio.h perlsfio.h pod/perlfunc.pod
23102 ____________________________________________________________________________
23103 [  7684] By: nick                                  on 2000/11/14  17:43:04
23104         Log: PerlIO #include and #ifdef re-work.
23105      Branch: perlio
23106            + fakesdio.h perliol.h
23107            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
23108            ! perlsdio.h perlsfio.h
23109 ____________________________________________________________________________
23110 [  7683] By: jhi                                   on 2000/11/14  15:42:40
23111         Log: Hoist the duplicated socket/netdb include logic to perl.h;
23112              undef SETERRNO in case SOCKS has defined it.  Based on:
23113              
23114              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
23115              From: Jens Hamisch <jens@Strawberry.COM> 
23116              Date: Tue, 14 Nov 2000 11:34:40 +0100
23117              Message-Id: <20001114113440.A20005@Strawberry.COM>
23118      Branch: perl
23119            ! doio.c perl.h pp_sys.c
23120 ____________________________________________________________________________
23121 [  7682] By: jhi                                   on 2000/11/14  14:07:28
23122         Log: Subject: some additions for makefiles for win32 (for perl@7674)
23123              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
23124              Date: Tue, 14 Nov 2000 09:31:13 +0300
23125              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
23126      Branch: perl
23127            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
23128            ! win32/makefile.mk
23129 ____________________________________________________________________________
23130 [  7681] By: jhi                                   on 2000/11/14  14:01:41
23131         Log: Subject: tiny typo in perl5db.pl
23132              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
23133              Date: Tue, 14 Nov 2000 09:29:28 +0300
23134              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
23135      Branch: perl
23136            ! lib/perl5db.pl
23137 ____________________________________________________________________________
23138 [  7680] By: jhi                                   on 2000/11/14  04:13:50
23139         Log: Redo #7679 with LFs instead of CRLFs.
23140      Branch: perl
23141            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
23142            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
23143            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
23144 ____________________________________________________________________________
23145 [  7679] By: jhi                                   on 2000/11/14  01:21:09
23146         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
23147              From: Benjamin Stuhl <tiriath@yahoo.com> 
23148              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
23149              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
23150      Branch: perl
23151            + win32/bin/mdelete.bat
23152            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
23153            ! makedef.pl perlio.c win32/Makefile win32/config.gc
23154            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
23155 ____________________________________________________________________________
23156 [  7678] By: jhi                                   on 2000/11/14  01:19:20
23157         Log: Fix the re extension building for Win32.
23158              
23159              Subject: [PATCH perl@7638] Get PerlIO building on Win32
23160              From: Benjamin Stuhl <tiriath@yahoo.com> 
23161              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
23162              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
23163      Branch: perl
23164            + ext/re/hints/MSWin32.pl
23165            ! MANIFEST
23166 ____________________________________________________________________________
23167 [  7677] By: jhi                                   on 2000/11/14  01:13:54
23168         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
23169              From: sthoenna@efn.org
23170              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
23171              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
23172      Branch: perl
23173            ! doop.c pp.c toke.c utf8.c utf8.h
23174 ____________________________________________________________________________
23175 [  7676] By: jhi                                   on 2000/11/13  20:23:15
23176         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
23177              From: Nicholas Clark <nick@ccl4.org>
23178              Date: Mon, 13 Nov 2000 18:55:04 +0000
23179              Message-ID: <20001113185504.J29183@plum.flirble.org>
23180      Branch: perl
23181            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
23182 ____________________________________________________________________________
23183 [  7675] By: nick                                  on 2000/11/13  20:21:57
23184         Log: Integrate mainline ...
23185      Branch: perlio
23186           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
23187           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
23188           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
23189           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
23190 ____________________________________________________________________________
23191 [  7674] By: jhi                                   on 2000/11/13  15:07:56
23192         Log: Update Changes.
23193      Branch: perl
23194            ! Changes patchlevel.h
23195 ____________________________________________________________________________
23196 [  7673] By: jhi                                   on 2000/11/13  14:42:42
23197         Log: Remove the new two tests of lib/io_xs for now, they seem to
23198              fail under perlio on some platforms.
23199      Branch: perl
23200            ! t/lib/io_xs.t
23201 ____________________________________________________________________________
23202 [  7672] By: jhi                                   on 2000/11/13  13:57:53
23203         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
23204      Branch: perl
23205            ! perlio.c
23206 ____________________________________________________________________________
23207 [  7671] By: jhi                                   on 2000/11/13  05:30:48
23208         Log: Placate nervous compilers that see longer than ints switch()ing.
23209      Branch: perl
23210            ! utf8.c
23211 ____________________________________________________________________________
23212 [  7670] By: jhi                                   on 2000/11/13  05:14:21
23213         Log: fputs() does return EOF on error but here we don't care.
23214      Branch: perl
23215            ! perlio.c
23216 ____________________________________________________________________________
23217 [  7669] By: jhi                                   on 2000/11/13  05:02:45
23218         Log: Declare reg_data like reg_substr_data.
23219      Branch: perl
23220            ! regexp.h
23221 ____________________________________________________________________________
23222 [  7668] By: jhi                                   on 2000/11/13  04:54:34
23223         Log: Typos in #7667.
23224      Branch: perl
23225            ! perl.h
23226 ____________________________________________________________________________
23227 [  7667] By: jhi                                   on 2000/11/13  04:49:49
23228         Log: Cleanup messy #ifdef.
23229      Branch: perl
23230            ! perl.h
23231 ____________________________________________________________________________
23232 [  7666] By: jhi                                   on 2000/11/13  04:17:34
23233         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
23234              From: Nicholas Clark <nick@talking.bollo.cx>
23235              Date: Sun, 12 Nov 2000 21:14:11 +0000
23236              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
23237              
23238              Note: only one breakage of the two reported is fixed by this patch.
23239      Branch: perl
23240            ! perlio.c
23241 ____________________________________________________________________________
23242 [  7665] By: jhi                                   on 2000/11/13  04:05:07
23243         Log: Tweak the definition of the bit complement on UTF-8 data:
23244              if none of the characters in the string are > 0xff,
23245              the result is a complemented byte string, not a (UTF-8)
23246              char string.  Based on the summary in
23247              
23248              Subject: Re: [ID 20000918.005] ~ on wide chars
23249              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
23250              Date: Fri, 10 Nov 2000 09:47:15 -0800
23251              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
23252              
23253              This should give us the maximum backward (pre-char string)
23254              compatibility and utf8 compatibility.  The other alternative
23255              would be to limit the bit complement to be always byte only,
23256              taking the least significant byte of the chars.
23257      Branch: perl
23258            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
23259 ____________________________________________________________________________
23260 [  7664] By: jhi                                   on 2000/11/13  00:23:44
23261         Log: Couple of tests from #7660 salvaged.
23262      Branch: perl
23263            - t/op/tell.t
23264            ! MANIFEST t/io/tell.t
23265 ____________________________________________________________________________
23266 [  7663] By: jhi                                   on 2000/11/13  00:02:48
23267         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
23268              From: Nicholas Clark <nick@talking.bollo.cx>
23269              Date: Sun, 12 Nov 2000 21:23:43 +0000
23270              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
23271      Branch: perl
23272            ! perlsfio.h
23273 ____________________________________________________________________________
23274 [  7662] By: jhi                                   on 2000/11/13  00:01:39
23275         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
23276              From: Nicholas Clark <nick@talking.bollo.cx>
23277              Date: Sun, 12 Nov 2000 21:30:04 +0000
23278              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
23279      Branch: perl
23280            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
23281 ____________________________________________________________________________
23282 [  7661] By: jhi                                   on 2000/11/12  23:57:29
23283         Log: Document tell() on special streams.
23284      Branch: perl
23285            ! pod/perlfunc.pod
23286 ____________________________________________________________________________
23287 [  7660] By: jhi                                   on 2000/11/12  23:54:22
23288         Log: (Subsumed by #7664)
23289      Branch: perl
23290            + t/op/tell.t
23291            ! MANIFEST
23292 ____________________________________________________________________________
23293 [  7659] By: jhi                                   on 2000/11/12  22:55:25
23294         Log: Many subdocumented return values of the IO extension now documented.
23295              ungetc and write still left subdocumented.
23296              
23297              Subject: [PATCH] (was Re: IO::Handle::ungetc)
23298              From: Nicholas Clark <nick@talking.bollo.cx>
23299              Date: Sun, 12 Nov 2000 21:35:53 +0000
23300              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
23301      Branch: perl
23302            ! ext/IO/lib/IO/Handle.pm
23303 ____________________________________________________________________________
23304 [  7658] By: jhi                                   on 2000/11/12  21:37:06
23305         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
23306              From: Nicholas Clark <nick@talking.bollo.cx>
23307              Date: Sun, 12 Nov 2000 20:03:22 +0000
23308              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
23309      Branch: perl
23310            ! pod/perlfunc.pod
23311 ____________________________________________________________________________
23312 [  7657] By: jhi                                   on 2000/11/12  20:34:55
23313         Log: Integrate perlio.
23314      Branch: perl
23315           !> perlio.c
23316 ____________________________________________________________________________
23317 [  7656] By: nick                                  on 2000/11/12  19:25:06
23318         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
23319      Branch: perlio
23320            ! perlio.c
23321 ____________________________________________________________________________
23322 [  7655] By: nick                                  on 2000/11/12  19:09:41
23323         Log: Integrate mainline
23324      Branch: perlio
23325           +> README.solaris ext/Encode/Encode/cp1006.enc
23326           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
23327           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
23328           +> ext/Encode/Encode/iso8859-13.enc
23329           +> ext/Encode/Encode/iso8859-14.enc
23330           +> ext/Encode/Encode/iso8859-15.enc
23331           !> (integrate 34 files)
23332 ____________________________________________________________________________
23333 [  7654] By: jhi                                   on 2000/11/12  19:00:22
23334         Log: Add a metaconfig unit for fsync.
23335      Branch: metaconfig/U/perl
23336            + d_fsync.U
23337 ____________________________________________________________________________
23338 [  7653] By: jhi                                   on 2000/11/12  19:00:01
23339         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
23340      Branch: perl
23341            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
23342            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
23343            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
23344            ! vos/config.ga.h win32/config.bc win32/config.gc
23345            ! win32/config.vc
23346 ____________________________________________________________________________
23347 [  7652] By: jhi                                   on 2000/11/11  21:12:01
23348         Log: Copy the s// information of README.hpux also to the perlrun.
23349      Branch: perl
23350            ! README.hpux pod/perlrun.pod
23351 ____________________________________________________________________________
23352 [  7651] By: jhi                                   on 2000/11/11  21:03:13
23353         Log: More README.solaris updates from Andy Dougherty.
23354      Branch: perl
23355            ! README.solaris
23356 ____________________________________________________________________________
23357 [  7650] By: jhi                                   on 2000/11/11  18:38:57
23358         Log: More descriptive error for unknown perlio layers.
23359              
23360              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
23361              From: Dominic Dunlop <domo@computer.org> 
23362              Date: Sat, 11 Nov 2000 18:20:32 +0100             
23363              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
23364      Branch: perl
23365            ! perlio.c pod/perldiag.pod
23366 ____________________________________________________________________________
23367 [  7649] By: jhi                                   on 2000/11/11  18:37:52
23368         Log: MachTen doesn't really do mmap() and munmap().
23369              
23370              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
23371              From: Dominic Dunlop <domo@computer.org> 
23372              Date: Sat, 11 Nov 2000 18:20:32 +0100             
23373              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
23374      Branch: perl
23375            ! hints/machten.sh
23376 ____________________________________________________________________________
23377 [  7648] By: jhi                                   on 2000/11/11  18:36:46
23378         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
23379              From: rspier@pobox.com (Robert Spier)
23380              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
23381              Message-ID: <14861.32839.491271.985797@rls.cx>
23382      Branch: perl
23383            ! Porting/Contract pod/perltoot.pod
23384 ____________________________________________________________________________
23385 [  7647] By: jhi                                   on 2000/11/11  18:35:30
23386         Log: Simplify the getpagesize() unit by dropping the
23387              pagesize probe since it's nowadays slightly more
23388              complicated because of sysconf(). (Note: if some
23389              platform really needs the -lPW for getpagesize,
23390              I just broke it.)
23391              
23392              TODO: a new pagesize unit.
23393      Branch: metaconfig
23394            ! U/compline/d_getpagsz.U
23395 ____________________________________________________________________________
23396 [  7646] By: jhi                                   on 2000/11/11  18:33:23
23397         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
23398      Branch: perl
23399            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
23400            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
23401            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
23402            ! vos/config.ga.h win32/config.bc win32/config.gc
23403            ! win32/config.vc
23404 ____________________________________________________________________________
23405 [  7645] By: jhi                                   on 2000/11/11  16:45:15
23406         Log: Use sysconf() or getpagesize() to find out the pagesize.
23407      Branch: perl
23408            ! perlio.c
23409 ____________________________________________________________________________
23410 [  7644] By: jhi                                   on 2000/11/11  15:46:08
23411         Log: Integrate perlio.
23412      Branch: perl
23413           !> perlio.c
23414 ____________________________________________________________________________
23415 [  7643] By: jhi                                   on 2000/11/11  15:33:36
23416         Log: Subject: Re: [PATCH] README.solaris
23417              From: Lupe Christoph <lupe@lupe-christoph.de>
23418              Date: Sat, 11 Nov 2000 14:08:10 +0100
23419              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
23420      Branch: perl
23421            ! README.solaris
23422 ____________________________________________________________________________
23423 [  7642] By: jhi                                   on 2000/11/11  15:22:12
23424         Log: Subject: [PATCH perl@7638] cygwin port
23425              From: "Eric Fifer" <egf7@columbia.edu>            
23426              Date: Fri, 10 Nov 2000 19:30:30 -0000
23427              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
23428      Branch: perl
23429            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
23430 ____________________________________________________________________________
23431 [  7641] By: nick                                  on 2000/11/11  14:50:36
23432         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
23433              Also call "Buf" layer directly when unread'ing non-read chars.
23434      Branch: perlio
23435            ! perlio.c
23436 ____________________________________________________________________________
23437 [  7640] By: jhi                                   on 2000/11/11  02:05:02
23438         Log: Add more encoding tables.
23439      Branch: perl
23440            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
23441            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
23442            + ext/Encode/Encode/iso8859-10.enc
23443            + ext/Encode/Encode/iso8859-13.enc
23444            + ext/Encode/Encode/iso8859-14.enc
23445            + ext/Encode/Encode/iso8859-15.enc
23446            ! MANIFEST
23447 ____________________________________________________________________________
23448 [  7639] By: jhi                                   on 2000/11/10  18:49:25
23449         Log: Subject: [PATCH] README.solaris
23450              From: Andy Dougherty <doughera@lafayette.edu>
23451              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
23452              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
23453      Branch: perl
23454            + README.solaris
23455            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
23456            ! pod/perl.pod pod/perltoc.pod
23457 ____________________________________________________________________________
23458 [  7638] By: jhi                                   on 2000/11/10  15:04:15
23459         Log: Update Changes.
23460      Branch: perl
23461            ! Changes patchlevel.h
23462 ____________________________________________________________________________
23463 [  7637] By: jhi                                   on 2000/11/10  14:14:28
23464         Log: Explain better why certain regex tests are skipped.
23465              
23466              Subject: Re: tests skipped: unknown reason
23467              From: Lupe Christoph <lupe@lupe-christoph.de>
23468              Date: Fri, 10 Nov 2000 09:08:56 +0100
23469              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
23470      Branch: perl
23471            ! t/op/regexp.t
23472 ____________________________________________________________________________
23473 [  7636] By: nick                                  on 2000/11/10  13:40:00
23474         Log: Integrate mainline.
23475      Branch: perlio
23476           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
23477           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
23478           !> win32/bin/search.pl
23479 ____________________________________________________________________________
23480 [  7635] By: nick                                  on 2000/11/10  13:25:52
23481         Log: Re-instate stdio large file support via perlio.
23482      Branch: perl
23483            ! perlio.c
23484 ____________________________________________________________________________
23485 [  7634] By: jhi                                   on 2000/11/10  04:49:55
23486         Log: Amdahl UTS hints updates.
23487              
23488              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
23489              From: hom00@utsglobal.com (Harold O Morris)
23490              Date: Thu, 9 Nov 2000 20:02 PST
23491              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
23492      Branch: perl
23493            ! hints/uts.sh
23494 ____________________________________________________________________________
23495 [  7633] By: jhi                                   on 2000/11/09  23:33:28
23496         Log: Subject: [PATCH] IO::Seekable pod
23497              From: Nicholas Clark <nick@talking.bollo.cx>
23498              Date: Thu, 9 Nov 2000 20:29:45 +0000
23499              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
23500      Branch: perl
23501            ! ext/IO/lib/IO/Handle.pm
23502 ____________________________________________________________________________
23503 [  7632] By: jhi                                   on 2000/11/09  21:55:41
23504         Log: Various doc oddball characters.
23505              
23506              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
23507              From: Michael Somos <somos@grail.cba.csuohio.edu>
23508              Date: Mon, 6 Nov 2000 17:44:20 -0500
23509              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
23510      Branch: perl
23511            ! emacs/cperl-mode.el lib/unicode/syllables.txt
23512            ! win32/bin/search.pl
23513 ____________________________________________________________________________
23514 [  7631] By: jhi                                   on 2000/11/09  21:12:29
23515         Log: Subject: Re: bash -c exit and linux hints 
23516              From: "John P. Linderman" <jpl@research.att.com>
23517              Date: Thu, 02 Nov 2000 09:37:25 -0500
23518              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
23519      Branch: perl
23520            ! hints/linux.sh
23521 ____________________________________________________________________________
23522 [  7630] By: nick                                  on 2000/11/09  20:34:11
23523         Log: Integrate mainline.
23524      Branch: perlio
23525           !> (integrate 91 files)
23526 ____________________________________________________________________________
23527 [  7629] By: jhi                                   on 2000/11/09  19:46:31
23528         Log: Missing dTHXs.
23529              
23530              Subject: RE: perl@7595 builds not on cygwin
23531              From: "Eric Fifer" <egf7@columbia.edu>
23532              Date: Thu, 9 Nov 2000 19:26:50 -0000
23533              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
23534      Branch: perl
23535            ! ext/Devel/Peek/Peek.xs
23536 ____________________________________________________________________________
23537 [  7628] By: jhi                                   on 2000/11/09  14:48:27
23538         Log: Disable only the tests 99 and 166 for UTF-8 locales.
23539      Branch: perl
23540            ! t/pragma/locale.t
23541 ____________________________________________________________________________
23542 [  7627] By: jhi                                   on 2000/11/09  14:40:27
23543         Log: There's no =head3.
23544      Branch: perl
23545            ! pod/perlhack.pod
23546 ____________________________________________________________________________
23547 [  7626] By: jhi                                   on 2000/11/09  13:54:26
23548         Log: The generated boot_* headers are wrong.  Pickier compiler,
23549              such as KAI C++ will refuse to compile the resulting perlmain.
23550              
23551              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
23552              From: Harri Pasanen <harri.pasanen@trema.com>
23553              Date: Thu, 09 Nov 2000 14:23:28 +0100
23554              Message-Id: <3A0AA550.26D548A3@trema.com>
23555      Branch: perl
23556            ! minimod.pl
23557 ____________________________________________________________________________
23558 [  7625] By: jhi                                   on 2000/11/09  13:50:44
23559         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
23560              From: Prymmer/Kahn <pvhp@best.com>
23561              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
23562              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
23563              
23564              All except the "cow orker" change.
23565      Branch: perl
23566            ! Porting/pumpkin.pod
23567 ____________________________________________________________________________
23568 [  7624] By: jhi                                   on 2000/11/09  13:45:33
23569         Log: Fix for
23570              
23571              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
23572              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
23573              Date: Thu, 09 Nov 2000 11:05:52 +0100
23574              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
23575      Branch: perl
23576            ! pod/perldiag.pod t/pragma/warn/pp_sys
23577 ____________________________________________________________________________
23578 [  7623] By: jhi                                   on 2000/11/09  13:37:16
23579         Log: Typo in an ifndef.
23580              
23581              Subject: Re: [PATCH 5.7.0] better messages from malloc()
23582              From: Joe Smith <jms@inwap.com>         
23583              Date: Thu, 09 Nov 2000 01:33:14 -0800
23584              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
23585      Branch: perl
23586            ! malloc.c
23587 ____________________________________________________________________________
23588 [  7622] By: jhi                                   on 2000/11/09  13:31:18
23589         Log: Remove unused extra arguments.
23590      Branch: metaconfig/U/perl
23591            ! perlxv.U
23592      Branch: perl
23593            ! Configure config_h.SH
23594 ____________________________________________________________________________
23595 [  7621] By: jhi                                   on 2000/11/09  13:16:36
23596         Log: More VMS moves on environment handling, from Charles Lane.
23597      Branch: perl
23598            ! t/pragma/locale.t
23599 ____________________________________________________________________________
23600 [  7620] By: jhi                                   on 2000/11/09  04:42:38
23601         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
23602              From: David Dyck <dcd@tc.fluke.com>
23603              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
23604              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
23605      Branch: perl
23606            ! pp_sys.c
23607 ____________________________________________________________________________
23608 [  7619] By: jhi                                   on 2000/11/09  04:36:21
23609         Log: Forgot from #7618.
23610      Branch: perl
23611            ! lib/File/stat.pm
23612 ____________________________________________________________________________
23613 [  7618] By: jhi                                   on 2000/11/09  04:28:44
23614         Log: Make deleting for %ENV work for (newer versions of) VMS,
23615              from Craig A. Berry.
23616      Branch: perl
23617            ! vms/vms.c
23618 ____________________________________________________________________________
23619 [  7617] By: jhi                                   on 2000/11/09  04:25:05
23620         Log: Subject: [PATCH] Class::Struct at compile time
23621              From: "Casey R. Tweten" <crt@kiski.net>
23622              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
23623              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
23624      Branch: perl
23625            ! lib/Class/Struct.pm
23626 ____________________________________________________________________________
23627 [  7616] By: jhi                                   on 2000/11/09  04:15:17
23628         Log: Subject: [ID 20001108.013] spelling
23629              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
23630              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
23631              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
23632      Branch: perl
23633            ! lib/ftp.pl
23634 ____________________________________________________________________________
23635 [  7615] By: jhi                                   on 2000/11/09  04:12:42
23636         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
23637              From: Peter Prymmer <pvhp@forte.com>
23638              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
23639              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
23640      Branch: perl
23641            ! configure.com
23642 ____________________________________________________________________________
23643 [  7614] By: jhi                                   on 2000/11/08  22:42:55
23644         Log: A missing aTHX_.
23645      Branch: perl
23646            ! ext/IPC/SysV/SysV.xs
23647 ____________________________________________________________________________
23648 [  7613] By: jhi                                   on 2000/11/08  19:30:21
23649         Log: Update Changes.
23650      Branch: perl
23651            ! Changes patchlevel.h
23652 ____________________________________________________________________________
23653 [  7612] By: jhi                                   on 2000/11/08  18:35:25
23654         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
23655              From: David Dyck <dcd@tc.fluke.com>
23656              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
23657              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
23658      Branch: perl
23659            ! pp_sys.c
23660 ____________________________________________________________________________
23661 [  7611] By: jhi                                   on 2000/11/08  18:30:26
23662         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
23663              From: Dominic Dunlop <domo@computer.org>
23664              Date: Tue, 7 Nov 2000 12:05:25 +0100
23665              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
23666      Branch: perl
23667            ! malloc.c
23668 ____________________________________________________________________________
23669 [  7610] By: jhi                                   on 2000/11/08  18:25:14
23670         Log: Do not test UTF-8 locales since that the tests would require
23671              polymorphic regexen.
23672      Branch: perl
23673            ! t/pragma/locale.t
23674 ____________________________________________________________________________
23675 [  7609] By: jhi                                   on 2000/11/08  17:12:51
23676         Log: Locale buglets.
23677              
23678              Subject: RE: Locales support (setlocale) fixes
23679              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
23680              Date: Wed, 8 Nov 2000 20:01:39 +0300
23681              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
23682      Branch: perl
23683            ! t/pragma/locale.t util.c
23684 ____________________________________________________________________________
23685 [  7608] By: jhi                                   on 2000/11/08  17:00:16
23686         Log: Deleting $ENV{PATH} in VMS is not recommendable.
23687      Branch: perl
23688            ! t/pragma/locale.t
23689 ____________________________________________________________________________
23690 [  7607] By: jhi                                   on 2000/11/08  16:58:26
23691         Log: Subject: PATCH std stdio for (Free)BSD
23692              From: Nicholas Clark <nick@ccl4.org>
23693              Date: Wed, 8 Nov 2000 15:36:29 +0000
23694              Message-ID: <20001108153629.D98736@plum.flirble.org>
23695      Branch: metaconfig
23696            ! U/compline/d_stdstdio.U
23697      Branch: perl
23698            ! Configure config_h.SH
23699 ____________________________________________________________________________
23700 [  7606] By: jhi                                   on 2000/11/08  16:43:31
23701         Log: Forgot to bump the line numbers in #7601.
23702      Branch: perl
23703            ! t/pragma/warn/pp_sys
23704 ____________________________________________________________________________
23705 [  7605] By: jhi                                   on 2000/11/08  16:39:12
23706         Log: More careful detection of how well NVs and UVs mix.
23707              
23708              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))
23709              From: Nicholas Clark <nick@ccl4.org>
23710              Date: Wed, 8 Nov 2000 15:14:12 +0000
23711              Message-ID: <20001108151412.B98736@plum.flirble.org>
23712              
23713              Added some SIGFPE paranoia.
23714      Branch: metaconfig/U/perl
23715            ! perlxv.U
23716      Branch: perl
23717            ! Configure config_h.SH
23718 ____________________________________________________________________________
23719 [  7604] By: jhi                                   on 2000/11/08  14:39:10
23720         Log: Subject: [patch perl@7595] VMS configure.com tweak
23721              From: "Craig A. Berry" <craigberry@mac.com>
23722              Date: Wed, 8 Nov 2000 00:24:12 -0600
23723              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
23724      Branch: perl
23725            ! configure.com
23726 ____________________________________________________________________________
23727 [  7603] By: jhi                                   on 2000/11/08  14:27:11
23728         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
23729              From: Robin Barker <rmb1@cise.npl.co.uk>
23730              Date: Wed, 8 Nov 2000 11:11:39 GMT
23731              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
23732      Branch: perl
23733            ! perlio.c
23734 ____________________________________________________________________________
23735 [  7602] By: jhi                                   on 2000/11/08  14:25:03
23736         Log: Fix for the tie-refhash string table leaks.
23737              
23738              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
23739              Date: Wed, 8 Nov 2000 13:03:04 GMT
23740              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
23741      Branch: perl
23742            ! t/lib/tie-refhash.t
23743 ____________________________________________________________________________
23744 [  7601] By: jhi                                   on 2000/11/08  14:21:08
23745         Log: Try to avoid flockless and emulationless places.
23746      Branch: perl
23747            ! t/pragma/warn/pp_sys
23748 ____________________________________________________________________________
23749 [  7600] By: jhi                                   on 2000/11/08  02:28:54
23750         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
23751              
23752              Subject: [PATCH] prototyped functions that should be overrideable
23753              From: "Casey R. Tweten" <crt@kiski.net>
23754              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
23755              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
23756      Branch: perl
23757            ! toke.c
23758 ____________________________________________________________________________
23759 [  7599] By: jhi                                   on 2000/11/08  01:12:05
23760         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
23761              
23762              Subject: [PATCH] perlbug.PL
23763              From: "Kurt D. Starsinic" <kstar@chapin.edu>
23764              Date: Mon, 6 Nov 2000 21:39:01 -0500
23765              Message-ID: <20001106213901.B20955@O2.chapin.edu>
23766      Branch: perl
23767            ! utils/perlbug.PL
23768 ____________________________________________________________________________
23769 [  7598] By: jhi                                   on 2000/11/07  23:42:00
23770         Log: Bad thinko in #7581 (I used the test program with the expanded
23771              values as-is).
23772      Branch: metaconfig
23773            ! U/compline/d_stdstdio.U
23774      Branch: perl
23775            ! Configure
23776 ____________________________________________________________________________
23777 [  7597] By: jhi                                   on 2000/11/07  21:43:29
23778         Log: Subject: [PATCH perl@7573] cygwin port
23779              From: "Fifer, Eric" <EFifer@sanwaint.com>
23780              Date: Tue, 7 Nov 2000 18:08:51 -0000 
23781              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
23782              
23783              Synchronize with Cygwin 1.1.5.
23784      Branch: perl
23785            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
23786            ! pod/perlport.pod unixish.h util.c
23787 ____________________________________________________________________________
23788 [  7596] By: jhi                                   on 2000/11/07  21:39:25
23789         Log: perlhack updates from H.Merijn Brand.
23790      Branch: perl
23791            ! pod/perlhack.pod
23792 ____________________________________________________________________________
23793 [  7595] By: jhi                                   on 2000/11/07  20:21:41
23794         Log: Update Changes.
23795      Branch: perl
23796            ! Changes patchlevel.h
23797 ____________________________________________________________________________
23798 [  7594] By: jhi                                   on 2000/11/07  19:18:58
23799         Log: Be more robust in Dynaloader.pm.
23800      Branch: perl
23801            ! ext/DynaLoader/DynaLoader_pm.PL
23802 ____________________________________________________________________________
23803 [  7593] By: jhi                                   on 2000/11/07  16:49:31
23804         Log: AUTHORS update.
23805      Branch: perl
23806            ! AUTHORS
23807 ____________________________________________________________________________
23808 [  7592] By: gsar                                  on 2000/11/07  16:39:51
23809         Log: normalize relative paths in virtualized current directory on windows,
23810              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
23811              returns)
23812      Branch: perl
23813            ! win32/vdir.h
23814 ____________________________________________________________________________
23815 [  7591] By: jhi                                   on 2000/11/07  16:04:26
23816         Log: Too profiler-happy: with optimization the #7590 actually makes
23817              the test to run 0.5% _slower_.  Requires much more instrumentation.
23818              Retract #7590.
23819      Branch: perl
23820            ! regcomp.c regcomp.h
23821 ____________________________________________________________________________
23822 [  7590] By: jhi                                   on 2000/11/07  15:51:13
23823         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
23824              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
23825              by using memset() and testing bytewise (as opposed to bitwise).
23826      Branch: perl
23827            ! regcomp.c regcomp.h
23828 ____________________________________________________________________________
23829 [  7589] By: jhi                                   on 2000/11/07  12:56:39
23830         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
23831              From: "Craig A. Berry" <craig.berry@psinetcs.com>
23832              Date: Mon, 06 Nov 2000 23:45:30 -0500
23833              Message-Id: <0011079735.AA973576259@univpress.com>
23834      Branch: perl
23835            ! configure.com t/lib/st-lock.t
23836 ____________________________________________________________________________
23837 [  7588] By: jhi                                   on 2000/11/07  01:03:28
23838         Log: Tweak #7587.
23839      Branch: perl
23840            ! pod/perldiag.pod
23841 ____________________________________________________________________________
23842 [  7587] By: jhi                                   on 2000/11/07  01:00:27
23843         Log: A doc addition for bug id 20001105.019, beware \p.
23844      Branch: perl
23845            ! pod/perldiag.pod
23846 ____________________________________________________________________________
23847 [  7586] By: jhi                                   on 2000/11/07  00:32:22
23848         Log: Fake support of holey files in win/dosish platforms.
23849              
23850              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
23851              From: kipp@shonanblue.ne.jp
23852              Date: Mon, 6 Nov 2000 13:30:55 -0800
23853              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
23854      Branch: perl
23855            ! ext/SDBM_File/sdbm/sdbm.c
23856 ____________________________________________________________________________
23857 [  7585] By: jhi                                   on 2000/11/07  00:12:54
23858         Log: Subject: Pod updates
23859              From: "Stephen P. Potter" <spp@spotter.yi.org>
23860              Date: Mon, 06 Nov 2000 18:56:43 -0500
23861              Message-Id: <200011062357.SAA18173@spotter.yi.org>
23862      Branch: perl
23863            ! README.dos README.os2 README.win32 pod/buildtoc.PL
23864            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
23865            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
23866            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
23867            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
23868            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
23869            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
23870            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
23871            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
23872            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
23873            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
23874            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
23875            ! pod/perltootc.pod pod/perlunicode.pod
23876 ____________________________________________________________________________
23877 [  7584] By: jhi                                   on 2000/11/07  00:04:17
23878         Log: Varargs don't always work too well if one puts an unsigned
23879              char on the stack and pop an unsigned quad off the stack.
23880              
23881              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
23882              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
23883              Date: Mon, 06 Nov 2000 15:19:05 -0800
23884              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
23885      Branch: perl
23886            ! utf8.c
23887 ____________________________________________________________________________
23888 [  7583] By: jhi                                   on 2000/11/06  23:58:48
23889         Log: %ENV note tweaks from Dan Sugalski.
23890      Branch: perl
23891            ! pod/perlport.pod vms/perlvms.pod
23892 ____________________________________________________________________________
23893 [  7582] By: jhi                                   on 2000/11/06  23:05:49
23894         Log: glibc5 detection by __GNU_LIBRARY__.
23895      Branch: perl
23896            ! toke.c
23897 ____________________________________________________________________________
23898 [  7581] By: jhi                                   on 2000/11/06  22:51:29
23899         Log: Make the stdio test program of 7427 less noisy while being 
23900              compiled so that Digital UNIX wouldn't get both
23901              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
23902              undefined.  This makes perlio happy.
23903      Branch: metaconfig
23904            ! U/compline/d_stdstdio.U
23905      Branch: perl
23906            ! Configure config_h.SH
23907 ____________________________________________________________________________
23908 [  7580] By: jhi                                   on 2000/11/06  22:41:41
23909         Log: Document %ENV = () portability issues.
23910      Branch: perl
23911            ! pod/perlport.pod vms/perlvms.pod
23912 ____________________________________________________________________________
23913 [  7579] By: jhi                                   on 2000/11/06  21:29:24
23914         Log: VOS updates from Paul Green.
23915      Branch: perl
23916            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
23917 ____________________________________________________________________________
23918 [  7578] By: jhi                                   on 2000/11/06  21:00:40
23919         Log: Sanitize the environment further.
23920      Branch: perl
23921            ! t/pragma/locale.t
23922 ____________________________________________________________________________
23923 [  7577] By: jhi                                   on 2000/11/06  20:53:51
23924         Log: Re-introduce 7552 lost in integration.
23925      Branch: perl
23926            ! perlio.c
23927 ____________________________________________________________________________
23928 [  7576] By: jhi                                   on 2000/11/06  20:33:46
23929         Log: Admit that the test leaks scalars.
23930      Branch: perl
23931            ! t/comp/proto.t
23932 ____________________________________________________________________________
23933 [  7575] By: jhi                                   on 2000/11/06  20:17:08
23934         Log: Integrate perlio.
23935      Branch: perl
23936           !> perlio.c
23937 ____________________________________________________________________________
23938 [  7574] By: nick                                  on 2000/11/06  20:07:28
23939         Log: Remove debug. Try (Mmap_t) on madvise() call.
23940      Branch: perlio
23941            ! perlio.c
23942 ____________________________________________________________________________
23943 [  7573] By: jhi                                   on 2000/11/06  13:56:05
23944         Log: Update Changes.
23945      Branch: perl
23946            ! Changes patchlevel.h
23947 ____________________________________________________________________________
23948 [  7572] By: jhi                                   on 2000/11/06  13:48:41
23949         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
23950              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23951              Date: Mon, 06 Nov 2000 10:11:42 +0100
23952              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
23953      Branch: perl
23954            ! pod/perlhack.pod
23955 ____________________________________________________________________________
23956 [  7571] By: jhi                                   on 2000/11/06  01:45:51
23957         Log: AUTHORS updates.
23958      Branch: perl
23959            ! AUTHORS
23960 ____________________________________________________________________________
23961 [  7570] By: jhi                                   on 2000/11/06  00:18:00
23962         Log: Fix for
23963              
23964              Subject: [ID 20000728.005] perl -P broken
23965              From: David Dyck <dcd@tc.fluke.com>
23966              Date: Fri, 28 Jul 2000 17:19:16 -0700
23967              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
23968              
23969              (hopefully).  The fix is also not complete, it seems to break
23970              BOM swallowing for libc5 systems, but until someone figures
23971              out a way to do this without ftell(), this will do.
23972      Branch: perl
23973            ! toke.c
23974 ____________________________________________________________________________
23975 [  7569] By: jhi                                   on 2000/11/06  00:05:30
23976         Log: Document that the evaled syntax errors cause scalar leaks.
23977      Branch: perl
23978            ! t/comp/proto.t
23979 ____________________________________________________________________________
23980 [  7568] By: jhi                                   on 2000/11/05  23:14:47
23981         Log: opmini.o can linger from Configures past.
23982      Branch: perl
23983            ! Makefile.SH
23984 ____________________________________________________________________________
23985 [  7567] By: jhi                                   on 2000/11/05  21:28:39
23986         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
23987              first argument correctly.
23988      Branch: perl
23989            ! perlio.c
23990 ____________________________________________________________________________
23991 [  7566] By: jhi                                   on 2000/11/05  21:15:56
23992         Log: Integrate perlio.
23993      Branch: perl
23994           !> perlio.c
23995 ____________________________________________________________________________
23996 [  7565] By: jhi                                   on 2000/11/05  21:15:13
23997         Log: Use -dM for gcc (the suggested patch did it only for Linux,
23998              but I think it can be generalized).
23999              
24000              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
24001              From: Pixel <pixel@mandrakesoft.com>
24002              Date: 05 Nov 2000 21:49:34 +0100 
24003              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
24004      Branch: perl
24005            ! ext/Errno/Errno_pm.PL
24006 ____________________________________________________________________________
24007 [  7564] By: nick                                  on 2000/11/05  21:09:18
24008         Log: Added a mmap layer as a "subclass" of perlio.
24009              PERLIO=mmap ./perl harness passes
24010      Branch: perlio
24011            ! perlio.c
24012 ____________________________________________________________________________
24013 [  7563] By: jhi                                   on 2000/11/05  19:48:55
24014         Log: Add a note for future generations about bug id 20000229.006.
24015      Branch: perl
24016            ! malloc.c
24017 ____________________________________________________________________________
24018 [  7562] By: jhi                                   on 2000/11/05  19:38:24
24019         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
24020      Branch: perl
24021            ! pp_ctl.c t/op/pos.t
24022 ____________________________________________________________________________
24023 [  7561] By: jhi                                   on 2000/11/05  18:21:46
24024         Log: Add =pod to be tidy.
24025      Branch: perl
24026            ! lib/Math/Complex.pm
24027 ____________________________________________________________________________
24028 [  7560] By: jhi                                   on 2000/11/05  17:38:46
24029         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
24030      Branch: perl
24031            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
24032            ! ext/Storable/Storable.xs t/lib/st-recurse.t
24033 ____________________________________________________________________________
24034 [  7559] By: jhi                                   on 2000/11/05  17:32:59
24035         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
24036              From: "Peter J. Farley III" <pjfarley@banet.net>
24037              Date: Sun, 05 Nov 2000 11:55:59 -0500
24038              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
24039      Branch: perl
24040            ! t/lib/syslog.t
24041 ____________________________________________________________________________
24042 [  7558] By: jhi                                   on 2000/11/05  17:29:19
24043         Log: Integrate perlio.
24044      Branch: perl
24045           !> perlio.c
24046 ____________________________________________________________________________
24047 [  7557] By: jhi                                   on 2000/11/05  17:22:01
24048         Log: A fix of sorts for 20000329.026, a better error message
24049              for a missing "use charnames" when using the \N{...}. 
24050      Branch: perl
24051            ! pod/perldiag.pod toke.c
24052 ____________________________________________________________________________
24053 [  7556] By: jhi                                   on 2000/11/05  16:33:50
24054         Log: Test tweak: show also the failed locales.
24055              
24056              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
24057              From: Lupe Christoph <lupe@lupe-christoph.de>         
24058              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
24059              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
24060      Branch: perl
24061            ! t/pragma/locale.t
24062 ____________________________________________________________________________
24063 [  7555] By: nick                                  on 2000/11/05  11:09:34
24064         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
24065              open RDWR so does not fail. (pragma/warnings 303 again...)
24066      Branch: perlio
24067            ! perlio.c
24068 ____________________________________________________________________________
24069 [  7554] By: nick                                  on 2000/11/05  10:10:13
24070         Log: Fix case where ungetc(f,EOF) was allowed.
24071              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
24072              so we can see similarities.
24073              Use types more carefully and a STDCHAR array in hope that this will
24074              fix Jarrko's 64bit machine.
24075      Branch: perlio
24076            ! perlio.c
24077 ____________________________________________________________________________
24078 [  7553] By: jhi                                   on 2000/11/05  01:12:16
24079         Log: Fix for
24080              
24081              Subject: [ID 20001004.007] taint propogation is inconsistent
24082              From: pimlott@idiomtech.com (Andrew Pimlott) 
24083              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
24084              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
24085              
24086              The culprit was sv_setsv() which was rather blindly
24087              propagating taint, which lead to behaviour where if
24088              a tainted anon hash value was seen all the hash values
24089              from then on at that level became tainted, or at any
24090              upper levels in the case of nested anon hashes.
24091      Branch: perl
24092            ! sv.c t/op/taint.t
24093 ____________________________________________________________________________
24094 [  7552] By: jhi                                   on 2000/11/04  23:44:18
24095         Log: Some cpps don't like splitting conditionals across several lines.
24096      Branch: perl
24097            ! perlio.c
24098 ____________________________________________________________________________
24099 [  7551] By: nick                                  on 2000/11/04  23:40:44
24100         Log: Integrate mainline
24101      Branch: perlio
24102           !> pp_hot.c t/op/taint.t
24103 ____________________________________________________________________________
24104 [  7550] By: nick                                  on 2000/11/04  23:39:05
24105         Log: Integrate mainline again
24106      Branch: perlio
24107           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
24108           !> t/lib/b.t t/op/misc.t util.c
24109 ____________________________________________________________________________
24110 [  7549] By: jhi                                   on 2000/11/04  23:14:01
24111         Log: Fix for
24112              
24113              Subject: [ID 20001004.006] undef is never tainted
24114              From: pimlott@idiomtech.com (Andrew Pimlott)
24115              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
24116              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
24117              
24118              An undef read from a slurped file was not tainted.
24119      Branch: perl
24120            ! pp_hot.c t/op/taint.t
24121 ____________________________________________________________________________
24122 [  7548] By: jhi                                   on 2000/11/04  22:56:21
24123         Log: Test tweak ($Config{useperlio} is by default undef) .
24124      Branch: perl
24125            ! t/lib/b.t
24126 ____________________________________________________________________________
24127 [  7547] By: jhi                                   on 2000/11/04  22:43:56
24128         Log: Integrate perlio.
24129      Branch: perl
24130           +> lib/perlio.pm
24131           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
24132           !> pod/perlapi.pod t/lib/b.t
24133 ____________________________________________________________________________
24134 [  7546] By: jhi                                   on 2000/11/04  22:40:59
24135         Log: Configure would use a bad $myuname from an old config.sh.
24136              
24137              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
24138              From: Andy Dougherty <doughera@lafayette.edu>
24139              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
24140              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
24141      Branch: metaconfig
24142            ! U/modified/Oldconfig.U
24143      Branch: perl
24144            ! Configure config_h.SH
24145 ____________________________________________________________________________
24146 [  7545] By: jhi                                   on 2000/11/04  22:36:54
24147         Log: Subject: Locales support (setlocale) fixes
24148              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
24149              Date: Sat, 4 Nov 2000 10:15:48 +0300 
24150              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
24151              
24152              Modified quite a bit to be more portable.
24153      Branch: perl
24154            ! embed.h embed.pl perl.h proto.h util.c
24155 ____________________________________________________________________________
24156 [  7544] By: jhi                                   on 2000/11/04  22:32:47
24157         Log: Dying is too strict here, better just skip.
24158      Branch: perl
24159            ! t/op/misc.t
24160 ____________________________________________________________________________
24161 [  7543] By: nick                                  on 2000/11/04  21:55:13
24162         Log: Merge mainline
24163      Branch: perlio
24164           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
24165           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
24166           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
24167           !> (integrate 64 files)
24168 ____________________________________________________________________________
24169 [  7542] By: jhi                                   on 2000/11/04  21:09:28
24170         Log: More Changes tweakery.
24171      Branch: perl
24172            ! Changes Porting/genlog
24173 ____________________________________________________________________________
24174 [  7541] By: jhi                                   on 2000/11/04  20:58:18
24175         Log: Changes fixups.
24176      Branch: perl
24177            ! Changes
24178 ____________________________________________________________________________
24179 [  7540] By: jhi                                   on 2000/11/04  20:42:38
24180         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
24181              create a "fast path" for locale name probing using "locale -a"
24182              if available, squash finally hopefully the s?printf resetting
24183              the numeric locale (since, IIUC perllocale, it never shouldn't). 
24184      Branch: perl
24185            ! sv.c t/op/misc.t t/pragma/locale.t
24186 ____________________________________________________________________________
24187 [  7539] By: nick                                  on 2000/11/04  19:56:10
24188         Log: PerlIO infrastructure complete.
24189      Branch: perlio
24190            + lib/perlio.pm
24191            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
24192 ____________________________________________________________________________
24193 [  7538] By: nick                                  on 2000/11/04  14:31:32
24194         Log: Type tweaks + less contorted allocation scheme
24195      Branch: perlio
24196            ! perlio.c
24197 ____________________________________________________________________________
24198 [  7537] By: nick                                  on 2000/11/04  12:40:42
24199         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
24200              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
24201              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
24202              sensible) which lead to some interesting fails.
24203      Branch: perlio
24204            ! perlio.c
24205 ____________________________________________________________________________
24206 [  7536] By: jhi                                   on 2000/11/04  00:20:02
24207         Log: Add FCNTL_CAN_LOCK.
24208              
24209              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
24210              From: Andy Dougherty <doughera@lafayette.edu>
24211              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
24212              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
24213              
24214              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
24215              From: Andy Dougherty <doughera@lafayette.edu>
24216              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
24217              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
24218      Branch: metaconfig/U/perl
24219            + d_fcntl_can_lock.U
24220            ! startperl.U
24221      Branch: perl
24222            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
24223            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
24224            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
24225            ! vos/config.ga.h win32/config.bc win32/config.gc
24226            ! win32/config.vc
24227 ____________________________________________________________________________
24228 [  7535] By: nick                                  on 2000/11/03  22:19:10
24229         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
24230              - Works on Linux with
24231              perlio + unix
24232              stdio
24233              - Works on Solaris with
24234              perlio + unix
24235              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
24236              - Fails (hangs in openpid) if you try and stack
24237              perlio + stdio - Linux stdio's read() logic is hanging.
24238      Branch: perlio
24239            ! iperlsys.h perlio.c
24240 ____________________________________________________________________________
24241 [  7534] By: jhi                                   on 2000/11/03  15:16:02
24242         Log: Subject: Re: README.aix
24243              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
24244              Date: Fri, 03 Nov 2000 16:03:15 +0100
24245              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
24246      Branch: perl
24247            ! README.aix
24248 ____________________________________________________________________________
24249 [  7533] By: jhi                                   on 2000/11/03  03:59:02
24250         Log: Subject: [PATCH 5.7.0] better messages from malloc()
24251              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24252              Date: Wed, 1 Nov 2000 23:39:56 -0500
24253              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
24254      Branch: perl
24255            ! malloc.c pod/perldiag.pod
24256 ____________________________________________________________________________
24257 [  7532] By: jhi                                   on 2000/11/03  00:11:56
24258         Log: The #7521 touched things it shouldn't have.
24259      Branch: perl
24260            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
24261 ____________________________________________________________________________
24262 [  7531] By: jhi                                   on 2000/11/02  22:32:33
24263         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
24264              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
24265              Date:     Thu, 2 Nov 2000 16:58:36 EST
24266              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
24267      Branch: perl
24268            ! vms/gen_shrfls.pl
24269 ____________________________________________________________________________
24270 [  7530] By: jhi                                   on 2000/11/02  22:08:49
24271         Log: Fix the problem discussed in
24272              
24273              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
24274              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
24275              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
24276              
24277              originally from Linc Madison.  Also Andreas König's comments
24278              taken into account.  Some other problems with Tie::SubstrHash
24279              fixed: didn't croak when the table exceeded the requested number
24280              of entries (as documented) but instead when the number of entries
24281              exceeded the size of the table, a croak() had an unnecessary \n,
24282              didn't have a CLEAR method, documented that there is no exists().
24283              Didn't fix to be strict-proof because the module uses &foo; and
24284              dynamic scope.  Added a test script exercizing both first tamely 
24285              the basic functionality, and then the failure cases reported by
24286              Linc Madison.
24287      Branch: perl
24288            + t/lib/tie-substrhash.t
24289            ! MANIFEST lib/Tie/SubstrHash.pm
24290 ____________________________________________________________________________
24291 [  7529] By: jhi                                   on 2000/11/02  17:58:08
24292         Log: recv() can fail and return undef.
24293              
24294              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
24295              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
24296              Date: Thu, 2 Nov 2000 20:12:20 +0300
24297              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
24298      Branch: perl
24299            ! lib/Net/Ping.pm
24300 ____________________________________________________________________________
24301 [  7528] By: jhi                                   on 2000/11/02  17:49:09
24302         Log: Detpyo.
24303      Branch: perl
24304            ! pod/perlop.pod
24305 ____________________________________________________________________________
24306 [  7527] By: jhi                                   on 2000/11/02  15:48:37
24307         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
24308              fix a autovivification bug in Tie::RefHash, add tests for both.
24309              
24310              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
24311              From: Edward Avis <epa98@doc.ic.ac.uk>
24312              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
24313              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
24314      Branch: perl
24315            + t/lib/tie-refhash.t
24316            ! MANIFEST lib/Tie/RefHash.pm
24317 ____________________________________________________________________________
24318 [  7526] By: jhi                                   on 2000/11/02  13:56:26
24319         Log: Test::Harness revealed buglets in the new DynaLoader.
24320              
24321              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
24322              From: andreas.koenig@anima.de (Andreas J. Koenig)
24323              Date: 02 Nov 2000 11:26:48 +0100 
24324              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
24325      Branch: perl
24326            ! ext/DynaLoader/DynaLoader_pm.PL
24327 ____________________________________________________________________________
24328 [  7525] By: jhi                                   on 2000/11/01  23:52:08
24329         Log: The entry for #7503 was missing.
24330      Branch: perl
24331            ! Changes
24332 ____________________________________________________________________________
24333 [  7524] By: jhi                                   on 2000/11/01  23:40:52
24334         Log: Update Changes.
24335      Branch: perl
24336            ! Changes patchlevel.h
24337 ____________________________________________________________________________
24338 [  7523] By: jhi                                   on 2000/11/01  22:57:09
24339         Log: More tweaking on the #7522 theme.
24340      Branch: perl
24341            ! ext/DynaLoader/DynaLoader_pm.PL
24342 ____________________________________________________________________________
24343 [  7522] By: jhi                                   on 2000/11/01  22:06:15
24344         Log: Expand %Config variables and %ENV variables only if
24345              so requested during build time using the
24346              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
24347              Not expanding makes relocating distributions easier.
24348      Branch: perl
24349            ! ext/DynaLoader/DynaLoader_pm.PL
24350 ____________________________________________________________________________
24351 [  7521] By: jhi                                   on 2000/11/01  20:56:34
24352         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
24353              and setgid() because they were just changing $< and $( which means
24354              only changing the real uid/gid, as opposed to changing both
24355              real and effective ids.  (The alternative way could have been
24356              in POSIX.pm to change $> and $), too, but making a direct call
24357              to the C API feels cleaner.)  Fixes the bug
24358              
24359              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
24360              From: "Garry T. Williams" <garry@zvolve.com>
24361              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
24362              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
24363      Branch: perl
24364            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
24365            ! ext/POSIX/typemap pod/perlvar.pod
24366 ____________________________________________________________________________
24367 [  7520] By: jhi                                   on 2000/11/01  20:08:33
24368         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
24369              From: "Garry T. Williams" <garry@zvolve.com>
24370              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
24371              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
24372      Branch: perl
24373            ! pod/perlsec.pod
24374 ____________________________________________________________________________
24375 [  7519] By: jhi                                   on 2000/11/01  20:01:22
24376         Log: Locale warning explanation tweak.
24377      Branch: perl
24378            ! pod/perldiag.pod
24379 ____________________________________________________________________________
24380 [  7518] By: jhi                                   on 2000/11/01  18:57:13
24381         Log: C.pm part of
24382              
24383              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
24384              From: Jarkko Hietaniemi <jhi@iki.fi>
24385              Date: Tue, 10 Oct 2000 08:22:28 -0500
24386              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
24387      Branch: perl
24388            ! ext/B/B/C.pm
24389 ____________________________________________________________________________
24390 [  7517] By: jhi                                   on 2000/11/01  18:41:59
24391         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
24392              From: Martien Verbruggen <mgjv@comdyn.com.au>
24393              Date: Fri, 6 Oct 2000 14:09:10 +1100
24394              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
24395      Branch: perl
24396            ! pod/perlop.pod
24397 ____________________________________________________________________________
24398 [  7516] By: jhi                                   on 2000/11/01  18:34:55
24399         Log: Generalize the Camel wording.
24400              
24401              Subject: Re: perlfaq style changes
24402              From: John Borwick <jhborwic@unity.ncsu.edu>
24403              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
24404              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
24405      Branch: perl
24406            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
24407 ____________________________________________________________________________
24408 [  7515] By: jhi                                   on 2000/11/01  16:52:31
24409         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
24410              From: pimlott@idiomtech.com (Andrew Pimlott)
24411              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
24412              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
24413      Branch: perl
24414            ! pod/perlsec.pod
24415 ____________________________________________________________________________
24416 [  7514] By: jhi                                   on 2000/11/01  15:03:40
24417         Log: More AIX lore.
24418      Branch: perl
24419            ! ext/re/hints/aix.pl
24420 ____________________________________________________________________________
24421 [  7513] By: jhi                                   on 2000/11/01  14:48:30
24422         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
24423              From: root <root@chronos.fi.muni.cz>
24424              Date: Wed, 1 Nov 2000 12:31:32 +0100
24425              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
24426      Branch: perl
24427            ! lib/Net/Ping.pm
24428 ____________________________________________________________________________
24429 [  7512] By: jhi                                   on 2000/11/01  14:46:47
24430         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
24431              From: Martin Husemann <martin@duskware.de>
24432              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
24433              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
24434      Branch: perl
24435            ! regcomp.c
24436 ____________________________________________________________________________
24437 [  7511] By: jhi                                   on 2000/11/01  14:39:50
24438         Log: AUTHORS updates.
24439      Branch: perl
24440            ! AUTHORS
24441 ____________________________________________________________________________
24442 [  7510] By: jhi                                   on 2000/11/01  14:29:50
24443         Log: Subject: [PATCH] startperl to respect versiononly
24444              From: Robin Barker <rmb1@cise.npl.co.uk> 
24445              Date: Tue, 31 Oct 2000 16:29:36 GMT
24446              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
24447      Branch: metaconfig/U/perl
24448            ! startperl.U
24449      Branch: perl
24450            ! Configure config_h.SH
24451 ____________________________________________________________________________
24452 [  7509] By: jhi                                   on 2000/11/01  14:19:53
24453         Log: printf UVs the correct way, noticed by Robin Barker.
24454      Branch: perl
24455            ! utf8.c
24456 ____________________________________________________________________________
24457 [  7508] By: jhi                                   on 2000/11/01  14:10:03
24458         Log: Do not cleanup *% because the % has special meanings in some
24459              shell environments.
24460      Branch: perl
24461            ! ext/Storable/Makefile.PL
24462 ____________________________________________________________________________
24463 [  7507] By: jhi                                   on 2000/11/01  14:06:00
24464         Log: The NonStop-UX libraries have a novel way to say NaN.
24465      Branch: perl
24466            ! t/lib/bigfltpm.t
24467 ____________________________________________________________________________
24468 [  7506] By: jhi                                   on 2000/11/01  14:03:35
24469         Log: The osname has been lowercased by now, from Tom Bates.
24470      Branch: metaconfig
24471            ! U/modified/Oldconfig.U
24472      Branch: perl
24473            ! Configure config_h.SH
24474 ____________________________________________________________________________
24475 [  7505] By: jhi                                   on 2000/10/31  19:18:39
24476         Log: The compiler is either gcc or cc, from Tom Bates.
24477      Branch: perl
24478            ! hints/nonstopux.sh
24479 ____________________________________________________________________________
24480 [  7504] By: jhi                                   on 2000/10/31  14:53:42
24481         Log: Update Changes.
24482      Branch: perl
24483            ! Changes patchlevel.h
24484 ____________________________________________________________________________
24485 [  7503] By: jhi                                   on 2000/10/31  14:30:50
24486         Log: Whitespace style tweak.  Was originally going to see to
24487              
24488              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
24489              From: Joe Smith <jms@inwap.com>
24490              Date: Mon, 30 Oct 2000 18:47:57 -0800
24491              Message-Id: <39FE32DD.24AAC4D@inwap.com>
24492              
24493              but that had already been taken care of.
24494      Branch: metaconfig
24495            ! U/compline/d_stdstdio.U
24496      Branch: perl
24497            ! Configure config_h.SH
24498 ____________________________________________________________________________
24499 [  7502] By: jhi                                   on 2000/10/31  14:25:02
24500         Log: AUTHORS tweaks.
24501      Branch: perl
24502            ! AUTHORS
24503 ____________________________________________________________________________
24504 [  7501] By: jhi                                   on 2000/10/31  14:23:59
24505         Log: Subject: perlfaq style changes
24506              From: John Borwick <jhborwic@unity.ncsu.edu>
24507              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
24508              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
24509      Branch: perl
24510            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
24511            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
24512            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
24513            ! pod/perlfaq9.pod
24514 ____________________________________________________________________________
24515 [  7500] By: jhi                                   on 2000/10/31  14:22:15
24516         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
24517              
24518              Subject: Re: [ID 20000918.005] ~ on wide chars
24519              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
24520              Date: Mon, 30 Oct 2000 21:09:55 -0800
24521              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
24522              
24523              (The ord() part of the patch skipped.)
24524      Branch: perl
24525            ! doop.c
24526 ____________________________________________________________________________
24527 [  7499] By: jhi                                   on 2000/10/31  14:20:08
24528         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
24529              From: Jens Hamisch <jens@Strawberry.COM>
24530              Date: Mon, 30 Oct 2000 15:17:07 +0100
24531              Message-Id: <20001030151707.A9597@Strawberry.COM>
24532      Branch: perl
24533            ! av.c
24534 ____________________________________________________________________________
24535 [  7498] By: jhi                                   on 2000/10/31  14:16:29
24536         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
24537              From: Peter Prymmer <pvhp@forte.com>
24538              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
24539              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
24540      Branch: perl
24541            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
24542            + ext/Encode/Encode/posix-bc.enc
24543            ! MANIFEST t/lib/encode.t
24544 ____________________________________________________________________________
24545 [  7497] By: jhi                                   on 2000/10/31  14:13:22
24546         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
24547              From: Peter Prymmer <pvhp@forte.com>
24548              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
24549              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
24550      Branch: perl
24551            ! t/lib/cgi-html.t
24552 ____________________________________________________________________________
24553 [  7496] By: jhi                                   on 2000/10/31  14:12:05
24554         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
24555              From: Peter Prymmer <pvhp@forte.com>
24556              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
24557              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
24558      Branch: perl
24559            ! t/lib/cgi-function.t
24560 ____________________________________________________________________________
24561 [  7495] By: jhi                                   on 2000/10/31  14:11:08
24562         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
24563              From: Peter Prymmer <pvhp@forte.com>
24564              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
24565              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
24566      Branch: perl
24567            + ext/re/hints/aix.pl
24568            ! MANIFEST ext/re/Makefile.PL
24569 ____________________________________________________________________________
24570 [  7494] By: jhi                                   on 2000/10/31  14:08:32
24571         Log: Use Errno magic.
24572              
24573              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
24574              From: Casey Tweten <perl@ctweten.amsite.com>
24575              Date: Mon, 30 Oct 2000 15:51:17 -0500
24576              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
24577      Branch: perl
24578            ! lib/File/Temp.pm
24579 ____________________________________________________________________________
24580 [  7493] By: jhi                                   on 2000/10/31  14:05:07
24581         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
24582              
24583              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
24584              From: Nicholas Clark <nick@ccl4.org>
24585              Date: Mon, 30 Oct 2000 17:38:45 +0000
24586              Message-ID: <20001030173845.O60355@plum.flirble.org>
24587      Branch: perl
24588            ! Makefile.SH utils/perlbug.PL
24589 ____________________________________________________________________________
24590 [  7492] By: nick                                  on 2000/10/30  19:37:23
24591         Log: Change files which are mysteriously different to mainline to be
24592              copies of mainline.
24593      Branch: perlio
24594            ! objXSUB.h perlapi.c pod/perlapi.pod
24595 ____________________________________________________________________________
24596 [  7491] By: nick                                  on 2000/10/30  18:05:54
24597         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
24598              - typo in endian code in putc.
24599              - Don't allow read of write-only files and vice-versa
24600              - and off-by-one in flush-all loop.
24601              Remove debug calls as they were using GCC specific features.
24602      Branch: perlio
24603            ! perlio.c
24604 ____________________________________________________________________________
24605 [  7490] By: nick                                  on 2000/10/29  21:45:45
24606         Log: Integrate mainline to perlio
24607      Branch: perlio
24608           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
24609           !> toke.c
24610 ____________________________________________________________________________
24611 [  7489] By: jhi                                   on 2000/10/29  21:11:08
24612         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
24613              From: andreas.koenig@anima.de (Andreas J. Koenig)
24614              Date: 29 Oct 2000 22:05:59 +0100
24615              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
24616      Branch: perl
24617            ! lib/ExtUtils/Manifest.pm
24618 ____________________________________________________________________________
24619 [  7488] By: jhi                                   on 2000/10/29  21:07:47
24620         Log: Tests for #7487.
24621              
24622              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
24623              From: andreas.koenig@anima.de (Andreas J. Koenig)
24624              Date: 29 Oct 2000 19:37:09 +0100
24625              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
24626      Branch: perl
24627            ! t/comp/proto.t
24628 ____________________________________________________________________________
24629 [  7487] By: jhi                                   on 2000/10/29  21:06:27
24630         Log: constsub spillage.
24631              
24632              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
24633              From: John Tobey <jtobey@john-edwin-tobey.org>
24634              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
24635              Message-Id: <m13pvSr-000FObC@feynman.localnet>
24636      Branch: perl
24637            ! op.c
24638 ____________________________________________________________________________
24639 [  7486] By: nick                                  on 2000/10/29  21:05:04
24640         Log: Integrate mainline to perlio branch
24641      Branch: perlio
24642           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
24643           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
24644           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
24645           +> vos/install_perl.cm
24646            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
24647            - vos/config.h vos/config_h.SH_orig
24648           !> (integrate 141 files)
24649 ____________________________________________________________________________
24650 [  7485] By: jhi                                   on 2000/10/29  21:00:47
24651         Log: Make \x{...} consistently produce UTF-8.
24652              
24653              Subject: Re: \x{...} is confused 
24654              From: Simon Cozens <simon@cozens.net>
24655              Date: Sun, 29 Oct 2000 19:36:48 +0000
24656              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
24657      Branch: perl
24658            ! t/pragma/utf8.t toke.c
24659 ____________________________________________________________________________
24660 [  7484] By: nick                                  on 2000/10/29  20:05:29
24661         Log: PerlIO passes all tests.
24662      Branch: perlio
24663            ! perlio.c
24664 ____________________________________________________________________________
24665 [  7483] By: jhi                                   on 2000/10/29  18:06:55
24666         Log: Update Changes.
24667      Branch: perl
24668            ! Changes patchlevel.h
24669 ____________________________________________________________________________
24670 [  7482] By: nick                                  on 2000/10/29  17:43:28
24671         Log: Include <unistd.h> to get correct lseek() prototype etc.
24672              (I thought perl.h did that) - down to two fails
24673              - comp/require.t (last test)
24674              - lib/io_xs.t - possibly import/export of FILE * ?
24675      Branch: perlio
24676            ! perlio.c
24677 ____________________________________________________________________________
24678 [  7481] By: jhi                                   on 2000/10/29  17:02:37
24679         Log: UTF-8 decoder tweak.
24680      Branch: perl
24681            ! utf8.c
24682 ____________________________________________________________________________
24683 [  7480] By: nick                                  on 2000/10/29  16:26:11
24684         Log: Fixed two bugs:
24685              - error code not being set on close (of broken pipe)
24686              - append mode was truncating.
24687              At least one seek/tell bug remains.
24688      Branch: perlio
24689            ! perlio.c
24690 ____________________________________________________________________________
24691 [  7479] By: nick                                  on 2000/10/29  11:18:16
24692         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
24693              in case of accidents. Still several worrying fails, no line disciplines yet.
24694      Branch: perlio
24695            ! iperlsys.h perlio.c
24696 ____________________________________________________________________________
24697 [  7478] By: jhi                                   on 2000/10/29  02:04:01
24698         Log: Add also emailless people.
24699      Branch: perl
24700            ! AUTHORS
24701 ____________________________________________________________________________
24702 [  7477] By: jhi                                   on 2000/10/29  01:36:00
24703         Log: The #7476 needs a MANIFEST change, too.
24704      Branch: perl
24705            ! MANIFEST
24706 ____________________________________________________________________________
24707 [  7476] By: jhi                                   on 2000/10/29  01:35:21
24708         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
24709      Branch: perl
24710            - MAINTAIN
24711            ! AUTHORS Changes
24712 ____________________________________________________________________________
24713 [  7475] By: jhi                                   on 2000/10/28  23:57:25
24714         Log: De-quoted-unreadable to ISO Latin 1.
24715              (There's one ISO-2022-JP name in Changes5.004.)
24716      Branch: perl
24717            ! Changes Changes5.6
24718 ____________________________________________________________________________
24719 [  7474] By: jhi                                   on 2000/10/28  19:13:06
24720         Log: Subject: [ID 20001027.007] uniq array in perlfaq
24721              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
24722              Date: Fri, 27 Oct 2000 19:28:30 +0200
24723              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
24724      Branch: perl
24725            ! pod/perlfaq4.pod
24726 ____________________________________________________________________________
24727 [  7473] By: jhi                                   on 2000/10/28  18:02:05
24728         Log: Locking null mutexes is not recommendable.
24729              
24730              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
24731              From: Hugo <hv@crypt.compulink.co.uk>
24732              Date: Sat, 28 Oct 2000 18:41:12 +0100
24733              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
24734      Branch: perl
24735            ! op.c
24736 ____________________________________________________________________________
24737 [  7472] By: jhi                                   on 2000/10/28  17:52:58
24738         Log: Better create a true mailing list for the repository keepers.
24739      Branch: perl
24740            ! Porting/repository.pod
24741 ____________________________________________________________________________
24742 [  7471] By: jhi                                   on 2000/10/28  17:28:24
24743         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
24744              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
24745      Branch: perl
24746            + Porting/repository.pod
24747            ! MANIFEST
24748 ____________________________________________________________________________
24749 [  7470] By: jhi                                   on 2000/10/28  17:20:54
24750         Log: Subject: DOC PATCH 5.6.0
24751              From: mjd@plover.com
24752              Date: 27 Oct 2000 17:32:44 -0000
24753              Message-ID: <20001027173244.23754.qmail@plover.com>
24754      Branch: perl
24755            ! pod/perlfunc.pod
24756 ____________________________________________________________________________
24757 [  7469] By: jhi                                   on 2000/10/28  17:16:45
24758         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
24759              From: "Peter J. Farley III" <pjfarley@banet.net>
24760              Date: Fri, 27 Oct 2000 20:32:56 -0400
24761              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
24762      Branch: perl
24763            ! README.dos
24764 ____________________________________________________________________________
24765 [  7468] By: jhi                                   on 2000/10/28  17:07:18
24766         Log: Make target reordering to avoid pointless re-makes.
24767              
24768              Subject: Re: Total re-make of 'make okfile' after 7451 ?
24769              From: Nicholas Clark <nick@ccl4.org>
24770              Date: Sat, 28 Oct 2000 00:31:02 +0100
24771              Message-ID: <20001028003101.A54517@plum.flirble.org>
24772      Branch: perl
24773            ! Makefile.SH
24774 ____________________________________________________________________________
24775 [  7467] By: jhi                                   on 2000/10/28  17:05:31
24776         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
24777              From: lvirden@cas.org
24778              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
24779              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
24780      Branch: perl
24781            ! README.os2
24782 ____________________________________________________________________________
24783 [  7466] By: jhi                                   on 2000/10/28  16:09:16
24784         Log: Upgrade to CPAN 1.58_55.
24785              
24786              Subject: CPAN.pm status
24787              From: andreas.koenig@anima.de (Andreas J. Koenig) 
24788              Date: 28 Oct 2000 08:18:00 +0200 
24789              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
24790      Branch: perl
24791            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
24792 ____________________________________________________________________________
24793 [  7465] By: jhi                                   on 2000/10/28  16:02:47
24794         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
24795      Branch: perl
24796            ! embed.h embed.pl perl.h proto.h toke.c
24797 ____________________________________________________________________________
24798 [  7464] By: nick                                  on 2000/10/28  10:43:44
24799         Log: Fix for sv_2iv() on "shared" value from keys %hash.
24800      Branch: perl
24801            ! sv.c
24802 ____________________________________________________________________________
24803 [  7463] By: jhi                                   on 2000/10/27  16:18:29
24804         Log: Update Changes.
24805      Branch: perl
24806            ! Changes patchlevel.h
24807 ____________________________________________________________________________
24808 [  7462] By: jhi                                   on 2000/10/27  16:17:44
24809         Log: Too enthusiastic editing in #7460.
24810      Branch: metaconfig
24811            ! U/modified/Oldsym.U
24812      Branch: perl
24813            ! Configure config_h.SH
24814 ____________________________________________________________________________
24815 [  7461] By: jhi                                   on 2000/10/27  15:37:38
24816         Log: Retract #7459, the script needs more work.
24817      Branch: perl
24818            - mkreef
24819            ! MANIFEST
24820 ____________________________________________________________________________
24821 [  7460] By: jhi                                   on 2000/10/27  15:23:14
24822         Log: Use $sort, $uniq (and $tr) consistently as wondered
24823              by Nicholas Clark.
24824      Branch: metaconfig
24825            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
24826            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
24827            ! U/modified/libc.U
24828      Branch: perl
24829            ! Configure config_h.SH
24830 ____________________________________________________________________________
24831 [  7459] By: jhi                                   on 2000/10/27  15:02:07
24832         Log: (Retracted by #7461)
24833              
24834              Add a shell script for creating/removing symbolic link farms,
24835              useful for keeping the source code read-only and doing the
24836              builds somewhere else.
24837      Branch: perl
24838            + mkreef
24839            ! MANIFEST
24840 ____________________________________________________________________________
24841 [  7458] By: jhi                                   on 2000/10/27  14:42:20
24842         Log: Do away with the fix_pl.
24843      Branch: perl
24844            - fix_pl
24845            ! MANIFEST Makefile.SH
24846 ____________________________________________________________________________
24847 [  7457] By: jhi                                   on 2000/10/27  12:43:13
24848         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
24849              From: Jens Hamisch <jens@Strawberry.COM>
24850              Date: Fri, 27 Oct 2000 14:38:21 +0200
24851              Message-Id: <20001027143821.B3366@Strawberry.COM>
24852      Branch: perl
24853            ! perl.h
24854 ____________________________________________________________________________
24855 [  7456] By: jhi                                   on 2000/10/27  12:33:42
24856         Log: Subject: [PATCH] todo
24857              From: Nicholas Clark <nick@ccl4.org>
24858              Date: Thu, 26 Oct 2000 22:32:29 +0100
24859              Message-ID: <20001026223229.A44540@plum.flirble.org>
24860      Branch: perl
24861            ! pod/perltodo.pod
24862 ____________________________________________________________________________
24863 [  7455] By: jhi                                   on 2000/10/27  12:02:21
24864         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
24865              From: John Tobey <jtobey@john-edwin-tobey.org>
24866              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
24867              Message-Id: <m13ozHF-000FObC@feynman.localnet>
24868      Branch: perl
24869            ! op.c t/pragma/sub_lval.t
24870 ____________________________________________________________________________
24871 [  7454] By: jhi                                   on 2000/10/27  11:59:42
24872         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
24873              From: sthoenna@efn.org
24874              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
24875              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
24876      Branch: perl
24877            ! pp.c t/op/assignwarn.t
24878 ____________________________________________________________________________
24879 [  7453] By: jhi                                   on 2000/10/27  00:15:08
24880         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
24881      Branch: perl
24882            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
24883            ! ext/Storable/Storable.xs t/lib/st-lock.t
24884 ____________________________________________________________________________
24885 [  7452] By: jhi                                   on 2000/10/26  13:05:52
24886         Log: Undo #7451, this seems to be a deficiency in Perforce,
24887              there is no per-file line-terminator type, only per-client.
24888      Branch: perl
24889            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
24890            ! win32/makefile.mk
24891 ____________________________________________________________________________
24892 [  7451] By: jhi                                   on 2000/10/26  04:56:03
24893         Log: Experimenting in DOS arcana.
24894      Branch: perl
24895            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
24896            ! win32/makefile.mk
24897 ____________________________________________________________________________
24898 [  7450] By: jhi                                   on 2000/10/26  04:50:52
24899         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
24900              From: "Peter J. Farley III" <pjfarley@banet.net>            
24901              Date: Wed, 25 Oct 2000 23:10:18 -0400
24902              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
24903      Branch: perl
24904            ! t/io/open.t
24905 ____________________________________________________________________________
24906 [  7449] By: jhi                                   on 2000/10/26  04:49:16
24907         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
24908              From: Hugo <hv@crypt.compulink.co.uk>
24909              Date: Thu, 26 Oct 2000 01:55:17 +0100
24910              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
24911              
24912              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
24913      Branch: perl
24914            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
24915 ____________________________________________________________________________
24916 [  7448] By: jhi                                   on 2000/10/26  04:38:36
24917         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
24918              From: Peter Prymmer <pvhp@forte.com>
24919              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
24920              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
24921      Branch: perl
24922            ! configure.com
24923 ____________________________________________________________________________
24924 [  7447] By: jhi                                   on 2000/10/25  23:20:02
24925         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
24926              in platforms that strictly require all the symbols being present
24927              at link time.
24928      Branch: perl
24929            ! handy.h
24930 ____________________________________________________________________________
24931 [  7446] By: jhi                                   on 2000/10/25  21:55:57
24932         Log: Update Changes.
24933      Branch: perl
24934            ! Changes patchlevel.h
24935 ____________________________________________________________________________
24936 [  7445] By: jhi                                   on 2000/10/25  21:27:08
24937         Log: Integrate with vmsperl #7430 by Charles Bailey:
24938              
24939              Cleanup from prior patch (Charles Lane?):
24940              - improve handling of MFDs in Basename and Path
24941              - default to no xsubpp line # munging when building debug images
24942      Branch: perl
24943           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
24944 ____________________________________________________________________________
24945 [  7444] By: jhi                                   on 2000/10/25  21:03:50
24946         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
24947              From: John Peacock <JPeacock@UnivPress.com>
24948              Date: Thu, 18 May 2000 11:55:27 -0400
24949              Message-ID: <3924126F.A58BE57A@UnivPress.com>
24950      Branch: perl
24951            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
24952            ! t/op/write.t
24953 ____________________________________________________________________________
24954 [  7443] By: jhi                                   on 2000/10/25  20:43:10
24955         Log: Temporary stopgap for the self-tying issue: for now only
24956              array and hash self-ties are verboten.  The real fix, of
24957              course, would be to comprehensively test (and implement?)
24958              and debug (and document) self-ties.
24959      Branch: perl
24960            ! pod/perldiag.pod pp_sys.c t/op/tie.t
24961 ____________________________________________________________________________
24962 [  7442] By: jhi                                   on 2000/10/25  20:14:30
24963         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
24964              From: Dan Sugalski <dan@sidhe.org>
24965              Date: Wed, 25 Oct 2000 13:36:35 -0400
24966              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
24967              
24968              plus regen global.sym.
24969      Branch: perl
24970            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
24971            ! thrdvar.h util.c
24972 ____________________________________________________________________________
24973 [  7441] By: jhi                                   on 2000/10/25  20:12:20
24974         Log: buildtoc target tweaks.
24975      Branch: perl
24976            ! pod/Makefile.SH
24977 ____________________________________________________________________________
24978 [  7440] By: jhi                                   on 2000/10/25  20:03:53
24979         Log: A new version of making the syslog test more robust.
24980              (Replaces #7421.)
24981              
24982              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
24983              From: "Kurt D. Starsinic" <kstar@chapin.edu>
24984              Date: Wed, 25 Oct 2000 12:13:54 -0400
24985              Message-ID: <20001025121354.B2264@O2.chapin.edu>
24986      Branch: perl
24987            ! t/lib/syslog.t
24988 ____________________________________________________________________________
24989 [  7439] By: jhi                                   on 2000/10/25  20:00:48
24990         Log: Continue the internal UTF-8 API tweaking.
24991              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
24992              used much more than the simpler API, now called utf8_to_uv_simple().
24993              Still not quite happy with API, too much partial duplication
24994              of functionality.
24995      Branch: perl
24996            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
24997            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
24998            ! regcomp.c regexec.c sv.c toke.c utf8.c
24999 ____________________________________________________________________________
25000 [  7438] By: jhi                                   on 2000/10/25  18:52:30
25001         Log: Allow poking holes at the UTF-8 decoding strictness.
25002      Branch: perl
25003            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
25004            ! utf8.h
25005 ____________________________________________________________________________
25006 [  7437] By: jhi                                   on 2000/10/25  13:53:05
25007         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
25008              UTF8LEN() and UTF8SKIP(). 
25009      Branch: perl
25010            ! pp.c utf8.c utf8.h
25011 ____________________________________________________________________________
25012 [  7436] By: jhi                                   on 2000/10/25  13:51:37
25013         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
25014              From: Nicholas Clark <nick@ccl4.org>
25015              Date: Wed, 25 Oct 2000 14:44:05 +0100
25016              Message-ID: <20001025144404.D27253@plum.flirble.org>
25017      Branch: perl
25018            ! pod/perlrun.pod
25019 ____________________________________________________________________________
25020 [  7435] By: jhi                                   on 2000/10/25  13:49:32
25021         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
25022              From: Mike Guy <mjtg@cam.ac.uk>
25023              Date: Tue, 24 Oct 2000 14:59:40 +0100
25024              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
25025      Branch: perl
25026            ! scope.c
25027 ____________________________________________________________________________
25028 [  7434] By: jhi                                   on 2000/10/25  13:48:41
25029         Log: AIX is picky about its symbol exports.  Solution for now
25030              is to include the deb.o explicitly to the re extension build.
25031              
25032              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
25033              From: Peter Prymmer <pvhp@forte.com>
25034              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
25035              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
25036      Branch: perl
25037            ! ext/re/Makefile.PL hints/aix.sh
25038 ____________________________________________________________________________
25039 [  7433] By: jhi                                   on 2000/10/25  13:46:49
25040         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
25041              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
25042              Date: Wed, 25 Oct 2000 12:02:20 +0200
25043              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
25044      Branch: perl
25045            ! perlsdio.h
25046 ____________________________________________________________________________
25047 [  7432] By: jhi                                   on 2000/10/25  13:44:28
25048         Log: Subject: Minor update to find2perl, for portability
25049              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
25050              Date: Wed, 25 Oct 2000 12:05:47 +0100
25051              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
25052      Branch: perl
25053            ! x2p/find2perl.PL
25054 ____________________________________________________________________________
25055 [  7431] By: jhi                                   on 2000/10/25  13:40:39
25056         Log: Add targets to Makefile.SH, most importantly
25057              'regen_all' which also remembers to update vms/perly*.
25058      Branch: perl
25059            ! Makefile.SH
25060 ____________________________________________________________________________
25061 [  7430] By: bailey                                on 2000/10/25  03:13:53
25062         Log: Cleanup from prior patch (Charles Lane?):
25063              - improve handling of MFDs in Basename and Path
25064              - default to no xsubpp line # munging when building debug images
25065      Branch: vmsperl
25066            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
25067 ____________________________________________________________________________
25068 [  7429] By: jhi                                   on 2000/10/24  20:03:40
25069         Log: Podify README.epoc and README.vos.
25070      Branch: perl
25071            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
25072            ! pod/perlport.pod pod/perltoc.pod
25073 ____________________________________________________________________________
25074 [  7428] By: jhi                                   on 2000/10/24  19:10:33
25075         Log: Stratus VOS updates from Paul Green.
25076      Branch: perl
25077            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
25078            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
25079            - vos/config.def vos/config.h vos/config_h.SH_orig
25080            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
25081            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
25082 ____________________________________________________________________________
25083 [  7427] By: jhi                                   on 2000/10/24  18:59:48
25084         Log: Check if stdio supports tweaking lval and cnt simultaneously.
25085              
25086              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
25087              From: Nicholas Clark <nick@ccl4.org>
25088              Date: Mon, 23 Oct 2000 15:39:32 +0100
25089              Message-ID: <20001023153932.A10786@plum.flirble.org>
25090      Branch: metaconfig
25091            ! U/compline/d_stdstdio.U
25092      Branch: perl
25093            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
25094            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
25095            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
25096            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
25097            ! vos/config.h vos/config_h.SH_orig win32/config.bc
25098            ! win32/config.gc win32/config.vc
25099 ____________________________________________________________________________
25100 [  7426] By: jhi                                   on 2000/10/24  17:57:44
25101         Log: Missed the header file changes from #7425.
25102      Branch: perl
25103            ! embed.h embed.pl objXSUB.h proto.h
25104 ____________________________________________________________________________
25105 [  7425] By: jhi                                   on 2000/10/24  17:55:17
25106         Log: Fix the bug reported in
25107              
25108              From: andreas.koenig@anima.de (Andreas J. Koenig)
25109              Subject: Encode bug?
25110              Date: 24 Oct 2000 14:01:26 +0200 
25111              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
25112              
25113              Also make is_utf8_char() stricter.
25114      Branch: perl
25115            ! ext/Encode/Encode.xs utf8.c
25116 ____________________________________________________________________________
25117 [  7424] By: jhi                                   on 2000/10/24  15:15:39
25118         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
25119              From: Peter Scott <Peter@PSDT.com>
25120              Date: Mon, 23 Oct 2000 19:46:01 -0700
25121              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
25122      Branch: perl
25123            ! pod/perlfaq5.pod
25124 ____________________________________________________________________________
25125 [  7423] By: jhi                                   on 2000/10/24  14:25:30
25126         Log: Test tweak to avoid pulling in the whole Config.
25127      Branch: perl
25128            ! t/lib/st-lock.t
25129 ____________________________________________________________________________
25130 [  7422] By: jhi                                   on 2000/10/24  14:03:16
25131         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
25132      Branch: perl
25133            ! pp.c
25134 ____________________________________________________________________________
25135 [  7421] By: jhi                                   on 2000/10/24  13:32:09
25136         Log: (Replaced by #7440.)
25137              
25138              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
25139              From: "Kurt D. Starsinic" <kstar@chapin.edu>
25140              Date: Mon, 23 Oct 2000 16:40:54 -0400
25141              Message-ID: <20001023164054.B14491@O2.chapin.edu>
25142      Branch: perl
25143            ! t/lib/syslog.t
25144 ____________________________________________________________________________
25145 [  7420] By: jhi                                   on 2000/10/24  13:30:53
25146         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
25147              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25148              Date: Mon, 23 Oct 2000 17:29:03 -0400
25149              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
25150      Branch: perl
25151            ! lib/ExtUtils/MM_Unix.pm
25152 ____________________________________________________________________________
25153 [  7419] By: jhi                                   on 2000/10/24  13:29:57
25154         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
25155              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25156              Date: Mon, 23 Oct 2000 19:01:32 -0400
25157              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
25158      Branch: perl
25159            ! utils/h2xs.PL
25160 ____________________________________________________________________________
25161 [  7418] By: jhi                                   on 2000/10/24  13:26:04
25162         Log: Replace #7409 with
25163              
25164              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
25165              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
25166              Date: Mon, 23 Oct 2000 20:08:56 +0200
25167              Message-ID: <20001023200855.A14850@nice.ram.loc>
25168      Branch: perl
25169            ! ext/Storable/Storable.pm t/lib/st-lock.t
25170 ____________________________________________________________________________
25171 [  7417] By: jhi                                   on 2000/10/24  13:17:52
25172         Log: Run vms/vms_yfix.pl, should have done that after changing
25173              perly.c in #7382.
25174      Branch: perl
25175            ! vms/perly_c.vms vms/perly_h.vms
25176 ____________________________________________________________________________
25177 [  7416] By: jhi                                   on 2000/10/24  02:55:33
25178         Log: Make the UTF-8 decoding stricter and more verbose when
25179              malformation happens.  This involved adding an argument
25180              to utf8_to_uv_chk(), which involved changing its prototype,
25181              and prefer STRLEN over I32 for the UTF-8 length, which as
25182              a domino effect necessitated changing the prototypes of
25183              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
25184              The stricter UTF-8 decoding checking uses Markus Kuhn's
25185              UTF-8 Decode Stress Tester from
25186              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
25187      Branch: perl
25188            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
25189            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
25190            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
25191            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
25192 ____________________________________________________________________________
25193 [  7415] By: jhi                                   on 2000/10/23  14:06:06
25194         Log: Update Changes.
25195      Branch: perl
25196            ! Changes patchlevel.h
25197 ____________________________________________________________________________
25198 [  7414] By: jhi                                   on 2000/10/23  12:39:52
25199         Log: Undo the basename() part of #7412 since the lib/basename
25200              tests would need upgrading too.
25201      Branch: perl
25202            ! lib/File/Basename.pm
25203 ____________________________________________________________________________
25204 [  7413] By: jhi                                   on 2000/10/23  12:19:27
25205         Log: Document PERL_INSTALL_ROOT of #7210.
25206      Branch: perl
25207            ! lib/ExtUtils/Install.pm
25208 ____________________________________________________________________________
25209 [  7412] By: jhi                                   on 2000/10/23  12:16:47
25210         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
25211      Branch: perl
25212            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
25213            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
25214 ____________________________________________________________________________
25215 [  7411] By: jhi                                   on 2000/10/23  12:07:41
25216         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
25217              From: Prymmer/Kahn <pvhp@best.com>
25218              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
25219              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
25220      Branch: perl
25221            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
25222 ____________________________________________________________________________
25223 [  7410] By: jhi                                   on 2000/10/23  04:10:11
25224         Log: The change #7187 was not so good on VMS.
25225              
25226              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
25227              From: "Craig A. Berry" <craig.berry@psinetcs.com>
25228              Date: Sun, 22 Oct 2000 23:03:08 -0500
25229              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
25230      Branch: perl
25231            ! utils/perldoc.PL
25232 ____________________________________________________________________________
25233 [  7409] By: jhi                                   on 2000/10/23  03:57:36
25234         Log: Avoid Storable locking on DJGPP for now.
25235              
25236              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
25237              From: "Peter J. Farley III" <pjfarley@banet.net>
25238              Date: Sun, 22 Oct 2000 20:00:00 -0400
25239              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
25240      Branch: perl
25241            ! ext/Storable/Storable.pm t/lib/st-lock.t
25242 ____________________________________________________________________________
25243 [  7408] By: jhi                                   on 2000/10/23  03:50:24
25244         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
25245              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
25246              Date: Sun, 22 Oct 2000 21:12:22 -0400
25247              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
25248      Branch: perl
25249            ! lib/vars.pm
25250 ____________________________________________________________________________
25251 [  7407] By: jhi                                   on 2000/10/23  03:43:12
25252         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
25253              From: Hugo <hv@crypt.compulink.co.uk>
25254              Date: Mon, 23 Oct 2000 00:47:22 +0100
25255              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
25256      Branch: perl
25257            ! regexec.c t/op/pat.t
25258 ____________________________________________________________________________
25259 [  7406] By: jhi                                   on 2000/10/23  03:40:29
25260         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
25261      Branch: perl
25262            ! lib/ExtUtils/MakeMaker.pm
25263 ____________________________________________________________________________
25264 [  7405] By: jhi                                   on 2000/10/22  21:32:00
25265         Log: Doc patch.
25266              
25267              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
25268              From: rspier@pobox.com (Robert Spier)
25269              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
25270              Message-ID: <14835.16112.13457.447971@rls.cx>
25271      Branch: perl
25272            ! lib/strict.pm
25273 ____________________________________________________________________________
25274 [  7404] By: jhi                                   on 2000/10/22  21:30:51
25275         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
25276              From: rspier@pobox.com (Robert Spier)
25277              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
25278              Message-ID: <14835.17223.72448.705566@rls.cx>
25279      Branch: perl
25280            ! lib/ExtUtils/MakeMaker.pm
25281 ____________________________________________________________________________
25282 [  7403] By: jhi                                   on 2000/10/22  21:24:11
25283         Log: Subject: [PATCH bleadperl] ripples from constsub patch
25284              From: John Tobey <jtobey@john-edwin-tobey.org>
25285              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
25286              Message-Id: <m13nSOB-000FObC@feynman.localnet>
25287      Branch: perl
25288            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
25289 ____________________________________________________________________________
25290 [  7402] By: jhi                                   on 2000/10/22  20:59:35
25291         Log: Support s?printf parameter reordering.
25292      Branch: perl
25293            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
25294 ____________________________________________________________________________
25295 [  7401] By: jhi                                   on 2000/10/22  19:19:14
25296         Log: Expand %Config variables only if explicitly so requested
25297              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
25298              
25299              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
25300              From: Gurusamy Sarathy <gsar@ActiveState.com>
25301              Date: Sun, 22 Oct 2000 11:47:32 -0700
25302              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
25303      Branch: perl
25304            ! Makefile.SH lib/lib_pm.PL
25305 ____________________________________________________________________________
25306 [  7400] By: jhi                                   on 2000/10/22  18:24:10
25307         Log: Move the #7390 test from warn/op to comp/redef.
25308              
25309              Subject: Re: Creating const subs for constants.
25310              From: John Tobey <jtobey@john-edwin-tobey.org>
25311              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
25312              Message-Id: <m13nG72-000FObC@feynman.localnet>               
25313      Branch: perl
25314            ! t/comp/redef.t t/pragma/warn/op
25315 ____________________________________________________________________________
25316 [  7399] By: jhi                                   on 2000/10/22  17:49:59
25317         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
25318              From: Nicholas Clark <nick@ccl4.org>
25319              Date: Sat, 21 Oct 2000 22:23:19 +0100
25320              Message-ID: <20001021222319.B45586@plum.flirble.org>
25321      Branch: perl
25322            ! ext/DynaLoader/DynaLoader_pm.PL
25323 ____________________________________________________________________________
25324 [  7398] By: jhi                                   on 2000/10/22  17:47:35
25325         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
25326              From: Hugo <hv@crypt.compulink.co.uk>
25327              Date: Sat, 21 Oct 2000 18:19:59 +0100
25328              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
25329      Branch: perl
25330            ! ext/B/B.pm ext/B/B/C.pm
25331 ____________________________________________________________________________
25332 [  7397] By: jhi                                   on 2000/10/22  17:35:18
25333         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
25334              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
25335              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
25336              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
25337      Branch: perl
25338            ! hints/openbsd.sh
25339 ____________________________________________________________________________
25340 [  7396] By: jhi                                   on 2000/10/22  17:19:46
25341         Log: Subject: installman go-faster stripes
25342              From: Nicholas Clark <nick@talking.bollo.cx>
25343              Date: Sat, 21 Oct 2000 17:24:53 +0100
25344              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
25345              
25346              Subject: Re: installman go-faster stripes
25347              From: Russ Allbery <rra@stanford.edu>
25348              Date: 21 Oct 2000 11:04:13 -0700
25349              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
25350      Branch: perl
25351            ! installman pod/pod2man.PL
25352 ____________________________________________________________________________
25353 [  7395] By: jhi                                   on 2000/10/22  17:17:35
25354         Log: Hints tweak from Anton Berezin.
25355      Branch: perl
25356            ! hints/freebsd.sh
25357 ____________________________________________________________________________
25358 [  7394] By: jhi                                   on 2000/10/22  04:50:04
25359         Log: Tweak the Is* definitions of Unicode character classes
25360              to better match the official categorizations; embrace
25361              the official categorizations; add the combining marks
25362              as alpha (and -numeric); fix DCinital (a typo and edito)
25363              to be DCmedial.
25364      Branch: perl
25365            + lib/unicode/Is/DCmedial.pl
25366            - lib/unicode/Is/DCinital.pl
25367            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
25368            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
25369            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
25370            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
25371 ____________________________________________________________________________
25372 [  7393] By: jhi                                   on 2000/10/21  18:06:05
25373         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
25374              From: Daniel Chetlin <daniel@chetlin.com>
25375              Date: Sat, 21 Oct 2000 02:57:03 -0700
25376              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
25377      Branch: perl
25378            + t/lib/tie-splice.t
25379            ! MANIFEST lib/Tie/Array.pm
25380 ____________________________________________________________________________
25381 [  7392] By: gsar                                  on 2000/10/21  18:05:15
25382         Log: resync utfperl branch with mainline
25383      Branch: utfperl
25384           !> (integrate 1760 files)
25385 ____________________________________________________________________________
25386 [  7391] By: jhi                                   on 2000/10/21  14:37:49
25387         Log: Testcases for a #7383,#7385 related bug.
25388              
25389              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
25390              From: Nicholas Clark <nick@ccl4.org>
25391              Date: Sat, 21 Oct 2000 15:04:51 +0100
25392              Message-ID: <20001021150451.A51566@plum.flirble.org>
25393      Branch: perl
25394            ! t/pragma/utf8.t
25395 ____________________________________________________________________________
25396 [  7390] By: jhi                                   on 2000/10/21  14:35:57
25397         Log: Add a testcase for #7389.
25398      Branch: perl
25399            ! t/pragma/warn/op
25400 ____________________________________________________________________________
25401 [  7389] By: jhi                                   on 2000/10/21  14:26:45
25402         Log: Subject: Re: Creating const subs for constants.
25403              From: John Tobey <jtobey@john-edwin-tobey.org>
25404              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
25405              Message-Id: <m13mo0N-000FObC@feynman.localnet>
25406      Branch: perl
25407            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
25408            ! proto.h sv.c
25409 ____________________________________________________________________________
25410 [  7388] By: nick                                  on 2000/10/21  11:44:23
25411         Log: Populate perlio branch
25412      Branch: perlio
25413           +> (branch 1760 files)
25414 ____________________________________________________________________________
25415 [  7387] By: nick                                  on 2000/10/21  10:52:05
25416         Log: Get branch back as replica of mainline via :
25417              p4 integrate -b utfperl
25418              p4 resolve -at ./...
25419      Branch: utfperl
25420           +> (branch 269 files)
25421            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
25422            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
25423            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
25424            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
25425            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
25426            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
25427            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
25428            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
25429            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
25430            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
25431            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
25432            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
25433            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
25434            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
25435            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
25436            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
25437            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
25438            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
25439            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
25440            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
25441            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
25442            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
25443            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
25444            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
25445            - lib/unicode/UCD300.html lib/unicode/Unicode.300
25446            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
25447            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
25448            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
25449            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
25450           !> (integrate 965 files)
25451 ____________________________________________________________________________
25452 [  7386] By: jhi                                   on 2000/10/21  01:31:12
25453         Log: Update Changes.
25454      Branch: perl
25455            ! Changes patchlevel.h
25456 ____________________________________________________________________________
25457 [  7385] By: jhi                                   on 2000/10/21  01:28:42
25458         Log: The #7383 was right only in the context of the original bug report,
25459              not in more general case.
25460      Branch: perl
25461            ! pp_hot.c
25462 ____________________________________________________________________________
25463 [  7384] By: jhi                                   on 2000/10/21  01:08:23
25464         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
25465      Branch: perl
25466            ! ext/IO/lib/IO/Select.pm
25467 ____________________________________________________________________________
25468 [  7383] By: jhi                                   on 2000/10/21  00:44:18
25469         Log: Fix for ID 20001020.006, concatenating an unset submatch
25470              with utf8 resulted in "Modification of a read-only value".
25471      Branch: perl
25472            ! pp_hot.c t/pragma/utf8.t
25473 ____________________________________________________________________________
25474 [  7382] By: jhi                                   on 2000/10/20  20:44:31
25475         Log: Make scan_num() reëntrant, as suggested in
25476              
25477              Subject: [PATCH perl@7229] Rentrant parser and yylex()
25478              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
25479              Date: Fri, 20 Oct 2000 14:17:27 +0100
25480              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
25481      Branch: perl
25482            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
25483            ! toke.c
25484 ____________________________________________________________________________
25485 [  7381] By: jhi                                   on 2000/10/20  20:07:29
25486         Log: Reëntrancy fix.
25487              
25488              Subject: [PATCH perl@7229] Rentrant parser and yylex()
25489              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
25490              Date: Fri, 20 Oct 2000 14:17:27 +0100
25491              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
25492      Branch: perl
25493            ! embed.h embed.pl perl.h proto.h toke.c
25494 ____________________________________________________________________________
25495 [  7380] By: jhi                                   on 2000/10/20  19:15:54
25496         Log: Don't write double values through long double pointers,
25497              based on a part of
25498              
25499              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
25500              From: Jens Hamisch <jens@Strawberry.COM>
25501              Date: Tue, 17 Oct 2000 08:39:36 +0200
25502              Message-Id: <20001017083936.A11104@Strawberry.COM>
25503      Branch: perl
25504            ! perl.h pp.c
25505 ____________________________________________________________________________
25506 [  7379] By: jhi                                   on 2000/10/20  18:43:37
25507         Log: Portability tweak on #7377.
25508              
25509              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
25510              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
25511              Date:     Fri, 20 Oct 2000 13:13:41 EDT
25512              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
25513      Branch: perl
25514            ! t/lib/dprof.t
25515 ____________________________________________________________________________
25516 [  7378] By: jhi                                   on 2000/10/20  12:57:19
25517         Log: SOCKS function redefinitions need prototypes, too, otherwise
25518              for example 32 bit versus 64 bit differences cause a lot of
25519              problems.  Part of
25520              
25521              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
25522              From: Jens Hamisch <jens@Strawberry.COM>
25523              Date: Tue, 17 Oct 2000 08:39:36 +0200
25524              Message-Id: <20001017083936.A11104@Strawberry.COM>
25525      Branch: perl
25526            ! doio.c pp_sys.c
25527 ____________________________________________________________________________
25528 [  7377] By: jhi                                   on 2000/10/20  12:37:12
25529         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
25530              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
25531              Date:     Fri, 20 Oct 2000 08:26:04 EDT
25532              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
25533      Branch: perl
25534            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
25535 ____________________________________________________________________________
25536 [  7376] By: jhi                                   on 2000/10/20  12:35:31
25537         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
25538              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
25539              Date:     Fri, 20 Oct 2000 07:48:15 EDT
25540              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
25541      Branch: perl
25542            ! configure.com vms/gen_shrfls.pl
25543 ____________________________________________________________________________
25544 [  7375] By: bailey                                on 2000/10/20  04:44:37
25545         Log: SYN SYN
25546      Branch: vmsperl
25547           +> (branch 134 files)
25548            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
25549            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
25550            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
25551            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
25552            - eg/cgi/frameset.cgi eg/cgi/index.html
25553            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
25554            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
25555            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
25556            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
25557            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
25558            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
25559            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
25560            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
25561            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
25562            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
25563            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
25564            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
25565            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
25566            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
25567            - lib/unicode/Props.txt lib/unicode/UCD300.html
25568            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
25569            - utils/perlbc.PL vms/subconfigure.com
25570           !> (integrate 785 files)
25571 ____________________________________________________________________________
25572 [  7374] By: jhi                                   on 2000/10/20  00:59:48
25573         Log: In the latest compiler builds cccdlflags must not become -fpic,
25574              from Wilfredo Sánchez.
25575      Branch: perl
25576            ! hints/darwin.sh
25577 ____________________________________________________________________________
25578 [  7373] By: jhi                                   on 2000/10/20  00:56:35
25579         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
25580              From: Tony Cook <tony@develop-help.com>
25581              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
25582              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
25583      Branch: perl
25584            ! pod/perlop.pod
25585 ____________________________________________________________________________
25586 [  7372] By: jhi                                   on 2000/10/19  19:34:40
25587         Log: Typo noted by Mark Lutz.
25588      Branch: perl
25589            ! t/op/64bitint.t
25590 ____________________________________________________________________________
25591 [  7371] By: jhi                                   on 2000/10/19  19:33:13
25592         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
25593      Branch: metaconfig
25594            ! U/modified/Cppsym.U U/modified/Oldconfig.U
25595      Branch: metaconfig/U/perl
25596            ! End.U dlsrc.U libperl.U
25597      Branch: perl
25598            + hints/nonstopux.sh
25599            ! Configure MANIFEST config_h.SH
25600 ____________________________________________________________________________
25601 [  7370] By: jhi                                   on 2000/10/19  17:18:08
25602         Log: Subject: PATCH do_print has 2 PerlIO_error()s
25603              From: nick@ccl4.org
25604              Date: Thu, 19 Oct 2000 18:09:20 +0100
25605              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
25606      Branch: perl
25607            ! doio.c
25608 ____________________________________________________________________________
25609 [  7369] By: jhi                                   on 2000/10/19  14:01:49
25610         Log: Update Changes.
25611      Branch: perl
25612            ! Changes patchlevel.h
25613 ____________________________________________________________________________
25614 [  7368] By: jhi                                   on 2000/10/19  13:04:29
25615         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
25616              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
25617              Date: Wed, 18 Oct 2000 13:12:01 +0200
25618              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
25619      Branch: perl
25620            ! hints/aix.sh
25621 ____________________________________________________________________________
25622 [  7367] By: jhi                                   on 2000/10/19  02:22:40
25623         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
25624              of a 'pmshort' anywhere in the B, so the offending line was simply
25625              removed.
25626      Branch: perl
25627            ! ext/B/B/Debug.pm
25628 ____________________________________________________________________________
25629 [  7366] By: jhi                                   on 2000/10/19  02:12:37
25630         Log: Add the test case for the bug id 20000730.004 which seems
25631              to have been fixed by now.
25632      Branch: perl
25633            ! t/pragma/utf8.t
25634 ____________________________________________________________________________
25635 [  7365] By: jhi                                   on 2000/10/18  23:36:24
25636         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
25637              From: Hugo <hv@crypt.compulink.co.uk>
25638              Date: Wed, 18 Oct 2000 23:25:58 +0100
25639              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
25640      Branch: perl
25641            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
25642 ____________________________________________________________________________
25643 [  7364] By: jhi                                   on 2000/10/18  21:12:53
25644         Log: (retracted)
25645      Branch: perl
25646            ! pp.c
25647 ____________________________________________________________________________
25648 [  7363] By: jhi                                   on 2000/10/18  20:55:38
25649         Log: Missing change from #7362.
25650      Branch: perl
25651            ! win32/perlhost.h
25652 ____________________________________________________________________________
25653 [  7362] By: jhi                                   on 2000/10/18  20:52:01
25654         Log: Borland C fstat() never saw the fd as writable.
25655              
25656              Subject: fix for Borland's weak "stat" (perl@7211)
25657              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
25658              Date: Mon, 16 Oct 2000 09:55:03 +0400
25659              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
25660      Branch: perl
25661            ! win32/win32.c
25662 ____________________________________________________________________________
25663 [  7361] By: jhi                                   on 2000/10/18  17:43:50
25664         Log: Regen toc.
25665      Branch: perl
25666            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
25667 ____________________________________________________________________________
25668 [  7360] By: jhi                                   on 2000/10/18  17:07:44
25669         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
25670              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
25671              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
25672              Date: Mon, 16 Oct 2000 15:19:49 +0200
25673      Branch: perl
25674            + README.aix
25675            ! MANIFEST
25676 ____________________________________________________________________________
25677 [  7359] By: jhi                                   on 2000/10/18  17:04:49
25678         Log: Subject: Pod patch for Devel::Peek
25679              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
25680              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
25681              Date: Mon, 16 Oct 2000 12:26:34 +0200
25682      Branch: perl
25683            ! ext/Devel/Peek/Peek.pm
25684 ____________________________________________________________________________
25685 [  7358] By: jhi                                   on 2000/10/18  17:03:15
25686         Log: Make Cwd more bulletproof in chrooted environments.
25687              
25688              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
25689              From: "Eric E. Coe" <Eric.Coe@oracle.com>
25690              Date: Wed, 18 Oct 2000 04:03:54 -0400
25691              Message-Id: <39ED596A.70E599FE@oracle.com>
25692      Branch: perl
25693            ! lib/Cwd.pm
25694 ____________________________________________________________________________
25695 [  7357] By: jhi                                   on 2000/10/18  16:37:26
25696         Log: Disable the UTF8 downgrade croakage for now to avoid
25697              too many not okay messages.
25698      Branch: perl
25699            ! doio.c
25700 ____________________________________________________________________________
25701 [  7356] By: jhi                                   on 2000/10/17  23:29:41
25702         Log: Show the failed remote port, instead of the failing line number.
25703              
25704              Subject: [PATCH 5.6.1 Debugger] More diagnostics
25705              From: David Sparks <daves@ActiveState.com>
25706              Date: Tue, 17 Oct 2000 15:00:24 -0700
25707              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
25708      Branch: perl
25709            ! lib/perl5db.pl
25710 ____________________________________________________________________________
25711 [  7355] By: jhi                                   on 2000/10/17  14:11:31
25712         Log: On output try to downgrade to bytes, croak if impossible,
25713              from Simon Cozens.  This means that outputting >255 UTF8
25714              is impossible.  Consider this as a strong incentive to get
25715              the I/O disciplines implemented.
25716      Branch: perl
25717            ! doio.c pod/perldiag.pod sv.c
25718 ____________________________________________________________________________
25719 [  7354] By: jhi                                   on 2000/10/17  13:42:23
25720         Log: Clarify documentation on 'use bytes'.
25721              
25722              Subject: Re: What does 'use bytes' "mean" ?
25723              From: Simon Cozens <simon@cozens.net>
25724              Date: Mon, 18 Sep 2000 18:24:25 +0100
25725              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
25726      Branch: perl
25727            ! lib/bytes.pm
25728 ____________________________________________________________________________
25729 [  7353] By: jhi                                   on 2000/10/17  13:28:12
25730         Log: Workaround for a sfio bug where the stream error indicator
25731              is not cleared as documented.
25732              
25733              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
25734              From: Nicholas Clark <nick@ccl4.org>
25735              Date: Mon, 16 Oct 2000 18:28:23 +0100
25736              Message-ID: <20001016182823.J19700@plum.flirble.org>
25737      Branch: perl
25738            ! doio.c
25739 ____________________________________________________________________________
25740 [  7352] By: jhi                                   on 2000/10/17  13:06:19
25741         Log: More IoTYPE sprinkling.
25742      Branch: perl
25743            ! doio.c pp_hot.c
25744 ____________________________________________________________________________
25745 [  7351] By: jhi                                   on 2000/10/16  22:47:07
25746         Log: Detect early whether the std streams have gone bad.
25747              
25748              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
25749              Date: Mon, 16 Oct 2000 23:28:42 +0100
25750              From: Nicholas Clark <nick@ccl4.org>
25751              Message-ID: <20001016232842.A37942@plum.flirble.org>
25752      Branch: perl
25753            ! t/op/misc.t
25754 ____________________________________________________________________________
25755 [  7350] By: jhi                                   on 2000/10/16  22:45:16
25756         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
25757              From: "Peter J. Farley III" <pjfarley@banet.net>
25758              Date: Mon, 16 Oct 2000 18:15:59 -0400
25759              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
25760      Branch: perl
25761            ! djgpp/djgpp.c dosish.h t/io/open.t
25762 ____________________________________________________________________________
25763 [  7349] By: jhi                                   on 2000/10/16  22:36:45
25764         Log: perldelta tweak.
25765      Branch: perl
25766            ! pod/perldelta.pod
25767 ____________________________________________________________________________
25768 [  7348] By: jhi                                   on 2000/10/16  15:17:53
25769         Log: Update Changes.
25770      Branch: perl
25771            ! Changes patchlevel.h
25772 ____________________________________________________________________________
25773 [  7347] By: jhi                                   on 2000/10/16  13:55:27
25774         Log: Add the capability to include/exclude branches.
25775      Branch: perl
25776            ! Porting/genlog
25777 ____________________________________________________________________________
25778 [  7346] By: jhi                                   on 2000/10/16  13:18:04
25779         Log: Add Charles Lane.
25780      Branch: perl
25781            ! AUTHORS Changes
25782 ____________________________________________________________________________
25783 [  7345] By: jhi                                   on 2000/10/16  13:13:21
25784         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
25785      Branch: perl
25786            ! pod/perldelta.pod
25787 ____________________________________________________________________________
25788 [  7344] By: gsar                                  on 2000/10/16  09:30:21
25789         Log: integrate change#6220 from cfgperl
25790              
25791              Win32 patches from Benjamin Stuhl.
25792      Branch: maint-5.6/perl
25793           !> makedef.pl win32/win32.h
25794 ____________________________________________________________________________
25795 [  7343] By: gsar                                  on 2000/10/16  08:32:19
25796         Log: integrate changes#6221,6222 from cfgperl
25797              
25798              Remove tr///CU (the feature is to be obsoleted by better interfaces).
25799              From: simon@brecon.co.uk (Simon Cozens)
25800              Subject: [PATCH] Eliminate tr///[CU][CU]
25801              Date: 23 Jun 2000 11:05:40 GMT
25802              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
25803              
25804              doc typo fix
25805              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
25806              From: Ian Phillipps <Ian.Phillipps@iname.com>
25807              Date: Fri, 23 Jun 2000 10:40:58 +0100
25808              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
25809      Branch: maint-5.6/perl
25810           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
25811 ____________________________________________________________________________
25812 [  7342] By: gsar                                  on 2000/10/16  08:28:08
25813         Log: integrate change#6217 from cfgperl (in part)
25814              
25815              Rename the fdpid locking and integrate with Sarathy.
25816      Branch: maint-5.6/perl
25817           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
25818           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
25819           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
25820           !> win32/win32.c
25821 ____________________________________________________________________________
25822 [  7341] By: gsar                                  on 2000/10/16  08:23:39
25823         Log: integrate changes#6214..6216 from mainline
25824              
25825              @_ can't have junk in it even in the non-USE_ITHREADS case because
25826              caller() wants to populate @DB::args with it (causes a coredump
25827              in Carp::confess())
25828              
25829              tweak comment about @DB::args
25830              
25831              be more optimal about clearing @_
25832      Branch: maint-5.6/perl
25833           !> av.h cop.h pp_ctl.c t/op/runlevel.t
25834 ____________________________________________________________________________
25835 [  7340] By: gsar                                  on 2000/10/16  08:20:37
25836         Log: integrate changes#6207..6210 from cfgperl
25837              
25838              Subject: [PATCH 5.6.0] Threadsafe patches
25839              From: Dan Sugalski <dan@sidhe.org>
25840              To: perl5-porters@perl.org
25841              Date: Mon, 08 May 2000 18:08:13 -0400
25842              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
25843              
25844              Regen headers for #6207.
25845              
25846              Lock PL_fdpid against race conditions, based on:
25847              Subject: [PATCH 5.6.0]subprocess fixup for threads
25848              From: Dan Sugalski <dan@sidhe.org>
25849              To: perl5-porters@perl.org
25850              Date: Tue, 11 Apr 2000 17:02:32 -0400
25851              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
25852              
25853              Mopup for #6207 and #6209.
25854      Branch: maint-5.6/perl
25855           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
25856           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
25857           !> win32/win32.c
25858 ____________________________________________________________________________
25859 [  7339] By: gsar                                  on 2000/10/16  08:14:34
25860         Log: integrate change#6203 from cfgperl
25861              
25862              perldiag should refer to perlos2.pod not README.os2
25863      Branch: maint-5.6/perl
25864           !> pod/perldiag.pod
25865 ____________________________________________________________________________
25866 [  7338] By: gsar                                  on 2000/10/16  08:11:42
25867         Log: integrate change#6201 from mainline
25868              
25869              Perl_eval_pv() leaks 4 bytes every time it is called because it
25870              does a PUSHMARK that's never ever POPMARKed; in general, only
25871              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
25872              Perl_eval_[sp]v() don't because they don't take any incoming
25873              arguments (this leak has been around since the original version
25874              of perl_eval_pv() in 5.003_97e)
25875      Branch: maint-5.6/perl
25876           !> perl.c
25877 ____________________________________________________________________________
25878 [  7337] By: gsar                                  on 2000/10/16  08:08:47
25879         Log: integrate changes#6197..6200 from cfgperl
25880              
25881              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
25882              From: John Borwick <jhborwic@unity.ncsu.edu>
25883              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
25884              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
25885              
25886              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
25887              From: Dan Sugalski <dan@sidhe.org>
25888              To: vmsperl@perl.org, perl5-porters@perl.org
25889              Date: Fri, 02 Jun 2000 16:00:41 -0400
25890              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
25891              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
25892              
25893              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
25894              From: Dan Sugalski <dan@sidhe.org>
25895              To: perl5-porters@perl.org, vmsperl@perl.org
25896              Date: Fri, 02 Jun 2000 17:30:51 -0400
25897              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
25898              
25899              Update to cperl-mode.el 4.31 from
25900              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
25901              Subject: A couple of notes
25902              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25903              To: Mailing list Perl5 <perl5-porters@perl.org>
25904              Date: Sat, 3 Jun 2000 23:33:32 -0400
25905              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
25906      Branch: maint-5.6/perl
25907           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
25908           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
25909           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
25910           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
25911           !> vms/vmsish.h
25912 ____________________________________________________________________________
25913 [  7336] By: gsar                                  on 2000/10/16  08:03:46
25914         Log: integrate changes#6194,6195 from mainline
25915              
25916              fix small eval"" memory leaks under USE_ITHREADS
25917              
25918              fix yet another eval"" leak under USE_ITHREADS
25919      Branch: maint-5.6/perl
25920           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
25921           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
25922           !> vms/perly_c.vms
25923 ____________________________________________________________________________
25924 [  7335] By: gsar                                  on 2000/10/16  08:02:15
25925         Log: integrate changes#6190,6191 from mainline
25926              
25927              submit missing embed.pl change
25928              
25929              vec() loses numericalness (modified version of patch suggested
25930              by Robin Barker)
25931      Branch: maint-5.6/perl
25932           !> doop.c embed.pl t/op/vec.t
25933 ____________________________________________________________________________
25934 [  7334] By: gsar                                  on 2000/10/16  08:01:03
25935         Log: integrate change#6189 from mainline
25936              
25937              counting tr/// corrupts later operation (from M.J.T Guy)
25938      Branch: maint-5.6/perl
25939           !> doop.c t/op/tr.t
25940 ____________________________________________________________________________
25941 [  7333] By: gsar                                  on 2000/10/16  07:59:07
25942         Log: integrate changes#6183..6188 from mainline
25943              
25944              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
25945              <nick@ccl4.org>)
25946              
25947              tweak for change#6127
25948              
25949              remove incorrect documentation about implicit split to @_ in
25950              list context, which never really worked in perl 5 (from
25951              M.J.T. Guy)
25952              
25953              further qualify references to "alphanumeric" (from Wolfgang Laun
25954              <wolfgang.laun@alcatel.at>)
25955              
25956              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
25957              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
25958              
25959              h2xs tweaks
25960      Branch: maint-5.6/perl
25961           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
25962           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
25963           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
25964           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
25965           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
25966           !> pod/pod2latex.PL utils/h2xs.PL
25967 ____________________________________________________________________________
25968 [  7332] By: gsar                                  on 2000/10/16  07:53:52
25969         Log: integrate change#6179 from mainline
25970              
25971              buggy modulus on UVs introduced by change#3378 (resulted in
25972              4063328477 % 65535 amounting to 27406, instead of 27407)
25973      Branch: maint-5.6/perl
25974           !> pp.c t/op/arith.t
25975 ____________________________________________________________________________
25976 [  7331] By: gsar                                  on 2000/10/16  07:52:49
25977         Log: integrate changes#6176,6177,6178,6182 from cfgperl
25978              
25979              Single-quoted utf8 patch from Simon Cozens.
25980              
25981              Substitution utf8 patch from Simon Cozens.
25982              
25983              Be cleaner.
25984              
25985              Be Cleaner Part Deux.
25986      Branch: maint-5.6/perl
25987           !> Makefile.SH pp_hot.c toke.c
25988 ____________________________________________________________________________
25989 [  7330] By: gsar                                  on 2000/10/16  07:41:36
25990         Log: integrate change#6172 from mainline
25991              
25992              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
25993              (from Ilya Zakharevich)
25994      Branch: maint-5.6/perl
25995           !> regexec.c t/op/re_tests
25996 ____________________________________________________________________________
25997 [  7329] By: gsar                                  on 2000/10/16  07:40:25
25998         Log: integrate change#6171 from mainline
25999              
26000              scalar() doesn't force scalar context when used in void context
26001              (from Simon Cozens)
26002      Branch: maint-5.6/perl
26003           !> op.c t/op/wantarray.t
26004 ____________________________________________________________________________
26005 [  7328] By: gsar                                  on 2000/10/16  07:39:33
26006         Log: integrate change#6170 from mainline
26007              
26008              change#6142 needs tweaks to tests to work where there's no
26009              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
26010      Branch: maint-5.6/perl
26011           !> t/lib/filefind.t
26012 ____________________________________________________________________________
26013 [  7327] By: gsar                                  on 2000/10/16  07:35:34
26014         Log: integrate changes#6166..6168 from cfgperl
26015              
26016              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
26017              in case somebody wants to write an extension for more
26018              shadow database interfaces.
26019              
26020              tweak todo
26021              
26022              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
26023      Branch: maint-5.6/perl
26024           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
26025           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
26026           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
26027           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
26028           !> win32/config.vc win32/config_H.bc win32/config_H.gc
26029           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
26030 ____________________________________________________________________________
26031 [  7326] By: gsar                                  on 2000/10/16  07:29:05
26032         Log: integrate changes#6157,6159..6161,6164 from cfgperl
26033              
26034              Regen Configure to jive with #6149.
26035              
26036              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
26037              
26038              Changes for the File::Temp 0.08 (change #6159) test suite
26039              to fit better into the Perl distribution test framework.
26040              
26041              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
26042              both from Simon Cozens.
26043              
26044              detypo
26045      Branch: maint-5.6/perl
26046           +> pod/perlmodlib.PL pod/perlnewmod.pod
26047           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
26048           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
26049           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
26050           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
26051 ____________________________________________________________________________
26052 [  7325] By: gsar                                  on 2000/10/16  07:25:13
26053         Log: integrate change#6158 from vmsperl
26054              
26055              Add fallback to tmpfile for use in cases where user's relying on
26056              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
26057              Lane's patch)
26058      Branch: maint-5.6/perl
26059           !> vms/vms.c vms/vmsish.h
26060 ____________________________________________________________________________
26061 [  7324] By: gsar                                  on 2000/10/16  07:20:50
26062         Log: integrate changes#6153..6155 from mainline
26063              
26064              prettier Test::Harness output on failed tests (from Nicholas Clark
26065              <nick@Bagpuss.uk.boo.com>)
26066              
26067              avoid type mismatch warning
26068              
26069              small bug in change#6144; remove random \xA0 character that snuck
26070              in via change#6145
26071      Branch: maint-5.6/perl
26072           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
26073           !> perl.c
26074 ____________________________________________________________________________
26075 [  7323] By: gsar                                  on 2000/10/16  07:18:47
26076         Log: integrate changes#6151,6152 from mainline
26077              
26078              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
26079              
26080              cosmetic fixups of RE debug output (from Ilya Zakharevich)
26081      Branch: maint-5.6/perl
26082           !> regexec.c
26083 ____________________________________________________________________________
26084 [  7322] By: gsar                                  on 2000/10/16  07:17:25
26085         Log: integrate changes#6146..6150 from mainline
26086              
26087              doc typo
26088              
26089              add a make entry to Config.pm so "perl -V:make" works on VMS
26090              (from Peter Prymmer)
26091              
26092              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
26093              
26094              OS/2 tweaks for usethreads build (from Rocco Caputo
26095              <troc@netrus.net>)
26096              
26097              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
26098      Branch: maint-5.6/perl
26099           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
26100           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
26101           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
26102           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
26103           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
26104           !> warnings.pl x2p/a2p.h
26105 ____________________________________________________________________________
26106 [  7321] By: gsar                                  on 2000/10/16  07:14:02
26107         Log: integrate changes#6143..6145 from mainline
26108              
26109              MacOS support, part 1 (from Matthias Neeracher
26110              <neeri@iis.ee.ethz.ch>)
26111              
26112              MacOS support, part 2: make AutoSplit use File::Spec instead
26113              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
26114              <neeri@iis.ee.ethz.ch>)
26115              
26116              make xsubpp skip embedded pod (from Matthias Neeracher
26117              <neeri@iis.ee.ethz.ch>)
26118      Branch: maint-5.6/perl
26119           +> ext/DynaLoader/dl_mac.xs
26120           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
26121           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
26122           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
26123           !> pp_ctl.c proto.h toke.c util.c util.h
26124 ____________________________________________________________________________
26125 [  7320] By: gsar                                  on 2000/10/16  07:12:13
26126         Log: integrate changes#6141,6142 from mainline
26127              
26128              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
26129              forwarded by Peter Seebach from the bsdi-users mailing list.
26130              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
26131              
26132              File::Find fails to chdir when chasing symlinks (from
26133              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
26134      Branch: maint-5.6/perl
26135           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
26136 ____________________________________________________________________________
26137 [  7319] By: gsar                                  on 2000/10/16  07:04:30
26138         Log: integrate change#6139 from mainline
26139              
26140              revise mktables.PL for bugs and newness in Unicode 3.0
26141              (from James Bence <jbence@amgen.com>)
26142      Branch: maint-5.6/perl
26143           +> (branch 30 files)
26144           !> (integrate 49 files)
26145 ____________________________________________________________________________
26146 [  7318] By: gsar                                  on 2000/10/16  07:01:01
26147         Log: integrate changes#6137,6138 from mainline
26148              
26149              fix bogus redeclaration warning for "our" variables in different
26150              scopes
26151              
26152              add note about the handling of negative indices to tied arrays
26153              (from Michael G Schwern <schwern@pobox.com>)
26154      Branch: maint-5.6/perl
26155           !> op.c pod/perltie.pod t/pragma/strict-vars
26156 ____________________________________________________________________________
26157 [  7317] By: gsar                                  on 2000/10/16  06:58:46
26158         Log: integrate changes#6127..6136 from mainline
26159              
26160              call_method(...,G_EVAL) can longjmp() out if the method probing
26161              failed (from Gisle Aas)
26162              
26163              new perlxstut example for passing/returning refs to arrays
26164              (from David Lowe <dlowe@pootpoot.com>)
26165              
26166              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
26167              
26168              fix places that mean C<"word" character> but say C<alphanumeric
26169              character>
26170              
26171              avoid warnings in POSIX.pm (from Barrie Slaymaker)
26172              
26173              warnings::enabled() doesn't fall back to looking at $^W if
26174              caller isn't using lexical warnings (from Paul Marquess)
26175              
26176              elide bogus test in change#6132
26177              
26178              make Test::Harness use wait.h/WCOREDUMP if available
26179              (from Ben Tilly <ben_tilly@hotmail.com>)
26180              
26181              enable Test::Harness to dynamically determine column width etc.
26182              (from Rob Napier <rnapier@employees.org>)
26183              
26184              random pod typos (from Peter Scott <Peter@PSDT.com>)
26185      Branch: maint-5.6/perl
26186           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
26187           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
26188           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
26189           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
26190 ____________________________________________________________________________
26191 [  7316] By: gsar                                  on 2000/10/16  06:53:23
26192         Log: integrate change#6126 from mainline
26193              
26194              change#2879 broke rvalue autovivification of magicals such as
26195              ${$num} (reworked variant of patch suggested by Simon Cozens)
26196      Branch: maint-5.6/perl
26197           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
26198           !> pp_hot.c proto.h t/op/gv.t
26199 ____________________________________________________________________________
26200 [  7315] By: gsar                                  on 2000/10/16  06:51:38
26201         Log: integrate changes#6123,6125 from mainline
26202              
26203              clarify gotcha with #line directives (from Rocco Caputo
26204              <troc@netrus.net>)
26205              
26206              enable propagating exception objects via Perl_croak() in XS code
26207              (from Gisle Aas)
26208      Branch: maint-5.6/perl
26209           !> pod/perldebug.pod pod/perlsyn.pod util.c
26210 ____________________________________________________________________________
26211 [  7314] By: gsar                                  on 2000/10/16  06:49:28
26212         Log: integrate change#6122 from mainline
26213              
26214              downgrade fatal error on C<"foo@nosucharray.com"> to optional
26215              warning (from Mark-Jason Dominus)
26216      Branch: maint-5.6/perl
26217           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
26218           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
26219           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
26220           !> toke.c
26221 ____________________________________________________________________________
26222 [  7313] By: gsar                                  on 2000/10/16  06:46:54
26223         Log: integrate changes#6112..6121 from vmsperl
26224              
26225              Check for existence of file before trying to delete
26226              
26227              Ugly workaround for version-specific RTL error
26228              
26229              Urk -- undo previous removal of vmsish 'exit' change
26230              
26231              Add bounds checking for several strings (Charles Lane)
26232              
26233              Miscellaneous cosmetic fixes (Charles Lane)
26234              
26235              Treat sockets as special in sys(read|write) (Charles Lane et al.)
26236              
26237              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
26238              Flatten case labels in switch statements uniformly (Charles Bailey)
26239              
26240              Quiet error messages in vmsish.t (Charles Lane)
26241              
26242              Add missing escape (Charles Lane)
26243              
26244              Allow eliminate_macros() and fixpath() to handle space-delimited
26245              lists (based on fixes by Craig Berry)
26246      Branch: maint-5.6/perl
26247           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
26248           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
26249           !> vms/vmsish.h
26250 ____________________________________________________________________________
26251 [  7312] By: gsar                                  on 2000/10/16  06:41:18
26252         Log: integrate changes#6107,6110 from cfgperl
26253              
26254              Tweak the todo list.
26255              
26256              todo tweak
26257      Branch: maint-5.6/perl
26258           !> Todo-5.6
26259 ____________________________________________________________________________
26260 [  7311] By: gsar                                  on 2000/10/16  06:38:38
26261         Log: integrate changes#6104,6108 from mainline
26262              
26263              PL_sys_intern was being initialized too late on windows
26264              
26265              reenable fake signal handling on Windows, bugs and all
26266      Branch: maint-5.6/perl
26267           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
26268           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
26269           !> win32/win32.c
26270 ____________________________________________________________________________
26271 [  7310] By: gsar                                  on 2000/10/16  06:36:03
26272         Log: integrate changes#6095,6097..6103 from cfgperl
26273              
26274              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
26275              might be useful in future.
26276              
26277              Add a note about possible compilation problems from Allen Smith.
26278              
26279              Add a note about other, yet unsupported, shadow password APIs.
26280              
26281              Tweaks for the cc bugs from Allen Smith.
26282              
26283              More compilation tweakery from Allen Smith.
26284              
26285              Hints and test tweaks for Unicos.
26286              
26287              The test suite tweak in #6101 wasn't quite right.
26288              
26289              Test tweaking for Unicos continues.
26290      Branch: maint-5.6/perl
26291           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
26292           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
26293           !> t/lib/complex.t t/op/64bitint.t
26294 ____________________________________________________________________________
26295 [  7309] By: gsar                                  on 2000/10/16  06:29:41
26296         Log: integrate changes#6093,6094 from mainline
26297              
26298              fork() failure to create pseudo process sets errno=EAGAIN and returns
26299              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
26300              
26301              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
26302      Branch: maint-5.6/perl
26303           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
26304           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
26305 ____________________________________________________________________________
26306 [  7308] By: gsar                                  on 2000/10/16  06:27:29
26307         Log: integrate change#6092 from cfgperl
26308              
26309              Regen perltoc with the fixed buildtoc.
26310      Branch: maint-5.6/perl
26311           !> pod/perltoc.pod
26312 ____________________________________________________________________________
26313 [  7307] By: gsar                                  on 2000/10/16  06:26:40
26314         Log: integrate changes#6089,6090 from mainline
26315              
26316              buildtoc tweak to fix newline lossage
26317              
26318              concat doesn't preserve utf8-ness, and doesn't invalidate
26319              [NI]OK; added tests for both
26320      Branch: maint-5.6/perl
26321           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
26322 ____________________________________________________________________________
26323 [  7306] By: gsar                                  on 2000/10/16  06:24:05
26324         Log: integrate change#6088 from cfgperl
26325              
26326              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
26327              because we do not use those.  The HAS_GETSPNAM remains,
26328              though, because we still do use that.
26329      Branch: maint-5.6/perl
26330           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
26331           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
26332           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
26333           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
26334           !> win32/config.vc win32/config_H.bc win32/config_H.gc
26335           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
26336 ____________________________________________________________________________
26337 [  7305] By: gsar                                  on 2000/10/16  06:15:52
26338         Log: integrate changes#6084,6085,6087 from mainline
26339              
26340              substr() does not preserve utf8-ness (from Stefan Eissing
26341              <Eissing@medicaldataservice.de>); added tests
26342              
26343              repeat operator (x) doesn't preserve utf8-ness
26344              
26345              reverse() and quotemeta() weren't preserving utf8-ness; add tests
26346      Branch: maint-5.6/perl
26347           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
26348 ____________________________________________________________________________
26349 [  7304] By: gsar                                  on 2000/10/16  06:13:10
26350         Log: integrate changes#6077..6083 from mainline
26351              
26352              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
26353              and Tom Phoenix)
26354              
26355              workaround for CRT bug in chdir() (from Charles Lane, via
26356              Peter Prymmer)
26357              
26358              remove outdated kludge in Carp (NULLs are permitted in diagnostics
26359              now)
26360              
26361              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
26362              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
26363              
26364              better default perlbug categories for ok reports (from Richard Foley)
26365              
26366              peek.t non-portable to ithreads
26367              
26368              note about undocumented caller() return value (from M.J.T. Guy);
26369              yet another peek.t tweak
26370      Branch: maint-5.6/perl
26371           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
26372           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
26373           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
26374           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
26375           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
26376           !> vms/vmsish.h
26377 ____________________________________________________________________________
26378 [  7303] By: gsar                                  on 2000/10/16  06:03:18
26379         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
26380              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
26381              
26382              &HUGE_VAL is not defined, it exists.
26383              
26384              Do not warn that an infinity does not look like a number.
26385              
26386              Rewrite the pwent/spent logic to be a little bit more clearer.
26387              
26388              Continue on the pwent/spent case.
26389              
26390              Correct Freudian slip.
26391              
26392              Use HUGE_VALL if applicable.
26393              
26394              pwent/spent #ifdef imbalance.
26395              
26396              Infinite problems.
26397              
26398              Call getspnam() only iff needd.
26399              
26400              Test both the scalar and list contexts.
26401              
26402              Use setxxent()/endxxent().
26403              
26404              Complex tweakery.
26405              
26406              Unicos hint tweak.
26407              
26408              Be more forgiving in POSIX about HUGE_VALL.
26409              
26410              Detypo.
26411              
26412              The search of infinity continues, this time simplified.
26413              
26414              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
26415              in natively 64-bit platforms where a long is a quad (no need
26416              for long longs).  Also added bias for IVs.
26417              
26418              Complex tweaks.
26419              
26420              Introduce t/lib/peek.t.
26421              
26422              Make the test more portable.
26423      Branch: maint-5.6/perl
26424           +> t/lib/peek.t
26425            ! pp_sys.c
26426           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
26427           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
26428           !> t/op/pwent.t toke.c util.c
26429 ____________________________________________________________________________
26430 [  7302] By: gsar                                  on 2000/10/16  05:03:37
26431         Log: integrate changes#6066..6071 from mainline
26432              
26433              s/END/CHECK/
26434              
26435              replace direct call to sighandler() with (*PL_sighandlerp)()
26436              
26437              note about values()
26438              
26439              File::Spec compatibility update (from Barrie Slaymaker
26440              <barries@slaysys.com>)
26441              
26442              remove misleading comment (from M.J.T. Guy)
26443              
26444              misformatted perllocal.pod (from Tim Jenness
26445              <t.jenness@jach.hawaii.edu>)
26446      Branch: maint-5.6/perl
26447           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
26448           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
26449           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
26450           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
26451 ____________________________________________________________________________
26452 [  7301] By: gsar                                  on 2000/10/16  05:00:08
26453         Log: integrate changes#6061..6063 from mainline
26454              
26455              change#5921 neglected to make eq honor "use bytes"
26456              
26457              additional tests for utf8.t
26458              
26459              tokeq() could read unallocated field in argument
26460      Branch: maint-5.6/perl
26461           !> sv.c t/pragma/utf8.t toke.c
26462 ____________________________________________________________________________
26463 [  7300] By: gsar                                  on 2000/10/16  04:56:54
26464         Log: integrate changes#6046,6048,6057,6058 from mainline
26465              
26466              libscheck has insufficient checks for n32 libs (from
26467              Albert Chin-A-Young <china@thewrittenword.com>)
26468              
26469              add note about how $( doesn't interpolate in REs (from
26470              Philip Newton <newton@ficus.frogspace.net>)
26471              
26472              fix broken parsing of /\x{ab}/
26473              
26474              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
26475              (spotted by Donald Kinzer <dkinzer@premia.com>)
26476      Branch: maint-5.6/perl
26477           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
26478           !> t/pragma/utf8.t
26479 ____________________________________________________________________________
26480 [  7299] By: gsar                                  on 2000/10/16  04:52:50
26481         Log: integrate change#6044 from mainline
26482              
26483              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
26484              such that underscores are only ignored in literal numbers,
26485              "\x{...}", and hex/oct argument
26486      Branch: maint-5.6/perl
26487           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
26488 ____________________________________________________________________________
26489 [  7298] By: gsar                                  on 2000/10/16  04:50:53
26490         Log: integrate changes#6027..6043 from mainline
26491              
26492              podlators-1.02 update (from Russ Allbery)
26493              
26494              Pod::Man generates groff-incompatible macro definition (from
26495              Tom Christiansen)
26496              
26497              add CGI.pm v2.66 (from Lincoln Stein)
26498              
26499              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
26500              for @- and @+ (from Johan Vromans)
26501              
26502              small nits in diagnostics.pm (from Robin Barker)
26503              
26504              whitespace adjustments
26505              
26506              missing files in MANIFEST
26507              
26508              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
26509              to compensate
26510              
26511              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
26512              
26513              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
26514      Branch: maint-5.6/perl
26515           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
26516           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
26517           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
26518           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
26519           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
26520           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
26521           !> t/lib/cgi-html.t t/lib/cgi-request.t
26522 ____________________________________________________________________________
26523 [  7297] By: gsar                                  on 2000/10/16  04:44:30
26524         Log: integrate change#6025 from mainline
26525              
26526              Is{Alnum,Alpha,Word} don't match titlecase
26527              TODO: IsSpace is defined recursively!
26528              (both spotted by Larry)
26529      Branch: maint-5.6/perl
26530           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
26531           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
26532 ____________________________________________________________________________
26533 [  7296] By: gsar                                  on 2000/10/16  04:39:30
26534         Log: integrate change#6023 from mainline
26535              
26536              debugger stomps on $. (from M.J.T. Guy)
26537      Branch: maint-5.6/perl
26538           !> lib/perl5db.pl
26539 ____________________________________________________________________________
26540 [  7295] By: gsar                                  on 2000/10/16  04:38:02
26541         Log: integrate change#6022 from mainline
26542              
26543              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
26544      Branch: maint-5.6/perl
26545           !> sv.c
26546 ____________________________________________________________________________
26547 [  7294] By: gsar                                  on 2000/10/16  04:37:05
26548         Log: integrate changes#6018..6021 from mainline
26549              
26550              make lib/syslog.t portable to systems that don't have _PATH_LOG,
26551              make _PATH_LOG() return "" if unavailable
26552              
26553              windows portability tweaks
26554              
26555              test tweak
26556              
26557              remove Win2K issue in pod (fixed by change#6020)
26558      Branch: maint-5.6/perl
26559           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
26560           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
26561           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
26562 ____________________________________________________________________________
26563 [  7293] By: gsar                                  on 2000/10/16  04:20:00
26564         Log: integrate changes#6013..6015 from mainline
26565              
26566              tweak change#5945 to display correct switch name in diagnostic
26567              
26568              glob() loading File::Glob behind the scenes may cause syntax errors
26569              
26570              tweak test for portability
26571      Branch: maint-5.6/perl
26572           !> op.c perl.c pod/perldiag.pod t/lib/b.t
26573 ____________________________________________________________________________
26574 [  7292] By: gsar                                  on 2000/10/16  04:18:11
26575         Log: integrate changes#6005..6010 from mainline, cfgperl
26576              
26577              perldoc might fail via "use blib" (from Hugo van der Sanden)
26578              
26579              Regen Configure.
26580              
26581              note about compile failures and END blocks (from M.J.T. Guy)
26582              
26583              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
26584              
26585              (change#6009 integrated earlier in change#7255)
26586              
26587              clarify note about shadow password support (from
26588              gellyfish@gellyfish.com)
26589      Branch: maint-5.6/perl
26590           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
26591           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
26592           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
26593 ____________________________________________________________________________
26594 [  7291] By: gsar                                  on 2000/10/16  04:12:03
26595         Log: integrate changes#6002,6003 from mainline
26596              
26597              destructive sv_setsv() can lose UV-ness from source, causing
26598              numeric promotions/comparisons to fail to do the right thing
26599              
26600              allow REG_EXPAND_SZ keys in Windows registry (from
26601              John Clayton <John.Clayton@barclayscapital.com>)
26602      Branch: maint-5.6/perl
26603           !> sv.c win32/win32.c
26604 ____________________________________________________________________________
26605 [  7290] By: gsar                                  on 2000/10/16  04:10:19
26606         Log: integrate change#6001 from mainline
26607              
26608              support additional library locations via $Config{otherlibdirs}
26609              (from Andy Dougherty)
26610      Branch: maint-5.6/perl
26611           !> Configure INSTALL Porting/Glossary Porting/config.sh
26612           !> Porting/config_H config_h.SH epoc/config.sh perl.c
26613           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
26614           !> win32/config.bc win32/config.gc win32/config.vc
26615 ____________________________________________________________________________
26616 [  7289] By: gsar                                  on 2000/10/16  04:08:28
26617         Log: integrate change#5999 from mainline
26618              
26619              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
26620      Branch: maint-5.6/perl
26621           !> t/pragma/warn/toke toke.c
26622 ____________________________________________________________________________
26623 [  7288] By: gsar                                  on 2000/10/16  04:07:01
26624         Log: integrate changes#5997,5998 from cfgperl
26625              
26626              Preserve $!.
26627              
26628              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
26629      Branch: maint-5.6/perl
26630           !> lib/Math/Complex.pm
26631 ____________________________________________________________________________
26632 [  7287] By: gsar                                  on 2000/10/16  04:04:37
26633         Log: integrate change#5995 from mainline
26634              
26635              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
26636      Branch: maint-5.6/perl
26637           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
26638 ____________________________________________________________________________
26639 [  7286] By: gsar                                  on 2000/10/16  04:03:21
26640         Log: integrate change#5994 from mainline
26641              
26642              fix for missed accounting for null byte in pack("Z",...) (from
26643              M.J.T. Guy)
26644      Branch: maint-5.6/perl
26645           !> pp.c t/op/pack.t
26646 ____________________________________________________________________________
26647 [  7285] By: gsar                                  on 2000/10/16  04:02:11
26648         Log: integrate changes#5989..5993 from mainline
26649              
26650              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
26651              itself and no other (from Tom Hughes)
26652              
26653              use $ENV{LIB} to search for libs under Visual C compiler
26654              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
26655              
26656              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
26657              
26658              pod nit (from Simon Cozens)
26659              
26660              various minor tweaks seen on p5p
26661      Branch: maint-5.6/perl
26662           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
26663           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
26664           !> t/op/array.t toke.c
26665 ____________________________________________________________________________
26666 [  7284] By: gsar                                  on 2000/10/16  03:59:00
26667         Log: integrate changes#5978..5988 from mainline
26668              
26669              sync version numbers in File::Spec with the ones on CPAN
26670              (from Barrie Slaymaker)
26671              
26672              under useithreads, constant pad entries could inadvertantly be
26673              shared across threads (from Eric Blood <eblood@xmission.com>);
26674              added Eric's test case to testsuite
26675              
26676              allow Configure -S to run non-interactively (spotted by Greg Hudson
26677              <ghudson@mit.edu>)
26678              
26679              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
26680              prototype mismatch with CORE::glob(); update pod and tests to
26681              suit (File::Glob::glob() is still available for backward
26682              compatibility, but should be considered deprecated)
26683              
26684              avoid error in IO::Socket::INET when given an unknown service name
26685              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
26686              
26687              numeric conversion of non-number in change#3378 tramples on
26688              OOK offset, causing segfaults
26689              
26690              attributes::reftype() doesn't work on tied argument
26691              
26692              forked child may not exit correctly if it failed to open
26693              /dev/console (from Graham Barr)
26694              
26695              add regular expressions tutorial and quick-start guide (from
26696              Mark Kvale <kvale@phy.ucsf.edu>)
26697              
26698              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
26699              
26700              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
26701              <paul@miraclefish.com>)
26702      Branch: maint-5.6/perl
26703           +> pod/perlrequick.pod pod/perlretut.pod
26704           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
26705           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
26706           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
26707           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
26708           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
26709           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
26710           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
26711           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
26712 ____________________________________________________________________________
26713 [  7283] By: gsar                                  on 2000/10/16  03:52:14
26714         Log: integrate change#5977 from mainline
26715              
26716              autoquote barewords followed by newline and arrow properly
26717              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
26718      Branch: maint-5.6/perl
26719           !> t/pragma/warn/toke toke.c
26720 ____________________________________________________________________________
26721 [  7282] By: gsar                                  on 2000/10/16  03:50:48
26722         Log: integrate change#5976 from mainline
26723              
26724              DB_File v1.73 update (from Paul Marquess)
26725      Branch: maint-5.6/perl
26726           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
26727           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
26728 ____________________________________________________________________________
26729 [  7281] By: gsar                                  on 2000/10/16  03:49:14
26730         Log: integrate change#5975 from mainline
26731              
26732              allow sort() reentrancy (variant of patch suggested by
26733              Hugo van der Sanden)
26734      Branch: maint-5.6/perl
26735           !> pp_ctl.c t/op/sort.t
26736 ____________________________________________________________________________
26737 [  7280] By: gsar                                  on 2000/10/16  03:48:22
26738         Log: integrate change#5974 from mainline
26739              
26740              change#4197 somehow missed initializing PL_errors, meaning
26741              syntax error queueing wasn't working outside eval"" at all;
26742              also fixed eval"" to localize PL_error_count, so that compile-time
26743              eval's don't clobber the error state of the outer context
26744      Branch: maint-5.6/perl
26745           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
26746           !> t/pragma/warn/toke
26747 ____________________________________________________________________________
26748 [  7279] By: gsar                                  on 2000/10/16  03:46:21
26749         Log: integrate change#5973 from mainline
26750              
26751              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
26752      Branch: maint-5.6/perl
26753           !> regcomp.c regexec.c t/op/re_tests
26754 ____________________________________________________________________________
26755 [  7278] By: gsar                                  on 2000/10/16  03:44:54
26756         Log: integrate change#5971 from cfgperl
26757              
26758              Unicos tweaks from Mark P. Lutz.
26759      Branch: maint-5.6/perl
26760           !> hints/unicos.sh lib/Math/Complex.pm
26761 ____________________________________________________________________________
26762 [  7277] By: gsar                                  on 2000/10/16  03:42:59
26763         Log: integrate changes#5966..5970 from mainline
26764              
26765              add testsuite for B backends, fix bug in B::Deparse (from
26766              Simon Cozens <simon@brecon.co.uk>)
26767              
26768              improved docs on the warn_uninit diagnostic (from David Glasser
26769              and Simon Cozens)
26770              
26771              tolerate spaces in group names in test on solaris (from David Boyce
26772              <dsb@boyski.com>)
26773              
26774              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
26775              
26776              Data::Dumper fumbles negative numbers on 32-bit platforms where
26777              IV is >32bits
26778      Branch: maint-5.6/perl
26779           +> t/lib/b.t t/lib/syslog.t
26780           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
26781           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
26782           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
26783 ____________________________________________________________________________
26784 [  7276] By: gsar                                  on 2000/10/16  03:39:30
26785         Log: integrate change#5965 from mainline
26786              
26787              avoid "will not stay shared" warnings for our variables (from
26788              Robin Barker)
26789      Branch: maint-5.6/perl
26790           !> op.c t/pragma/warn/op
26791 ____________________________________________________________________________
26792 [  7275] By: gsar                                  on 2000/10/16  03:38:18
26793         Log: integrate change#5964 from mainline
26794              
26795              reformat to 72 columns (again)
26796      Branch: maint-5.6/perl
26797           !> pod/perldiag.pod
26798 ____________________________________________________________________________
26799 [  7274] By: gsar                                  on 2000/10/16  03:36:58
26800         Log: integrate change#5963 from mainline
26801              
26802              patch from Larry to make (\&) prototype work; added tests for
26803              the same
26804      Branch: maint-5.6/perl
26805           !> op.c t/comp/proto.t
26806 ____________________________________________________________________________
26807 [  7273] By: gsar                                  on 2000/10/16  03:35:51
26808         Log: integrate changes#5956..5962 from mainline
26809              
26810              better diagnostics on failed tests (from Ilya Zakharevich)
26811              
26812              pod nits (from A. C. Yardley <yardley@tanet.net>)
26813              
26814              change#3569 deleted some essential code, revert; avoid use of
26815              atexit() to make DynaLoader work properly on AIX under mod_perl
26816              (from Jens-Uwe Mager <jum@helios.de>)
26817              
26818              doubled words in pods (from Simon Cozens
26819              <simon.p.cozens@jp.pwcglobal.com>)
26820              
26821              better INSTALL notes on Solaris issues (from Dominic Dunlop)
26822              
26823              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
26824              
26825              updated README.hpux (from Jeff Okamoto)
26826      Branch: maint-5.6/perl
26827           !> INSTALL README.hpux emacs/cperl-mode.el
26828           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
26829           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
26830           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
26831           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
26832           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
26833           !> t/op/lex_assign.t
26834 ____________________________________________________________________________
26835 [  7272] By: gsar                                  on 2000/10/16  03:31:22
26836         Log: integrate change#5955 from mainline
26837              
26838              longstanding bug exposed by change#3307: sort arguments weren't
26839              compiled with the right wantarray context (ensuing runtime lookup
26840              via block_gimme() was getting the incidental context of the
26841              sort() itself)
26842      Branch: maint-5.6/perl
26843           !> op.c t/op/sort.t
26844 ____________________________________________________________________________
26845 [  7271] By: gsar                                  on 2000/10/16  03:29:11
26846         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
26847              branch
26848              
26849              Flatten the cpp jungle doing the nosuid checking.
26850              
26851              Do not assume sign propagation. (from M.J.T. Guy)
26852              
26853              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
26854              
26855              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
26856              Now pp_ncmp() returns undef is either operand is a NaN.
26857              
26858              On second thoughts frexp() does have two arguments.
26859              
26860              Document that tr() is not tr(1).
26861              
26862              Be more robust on "extreme" (large absolute value)
26863              arguments.  Originally reported by Daniel Connelly
26864              as a problem with asinh() on large negative arguments,
26865              asinh() used to bail out because an argument to log()
26866              ended up being zero.  Ilya Zakharevich proposed using
26867              Taylor's series in such cases, which for such large
26868              arguments is a very good approximation.
26869              
26870              Undo "use integer" addition from 64bitint as it seems
26871              to break most of the subtests in Digital UNIX;
26872              Unicos needs to find another way.
26873      Branch: maint-5.6/perl
26874           !> (integrate 29 files)
26875 ____________________________________________________________________________
26876 [  7270] By: gsar                                  on 2000/10/16  03:09:44
26877         Log: integrate changes#5948,5949,5950 from mainline
26878              
26879              typo in vars.pm that leads to cryptic message (from Piotr
26880              Piatkowski <kompas@kompas.usr.onet.pl>)
26881              
26882              make perldoc use the pod2man from the same version (from
26883              M.J.T. Guy)
26884              
26885              reformat perldiag to avoid long lines
26886      Branch: maint-5.6/perl
26887           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
26888 ____________________________________________________________________________
26889 [  7269] By: gsar                                  on 2000/10/16  03:05:54
26890         Log: integrate change#5947 from mainline
26891              
26892              use &dl_error rather than &dl_load_file as the guard for calling
26893              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
26894              statically built perl)
26895      Branch: maint-5.6/perl
26896           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
26897 ____________________________________________________________________________
26898 [  7268] By: gsar                                  on 2000/10/16  03:04:48
26899         Log: integrate change#5945 from mainline
26900              
26901              make module name mandatory after -M switch; reorder perldiag
26902              alphabetically (from Mark-Jason Dominus)
26903      Branch: maint-5.6/perl
26904           !> perl.c pod/perldiag.pod
26905 ____________________________________________________________________________
26906 [  7267] By: gsar                                  on 2000/10/16  03:03:01
26907         Log: integrate change#5939 from mainline
26908              
26909              more pod nits (from Larry Virden)
26910      Branch: maint-5.6/perl
26911           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
26912           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
26913           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
26914 ____________________________________________________________________________
26915 [  7266] By: gsar                                  on 2000/10/16  03:01:39
26916         Log: integrate change#5938 from mainline
26917              
26918              Consolidated B::Deparse fixes (from Stephen McCamant)
26919      Branch: maint-5.6/perl
26920           !> ext/B/B/Deparse.pm
26921 ____________________________________________________________________________
26922 [  7265] By: gsar                                  on 2000/10/16  03:00:43
26923         Log: integrate change#5936 from mainline
26924              
26925              additional tests for change#7263 (from Paul Marquess)
26926      Branch: maint-5.6/perl
26927           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
26928           !> t/pragma/warn/5nolint t/pragma/warn/6default
26929 ____________________________________________________________________________
26930 [  7264] By: gsar                                  on 2000/10/16  02:58:34
26931         Log: integrate change#5934 from mainline
26932              
26933              propagate lexical warnings from surrounding scope correctly
26934              within string eval() (from Paul Marquess)
26935      Branch: maint-5.6/perl
26936           !> pp_ctl.c t/pragma/warn/pp_ctl
26937 ____________________________________________________________________________
26938 [  7263] By: gsar                                  on 2000/10/16  02:56:53
26939         Log: integrate change#5932 from mainline
26940              
26941              add rsignal(), whichsig() and do_join() to public API list
26942              (mod_perl uses them to good advantage)
26943      Branch: maint-5.6/perl
26944           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
26945 ____________________________________________________________________________
26946 [  7262] By: gsar                                  on 2000/10/16  02:55:53
26947         Log: integrate change#5931 from mainline
26948              
26949              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
26950      Branch: maint-5.6/perl
26951           !> pp_hot.c regexec.c t/op/pat.t
26952 ____________________________________________________________________________
26953 [  7261] By: gsar                                  on 2000/10/16  02:55:01
26954         Log: integrate change#5930 from mainline
26955              
26956              small os390 tweaks (from Peter Prymmer)
26957      Branch: maint-5.6/perl
26958           !> config_h.SH makedepend.SH
26959 ____________________________________________________________________________
26960 [  7260] By: gsar                                  on 2000/10/16  02:54:10
26961         Log: integrate change#5929 from mainline
26962              
26963              pod nits
26964      Branch: maint-5.6/perl
26965           !> pod/perlguts.pod
26966 ____________________________________________________________________________
26967 [  7259] By: gsar                                  on 2000/10/16  02:52:55
26968         Log: integrate change#5927 from mainline
26969              
26970              arrange for next() to resume at the unstack op rather than the
26971              loop conditional, so that scope cleanup happens correctly
26972              (from Stephen McCamant)
26973      Branch: maint-5.6/perl
26974           !> op.c pp_ctl.c t/op/misc.t
26975 ____________________________________________________________________________
26976 [  7258] By: gsar                                  on 2000/10/16  02:51:38
26977         Log: integrate change#5926 from mainline
26978              
26979              on windows, reserve 16M of stack rather than 128M (allows more
26980              threads to run concurrently)
26981      Branch: maint-5.6/perl
26982           !> win32/Makefile win32/makefile.mk
26983 ____________________________________________________________________________
26984 [  7257] By: gsar                                  on 2000/10/16  02:50:37
26985         Log: integrate change#5925 from mainline
26986              
26987              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
26988      Branch: maint-5.6/perl
26989           !> toke.c
26990 ____________________________________________________________________________
26991 [  7256] By: gsar                                  on 2000/10/16  02:49:36
26992         Log: integrate change#5924 from mainline
26993              
26994              avoid using uninitialized memory in require version check
26995      Branch: maint-5.6/perl
26996           !> pp_ctl.c universal.c
26997 ____________________________________________________________________________
26998 [  7255] By: gsar                                  on 2000/10/16  02:48:03
26999         Log: integrate changes#5923,5928,6009 from mainline
27000              
27001              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
27002      Branch: maint-5.6/perl
27003           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
27004 ____________________________________________________________________________
27005 [  7254] By: gsar                                  on 2000/10/16  02:44:46
27006         Log: integrate change#5922 from mainline
27007              
27008              commentary about IoTYPE() (from Nathan Torkington)
27009      Branch: maint-5.6/perl
27010           !> sv.h
27011 ____________________________________________________________________________
27012 [  7253] By: gsar                                  on 2000/10/16  02:43:49
27013         Log: integrate change#5921 from mainline
27014              
27015              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
27016      Branch: maint-5.6/perl
27017           !> sv.c t/lib/charnames.t t/pragma/utf8.t
27018 ____________________________________________________________________________
27019 [  7252] By: gsar                                  on 2000/10/16  02:42:31
27020         Log: integrate change#5920 from mainline
27021              
27022              Larry's fix for buggy propagation of utf8-ness in join(); add test
27023      Branch: maint-5.6/perl
27024           !> doop.c t/op/ver.t
27025 ____________________________________________________________________________
27026 [  7251] By: gsar                                  on 2000/10/16  02:41:14
27027         Log: integrate changes#5915..5919 from mainline
27028              
27029              various (pod tweaks &c)
27030      Branch: maint-5.6/perl
27031           !> (integrate 33 files)
27032 ____________________________________________________________________________
27033 [  7250] By: gsar                                  on 2000/10/16  02:38:16
27034         Log: integrate change#5914 from mainline
27035              
27036              caller() wasn't returning the right number of elements for
27037              eval {...}
27038      Branch: maint-5.6/perl
27039           !> pp_ctl.c t/pragma/warn/9enabled
27040 ____________________________________________________________________________
27041 [  7249] By: gsar                                  on 2000/10/16  02:37:02
27042         Log: integrate change#5913 from mainline
27043              
27044              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
27045              (from Mark-Jason Dominus)
27046      Branch: maint-5.6/perl
27047           !> pod/perlfunc.pod
27048 ____________________________________________________________________________
27049 [  7248] By: gsar                                  on 2000/10/16  02:35:58
27050         Log: integrate change#5912 from mainline
27051              
27052              fix totally broken caching in UNIVERSAL::isa() (from
27053              Nick Ing-Simmons)
27054      Branch: maint-5.6/perl
27055           !> t/op/universal.t universal.c
27056 ____________________________________________________________________________
27057 [  7247] By: gsar                                  on 2000/10/16  02:34:27
27058         Log: integrate changes#5910,5911 from mainline
27059              
27060              typo in pod
27061              
27062              add linebreak properties from unicode/LineBrk.txt (from
27063              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
27064      Branch: maint-5.6/perl
27065           +> (branch 29 files)
27066           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
27067 ____________________________________________________________________________
27068 [  7246] By: gsar                                  on 2000/10/16  02:33:29
27069         Log: integrate change#5909 from mainline
27070              
27071              mode argument to do_binmode() should be file mode, not boolean
27072      Branch: maint-5.6/perl
27073           !> pp_sys.c
27074 ____________________________________________________________________________
27075 [  7245] By: gsar                                  on 2000/10/16  02:31:04
27076         Log: integrate change#5908 from mainline
27077              
27078              introduce illegal symbols into null package so that
27079              gv_fetchpv(...,TRUE) always returns a valid GV even when the
27080              symbol is trapped by strictures (avoids coredumps)
27081      Branch: maint-5.6/perl
27082           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
27083           !> t/pragma/strict-vars
27084 ____________________________________________________________________________
27085 [  7244] By: jhi                                   on 2000/10/16  02:29:54
27086         Log: Subject: $Carp::ExportLevel confusion in Exporter
27087              From: "Ben Tilly" <ben_tilly@hotmail.com>
27088              Date: Sat, 14 Oct 2000 16:44:34 EDT
27089              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
27090      Branch: perl
27091            ! lib/Exporter/Heavy.pm
27092 ____________________________________________________________________________
27093 [  7243] By: jhi                                   on 2000/10/16  02:28:33
27094         Log: Subject: [PATCH perlguts.pod] Document offset hack
27095              From: Simon Cozens <simon@cozens.net>
27096              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
27097              Date: Sat, 14 Oct 2000 19:32:25 +0100
27098      Branch: perl
27099            ! pod/perlguts.pod
27100 ____________________________________________________________________________
27101 [  7242] By: gsar                                  on 2000/10/16  02:26:51
27102         Log: integrate changes#5905,5906,5907,6064 from mainline
27103              
27104              printf/sprintf didn't get quad types right under use64bitint
27105      Branch: maint-5.6/perl
27106           !> pp_sys.c sv.c t/op/64bitint.t
27107 ____________________________________________________________________________
27108 [  7241] By: jhi                                   on 2000/10/16  02:22:44
27109         Log: Subject: small pod patch
27110              From: Dan Boorstein <dan_boo@bellsouth.net>
27111              Date: Sat, 14 Oct 2000 14:29:24 -0400
27112              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
27113      Branch: perl
27114            ! pod/perlfaq7.pod pod/perlmod.pod
27115 ____________________________________________________________________________
27116 [  7240] By: jhi                                   on 2000/10/16  02:13:46
27117         Log: -w cleanup.
27118              
27119              Subject: Re: Problems with bleadperl 
27120              From: "Stephen P. Potter" <spp@ds.net>
27121              Date: Fri, 13 Oct 2000 13:32:49 -0400
27122              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
27123      Branch: perl
27124            ! t/pragma/overload.t
27125 ____________________________________________________________________________
27126 [  7239] By: jhi                                   on 2000/10/16  01:41:18
27127         Log: One more ~utf8 tweak.
27128      Branch: perl
27129            ! t/op/bop.t
27130 ____________________________________________________________________________
27131 [  7238] By: jhi                                   on 2000/10/16  01:34:14
27132         Log: Tweak the test of #7235.
27133      Branch: perl
27134            ! t/op/bop.t
27135 ____________________________________________________________________________
27136 [  7237] By: jhi                                   on 2000/10/16  01:25:04
27137         Log: Fix a couple of compiler-noted nits in #7235.
27138      Branch: perl
27139            ! pp.c
27140 ____________________________________________________________________________
27141 [  7236] By: jhi                                   on 2000/10/16  01:22:46
27142         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
27143      Branch: perl
27144            ! pp.c pp_hot.c
27145 ____________________________________________________________________________
27146 [  7235] By: jhi                                   on 2000/10/15  16:24:44
27147         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
27148              
27149              From: Simon Cozens <simon@cozens.net>
27150              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
27151              Date: Sat, 14 Oct 2000 20:52:13 +0100
27152              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
27153      Branch: perl
27154            ! pp.c t/op/bop.t utf8.h
27155 ____________________________________________________________________________
27156 [  7234] By: jhi                                   on 2000/10/15  15:19:29
27157         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
27158              The problem was that rx->minlen was in chars while pp_split()
27159              thought it would be in bytes. 
27160      Branch: perl
27161            ! pp.c t/pragma/utf8.t
27162 ____________________________________________________________________________
27163 [  7233] By: jhi                                   on 2000/10/14  20:24:24
27164         Log: Document FNCASE=y as discussed in the bug 20000902.009.
27165      Branch: perl
27166            ! README.dos
27167 ____________________________________________________________________________
27168 [  7232] By: jhi                                   on 2000/10/14  18:52:21
27169         Log: Add test for bug id 20000427.003 (which seems to have
27170              been fixed) (also duplicate as 20000427.004, though
27171              with a higher severity).  Move one utf8 from op/append
27172              to pragma/utf8, tag the tests with bug ids.
27173      Branch: perl
27174            ! t/op/append.t t/pragma/utf8.t
27175 ____________________________________________________________________________
27176 [  7231] By: jhi                                   on 2000/10/14  17:28:37
27177         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
27178      Branch: perl
27179            ! t/pragma/utf8.t
27180 ____________________________________________________________________________
27181 [  7230] By: jhi                                   on 2000/10/14  14:24:50
27182         Log: Needs to be conditional on SunOS 4.
27183              
27184              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
27185              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
27186              Date: Sat, 14 Oct 2000 13:37:49 +0100
27187              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
27188      Branch: metaconfig/U/perl
27189            ! End.U
27190      Branch: perl
27191            ! Configure myconfig.SH pod/perldelta.pod
27192 ____________________________________________________________________________
27193 [  7229] By: jhi                                   on 2000/10/14  00:49:22
27194         Log: Update Changes.
27195      Branch: perl
27196            ! Changes patchlevel.h
27197 ____________________________________________________________________________
27198 [  7228] By: jhi                                   on 2000/10/14  00:46:10
27199         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
27200              From: Peter Prymmer <pvhp@forte.com>
27201              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
27202              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
27203      Branch: perl
27204            ! lib/utf8.pm
27205 ____________________________________________________________________________
27206 [  7227] By: jhi                                   on 2000/10/13  23:20:30
27207         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
27208      Branch: perl
27209            ! t/op/tie.t
27210 ____________________________________________________________________________
27211 [  7226] By: jhi                                   on 2000/10/13  22:14:32
27212         Log: Tweak #7225.
27213              
27214              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
27215              From: Peter Prymmer <pvhp@forte.com>
27216              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
27217              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
27218      Branch: perl
27219            ! t/op/sprintf.t
27220 ____________________________________________________________________________
27221 [  7225] By: jhi                                   on 2000/10/13  22:11:31
27222         Log: op/sprintf.t patch for OS/390 (and any other host with limited
27223              floating-point exponent length)
27224              
27225              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
27226              From: Dominic Dunlop <domo@computer.org>
27227              Date: Fri, 13 Oct 2000 19:17:57 +0200
27228              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
27229      Branch: perl
27230            ! t/op/sprintf.t
27231 ____________________________________________________________________________
27232 [  7224] By: jhi                                   on 2000/10/13  18:40:48
27233         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
27234      Branch: perl
27235            ! toke.c
27236 ____________________________________________________________________________
27237 [  7223] By: jhi                                   on 2000/10/13  18:37:13
27238         Log: Thinko in #7222.
27239      Branch: perl
27240            ! utf8.c
27241 ____________________________________________________________________________
27242 [  7222] By: jhi                                   on 2000/10/13  18:05:23
27243         Log: Use UTF8SKIP(), from Simon Cozens.
27244      Branch: perl
27245            ! utf8.c
27246 ____________________________________________________________________________
27247 [  7221] By: jhi                                   on 2000/10/13  15:43:19
27248         Log: (accidentally empty check-in)
27249      Branch: perl
27250            ! utf8.c
27251 ____________________________________________________________________________
27252 [  7220] By: jhi                                   on 2000/10/13  15:23:51
27253         Log: Add (optimistically) Storable to static extensions.
27254      Branch: perl
27255            ! hints/uwin.sh hints/vmesa.sh
27256 ____________________________________________________________________________
27257 [  7219] By: jhi                                   on 2000/10/13  15:20:05
27258         Log: Amdahl UTS doesn't seem to do dynaloading.
27259      Branch: perl
27260            ! hints/uts.sh
27261 ____________________________________________________________________________
27262 [  7218] By: jhi                                   on 2000/10/13  15:15:20
27263         Log: Slight tweak of the code to appease Amdahl UTS cc.
27264      Branch: perl
27265            ! pp.c
27266 ____________________________________________________________________________
27267 [  7217] By: jhi                                   on 2000/10/13  14:50:42
27268         Log: In Amdahl UTS "struct sv" is defined by a system header,
27269              <ksync.h>.
27270      Branch: perl
27271            ! perl.h sv.h
27272 ____________________________________________________________________________
27273 [  7216] By: jhi                                   on 2000/10/13  11:58:25
27274         Log: Ilya implemented the memory profiling API.
27275      Branch: perl
27276            ! Todo
27277 ____________________________________________________________________________
27278 [  7215] By: jhi                                   on 2000/10/13  02:56:38
27279         Log: Subject: [PATCH 5.7.0] Perl API for mstats
27280              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27281              Date: Thu, 12 Oct 2000 22:52:40 -0400
27282              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
27283      Branch: perl
27284            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
27285 ____________________________________________________________________________
27286 [  7214] By: jhi                                   on 2000/10/13  02:55:38
27287         Log: Subject: [PATCH 5.7.0] IVs in mtats
27288              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27289              Date: Thu, 12 Oct 2000 22:51:04 -0400
27290              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
27291      Branch: perl
27292            ! malloc.c perl.h
27293 ____________________________________________________________________________
27294 [  7213] By: jhi                                   on 2000/10/13  02:31:47
27295         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
27296      Branch: perl
27297            ! pod/perldiag.pod pp_sys.c
27298 ____________________________________________________________________________
27299 [  7212] By: jhi                                   on 2000/10/13  01:27:38
27300         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
27301              From: Peter Prymmer <pvhp@forte.com>
27302              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
27303              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
27304      Branch: perl
27305            ! t/op/oct.t
27306 ____________________________________________________________________________
27307 [  7211] By: jhi                                   on 2000/10/13  00:35:09
27308         Log: Update Changes.
27309      Branch: perl
27310            ! Changes patchlevel.h
27311 ____________________________________________________________________________
27312 [  7210] By: jhi                                   on 2000/10/12  23:59:40
27313         Log: The Install.pm third of
27314              
27315              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
27316              From: Bill Campbell <bill@celestial.com>
27317              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
27318              Date: Thu, 5 Oct 2000 18:04:51 -0700
27319      Branch: perl
27320            ! lib/ExtUtils/Install.pm
27321 ____________________________________________________________________________
27322 [  7209] By: jhi                                   on 2000/10/12  23:58:43
27323         Log: Two thirds of
27324              
27325              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
27326              Date: Thu, 5 Oct 2000 18:04:51 -0700
27327              From: Bill Campbell <bill@celestial.com>
27328              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
27329              
27330              The Install.pm changes will be submitted separately because
27331              they need some work and discussion still.
27332      Branch: perl
27333            ! lib/getopts.pl lib/termcap.pl
27334 ____________________________________________________________________________
27335 [  7208] By: jhi                                   on 2000/10/12  23:41:19
27336         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
27337              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
27338              Date:     Thu, 12 Oct 2000 07:30:02 EDT
27339              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
27340      Branch: perl
27341            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
27342            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
27343 ____________________________________________________________________________
27344 [  7207] By: jhi                                   on 2000/10/12  23:39:01
27345         Log: An updated EBCDIC tr patch.
27346              
27347              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
27348              From: Peter Prymmer <pvhp@forte.com>
27349              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
27350              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
27351      Branch: perl
27352            ! t/op/tr.t
27353 ____________________________________________________________________________
27354 [  7206] By: jhi                                   on 2000/10/12  23:34:55
27355         Log: Upgrade to CPAN 1.58, from Andreas König.
27356      Branch: perl
27357            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
27358 ____________________________________________________________________________
27359 [  7205] By: jhi                                   on 2000/10/12  23:29:08
27360         Log: Introduce the man[24-8] variables, from Andy Dougherty.
27361      Branch: metaconfig/U/perl
27362            + mandirs.U mandirstyle.U
27363      Branch: perl
27364            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
27365            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
27366            ! vos/config.h vos/config.pl vos/config_h.SH_orig
27367            ! win32/config.bc win32/config.gc win32/config.vc
27368 ____________________________________________________________________________
27369 [  7204] By: gsar                                  on 2000/10/12  18:11:24
27370         Log: restore change#7202
27371      Branch: perl
27372            ! mg.c
27373 ____________________________________________________________________________
27374 [  7203] By: gsar                                  on 2000/10/12  18:09:40
27375         Log: another test of the Emergency Broadcast System--back out 
27376              change#7202
27377      Branch: perl
27378            ! mg.c
27379 ____________________________________________________________________________
27380 [  7202] By: gsar                                  on 2000/10/12  16:40:47
27381         Log: (submitted on behalf of Jarkko)
27382              Fix the lib/encode.t subtest 6 failure as reported by Andreas
27383              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
27384              was unearthed by change 7182, as was a bug in HTML::Entities.
27385      Branch: perl
27386            ! mg.c
27387 ____________________________________________________________________________
27388 [  7201] By: jhi                                   on 2000/10/11  03:16:05
27389         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
27390      Branch: perl
27391            ! pp_hot.c t/pragma/utf8.t
27392 ____________________________________________________________________________
27393 [  7200] By: jhi                                   on 2000/10/11  00:40:30
27394         Log: The #7198 was a false alarm.
27395      Branch: perl
27396            ! pp_hot.c
27397 ____________________________________________________________________________
27398 [  7199] By: jhi                                   on 2000/10/11  00:26:04
27399         Log: Remove duplicated code.
27400      Branch: perl
27401            ! t/lib/cgi-html.t
27402 ____________________________________________________________________________
27403 [  7198] By: jhi                                   on 2000/10/10  23:30:46
27404         Log: (Retracted by #7200.)
27405      Branch: perl
27406            ! pp_hot.c
27407 ____________________________________________________________________________
27408 [  7197] By: jhi                                   on 2000/10/10  21:49:30
27409         Log: Add the test case for #7190, from the original bug report
27410              by Andreas König.
27411      Branch: perl
27412            ! t/pragma/utf8.t
27413 ____________________________________________________________________________
27414 [  7196] By: jhi                                   on 2000/10/10  21:40:49
27415         Log: Reapply Andy's patch and regen Configure.
27416      Branch: perl
27417            ! Configure INSTALL Makefile.SH Porting/Glossary
27418            ! Porting/config.sh config_h.SH epoc/config.sh installperl
27419            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
27420            ! win32/config.vc
27421 ____________________________________________________________________________
27422 [  7195] By: jhi                                   on 2000/10/10  21:09:30
27423         Log: Use the versiononly instead of the installscripts,
27424              retract the changes 7146 and 7147.
27425      Branch: perl
27426            ! Configure INSTALL Makefile.SH Porting/Glossary
27427            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
27428            ! installperl uconfig.sh vos/config.def win32/config.bc
27429            ! win32/config.gc win32/config.vc
27430 ____________________________________________________________________________
27431 [  7194] By: jhi                                   on 2000/10/10  21:06:15
27432         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
27433              From: Peter Prymmer <pvhp@forte.com>
27434              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
27435              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
27436      Branch: perl
27437            ! t/op/ver.t
27438 ____________________________________________________________________________
27439 [  7193] By: jhi                                   on 2000/10/10  21:05:12
27440         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
27441              From: Peter Prymmer <pvhp@forte.com>
27442              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
27443              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
27444      Branch: perl
27445            ! t/op/tr.t
27446 ____________________________________________________________________________
27447 [  7192] By: jhi                                   on 2000/10/10  20:57:30
27448         Log: Add versiononly, delete installscripts, from Andy Dougherty.
27449      Branch: metaconfig
27450            - U/installdirs/installscripts.U
27451      Branch: metaconfig/U/perl
27452            + versiononly.U
27453 ____________________________________________________________________________
27454 [  7191] By: jhi                                   on 2000/10/10  19:41:21
27455         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
27456              From: Peter Prymmer <pvhp@forte.com>
27457              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
27458              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
27459      Branch: perl
27460            ! pod/perlebcdic.pod
27461 ____________________________________________________________________________
27462 [  7190] By: jhi                                   on 2000/10/10  19:26:14
27463         Log: Subject: Re: utf8 concat, mg_get
27464              From: Simon Cozens <simon@cozens.net>
27465              Date: Tue, 10 Oct 2000 17:40:17 +0100
27466              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
27467      Branch: perl
27468            ! pp_hot.c
27469 ____________________________________________________________________________
27470 [  7189] By: jhi                                   on 2000/10/10  19:23:03
27471         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
27472              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
27473              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
27474              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
27475      Branch: perl
27476            ! lib/ExtUtils/MM_Unix.pm
27477 ____________________________________________________________________________
27478 [  7188] By: jhi                                   on 2000/10/10  15:31:24
27479         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
27480              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
27481              Date: Fri, 14 Jul 2000 10:47:36 +0100
27482              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
27483      Branch: perl
27484            ! README.win32
27485 ____________________________________________________________________________
27486 [  7187] By: jhi                                   on 2000/10/10  13:30:10
27487         Log: Quote the temp file name, needed in Win32 because the
27488              default name unfortunately contains spaces, shouldn't
27489              hurt elsewhere.
27490              
27491              Subject: FW: perldoc fails if $TEMP contains spaces
27492              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
27493              Date: Thu, 14 Sep 2000 08:58:45 +0100
27494              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
27495      Branch: perl
27496            ! utils/perldoc.PL
27497 ____________________________________________________________________________
27498 [  7186] By: jhi                                   on 2000/10/10  13:16:27
27499         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
27500              From: hv@hugo.hybyte.com
27501              Date: Tue, 10 Oct 2000 14:10:20 +0100
27502              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
27503      Branch: perl
27504            ! t/lib/thr5005.t util.c
27505 ____________________________________________________________________________
27506 [  7185] By: jhi                                   on 2000/10/10  12:06:22
27507         Log: Upgrade to podlators 1.04, from Russ Allbery.
27508      Branch: perl
27509            ! lib/Pod/Man.pm lib/Pod/Text.pm
27510 ____________________________________________________________________________
27511 [  7184] By: jhi                                   on 2000/10/10  12:01:32
27512         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
27513      Branch: perl
27514            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
27515 ____________________________________________________________________________
27516 [  7183] By: jhi                                   on 2000/10/09  23:47:15
27517         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
27518              From: Peter Prymmer <pvhp@forte.com>
27519              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
27520              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
27521      Branch: perl
27522            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
27523 ____________________________________________________________________________
27524 [  7182] By: jhi                                   on 2000/10/09  23:43:16
27525         Log: Make eq work again with utf8 (disabling the upgrading
27526              should no more be necessary since the copies of the
27527              scalars are upgraded, not the scalars themselves).
27528              Takes care of ID 20001009.001.  (The claimed length()
27529              bug in 20001009.001 seems bogus to me.)
27530      Branch: perl
27531            ! sv.c t/pragma/utf8.t
27532 ____________________________________________________________________________
27533 [  7181] By: gsar                                  on 2000/10/09  19:41:54
27534         Log: tweak for change#7173
27535      Branch: perl
27536            ! win32/win32sck.c
27537 ____________________________________________________________________________
27538 [  7180] By: gsar                                  on 2000/10/09  19:26:56
27539         Log: on Windows, clean targets might not work under some flavors of the shell
27540      Branch: perl
27541            ! win32/Makefile win32/makefile.mk
27542 ____________________________________________________________________________
27543 [  7179] By: jhi                                   on 2000/10/09  19:21:02
27544         Log: Update Changes.
27545      Branch: perl
27546            ! Changes patchlevel.h
27547 ____________________________________________________________________________
27548 [  7178] By: jhi                                   on 2000/10/09  19:18:23
27549         Log: Warn about unknown scripts.
27550              
27551              Subject: Re: ideas? patches? [PATCH bleadperl]
27552              From: Dominic Dunlop <domo@computer.org>
27553              Date: Mon, 9 Oct 2000 14:57:17 +0200
27554              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
27555      Branch: perl
27556            ! lib/charnames.pm
27557 ____________________________________________________________________________
27558 [  7177] By: jhi                                   on 2000/10/09  19:13:27
27559         Log: Change #7160 had a nasty typo.
27560      Branch: metaconfig
27561            ! U/compline/Compile.U
27562      Branch: perl
27563            ! Configure config_h.SH
27564 ____________________________________________________________________________
27565 [  7176] By: gsar                                  on 2000/10/09  18:59:33
27566         Log: pod nit
27567      Branch: perl
27568            ! pod/perlport.pod
27569 ____________________________________________________________________________
27570 [  7175] By: gsar                                  on 2000/10/09  18:54:28
27571         Log: Windows9x doesn't support link(), despite what Config.pm
27572              might think
27573      Branch: perl
27574            ! lib/ExtUtils/Manifest.pm
27575 ____________________________________________________________________________
27576 [  7174] By: gsar                                  on 2000/10/09  18:50:03
27577         Log: avoid nonportable example code
27578      Branch: perl
27579            ! lib/File/Copy.pm
27580 ____________________________________________________________________________
27581 [  7173] By: gsar                                  on 2000/10/09  18:46:54
27582         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
27583              being used) when closing a socket handle
27584      Branch: perl
27585            ! win32/win32.c win32/win32.h win32/win32sck.c
27586 ____________________________________________________________________________
27587 [  7172] By: gsar                                  on 2000/10/09  18:41:40
27588         Log: on Windows, cwd strings in the environment should be of the
27589              form =X:=X:\foo instead of =X=X:\foo\
27590      Branch: perl
27591            ! win32/vdir.h
27592 ____________________________________________________________________________
27593 [  7171] By: gsar                                  on 2000/10/09  18:30:09
27594         Log: on Windows, LoadLibrary() could load an extension DLL multiple
27595              times if forward slashes are used in the path
27596      Branch: perl
27597            ! win32/win32.c
27598 ____________________________________________________________________________
27599 [  7170] By: jhi                                   on 2000/10/09  17:53:59
27600         Log: Add a todo note about overloadable assertions.
27601      Branch: perl
27602            ! Todo-5.6
27603 ____________________________________________________________________________
27604 [  7169] By: jhi                                   on 2000/10/09  13:43:45
27605         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
27606              From: mjd@plover.com
27607              Date: 9 Oct 2000 00:24:44 -0000
27608              Message-ID: <20001009002444.10616.qmail@plover.com>
27609      Branch: perl
27610            ! pod/perldebguts.pod
27611 ____________________________________________________________________________
27612 [  7168] By: nick                                  on 2000/10/08  13:16:33
27613         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
27614              is not right thing to do on (e.g. x86). Network order is also "right" for
27615              X fonts.
27616      Branch: perl
27617            ! ext/Encode/Encode.pm
27618 ____________________________________________________________________________
27619 [  7167] By: nick                                  on 2000/10/08  12:54:42
27620         Log: Make "encodings" work post-install when Encode/*.enc files may not
27621              be in same directory as Encode.pm
27622      Branch: perl
27623            ! ext/Encode/Encode.pm
27624 ____________________________________________________________________________
27625 [  7166] By: nick                                  on 2000/10/08  11:51:26
27626         Log: Work round the fact that $hash->{$key} does not take into account
27627              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
27628              so that key is always in the "expected" encoding - i.e. same way we put
27629              it in the hash.
27630      Branch: perl
27631            ! ext/Encode/Encode.pm
27632 ____________________________________________________________________________
27633 [  7165] By: gsar                                  on 2000/10/08  04:15:29
27634         Log: save_re_context() could reset PL_curcop to freed memory, causing core
27635              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
27636      Branch: perl
27637            ! pp_ctl.c
27638 ____________________________________________________________________________
27639 [  7164] By: jhi                                   on 2000/10/06  20:51:48
27640         Log: UTF8ize split() so that the cloned substrings get the UTF8
27641              flag of the original scalar.  Problem reported by Simon Cozens.
27642      Branch: perl
27643            ! pp.c t/pragma/utf8.t
27644 ____________________________________________________________________________
27645 [  7163] By: nick                                  on 2000/10/06  20:48:34
27646         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
27647              got a false +ve and so did not reach code which would have un-FAKEd the SV.
27648      Branch: perl
27649            ! sv.c
27650 ____________________________________________________________________________
27651 [  7162] By: nick                                  on 2000/10/06  20:25:37
27652         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
27653              To fix  (sort {$a <=> $b} keys %hash) in particular but
27654              should cover a number of other as-yet-unknown cases as well.
27655      Branch: perl
27656            ! sv.c
27657 ____________________________________________________________________________
27658 [  7161] By: jhi                                   on 2000/10/06  19:56:18
27659         Log: Change the version number of Tie::Handle in the core to 4.0,
27660              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
27661              
27662              Subject: Note on Tie::Handle
27663              From: andreas.koenig@anima.de (Andreas J. Koenig)
27664              Date:      06 Oct 2000 21:48:58 +0200
27665              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
27666      Branch: perl
27667            ! lib/Tie/Handle.pm
27668 ____________________________________________________________________________
27669 [  7160] By: jhi                                   on 2000/10/06  18:20:35
27670         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
27671              as the first option of cc/ld because of ultrapicky compilers
27672              (e.g. OS/390 R2.5)
27673      Branch: metaconfig
27674            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
27675            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
27676            ! U/compline/orderlib.U U/modified/Cppsym.U
27677            ! U/modified/d_access.U
27678      Branch: metaconfig/U/perl
27679            ! Checkcc.U d_dlsymun.U gccvers.U
27680      Branch: perl
27681            ! Configure config_h.SH
27682 ____________________________________________________________________________
27683 [  7159] By: jhi                                   on 2000/10/06  13:56:39
27684         Log: Update Changes.
27685      Branch: perl
27686            ! Changes patchlevel.h
27687 ____________________________________________________________________________
27688 [  7158] By: jhi                                   on 2000/10/06  12:48:40
27689         Log: Eliminate $Is_VMS code from the test.
27690              
27691              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
27692              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
27693              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
27694              Date:     Thu, 5 Oct 2000 07:46:33 EDT
27695      Branch: perl
27696            ! t/lib/b.t
27697 ____________________________________________________________________________
27698 [  7157] By: jhi                                   on 2000/10/06  12:47:13
27699         Log: Also the $ccflags is needed for the C compiler check.
27700              
27701              Subject: Configure (check for C-compiler)
27702              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27703              Date: Fri, 06 Oct 2000 08:47:15 +0200
27704              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
27705      Branch: metaconfig/U/perl
27706            ! Checkcc.U
27707      Branch: perl
27708            ! Configure config_h.SH
27709 ____________________________________________________________________________
27710 [  7156] By: jhi                                   on 2000/10/06  11:45:15
27711         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
27712      Branch: perl
27713            ! perl.c pp_ctl.c sv.h utf8.c
27714 ____________________________________________________________________________
27715 [  7155] By: jhi                                   on 2000/10/06  11:40:41
27716         Log: IO::Handle->syswrite() did not handle length omission
27717              like CORE::syswrite() does.
27718              
27719              Subject: [Fwd] IO::Handle, syswrite and arguments
27720              From: Graham Barr <gbarr@pobox.com>
27721              Date: Fri, 6 Oct 2000 10:22:05 +0100
27722              Message-ID: <20001006102205.U6312@pobox.com>
27723              
27724              The original patch from andrew@ugh.net.au.
27725      Branch: perl
27726            ! ext/IO/lib/IO/Handle.pm
27727 ____________________________________________________________________________
27728 [  7154] By: jhi                                   on 2000/10/06  01:42:15
27729         Log: Tweak #7153.
27730      Branch: perl
27731            ! utf8.h
27732 ____________________________________________________________________________
27733 [  7153] By: jhi                                   on 2000/10/06  00:39:55
27734         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
27735      Branch: perl
27736            ! utf8.h
27737 ____________________________________________________________________________
27738 [  7152] By: jhi                                   on 2000/10/06  00:38:11
27739         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
27740      Branch: perl
27741            ! perl.c pp_ctl.c sv.h utf8.c
27742 ____________________________________________________________________________
27743 [  7151] By: jhi                                   on 2000/10/06  00:36:38
27744         Log: Subject: Re: Questions about Tie::Array and perl modules
27745              From: Nick Ing-Simmons <nik@tiuk.ti.com>
27746              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
27747              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
27748              
27749              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
27750      Branch: perl
27751            ! lib/Tie/Array.pm t/op/array.t
27752 ____________________________________________________________________________
27753 [  7150] By: jhi                                   on 2000/10/05  00:20:45
27754         Log: Regen Changes.
27755      Branch: perl
27756            ! Changes patchlevel.h
27757 ____________________________________________________________________________
27758 [  7149] By: jhi                                   on 2000/10/05  00:20:01
27759         Log: Regen toc.
27760      Branch: perl
27761            ! pod/perltoc.pod
27762 ____________________________________________________________________________
27763 [  7148] By: jhi                                   on 2000/10/04  23:35:08
27764         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
27765              reported several times by Dominic Dunlop, for example in
27766              ID 20000315.008.  Patch from Dominic.  Patch affects at
27767              least MachTen, and possibly other oldish BSDs. Should not
27768              break non-broken platforms (tested on LinuxPPC). 
27769      Branch: perl
27770            ! doio.c
27771 ____________________________________________________________________________
27772 [  7147] By: jhi                                   on 2000/10/04  23:26:34
27773         Log: The one that got away from 7146.
27774      Branch: metaconfig
27775            + U/installdirs/installscripts.U
27776 ____________________________________________________________________________
27777 [  7146] By: jhi                                   on 2000/10/04  23:25:04
27778         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
27779              suggested by H. Merijn Brand.
27780      Branch: perl
27781            ! Configure INSTALL Makefile.SH Porting/Glossary
27782            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
27783            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
27784            ! win32/config.vc
27785 ____________________________________________________________________________
27786 [  7145] By: jhi                                   on 2000/10/04  22:08:21
27787         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
27788              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27789              Date: Wed, 4 Oct 2000 17:37:46 -0400
27790              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
27791      Branch: perl
27792            ! utils/h2xs.PL
27793 ____________________________________________________________________________
27794 [  7144] By: jhi                                   on 2000/10/04  18:11:41
27795         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
27796              From: Jeff Pinyan <jeffp@crusoe.net>
27797              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
27798              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
27799      Branch: perl
27800            ! pod/perlrun.pod
27801 ____________________________________________________________________________
27802 [  7143] By: jhi                                   on 2000/10/04  18:09:58
27803         Log: Subject: perlhack.pod Patch for Externals Tools
27804              From: Fisher Mark <fisherm@tce.com>
27805              Date: Tue, 3 Oct 2000 15:43:27 -0500 
27806              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
27807      Branch: perl
27808            ! pod/perlhack.pod
27809 ____________________________________________________________________________
27810 [  7142] By: jhi                                   on 2000/10/04  18:08:41
27811         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
27812              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
27813              Date:     Wed, 4 Oct 2000 12:11:11 EDT
27814              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
27815      Branch: perl
27816            ! vms/vms.c
27817 ____________________________________________________________________________
27818 [  7141] By: jhi                                   on 2000/10/04  12:20:16
27819         Log: Subject: [PATCH 5.7.0] h2xs not working
27820              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27821              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
27822              Date: Tue, 3 Oct 2000 21:43:01 -0400
27823              
27824              Subject: [PATCH 5.7.0] h2xs not documenting the created module
27825              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27826              Date: Tue, 3 Oct 2000 22:55:19 -0400
27827              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
27828      Branch: perl
27829            ! utils/h2xs.PL
27830 ____________________________________________________________________________
27831 [  7140] By: jhi                                   on 2000/10/04  11:53:44
27832         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
27833              From: nick@babyhippo.com
27834              Date: Wed, 4 Oct 2000 12:06:45 +0100
27835              Message-Id: <20001004120645.A7356@babyhippo.com>
27836              
27837              Retract 7118 and 7135.
27838      Branch: perl
27839            ! installman installperl op.c t/pragma/subs.t
27840 ____________________________________________________________________________
27841 [  7139] By: jhi                                   on 2000/10/03  22:09:41
27842         Log: It is possible to have no hosts database at all.  Pointed out in
27843              
27844              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
27845              From: Peter Prymmer <pvhp@forte.com>
27846              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
27847              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
27848      Branch: metaconfig
27849            ! U/modified/myhostname.U
27850      Branch: perl
27851            ! Configure config_h.SH
27852 ____________________________________________________________________________
27853 [  7138] By: jhi                                   on 2000/10/03  21:49:49
27854         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
27855              From: Peter Prymmer <pvhp@forte.com>
27856              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
27857              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
27858      Branch: perl
27859            ! pp_sys.c
27860 ____________________________________________________________________________
27861 [  7137] By: jhi                                   on 2000/10/03  20:10:05
27862         Log: One remaining nit less at the VMS mailbox sizing.
27863      Branch: perl
27864            ! vms/vms.c
27865 ____________________________________________________________________________
27866 [  7136] By: jhi                                   on 2000/10/03  20:08:47
27867         Log: Test harness update to sync with the new perlcc,
27868              from Simon Cozens.
27869      Branch: perl
27870            ! t/TEST t/UTEST
27871 ____________________________________________________________________________
27872 [  7135] By: jhi                                   on 2000/10/03  15:15:42
27873         Log: Subject: Re: PATCH for 20001003.004
27874              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
27875              From: "AARON B. DOSSETT" <aaron@iglou.com>
27876              Message-Id: <E13gTay-0006od-00@iglou.com>
27877      Branch: perl
27878            ! installman installperl
27879 ____________________________________________________________________________
27880 [  7134] By: jhi                                   on 2000/10/03  15:00:34
27881         Log: Subject: [ID 20001003.006] B::Debug not -w clean
27882              From: Nicholas Clark <nick@babyhippo.co.uk>
27883              Date: Tue, 03 Oct 2000 15:46:32 +0100
27884              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
27885      Branch: perl
27886            ! ext/B/B/Debug.pm
27887 ____________________________________________________________________________
27888 [  7133] By: jhi                                   on 2000/10/03  14:58:39
27889         Log: Scale down the VMS message boxes, by Charles Lane.
27890              Fix for ID 20000903.009, workaround at
27891              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
27892      Branch: perl
27893            ! vms/vms.c
27894 ____________________________________________________________________________
27895 [  7132] By: jhi                                   on 2000/10/03  11:20:37
27896         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
27897      Branch: perl
27898            + t/lib/st-lock.t t/lib/st-utf8.t
27899            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
27900            ! ext/Storable/Storable.xs t/lib/st-recurse.t
27901 ____________________________________________________________________________
27902 [  7131] By: jhi                                   on 2000/10/03  03:38:23
27903         Log: Encode nits.
27904      Branch: perl
27905            ! MANIFEST Makefile.SH
27906 ____________________________________________________________________________
27907 [  7130] By: jhi                                   on 2000/10/03  03:31:05
27908         Log: Update Changes.
27909      Branch: perl
27910            ! Changes patchlevel.h
27911 ____________________________________________________________________________
27912 [  7129] By: jhi                                   on 2000/10/03  02:24:02
27913         Log: Misplaced else.
27914      Branch: metaconfig/U/perl
27915            ! d_strtoll.U
27916      Branch: perl
27917            ! Configure config_h.SH
27918 ____________________________________________________________________________
27919 [  7128] By: jhi                                   on 2000/10/03  02:08:29
27920         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
27921              From: sthoenna@efn.org
27922              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
27923              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
27924      Branch: metaconfig/U/perl
27925            ! d_strtoll.U
27926      Branch: perl
27927            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
27928 ____________________________________________________________________________
27929 [  7127] By: jhi                                   on 2000/10/03  01:13:14
27930         Log: Update Changes.
27931      Branch: perl
27932            ! Changes patchlevel.h
27933 ____________________________________________________________________________
27934 [  7126] By: jhi                                   on 2000/10/03  00:57:08
27935         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
27936              as suggested by Olaf Flebbe and Nick Clark.
27937      Branch: perl
27938            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
27939 ____________________________________________________________________________
27940 [  7125] By: jhi                                   on 2000/10/03  00:50:56
27941         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
27942              From: Nick Clark <nick@plum.flirble.org>
27943              Date: Mon, 2 Oct 2000 11:03:24 +0100
27944              Message-Id: <20001002110324.D20073@plum.flirble.org>
27945              
27946              Also fixes bug ID 20001002.005.
27947      Branch: perl
27948            ! t/lib/encode.t
27949 ____________________________________________________________________________
27950 [  7124] By: jhi                                   on 2000/10/03  00:34:59
27951         Log: Subject: [PATCH 5.7.0] Epoc update
27952              From: Olaf Flebbe <o.flebbe@gmx.de>
27953              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
27954              Message-ID: <26423.969484586@www10.gmx.net>
27955      Branch: perl
27956            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
27957            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
27958            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
27959            ! util.c util.h
27960 ____________________________________________________________________________
27961 [  7123] By: jhi                                   on 2000/10/03  00:30:07
27962         Log: Regen headers.
27963      Branch: perl
27964            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
27965 ____________________________________________________________________________
27966 [  7122] By: jhi                                   on 2000/10/03  00:10:48
27967         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
27968      Branch: perl
27969            ! hints/openbsd.sh
27970 ____________________________________________________________________________
27971 [  7121] By: jhi                                   on 2000/10/03  00:05:06
27972         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
27973              From: <abigail@foad.org>
27974              Date: Tue, 26 Sep 2000 13:36:14 -0400
27975              Message-ID: <20000926173614.4356.qmail@foad.org>
27976      Branch: perl
27977            ! pod/perlop.pod
27978 ____________________________________________________________________________
27979 [  7120] By: jhi                                   on 2000/10/03  00:04:00
27980         Log: Inside require() $^S was always left undefined.
27981              
27982              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
27983              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27984              Date: Wed, 27 Sep 2000 18:54:49 -0400
27985              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
27986      Branch: perl
27987            ! cop.h mg.c pp_ctl.c util.c
27988 ____________________________________________________________________________
27989 [  7119] By: jhi                                   on 2000/10/03  00:00:16
27990         Log: Subject: [PATCH] DLL not restartabke with threaded perl
27991              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
27992              Date: Thu, 28 Sep 2000 09:20:46 +0100
27993              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
27994      Branch: perl
27995            ! perl.c
27996 ____________________________________________________________________________
27997 [  7118] By: jhi                                   on 2000/10/02  23:59:20
27998         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
27999              From: Nicholas Clark <nick@ccl4.org>
28000              Date: Thu, 28 Sep 2000 11:52:24 +0100
28001              Message-ID: <20000928115224.D7924@plum.flirble.org>
28002      Branch: perl
28003            ! op.c
28004 ____________________________________________________________________________
28005 [  7117] By: jhi                                   on 2000/10/02  23:57:51
28006         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
28007              From: Nicholas Clark <nick@babyhippo.co.uk>
28008              Date: Thu, 28 Sep 2000 12:18:10 +0100
28009              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
28010              
28011              Did not apply cleanly, manual intervention was needed.
28012      Branch: perl
28013            ! ext/B/B/Bytecode.pm utils/perlcc.PL
28014 ____________________________________________________________________________
28015 [  7116] By: jhi                                   on 2000/10/02  23:50:40
28016         Log: Document the issue (is not a syntax error, kind of)
28017              
28018              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
28019              From: Nicholas Clark <nick@ccl4.org>
28020              Date: Thu, 28 Sep 2000 17:12:42 +0100
28021              Message-ID: <20000928171242.K7924@plum.flirble.org>
28022      Branch: perl
28023            ! pod/perldata.pod
28024 ____________________________________________________________________________
28025 [  7115] By: jhi                                   on 2000/10/02  23:48:58
28026         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
28027              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28028              Date: Thu, 28 Sep 2000 21:55:31 -0400
28029              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
28030      Branch: perl
28031            ! regexec.c
28032 ____________________________________________________________________________
28033 [  7114] By: jhi                                   on 2000/10/02  23:47:57
28034         Log: Subject: DOC PATCH 5.6.0
28035              From: mjd@plover.com
28036              Date: 30 Sep 2000 06:02:34 -0000
28037              Message-ID: <20000930060234.4559.qmail@plover.com>
28038      Branch: perl
28039            ! pod/perldebguts.pod
28040 ____________________________________________________________________________
28041 [  7113] By: jhi                                   on 2000/10/02  23:46:43
28042         Log: SOCK_DGRAM and listen() do not mix as reported in
28043              
28044              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
28045              From: Petter Reinholdtsen <pere@hungry.com>
28046              Date: Sun, 1 Oct 2000 10:57:20 +0800
28047              Message-Id: <200010010257.KAA05735@localhost.localdomain>
28048              
28049              The patch for 5.7.0+ had to be reengineered, though.
28050      Branch: perl
28051            ! ext/IO/lib/IO/Socket/UNIX.pm
28052 ____________________________________________________________________________
28053 [  7112] By: jhi                                   on 2000/10/02  23:36:57
28054         Log: Subject: Re: [PATCH 5.005_64 missed]
28055              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28056              Date: Sun, 1 Oct 2000 18:50:10 -0400
28057              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
28058      Branch: perl
28059            ! pod/perlxs.pod
28060 ____________________________________________________________________________
28061 [  7111] By: jhi                                   on 2000/10/02  23:35:40
28062         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
28063              From: Radu Greab <radu@netsoft.ro>
28064              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
28065              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
28066      Branch: perl
28067            ! op.c opcode.pl t/op/substr.t
28068 ____________________________________________________________________________
28069 [  7110] By: jhi                                   on 2000/10/02  23:32:38
28070         Log: Subject: [PATCH] Fix aliasing of tied filehandles
28071              From: Daniel Chetlin <daniel@chetlin.com>
28072              Date: Mon, 2 Oct 2000 14:53:27 -0700
28073              Message-ID: <20001002145327.C1617@ilmd>
28074      Branch: perl
28075            ! perl.h pp_hot.c t/op/tiehandle.t
28076 ____________________________________________________________________________
28077 [  7109] By: jhi                                   on 2000/10/02  23:31:30
28078         Log: s/Robin Parker/Robin Barker/
28079      Branch: perl
28080            ! Changes5.6
28081 ____________________________________________________________________________
28082 [  7108] By: jhi                                   on 2000/10/02  23:15:46
28083         Log: Retract #7091 as suggested in
28084              
28085              From: Robin Barker <rmb1@cise.npl.co.uk> 
28086              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
28087              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
28088              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
28089      Branch: perl
28090            ! embed.pl proto.h
28091 ____________________________________________________________________________
28092 [  7107] By: nick                                  on 2000/10/02  18:23:14
28093         Log: A few tweaks to get Tk803 to work with Encode scheme.
28094      Branch: perl
28095            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
28096 ____________________________________________________________________________
28097 [  7106] By: nick                                  on 2000/10/01  21:34:14
28098         Log: Add checking cases to Encode's toUnicode and fromUnicode.
28099      Branch: perl
28100            ! ext/Encode/Encode.pm
28101 ____________________________________________________________________________
28102 [  7105] By: nick                                  on 2000/10/01  17:18:01
28103         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
28104              To read and use them.
28105              Add a lib/encode.t which checks a few things.
28106      Branch: perl
28107            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
28108            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
28109            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
28110            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
28111            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
28112            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
28113            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
28114            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
28115            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
28116            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
28117            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
28118            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
28119            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
28120            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
28121            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
28122            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
28123            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
28124            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
28125            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
28126            + ext/Encode/Encode/iso2022-jp.enc
28127            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
28128            + ext/Encode/Encode/iso8859-1.enc
28129            + ext/Encode/Encode/iso8859-2.enc
28130            + ext/Encode/Encode/iso8859-3.enc
28131            + ext/Encode/Encode/iso8859-4.enc
28132            + ext/Encode/Encode/iso8859-5.enc
28133            + ext/Encode/Encode/iso8859-6.enc
28134            + ext/Encode/Encode/iso8859-7.enc
28135            + ext/Encode/Encode/iso8859-8.enc
28136            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
28137            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
28138            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
28139            + ext/Encode/Encode/macCentEuro.enc
28140            + ext/Encode/Encode/macCroatian.enc
28141            + ext/Encode/Encode/macCyrillic.enc
28142            + ext/Encode/Encode/macDingbats.enc
28143            + ext/Encode/Encode/macGreek.enc
28144            + ext/Encode/Encode/macIceland.enc
28145            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
28146            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
28147            + ext/Encode/Encode/macTurkish.enc
28148            + ext/Encode/Encode/macUkraine.enc
28149            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
28150            + t/lib/encode.t
28151            ! MANIFEST ext/Encode/Encode.pm
28152 ____________________________________________________________________________
28153 [  7104] By: nick                                  on 2000/09/30  13:04:30
28154         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
28155              From: Daniel Chetlin <daniel@chetlin.com>
28156              Date: Mon, 18 Sep 2000 05:05:40 -0700
28157              Message-Id: <20000918050540.C652@ilmd>
28158      Branch: perl
28159            ! lib/overload.pm sv.c t/pragma/overload.t
28160 ____________________________________________________________________________
28161 [  7103] By: nick                                  on 2000/09/30  12:53:36
28162         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
28163              From: Johan Vromans <jvromans@squirrel.nl>
28164              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
28165              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
28166      Branch: perl
28167            ! pod/Makefile.SH
28168 ____________________________________________________________________________
28169 [  7102] By: nick                                  on 2000/09/30  12:52:31
28170         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
28171              From: Spider Boardman <spider@Orb.Nashua.NH.US>
28172              Date: Sat, 16 Sep 2000 16:36:45 -0400
28173              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
28174      Branch: perl
28175            ! ext/B/B/Deparse.pm
28176 ____________________________________________________________________________
28177 [  7101] By: nick                                  on 2000/09/30  12:51:41
28178         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
28179              From: Craig A. Berry <craig.berry@psinetcs.com>
28180              Date: Sat, 16 Sep 2000 10:11:10 -0500
28181              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
28182      Branch: perl
28183            ! vms/vms.c
28184 ____________________________________________________________________________
28185 [  7100] By: nick                                  on 2000/09/30  12:50:33
28186         Log: Subject: Re: unicode support and perl [ID 20000901.097]
28187              From: Spider Boardman <spider@Orb.Nashua.NH.US>
28188              Date: Fri, 15 Sep 2000 16:37:58 -0400
28189              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
28190      Branch: perl
28191            ! t/op/append.t
28192 ____________________________________________________________________________
28193 [  7099] By: nick                                  on 2000/09/30  12:49:35
28194         Log: Subject: Re: unicode support and perl [ID 20000901.097]
28195              From: Spider Boardman <spider@Orb.Nashua.NH.US>
28196              Date: Fri, 15 Sep 2000 16:25:30 -0400
28197              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
28198      Branch: perl
28199            ! pp_hot.c
28200 ____________________________________________________________________________
28201 [  7098] By: nick                                  on 2000/09/30  12:48:00
28202         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
28203              From: Gisle Aas <gisle@ActiveState.com>
28204              Date: 15 Sep 2000 16:23:41 +0200
28205              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
28206      Branch: perl
28207            ! toke.c
28208 ____________________________________________________________________________
28209 [  7097] By: nick                                  on 2000/09/30  12:45:16
28210         Log: Subject: [PATCH] Nits in perlmod.pod
28211              From: Daniel Chetlin <daniel@chetlin.com>
28212              Date: Fri, 15 Sep 2000 02:04:09 -0700
28213              Message-Id: <20000915020409.A2104@ilmd>
28214      Branch: perl
28215            ! pod/perlmod.pod
28216 ____________________________________________________________________________
28217 [  7096] By: nick                                  on 2000/09/30  12:18:00
28218         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
28219              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
28220              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
28221              0 to checking to get the warning.
28222      Branch: perl
28223            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
28224            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
28225            ! regexec.c sv.c toke.c utf8.c
28226 ____________________________________________________________________________
28227 [  7095] By: nick                                  on 2000/09/15  16:55:59
28228         Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
28229              
28230              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
28231              From: Spider Boardman <spider@Orb.Nashua.NH.US>
28232              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
28233              Date: Fri, 15 Sep 2000 06:37:30 -0400
28234      Branch: perl
28235            ! ext/Encode/Encode.xs sv.c
28236 ____________________________________________________________________________
28237 [  7094] By: jhi                                   on 2000/09/15  03:23:32
28238         Log: Update Changes.
28239      Branch: perl
28240            ! Changes patchlevel.h
28241 ____________________________________________________________________________
28242 [  7093] By: jhi                                   on 2000/09/15  03:11:44
28243         Log: Fix for the charnames.t failures from Spider Boardman.
28244      Branch: perl
28245            ! toke.c
28246 ____________________________________________________________________________
28247 [  7092] By: jhi                                   on 2000/09/15  00:15:48
28248         Log: Botched the #7090 check-in.
28249      Branch: perl
28250            ! sv.c
28251 ____________________________________________________________________________
28252 [  7091] By: jhi                                   on 2000/09/14  23:33:24
28253         Log: Part of #7081 didn't come through.
28254      Branch: perl
28255            ! embed.pl proto.h
28256 ____________________________________________________________________________
28257 [  7090] By: jhi                                   on 2000/09/14  23:17:39
28258         Log: Subject: Re: perl@7078 
28259              From: Spider Boardman <spider@web.zk3.dec.com>
28260              Date: Thu, 14 Sep 2000 19:06:36 -0400
28261              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
28262      Branch: perl
28263            ! sv.c toke.c
28264 ____________________________________________________________________________
28265 [  7089] By: jhi                                   on 2000/09/14  23:11:21
28266         Log: Small portability tweaks.
28267      Branch: perl
28268            ! ext/Encode/Encode.xs
28269 ____________________________________________________________________________
28270 [  7088] By: jhi                                   on 2000/09/14  22:57:23
28271         Log: Fake return to pacify picky compilers.
28272      Branch: perl
28273            ! ext/Encode/Encode.xs
28274 ____________________________________________________________________________
28275 [  7087] By: jhi                                   on 2000/09/14  22:53:37
28276         Log: Subject: [PATCH] utf8.c apidoc
28277              From: Simon Cozens <simon@cozens.net>
28278              Date: Thu, 14 Sep 2000 23:46:57 +0100
28279              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
28280      Branch: perl
28281            ! perlapi.c pod/perlapi.pod utf8.c
28282 ____________________________________________________________________________
28283 [  7086] By: jhi                                   on 2000/09/14  22:40:38
28284         Log: We don't need to count the high bit bytes, a boolean is enough. 
28285      Branch: perl
28286            ! sv.c
28287 ____________________________________________________________________________
28288 [  7085] By: jhi                                   on 2000/09/14  21:20:09
28289         Log: Replace #7084 with
28290              
28291              Subject: Re: perl@7078 
28292              From: Spider Boardman <spider@web.zk3.dec.com>
28293              Date: Thu, 14 Sep 2000 17:09:36 -0400
28294              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
28295      Branch: perl
28296            ! sv.c utf8.c
28297 ____________________________________________________________________________
28298 [  7084] By: jhi                                   on 2000/09/14  20:03:34
28299         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
28300              convertable to bytes by checking it doesn't go above 0xc3
28301              
28302              Subject: Re: perl@7078
28303              From: Simon Cozens <simon@cozens.net>
28304              Date: Thu, 14 Sep 2000 20:59:19 +0100
28305              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
28306      Branch: perl
28307            ! utf8.c
28308 ____________________________________________________________________________
28309 [  7083] By: jhi                                   on 2000/09/14  19:38:47
28310         Log: Subject: Re: perl@7078
28311              From: Simon Cozens <simon@cozens.net>
28312              Date: Thu, 14 Sep 2000 20:13:09 +0100
28313              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
28314      Branch: perl
28315            ! t/op/bop.t
28316 ____________________________________________________________________________
28317 [  7082] By: jhi                                   on 2000/09/14  17:50:44
28318         Log: The one that got away.
28319      Branch: perl
28320            ! lib/File/Find.pm
28321 ____________________________________________________________________________
28322 [  7081] By: jhi                                   on 2000/09/14  17:45:35
28323         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
28324              From: Robin Barker <rmb1@cise.npl.co.uk>
28325              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
28326              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
28327      Branch: perl
28328            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
28329            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
28330            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
28331            ! regcomp.c toke.c universal.c
28332 ____________________________________________________________________________
28333 [  7080] By: jhi                                   on 2000/09/14  17:40:35
28334         Log: Problems picked up by AIX cc.
28335              
28336              Subject: Re: perl@7078 (patch included)
28337              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
28338              Date: Thu, 14 Sep 2000 18:53:30 +0200
28339              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
28340      Branch: perl
28341            ! ext/Encode/Encode.xs
28342 ____________________________________________________________________________
28343 [  7079] By: jhi                                   on 2000/09/14  17:38:27
28344         Log: Subject: File::Find 5.7.0 POD nits
28345              From: Rich Morin <rdm@cfcl.com>
28346              Date: Wed, 13 Sep 2000 22:03:58 -0700
28347              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
28348      Branch: perl
28349            ! lib/File/Find.pm
28350 ____________________________________________________________________________
28351 [  7078] By: jhi                                   on 2000/09/14  14:58:20
28352         Log: Update Changes.
28353      Branch: perl
28354            ! Changes patchlevel.h
28355 ____________________________________________________________________________
28356 [  7077] By: jhi                                   on 2000/09/14  14:55:54
28357         Log: Compilation warnings and an error.
28358      Branch: perl
28359            ! sv.c
28360 ____________________________________________________________________________
28361 [  7076] By: jhi                                   on 2000/09/14  14:42:56
28362         Log: Fix for a parsing bug, not for the original bug.
28363              
28364              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
28365              From: Spider Boardman <spider@web.zk3.dec.com>
28366              Date: Wed, 13 Sep 2000 17:52:20 -0400
28367              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
28368      Branch: perl
28369            ! regcomp.c
28370 ____________________________________________________________________________
28371 [  7075] By: jhi                                   on 2000/09/14  14:40:40
28372         Log: Batch of UTF-8 patches from Simon Cozens.
28373      Branch: perl
28374            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
28375            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
28376            ! toke.c utf8.c
28377 ____________________________________________________________________________
28378 [  7074] By: jhi                                   on 2000/09/14  14:29:58
28379         Log: Subject: Re: Two advertising clauses need to be removed
28380              From: Russ Allbery <rra@stanford.edu>
28381              Date: 13 Sep 2000 18:50:26 -0700
28382              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
28383      Branch: perl
28384            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
28385 ____________________________________________________________________________
28386 [  7073] By: jhi                                   on 2000/09/14  14:28:20
28387         Log: Subject: [PATCH] de-wall t/README
28388              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
28389              Date: Wed, 13 Sep 2000 17:46:55 -0700
28390              Message-ID: <//Bw5gzkge/e092yn@efn.org>
28391      Branch: perl
28392            ! t/README
28393 ____________________________________________________________________________
28394 [  7072] By: jhi                                   on 2000/09/14  14:25:10
28395         Log: Hints optimization.
28396              
28397              Subject: Minor nit
28398              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
28399              Date: Wed, 13 Sep 2000 21:42:07 +0200
28400              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
28401      Branch: perl
28402            ! hints/hpux.sh
28403 ____________________________________________________________________________
28404 [  7071] By: jhi                                   on 2000/09/14  14:23:30
28405         Log: Allow chop() and chomp() to be overridden.
28406              
28407              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
28408              From: "Casey R. Tweten" <crt@kiski.net>
28409              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
28410              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
28411      Branch: perl
28412            ! toke.c
28413 ____________________________________________________________________________
28414 [  7070] By: jhi                                   on 2000/09/14  14:20:36
28415         Log: The return value of setlocale must be copied away.
28416              
28417              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
28418              From: Alan Burlison <Alan.Burlison@uk.sun.com>
28419              Date: Wed, 13 Sep 2000 16:27:37 +0100 
28420              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
28421      Branch: perl
28422            ! util.c
28423 ____________________________________________________________________________
28424 [  7069] By: jhi                                   on 2000/09/14  14:16:27
28425         Log: Remove vestiges of tr//CU.
28426              
28427              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
28428              From: Nick Clark <nick@plum.flirble.org>
28429              Date: Tue, 12 Sep 2000 22:50:14 +0100
28430              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
28431              
28432              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
28433              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
28434              Date: Tue, 12 Sep 2000 21:38:48 -0700
28435              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
28436      Branch: perl
28437            ! op.h pod/perlunicode.pod
28438 ____________________________________________________________________________
28439 [  7068] By: jhi                                   on 2000/09/13  14:18:39
28440         Log: Add the Encode extension.  The code is still largely just skeleton.
28441      Branch: perl
28442            + ext/Encode/Encode.pm ext/Encode/Encode.xs
28443            + ext/Encode/Makefile.PL ext/Encode/Todo
28444            ! MANIFEST Todo-5.6
28445 ____________________________________________________________________________
28446 [  7067] By: jhi                                   on 2000/09/12  17:43:33
28447         Log: Allow for whitespace between "#" and "line" in cpp output.
28448              
28449              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
28450              From: Calle Dybedahl <calle@lysator.liu.se>
28451              Date: 12 Sep 2000 19:38:02 +0200 
28452              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
28453      Branch: perl
28454            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
28455 ____________________________________________________________________________
28456 [  7066] By: gsar                                  on 2000/09/12  17:24:29
28457         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
28458              initialization in all the threads on Windows
28459      Branch: perl
28460            ! win32/win32.c
28461 ____________________________________________________________________________
28462 [  7065] By: jhi                                   on 2000/09/12  15:11:31
28463         Log: Update Changes.
28464      Branch: perl
28465            ! Changes patchlevel.h
28466 ____________________________________________________________________________
28467 [  7064] By: jhi                                   on 2000/09/12  14:54:54
28468         Log: Retract #7062, the pod tests are not ready.
28469      Branch: perl
28470            ! t/TEST t/harness
28471 ____________________________________________________________________________
28472 [  7063] By: jhi                                   on 2000/09/12  14:25:41
28473         Log: The #7054 truncated Configure badly.
28474      Branch: metaconfig/U/perl
28475            ! End.U
28476      Branch: perl
28477            ! Configure config_h.SH
28478 ____________________________________________________________________________
28479 [  7062] By: jhi                                   on 2000/09/12  14:08:32
28480         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
28481              From: sthoenna@efn.org
28482              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
28483              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
28484      Branch: perl
28485            ! t/TEST t/harness
28486 ____________________________________________________________________________
28487 [  7061] By: jhi                                   on 2000/09/12  14:07:18
28488         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
28489              From: sthoenna@efn.org
28490              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
28491              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
28492      Branch: perl
28493            ! pod/perlxs.pod
28494 ____________________________________________________________________________
28495 [  7060] By: jhi                                   on 2000/09/12  14:06:08
28496         Log: Break up the myconfig lines a bit.
28497              
28498              Subject: perlbug/perl -V output format
28499              From: sthoenna@efn.org
28500              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
28501              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
28502      Branch: perl
28503            ! myconfig.SH
28504 ____________________________________________________________________________
28505 [  7059] By: jhi                                   on 2000/09/12  14:05:04
28506         Log: Test for the #7049.
28507              
28508              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
28509              From: andreas.koenig@anima.de (Andreas J. Koenig)
28510              Date: 12 Sep 2000 06:42:01 +0200
28511              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
28512      Branch: perl
28513            ! t/op/my.t
28514 ____________________________________________________________________________
28515 [  7058] By: jhi                                   on 2000/09/12  14:03:05
28516         Log: Subject: [patch: perl@7045] vms updates
28517              From: Peter Prymmer <pvhp@forte.com>
28518              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
28519              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
28520      Branch: perl
28521            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
28522 ____________________________________________________________________________
28523 [  7057] By: jhi                                   on 2000/09/12  14:00:51
28524         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
28525              From: sthoenna@efn.org
28526              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
28527              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
28528      Branch: perl
28529            ! t/op/64bitint.t
28530 ____________________________________________________________________________
28531 [  7056] By: jhi                                   on 2000/09/12  13:58:14
28532         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
28533              From: Jeff Pinyan <jeffp@crusoe.net>
28534              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
28535              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
28536      Branch: perl
28537            ! pod/perlfunc.pod
28538 ____________________________________________________________________________
28539 [  7055] By: jhi                                   on 2000/09/12  13:56:32
28540         Log: Do in VMS as the #7054 does.
28541      Branch: perl
28542            ! configure.com
28543 ____________________________________________________________________________
28544 [  7054] By: jhi                                   on 2000/09/12  13:50:31
28545         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
28546              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
28547              Date: Mon, 11 Sep 2000 08:33:09 +0100
28548              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
28549      Branch: metaconfig/U/perl
28550            ! End.U
28551      Branch: perl
28552            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
28553            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
28554 ____________________________________________________________________________
28555 [  7053] By: jhi                                   on 2000/09/12  13:29:19
28556         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
28557              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
28558              Date:     Tue, 12 Sep 2000 08:35:59 EDT
28559              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
28560      Branch: perl
28561            ! vms/test.com
28562 ____________________________________________________________________________
28563 [  7052] By: jhi                                   on 2000/09/11  23:01:50
28564         Log: Document the SvUTF8*().
28565      Branch: perl
28566            ! pod/perlapi.pod sv.h
28567 ____________________________________________________________________________
28568 [  7051] By: gsar                                  on 2000/09/11  14:46:30
28569         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
28570              (missed a spot when fixing up op_pmreplroot hack for ithreads)
28571      Branch: perl
28572            ! op.c t/op/split.t
28573 ____________________________________________________________________________
28574 [  7050] By: nick                                  on 2000/09/11  10:03:51
28575         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
28576              
28577              Subject: borland C++ win32.c tweak
28578              From: Vadim Konovalov <vkonovalov@lucent.com>
28579              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
28580              Date: Mon, 11 Sep 2000 11:22:33 +0400
28581      Branch: perl
28582            ! win32/win32.c
28583 ____________________________________________________________________________
28584 [  7049] By: nick                                  on 2000/09/11  09:57:33
28585         Log: Point fix for s/// on foreach (keys %xxx).
28586      Branch: perl
28587            ! pp_hot.c
28588 ____________________________________________________________________________
28589 [  7048] By: jhi                                   on 2000/09/10  23:37:09
28590         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
28591              by Pod::Text, from Brad Appleton.
28592      Branch: perl
28593            ! t/pod/testp2pt.pl
28594 ____________________________________________________________________________
28595 [  7047] By: jhi                                   on 2000/09/10  14:32:53
28596         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
28597              by Russ Allbery.
28598      Branch: perl
28599            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
28600 ____________________________________________________________________________
28601 [  7046] By: jhi                                   on 2000/09/10  14:15:08
28602         Log: Upgrade to CPAN 1.57_65, from Andreas König.
28603      Branch: perl
28604            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
28605 ____________________________________________________________________________
28606 [  7045] By: jhi                                   on 2000/09/08  21:36:32
28607         Log: Update Changes.
28608      Branch: perl
28609            ! Changes patchlevel.h
28610 ____________________________________________________________________________
28611 [  7044] By: jhi                                   on 2000/09/08  21:29:56
28612         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
28613              From: Peter Prymmer <pvhp@forte.com>
28614              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
28615              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
28616      Branch: perl
28617            ! configure.com
28618 ____________________________________________________________________________
28619 [  7043] By: jhi                                   on 2000/09/08  21:27:50
28620         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
28621              From: Peter Prymmer <pvhp@forte.com>
28622              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
28623              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
28624      Branch: perl
28625            ! Makefile.SH installperl
28626 ____________________________________________________________________________
28627 [  7042] By: jhi                                   on 2000/09/08  21:23:21
28628         Log: Continue #7041.
28629      Branch: perl
28630            ! cygwin/Makefile.SHs os2/Makefile.SHs
28631 ____________________________________________________________________________
28632 [  7041] By: jhi                                   on 2000/09/08  21:18:10
28633         Log: Do away with memory models cruft.  Sorry, PDP users.
28634      Branch: metaconfig
28635            ! U/modified/cc.U U/modified/libpth.U
28636      Branch: perl
28637            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
28638            ! Porting/config_H cflags.SH config_h.SH configure.com
28639            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
28640            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
28641            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
28642 ____________________________________________________________________________
28643 [  7040] By: jhi                                   on 2000/09/08  14:34:18
28644         Log: Major rewrite of s2p.  And I mean really major, it is
28645              an implementation of sed in perl.  If called as s2p it
28646              will function as s2p.  Note: needs non-UNIXifying.
28647              
28648              Subject: s2p
28649              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
28650              Date: Mon, 28 Aug 2000 14:05:12 +0200
28651              Message-ID: <39AA5578.2102E2AA@alcatel.at>
28652      Branch: perl
28653            ! x2p/s2p.PL
28654 ____________________________________________________________________________
28655 [  7039] By: jhi                                   on 2000/09/08  14:19:49
28656         Log: Re-allow vec() for characters > 255.
28657              
28658              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
28659              From: Spider Boardman <spider@web.zk3.dec.com>
28660              Date: Fri, 08 Sep 2000 02:21:02 -0400
28661              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
28662      Branch: perl
28663            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
28664            ! t/op/vec.t
28665 ____________________________________________________________________________
28666 [  7038] By: jhi                                   on 2000/09/08  14:14:18
28667         Log: Subject: [PATCH lib/Benchmark.pm]
28668              From: <abigail@foad.org>
28669              Date: Thu, 7 Sep 2000 15:03:20 -0400
28670              Message-ID: <20000907190320.888.qmail@foad.org>
28671      Branch: perl
28672            ! lib/Benchmark.pm
28673 ____________________________________________________________________________
28674 [  7037] By: jhi                                   on 2000/09/08  14:11:06
28675         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
28676              
28677              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
28678              From: Spider Boardman <spider@web.zk3.dec.com>
28679              Date: Fri, 08 Sep 2000 01:30:27 -0400
28680              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
28681      Branch: perl
28682            ! op.c
28683 ____________________________________________________________________________
28684 [  7036] By: jhi                                   on 2000/09/08  14:08:58
28685         Log: Subject: [ID 20000908.002] perlipc documentation bug.
28686              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
28687              Date: Fri, 08 Sep 2000 12:38:32 +0200
28688              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
28689      Branch: perl
28690            ! pod/perlipc.pod
28691 ____________________________________________________________________________
28692 [  7035] By: jhi                                   on 2000/09/08  14:03:12
28693         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
28694              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
28695              Date: Fri, 08 Sep 2000 11:47:34 +0200
28696              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
28697      Branch: perl
28698            ! hints/dec_osf.sh
28699 ____________________________________________________________________________
28700 [  7034] By: jhi                                   on 2000/09/08  13:59:35
28701         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
28702              From: Simon Cozens <simon@cozens.net>
28703              Date: Thu, 7 Sep 2000 20:40:38 +0100
28704              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
28705      Branch: perl
28706            ! pp_hot.c
28707 ____________________________________________________________________________
28708 [  7033] By: jhi                                   on 2000/09/08  04:03:03
28709         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
28710              From: "Larry W. Virden" <lvirden@cas.org>
28711              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
28712              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
28713      Branch: perl
28714            ! pod/perldiag.pod
28715 ____________________________________________________________________________
28716 [  7032] By: jhi                                   on 2000/09/07  22:18:30
28717         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
28718              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
28719              Date: Mon, 04 Sep 2000 13:16:38 -0700
28720              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
28721      Branch: perl
28722            ! lib/perl5db.pl
28723 ____________________________________________________________________________
28724 [  7031] By: jhi                                   on 2000/09/07  22:02:29
28725         Log: Fix the ccversion detection for 5.1 and beyond.
28726              
28727              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
28728              From: Spider Boardman <spider@leggy.zk3.dec.com>
28729              Date: Thu, 7 Sep 2000 17:54:27 -0400
28730              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
28731      Branch: perl
28732            ! hints/dec_osf.sh
28733 ____________________________________________________________________________
28734 [  7030] By: jhi                                   on 2000/09/07  19:12:28
28735         Log: Fix for
28736              
28737              Subject: [ID 20000903.001] \w in utf8-strings
28738              From: Marc Lehmann <pcg@goof.com>
28739              Date: Sun, 03 Sep 2000 09:44:29 +0200
28740              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
28741              
28742              and various related nits.
28743      Branch: perl
28744            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
28745 ____________________________________________________________________________
28746 [  7029] By: jhi                                   on 2000/09/07  18:49:09
28747         Log: Fix the URL, but the server is still missing in action.
28748              
28749              Subject: [ID 20000905.002] perlfaq1.pod URL error
28750              From: "Larry W. Virden" <lvirden@cas.org>
28751              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
28752              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
28753      Branch: perl
28754            ! pod/perlfaq1.pod
28755 ____________________________________________________________________________
28756 [  7028] By: jhi                                   on 2000/09/07  18:47:13
28757         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
28758              From: Hugo <hv@crypt.compulink.co.uk>
28759              Date: Tue, 05 Sep 2000 14:13:37 +0100
28760              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
28761      Branch: perl
28762            ! toke.c
28763 ____________________________________________________________________________
28764 [  7027] By: jhi                                   on 2000/09/07  18:45:35
28765         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
28766              From: Daniel Chetlin <daniel@chetlin.com>
28767              Date: Tue, 5 Sep 2000 04:57:07 -0700
28768              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
28769      Branch: perl
28770            ! pod/perlfaq6.pod pod/perlop.pod
28771 ____________________________________________________________________________
28772 [  7026] By: jhi                                   on 2000/09/07  18:44:01
28773         Log: Document the new ref() semantics.
28774              
28775              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
28776              From: Gisle Aas <gisle@ActiveState.com>
28777              Date: 05 Sep 2000 08:10:30 +0200
28778              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
28779      Branch: perl
28780            ! pod/perldelta.pod
28781 ____________________________________________________________________________
28782 [  7025] By: jhi                                   on 2000/09/07  18:42:27
28783         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
28784              
28785              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
28786              From: Gisle Aas <gisle@ActiveState.com>
28787              Date: 05 Sep 2000 08:11:40 +0200
28788              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
28789      Branch: perl
28790            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
28791 ____________________________________________________________________________
28792 [  7024] By: jhi                                   on 2000/09/07  18:39:32
28793         Log: Subject: [PATCH] Modernize Opcode.pm documentation
28794              From: Gisle Aas <gisle@ActiveState.com>
28795              Date: 4 Sep 2000 00:18:55 -0000
28796              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
28797      Branch: perl
28798            ! ext/Opcode/Opcode.pm
28799 ____________________________________________________________________________
28800 [  7023] By: jhi                                   on 2000/09/07  18:37:42
28801         Log: Subject: [PATCH] Tied filehandle documentation
28802              From: Gisle Aas <gisle@ActiveState.com>
28803              Date: 4 Sep 2000 00:14:40 -0000
28804              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
28805      Branch: perl
28806            ! pod/perlfunc.pod pod/perltie.pod
28807 ____________________________________________________________________________
28808 [  7022] By: jhi                                   on 2000/09/07  18:35:37
28809         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
28810              From: Gisle Aas <gisle@ActiveState.com>
28811              Date: 4 Sep 2000 00:04:22 -0000
28812              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
28813      Branch: perl
28814            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
28815 ____________________________________________________________________________
28816 [  7021] By: jhi                                   on 2000/09/07  18:33:22
28817         Log: Subject: small apidoc fix
28818              From: Marc Lehmann <pcg@goof.com>
28819              Date: Sun, 3 Sep 2000 05:12:06 +0200
28820              Message-ID: <20000903051206.A5909@cerebro.laendle>
28821      Branch: perl
28822            ! pod/perlapi.pod utf8.c
28823 ____________________________________________________________________________
28824 [  7020] By: jhi                                   on 2000/09/07  16:14:57
28825         Log: Tiny perldelta nits.
28826      Branch: perl
28827            ! pod/perldelta.pod
28828 ____________________________________________________________________________
28829 [  7019] By: jhi                                   on 2000/09/07  16:04:20
28830         Log: Guard against bad string->int conversion for quads.
28831      Branch: perl
28832            ! t/op/64bitint.t
28833 ____________________________________________________________________________
28834 [  7018] By: jhi                                   on 2000/09/06  17:07:03
28835         Log: Update Unicode todo list.
28836      Branch: perl
28837            ! Todo-5.6
28838 ____________________________________________________________________________
28839 [  7017] By: jhi                                   on 2000/09/05  21:16:01
28840         Log: Document the SvIOK_.*UV().
28841      Branch: perl
28842            ! pod/perlapi.pod sv.h
28843 ____________________________________________________________________________
28844 [  7016] By: nick                                  on 2000/09/03  21:54:46
28845         Log: Hash lookup of constant strings optimization:
28846              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
28847              to string table (as per sharepvn). Add newSV_pvn_share to create such
28848              a thing. Make hv.c compare addresses of strings and skip string compare
28849              if equal. Make method_named and helem ops use these shared-string SVs
28850              when arg is constant. Make keys op return shared-string SVs (less clearly
28851              a win).
28852      Branch: perl
28853            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
28854            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
28855            ! pod/perlintern.pod pp_hot.c proto.h sv.c
28856 ____________________________________________________________________________
28857 [  7015] By: jhi                                   on 2000/09/02  17:48:59
28858         Log: This is 5.7.0.
28859      Branch: perl
28860            ! Changes
28861 ____________________________________________________________________________
28862 [  7014] By: jhi                                   on 2000/09/02  17:35:45
28863         Log: Changes and patchlevel tweaks.
28864      Branch: perl
28865            ! Changes patchlevel.h
28866 ____________________________________________________________________________
28867 [  7013] By: jhi                                   on 2000/09/02  17:30:50
28868         Log: Update Changes.
28869      Branch: perl
28870            ! Changes patchlevel.h
28871 ____________________________________________________________________________
28872 [  7012] By: nick                                  on 2000/09/02  17:25:20
28873         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
28874      Branch: perl
28875            ! gv.c lib/overload.pm
28876 ____________________________________________________________________________
28877 [  7011] By: jhi                                   on 2000/09/02  17:16:25
28878         Log: Update perlhist.
28879      Branch: perl
28880            ! pod/perlhist.pod
28881 ____________________________________________________________________________
28882 [  7010] By: jhi                                   on 2000/09/02  17:01:35
28883         Log: perldelta nits.
28884      Branch: perl
28885            ! pod/perldelta.pod
28886 ____________________________________________________________________________
28887 [  7009] By: nick                                  on 2000/09/02  16:48:35
28888         Log: If overloaded %{} etc. return the object do not loop.
28889              Thus  sub deref { $_[0] } functions if object is wanted type.
28890      Branch: perl
28891            ! pp.h
28892 ____________________________________________________________________________
28893 [  7008] By: jhi                                   on 2000/09/02  16:26:11
28894         Log: Retab MANIFEST.
28895      Branch: perl
28896            ! ext/Storable/MANIFEST
28897 ____________________________________________________________________________
28898 [  7007] By: jhi                                   on 2000/09/02  16:23:02
28899         Log: Make certain cc is set before trying to run it.
28900      Branch: perl
28901            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
28902 ____________________________________________________________________________
28903 [  7006] By: jhi                                   on 2000/09/02  15:45:41
28904         Log: Unicode notes.
28905      Branch: perl
28906            ! pod/perldelta.pod
28907 ____________________________________________________________________________
28908 [  7005] By: jhi                                   on 2000/09/02  15:42:11
28909         Log: Various Configure nits by Philip Newton,
28910              plus the ebcdic one by me.
28911      Branch: metaconfig
28912            + U/modified/pager.U
28913            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
28914      Branch: metaconfig/U/perl
28915            ! Devel.U quadfio.U
28916      Branch: perl
28917            ! Configure config_h.SH
28918 ____________________________________________________________________________
28919 [  7004] By: jhi                                   on 2000/09/02  15:06:14
28920         Log: Apparently avoiding the swapping is too costly.
28921              
28922              From: "Ben Tilly" <ben_tilly@hotmail.com>
28923              Subject: Re: the door is closed.
28924              Date: Fri, 01 Sep 2000 20:23:16 EDT
28925              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
28926      Branch: perl
28927            ! pod/perlfaq4.pod
28928 ____________________________________________________________________________
28929 [  7003] By: nick                                  on 2000/09/02  12:26:04
28930         Log: Undo part of change 6489 which looks like a bulk edit which
28931              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
28932              The supressing of main:: on return from select() is undesirable.
28933      Branch: perl
28934            ! pp_sys.c
28935 ____________________________________________________________________________
28936 [  7002] By: jhi                                   on 2000/09/01  23:08:54
28937         Log: Update Changes.
28938      Branch: perl
28939            ! Changes patchlevel.h
28940 ____________________________________________________________________________
28941 [  7001] By: jhi                                   on 2000/09/01  23:00:13
28942         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
28943              From: Peter Prymmer <pvhp@forte.com>
28944              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
28945              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
28946              
28947              plus rework the http: spots as suggested by Tom Christiansen,
28948              plus regen perltoc.
28949      Branch: perl
28950            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
28951            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
28952 ____________________________________________________________________________
28953 [  7000] By: jhi                                   on 2000/09/01  22:36:01
28954         Log: Only the first line, thank you very much.
28955      Branch: perl
28956            ! hints/solaris_2.sh
28957 ____________________________________________________________________________
28958 [  6999] By: gsar                                  on 2000/09/01  22:16:40
28959         Log: change#6791 accidentally clobbered change#6710, put it back
28960      Branch: perl
28961            ! win32/win32.c
28962 ____________________________________________________________________________
28963 [  6998] By: jhi                                   on 2000/09/01  22:14:16
28964         Log: Mention the HP-UX LP64 freak failure.
28965      Branch: perl
28966            ! pod/perldelta.pod
28967 ____________________________________________________________________________
28968 [  6997] By: jhi                                   on 2000/09/01  21:48:32
28969         Log: Detypo.
28970      Branch: perl
28971            ! hints/hpux.sh
28972 ____________________________________________________________________________
28973 [  6996] By: jhi                                   on 2000/09/01  21:27:10
28974         Log: Update Changes.
28975      Branch: perl
28976            ! Changes patchlevel.h
28977 ____________________________________________________________________________
28978 [  6995] By: jhi                                   on 2000/09/01  21:14:24
28979         Log: Mi splgn s gnin.g
28980      Branch: perl
28981            ! pp_ctl.c
28982 ____________________________________________________________________________
28983 [  6994] By: jhi                                   on 2000/09/01  21:09:54
28984         Log: Subject: http:// in L<>
28985              From: Nicholas Clark <nick@ccl4.org>
28986              Date: Fri, 1 Sep 2000 22:03:21 +0100
28987              Message-ID: <20000901220321.B72074@plum.flirble.org>
28988      Branch: perl
28989            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
28990 ____________________________________________________________________________
28991 [  6993] By: jhi                                   on 2000/09/01  21:06:54
28992         Log: Update to Storable 1.0, from Raphael Manfredi.
28993      Branch: perl
28994            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
28995            ! ext/Storable/Makefile.PL ext/Storable/README
28996            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
28997            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
28998            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
28999            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
29000            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
29001            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
29002 ____________________________________________________________________________
29003 [  6992] By: jhi                                   on 2000/09/01  20:43:05
29004         Log: Mention known sfio+linux buglet.
29005      Branch: perl
29006            ! pod/perldelta.pod
29007 ____________________________________________________________________________
29008 [  6991] By: jhi                                   on 2000/09/01  20:40:11
29009         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
29010              From: Peter Prymmer <pvhp@forte.com>
29011              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
29012              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
29013      Branch: perl
29014            ! vms/vms.c
29015 ____________________________________________________________________________
29016 [  6990] By: jhi                                   on 2000/09/01  20:25:26
29017         Log: Retract #6986.
29018      Branch: perl
29019            ! hints/solaris_2.sh
29020 ____________________________________________________________________________
29021 [  6989] By: jhi                                   on 2000/09/01  20:23:00
29022         Log: Mergesort is back.
29023      Branch: perl
29024            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
29025 ____________________________________________________________________________
29026 [  6988] By: jhi                                   on 2000/09/01  19:37:40
29027         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
29028              From: Mike Guy <mjtg@cam.ac.uk>
29029              Date: Fri, 01 Sep 2000 17:43:33 +0100
29030              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
29031      Branch: perl
29032            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
29033            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
29034 ____________________________________________________________________________
29035 [  6987] By: jhi                                   on 2000/09/01  19:17:10
29036         Log: Regen perltoc.
29037      Branch: perl
29038            ! pod/perltoc.pod
29039 ____________________________________________________________________________
29040 [  6986] By: jhi                                   on 2000/09/01  18:51:10
29041         Log: Subject: Re: Solaris x86 has no SPARC libraries!
29042              From: Lupe Christoph <lupe@lupe-christoph.de>
29043              Date: Fri, 1 Sep 2000 20:41:20 +0200
29044              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
29045      Branch: perl
29046            ! hints/solaris_2.sh
29047 ____________________________________________________________________________
29048 [  6985] By: jhi                                   on 2000/09/01  18:28:10
29049         Log: Update Changes.
29050      Branch: perl
29051            ! Changes patchlevel.h
29052 ____________________________________________________________________________
29053 [  6984] By: jhi                                   on 2000/09/01  18:26:53
29054         Log: Feature ordering tweak.
29055      Branch: perl
29056            ! myconfig.SH
29057 ____________________________________________________________________________
29058 [  6983] By: jhi                                   on 2000/09/01  18:19:50
29059         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
29060              From: <abigail@foad.org>
29061              Date: Fri, 1 Sep 2000 13:07:32 -0400
29062              Message-ID: <20000901170732.18249.qmail@foad.org>
29063      Branch: perl
29064            ! t/pragma/overload.t
29065 ____________________________________________________________________________
29066 [  6982] By: jhi                                   on 2000/09/01  18:17:54
29067         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
29068              so that case-ignoring systems like DCL can tell them from
29069              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
29070      Branch: metaconfig/U/perl
29071            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
29072      Branch: perl
29073            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
29074            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
29075            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
29076            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
29077            ! vos/config.def vos/config.h vos/config_h.SH_orig
29078            ! win32/config.bc win32/config.gc win32/config.vc
29079 ____________________________________________________________________________
29080 [  6981] By: nick                                  on 2000/09/01  17:21:57
29081         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
29082              warning when UNTIE exists and instead pass the cound of extra references to
29083              the UNTIE method.
29084      Branch: perl
29085            ! pod/perltie.pod pp_sys.c
29086 ____________________________________________________________________________
29087 [  6980] By: jhi                                   on 2000/09/01  16:54:44
29088         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
29089              From: Peter Prymmer <pvhp@forte.com>
29090              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
29091              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
29092      Branch: perl
29093            ! configure.com
29094 ____________________________________________________________________________
29095 [  6979] By: jhi                                   on 2000/09/01  16:06:20
29096         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
29097              From: Mike Guy <mjtg@cam.ac.uk> 
29098              Date: Fri, 01 Sep 2000 16:49:27 +0100
29099              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
29100      Branch: perl
29101            ! t/base/rs.t
29102 ____________________________________________________________________________
29103 [  6978] By: jhi                                   on 2000/09/01  16:00:42
29104         Log: Update to PodParser 1.18, from Brad Appleton.
29105      Branch: perl
29106            ! lib/Pod/Checker.pm t/pod/find.t
29107 ____________________________________________________________________________
29108 [  6977] By: jhi                                   on 2000/09/01  14:48:58
29109         Log: Subject: Nit in Configure (bleadperl@6961)
29110              From: Lupe Christoph <lupe@lupe-christoph.de>
29111              Date: Fri, 1 Sep 2000 16:34:29 +0200
29112              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
29113      Branch: metaconfig
29114            ! U/compline/ccflags.U
29115      Branch: perl
29116            ! Configure config_h.SH
29117 ____________________________________________________________________________
29118 [  6976] By: jhi                                   on 2000/09/01  14:39:52
29119         Log: Update Changes.
29120      Branch: perl
29121            ! Changes patchlevel.h
29122 ____________________________________________________________________________
29123 [  6975] By: jhi                                   on 2000/09/01  14:37:36
29124         Log: microperl config update.
29125      Branch: perl
29126            ! uconfig.h uconfig.sh
29127 ____________________________________________________________________________
29128 [  6974] By: jhi                                   on 2000/09/01  14:36:53
29129         Log: Document known deficiencies.
29130      Branch: perl
29131            ! pod/perldelta.pod
29132 ____________________________________________________________________________
29133 [  6973] By: jhi                                   on 2000/09/01  14:10:20
29134         Log: Mention warnings fixes and updates.
29135      Branch: perl
29136            ! pod/perldelta.pod
29137 ____________________________________________________________________________
29138 [  6972] By: jhi                                   on 2000/09/01  14:01:52
29139         Log: Drop unused argument.
29140              
29141              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
29142              From: Spider Boardman <spider@web.zk3.dec.com>
29143              Date: Thu, 31 Aug 2000 16:10:15 -0400
29144              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
29145      Branch: perl
29146            ! toke.c
29147 ____________________________________________________________________________
29148 [  6971] By: jhi                                   on 2000/09/01  13:59:24
29149         Log: Add the overload warnings to perldiag.
29150      Branch: perl
29151            ! lib/overload.pm pod/perldiag.pod
29152 ____________________________________________________________________________
29153 [  6970] By: jhi                                   on 2000/09/01  13:55:10
29154         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
29155              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
29156              Date: Fri, 1 Sep 2000 13:43:15 +0100 
29157              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
29158      Branch: perl
29159            ! lib/overload.pm t/pragma/overload.t
29160 ____________________________________________________________________________
29161 [  6969] By: jhi                                   on 2000/09/01  13:52:27
29162         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
29163              From: <abigail@foad.org>
29164              Date: Fri, 1 Sep 2000 05:46:54 -0400
29165              Message-ID: <20000901094654.6476.qmail@foad.org>
29166      Branch: perl
29167            ! lib/overload.pm
29168 ____________________________________________________________________________
29169 [  6968] By: jhi                                   on 2000/09/01  13:50:05
29170         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
29171              From: Daniel Chetlin <daniel@chetlin.com>
29172              Date: Fri, 1 Sep 2000 02:10:55 -0700
29173              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
29174      Branch: perl
29175            ! pod/perlretut.pod
29176 ____________________________________________________________________________
29177 [  6967] By: jhi                                   on 2000/09/01  13:47:54
29178         Log: Part of the solution.
29179              
29180              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
29181              From: Mike Guy <mjtg@cam.ac.uk>
29182              Date: Fri, 01 Sep 2000 14:16:01 +0100
29183              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
29184      Branch: perl
29185            ! gv.c mg.c
29186 ____________________________________________________________________________
29187 [  6966] By: jhi                                   on 2000/09/01  13:46:17
29188         Log: Subject: CPAN.pm beta 1.57_57 for the core
29189              From: andreas.koenig@anima.de (Andreas J. Koenig)
29190              Date: 01 Sep 2000 15:16:31 +0200
29191              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
29192      Branch: perl
29193            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
29194 ____________________________________________________________________________
29195 [  6965] By: jhi                                   on 2000/09/01  13:43:18
29196         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
29197              From: "Craig A. Berry" <craig.berry@psinetcs.com>
29198              Date: Fri, 01 Sep 2000 01:47:22 -0500
29199              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
29200      Branch: perl
29201            ! pod/perldelta.pod vms/vms.c
29202 ____________________________________________________________________________
29203 [  6964] By: jhi                                   on 2000/09/01  13:35:35
29204         Log: File::Temp patches from Andreas König,
29205              
29206              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
29207              From: andreas.koenig@anima.de (Andreas J. Koenig)
29208              Date: 01 Sep 2000 10:07:20 +0200
29209              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
29210              
29211              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
29212              From: andreas.koenig@anima.de (Andreas J. Koenig)
29213              Date: 31 Aug 2000 23:26:08 +0200
29214              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
29215      Branch: perl
29216            ! lib/File/Temp.pm t/lib/ftmp-security.t
29217 ____________________________________________________________________________
29218 [  6963] By: jhi                                   on 2000/09/01  02:22:24
29219         Log: Retract the mergesort code, way too incompatible licensing
29220              and copyrights.
29221      Branch: perl
29222            ! pod/perldelta.pod pp_ctl.c
29223 ____________________________________________________________________________
29224 [  6962] By: jhi                                   on 2000/08/31  23:27:32
29225         Log: Update Changes.
29226      Branch: perl
29227            ! Changes patchlevel.h
29228 ____________________________________________________________________________
29229 [  6961] By: jhi                                   on 2000/08/31  23:20:04
29230         Log: Small tweaks all over.
29231      Branch: metaconfig
29232            ! U/compline/d_gconvert.U
29233      Branch: perl
29234            ! AUTHORS Configure config_h.SH pp_ctl.c
29235 ____________________________________________________________________________
29236 [  6960] By: jhi                                   on 2000/08/31  22:39:36
29237         Log: Further rewording.
29238      Branch: perl
29239            ! pp_ctl.c
29240 ____________________________________________________________________________
29241 [  6959] By: jhi                                   on 2000/08/31  21:26:44
29242         Log: More address tweaking.
29243      Branch: perl
29244            ! AUTHORS Changes
29245 ____________________________________________________________________________
29246 [  6958] By: jhi                                   on 2000/08/31  20:47:25
29247         Log: AUTHORS tweaks, from Peter Prymmer.
29248              
29249              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
29250              From: Peter Prymmer <pvhp@forte.com>
29251              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
29252              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
29253      Branch: perl
29254            ! AUTHORS MAINTAIN
29255 ____________________________________________________________________________
29256 [  6957] By: jhi                                   on 2000/08/31  20:34:43
29257         Log: perldelta tweaks.
29258      Branch: perl
29259            ! pod/perldelta.pod
29260 ____________________________________________________________________________
29261 [  6956] By: jhi                                   on 2000/08/31  19:11:06
29262         Log: Regen perltoc.
29263      Branch: perl
29264            ! pod/perltoc.pod
29265 ____________________________________________________________________________
29266 [  6955] By: jhi                                   on 2000/08/31  19:06:30
29267         Log: Clarify the mergesort situation.
29268      Branch: perl
29269            ! pp_ctl.c
29270 ____________________________________________________________________________
29271 [  6954] By: jhi                                   on 2000/08/31  18:24:17
29272         Log: Move the Solaris 7 scan to use64bitall, make the
29273              failure to find 64-bot sparc libc to mention the
29274              possibility of being in an intel, from Lupe and Alan.
29275      Branch: perl
29276            ! hints/solaris_2.sh
29277 ____________________________________________________________________________
29278 [  6953] By: jhi                                   on 2000/08/31  18:09:20
29279         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
29280              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
29281      Branch: metaconfig
29282            ! U/compline/d_gconvert.U U/threads/archname.U
29283      Branch: metaconfig/U/perl
29284            ! perlxv.U
29285      Branch: perl
29286            ! Configure config_h.SH sv.c
29287 ____________________________________________________________________________
29288 [  6952] By: jhi                                   on 2000/08/31  17:42:24
29289         Log: :: not allowed in pathnames, change to .
29290              
29291              Subject: [PATCH perl@6938] cygwin port
29292              From: "Fifer, Eric" <EFifer@sanwaint.com>
29293              Date: Thu, 31 Aug 2000 16:32:59 +0100
29294              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
29295      Branch: metaconfig/U/perl
29296            ! perlxv.U
29297 ____________________________________________________________________________
29298 [  6951] By: jhi                                   on 2000/08/31  17:02:05
29299         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
29300      Branch: perl
29301            ! perl.h
29302 ____________________________________________________________________________
29303 [  6950] By: jhi                                   on 2000/08/31  16:26:08
29304         Log: More author updates.
29305              
29306              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
29307              From: Simon Cozens <simon@cozens.net>
29308              Date: Thu, 31 Aug 2000 17:13:32 +0100
29309              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
29310      Branch: perl
29311            ! AUTHORS
29312 ____________________________________________________________________________
29313 [  6949] By: jhi                                   on 2000/08/31  16:04:49
29314         Log: POSIX doesn't report long double values under -Duselongdouble
29315              when the long doubles are "real" (bigger than doubles).
29316              
29317              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
29318              From: Spider Boardman <spider@peano.zk3.dec.com>
29319              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
29320              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
29321      Branch: perl
29322            ! ext/POSIX/POSIX.xs
29323 ____________________________________________________________________________
29324 [  6948] By: jhi                                   on 2000/08/31  15:25:10
29325         Log: Update Changes.
29326      Branch: perl
29327            ! Changes patchlevel.h
29328 ____________________________________________________________________________
29329 [  6947] By: jhi                                   on 2000/08/31  15:22:29
29330         Log: Document UNTIE in a very minimalistic way.
29331      Branch: perl
29332            ! pod/perlfunc.pod pod/perltie.pod
29333 ____________________________________________________________________________
29334 [  6946] By: jhi                                   on 2000/08/31  15:15:23
29335         Log: Document known failures.
29336      Branch: perl
29337            ! pod/perldelta.pod
29338 ____________________________________________________________________________
29339 [  6945] By: jhi                                   on 2000/08/31  15:07:00
29340         Log: Don't attach -ld to the archname if pointless.
29341      Branch: metaconfig
29342            ! U/threads/archname.U
29343      Branch: perl
29344            ! Configure config_h.SH
29345 ____________________________________________________________________________
29346 [  6944] By: jhi                                   on 2000/08/31  14:37:42
29347         Log: Wrap the test in eval.
29348              
29349              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
29350              From: Tim Jenness <timj@jach.hawaii.edu>
29351              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
29352              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
29353      Branch: perl
29354            ! t/lib/ftmp-security.t
29355 ____________________________________________________________________________
29356 [  6943] By: jhi                                   on 2000/08/31  14:30:57
29357         Log: Make -Dusemorebits find long doubles in Solaris.
29358      Branch: perl
29359            ! hints/solaris_2.sh
29360 ____________________________________________________________________________
29361 [  6942] By: jhi                                   on 2000/08/31  13:48:45
29362         Log: Clarify the third case of ftmp-security warnings.
29363      Branch: perl
29364            ! INSTALL
29365 ____________________________________________________________________________
29366 [  6941] By: jhi                                   on 2000/08/31  13:40:31
29367         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
29368              From: <abigail@foad.org>
29369              Date: Thu, 31 Aug 2000 01:35:05 -0400
29370              Message-ID: <20000831053505.32120.qmail@foad.org>
29371      Branch: perl
29372            ! pod/perldelta.pod
29373 ____________________________________________________________________________
29374 [  6940] By: jhi                                   on 2000/08/31  13:38:48
29375         Log: Issue useful diagnostic on unknown pod commands.
29376              
29377              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
29378              From: <abigail@foad.org>
29379              Date: Thu, 31 Aug 2000 03:41:18 -0400
29380              Message-ID: <20000831074118.24880.qmail@foad.org>
29381      Branch: perl
29382            ! lib/Pod/Man.pm
29383 ____________________________________________________________________________
29384 [  6939] By: jhi                                   on 2000/08/31  13:34:33
29385         Log: Reveal Borland's isnan.
29386              
29387              Subject: build with BC++ tweak
29388              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
29389              Date: Thu, 31 Aug 2000 13:09:37 +0400
29390              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
29391      Branch: perl
29392            ! win32/win32.h
29393 ____________________________________________________________________________
29394 [  6938] By: jhi                                   on 2000/08/31  05:01:20
29395         Log: Update Changes.
29396      Branch: perl
29397            ! Changes patchlevel.h
29398 ____________________________________________________________________________
29399 [  6937] By: jhi                                   on 2000/08/31  04:26:23
29400         Log: sscanf() may be the only way to read long doubles from strings.
29401      Branch: metaconfig/U/perl
29402            ! longdblfio.U
29403      Branch: perl
29404            ! Configure config_h.SH perl.h util.c
29405 ____________________________________________________________________________
29406 [  6936] By: jhi                                   on 2000/08/31  04:18:19
29407         Log: The #6929 was too skimpy.
29408      Branch: perl
29409            ! sv.c
29410 ____________________________________________________________________________
29411 [  6935] By: jhi                                   on 2000/08/31  02:47:07
29412         Log: Subject: Re: typos in pods
29413              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
29414              Date: Wed, 30 Aug 2000 19:25:34 -0700
29415              Message-ID: <eIcr5gzkg25X092yn@efn.org>
29416      Branch: perl
29417            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
29418 ____________________________________________________________________________
29419 [  6934] By: jhi                                   on 2000/08/31  02:42:55
29420         Log: Missed one Unicode file.
29421      Branch: perl
29422            + lib/unicode/UCDFF301.html
29423 ____________________________________________________________________________
29424 [  6933] By: jhi                                   on 2000/08/30  23:42:27
29425         Log: Update Changes.
29426      Branch: perl
29427            ! Changes patchlevel.h
29428 ____________________________________________________________________________
29429 [  6932] By: jhi                                   on 2000/08/30  23:40:07
29430         Log: Mention UNTIE in perldelta.  Still needs documenting
29431              in perltie et alia.
29432      Branch: perl
29433            ! pod/perldelta.pod
29434 ____________________________________________________________________________
29435 [  6931] By: jhi                                   on 2000/08/30  23:36:02
29436         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
29437              From: <abigail@foad.org>
29438              Date: Wed, 30 Aug 2000 19:28:07 -0400
29439              Message-ID: <20000830232807.305.qmail@foad.org>
29440      Branch: perl
29441            ! pod/perldelta.pod
29442 ____________________________________________________________________________
29443 [  6930] By: jhi                                   on 2000/08/30  23:32:40
29444         Log: Update to Unicode 3.0.1.
29445      Branch: perl
29446            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
29447            + lib/unicode/PropList.txt lib/unicode/README.perl
29448            + lib/unicode/UCD301.html lib/unicode/Unicode.301
29449            - lib/unicode/Props.txt lib/unicode/UCD300.html
29450            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
29451            ! (edit 257 files)
29452 ____________________________________________________________________________
29453 [  6929] By: jhi                                   on 2000/08/30  22:38:18
29454         Log: Heap decorruption.
29455              
29456              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
29457              From: Alan Burlison <Alan.Burlison@uk.sun.com>
29458              Date: Wed, 30 Aug 2000 22:39:52 +0100
29459              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
29460      Branch: perl
29461            ! sv.c
29462 ____________________________________________________________________________
29463 [  6928] By: jhi                                   on 2000/08/30  22:29:34
29464         Log: Retract the dummy test, skip the security tests (instead of failing),
29465              explain what the warnings mean.
29466      Branch: perl
29467            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
29468 ____________________________________________________________________________
29469 [  6927] By: jhi                                   on 2000/08/30  22:14:13
29470         Log: Change the internal implementation of sort() to be mergesort
29471              instead of quicksort, from John Linderman <jpl@research.att.com>.
29472              Gives us better worst case, better average case, and stability.
29473              What's there not to like?  (Small fixes for threaded builds
29474              were required).
29475      Branch: perl
29476            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
29477 ____________________________________________________________________________
29478 [  6926] By: jhi                                   on 2000/08/30  20:55:20
29479         Log: A better fix for the Socket building problem from Craig Berry.
29480      Branch: perl
29481            ! vms/vms.c
29482 ____________________________________________________________________________
29483 [  6925] By: jhi                                   on 2000/08/30  20:20:25
29484         Log: Subject: [PATCH] Re: UNTIE method 
29485              From: Nick Ing-Simmons <nik@tiuk.ti.com>
29486              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
29487              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
29488      Branch: perl
29489            ! pp_sys.c t/op/tie.t
29490 ____________________________________________________________________________
29491 [  6924] By: jhi                                   on 2000/08/30  20:17:11
29492         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
29493              From: "Craig A. Berry" <craig.berry@psinetcs.com>
29494              Date: Wed, 30 Aug 2000 15:03:14 -0500
29495              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
29496      Branch: perl
29497            ! vms/vms.c
29498 ____________________________________________________________________________
29499 [  6923] By: jhi                                   on 2000/08/30  20:15:18
29500         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
29501              From: "Craig A. Berry" <craig.berry@psinetcs.com>
29502              Date: Wed, 30 Aug 2000 13:30:36 -0500
29503              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
29504      Branch: perl
29505            ! vms/vms.c
29506 ____________________________________________________________________________
29507 [  6922] By: jhi                                   on 2000/08/30  19:54:43
29508         Log: Better options for rsync.
29509      Branch: perl
29510            ! pod/perlhack.pod
29511 ____________________________________________________________________________
29512 [  6921] By: jhi                                   on 2000/08/30  19:40:16
29513         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
29514              From: Rick Delaney <rick@consumercontact.com>
29515              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
29516              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
29517      Branch: perl
29518            ! pod/perlfunc.pod
29519 ____________________________________________________________________________
29520 [  6920] By: jhi                                   on 2000/08/30  19:36:40
29521         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
29522              From: Peter Prymmer <pvhp@forte.com>
29523              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
29524              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
29525      Branch: perl
29526            ! configure.com
29527 ____________________________________________________________________________
29528 [  6919] By: jhi                                   on 2000/08/30  14:52:02
29529         Log: Update Changes.
29530      Branch: perl
29531            ! Changes patchlevel.h
29532 ____________________________________________________________________________
29533 [  6918] By: jhi                                   on 2000/08/30  14:48:34
29534         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
29535      Branch: perl
29536            ! lib/ExtUtils/typemap
29537 ____________________________________________________________________________
29538 [  6917] By: jhi                                   on 2000/08/30  14:46:34
29539         Log: Subject: typos in pods
29540              From: Nicholas Clark <nick@ccl4.org>
29541              Date: Wed, 30 Aug 2000 01:12:50 +0100
29542              Message-ID: <20000830011249.A61388@plum.flirble.org>
29543      Branch: perl
29544            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
29545            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
29546            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
29547            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
29548 ____________________________________________________________________________
29549 [  6916] By: jhi                                   on 2000/08/30  14:19:09
29550         Log: Document Storable problems on Crays.  (Will have
29551              to document all the other Storable problems, too.)
29552      Branch: perl
29553            ! pod/perldelta.pod
29554 ____________________________________________________________________________
29555 [  6915] By: jhi                                   on 2000/08/30  14:06:02
29556         Log: Subject: [PATCH] fix misc cast warnings
29557              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
29558              Date: Tue, 29 Aug 2000 23:16:14 -0700
29559              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
29560      Branch: perl
29561            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
29562            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
29563            ! os2/os2ish.h
29564 ____________________________________________________________________________
29565 [  6914] By: jhi                                   on 2000/08/30  14:03:45
29566         Log: Timestamp mismatch again.  Need to fix this dependence on
29567              config_h.SH timestamp, since it's the contents of config_h.SH
29568              that matter.
29569      Branch: perl
29570            ! uconfig.h uconfig.sh
29571 ____________________________________________________________________________
29572 [  6913] By: jhi                                   on 2000/08/30  13:54:06
29573         Log: Don't say "Perl 5.0 source kit".
29574      Branch: perl
29575            ! perl.c
29576 ____________________________________________________________________________
29577 [  6912] By: jhi                                   on 2000/08/30  13:51:24
29578         Log: Reset archname and archname64 always, forcing them be
29579              recomputed at each Configure run, make Configure and
29580              the hints files agree on the naming of largefiles variables.
29581      Branch: metaconfig
29582            ! U/threads/archname.U
29583      Branch: metaconfig/U/perl
29584            ! use64bits.U
29585      Branch: perl
29586            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
29587            ! hints/linux.sh hints/solaris_2.sh
29588 ____________________________________________________________________________
29589 [  6911] By: jhi                                   on 2000/08/30  13:30:13
29590         Log: Put back the slice accidentally removed by #6907.
29591      Branch: perl
29592            ! hints/solaris_2.sh
29593 ____________________________________________________________________________
29594 [  6910] By: jhi                                   on 2000/08/30  01:24:26
29595         Log: Be consistent: other Net::get* do export theirs.
29596              
29597              Subject: Re: Net::protoent does not export 'getproto'
29598              From: Yasushi Nakajima <sey@jkc.co.jp>
29599              Date: Wed, 30 Aug 2000 09:53:14 +0900
29600              Message-Id: <200008300051.DAA24700@taku.hut.fi>
29601      Branch: perl
29602            ! lib/Net/protoent.pm
29603 ____________________________________________________________________________
29604 [  6909] By: jhi                                   on 2000/08/30  01:17:25
29605         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
29606              From: Gurusamy Sarathy <gsar@ActiveState.com>
29607              Date: Tue, 29 Aug 2000 17:17:07 -0700
29608              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
29609      Branch: perl
29610            ! cop.h
29611 ____________________________________________________________________________
29612 [  6908] By: jhi                                   on 2000/08/30  00:58:05
29613         Log: Update Changes.
29614      Branch: perl
29615            ! Changes patchlevel.h
29616 ____________________________________________________________________________
29617 [  6907] By: jhi                                   on 2000/08/30  00:57:22
29618         Log: Introduce ccname to keep track of what compiler kind of we have.
29619      Branch: metaconfig/U/perl
29620            ! Checkcc.U gccvers.U
29621      Branch: perl
29622            ! Configure config_h.SH hints/solaris_2.sh
29623 ____________________________________________________________________________
29624 [  6906] By: jhi                                   on 2000/08/30  00:25:47
29625         Log: Put back the flags dump as reasoned in
29626              
29627              Subject: Re: [PATCH] Glob dumping
29628              From: Mike Guy <mjtg@cam.ac.uk> 
29629              Date: Tue, 29 Aug 2000 21:41:32 +0100
29630              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
29631      Branch: perl
29632            ! dump.c t/lib/peek.t
29633 ____________________________________________________________________________
29634 [  6905] By: jhi                                   on 2000/08/30  00:16:17
29635         Log: Make the epsilon to be relative, not absolute.
29636              
29637              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
29638              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
29639              Date: Tue, 29 Aug 2000 19:58:56 -0400
29640              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
29641      Branch: perl
29642            ! t/lib/trig.t
29643 ____________________________________________________________________________
29644 [  6904] By: jhi                                   on 2000/08/30  00:13:09
29645         Log: From now on, Gisle is on my list of usual suspects :-)
29646              Retract #6902.
29647      Branch: perl
29648            ! ext/Opcode/Safe.pm
29649 ____________________________________________________________________________
29650 [  6903] By: jhi                                   on 2000/08/29  23:51:20
29651         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
29652              From: "Craig A. Berry" <craig.berry@psinetcs.com>
29653              Date: Tue, 29 Aug 2000 18:43:26 -0500
29654              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
29655      Branch: perl
29656            + vms/vmspipe.com
29657            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
29658            ! vms/vms.c
29659 ____________________________________________________________________________
29660 [  6902] By: jhi                                   on 2000/08/29  23:44:14
29661         Log: Retry what #6882 attempted.
29662              
29663              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
29664              From: Gisle Aas <gisle@ActiveState.com>
29665              Date: 30 Aug 2000 00:33:09 +0200
29666              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
29667      Branch: perl
29668            ! ext/Opcode/Safe.pm
29669 ____________________________________________________________________________
29670 [  6901] By: jhi                                   on 2000/08/29  22:59:32
29671         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
29672              From: Hugo <hv@crypt.compulink.co.uk>
29673              Date: Mon, 12 Jun 2000 19:36:08 +0100
29674              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
29675      Branch: perl
29676            ! sv.c
29677 ____________________________________________________________________________
29678 [  6900] By: jhi                                   on 2000/08/29  22:58:35
29679         Log: Admit that we are leaking scalars.
29680              
29681              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
29682              From: Spider Boardman <spider@leggy.zk3.dec.com>
29683              Date: Tue, 29 Aug 2000 18:48:29 -0400
29684              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
29685      Branch: perl
29686            ! t/pragma/warnings.t
29687 ____________________________________________________________________________
29688 [  6899] By: jhi                                   on 2000/08/29  20:53:13
29689         Log: Update Changes.
29690      Branch: perl
29691            ! Changes patchlevel.h
29692 ____________________________________________________________________________
29693 [  6898] By: jhi                                   on 2000/08/29  20:46:21
29694         Log: Undo namespace pollution of #6878.
29695              
29696              Subject: Re: Net::protoent does not export 'getproto'
29697              From: Mike Guy <mjtg@cam.ac.uk>
29698              Date: Tue, 29 Aug 2000 21:32:37 +0100
29699              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
29700      Branch: perl
29701            ! lib/Net/protoent.pm
29702 ____________________________________________________________________________
29703 [  6897] By: jhi                                   on 2000/08/29  20:44:29
29704         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
29705              From: Peter Prymmer <pvhp@forte.com>
29706              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
29707              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
29708      Branch: perl
29709            ! pod/perlebcdic.pod
29710 ____________________________________________________________________________
29711 [  6896] By: jhi                                   on 2000/08/29  20:40:57
29712         Log: There's no point repeating the 'revision' (5) of perl5.
29713      Branch: metaconfig/U/perl
29714            ! Devel.U patchlevel.U
29715      Branch: perl
29716            ! Configure config_h.SH
29717 ____________________________________________________________________________
29718 [  6895] By: jhi                                   on 2000/08/29  20:16:58
29719         Log: Regen Configure for #6894.
29720      Branch: metaconfig/U/perl
29721            ! perladmin.U
29722      Branch: perl
29723            ! Configure config_h.SH
29724 ____________________________________________________________________________
29725 [  6894] By: jhi                                   on 2000/08/29  19:59:52
29726         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
29727              From: "Philip Newton" <Philip.Newton@gmx.net>
29728              Date: Tue, 29 Aug 2000 21:39:14 +0200
29729              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
29730      Branch: perl
29731            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
29732            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
29733            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
29734            ! utils/perlbug.PL
29735 ____________________________________________________________________________
29736 [  6893] By: jhi                                   on 2000/08/29  19:55:30
29737         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
29738              From: "Philip Newton" <Philip.Newton@gmx.net>
29739              Date: Tue, 29 Aug 2000 21:39:14 +0200
29740              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
29741      Branch: perl
29742            ! installhtml
29743 ____________________________________________________________________________
29744 [  6892] By: jhi                                   on 2000/08/29  19:53:59
29745         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
29746              From: "Philip Newton" <Philip.Newton@gmx.net>
29747              Date: Tue, 29 Aug 2000 21:48:18 +0200
29748              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
29749      Branch: perl
29750            ! lib/File/Temp.pm
29751 ____________________________________________________________________________
29752 [  6891] By: jhi                                   on 2000/08/29  18:30:03
29753         Log: Nail the ID 20000828.023.
29754      Branch: perl
29755            ! ext/Storable/Storable.xs
29756 ____________________________________________________________________________
29757 [  6890] By: jhi                                   on 2000/08/29  16:50:17
29758         Log: Under usethreads the dumped variable is IN_PAD.
29759              
29760              Subject: Re: [PATCH] Glob dumping
29761              From: Gisle Aas <gisle@ActiveState.com>
29762              Date: 29 Aug 2000 18:45:05 +0200
29763              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
29764      Branch: perl
29765            ! t/lib/peek.t
29766 ____________________________________________________________________________
29767 [  6889] By: jhi                                   on 2000/08/29  15:17:37
29768         Log: Update Changes.
29769      Branch: perl
29770            ! Changes patchlevel.h
29771 ____________________________________________________________________________
29772 [  6888] By: jhi                                   on 2000/08/29  14:49:59
29773         Log: Retract #6882, broke the safe tests.
29774      Branch: perl
29775            ! ext/Opcode/Safe.pm
29776 ____________________________________________________________________________
29777 [  6887] By: jhi                                   on 2000/08/29  14:47:06
29778         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
29779              From: Gisle Aas <gisle@ActiveState.com> 
29780              Date: 09 Jun 2000 20:00:11 +0200
29781              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
29782      Branch: perl
29783            ! utils/perldoc.PL
29784 ____________________________________________________________________________
29785 [  6886] By: jhi                                   on 2000/08/29  14:42:45
29786         Log: The #6881 removed one dump line.
29787      Branch: perl
29788            ! t/lib/peek.t
29789 ____________________________________________________________________________
29790 [  6885] By: jhi                                   on 2000/08/29  14:30:47
29791         Log: Don't forget to tidy up.
29792      Branch: perl
29793            ! t/lib/ftmp-security.t
29794 ____________________________________________________________________________
29795 [  6884] By: jhi                                   on 2000/08/29  14:25:17
29796         Log: Disabling the one test is a bit tricky.
29797      Branch: perl
29798            ! t/lib/ftmp-security.t
29799 ____________________________________________________________________________
29800 [  6883] By: jhi                                   on 2000/08/29  14:16:25
29801         Log: Disable one of the tests for now.
29802      Branch: perl
29803            ! t/lib/ftmp-security.t
29804 ____________________________________________________________________________
29805 [  6882] By: jhi                                   on 2000/08/29  14:05:50
29806         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
29807              From: gisle@aas.no
29808              Date: 29 Aug 2000 10:35:06 -0000
29809              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
29810      Branch: perl
29811            ! ext/Opcode/Safe.pm
29812 ____________________________________________________________________________
29813 [  6881] By: jhi                                   on 2000/08/29  14:03:51
29814         Log: Subject: [PATCH] Glob dumping
29815              From: Gisle Aas <gisle@ActiveState.com>
29816              Date: 29 Aug 2000 07:59:42 -0000
29817              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
29818      Branch: perl
29819            ! dump.c
29820 ____________________________________________________________________________
29821 [  6880] By: jhi                                   on 2000/08/29  14:02:01
29822         Log: Subject: [PATCH] Warnings in B::Deparse
29823              From: <abigail@foad.org>
29824              Date: Tue, 29 Aug 2000 00:00:01 -0400
29825              Message-ID: <20000829040001.2999.qmail@foad.org>
29826      Branch: perl
29827            ! ext/B/B/Deparse.pm
29828 ____________________________________________________________________________
29829 [  6879] By: jhi                                   on 2000/08/29  13:57:26
29830         Log: Missed a change in #6869.
29831      Branch: perl
29832            ! mg.c
29833 ____________________________________________________________________________
29834 [  6878] By: jhi                                   on 2000/08/29  13:45:04
29835         Log: Subject: Net::protoent does not export 'getproto'
29836              From: Yasushi Nakajima <sey@jkc.co.jp>
29837              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
29838      Branch: perl
29839            ! lib/Net/protoent.pm
29840 ____________________________________________________________________________
29841 [  6877] By: jhi                                   on 2000/08/29  13:39:19
29842         Log: Patches all over for people and the files they (hopefully) care about.
29843      Branch: perl
29844            ! AUTHORS Changes MAINTAIN
29845 ____________________________________________________________________________
29846 [  6876] By: jhi                                   on 2000/08/29  12:53:54
29847         Log: Fix for thinko in #6848.
29848              
29849              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
29850              From: Lupe Christoph <lupe@lupe-christoph.de>
29851              Date: Tue, 29 Aug 2000 09:04:08 +0200
29852              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
29853      Branch: perl
29854            ! ext/Thread/Thread.xs
29855 ____________________________________________________________________________
29856 [  6875] By: jhi                                   on 2000/08/29  12:50:14
29857         Log: Update to Getopt::Long 2.24, from Johan Vromans.
29858      Branch: perl
29859            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
29860 ____________________________________________________________________________
29861 [  6874] By: jhi                                   on 2000/08/29  02:09:53
29862         Log: Use minimal @INC in tests, most of the time just '../lib',
29863              so that we simply can't pick up stuff from other Perls than
29864              the one we are testing.  Pointed out by
29865              
29866              From: Mike Guy <mjtg@cam.ac.uk>
29867              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
29868              Date: Fri, 25 Aug 2000 15:15:59 +0100
29869              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
29870      Branch: perl
29871            ! (edit 185 files)
29872 ____________________________________________________________________________
29873 [  6873] By: jhi                                   on 2000/08/29  01:07:11
29874         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
29875              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
29876              Date: Mon, 28 Aug 2000 17:45:52 -0700
29877              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
29878      Branch: perl
29879            ! Makefile.SH hints/os2.sh
29880 ____________________________________________________________________________
29881 [  6872] By: jhi                                   on 2000/08/28  23:33:39
29882         Log: Subject: [PATCH bleedperl@6866] spellings
29883              From: marcel@codewerk.com (Marcel Grunauer)
29884              Date: Tue, 29 Aug 2000 01:19:59 +0200
29885              Message-Id: <200008282319.BAA29862@gandalf.local>
29886      Branch: perl
29887            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
29888            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
29889            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
29890 ____________________________________________________________________________
29891 [  6871] By: jhi                                   on 2000/08/28  23:22:09
29892         Log: Take out the SUIDMAIL thing, that will not be
29893              a problem in 5.7.*.
29894      Branch: perl
29895            ! patchlevel.h
29896 ____________________________________________________________________________
29897 [  6870] By: jhi                                   on 2000/08/28  23:19:30
29898         Log: -S is the silent flag, -s is the strip flag.
29899              
29900              Subject: [PATCH] Re: [PATCH] make no-install          
29901              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
29902              Date: Mon, 28 Aug 2000 15:12:55 -0700
29903              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
29904      Branch: perl
29905            ! Makefile.SH
29906 ____________________________________________________________________________
29907 [  6869] By: jhi                                   on 2000/08/28  23:12:05
29908         Log: Subject: [PATCH bleedperl@6856] warnings fixes
29909              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
29910              Date: Mon, 28 Aug 2000 23:55:06 +0100
29911              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
29912      Branch: perl
29913            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
29914            ! warnings.h warnings.pl
29915 ____________________________________________________________________________
29916 [  6868] By: jhi                                   on 2000/08/28  21:38:22
29917         Log: Potential cruft.
29918      Branch: perl
29919            ! Makefile.SH
29920 ____________________________________________________________________________
29921 [  6867] By: jhi                                   on 2000/08/28  21:35:36
29922         Log: Update Changes.
29923      Branch: perl
29924            ! Changes patchlevel.h
29925 ____________________________________________________________________________
29926 [  6866] By: jhi                                   on 2000/08/28  21:33:49
29927         Log: Subject: hv.h Doc Patch
29928              From: Fisher Mark <fisherm@tce.com>
29929              Date: Mon, 28 Aug 2000 16:24:59 -0500
29930              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
29931      Branch: perl
29932            ! hv.h
29933 ____________________________________________________________________________
29934 [  6865] By: jhi                                   on 2000/08/28  21:02:15
29935         Log: Add -ld to archname on long tr...double platforms.
29936      Branch: metaconfig
29937            ! U/threads/archname.U
29938      Branch: perl
29939            ! Configure config_h.SH
29940 ____________________________________________________________________________
29941 [  6864] By: jhi                                   on 2000/08/28  20:38:59
29942         Log: An attempt to fix the problem reported in
29943              
29944              Subject: Building perl@6856 using gcc/AIX 4.3.3 
29945              From: Daniel Muino <dmuino@afip.gov.ar> 
29946              Date: Mon, 28 Aug 2000 15:50:01 -0300   
29947              Message-ID: <20000828155001.A14403@con2-dgi>
29948              
29949              I can't test this properly since the gcc installation I have
29950              access to seems to be botched (gcc is calling the AIX cpp,
29951              a losing proposition...)
29952      Branch: perl
29953            ! hints/aix.sh
29954 ____________________________________________________________________________
29955 [  6863] By: jhi                                   on 2000/08/28  18:57:52
29956         Log: Fix for ID 20000828.001, long doubles were not formatted
29957              correctly (showed up in $], which stopped installing perl).
29958      Branch: perl
29959            ! sv.c
29960 ____________________________________________________________________________
29961 [  6862] By: jhi                                   on 2000/08/28  18:07:15
29962         Log: Typo in #6858.
29963      Branch: perl
29964            ! lib/Cwd.pm
29965 ____________________________________________________________________________
29966 [  6861] By: jhi                                   on 2000/08/28  17:57:27
29967         Log: opmini.o may be left around if a build is interrupted.
29968      Branch: perl
29969            ! Makefile.SH
29970 ____________________________________________________________________________
29971 [  6860] By: jhi                                   on 2000/08/28  16:52:50
29972         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
29973              From: Daniel Chetlin <daniel@chetlin.com>
29974              Date: Mon, 28 Aug 2000 01:14:18 -0700
29975              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
29976      Branch: perl
29977            ! lib/overload.pm
29978 ____________________________________________________________________________
29979 [  6859] By: jhi                                   on 2000/08/28  16:08:46
29980         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
29981              From: Nicholas Clark <nick@ccl4.org>
29982              Date: Mon, 28 Aug 2000 16:03:27 +0100
29983              Message-Id: <20000828160327.C49785@plum.flirble.org>
29984      Branch: perl
29985            ! ext/ByteLoader/bytecode.h
29986 ____________________________________________________________________________
29987 [  6858] By: jhi                                   on 2000/08/28  16:02:10
29988         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
29989              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
29990              Date: Mon, 28 Aug 2000 13:08:30 +0200
29991              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
29992      Branch: perl
29993            ! lib/Cwd.pm
29994 ____________________________________________________________________________
29995 [  6857] By: jhi                                   on 2000/08/28  15:42:47
29996         Log: display_format used as a class method without arguments was broken,
29997              reported in
29998              
29999              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
30000              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
30001              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
30002              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
30003      Branch: perl
30004            ! lib/Math/Complex.pm t/lib/complex.t
30005 ____________________________________________________________________________
30006 [  6856] By: jhi                                   on 2000/08/27  22:09:48
30007         Log: Update Changes.
30008      Branch: perl
30009            ! Changes patchlevel.h
30010 ____________________________________________________________________________
30011 [  6855] By: jhi                                   on 2000/08/27  21:59:21
30012         Log: Retract #6853 (false alarm).
30013      Branch: perl
30014            ! lib/ExtUtils/xsubpp
30015 ____________________________________________________________________________
30016 [  6854] By: jhi                                   on 2000/08/27  21:37:44
30017         Log: Update Changes.
30018      Branch: perl
30019            ! Changes patchlevel.h
30020 ____________________________________________________________________________
30021 [  6853] By: jhi                                   on 2000/08/27  21:37:16
30022         Log: Subject: [PATCH perl@6850] workaround for xsubpp
30023              From: Hugo <hv@crypt.compulink.co.uk>
30024              Date: Sun, 27 Aug 2000 22:30:25 +0100
30025              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
30026      Branch: perl
30027            ! lib/ExtUtils/xsubpp
30028 ____________________________________________________________________________
30029 [  6852] By: jhi                                   on 2000/08/27  21:33:58
30030         Log: Big-endian 64-bit patch from Raphael Manfredi.
30031      Branch: perl
30032            ! ext/Storable/Storable.xs
30033 ____________________________________________________________________________
30034 [  6851] By: jhi                                   on 2000/08/27  21:22:21
30035         Log: More ruthless editing from Hugo van der Sanden.
30036      Branch: perl
30037            ! pod/perldelta.pod
30038 ____________________________________________________________________________
30039 [  6850] By: jhi                                   on 2000/08/27  16:11:46
30040         Log: Update Changes.
30041      Branch: perl
30042            ! Changes patchlevel.h
30043 ____________________________________________________________________________
30044 [  6849] By: jhi                                   on 2000/08/27  16:11:05
30045         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
30046      Branch: perl
30047            ! configpm pod/perldelta.pod
30048 ____________________________________________________________________________
30049 [  6848] By: jhi                                   on 2000/08/27  15:35:08
30050         Log: Use the actual thread type, not the pointer-to-struct.
30051      Branch: perl
30052            ! ext/Thread/Thread.xs
30053 ____________________________________________________________________________
30054 [  6847] By: jhi                                   on 2000/08/27  15:30:49
30055         Log: Test nit.
30056      Branch: perl
30057            ! t/pragma/warn/pp_sys
30058 ____________________________________________________________________________
30059 [  6846] By: jhi                                   on 2000/08/27  15:19:02
30060         Log: Passing -R in ldflags makes now it to appear in the default
30061              for lddlflags, just like with -L.
30062              
30063              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
30064              From: Lupe Christoph <lupe@lupe-christoph.de>
30065              Date: Sun, 27 Aug 2000 10:28:21 +0200
30066              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
30067      Branch: metaconfig/U/perl
30068            ! dlsrc.U
30069      Branch: perl
30070            ! Configure
30071 ____________________________________________________________________________
30072 [  6845] By: jhi                                   on 2000/08/27  15:08:54
30073         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
30074              From: Alan Burlison <Alan.Burlison@uk.sun.com>
30075              Date: Sat, 26 Aug 2000 22:23:27 +0100
30076              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
30077      Branch: perl
30078            ! lib/ExtUtils/MM_Unix.pm
30079 ____________________________________________________________________________
30080 [  6844] By: jhi                                   on 2000/08/27  15:02:37
30081         Log: DJGPP update from Laszlo Molnar.
30082              
30083              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
30084              From: ml1050 <ml1050@freemail.hu>
30085              Date: Sat, 26 Aug 2000 23:24:40 +0200
30086              Message-Id: <20000826232440.A439@freemail.hu>
30087      Branch: perl
30088            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
30089            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
30090 ____________________________________________________________________________
30091 [  6843] By: jhi                                   on 2000/08/27  14:53:58
30092         Log: Subject: installman buglet
30093              From: Lupe Christoph <lupe@lupe-christoph.de>
30094              Date: Sun, 27 Aug 2000 14:38:59 +0200
30095              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
30096      Branch: perl
30097            ! installman
30098 ____________________________________________________________________________
30099 [  6842] By: jhi                                   on 2000/08/27  14:52:08
30100         Log: Can't get the test to reliably work thanks to the
30101              inaccurateness of floating point.  "Resolves" bug ids
30102              20000826.003, 20000826.009, 20000826.010,
30103      Branch: perl
30104            ! t/lib/trig.t
30105 ____________________________________________________________________________
30106 [  6841] By: jhi                                   on 2000/08/26  15:53:58
30107         Log: Update Changes.
30108      Branch: perl
30109            ! Changes patchlevel.h
30110 ____________________________________________________________________________
30111 [  6840] By: jhi                                   on 2000/08/26  14:23:03
30112         Log: grep -e isn't portable.
30113              
30114              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
30115              From: chris@broadband.att.com
30116              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
30117              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
30118      Branch: perl
30119            ! hints/solaris_2.sh
30120 ____________________________________________________________________________
30121 [  6839] By: jhi                                   on 2000/08/26  14:12:23
30122         Log: no-install target a la make -n.
30123              
30124              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
30125              From: <abigail@foad.org>
30126              Date: Sat, 26 Aug 2000 03:57:34 -0400
30127              Message-ID: <20000826075735.18912.qmail@foad.org>
30128      Branch: perl
30129            ! Makefile.SH installman installperl
30130 ____________________________________________________________________________
30131 [  6838] By: jhi                                   on 2000/08/26  14:06:33
30132         Log: Retract #6826 as the #6828 should be do the same
30133              in a More Correct Way.
30134      Branch: perl
30135            ! installperl
30136 ____________________________________________________________________________
30137 [  6837] By: jhi                                   on 2000/08/26  05:24:00
30138         Log: More casting.
30139      Branch: perl
30140            ! ext/Storable/Storable.xs
30141 ____________________________________________________________________________
30142 [  6836] By: jhi                                   on 2000/08/26  05:05:46
30143         Log: Nicer in decimal.
30144      Branch: perl
30145            ! ext/Storable/Storable.xs
30146 ____________________________________________________________________________
30147 [  6835] By: jhi                                   on 2000/08/26  05:03:50
30148         Log: There be no UVdf.
30149      Branch: perl
30150            ! ext/Storable/Storable.xs
30151 ____________________________________________________________________________
30152 [  6834] By: jhi                                   on 2000/08/26  05:00:18
30153         Log: Continue IVdfing and UVxfing.
30154      Branch: perl
30155            ! ext/Storable/Storable.xs
30156 ____________________________________________________________________________
30157 [  6833] By: jhi                                   on 2000/08/26  04:53:14
30158         Log: Use IVdf.
30159      Branch: perl
30160            ! ext/Storable/Storable.xs
30161 ____________________________________________________________________________
30162 [  6832] By: jhi                                   on 2000/08/26  04:40:41
30163         Log: Document PTR2XX and INT2PTR.
30164      Branch: perl
30165            ! pod/perlguts.pod
30166 ____________________________________________________________________________
30167 [  6831] By: jhi                                   on 2000/08/26  04:33:18
30168         Log: Use UVxf, PTR2UV, NVff.
30169      Branch: perl
30170            ! ext/Storable/Storable.xs
30171 ____________________________________________________________________________
30172 [  6830] By: jhi                                   on 2000/08/26  04:31:32
30173         Log: Update the test count.
30174      Branch: perl
30175            ! t/lib/trig.t
30176 ____________________________________________________________________________
30177 [  6829] By: jhi                                   on 2000/08/26  03:05:50
30178         Log: Subject: [PATCH] installation not quite silent yet.
30179              From: <abigail@foad.org>
30180              Date: Fri, 25 Aug 2000 20:07:53 -0400
30181              Message-ID: <20000826000753.7822.qmail@foad.org>
30182      Branch: perl
30183            ! installman installperl
30184 ____________________________________________________________________________
30185 [  6828] By: jhi                                   on 2000/08/26  03:05:14
30186         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
30187              From: Spider Boardman <spider@web.zk3.dec.com>
30188              Date: Fri, 25 Aug 2000 19:12:40 -0400
30189              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
30190      Branch: perl
30191            ! gv.c
30192 ____________________________________________________________________________
30193 [  6827] By: jhi                                   on 2000/08/25  23:54:34
30194         Log: Support preserving extremely big/small angles.
30195      Branch: perl
30196            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
30197 ____________________________________________________________________________
30198 [  6826] By: jhi                                   on 2000/08/25  23:01:20
30199         Log: Patch installperl to be long double-aware.
30200              
30201              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
30202              From: Spider Boardman <spider@web.zk3.dec.com>
30203              Date: Fri, 25 Aug 2000 18:15:23 -0400
30204              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
30205      Branch: perl
30206            ! installperl
30207 ____________________________________________________________________________
30208 [  6825] By: jhi                                   on 2000/08/25  22:58:25
30209         Log: Remove duplicately applied patch shards.
30210              
30211              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
30212              From: Spider Boardman <spider@leggy.zk3.dec.com>
30213              Date: Fri, 25 Aug 2000 16:45:03 -0400
30214              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
30215      Branch: perl
30216            ! t/lib/cgi-html.t
30217 ____________________________________________________________________________
30218 [  6824] By: jhi                                   on 2000/08/25  22:57:00
30219         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
30220              From: Daniel Chetlin <daniel@chetlin.com>
30221              Date: Fri, 25 Aug 2000 12:23:16 -0700
30222              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
30223              
30224              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
30225              From: Daniel Chetlin <daniel@chetlin.com>
30226              Date: Fri, 25 Aug 2000 14:47:19 -0700
30227              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
30228      Branch: perl
30229            ! installman
30230 ____________________________________________________________________________
30231 [  6823] By: jhi                                   on 2000/08/25  22:44:17
30232         Log: Timestamp problem?
30233      Branch: perl
30234            ! uconfig.h uconfig.sh
30235 ____________________________________________________________________________
30236 [  6822] By: jhi                                   on 2000/08/25  19:01:06
30237         Log: One forgotten file from #6816.
30238      Branch: perl
30239            ! vos/config.h
30240 ____________________________________________________________________________
30241 [  6821] By: jhi                                   on 2000/08/25  18:56:39
30242         Log: Regen Changes.
30243      Branch: perl
30244            ! Changes patchlevel.h
30245 ____________________________________________________________________________
30246 [  6820] By: jhi                                   on 2000/08/25  18:52:35
30247         Log: Fix Changes ordering.
30248      Branch: perl
30249            ! Changes
30250 ____________________________________________________________________________
30251 [  6819] By: jhi                                   on 2000/08/25  18:50:25
30252         Log: Update Changes.
30253      Branch: perl
30254            ! Changes patchlevel.h
30255 ____________________________________________________________________________
30256 [  6818] By: jhi                                   on 2000/08/25  18:47:45
30257         Log: Tweak the sfio/useperlio logic, hopefully as wished in
30258              
30259              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
30260              From: Nicholas Clark <nick@babyhippo.co.uk>
30261              Date: Fri, 25 Aug 2000 12:01:45 +0100
30262              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
30263      Branch: metaconfig/U/perl
30264            ! d_sfio.U
30265      Branch: perl
30266            ! Configure
30267 ____________________________________________________________________________
30268 [  6817] By: jhi                                   on 2000/08/25  18:32:51
30269         Log: Allow microperl to assume <math.h>, without it the math
30270              functions like floor() are assumed to return int, which makes
30271              for core dumps in machines where integer and floating register
30272              don't mix.
30273      Branch: perl
30274            ! uconfig.h uconfig.sh
30275 ____________________________________________________________________________
30276 [  6816] By: jhi                                   on 2000/08/25  18:27:17
30277         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
30278              the problem reported in
30279              
30280              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
30281              From: danhale@us.ibm.com
30282              Date: Fri, 25 Aug 2000 10:58:06 -0400
30283              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
30284      Branch: metaconfig/U/perl
30285            + d_socks5_init.U
30286      Branch: perl
30287            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
30288            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
30289            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
30290            ! win32/config.gc win32/config.vc
30291 ____________________________________________________________________________
30292 [  6815] By: jhi                                   on 2000/08/25  17:43:31
30293         Log: A solution for the retrieve_fd autosplit warning,
30294              idea suggested by Mike Guy.
30295      Branch: perl
30296            ! ext/Storable/Storable.pm
30297 ____________________________________________________________________________
30298 [  6814] By: jhi                                   on 2000/08/25  17:16:03
30299         Log: Add install-silent target.
30300      Branch: perl
30301            ! Makefile.SH
30302 ____________________________________________________________________________
30303 [  6813] By: jhi                                   on 2000/08/25  17:14:23
30304         Log: Subject: Re: [PATCH] More silencing of installman.
30305              From: <abigail@foad.org>
30306              Date: Thu, 24 Aug 2000 19:27:03 -0400
30307              Message-ID: <20000824232703.7001.qmail@foad.org>
30308              
30309              Subject: Re: [PATCH] More silencing of installman.
30310              From: <abigail@foad.org>
30311              Date: Fri, 25 Aug 2000 03:00:58 -0400
30312              Message-ID: <20000825070058.10697.qmail@foad.org>
30313      Branch: perl
30314            ! installman
30315 ____________________________________________________________________________
30316 [  6812] By: jhi                                   on 2000/08/25  17:11:28
30317         Log: installperl --verbose and --silent.
30318              
30319              Subject: Re: [PATCH] More silencing of installman.
30320              From: <abigail@foad.org>
30321              Message-ID: <20000825064430.9719.qmail@foad.org>
30322              Date: Fri, 25 Aug 2000 02:44:30 -0400
30323      Branch: perl
30324            ! installperl
30325 ____________________________________________________________________________
30326 [  6811] By: jhi                                   on 2000/08/25  17:05:43
30327         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
30328              From: "Peter J. Farley III" <pjfarley@banet.net>
30329              Date: Thu, 24 Aug 2000 21:58:03 -0400
30330              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
30331              
30332              (applied slightly modified)
30333      Branch: perl
30334            ! lib/ExtUtils/MM_Unix.pm
30335 ____________________________________________________________________________
30336 [  6810] By: jhi                                   on 2000/08/25  17:01:18
30337         Log: Missing parts of 
30338              
30339              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
30340              From: Peter Prymmer <pvhp@forte.com>
30341              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
30342              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
30343      Branch: perl
30344            ! t/lib/cgi-html.t
30345 ____________________________________________________________________________
30346 [  6809] By: jhi                                   on 2000/08/25  16:46:32
30347         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
30348              From: "Craig A. Berry" <craig.berry@psinetcs.com>
30349              Date: Thu, 24 Aug 2000 19:13:11 -0500
30350              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
30351      Branch: perl
30352            ! vms/vms.c
30353 ____________________________________________________________________________
30354 [  6808] By: jhi                                   on 2000/08/25  16:39:22
30355         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
30356              From: Peter Prymmer <pvhp@forte.com>
30357              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
30358              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
30359      Branch: perl
30360            ! configure.com
30361 ____________________________________________________________________________
30362 [  6807] By: jhi                                   on 2000/08/25  16:36:37
30363         Log: Better wording for the vec lvalue diagnostic.
30364              
30365              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
30366              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
30367              Date: Wed, 23 Aug 2000 14:12:16 -0400
30368              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
30369      Branch: perl
30370            ! pod/perldiag.pod
30371 ____________________________________________________________________________
30372 [  6806] By: jhi                                   on 2000/08/24  18:17:22
30373         Log: Subject: [PATCH] More silencing of installman.
30374              From: <abigail@foad.org>
30375              Date: Thu, 24 Aug 2000 14:01:44 -0400
30376              Message-ID: <20000824180144.20062.qmail@foad.org>
30377      Branch: perl
30378            ! installman
30379 ____________________________________________________________________________
30380 [  6805] By: jhi                                   on 2000/08/24  15:00:31
30381         Log: Update Changes.
30382      Branch: perl
30383            ! Changes patchlevel.h
30384 ____________________________________________________________________________
30385 [  6804] By: jhi                                   on 2000/08/24  14:59:07
30386         Log: Regen perltoc.
30387      Branch: perl
30388            ! pod/perltoc.pod
30389 ____________________________________________________________________________
30390 [  6803] By: jhi                                   on 2000/08/24  14:44:39
30391         Log: Show the doc file, not the temp file.
30392      Branch: perl
30393            ! installman
30394 ____________________________________________________________________________
30395 [  6802] By: jhi                                   on 2000/08/24  14:41:53
30396         Log: Continue silencing.
30397      Branch: perl
30398            ! installman
30399 ____________________________________________________________________________
30400 [  6801] By: jhi                                   on 2000/08/24  14:34:40
30401         Log: Actually do something with the silencer option.
30402      Branch: perl
30403            ! installman
30404 ____________________________________________________________________________
30405 [  6800] By: jhi                                   on 2000/08/24  14:26:22
30406         Log: Make installman to recognize the silence flag -S.
30407      Branch: perl
30408            ! installman
30409 ____________________________________________________________________________
30410 [  6799] By: jhi                                   on 2000/08/24  13:49:38
30411         Log: DOS patches and portability/porting notes, from Tim Jenness.
30412      Branch: perl
30413            ! lib/File/Temp.pm
30414 ____________________________________________________________________________
30415 [  6798] By: jhi                                   on 2000/08/24  13:48:27
30416         Log: Create directories in silence.
30417              
30418              Subject: [PATCH] Another silencer for MakeMaker
30419              From: andreas.koenig@anima.de (Andreas J. Koenig)
30420              Date: 24 Aug 2000 14:18:52 +0200
30421              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
30422      Branch: perl
30423            ! lib/ExtUtils/Command.pm
30424 ____________________________________________________________________________
30425 [  6797] By: jhi                                   on 2000/08/24  13:46:42
30426         Log: More liberal parsing of version numbers.
30427              
30428              Subject: Re: CPAN.pm beta for testing available
30429              From: andreas.koenig@anima.de (Andreas J. Koenig)
30430              Date: 24 Aug 2000 13:51:57 +0200
30431              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
30432      Branch: perl
30433            ! lib/CPAN.pm
30434 ____________________________________________________________________________
30435 [  6796] By: jhi                                   on 2000/08/24  13:44:36
30436         Log: Make "make install" by default silent.  A new "install-verbose"
30437              target is verbose.
30438      Branch: perl
30439            ! Makefile.SH
30440 ____________________________________________________________________________
30441 [  6795] By: jhi                                   on 2000/08/24  13:39:14
30442         Log: Add silencer flags to installperl.
30443              
30444              Subject: [PATCH] Making installperl silent.
30445              From: <abigail@foad.org>
30446              Date: Thu, 24 Aug 2000 05:01:45 -0400
30447              Message-ID: <20000824090145.13141.qmail@foad.org>
30448      Branch: perl
30449            ! installperl
30450 ____________________________________________________________________________
30451 [  6794] By: jhi                                   on 2000/08/24  13:35:50
30452         Log: installperl couldn't tell whether it had run tests or not.
30453              
30454              Subject: [PATCH] Re: installperl and t/TEST
30455              From: <abigail@foad.org>
30456              Date: Thu, 24 Aug 2000 04:00:53 -0400
30457              Message-ID: <20000824080053.2494.qmail@foad.org>
30458      Branch: perl
30459            ! Makefile.SH installperl
30460 ____________________________________________________________________________
30461 [  6793] By: jhi                                   on 2000/08/24  13:27:50
30462         Log: Drop the separate perlbc, perlcc -b should be enough.
30463      Branch: perl
30464            - utils/perlbc.PL
30465            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
30466 ____________________________________________________________________________
30467 [  6792] By: jhi                                   on 2000/08/24  04:41:30
30468         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
30469              plus the typo fix from Peter Prymmer.
30470      Branch: perl
30471            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
30472            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
30473 ____________________________________________________________________________
30474 [  6791] By: jhi                                   on 2000/08/24  02:10:43
30475         Log: Replace #6705 with a minimal doc patch.
30476              
30477              Subject: [PATCH 5.6.0] replace change #6705
30478              From: Jan Dubois <jand@ActiveState.com>
30479              Date: Wed, 23 Aug 2000 18:31:51 -0700
30480              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
30481      Branch: perl
30482            ! lib/Win32.pod win32/win32.c
30483 ____________________________________________________________________________
30484 [  6790] By: jhi                                   on 2000/08/23  17:52:00
30485         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
30486              From: Mike Guy <mjtg@cam.ac.uk>
30487              Date: Wed, 23 Aug 2000 18:38:46 +0100
30488              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
30489      Branch: perl
30490            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
30491 ____________________________________________________________________________
30492 [  6789] By: jhi                                   on 2000/08/23  15:34:21
30493         Log: Update Changes.
30494      Branch: perl
30495            ! Changes patchlevel.h
30496 ____________________________________________________________________________
30497 [  6788] By: jhi                                   on 2000/08/23  15:33:40
30498         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
30499              From: Wilfredo Sánchez <wsanchez@apple.com>
30500              Date: Tue, 22 Aug 2000 19:31:27 -0700
30501              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
30502      Branch: perl
30503            ! perl.h
30504 ____________________________________________________________________________
30505 [  6787] By: jhi                                   on 2000/08/23  15:29:31
30506         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
30507              From: Spider Boardman <spider@leggy.zk3.dec.com>
30508              Date: Wed, 23 Aug 2000 10:33:23 -0400
30509              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
30510      Branch: perl
30511            ! lib/Pod/Html.pm
30512 ____________________________________________________________________________
30513 [  6786] By: jhi                                   on 2000/08/23  15:28:11
30514         Log: Bad makefile.
30515      Branch: perl
30516            ! ext/B/Makefile.PL
30517 ____________________________________________________________________________
30518 [  6785] By: jhi                                   on 2000/08/23  14:37:04
30519         Log: Update Changes.
30520      Branch: perl
30521            ! Changes patchlevel.h
30522 ____________________________________________________________________________
30523 [  6784] By: jhi                                   on 2000/08/23  13:58:41
30524         Log: Portability fix from Hugo van der Sanden.
30525      Branch: perl
30526            ! ext/re/Makefile.PL
30527 ____________________________________________________________________________
30528 [  6783] By: jhi                                   on 2000/08/23  13:53:53
30529         Log: Storable support, v-version fixes.
30530              
30531              Subject: CPAN.pm beta for testing available
30532              From: andreas.koenig@anima.de (Andreas J. Koenig)
30533              Date: 22 Aug 2000 23:31:33 +0200
30534              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
30535      Branch: perl
30536            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
30537 ____________________________________________________________________________
30538 [  6782] By: jhi                                   on 2000/08/23  13:51:26
30539         Log: Mac and other portability updates from Chris Nandor.
30540      Branch: perl
30541            ! pod/perlmodinstall.pod
30542 ____________________________________________________________________________
30543 [  6781] By: jhi                                   on 2000/08/23  13:47:33
30544         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
30545              From: Peter Prymmer <pvhp@forte.com>
30546              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
30547              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
30548      Branch: perl
30549            ! ext/Storable/Storable.xs
30550 ____________________________________________________________________________
30551 [  6780] By: jhi                                   on 2000/08/23  13:33:34
30552         Log: VMS MMS (make) wants null action.
30553      Branch: perl
30554            ! ext/B/Makefile.PL
30555 ____________________________________________________________________________
30556 [  6779] By: jhi                                   on 2000/08/22  19:44:47
30557         Log: Forgot portability nit.
30558      Branch: perl
30559            ! t/lib/st-forgive.t
30560 ____________________________________________________________________________
30561 [  6778] By: jhi                                   on 2000/08/22  19:35:25
30562         Log: Be portable.
30563      Branch: perl
30564            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
30565            ! t/lib/st-store.t
30566 ____________________________________________________________________________
30567 [  6777] By: jhi                                   on 2000/08/22  18:50:53
30568         Log: Update Changes.
30569      Branch: perl
30570            ! Changes patchlevel.h
30571 ____________________________________________________________________________
30572 [  6776] By: jhi                                   on 2000/08/22  18:44:46
30573         Log: cSVOPo_*v things index into the current PL_curpad
30574              under ithreads, which is different from the curpad
30575              used by the XSUB.  (In other words, the code as-is
30576              before this patch wouldn't work under ithreads.)
30577              From Sarathy.
30578      Branch: perl
30579            ! ext/B/B.xs
30580 ____________________________________________________________________________
30581 [  6775] By: jhi                                   on 2000/08/22  18:18:37
30582         Log: Make the selection of NVff et al stricter.
30583      Branch: metaconfig/U/perl
30584            ! perlxvf.U
30585      Branch: perl
30586            ! Configure config_h.SH
30587 ____________________________________________________________________________
30588 [  6774] By: jhi                                   on 2000/08/22  17:19:42
30589         Log: perldelta nits.
30590      Branch: perl
30591            ! pod/perldelta.pod
30592 ____________________________________________________________________________
30593 [  6773] By: jhi                                   on 2000/08/22  17:06:26
30594         Log: Long double fixes from Spider Boardman.
30595              
30596              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
30597              From: system PRIVILEGED account <root@peano.zk3.dec.com>
30598              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
30599              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
30600      Branch: perl
30601            ! t/lib/bigfltpm.t t/lib/st-06compat.t
30602 ____________________________________________________________________________
30603 [  6772] By: jhi                                   on 2000/08/22  15:04:53
30604         Log: Update Changes.
30605      Branch: perl
30606            ! Changes patchlevel.h
30607 ____________________________________________________________________________
30608 [  6771] By: jhi                                   on 2000/08/22  15:01:44
30609         Log: perldelta fixes from Hugo van der Sanden.
30610      Branch: perl
30611            ! pod/perldelta.pod
30612 ____________________________________________________________________________
30613 [  6770] By: jhi                                   on 2000/08/22  14:34:49
30614         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
30615              From: Hugo <hv@crypt.compulink.co.uk>
30616              Date: Tue, 22 Aug 2000 11:21:53 +0100
30617              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
30618      Branch: perl
30619            ! regcomp.c
30620 ____________________________________________________________________________
30621 [  6769] By: jhi                                   on 2000/08/22  14:30:02
30622         Log: Add Yitzchak, reformat.
30623      Branch: perl
30624            ! Changes config_h.SH
30625 ____________________________________________________________________________
30626 [  6768] By: jhi                                   on 2000/08/22  14:21:35
30627         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
30628              and Spider Boardman.
30629      Branch: metaconfig
30630            ! U/compline/d_gconvert.U
30631      Branch: perl
30632            ! Configure
30633 ____________________________________________________________________________
30634 [  6767] By: jhi                                   on 2000/08/22  14:11:24
30635         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
30636              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
30637              Date: Mon, 21 Aug 2000 19:08:31 -0700
30638              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
30639      Branch: perl
30640            - ext/Storable/patchlevel.h
30641            ! MANIFEST ext/Storable/MANIFEST
30642 ____________________________________________________________________________
30643 [  6766] By: jhi                                   on 2000/08/22  13:49:29
30644         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
30645              From: Peter Prymmer <pvhp@forte.com>
30646              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
30647              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
30648      Branch: perl
30649            ! configure.com ext/Storable/Makefile.PL
30650 ____________________________________________________________________________
30651 [  6765] By: jhi                                   on 2000/08/22  13:44:59
30652         Log: Subject: [PATCH blead] B:: missing dependency
30653              From: Hugo <hv@crypt.compulink.co.uk>
30654              Date: Tue, 22 Aug 2000 06:44:33 +0100
30655              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
30656      Branch: perl
30657            ! ext/B/Makefile.PL
30658 ____________________________________________________________________________
30659 [  6764] By: jhi                                   on 2000/08/22  13:38:12
30660         Log: More bytecompiler.
30661      Branch: perl
30662            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
30663 ____________________________________________________________________________
30664 [  6763] By: jhi                                   on 2000/08/22  13:36:44
30665         Log: Bytecompiler patches from Benjamin Stuhl.
30666      Branch: perl
30667            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
30668            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
30669            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
30670            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
30671            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
30672            ! perl.c perlapi.h pod/perldelta.pod
30673 ____________________________________________________________________________
30674 [  6762] By: jhi                                   on 2000/08/21  23:43:40
30675         Log: An obsoleted diagnostic.
30676      Branch: perl
30677            ! pod/perldelta.pod
30678 ____________________________________________________________________________
30679 [  6761] By: jhi                                   on 2000/08/21  23:01:45
30680         Log: The #6759 wasn't quite right.
30681      Branch: perl
30682            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
30683            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
30684            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
30685            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
30686            ! t/lib/st-tieditems.t
30687 ____________________________________________________________________________
30688 [  6760] By: jhi                                   on 2000/08/21  22:35:49
30689         Log: Be verydeepclean.
30690      Branch: perl
30691            ! Makefile.SH
30692 ____________________________________________________________________________
30693 [  6759] By: jhi                                   on 2000/08/21  22:25:40
30694         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
30695              From: Peter Prymmer <pvhp@forte.com>
30696              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
30697              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
30698      Branch: perl
30699            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
30700            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
30701            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
30702            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
30703            ! t/lib/st-tieditems.t
30704 ____________________________________________________________________________
30705 [  6758] By: jhi                                   on 2000/08/21  22:22:32
30706         Log: Few more casts, need reported in
30707              
30708              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
30709              From: Mike Stok <mike@stok.co.uk>
30710              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
30711              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
30712              
30713              and
30714              
30715              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
30716              From: abigail@foad.org
30717              Date: 21 Aug 2000 21:31:34 -0000
30718              Message-Id: <20000821213134.30170.qmail@foad.org>
30719      Branch: perl
30720            ! ext/Storable/Storable.xs
30721 ____________________________________________________________________________
30722 [  6757] By: jhi                                   on 2000/08/21  18:37:07
30723         Log: Update Changes.
30724      Branch: perl
30725            ! Changes patchlevel.h
30726 ____________________________________________________________________________
30727 [  6756] By: jhi                                   on 2000/08/21  18:34:02
30728         Log: A pod nit.
30729              
30730              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
30731              From: <abigail@foad.org>
30732              Date: Mon, 21 Aug 2000 14:00:16 -0400
30733              Message-ID: <20000821180016.28627.qmail@foad.org>
30734      Branch: perl
30735            ! pod/perlre.pod
30736 ____________________________________________________________________________
30737 [  6755] By: jhi                                   on 2000/08/21  18:30:56
30738         Log: Use PodParser 1.18 new test.
30739      Branch: perl
30740            ! t/pod/special_seqs.t t/pod/special_seqs.xr
30741 ____________________________________________________________________________
30742 [  6754] By: jhi                                   on 2000/08/21  18:28:35
30743         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
30744              patches cannot be applied since #6712 conflicts.
30745      Branch: perl
30746            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
30747 ____________________________________________________________________________
30748 [  6753] By: jhi                                   on 2000/08/21  18:15:11
30749         Log: Weed out some smaller changes.
30750      Branch: perl
30751            ! pod/perldelta.pod
30752 ____________________________________________________________________________
30753 [  6752] By: jhi                                   on 2000/08/21  18:02:30
30754         Log: Also under djgpp the timestamps are funky.
30755      Branch: perl
30756            ! t/op/stat.t
30757 ____________________________________________________________________________
30758 [  6751] By: jhi                                   on 2000/08/21  17:55:56
30759         Log: Tweak the floating point output routine preferences.
30760      Branch: metaconfig
30761            ! U/compline/d_gconvert.U
30762      Branch: perl
30763            ! Configure
30764 ____________________________________________________________________________
30765 [  6750] By: jhi                                   on 2000/08/21  17:51:29
30766         Log: Unicos/mk requires elaborate paranoia.
30767      Branch: perl
30768            ! lib/Math/Complex.pm
30769 ____________________________________________________________________________
30770 [  6749] By: gsar                                  on 2000/08/21  16:53:31
30771         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
30772      Branch: perl
30773            ! lib/Cwd.pm
30774 ____________________________________________________________________________
30775 [  6748] By: gsar                                  on 2000/08/21  16:22:19
30776         Log: free TLS slot properly on Windows
30777      Branch: perl
30778            ! thread.h win32/perllib.c win32/win32thread.h
30779 ____________________________________________________________________________
30780 [  6747] By: jhi                                   on 2000/08/21  16:20:58
30781         Log: Rename the macro argument because some preprocessors
30782              can't tell the difference and expand arguments also inside
30783              double quoted strings.
30784      Branch: perl
30785            ! regcomp.c
30786 ____________________________________________________________________________
30787 [  6746] By: jhi                                   on 2000/08/21  16:09:41
30788         Log: Support long doubles in Storable.
30789              
30790              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
30791              From: Radu Greab <radu@netsoft.ro>
30792              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
30793              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
30794      Branch: perl
30795            ! ext/Storable/Storable.xs
30796 ____________________________________________________________________________
30797 [  6745] By: jhi                                   on 2000/08/21  15:51:40
30798         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
30799              From: "Fifer, Eric" <EFifer@sanwaint.com>
30800              Date: Mon, 21 Aug 2000 15:34:49 +0100
30801              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
30802      Branch: perl
30803            ! t/pragma/warn/9enabled
30804 ____________________________________________________________________________
30805 [  6744] By: jhi                                   on 2000/08/21  15:39:35
30806         Log: Document the endianness of Alpha more precisely.
30807      Branch: perl
30808            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
30809            ! pod/perlport.pod
30810 ____________________________________________________________________________
30811 [  6743] By: jhi                                   on 2000/08/21  14:47:05
30812         Log: perldelta fixes from the p5p crowd.
30813      Branch: perl
30814            ! pod/perldelta.pod pod/perlop.pod
30815 ____________________________________________________________________________
30816 [  6742] By: jhi                                   on 2000/08/21  13:34:51
30817         Log: Update to Pod::LaTeX 0.53.
30818              
30819              Subject: [PATCH] lib/Pod/LaTeX.pm updates
30820              From: Tim Jenness <timj@jach.hawaii.edu>
30821              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
30822              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
30823      Branch: perl
30824            ! lib/Pod/LaTeX.pm
30825 ____________________________________________________________________________
30826 [  6741] By: jhi                                   on 2000/08/21  13:33:01
30827         Log: Subject: [PATCH] os2.c fix for use64bitint
30828              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
30829              Date: Mon, 21 Aug 2000 01:32:25 -0700
30830              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
30831      Branch: perl
30832            ! os2/os2.c
30833 ____________________________________________________________________________
30834 [  6740] By: jhi                                   on 2000/08/21  13:28:52
30835         Log: Array context keeps slithering in.
30836              
30837              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
30838              From: Daniel Chetlin <daniel@chetlin.com>
30839              Date: Sun, 20 Aug 2000 21:40:25 -0700
30840              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
30841      Branch: perl
30842            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
30843            ! pod/perldebtut.pod
30844 ____________________________________________________________________________
30845 [  6739] By: jhi                                   on 2000/08/21  13:23:55
30846         Log: Big-endian quad fixes for Storable from Radu Greab,
30847              plus few explicit null casts for picky compilers.
30848      Branch: perl
30849            ! ext/Storable/Storable.xs
30850 ____________________________________________________________________________
30851 [  6738] By: gsar                                  on 2000/08/21  05:56:13
30852         Log: small tweaks for change#6705: avoid C++ style comments in C code;
30853              use Perl's malloc API rather than the low level system one
30854      Branch: perl
30855            ! win32/win32.c
30856 ____________________________________________________________________________
30857 [  6737] By: gsar                                  on 2000/08/21  05:35:41
30858         Log: add Storable to list of extensions on Windows
30859      Branch: perl
30860            ! win32/Makefile win32/makefile.mk
30861 ____________________________________________________________________________
30862 [  6736] By: jhi                                   on 2000/08/21  02:57:53
30863         Log: Update Changes.
30864      Branch: perl
30865            ! Changes patchlevel.h
30866 ____________________________________________________________________________
30867 [  6735] By: jhi                                   on 2000/08/21  02:57:20
30868         Log: Draft 0.
30869      Branch: perl
30870            ! pod/perldelta.pod
30871 ____________________________________________________________________________
30872 [  6734] By: jhi                                   on 2000/08/21  02:57:03
30873         Log: Add Storable 0.7.2 from Raphael Manfredi,
30874              plus the patch from
30875              
30876              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
30877              From: Radu Greab <radu@netsoft.ro>
30878              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
30879              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
30880              
30881              plus changes to get Storable to compile with
30882              picky ANSI compilers.
30883      Branch: perl
30884            + ext/Storable/ChangeLog ext/Storable/MANIFEST
30885            + ext/Storable/Makefile.PL ext/Storable/README
30886            + ext/Storable/Storable.pm ext/Storable/Storable.xs
30887            + ext/Storable/patchlevel.h t/lib/st-06compat.t
30888            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
30889            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
30890            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
30891            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
30892            + t/lib/st-tieditems.t
30893            ! MANIFEST
30894 ____________________________________________________________________________
30895 [  6733] By: jhi                                   on 2000/08/21  02:29:09
30896         Log: The correct cleaning order is an art.
30897      Branch: perl
30898            ! Makefile.SH
30899 ____________________________________________________________________________
30900 [  6732] By: jhi                                   on 2000/08/21  01:23:39
30901         Log: The #6724 is here.
30902      Branch: perl
30903            ! t/lib/ftmp-security.t
30904 ____________________________________________________________________________
30905 [  6731] By: jhi                                   on 2000/08/20  23:17:03
30906         Log: s/this one/the 5.6.0 release/
30907      Branch: perl
30908            ! pod/perl56delta.pod
30909 ____________________________________________________________________________
30910 [  6730] By: jhi                                   on 2000/08/20  23:07:34
30911         Log: Mention perlebcdic and perlposix-bc.
30912      Branch: perl
30913            ! pod/perlport.pod
30914 ____________________________________________________________________________
30915 [  6729] By: jhi                                   on 2000/08/20  21:32:59
30916         Log: Document the number of exponent digits.
30917      Branch: perl
30918            ! pod/perlfunc.pod
30919 ____________________________________________________________________________
30920 [  6728] By: jhi                                   on 2000/08/20  21:16:47
30921         Log: Use File::Spec->tmpdir().
30922              
30923              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
30924              From: Tim Jenness <timj@jach.hawaii.edu>
30925              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
30926              MIME-Version: 1.0
30927              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
30928      Branch: perl
30929            ! utils/perlbug.PL
30930 ____________________________________________________________________________
30931 [  6727] By: jhi                                   on 2000/08/20  20:43:32
30932         Log: Update Changes.
30933      Branch: perl
30934            ! Changes patchlevel.h
30935 ____________________________________________________________________________
30936 [  6726] By: jhi                                   on 2000/08/20  20:41:44
30937         Log: The veryclean target needs to clobber.
30938      Branch: perl
30939            ! Makefile.SH
30940 ____________________________________________________________________________
30941 [  6725] By: jhi                                   on 2000/08/20  20:37:38
30942         Log: Document odd vs even subreleases and -Dusedevel.
30943      Branch: perl
30944            ! INSTALL
30945 ____________________________________________________________________________
30946 [  6724] By: jhi                                   on 2000/08/20  19:58:05
30947         Log: Use temporary directory instead of current directory.
30948              
30949              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
30950              From: Tim Jenness <timj@jach.hawaii.edu>
30951              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
30952              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
30953      Branch: perl
30954            ! t/lib/ftmp-security.t
30955 ____________________________________________________________________________
30956 [  6723] By: jhi                                   on 2000/08/20  19:55:55
30957         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
30958              From: andreas.koenig@anima.de (Andreas J. Koenig)
30959              Date: 20 Aug 2000 15:52:03 +0200
30960              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
30961      Branch: perl
30962            ! lib/ExtUtils/MM_Unix.pm
30963 ____________________________________________________________________________
30964 [  6722] By: jhi                                   on 2000/08/20  19:46:01
30965         Log: Update to CGI 2.72, from Lincoln Stein.
30966      Branch: perl
30967            ! lib/CGI.pm
30968 ____________________________________________________________________________
30969 [  6721] By: jhi                                   on 2000/08/20  19:43:54
30970         Log: Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
30971              From: Radu Greab <radu@netsoft.ro>
30972              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
30973              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
30974      Branch: perl
30975            ! ext/GDBM_File/GDBM_File.xs
30976 ____________________________________________________________________________
30977 [  6720] By: jhi                                   on 2000/08/20  19:42:01
30978         Log: pp_open() could pass an uninitialized filename down to do_open9().
30979      Branch: perl
30980            ! pp_sys.c
30981 ____________________________________________________________________________
30982 [  6719] By: jhi                                   on 2000/08/20  14:06:41
30983         Log: UTF8 concat fixes.
30984              
30985              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
30986              From: Hugo <hv@crypt.compulink.co.uk>
30987              Date: Sun, 20 Aug 2000 07:30:46 +0100
30988              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
30989      Branch: perl
30990            ! pp_hot.c t/op/append.t
30991 ____________________________________________________________________________
30992 [  6718] By: jhi                                   on 2000/08/20  02:09:37
30993         Log: Let's try #6717 again.
30994      Branch: perl
30995            ! lib/File/Temp.pm
30996 ____________________________________________________________________________
30997 [  6717] By: jhi                                   on 2000/08/20  01:56:55
30998         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
30999              From: "Craig A. Berry" <craig.berry@metamorgs.com>
31000              Date: Sat, 19 Aug 2000 18:15:39 -0500
31001              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
31002      Branch: perl
31003            ! lib/File/Temp.pm
31004 ____________________________________________________________________________
31005 [  6716] By: jhi                                   on 2000/08/19  15:50:11
31006         Log: Update Changes.
31007      Branch: perl
31008            ! Changes patchlevel.h
31009 ____________________________________________________________________________
31010 [  6715] By: jhi                                   on 2000/08/19  15:39:09
31011         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
31012              From: Jonathan D Johnston <jdjohnston2@juno.com>
31013              Date: Thu, 17 Aug 2000 23:13:01 -0400       
31014              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
31015      Branch: perl
31016            ! pod/perlfunc.pod
31017 ____________________________________________________________________________
31018 [  6714] By: jhi                                   on 2000/08/19  15:34:04
31019         Log: Introduce a 'veryclean' target that is like 'distclean'
31020              but also removes *~ and *.orig.
31021      Branch: perl
31022            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
31023            ! utils/Makefile x2p/Makefile.SH
31024 ____________________________________________________________________________
31025 [  6713] By: jhi                                   on 2000/08/19  14:15:45
31026         Log: Put back the long double avoidance code to POSIX.xs
31027              because VMS seems to need it still.
31028      Branch: perl
31029            ! ext/POSIX/POSIX.xs
31030 ____________________________________________________________________________
31031 [  6712] By: jhi                                   on 2000/08/19  14:10:41
31032         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
31033              From: Peter Prymmer <pvhp@forte.com>
31034              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
31035              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
31036      Branch: perl
31037            ! lib/Pod/Find.pm t/pod/find.t
31038 ____________________________________________________________________________
31039 [  6711] By: jhi                                   on 2000/08/19  14:09:19
31040         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
31041              From: Peter Prymmer <pvhp@forte.com>
31042              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
31043              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
31044              cc: vmsperl@perl.org
31045      Branch: perl
31046            ! t/lib/peek.t
31047 ____________________________________________________________________________
31048 [  6710] By: jhi                                   on 2000/08/19  14:08:01
31049         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
31050              From: Jan Dubois <jand@ActiveState.com>
31051              Date: Fri, 18 Aug 2000 16:31:48 -0700
31052              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
31053      Branch: perl
31054            ! win32/win32.c
31055 ____________________________________________________________________________
31056 [  6709] By: jhi                                   on 2000/08/19  14:06:57
31057         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
31058              
31059              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
31060              From: Spider.Boardman@Orb.Nashua.NH.US
31061              Date: Fri, 18 Aug 2000 18:41:14 -0400
31062              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
31063      Branch: perl
31064            ! regcomp.c
31065 ____________________________________________________________________________
31066 [  6708] By: jhi                                   on 2000/08/18  22:04:49
31067         Log: Update Changes.
31068      Branch: perl
31069            ! Changes patchlevel.h
31070 ____________________________________________________________________________
31071 [  6707] By: jhi                                   on 2000/08/18  21:55:14
31072         Log: Add warnif(), check warnings further up the stack,
31073              all the warnings functions now can take an optional object reference.
31074              
31075              Subject: [PATCH bleedperl@6691] warnings pragma update
31076              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
31077              Date: Fri, 18 Aug 2000 22:42:06 +0100
31078              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
31079      Branch: perl
31080            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
31081            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
31082            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
31083 ____________________________________________________________________________
31084 [  6706] By: jhi                                   on 2000/08/18  21:41:45
31085         Log: Typo in pp_complement().
31086              
31087              Subject: [PATCH perl-current] Deparse
31088              From: Peter Scott <Peter@PSDT.com>
31089              Date: Fri, 18 Aug 2000 12:44:37 -0700
31090              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
31091      Branch: perl
31092            ! ext/B/B/Deparse.pm
31093 ____________________________________________________________________________
31094 [  6705] By: jhi                                   on 2000/08/18  21:25:59
31095         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
31096              From: Jan Dubois <jand@ActiveState.com>
31097              Date: Fri, 18 Aug 2000 14:22:51 -0700
31098              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
31099      Branch: perl
31100            ! lib/Win32.pod win32/win32.c
31101 ____________________________________________________________________________
31102 [  6704] By: jhi                                   on 2000/08/18  21:16:14
31103         Log: Don't eat leading os from index entries.
31104              
31105              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
31106              From: Russ Allbery <rra@stanford.edu>
31107              Date: 10 Aug 2000 20:49:25 -0700
31108              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
31109      Branch: perl
31110            ! lib/Pod/Man.pm
31111 ____________________________________________________________________________
31112 [  6703] By: jhi                                   on 2000/08/18  21:07:06
31113         Log: Add [[:blank:]] as suggested in
31114              
31115              Subject: [ID 20000716.024] [=cc=] / [:blank:]
31116              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
31117              Date: Sun, 16 Jul 2000 17:55:29 -0700
31118              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
31119              
31120              (the [=cc=] has already been taken care of by #6439
31121              so the whole bug report can be closed)
31122              
31123              and make [[:space:]] to be equivalent to isspace(3)
31124              (as opposed to \s, which is isSPACE()).  The difference
31125              is that now [[:space:]] matches the mythical vertical tab,
31126              while \s doesn't.
31127      Branch: perl
31128            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
31129            ! regexec.c t/op/pat.t
31130 ____________________________________________________________________________
31131 [  6702] By: jhi                                   on 2000/08/18  18:47:47
31132         Log: The new tests were missing from #6415.
31133      Branch: perl
31134            ! t/op/bop.t
31135 ____________________________________________________________________________
31136 [  6701] By: jhi                                   on 2000/08/18  18:20:40
31137         Log: Document the NDBM_File and ODBM_File as SDBM_File
31138              was documented in #6417.
31139      Branch: perl
31140            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
31141            ! ext/SDBM_File/SDBM_File.pm
31142 ____________________________________________________________________________
31143 [  6700] By: jhi                                   on 2000/08/18  18:10:39
31144         Log: Subject: [PATCH perl@6698] cygwin port
31145              From: "Fifer, Eric" <EFifer@sanwaint.com>
31146              Date: Fri, 18 Aug 2000 17:30:05 +0100
31147              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
31148      Branch: perl
31149            ! lib/File/Temp.pm
31150 ____________________________________________________________________________
31151 [  6699] By: jhi                                   on 2000/08/18  16:21:49
31152         Log: Document code point which makes if (defined %stash::) to work
31153              (noted by Spider Boardman).
31154      Branch: perl
31155            ! op.c
31156 ____________________________________________________________________________
31157 [  6698] By: jhi                                   on 2000/08/18  13:43:27
31158         Log: Update Changes.
31159      Branch: perl
31160            ! Changes patchlevel.h
31161 ____________________________________________________________________________
31162 [  6697] By: jhi                                   on 2000/08/18  13:35:57
31163         Log: Tiny Getopt::Long patch from Johan Vromans.
31164      Branch: perl
31165            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
31166 ____________________________________________________________________________
31167 [  6696] By: jhi                                   on 2000/08/18  13:26:14
31168         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
31169              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
31170              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
31171              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
31172      Branch: perl
31173            ! pod/perldiag.pod pod/perlsyn.pod
31174 ____________________________________________________________________________
31175 [  6695] By: jhi                                   on 2000/08/18  13:13:26
31176         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
31177              From: Daniel Chetlin <daniel@chetlin.com>
31178              Date: Fri, 18 Aug 2000 03:13:36 -0700
31179              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
31180      Branch: perl
31181            ! pod/perlfunc.pod
31182 ____________________________________________________________________________
31183 [  6694] By: jhi                                   on 2000/08/18  13:08:05
31184         Log: Subject: [PATCH] perltrap.pod spring cleaning
31185              From: Daniel Chetlin <daniel@chetlin.com>
31186              Date: Fri, 18 Aug 2000 03:06:54 -0700
31187              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
31188              
31189              plus Mike Guy's nitfix.
31190      Branch: perl
31191            ! pod/perltrap.pod
31192 ____________________________________________________________________________
31193 [  6693] By: jhi                                   on 2000/08/18  13:00:26
31194         Log: Unbuffer the output.
31195              
31196              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
31197              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
31198              Date: Thu, 17 Aug 2000 18:39:29 -0700
31199              Message-ID: <RPJn5gzkgydf092yn@efn.org>
31200      Branch: perl
31201            ! t/op/fork.t
31202 ____________________________________________________________________________
31203 [  6692] By: jhi                                   on 2000/08/18  05:19:17
31204         Log: Delete the image, too, not just its MANIFEStation.
31205      Branch: perl
31206            - lib/CGI/eg/wilogo.gif
31207 ____________________________________________________________________________
31208 [  6691] By: jhi                                   on 2000/08/18  05:10:26
31209         Log: Propagate new Configure vars.
31210      Branch: perl
31211            ! configure.com epoc/config.sh uconfig.h uconfig.sh
31212            ! vos/config.def vos/config.h vos/config_h.SH_orig
31213            ! win32/config.bc win32/config.gc win32/config.vc
31214            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
31215 ____________________________________________________________________________
31216 [  6690] By: jhi                                   on 2000/08/18  04:30:56
31217         Log: Update Changes.
31218      Branch: perl
31219            ! Changes patchlevel.h
31220 ____________________________________________________________________________
31221 [  6689] By: jhi                                   on 2000/08/18  04:12:30
31222         Log: Fix the lib/complex failure of
31223              
31224              From: abigail@foad.org
31225              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
31226              Date: 15 Aug 2000 04:06:38 -0000
31227              Message-Id: <20000815040638.8524.qmail@foad.org> 
31228              
31229              Linux long double accuracy issue: something that
31230              when printed with %g looks like "2" but int() of it is 1.
31231      Branch: perl
31232            ! lib/Math/Complex.pm
31233 ____________________________________________________________________________
31234 [  6688] By: jhi                                   on 2000/08/18  03:15:35
31235         Log: The byteorder code in #6671 was wrong.
31236      Branch: perl
31237            ! configpm
31238 ____________________________________________________________________________
31239 [  6687] By: jhi                                   on 2000/08/18  02:08:42
31240         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
31241              From: Jan Dubois <jand@ActiveState.com>
31242              Date: Thu, 17 Aug 2000 18:31:55 -0700
31243              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
31244      Branch: perl
31245            ! sv.c
31246 ____________________________________________________________________________
31247 [  6686] By: jhi                                   on 2000/08/18  02:04:15
31248         Log: Use NVs in POSIX math, not doubles.
31249              
31250              From: abigail@foad.org
31251              Subject: [ID 20000817.014] POSIX & modfl
31252              Date: 17 Aug 2000 20:49:18 -0000
31253              Message-Id: <20000817204918.23123.qmail@foad.org>
31254      Branch: perl
31255            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
31256 ____________________________________________________________________________
31257 [  6685] By: jhi                                   on 2000/08/18  02:02:12
31258         Log: Introduce NVef, NVff, and NVgf, use the middle one.
31259              (helps for lib/peek + Linux + long doubles)  Reported in
31260              
31261              From: abigail@foad.org
31262              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
31263              Date: 15 Aug 2000 04:06:38 -0000
31264              Message-Id: <20000815040638.8524.qmail@foad.org> 
31265              
31266              (note: the lib/complex failure has not yet been addressed)
31267      Branch: metaconfig/U/perl
31268            ! perlxvf.U
31269      Branch: perl
31270            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31271            ! config_h.SH dump.c perl.h pod/perlguts.pod
31272 ____________________________________________________________________________
31273 [  6684] By: jhi                                   on 2000/08/17  23:22:19
31274         Log: Add byteorder to the myconfig output.
31275      Branch: perl
31276            ! myconfig.SH
31277 ____________________________________________________________________________
31278 [  6683] By: jhi                                   on 2000/08/17  23:20:19
31279         Log: The image doth not exist, spotted by Johan Vromans.
31280      Branch: perl
31281            ! MANIFEST
31282 ____________________________________________________________________________
31283 [  6682] By: jhi                                   on 2000/08/17  22:38:16
31284         Log: Document what the backtick returns if the command fails.
31285      Branch: perl
31286            ! pod/perlop.pod
31287 ____________________________________________________________________________
31288 [  6681] By: jhi                                   on 2000/08/17  22:33:12
31289         Log: Do not use prototyping here.
31290              
31291              Subject: [ID 20000817.016] [PATCH] Peek.xs
31292              From: abigail@foad.org
31293              Date: 17 Aug 2000 20:55:56 -0000
31294              Message-Id: <20000817205556.24270.qmail@foad.org>
31295      Branch: perl
31296            ! ext/Devel/Peek/Makefile.PL
31297 ____________________________________________________________________________
31298 [  6680] By: jhi                                   on 2000/08/17  19:46:43
31299         Log: Don't propose using modules built for 5.005 if no binary
31300              compatibility with 5.005 is attempted.
31301              
31302              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
31303              Subject: Minor nit with 5.7.0 (6655)
31304              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
31305              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
31306      Branch: metaconfig
31307            ! U/installdirs/inc_version_list.U
31308      Branch: perl
31309            ! Configure config_h.SH
31310 ____________________________________________________________________________
31311 [  6679] By: jhi                                   on 2000/08/17  19:16:39
31312         Log: Microperl config update.
31313      Branch: perl
31314            ! uconfig.h uconfig.sh
31315 ____________________________________________________________________________
31316 [  6678] By: jhi                                   on 2000/08/17  19:16:13
31317         Log: The #6648 wasn't protective enough for limited platforms
31318              (like microperl).
31319      Branch: perl
31320            ! dump.c sv.c
31321 ____________________________________________________________________________
31322 [  6677] By: jhi                                   on 2000/08/17  14:46:35
31323         Log: Update Changes.
31324      Branch: perl
31325            ! Changes patchlevel.h
31326 ____________________________________________________________________________
31327 [  6676] By: jhi                                   on 2000/08/17  14:44:02
31328         Log: Add perlebcdic from Peter Prymmer, regen toc.
31329      Branch: perl
31330            + pod/perlebcdic.pod
31331            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
31332 ____________________________________________________________________________
31333 [  6675] By: jhi                                   on 2000/08/17  14:41:52
31334         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
31335      Branch: perl
31336            ! pod/perldebtut.pod
31337 ____________________________________________________________________________
31338 [  6674] By: jhi                                   on 2000/08/17  14:29:43
31339         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
31340              
31341              Subject: [ID 20000724.006] -DLEAKTEST problem
31342              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
31343              Date: Tue, 25 Jul 2000 00:36:32 -0500
31344              Message-Id: <20000725003632.A26186@www.llamacom.com>
31345              
31346              Reminder sent
31347              
31348              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
31349              From: Hugo <hv@crypt.compulink.co.uk>
31350              Date: Thu, 17 Aug 2000 15:23:42 +0100
31351              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
31352      Branch: perl
31353            ! util.c
31354 ____________________________________________________________________________
31355 [  6673] By: jhi                                   on 2000/08/17  04:07:10
31356         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
31357              From: John Peacock <JPeacock@UnivPress.com>
31358              Date: Tue, 01 Aug 2000 09:38:12 -0400
31359              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
31360      Branch: perl
31361            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
31362 ____________________________________________________________________________
31363 [  6672] By: jhi                                   on 2000/08/17  03:04:35
31364         Log: Subject: [PATCH] Cwd.pm now uses strict
31365              From: Tim Jenness <timj@jach.hawaii.edu>
31366              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
31367              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
31368      Branch: perl
31369            ! lib/Cwd.pm
31370 ____________________________________________________________________________
31371 [  6671] By: jhi                                   on 2000/08/17  02:16:35
31372         Log: Make $Config{byteorder} more magical so that it is
31373              dynamically computed: nice for 'fat binaries'.
31374              
31375              Subject: [PATCH]: default byteorder
31376              From: Wilfredo Sánchez <wsanchez@apple.com>
31377              Date: Mon, 31 Jul 2000 19:45:31 -0700
31378              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
31379      Branch: perl
31380            ! configpm
31381 ____________________________________________________________________________
31382 [  6670] By: gsar                                  on 2000/08/17  01:22:21
31383         Log: move WNOHANG definition to where other such things are
31384      Branch: perl
31385            ! win32/win32.h
31386 ____________________________________________________________________________
31387 [  6669] By: jhi                                   on 2000/08/17  01:19:17
31388         Log: Update Changes.
31389      Branch: perl
31390            ! Changes patchlevel.h
31391 ____________________________________________________________________________
31392 [  6668] By: jhi                                   on 2000/08/17  01:16:29
31393         Log: Doc nits spotted by Richard Soderberg.
31394      Branch: perl
31395            ! README.posix-bc README.vmesa
31396 ____________________________________________________________________________
31397 [  6667] By: jhi                                   on 2000/08/17  01:12:11
31398         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
31399              From: "Casey R. Tweten" <crt@kiski.net>
31400              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
31401              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
31402      Branch: perl
31403            ! pod/perldebtut.pod
31404 ____________________________________________________________________________
31405 [  6666] By: jhi                                   on 2000/08/17  01:09:31
31406         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
31407              From: "Casey R. Tweten" <crt@kiski.net>
31408              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
31409              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
31410      Branch: perl
31411            ! lib/Shell.pm
31412 ____________________________________________________________________________
31413 [  6665] By: gsar                                  on 2000/08/17  01:03:52
31414         Log: add "ok" targets from change#6632 in makefile.mk
31415      Branch: perl
31416            ! pod/perlport.pod win32/Makefile win32/makefile.mk
31417 ____________________________________________________________________________
31418 [  6664] By: gsar                                  on 2000/08/17  00:56:11
31419         Log: avoid warnings from dense compiler
31420      Branch: perl
31421            ! win32/win32.c
31422 ____________________________________________________________________________
31423 [  6663] By: jhi                                   on 2000/08/17  00:51:49
31424         Log: Tweak the regex compilation errors once more.
31425      Branch: perl
31426            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
31427            ! t/op/regmesg.t t/pragma/warn/regcomp
31428 ____________________________________________________________________________
31429 [  6662] By: gsar                                  on 2000/08/17  00:28:19
31430         Log: trailing new %ENV entries weren't being pushed into the real
31431              environment of subprocesses on Windows
31432      Branch: perl
31433            ! t/op/magic.t win32/perlhost.h
31434 ____________________________________________________________________________
31435 [  6661] By: gsar                                  on 2000/08/17  00:19:20
31436         Log: waitpid() now handles externally spawned pids correctly;
31437              fixes for backtick/wait/waitpid failures on Windows 9x
31438              
31439              these changes make the pid returned by process functions on
31440              Windows 9x always positive by clearing the high bit (which
31441              is always set on Win9x); pseudo-process PIDs are likewise
31442              always negative now on Win9x (just as on NT/2000)
31443      Branch: perl
31444            ! pp_sys.c win32/perlhost.h win32/win32.c
31445 ____________________________________________________________________________
31446 [  6660] By: jhi                                   on 2000/08/17  00:04:32
31447         Log: Retract #6645.
31448      Branch: perl
31449            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31450            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
31451            ! t/op/sprintf.t
31452 ____________________________________________________________________________
31453 [  6659] By: gsar                                  on 2000/08/16  23:59:28
31454         Log: on windows, the return values from wait() and waitpid() don't
31455              match those of pseudo-pids
31456      Branch: perl
31457            ! pp_sys.c t/op/fork.t util.c win32/win32.c
31458 ____________________________________________________________________________
31459 [  6658] By: gsar                                  on 2000/08/16  23:56:14
31460         Log: pod nit seen in passing
31461      Branch: perl
31462            ! pod/perlfunc.pod
31463 ____________________________________________________________________________
31464 [  6657] By: gsar                                  on 2000/08/16  23:53:42
31465         Log: change#6328 could make close(SOCKET) return false on windows
31466              when it shouldn't
31467      Branch: perl
31468            ! win32/win32sck.c
31469 ____________________________________________________________________________
31470 [  6656] By: gsar                                  on 2000/08/16  23:46:57
31471         Log: check that the number pseudo children doesn't exceed
31472              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
31473              the WaitForMultipleObjects() limit that would cause wait()
31474              to crash)
31475              
31476              wait() and waitpid() could potentially be rewritten to use
31477              more than one thread to do the waiting to eliminate this
31478              limitation
31479      Branch: perl
31480            ! win32/perlhost.h
31481 ____________________________________________________________________________
31482 [  6655] By: jhi                                   on 2000/08/16  14:11:05
31483         Log: Update Changes.
31484      Branch: perl
31485            ! Changes patchlevel.h
31486 ____________________________________________________________________________
31487 [  6654] By: jhi                                   on 2000/08/16  14:10:12
31488         Log: Update to perldebtut 1.9, from Richard Foley.
31489      Branch: perl
31490            ! pod/perldebtut.pod
31491 ____________________________________________________________________________
31492 [  6653] By: jhi                                   on 2000/08/16  14:08:17
31493         Log: Change the regx compilation error markers to use = instead of <
31494              since pod makes using the latter quite messy.  Reported in
31495              ID 20000814.006 by Abigail and in
31496              Subject: Unknown escape E<> ?
31497              From: Lupe Christoph <lupe@lupe-christoph.de>
31498              Date: Fri, 11 Aug 2000 00:30:27 +0200
31499              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
31500      Branch: perl
31501            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
31502            ! t/op/regmesg.t t/pragma/warn/regcomp
31503 ____________________________________________________________________________
31504 [  6652] By: jhi                                   on 2000/08/16  13:25:31
31505         Log: Change the perlbug address to perl.org since it's more forgiving.
31506              
31507              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
31508              From: abigail@foad.org
31509              Date: 15 Aug 2000 04:15:40 -0000
31510              Message-Id: <20000815041540.8633.qmail@foad.org>
31511      Branch: perl
31512            ! utils/perlbug.PL
31513 ____________________________________________________________________________
31514 [  6651] By: jhi                                   on 2000/08/16  13:22:35
31515         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
31516              From: Tim Jenness <timj@jach.hawaii.edu>
31517              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
31518              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
31519      Branch: perl
31520            ! lib/Cwd.pm
31521 ____________________________________________________________________________
31522 [  6650] By: jhi                                   on 2000/08/16  13:18:13
31523         Log: Update to CPAN 1.57.
31524              
31525              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
31526              From: andreas.koenig@anima.de (Andreas J. Koenig)
31527              Date: 16 Aug 2000 15:09:46 +0200
31528              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
31529      Branch: perl
31530            ! lib/CPAN.pm
31531 ____________________________________________________________________________
31532 [  6649] By: jhi                                   on 2000/08/16  13:12:31
31533         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
31534              From: "Larry W. Virden" <lvirden@cas.org>
31535              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
31536              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
31537      Branch: perl
31538            ! README.hpux
31539 ____________________________________________________________________________
31540 [  6648] By: jhi                                   on 2000/08/16  13:03:53
31541         Log: The numeric locale was reset to "C" by s?printf and never restored.
31542              
31543              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
31544              From: Christian Kirsch <ck@held.mind.de>
31545              Date: Wed, 9 Aug 2000 17:05:17 +0200
31546              Message-Id: <20000809170517.A25389@held>
31547              
31548              No test since adding the failing example to locale.t
31549              does not fail -- probably because the locale settings are so
31550              thoroughly tweaked by that time.  Running the example standalone
31551              does fail, though.  UPDATE: test case added at change #7540.
31552      Branch: perl
31553            ! dump.c perl.h pp.c pp_ctl.c sv.c
31554 ____________________________________________________________________________
31555 [  6647] By: jhi                                   on 2000/08/16  00:07:54
31556         Log: Update Changes and test semi-automatic patchlevel updating.
31557      Branch: perl
31558            ! Changes patchlevel.h
31559 ____________________________________________________________________________
31560 [  6646] By: jhi                                   on 2000/08/15  23:35:07
31561         Log: Fix a dependency problem.
31562              
31563              Subject: [PATCH: 6640] VMS Makefile.SH update
31564              From: Peter Prymmer <pvhp@forte.com>
31565              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
31566              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
31567      Branch: perl
31568            ! vms/descrip_mms.template
31569 ____________________________________________________________________________
31570 [  6645] By: jhi                                   on 2000/08/15  23:33:23
31571         Log: (Retracted by #6660)
31572              
31573              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
31574              From: Dominic Dunlop <domo@computer.org>
31575              Date: Tue, 15 Aug 2000 22:20:52 +0200
31576              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
31577      Branch: metaconfig/U/perl
31578            + d_printfed.U
31579      Branch: perl
31580            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31581            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
31582            ! t/op/sprintf.t
31583 ____________________________________________________________________________
31584 [  6644] By: jhi                                   on 2000/08/15  21:17:20
31585         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
31586              From: abigail@foad.org
31587              Date: 15 Aug 2000 20:12:41 -0000
31588              Message-Id: <20000815201241.25556.qmail@foad.org>
31589      Branch: perl
31590            ! INSTALL
31591 ____________________________________________________________________________
31592 [  6643] By: jhi                                   on 2000/08/15  21:15:28
31593         Log: (an already applied patch)
31594      Branch: perl
31595            ! lib/CGI.pm
31596 ____________________________________________________________________________
31597 [  6642] By: gsar                                  on 2000/08/15  19:54:05
31598         Log: magic callbacks all need to have same type signature
31599      Branch: perl
31600            ! embed.pl mg.c proto.h
31601 ____________________________________________________________________________
31602 [  6641] By: jhi                                   on 2000/08/15  17:56:27
31603         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)
31604              From: Mike Guy <mjtg@cam.ac.uk>
31605              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
31606              Date: Tue, 15 Aug 2000 18:26:45 +0100
31607              
31608              Only the peek.t part applied, not the hash quality part.
31609      Branch: perl
31610            ! t/lib/peek.t
31611 ____________________________________________________________________________
31612 [  6640] By: jhi                                   on 2000/08/15  16:37:37
31613         Log: Update Changes.
31614      Branch: perl
31615            ! Changes
31616 ____________________________________________________________________________
31617 [  6639] By: jhi                                   on 2000/08/15  16:34:55
31618         Log: Missed a file from #6638.
31619      Branch: perl
31620            ! lib/File/Temp.pm
31621 ____________________________________________________________________________
31622 [  6638] By: jhi                                   on 2000/08/15  16:33:19
31623         Log: Subject: [PATCH perl@6620] cygwin port
31624              From: "Fifer, Eric" <EFifer@sanwaint.com>
31625              Date: Tue, 15 Aug 2000 17:00:49 +0100
31626              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
31627      Branch: perl
31628            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
31629 ____________________________________________________________________________
31630 [  6637] By: jhi                                   on 2000/08/15  16:29:22
31631         Log: Subject: [PATCH] debugger exit code should reflect user exit code
31632              From: Mike Guy <mjtg@cam.ac.uk>
31633              Date: Tue, 15 Aug 2000 16:55:59 +0100
31634              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
31635      Branch: perl
31636            ! lib/perl5db.pl
31637 ____________________________________________________________________________
31638 [  6636] By: jhi                                   on 2000/08/15  15:30:58
31639         Log: Update Changes.
31640      Branch: perl
31641            ! Changes
31642 ____________________________________________________________________________
31643 [  6635] By: jhi                                   on 2000/08/15  15:27:21
31644         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
31645      Branch: metaconfig
31646            ! U/mkglossary U/mksample
31647      Branch: metaconfig/U/perl
31648            ! Devel.U
31649      Branch: perl
31650            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31651 ____________________________________________________________________________
31652 [  6634] By: jhi                                   on 2000/08/15  14:11:55
31653         Log: Don't blow limited stacks, a lower number is enough to
31654              tickle the lookbehind limit.
31655              
31656              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
31657              From: Dominic Dunlop <domo@computer.org>
31658              Date: Tue, 15 Aug 2000 13:51:24 +0200
31659              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
31660      Branch: perl
31661            ! t/op/regmesg.t
31662 ____________________________________________________________________________
31663 [  6633] By: jhi                                   on 2000/08/15  14:01:46
31664         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
31665              From: Mike Guy <mjtg@cam.ac.uk>
31666              Date: Tue, 15 Aug 2000 12:10:50 +0100
31667              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
31668      Branch: perl
31669            ! utils/perldoc.PL
31670 ____________________________________________________________________________
31671 [  6632] By: jhi                                   on 2000/08/15  13:58:48
31672         Log: make ok etc also for win32.
31673              
31674              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
31675              From: Prymmer/Kahn <pvhp@best.com>
31676              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
31677              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
31678      Branch: perl
31679            ! win32/Makefile
31680 ____________________________________________________________________________
31681 [  6631] By: jhi                                   on 2000/08/15  13:45:03
31682         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
31683      Branch: perl
31684            ! lib/Test.pm
31685 ____________________________________________________________________________
31686 [  6630] By: jhi                                   on 2000/08/15  03:25:09
31687         Log: Update Changes.
31688      Branch: perl
31689            ! Changes
31690 ____________________________________________________________________________
31691 [  6629] By: jhi                                   on 2000/08/15  03:23:53
31692         Log: magic_regdatum_set() is void, not int.
31693      Branch: perl
31694            ! embed.pl mg.c proto.h
31695 ____________________________________________________________________________
31696 [  6628] By: jhi                                   on 2000/08/15  03:08:02
31697         Log: Make the user to give up his firstborn, err, to knowingly
31698              verify installing an unstable developer release.  Also bump
31699              the release to 5.7.0, but leave a patch tag in the local
31700              patches saying that this is not yet the real thing.
31701      Branch: metaconfig
31702            ! U/modified/Instruct.U
31703      Branch: metaconfig/U/perl
31704            + Devel.U
31705      Branch: perl
31706            ! Configure patchlevel.h
31707 ____________________________________________________________________________
31708 [  6627] By: jhi                                   on 2000/08/14  22:32:52
31709         Log: README.os2 update.
31710              
31711              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
31712              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
31713              Date: Wed, 02 Aug 2000 21:55:09 -0700
31714              Message-ID: <tsPi5gzkgegX092yn@efn.org>
31715      Branch: perl
31716            ! README.os2
31717 ____________________________________________________________________________
31718 [  6626] By: jhi                                   on 2000/08/14  21:00:02
31719         Log: Subject: Re: File::Temp problems on VMS in bleedperl
31720              From: Tim Jenness <timj@jach.hawaii.edu>
31721              cc: vmsperl@perl.org
31722              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
31723              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
31724      Branch: perl
31725            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
31726 ____________________________________________________________________________
31727 [  6625] By: jhi                                   on 2000/08/14  20:52:16
31728         Log: Add SUIDMAIL as was done for the CERT alert.
31729      Branch: perl
31730            ! patchlevel.h
31731 ____________________________________________________________________________
31732 [  6624] By: jhi                                   on 2000/08/14  20:48:50
31733         Log: Subject: sfio2000
31734              From: Daniel Muino <dmuino@afip.gov.ar>
31735              Date: Mon, 14 Aug 2000 16:58:11 -0300
31736              Message-ID: <20000814165811.B16368@con2-dgi>
31737      Branch: perl
31738            ! perlsdio.h perlsfio.h
31739 ____________________________________________________________________________
31740 [  6623] By: jhi                                   on 2000/08/14  20:47:36
31741         Log: Subject: warning: storage class after type is obsolescent
31742              From: Daniel Muino <dmuino@afip.gov.ar>
31743              Date: Mon, 14 Aug 2000 16:42:47 -0300
31744              Message-ID: <20000814164247.A16368@con2-dgi>
31745      Branch: perl
31746            ! regcomp.pl regnodes.h
31747 ____________________________________________________________________________
31748 [  6622] By: jhi                                   on 2000/08/14  20:43:05
31749         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
31750              From: abigail@foad.org
31751              Date: 14 Aug 2000 20:00:10 -0000
31752              Message-Id: <20000814200010.27271.qmail@foad.org>
31753      Branch: perl
31754            ! Changes
31755 ____________________________________________________________________________
31756 [  6621] By: jhi                                   on 2000/08/14  15:23:05
31757         Log: Update Changes.
31758      Branch: perl
31759            ! Changes
31760 ____________________________________________________________________________
31761 [  6620] By: jhi                                   on 2000/08/14  15:22:14
31762         Log: Subject: Re: [PATCH] @+, @- readonly
31763              From: Mike Guy <mjtg@cam.ac.uk>
31764              Date: Mon, 14 Aug 2000 15:26:55 +0100
31765              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
31766      Branch: perl
31767            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
31768            ! sv.c t/op/pat.t
31769 ____________________________________________________________________________
31770 [  6619] By: jhi                                   on 2000/08/14  14:12:08
31771         Log: Update Changes.
31772      Branch: perl
31773            ! Changes
31774 ____________________________________________________________________________
31775 [  6618] By: jhi                                   on 2000/08/14  14:09:34
31776         Log: For now remove the mail code.
31777      Branch: perl
31778            ! perl.c
31779 ____________________________________________________________________________
31780 [  6617] By: jhi                                   on 2000/08/14  14:08:28
31781         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
31782      Branch: perl
31783            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
31784            ! pod/perlfaq8.pod pod/perlsec.pod
31785 ____________________________________________________________________________
31786 [  6616] By: jhi                                   on 2000/08/14  14:00:11
31787         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
31788              From: Mike Guy <mjtg@cam.ac.uk>
31789              Date: Mon, 14 Aug 2000 08:26:02 +0100
31790              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
31791      Branch: perl
31792            ! lib/perl5db.pl
31793 ____________________________________________________________________________
31794 [  6615] By: jhi                                   on 2000/08/14  13:58:45
31795         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
31796              From: Mike Guy <mjtg@cam.ac.uk>
31797              Date: Mon, 14 Aug 2000 08:04:22 +0100
31798              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
31799      Branch: perl
31800            ! gv.c mg.c t/op/pat.t
31801 ____________________________________________________________________________
31802 [  6614] By: jhi                                   on 2000/08/14  13:56:45
31803         Log: Subject: Test fails / warnings with perl-current #6612
31804              From: Mike Guy <mjtg@cam.ac.uk>
31805              Date: Mon, 14 Aug 2000 07:57:23 +0100
31806              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
31807      Branch: perl
31808            ! t/lib/b.t t/lib/peek.t
31809 ____________________________________________________________________________
31810 [  6613] By: jhi                                   on 2000/08/14  13:45:33
31811         Log: VMS configure.com update continues.
31812      Branch: perl
31813            - vms/configure.com
31814            ! MANIFEST configure.com
31815 ____________________________________________________________________________
31816 [  6612] By: jhi                                   on 2000/08/13  22:13:35
31817         Log: Update Changes.
31818      Branch: perl
31819            ! Changes
31820 ____________________________________________________________________________
31821 [  6611] By: jhi                                   on 2000/08/13  16:21:45
31822         Log: Upgrade to CGI 2.71, from Lincoln Stein.
31823      Branch: perl
31824            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
31825 ____________________________________________________________________________
31826 [  6610] By: jhi                                   on 2000/08/13  15:09:16
31827         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
31828              From: Mike Guy <mjtg@cam.ac.uk>
31829              Date: Sun, 13 Aug 2000 13:45:51 +0100
31830              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
31831      Branch: perl
31832            ! t/op/regmesg.t
31833 ____________________________________________________________________________
31834 [  6609] By: jhi                                   on 2000/08/13  14:31:26
31835         Log: Andreas says that 1.56 is fine, so reverting back to it.
31836      Branch: perl
31837            ! lib/CPAN.pm
31838 ____________________________________________________________________________
31839 [  6608] By: jhi                                   on 2000/08/13  05:34:20
31840         Log: Update Changes.
31841      Branch: perl
31842            ! Changes
31843 ____________________________________________________________________________
31844 [  6607] By: jhi                                   on 2000/08/13  05:32:01
31845         Log: Put back the \z changes of #5406 to CPAN.pm.
31846      Branch: perl
31847            ! lib/CPAN.pm
31848 ____________________________________________________________________________
31849 [  6606] By: jhi                                   on 2000/08/13  05:20:16
31850         Log: Fix-n-skip the tests under 5005threads.
31851      Branch: perl
31852            ! t/lib/b.t
31853 ____________________________________________________________________________
31854 [  6605] By: jhi                                   on 2000/08/13  05:07:48
31855         Log: Fix the test for 5005threads.
31856      Branch: perl
31857            ! t/lib/peek.t
31858 ____________________________________________________________________________
31859 [  6604] By: jhi                                   on 2000/08/13  03:35:37
31860         Log: Should have deleted this in #6603.
31861      Branch: perl
31862            - vms/subconfigure.com
31863 ____________________________________________________________________________
31864 [  6603] By: jhi                                   on 2000/08/12  18:29:32
31865         Log: Rewrite of vms/subconfigure.com as configure.com,
31866              from Peter Prymmer and the vmsperl crew.
31867      Branch: perl
31868            + vms/configure.com
31869            ! MANIFEST
31870 ____________________________________________________________________________
31871 [  6602] By: jhi                                   on 2000/08/11  13:00:01
31872         Log: PlainText.pm is dead.
31873      Branch: perl
31874            - lib/Pod/PlainText.pm
31875            ! MANIFEST
31876 ____________________________________________________________________________
31877 [  6601] By: jhi                                   on 2000/08/11  04:06:45
31878         Log: Update Changes.
31879      Branch: perl
31880            ! Changes
31881 ____________________________________________________________________________
31882 [  6600] By: jhi                                   on 2000/08/11  04:06:10
31883         Log: Add a few missing files, update MANIFEST.
31884      Branch: perl
31885            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
31886            + lib/Pod/PlainText.pm t/pod/find.t
31887            ! MANIFEST t/op/regmesg.t
31888 ____________________________________________________________________________
31889 [  6599] By: jhi                                   on 2000/08/11  03:31:10
31890         Log: Add Perl debugging tutorial, regen toc. 
31891              
31892              Subject: perldebtut.pod
31893              From: Richard Foley <Richard.Foley@m.dasa.de>
31894              Date: Wed, 09 Aug 2000 10:17:15 +0200
31895              Message-id: <3991138B.262247B8@m.dasa.de>
31896      Branch: perl
31897            + pod/perldebtut.pod
31898            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
31899 ____________________________________________________________________________
31900 [  6598] By: jhi                                   on 2000/08/11  02:48:56
31901         Log: tiny Changes edit
31902      Branch: perl
31903            ! Changes
31904 ____________________________________________________________________________
31905 [  6597] By: jhi                                   on 2000/08/11  02:39:04
31906         Log: Tests for #6589.
31907              
31908              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
31909              From: simon@brecon.co.uk (Simon Cozens)
31910              Date: 11 Aug 2000 02:24:52 GMT
31911              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
31912      Branch: perl
31913            ! t/lib/b.t
31914 ____________________________________________________________________________
31915 [  6596] By: jhi                                   on 2000/08/11  01:50:07
31916         Log: Update Changes.
31917      Branch: perl
31918            ! Changes
31919 ____________________________________________________________________________
31920 [  6595] By: jhi                                   on 2000/08/11  01:47:16
31921         Log: nitfix
31922      Branch: perl
31923            ! Changes
31924 ____________________________________________________________________________
31925 [  6594] By: jhi                                   on 2000/08/11  01:36:16
31926         Log: Subject: Getting perlio and threads to compile
31927              From: Lupe Christoph <lupe@lupe-christoph.de>
31928              Date: Wed, 9 Aug 2000 11:35:54 +0200
31929              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
31930              
31931              (the Solaris version changes in Configure skipped)
31932      Branch: perl
31933            ! hints/solaris_2.sh thread.h
31934 ____________________________________________________________________________
31935 [  6593] By: jhi                                   on 2000/08/11  01:30:16
31936         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
31937              From: simon@brecon.co.uk (Simon Cozens)
31938              Date: 1 Aug 2000 06:55:19 GMT
31939              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
31940      Branch: perl
31941            ! lib/utf8.pm
31942 ____________________________________________________________________________
31943 [  6592] By: jhi                                   on 2000/08/11  01:26:39
31944         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
31945              From: Peter Scott <Peter@PeterScott.com>
31946              Date: Thu, 10 Aug 2000 08:23:27 -0700
31947              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
31948      Branch: perl
31949            ! lib/perl5db.pl
31950 ____________________________________________________________________________
31951 [  6591] By: jhi                                   on 2000/08/11  01:22:02
31952         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
31953              From: Hugo <hv@crypt.compulink.co.uk>
31954              Date: Thu, 10 Aug 2000 19:23:04 +0100
31955              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
31956      Branch: perl
31957            ! regexec.c t/op/pat.t
31958 ____________________________________________________________________________
31959 [  6590] By: jhi                                   on 2000/08/11  01:19:19
31960         Log: Preprocessing and postprocessing for File::Find.
31961              
31962              Subject: Patch to Find::File.pm to allow alphabetical results
31963              From: Joe Smith <jsmith@inwap.com>
31964              Date: Wed, 9 Aug 2000 02:44:54 -0700
31965              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
31966      Branch: perl
31967            ! lib/File/Find.pm
31968 ____________________________________________________________________________
31969 [  6589] By: jhi                                   on 2000/08/11  01:12:39
31970         Log: B::Deparse didn't do sub attributes.
31971              
31972              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
31973              From: simon@brecon.co.uk (Simon Cozens)
31974              Date: 9 Aug 2000 04:49:20 GMT
31975              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
31976      Branch: perl
31977            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
31978 ____________________________________________________________________________
31979 [  6588] By: jhi                                   on 2000/08/11  01:06:40
31980         Log: Subject: debugger "d" command doesnt check line number
31981              From: Mike Guy <mjtg@cam.ac.uk>
31982              Date: Tue, 08 Aug 2000 21:54:29 +0100
31983              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
31984      Branch: perl
31985            ! lib/perl5db.pl mg.c pod/perldiag.pod
31986 ____________________________________________________________________________
31987 [  6587] By: jhi                                   on 2000/08/11  00:45:03
31988         Log: sleep(1) does not necessarily return 1.
31989              
31990              Subject: [PATCH bleadperl] op/lex_assign.t  
31991              From: Hugo <hv@crypt.compulink.co.uk>
31992              Date: Thu, 03 Aug 2000 14:34:22 +0100        
31993              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
31994      Branch: perl
31995            ! t/op/lex_assign.t
31996 ____________________________________________________________________________
31997 [  6586] By: jhi                                   on 2000/08/11  00:31:50
31998         Log: Document the IO::Select timeout.
31999      Branch: perl
32000            ! ext/IO/lib/IO/Select.pm
32001 ____________________________________________________________________________
32002 [  6585] By: jhi                                   on 2000/08/11  00:13:54
32003         Log: Forgot contributor.
32004      Branch: perl
32005            ! Changes
32006 ____________________________________________________________________________
32007 [  6584] By: jhi                                   on 2000/08/11  00:09:19
32008         Log: detypo
32009      Branch: perl
32010            ! Changes
32011 ____________________________________________________________________________
32012 [  6583] By: jhi                                   on 2000/08/11  00:07:53
32013         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
32014              
32015              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
32016              From: Mike Guy <mjtg@cam.ac.uk> 
32017              Date: Thu, 10 Aug 2000 15:50:54 +0100
32018              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
32019      Branch: perl
32020            ! sv.c t/op/int.t
32021 ____________________________________________________________________________
32022 [  6582] By: jhi                                   on 2000/08/10  23:29:32
32023         Log: Update Changes.
32024      Branch: perl
32025            ! Changes
32026 ____________________________________________________________________________
32027 [  6581] By: jhi                                   on 2000/08/10  23:26:16
32028         Log: Put back the std @INC thing.
32029      Branch: perl
32030            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
32031            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
32032            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
32033            ! t/lib/gol-oo.t
32034 ____________________________________________________________________________
32035 [  6580] By: jhi                                   on 2000/08/10  23:03:34
32036         Log: Update to CGI 2.70, from Lincoln Stein.
32037      Branch: perl
32038            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
32039            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
32040            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
32041            ! t/lib/cgi-request.t
32042 ____________________________________________________________________________
32043 [  6579] By: jhi                                   on 2000/08/10  22:41:50
32044         Log: Update to CPAN 1.56, from Andreas König.
32045      Branch: perl
32046            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
32047 ____________________________________________________________________________
32048 [  6578] By: jhi                                   on 2000/08/10  22:38:13
32049         Log: Update to Pod::Parser 1.17, from Brad Appleton.
32050      Branch: perl
32051            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
32052            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
32053            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
32054            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
32055            ! t/pod/include.t t/pod/included.t t/pod/lref.t
32056            ! t/pod/multiline_items.t t/pod/nested_items.t
32057            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
32058            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
32059            ! t/pod/special_seqs.t
32060 ____________________________________________________________________________
32061 [  6577] By: jhi                                   on 2000/08/10  22:35:41
32062         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
32063      Branch: perl
32064            ! AUTHORS MAINTAIN
32065 ____________________________________________________________________________
32066 [  6576] By: jhi                                   on 2000/08/10  22:24:54
32067         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
32068      Branch: perl
32069            + t/lib/gol-oo.t
32070            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
32071            ! t/lib/gol-compat.t t/lib/gol-linkage.t
32072 ____________________________________________________________________________
32073 [  6575] By: jhi                                   on 2000/08/10  22:02:07
32074         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
32075      Branch: perl
32076            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
32077 ____________________________________________________________________________
32078 [  6574] By: jhi                                   on 2000/08/10  21:55:03
32079         Log: Iterating perl6 description.
32080      Branch: perl
32081            ! pod/perlfaq1.pod
32082 ____________________________________________________________________________
32083 [  6573] By: jhi                                   on 2000/08/10  21:48:26
32084         Log: Revert the sv.c part of #6559, a better fix is needed.
32085      Branch: perl
32086            ! sv.c
32087 ____________________________________________________________________________
32088 [  6572] By: jhi                                   on 2000/08/10  20:33:43
32089         Log: It's the 2ndO'ROSSC.
32090      Branch: perl
32091            ! pod/perlfaq1.pod
32092 ____________________________________________________________________________
32093 [  6571] By: jhi                                   on 2000/08/10  15:55:48
32094         Log: detypo
32095      Branch: perl
32096            ! pod/perlfaq1.pod
32097 ____________________________________________________________________________
32098 [  6570] By: jhi                                   on 2000/08/10  14:11:17
32099         Log: An exceptionally sticky typo.
32100      Branch: perl
32101            ! Changes
32102 ____________________________________________________________________________
32103 [  6569] By: jhi                                   on 2000/08/10  14:09:33
32104         Log: detypo (and test Changes updating script)
32105      Branch: perl
32106            ! Changes
32107 ____________________________________________________________________________
32108 [  6568] By: jhi                                   on 2000/08/10  14:07:07
32109         Log: Update Changes.
32110      Branch: perl
32111            ! Changes
32112 ____________________________________________________________________________
32113 [  6567] By: jhi                                   on 2000/08/10  14:06:19
32114         Log: Amend the description of Perl6.
32115              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
32116              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
32117              Date: Wed, 9 Aug 2000 22:11:06 -0500
32118              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
32119      Branch: perl
32120            ! pod/perlfaq1.pod
32121 ____________________________________________________________________________
32122 [  6566] By: jhi                                   on 2000/08/10  13:58:57
32123         Log: Subject: Remove dead entry in perldiag
32124              From: Mike Guy <mjtg@cam.ac.uk>
32125              Date: Thu, 10 Aug 2000 14:19:19 +0100
32126              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
32127      Branch: perl
32128            ! pod/perldiag.pod
32129 ____________________________________________________________________________
32130 [  6565] By: jhi                                   on 2000/08/10  13:51:48
32131         Log: Zero entries were skipped, fix from Adrian Goalby
32132              <argoalby@yahoo.co.uk>
32133      Branch: perl
32134            ! lib/unicode/Number.pl lib/unicode/mktables.PL
32135 ____________________________________________________________________________
32136 [  6564] By: jhi                                   on 2000/08/10  13:00:12
32137         Log: Subject: [PATCH 5.6.0] cygwin port
32138              From: "Fifer, Eric" <EFifer@sanwaint.com>
32139              Date: Thu, 10 Aug 2000 13:15:36 +0100
32140              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
32141      Branch: perl
32142            ! README.cygwin hints/cygwin.sh
32143 ____________________________________________________________________________
32144 [  6563] By: jhi                                   on 2000/08/10  12:55:16
32145         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
32146      Branch: perl
32147            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
32148 ____________________________________________________________________________
32149 [  6562] By: gsar                                  on 2000/08/10  08:38:39
32150         Log: warn is a macro, avoid using at a variable to avoid warnings
32151              in some configurations; readdir.t is too conservative in
32152              estimating number of *.t's
32153      Branch: perl
32154            ! t/op/readdir.t util.c
32155 ____________________________________________________________________________
32156 [  6561] By: jhi                                   on 2000/08/09  23:35:42
32157         Log: Update Changes.
32158      Branch: perl
32159            ! Changes
32160 ____________________________________________________________________________
32161 [  6560] By: jhi                                   on 2000/08/09  23:05:47
32162         Log: Subject: Re: enhanced(?) regex error messages
32163              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
32164              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
32165              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
32166              
32167              (plus two small patches sent privately)
32168              (this still seems to leave few test failures)
32169      Branch: perl
32170            + t/op/regmesg.t
32171            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
32172            ! t/pragma/warn/regcomp
32173 ____________________________________________________________________________
32174 [  6559] By: jhi                                   on 2000/08/09  20:41:18
32175         Log: (The fix did work but was not right, retracted in #6573)
32176              
32177              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
32178              From: Christian Kirsch <ck@held.mind.de>
32179              Date: Wed, 9 Aug 2000 17:05:17 +0200
32180              Message-Id: <20000809170517.A25389@held>
32181      Branch: perl
32182            ! sv.c t/pragma/locale.t
32183 ____________________________________________________________________________
32184 [  6558] By: jhi                                   on 2000/08/08  22:34:08
32185         Log: Tiny updates on the contributors list.
32186      Branch: perl
32187            ! Changes
32188 ____________________________________________________________________________
32189 [  6557] By: jhi                                   on 2000/08/08  19:34:28
32190         Log: Double check that we have a dirhandle.
32191      Branch: perl
32192            ! util.c
32193 ____________________________________________________________________________
32194 [  6556] By: jhi                                   on 2000/08/08  19:01:51
32195         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
32196              May be repopulated with fresh maintained examples.
32197      Branch: perl
32198            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
32199            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
32200            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
32201            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
32202            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
32203            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
32204            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
32205            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
32206            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
32207            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
32208            + lib/CGI/eg/wilogo_gif.uu
32209            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
32210            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
32211            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
32212            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
32213            - eg/cgi/frameset.cgi eg/cgi/index.html
32214            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
32215            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
32216            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
32217            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
32218            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
32219            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
32220            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
32221            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
32222            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
32223            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
32224            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
32225            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
32226            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
32227            - eg/van/vanish eg/who eg/wrapsuid
32228            ! MANIFEST
32229 ____________________________________________________________________________
32230 [  6555] By: jhi                                   on 2000/08/08  18:51:08
32231         Log: Delete chat2 as requested by Randal.
32232              
32233              Subject: Re: perlfaq8 coyness
32234              From: merlyn@stonehenge.com (Randal L. Schwartz) 
32235              Date: 15 May 2000 18:52:42 -0700 
32236              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
32237      Branch: perl
32238            - lib/chat2.pl
32239            ! MANIFEST
32240 ____________________________________________________________________________
32241 [  6554] By: jhi                                   on 2000/08/08  18:31:35
32242         Log: Regen global.sym.
32243      Branch: perl
32244            ! global.sym
32245 ____________________________________________________________________________
32246 [  6553] By: jhi                                   on 2000/08/08  18:28:13
32247         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
32248              (either perlbug or p5p ate the original), plus regen
32249              perlapi and perltoc. 
32250      Branch: perl
32251            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
32252            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
32253            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
32254            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
32255            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
32256            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
32257            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
32258            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
32259            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
32260            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
32261 ____________________________________________________________________________
32262 [  6552] By: jhi                                   on 2000/08/08  18:06:29
32263         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
32264              From: Mike Guy <mjtg@cam.ac.uk>
32265              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
32266              Date: Tue, 08 Aug 2000 15:51:27 +0100
32267      Branch: perl
32268            ! doop.c sv.h t/op/join.t t/pragma/overload.t
32269 ____________________________________________________________________________
32270 [  6551] By: jhi                                   on 2000/08/08  18:01:11
32271         Log: Re-apply #6549.
32272      Branch: perl
32273            ! lib/perl5db.pl
32274 ____________________________________________________________________________
32275 [  6550] By: jhi                                   on 2000/08/08  17:43:08
32276         Log: Accidental retraction of #6549.
32277      Branch: perl
32278            ! lib/perl5db.pl
32279 ____________________________________________________________________________
32280 [  6549] By: jhi                                   on 2000/08/08  17:40:04
32281         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
32282              From: Mike Guy <mjtg@cam.ac.uk>
32283              Date: Mon, 07 Aug 2000 21:49:58 +0100
32284              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
32285      Branch: perl
32286            ! lib/perl5db.pl
32287 ____________________________________________________________________________
32288 [  6548] By: jhi                                   on 2000/08/08  17:37:57
32289         Log: Document here-doc better.
32290              
32291              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
32292              From: Mike Guy <mjtg@cam.ac.uk>
32293              Date: Mon, 07 Aug 2000 14:02:09 +0100
32294              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
32295      Branch: perl
32296            ! pod/perldata.pod
32297 ____________________________________________________________________________
32298 [  6547] By: jhi                                   on 2000/08/08  17:33:34
32299         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
32300              From: "Randy J. Ray" <rjray@redhat.com>
32301              Date: Mon, 07 Aug 2000 19:12:25 -0700
32302              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
32303      Branch: perl
32304            ! perl.c pod/perlrun.pod
32305 ____________________________________________________________________________
32306 [  6546] By: jhi                                   on 2000/08/08  17:29:26
32307         Log: Subject: Re: enhanced(?) regex error messages 
32308              From: Hugo <hv@crypt.compulink.co.uk>
32309              Date: Tue, 08 Aug 2000 03:25:51 +0100
32310              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
32311              
32312              plus Capitalize the error messages, plus perldiag them.
32313      Branch: perl
32314            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
32315 ____________________________________________________________________________
32316 [  6545] By: jhi                                   on 2000/08/08  13:59:28
32317         Log: Augment #6539 a bit: don't croak if there's magic in the air.
32318              
32319              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
32320              From: Hugo <hv@crypt.compulink.co.uk>
32321              Date: Tue, 08 Aug 2000 03:02:03 +0100
32322              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
32323      Branch: perl
32324            ! pp.c t/op/bless.t
32325 ____________________________________________________________________________
32326 [  6544] By: jhi                                   on 2000/08/07  21:11:52
32327         Log: Make the test -w clean.
32328      Branch: perl
32329            ! t/op/bless.t
32330 ____________________________________________________________________________
32331 [  6543] By: jhi                                   on 2000/08/07  19:49:53
32332         Log: use warnings instead of $^W.
32333      Branch: perl
32334            ! t/op/bless.t
32335 ____________________________________________________________________________
32336 [  6542] By: jhi                                   on 2000/08/07  17:41:41
32337         Log: Disable a portability warning Because We Know What We Are Doing.
32338      Branch: perl
32339            ! t/op/bless.t
32340 ____________________________________________________________________________
32341 [  6541] By: jhi                                   on 2000/08/07  17:29:51
32342         Log: Tiny tidying on report_evil_fh().
32343      Branch: perl
32344            ! util.c
32345 ____________________________________________________________________________
32346 [  6540] By: jhi                                   on 2000/08/07  16:37:38
32347         Log: Make regular expression parse error messages easier to understand.
32348              
32349              Subject: Re: enhanced(?) regex error messages
32350              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
32351              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
32352              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
32353      Branch: perl
32354            ! regcomp.c
32355 ____________________________________________________________________________
32356 [  6539] By: jhi                                   on 2000/08/07  16:12:27
32357         Log: Make bless(REF, REF) a fatal error, add bless tests.
32358              
32359              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
32360              From: Hugo <hv@crypt.compulink.co.uk>
32361              Date: Mon, 07 Aug 2000 16:59:38 +0100
32362              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
32363      Branch: perl
32364            + t/op/bless.t
32365            ! MANIFEST pod/perldiag.pod pp.c sv.c
32366 ____________________________________________________________________________
32367 [  6538] By: jhi                                   on 2000/08/07  15:59:43
32368         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
32369              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
32370              Date: Thu, 3 Aug 2000 14:29:21 -0700
32371              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
32372      Branch: perl
32373            ! lib/lib_pm.PL
32374 ____________________________________________________________________________
32375 [  6537] By: jhi                                   on 2000/08/07  15:47:18
32376         Log: Retract #6419 for now since it breaks in AFS and MachTen.
32377      Branch: perl
32378            ! lib/Cwd.pm
32379 ____________________________________________________________________________
32380 [  6536] By: jhi                                   on 2000/08/07  15:05:29
32381         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
32382              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
32383              The security hole exists only in suidperls, which isn't
32384              installed or even built by default.
32385      Branch: perl
32386            ! perl.c
32387 ____________________________________________________________________________
32388 [  6535] By: jhi                                   on 2000/08/07  14:45:14
32389         Log: tr memory corruption fix from Simon Cozens.
32390      Branch: perl
32391            ! doop.c
32392 ____________________________________________________________________________
32393 [  6534] By: jhi                                   on 2000/08/06  11:38:16
32394         Log: Document a bit that UDP is not what you might think.
32395              
32396              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
32397              From: Lupe Christoph <lupe@lupe-christoph.de>
32398              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
32399              Date: Mon, 24 Jul 2000 08:59:15 +0200
32400      Branch: perl
32401            ! pod/perlipc.pod
32402 ____________________________________________________________________________
32403 [  6533] By: jhi                                   on 2000/08/06  11:35:01
32404         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
32405              From: Jeff Pinyan <jeffp@hut.crusoe.net>
32406              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
32407              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
32408      Branch: perl
32409            ! pod/perlfunc.pod
32410 ____________________________________________________________________________
32411 [  6532] By: jhi                                   on 2000/08/06  03:45:41
32412         Log: Have symbols for the IoTYPEs.
32413      Branch: perl
32414            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
32415 ____________________________________________________________________________
32416 [  6531] By: jhi                                   on 2000/08/06  01:33:55
32417         Log: Continue fixing the io warnings.  This also
32418              sort of fixes bug ID 20000802.003: the core dump
32419              is no more.  Whether the current behaviour is correct
32420              (giving a warning: "Not a format reference"), is another matter.
32421      Branch: perl
32422            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
32423            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
32424 ____________________________________________________________________________
32425 [  6530] By: jhi                                   on 2000/08/05  21:33:12
32426         Log: Change the Policy policy: now -Dprefix= with an existing
32427              Policy.sh and prefix == siteprefix == vendorprefix, then all
32428              of them follow along the new prefix.
32429              
32430              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
32431              From: Andy Dougherty <doughera@lafayette.edu>
32432              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
32433              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
32434      Branch: perl
32435            ! Policy_sh.SH
32436 ____________________________________________________________________________
32437 [  6529] By: jhi                                   on 2000/08/05  18:57:28
32438         Log: Zap lib/Sys directory when cleaning up.
32439      Branch: perl
32440            ! Makefile.SH
32441 ____________________________________________________________________________
32442 [  6528] By: jhi                                   on 2000/08/05  18:40:44
32443         Log: Essential prototype changes were missing from #6527.
32444              Also make report_evil_fh() more bomb-proof.
32445      Branch: perl
32446            ! embed.h util.c
32447 ____________________________________________________________________________
32448 [  6527] By: jhi                                   on 2000/08/05  03:22:05
32449         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
32450              From: "Ronald F. Guilmette" <rfg@monkeys.com>
32451              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
32452              Message-Id: <200007242247.PAA52177@monkeys.com>
32453      Branch: perl
32454            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
32455 ____________________________________________________________________________
32456 [  6526] By: jhi                                   on 2000/08/04  21:23:27
32457         Log: gcc versions might have (parentheses) in them.
32458      Branch: metaconfig/U/perl
32459            ! gccvers.U
32460      Branch: perl
32461            ! Configure config_h.SH
32462 ____________________________________________________________________________
32463 [  6525] By: jhi                                   on 2000/08/04  20:23:12
32464         Log: Weed buglets pointed out by
32465              
32466              From: Lupe Christoph <lupe@lupe-christoph.de>
32467              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
32468              Date: Fri, 4 Aug 2000 17:34:39 +0200
32469              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
32470      Branch: metaconfig/U/perl
32471            ! gccvers.U uselfs.U
32472      Branch: perl
32473            ! Configure config_h.SH
32474 ____________________________________________________________________________
32475 [  6524] By: jhi                                   on 2000/08/04  19:02:08
32476         Log: Warn under -w if lstat(FH) is attempted.
32477              
32478              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
32479              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
32480              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
32481              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
32482      Branch: perl
32483            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
32484            ! t/pragma/warn/pp_sys
32485 ____________________________________________________________________________
32486 [  6523] By: jhi                                   on 2000/08/04  12:31:11
32487         Log: Subject: New perlcc, take 2
32488              From: simon@brecon.co.uk (Simon Cozens)
32489              Date: 4 Aug 2000 06:21:04 GMT
32490              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
32491      Branch: perl
32492            ! utils/perlcc.PL
32493 ____________________________________________________________________________
32494 [  6522] By: jhi                                   on 2000/08/04  12:26:33
32495         Log: Subject: Re: Array vs. List context
32496              From: Daniel Chetlin <daniel@chetlin.com>
32497              Date: Fri, 4 Aug 2000 00:22:44 -0700
32498              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
32499      Branch: perl
32500            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
32501            ! pod/perlfaq4.pod
32502 ____________________________________________________________________________
32503 [  6521] By: jhi                                   on 2000/08/04  12:22:38
32504         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
32505              From: Raymund Will <ray@caldera.de>
32506              Date: Fri, 4 Aug 2000 12:07:09 +0200
32507              Message-Id: <20000804120709.A14982@caldera.de>
32508      Branch: perl
32509            ! configure.gnu
32510 ____________________________________________________________________________
32511 [  6520] By: jhi                                   on 2000/08/04  04:09:06
32512         Log: After the #6519 a warning about stat() is just that,
32513              not about a filetest, which now have their own warning.
32514      Branch: perl
32515            ! pod/perldiag.pod
32516 ____________________________________________________________________________
32517 [  6519] By: jhi                                   on 2000/08/04  04:06:30
32518         Log: In the warnings call filehandles consistently so;
32519              add "unopened" warning for stat().
32520      Branch: perl
32521            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
32522            ! t/pragma/warn/pp_sys
32523 ____________________________________________________________________________
32524 [  6518] By: jhi                                   on 2000/08/04  02:55:35
32525         Log: Subject: Minor tweak to perlvar.pod
32526              From: "Stephen P. Potter" <spp@ds.net>
32527              Date: Tue, 18 Apr 2000 09:26:03 -0400
32528              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
32529      Branch: perl
32530            ! pod/perlvar.pod
32531 ____________________________________________________________________________
32532 [  6517] By: jhi                                   on 2000/08/04  02:50:08
32533         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
32534              From: "Clinton Pierce" <cpierce1@ford.com>
32535              Date: Wed, 21 Jul 1999 16:45:31 -0400
32536              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
32537              
32538              Fix by Stephen Potter (visible in the bug db but not in p5p?)
32539      Branch: perl
32540            ! pod/perlfunc.pod pod/perlop.pod
32541 ____________________________________________________________________________
32542 [  6516] By: jhi                                   on 2000/08/04  02:09:25
32543         Log: This is 6512.  Really.
32544      Branch: perl
32545            ! dump.c
32546 ____________________________________________________________________________
32547 [  6515] By: jhi                                   on 2000/08/04  01:25:50
32548         Log: mention the idea of @( and @)
32549      Branch: perl
32550            ! Todo-5.6
32551 ____________________________________________________________________________
32552 [  6514] By: bailey                                on 2000/08/04  01:18:46
32553         Log: YA resync with mainstem, including VMS patches from others
32554      Branch: vmsperl
32555           +> (branch 48 files)
32556            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
32557           !> (integrate 354 files)
32558 ____________________________________________________________________________
32559 [  6513] By: jhi                                   on 2000/08/04  01:18:18
32560         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
32561              From: Mark Dickinson <dickins3@fas.harvard.edu>
32562              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
32563              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
32564      Branch: perl
32565            ! t/op/grent.t t/op/pwent.t
32566 ____________________________________________________________________________
32567 [  6512] By: jhi                                   on 2000/08/04  01:14:06
32568         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
32569              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
32570              Date: Wed, 02 Aug 2000 10:51:01 +0100
32571              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
32572      Branch: perl
32573            ! sv.c
32574 ____________________________________________________________________________
32575 [  6511] By: jhi                                   on 2000/08/04  00:57:00
32576         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
32577              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
32578              Date: Thu, 03 Aug 2000 17:20:04 -0700
32579              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
32580      Branch: metaconfig
32581            ! U/modified/Cppsym.U
32582      Branch: perl
32583            ! Configure config_h.SH
32584 ____________________________________________________________________________
32585 [  6510] By: jhi                                   on 2000/08/04  00:25:28
32586         Log: detypo
32587      Branch: perl
32588            ! Makefile.SH
32589 ____________________________________________________________________________
32590 [  6509] By: jhi                                   on 2000/08/03  23:43:18
32591         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
32592              From: Dominic Dunlop <domo@computer.org>
32593              Date: Thu, 3 Aug 2000 22:16:46 +0200
32594              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
32595      Branch: perl
32596            ! t/op/sprintf.t
32597 ____________________________________________________________________________
32598 [  6508] By: jhi                                   on 2000/08/03  23:40:37
32599         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
32600              From: Hugo <hv@crypt.compulink.co.uk>
32601              Date: Thu, 03 Aug 2000 18:25:30 +0100
32602              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
32603      Branch: perl
32604            ! regcomp.c t/op/re_tests
32605 ____________________________________________________________________________
32606 [  6507] By: jhi                                   on 2000/08/03  23:38:28
32607         Log: Subject: [PATCH] sv.h documentation - SvLEN
32608              From: Mike Guy <mjtg@cam.ac.uk>
32609              Date: Thu, 03 Aug 2000 14:43:09 +0100
32610              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
32611      Branch: perl
32612            ! sv.h
32613 ____________________________________________________________________________
32614 [  6506] By: jhi                                   on 2000/08/03  15:49:14
32615         Log: Disable the fix_pl hack for now.
32616      Branch: perl
32617            ! Makefile.SH
32618 ____________________________________________________________________________
32619 [  6505] By: jhi                                   on 2000/08/03  13:49:04
32620         Log: Add a URL for FSF.
32621              
32622              Subject: Patch for README
32623              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
32624              Date: Wed, 2 Aug 2000 13:25:09 -0500
32625              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
32626      Branch: perl
32627            ! README
32628 ____________________________________________________________________________
32629 [  6504] By: jhi                                   on 2000/08/03  13:29:19
32630         Log: Be more informative on what is skipped and why,
32631              also repeat the list at the end.
32632      Branch: perl
32633            ! Porting/p4desc
32634 ____________________________________________________________________________
32635 [  6503] By: jhi                                   on 2000/08/03  13:07:05
32636         Log: Circumvent the removal of .patch by fix_pl.
32637              
32638              Subject: Re: [ID 20000802.011] unable to 'make test'          
32639              From: simon@brecon.co.uk (Simon Cozens) 
32640              Date: 3 Aug 2000 04:17:00 GMT
32641              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
32642      Branch: perl
32643            ! Makefile.SH
32644 ____________________________________________________________________________
32645 [  6502] By: jhi                                   on 2000/08/03  00:14:34
32646         Log: Add the missing setproctitle unit.
32647      Branch: metaconfig/U/perl
32648            + d_setproctitle.U
32649 ____________________________________________________________________________
32650 [  6501] By: jhi                                   on 2000/08/03  00:00:26
32651         Log: The subtest 4 may fail also on VOBS, as pointed out
32652              by Nick Ing-Simmons in November 1999, bug id 19991124.003
32653              (but the failure in that bug report isn't the subtest 4).
32654      Branch: perl
32655            ! t/op/stat.t
32656 ____________________________________________________________________________
32657 [  6500] By: jhi                                   on 2000/08/02  23:49:30
32658         Log: Better skip message for the test; one of the two problems in
32659              
32660              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
32661              From: Lupe Christoph <lupe@lupe-christoph.de>
32662              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
32663              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
32664      Branch: perl
32665            ! t/op/numconvert.t
32666 ____________________________________________________________________________
32667 [  6499] By: jhi                                   on 2000/08/02  22:49:16
32668         Log: Allow "no Module;" even if there is no 'unimport'.
32669              
32670              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
32671              From: mjd@plover.com
32672              Date: 24 Mar 2000 15:24:34 -0000
32673              Message-Id: <20000324152434.15160.qmail@plover.com>
32674      Branch: perl
32675            ! gv.c
32676 ____________________________________________________________________________
32677 [  6498] By: jhi                                   on 2000/08/02  22:42:58
32678         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
32679              that are hopefully soon put into use.
32680      Branch: perl
32681            ! opcode.h opcode.pl opnames.h
32682 ____________________________________________________________________________
32683 [  6497] By: gsar                                  on 2000/08/02  22:28:59
32684         Log: require.t needs binmode() to work on windows
32685      Branch: perl
32686            ! t/comp/require.t
32687 ____________________________________________________________________________
32688 [  6496] By: jhi                                   on 2000/08/02  22:08:51
32689         Log: Document the IVdf UVuf UVof UVxf.
32690      Branch: perl
32691            ! pod/perlguts.pod
32692 ____________________________________________________________________________
32693 [  6495] By: jhi                                   on 2000/08/02  21:54:26
32694         Log: detypo #6494
32695      Branch: perl
32696            ! ext/Data/Dumper/Dumper.xs
32697 ____________________________________________________________________________
32698 [  6494] By: jhi                                   on 2000/08/02  21:49:17
32699         Log: Dump UVs as UVs in Data::Dumper.
32700              
32701              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
32702              From: Gurusamy Sarathy <gsar@ActiveState.com>
32703              Date: Thu, 27 Apr 2000 12:26:25 -0700
32704              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
32705      Branch: perl
32706            ! ext/Data/Dumper/Dumper.xs
32707 ____________________________________________________________________________
32708 [  6493] By: jhi                                   on 2000/08/02  17:01:58
32709         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
32710              From: Hugo <hv@crypt.compulink.co.uk>
32711              Date: Wed, 02 Aug 2000 14:53:56 +0100
32712              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
32713      Branch: perl
32714            ! regexec.c t/op/re_tests
32715 ____________________________________________________________________________
32716 [  6492] By: jhi                                   on 2000/08/02  15:02:46
32717         Log: The new setproctitle() feature is available only in 
32718              bleeding edge FreeBSD.  From Paul Saab.
32719      Branch: perl
32720            ! mg.c
32721 ____________________________________________________________________________
32722 [  6491] By: jhi                                   on 2000/08/02  13:34:36
32723         Log: The tr utf8 patching continues.
32724              
32725              Subject: Re: #6469, too many tests claimed in require.t
32726              From: simon@brecon.co.uk (Simon Cozens)
32727              Date: 2 Aug 2000 02:37:17 GMT
32728              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
32729              
32730              (the logic of the test was the wrong way round in the patch)
32731      Branch: perl
32732            ! doop.c
32733 ____________________________________________________________________________
32734 [  6490] By: jhi                                   on 2000/08/02  13:27:38
32735         Log: The name of a filehandle does not have <these>.
32736      Branch: perl
32737            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
32738            ! t/pragma/warn/pp_sys util.c
32739 ____________________________________________________________________________
32740 [  6489] By: jhi                                   on 2000/08/02  04:26:46
32741         Log: Remove the extraneous "main::" prefix from all the
32742              "opened only for", "on closed", and "never opened" warnings.
32743              
32744              Subject: Re: inappropriate warning
32745              From: Gurusamy Sarathy <gsar@ActiveState.com>
32746              Date: Mon, 20 Mar 2000 11:28:02 -0800
32747              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
32748      Branch: perl
32749            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
32750            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
32751            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
32752 ____________________________________________________________________________
32753 [  6488] By: jhi                                   on 2000/08/02  03:02:57
32754         Log: memcpy has n o in it, as pinted ut by Sarathy.
32755      Branch: perl
32756            ! pod/perlguts.pod
32757 ____________________________________________________________________________
32758 [  6487] By: jhi                                   on 2000/08/02  02:44:51
32759         Log: Document in one place the memory abstractions used in Perl core.
32760              
32761              Subject: Re: Memory abstraction
32762              From: simon@brecon.co.uk (Simon Cozens)
32763              Date: 2 Aug 2000 02:20:23 GMT
32764              Organization: Earth.li Origins
32765      Branch: perl
32766            ! pod/perlguts.pod
32767 ____________________________________________________________________________
32768 [  6486] By: jhi                                   on 2000/08/02  02:41:57
32769         Log: regen_headers, regen perltoc.
32770      Branch: perl
32771            ! perlapi.c pod/perltoc.pod
32772 ____________________________________________________________________________
32773 [  6485] By: jhi                                   on 2000/08/02  01:43:33
32774         Log: "This little thing tests for a file .patch, and if it contains
32775              a number, pops into patchlevel.h" (making it easier to track
32776              which development version people are reporting bugs against)
32777              
32778              Subject: Patchlevel autogeneration for repository perls
32779              From: simon@brecon.co.uk (Simon Cozens)
32780              Date: 14 Jul 2000 07:12:15 GMT
32781              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
32782      Branch: perl
32783            + fix_pl
32784            ! MANIFEST Makefile.SH
32785 ____________________________________________________________________________
32786 [  6484] By: jhi                                   on 2000/08/02  01:32:54
32787         Log: FreeBSD 3.* updates from
32788              
32789              From: Paul Saab <ps@yahoo-inc.com>
32790              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
32791              Date: Tue, 1 Aug 2000 15:41:39 -0700
32792              Message-Id: <20000801154139.A53740@yahoo-inc.com>
32793      Branch: perl
32794            ! hints/freebsd.sh
32795 ____________________________________________________________________________
32796 [  6483] By: jhi                                   on 2000/08/02  01:27:44
32797         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
32798              instead one must use setproctitle().  This was already addressed
32799              by change #6457, but the below has a new variant for FreeBSD 4.0
32800              or later, and the matter is also documented more.
32801              
32802              From: Paul Saab <ps@yahoo-inc.com>
32803              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
32804              Date: Tue, 1 Aug 2000 15:41:39 -0700
32805              Message-Id: <20000801154139.A53740@yahoo-inc.com>
32806      Branch: metaconfig/U/perl
32807            + i_libutil.U
32808      Branch: perl
32809            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
32810 ____________________________________________________________________________
32811 [  6482] By: jhi                                   on 2000/08/01  22:17:32
32812         Log: The test from this
32813              
32814              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
32815              Date: Sat, 15 Apr 2000 17:03:44 +0100
32816              From: Tom Hughes <tom@compton.nu>
32817              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
32818              
32819              was missing, the code change went in as #5989
32820              (which had a different test?)
32821      Branch: perl
32822            ! t/op/misc.t
32823 ____________________________________________________________________________
32824 [  6481] By: jhi                                   on 2000/08/01  21:48:38
32825         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
32826              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
32827              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
32828              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
32829      Branch: perl
32830            ! perl.h
32831 ____________________________________________________________________________
32832 [  6480] By: jhi                                   on 2000/08/01  18:05:28
32833         Log: Make p4desc to skip non-mainperl branches by default.
32834      Branch: perl
32835            ! Porting/p4desc
32836 ____________________________________________________________________________
32837 [  6479] By: jhi                                   on 2000/08/01  17:29:19
32838         Log: If gccosandvers is equal to osname, clear gccosandvers.
32839      Branch: metaconfig/U/perl
32840            ! gccvers.U
32841      Branch: perl
32842            ! Configure config_h.SH
32843 ____________________________________________________________________________
32844 [  6478] By: jhi                                   on 2000/08/01  15:54:08
32845         Log: BOM patching from Simon Cozens.
32846      Branch: perl
32847            ! toke.c
32848 ____________________________________________________________________________
32849 [  6477] By: jhi                                   on 2000/08/01  04:50:33
32850         Log: Stash away the largefiles flags and libswanted.
32851      Branch: perl
32852            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
32853 ____________________________________________________________________________
32854 [  6476] By: gsar                                  on 2000/08/01  04:24:24
32855         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
32856              on Windows)
32857      Branch: perl
32858            ! t/pragma/utf8.t utf8.c win32/win32.c
32859 ____________________________________________________________________________
32860 [  6475] By: jhi                                   on 2000/08/01  03:35:24
32861         Log: Make chr() for values >127 to create utf8 when under utf8.
32862              
32863              Subject: Re: uft8/chr()
32864              From: simon@brecon.co.uk (Simon Cozens)
32865              Date: 1 Aug 2000 02:37:02 GMT
32866              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
32867      Branch: perl
32868            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
32869 ____________________________________________________________________________
32870 [  6474] By: jhi                                   on 2000/08/01  02:36:18
32871         Log: In Digital UNIX warn if gcc explicitly chosen because even
32872              2.95.2 is known to cause problems.
32873      Branch: perl
32874            ! hints/dec_osf.sh
32875 ____________________________________________________________________________
32876 [  6473] By: jhi                                   on 2000/08/01  02:00:56
32877         Log: Make the safety catch for buggy gccs work with triple version
32878              numbers like 2.95.2.  Reported in
32879              
32880              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
32881              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
32882              Date: Mon, 31 Jul 2000 14:55:06 +0200
32883              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
32884      Branch: perl
32885            ! hints/dec_osf.sh
32886 ____________________________________________________________________________
32887 [  6472] By: jhi                                   on 2000/08/01  01:13:33
32888         Log: Subject: fix and question re: waitpid() under win32
32889              From: Brian Clarke <clarke@appliedmeta.com>
32890              Date: Fri, 28 Jul 2000 15:18:29 -0400
32891              Message-ID: <3981DC85.290314EB@appliedmeta.com>
32892              
32893              Slightly reformatted and WNOHANG # define moved to win32.h
32894              so that also POSIX.xs sees it, as suggsted by Sarathy.
32895      Branch: perl
32896            ! win32/win32.c win32/win32.h
32897 ____________________________________________________________________________
32898 [  6471] By: jhi                                   on 2000/08/01  00:55:05
32899         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
32900              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
32901              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
32902              Date: Mon, 31 Jul 2000 13:28:51 +0100
32903              
32904              (aka ID 20000730.002)
32905      Branch: perl
32906            ! op.c t/op/tr.t
32907 ____________________________________________________________________________
32908 [  6470] By: jhi                                   on 2000/07/31  23:34:42
32909         Log: Document the problem with -P in HP-UX and its workaround.
32910              
32911              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
32912              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
32913              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
32914              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
32915      Branch: perl
32916            ! README.hpux
32917 ____________________________________________________________________________
32918 [  6469] By: jhi                                   on 2000/07/31  04:15:02
32919         Log: The swallow_bom() saga continues.  The #23 of require.t
32920              (UTF16-LE) still fails (silently, no output) but the #22
32921              (UTF16-BE) seems to be working now.  The root of the
32922              failure may be in sv_gets(): is it UTF-16LE-aware,
32923              especially when it comes to line endings? 
32924      Branch: perl
32925            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
32926            ! t/comp/require.t toke.c utf8.c
32927 ____________________________________________________________________________
32928 [  6468] By: jhi                                   on 2000/07/30  19:05:48
32929         Log: Find green threads before native threads.
32930              
32931              Subject: Re: Patch to jpl/JNI/Makefile.PL
32932              From: Jens Thomsen <jens@fiend.cis.com>
32933              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
32934              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
32935      Branch: perl
32936            ! jpl/JNI/Makefile.PL
32937 ____________________________________________________________________________
32938 [  6467] By: jhi                                   on 2000/07/30  18:36:22
32939         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
32940      Branch: perl
32941            ! doop.c
32942 ____________________________________________________________________________
32943 [  6466] By: jhi                                   on 2000/07/30  04:37:29
32944         Log: A new version of the "remove UPPERACSE string comparison"
32945              operators.  The problem with the previous one (change #6454)
32946              was that it was for Perl 5.6.0.  From Paul Marquess.
32947      Branch: perl
32948            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
32949            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
32950            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
32951 ____________________________________________________________________________
32952 [  6465] By: jhi                                   on 2000/07/29  22:39:56
32953         Log: Do not upgrade SVs into utf8 just because they participate
32954              in eq or cmp.  Reported and fix suggested in
32955              
32956              Subject: [ID 20000720.009] sv_eq UTF8 bug
32957              From: "Simon Cozens" <simon@othersideofthe.earth.li>
32958              Date: 21 Jul 2000 04:37:29 -0000
32959              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
32960              
32961              Exercise for the kind reader: should we or should we not
32962              cache the utf8 conversion alonside the SV? (as magic,
32963              as thestrxfrm()ed version is cached under use locale)
32964              Argue both for and against.
32965      Branch: perl
32966            ! sv.c
32967 ____________________________________________________________________________
32968 [  6464] By: jhi                                   on 2000/07/29  22:36:22
32969         Log: Subject: UTF8 concat
32970              From: simon@brecon.co.uk (Simon Cozens) 
32971              Date: 30 Jun 2000 06:13:25 GMT
32972              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
32973              
32974              (with a memory leak fixed, plus a few casts added)
32975              
32976              This also seems to help for
32977              
32978              Subject: [ID 20000716.015] join UTF8 weirdness
32979              From: root <root@ak-71.mind.de> 
32980              Date: Sat, 15 Jul 2000 15:29:54 +0200
32981              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
32982              
32983              (from Andreas König)
32984      Branch: perl
32985            ! pp_hot.c
32986 ____________________________________________________________________________
32987 [  6463] By: jhi                                   on 2000/07/29  00:55:39
32988         Log: Tune the comments and hopefully stop a memory leak.
32989      Branch: perl
32990            ! toke.c utf8.c
32991 ____________________________________________________________________________
32992 [  6462] By: jhi                                   on 2000/07/29  00:16:53
32993         Log: The problem described in this
32994              
32995              Subject: [ID 20000322.018] named chars aren't magical enough
32996              From: root <root@dixie.cscaper.com>     
32997              Date: Wed, 22 Mar 2000 18:37:42 -0700
32998              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
32999              
33000              has been fixed in perl 5.6.0 but just in case added a test
33001              to keep it away.  (The report from Joseph Hall.)
33002      Branch: perl
33003            ! t/lib/charnames.t
33004 ____________________________________________________________________________
33005 [  6461] By: jhi                                   on 2000/07/28  23:56:36
33006         Log: Tiny fixes for #6460.
33007      Branch: metaconfig/U/perl
33008            ! gccvers.U
33009      Branch: perl
33010            ! Configure config_h.SH
33011 ____________________________________________________________________________
33012 [  6460] By: jhi                                   on 2000/07/28  23:24:41
33013         Log: Warn if the version of the operating system used to compile gcc
33014              differs from the current version of the operating system.
33015              Also display the gcc compilation os and version in myconfig.
33016              Inspiration from
33017              
33018              Subject: Re: [ID 20000710.003] ERRORS!!         
33019              From: "Kurt D. Starsinic" <kstar@chapin.edu>
33020              Date: Mon, 10 Jul 2000 15:54:16 -0400
33021              Message-ID: <20000710155416.A1384@O2.chapin.edu>
33022      Branch: metaconfig/U/perl
33023            ! gccvers.U
33024      Branch: perl
33025            ! Configure config_h.SH myconfig.SH
33026 ____________________________________________________________________________
33027 [  6459] By: jhi                                   on 2000/07/28  22:00:32
33028         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
33029              letter to $Config{osvers}.
33030      Branch: metaconfig
33031            ! U/modified/Oldconfig.U
33032      Branch: perl
33033            ! Configure config_h.SH
33034 ____________________________________________________________________________
33035 [  6458] By: jhi                                   on 2000/07/28  04:15:39
33036         Log: Back out #6454, doesn't seem to work.
33037              (Reason: that patch was for perl 5.6.0, not perl-current)
33038              (A version of the patch for perl-current came in later as #6466)
33039      Branch: perl
33040            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
33041            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
33042            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
33043 ____________________________________________________________________________
33044 [  6457] By: jhi                                   on 2000/07/27  23:31:49
33045         Log: Use setproctitle() if available to modify $0.
33046              
33047              Subject: setting $* on BSD4 broken
33048              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
33049              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
33050              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
33051      Branch: metaconfig
33052            ! U/modified/Myinit.U
33053      Branch: perl
33054            ! Configure config_h.SH mg.c
33055 ____________________________________________________________________________
33056 [  6456] By: jhi                                   on 2000/07/27  14:50:47
33057         Log: Allow "no AutoLoader;", based on change #6444,
33058              suggested by Graham Barr.
33059      Branch: perl
33060            ! lib/AutoLoader.pm
33061 ____________________________________________________________________________
33062 [  6455] By: jhi                                   on 2000/07/27  14:19:10
33063         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
33064              From: rspier@pobox.com (Robert Spier)
33065              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
33066              Message-ID: <14720.15855.787664.424783@rls.cx>
33067      Branch: perl
33068            ! pod/perldiag.pod
33069 ____________________________________________________________________________
33070 [  6454] By: jhi                                   on 2000/07/27  14:03:02
33071         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
33072              for a long time).
33073              
33074              Reported in
33075              
33076              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
33077              From: Ryan Herbert <rherbert@sycamorehq.com>
33078              Date: Mon, 17 Jul 2000 11:40:42 -0400
33079              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
33080              
33081              Patched in
33082              
33083              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
33084              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
33085              Date: Wed, 26 Jul 2000 23:40:18 +0100
33086              Message-ID: <000001bff752$79511880$0a17073e@tiny>
33087              
33088              based on an earlier patch from Stephen P. Potter.
33089              
33090              (Removed later by change #6458 because this patch was for
33091              perl 5.6.0, not perl-current)
33092      Branch: perl
33093            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
33094            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
33095            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
33096 ____________________________________________________________________________
33097 [  6453] By: jhi                                   on 2000/07/27  13:48:02
33098         Log: Subject: [PATCH] fixes bug 20000508.004
33099              From: Michael Stevens <mstevens@globnix.org>
33100              Date: Thu, 27 Jul 2000 13:49:04 +0100
33101              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
33102      Branch: perl
33103            ! pod/perldata.pod
33104 ____________________________________________________________________________
33105 [  6452] By: jhi                                   on 2000/07/26  23:51:26
33106         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
33107              and Craig A. Berry.
33108      Branch: perl
33109            ! lib/File/Temp.pm pod/perlport.pod
33110 ____________________________________________________________________________
33111 [  6451] By: jhi                                   on 2000/07/26  19:43:30
33112         Log: Be wary of close()s, too.
33113              
33114              Subject: Re: [PATCH] perlbug cleanup
33115              From: Tim Jenness <t.jenness@jach.hawaii.edu>
33116              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
33117              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
33118      Branch: perl
33119            ! utils/perlbug.PL
33120 ____________________________________________________________________________
33121 [  6450] By: jhi                                   on 2000/07/26  18:41:40
33122         Log: Subject: Minor doc patch: handy.h
33123              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
33124              Date: Wed, 26 Jul 2000 15:34:25 -0300
33125              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
33126      Branch: perl
33127            ! handy.h pod/perlapi.pod
33128 ____________________________________________________________________________
33129 [  6449] By: jhi                                   on 2000/07/26  18:23:55
33130         Log: Subject: [PATCH] minor doc change - perlguts
33131              From: Michael Stevens <mstevens@globnix.org>
33132              Date: Thu, 13 Jul 2000 12:39:18 +0100
33133              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
33134      Branch: perl
33135            ! pod/perlguts.pod
33136 ____________________________________________________________________________
33137 [  6448] By: jhi                                   on 2000/07/26  18:20:30
33138         Log: open() wariness in perlbug.
33139              
33140              Subject: [PATCH] perlbug cleanup
33141              From: Michael Stevens <mstevens@globnix.org>
33142              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
33143              Date: Thu, 13 Jul 2000 15:52:23 +0100
33144      Branch: perl
33145            ! utils/perlbug.PL
33146 ____________________________________________________________________________
33147 [  6447] By: jhi                                   on 2000/07/26  18:13:04
33148         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
33149      Branch: perl
33150            ! lib/File/Temp.pm t/lib/ftmp-security.t
33151 ____________________________________________________________________________
33152 [  6446] By: jhi                                   on 2000/07/26  18:06:32
33153         Log: docfix from Peter Scott <Peter@PSDT.com>.
33154      Branch: perl
33155            ! pod/perlfunc.pod
33156 ____________________________________________________________________________
33157 [  6445] By: jhi                                   on 2000/07/26  17:53:31
33158         Log: Fix *foo{FORMAT}.
33159              
33160              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
33161              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
33162              Date: Wed, 26 Jul 2000 19:51:02 +0200
33163              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
33164              
33165              From: Graham Barr <gbarr@pobox.com>
33166              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
33167              Date: Wed, 26 Jul 2000 17:38:36 +0100
33168              Message-ID: <20000726173836.L472@pobox.com>
33169      Branch: perl
33170            ! pp.c sv.c t/op/gv.t
33171 ____________________________________________________________________________
33172 [  6444] By: jhi                                   on 2000/07/26  17:49:14
33173         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
33174              from Graham Barr in the module list.
33175      Branch: perl
33176            ! gv.c pod/perlobj.pod
33177 ____________________________________________________________________________
33178 [  6443] By: jhi                                   on 2000/07/26  16:06:56
33179         Log: More split() doc and test patches from Mike Guy.
33180      Branch: perl
33181            ! pod/perlfunc.pod t/op/split.t
33182 ____________________________________________________________________________
33183 [  6442] By: jhi                                   on 2000/07/26  16:05:30
33184         Log: MacOS nits from Matthias Neeracher.
33185      Branch: perl
33186            ! perl.c pp_ctl.c
33187 ____________________________________________________________________________
33188 [  6441] By: jhi                                   on 2000/07/26  04:39:57
33189         Log: Subject: [PATCH] split /^/
33190              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
33191              Date: Tue, 25 Jul 2000 14:18:57 +0100
33192              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
33193              
33194              (with notes from tchrist and gbarr)
33195      Branch: perl
33196            ! pod/perlfunc.pod t/op/split.t
33197 ____________________________________________________________________________
33198 [  6440] By: jhi                                   on 2000/07/26  04:32:32
33199         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
33200              From: Peter Prymmer <pvhp@forte.com>
33201              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
33202              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
33203      Branch: perl
33204            ! vms/munchconfig.c
33205 ____________________________________________________________________________
33206 [  6439] By: jhi                                   on 2000/07/26  04:31:01
33207         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
33208              to be fatal errors (instead of by default ignoring them, and
33209              ignoring with a bug: even though -w gave an error, the opening [
33210              was left in)  Reported in:
33211              
33212              Subject: [ID 20000716.024] [=cc=] / [:blank:]
33213              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
33214              Date: Sun, 16 Jul 2000 17:55:29 -0700
33215              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
33216      Branch: perl
33217            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
33218 ____________________________________________________________________________
33219 [  6438] By: jhi                                   on 2000/07/25  15:41:15
33220         Log: Subject: [PATCH] av.c apidoc
33221              From: simon@brecon.co.uk (Simon Cozens)
33222              Date: 24 Jul 2000 06:40:52 GMT
33223              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
33224      Branch: perl
33225            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
33226            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
33227 ____________________________________________________________________________
33228 [  6437] By: jhi                                   on 2000/07/25  14:05:36
33229         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
33230              From: "Stephen P. Potter" <spp@ds.net>
33231              Date: Mon, 24 Jul 2000 14:22:23 -0400
33232              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
33233      Branch: perl
33234            ! pod/perllocale.pod
33235 ____________________________________________________________________________
33236 [  6436] By: jhi                                   on 2000/07/25  14:02:03
33237         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
33238              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
33239              Date: Mon, 24 Jul 2000 18:04:28 +0100
33240              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
33241      Branch: perl
33242            ! t/lib/syslfs.t t/op/lfs.t
33243 ____________________________________________________________________________
33244 [  6435] By: jhi                                   on 2000/07/25  13:59:28
33245         Log: Get UTF16 BOMs working.  Patch from
33246              
33247              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
33248              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
33249              Date: Tue, 25 Jul 2000 12:52:45 +0100
33250              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
33251              
33252              and notes from
33253              
33254              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
33255              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
33256              Date: Tue, 25 Jul 2000 11:43:25 +0100
33257              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
33258      Branch: perl
33259            ! t/comp/require.t toke.c utf8.c
33260 ____________________________________________________________________________
33261 [  6434] By: jhi                                   on 2000/07/25  02:39:54
33262         Log: Make the "uninit variable" warning to say "concat or string"
33263              or "join or string" when in concat or join .
33264              
33265              Subject: Re: [ID 20000403.009] uninitialised concatenation???
33266              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
33267              Date: Tue, 04 Apr 2000 18:22:58 +0100
33268              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
33269              
33270              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
33271              From: William R Ward <hermit@BayView.COM>
33272              Date: Thu, 30 Mar 2000 19:50:03 -0800
33273              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
33274      Branch: perl
33275            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
33276            ! t/pragma/warn/op t/pragma/warn/sv
33277 ____________________________________________________________________________
33278 [  6433] By: jhi                                   on 2000/07/24  17:52:56
33279         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
33280      Branch: perl
33281            ! lib/File/Spec/VMS.pm
33282 ____________________________________________________________________________
33283 [  6432] By: jhi                                   on 2000/07/24  17:44:44
33284         Log: Test cases for #6431.
33285              
33286              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
33287              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
33288              Date: Mon, 24 Jul 2000 15:32:29 +0100
33289              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
33290      Branch: perl
33291            ! t/op/pat.t t/op/split.t
33292 ____________________________________________________________________________
33293 [  6431] By: jhi                                   on 2000/07/24  17:43:17
33294         Log: Bind op fix.
33295              
33296              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
33297              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
33298              Date: Mon, 17 Jul 2000 20:04:56 +0100
33299              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
33300      Branch: perl
33301            ! op.c
33302 ____________________________________________________________________________
33303 [  6430] By: jhi                                   on 2000/07/24  03:42:42
33304         Log: Subject: [ID 20000716.023] syslog test fails without sockets
33305              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
33306              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
33307              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
33308      Branch: metaconfig/U/perl
33309            ! Extensions.U
33310      Branch: perl
33311            ! Configure config_h.SH
33312 ____________________________________________________________________________
33313 [  6429] By: jhi                                   on 2000/07/24  03:11:52
33314         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
33315              case, but add also notes explaining the relationship of this
33316              patch and the earlier notes by Sarathy.
33317              
33318              Subject: Map is still slow
33319              From: "Ben Tilly" <ben_tilly@hotmail.com>
33320              Date: Sat, 15 Jul 2000 17:23:27 EDT
33321              Message-ID: <20000715212327.21656.qmail@hotmail.com>
33322      Branch: perl
33323            ! pp_ctl.c
33324 ____________________________________________________________________________
33325 [  6428] By: jhi                                   on 2000/07/24  02:58:52
33326         Log: Documentation to explain the behaviour of map().
33327              
33328              Subject: Re: Map is still slow 
33329              From: Gurusamy Sarathy <gsar@ActiveState.com>
33330              Date: Sat, 15 Jul 2000 16:05:09 -0700
33331              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
33332      Branch: perl
33333            ! pp_ctl.c
33334 ____________________________________________________________________________
33335 [  6427] By: jhi                                   on 2000/07/24  02:50:03
33336         Log: Add tests for
33337              [ID 19991110.003] another matching finding by pcre author
33338              which has already been fixed by some patch, as verified in
33339              
33340              Subject: Re: two regex bugs from the mists of time (well, last November)
33341              From: Hugo <hv@crypt.compulink.co.uk>
33342              Date: Sat, 22 Jul 2000 18:12:58 +0100
33343              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
33344      Branch: perl
33345            ! t/op/re_tests
33346 ____________________________________________________________________________
33347 [  6426] By: jhi                                   on 2000/07/24  02:11:20
33348         Log: A missing 'break' after the [[:space:]] switch case.
33349              
33350              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
33351              From: "Stephen P. Potter" <spp@ds.net>
33352              Date: Tue, 18 Jul 2000 16:25:17 -0400
33353              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
33354      Branch: perl
33355            ! regcomp.c
33356 ____________________________________________________________________________
33357 [  6425] By: jhi                                   on 2000/07/24  02:06:12
33358         Log: The output might have been produced in the wrong order.
33359              
33360              Subject: [ID 20000720.003] [PATCH] t/op/write.t
33361              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
33362              Date: Thu, 20 Jul 2000 18:49:18 +0100
33363              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
33364      Branch: perl
33365            ! t/op/write.t
33366 ____________________________________________________________________________
33367 [  6424] By: jhi                                   on 2000/07/24  02:00:07
33368         Log: Use STDOUT consistently.
33369              
33370              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
33371              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
33372              Date: Thu, 20 Jul 2000 18:04:01 +0100
33373              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
33374      Branch: perl
33375            ! lib/Test/Harness.pm
33376 ____________________________________________________________________________
33377 [  6423] By: jhi                                   on 2000/07/24  01:54:54
33378         Log: Protect against "wild next"s, that is, callbacks doing "next"
33379              instead of "return".
33380              
33381              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
33382              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
33383              Date: Tue, 18 Jul 2000 11:30:16 +0100
33384              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
33385      Branch: perl
33386            ! lib/File/Find.pm
33387 ____________________________________________________________________________
33388 [  6422] By: jhi                                   on 2000/07/24  01:35:47
33389         Log: Out-of-date note removed.
33390              
33391              Subject: [PATCH] documentation perlipc
33392              From: rspier@pobox.com (Robert Spier)
33393              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
33394              Message-ID: <14711.35178.572612.502654@rls.cx>
33395      Branch: perl
33396            ! pod/perlipc.pod
33397 ____________________________________________________________________________
33398 [  6421] By: jhi                                   on 2000/07/24  00:09:18
33399         Log: Send all installperl messages to STDERR and be -w clean.
33400              
33401              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
33402              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
33403              Date: Sat, 22 Jul 2000 14:02:11 +0100
33404              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
33405      Branch: perl
33406            ! installperl
33407 ____________________________________________________________________________
33408 [  6420] By: jhi                                   on 2000/07/24  00:04:19
33409         Log: Decutandpasto.
33410              
33411              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
33412              From: "Richard Soderberg" <rs@crystalflame.net>
33413              Date: Sun, 23 Jul 2000 01:37:23 -0700
33414              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
33415      Branch: perl
33416            ! pod/perlipc.pod
33417 ____________________________________________________________________________
33418 [  6419] By: jhi                                   on 2000/07/24  00:01:12
33419         Log: A cleaner abs_path().
33420              Subject: Re: unix alternative to Cwd.pm
33421              From: Jeff Pinyan <jeffp@crusoe.net>
33422              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
33423              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
33424      Branch: perl
33425            ! lib/Cwd.pm
33426 ____________________________________________________________________________
33427 [  6418] By: jhi                                   on 2000/07/23  23:48:56
33428         Log: Detypo.
33429              
33430              Subject: [PATCH perl-current] Typo in hints/powerux.sh
33431              From: "Richard Soderberg" <rs@crystalflame.net>
33432              Date: Sun, 23 Jul 2000 01:27:33 -0700
33433              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
33434      Branch: perl
33435            ! hints/powerux.sh
33436 ____________________________________________________________________________
33437 [  6417] By: jhi                                   on 2000/07/17  22:13:31
33438         Log: Subject: SDBM_File documentation
33439              From: mjd@plover.com
33440              Date: 16 Jul 2000 17:41:17 -0000
33441              Message-ID: <20000716174117.18515.qmail@plover.com>
33442      Branch: perl
33443            ! ext/SDBM_File/SDBM_File.pm
33444 ____________________________________________________________________________
33445 [  6416] By: jhi                                   on 2000/07/17  19:13:26
33446         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
33447      Branch: perl
33448            ! hints/mpeix.sh mpeix/relink
33449 ____________________________________________________________________________
33450 [  6415] By: jhi                                   on 2000/07/15  14:11:02
33451         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
33452              the utf8 'characters' can be more than one octet).
33453              
33454              Date: Sat, 15 Jul 2000 00:21:56 +0100
33455              From: Tom Hughes <tom@compton.nu>
33456              Subject: Re: [ID 20000714.002]
33457              Message-ID: <db2334de49.tom@compton.compton.nu>
33458              
33459              Reported in
33460              
33461              Subject: [ID 20000714.002]
33462              From: "Simon Cozens" <simon@othersideofthe.earth.li>
33463              Date: 14 Jul 2000 15:13:09 -0000
33464              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
33465      Branch: perl
33466            ! doop.c
33467 ____________________________________________________________________________
33468 [  6414] By: jhi                                   on 2000/07/15  03:13:41
33469         Log: another VMS build tweak from Peter Prymmer
33470      Branch: perl
33471            ! vms/descrip_mms.template
33472 ____________________________________________________________________________
33473 [  6413] By: jhi                                   on 2000/07/15  03:10:40
33474         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
33475      Branch: perl
33476            ! vms/perlvms.pod
33477 ____________________________________________________________________________
33478 [  6412] By: jhi                                   on 2000/07/15  00:31:05
33479         Log: More docs for sv functions.
33480              
33481              Subject: [PATCH cfgperl] sv.c apidoc
33482              From: simon@brecon.co.uk (Simon Cozens)
33483              Date: 13 Jul 2000 09:00:20 GMT
33484              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
33485              
33486              Subject: Re: [PATCH cfgperl] sv.c apidoc
33487              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
33488              Date: Thu, 13 Jul 2000 12:27:41 +0100
33489              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
33490              
33491              Subject: Re: [PATCH cfgperl] sv.c apidoc
33492              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
33493              Date: Thu, 13 Jul 2000 13:23:09 +0100
33494              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
33495              
33496              Subject: Re: [PATCH cfgperl] sv.c apidoc
33497              From: simon@brecon.co.uk (Simon Cozens)
33498              Date: 14 Jul 2000 06:51:02 GMT
33499              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
33500      Branch: perl
33501            ! embed.pl pod/perlapi.pod sv.c
33502 ____________________________________________________________________________
33503 [  6411] By: jhi                                   on 2000/07/15  00:10:41
33504         Log: lib/b test fixes from Peter Prymmer.
33505      Branch: perl
33506            ! t/lib/b.t
33507 ____________________________________________________________________________
33508 [  6410] By: jhi                                   on 2000/07/15  00:02:09
33509         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
33510              From: Hugo <hv@crypt.compulink.co.uk>
33511              Date: Fri, 14 Jul 2000 23:05:20 +0100
33512              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
33513              
33514              Didn't anymore apply, but that point still could use another fix.
33515      Branch: perl
33516            ! pod/perlfunc.pod
33517 ____________________________________________________________________________
33518 [  6409] By: jhi                                   on 2000/07/14  23:15:15
33519         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
33520              not in pod, from Peter Prymmer
33521      Branch: perl
33522            ! vms/descrip_mms.template
33523 ____________________________________________________________________________
33524 [  6408] By: jhi                                   on 2000/07/14  20:35:05
33525         Log: The bug report
33526              [ID 19991110.002] minimal matching discrepancy found by pcre author
33527              seems to have been fixed (though differently from what was suggested
33528              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
33529      Branch: perl
33530            ! t/op/re_tests
33531 ____________________________________________________________________________
33532 [  6407] By: jhi                                   on 2000/07/14  17:38:08
33533         Log: Fix AutoSplit to use File::Spec the right way in VMS,
33534              from Peter Prymmer.
33535      Branch: perl
33536            ! lib/AutoSplit.pm
33537 ____________________________________________________________________________
33538 [  6406] By: jhi                                   on 2000/07/14  14:13:22
33539         Log: Merge perlhacktut into perlhack, update perlguts.
33540              
33541              Subject: Re: Perlhacktut
33542              From: simon@brecon.co.uk (Simon Cozens)
33543              Date: 14 Jul 2000 06:49:21 GMT
33544              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
33545              
33546              Subject: Re: Perlhacktut
33547              From: simon@brecon.co.uk (Simon Cozens)
33548              Date: 14 Jul 2000 07:09:45 GMT
33549              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
33550      Branch: perl
33551            ! pod/perlguts.pod pod/perlhack.pod
33552 ____________________________________________________________________________
33553 [  6405] By: jhi                                   on 2000/07/14  14:02:31
33554         Log: Integrate with Sarathy.
33555      Branch: cfgperl
33556           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
33557           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
33558           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
33559 ____________________________________________________________________________
33560 [  6404] By: gsar                                  on 2000/07/14  12:15:02
33561         Log: PERL_OBJECT build tweaks
33562      Branch: perl
33563            ! toke.c
33564 ____________________________________________________________________________
33565 [  6403] By: gsar                                  on 2000/07/14  11:23:41
33566         Log: inconsistent types needs casts
33567      Branch: perl
33568            ! toke.c
33569 ____________________________________________________________________________
33570 [  6402] By: gsar                                  on 2000/07/14  11:12:04
33571         Log: typos in change#6399, regen headers
33572      Branch: perl
33573            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
33574 ____________________________________________________________________________
33575 [  6401] By: gsar                                  on 2000/07/14  10:59:12
33576         Log: typecasts needed for change#6394
33577      Branch: perl
33578            ! toke.c
33579 ____________________________________________________________________________
33580 [  6400] By: gsar                                  on 2000/07/14  10:49:37
33581         Log: integrate cfgperl contents into mainline
33582      Branch: perl
33583           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
33584           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
33585 ____________________________________________________________________________
33586 [  6399] By: gsar                                  on 2000/07/14  10:38:35
33587         Log: enable UTF-16 filter by default if relevant BOM is seen; various
33588              cleanups (typos, misformatted code, and small bugs)
33589      Branch: perl
33590            ! doop.c embed.pl mg.c op.c pp.c toke.c
33591 ____________________________________________________________________________
33592 [  6398] By: gsar                                  on 2000/07/14  08:55:38
33593         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
33594              name suggests anyway)
33595      Branch: perl
33596            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
33597 ____________________________________________________________________________
33598 [  6397] By: gsar                                  on 2000/07/14  08:44:33
33599         Log: move new variables to the end of the interpreter structure (for
33600              bincompat in code that doesn't #include XSUB.h)
33601      Branch: perl
33602            ! intrpvar.h
33603 ____________________________________________________________________________
33604 [  6396] By: gsar                                  on 2000/07/14  08:13:58
33605         Log: MakeMaker should not remove editor backups (*~) on `make clean`
33606              by default (completes change#6383)
33607      Branch: perl
33608            ! lib/ExtUtils/MM_Unix.pm
33609 ____________________________________________________________________________
33610 [  6395] By: jhi                                   on 2000/07/14  05:20:33
33611         Log: Replace change #6337 with a better one.
33612              
33613              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
33614              From: Hugo <hv@crypt.compulink.co.uk>
33615              Date: Fri, 14 Jul 2000 04:16:20 +0100
33616              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
33617      Branch: cfgperl
33618            ! regexec.c t/op/re_tests
33619 ____________________________________________________________________________
33620 [  6394] By: jhi                                   on 2000/07/14  01:33:59
33621         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
33622      Branch: cfgperl
33623            ! embed.pl global.sym proto.h toke.c
33624 ____________________________________________________________________________
33625 [  6393] By: jhi                                   on 2000/07/13  23:41:23
33626         Log: remove discarded test
33627      Branch: cfgperl
33628            ! MANIFEST
33629 ____________________________________________________________________________
33630 [  6392] By: jhi                                   on 2000/07/13  23:32:25
33631         Log: The {multiplier} of a fixed substring was overlooked which
33632              caused a wrong initial search offset for that substring.
33633              
33634              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
33635              From: Hugo <hv@crypt.compulink.co.uk>
33636              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
33637              Date: Thu, 13 Jul 2000 19:27:13 +0100
33638      Branch: cfgperl
33639            ! regcomp.c t/op/re_tests
33640 ____________________________________________________________________________
33641 [  6391] By: jhi                                   on 2000/07/13  16:37:42
33642         Log: typo fix from Craig Berry
33643      Branch: cfgperl
33644            ! vms/subconfigure.com
33645 ____________________________________________________________________________
33646 [  6390] By: jhi                                   on 2000/07/13  13:20:12
33647         Log: Integrate with Sarathy.
33648      Branch: cfgperl
33649            - t/op/method2entersub.t
33650           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
33651           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
33652           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
33653           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
33654 ____________________________________________________________________________
33655 [  6389] By: jhi                                   on 2000/07/13  13:18:48
33656         Log: Detypo from Peter Prymmer, part of #6388.
33657      Branch: cfgperl
33658            ! Configure config_h.SH
33659      Branch: metaconfig
33660            ! U/modified/d_longlong.U
33661 ____________________________________________________________________________
33662 [  6388] By: gsar                                  on 2000/07/13  06:33:40
33663         Log: typos (spotted by Peter Prymmer)
33664      Branch: perl
33665            ! Configure t/lib/english.t
33666 ____________________________________________________________________________
33667 [  6387] By: gsar                                  on 2000/07/13  05:35:28
33668         Log: new selfloader.t in change#6183 doesn't close DATA handles,
33669              and thus fails to clean up tmp files on dosish platforms
33670      Branch: perl
33671            ! t/lib/selfloader.t
33672 ____________________________________________________________________________
33673 [  6386] By: gsar                                  on 2000/07/12  21:42:39
33674         Log: sprintf test tweaks (from Dominic Dunlop)
33675      Branch: perl
33676            ! t/op/sprintf.t
33677 ____________________________________________________________________________
33678 [  6385] By: gsar                                  on 2000/07/12  21:33:46
33679         Log: fix bugs in processing %v-*d and similar format specs (from
33680              Avi Finkel <avi@finkel.org>)
33681      Branch: perl
33682            ! sv.c t/op/sprintf.t
33683 ____________________________________________________________________________
33684 [  6384] By: gsar                                  on 2000/07/12  16:04:19
33685         Log: readd missing perldelta.pod changes from changes#6339,6376
33686      Branch: perl
33687            ! pod/perldelta.pod
33688 ____________________________________________________________________________
33689 [  6383] By: gsar                                  on 2000/07/12  16:00:51
33690         Log: don't clobber *.orig files on *clean targets
33691      Branch: perl
33692            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
33693 ____________________________________________________________________________
33694 [  6382] By: gsar                                  on 2000/07/12  07:59:12
33695         Log: fix broken integrations in cfgperl
33696      Branch: cfgperl
33697           !> Changes pod/perldelta.pod
33698 ____________________________________________________________________________
33699 [  6381] By: gsar                                  on 2000/07/12  07:42:17
33700         Log: integrate cfgperl changes into mainline
33701      Branch: perl
33702            ! Changes
33703           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
33704           !> pod/perlre.pod
33705 ____________________________________________________________________________
33706 [  6380] By: gsar                                  on 2000/07/12  07:31:00
33707         Log: get sprintf.t to adjust properly for 3-digit exponents
33708      Branch: perl
33709            ! t/op/sprintf.t
33710 ____________________________________________________________________________
33711 [  6379] By: gsar                                  on 2000/07/12  06:40:04
33712         Log: change#6174 needs corresponding change in win32/config_h.PL,
33713              which grovels through config_h.SH to find the config.h name
33714      Branch: perl
33715            ! win32/config_h.PL
33716 ____________________________________________________________________________
33717 [  6378] By: jhi                                   on 2000/07/12  05:03:59
33718         Log: Do the cc sanity check both before the hints and
33719              after the cc selction.
33720      Branch: cfgperl
33721            ! Configure config_h.SH
33722      Branch: metaconfig
33723            ! U/modified/Oldconfig.U U/modified/cc.U
33724      Branch: metaconfig/U/perl
33725            + Checkcc.U
33726 ____________________________________________________________________________
33727 [  6377] By: jhi                                   on 2000/07/12  02:49:22
33728         Log: Fix nits noticed by Boston.pm.
33729      Branch: cfgperl
33730            ! pod/perlre.pod
33731 ____________________________________________________________________________
33732 [  6376] By: jhi                                   on 2000/07/11  21:22:13
33733         Log: Configure cosmetics and perldelta.
33734      Branch: cfgperl
33735            ! Configure config_h.SH pod/perldelta.pod
33736      Branch: metaconfig
33737            ! U/modified/cc.U
33738 ____________________________________________________________________________
33739 [  6375] By: gsar                                  on 2000/07/11  21:17:35
33740         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
33741      Branch: perl
33742            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
33743            ! win32/win32sck.c
33744 ____________________________________________________________________________
33745 [  6374] By: gsar                                  on 2000/07/11  20:48:50
33746         Log: tweak for build failure under multiplicity
33747      Branch: perl
33748            ! toke.c
33749 ____________________________________________________________________________
33750 [  6373] By: gsar                                  on 2000/07/11  20:37:23
33751         Log: integrate cfgperl changes#6325..6373 into mainline
33752              (NOTE: today's batch of integrations still untested)
33753      Branch: perl
33754           +> ext/DynaLoader/hints/netbsd.pl
33755            ! Changes
33756           !> (integrate 26 files)
33757 ____________________________________________________________________________
33758 [  6372] By: jhi                                   on 2000/07/11  20:30:36
33759         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
33760              regen perltoc.
33761      Branch: cfgperl
33762            + pod/perlbook.pod
33763            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
33764            ! pod/perltoc.pod
33765 ____________________________________________________________________________
33766 [  6371] By: jhi                                   on 2000/07/11  20:08:56
33767         Log: Minor cleanups on the booklist.
33768      Branch: cfgperl
33769            ! pod/perlfaq2.pod
33770 ____________________________________________________________________________
33771 [  6370] By: jhi                                   on 2000/07/11  19:31:13
33772         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
33773      Branch: cfgperl
33774            ! t/pragma/overload.t
33775 ____________________________________________________________________________
33776 [  6369] By: gsar                                  on 2000/07/11  19:27:48
33777         Log: integrate cfgperl changes#6293..6324 into mainline
33778      Branch: perl
33779           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
33780            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
33781           !> (integrate 30 files)
33782 ____________________________________________________________________________
33783 [  6368] By: gsar                                  on 2000/07/11  19:18:57
33784         Log: skip integrate of problematic change#6292 from cfgperl into mainline
33785      Branch: perl
33786           !> pp_hot.c
33787 ____________________________________________________________________________
33788 [  6367] By: gsar                                  on 2000/07/11  19:17:21
33789         Log: integrate cfgperl changes#6288..6290 into mainline
33790      Branch: perl
33791           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
33792 ____________________________________________________________________________
33793 [  6366] By: gsar                                  on 2000/07/11  19:11:18
33794         Log: integrate cfgperl changes#6268..6282 into mainline
33795      Branch: perl
33796           !> (integrate 30 files)
33797 ____________________________________________________________________________
33798 [  6365] By: gsar                                  on 2000/07/11  18:57:00
33799         Log: delete new accidentally branched file
33800      Branch: perl
33801            - t/op/method2entersub.t
33802 ____________________________________________________________________________
33803 [  6364] By: gsar                                  on 2000/07/11  18:55:13
33804         Log: skip integrate of change#6267 from cfgperl into mainline (the
33805              method call optimization is flawed without additional hints
33806              from user about immutableness of @ISA and no runtime method
33807              definitions)
33808      Branch: perl
33809           +> t/op/method2entersub.t
33810           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
33811           !> perl.h t/op/sprintf.t xsutils.c
33812 ____________________________________________________________________________
33813 [  6363] By: gsar                                  on 2000/07/11  18:49:43
33814         Log: integrate cfgperl changes#6261..6266 into mainline
33815      Branch: perl
33816           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
33817           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
33818           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
33819           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
33820 ____________________________________________________________________________
33821 [  6362] By: gsar                                  on 2000/07/11  18:43:26
33822         Log: integrate cfgperl changes#6252..6260 into mainline
33823      Branch: perl
33824           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
33825           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
33826           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
33827           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
33828 ____________________________________________________________________________
33829 [  6361] By: gsar                                  on 2000/07/11  18:37:12
33830         Log: skip integrate of problematic change#6251 from cfgperl into mainline
33831      Branch: perl
33832           !> lib/Exporter.pm
33833 ____________________________________________________________________________
33834 [  6360] By: gsar                                  on 2000/07/11  18:34:56
33835         Log: integrate cfgperl change#6250 into mainline
33836      Branch: perl
33837           +> t/op/my_stash.t
33838           !> MANIFEST embed.pl proto.h toke.c
33839 ____________________________________________________________________________
33840 [  6359] By: gsar                                  on 2000/07/11  18:21:19
33841         Log: integrate cfgperl changes#6242..6249 into mainline
33842      Branch: perl
33843           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
33844           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
33845           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
33846           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
33847           !> t/lib/peek.t utf8.c
33848 ____________________________________________________________________________
33849 [  6358] By: gsar                                  on 2000/07/11  18:15:45
33850         Log: skip integrate of problematic change#6241 from cfgperl into mainline
33851      Branch: perl
33852           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
33853 ____________________________________________________________________________
33854 [  6357] By: jhi                                   on 2000/07/11  18:15:16
33855         Log: Fix for
33856              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
33857              From: Roderick Schertler <roderick@argon.org> 
33858              Date: Tue, 11 Jul 2000 13:55:05 -0400 
33859              Message-Id: <200007111755.NAA05077@jones.argon.org> 
33860      Branch: cfgperl
33861            ! doio.c
33862 ____________________________________________________________________________
33863 [  6356] By: jhi                                   on 2000/07/11  18:12:51
33864         Log: Typo in #6341.
33865      Branch: cfgperl
33866            ! pp_hot.c
33867 ____________________________________________________________________________
33868 [  6355] By: gsar                                  on 2000/07/11  18:12:10
33869         Log: integrate cfgperl changes#6231..6240 into mainline
33870      Branch: perl
33871           +> pod/perlutil.pod
33872           !> (integrate 35 files)
33873 ____________________________________________________________________________
33874 [  6354] By: jhi                                   on 2000/07/11  18:04:34
33875         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
33876              From: Dominic Dunlop <domo@computer.org> 
33877              Date: Tue, 11 Jul 2000 12:27:33 +0200 
33878              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
33879              
33880              Replaces change #6268.
33881      Branch: cfgperl
33882            ! t/op/sprintf.t
33883 ____________________________________________________________________________
33884 [  6353] By: gsar                                  on 2000/07/11  17:59:51
33885         Log: skip integrate of problematic change#6230 from cfgperl into mainline
33886              (a later version of File::Spec is already in mainline)
33887      Branch: perl
33888           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
33889           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
33890 ____________________________________________________________________________
33891 [  6352] By: gsar                                  on 2000/07/11  17:57:48
33892         Log: integrate cfgperl changes#6224..6229 into mainline
33893      Branch: perl
33894           +> lib/lib.pm.PL
33895            - lib/lib.pm
33896           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
33897           !> lib/English.pm op.c t/lib/english.t
33898 ____________________________________________________________________________
33899 [  6351] By: gsar                                  on 2000/07/11  17:50:10
33900         Log: skip integrate of problematic change#6223 from cfgperl into mainline
33901      Branch: perl
33902           !> doio.c
33903 ____________________________________________________________________________
33904 [  6350] By: gsar                                  on 2000/07/11  17:48:28
33905         Log: integrate cfgperl changes#6220..6222 into mainline
33906      Branch: perl
33907           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
33908           !> toke.c utf8.c win32/win32.h
33909 ____________________________________________________________________________
33910 [  6349] By: gsar                                  on 2000/07/11  17:46:13
33911         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
33912              mainline
33913      Branch: perl
33914           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
33915           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
33916           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
33917 ____________________________________________________________________________
33918 [  6348] By: jhi                                   on 2000/07/11  17:45:49
33919         Log: README.posix-bc podified from Thomas Dorner.
33920      Branch: cfgperl
33921            ! README.posix-bc
33922 ____________________________________________________________________________
33923 [  6347] By: gsar                                  on 2000/07/11  17:42:04
33924         Log: integrate cfgperl change#6217 into mainline
33925      Branch: perl
33926           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
33927           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
33928           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
33929 ____________________________________________________________________________
33930 [  6346] By: gsar                                  on 2000/07/11  17:39:37
33931         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
33932              mainline
33933      Branch: perl
33934           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
33935           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
33936           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
33937           !> perlapi.h pod/perlapi.pod
33938 ____________________________________________________________________________
33939 [  6345] By: gsar                                  on 2000/07/11  17:36:42
33940         Log: integrate cfgperl changes#6207..6210 into mainline
33941      Branch: perl
33942           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
33943           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
33944 ____________________________________________________________________________
33945 [  6344] By: gsar                                  on 2000/07/11  17:31:20
33946         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
33947              mainline
33948      Branch: perl
33949           !> (integrate 40 files)
33950 ____________________________________________________________________________
33951 [  6343] By: gsar                                  on 2000/07/11  17:19:08
33952         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
33953      Branch: perl
33954           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
33955            ! Changes
33956           !> (integrate 34 files)
33957 ____________________________________________________________________________
33958 [  6342] By: jhi                                   on 2000/07/11  16:05:48
33959         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
33960              To: perl5-porters@perl.org
33961              From: Karsten Sperling <spiff@phreax.net>
33962              Date: Mon, 10 Jul 2000 15:12:52 +0200
33963              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
33964      Branch: cfgperl
33965            ! lib/Symbol.pm
33966 ____________________________________________________________________________
33967 [  6341] By: jhi                                   on 2000/07/11  15:59:23
33968         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
33969              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
33970              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
33971              Date: Fri, 07 Jul 2000 17:57:16 +0100
33972      Branch: cfgperl
33973            ! pp_hot.c
33974 ____________________________________________________________________________
33975 [  6340] By: jhi                                   on 2000/07/11  15:55:47
33976         Log: Subject: Re: format bug report  [Patch]
33977              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
33978              Date: Wed, 05 Jul 2000 13:12:52 +0200
33979              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
33980              
33981              Subject: Re: format bug report  [Patch]
33982              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
33983              Date: Wed, 05 Jul 2000 14:10:01 +0200
33984              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
33985      Branch: cfgperl
33986            ! t/op/write.t toke.c
33987 ____________________________________________________________________________
33988 [  6339] By: jhi                                   on 2000/07/11  13:54:09
33989         Log: Be less forgiving about ambiguous and illegal tr ranges.
33990              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
33991              From: Mark-Jason Dominus <mjd@plover.com>
33992              Date: Tue, 04 Jul 2000 10:00:12 -0400
33993              Message-ID: <20000704140012.17772.qmail@plover.com>
33994              
33995              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
33996              From: Mark-Jason Dominus <mjd@plover.com>
33997              Date: Wed, 05 Jul 2000 09:37:36 -0400
33998              Message-ID: <20000705133736.27293.qmail@plover.com>
33999      Branch: cfgperl
34000            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
34001 ____________________________________________________________________________
34002 [  6338] By: jhi                                   on 2000/07/11  13:31:24
34003         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
34004              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
34005              Date: Tue, 11 Jul 2000 13:50:51 +0100
34006              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
34007      Branch: cfgperl
34008            ! sv.c
34009 ____________________________________________________________________________
34010 [  6337] By: jhi                                   on 2000/07/11  13:29:14
34011         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
34012              From: Hugo <hv@crypt.compulink.co.uk>
34013              Date: Tue, 11 Jul 2000 12:44:50 +0100
34014              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
34015      Branch: cfgperl
34016            ! regexec.c t/op/re_tests
34017 ____________________________________________________________________________
34018 [  6336] By: jhi                                   on 2000/07/11  13:26:47
34019         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
34020              From: simon@brecon.co.uk (Simon Cozens)
34021              Date: 7 Jul 2000 11:26:09 GMT
34022              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
34023      Branch: cfgperl
34024            ! mg.c
34025 ____________________________________________________________________________
34026 [  6335] By: jhi                                   on 2000/07/11  13:23:37
34027         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
34028              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
34029              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
34030              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
34031      Branch: cfgperl
34032            + ext/DynaLoader/hints/netbsd.pl
34033            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
34034 ____________________________________________________________________________
34035 [  6334] By: jhi                                   on 2000/07/11  13:20:38
34036         Log: Subject: PATCH perlguts.pod: Document D and d magic types
34037              From: mjd@plover.com
34038              Date: 5 Jul 2000 18:01:51 -0000
34039              Message-ID: <20000705180151.29413.qmail@plover.com>
34040      Branch: cfgperl
34041            ! pod/perlguts.pod
34042 ____________________________________________________________________________
34043 [  6333] By: jhi                                   on 2000/07/11  13:15:51
34044         Log: Precedence goof, fix based on
34045              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
34046              From: Hugo <hv@crypt.compulink.co.uk>
34047              Date: Tue, 11 Jul 2000 12:52:38 +0100
34048              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
34049      Branch: cfgperl
34050            ! t/op/taint.t
34051 ____________________________________________________________________________
34052 [  6332] By: jhi                                   on 2000/07/11  12:40:17
34053         Log: Integrate with Sarathy.
34054      Branch: cfgperl
34055           !> win32/win32sck.c
34056 ____________________________________________________________________________
34057 [  6331] By: jhi                                   on 2000/07/10  20:14:16
34058         Log: Sprinkle ldlibpath.
34059      Branch: cfgperl
34060            ! pod/Makefile.SH
34061 ____________________________________________________________________________
34062 [  6330] By: jhi                                   on 2000/07/10  17:54:49
34063         Log: More POSIX.pod tweaks.
34064      Branch: cfgperl
34065            ! ext/POSIX/POSIX.pod
34066 ____________________________________________________________________________
34067 [  6329] By: jhi                                   on 2000/07/10  14:02:12
34068         Log: Reorder perl.pod once more.
34069      Branch: cfgperl
34070            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
34071 ____________________________________________________________________________
34072 [  6328] By: gsar                                  on 2000/07/10  07:06:00
34073         Log: accept() leaks memory on windows due to incorrect ordering of
34074              closesocket() and fclose() calls
34075      Branch: perl
34076            ! win32/win32sck.c
34077 ____________________________________________________________________________
34078 [  6327] By: gsar                                  on 2000/07/10  06:49:17
34079         Log: winsock options weren't being set in all threads under ithreads
34080              (caused send()s from second and subsequent threads to fail)
34081      Branch: perl
34082            ! win32/win32sck.c
34083 ____________________________________________________________________________
34084 [  6326] By: jhi                                   on 2000/07/08  02:45:40
34085         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
34086              was cast to an unsigned (32-bit) integer with wild abandon.
34087      Branch: cfgperl
34088            ! ext/Devel/DProf/DProf.xs
34089 ____________________________________________________________________________
34090 [  6325] By: jhi                                   on 2000/07/07  18:50:33
34091         Log: Remove perlbook, update perlfaq book listing,
34092              rearrange perl.pod, regenerate perltoc.
34093      Branch: cfgperl
34094            - pod/perlbook.pod
34095            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
34096            ! pod/perlfaq2.pod pod/perltoc.pod
34097 ____________________________________________________________________________
34098 [  6324] By: jhi                                   on 2000/07/07  14:03:40
34099         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
34100      Branch: cfgperl
34101            ! sv.h toke.c
34102 ____________________________________________________________________________
34103 [  6323] By: jhi                                   on 2000/07/06  16:03:55
34104         Log: Fix complaints of buildtoc.
34105      Branch: cfgperl
34106            + lib/Win32.pod
34107            - pod/Win32.pod
34108            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
34109 ____________________________________________________________________________
34110 [  6322] By: jhi                                   on 2000/07/06  15:15:52
34111         Log: Add =head1 NAMEs so that buildtoc is happy.
34112              (The CGI::Util nit reported to Lincoln.)
34113      Branch: cfgperl
34114            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
34115            ! pod/perltoc.pod
34116 ____________________________________________________________________________
34117 [  6321] By: jhi                                   on 2000/07/06  03:16:04
34118         Log: Config is being used.
34119      Branch: cfgperl
34120            ! t/op/method.t
34121 ____________________________________________________________________________
34122 [  6320] By: jhi                                   on 2000/07/06  03:13:13
34123         Log: Integrate with Sarathy.
34124      Branch: cfgperl
34125           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
34126 ____________________________________________________________________________
34127 [  6319] By: jhi                                   on 2000/07/06  03:11:46
34128         Log: Autogenerate pod/Makefile and pod/buildtoc.
34129              buildtoc also checks whether the existin pods are
34130              mentioned in MANIFEST and perl.pod, and vice versa.
34131              (None of the thusly found discrepancies fixed yet.)
34132              roffitall also needs to be autogenerated similarly but it
34133              seems so badly out of date that I didn't touch it yet.
34134      Branch: cfgperl
34135            + pod/Makefile.SH pod/buildtoc.PL
34136            - pod/Makefile pod/buildtoc
34137            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
34138 ____________________________________________________________________________
34139 [  6318] By: gsar                                  on 2000/07/05  22:10:54
34140         Log: fix UNC path handling on Windows under ithreads, and chdir()
34141              return value when given a non-existent directory
34142      Branch: perl
34143            ! win32/vdir.h
34144 ____________________________________________________________________________
34145 [  6317] By: gsar                                  on 2000/07/05  22:08:19
34146         Log: winsock cleanup never done on Windows (leads to handle leaks)
34147      Branch: perl
34148            ! win32/perllib.c win32/win32sck.c
34149 ____________________________________________________________________________
34150 [  6316] By: gsar                                  on 2000/07/05  22:06:19
34151         Log: some debugger output does not go to the socket when RemotePort is set
34152      Branch: perl
34153            ! lib/perl5db.pl
34154 ____________________________________________________________________________
34155 [  6315] By: jhi                                   on 2000/07/05  00:25:21
34156         Log: Integrate with Sarathy, preliminary fix for unicos
34157              alignment problems in [ID 20000612.002] Perl problem on Cray system.
34158      Branch: cfgperl
34159            ! sv.h
34160           !> pp_hot.c
34161 ____________________________________________________________________________
34162 [  6314] By: gsar                                  on 2000/07/04  23:34:02
34163         Log: tyop in change#6306
34164      Branch: perl
34165            ! pp_hot.c
34166 ____________________________________________________________________________
34167 [  6313] By: jhi                                   on 2000/07/04  22:14:38
34168         Log: Multiline string literals ENONPORTABLE.
34169      Branch: cfgperl
34170            ! pp_hot.c
34171 ____________________________________________________________________________
34172 [  6312] By: jhi                                   on 2000/07/04  20:34:44
34173         Log: Integrate with Sarathy.
34174      Branch: cfgperl
34175           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
34176           !> t/op/method.t
34177 ____________________________________________________________________________
34178 [  6311] By: jhi                                   on 2000/07/04  20:30:56
34179         Log: More POSIX.pod embellishment.
34180      Branch: cfgperl
34181            ! ext/POSIX/POSIX.pod
34182 ____________________________________________________________________________
34183 [  6310] By: gsar                                  on 2000/07/04  17:28:48
34184         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
34185      Branch: perl
34186            ! t/lib/b.t
34187 ____________________________________________________________________________
34188 [  6309] By: jhi                                   on 2000/07/04  17:22:18
34189         Log: The #6308 required a little bit more.
34190      Branch: cfgperl
34191            ! Makefile.SH win32/Makefile
34192 ____________________________________________________________________________
34193 [  6308] By: jhi                                   on 2000/07/04  16:35:24
34194         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
34195      Branch: cfgperl
34196            + lib/lib_pm.PL
34197            - lib/lib.pm.PL
34198            ! MANIFEST Makefile.SH
34199 ____________________________________________________________________________
34200 [  6307] By: jhi                                   on 2000/07/04  16:28:58
34201         Log: Win32 patches for cfgperl from Sarathy.
34202      Branch: cfgperl
34203            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
34204            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
34205            ! thread.h toke.c util.c win32/Makefile win32/win32.c
34206 ____________________________________________________________________________
34207 [  6306] By: gsar                                  on 2000/07/04  16:28:40
34208         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
34209              (from Richard Soderberg <rs@oregonnet.com>)
34210      Branch: perl
34211            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
34212 ____________________________________________________________________________
34213 [  6305] By: jhi                                   on 2000/07/04  16:24:24
34214         Log: Integrate with Sarathy.
34215      Branch: cfgperl
34216           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
34217           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
34218           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
34219           !> proto.h win32/win32.c
34220 ____________________________________________________________________________
34221 [  6304] By: gsar                                  on 2000/07/04  16:17:24
34222         Log: missing perldiag entry for unpack("w",...) diagnostic (from
34223              Andreas Koenig)
34224      Branch: perl
34225            ! pod/perldiag.pod
34226 ____________________________________________________________________________
34227 [  6303] By: gsar                                  on 2000/07/04  16:14:44
34228         Log: remove rel2abs prototypes (from Barrie Slaymaker)
34229      Branch: perl
34230            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
34231            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
34232 ____________________________________________________________________________
34233 [  6302] By: gsar                                  on 2000/07/04  04:59:35
34234         Log: adjust change#6299
34235      Branch: perl
34236            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
34237            ! win32/win32.c
34238 ____________________________________________________________________________
34239 [  6301] By: jhi                                   on 2000/07/04  04:50:07
34240         Log: Integrate with Sarathy.
34241      Branch: cfgperl
34242           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
34243           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
34244           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
34245 ____________________________________________________________________________
34246 [  6300] By: gsar                                  on 2000/07/04  04:42:09
34247         Log: PERL_OBJECT build tweak
34248      Branch: perl
34249            ! perl.h
34250 ____________________________________________________________________________
34251 [  6299] By: gsar                                  on 2000/07/04  04:37:00
34252         Log: fix memory leak on Windows (PL_sys_intern contents were never
34253              freed)
34254      Branch: perl
34255            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
34256            ! perlapi.c proto.h win32/win32.c
34257 ____________________________________________________________________________
34258 [  6298] By: gsar                                  on 2000/07/04  04:15:59
34259         Log: fix large memory leak that has been around for ever, masked by
34260              -DPURIFY (most of the arenas were never freed!)
34261      Branch: perl
34262            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
34263 ____________________________________________________________________________
34264 [  6297] By: gsar                                  on 2000/07/04  04:07:46
34265         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
34266      Branch: perl
34267            ! perl.c
34268 ____________________________________________________________________________
34269 [  6296] By: jhi                                   on 2000/06/30  18:28:37
34270         Log: Elaborate POSIX.pod.  Still needs work.
34271      Branch: cfgperl
34272            ! ext/POSIX/POSIX.pod
34273 ____________________________________________________________________________
34274 [  6295] By: jhi                                   on 2000/06/30  14:58:18
34275         Log: Point to perlipc for more SysV IPC examples.
34276      Branch: cfgperl
34277            ! pod/perlfunc.pod
34278 ____________________________________________________________________________
34279 [  6294] By: gsar                                  on 2000/06/30  14:47:45
34280         Log: slurp mode fix in change#4736 still not quite right
34281      Branch: perl
34282            ! pp_hot.c t/io/argv.t
34283 ____________________________________________________________________________
34284 [  6293] By: jhi                                   on 2000/06/30  12:02:55
34285         Log: Integrate with Sarathy.
34286      Branch: cfgperl
34287           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
34288 ____________________________________________________________________________
34289 [  6292] By: jhi                                   on 2000/06/30  12:01:11
34290         Log: From: simon@brecon.co.uk (Simon Cozens)
34291              Subject: UTF8 concat
34292              Date: 30 Jun 2000 06:13:25 GMT
34293              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
34294      Branch: cfgperl
34295            ! pp_hot.c
34296 ____________________________________________________________________________
34297 [  6291] By: gsar                                  on 2000/06/30  04:37:33
34298         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
34299              when @_ is modified, causing coredumps
34300      Branch: perl
34301            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
34302 ____________________________________________________________________________
34303 [  6290] By: jhi                                   on 2000/06/30  02:21:44
34304         Log: Integrate with Sarathy.
34305      Branch: cfgperl
34306           !> vms/vms.c vms/vmsish.h
34307 ____________________________________________________________________________
34308 [  6289] By: jhi                                   on 2000/06/30  02:21:02
34309         Log: Check VERSIONs.
34310      Branch: cfgperl
34311            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
34312            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
34313            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
34314 ____________________________________________________________________________
34315 [  6288] By: jhi                                   on 2000/06/30  02:18:52
34316         Log: Integrate with Sarathy.
34317      Branch: cfgperl
34318           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
34319           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
34320           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
34321           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
34322 ____________________________________________________________________________
34323 [  6287] By: gsar                                  on 2000/06/30  02:17:08
34324         Log: integrate vmsperl changes into mainline
34325      Branch: perl
34326           !> vms/vms.c vms/vmsish.h
34327 ____________________________________________________________________________
34328 [  6285] By: gsar                                  on 2000/06/30  02:05:28
34329         Log: localize %INC in a Safe compartment so that use/require work
34330              (many other magic globals probably need similar treatment)
34331      Branch: perl
34332            ! ext/Opcode/Opcode.xs
34333 ____________________________________________________________________________
34334 [  6284] By: gsar                                  on 2000/06/30  01:54:54
34335         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
34336              about Windows
34337      Branch: perl
34338            ! pod/perlembed.pod
34339 ____________________________________________________________________________
34340 [  6283] By: jhi                                   on 2000/06/30  01:50:10
34341         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
34342              From: Barrie Slaymaker <barries@jester.slaysys.com>
34343              Date: Wed, 28 Jun 2000 11:35:29 -0400
34344              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
34345      Branch: perl
34346            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
34347            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
34348            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
34349            ! lib/File/Spec/Win32.pm
34350 ____________________________________________________________________________
34351 [  6282] By: jhi                                   on 2000/06/29  22:57:22
34352         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
34353              From: Dan Sugalski <dan@sidhe.org>
34354              Date: Tue, 06 Jun 2000 11:59:50 -0400
34355              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
34356      Branch: cfgperl
34357            ! vms/vms.c
34358 ____________________________________________________________________________
34359 [  6281] By: jhi                                   on 2000/06/29  22:52:50
34360         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
34361              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
34362              Date: Wed, 7 Jun 2000 04:02:04 -0500
34363              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
34364      Branch: cfgperl
34365            ! utils/h2xs.PL
34366 ____________________________________________________________________________
34367 [  6280] By: jhi                                   on 2000/06/29  22:45:47
34368         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
34369              From: rspier@pobox.com (Robert Spier)
34370              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
34371              Message-ID: <14654.31913.845602.610277@rls.cx>
34372      Branch: cfgperl
34373            ! utils/h2xs.PL
34374 ____________________________________________________________________________
34375 [  6279] By: jhi                                   on 2000/06/29  22:38:16
34376         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
34377              From: Tim Ayers <tayers@bridge.com>
34378              Date: Thu, 08 Jun 2000 08:11:06 +0200
34379              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
34380              [resent by Richard Foley, Message-Id probably wrong]
34381      Branch: cfgperl
34382            ! pod/perlsub.pod
34383 ____________________________________________________________________________
34384 [  6278] By: jhi                                   on 2000/06/29  22:21:45
34385         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
34386              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
34387              Date: Fri, 09 Jun 2000 12:39:27 -0400
34388              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
34389              (plus update the version "number" of Text::Wrap)
34390      Branch: cfgperl
34391            ! lib/Text/Wrap.pm
34392 ____________________________________________________________________________
34393 [  6277] By: jhi                                   on 2000/06/29  22:13:10
34394         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
34395              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
34396              Date: Mon, 12 Jun 2000 14:55:59 +0100
34397              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
34398      Branch: cfgperl
34399            ! pod/perlfunc.pod
34400 ____________________________________________________________________________
34401 [  6276] By: jhi                                   on 2000/06/29  22:11:06
34402         Log: Subject: [PATCH] Re: eval documentation: context
34403              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
34404              Date: Mon, 12 Jun 2000 15:07:29 +0100
34405              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
34406      Branch: cfgperl
34407            ! pod/perlfunc.pod
34408 ____________________________________________________________________________
34409 [  6275] By: jhi                                   on 2000/06/29  21:59:46
34410         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
34411              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
34412              Date: Tue, 13 Jun 2000 02:43:48 -0500
34413              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
34414      Branch: cfgperl
34415            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
34416 ____________________________________________________________________________
34417 [  6274] By: jhi                                   on 2000/06/29  21:56:14
34418         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
34419              From: Andy Dougherty <doughera@lafayette.edu>
34420              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
34421              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
34422      Branch: cfgperl
34423            ! ext/File/Glob/Glob.pm
34424 ____________________________________________________________________________
34425 [  6273] By: jhi                                   on 2000/06/29  21:49:09
34426         Log: Subject: [PATCH] xsub attributes
34427              From: Doug MacEachern <dougm@covalent.net>
34428              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
34429              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
34430      Branch: cfgperl
34431            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
34432            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
34433 ____________________________________________________________________________
34434 [  6272] By: jhi                                   on 2000/06/29  21:41:28
34435         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
34436              From: Tom Phoenix <rootbeer@redcat.com>
34437              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
34438              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
34439      Branch: cfgperl
34440            ! lib/Net/Ping.pm
34441 ____________________________________________________________________________
34442 [  6271] By: jhi                                   on 2000/06/29  21:36:55
34443         Log: Subject: PATCH pod/perltie.pod
34444              From: Ian Phillipps <Ian.Phillipps@iname.com>
34445              Date: Fri, 16 Jun 2000 00:17:19 +0100
34446              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
34447              (only the first hunk, the second hunk had already been done
34448              by some other patch)
34449      Branch: cfgperl
34450            ! pod/perltie.pod
34451 ____________________________________________________________________________
34452 [  6270] By: jhi                                   on 2000/06/29  21:24:51
34453         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
34454              From: Nicholas Clark <nick@talking.bollo.cx>
34455              Date: Fri, 23 Jun 2000 16:21:15 +0100
34456              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
34457      Branch: cfgperl
34458            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
34459            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
34460 ____________________________________________________________________________
34461 [  6269] By: jhi                                   on 2000/06/29  19:38:15
34462         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
34463              silence few compiler warnings.
34464      Branch: cfgperl
34465            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
34466 ____________________________________________________________________________
34467 [  6268] By: jhi                                   on 2000/06/29  18:21:50
34468         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
34469              From: Dominic Dunlop <domo@computer.org> 
34470              Date: Thu, 29 Jun 2000 12:32:39 +0200 
34471              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
34472      Branch: cfgperl
34473            ! t/op/sprintf.t
34474 ____________________________________________________________________________
34475 [  6267] By: jhi                                   on 2000/06/29  18:16:07
34476         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
34477              From: Doug MacEachern <dougm@covalent.net>
34478              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
34479              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
34480      Branch: cfgperl
34481            + t/op/method2entersub.t
34482            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
34483            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
34484            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
34485            ! xsutils.c
34486 ____________________________________________________________________________
34487 [  6266] By: jhi                                   on 2000/06/29  15:11:15
34488         Log: Subject: [PATCH 5.6.0] cygwin port
34489              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
34490              From: "Fifer, Eric" <EFifer@sanwaint.com>
34491              Date: Thu, 29 Jun 2000 12:58:29 +0100
34492      Branch: cfgperl
34493            ! cygwin/Makefile.SHs
34494 ____________________________________________________________________________
34495 [  6265] By: jhi                                   on 2000/06/29  15:04:05
34496         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
34497              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
34498              Date: Wed, 28 Jun 2000 17:50:12 -0700
34499              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
34500      Branch: cfgperl
34501            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
34502 ____________________________________________________________________________
34503 [  6264] By: jhi                                   on 2000/06/29  15:00:57
34504         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
34505              From: Marty Lucich <marty@netcom.com>
34506              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
34507              Message-Id: <200006282116.OAA11148@netcom.com>
34508              ccdlflags update (the BSD/OS 4.1 part had already been taken
34509              care of by #6141).
34510      Branch: cfgperl
34511            ! hints/bsdos.sh
34512 ____________________________________________________________________________
34513 [  6263] By: jhi                                   on 2000/06/29  13:47:44
34514         Log: tr fixes from Simon Cozens
34515      Branch: cfgperl
34516            ! doop.c
34517 ____________________________________________________________________________
34518 [  6262] By: jhi                                   on 2000/06/28  18:46:01
34519         Log: Subject: 5.6.0 Patch for EPOC
34520              From: Olaf Flebbe <o.flebbe@gmx.de>
34521              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
34522              Message-ID: <23449.960929969@www11.gmx.net>
34523      Branch: cfgperl
34524            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
34525            ! epoc/epocish.h
34526 ____________________________________________________________________________
34527 [  6261] By: jhi                                   on 2000/06/28  18:29:07
34528         Log: Subject: Re: [PATCH cfgperl] BOMs away!
34529              From: simon@brecon.co.uk (Simon Cozens)
34530              Date: 17 Jun 2000 11:49:57 GMT
34531              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
34532      Branch: cfgperl
34533            ! pod/perldiag.pod t/comp/require.t toke.c
34534 ____________________________________________________________________________
34535 [  6260] By: jhi                                   on 2000/06/28  17:47:16
34536         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
34537              From: simon@brecon.co.uk (Simon Cozens) 
34538              Date: 17 Jun 2000 11:56:44 GMT 
34539              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
34540              pack U0, pack C0
34541      Branch: cfgperl
34542            ! pod/perlfunc.pod pp.c t/op/pack.t
34543 ____________________________________________________________________________
34544 [  6259] By: jhi                                   on 2000/06/28  16:43:17
34545         Log: perlnewmod was missing from MANIFEST.
34546      Branch: cfgperl
34547            ! MANIFEST
34548 ____________________________________________________________________________
34549 [  6258] By: jhi                                   on 2000/06/28  15:54:30
34550         Log: linenumber tweak
34551      Branch: cfgperl
34552            ! t/pragma/warn/regcomp
34553 ____________________________________________________________________________
34554 [  6257] By: jhi                                   on 2000/06/28  15:50:44
34555         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
34556              From: Doug MacEachern <dougm@covalent.net>
34557              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
34558              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
34559              (one part of the patch had been applied earlier)
34560      Branch: cfgperl
34561            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
34562 ____________________________________________________________________________
34563 [  6256] By: jhi                                   on 2000/06/28  15:40:22
34564         Log: tweaks from Simon Cozens to further fix tr/// under utf8
34565      Branch: cfgperl
34566            ! doop.c
34567 ____________________________________________________________________________
34568 [  6255] By: jhi                                   on 2000/06/28  15:33:45
34569         Log: small thinko tweaks
34570      Branch: cfgperl
34571            ! lib/IPC/Open3.pm t/op/my_stash.t
34572 ____________________________________________________________________________
34573 [  6254] By: jhi                                   on 2000/06/28  15:33:25
34574         Log: Subject: tr///, help wanted.
34575              From: simon@brecon.co.uk (Simon Cozens)
34576              Date: 28 Jun 2000 11:29:04 GMT
34577              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
34578      Branch: cfgperl
34579            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
34580            ! pp_proto.h proto.h t/op/tr.t
34581 ____________________________________________________________________________
34582 [  6253] By: jhi                                   on 2000/06/28  15:09:17
34583         Log: Paranoia tweak on #6249.
34584              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
34585              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
34586              Date: Sun, 25 Jun 2000 23:43:12 -0400
34587              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
34588      Branch: cfgperl
34589            ! lib/IPC/Open3.pm
34590 ____________________________________________________________________________
34591 [  6252] By: jhi                                   on 2000/06/28  15:01:38
34592         Log: Document #6249 and #6251.
34593      Branch: cfgperl
34594            ! lib/Exporter.pm lib/IPC/Open3.pm
34595 ____________________________________________________________________________
34596 [  6251] By: jhi                                   on 2000/06/28  14:50:43
34597         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
34598              From: Doug MacEachern <dougm@covalent.net>
34599              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
34600              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
34601      Branch: cfgperl
34602            ! lib/Exporter.pm
34603 ____________________________________________________________________________
34604 [  6250] By: jhi                                   on 2000/06/28  14:45:23
34605         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
34606              From: Doug MacEachern <dougm@covalent.net>
34607              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
34608              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
34609      Branch: cfgperl
34610            + t/op/my_stash.t
34611            ! MANIFEST embed.pl global.sym proto.h toke.c
34612 ____________________________________________________________________________
34613 [  6249] By: jhi                                   on 2000/06/28  14:36:34
34614         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
34615              From: Frank Tobin <ftobin@uiuc.edu>
34616              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
34617              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
34618      Branch: cfgperl
34619            ! lib/IPC/Open3.pm
34620 ____________________________________________________________________________
34621 [  6248] By: jhi                                   on 2000/06/28  14:11:25
34622         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
34623              From: Mark-Jason Dominus <mjd@plover.com>
34624              Date: Tue, 27 Jun 2000 22:36:42 -0400
34625              Message-ID: <20000628023642.12166.qmail@plover.com>
34626      Branch: cfgperl
34627            ! pod/perlfunc.pod
34628 ____________________________________________________________________________
34629 [  6247] By: jhi                                   on 2000/06/27  12:46:37
34630         Log: Tweak $VERSION, patch from Doug MacEachern.
34631      Branch: cfgperl
34632            ! lib/File/Spec.pm
34633 ____________________________________________________________________________
34634 [  6246] By: jhi                                   on 2000/06/27  03:34:46
34635         Log: Allow for standalone testing.
34636      Branch: cfgperl
34637            ! t/lib/filefunc.t t/lib/filespec.t
34638 ____________________________________________________________________________
34639 [  6245] By: jhi                                   on 2000/06/27  02:50:02
34640         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
34641              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
34642              Date: Sat, 24 Jun 2000 13:06:20 +0100
34643              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
34644      Branch: cfgperl
34645            ! ext/DynaLoader/DynaLoader_pm.PL
34646 ____________________________________________________________________________
34647 [  6244] By: jhi                                   on 2000/06/27  02:46:10
34648         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
34649              From: Doug MacEachern <dougm@covalent.net>
34650              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
34651              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
34652      Branch: cfgperl
34653            ! gv.c sv.c t/lib/peek.t
34654 ____________________________________________________________________________
34655 [  6243] By: jhi                                   on 2000/06/27  02:38:07
34656         Log: Subject: [PATCH] is_utf8_string
34657              From: simon@brecon.co.uk (Simon Cozens)
34658              Date: 26 Jun 2000 02:25:59 GMT
34659              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
34660      Branch: cfgperl
34661            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
34662            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
34663            ! proto.h utf8.c
34664 ____________________________________________________________________________
34665 [  6242] By: jhi                                   on 2000/06/27  02:24:00
34666         Log: Subject: [PATCH] bytes<->utf8 fixes
34667              From: simon@brecon.co.uk (Simon Cozens)
34668              Date: 26 Jun 2000 04:55:45 GMT
34669              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
34670      Branch: cfgperl
34671            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
34672 ____________________________________________________________________________
34673 [  6241] By: jhi                                   on 2000/06/27  02:12:42
34674         Log: Do no -warn on \_, only on \alpha.
34675              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
34676              From: David Dyck <dcd@tc.fluke.com>
34677              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
34678              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
34679      Branch: cfgperl
34680            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
34681 ____________________________________________________________________________
34682 [  6240] By: jhi                                   on 2000/06/27  02:00:01
34683         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
34684              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
34685              Date: Mon, 26 Jun 2000 18:40:14 +0100
34686              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
34687      Branch: cfgperl
34688            ! utils/h2xs.PL
34689 ____________________________________________________________________________
34690 [  6239] By: jhi                                   on 2000/06/27  01:53:40
34691         Log: Configure maintenance.  Sever some dependency cycles,
34692              separate gccversion from the cc unit,
34693              address [ID 20000623.006] Configure script patch for using gcc on AIX
34694              (but solve it a little bit differently),
34695              unduplex some accidentally duplicated units,
34696              suggest using gcc if no cc available
34697              (p5p thread: "Solaris configure: counterproposal", 1999-09)
34698      Branch: cfgperl
34699            ! Configure Todo-5.6 config_h.SH
34700      Branch: metaconfig
34701            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
34702            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
34703      Branch: metaconfig/U/perl
34704            + gccvers.U
34705            ! d_getespwnam.U d_getprpwnam.U i_prot.U
34706 ____________________________________________________________________________
34707 [  6238] By: jhi                                   on 2000/06/25  18:04:56
34708         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
34709              From: Dan Sugalski <dan@sidhe.org>
34710              Date: Fri, 23 Jun 2000 17:00:00 -0400
34711              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
34712      Branch: cfgperl
34713            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
34714 ____________________________________________________________________________
34715 [  6237] By: jhi                                   on 2000/06/25  16:36:45
34716         Log: Tweak embed.pl, regen headers.
34717      Branch: cfgperl
34718            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
34719            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
34720            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
34721            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
34722            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
34723 ____________________________________________________________________________
34724 [  6236] By: jhi                                   on 2000/06/25  15:26:42
34725         Log: Regen headers.
34726      Branch: cfgperl
34727            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
34728            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
34729            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
34730            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
34731            ! regnodes.h warnings.h
34732 ____________________________________________________________________________
34733 [  6235] By: jhi                                   on 2000/06/23  19:39:35
34734         Log: The thread begun by
34735              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
34736              From: Kevin.Ruscoe@ubsw.com
34737              Date: Fri, 16 Jun 2000 16:38:51 +0100
34738              Message-Id: <H000019b03c300d6@MHS>
34739      Branch: cfgperl
34740            ! hints/solaris_2.sh
34741 ____________________________________________________________________________
34742 [  6234] By: jhi                                   on 2000/06/23  19:23:36
34743         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
34744              because when run as services (Win32ese for daemons)
34745              no environment variables are set and tmpdir ends up as /tmp,
34746              which is ambiguous.
34747              
34748              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
34749              From: matt@sergeant.org
34750              Date: 16 Jun 2000 16:30:43 -0000
34751              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
34752      Branch: cfgperl
34753            ! lib/File/Spec/Win32.pm
34754 ____________________________________________________________________________
34755 [  6233] By: jhi                                   on 2000/06/23  19:18:58
34756         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
34757              From: Mark-Jason Dominus <mjd@plover.com>
34758              Date: Fri, 16 Jun 2000 20:53:04 -0400
34759              Message-ID: <20000617005304.8008.qmail@plover.com>
34760      Branch: cfgperl
34761            ! op.h
34762 ____________________________________________________________________________
34763 [  6232] By: jhi                                   on 2000/06/23  16:10:02
34764         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
34765              From: simon@brecon.co.uk (Simon Cozens)
34766              Date: 19 Jun 2000 15:18:27 GMT
34767              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
34768              
34769              plus update pod/Makefile and regenerate perltoc
34770      Branch: cfgperl
34771            + pod/perlutil.pod
34772            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
34773 ____________________________________________________________________________
34774 [  6231] By: jhi                                   on 2000/06/23  15:19:18
34775         Log: Subject: [PATCH 5.6.0] cygwin port
34776              From: "Fifer, Eric" <EFifer@sanwaint.com>
34777              Date: Tue, 20 Jun 2000 14:30:58 +0100
34778              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
34779      Branch: cfgperl
34780            ! README.cygwin lib/File/Find.pm
34781 ____________________________________________________________________________
34782 [  6230] By: jhi                                   on 2000/06/23  14:25:21
34783         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
34784      Branch: cfgperl
34785            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
34786            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
34787            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
34788            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
34789 ____________________________________________________________________________
34790 [  6229] By: jhi                                   on 2000/06/23  14:13:34
34791         Log: Subject: README.hpux version 0.6.1
34792              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
34793              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
34794              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
34795      Branch: cfgperl
34796            ! README.hpux
34797 ____________________________________________________________________________
34798 [  6228] By: jhi                                   on 2000/06/23  14:07:20
34799         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
34800              From: Doug MacEachern <dougm@covalent.net>
34801              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
34802              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
34803      Branch: cfgperl
34804            ! op.c
34805 ____________________________________________________________________________
34806 [  6227] By: jhi                                   on 2000/06/23  14:01:06
34807         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
34808              From: Doug MacEachern <dougm@covalent.net>
34809              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
34810              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
34811      Branch: cfgperl
34812            + lib/lib.pm.PL
34813            - lib/lib.pm
34814            ! MANIFEST Makefile.SH
34815 ____________________________________________________________________________
34816 [  6226] By: jhi                                   on 2000/06/23  13:53:07
34817         Log: Subject: [PATCH] remove forward declarations in Socket.pm
34818              From: Doug MacEachern <dougm@covalent.net>
34819              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
34820              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
34821              
34822              From: Doug MacEachern <dougm@covalent.net>
34823              Subject: Re: [PATCH] remove forward declarations in Socket.pm
34824              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
34825              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
34826      Branch: cfgperl
34827            ! ext/Socket/Socket.pm op.c
34828 ____________________________________________________________________________
34829 [  6225] By: jhi                                   on 2000/06/23  13:41:52
34830         Log: Add source code filenames to apidoc.
34831              From: simon@brecon.co.uk (Simon Cozens)
34832              Subject: [PATCH embed.pl] Source X-ref
34833              Date: 22 Jun 2000 02:18:49 GMT
34834              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
34835      Branch: cfgperl
34836            ! embed.pl
34837 ____________________________________________________________________________
34838 [  6224] By: jhi                                   on 2000/06/23  13:32:33
34839         Log: A way to avoid English.pm performance hit.
34840              From: root <root@jester.slaysys.com>
34841              Subject: [YAPATCH English.pm] My turn to putt again
34842              Date: Thu, 22 Jun 2000 20:33:58 -0400
34843              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
34844      Branch: cfgperl
34845            ! lib/English.pm t/lib/english.t
34846 ____________________________________________________________________________
34847 [  6223] By: jhi                                   on 2000/06/23  13:27:06
34848         Log: Avoid double close().
34849              Subject: [PATCH] avoid double close()
34850              From: Doug MacEachern <dougm@covalent.net>
34851              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
34852              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
34853      Branch: cfgperl
34854            ! doio.c
34855 ____________________________________________________________________________
34856 [  6222] By: jhi                                   on 2000/06/23  13:25:54
34857         Log: doc typo fix
34858              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
34859              From: Ian Phillipps <Ian.Phillipps@iname.com>
34860              Date: Fri, 23 Jun 2000 10:40:58 +0100
34861              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
34862      Branch: cfgperl
34863            ! lib/Pod/Usage.pm
34864 ____________________________________________________________________________
34865 [  6221] By: jhi                                   on 2000/06/23  13:24:15
34866         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
34867              From: simon@brecon.co.uk (Simon Cozens)
34868              Subject: [PATCH] Eliminate tr///[CU][CU]
34869              Date: 23 Jun 2000 11:05:40 GMT
34870              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
34871      Branch: cfgperl
34872            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
34873 ____________________________________________________________________________
34874 [  6220] By: jhi                                   on 2000/06/22  16:07:51
34875         Log: Win32 patches from Benjamin Stuhl.
34876      Branch: cfgperl
34877            ! makedef.pl win32/win32.h
34878 ____________________________________________________________________________
34879 [  6219] By: jhi                                   on 2000/06/22  16:06:34
34880         Log: Bytecode patches from Benjamin Stuhl.
34881      Branch: cfgperl
34882            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
34883            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
34884            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
34885 ____________________________________________________________________________
34886 [  6218] By: jhi                                   on 2000/06/15  23:54:16
34887         Log: Bytecode patches from Benjamin Stuhl.
34888      Branch: cfgperl
34889            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
34890 ____________________________________________________________________________
34891 [  6217] By: jhi                                   on 2000/06/09  13:38:29
34892         Log: Rename the fdpid locking and integrate with Sarathy.
34893      Branch: cfgperl
34894            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
34895            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
34896            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
34897            ! win32/win32.c
34898           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
34899 ____________________________________________________________________________
34900 [  6216] By: gsar                                  on 2000/06/08  14:54:21
34901         Log: be more optimal about clearing @_
34902      Branch: perl
34903            ! cop.h
34904 ____________________________________________________________________________
34905 [  6215] By: gsar                                  on 2000/06/08  14:33:04
34906         Log: tweak comment about @DB::args
34907      Branch: perl
34908            ! av.h pp_ctl.c
34909 ____________________________________________________________________________
34910 [  6214] By: gsar                                  on 2000/06/08  13:57:54
34911         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
34912              caller() wants to populate @DB::args with it (causes a coredump
34913              in Carp::confess())
34914      Branch: perl
34915            ! cop.h t/op/runlevel.t
34916 ____________________________________________________________________________
34917 [  6213] By: gsar                                  on 2000/06/08  07:06:35
34918         Log: back out change#6106 (seems problematic)
34919      Branch: perl
34920            ! hints/solaris_2.sh
34921 ____________________________________________________________________________
34922 [  6212] By: jhi                                   on 2000/06/07  03:10:36
34923         Log: Continuing mopup for #6204.
34924      Branch: cfgperl
34925            ! ext/B/defsubs_h.PL
34926 ____________________________________________________________________________
34927 [  6211] By: jhi                                   on 2000/06/07  02:41:50
34928         Log: Mopup for #6204.
34929              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
34930              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
34931              This is comes from const() where POK isn't on when expected.
34932      Branch: cfgperl
34933            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
34934            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
34935            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
34936            ! perlapi.h pod/perlapi.pod
34937 ____________________________________________________________________________
34938 [  6210] By: jhi                                   on 2000/06/07  01:56:29
34939         Log: Mopup for #6207 and #6209.
34940      Branch: cfgperl
34941            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
34942 ____________________________________________________________________________
34943 [  6209] By: jhi                                   on 2000/06/07  01:33:12
34944         Log: Lock PL_fdpid against race conditions, based on:
34945              Subject: [PATCH 5.6.0]subprocess fixup for threads
34946              From: Dan Sugalski <dan@sidhe.org>
34947              To: perl5-porters@perl.org
34948              Date: Tue, 11 Apr 2000 17:02:32 -0400
34949              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
34950      Branch: cfgperl
34951            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
34952            ! win32/win32.c
34953 ____________________________________________________________________________
34954 [  6208] By: jhi                                   on 2000/06/07  01:05:23
34955         Log: Regen headers for #6207.
34956      Branch: cfgperl
34957            ! embed.h global.sym objXSUB.h proto.h
34958 ____________________________________________________________________________
34959 [  6207] By: jhi                                   on 2000/06/06  23:43:13
34960         Log: Subject: [PATCH 5.6.0] Threadsafe patches
34961              From: Dan Sugalski <dan@sidhe.org>
34962              To: perl5-porters@perl.org
34963              Date: Mon, 08 May 2000 18:08:13 -0400
34964              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
34965      Branch: cfgperl
34966            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
34967            ! proto.h sv.h util.c
34968 ____________________________________________________________________________
34969 [  6206] By: jhi                                   on 2000/06/06  23:21:23
34970         Log: Subject: [PATCH] Eliminate $a/$b in pod
34971              From: David Glasser <me@davidglasser.net>
34972              To: perl5-porters@perl.org
34973              Date: Mon, 29 May 2000 21:15:59 -0400
34974              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
34975      Branch: cfgperl
34976            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
34977            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
34978            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
34979            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
34980            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
34981            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
34982            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
34983            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
34984            ! pod/perlvar.pod pod/perlxs.pod
34985 ____________________________________________________________________________
34986 [  6205] By: jhi                                   on 2000/06/06  23:12:14
34987         Log: Subject: [PATCH] Win32 improvements
34988              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
34989              To: gsar@activestate.com, perl5-porters@perl.org
34990              Date: Mon, 29 May 2000 17:22:24 PDT
34991              Message-ID: <20000530002224.91142.qmail@hotmail.com>
34992              (MUA had mangled many lines by wordwrapping)
34993      Branch: cfgperl
34994            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
34995 ____________________________________________________________________________
34996 [  6204] By: jhi                                   on 2000/06/06  23:01:50
34997         Log: Subject: [PATCH] B::Bytecode patches
34998              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
34999              To: gsar@activestate.com, jhi@iki.fi
35000              Cc: perl5-porters@perl.org
35001              Message-ID: <20000602202526.48694.qmail@hotmail.com>
35002              (MUA had mangled many lines by wordwrapping)
35003      Branch: cfgperl
35004            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
35005            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
35006            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
35007            ! intrpvar.h perl.c
35008 ____________________________________________________________________________
35009 [  6203] By: jhi                                   on 2000/06/06  22:32:43
35010         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
35011              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
35012              Date: Tue, 06 Jun 2000 13:07:45 -0700
35013              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
35014      Branch: cfgperl
35015            ! pod/perldiag.pod
35016 ____________________________________________________________________________
35017 [  6202] By: jhi                                   on 2000/06/06  19:38:35
35018         Log: Integrate with Sarathy.
35019      Branch: cfgperl
35020           !> perl.c
35021 ____________________________________________________________________________
35022 [  6201] By: gsar                                  on 2000/06/06  00:42:59
35023         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
35024              does a PUSHMARK that's never ever POPMARKed; in general, only
35025              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
35026              Perl_eval_[sp]v() don't because they don't take any incoming
35027              arguments (this leak has been around since the original version
35028              of perl_eval_pv() in 5.003_97e)
35029      Branch: perl
35030            ! perl.c
35031 ____________________________________________________________________________
35032 [  6200] By: jhi                                   on 2000/06/04  03:44:52
35033         Log: Update to cperl-mode.el 4.31 from
35034              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
35035              Subject: A couple of notes
35036              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35037              To: Mailing list Perl5 <perl5-porters@perl.org>
35038              Date: Sat, 3 Jun 2000 23:33:32 -0400
35039              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
35040      Branch: cfgperl
35041            ! emacs/cperl-mode.el
35042 ____________________________________________________________________________
35043 [  6199] By: jhi                                   on 2000/06/03  15:11:05
35044         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
35045              From: Dan Sugalski <dan@sidhe.org>
35046              To: perl5-porters@perl.org, vmsperl@perl.org
35047              Date: Fri, 02 Jun 2000 17:30:51 -0400
35048              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
35049      Branch: cfgperl
35050            ! vms/descrip_mms.template vms/gen_shrfls.pl
35051 ____________________________________________________________________________
35052 [  6198] By: jhi                                   on 2000/06/03  14:59:15
35053         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
35054              From: Dan Sugalski <dan@sidhe.org>
35055              To: vmsperl@perl.org, perl5-porters@perl.org
35056              Date: Fri, 02 Jun 2000 16:00:41 -0400
35057              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
35058              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
35059      Branch: cfgperl
35060            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
35061            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
35062            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
35063 ____________________________________________________________________________
35064 [  6197] By: jhi                                   on 2000/06/03  14:41:30
35065         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
35066              From: John Borwick <jhborwic@unity.ncsu.edu>
35067              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
35068              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
35069      Branch: cfgperl
35070            ! pod/perlsyn.pod
35071 ____________________________________________________________________________
35072 [  6196] By: jhi                                   on 2000/06/03  14:38:09
35073         Log: Integrate with Sarathy.
35074      Branch: cfgperl
35075           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
35076           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
35077           !> vms/perly_c.vms
35078 ____________________________________________________________________________
35079 [  6195] By: gsar                                  on 2000/06/02  22:43:13
35080         Log: fix yet another eval"" leak under USE_ITHREADS
35081      Branch: perl
35082            ! op.c
35083 ____________________________________________________________________________
35084 [  6194] By: gsar                                  on 2000/06/02  18:22:06
35085         Log: fix small eval"" memory leaks under USE_ITHREADS
35086      Branch: perl
35087            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
35088            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
35089            ! vms/perly_c.vms
35090 ____________________________________________________________________________
35091 [  6193] By: jhi                                   on 2000/06/01  13:03:56
35092         Log: Signals-be-gone for microperl.
35093      Branch: cfgperl
35094            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
35095 ____________________________________________________________________________
35096 [  6192] By: jhi                                   on 2000/06/01  12:52:02
35097         Log: Integrate with Sarathy.
35098      Branch: cfgperl
35099           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
35100           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
35101           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
35102           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
35103           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
35104           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
35105           !> t/op/vec.t utils/h2xs.PL
35106 ____________________________________________________________________________
35107 [  6191] By: gsar                                  on 2000/06/01  09:38:21
35108         Log: vec() loses numericalness (modified version of patch suggested
35109              by Robin Barker)
35110      Branch: perl
35111            ! doop.c t/op/vec.t
35112 ____________________________________________________________________________
35113 [  6190] By: gsar                                  on 2000/06/01  09:26:15
35114         Log: submit missing embed.pl change
35115      Branch: perl
35116            ! embed.pl
35117 ____________________________________________________________________________
35118 [  6189] By: gsar                                  on 2000/06/01  09:05:34
35119         Log: counting tr/// corrupts later operation (from M.J.T Guy)
35120      Branch: perl
35121            ! doop.c t/op/tr.t
35122 ____________________________________________________________________________
35123 [  6188] By: gsar                                  on 2000/06/01  08:58:39
35124         Log: h2xs tweaks
35125      Branch: perl
35126            ! utils/h2xs.PL
35127 ____________________________________________________________________________
35128 [  6187] By: gsar                                  on 2000/06/01  08:50:07
35129         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
35130              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
35131      Branch: perl
35132            + lib/Pod/LaTeX.pm
35133            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
35134            ! pod/pod2latex.PL
35135 ____________________________________________________________________________
35136 [  6186] By: gsar                                  on 2000/06/01  08:24:40
35137         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
35138              <wolfgang.laun@alcatel.at>)
35139      Branch: perl
35140            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
35141            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
35142 ____________________________________________________________________________
35143 [  6185] By: gsar                                  on 2000/06/01  08:12:00
35144         Log: remove incorrect documentation about implicit split to @_ in
35145              list context, which never really worked in perl 5 (from
35146              M.J.T. Guy)
35147      Branch: perl
35148            ! pod/perlfunc.pod pod/perltrap.pod
35149 ____________________________________________________________________________
35150 [  6184] By: gsar                                  on 2000/06/01  07:52:27
35151         Log: tweak for change#6127
35152      Branch: perl
35153            ! perl.c
35154 ____________________________________________________________________________
35155 [  6183] By: gsar                                  on 2000/06/01  07:41:02
35156         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
35157              <nick@ccl4.org>)
35158      Branch: perl
35159            + t/lib/selfloader.t
35160            ! MANIFEST lib/SelfLoader.pm
35161 ____________________________________________________________________________
35162 [  6182] By: jhi                                   on 2000/06/01  00:34:42
35163         Log: Be Cleaner Part Deux.
35164      Branch: cfgperl
35165            ! Makefile.SH
35166 ____________________________________________________________________________
35167 [  6181] By: jhi                                   on 2000/06/01  00:32:09
35168         Log: Integrate with Sarathy.
35169      Branch: cfgperl
35170           !> pp.c t/op/arith.t
35171 ____________________________________________________________________________
35172 [  6180] By: jhi                                   on 2000/06/01  00:31:13
35173         Log: microperl nits from Simon Cozens.
35174      Branch: cfgperl
35175            + uconfig.h
35176            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
35177            ! unixish.h
35178 ____________________________________________________________________________
35179 [  6179] By: gsar                                  on 2000/05/31  22:37:51
35180         Log: buggy modulus on UVs introduced by change#3378 (resulted in
35181              4063328477 % 65535 amounting to 27406, instead of 27407)
35182      Branch: perl
35183            ! pp.c t/op/arith.t
35184 ____________________________________________________________________________
35185 [  6178] By: jhi                                   on 2000/05/31  21:52:41
35186         Log: Be cleaner.
35187      Branch: cfgperl
35188            ! Makefile.SH
35189 ____________________________________________________________________________
35190 [  6177] By: jhi                                   on 2000/05/31  21:47:33
35191         Log: Substitution utf8 patch from Simon Cozens.
35192      Branch: cfgperl
35193            ! pp_hot.c
35194 ____________________________________________________________________________
35195 [  6176] By: jhi                                   on 2000/05/31  21:45:34
35196         Log: Single-quoted utf8 patch from Simon Cozens.
35197      Branch: cfgperl
35198            ! toke.c
35199 ____________________________________________________________________________
35200 [  6175] By: jhi                                   on 2000/05/31  21:40:18
35201         Log: Integrate with Sarathy.
35202      Branch: cfgperl
35203           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
35204 ____________________________________________________________________________
35205 [  6174] By: jhi                                   on 2000/05/31  21:37:31
35206         Log: microperl changes from Simon Cozens; Makefile for microperl
35207              written from scratch; few casts added as microperl compilation
35208              doesn't have all prototypes available.
35209      Branch: cfgperl
35210            + Makefile.micro README.micro Todo.micro uconfig.sh
35211            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
35212            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
35213      Branch: metaconfig
35214            + U/modified/Config_h.U
35215 ____________________________________________________________________________
35216 [  6173] By: jhi                                   on 2000/05/31  20:00:24
35217         Log: metaconfig maintenance.
35218      Branch: metaconfig
35219            + U/modified/Inhdr.U U/typedefs/inotype.U
35220      Branch: metaconfig/U/perl
35221            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
35222            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
35223 ____________________________________________________________________________
35224 [  6172] By: gsar                                  on 2000/05/31  05:05:42
35225         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
35226              (from Ilya Zakharevich)
35227      Branch: perl
35228            ! regexec.c t/op/re_tests
35229 ____________________________________________________________________________
35230 [  6171] By: gsar                                  on 2000/05/31  05:01:47
35231         Log: scalar() doesn't force scalar context when used in void context
35232              (from Simon Cozens)
35233      Branch: perl
35234            ! op.c t/op/wantarray.t
35235 ____________________________________________________________________________
35236 [  6170] By: gsar                                  on 2000/05/31  04:41:33
35237         Log: change#6142 needs tweaks to tests to work where there's no symlink()
35238              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
35239      Branch: perl
35240            ! t/lib/filefind.t
35241 ____________________________________________________________________________
35242 [  6169] By: gsar                                  on 2000/05/31  04:29:49
35243         Log: integrate cfgperl contents into mainline
35244      Branch: perl
35245           +> pod/perlmodlib.PL pod/perlnewmod.pod
35246           !> (integrate 42 files)
35247 ____________________________________________________________________________
35248 [  6168] By: jhi                                   on 2000/05/30  22:53:37
35249         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
35250      Branch: cfgperl
35251            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
35252            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
35253            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
35254            ! win32/config.bc win32/config.gc win32/config.vc
35255            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
35256            ! win32/config_h.PL win32/config_sh.PL
35257      Branch: metaconfig/U/perl
35258            ! perlxv.U
35259 ____________________________________________________________________________
35260 [  6167] By: jhi                                   on 2000/05/30  22:20:21
35261         Log: tweak todo 
35262      Branch: cfgperl
35263            ! Todo-5.6
35264 ____________________________________________________________________________
35265 [  6166] By: jhi                                   on 2000/05/30  22:11:51
35266         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
35267              in case somebody wants to write an extension for more
35268              shadow database interfaces.
35269      Branch: cfgperl
35270            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
35271            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
35272            ! vos/config.def vos/config.h vos/config_h.SH_orig
35273            ! win32/config.bc win32/config.gc win32/config.vc
35274            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
35275      Branch: metaconfig
35276            ! U/modified/Myinit.U
35277      Branch: metaconfig/U/perl
35278            + d_getespwnam.U d_getprpwnam.U i_prot.U
35279 ____________________________________________________________________________
35280 [  6165] By: jhi                                   on 2000/05/30  18:35:34
35281         Log: Integrate with Sarathy.
35282      Branch: cfgperl
35283           !> op.c
35284 ____________________________________________________________________________
35285 [  6164] By: jhi                                   on 2000/05/30  18:30:16
35286         Log: detypo
35287      Branch: cfgperl
35288            ! Configure config_h.SH
35289      Branch: metaconfig/U/perl
35290            ! perlxv.U
35291 ____________________________________________________________________________
35292 [  6163] By: gsar                                  on 2000/05/30  03:24:03
35293         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
35294      Branch: perl
35295            ! op.c
35296 ____________________________________________________________________________
35297 [  6162] By: gsar                                  on 2000/05/30  03:09:38
35298         Log: fix memory leak in method call optimization (change#3768);
35299              made C<eval "$x->foo()"> leak
35300      Branch: perl
35301            ! op.c
35302 ____________________________________________________________________________
35303 [  6161] By: jhi                                   on 2000/05/29  17:56:26
35304         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
35305              both from Simon Cozens.
35306      Branch: cfgperl
35307            + pod/perlmodlib.PL pod/perlnewmod.pod
35308            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
35309            ! pod/perlmodlib.pod pod/perltoc.pod
35310 ____________________________________________________________________________
35311 [  6160] By: jhi                                   on 2000/05/29  17:23:55
35312         Log: Changes for the File::Temp 0.08 (change #6159) test suite
35313              to fit better into the Perl distribution test framework.
35314      Branch: cfgperl
35315            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
35316            ! t/lib/ftmp-tempfile.t
35317 ____________________________________________________________________________
35318 [  6159] By: jhi                                   on 2000/05/29  16:55:36
35319         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
35320      Branch: cfgperl
35321            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
35322            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
35323 ____________________________________________________________________________
35324 [  6158] By: bailey                                on 2000/05/29  16:22:08
35325         Log: Add fallback to tmpfile for use in cases where user's relying on
35326              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
35327              Lane's patch)
35328      Branch: vmsperl
35329            ! vms/vms.c vms/vmsish.h
35330 ____________________________________________________________________________
35331 [  6157] By: jhi                                   on 2000/05/29  03:10:36
35332         Log: Regen Configure to jive with #6149.
35333      Branch: cfgperl
35334            ! Configure
35335      Branch: metaconfig
35336            ! U/modified/Getfile.U
35337 ____________________________________________________________________________
35338 [  6156] By: jhi                                   on 2000/05/29  03:01:38
35339         Log: Integrate with Sarathy.
35340      Branch: cfgperl
35341           +> ext/DynaLoader/dl_mac.xs
35342           !> (integrate 38 files)
35343 ____________________________________________________________________________
35344 [  6155] By: gsar                                  on 2000/05/28  21:15:58
35345         Log: small bug in change#6144; remove random \xA0 character that snuck
35346              in via change#6145
35347      Branch: perl
35348            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
35349 ____________________________________________________________________________
35350 [  6154] By: gsar                                  on 2000/05/28  21:04:19
35351         Log: avoid type mismatch warning
35352      Branch: perl
35353            ! perl.c
35354 ____________________________________________________________________________
35355 [  6153] By: gsar                                  on 2000/05/28  20:58:31
35356         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
35357              <nick@Bagpuss.uk.boo.com>)
35358      Branch: perl
35359            ! lib/Test/Harness.pm
35360 ____________________________________________________________________________
35361 [  6152] By: gsar                                  on 2000/05/28  20:53:42
35362         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
35363      Branch: perl
35364            ! regexec.c
35365 ____________________________________________________________________________
35366 [  6151] By: gsar                                  on 2000/05/28  20:50:28
35367         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
35368      Branch: perl
35369            ! regexec.c
35370 ____________________________________________________________________________
35371 [  6150] By: gsar                                  on 2000/05/28  20:39:58
35372         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
35373      Branch: perl
35374            ! pod/perlrequick.pod
35375 ____________________________________________________________________________
35376 [  6149] By: gsar                                  on 2000/05/28  20:35:16
35377         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
35378              <troc@netrus.net>)
35379      Branch: perl
35380            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
35381            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
35382            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
35383            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
35384 ____________________________________________________________________________
35385 [  6148] By: gsar                                  on 2000/05/28  20:21:07
35386         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
35387      Branch: perl
35388            ! lib/ExtUtils/MM_Unix.pm
35389 ____________________________________________________________________________
35390 [  6147] By: gsar                                  on 2000/05/28  20:12:41
35391         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
35392              (from Peter Prymmer)
35393      Branch: perl
35394            ! vms/subconfigure.com
35395 ____________________________________________________________________________
35396 [  6146] By: gsar                                  on 2000/05/28  20:06:15
35397         Log: doc typo
35398      Branch: perl
35399            ! lib/warnings.pm warnings.h warnings.pl
35400 ____________________________________________________________________________
35401 [  6145] By: gsar                                  on 2000/05/28  18:44:33
35402         Log: make xsubpp skip embedded pod (from Matthias Neeracher
35403              <neeri@iis.ee.ethz.ch>)
35404      Branch: perl
35405            ! lib/ExtUtils/xsubpp
35406 ____________________________________________________________________________
35407 [  6144] By: gsar                                  on 2000/05/28  18:42:49
35408         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
35409              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
35410              <neeri@iis.ee.ethz.ch>)
35411      Branch: perl
35412            ! lib/AutoSplit.pm
35413 ____________________________________________________________________________
35414 [  6143] By: gsar                                  on 2000/05/28  18:41:12
35415         Log: MacOS support, part 1 (from Matthias Neeracher
35416              <neeri@iis.ee.ethz.ch>)
35417      Branch: perl
35418            + ext/DynaLoader/dl_mac.xs
35419            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
35420            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
35421            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
35422            ! util.h
35423 ____________________________________________________________________________
35424 [  6142] By: gsar                                  on 2000/05/28  18:21:51
35425         Log: File::Find fails to chdir when chasing symlinks (from
35426              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
35427      Branch: perl
35428            ! lib/File/Find.pm t/lib/filefind.t
35429 ____________________________________________________________________________
35430 [  6141] By: jhi                                   on 2000/05/28  14:25:15
35431         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
35432              forwarded by Peter Seebach from the bsdi-users mailing list.
35433              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
35434      Branch: perl
35435            ! hints/bsdos.sh
35436 ____________________________________________________________________________
35437 [  6140] By: jhi                                   on 2000/05/28  14:11:57
35438         Log: Integrate with Sarathy.
35439      Branch: cfgperl
35440           +> (branch 30 files)
35441           !> (integrate 93 files)
35442 ____________________________________________________________________________
35443 [  6139] By: gsar                                  on 2000/05/28  10:01:48
35444         Log: revise mktables.PL for bugs and newness in Unicode 3.0
35445              (from James Bence <jbence@amgen.com>)
35446      Branch: perl
35447            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
35448            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
35449            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
35450            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
35451            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
35452            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
35453            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
35454            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
35455            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
35456            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
35457            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
35458            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
35459            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
35460            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
35461            + lib/unicode/Is/SylWU.pl
35462            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
35463            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
35464            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
35465            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
35466            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
35467            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
35468            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
35469            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
35470            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
35471            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
35472            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
35473            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
35474            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
35475            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
35476            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
35477            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
35478            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
35479            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
35480            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
35481            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
35482            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
35483            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
35484            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
35485            ! lib/unicode/Makefile lib/unicode/mktables.PL
35486 ____________________________________________________________________________
35487 [  6138] By: gsar                                  on 2000/05/28  08:50:32
35488         Log: add note about the handling of negative indices to tied arrays
35489              (from Michael G Schwern <schwern@pobox.com>)
35490      Branch: perl
35491            ! pod/perltie.pod
35492 ____________________________________________________________________________
35493 [  6137] By: gsar                                  on 2000/05/28  08:46:10
35494         Log: fix bogus redeclaration warning for "our" variables in different
35495              scopes
35496      Branch: perl
35497            ! op.c t/pragma/strict-vars
35498 ____________________________________________________________________________
35499 [  6136] By: gsar                                  on 2000/05/28  08:31:20
35500         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
35501      Branch: perl
35502            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
35503 ____________________________________________________________________________
35504 [  6135] By: gsar                                  on 2000/05/28  08:17:50
35505         Log: enable Test::Harness to dynamically determine column width etc.
35506              (from Rob Napier <rnapier@employees.org>)
35507      Branch: perl
35508            ! lib/Test/Harness.pm
35509 ____________________________________________________________________________
35510 [  6134] By: gsar                                  on 2000/05/28  08:13:39
35511         Log: make Test::Harness use wait.h/WCOREDUMP if available
35512              (from Ben Tilly <ben_tilly@hotmail.com>)
35513      Branch: perl
35514            ! lib/Test/Harness.pm
35515 ____________________________________________________________________________
35516 [  6133] By: gsar                                  on 2000/05/28  08:08:05
35517         Log: elide bogus test in change#6132
35518      Branch: perl
35519            ! t/pragma/warn/9enabled
35520 ____________________________________________________________________________
35521 [  6132] By: gsar                                  on 2000/05/28  08:03:14
35522         Log: warnings::enabled() doesn't fall back to looking at $^W if
35523              caller isn't using lexical warnings (from Paul Marquess)
35524      Branch: perl
35525            ! pp_ctl.c t/pragma/warn/9enabled
35526 ____________________________________________________________________________
35527 [  6131] By: gsar                                  on 2000/05/28  07:57:47
35528         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
35529      Branch: perl
35530            ! ext/POSIX/POSIX.pm
35531 ____________________________________________________________________________
35532 [  6130] By: gsar                                  on 2000/05/28  07:29:12
35533         Log: fix places that mean C<"word" character> but say C<alphanumeric
35534              character>
35535      Branch: perl
35536            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
35537 ____________________________________________________________________________
35538 [  6129] By: gsar                                  on 2000/05/28  07:18:41
35539         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
35540      Branch: perl
35541            ! vms/test.com
35542 ____________________________________________________________________________
35543 [  6128] By: gsar                                  on 2000/05/28  07:12:55
35544         Log: new perlxstut example for passing/returning refs to arrays
35545              (from David Lowe <dlowe@pootpoot.com>)
35546      Branch: perl
35547            ! pod/perlxstut.pod
35548 ____________________________________________________________________________
35549 [  6127] By: gsar                                  on 2000/05/28  07:02:50
35550         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
35551              failed (from Gisle Aas)
35552      Branch: perl
35553            ! cop.h perl.c
35554 ____________________________________________________________________________
35555 [  6126] By: gsar                                  on 2000/05/28  06:39:53
35556         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
35557              (reworked variant of patch suggested by Simon Cozens)
35558      Branch: perl
35559            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
35560            ! pp_hot.c proto.h t/op/gv.t
35561 ____________________________________________________________________________
35562 [  6125] By: gsar                                  on 2000/05/28  05:14:55
35563         Log: enable propagating exception objects via Perl_croak() in XS code
35564              (from Gisle Aas)
35565      Branch: perl
35566            ! util.c
35567 ____________________________________________________________________________
35568 [  6124] By: gsar                                  on 2000/05/28  05:07:28
35569         Log: integrate vmsperl contents into mainline
35570      Branch: perl
35571           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
35572           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
35573           !> vms/vmsish.h
35574 ____________________________________________________________________________
35575 [  6123] By: gsar                                  on 2000/05/28  05:03:53
35576         Log: clarify gotcha with #line directives (from Rocco Caputo
35577              <troc@netrus.net>)
35578      Branch: perl
35579            ! pod/perldebug.pod pod/perlsyn.pod
35580 ____________________________________________________________________________
35581 [  6122] By: gsar                                  on 2000/05/28  04:58:29
35582         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
35583              (from Mark-Jason Dominus)
35584      Branch: perl
35585            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
35586            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
35587            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
35588            ! toke.c
35589 ____________________________________________________________________________
35590 [  6121] By: bailey                                on 2000/05/25  04:46:54
35591         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
35592              lists (based on fixes by Craig Berry)
35593      Branch: vmsperl
35594            ! lib/File/Spec/VMS.pm
35595 ____________________________________________________________________________
35596 [  6120] By: bailey                                on 2000/05/25  04:25:38
35597         Log: Add missing escape (Charles Lane)
35598      Branch: vmsperl
35599            ! t/op/lex_assign.t
35600 ____________________________________________________________________________
35601 [  6119] By: bailey                                on 2000/05/25  04:21:25
35602         Log: Quiet error messages in vmsish.t (Charles Lane)
35603      Branch: vmsperl
35604            ! vms/ext/vmsish.t
35605 ____________________________________________________________________________
35606 [  6118] By: bailey                                on 2000/05/25  04:17:57
35607         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
35608              Flatten case labels in switch statements uniformly (Charles Bailey)
35609      Branch: vmsperl
35610            ! vms/vms.c
35611 ____________________________________________________________________________
35612 [  6117] By: bailey                                on 2000/05/25  03:58:09
35613         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
35614      Branch: vmsperl
35615            ! vms/vmsish.h
35616 ____________________________________________________________________________
35617 [  6116] By: bailey                                on 2000/05/25  03:11:15
35618         Log: Miscellaneous cosmetic fixes (Charles Lane)
35619      Branch: vmsperl
35620            ! lib/ExtUtils/MM_VMS.pm
35621 ____________________________________________________________________________
35622 [  6115] By: bailey                                on 2000/05/25  03:10:36
35623         Log: Add bounds checking for several strings (Charles Lane)
35624      Branch: vmsperl
35625            ! vms/vms.c
35626 ____________________________________________________________________________
35627 [  6114] By: bailey                                on 2000/05/25  02:25:34
35628         Log: Urk -- undo previous removal of vmsish 'exit' change
35629      Branch: vmsperl
35630            ! vms/ext/vmsish.pm vms/vmsish.h
35631 ____________________________________________________________________________
35632 [  6113] By: bailey                                on 2000/05/24  02:24:40
35633         Log: Ugly workaround for version-specific RTL error
35634      Branch: vmsperl
35635            ! vms/vms.c
35636 ____________________________________________________________________________
35637 [  6112] By: bailey                                on 2000/05/24  02:19:55
35638         Log: Check for existence of file before trying to delete
35639      Branch: vmsperl
35640            ! vms/test.com
35641 ____________________________________________________________________________
35642 [  6111] By: bailey                                on 2000/05/23  23:35:13
35643         Log: Resync with mainline prior to post-5.6.0 updates
35644      Branch: vmsperl
35645           +> (branch 49 files)
35646            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
35647            ! vms/ext/vmsish.pm
35648           !> (integrate 334 files)
35649 ____________________________________________________________________________
35650 [  6110] By: jhi                                   on 2000/05/23  19:28:32
35651         Log: todo tweak
35652      Branch: cfgperl
35653            ! Todo-5.6
35654 ____________________________________________________________________________
35655 [  6109] By: jhi                                   on 2000/05/18  17:38:54
35656         Log: Integrate with Sarathy.
35657      Branch: cfgperl
35658           !> mg.c perl.h win32/perlhost.h
35659 ____________________________________________________________________________
35660 [  6108] By: gsar                                  on 2000/05/17  02:24:56
35661         Log: reenable fake signal handling on Windows, bugs and all
35662      Branch: perl
35663            ! mg.c perl.h win32/perlhost.h
35664 ____________________________________________________________________________
35665 [  6107] By: jhi                                   on 2000/05/15  18:01:41
35666         Log: Tweak the todo list.
35667      Branch: cfgperl
35668            ! Todo-5.6
35669 ____________________________________________________________________________
35670 [  6106] By: jhi                                   on 2000/05/15  13:41:48
35671         Log: The (Configure) script refuses to go on, after asking for
35672              'You may also choose to try maximal 64-bitness....'.
35673              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
35674              -- Patrick Zima
35675              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
35676      Branch: cfgperl
35677            ! hints/solaris_2.sh
35678 ____________________________________________________________________________
35679 [  6105] By: jhi                                   on 2000/05/11  14:37:43
35680         Log: Integrate with Sarathy.
35681      Branch: cfgperl
35682           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
35683           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
35684 ____________________________________________________________________________
35685 [  6104] By: gsar                                  on 2000/05/11  03:39:07
35686         Log: PL_sys_intern was being initialized too late on windows
35687      Branch: perl
35688            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
35689            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
35690 ____________________________________________________________________________
35691 [  6103] By: jhi                                   on 2000/05/09  19:42:20
35692         Log: Test tweaking for Unicos continues.
35693      Branch: cfgperl
35694            ! t/op/64bitint.t
35695 ____________________________________________________________________________
35696 [  6102] By: jhi                                   on 2000/05/09  16:47:27
35697         Log: The test suite tweak in #6101 wasn't quite right.
35698      Branch: cfgperl
35699            ! t/lib/complex.t
35700 ____________________________________________________________________________
35701 [  6101] By: jhi                                   on 2000/05/09  15:35:34
35702         Log: Hints and test tweaks for Unicos.
35703      Branch: cfgperl
35704            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
35705 ____________________________________________________________________________
35706 [  6100] By: jhi                                   on 2000/05/08  21:15:06
35707         Log: More compilation tweakery from Allen Smith.
35708      Branch: cfgperl
35709            ! hints/irix_6.sh
35710 ____________________________________________________________________________
35711 [  6099] By: jhi                                   on 2000/05/08  19:21:18
35712         Log: Tweaks for the cc bugs from Allen Smith.
35713      Branch: cfgperl
35714            ! hints/irix_6.sh
35715 ____________________________________________________________________________
35716 [  6098] By: jhi                                   on 2000/05/08  19:13:37
35717         Log: Add a note about other, yet unsupported, shadow password APIs.
35718      Branch: cfgperl
35719            ! pp_sys.c
35720 ____________________________________________________________________________
35721 [  6097] By: jhi                                   on 2000/05/08  18:46:34
35722         Log: Add a note about possible compilation problems from Allen Smith.
35723      Branch: cfgperl
35724            ! hints/irix_6.sh
35725 ____________________________________________________________________________
35726 [  6096] By: jhi                                   on 2000/05/08  17:33:10
35727         Log: Integrate with Sarathy.
35728      Branch: cfgperl
35729           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
35730           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
35731 ____________________________________________________________________________
35732 [  6095] By: jhi                                   on 2000/05/08  16:21:33
35733         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
35734              might be useful in future.
35735      Branch: cfgperl
35736            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
35737            ! config_h.SH
35738      Branch: metaconfig
35739            ! U/installdirs/inc_version_list.U
35740      Branch: metaconfig/U/perl
35741            ! perlxv.U
35742 ____________________________________________________________________________
35743 [  6094] By: gsar                                  on 2000/05/08  14:22:22
35744         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
35745      Branch: perl
35746            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
35747            ! hints/cygwin.sh pp_sys.c
35748 ____________________________________________________________________________
35749 [  6093] By: gsar                                  on 2000/05/08  12:52:28
35750         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
35751              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
35752      Branch: perl
35753            ! pp_sys.c sv.c win32/perlhost.h
35754 ____________________________________________________________________________
35755 [  6092] By: jhi                                   on 2000/05/07  22:40:34
35756         Log: Regen perltoc with the fixed buildtoc.
35757      Branch: cfgperl
35758            ! pod/perltoc.pod
35759 ____________________________________________________________________________
35760 [  6091] By: jhi                                   on 2000/05/07  22:24:16
35761         Log: Integrate with Sarathy.
35762      Branch: cfgperl
35763           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
35764           !> t/op/substr.t toke.c
35765 ____________________________________________________________________________
35766 [  6090] By: gsar                                  on 2000/05/07  19:47:07
35767         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
35768              [NI]OK; added tests for both
35769      Branch: perl
35770            ! perl.c pp_hot.c sv.c t/op/substr.t
35771 ____________________________________________________________________________
35772 [  6089] By: gsar                                  on 2000/05/07  18:18:38
35773         Log: buildtoc tweak to fix newline lossage
35774      Branch: perl
35775            ! pod/buildtoc
35776 ____________________________________________________________________________
35777 [  6088] By: jhi                                   on 2000/05/07  16:35:36
35778         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
35779              because we do not use those.  The HAS_GETSPNAM remains,
35780              though, because we still do use that.
35781      Branch: cfgperl
35782            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
35783            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
35784            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
35785            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
35786            ! win32/config.vc win32/config_H.bc win32/config_H.gc
35787            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
35788 ____________________________________________________________________________
35789 [  6087] By: gsar                                  on 2000/05/07  16:05:16
35790         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
35791      Branch: perl
35792            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
35793 ____________________________________________________________________________
35794 [  6086] By: jhi                                   on 2000/05/07  15:27:07
35795         Log: Integrate with Sarathy.
35796      Branch: cfgperl
35797           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
35798           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
35799           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
35800           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
35801           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
35802           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
35803 ____________________________________________________________________________
35804 [  6085] By: gsar                                  on 2000/05/07  05:52:02
35805         Log: repeat operator (x) doesn't preserve utf8-ness
35806      Branch: perl
35807            ! pp.c t/op/substr.t
35808 ____________________________________________________________________________
35809 [  6084] By: gsar                                  on 2000/05/07  05:39:55
35810         Log: substr() does not preserve utf8-ness (from Stefan Eissing
35811              <Eissing@medicaldataservice.de>); added tests
35812      Branch: perl
35813            ! pp.c t/op/substr.t
35814 ____________________________________________________________________________
35815 [  6083] By: gsar                                  on 2000/05/07  05:24:46
35816         Log: note about undocumented caller() return value (from M.J.T. Guy);
35817              yet another peek.t tweak
35818      Branch: perl
35819            ! pod/perlfunc.pod t/lib/peek.t
35820 ____________________________________________________________________________
35821 [  6082] By: gsar                                  on 2000/05/07  05:08:40
35822         Log: peek.t non-portable to ithreads
35823      Branch: perl
35824            ! t/lib/peek.t
35825 ____________________________________________________________________________
35826 [  6081] By: gsar                                  on 2000/05/07  04:17:04
35827         Log: better default perlbug categories for ok reports (from Richard Foley)
35828      Branch: perl
35829            ! utils/perlbug.PL
35830 ____________________________________________________________________________
35831 [  6080] By: gsar                                  on 2000/05/07  04:08:07
35832         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
35833              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
35834      Branch: perl
35835            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
35836            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
35837            ! AUTHORS MAINTAIN MANIFEST
35838 ____________________________________________________________________________
35839 [  6079] By: gsar                                  on 2000/05/07  04:01:38
35840         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
35841      Branch: perl
35842            ! lib/Carp/Heavy.pm
35843 ____________________________________________________________________________
35844 [  6078] By: gsar                                  on 2000/05/07  01:24:19
35845         Log: workaround for CRT bug in chdir() (from Charles Lane, via
35846              Peter Prymmer)
35847      Branch: perl
35848            ! iperlsys.h vms/vms.c vms/vmsish.h
35849 ____________________________________________________________________________
35850 [  6077] By: gsar                                  on 2000/05/07  01:22:23
35851         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
35852              and Tom Phoenix)
35853      Branch: perl
35854            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
35855 ____________________________________________________________________________
35856 [  6076] By: gsar                                  on 2000/05/06  17:36:29
35857         Log: integrate cfgperl contents into mainline
35858      Branch: perl
35859           +> t/lib/peek.t
35860           !> Configure MANIFEST Porting/Glossary Porting/config.sh
35861           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
35862           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
35863           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
35864 ____________________________________________________________________________
35865 [  6075] By: jhi                                   on 2000/05/05  18:56:10
35866         Log: Make the test more portable.
35867      Branch: cfgperl
35868            ! t/lib/peek.t
35869 ____________________________________________________________________________
35870 [  6074] By: jhi                                   on 2000/05/05  18:49:20
35871         Log: Introduce t/lib/peek.t.
35872      Branch: cfgperl
35873            + t/lib/peek.t
35874            ! MANIFEST
35875 ____________________________________________________________________________
35876 [  6073] By: jhi                                   on 2000/05/05  14:30:45
35877         Log: Complex tweaks.
35878      Branch: cfgperl
35879            ! lib/Math/Complex.pm t/lib/complex.t
35880 ____________________________________________________________________________
35881 [  6072] By: jhi                                   on 2000/05/05  12:27:13
35882         Log: Integrate with Sarathy.
35883      Branch: cfgperl
35884           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
35885           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
35886           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
35887           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
35888 ____________________________________________________________________________
35889 [  6071] By: gsar                                  on 2000/05/05  02:24:46
35890         Log: misformatted perllocal.pod (from Tim Jenness
35891              <t.jenness@jach.hawaii.edu>)
35892      Branch: perl
35893            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
35894 ____________________________________________________________________________
35895 [  6070] By: gsar                                  on 2000/05/05  02:16:52
35896         Log: remove misleading comment (from M.J.T. Guy)
35897      Branch: perl
35898            ! t/lib/anydbm.t
35899 ____________________________________________________________________________
35900 [  6069] By: gsar                                  on 2000/05/05  02:15:13
35901         Log: File::Spec compatibility update (from Barrie Slaymaker
35902              <barries@slaysys.com>)
35903      Branch: perl
35904            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
35905            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
35906 ____________________________________________________________________________
35907 [  6068] By: gsar                                  on 2000/05/05  02:01:50
35908         Log: note about values()
35909      Branch: perl
35910            ! pod/perlfunc.pod
35911 ____________________________________________________________________________
35912 [  6067] By: gsar                                  on 2000/05/05  01:33:09
35913         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
35914      Branch: perl
35915            ! win32/win32.c
35916 ____________________________________________________________________________
35917 [  6066] By: gsar                                  on 2000/05/05  01:23:43
35918         Log: s/END/CHECK/
35919      Branch: perl
35920            ! perl.c
35921 ____________________________________________________________________________
35922 [  6065] By: jhi                                   on 2000/05/04  17:30:22
35923         Log: Integrate with Sarathy.
35924      Branch: cfgperl
35925           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
35926 ____________________________________________________________________________
35927 [  6064] By: gsar                                  on 2000/05/04  17:26:14
35928         Log: change#5905 wasn't quite right--it's intent only applies when arguments
35929              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
35930      Branch: perl
35931            ! pp_sys.c sv.c
35932 ____________________________________________________________________________
35933 [  6063] By: gsar                                  on 2000/05/04  16:52:29
35934         Log: tokeq() could read unallocated field in argument
35935      Branch: perl
35936            ! toke.c
35937 ____________________________________________________________________________
35938 [  6062] By: gsar                                  on 2000/05/04  16:34:51
35939         Log: additional tests for utf8.t
35940      Branch: perl
35941            ! t/pragma/utf8.t
35942 ____________________________________________________________________________
35943 [  6061] By: gsar                                  on 2000/05/04  16:09:28
35944         Log: change#5921 neglected to make eq honor "use bytes"
35945      Branch: perl
35946            ! sv.c
35947 ____________________________________________________________________________
35948 [  6060] By: jhi                                   on 2000/05/04  15:30:16
35949         Log: Integrate with Sarathy.
35950      Branch: cfgperl
35951           !> perl.c regcomp.c t/pragma/utf8.t
35952 ____________________________________________________________________________
35953 [  6059] By: jhi                                   on 2000/05/04  15:26:37
35954         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
35955              in natively 64-bit platforms where a long is a quad (no need
35956              for long longs).  Also added bias for IVs.
35957      Branch: cfgperl
35958            ! toke.c
35959 ____________________________________________________________________________
35960 [  6058] By: gsar                                  on 2000/05/04  00:19:14
35961         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
35962              (spotted by Donald Kinzer <dkinzer@premia.com>)
35963      Branch: perl
35964            ! perl.c
35965 ____________________________________________________________________________
35966 [  6057] By: gsar                                  on 2000/05/03  18:34:01
35967         Log: fix broken parsing of /\x{ab}/
35968      Branch: perl
35969            ! regcomp.c t/pragma/utf8.t
35970 ____________________________________________________________________________
35971 [  6056] By: jhi                                   on 2000/05/03  17:57:16
35972         Log: The search of infinity continues, this time simplified.
35973      Branch: cfgperl
35974            ! lib/Math/Complex.pm
35975 ____________________________________________________________________________
35976 [  6055] By: jhi                                   on 2000/05/03  17:45:30
35977         Log: Detypo.
35978      Branch: cfgperl
35979            ! hints/unicos.sh
35980 ____________________________________________________________________________
35981 [  6054] By: jhi                                   on 2000/05/02  22:28:27
35982         Log: Be more forgiving in POSIX about HUGE_VALL.
35983      Branch: cfgperl
35984            ! ext/POSIX/POSIX.xs
35985 ____________________________________________________________________________
35986 [  6053] By: jhi                                   on 2000/05/02  22:25:05
35987         Log: Integrate with Sarathy.
35988      Branch: cfgperl
35989           !> hints/irix_6.sh pod/perlop.pod
35990 ____________________________________________________________________________
35991 [  6052] By: jhi                                   on 2000/05/02  22:24:31
35992         Log: Unicos hint tweak.
35993      Branch: cfgperl
35994            ! hints/unicos.sh
35995 ____________________________________________________________________________
35996 [  6051] By: jhi                                   on 2000/05/02  22:21:26
35997         Log: Complex tweakery.
35998      Branch: cfgperl
35999            ! lib/Math/Complex.pm t/lib/complex.t
36000 ____________________________________________________________________________
36001 [  6050] By: jhi                                   on 2000/05/02  19:26:22
36002         Log: Use setxxent()/endxxent().
36003      Branch: cfgperl
36004            ! t/op/grent.t t/op/pwent.t
36005 ____________________________________________________________________________
36006 [  6049] By: jhi                                   on 2000/05/02  19:06:02
36007         Log: Test both the scalar and list contexts.
36008      Branch: cfgperl
36009            ! t/op/grent.t t/op/pwent.t
36010 ____________________________________________________________________________
36011 [  6048] By: gsar                                  on 2000/05/02  18:29:10
36012         Log: add note about how $( doesn't interpolate in REs (from
36013              Philip Newton <newton@ficus.frogspace.net>)
36014      Branch: perl
36015            ! pod/perlop.pod
36016 ____________________________________________________________________________
36017 [  6047] By: jhi                                   on 2000/05/02  17:41:24
36018         Log: Call getspnam() only iff needd.
36019      Branch: cfgperl
36020            ! pp_sys.c
36021 ____________________________________________________________________________
36022 [  6046] By: gsar                                  on 2000/05/02  17:07:25
36023         Log: libscheck has insufficient checks for n32 libs (from
36024              Albert Chin-A-Young <china@thewrittenword.com>)
36025      Branch: perl
36026            ! hints/irix_6.sh
36027 ____________________________________________________________________________
36028 [  6045] By: jhi                                   on 2000/05/02  13:57:17
36029         Log: Integrate with Sarathy.
36030      Branch: cfgperl
36031           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
36032           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
36033 ____________________________________________________________________________
36034 [  6044] By: gsar                                  on 2000/05/02  06:48:19
36035         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
36036              such that underscores are only ignored in literal numbers,
36037              "\x{...}", and hex/oct argument
36038      Branch: perl
36039            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
36040 ____________________________________________________________________________
36041 [  6043] By: gsar                                  on 2000/05/02  02:22:29
36042         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
36043      Branch: perl
36044            ! pod/perlretut.pod
36045 ____________________________________________________________________________
36046 [  6042] By: gsar                                  on 2000/05/02  02:17:51
36047         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
36048      Branch: perl
36049            ! pod/perltrap.pod
36050 ____________________________________________________________________________
36051 [  6041] By: gsar                                  on 2000/05/02  01:53:51
36052         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
36053              to compensate
36054      Branch: perl
36055            ! Porting/makerel
36056 ____________________________________________________________________________
36057 [  6040] By: gsar                                  on 2000/05/02  01:51:57
36058         Log: missing files in MANIFEST
36059      Branch: perl
36060            ! MANIFEST
36061 ____________________________________________________________________________
36062 [  6039] By: jhi                                   on 2000/05/02  00:36:46
36063         Log: Infinite problems.
36064      Branch: cfgperl
36065            ! lib/Math/Complex.pm
36066 ____________________________________________________________________________
36067 [  6038] By: jhi                                   on 2000/05/02  00:06:38
36068         Log: pwent/spent #ifdef imbalance.
36069      Branch: cfgperl
36070            ! pp_sys.c
36071 ____________________________________________________________________________
36072 [  6037] By: jhi                                   on 2000/05/01  22:50:11
36073         Log: Use HUGE_VALL if applicable.
36074      Branch: cfgperl
36075            ! ext/POSIX/POSIX.xs util.c
36076 ____________________________________________________________________________
36077 [  6036] By: jhi                                   on 2000/05/01  22:20:53
36078         Log: Correct Freudian slip.
36079      Branch: cfgperl
36080            ! pp_sys.c
36081 ____________________________________________________________________________
36082 [  6035] By: jhi                                   on 2000/05/01  21:07:38
36083         Log: Continue on the pwent/spent case.
36084      Branch: cfgperl
36085            ! pp_sys.c
36086 ____________________________________________________________________________
36087 [  6034] By: jhi                                   on 2000/05/01  17:45:14
36088         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
36089              adjustments in 6032 conflicted badly with this, will have
36090              to revisit them later.
36091      Branch: cfgperl
36092           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
36093           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
36094           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
36095           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
36096           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
36097           !> t/lib/cgi-html.t t/lib/cgi-request.t
36098 ____________________________________________________________________________
36099 [  6033] By: jhi                                   on 2000/05/01  17:40:49
36100         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
36101      Branch: cfgperl
36102            ! pp_sys.c
36103 ____________________________________________________________________________
36104 [  6032] By: gsar                                  on 2000/05/01  15:56:32
36105         Log: whitespace adjustments
36106      Branch: perl
36107            ! pp_sys.c
36108 ____________________________________________________________________________
36109 [  6031] By: gsar                                  on 2000/05/01  15:19:41
36110         Log: small nits in diagnostics.pm (from Robin Barker)
36111      Branch: perl
36112            ! lib/diagnostics.pm pod/perldiag.pod
36113 ____________________________________________________________________________
36114 [  6030] By: gsar                                  on 2000/05/01  08:39:18
36115         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
36116              for @- and @+ (from Johan Vromans)
36117      Branch: perl
36118            ! lib/English.pm pod/perlvar.pod
36119 ____________________________________________________________________________
36120 [  6029] By: gsar                                  on 2000/05/01  08:16:10
36121         Log: add CGI.pm v2.66 (from Lincoln Stein)
36122      Branch: perl
36123            + lib/CGI/Util.pm t/lib/cgi-pretty.t
36124            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
36125            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
36126            ! t/lib/cgi-html.t t/lib/cgi-request.t
36127 ____________________________________________________________________________
36128 [  6028] By: gsar                                  on 2000/05/01  06:34:41
36129         Log: Pod::Man generates groff-incompatible macro definition (from
36130              Tom Christiansen)
36131      Branch: perl
36132            ! lib/Pod/Man.pm
36133 ____________________________________________________________________________
36134 [  6027] By: gsar                                  on 2000/05/01  06:31:36
36135         Log: podlators-1.02 update (from Russ Allbery)
36136      Branch: perl
36137            ! lib/Pod/Man.pm lib/Pod/Text.pm
36138 ____________________________________________________________________________
36139 [  6026] By: jhi                                   on 2000/04/30  23:24:23
36140         Log: Integrate with Sarathy.
36141      Branch: cfgperl
36142           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
36143           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
36144           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
36145           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
36146           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
36147           !> t/lib/syslog.t toke.c win32/win32.h
36148 ____________________________________________________________________________
36149 [  6025] By: gsar                                  on 2000/04/30  18:17:47
36150         Log: Is{Alnum,Alpha,Word} don't match titlecase
36151              
36152              TODO: IsSpace is defined recursively!
36153              
36154              (both spotted by Larry)
36155      Branch: perl
36156            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
36157            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
36158 ____________________________________________________________________________
36159 [  6024] By: gsar                                  on 2000/04/30  17:50:19
36160         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
36161              (from Hugo van der Sanden)
36162      Branch: perl
36163            ! toke.c
36164 ____________________________________________________________________________
36165 [  6023] By: gsar                                  on 2000/04/30  17:14:43
36166         Log: debugger stomps on $. (from M.J.T. Guy)
36167      Branch: perl
36168            ! lib/perl5db.pl
36169 ____________________________________________________________________________
36170 [  6022] By: gsar                                  on 2000/04/30  16:59:22
36171         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
36172      Branch: perl
36173            ! sv.c
36174 ____________________________________________________________________________
36175 [  6021] By: gsar                                  on 2000/04/29  21:00:08
36176         Log: remove Win2K issue in pod (fixed by change#6020)
36177      Branch: perl
36178            ! README.win32 pod/perl56delta.pod
36179 ____________________________________________________________________________
36180 [  6020] By: gsar                                  on 2000/04/29  20:51:49
36181         Log: test tweak
36182      Branch: perl
36183            ! t/lib/open3.t
36184 ____________________________________________________________________________
36185 [  6019] By: gsar                                  on 2000/04/29  20:34:27
36186         Log: windows portability tweaks
36187      Branch: perl
36188            ! t/lib/b.t win32/win32.h
36189 ____________________________________________________________________________
36190 [  6018] By: gsar                                  on 2000/04/29  19:55:24
36191         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
36192              make _PATH_LOG() return "" if unavailable
36193      Branch: perl
36194            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
36195            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
36196 ____________________________________________________________________________
36197 [  6017] By: jhi                                   on 2000/04/28  22:49:46
36198         Log: Integrate with Sarathy.
36199      Branch: cfgperl
36200           !> op.c perl.c pod/perldiag.pod t/lib/b.t
36201 ____________________________________________________________________________
36202 [  6016] By: jhi                                   on 2000/04/28  22:46:14
36203         Log: Do not warn that an infinity does not look like a number.
36204      Branch: cfgperl
36205            ! sv.c
36206 ____________________________________________________________________________
36207 [  6015] By: gsar                                  on 2000/04/28  22:35:49
36208         Log: tweak test for portability
36209      Branch: perl
36210            ! t/lib/b.t
36211 ____________________________________________________________________________
36212 [  6014] By: gsar                                  on 2000/04/28  22:05:31
36213         Log: glob() loading File::Glob behind the scenes may cause syntax errors
36214      Branch: perl
36215            ! op.c
36216 ____________________________________________________________________________
36217 [  6013] By: gsar                                  on 2000/04/28  21:25:22
36218         Log: tweak change#5945 to display correct switch name in diagnostic
36219      Branch: perl
36220            ! perl.c pod/perldiag.pod
36221 ____________________________________________________________________________
36222 [  6012] By: jhi                                   on 2000/04/28  21:08:12
36223         Log: Integrate with Sarathy.
36224      Branch: cfgperl
36225           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
36226           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
36227           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
36228 ____________________________________________________________________________
36229 [  6011] By: jhi                                   on 2000/04/28  21:04:46
36230         Log: &HUGE_VAL is not defined, it exists.
36231      Branch: cfgperl
36232            ! lib/Math/Complex.pm
36233 ____________________________________________________________________________
36234 [  6010] By: gsar                                  on 2000/04/28  21:02:58
36235         Log: clarify note about shadow password support (from
36236              gellyfish@gellyfish.com)
36237      Branch: perl
36238            ! pod/perlfunc.pod
36239 ____________________________________________________________________________
36240 [  6009] By: gsar                                  on 2000/04/28  21:00:00
36241         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
36242      Branch: perl
36243            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
36244 ____________________________________________________________________________
36245 [  6008] By: gsar                                  on 2000/04/28  20:56:33
36246         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
36247      Branch: perl
36248            ! installperl vms/subconfigure.com
36249 ____________________________________________________________________________
36250 [  6007] By: gsar                                  on 2000/04/28  20:51:21
36251         Log: note about compile failures and END blocks (from M.J.T. Guy)
36252      Branch: perl
36253            ! pod/perl56delta.pod pod/perlmod.pod
36254 ____________________________________________________________________________
36255 [  6006] By: jhi                                   on 2000/04/28  20:42:14
36256         Log: Regen Configure.
36257      Branch: cfgperl
36258            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
36259            ! config_h.SH
36260 ____________________________________________________________________________
36261 [  6005] By: gsar                                  on 2000/04/28  20:41:16
36262         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
36263      Branch: perl
36264            ! utils/perldoc.PL
36265 ____________________________________________________________________________
36266 [  6004] By: jhi                                   on 2000/04/28  20:28:21
36267         Log: Integrate with Sarathy.
36268      Branch: cfgperl
36269           !> Configure INSTALL Porting/Glossary Porting/config.sh
36270           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
36271           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
36272           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
36273           !> win32/config.vc win32/win32.c
36274 ____________________________________________________________________________
36275 [  6003] By: gsar                                  on 2000/04/28  20:11:20
36276         Log: allow REG_EXPAND_SZ keys in Windows registry (from
36277              John Clayton <John.Clayton@barclayscapital.com>)
36278      Branch: perl
36279            ! win32/win32.c
36280 ____________________________________________________________________________
36281 [  6002] By: gsar                                  on 2000/04/28  19:34:16
36282         Log: destructive sv_setsv() can lose UV-ness from source, causing
36283              numeric promotions/comparisons to fail to do the right thing
36284      Branch: perl
36285            ! sv.c
36286 ____________________________________________________________________________
36287 [  6001] By: gsar                                  on 2000/04/28  18:44:15
36288         Log: support additional library locations via $Config{otherlibdirs}
36289              (from Andy Dougherty)
36290      Branch: perl
36291            ! Configure INSTALL Porting/Glossary Porting/config.sh
36292            ! Porting/config_H config_h.SH epoc/config.sh perl.c
36293            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
36294            ! win32/config.bc win32/config.gc win32/config.vc
36295 ____________________________________________________________________________
36296 [  6000] By: gsar                                  on 2000/04/28  18:26:58
36297         Log: reworked otherlibdirs.U (from Andy Dougherty)
36298      Branch: metaconfig
36299            ! U/installdirs/otherlibdirs.U
36300 ____________________________________________________________________________
36301 [  5999] By: gsar                                  on 2000/04/28  18:17:07
36302         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
36303      Branch: perl
36304            ! t/pragma/warn/toke toke.c
36305 ____________________________________________________________________________
36306 [  5998] By: jhi                                   on 2000/04/28  13:32:17
36307         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
36308      Branch: cfgperl
36309            ! lib/Math/Complex.pm
36310 ____________________________________________________________________________
36311 [  5997] By: jhi                                   on 2000/04/28  13:14:04
36312         Log: Preserve $!.
36313      Branch: cfgperl
36314            ! lib/Math/Complex.pm
36315 ____________________________________________________________________________
36316 [  5996] By: jhi                                   on 2000/04/28  12:59:23
36317         Log: Integrate with Sarathy.
36318      Branch: cfgperl
36319           +> pod/perlrequick.pod pod/perlretut.pod
36320           !> (integrate 51 files)
36321 ____________________________________________________________________________
36322 [  5995] By: gsar                                  on 2000/04/28  09:37:36
36323         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
36324      Branch: perl
36325            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
36326 ____________________________________________________________________________
36327 [  5994] By: gsar                                  on 2000/04/28  09:33:26
36328         Log: fix for missed accounting for null byte in pack("Z",...) (from
36329              M.J.T. Guy)
36330      Branch: perl
36331            ! pp.c t/op/pack.t
36332 ____________________________________________________________________________
36333 [  5993] By: gsar                                  on 2000/04/28  09:30:05
36334         Log: various minor tweaks seen on p5p
36335      Branch: perl
36336            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
36337 ____________________________________________________________________________
36338 [  5992] By: gsar                                  on 2000/04/28  09:08:19
36339         Log: pod nit (from Simon Cozens)
36340      Branch: perl
36341            ! pod/perlop.pod
36342 ____________________________________________________________________________
36343 [  5991] By: gsar                                  on 2000/04/28  09:06:36
36344         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
36345      Branch: perl
36346            ! README.posix-bc hints/posix-bc.sh
36347 ____________________________________________________________________________
36348 [  5990] By: gsar                                  on 2000/04/28  08:54:52
36349         Log: use $ENV{LIB} to search for libs under Visual C compiler
36350              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
36351      Branch: perl
36352            ! lib/ExtUtils/Liblist.pm
36353 ____________________________________________________________________________
36354 [  5989] By: gsar                                  on 2000/04/28  08:27:12
36355         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
36356              itself and no other (from Tom Hughes)
36357      Branch: perl
36358            ! t/op/array.t toke.c
36359 ____________________________________________________________________________
36360 [  5988] By: gsar                                  on 2000/04/28  08:01:38
36361         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
36362              <paul@miraclefish.com>)
36363      Branch: perl
36364            ! lib/ExtUtils/MakeMaker.pm
36365 ____________________________________________________________________________
36366 [  5987] By: gsar                                  on 2000/04/28  07:53:09
36367         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
36368      Branch: perl
36369            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
36370 ____________________________________________________________________________
36371 [  5986] By: gsar                                  on 2000/04/28  07:44:17
36372         Log: add regular expressions tutorial and quick-start guide (from
36373              Mark Kvale <kvale@phy.ucsf.edu>)
36374      Branch: perl
36375            + pod/perlrequick.pod pod/perlretut.pod
36376            ! AUTHORS MAINTAIN MANIFEST
36377 ____________________________________________________________________________
36378 [  5985] By: gsar                                  on 2000/04/28  07:30:28
36379         Log: forked child may not exit correctly if it failed to open
36380              /dev/console (from Graham Barr)
36381      Branch: perl
36382            ! ext/Sys/Syslog/Syslog.pm
36383 ____________________________________________________________________________
36384 [  5984] By: gsar                                  on 2000/04/28  07:27:20
36385         Log: attributes::reftype() doesn't work on tied argument
36386      Branch: perl
36387            ! xsutils.c
36388 ____________________________________________________________________________
36389 [  5983] By: gsar                                  on 2000/04/28  07:15:04
36390         Log: numeric conversion of non-number in change#3378 tramples on
36391              OOK offset, causing segfaults
36392      Branch: perl
36393            ! sv.c
36394 ____________________________________________________________________________
36395 [  5982] By: gsar                                  on 2000/04/28  04:48:25
36396         Log: avoid error in IO::Socket::INET when given an unknown service name
36397              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
36398      Branch: perl
36399            ! ext/IO/lib/IO/Socket/INET.pm
36400 ____________________________________________________________________________
36401 [  5981] By: gsar                                  on 2000/04/28  04:31:31
36402         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
36403              prototype mismatch with CORE::glob(); update pod and tests to
36404              suit (File::Glob::glob() is still available for backward
36405              compatibility, but should be considered deprecated)
36406      Branch: perl
36407            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
36408            ! t/lib/glob-taint.t
36409 ____________________________________________________________________________
36410 [  5980] By: gsar                                  on 2000/04/28  03:47:29
36411         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
36412              <ghudson@mit.edu>)
36413      Branch: metaconfig
36414            ! U/modified/Options.U
36415      Branch: perl
36416            ! Configure
36417 ____________________________________________________________________________
36418 [  5979] By: gsar                                  on 2000/04/28  03:07:54
36419         Log: under useithreads, constant pad entries could inadvertantly be
36420              shared across threads (from Eric Blood <eblood@xmission.com>);
36421              added Eric's test case to testsuite
36422      Branch: perl
36423            ! op.c t/op/misc.t
36424 ____________________________________________________________________________
36425 [  5978] By: gsar                                  on 2000/04/27  21:13:00
36426         Log: sync version numbers in File::Spec with the ones on CPAN
36427              (from Barrie Slaymaker)
36428      Branch: perl
36429            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
36430            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
36431            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
36432 ____________________________________________________________________________
36433 [  5977] By: gsar                                  on 2000/04/27  21:07:29
36434         Log: autoquote barewords followed by newline and arrow properly
36435              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
36436      Branch: perl
36437            ! t/pragma/warn/toke toke.c
36438 ____________________________________________________________________________
36439 [  5976] By: gsar                                  on 2000/04/27  20:41:20
36440         Log: DB_File v1.73 update (from Paul Marquess)
36441      Branch: perl
36442            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
36443            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
36444 ____________________________________________________________________________
36445 [  5975] By: gsar                                  on 2000/04/27  20:34:24
36446         Log: allow sort() reentrancy (variant of patch suggested by
36447              Hugo van der Sanden)
36448      Branch: perl
36449            ! pp_ctl.c t/op/sort.t
36450 ____________________________________________________________________________
36451 [  5974] By: gsar                                  on 2000/04/27  19:46:57
36452         Log: change#4197 somehow missed initializing PL_errors, meaning
36453              sytax error queueing wasn't working outside eval"" at all;
36454              also fixed eval"" to localize PL_error_count, so that compile-time
36455              eval's don't clobber the error state of the outer context
36456      Branch: perl
36457            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
36458            ! t/pragma/warn/toke
36459 ____________________________________________________________________________
36460 [  5973] By: gsar                                  on 2000/04/27  18:29:05
36461         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
36462      Branch: perl
36463            ! regcomp.c regexec.c t/op/re_tests
36464 ____________________________________________________________________________
36465 [  5972] By: jhi                                   on 2000/04/27  18:22:41
36466         Log: Integrate with Sarathy.
36467      Branch: cfgperl
36468           +> t/lib/b.t t/lib/syslog.t
36469           !> (integrate 31 files)
36470 ____________________________________________________________________________
36471 [  5971] By: jhi                                   on 2000/04/27  18:18:46
36472         Log: Unicos tweaks from Mark P. Lutz.
36473      Branch: cfgperl
36474            ! hints/unicos.sh lib/Math/Complex.pm
36475 ____________________________________________________________________________
36476 [  5970] By: gsar                                  on 2000/04/27  18:05:11
36477         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
36478              IV is >32bits
36479      Branch: perl
36480            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
36481 ____________________________________________________________________________
36482 [  5969] By: gsar                                  on 2000/04/27  17:50:56
36483         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
36484      Branch: perl
36485            + t/lib/syslog.t
36486            ! MANIFEST ext/Sys/Syslog/Syslog.pm
36487 ____________________________________________________________________________
36488 [  5968] By: gsar                                  on 2000/04/27  17:44:49
36489         Log: tolerate spaces in group names in test on solaris (from David Boyce
36490              <dsb@boyski.com>)
36491      Branch: perl
36492            ! t/op/groups.t
36493 ____________________________________________________________________________
36494 [  5967] By: gsar                                  on 2000/04/27  17:41:22
36495         Log: improved docs on the warn_uninit diagnostic (from David Glasser
36496              and Simon Cozens)
36497      Branch: perl
36498            ! pod/perldiag.pod
36499 ____________________________________________________________________________
36500 [  5966] By: gsar                                  on 2000/04/27  16:54:58
36501         Log: add testsuite for B backends, fix bug in B::Deparse (from
36502              Simon Cozens <simon@brecon.co.uk>)
36503      Branch: perl
36504            + t/lib/b.t
36505            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
36506 ____________________________________________________________________________
36507 [  5965] By: gsar                                  on 2000/04/27  16:10:37
36508         Log: avoid "will not stay shared" warnings for our variables (from
36509              Robin Barker)
36510      Branch: perl
36511            ! op.c t/pragma/warn/op
36512 ____________________________________________________________________________
36513 [  5964] By: gsar                                  on 2000/04/27  07:05:05
36514         Log: reformat to 72 columns (again)
36515      Branch: perl
36516            ! pod/perldiag.pod
36517 ____________________________________________________________________________
36518 [  5963] By: gsar                                  on 2000/04/27  06:28:31
36519         Log: patch from Larry to make (\&) prototype work; added tests for
36520              the same
36521      Branch: perl
36522            ! op.c t/comp/proto.t
36523 ____________________________________________________________________________
36524 [  5962] By: gsar                                  on 2000/04/27  06:15:47
36525         Log: updated README.hpux (from Jeff Okamoto)
36526      Branch: perl
36527            ! README.hpux
36528 ____________________________________________________________________________
36529 [  5961] By: gsar                                  on 2000/04/27  05:55:03
36530         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
36531      Branch: perl
36532            ! emacs/cperl-mode.el
36533 ____________________________________________________________________________
36534 [  5960] By: gsar                                  on 2000/04/27  05:49:26
36535         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
36536      Branch: perl
36537            ! INSTALL
36538 ____________________________________________________________________________
36539 [  5959] By: gsar                                  on 2000/04/27  05:33:41
36540         Log: doubled words in pods (from Simon Cozens
36541              <simon.p.cozens@jp.pwcglobal.com>)
36542      Branch: perl
36543            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
36544            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
36545            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
36546            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
36547            ! pod/perltootc.pod
36548 ____________________________________________________________________________
36549 [  5958] By: gsar                                  on 2000/04/27  05:11:39
36550         Log: change#3569 deleted some essential code, revert; avoid use of
36551              atexit() to make DynaLoader work properly on AIX under mod_perl
36552              (from Jens-Uwe Mager <jum@helios.de>)
36553      Branch: perl
36554            ! ext/DynaLoader/dl_aix.xs
36555 ____________________________________________________________________________
36556 [  5957] By: gsar                                  on 2000/04/27  04:54:51
36557         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
36558      Branch: perl
36559            ! pod/perlmod.pod
36560 ____________________________________________________________________________
36561 [  5956] By: gsar                                  on 2000/04/27  04:51:47
36562         Log: better diagnostics on failed tests (from Ilya Zakharevich)
36563      Branch: perl
36564            ! t/op/lex_assign.t
36565 ____________________________________________________________________________
36566 [  5955] By: gsar                                  on 2000/04/27  04:26:44
36567         Log: longstanding bug exposed by change#3307: sort arguments weren't
36568              compiled with the right wantarray context (ensuing runtime lookup
36569              via block_gimme() was getting the incidental context of the
36570              sort() itself)
36571      Branch: perl
36572            ! op.c t/op/sort.t
36573 ____________________________________________________________________________
36574 [  5954] By: gsar                                  on 2000/04/26  23:42:12
36575         Log: integrate cfgperl contents into mainline
36576      Branch: perl
36577           !> (integrate 30 files)
36578 ____________________________________________________________________________
36579 [  5953] By: jhi                                   on 2000/04/26  23:06:42
36580         Log: Integrate with Sarathy.
36581      Branch: cfgperl
36582           !> README.win32 ext/B/B/Deparse.pm
36583           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
36584           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
36585           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
36586           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
36587           !> utils/perldoc.PL vms/perlvms.pod
36588 ____________________________________________________________________________
36589 [  5952] By: jhi                                   on 2000/04/26  23:03:46
36590         Log: Undo "use integer" addition from 64bitint as it seems
36591              to break most of the subtests in Digital UNIX;
36592              Unicos needs to find another way.
36593      Branch: cfgperl
36594            ! t/op/64bitint.t
36595 ____________________________________________________________________________
36596 [  5951] By: jhi                                   on 2000/04/26  22:57:53
36597         Log: Be more robust on "extreme" (large absolute value)
36598              arguments.  Originally reported by Daniel Connelly
36599              as a problem with asinh() on large negative arguments,
36600              asinh() used to bail out because an argument to log()
36601              ended up being zero.  Ilya Zakharevich proposed using
36602              Taylor's series in such cases, which for such large
36603              arguments is a very good approximation.
36604      Branch: cfgperl
36605            ! lib/Math/Complex.pm t/lib/complex.t
36606 ____________________________________________________________________________
36607 [  5950] By: gsar                                  on 2000/04/25  19:13:12
36608         Log: reformat perldiag to avoid long lines
36609      Branch: perl
36610            ! pod/perldiag.pod
36611 ____________________________________________________________________________
36612 [  5949] By: gsar                                  on 2000/04/25  18:41:11
36613         Log: make perldoc use the pod2man from the same version (from
36614              M.J.T. Guy)
36615      Branch: perl
36616            ! utils/perldoc.PL
36617 ____________________________________________________________________________
36618 [  5948] By: gsar                                  on 2000/04/25  18:21:57
36619         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
36620              <kompas@kompas.usr.onet.pl>)
36621      Branch: perl
36622            ! lib/vars.pm
36623 ____________________________________________________________________________
36624 [  5947] By: gsar                                  on 2000/04/25  18:11:53
36625         Log: use &dl_error rather than &dl_load_file as the guard for calling
36626              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
36627              statically built perl)
36628      Branch: perl
36629            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
36630 ____________________________________________________________________________
36631 [  5946] By: jhi                                   on 2000/04/25  17:37:54
36632         Log: Document that tr() is not tr(1).
36633      Branch: cfgperl
36634            ! pod/perlop.pod
36635 ____________________________________________________________________________
36636 [  5945] By: gsar                                  on 2000/04/25  16:34:33
36637         Log: make module name mandatory after -M switch; reorder perldiag
36638              alphabetically (from Mark-Jason Dominus)
36639      Branch: perl
36640            ! perl.c pod/perldiag.pod
36641 ____________________________________________________________________________
36642 [  5944] By: jhi                                   on 2000/04/25  01:15:18
36643         Log: On second thoughts frexp() does have two arguments.
36644      Branch: cfgperl
36645            ! perl.h
36646 ____________________________________________________________________________
36647 [  5943] By: jhi                                   on 2000/04/24  22:56:32
36648         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
36649              Now pp_ncmp() returns undef is either operand is a NaN.
36650      Branch: cfgperl
36651            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
36652            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
36653            ! vms/subconfigure.com vos/config.def vos/config.h
36654            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
36655            ! win32/config.vc win32/config_H.bc win32/config_H.gc
36656            ! win32/config_H.vc
36657      Branch: metaconfig/U/perl
36658            + d_modfl.U
36659 ____________________________________________________________________________
36660 [  5942] By: jhi                                   on 2000/04/24  19:45:17
36661         Log: Regen Configure to match #5937.
36662      Branch: cfgperl
36663            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
36664            ! config_h.SH
36665      Branch: metaconfig
36666            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
36667 ____________________________________________________________________________
36668 [  5941] By: jhi                                   on 2000/04/24  19:24:11
36669         Log: Further Unicos fixes for Mark Lutz.
36670      Branch: cfgperl
36671            ! hints/unicos.sh pp_ctl.c
36672 ____________________________________________________________________________
36673 [  5940] By: jhi                                   on 2000/04/24  19:09:06
36674         Log: Various Unicos 10.0.0.6 fixes.
36675              
36676              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
36677              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
36678              Reply-To: tecmpl1@triton.ca.boeing.com 
36679              To: perl5-porters@perl.org 
36680              Date: Fri, 14 Apr 2000 20:21:00 GMT 
36681              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
36682      Branch: cfgperl
36683            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
36684 ____________________________________________________________________________
36685 [  5939] By: gsar                                  on 2000/04/24  19:01:24
36686         Log: more pod nits (from Larry Virden)
36687      Branch: perl
36688            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
36689            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
36690            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
36691 ____________________________________________________________________________
36692 [  5938] By: gsar                                  on 2000/04/24  18:54:01
36693         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
36694      Branch: perl
36695            ! ext/B/B/Deparse.pm
36696 ____________________________________________________________________________
36697 [  5937] By: jhi                                   on 2000/04/24  17:39:00
36698         Log: Integrate with Sarathy.
36699      Branch: cfgperl
36700           +> (branch 31 files)
36701           !> (integrate 73 files)
36702 ____________________________________________________________________________
36703 [  5936] By: gsar                                  on 2000/04/24  17:30:06
36704         Log: additional tests for change#5934 (from Paul Marquess, who also
36705              sent in the same fix)
36706      Branch: perl
36707            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
36708            ! t/pragma/warn/5nolint t/pragma/warn/6default
36709 ____________________________________________________________________________
36710 [  5935] By: jhi                                   on 2000/04/24  17:26:05
36711         Log: Do not assume sign propagation.
36712              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
36713              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
36714              To: payner@ncifcrf.gov, perl5-porters@perl.org 
36715              Date: Tue, 18 Apr 2000 18:24:49 +0100 
36716              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
36717      Branch: cfgperl
36718            ! t/op/bop.t t/op/misc.t
36719 ____________________________________________________________________________
36720 [  5934] By: gsar                                  on 2000/04/24  17:16:54
36721         Log: propagate lexical warnings from surrounding scope correctly
36722              within string eval()
36723      Branch: perl
36724            ! pp_ctl.c t/pragma/warn/pp_ctl
36725 ____________________________________________________________________________
36726 [  5933] By: jhi                                   on 2000/04/24  17:01:07
36727         Log: Flatten the cpp jungle doing the nosuid checking.
36728      Branch: cfgperl
36729            ! perl.c
36730 ____________________________________________________________________________
36731 [  5932] By: gsar                                  on 2000/04/24  09:08:14
36732         Log: add rsignal(), whichsig() and do_join() to public API list
36733              (mod_perl uses them to good advantage)
36734      Branch: perl
36735            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
36736 ____________________________________________________________________________
36737 [  5931] By: gsar                                  on 2000/04/24  09:01:40
36738         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
36739      Branch: perl
36740            ! pp_hot.c regexec.c t/op/pat.t
36741 ____________________________________________________________________________
36742 [  5930] By: gsar                                  on 2000/04/24  08:58:33
36743         Log: small os390 tweaks (from Peter Prymmer)
36744      Branch: perl
36745            ! config_h.SH makedepend.SH
36746 ____________________________________________________________________________
36747 [  5929] By: gsar                                  on 2000/04/24  08:55:25
36748         Log: pod nits
36749      Branch: perl
36750            ! pod/perlguts.pod
36751 ____________________________________________________________________________
36752 [  5928] By: gsar                                  on 2000/04/24  08:50:13
36753         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
36754      Branch: perl
36755            ! ext/IO/lib/IO/Poll.pm
36756 ____________________________________________________________________________
36757 [  5927] By: gsar                                  on 2000/04/24  08:43:24
36758         Log: arrange for next() to resume at the unstack op rather than the
36759              loop conditional, so that scope cleanup happens correctly
36760              (from Stephen McCamant)
36761      Branch: perl
36762            ! op.c pp_ctl.c t/op/misc.t
36763 ____________________________________________________________________________
36764 [  5926] By: gsar                                  on 2000/04/24  08:18:40
36765         Log: on windows, reserve 16M of stack rather than 128M (allows more
36766              threads to run concurrently)
36767      Branch: perl
36768            ! win32/Makefile win32/makefile.mk
36769 ____________________________________________________________________________
36770 [  5925] By: gsar                                  on 2000/04/24  08:13:52
36771         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
36772      Branch: perl
36773            ! toke.c
36774 ____________________________________________________________________________
36775 [  5924] By: gsar                                  on 2000/04/24  08:08:59
36776         Log: avoid using uninitialized memory in require version check
36777      Branch: perl
36778            ! pp_ctl.c universal.c
36779 ____________________________________________________________________________
36780 [  5923] By: gsar                                  on 2000/04/24  07:20:14
36781         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
36782      Branch: perl
36783            ! ext/IO/lib/IO/Poll.pm
36784 ____________________________________________________________________________
36785 [  5922] By: gsar                                  on 2000/04/24  07:08:42
36786         Log: commentary about IoTYPE() (from Nathan Torkington)
36787      Branch: perl
36788            ! sv.h
36789 ____________________________________________________________________________
36790 [  5921] By: gsar                                  on 2000/04/24  06:58:26
36791         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
36792              by fix
36793      Branch: perl
36794            ! sv.c t/lib/charnames.t t/pragma/utf8.t
36795 ____________________________________________________________________________
36796 [  5920] By: gsar                                  on 2000/04/24  06:37:59
36797         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
36798      Branch: perl
36799            ! doop.c t/op/ver.t
36800 ____________________________________________________________________________
36801 [  5919] By: gsar                                  on 2000/04/24  06:21:58
36802         Log: Configure might miss old directories when prefix must be
36803              expanded (from Robin Barker)
36804      Branch: metaconfig
36805            ! U/installdirs/inc_version_list.U
36806      Branch: perl
36807            ! Configure
36808 ____________________________________________________________________________
36809 [  5918] By: gsar                                  on 2000/04/24  06:16:11
36810         Log: VMS nits in glob() test (from Charles Lane)
36811      Branch: perl
36812            ! t/lib/glob-basic.t
36813 ____________________________________________________________________________
36814 [  5917] By: gsar                                  on 2000/04/24  06:11:56
36815         Log: various pod nits (from Larry Virden and others)
36816      Branch: perl
36817            ! README.amiga README.hpux README.machten README.os2
36818            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
36819            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
36820            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
36821            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
36822            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
36823            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
36824            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
36825            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
36826 ____________________________________________________________________________
36827 [  5916] By: gsar                                  on 2000/04/24  05:52:43
36828         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
36829              <wjones@tc.fluke.com>)
36830      Branch: perl
36831            ! t/lib/glob-basic.t
36832 ____________________________________________________________________________
36833 [  5915] By: gsar                                  on 2000/04/24  05:07:01
36834         Log: supported platforms mixed up
36835      Branch: perl
36836            ! pod/perl56delta.pod pod/perlport.pod
36837 ____________________________________________________________________________
36838 [  5914] By: gsar                                  on 2000/04/24  04:56:08
36839         Log: caller() wasn't returning the right number of elements for
36840              eval {...}
36841      Branch: perl
36842            ! pp_ctl.c t/pragma/warn/9enabled
36843 ____________________________________________________________________________
36844 [  5913] By: gsar                                  on 2000/04/24  04:35:41
36845         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
36846              Mark-Jason Dominus)
36847      Branch: perl
36848            ! pod/perlfunc.pod
36849 ____________________________________________________________________________
36850 [  5912] By: gsar                                  on 2000/04/24  04:17:15
36851         Log: fix totally broken caching in UNIVERSAL::isa() (from
36852              Nick Ing-Simmons)
36853      Branch: perl
36854            ! t/op/universal.t universal.c
36855 ____________________________________________________________________________
36856 [  5911] By: gsar                                  on 2000/04/24  03:39:47
36857         Log: add linebreak properties from unicode/LineBrk.txt (from
36858              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
36859      Branch: perl
36860            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
36861            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
36862            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
36863            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
36864            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
36865            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
36866            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
36867            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
36868            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
36869            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
36870            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
36871            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
36872            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
36873            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
36874            + lib/unicode/Is/LbrkZW.pl
36875            ! lib/unicode/mktables.PL
36876 ____________________________________________________________________________
36877 [  5910] By: gsar                                  on 2000/04/24  03:23:10
36878         Log: typo in pod
36879      Branch: perl
36880            ! ext/Thread/Thread.pm
36881 ____________________________________________________________________________
36882 [  5909] By: gsar                                  on 2000/04/24  03:22:03
36883         Log: mode argument to do_binmode() should be file mode, not boolean
36884      Branch: perl
36885            ! pp_sys.c
36886 ____________________________________________________________________________
36887 [  5908] By: gsar                                  on 2000/04/16  16:51:08
36888         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
36889              always returns a valid GV even when the symbol is trapped by strictures
36890              (avoids coredumps)
36891              
36892              TODO: the C<package;> hack needs similar treatment
36893      Branch: perl
36894            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
36895            ! t/pragma/strict-vars
36896 ____________________________________________________________________________
36897 [  5907] By: jhi                                   on 2000/03/31  23:42:56
36898         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
36899              an assumption which #5905 demolished.
36900      Branch: cfgperl
36901            ! pp_sys.c
36902 ____________________________________________________________________________
36903 [  5906] By: jhi                                   on 2000/03/31  18:54:37
36904         Log: Typo in #5905.
36905      Branch: cfgperl
36906            ! t/op/64bitint.t
36907 ____________________________________________________________________________
36908 [  5905] By: jhi                                   on 2000/03/31  18:50:54
36909         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
36910              reported by Joseph N. Hall.  The bug was that even with use64bitint
36911              one had to use the prefixes q, L, or ll with printf/sprintf,
36912              contrary to the documentation and common sense.
36913      Branch: cfgperl
36914            ! sv.c t/op/64bitint.t
36915 ____________________________________________________________________________
36916 [  5904] By: gsar                                  on 2000/03/28  02:31:32
36917         Log: add Changes, perldelta.pod
36918      Branch: perl
36919            + Changes pod/perldelta.pod
36920 ____________________________________________________________________________
36921 [  5903] By: gsar                                  on 2000/03/28  02:03:55
36922         Log: rename Changes and perldelta.pod
36923      Branch: perl
36924           +> Changes5.6 pod/perl56delta.pod
36925            - Changes pod/perldelta.pod
36926            ! MANIFEST
36927 ____________________________________________________________________________
36928 [  5902] By: gsar                                  on 2000/03/28  01:59:14
36929         Log: create maint-5.6 branch
36930      Branch: maint-5.6/perl
36931           +> (branch 1611 files)
36932 ____________________________________________________________________________
36933 [  5901] By: jhi                                   on 2000/03/23  05:48:43
36934         Log: Integrate with Sarathy.
36935      Branch: cfgperl
36936           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
36937 ____________________________________________________________________________
36938 [  5900] By: gsar                                  on 2000/03/23  05:42:43
36939         Log: three guesses on what this is :-)
36940      Branch: perl
36941            ! Changes