Update perly_c.diff, update perly.fixer to edit away
[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 [ 10495] By: jhi                                   on 2001/06/10  10:55:34
35         Log: Subject: Re: pragma/locale.t #107
36              From: Hugo <hv@crypt.compulink.co.uk>
37              Date: Sun, 10 Jun 2001 11:23:30 +0100
38              Message-Id: <200106101023.LAA32085@crypt.compulink.co.uk>
39              
40              Encapsulate the scan of the decimal radix separator.
41      Branch: perl
42            ! embed.h embed.pl proto.h sv.c
43 ____________________________________________________________________________
44 [ 10494] By: jhi                                   on 2001/06/10  03:00:17
45         Log: Try to grok numbers both with the locale specific separator
46              and with the usual "." (if different from the lss); add a test
47              to locale.t to do also a little bit of math in addition to just
48              equalness testing; remove extraneous logic as suggested in
49              
50              Subject: Re: pragma/locale.t #107
51              From: Nicholas Clark <nick@ccl4.org>
52              Date: Sat, 9 Jun 2001 22:37:36 +0100
53              Message-ID: <20010609223735.Y76396@plum.flirble.org>
54      Branch: perl
55            ! sv.c t/pragma/locale.t
56 ____________________________________________________________________________
57 [ 10493] By: jhi                                   on 2001/06/10  01:25:23
58         Log: Metaconfig unit change for #10492.
59      Branch: metaconfig/U/perl
60            ! Extensions.U
61 ____________________________________________________________________________
62 [ 10492] By: jhi                                   on 2001/06/10  01:23:59
63         Log: Subject: [PATCH] Don't build Thread.pm if USEITHREADS
64              From: Artur Bergman <artur@contiller.se> 
65              Date: Sat, 09 Jun 2001 21:03:51 +0200
66              Message-ID: <B7483FB6.1398%artur@contiller.se>
67      Branch: perl
68            ! Configure
69 ____________________________________________________________________________
70 [ 10491] By: jhi                                   on 2001/06/10  01:15:40
71         Log: Integrate perlio.
72      Branch: perl
73           !> perlsfio.h
74 ____________________________________________________________________________
75 [ 10490] By: jhi                                   on 2001/06/10  01:08:26
76         Log: Do locale specific separator if only in locale.
77      Branch: perl
78            ! util.c
79 ____________________________________________________________________________
80 [ 10489] By: nick                                  on 2001/06/09  19:13:25
81         Log: Make XS/Typemap compile (but fail) with sfio
82      Branch: perlio
83            ! perlsfio.h
84 ____________________________________________________________________________
85 [ 10488] By: nick                                  on 2001/06/09  19:12:51
86         Log: Re-integrate mainline
87      Branch: perlio
88           !> embed.h embed.pl embedvar.h intrpvar.h perl.h perlapi.h
89           !> proto.h sv.c util.c
90 ____________________________________________________________________________
91 [ 10487] By: nick                                  on 2001/06/09  16:26:29
92         Log: Integrate mainline
93      Branch: perlio
94           !> (integrate 31 files)
95 ____________________________________________________________________________
96 [ 10486] By: jhi                                   on 2001/06/09  16:11:51
97         Log: Subject: [PATCH] New attempt to clone callack
98              From: Artur Bergman <artur@contiller.se> 
99              Date: Thu, 07 Jun 2001 11:52:16 +0200
100              Message-ID: <B7451B6F.12B7%artur@contiller.se>
101      Branch: perl
102            ! embedvar.h intrpvar.h perlapi.h sv.c
103 ____________________________________________________________________________
104 [ 10485] By: jhi                                   on 2001/06/09  15:23:52
105         Log: Numeric conversion tweaks suggested by Hugo and Nicholas.
106      Branch: perl
107            ! embed.h embed.pl perl.h proto.h sv.c util.c
108 ____________________________________________________________________________
109 [ 10484] By: jhi                                   on 2001/06/09  14:47:25
110         Log: Subject: Re: pragma/locale.t #107
111              From: Nicholas Clark <nick@ccl4.org>
112              Date: Sat, 9 Jun 2001 16:26:10 +0100
113              Message-ID: <20010609162609.V76396@plum.flirble.org>
114              
115              A missing NVification.
116      Branch: perl
117            ! sv.c
118 ____________________________________________________________________________
119 [ 10483] By: jhi                                   on 2001/06/08  19:40:32
120         Log: Redo the #10482, there already was a test script for formats.
121      Branch: perl
122            - t/io/format.t
123            ! MANIFEST t/op/write.t
124 ____________________________________________________________________________
125 [ 10482] By: jhi                                   on 2001/06/08  19:34:45
126         Log: Twisted format testing, from Merijn.
127      Branch: perl
128            + t/io/format.t
129            ! MANIFEST
130 ____________________________________________________________________________
131 [ 10481] By: jhi                                   on 2001/06/08  19:21:56
132         Log: More \p{In...} testing, combined with \N{...}.
133      Branch: perl
134            ! lib/utf8_heavy.pl t/op/pat.t
135 ____________________________________________________________________________
136 [ 10480] By: jhi                                   on 2001/06/08  14:16:06
137         Log: Metaconfig changes for #10479.
138      Branch: metaconfig
139            ! U/Glossary.patch
140      Branch: metaconfig/U/perl
141            ! d_modfl.U
142 ____________________________________________________________________________
143 [ 10479] By: jhi                                   on 2001/06/08  14:15:32
144         Log: Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
145      Branch: perl
146            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
147            ! config_h.SH configure.com epoc/config.sh pp.c uconfig.h
148            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
149            ! win32/config.bc win32/config.gc win32/config.vc
150 ____________________________________________________________________________
151 [ 10478] By: jhi                                   on 2001/06/08  12:20:41
152         Log: Subject: Re: [PATCH perl@10439] fix old $^S description in perlvms.pod
153              From: "Craig A. Berry" <craigberry@mac.com>
154              Date: Thu, 7 Jun 2001 14:27:20 -0500
155              Message-Id: <a05100e01b7458075db7d@[172.16.52.1]>
156      Branch: perl
157            ! vms/perlvms.pod
158 ____________________________________________________________________________
159 [ 10477] By: jhi                                   on 2001/06/08  12:19:00
160         Log: Subject: [PATCH] Unresolved symbol in ext/re/re.xs
161              From: Gisle Aas <gisle@ActiveState.com>
162              Date: 07 Jun 2001 17:04:29 -0700
163              Message-ID: <lrae3jsupe.fsf@caliper.ActiveState.com>
164      Branch: perl
165            ! ext/re/re.xs
166 ____________________________________________________________________________
167 [ 10476] By: jhi                                   on 2001/06/08  01:35:42
168         Log: Update Changes.
169      Branch: perl
170            ! Changes patchlevel.h
171 ____________________________________________________________________________
172 [ 10475] By: jhi                                   on 2001/06/08  00:53:45
173         Log: Regen Glossary et alia.
174      Branch: perl
175            ! Porting/Glossary Porting/config.sh Porting/config_H
176 ____________________________________________________________________________
177 [ 10474] By: jhi                                   on 2001/06/07  22:06:38
178         Log: Metaconfig unit changes for #10473.
179      Branch: metaconfig/U/perl
180            ! d_modfl.U
181 ____________________________________________________________________________
182 [ 10473] By: jhi                                   on 2001/06/07  22:06:16
183         Log: Harumph, also AIX will spill its guts (i.e. dump core)
184              if an executable contains modfl() but it hasn't been
185              compiled right (in the case of AIX, with cc -qlongdouble).
186      Branch: perl
187            ! Configure
188 ____________________________________________________________________________
189 [ 10472] By: gsar                                  on 2001/06/07  20:04:28
190         Log: integrate change#10471 from mainline
191              
192              in change#10451, check that CvOUTSIDE is a CV before looking in
193              (it can apparently be SVt_NULL during global destruction)
194      Branch: maint-5.6/perl
195           !> op.c
196 ____________________________________________________________________________
197 [ 10471] By: gsar                                  on 2001/06/07  20:01:31
198         Log: in change#10451, check that CvOUTSIDE is a CV before looking in
199              (it can apparently be SVt_NULL during global destruction)
200      Branch: perl
201            ! op.c
202 ____________________________________________________________________________
203 [ 10470] By: jhi                                   on 2001/06/07  12:17:51
204         Log: Subject: Re: [PATCH perl@10439] diagnostics and long C<=item>s
205              From: Robin Barker <rmb1@cise.npl.co.uk>
206              Date: Thu, 7 Jun 2001 13:01:06 +0100 (BST)
207              Message-Id: <200106071201.NAA13627@tempest.npl.co.uk>
208      Branch: perl
209            ! lib/diagnostics.pm pod/perldiag.pod
210 ____________________________________________________________________________
211 [ 10469] By: jhi                                   on 2001/06/07  12:16:12
212         Log: Subject: [PATCH perl@10439] long =item
213              From: Robin Barker <rmb1@cise.npl.co.uk>
214              Date: Thu, 7 Jun 2001 12:34:08 +0100 (BST)
215              Message-Id: <200106071134.MAA10288@tempest.npl.co.uk>
216      Branch: perl
217            ! README.amiga lib/Attribute/Handlers.pm
218            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
219 ____________________________________________________________________________
220 [ 10468] By: jhi                                   on 2001/06/07  12:08:56
221         Log: Subject: [PATCH 5.7.1 pod/perlguts.pod] IOK vs pIOK docs
222              Date: Thu, 7 Jun 2001 10:09:59 +0100 (BST)
223              Reply-To: Dave Mitchell <davem@fdgroup.co.uk>
224              Message-Id: <200106070909.KAA25610@gizmo.fdgroup.co.uk>
225      Branch: perl
226            ! pod/perlguts.pod
227 ____________________________________________________________________________
228 [ 10467] By: jhi                                   on 2001/06/07  12:04:26
229         Log: Integrate perlio.
230      Branch: perl
231           !> sv.c
232 ____________________________________________________________________________
233 [ 10466] By: nick                                  on 2001/06/07  10:25:40
234         Log: MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
235              whitespace tweaks.
236              Still coredumps in pragma/overload.t - what a nice hard fail that is...
237      Branch: perlio
238            ! sv.c
239 ____________________________________________________________________________
240 [ 10465] By: nick                                  on 2001/06/07  08:41:58
241         Log: Raw integrate of mainline for S_grok_number debug
242              (sv.c has MULTIPLICITY issues as well as whatever else ...)
243      Branch: perlio
244            - plan9/perlplan9.doc plan9/perlplan9.pod
245           !> (integrate 46 files)
246 ____________________________________________________________________________
247 [ 10464] By: jhi                                   on 2001/06/06  23:33:58
248         Log: The proper prototyping for #10463.
249      Branch: perl
250            ! embed.h embed.pl proto.h sv.c
251 ____________________________________________________________________________
252 [ 10463] By: jhi                                   on 2001/06/06  23:15:30
253         Log: Subject: Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
254              From: Nicholas Clark <nick@ccl4.org>
255              Date: Thu, 7 Jun 2001 00:29:59 +0100
256              Message-ID: <20010607002959.Z76396@plum.flirble.org>
257      Branch: perl
258            ! sv.c
259 ____________________________________________________________________________
260 [ 10462] By: jhi                                   on 2001/06/06  23:13:19
261         Log: Subject: [PATCH perl@10439] fix old $^S description in perlvms.pod
262              From: "Craig A. Berry" <craigberry@mac.com>
263              Date: Wed, 06 Jun 2001 17:54:30 -0500
264              Message-Id: <5.1.0.14.0.20010606174814.03c2c880@exchi01>
265      Branch: perl
266            ! vms/perlvms.pod
267 ____________________________________________________________________________
268 [ 10461] By: jhi                                   on 2001/06/06  23:10:00
269         Log: Podify the remaining README.platform files;
270              merge README.plan9 and plan9/perlplan9.pod;
271              delete plan9/perlplan9.* (the perlplan.doc needs to
272              be regenerated in Plan 9); make the =head1 and =head2
273              in the README.platform to be a little more verbose
274              (skipped README.os2 not to anger Ilya) so that they
275              look better in the toc; regen toc.
276      Branch: perl
277            - plan9/perlplan9.doc plan9/perlplan9.pod
278            ! MANIFEST README.aix README.amiga README.apollo README.beos
279            ! README.bs2000 README.cygwin README.dgux README.dos README.epoc
280            ! README.hpux README.hurd README.machten README.macos
281            ! README.micro README.mint README.mpeix README.os390
282            ! README.plan9 README.qnx README.solaris README.threads
283            ! README.tru64 README.vmesa README.vms README.vos README.win32
284            ! plan9/mkfile pod/buildtoc.PL pod/perl.pod pod/perlport.pod
285            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
286 ____________________________________________________________________________
287 [ 10460] By: jhi                                   on 2001/06/06  20:58:53
288         Log: Subject: [PATCH] Re: Bug in perlguts documentation?
289              From: Mike Guy <mjtg@cam.ac.uk>
290              Reply-To: mjtg@cam.ac.uk
291              Message-Id: <E157fiS-0006Q7-00@draco.cus.cam.ac.uk>
292      Branch: perl
293            ! pod/perlguts.pod
294 ____________________________________________________________________________
295 [ 10459] By: jhi                                   on 2001/06/06  20:58:15
296         Log: Subject: [PATCH] Re: [ID 20010604.015] taint + comma = false insecurity
297              From: Mike Guy <mjtg@cam.ac.uk>
298              Reply-To: mjtg@cam.ac.uk
299              Message-Id: <E157flx-0006Uz-00@draco.cus.cam.ac.uk>
300      Branch: perl
301            ! pod/perlsec.pod
302 ____________________________________________________________________________
303 [ 10458] By: jhi                                   on 2001/06/06  20:56:04
304         Log: Disable long doubles from pre-5.0 Tru64s.
305      Branch: perl
306            ! README.tru64 hints/dec_osf.sh
307 ____________________________________________________________________________
308 [ 10457] By: jhi                                   on 2001/06/06  20:49:23
309         Log: The #10455 exposed that modfl() is fundamentally busted
310              (as in: dumps core) in pre-5.0 Tru64, so better avoid even
311              testing it.
312      Branch: perl
313            ! hints/dec_osf.sh
314 ____________________________________________________________________________
315 [ 10456] By: jhi                                   on 2001/06/06  20:48:35
316         Log: Metaconfig unit change for #10455.
317      Branch: metaconfig/U/perl
318            ! d_modfl.U
319 ____________________________________________________________________________
320 [ 10455] By: jhi                                   on 2001/06/06  20:48:09
321         Log: Configure check for geborken modfl(), inspired by
322              
323              Subject: Re: [20010118.017] op/int.t failure 
324              From: Hugo <hv@crypt.compulink.co.uk>
325              Date: Tue, 05 Jun 2001 13:43:27 +0100
326              Message-Id: <200106051243.NAA15525@crypt.compulink.co.uk>
327      Branch: perl
328            ! Configure
329 ____________________________________________________________________________
330 [ 10454] By: jhi                                   on 2001/06/06  11:45:08
331         Log: Integrate changes #10450 and #10451 from maintperl:
332              
333              optimize change#10448 slightly (don't repeat search in eval""s lexical
334              scope, since that has already been searched)
335              
336              change#9108 needs subtler treatment for case of closures created
337              within eval""
338      Branch: perl
339           !> op.c t/op/misc.t
340 ____________________________________________________________________________
341 [ 10453] By: jhi                                   on 2001/06/06  11:42:10
342         Log: MakeMaker magic to compile (when no dynamic loading)
343              List/Util.xsc as (ListUtil.c and) ListUtil.o since
344              POSIX-BC (BS2000) linker has an evil limitation of
345              being unable to include in the same executable several
346              object files with the same name - case-insensitively -
347              because otherwise we conflict with util.c.
348              Strictly speaking currently required only in POSIX-BC
349              but probably will do no harm elsewhere where static
350              linking is required.
351      Branch: perl
352            ! ext/List/Util/Makefile.PL
353 ____________________________________________________________________________
354 [ 10452] By: nick                                  on 2001/06/06  08:59:51
355         Log: Integrate mainline.
356      Branch: perlio
357           +> lib/Attribute/Handlers/demo/Demo.pm
358           +> lib/Attribute/Handlers/demo/Descriptions.pm
359           +> lib/Attribute/Handlers/demo/MyClass.pm
360           +> lib/Attribute/Handlers/demo/demo.pl
361           +> lib/Attribute/Handlers/demo/demo2.pl
362           +> lib/Attribute/Handlers/demo/demo3.pl
363           +> lib/Attribute/Handlers/demo/demo4.pl
364           +> lib/Attribute/Handlers/demo/demo_call.pl
365           +> lib/Attribute/Handlers/demo/demo_chain.pl
366           +> lib/Attribute/Handlers/demo/demo_cycle.pl
367           +> lib/Attribute/Handlers/demo/demo_hashdir.pl
368           +> lib/Attribute/Handlers/demo/demo_phases.pl
369           +> lib/Attribute/Handlers/demo/demo_range.pl
370           +> lib/Attribute/Handlers/demo/demo_rawdata.pl t/op/override.t
371           +> uts/strtol_wrap.c
372           !> (integrate 91 files)
373 ____________________________________________________________________________
374 [ 10451] By: gsar                                  on 2001/06/06  07:11:36
375         Log: change#9108 needs subtler treatment for case of closures created
376              within eval""
377      Branch: maint-5.6/perl
378            ! op.c t/op/misc.t
379 ____________________________________________________________________________
380 [ 10450] By: gsar                                  on 2001/06/06  05:47:25
381         Log: optimize change#10448 slightly (don't repeat search in eval""s lexical
382              scope, since that has already been searched)
383      Branch: maint-5.6/perl
384            ! op.c
385 ____________________________________________________________________________
386 [ 10449] By: jhi                                   on 2001/06/06  01:33:31
387         Log: Integrate change #10448 from maintperl; lexicals
388              outside an eval"" weren't resolved correctly inside a subroutine
389              definition inside the eval"" if they were not already referenced
390              in the toplevel of the eval""-ed code
391      Branch: perl
392           !> cop.h op.c pp_ctl.c t/op/misc.t
393 ____________________________________________________________________________
394 [ 10448] By: gsar                                  on 2001/06/06  01:03:26
395         Log: fix yet another bug of hoary vintage found by change#10394: lexicals
396              outside an eval"" weren't resolved correctly inside a subroutine
397              definition inside the eval"" if they were not already referenced
398              in the toplevel of the eval""-ed code
399      Branch: maint-5.6/perl
400            ! cop.h op.c pp_ctl.c t/op/misc.t
401 ____________________________________________________________________________
402 [ 10447] By: jhi                                   on 2001/06/06  00:51:04
403         Log: Subject: [PATCH] perl570delta.pod
404              From: Peter Scott <Peter@PSDT.com> 
405              Date: Tue, 05 Jun 2001 18:51:02 -0700
406              Message-Id: <4.3.2.7.2.20010605183619.00a94400@psdt.com>
407      Branch: perl
408            ! pod/perl570delta.pod
409 ____________________________________________________________________________
410 [ 10446] By: jhi                                   on 2001/06/05  23:45:05
411         Log: The fudge factor is no more needed.  I hope.
412      Branch: perl
413            ! t/lib/posix.t
414 ____________________________________________________________________________
415 [ 10445] By: jhi                                   on 2001/06/05  23:19:19
416         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms 
417              From: Hugo <hv@crypt.compulink.co.uk>
418              Date: Tue, 05 Jun 2001 12:58:19 +0100
419              Message-Id: <200106051158.MAA04605@crypt.compulink.co.uk>
420      Branch: perl
421            ! util.c
422 ____________________________________________________________________________
423 [ 10444] By: jhi                                   on 2001/06/05  11:09:01
424         Log: Make up prototypes only for those who have the functions
425              but not the prototypes.
426      Branch: perl
427            ! perl.h
428 ____________________________________________________________________________
429 [ 10443] By: jhi                                   on 2001/06/05  11:02:13
430         Log: Subject: Re: Not OK: perl@10439 on win32 
431              From: Prymmer/Kahn <pvhp@best.com> 
432              Date: Mon, 4 Jun 2001 22:11:02 -0700 (PDT)
433              Message-ID: <Pine.BSF.4.21.0106042136410.26316-100000@shell8.ba.best.com>
434      Branch: perl
435            ! perl.h util.c
436 ____________________________________________________________________________
437 [ 10442] By: jhi                                   on 2001/06/05  00:55:46
438         Log: The metaconfig units changes for #10441.
439      Branch: metaconfig
440            ! U/modified/Extract.U U/modified/Extractall.U
441            ! U/modified/Finish.U
442 ____________________________________________________________________________
443 [ 10441] By: jhi                                   on 2001/06/05  00:55:17
444         Log: Extraction of the *.SH wasn't quite working with -Dmksymlinks.
445      Branch: perl
446            ! Configure
447 ____________________________________________________________________________
448 [ 10440] By: jhi                                   on 2001/06/05  00:28:27
449         Log: Unnecessary fuzziness undone, noted by Mike Guy.
450      Branch: perl
451            ! t/op/tr.t
452 ____________________________________________________________________________
453 [ 10439] By: jhi                                   on 2001/06/04  17:14:31
454         Log: Update Changes.
455      Branch: perl
456            ! Changes patchlevel.h
457 ____________________________________________________________________________
458 [ 10438] By: jhi                                   on 2001/06/04  17:10:16
459         Log: Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
460              bug found by Ilmari Karonen; the bug fixed by Sarathy's lexical
461              leakage patch.
462      Branch: perl
463            ! t/op/misc.t
464 ____________________________________________________________________________
465 [ 10437] By: jhi                                   on 2001/06/04  17:01:06
466         Log: Test case for #10433/#10424.
467      Branch: perl
468            ! t/op/misc.t
469 ____________________________________________________________________________
470 [ 10436] By: jhi                                   on 2001/06/04  16:54:21
471         Log: Subject: One fix for strtoul not setting errno
472              From: hom00@utsglobal.com (Hal Morris)
473              Date: Sat, 2 Jun 2001 09:23:11 -0700 (PDT)
474              Message-Id: <200106021623.JAA06906@cepheus.utsglobal.com>
475      Branch: perl
476            + uts/strtol_wrap.c
477            ! MANIFEST hints/uts.sh
478 ____________________________________________________________________________
479 [ 10435] By: jhi                                   on 2001/06/04  16:54:01
480         Log: Metaconfig units changes for #10434.
481      Branch: metaconfig
482            ! U/modified/Cppsym.U
483      Branch: metaconfig/U/perl
484            + d_dbminitproto.U d_flockproto.U d_sockatmarkproto.U
485            + d_syscallproto.U d_usleepproto.U
486            ! longdblfio.U quadfio.U
487 ____________________________________________________________________________
488 [ 10434] By: jhi                                   on 2001/06/04  16:48:33
489         Log: Configure tweaks; add prototype probes, make the cpp symbols
490              probe to cast, not whine; test for %Ld and %Lf before %lld and
491              %llf because the L is the ANSI way.
492      Branch: perl
493            ! Configure config_h.SH configure.com epoc/config.sh
494            ! ext/ODBM_File/ODBM_File.xs perl.h pod/perltoc.pod uconfig.h
495            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
496            ! win32/config.bc win32/config.gc win32/config.vc x2p/str.c
497 ____________________________________________________________________________
498 [ 10433] By: jhi                                   on 2001/06/04  16:45:23
499         Log: Sigh.  This is what #10424 was supposed to check in.
500      Branch: perl
501            ! op.c sv.c sv.h
502 ____________________________________________________________________________
503 [ 10432] By: jhi                                   on 2001/06/04  16:29:40
504         Log: More verbose failure.
505      Branch: perl
506            ! t/op/ver.t
507 ____________________________________________________________________________
508 [ 10431] By: jhi                                   on 2001/06/04  16:21:55
509         Log: The .pm changes to go with #10428.
510      Branch: perl
511            ! ext/Fcntl/Fcntl.pm ext/Socket/Socket.pm
512            ! ext/Sys/Syslog/Syslog.pm
513 ____________________________________________________________________________
514 [ 10430] By: jhi                                   on 2001/06/04  16:05:20
515         Log: On second thoughts show to utf8 skippage message only
516              on failures, it's too confusing otherwise,
517      Branch: perl
518            ! t/pragma/locale.t
519 ____________________________________________________________________________
520 [ 10429] By: jhi                                   on 2001/06/04  14:47:50
521         Log: Do not import anything from Encode.
522      Branch: perl
523            ! ext/MIME/Base64/QuotedPrint.pm
524 ____________________________________________________________________________
525 [ 10428] By: jhi                                   on 2001/06/04  14:45:47
526         Log: The #10402 didn't take.  Weird.
527      Branch: perl
528            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
529            ! ext/Sys/Syslog/Syslog.xs
530 ____________________________________________________________________________
531 [ 10427] By: jhi                                   on 2001/06/04  12:55:39
532         Log: Eradicate traces of 'asciirange' re subpragma.
533      Branch: perl
534            ! ext/B/B/Deparse.pm ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm
535            ! pod/perldiag.pod
536 ____________________________________________________________________________
537 [ 10426] By: jhi                                   on 2001/06/04  12:44:05
538         Log: use is a compile-time thing.
539      Branch: perl
540            ! ext/MIME/Base64/QuotedPrint.pm
541 ____________________________________________________________________________
542 [ 10425] By: jhi                                   on 2001/06/04  12:39:44
543         Log: Subject: [PATCH perl@10419] -Wall casting patch
544              From: Robin Barker <rmb1@cise.npl.co.uk>
545              Date: Mon, 4 Jun 2001 14:27:28 +0100 (BST)
546              Message-Id: <200106041327.OAA15338@tempest.npl.co.uk>
547      Branch: perl
548            ! ext/Devel/DProf/DProf.xs mg.c
549 ____________________________________________________________________________
550 [ 10424] By: jhi                                   on 2001/06/04  12:23:30
551         Log: Subject: [PATCH #2] introducing SVpad_TYPED
552              From: Abhijit Menon-Sen <ams@wiw.org>
553              Date: Mon, 4 Jun 2001 12:26:02 +0530
554              Message-ID: <20010604122602.A5775@lustre.linux.in>
555      Branch: perl
556            ! op.c sv.c sv.h
557 ____________________________________________________________________________
558 [ 10423] By: gsar                                  on 2001/06/04  05:12:18
559         Log: testsuite for change#10192 (from Gisle Aas)
560      Branch: perl
561            + t/op/override.t
562            ! MANIFEST
563 ____________________________________________________________________________
564 [ 10422] By: gsar                                  on 2001/06/04  02:32:03
565         Log: integrate changes#10414-10416 from mainline
566              
567              Potential buffer overrun if the radix separator is more than
568              one byte.  Also, under locales, prefer the locale-specific
569              separator over the old boring ".".
570              
571              "10.", that is, decimal numbers can have no decimal part at all.
572              
573              The non-locale places need love, too.
574      Branch: maint-5.6/perl
575           !> perl.h sv.c
576 ____________________________________________________________________________
577 [ 10421] By: jhi                                   on 2001/06/04  02:25:53
578         Log: Missed from #10420.
579      Branch: perl
580            ! epoc/config.sh
581 ____________________________________________________________________________
582 [ 10420] By: jhi                                   on 2001/06/04  02:19:58
583         Log: Missed HAS_SETRESGID_PROTO.  No serious harm done since
584              often this prototype goes with HAS_SETRESUID_PROTO.
585      Branch: perl
586            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
587            ! config_h.SH configure.com perl.h uconfig.h
588 ____________________________________________________________________________
589 [ 10419] By: jhi                                   on 2001/06/04  00:24:55
590         Log: Update Changes.
591      Branch: perl
592            ! Changes patchlevel.h
593 ____________________________________________________________________________
594 [ 10418] By: jhi                                   on 2001/06/03  23:58:04
595         Log: -Wall "subscript has type `char'" cleanup.
596      Branch: perl
597            ! ext/File/Glob/bsd_glob.c x2p/a2py.c x2p/str.c x2p/walk.c
598 ____________________________________________________________________________
599 [ 10417] By: jhi                                   on 2001/06/03  23:37:17
600         Log: Various "cast to pointer from integer of different size"
601              picked up by gcc -Wall (in Tru64 where pointers are 64 bits
602              wide but I32 (int) only 32 bits wide).
603              
604              WARNING: the classnum and tagnum changes in Storable.xs
605              may not be wise, they may be breaking binary compatibility
606              (in 64-bit platforms), asked Raphael Manfredi about the changes.
607      Branch: perl
608            ! embed.pl ext/Devel/DProf/DProf.xs ext/Storable/Storable.xs
609            ! mg.c proto.h
610 ____________________________________________________________________________
611 [ 10416] By: jhi                                   on 2001/06/03  23:15:24
612         Log: The non-locale places need love, too.
613      Branch: perl
614            ! perl.h
615 ____________________________________________________________________________
616 [ 10415] By: jhi                                   on 2001/06/03  23:10:55
617         Log: "10.", that is, decimal numbers can have no decimal part at all.
618      Branch: perl
619            ! perl.h
620 ____________________________________________________________________________
621 [ 10414] By: jhi                                   on 2001/06/03  22:49:55
622         Log: Potential buffer overrun if the radix separator is more than
623              one byte.  Also, under locales, prefer the locale-specific
624              separator over the old boring ".".
625      Branch: perl
626            ! perl.h sv.c
627 ____________________________________________________________________________
628 [ 10413] By: jhi                                   on 2001/06/03  22:42:10
629         Log: Integrate change #10412 from maintperl; locale is now
630              per-cop, not per-op; plus retweak the locale.t to always
631              list the skipped utf8 locales.
632      Branch: perl
633            ! t/pragma/locale.t
634           !> embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
635           !> pp.sym pp_ctl.c pp_proto.h pp_sys.c util.c
636 ____________________________________________________________________________
637 [ 10412] By: gsar                                  on 2001/06/03  22:23:16
638         Log: rationalize locale handling to fix the bugs uncovered by change#10394
639              
640              the major issue was that the runtime was looking at PL_hints rather
641              than op_private to notice whether locale was enabled
642              
643              the secondary issue was that many locale-sensitive numeric ops didn't
644              have HINT_LOCALE propagated into their op_private
645              
646              HINT_LOCALE is now propagated per-statement (i.e., via PL_curcop)
647              instead of per-op, just like HINT_BYTE and the hints for lexical
648              warnings (this makes the hint available to every op via PL_curcop)
649              
650              pragma/locale.t may need to be reworked with these fixes in mind
651              (it currently passes its tests)
652      Branch: maint-5.6/perl
653            ! embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
654            ! pp.sym pp_ctl.c pp_proto.h pp_sys.c t/pragma/locale.t util.c
655 ____________________________________________________________________________
656 [ 10411] By: jhi                                   on 2001/06/03  17:50:49
657         Log: More verbose debugging.
658      Branch: perl
659            ! t/pragma/locale.t
660 ____________________________________________________________________________
661 [ 10410] By: jhi                                   on 2001/06/03  17:36:40
662         Log: Subject: RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
663              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
664              Date: Sat, 2 Jun 2001 22:53:33 +0100
665              Message-ID: <000601c0ebae$77d10dc0$99dcfea9@bfs.phone.com>
666      Branch: perl
667            ! regcomp.c t/pragma/warn/regcomp
668 ____________________________________________________________________________
669 [ 10409] By: jhi                                   on 2001/06/03  17:27:13
670         Log: Mention that lexicalizing $a or $b is a bad idea if one
671              wants to use sort().
672      Branch: perl
673            ! pod/perlvar.pod
674 ____________________________________________________________________________
675 [ 10408] By: jhi                                   on 2001/06/03  16:52:41
676         Log: Tweak the test to be happy if the accuracy is 'good enough'.
677      Branch: perl
678            ! t/lib/posix.t
679 ____________________________________________________________________________
680 [ 10407] By: jhi                                   on 2001/06/03  16:50:33
681         Log: Upgrade to Attribute::Handlers 0.70.
682              
683              NOTE: this unearthed the "too late for CHECK block" bug,
684              that's why the 1_compile.t change.
685      Branch: perl
686            + lib/Attribute/Handlers/demo/Demo.pm
687            + lib/Attribute/Handlers/demo/Descriptions.pm
688            + lib/Attribute/Handlers/demo/MyClass.pm
689            + lib/Attribute/Handlers/demo/demo.pl
690            + lib/Attribute/Handlers/demo/demo2.pl
691            + lib/Attribute/Handlers/demo/demo3.pl
692            + lib/Attribute/Handlers/demo/demo4.pl
693            + lib/Attribute/Handlers/demo/demo_call.pl
694            + lib/Attribute/Handlers/demo/demo_chain.pl
695            + lib/Attribute/Handlers/demo/demo_cycle.pl
696            + lib/Attribute/Handlers/demo/demo_hashdir.pl
697            + lib/Attribute/Handlers/demo/demo_phases.pl
698            + lib/Attribute/Handlers/demo/demo_range.pl
699            + lib/Attribute/Handlers/demo/demo_rawdata.pl
700            ! MANIFEST lib/Attribute/Handlers.pm t/lib/1_compile.t
701            ! t/lib/attrhand.t
702 ____________________________________________________________________________
703 [ 10406] By: jhi                                   on 2001/06/03  16:40:03
704         Log: One less -Wall whine.
705      Branch: perl
706            ! regcomp.c
707 ____________________________________________________________________________
708 [ 10405] By: jhi                                   on 2001/06/03  16:30:34
709         Log: Integrate change #10404 from maintperl; eval.t was in pre-10394 mood.
710      Branch: perl
711           !> t/op/eval.t
712 ____________________________________________________________________________
713 [ 10404] By: gsar                                  on 2001/06/03  16:23:07
714         Log: eval.t was relying on pre-change#10394 buggy behavior (lexicals
715              aren't "normally" visible inside eval""s contained in subs unless
716              a cloned reference to them already exists)
717              
718              strangely enough, t/harness did show this up as a failure (harness
719              needs fixing?)
720      Branch: maint-5.6/perl
721            ! t/op/eval.t
722 ____________________________________________________________________________
723 [ 10403] By: jhi                                   on 2001/06/03  16:22:59
724         Log: Update to Text::Balanced 1.85.
725      Branch: perl
726            ! lib/Text/Balanced.pm t/lib/tb-xvari.t
727 ____________________________________________________________________________
728 [ 10402] By: jhi                                   on 2001/06/03  16:18:09
729         Log: Subject: [PATCH] Re: ext/Socket/Socket.xs
730              From: Nicholas Clark <nick@ccl4.org>
731              Date: Sun, 3 Jun 2001 17:54:36 +0100
732              Message-ID: <20010603175436.E76396@plum.flirble.org> 
733      Branch: perl
734            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
735            ! ext/Sys/Syslog/Syslog.xs
736 ____________________________________________________________________________
737 [ 10401] By: jhi                                   on 2001/06/03  16:09:33
738         Log: Unused variables.
739      Branch: perl
740            ! util.c
741 ____________________________________________________________________________
742 [ 10400] By: jhi                                   on 2001/06/03  16:04:26
743         Log: Subject: [PATCH] APIfy op_clear 
744              From: Simon Cozens <simon@netthink.co.uk>
745              Date: Sun, 3 Jun 2001 13:51:46 +0100
746              Message-ID: <20010603135146.A9984@deep-dark-truthful-mirror.pmb.ox.ac.uk>
747              
748              (despite the subject line, op_null is APIfied by the patch)
749      Branch: perl
750            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
751 ____________________________________________________________________________
752 [ 10399] By: jhi                                   on 2001/06/03  15:51:35
753         Log: Subject: [PATCH] t/lib/extutils.t
754              From: Nicholas Clark <nick@ccl4.org>
755              Date: Sat, 2 Jun 2001 23:57:05 +0100
756              Message-ID: <20010602235705.Q12698@plum.flirble.org>
757      Branch: perl
758            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
759 ____________________________________________________________________________
760 [ 10398] By: jhi                                   on 2001/06/03  15:34:11
761         Log: Subject: [PATCH: perl@10360] update two win32 Makefiles
762              From: Prymmer/Kahn <pvhp@best.com>
763              Date: Sun, 3 Jun 2001 08:55:14 -0700 (PDT)
764              Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com>
765      Branch: perl
766            ! win32/Makefile win32/makefile.mk
767 ____________________________________________________________________________
768 [ 10397] By: jhi                                   on 2001/06/03  15:12:13
769         Log: Subject: Re: 'decimal digits' macro? 
770              From: Hugo <hv@crypt.compulink.co.uk>
771              Date: Sun, 03 Jun 2001 04:26:36 +0100
772              Message-Id: <200106030326.EAA18786@crypt.compulink.co.uk>
773      Branch: perl
774            ! handy.h t/lib/posix.t t/op/tr.t
775 ____________________________________________________________________________
776 [ 10396] By: jhi                                   on 2001/06/03  15:10:49
777         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
778              From: Hugo <hv@crypt.compulink.co.uk>
779              Date: Sun, 03 Jun 2001 14:56:30 +0100
780              Message-Id: <200106031356.OAA12517@crypt.compulink.co.uk>
781      Branch: perl
782            ! util.c
783 ____________________________________________________________________________
784 [ 10395] By: jhi                                   on 2001/06/03  14:59:41
785         Log: Integrate change #10394 from maintperl; lexical file scope leakage.
786      Branch: perl
787           !> perly.c perly.y t/op/misc.t t/pragma/warn/universal
788           !> vms/perly_c.vms
789 ____________________________________________________________________________
790 [ 10394] By: gsar                                  on 2001/06/03  03:05:43
791         Log: fix leakage of lexicals at file scope into subroutines that were
792              declared before them; this appears to be a longstanding bug that
793              meant that lexicals at file scope were never "deintroduced", meaning
794              their scope range was never properly closed, and their visibility
795              extended to all subsequent eval""s or requires
796              
797              added a test case
798              
799              seems to also fix a case of bogus duplicate warnings
800      Branch: maint-5.6/perl
801            ! perly.c perly.y t/op/misc.t t/pragma/warn/universal
802            ! vms/perly_c.vms
803 ____________________________________________________________________________
804 [ 10393] By: jhi                                   on 2001/06/02  16:55:03
805         Log: More VMS tweaks from Craig A. Berry.
806      Branch: perl
807            ! configure.com t/lib/extutils.t
808 ____________________________________________________________________________
809 [ 10392] By: jhi                                   on 2001/06/02  16:48:26
810         Log: -Wall cleanup continues.
811      Branch: perl
812            ! README.tru64 embed.h embed.pl ext/NDBM_File/NDBM_File.xs
813            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
814            ! ext/Storable/Storable.xs ext/Sys/Hostname/Hostname.xs
815            ! ext/Sys/Syslog/Syslog.xs perl.c proto.h regcomp.c regexec.c
816            ! run.c toke.c util.c
817 ____________________________________________________________________________
818 [ 10391] By: jhi                                   on 2001/06/02  13:29:47
819         Log: The metaconfig unit change for #10390.
820      Branch: metaconfig/U/perl
821            ! gccvers.U
822 ____________________________________________________________________________
823 [ 10390] By: jhi                                   on 2001/06/02  13:29:12
824         Log: Drop the -ansi from the default gcc flags.
825              
826              Off_t/off_t is a struct in Solaris with largefiles, and with -ansi
827              that struct cannot be compared with a flat integer, such as STRLEN.
828              The -ansi will also cause a lot of noise in Solaris because of:
829              /usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside parameter list
830      Branch: perl
831            ! Configure
832 ____________________________________________________________________________
833 [ 10389] By: jhi                                   on 2001/06/02  13:14:57
834         Log: Integrate perlio.
835      Branch: perl
836           !> pod/perlapi.pod util.c
837 ____________________________________________________________________________
838 [ 10388] By: nick                                  on 2001/06/02  08:01:12
839         Log: Integrate mainline
840      Branch: perlio
841           +> lib/Attribute/Handlers.pm t/lib/attrhand.t
842           !> MANIFEST configure.com ext/MIME/Base64/QuotedPrint.pm
843           !> lib/File/Find.pm pod/perlmodlib.pod pod/perltoc.pod
844           !> t/lib/1_compile.t t/lib/mimeqp.t
845 ____________________________________________________________________________
846 [ 10387] By: nick                                  on 2001/06/02  07:39:17
847         Log: Tweak util.c's atof2 for MULTIPLICITY
848      Branch: perlio
849            ! util.c
850 ____________________________________________________________________________
851 [ 10386] By: nick                                  on 2001/06/02  07:38:33
852         Log: Integrate mainline
853      Branch: perlio
854           !> (integrate 41 files)
855 ____________________________________________________________________________
856 [ 10385] By: jhi                                   on 2001/06/01  22:12:48
857         Log: Add Attribute::Handlers 0.61 from Damian Conway.
858      Branch: perl
859            + lib/Attribute/Handlers.pm t/lib/attrhand.t
860            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod t/lib/1_compile.t
861 ____________________________________________________________________________
862 [ 10384] By: jhi                                   on 2001/06/01  21:53:14
863         Log: Subject: [PATCH: perl@10328] allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines
864              From: Peter Prymmer <pvhp@forte.com>
865              Date: Fri, 1 Jun 2001 15:49:22 -0700 (PDT)
866              Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com>
867      Branch: perl
868            ! ext/MIME/Base64/QuotedPrint.pm t/lib/mimeqp.t
869 ____________________________________________________________________________
870 [ 10383] By: jhi                                   on 2001/06/01  21:36:11
871         Log: Subject: [PATCH File::Find] 'do 1' and puzzling (?>...)
872              From: Jeff Pinyan <jeffp@crusoe.net>
873              Date: Fri, 1 Jun 2001 14:13:56 -0400 (EDT)
874              Message-ID: <Pine.GSO.4.21.0106011412520.21027-100000@crusoe.crusoe.net>
875      Branch: perl
876            ! lib/File/Find.pm
877 ____________________________________________________________________________
878 [ 10382] By: jhi                                   on 2001/06/01  21:35:02
879         Log: Subject: [PATCH perl@10381] configure.com tweaks
880              From: "Craig A. Berry" <craigberry@mac.com>
881              Date: Fri, 1 Jun 2001 13:55:43 -0500
882              Message-Id: <a05100e00b73d942aa9da@[172.16.52.1]>
883      Branch: perl
884            ! configure.com
885 ____________________________________________________________________________
886 [ 10381] By: jhi                                   on 2001/06/01  16:37:21
887         Log: Update Changes.
888      Branch: perl
889            ! Changes patchlevel.h
890 ____________________________________________________________________________
891 [ 10380] By: jhi                                   on 2001/06/01  16:19:18
892         Log: Subject: [PATCH] Re: [ID 20010529.004] program doesn't work unless in debug mode
893              From: Mike Guy <mjtg@cam.ac.uk>
894              Date: Fri, 01 Jun 2001 18:17:02 +0100
895              Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk>
896      Branch: perl
897            ! lib/perl5db.pl
898 ____________________________________________________________________________
899 [ 10379] By: jhi                                   on 2001/06/01  16:13:28
900         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
901              From: Hugo <hv@crypt.compulink.co.uk>
902              Date: Thu, 31 May 2001 20:49:48 +0100
903              Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk>
904      Branch: perl
905            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c proto.h
906            ! util.c
907 ____________________________________________________________________________
908 [ 10378] By: jhi                                   on 2001/06/01  15:56:35
909         Log: Zero() is not available in x2p (or, rather, some of its
910              implementations like memzero() might not be available.)
911      Branch: perl
912            ! x2p/hash.c
913 ____________________________________________________________________________
914 [ 10377] By: jhi                                   on 2001/06/01  15:44:48
915         Log: Subject: [PATCH x2p/hash.c] bzero -> memset
916              From: Michael G Schwern <schwern@pobox.com>
917              Date: Fri, 1 Jun 2001 12:00:29 +0100
918              Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk>
919              
920              (But use Zero() instead of memset.)
921      Branch: perl
922            ! x2p/hash.c
923 ____________________________________________________________________________
924 [ 10376] By: jhi                                   on 2001/06/01  15:39:52
925         Log: Subject: Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
926              From: Jeff Pinyan <jeffp@crusoe.net>
927              Date: Fri, 1 Jun 2001 10:33:55 -0400 (EDT)
928              Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net>
929      Branch: perl
930            ! pod/perldiag.pod regcomp.c t/op/pat.t
931 ____________________________________________________________________________
932 [ 10375] By: jhi                                   on 2001/06/01  15:36:35
933         Log: Retract #10324 and #10333; not needed.
934      Branch: perl
935            ! hints/irix_6.sh hints/linux.sh
936 ____________________________________________________________________________
937 [ 10374] By: jhi                                   on 2001/06/01  15:35:19
938         Log: The #10370 wasn't quite right.
939      Branch: perl
940            ! ext/XS/Typemap/Typemap.xs
941 ____________________________________________________________________________
942 [ 10373] By: jhi                                   on 2001/06/01  15:34:49
943         Log: The metaconfig units changes for #10372.
944      Branch: metaconfig/U/perl
945            + d_realpath.U d_sresgproto.U d_sresuproto.U
946            ! gccvers.U i_db.U
947 ____________________________________________________________________________
948 [ 10372] By: jhi                                   on 2001/06/01  15:34:24
949         Log: Configure tweaks; record the Berkeley DB version,
950              probe for realpath(), for setresuid() and setresgid()
951              prototypes; use realpath() (try to be paranoid enough),
952              use the setres[ug]id prototypes because glibc has the functions
953              but not their prototypes; add -Wall -ansi to gcc ccflags;
954              regen toc.
955      Branch: perl
956            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
957            ! config_h.SH configure.com epoc/config.sh
958            ! ext/DB_File/DB_File.xs perl.h pod/perlapi.pod pod/perltoc.pod
959            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
960            ! vos/config.ga.def win32/config.bc win32/config.gc
961            ! win32/config.vc
962 ____________________________________________________________________________
963 [ 10371] By: jhi                                   on 2001/06/01  12:50:05
964         Log: Subject: Re: [PATCH xsutils.c] Quieting warnings
965              From: Michael G Schwern <schwern@pobox.com>
966              Date: Fri, 1 Jun 2001 11:28:14 +0100
967              Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk>
968      Branch: perl
969            ! lib/attributes.pm xsutils.c
970 ____________________________________________________________________________
971 [ 10370] By: jhi                                   on 2001/06/01  12:48:55
972         Log: Subject: [PATCH] Fix -Wall on XS::Typemap
973              From: Tim Jenness <t.jenness@jach.hawaii.edu>
974              Date: Thu, 31 May 2001 16:15:37 -1000 (HST)
975              Message-ID: <Pine.LNX.4.33.0105311610110.9337-100000@lapaki.jach.hawaii.edu>
976      Branch: perl
977            ! ext/XS/Typemap/Typemap.xs
978 ____________________________________________________________________________
979 [ 10369] By: jhi                                   on 2001/06/01  12:47:21
980         Log: Subject: [patch] Cwd.xs optimizations/abstraction
981              From: Doug MacEachern <dougm@covalent.net>
982              Date: Thu, 31 May 2001 17:37:37 -0700 (PDT)
983              Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net> 
984      Branch: perl
985            ! embed.h embed.pl ext/Cwd/Cwd.xs global.sym lib/Cwd.pm
986            ! objXSUB.h perlapi.c pod/perlapi.pod proto.h util.c
987 ____________________________________________________________________________
988 [ 10368] By: jhi                                   on 2001/06/01  12:32:00
989         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!])
990              From: Nicholas Clark <nick@ccl4.org>
991              Date: Thu, 31 May 2001 23:56:40 +0100
992              Message-ID: <20010531235640.F12698@plum.flirble.org>
993              
994              Make the test work also under only static extensions
995              (sh Configure -Uusedl fakes this nicely)
996      Branch: perl
997            ! t/lib/extutils.t
998 ____________________________________________________________________________
999 [ 10367] By: jhi                                   on 2001/06/01  12:27:53
1000         Log: Subject: [PATCH hv.c] Eliminating trigraph
1001              From: Michael G Schwern <schwern@pobox.com>
1002              Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk>
1003              Date: Fri, 1 Jun 2001 11:49:56 +0100
1004      Branch: perl
1005            ! hv.c
1006 ____________________________________________________________________________
1007 [ 10366] By: jhi                                   on 2001/06/01  12:14:57
1008         Log: Subject: Re: [PATCH] Tests for File::Compare 
1009              From: "Philip Newton" <Philip.Newton@gmx.net>
1010              Date: Thu, 31 May 2001 19:44:05 +0200
1011              Message-Id: <200105311748.f4VHmCt18269@chaos.wustl.edu>
1012              
1013              Unnecessary "quotation marks".
1014      Branch: perl
1015            ! t/lib/filecomp.t
1016 ____________________________________________________________________________
1017 [ 10365] By: jhi                                   on 2001/06/01  12:13:26
1018         Log: Integrate perlio.
1019      Branch: perl
1020           !> lib/ExtUtils/MM_Win32.pm t/lib/filecomp.t
1021 ____________________________________________________________________________
1022 [ 10364] By: nick                                  on 2001/06/01  10:13:31
1023         Log: Cleanup dll.base and dll.exp created by GCC builds.
1024      Branch: perlio
1025            ! lib/ExtUtils/MM_Win32.pm
1026 ____________________________________________________________________________
1027 [ 10363] By: nick                                  on 2001/06/01  10:02:17
1028         Log: Make filecomp test work on CRLF platforms by adding binmode.
1029      Branch: perlio
1030            ! t/lib/filecomp.t
1031 ____________________________________________________________________________
1032 [ 10362] By: nick                                  on 2001/06/01  08:37:17
1033         Log: Integrate mainline
1034      Branch: perlio
1035           !> Changes Configure patchlevel.h perlio.c
1036 ____________________________________________________________________________
1037 [ 10361] By: jhi                                   on 2001/05/31  15:09:34
1038         Log: panic:claustrophobia.
1039      Branch: perl
1040            ! perlio.c
1041 ____________________________________________________________________________
1042 [ 10360] By: jhi                                   on 2001/05/31  13:04:25
1043         Log: Update Changes.
1044      Branch: perl
1045            ! Changes patchlevel.h
1046 ____________________________________________________________________________
1047 [ 10359] By: nick                                  on 2001/05/31  12:35:50
1048         Log: Integrate mainline.
1049      Branch: perlio
1050           +> t/lib/filecomp.t
1051           !> AUTHORS MANIFEST ext/Storable/Storable.xs gv.c perl.c perl.h
1052           !> pp_ctl.c sv.c t/lib/1_compile.t toke.c util.c
1053 ____________________________________________________________________________
1054 [ 10358] By: jhi                                   on 2001/05/31  12:35:05
1055         Log: Integrate perlio.
1056      Branch: perl
1057           !> t/pragma/warn/toke win32/config_H.bc win32/config_H.gc
1058           !> win32/config_H.vc
1059 ____________________________________________________________________________
1060 [ 10357] By: jhi                                   on 2001/05/31  12:34:04
1061         Log: Metaconfig unit change for #10356.
1062      Branch: metaconfig
1063            ! U/installdirs/inc_version_list.U
1064 ____________________________________________________________________________
1065 [ 10356] By: jhi                                   on 2001/05/31  12:33:41
1066         Log: Allow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ...
1067              (idea from Sarathy; implementation from Andy)
1068      Branch: perl
1069            ! Configure
1070 ____________________________________________________________________________
1071 [ 10355] By: jhi                                   on 2001/05/31  12:18:06
1072         Log: More AUTHORS.
1073      Branch: perl
1074            ! AUTHORS
1075 ____________________________________________________________________________
1076 [ 10354] By: jhi                                   on 2001/05/31  12:16:24
1077         Log: Subject: Re: [PATCH] Tests for File::Compare
1078              From: Alexander Gough <alexander.gough@st-hughs.oxford.ac.uk>
1079              Date: Thu, 31 May 2001 13:26:34 +0100 (GMT)
1080              Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk>
1081      Branch: perl
1082            + t/lib/filecomp.t
1083            ! MANIFEST t/lib/1_compile.t
1084 ____________________________________________________________________________
1085 [ 10353] By: jhi                                   on 2001/05/31  12:11:24
1086         Log: Subject: [PATCH] DEBUG_* macro cleanups
1087              From: Abhijit Menon-Sen <ams@wiw.org>
1088              Date: Thu, 31 May 2001 12:16:22 +0530
1089              Message-ID: <20010531121622.B4829@lustre.linux.in>
1090              
1091              Subject: Re: [PATCH] DEBUG_* macro cleanups
1092              From: Abhijit Menon-Sen <ams@wiw.org>
1093              Date: Thu, 31 May 2001 13:57:01 +0530
1094              Message-ID: <20010531135701.A21775@lustre.linux.in>
1095              
1096              (The DEBUG_ definitions in perl.h changed to use the
1097              STMT_START and STMT_END.)
1098      Branch: perl
1099            ! perl.h pp_ctl.c sv.c toke.c
1100 ____________________________________________________________________________
1101 [ 10352] By: jhi                                   on 2001/05/31  11:53:31
1102         Log: Subject: [PATCH] -Wall cleanups: perl.c, gv.c, Storable.xs
1103              From: Abhijit Menon-Sen <ams@wiw.org>
1104              Date: Thu, 31 May 2001 08:27:55 +0530
1105              Message-ID: <20010531082755.A10018@lustre.linux.in>
1106      Branch: perl
1107            ! ext/Storable/Storable.xs gv.c perl.c
1108 ____________________________________________________________________________
1109 [ 10351] By: jhi                                   on 2001/05/31  11:45:16
1110         Log: Subject: [PATCH] AUTHORS
1111              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
1112              Date: Thu, 31 May 2001 01:27:59 -0500
1113              Message-ID: <20010531012758.A1595@staff1.cso.uiuc.edu>
1114              
1115              Subject: Re: [PATCH] AUTHORS
1116              From: "Philip Newton" <Philip.Newton@gmx.net>
1117              Date: Thu, 31 May 2001 10:08:06 +0200
1118              (Message-Id missing?)
1119      Branch: perl
1120            ! AUTHORS
1121 ____________________________________________________________________________
1122 [ 10350] By: nick                                  on 2001/05/31  11:40:43
1123         Log: win32 - dmake regen_config_h
1124      Branch: perlio
1125            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
1126 ____________________________________________________________________________
1127 [ 10349] By: jhi                                   on 2001/05/31  11:38:27
1128         Log: Subject: Re: [PATCH util.c] More warning cleanups.
1129              From: "Philip Newton" <Philip.Newton@gmx.net>
1130              Date: Thu, 31 May 2001 07:41:36 +0200
1131              Message-Id: <200105310538.IAA25458@taku.hut.fi>
1132              
1133              Undo C++-ism that snekt in.
1134      Branch: perl
1135            ! util.c
1136 ____________________________________________________________________________
1137 [ 10348] By: nick                                  on 2001/05/31  11:36:46
1138         Log: Tolerate Win32 numerics
1139      Branch: perlio
1140            ! t/pragma/warn/toke
1141 ____________________________________________________________________________
1142 [ 10347] By: jhi                                   on 2001/05/31  11:29:40
1143         Log: Integrate perlio.
1144      Branch: perl
1145           !> perlio.c win32/win32.h
1146 ____________________________________________________________________________
1147 [ 10346] By: nick                                  on 2001/05/31  10:54:55
1148         Log: Hack to restore Win32 pseudo fork broken by Multiple Interpreter
1149              perlio.c change 10255.
1150      Branch: perlio
1151            ! perlio.c
1152 ____________________________________________________________________________
1153 [ 10345] By: nick                                  on 2001/05/31  10:01:57
1154         Log: Conditionaly put back some "unused" dTHX which are used
1155              with PERL_IMPLICIT_SYS
1156      Branch: perlio
1157            ! perlio.c
1158 ____________________________________________________________________________
1159 [ 10344] By: nick                                  on 2001/05/31  10:00:59
1160         Log: Fix Win32 for new spelling IN_BYTES 
1161      Branch: perlio
1162            ! win32/win32.h
1163 ____________________________________________________________________________
1164 [ 10343] By: nick                                  on 2001/05/31  08:01:32
1165         Log: perlio.c -Wall cleaner under MULTIPLICITY
1166              - still minor noise with linux stdio
1167      Branch: perlio
1168            ! perlio.c
1169 ____________________________________________________________________________
1170 [ 10342] By: nick                                  on 2001/05/31  07:52:23
1171         Log: Integrate mainline.
1172      Branch: perlio
1173           !> (integrate 42 files)
1174 ____________________________________________________________________________
1175 [ 10341] By: jhi                                   on 2001/05/31  01:39:02
1176         Log: AUTHORS updates.
1177      Branch: perl
1178            ! AUTHORS
1179 ____________________________________________________________________________
1180 [ 10340] By: jhi                                   on 2001/05/31  00:19:29
1181         Log: Subject: [PATCH: perl@10328] new md5sum for modified MD5.xs file
1182              From: Peter Prymmer <pvhp@forte.com>
1183              Date: Wed, 30 May 2001 17:57:20 -0700 (PDT)
1184              Message-ID: <Pine.OSF.4.10.10105301753210.129765-100000@aspara.forte.com>
1185      Branch: perl
1186            ! t/lib/md5-file.t
1187 ____________________________________________________________________________
1188 [ 10339] By: jhi                                   on 2001/05/31  00:16:44
1189         Log: Salvage bits and pieces from the experimental 'utf8 everywhere'
1190              patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES
1191              to match the pragma name; various robustness cleanups.
1192      Branch: perl
1193            ! lib/utf8_heavy.pl mg.c perl.h pp.c pp_ctl.c pp_sys.c regexec.c
1194            ! sv.c toke.c utf8.c utf8.h utfebcdic.h
1195 ____________________________________________________________________________
1196 [ 10338] By: jhi                                   on 2001/05/30  23:56:14
1197         Log: More -Wall sweeping.
1198      Branch: perl
1199            ! av.c doio.c ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs
1200            ! ext/Devel/Peek/Peek.xs ext/Encode/Encode.xs
1201            ! ext/List/Util/Util.xs gv.c op.c pp.c pp_ctl.c pp_hot.c
1202            ! regcomp.c sv.c toke.c utf8.c
1203 ____________________________________________________________________________
1204 [ 10337] By: jhi                                   on 2001/05/30  23:20:23
1205         Log: Subject: [PATCH] (was Re: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1)
1206              From: Nicholas Clark <nick@ccl4.org>
1207              Date: Wed, 30 May 2001 22:34:41 +0100
1208              Message-ID: <20010530223441.Y86445@plum.flirble.org>
1209      Branch: perl
1210            ! t/op/cmp.t
1211 ____________________________________________________________________________
1212 [ 10336] By: jhi                                   on 2001/05/30  23:18:48
1213         Log: It's is not, it isn't ain't, and it's it's, not its,
1214              if you mean it is. If you don't, it's its. Then too,
1215              it's hers. It isn't her's. It isn't our's either.
1216              It's ours, and likewise yours and theirs.
1217              -- Oxford University Press, Edpress News
1218      Branch: perl
1219            ! lib/autouse.pm
1220 ____________________________________________________________________________
1221 [ 10335] By: jhi                                   on 2001/05/30  23:12:30
1222         Log: More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.
1223      Branch: perl
1224            ! doop.c ext/ByteLoader/bytecode.h ext/DB_File/DB_File.xs mg.c
1225            ! perl.c perlio.c regexec.c universal.c util.c x2p/a2py.c
1226            ! x2p/str.c x2p/walk.c xsutils.c
1227 ____________________________________________________________________________
1228 [ 10334] By: jhi                                   on 2001/05/30  22:52:41
1229         Log: Subject: [PATCH perl.c t/run/runenv.t] (was Re: [[ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
1230              From: Michael G Schwern <schwern@pobox.com>
1231              Date: Wed, 30 May 2001 17:10:38 +0100
1232              Message-ID: <20010530171038.L670@blackrider.blackstar.co.uk>
1233              
1234              Subject: Re: [PATCH perl.c t/run/runenv.t] (was Re: [ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
1235              From: Abhijit Menon-Sen <ams@wiw.org>
1236              Date: Wed, 30 May 2001 23:16:13 +0530
1237              Message-ID: <20010530231613.A31933@lustre.linux.in>
1238      Branch: perl
1239            ! perl.c t/run/runenv.t
1240 ____________________________________________________________________________
1241 [ 10333] By: jhi                                   on 2001/05/30  22:25:02
1242         Log: (Retracted by #10375.)
1243              
1244              IRIX hints patch from Merijn Broeren.
1245              
1246              TODO: (this and the earlier Linux hints patch) should be solved
1247              at Configure level.  Merijn: -ldb should not be used on any platform
1248              for perl, just when linking DBFile itself. Trying to be helpful here
1249              is counterproductive.
1250      Branch: perl
1251            ! hints/irix_6.sh
1252 ____________________________________________________________________________
1253 [ 10332] By: jhi                                   on 2001/05/30  22:11:13
1254         Log: Subject: Re: [PATCH doop.c] unused variable in Perl_do_join
1255              From: Nicholas Clark <nick@ccl4.org>
1256              Date: Wed, 30 May 2001 23:20:58 +0100
1257              Message-ID: <20010530232058.B86445@plum.flirble.org>
1258      Branch: perl
1259            ! doop.c
1260 ____________________________________________________________________________
1261 [ 10331] By: jhi                                   on 2001/05/30  22:09:49
1262         Log: Subject: Re: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
1263              From: Michael G Schwern <schwern@pobox.com> 
1264              Date: Wed, 30 May 2001 15:24:20 +0100
1265              Message-ID: <20010530152420.H670@blackrider.blackstar.co.uk>
1266      Branch: perl
1267            ! t/pragma/autouse.t
1268 ____________________________________________________________________________
1269 [ 10330] By: jhi                                   on 2001/05/30  22:02:21
1270         Log: The regex trick wasn't a good idea.
1271      Branch: perl
1272            ! pod/perlfaq4.pod
1273 ____________________________________________________________________________
1274 [ 10329] By: nick                                  on 2001/05/30  18:34:35
1275         Log: Integrate mainline
1276      Branch: perlio
1277           !> (integrate 40 files)
1278 ____________________________________________________________________________
1279 [ 10328] By: jhi                                   on 2001/05/30  14:28:39
1280         Log: Update Changes.
1281      Branch: perl
1282            ! Changes patchlevel.h
1283 ____________________________________________________________________________
1284 [ 10327] By: jhi                                   on 2001/05/30  14:07:01
1285         Log: The metaconfig unit change for #10325.
1286      Branch: metaconfig
1287            + U/modified/afs.U
1288 ____________________________________________________________________________
1289 [ 10326] By: jhi                                   on 2001/05/30  14:06:36
1290         Log: More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksum
1291              is now wrong.
1292      Branch: perl
1293            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
1294 ____________________________________________________________________________
1295 [ 10325] By: jhi                                   on 2001/05/30  14:04:28
1296         Log: Introduce $Config{afsroot}.
1297      Branch: perl
1298            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1299            ! config_h.SH epoc/config.sh uconfig.sh win32/config.bc
1300            ! win32/config.gc win32/config.vc
1301 ____________________________________________________________________________
1302 [ 10324] By: jhi                                   on 2001/05/30  13:49:44
1303         Log: (Retracted by #10375.)
1304              
1305              Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>.
1306      Branch: perl
1307            ! hints/linux.sh
1308 ____________________________________________________________________________
1309 [ 10323] By: jhi                                   on 2001/05/30  13:49:29
1310         Log: AFS patches from Merijn Broeren <merijnb@iloquent.nl>.
1311              (Also Configure tweaks needed; coming up soon.)
1312      Branch: perl
1313            ! t/io/fs.t t/lib/glob-basic.t t/op/stat.t
1314 ____________________________________________________________________________
1315 [ 10322] By: jhi                                   on 2001/05/30  13:37:56
1316         Log: Subject: [PATCH lib/perl5db.pl] Conditional breakpoints
1317              From: Michael G Schwern <schwern@pobox.com>
1318              Date: Sun, 27 May 2001 10:29:43 +0100
1319              Message-ID: <20010527102942.J711@blackrider.blackstar.co.uk>
1320      Branch: perl
1321            ! lib/perl5db.pl
1322 ____________________________________________________________________________
1323 [ 10321] By: jhi                                   on 2001/05/30  13:36:28
1324         Log: Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,
1325              and Abhijit Menon-Sen.
1326      Branch: perl
1327            ! av.c doio.c doop.c dump.c ext/Digest/MD5/MD5.xs malloc.c op.c
1328            ! perl.c pp_sys.c regcomp.c
1329 ____________________________________________________________________________
1330 [ 10320] By: jhi                                   on 2001/05/30  13:35:27
1331         Log: Fix the BOOT section to call myU2time properly.
1332      Branch: perl
1333            ! ext/Time/HiRes/HiRes.xs
1334 ____________________________________________________________________________
1335 [ 10319] By: jhi                                   on 2001/05/30  13:06:09
1336         Log: Subject: Re: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
1337              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
1338              Date: Wed, 30 May 2001 09:44:29 -0400
1339              Message-ID: <20010530094429.B133085@linguist.thayer.dartmouth.edu>
1340              
1341              Detypo; plus add one more trick.
1342      Branch: perl
1343            ! pod/perlfaq4.pod
1344 ____________________________________________________________________________
1345 [ 10318] By: jhi                                   on 2001/05/30  12:47:11
1346         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)
1347              From: Michael G Schwern <schwern@pobox.com>
1348              Date: Wed, 30 May 2001 14:39:06 +0100
1349              Message-ID: <20010530143906.E670@blackrider.blackstar.co.uk>
1350      Branch: perl
1351            ! lib/autouse.pm t/pragma/autouse.t
1352 ____________________________________________________________________________
1353 [ 10317] By: jhi                                   on 2001/05/30  12:46:02
1354         Log: Subject: Re: AIX and gcc (moving targets)
1355              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1356              Date: Wed, 30 May 2001 15:25:08 +0200
1357              Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl>
1358      Branch: perl
1359            ! ext/Time/HiRes/HiRes.xs
1360 ____________________________________________________________________________
1361 [ 10316] By: jhi                                   on 2001/05/30  12:40:46
1362         Log: Subject: [PATCH t/TEST] sorting tests
1363              From: Michael G Schwern <schwern@pobox.com>
1364              Date: Wed, 30 May 2001 10:24:02 +0100
1365              Message-ID: <20010530102402.Q670@blackrider.blackstar.co.uk>
1366      Branch: perl
1367            ! t/TEST
1368 ____________________________________________________________________________
1369 [ 10315] By: jhi                                   on 2001/05/30  12:37:43
1370         Log: Subject: [ID 20010529.002] typos in man page perlre
1371              From: bart@cg681574-a.adubn1.nj.home.com 
1372              Date: Tue, 29 May 2001 13:58:59 -0500
1373              Message-Id: <E154ohn-00053j-00@debian.adubn1.nj.home.com>
1374      Branch: perl
1375            ! pod/perlre.pod
1376 ____________________________________________________________________________
1377 [ 10314] By: jhi                                   on 2001/05/30  12:33:53
1378         Log: Subject: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
1379              From: "Craig A. Berry" <craigberry@mac.com>
1380              Date: Tue, 29 May 2001 23:23:45 -0500
1381              Message-Id: <a05100e01b73a21721dee@[192.168.56.153]>
1382      Branch: perl
1383            ! t/lib/extutils.t t/pragma/autouse.t
1384 ____________________________________________________________________________
1385 [ 10313] By: jhi                                   on 2001/05/30  12:32:17
1386         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)
1387              From: David Dyck <dcd@tc.fluke.com>
1388              Date: Tue, 29 May 2001 22:05:28 -0700 (PDT)
1389              Message-ID: <Pine.LNX.4.33.0105292200060.26992-100000@dd.tc.fluke.com>
1390      Branch: perl
1391            ! t/lib/filefind.t
1392 ____________________________________________________________________________
1393 [ 10312] By: jhi                                   on 2001/05/30  12:31:02
1394         Log: AIX hints update for gcc from Merijn H. Brand.
1395      Branch: perl
1396            ! hints/aix.sh
1397 ____________________________________________________________________________
1398 [ 10311] By: jhi                                   on 2001/05/30  12:18:20
1399         Log: Retract #10295 and #10296: a more generic solution
1400              is needed (there's something funny with gcc on AIX).
1401      Branch: perl
1402            ! ext/POSIX/Makefile.PL ext/Storable/Makefile.PL
1403 ____________________________________________________________________________
1404 [ 10310] By: jhi                                   on 2001/05/30  12:08:07
1405         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
1406              From: Hugo <hv@crypt.compulink.co.uk>
1407              Date: Wed, 30 May 2001 11:59:19 +0100
1408              Message-Id: <200105301059.LAA03182@crypt.compulink.co.uk>
1409              
1410              localizing $@ has unfortunate semantics - if you die past
1411              a local $@, the die message is lost.
1412      Branch: perl
1413            ! lib/utf8_heavy.pl
1414 ____________________________________________________________________________
1415 [ 10309] By: nick                                  on 2001/05/30  08:23:02
1416         Log: Integrate mainline (autouse works again.)
1417      Branch: perlio
1418           !> ext/Time/Piece/Piece.pm hints/os2.sh lib/File/Find.pm
1419           !> lib/autouse.pm pod/perlfaq4.pod pod/perlfaq6.pod
1420           !> pod/perlvar.pod t/op/cmp.t
1421 ____________________________________________________________________________
1422 [ 10308] By: jhi                                   on 2001/05/30  01:55:02
1423         Log: Subject: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (with proposed patch)
1424              From: David Dyck <dcd@tc.fluke.com>
1425              Date: Tue, 29 May 2001 12:19:38 -0700 (PDT)
1426              Message-Id: <Pine.LNX.4.33.0105291216510.17409-100000@dd.tc.fluke.com>
1427      Branch: perl
1428            ! lib/File/Find.pm
1429 ____________________________________________________________________________
1430 [ 10307] By: jhi                                   on 2001/05/30  01:47:22
1431         Log: Subject: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1
1432              From: Nicholas Clark <nick@ccl4.org>
1433              Date: Tue, 29 May 2001 23:16:09 +0100
1434              Message-ID: <20010529231609.U86445@plum.flirble.org>
1435              
1436              Make the test output slightly clearer by distinguishing
1437              between '' and undef.
1438      Branch: perl
1439            ! t/op/cmp.t
1440 ____________________________________________________________________________
1441 [ 10306] By: jhi                                   on 2001/05/30  01:45:12
1442         Log: Subject: [PATCH 5.6.1] flushNULL OS/2
1443              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1444              Date: Tue, 29 May 2001 19:15:19 -0400
1445              Message-ID: <20010529191519.A16020@math.ohio-state.edu>
1446      Branch: perl
1447            ! hints/os2.sh
1448 ____________________________________________________________________________
1449 [ 10305] By: jhi                                   on 2001/05/30  01:42:36
1450         Log: Subject: perlvar.pod addition
1451              From: Peter Gessner <peter.gessner@post.rwth-aachen.de>
1452              Date: Fri, 25 May 2001 20:23:12 +0200
1453              Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de>
1454              
1455              Subject: Re: perlvar.pod addition
1456              From: "Abigail" <abigail@foad.org> 
1457              Date: Fri, 25 May 2001 22:00:39 +0200
1458              Message-ID: <20010525200039.28029.qmail@foad.org>
1459              
1460              Mention $a and $b in perlvar.
1461      Branch: perl
1462            ! pod/perlvar.pod
1463 ____________________________________________________________________________
1464 [ 10304] By: jhi                                   on 2001/05/30  01:36:37
1465         Log: Subject: [PATCH] perlvar.pod -- why isn't @F here?
1466              From: Jeff Pinyan <jeffp@crusoe.net>
1467              Date: Tue, 29 May 2001 22:27:51 -0400 (EDT)
1468              Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net>
1469      Branch: perl
1470            ! pod/perlvar.pod
1471 ____________________________________________________________________________
1472 [ 10303] By: jhi                                   on 2001/05/30  01:35:31
1473         Log: Subject: Re: [PATCH] perlfaq6.pod -- case-aware s///
1474              From: Jeff Pinyan <jeffp@crusoe.net>
1475              Date: Tue, 29 May 2001 18:03:27 -0400 (EDT)
1476              Message-ID: <Pine.GSO.4.21.0105291802330.1961-100000@crusoe.crusoe.net>
1477      Branch: perl
1478            ! pod/perlfaq6.pod
1479 ____________________________________________________________________________
1480 [ 10302] By: jhi                                   on 2001/05/29  20:18:49
1481         Log: Mention Time::localtime and Time::gmtime.
1482      Branch: perl
1483            ! ext/Time/Piece/Piece.pm
1484 ____________________________________________________________________________
1485 [ 10301] By: jhi                                   on 2001/05/29  20:13:54
1486         Log: Subject: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
1487              From: Michael G Schwern <schwern@pobox.com>
1488              Date: Tue, 29 May 2001 18:51:32 +0100
1489              Message-ID: <20010529185132.C706@blackrider.blackstar.co.uk>
1490      Branch: perl
1491            ! pod/perlfaq4.pod
1492 ____________________________________________________________________________
1493 [ 10300] By: jhi                                   on 2001/05/29  20:12:09
1494         Log: Retract #10243.
1495      Branch: perl
1496            ! lib/autouse.pm
1497 ____________________________________________________________________________
1498 [ 10299] By: nick                                  on 2001/05/29  18:41:19
1499         Log: Post weekend integrate mainline (fails one test pragma/autouse).
1500      Branch: perlio
1501           +> (branch 29 files)
1502           !> (integrate 91 files)
1503 ____________________________________________________________________________
1504 [ 10298] By: jhi                                   on 2001/05/29  16:29:19
1505         Log: Update Changes.
1506      Branch: perl
1507            ! Changes patchlevel.h
1508 ____________________________________________________________________________
1509 [ 10297] By: jhi                                   on 2001/05/29  16:25:47
1510         Log: Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@)
1511              before Perl_load_module/Perl_call_method and restore the value
1512              after if !SvTRUE(ERRSV).  (from Inaba Hiroto)
1513      Branch: perl
1514            ! utf8.c
1515 ____________________________________________________________________________
1516 [ 10296] By: jhi                                   on 2001/05/29  16:01:53
1517         Log: Subject: Re: AIX and gcc (moving targets)
1518              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1519              Date: Tue, 29 May 2001 17:59:40 +0200
1520              Message-Id: <20010529175841.7078.H.M.BRAND@hccnet.nl>
1521      Branch: perl
1522            ! ext/Storable/Makefile.PL
1523 ____________________________________________________________________________
1524 [ 10295] By: jhi                                   on 2001/05/29  15:59:05
1525         Log: Subject: Re: AIX and gcc (moving targets)
1526              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1527              Date: Tue, 29 May 2001 12:32:57 +0200
1528              Message-Id: <20010529115151.9FE0.H.M.BRAND@hccnet.nl>
1529      Branch: perl
1530            ! ext/POSIX/Makefile.PL
1531 ____________________________________________________________________________
1532 [ 10294] By: jhi                                   on 2001/05/29  15:53:43
1533         Log: Subject: [PATCH lib/Test/Harness.pm t/lib/test-harness.t] Syncing with 1.21
1534              From: Michael G Schwern <schwern@pobox.com>
1535              Date: Tue, 29 May 2001 09:53:29 +0100
1536              Message-ID: <20010529095329.T675@blackrider.blackstar.co.uk>
1537              
1538              (#10280 retracted)
1539      Branch: perl
1540            ! lib/Test/Harness.pm t/lib/test-harness.t
1541 ____________________________________________________________________________
1542 [ 10293] By: jhi                                   on 2001/05/29  15:46:10
1543
1544         Log: Subject: [PATCH t/TEST lib/Test.pm t/lib/Test/*.t] Syncing with Test-1.17
1545              From: Michael G Schwern <schwern@pobox.com>
1546              Date: Tue, 29 May 2001 09:19:52 +0100
1547              Message-ID: <20010529091952.R675@blackrider.blackstar.co.uk>
1548      Branch: perl
1549            + t/lib/Test/fail.t t/lib/Test/mix.t t/lib/Test/onfail.t
1550            + t/lib/Test/qr.t t/lib/Test/skip.t t/lib/Test/success.t
1551            + t/lib/Test/todo.t
1552            ! MANIFEST lib/Test.pm t/TEST
1553 ____________________________________________________________________________
1554 [ 10292] By: jhi                                   on 2001/05/29  15:34:08
1555         Log: From: Michael G Schwern <schwern@pobox.com>
1556              Subject: Re: [PATCH t/TEST] Allowing deeper test subdirectories
1557              Date: Tue, 29 May 2001 08:26:09 +0100
1558              Message-ID: <20010529082609.P675@blackrider.blackstar.co.uk>
1559      Branch: perl
1560            ! t/TEST
1561 ____________________________________________________________________________
1562 [ 10291] By: jhi                                   on 2001/05/29  15:29:37
1563         Log: Add tests for Time::gmtime and Time::localtime.
1564      Branch: perl
1565            + t/lib/time-gmtime.t t/lib/time-localtime.t
1566            ! MANIFEST t/lib/1_compile.t
1567 ____________________________________________________________________________
1568 [ 10290] By: jhi                                   on 2001/05/29  15:15:44
1569         Log: Add test for File::stat.
1570      Branch: perl
1571            + t/lib/filestat.t
1572            ! MANIFEST t/lib/1_compile.t
1573 ____________________________________________________________________________
1574 [ 10289] By: jhi                                   on 2001/05/29  15:05:38
1575         Log: Add test for Net::servent.
1576      Branch: perl
1577            + t/lib/net-sent.t
1578            ! MANIFEST t/lib/1_compile.t
1579 ____________________________________________________________________________
1580 [ 10288] By: jhi                                   on 2001/05/29  14:57:15
1581         Log: Add test for Net::protoent.
1582      Branch: perl
1583            + t/lib/net-pent.t
1584            ! MANIFEST t/lib/1_compile.t
1585 ____________________________________________________________________________
1586 [ 10287] By: jhi                                   on 2001/05/29  14:53:10
1587         Log: Add test for Net::netent.
1588      Branch: perl
1589            + t/lib/net-nent.t
1590            ! MANIFEST t/lib/1_compile.t
1591 ____________________________________________________________________________
1592 [ 10286] By: jhi                                   on 2001/05/29  14:31:57
1593         Log: Add test for User::grent.  Portability doubtful.
1594      Branch: perl
1595            + t/lib/user-grent.t
1596            ! MANIFEST t/lib/1_compile.t
1597 ____________________________________________________________________________
1598 [ 10285] By: jhi                                   on 2001/05/29  14:24:20
1599         Log: Add test for User::pwent.
1600              Probably will fall down somewhere for portability reasons.
1601      Branch: perl
1602            + t/lib/user-pwent.t
1603            ! MANIFEST t/lib/1_compile.t
1604 ____________________________________________________________________________
1605 [ 10284] By: jhi                                   on 2001/05/29  13:26:43
1606         Log: Metaconfig units changes for #10283.
1607      Branch: metaconfig
1608            ! U/installdirs/inc_version_list.U U/installdirs/perl5.U
1609            ! U/installdirs/siteman1.U U/installdirs/siteman3.U
1610            ! U/installdirs/sitescript.U U/modified/Signal.U
1611 ____________________________________________________________________________
1612 [ 10283] By: jhi                                   on 2001/05/29  13:26:24
1613         Log: Subject: [PATCH 5.6.1] signal names in Configure
1614              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1615              Date: Tue, 29 May 2001 03:52:25 -0400
1616              Message-ID: <20010529035225.A9400@math.ohio-state.edu>
1617              
1618              Subject: [PATCH 5.6.1] older perl in Configure
1619              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1620              Date: Tue, 29 May 2001 03:55:40 -0400
1621              Message-ID: <20010529035539.A9411@math.ohio-state.edu>
1622              
1623              Subject: [PATCH 5.6.1] goofs in Configure
1624              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1625              Date: Tue, 29 May 2001 04:13:07 -0400
1626              Message-ID: <20010529041307.A9658@math.ohio-state.edu>
1627              
1628              Configure portability tweaks.
1629      Branch: perl
1630            ! Configure
1631 ____________________________________________________________________________
1632 [ 10282] By: jhi                                   on 2001/05/29  12:41:41
1633         Log: Subject: [PATCH 5.6.1] extLibpath for OS/2
1634              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1635              Date: Tue, 29 May 2001 04:07:06 -0400
1636              Message-ID: <20010529040706.A9579@math.ohio-state.edu>
1637      Branch: perl
1638            ! os2/os2.c
1639 ____________________________________________________________________________
1640 [ 10281] By: jhi                                   on 2001/05/29  12:40:31
1641         Log: Subject: [PATCH 5.6.1] extra static libs for OS/2
1642              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1643              Date: Tue, 29 May 2001 04:01:38 -0400
1644              Message-ID: <20010529040138.A9482@math.ohio-state.edu>
1645      Branch: perl
1646            ! hints/os2.sh os2/Makefile.SHs
1647 ____________________________________________________________________________
1648 [ 10280] By: jhi                                   on 2001/05/29  12:38:48
1649         Log: Subject: Re: [PATCH 5.6.1] Test::Harness clumsy
1650              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1651              Date: Tue, 29 May 2001 03:50:18 -0400
1652              Message-ID: <20010529035018.A9387@math.ohio-state.edu>
1653      Branch: perl
1654            ! lib/Test/Harness.pm
1655 ____________________________________________________________________________
1656 [ 10279] By: jhi                                   on 2001/05/29  12:34:53
1657         Log: Additional safeguard against $@ getting trampled; idea from Hugo.
1658      Branch: perl
1659            ! lib/utf8_heavy.pl
1660 ____________________________________________________________________________
1661 [ 10278] By: jhi                                   on 2001/05/29  02:15:24
1662         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
1663              From: Hugo <hv@crypt.compulink.co.uk>
1664              Date: Tue, 29 May 2001 03:03:45 +0100
1665              Message-Id: <200105290203.DAA00825@crypt.compulink.co.uk>
1666              
1667              Explanation why the $@ always gets the UTF8 flag when under use utf8--
1668              because we told it to have the flag when under use utf8.
1669      Branch: perl
1670            ! pp_ctl.c
1671 ____________________________________________________________________________
1672 [ 10277] By: jhi                                   on 2001/05/29  00:51:34
1673         Log: At least a partial fix for 20010528.004.
1674      Branch: perl
1675            ! lib/utf8_heavy.pl
1676 ____________________________________________________________________________
1677 [ 10276] By: jhi                                   on 2001/05/29  00:42:59
1678         Log: Subject: Re: Report /pro/3gl/CPAN/perl-5.7.1
1679              From: Nicholas Clark <nick@ccl4.org> 
1680              Date: Mon, 28 May 2001 23:39:38 +0100
1681              Message-ID: <20010528233938.M86445@plum.flirble.org>
1682              
1683              More portable non-zero UV.
1684      Branch: perl
1685            ! t/lib/extutils.t
1686 ____________________________________________________________________________
1687 [ 10275] By: jhi                                   on 2001/05/29  00:40:28
1688         Log: Subject: [PATCH] (was Re: Why t/lib/extutils.t is failing ...
1689              From: Nicholas Clark <nick@ccl4.org>
1690              Date: Mon, 28 May 2001 22:46:09 +0100
1691              Message-ID: <20010528224608.L86445@plum.flirble.org>
1692              
1693              Test also "make clean".
1694      Branch: perl
1695            ! t/lib/extutils.t
1696 ____________________________________________________________________________
1697 [ 10274] By: jhi                                   on 2001/05/29  00:39:18
1698         Log: Subject: Re: Would -Wno-unused -Wall be better?
1699              From: Michael G Schwern <schwern@pobox.com>
1700              Date: Tue, 29 May 2001 00:55:54 +0100
1701              Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk>
1702      Branch: perl
1703            ! pp.h
1704 ____________________________________________________________________________
1705 [ 10273] By: jhi                                   on 2001/05/29  00:36:06
1706         Log: Add a test for 20010528.007, fixed in #10272.
1707      Branch: perl
1708            ! t/op/misc.t toke.c
1709 ____________________________________________________________________________
1710 [ 10272] By: jhi                                   on 2001/05/29  00:21:12
1711         Log: Subject: Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space 
1712              From: Hugo <hv@crypt.compulink.co.uk>
1713              Date: Tue, 29 May 2001 00:23:23 +0100
1714              Message-Id: <200105282323.AAA07930@crypt.compulink.co.uk>
1715      Branch: perl
1716            ! toke.c
1717 ____________________________________________________________________________
1718 [ 10271] By: jhi                                   on 2001/05/28  22:52:11
1719         Log: Subject: Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
1720              From: Michael G Schwern <schwern@pobox.com>
1721              Date: Tue, 29 May 2001 00:42:59 +0100
1722              Message-ID: <20010529004259.A675@blackrider.blackstar.co.uk>
1723      Branch: perl
1724            ! t/pragma/autouse.t
1725 ____________________________________________________________________________
1726 [ 10270] By: jhi                                   on 2001/05/28  21:44:06
1727         Log: Some shells seemingly arrange the signal handlers differently
1728              (bug id 20010521.004).
1729      Branch: perl
1730            ! t/lib/sigaction.t
1731 ____________________________________________________________________________
1732 [ 10269] By: jhi                                   on 2001/05/28  20:34:21
1733         Log: Regen perlmodlib.
1734      Branch: perl
1735            ! pod/perlmodlib.pod
1736 ____________________________________________________________________________
1737 [ 10268] By: jhi                                   on 2001/05/28  19:08:45
1738         Log: Update Changes.
1739      Branch: perl
1740            ! Changes patchlevel.h
1741 ____________________________________________________________________________
1742 [ 10267] By: jhi                                   on 2001/05/28  19:03:54
1743         Log: Subject: [PATCH] perlnewmod.pod to reflect DLSI(P) change
1744              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
1745              Date: Mon, 28 May 2001 14:56:35 -0500
1746              Message-ID: <20010528145635.L8487@chaos.wustl.edu>
1747      Branch: perl
1748            ! pod/perlnewmod.pod
1749 ____________________________________________________________________________
1750 [ 10266] By: jhi                                   on 2001/05/28  18:35:03
1751         Log: Regen toc.
1752      Branch: perl
1753            ! pod/perltoc.pod
1754 ____________________________________________________________________________
1755 [ 10265] By: jhi                                   on 2001/05/28  18:33:32
1756         Log: Subject: [PATCH] RE: [20000223.001] no test cases for splice(@array) 
1757              From: "Richard Soderberg" <rs@crystalflame.net>
1758              Date: Mon, 28 May 2001 12:31:23 -0700
1759              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFLDFAA.rs@crystalflame.net>
1760      Branch: perl
1761            ! t/op/splice.t
1762 ____________________________________________________________________________
1763 [ 10264] By: jhi                                   on 2001/05/28  17:59:00
1764         Log: The #10260 was too bold: locales and utf8 still do not mix.
1765      Branch: perl
1766            ! t/pragma/locale.t
1767 ____________________________________________________________________________
1768 [ 10263] By: jhi                                   on 2001/05/28  17:52:25
1769         Log: Subject: [PATCH] Pod nitpicks
1770              From: "Richard Soderberg" <rs@crystalflame.net>
1771              Date: Mon, 28 May 2001 10:08:58 -0700
1772              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>
1773      Branch: perl
1774            ! pod/perl571delta.pod pod/perlapi.pod sv.h
1775 ____________________________________________________________________________
1776 [ 10262] By: jhi                                   on 2001/05/28  17:50:05
1777         Log: Upgrade to I18N::LangTags 0.22.
1778      Branch: perl
1779            + lib/I18N/LangTags/List.pod
1780            ! MANIFEST lib/I18N/LangTags.pm
1781 ____________________________________________________________________________
1782 [ 10261] By: jhi                                   on 2001/05/28  17:23:40
1783         Log: A slightly more serious bug found by -Mutf8; op/misc and
1784              lib/complex dumped core.
1785      Branch: perl
1786            ! regexec.c
1787 ____________________________________________________________________________
1788 [ 10260] By: jhi                                   on 2001/05/28  16:58:11
1789         Log: Various buglets shaken out by -Mutf8.
1790      Branch: perl
1791            ! t/io/utf8.t t/lib/charnames.t t/lib/lc-language.t
1792            ! t/pragma/locale.t
1793 ____________________________________________________________________________
1794 [ 10259] By: jhi                                   on 2001/05/28  15:48:46
1795         Log: STDERR looks much like STDOUT.  (Subtest #2 wasn't really okay.)
1796      Branch: perl
1797            ! t/lib/carp.t
1798 ____________________________________________________________________________
1799 [ 10258] By: jhi                                   on 2001/05/28  15:32:41
1800         Log: Subject: [PATCH] todo patch
1801              From: Artur Bergman <artur@contiller.se> 
1802              Date: Mon, 28 May 2001 17:03:51 +0200
1803              Message-ID: <B7383577.F34%artur@contiller.se>
1804      Branch: perl
1805            ! pod/perltodo.pod
1806 ____________________________________________________________________________
1807 [ 10257] By: jhi                                   on 2001/05/28  15:31:25
1808         Log: Subject: typo in perlguts.pod
1809              From: "John P. Linderman" <jpl@research.att.com>
1810              Date: Mon, 28 May 2001 09:35:47 -0400 (EDT)
1811              Message-Id: <200105281335.JAA27851@raptor.research.att.com>
1812      Branch: perl
1813            ! pod/perlguts.pod
1814 ____________________________________________________________________________
1815 [ 10256] By: jhi                                   on 2001/05/28  15:30:42
1816         Log: Subject: AIX and gcc (moving targets)
1817              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1818              Date: Mon, 28 May 2001 12:54:04 +0200
1819              Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl>
1820      Branch: perl
1821            ! hints/aix.sh
1822 ____________________________________________________________________________
1823 [ 10255] By: jhi                                   on 2001/05/28  15:28:55
1824         Log: Subject: Re: perlio + multiple perl_alloc..destruct
1825              From: Doug MacEachern <dougm@covalent.net>
1826              Date: Sun, 27 May 2001 13:47:13 -0700 (PDT)
1827              Message-ID: <Pine.LNX.4.21.0105271340370.5938-100000@mako.covalent.net>
1828      Branch: perl
1829            ! perlio.c
1830 ____________________________________________________________________________
1831 [ 10254] By: jhi                                   on 2001/05/28  15:27:49
1832         Log: The #10251 wasn't quite up-to-the-code.
1833      Branch: perl
1834            ! t/op/misc.t
1835 ____________________________________________________________________________
1836 [ 10253] By: jhi                                   on 2001/05/28  15:26:39
1837         Log: Test case for bug 20010526.004, fixed in #10252.
1838      Branch: perl
1839            ! t/op/taint.t
1840 ____________________________________________________________________________
1841 [ 10252] By: jhi                                   on 2001/05/28  15:26:14
1842         Log: Subject: Re: [ID 20010526.004] Taint looses value
1843              From: Hugo <hv@crypt.compulink.co.uk>
1844              Date: Sun, 27 May 2001 20:39:32 +0100
1845              Message-Id: <200105271939.UAA27591@crypt.compulink.co.uk>
1846      Branch: perl
1847            ! sv.c
1848 ____________________________________________________________________________
1849 [ 10251] By: jhi                                   on 2001/05/28  15:13:40
1850         Log: Test case for 20010422.005, fixed by #10250.
1851      Branch: perl
1852            ! t/op/misc.t
1853 ____________________________________________________________________________
1854 [ 10250] By: jhi                                   on 2001/05/28  15:11:16
1855         Log: Subject: [PATCH] Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD 
1856              From: Spider Boardman <spider@Orb.Nashua.NH.US>
1857              Date: Mon, 28 May 2001 06:39:12 -0400
1858              Message-Id: <200105281039.GAA03962@Orb.Nashua.NH.US>
1859      Branch: perl
1860            ! toke.c
1861 ____________________________________________________________________________
1862 [ 10249] By: jhi                                   on 2001/05/28  15:09:24
1863         Log: Linerewrapping.
1864      Branch: perl
1865            ! lib/open.pm
1866 ____________________________________________________________________________
1867 [ 10248] By: jhi                                   on 2001/05/28  15:09:07
1868         Log: Updates on the modules list.
1869      Branch: perl
1870            ! t/lib/1_compile.t
1871 ____________________________________________________________________________
1872 [ 10247] By: jhi                                   on 2001/05/28  15:03:35
1873         Log: Add a test for PerlIO.
1874              
1875              (I probably got the crlf/raw thing wrong for clrfy platforms...)
1876      Branch: perl
1877            + t/lib/perlio.t
1878            ! MANIFEST lib/PerlIO.pm
1879 ____________________________________________________________________________
1880 [ 10246] By: jhi                                   on 2001/05/28  14:24:08
1881         Log: Add a test for carp et alia.
1882      Branch: perl
1883            + t/lib/carp.t
1884            ! MANIFEST
1885 ____________________________________________________________________________
1886 [ 10245] By: jhi                                   on 2001/05/28  13:42:55
1887         Log: Adding the new test would be swell.
1888      Branch: perl
1889            + t/pragma/autouse.t
1890 ____________________________________________________________________________
1891 [ 10244] By: jhi                                   on 2001/05/28  13:42:34
1892         Log: Add a test for the autouse pragma.
1893      Branch: perl
1894            ! MANIFEST
1895 ____________________________________________________________________________
1896 [ 10243] By: jhi                                   on 2001/05/28  13:26:25
1897         Log: Subject: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
1898              From: dLux <dlux@spam.sch.bme.hu>
1899              Date: Sun, 27 May 2001 16:14:26 +0200
1900              Message-Id: <E1541JK-0000YC-00@dl.sch.bme.hu>
1901      Branch: perl
1902            ! lib/autouse.pm
1903 ____________________________________________________________________________
1904 [ 10242] By: jhi                                   on 2001/05/28  13:21:50
1905         Log: Subject: [PATCH #2] RE: [ID 20010528.002] dprofpp: "-R" does not work
1906              From: "Richard Soderberg" <rs@crystalflame.net>
1907              Date: Mon, 28 May 2001 03:56:36 -0700
1908              Message-ID: <NAEKLNAAHLMBPMPNBMLEEEFADFAA.rs@crystalflame.net>
1909      Branch: perl
1910            ! utils/dprofpp.PL
1911 ____________________________________________________________________________
1912 [ 10241] By: jhi                                   on 2001/05/28  13:18:56
1913         Log: Subject: Re: [ID 20010522.003] Time::Local module bug
1914              From: "Stephen P. Potter" <spp@spotter.yi.org>
1915              Date: Tue, 22 May 2001 11:40:25 -0400
1916              Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org>
1917              
1918              Subject: Re: [ID 20010522.003] Time::Local module bug
1919              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu> 
1920              Date: Tue, 22 May 2001 11:50:19 -0400
1921              Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu>
1922      Branch: perl
1923            ! lib/Time/Local.pm
1924 ____________________________________________________________________________
1925 [ 10240] By: jhi                                   on 2001/05/27  22:44:49
1926         Log: The PERL_DL_NONLAZY can have whitespace in front.
1927      Branch: perl
1928            ! t/lib/extutils.t
1929 ____________________________________________________________________________
1930 [ 10239] By: jhi                                   on 2001/05/27  21:23:21
1931         Log: Document strftime() and strptime().
1932      Branch: perl
1933            ! ext/POSIX/POSIX.pod ext/Time/Piece/Piece.pm t/lib/time-piece.t
1934 ____________________________________________________________________________
1935 [ 10238] By: jhi                                   on 2001/05/27  20:29:07
1936         Log: Make Time::Piece::strptime() to be a function, not a method.
1937      Branch: perl
1938            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
1939 ____________________________________________________________________________
1940 [ 10237] By: jhi                                   on 2001/05/27  20:22:09
1941         Log: Tweak the test to be more portable.
1942      Branch: perl
1943            ! t/lib/extutils.t
1944 ____________________________________________________________________________
1945 [ 10236] By: jhi                                   on 2001/05/27  19:15:54
1946         Log: Subject: PATCH: Re: Re: Attributes that tie
1947              From: Leon Brocard <acme@astray.com>
1948              Date: Sun, 27 May 2001 12:37:29 +0100
1949              Message-ID: <20010527123729.A22663@ns0.astray.com>
1950              
1951              Document that variable attributes are not currently usable
1952              for tieing.  (An ugly limitation that should be fixed.)
1953      Branch: perl
1954            ! lib/attributes.pm
1955 ____________________________________________________________________________
1956 [ 10235] By: jhi                                   on 2001/05/27  19:03:31
1957         Log: Microperl tweaks.
1958      Branch: perl
1959            ! Makefile.micro uconfig.h uconfig.sh
1960 ____________________________________________________________________________
1961 [ 10234] By: jhi                                   on 2001/05/27  18:22:09
1962         Log: Add make target for microperl (kind of silly, but convenient).
1963      Branch: perl
1964            ! Makefile.SH
1965 ____________________________________________________________________________
1966 [ 10233] By: jhi                                   on 2001/05/27  18:18:56
1967         Log: O_APPEND and O_TRUNC are not portable.  (Not available e.g.
1968              for microperl.)
1969      Branch: perl
1970            ! doio.c
1971 ____________________________________________________________________________
1972 [ 10232] By: jhi                                   on 2001/05/27  17:57:18
1973         Log: Subject: [PATCH] [ID 19991013.005] utime undef, undef, @files  
1974              From: rspier@pobox.com (Robert Spier)
1975              Date: Sat, 26 May 2001 20:05:23 -0400
1976              Message-ID: <15120.17603.148648.12430@rls.cx>
1977              
1978              Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files
1979              From: rspier@pobox.com (Robert Spier)
1980              Date: Sun, 27 May 2001 00:23:12 -0400
1981              Message-ID: <15120.33072.511966.767230@rls.cx>
1982      Branch: perl
1983            ! doio.c pod/perlfunc.pod
1984 ____________________________________________________________________________
1985 [ 10231] By: jhi                                   on 2001/05/27  15:45:20
1986         Log: Regen toc.  (And add the README.tru64 from #10230 to MANIFEST.)
1987      Branch: perl
1988            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
1989 ____________________________________________________________________________
1990 [ 10230] By: jhi                                   on 2001/05/27  15:41:06
1991         Log: Add README.tru64.
1992      Branch: perl
1993            + README.tru64
1994 ____________________________________________________________________________
1995 [ 10229] By: jhi                                   on 2001/05/27  13:50:57
1996         Log: Integrate Locale::Maketext 1.01 from Sean Burke.
1997      Branch: perl
1998            + lib/Locale/Maketext.pm lib/Locale/Maketext.pod
1999            + lib/Locale/Maketext/TPJ13.pod t/lib/lc-maketext.t
2000            ! MANIFEST
2001 ____________________________________________________________________________
2002 [ 10228] By: jhi                                   on 2001/05/27  13:43:38
2003         Log: Integrate I18N::LangTags from Sean Burke.
2004              
2005              TODO: the language list from RFC 3066 needs to be integrated
2006              and made available somehow.  The list is included in the
2007              I18N-LangTags 0.21 distribution, but it is undocumented
2008              and unconnected to the module.
2009      Branch: perl
2010            + lib/I18N/LangTags.pm t/lib/i18n-langtags.t
2011            ! MANIFEST
2012 ____________________________________________________________________________
2013 [ 10227] By: jhi                                   on 2001/05/27  01:41:33
2014         Log: Allow 'eval "v200"' to work (part of 20000323.059); fix as
2015              envisioned by Sarathy.
2016      Branch: perl
2017            ! t/op/ver.t toke.c
2018 ____________________________________________________________________________
2019 [ 10226] By: jhi                                   on 2001/05/27  00:28:34
2020         Log: Subject: [ID 20010525.001] Pod typo nits fixed
2021              From: lvirden@cas.org
2022              Date: Fri, 25 May 2001 06:57:43 -0400 (EDT)
2023              Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org>
2024              
2025              minus the perlsolaris decimation plus the
2026              
2027              Subject: Re: [ID 20010525.001] Pod typo nits fixed
2028              From: "Philip Newton" <Philip.Newton@gmx.net>
2029              Date: Fri, 25 May 2001 18:05:55 +0200
2030              Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu>
2031      Branch: perl
2032            ! README.amiga README.cygwin README.mpeix pod/perl5005delta.pod
2033            ! pod/perldebtut.pod pod/perlebcdic.pod pod/perlfaq3.pod
2034            ! pod/perlhack.pod pod/perltoc.pod pod/perltodo.pod
2035            ! pod/perlutil.pod pod/perlxstut.pod
2036 ____________________________________________________________________________
2037 [ 10225] By: jhi                                   on 2001/05/26  22:38:16
2038         Log: return clauses are nice.
2039      Branch: perl
2040            ! sv.c
2041 ____________________________________________________________________________
2042 [ 10224] By: jhi                                   on 2001/05/26  22:35:31
2043         Log: Subject: change 10199 backwards?
2044              From: Doug MacEachern <dougm@covalent.net>
2045              Date: Sat, 26 May 2001 11:26:07 -0700 (PDT)
2046              Message-ID: <Pine.LNX.4.21.0105261118510.22038-100000@mako.covalent.net>
2047      Branch: perl
2048            ! sv.c
2049 ____________________________________________________________________________
2050 [ 10223] By: jhi                                   on 2001/05/26  22:31:46
2051         Log: Subject: Re: 5.6.*, bleadperl: bugs in pp_concat
2052              From: Hugo <hv@crypt.compulink.co.uk>
2053              Date: Sat, 26 May 2001 17:05:12 +0100
2054              Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk>
2055      Branch: perl
2056            + t/op/gmagic.t
2057            ! MANIFEST doop.c embed.h embed.pl global.sym
2058            ! lib/File/Basename.pm objXSUB.h perlapi.c pod/perlapi.pod
2059            ! pp_hot.c proto.h sv.c sv.h t/pragma/warn/pp_hot
2060 ____________________________________________________________________________
2061 [ 10222] By: jhi                                   on 2001/05/26  22:10:38
2062         Log: Regen headers for #10221.
2063      Branch: perl
2064            ! global.sym objXSUB.h perlapi.c
2065 ____________________________________________________________________________
2066 [ 10221] By: jhi                                   on 2001/05/26  22:06:06
2067         Log: Subject: [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)
2068              From: Juha Laiho <juha.laiho@Elma.Net>
2069              Date: Thu, 3 May 2001 09:51:30 +0300
2070              Message-Id: <200105030651.JAA327254@tokka.elma.fi>
2071      Branch: perl
2072            ! embed.pl
2073 ____________________________________________________________________________
2074 [ 10220] By: jhi                                   on 2001/05/26  22:01:30
2075         Log: Subject: Re: [PATCH] Re: stability of sort()?
2076              From: "John P. Linderman" <jpl@research.att.com>
2077              Date: Sat, 26 May 2001 13:27:19 -0400
2078              Message-Id: <200105261727.NAA06654@raptor.research.att.com>
2079      Branch: perl
2080            ! pod/perlfunc.pod
2081 ____________________________________________________________________________
2082 [ 10219] By: jhi                                   on 2001/05/26  14:02:34
2083         Log: Integrate perlio.
2084      Branch: perl
2085           !> pod/perlguts.pod
2086 ____________________________________________________________________________
2087 [ 10218] By: jhi                                   on 2001/05/26  13:39:52
2088         Log: Subject: [PATCH perl@10210] PerlIO for VMS
2089              From: "Craig A. Berry" <craigberry@mac.com>
2090              Date: Sat, 26 May 2001 09:34:11 -0500
2091              Message-Id: <a05100e0ab734816701a5@[172.16.52.1]>
2092      Branch: perl
2093            ! configure.com doio.c iperlsys.h perlio.c perlio.h perliol.h
2094            ! perlsdio.h vms/ext/Stdio/Stdio.xs vms/gen_shrfls.pl vms/vms.c
2095            ! vms/vmsish.h
2096 ____________________________________________________________________________
2097 [ 10217] By: jhi                                   on 2001/05/26  13:19:05
2098         Log: Subject: patch to fix: [ID 20010524.004] perl5db.pl version 1.12  doesn't stop on breakpoints
2099              From: David Dyck <dcd@tc.fluke.com>
2100              Date: Fri, 25 May 2001 00:03:04 -0700 (PDT)
2101              Message-ID: <Pine.LNX.4.33.0105242354030.17331-100000@dd.tc.fluke.com>
2102      Branch: perl
2103            ! lib/perl5db.pl
2104 ____________________________________________________________________________
2105 [ 10216] By: jhi                                   on 2001/05/26  13:17:47
2106         Log: Subject: utf8 regexp tests
2107              From: Hugo <hv@crypt.compulink.co.uk>
2108              Date: Fri, 25 May 2001 22:35:01 +0100
2109              Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk>
2110      Branch: perl
2111            ! t/op/regexp.t
2112 ____________________________________________________________________________
2113 [ 10215] By: jhi                                   on 2001/05/26  13:15:40
2114         Log: Subject: [PATCH] Re: stability of sort()?
2115              From: Nicholas Clark <nick@ccl4.org>
2116              Date: Fri, 25 May 2001 22:40:19 +0100
2117              Message-ID: <20010525224019.B86445@plum.flirble.org>
2118      Branch: perl
2119            ! pod/perlfunc.pod
2120 ____________________________________________________________________________
2121 [ 10214] By: jhi                                   on 2001/05/26  13:14:30
2122         Log: Subject: Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]
2123              From: John Peacock <jpeacock@rowman.com>
2124              Date: Thu, 24 May 2001 22:14:01 -0400
2125              Message-ID: <3B0DBFE9.A7C49084@rowman.com>
2126      Branch: perl
2127            ! mg.c scope.c sv.c
2128 ____________________________________________________________________________
2129 [ 10213] By: jhi                                   on 2001/05/26  13:08:56
2130         Log: Subject: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
2131              From: Nicholas Clark <nick@ccl4.org>
2132              Date: Sun, 20 May 2001 19:24:13 +0100
2133              Message-ID: <20010520192413.G83222@plum.flirble.org>
2134      Branch: perl
2135            + lib/ExtUtils/Constant.pm t/lib/extutils.t
2136            ! MANIFEST utils/h2xs.PL
2137 ____________________________________________________________________________
2138 [ 10212] By: nick                                  on 2001/05/26  09:49:28
2139         Log: Change perlguts docs to not suggest PUSHi etc. for multiple results,
2140              add a few more notes there on use of mortals on the stack.
2141      Branch: perlio
2142            ! pod/perlguts.pod
2143 ____________________________________________________________________________
2144 [ 10211] By: nick                                  on 2001/05/26  09:05:36
2145         Log: Integrate mainline
2146      Branch: perlio
2147           +> t/lib/fcntl.t t/pragma/vars.t
2148           !> (integrate 49 files)
2149 ____________________________________________________________________________
2150 [ 10210] By: jhi                                   on 2001/05/25  12:29:16
2151         Log: Update Changes.
2152      Branch: perl
2153            ! Changes patchlevel.h
2154 ____________________________________________________________________________
2155 [ 10209] By: jhi                                   on 2001/05/25  12:24:45
2156         Log: Based on
2157              
2158              Subject: [PATCH pp.c] Wrapping pack("C",256)
2159              From: Simon Cozens <simon@netthink.co.uk>
2160              Date: Sat, 12 May 2001 17:58:41 +0100
2161              Message-ID: <20010512175841.A6132@netthink.co.uk>
2162      Branch: perl
2163            ! pod/perldiag.pod pp.c t/pragma/warn/pp
2164 ____________________________________________________________________________
2165 [ 10208] By: jhi                                   on 2001/05/25  01:37:03
2166         Log: Subject: [PATCH] 5.6.1 Term::Cap -- add terminfo fallback
2167              From: "Brendan O'Dea" <bod@compusol.com.au>
2168              Date: Fri, 25 May 2001 11:18:29 +1000
2169              Message-ID: <20010525111829.A28411@compusol.com.au>
2170              
2171              (Slightly modified.)
2172      Branch: perl
2173            ! lib/Term/Cap.pm
2174 ____________________________________________________________________________
2175 [ 10207] By: jhi                                   on 2001/05/25  01:12:14
2176         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string 
2177              From: Hugo <hv@crypt.compulink.co.uk>
2178              Date: Fri, 25 May 2001 02:13:25 +0100
2179              Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk>
2180      Branch: perl
2181            ! t/op/misc.t
2182 ____________________________________________________________________________
2183 [ 10206] By: jhi                                   on 2001/05/25  01:07:59
2184         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
2185              From: Inaba Hiroto <hiroto.inaba@toshiba.co.jp>
2186              Date: Fri, 25 May 2001 10:25:36 +0900
2187              Message-Id: <200105250124.KAA19571@toshiba.co.jp> 
2188      Branch: perl
2189            ! regcomp.c regexec.c
2190 ____________________________________________________________________________
2191 [ 10205] By: jhi                                   on 2001/05/25  01:07:00
2192         Log: Subject: [PATCH #2] stash autovivification and method call error messages
2193              From: Ilmari Karonen <iltzu@sci.fi>
2194              Date: Thu, 24 May 2001 01:51:48 +0300 (EET DST)
2195              Message-ID: <Pine.SOL.3.96.1010524013737.18819D-100000@simpukka>
2196      Branch: perl
2197            ! gv.c pp_hot.c t/op/method.t
2198 ____________________________________________________________________________
2199 [ 10204] By: jhi                                   on 2001/05/25  01:03:50
2200         Log: Add make target and documentation for gprof profiling.
2201      Branch: perl
2202            ! Makefile.SH pod/perlhack.pod
2203 ____________________________________________________________________________
2204 [ 10203] By: jhi                                   on 2001/05/24  21:09:36
2205         Log: Subject: Don't think about UTF8 
2206              From: Mike Guy <mjtg@cam.ac.uk> 
2207              Date: Tue, 22 May 2001 14:35:39 +0100
2208              Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk>
2209      Branch: perl
2210            ! sv.h
2211 ____________________________________________________________________________
2212 [ 10202] By: jhi                                   on 2001/05/24  21:07:25
2213         Log: Subject: [ID 20010524.002] find2perl bug in fileglob_to_re
2214              From: Geraint A Edwards <gedge@serf.org> 
2215              Date: Thu, 24 May 2001 22:51:24 +0100
2216              Message-Id: <20010524225124.A34981@cymru.serf.org>
2217      Branch: perl
2218            ! x2p/find2perl.PL
2219 ____________________________________________________________________________
2220 [ 10201] By: jhi                                   on 2001/05/24  21:02:30
2221         Log: DB_File has its own attribute story.
2222      Branch: perl
2223            ! ext/DB_File/DB_File.xs
2224 ____________________________________________________________________________
2225 [ 10200] By: jhi                                   on 2001/05/24  19:54:21
2226         Log: Subject: Re: Making perl with -Wall
2227              From: Andy Dougherty <doughera@lafayette.edu>
2228              Date: Thu, 24 May 2001 14:33:37 -0400 (EDT)
2229              Message-ID: <Pine.SOL.4.10.10105241415460.2443-100000@maxwell.phys.lafayette.edu>
2230      Branch: perl
2231            ! perl.h
2232 ____________________________________________________________________________
2233 [ 10199] By: jhi                                   on 2001/05/24  15:15:03
2234         Log: Subject: RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checking SvWEAKREF
2235              From: "Richard Soderberg" <rs@crystalflame.net>
2236              Date: Thu, 24 May 2001 08:58:16 -0700
2237              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEPODEAA.rs@crystalflame.net>
2238      Branch: perl
2239            ! sv.c
2240 ____________________________________________________________________________
2241 [ 10198] By: jhi                                   on 2001/05/24  15:10:04
2242         Log: IV/UV casting fixes from Nicholas Clark.
2243      Branch: perl
2244            ! perl.h pp_sys.c util.c
2245 ____________________________________________________________________________
2246 [ 10197] By: jhi                                   on 2001/05/24  14:19:44
2247         Log: Subject: Re: Making perl with -Wall
2248              From: Michael G Schwern <schwern@pobox.com>
2249              Date: Thu, 24 May 2001 15:40:28 +0100
2250              Message-ID: <20010524154028.B1988@blackrider.blackstar.co.uk>
2251      Branch: perl
2252            ! malloc.c perl.h
2253 ____________________________________________________________________________
2254 [ 10196] By: jhi                                   on 2001/05/24  14:04:41
2255         Log: Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync 
2256              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2257              Date: Tue, 22 May 2001 11:49:37 +0200
2258              Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl>
2259      Branch: metaconfig
2260            ! U/modified/Oldsym.U
2261      Branch: metaconfig/U/perl
2262            ! patchlevel.U
2263      Branch: perl
2264            ! Configure config_h.SH myconfig.SH
2265 ____________________________________________________________________________
2266 [ 10195] By: jhi                                   on 2001/05/24  13:25:04
2267         Log: Under versiononly install also the scripts with the version suffix.
2268              (e.g. .../bin/h2xs5.7.1)
2269      Branch: perl
2270            ! installperl
2271 ____________________________________________________________________________
2272 [ 10194] By: jhi                                   on 2001/05/24  13:02:49
2273         Log: Subject: [PATCH] Stop segfault in mg.c:636
2274              From: "Richard Soderberg" <rs@crystalflame.net>
2275              Date: Thu, 24 May 2001 05:51:52 -0700
2276              Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net>
2277      Branch: perl
2278            ! mg.c
2279 ____________________________________________________________________________
2280 [ 10193] By: jhi                                   on 2001/05/24  12:37:13
2281         Log: Iteration continues; hopefully convergently.
2282      Branch: perl
2283            ! t/lib/b-stash.t
2284 ____________________________________________________________________________
2285 [ 10192] By: jhi                                   on 2001/05/24  12:36:35
2286         Log: Subject: [PATCH] CORE::GLOBAL::require override happens too early
2287              From: Gisle Aas <gisle@ActiveState.com>
2288              Date: 23 May 2001 16:13:10 -0700
2289              Message-ID: <lrofsjfym1.fsf@caliper.ActiveState.com>
2290      Branch: perl
2291            ! op.c toke.c
2292 ____________________________________________________________________________
2293 [ 10191] By: jhi                                   on 2001/05/24  12:25:12
2294         Log: Subject: [PATCH] lib/dumpvar.pl, lib/perl5db.pl - fix warnings
2295              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
2296              Date: Thu, 24 May 2001 05:05:22 -0500
2297              Message-ID: <20010524050522.A18997@staff1.cso.uiuc.edu>
2298      Branch: perl
2299            ! lib/dumpvar.pl lib/perl5db.pl
2300 ____________________________________________________________________________
2301 [ 10190] By: jhi                                   on 2001/05/24  12:24:07
2302         Log: Subject: Re: [ID 20010524.001] perl5db.pl   x @INC  doesn't work like it used to
2303              From: David Dyck <dcd@tc.fluke.com>
2304              Date: Thu, 24 May 2001 01:42:09 -0700 (PDT)
2305              Message-ID: <Pine.LNX.4.33.0105240134580.5179-100000@dd.tc.fluke.com>
2306      Branch: perl
2307            ! lib/perl5db.pl
2308 ____________________________________________________________________________
2309 [ 10189] By: jhi                                   on 2001/05/23  22:43:31
2310         Log: Tiny pod nits on READMEs, mostly whitespace issues.
2311      Branch: perl
2312            ! README.amiga README.dos README.macos README.mpeix README.vmesa
2313            ! README.win32
2314 ____________________________________________________________________________
2315 [ 10188] By: jhi                                   on 2001/05/23  22:26:03
2316         Log: The DG/UX part of the 20010521.005.
2317      Branch: perl
2318            ! README.dgux
2319 ____________________________________________________________________________
2320 [ 10187] By: jhi                                   on 2001/05/23  22:04:05
2321         Log: Subject: Re: [ID 20000716.007] \G in a m//g expression causes problems 
2322              From: Hugo <hv@crypt.compulink.co.uk>
2323              Date: Mon, 21 May 2001 16:32:02 +0100
2324              Message-Id: <200105211532.QAA03999@crypt.compulink.co.uk>
2325      Branch: perl
2326            ! regcomp.c t/op/misc.t
2327 ____________________________________________________________________________
2328 [ 10186] By: jhi                                   on 2001/05/23  21:42:15
2329         Log: Subject: [PATCH] Extra UNIVERSAL tests
2330              From: Mike Guy <mjtg@cam.ac.uk>
2331              Date: Wed, 23 May 2001 12:29:20 +0100
2332              Message-Id: <E152WpM-0001yP-00@virgo.cus.cam.ac.uk>
2333      Branch: perl
2334            ! t/op/universal.t
2335 ____________________________________________________________________________
2336 [ 10185] By: jhi                                   on 2001/05/23  21:38:48
2337         Log: Subject: [PATCH] Remove EQ keyword
2338              From: Mike Guy <mjtg@cam.ac.uk>
2339              Message-Id: <E152Vhp-00072x-00@virgo.cus.cam.ac.uk>
2340              Date: Wed, 23 May 2001 11:17:29 +0100
2341      Branch: perl
2342            ! keywords.h keywords.pl
2343 ____________________________________________________________________________
2344 [ 10184] By: jhi                                   on 2001/05/23  21:29:41
2345         Log: Subject: [PATCH] lib/perl5db.pl
2346              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
2347              Date: Wed, 23 May 2001 02:18:03 -0500
2348              Message-ID: <20010523021803.A21965@staff1.cso.uiuc.edu>
2349      Branch: perl
2350            ! lib/perl5db.pl
2351 ____________________________________________________________________________
2352 [ 10183] By: jhi                                   on 2001/05/23  21:27:54
2353         Log: Subject: [PATCH lib/Term/Cap.pm] Avoid -W warnings in Tgetent and Tputs
2354              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
2355              Date: Tue, 22 May 2001 23:34:41 -0500
2356              Message-ID: <20010522233441.A12431@staff1.cso.uiuc.edu>
2357      Branch: perl
2358            ! lib/Term/Cap.pm
2359 ____________________________________________________________________________
2360 [ 10182] By: jhi                                   on 2001/05/23  21:24:30
2361         Log: Subject: [PATCH emacs/e2ctags.pl] big speedup
2362              From: davem@fdgroup.co.uk
2363              Date: Tue, 22 May 2001 22:08:09 +0100 (BST)
2364              Message-Id: <200105222108.WAA09442@gizmo.fdgroup.co.uk>
2365      Branch: perl
2366            ! emacs/e2ctags.pl
2367 ____________________________________________________________________________
2368 [ 10181] By: jhi                                   on 2001/05/23  21:23:29
2369         Log: Subject: [PATCH lib/vars.pm] Sensible minimum version
2370              From: Michael G Schwern <schwern@pobox.com>
2371              Date: Tue, 22 May 2001 14:15:09 +0100
2372              Message-ID: <20010522141509.J701@blackrider.blackstar.co.uk>
2373      Branch: perl
2374            ! lib/vars.pm
2375 ____________________________________________________________________________
2376 [ 10180] By: jhi                                   on 2001/05/23  21:22:14
2377         Log: Subject: [PATCH lib/vars.pm] Odd code nit
2378              From: Michael G Schwern <schwern@pobox.com>
2379              Date: Tue, 22 May 2001 14:14:28 +0100
2380              Message-ID: <20010522141427.I701@blackrider.blackstar.co.uk>
2381      Branch: perl
2382            ! lib/vars.pm
2383 ____________________________________________________________________________
2384 [ 10179] By: jhi                                   on 2001/05/23  21:19:51
2385         Log: Use the new use vars feature.
2386      Branch: perl
2387            ! t/lib/b-stash.t
2388 ____________________________________________________________________________
2389 [ 10178] By: jhi                                   on 2001/05/23  21:19:28
2390         Log: Subject: [PATCH] vars.pm to support qualified variables (was Re: [ID 20010521.001])
2391              From: Mike Guy <mjtg@cam.ac.uk>
2392              Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
2393              Date: Tue, 22 May 2001 13:11:39 +0100
2394      Branch: perl
2395            + t/pragma/vars.t
2396            ! MANIFEST lib/vars.pm t/lib/1_compile.t
2397 ____________________________________________________________________________
2398 [ 10177] By: jhi                                   on 2001/05/23  21:01:48
2399         Log: -qlongdouble considered harmful by Merijn.
2400      Branch: perl
2401            ! hints/aix.sh
2402 ____________________________________________________________________________
2403 [ 10176] By: jhi                                   on 2001/05/21  13:21:21
2404         Log: Update Changes.
2405      Branch: perl
2406            ! Changes patchlevel.h
2407 ____________________________________________________________________________
2408 [ 10175] By: jhi                                   on 2001/05/21  13:17:28
2409         Log: Add a test of its very own for Fcntl.  Hopefully portable.
2410      Branch: perl
2411            + t/lib/fcntl.t
2412            ! MANIFEST
2413 ____________________________________________________________________________
2414 [ 10174] By: jhi                                   on 2001/05/21  12:45:41
2415         Log: Must be trickier for 'minitest' not to die.
2416      Branch: perl
2417            ! t/op/taint.t
2418 ____________________________________________________________________________
2419 [ 10173] By: jhi                                   on 2001/05/21  11:24:43
2420         Log: Can't declare other people's variables.
2421      Branch: perl
2422            ! t/lib/b-stash.t
2423 ____________________________________________________________________________
2424 [ 10172] By: jhi                                   on 2001/05/20  20:33:08
2425         Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
2426      Branch: perl
2427            ! doio.c t/op/taint.t
2428 ____________________________________________________________________________
2429 [ 10171] By: jhi                                   on 2001/05/20  20:18:45
2430         Log: The OS/2 variable needs to be declared.
2431      Branch: perl
2432            ! t/lib/b-stash.t
2433 ____________________________________________________________________________
2434 [ 10170] By: nick                                  on 2001/05/20  16:48:29
2435         Log: Integrate mainline
2436      Branch: perlio
2437           !> (integrate 41 files)
2438 ____________________________________________________________________________
2439 [ 10169] By: jhi                                   on 2001/05/20  11:50:20
2440         Log: Small perlsec updates: clarify the taintedness of filename
2441              globbing; suggest using Scalar::Util::tainted().
2442      Branch: perl
2443            ! pod/perlsec.pod
2444 ____________________________________________________________________________
2445 [ 10168] By: jhi                                   on 2001/05/20  11:24:11
2446         Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic
2447              From: Dave Mitchell <davem@fdgroup.co.uk>
2448              Date: Sat, 19 May 2001 20:12:56 +0100 (BST)
2449              Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
2450      Branch: perl
2451            ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c
2452            ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c
2453            ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c
2454            ! xsutils.c
2455 ____________________________________________________________________________
2456 [ 10167] By: jhi                                   on 2001/05/20  11:12:14
2457         Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2
2458              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2459              Date: Sat, 19 May 2001 04:08:46 -0400
2460              Message-ID: <20010519040846.A16969@math.ohio-state.edu>
2461      Branch: perl
2462            ! lib/ExtUtils/Mksymlists.pm makedef.pl
2463 ____________________________________________________________________________
2464 [ 10166] By: jhi                                   on 2001/05/20  11:08:27
2465         Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2
2466              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2467              Date: Sat, 19 May 2001 04:30:45 -0400
2468              Message-ID: <20010519043045.A17033@math.ohio-state.edu>
2469      Branch: perl
2470            ! os2/os2.c
2471 ____________________________________________________________________________
2472 [ 10165] By: jhi                                   on 2001/05/20  11:07:06
2473         Log: Subject: [PATCH 5.6.1] build bugs OS/2
2474              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2475              Date: Sat, 19 May 2001 04:35:28 -0400
2476              Message-ID: <20010519043528.A17363@math.ohio-state.edu>
2477      Branch: perl
2478            ! os2/Makefile.SHs os2/os2.c
2479 ____________________________________________________________________________
2480 [ 10164] By: jhi                                   on 2001/05/20  11:06:01
2481         Log: Subject: [PATCH 5.6.1] Mis-Failing tests
2482              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2483              Date: Sat, 19 May 2001 04:04:23 -0400
2484              Message-ID: <20010519040423.A16861@math.ohio-state.edu>
2485              
2486              (In bleadperl patched b-stash.t instead of b.t)
2487      Branch: perl
2488            ! t/lib/b-stash.t t/lib/bigfltpm.t
2489 ____________________________________________________________________________
2490 [ 10163] By: jhi                                   on 2001/05/20  10:59:46
2491         Log: Subject: [PATCH 5.6.1] perl5db
2492              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2493              Date: Sat, 19 May 2001 03:49:09 -0400
2494              Message-ID: <20010519034909.A14902@math.ohio-state.edu>
2495      Branch: perl
2496            ! lib/perl5db.pl
2497 ____________________________________________________________________________
2498 [ 10162] By: jhi                                   on 2001/05/20  10:58:18
2499         Log: Subject: [PATCH] require $mod where $mod has touched numeric context
2500              From: Gisle Aas <gisle@ActiveState.com>
2501              Date: 18 May 2001 14:24:51 -0700
2502              Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com>
2503      Branch: perl
2504            ! pp_ctl.c
2505 ____________________________________________________________________________
2506 [ 10161] By: jhi                                   on 2001/05/20  10:57:00
2507         Log: Subject: [PATCH] Chomp should not always stringify
2508              From: Gisle Aas <gisle@ActiveState.com>
2509              Date: 18 May 2001 07:55:25 -0700
2510              Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
2511      Branch: perl
2512            ! doop.c t/op/chop.t
2513 ____________________________________________________________________________
2514 [ 10160] By: jhi                                   on 2001/05/20  10:49:40
2515         Log: Integrate perlio.
2516      Branch: perl
2517           !> pod/perlfunc.pod
2518 ____________________________________________________________________________
2519 [ 10159] By: nick                                  on 2001/05/20  09:39:46
2520         Log: Document some more of open's features.
2521      Branch: perlio
2522            ! pod/perlfunc.pod
2523 ____________________________________________________________________________
2524 [ 10158] By: gsar                                  on 2001/05/18  18:43:38
2525         Log: back out change#10153 (it has compatibility issues such as the
2526              changed behavior of /[~%@+-]/, and after talking to Jarkko, the
2527              benefit for 5.6.x doesn't seem worth the risk)
2528      Branch: maint-5.6/perl
2529            ! toke.c
2530 ____________________________________________________________________________
2531 [ 10157] By: jhi                                   on 2001/05/18  17:05:40
2532         Log: \$escaping the $vars in !GROK!THIS! section is a good idea.
2533      Branch: perl
2534            ! x2p/s2p.PL
2535 ____________________________________________________________________________
2536 [ 10156] By: jhi                                   on 2001/05/18  12:06:40
2537         Log: Update Changes.
2538      Branch: perl
2539            ! Changes patchlevel.h
2540 ____________________________________________________________________________
2541 [ 10155] By: jhi                                   on 2001/05/18  11:58:57
2542         Log: Integrate change #10144 from maintperl.
2543              
2544              s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
2545      Branch: perl
2546           !> win32/config.bc win32/config.gc win32/config.vc
2547           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
2548 ____________________________________________________________________________
2549 [ 10154] By: nick                                  on 2001/05/18  07:23:03
2550         Log: Integrate mainline.
2551      Branch: perlio
2552           +> README.dgux t/lib/i18n-collate.t utils.lst
2553           !> (integrate 49 files)
2554 ____________________________________________________________________________
2555 [ 10153] By: jhi                                   on 2001/05/18  00:41:51
2556         Log: Integrate change #7224 from mainline into maintperl.
2557              
2558              Allow @+ and @- to be doublequoted, from Simon Cozens. 
2559              (Approved by Larry, see Tom's comment in 20000830.005.)
2560      Branch: maint-5.6/perl
2561           !> toke.c
2562 ____________________________________________________________________________
2563 [ 10152] By: jhi                                   on 2001/05/17  23:18:15
2564         Log: Subject: [PATCH bleadperl] small lookbehind fix
2565              From: Hugo <hv@crypt.compulink.co.uk>
2566              Date: Fri, 18 May 2001 00:07:19 +0100
2567              Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
2568      Branch: perl
2569            ! regexec.c
2570 ____________________________________________________________________________
2571 [ 10151] By: jhi                                   on 2001/05/17  22:00:06
2572         Log: Detypos.
2573      Branch: perl
2574            ! installman utils.lst
2575 ____________________________________________________________________________
2576 [ 10150] By: jhi                                   on 2001/05/17  20:32:48
2577         Log: Add better debug to glob/basic #8 as suggested by Nick Clark
2578              in 20001222.001.
2579      Branch: perl
2580            ! t/lib/glob-basic.t
2581 ____________________________________________________________________________
2582 [ 10149] By: jhi                                   on 2001/05/17  20:08:58
2583         Log: Subject: [PATCH] Test for bug 20010515.004
2584              From: Benjamin Sugars <bsugars@canoe.ca>
2585              Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
2586              Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
2587      Branch: perl
2588            ! t/op/misc.t
2589 ____________________________________________________________________________
2590 [ 10148] By: jhi                                   on 2001/05/17  20:06:23
2591         Log: Integrate #10145 from maintperl.
2592              
2593              fix for ID 20010515.004 (needs test)
2594      Branch: perl
2595           !> pp_hot.c
2596 ____________________________________________________________________________
2597 [ 10147] By: jhi                                   on 2001/05/17  19:10:46
2598         Log: Thinko noticed by Doug MacEachern.
2599      Branch: perl
2600            ! thread.h
2601 ____________________________________________________________________________
2602 [ 10146] By: jhi                                   on 2001/05/17  17:30:37
2603         Log: Subject: Re: [PATCH] HERE mark in regex
2604              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
2605              Date: Thu, 17 May 2001 12:20:33 -0400
2606              Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu> 
2607      Branch: perl
2608            ! t/op/re_tests
2609 ____________________________________________________________________________
2610 [ 10145] By: gsar                                  on 2001/05/17  16:59:55
2611         Log: fix for ID 20010515.004 (needs test)
2612      Branch: maint-5.6/perl
2613            ! pp_hot.c
2614 ____________________________________________________________________________
2615 [ 10144] By: gsar                                  on 2001/05/17  16:39:02
2616         Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
2617      Branch: maint-5.6/perl
2618            ! win32/config.bc win32/config.gc win32/config.vc
2619            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
2620 ____________________________________________________________________________
2621 [ 10143] By: jhi                                   on 2001/05/17  14:21:08
2622         Log: Macrofy the getspecific (and use it also in util.c)
2623      Branch: perl
2624            ! thread.h util.c
2625 ____________________________________________________________________________
2626 [ 10142] By: jhi                                   on 2001/05/17  01:43:50
2627         Log: Use the unchecked thread-specific key fetch also in Tru64.
2628      Branch: perl
2629            ! thread.h
2630 ____________________________________________________________________________
2631 [ 10141] By: jhi                                   on 2001/05/17  01:41:07
2632         Log: Subject: [PATCH 5.6.1]Quick thread speedup
2633              From: Dan Sugalski <dan@sidhe.org> 
2634              Date: Wed, 16 May 2001 18:05:19 -0400
2635              Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
2636      Branch: perl
2637            ! thread.h util.c
2638 ____________________________________________________________________________
2639 [ 10140] By: jhi                                   on 2001/05/16  19:58:29
2640         Log: I think this is quite enough testing for a deprecated feature.
2641      Branch: perl
2642            + t/lib/i18n-collate.t
2643            ! MANIFEST t/lib/1_compile.t
2644 ____________________________________________________________________________
2645 [ 10139] By: jhi                                   on 2001/05/16  18:47:03
2646         Log: More HP-UX lore from Jeff Okamoto.
2647      Branch: perl
2648            ! README.hpux
2649 ____________________________________________________________________________
2650 [ 10138] By: jhi                                   on 2001/05/16  18:21:04
2651         Log: Sort utils.lst for easier maintenance.
2652      Branch: perl
2653            ! utils.lst
2654 ____________________________________________________________________________
2655 [ 10137] By: jhi                                   on 2001/05/16  18:12:01
2656         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
2657              From: Tim Jenness <t.jenness@jach.hawaii.edu>
2658              Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
2659              Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
2660              
2661              Add pod2latex to utils.lst.
2662      Branch: perl
2663            ! MANIFEST utils.lst
2664 ____________________________________________________________________________
2665 [ 10136] By: jhi                                   on 2001/05/16  18:00:00
2666         Log: Subject: Re: [PATCH] HERE mark in regex
2667              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
2668              Date: Wed, 16 May 2001 13:04:43 -0400
2669              Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu> 
2670      Branch: perl
2671            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
2672            ! t/op/regmesg.t t/pragma/warn/regcomp
2673 ____________________________________________________________________________
2674 [ 10135] By: jhi                                   on 2001/05/16  17:51:50
2675         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
2676              From: Simon Cozens <simon@netthink.co.uk>
2677              Date: Wed, 16 May 2001 18:02:08 +0100
2678              Message-ID: <20010516180208.A6458@netthink.co.uk>
2679      Branch: perl
2680            ! installman utils.lst
2681 ____________________________________________________________________________
2682 [ 10134] By: jhi                                   on 2001/05/16  17:47:26
2683         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
2684              From: "Philip Newton" <pnewton@gmx.de>
2685              Date: Tue, 15 May 2001 15:09:30 +0200
2686              Message-ID: <3B0146AA.2839.17BFDA6@localhost>
2687              
2688              Test case for #10128.
2689      Branch: perl
2690            ! t/pragma/warn/pp_hot
2691 ____________________________________________________________________________
2692 [ 10133] By: jhi                                   on 2001/05/16  15:12:52
2693         Log: Update Changes.
2694      Branch: perl
2695            ! Changes patchlevel.h
2696 ____________________________________________________________________________
2697 [ 10132] By: jhi                                   on 2001/05/16  14:50:55
2698         Log: Deprecate pseudo-hashes.
2699      Branch: perl
2700            ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
2701 ____________________________________________________________________________
2702 [ 10131] By: jhi                                   on 2001/05/16  14:26:01
2703         Log: HP-UX hints update from Merijn.
2704      Branch: perl
2705            ! hints/hpux.sh
2706 ____________________________________________________________________________
2707 [ 10130] By: jhi                                   on 2001/05/16  14:23:01
2708         Log: README.hpux update from Merijn.
2709      Branch: perl
2710            ! README.hpux
2711 ____________________________________________________________________________
2712 [ 10129] By: jhi                                   on 2001/05/16  14:18:56
2713         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
2714              From: Simon Cozens <simon@netthink.co.uk>
2715              Date: Wed, 16 May 2001 15:57:55 +0100
2716              Message-ID: <20010516155755.A4728@netthink.co.uk>
2717      Branch: perl
2718            + utils.lst
2719            ! MANIFEST installman installperl
2720 ____________________________________________________________________________
2721 [ 10128] By: jhi                                   on 2001/05/16  14:15:36
2722         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
2723              From: "Philip Newton" <pnewton@gmx.de>
2724              Date: Tue, 15 May 2001 16:31:05 +0200
2725              Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
2726              
2727              Fix PERL_Y2KWARN test to check before rather than after appending.
2728      Branch: perl
2729            ! pp_hot.c
2730 ____________________________________________________________________________
2731 [ 10127] By: jhi                                   on 2001/05/16  14:08:15
2732         Log: Regen Porting stuff.
2733      Branch: perl
2734            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2735            ! config_h.SH
2736 ____________________________________________________________________________
2737 [ 10126] By: jhi                                   on 2001/05/16  13:41:50
2738         Log: Metaconfig unit change for #10125.
2739      Branch: metaconfig
2740            ! U/modified/Oldconfig.U
2741 ____________________________________________________________________________
2742 [ 10125] By: jhi                                   on 2001/05/16  13:41:35
2743         Log: Use OSVERS.
2744      Branch: perl
2745            ! Configure config_h.SH perl.c
2746 ____________________________________________________________________________
2747 [ 10124] By: jhi                                   on 2001/05/16  13:41:09
2748         Log: Regen toc.
2749      Branch: perl
2750            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
2751 ____________________________________________________________________________
2752 [ 10123] By: jhi                                   on 2001/05/16  13:25:38
2753         Log: Adding the README.dgux to the MANIFEST would be a good idea.
2754      Branch: perl
2755            ! MANIFEST
2756 ____________________________________________________________________________
2757 [ 10122] By: jhi                                   on 2001/05/16  13:08:33
2758         Log: Move the stack desire definition to thread.h.
2759      Branch: perl
2760            ! ext/Thread/Thread.xs thread.h
2761 ____________________________________________________________________________
2762 [ 10121] By: jhi                                   on 2001/05/16  13:00:12
2763         Log: DG-UX threading patches, including a README.dgux,
2764              from Takis Psarogiannakopoulos.
2765      Branch: perl
2766            + README.dgux
2767            ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
2768 ____________________________________________________________________________
2769 [ 10120] By: jhi                                   on 2001/05/16  12:55:33
2770         Log: Subject: [PATCH B::Deparse] More on /x regexes
2771              From: Robin Houston <robin@kitsite.com>
2772              Date: Tue, 15 May 2001 19:09:35 +0100
2773              Message-ID: <20010515190935.A27268@penderel>
2774      Branch: perl
2775            ! ext/B/B/Deparse.pm
2776 ____________________________________________________________________________
2777 [ 10119] By: jhi                                   on 2001/05/16  12:45:29
2778         Log: Document that the core time() may be rounding rather
2779              than truncating, would have saved at least my confusion.
2780      Branch: perl
2781            ! ext/Time/HiRes/HiRes.pm
2782 ____________________________________________________________________________
2783 [ 10118] By: jhi                                   on 2001/05/16  12:37:57
2784         Log: Subject: perl-current/t/time-hires.t
2785              From: John Peacock <jpeacock@rowman.com>
2786              Date: Fri, 11 May 2001 14:09:41 -0400
2787              Message-ID: <3AFC2AE5.5E787E54@rowman.com>
2788      Branch: perl
2789            ! t/lib/time-hires.t
2790 ____________________________________________________________________________
2791 [ 10117] By: jhi                                   on 2001/05/15  13:40:33
2792         Log: Subject: [PATCH dump.c] Op private flags
2793              From: Simon Cozens <simon@netthink.co.uk>
2794              Date: Sun, 13 May 2001 20:20:36 +0100
2795              Message-ID: <20010513202036.A21896@netthink.co.uk>
2796      Branch: perl
2797            ! dump.c
2798 ____________________________________________________________________________
2799 [ 10116] By: jhi                                   on 2001/05/15  13:28:26
2800         Log: Upgrade to Switch 2.03.
2801      Branch: perl
2802            ! lib/Switch.pm
2803 ____________________________________________________________________________
2804 [ 10115] By: jhi                                   on 2001/05/15  13:19:01
2805         Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
2806              to PERL_CONFIG_SH and use it consistently.
2807      Branch: maint-5.6/perl
2808           !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
2809           !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
2810           !> myconfig.SH writemain.SH
2811 ____________________________________________________________________________
2812 [ 10114] By: jhi                                   on 2001/05/15  13:13:21
2813         Log: Metaconfig units changes for #10113.
2814      Branch: metaconfig
2815            ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
2816 ____________________________________________________________________________
2817 [ 10113] By: jhi                                   on 2001/05/15  13:12:40
2818         Log: The problem described in 20010514.031 still wasn't
2819              fully cured, there were remnants of $CONFIG when
2820              $CONFIGDOTSH was expected.  Now renamed to PERL_CONFIG_SH
2821              to avoid future conflicts.
2822      Branch: perl
2823            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
2824            ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
2825            ! myconfig.SH writemain.SH
2826 ____________________________________________________________________________
2827 [ 10112] By: jhi                                   on 2001/05/15  11:55:44
2828         Log: Half of #10107 got lost.
2829      Branch: perl
2830            ! ext/B/B/Deparse.pm
2831 ____________________________________________________________________________
2832 [ 10111] By: nick                                  on 2001/05/15  08:39:14
2833         Log: Integrate mainline.
2834      Branch: perlio
2835           +> ext/POSIX/hints/uts.pl
2836            - Todo Todo-5.6 t/camel-III/vstring.t
2837           !> (integrate 48 files)
2838 ____________________________________________________________________________
2839 [ 10110] By: jhi                                   on 2001/05/15  02:04:05
2840         Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
2841              From: Robin Houston <robin@kitsite.com>
2842              Date: Mon, 14 May 2001 22:27:08 +0100
2843              Message-ID: <20010514222708.A22963@penderel>
2844      Branch: perl
2845            ! t/TestInit.pm
2846 ____________________________________________________________________________
2847 [ 10109] By: jhi                                   on 2001/05/15  02:03:12
2848         Log: Subject: [PATCH B::Deparse] Lvaluable method calls
2849              From: Robin Houston <robin@kitsite.com>
2850              Date: Mon, 14 May 2001 22:16:43 +0100
2851              Message-ID: <20010514221643.A22437@penderel>
2852      Branch: perl
2853            ! ext/B/B/Deparse.pm
2854 ____________________________________________________________________________
2855 [ 10108] By: jhi                                   on 2001/05/15  02:02:17
2856         Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
2857              From: Robin Houston <robin@kitsite.com>
2858              Date: Mon, 14 May 2001 22:03:44 +0100
2859              Message-ID: <20010514220344.A20643@penderel>
2860      Branch: perl
2861            ! ext/B/B/Deparse.pm
2862 ____________________________________________________________________________
2863 [ 10107] By: jhi                                   on 2001/05/15  02:01:24
2864         Log: Subject: [PATCH B::Deparse] "${foo}_bar"
2865              From: Robin Houston <robin@kitsite.com>
2866              Date: Mon, 14 May 2001 22:10:07 +0100
2867              Message-ID: <20010514221007.A21118@penderel>
2868      Branch: perl
2869            ! ext/B/B/Deparse.pm
2870 ____________________________________________________________________________
2871 [ 10106] By: jhi                                   on 2001/05/15  01:41:26
2872         Log: Fix for 20010514.037; substr() didn't invalidate the locale
2873              collation magic.
2874      Branch: perl
2875            ! pp.c
2876 ____________________________________________________________________________
2877 [ 10105] By: jhi                                   on 2001/05/14  18:18:24
2878         Log: Update Changes.
2879      Branch: perl
2880            ! Changes patchlevel.h
2881 ____________________________________________________________________________
2882 [ 10104] By: jhi                                   on 2001/05/14  18:09:07
2883         Log: Retract #10094.
2884      Branch: perl
2885            ! lib/Pod/Text.pm
2886 ____________________________________________________________________________
2887 [ 10103] By: jhi                                   on 2001/05/14  15:20:58
2888         Log: Integrate change #10100 from maintperl.
2889              
2890              PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
2891              bug ID 20010514.027)
2892      Branch: perl
2893           !> mg.c pp_ctl.c
2894 ____________________________________________________________________________
2895 [ 10102] By: jhi                                   on 2001/05/14  15:19:21
2896         Log: Document the deprecatedness of suidperl.
2897      Branch: perl
2898            ! INSTALL pod/perlfaq1.pod
2899 ____________________________________________________________________________
2900 [ 10101] By: jhi                                   on 2001/05/14  14:54:31
2901         Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
2902              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
2903              Date: Mon, 14 May 2001 09:38:59 -0400
2904              Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
2905      Branch: perl
2906            ! lib/ExtUtils/MM_Unix.pm
2907 ____________________________________________________________________________
2908 [ 10100] By: gsar                                  on 2001/05/14  14:43:50
2909         Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
2910              bug ID 20010514.027)
2911              
2912              TODO: this needs a testsuite addition
2913      Branch: maint-5.6/perl
2914            ! mg.c pp_ctl.c
2915 ____________________________________________________________________________
2916 [ 10099] By: jhi                                   on 2001/05/14  13:42:38
2917         Log: More DWIMminess for Class::Struct: calling the array or hash
2918              accessors only with one argument, an array or a hash reference,
2919              sets the underlying array or hash.  This mirrors nicely also
2920              the usage in the constructor.
2921              From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
2922      Branch: perl
2923            ! lib/Class/Struct.pm t/lib/class-struct.t
2924 ____________________________________________________________________________
2925 [ 10098] By: jhi                                   on 2001/05/14  13:10:34
2926         Log: Reference cmp'ing should go through the whole stringification
2927              process shebang, as pointed out by Sarathy in #10091.
2928      Branch: perl
2929            ! pp.c
2930 ____________________________________________________________________________
2931 [ 10097] By: jhi                                   on 2001/05/14  12:54:31
2932         Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
2933              From: Simon Cozens <simon@netthink.co.uk>
2934              Date: Sat, 12 May 2001 16:36:27 +0100
2935              Message-ID: <20010512163627.A5522@netthink.co.uk>
2936              
2937              with some additions salvaged from Todo and Todo-5.6 before
2938              retiring them.
2939      Branch: perl
2940            - Todo Todo-5.6
2941            ! MANIFEST pod/perltodo.pod
2942 ____________________________________________________________________________
2943 [ 10096] By: jhi                                   on 2001/05/14  12:37:01
2944         Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
2945              From: "Golubev I. N." <gin@mo.msk.ru>
2946              Date: Mon, 07 May 2001 14:33:34 (GMT)
2947              Message-Id: <02453af6b23e63-gin@mo.msk.ru>
2948      Branch: perl
2949            ! perl.h
2950 ____________________________________________________________________________
2951 [ 10095] By: jhi                                   on 2001/05/14  12:34:24
2952         Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
2953              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
2954              Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
2955              Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
2956      Branch: perl
2957            ! lib/ExtUtils/MM_Unix.pm
2958 ____________________________________________________________________________
2959 [ 10094] By: jhi                                   on 2001/05/14  12:32:44
2960         Log: (Retracted by #10104.)
2961              
2962              Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
2963              From: barries <barries@slaysys.com>
2964              Date: Sat, 12 May 2001 01:28:10 -0400
2965              Message-ID: <20010512012810.B26358@jester.slaysys.com>
2966      Branch: perl
2967            ! lib/Pod/Text.pm
2968 ____________________________________________________________________________
2969 [ 10093] By: jhi                                   on 2001/05/14  12:30:38
2970         Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
2971              From: Mike Guy <mjtg@cam.ac.uk>
2972              Date: Sat, 12 May 2001 19:24:33 +0100
2973              Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
2974      Branch: perl
2975            ! lib/AutoSplit.pm
2976 ____________________________________________________________________________
2977 [ 10092] By: jhi                                   on 2001/05/14  12:29:21
2978         Log: Yet another HP-UX hints tweak from Merijn.
2979      Branch: perl
2980            ! hints/hpux.sh
2981 ____________________________________________________________________________
2982 [ 10091] By: gsar                                  on 2001/05/14  04:38:32
2983         Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
2984              isn't defined (changes#9366,9368,9370 from mainline without the
2985              pp_scmp() change)
2986      Branch: maint-5.6/perl
2987            ! pp.c pp.h pp_hot.c
2988 ____________________________________________________________________________
2989 [ 10090] By: jhi                                   on 2001/05/12  13:39:43
2990         Log: The sorting seems to happen now automatically.
2991      Branch: perl
2992            ! t/lib/glob-basic.t
2993 ____________________________________________________________________________
2994 [ 10089] By: jhi                                   on 2001/05/12  03:38:15
2995         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
2996              From: Benjamin Sugars <bsugars@canoe.ca>
2997              Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
2998              Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
2999      Branch: perl
3000            ! pod/perlfunc.pod
3001 ____________________________________________________________________________
3002 [ 10088] By: jhi                                   on 2001/05/12  03:37:00
3003         Log: Subject: Re: undef(&foo) does not work for XS functions
3004              From: Doug MacEachern <dougm@covalent.net>
3005              Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
3006              Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
3007      Branch: perl
3008            ! op.c
3009 ____________________________________________________________________________
3010 [ 10087] By: jhi                                   on 2001/05/12  03:35:58
3011         Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
3012              From: Peter Prymmer <pvhp@forte.com>
3013              Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
3014              Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
3015      Branch: perl
3016            ! t/op/append.t
3017 ____________________________________________________________________________
3018 [ 10086] By: jhi                                   on 2001/05/11  14:23:08
3019         Log: Update Changes.
3020      Branch: perl
3021            ! Changes patchlevel.h
3022 ____________________________________________________________________________
3023 [ 10085] By: jhi                                   on 2001/05/11  14:08:20
3024         Log: Remove the 'asciir' re subpragma.  Should instead implement
3025              the 'physical vs logical' range scheme:
3026              
3027              \xAA-\xCC is a native physical range, you want that range of
3028              codepoints in your native encoding.  In EBCDIC the codepoints
3029              in the gaps (between i-j and r-s) should be included.
3030              
3031              \x{AA}-\x{CC} is a physical Unicode range, you want that range of
3032              codepoints in Unicode.
3033              
3034              a-z is a logical range, you want that range of 'logical' codepoints
3035              in your native encoding.  In EBCDIC the codepoints in the gaps
3036              (between i-j and r-s) should not be included.
3037              
3038              Mixed cases (a-\xAA, etc) should either be errors, or maybe
3039              the 'logical' endpoints should be converted to native/Unicode
3040              codepoints, and the range handled as a physical range.
3041              
3042              'Logical endpoints' are to be recognized only in the A-Z, a-z,
3043              and 0-9 ranges.  Probably a warning should be given for mixed
3044              cases like A-z or a-9 (since such expressions are encoding
3045              dependent), with a recommendation to use physical ranges.
3046      Branch: perl
3047            ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
3048            ! t/op/regexp.t
3049 ____________________________________________________________________________
3050 [ 10084] By: jhi                                   on 2001/05/11  13:56:16
3051         Log: Make the test to cleanup the test directory tree
3052              both before and after the testing so that we always
3053              have a clean slate to work with.
3054      Branch: perl
3055            ! t/lib/filefind.t
3056 ____________________________________________________________________________
3057 [ 10083] By: jhi                                   on 2001/05/11  13:46:30
3058         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
3059              From: Jon Eveland <jweveland@yahoo.com>
3060              Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
3061              Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
3062      Branch: perl
3063            ! pod/perlfunc.pod
3064 ____________________________________________________________________________
3065 [ 10082] By: jhi                                   on 2001/05/11  13:45:06
3066         Log: Merge the camel-III/vstring.t with op/ver.t.
3067      Branch: perl
3068            - t/camel-III/vstring.t
3069            ! MANIFEST t/TEST t/harness t/op/ver.t
3070 ____________________________________________________________________________
3071 [ 10081] By: jhi                                   on 2001/05/11  13:15:55
3072         Log: Add test.deparse make target.
3073      Branch: perl
3074            ! Makefile.SH
3075 ____________________________________________________________________________
3076 [ 10080] By: jhi                                   on 2001/05/11  12:52:49
3077         Log: Subject: [PATCH B::Deparse] $foo->bar(0)
3078              From: Robin Houston <robin@kitsite.com>
3079              Date: Fri, 11 May 2001 12:02:22 +0100
3080              Message-ID: <20010511120222.A11529@penderel>
3081      Branch: perl
3082            ! ext/B/B/Deparse.pm t/op/method.t
3083 ____________________________________________________________________________
3084 [ 10079] By: jhi                                   on 2001/05/11  01:59:06
3085         Log: A nicely working combination for UTS from Hal Morris.
3086      Branch: perl
3087            + ext/POSIX/hints/uts.pl
3088            ! MANIFEST hints/uts.sh
3089 ____________________________________________________________________________
3090 [ 10078] By: jhi                                   on 2001/05/11  01:15:04
3091         Log: i_ieeefp=undef for UTS.
3092      Branch: perl
3093            ! hints/uts.sh
3094 ____________________________________________________________________________
3095 [ 10077] By: jhi                                   on 2001/05/10  22:42:35
3096         Log: Subject: RE: rand(0) is rand(1)
3097              From: Larry Shatzer <lshatzer@islanddata.com>
3098              Date: Thu, 10 May 2001 11:09:27 -0700
3099              Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
3100      Branch: perl
3101            ! pod/perlfunc.pod
3102 ____________________________________________________________________________
3103 [ 10076] By: jhi                                   on 2001/05/10  22:36:50
3104         Log: Subject: [patch] make op_{clear,null} public
3105              From: Doug MacEachern <dougm@covalent.net>
3106              Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
3107              Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
3108      Branch: perl
3109            ! embed.h embed.pl op.c proto.h
3110 ____________________________________________________________________________
3111 [ 10075] By: jhi                                   on 2001/05/10  22:28:36
3112         Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
3113              From: Robin Houston <robin@kitsite.com>
3114              Date: Thu, 10 May 2001 18:54:59 +0100
3115              Message-ID: <20010510185459.A5995@penderel>
3116      Branch: perl
3117            ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
3118 ____________________________________________________________________________
3119 [ 10074] By: jhi                                   on 2001/05/10  22:23:41
3120         Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
3121              From: Robin Houston <robin@kitsite.com>
3122              Date: Thu, 10 May 2001 12:56:39 +0100
3123              Message-ID: <20010510125639.A2119@penderel>
3124      Branch: perl
3125            ! ext/B/B/Deparse.pm
3126 ____________________________________________________________________________
3127 [ 10073] By: jhi                                   on 2001/05/10  14:26:01
3128         Log: Retract #10070, not ready yet.
3129      Branch: perl
3130            ! ext/B/B/Deparse.pm
3131 ____________________________________________________________________________
3132 [ 10072] By: jhi                                   on 2001/05/10  13:40:24
3133         Log: The metaconfig unit change for #10071.
3134      Branch: metaconfig
3135            ! U/modified/mallocsrc.U
3136 ____________________________________________________________________________
3137 [ 10071] By: jhi                                   on 2001/05/10  13:39:57
3138         Log: The #9525+#9526 didn't allow for overriding usemymalloc.
3139      Branch: perl
3140            ! Configure
3141 ____________________________________________________________________________
3142 [ 10070] By: jhi                                   on 2001/05/10  13:18:42
3143         Log: (Retracted by #10073)
3144              
3145              Subject: Re: [PATCH t/TEST] B::Deparse tester 
3146              From: Hugo <hv@crypt.compulink.co.uk>
3147              Date: Thu, 10 May 2001 05:48:09 +0100
3148              Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
3149      Branch: perl
3150            ! ext/B/B/Deparse.pm
3151 ____________________________________________________________________________
3152 [ 10069] By: jhi                                   on 2001/05/10  12:24:06
3153         Log: Add a for(func()) test.
3154      Branch: perl
3155            ! t/cmd/for.t
3156 ____________________________________________________________________________
3157 [ 10068] By: jhi                                   on 2001/05/10  12:16:00
3158         Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
3159              From: Robin Houston <robin@kitsite.com>
3160              Date: Thu, 10 May 2001 13:50:08 +0100
3161              Message-ID: <20010510135008.A2454@penderel>
3162      Branch: perl
3163            ! ext/B/B/Deparse.pm
3164 ____________________________________________________________________________
3165 [ 10067] By: jhi                                   on 2001/05/10  01:45:03
3166         Log: A thinko in #10065.
3167      Branch: perl
3168            ! hv.c
3169 ____________________________________________________________________________
3170 [ 10066] By: jhi                                   on 2001/05/10  01:33:12
3171         Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
3172              From: Robin Houston <robin@kitsite.com>
3173              Date: Thu, 10 May 2001 02:10:34 +0100
3174              Message-ID: <20010510021034.A19421@penderel>
3175      Branch: perl
3176            ! ext/B/B.xs ext/B/B/Deparse.pm
3177 ____________________________________________________________________________
3178 [ 10065] By: jhi                                   on 2001/05/10  01:30:43
3179         Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
3180              From: Doug MacEachern <dougm@covalent.net>
3181              Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
3182              Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
3183      Branch: perl
3184            ! hv.c
3185 ____________________________________________________________________________
3186 [ 10064] By: jhi                                   on 2001/05/09  23:13:29
3187         Log: One more workaround for the UTS compiler from Hal Morris.
3188      Branch: perl
3189            ! perl.h
3190 ____________________________________________________________________________
3191 [ 10063] By: jhi                                   on 2001/05/09  23:09:53
3192         Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
3193              From: Robin Houston <robin@kitsite.com>
3194              Date: Thu, 10 May 2001 01:02:08 +0100
3195              Message-ID: <20010510010208.A18200@penderel>
3196      Branch: perl
3197            ! ext/B/B/Debug.pm
3198 ____________________________________________________________________________
3199 [ 10062] By: jhi                                   on 2001/05/09  23:06:25
3200         Log: Subject: [PATCH] Simplify deb_curcv() a bit
3201              From: Benjamin Sugars <bsugars@canoe.ca>
3202              Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
3203              Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
3204      Branch: perl
3205            ! run.c
3206 ____________________________________________________________________________
3207 [ 10061] By: jhi                                   on 2001/05/09  23:05:28
3208         Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
3209              From: Benjamin Sugars <bsugars@canoe.ca>
3210              Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
3211              Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
3212      Branch: perl
3213            ! t/lib/io_scalar.t
3214 ____________________________________________________________________________
3215 [ 10060] By: jhi                                   on 2001/05/09  23:04:38
3216         Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
3217              From: Peter Prymmer <pvhp@forte.com>
3218              Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
3219              Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
3220      Branch: perl
3221            ! t/lib/md5-file.t
3222 ____________________________________________________________________________
3223 [ 10059] By: jhi                                   on 2001/05/09  23:03:52
3224         Log: Subject: [PATCH t/TEST] B::Deparse tester
3225              From: Robin Houston <robin@kitsite.com>
3226              Date: Wed, 9 May 2001 19:17:50 +0100
3227              Message-ID: <20010509191750.A16940@penderel>
3228      Branch: perl
3229            ! ext/B/O.pm t/TEST
3230 ____________________________________________________________________________
3231 [ 10058] By: jhi                                   on 2001/05/09  23:02:56
3232         Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
3233              From: Jeff Pinyan <jeffp@crusoe.net>
3234              Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
3235              Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
3236      Branch: perl
3237            ! lib/Pod/Html.pm
3238 ____________________________________________________________________________
3239 [ 10057] By: nick                                  on 2001/05/09  18:37:56
3240         Log: Integrate mainline.
3241      Branch: perlio
3242           !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
3243           !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
3244 ____________________________________________________________________________
3245 [ 10056] By: jhi                                   on 2001/05/09  16:44:44
3246         Log: Update Changes.
3247      Branch: perl
3248            ! Changes patchlevel.h
3249 ____________________________________________________________________________
3250 [ 10055] By: jhi                                   on 2001/05/09  16:26:47
3251         Log: Integrate perlio.
3252      Branch: perl
3253           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
3254 ____________________________________________________________________________
3255 [ 10054] By: jhi                                   on 2001/05/09  16:25:42
3256         Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
3257              From: Benjamin Sugars <bsugars@canoe.ca>
3258              Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
3259              Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
3260      Branch: perl
3261            ! perlio.c
3262 ____________________________________________________________________________
3263 [ 10053] By: jhi                                   on 2001/05/09  16:24:37
3264         Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
3265              From: Benjamin Sugars <bsugars@canoe.ca>
3266              Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
3267              Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
3268      Branch: perl
3269            ! ext/PerlIO/Scalar/Scalar.xs
3270 ____________________________________________________________________________
3271 [ 10052] By: jhi                                   on 2001/05/09  16:19:04
3272         Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
3273              From: Jeff Pinyan <jeffp@crusoe.net>
3274              Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
3275              Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
3276      Branch: perl
3277            ! lib/Pod/Html.pm
3278 ____________________________________________________________________________
3279 [ 10051] By: jhi                                   on 2001/05/09  15:30:17
3280         Log: EPOC tweak from Olaf Flebbe.
3281      Branch: perl
3282            ! epoc/epocish.h
3283 ____________________________________________________________________________
3284 [ 10050] By: nick                                  on 2001/05/09  14:37:57
3285         Log: win32, regen_config_h
3286      Branch: perlio
3287            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
3288 ____________________________________________________________________________
3289 [ 10049] By: jhi                                   on 2001/05/09  12:33:39
3290         Log: Integrate perlio.
3291      Branch: perl
3292           !> pp_sys.c
3293 ____________________________________________________________________________
3294 [ 10048] By: nick                                  on 2001/05/09  11:59:50
3295         Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
3296              and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
3297      Branch: perlio
3298            ! pp_sys.c
3299 ____________________________________________________________________________
3300 [ 10047] By: jhi                                   on 2001/05/09  10:50:12
3301         Log: Integrate perlio.
3302      Branch: perl
3303           !> run.c
3304 ____________________________________________________________________________
3305 [ 10046] By: jhi                                   on 2001/05/09  10:49:34
3306         Log: Subject: Re: Less warnings during configure
3307              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3308              Date: Wed, 09 May 2001 13:12:49 +0200
3309              Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
3310      Branch: perl
3311            ! hints/hpux.sh
3312 ____________________________________________________________________________
3313 [ 10045] By: nick                                  on 2001/05/09  09:56:59
3314         Log: MULTIPLICITY/DEBUGGING build fix.
3315      Branch: perlio
3316            ! run.c
3317 ____________________________________________________________________________
3318 [ 10044] By: nick                                  on 2001/05/09  09:46:37
3319         Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
3320      Branch: perlio
3321           +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
3322            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
3323           !> (integrate 65 files)
3324 ____________________________________________________________________________
3325 [ 10043] By: jhi                                   on 2001/05/08  22:41:49
3326         Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
3327              From: Robin Houston <robin@kitsite.com>
3328              Date: Tue, 8 May 2001 19:38:00 +0100
3329              Message-ID: <20010508193800.A4389@penderel>
3330              
3331              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
3332              From: Robin Houston <robin@kitsite.com>
3333              Date: Tue, 8 May 2001 20:03:57 +0100
3334              Message-ID: <20010508200357.A4614@penderel>
3335              
3336              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
3337              From: Robin Houston <robin@kitsite.com>
3338              Date: Wed, 9 May 2001 00:12:05 +0100
3339              Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
3340      Branch: perl
3341            ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
3342 ____________________________________________________________________________
3343 [ 10042] By: jhi                                   on 2001/05/08  22:09:35
3344         Log: Retract #10031.
3345      Branch: perl
3346            ! pod/perlfunc.pod
3347 ____________________________________________________________________________
3348 [ 10041] By: jhi                                   on 2001/05/08  18:27:34
3349         Log: The metaconfig unit changes for #10040.
3350      Branch: metaconfig/U/perl
3351            ! Checkcc.U d_dlsymun.U dlsrc.U
3352 ____________________________________________________________________________
3353 [ 10040] By: jhi                                   on 2001/05/08  18:24:47
3354         Log: The Configure half of
3355              
3356              Subject: Less warnings during configure
3357              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3358              Date: Tue, 08 May 2001 08:44:02 +0200
3359              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
3360      Branch: perl
3361            ! Configure
3362 ____________________________________________________________________________
3363 [ 10039] By: jhi                                   on 2001/05/08  16:48:31
3364         Log: Subject: Less warnings during configure
3365              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3366              Date: Tue, 08 May 2001 08:44:02 +0200
3367              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
3368      Branch: perl
3369            ! hints/hpux.sh
3370 ____________________________________________________________________________
3371 [ 10038] By: jhi                                   on 2001/05/08  16:32:07
3372         Log: Don't forget to whine about \d__\d.
3373      Branch: perl
3374            ! t/pragma/warn/toke toke.c
3375 ____________________________________________________________________________
3376 [ 10037] By: jhi                                   on 2001/05/08  16:07:05
3377         Log: Allow underscores also in the exponent part.
3378      Branch: perl
3379            ! t/pragma/warn/toke toke.c
3380 ____________________________________________________________________________
3381 [ 10036] By: jhi                                   on 2001/05/08  13:33:55
3382         Log: CodeMagicCD doesn't look like an *I*DE.
3383      Branch: perl
3384            ! pod/perlfaq3.pod
3385 ____________________________________________________________________________
3386 [ 10035] By: jhi                                   on 2001/05/08  13:27:48
3387         Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
3388              to be consistently down).
3389      Branch: perl
3390            ! pod/perlfaq3.pod
3391 ____________________________________________________________________________
3392 [ 10034] By: jhi                                   on 2001/05/08  13:21:07
3393         Log: Upgrade to Text::Balanced 1.84.
3394      Branch: perl
3395            ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
3396 ____________________________________________________________________________
3397 [ 10033] By: jhi                                   on 2001/05/08  12:41:53
3398         Log: Subject: Re: [PATCH] Find the last of the missing pad variables 
3399              From: Benjamin Sugars <bsugars@canoe.ca>
3400              Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
3401              Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
3402      Branch: perl
3403            ! run.c
3404 ____________________________________________________________________________
3405 [ 10032] By: jhi                                   on 2001/05/08  12:40:28
3406         Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
3407              From: Peter Prymmer <pvhp@forte.com>
3408              Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
3409              Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
3410      Branch: perl
3411            ! t/pod/plainer.t
3412 ____________________________________________________________________________
3413 [ 10031] By: jhi                                   on 2001/05/08  12:35:25
3414         Log: (Retracted by #10042)
3415              
3416              Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
3417              From: "Philip Newton" <pnewton@gmx.de>
3418              Date: Tue, 8 May 2001 09:18:10 +0200
3419              Message-ID: <3AF7B9D2.28861.603732@localhost>
3420      Branch: perl
3421            ! pod/perlfunc.pod
3422 ____________________________________________________________________________
3423 [ 10030] By: jhi                                   on 2001/05/08  12:32:23
3424         Log: Subject: [PATCH B::Deparse] Document known bugs
3425              From: Robin Houston <robin@kitsite.com>
3426              Date: Tue, 8 May 2001 01:53:34 +0100
3427              Message-ID: <20010508015334.A32394@penderel>
3428      Branch: perl
3429            ! ext/B/B/Deparse.pm
3430 ____________________________________________________________________________
3431 [ 10029] By: jhi                                   on 2001/05/08  12:28:28
3432         Log: Subject: Re: Perl book, magazine and website updates.
3433              From: "Philip Newton" <pnewton@gmx.de>
3434              Date: Mon, 7 May 2001 17:03:58 +0200
3435              Message-ID: <3AF6D57E.5387.1E29930@localhost>
3436      Branch: perl
3437            ! pod/perlfaq2.pod
3438 ____________________________________________________________________________
3439 [ 10028] By: jhi                                   on 2001/05/07  23:53:30
3440         Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
3441              From: Peter Prymmer <pvhp@forte.com>
3442              Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
3443              Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com> 
3444      Branch: perl
3445            ! t/io/fflush.t
3446 ____________________________________________________________________________
3447 [ 10027] By: jhi                                   on 2001/05/07  23:22:48
3448         Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
3449              From: Robin Houston <robin@kitsite.com>
3450              Date: Tue, 8 May 2001 01:14:55 +0100
3451              Message-ID: <20010508011455.A32162@penderel>
3452      Branch: perl
3453            ! ext/B/B/Deparse.pm
3454 ____________________________________________________________________________
3455 [ 10026] By: jhi                                   on 2001/05/07  23:15:05
3456         Log: Typo in #10025.
3457      Branch: perl
3458            ! hints/uts.sh
3459 ____________________________________________________________________________
3460 [ 10025] By: jhi                                   on 2001/05/07  21:15:35
3461         Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
3462      Branch: perl
3463            ! hints/uts.sh
3464 ____________________________________________________________________________
3465 [ 10024] By: jhi                                   on 2001/05/07  20:58:40
3466         Log: Subject: Re: [ID 20010506.045] question about hash syntax
3467              From: Peter Scott <Peter@PSDT.com>
3468              Date: Sun, 06 May 2001 13:10:40 -0700
3469              Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
3470      Branch: perl
3471            ! pod/perl56delta.pod
3472 ____________________________________________________________________________
3473 [ 10023] By: jhi                                   on 2001/05/07  20:41:26
3474         Log: Configure should figure out the list of dynamic extensions
3475              just fine in UTS-- and in fact it does, as reported by Hal Morris.
3476      Branch: perl
3477            ! hints/uts.sh
3478 ____________________________________________________________________________
3479 [ 10022] By: jhi                                   on 2001/05/07  20:24:11
3480         Log: Update Changes.
3481      Branch: perl
3482            ! Changes patchlevel.h
3483 ____________________________________________________________________________
3484 [ 10021] By: jhi                                   on 2001/05/07  20:11:31
3485         Log: Subject: [PATCH regcomp.c] Insecure regexes
3486              From: Robin Houston <robin@kitsite.com>
3487              Date: Mon, 7 May 2001 21:56:12 +0100
3488              Message-ID: <20010507215612.A31114@penderel>
3489      Branch: perl
3490            ! regcomp.c
3491 ____________________________________________________________________________
3492 [ 10020] By: jhi                                   on 2001/05/07  20:02:30
3493         Log: Drop the foobar.perl.com references for now until Simon
3494              gets them sorted out.
3495      Branch: perl
3496            ! pod/perlfaq2.pod
3497 ____________________________________________________________________________
3498 [ 10019] By: jhi                                   on 2001/05/07  19:54:33
3499         Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
3500              From: Prymmer/Kahn <pvhp@best.com>
3501              Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
3502              Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
3503      Branch: perl
3504            ! lib/Devel/SelfStubber.pm
3505 ____________________________________________________________________________
3506 [ 10018] By: jhi                                   on 2001/05/07  19:53:10
3507         Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1 
3508              From: Prymmer/Kahn <pvhp@best.com>
3509              Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
3510              Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
3511      Branch: perl
3512            ! win32/Makefile
3513 ____________________________________________________________________________
3514 [ 10017] By: jhi                                   on 2001/05/07  19:35:10
3515         Log: s/WebTechnique's/WebTechniques/
3516      Branch: perl
3517            ! pod/perlfaq2.pod
3518 ____________________________________________________________________________
3519 [ 10016] By: jhi                                   on 2001/05/07  12:26:29
3520         Log: Llama 3 updates from Randal.
3521      Branch: perl
3522            ! pod/perlfaq2.pod
3523 ____________________________________________________________________________
3524 [ 10015] By: jhi                                   on 2001/05/07  01:34:38
3525         Log: Subject: [PATCH] Help -Dt show correct pad variables
3526              From: Benjamin Sugars <ben.sugars@home.com>
3527              Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
3528              Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
3529      Branch: perl
3530            ! embed.h embed.pl proto.h run.c
3531 ____________________________________________________________________________
3532 [ 10014] By: jhi                                   on 2001/05/07  01:23:56
3533         Log: Subject: [PATCH] Document C<our $foo : shared>
3534              From: Benjamin Sugars <ben.sugars@home.com>
3535              Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
3536              Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
3537      Branch: perl
3538            ! pod/perlfunc.pod
3539 ____________________________________________________________________________
3540 [ 10013] By: jhi                                   on 2001/05/07  01:22:22
3541         Log: Subject: [PATCH B::Deparse] undefined folded constants
3542              From: Robin Houston <robin@kitsite.com>
3543              Date: Sun, 6 May 2001 17:19:09 +0100
3544              Message-ID: <20010506171909.A7046@penderel>
3545      Branch: perl
3546            ! ext/B/B/Deparse.pm
3547 ____________________________________________________________________________
3548 [ 10012] By: jhi                                   on 2001/05/07  00:57:38
3549         Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
3550              From: Robin Houston <robin@kitsite.com>
3551              Message-ID: <20010506164654.A6848@penderel>
3552              Date: Sun, 6 May 2001 16:46:54 +0100
3553      Branch: perl
3554            ! ext/B/B/Deparse.pm
3555 ____________________________________________________________________________
3556 [ 10011] By: jhi                                   on 2001/05/07  00:52:18
3557         Log: Subject: [PATCH t/op/my_stash.t] Naughty?
3558              From: Robin Houston <robin@kitsite.com>
3559              Date: Sun, 6 May 2001 14:47:02 +0100
3560              Message-ID: <20010506144702.A6308@penderel>
3561      Branch: perl
3562            ! t/op/my_stash.t
3563 ____________________________________________________________________________
3564 [ 10010] By: jhi                                   on 2001/05/06  15:07:51
3565         Log: Subject: Perl book, magazine and website updates.
3566              From: Simon Cozens <simon@netthink.co.uk>
3567              Date: Sun, 6 May 2001 16:55:36 +0100
3568              Message-ID: <20010506165536.A1795@netthink.co.uk>
3569      Branch: perl
3570            ! pod/perlbook.pod pod/perlfaq2.pod
3571 ____________________________________________________________________________
3572 [ 10009] By: jhi                                   on 2001/05/06  14:11:40
3573         Log: Tweaks on the Tru64 prof options.
3574      Branch: perl
3575            ! pod/perlhack.pod
3576 ____________________________________________________________________________
3577 [ 10008] By: jhi                                   on 2001/05/06  13:51:49
3578         Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
3579              From: Robin Houston <robin@kitsite.com>
3580              Date: Sun, 6 May 2001 14:40:51 +0100
3581              Message-ID: <20010506144051.A6279@penderel>
3582      Branch: perl
3583            ! t/pod/testp2pt.pl
3584 ____________________________________________________________________________
3585 [ 10007] By: jhi                                   on 2001/05/06  13:49:31
3586         Log: Subject: [PATCH B::Deparse] scoping
3587              From: Robin Houston <robin@kitsite.com>
3588              Date: Sun, 6 May 2001 14:36:56 +0100
3589              Message-ID: <20010506143656.A4006@penderel>
3590      Branch: perl
3591            ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
3592 ____________________________________________________________________________
3593 [ 10006] By: jhi                                   on 2001/05/06  13:24:12
3594         Log: Document the undefinedness of bitshifting out of range.
3595      Branch: perl
3596            ! pod/perlop.pod
3597 ____________________________________________________________________________
3598 [ 10005] By: jhi                                   on 2001/05/06  13:03:17
3599         Log: Retract #10003 and update the IDE descriptions a bit.
3600      Branch: perl
3601            ! pod/perlfaq3.pod
3602 ____________________________________________________________________________
3603 [ 10004] By: jhi                                   on 2001/05/06  03:02:41
3604         Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
3605              From: Prymmer/Kahn <pvhp@best.com>
3606              Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
3607              Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
3608      Branch: perl
3609            ! win32/Makefile win32/buildext.pl win32/config.bc
3610            ! win32/config.gc win32/config.vc
3611 ____________________________________________________________________________
3612 [ 10003] By: jhi                                   on 2001/05/05  20:24:44
3613         Log: (Retracted by #10005.)
3614      Branch: perl
3615            ! pod/perlfaq3.pod
3616 ____________________________________________________________________________
3617 [ 10002] By: jhi                                   on 2001/05/05  19:23:36
3618         Log: It's "psed", not "sed".
3619      Branch: perl
3620            ! x2p/s2p.PL
3621 ____________________________________________________________________________
3622 [ 10001] By: jhi                                   on 2001/05/05  18:35:38
3623         Log: Update Changes.
3624      Branch: perl
3625            ! Changes patchlevel.h
3626 ____________________________________________________________________________
3627 [ 10000] By: jhi                                   on 2001/05/05  18:32:15
3628         Log: Subject: Re: bleadperl make install fails due to "psed"
3629              From: andreas.koenig@anima.de (Andreas J. Koenig)
3630              Date: 05 May 2001 18:23:28 +0200
3631              Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
3632      Branch: perl
3633            ! x2p/Makefile.SH x2p/s2p.PL
3634 ____________________________________________________________________________
3635 [  9999] By: jhi                                   on 2001/05/05  18:28:09
3636         Log: AUTHORS updates.
3637      Branch: perl
3638            ! AUTHORS
3639 ____________________________________________________________________________
3640 [  9998] By: jhi                                   on 2001/05/05  18:16:00
3641         Log: Updates on the pods related to the modules included since 5.6.
3642              
3643              TODO: perltodo really could use major updating.
3644      Branch: perl
3645            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
3646            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
3647            ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
3648            ! pod/perlsyn.pod pod/perltodo.pod
3649 ____________________________________________________________________________
3650 [  9997] By: jhi                                   on 2001/05/05  17:35:17
3651         Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
3652              from Kurt Skauen.
3653      Branch: perl
3654            + hints/atheos.sh
3655            ! MANIFEST
3656 ____________________________________________________________________________
3657 [  9996] By: jhi                                   on 2001/05/05  17:25:00
3658         Log: Add preemptive #undefs for some of the shorter and more prone
3659              to collision regcomp.h #defines.  (Background: the MASK collided
3660              with a system header #define in Rhapsody.)
3661      Branch: perl
3662            ! regcomp.h
3663 ____________________________________________________________________________
3664 [  9995] By: jhi                                   on 2001/05/05  13:24:21
3665         Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
3666              From: Nicholas Clark <nick@ccl4.org>
3667              Date: Sat, 5 May 2001 14:46:39 +0100
3668              Message-ID: <20010505144639.O53513@plum.flirble.org>
3669              
3670              Add a test for the constants (if any) being processed correctly.
3671      Branch: perl
3672            ! utils/h2xs.PL
3673 ____________________________________________________________________________
3674 [  9994] By: jhi                                   on 2001/05/05  02:11:03
3675         Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
3676              From: Peter Prymmer <pvhp@forte.com>
3677              Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
3678              Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
3679      Branch: perl
3680            ! t/lib/b-stash.t
3681 ____________________________________________________________________________
3682 [  9993] By: jhi                                   on 2001/05/05  02:03:49
3683         Log: Subject: [PATCH: perl@9973] fix const poisioning in  PerlIO_openn->fdopen->openn
3684              From: Peter Prymmer <pvhp@forte.com>
3685              Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
3686              Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
3687      Branch: perl
3688            ! perlio.c vms/vmsish.h
3689 ____________________________________________________________________________
3690 [  9992] By: jhi                                   on 2001/05/04  17:21:12
3691         Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
3692              From: Robin Barker <rmb1@cise.npl.co.uk>
3693              Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
3694              Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
3695      Branch: perl
3696            + t/pod/plainer.t
3697            ! MANIFEST
3698 ____________________________________________________________________________
3699 [  9991] By: jhi                                   on 2001/05/04  16:47:45
3700         Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
3701              From: Robin Barker <rmb1@cise.npl.co.uk>
3702              Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
3703              Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
3704      Branch: perl
3705            ! regcomp.c
3706 ____________________________________________________________________________
3707 [  9990] By: jhi                                   on 2001/05/04  14:37:20
3708         Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
3709              From: Prymmer/Kahn <pvhp@best.com>
3710              Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
3711              Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
3712      Branch: perl
3713            ! t/lib/b-stash.t
3714 ____________________________________________________________________________
3715 [  9989] By: jhi                                   on 2001/05/04  14:03:58
3716         Log: Introduce perl572delta, update Todo, add the missing
3717              mention about signal safety since 5.7.1 (though this
3718              requires verification and more details.)
3719      Branch: perl
3720            + pod/perl572delta.pod
3721            ! MANIFEST Todo pod/perl571delta.pod
3722 ____________________________________________________________________________
3723 [  9988] By: jhi                                   on 2001/05/04  12:41:51
3724         Log: Subject: [PATCH perl@9944] long =item
3725              From: Robin Barker <rmb1@cise.npl.co.uk>
3726              Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
3727              Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
3728      Branch: perl
3729            ! ext/Time/HiRes/HiRes.pm
3730 ____________________________________________________________________________
3731 [  9987] By: jhi                                   on 2001/05/04  12:39:19
3732         Log: The #9901 had removed one line essential for EBCDIC.
3733      Branch: perl
3734            ! regcomp.c
3735 ____________________________________________________________________________
3736 [  9986] By: jhi                                   on 2001/05/04  12:30:23
3737         Log: Subject: cygwin/Makefile.SHs INSTALL patch
3738              From: Reini Urban <rurban@sbox.tu-graz.ac.at>
3739              Date: Mon, 08 Jan 2001 04:59:21 +0200
3740              Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at> 
3741      Branch: perl
3742            ! cygwin/Makefile.SHs
3743 ____________________________________________________________________________
3744 [  9985] By: jhi                                   on 2001/05/04  03:51:39
3745         Log: Encode/IO doc tweaks.
3746      Branch: perl
3747            ! ext/Encode/Encode.pm
3748 ____________________________________________________________________________
3749 [  9984] By: jhi                                   on 2001/05/04  03:29:34
3750         Log: Remove GDBM_File from the dynamic extensions for UTS,
3751              GDBM is not a standard feature.
3752      Branch: perl
3753            ! hints/uts.sh
3754 ____________________________________________________________________________
3755 [  9983] By: jhi                                   on 2001/05/04  03:22:59
3756         Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
3757      Branch: perl
3758            ! pod/perlretut.pod
3759 ____________________________________________________________________________
3760 [  9982] By: jhi                                   on 2001/05/03  23:21:03
3761         Log: Subject: [PATCH] Let sv_dump understand GvSHARED
3762              From: Benjamin Sugars <bsugars@canoe.ca>
3763              Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
3764              Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
3765      Branch: perl
3766            ! dump.c
3767 ____________________________________________________________________________
3768 [  9981] By: jhi                                   on 2001/05/03  23:20:05
3769         Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
3770              From: Benjamin Sugars <bsugars@canoe.ca>
3771              Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
3772              Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
3773      Branch: perl
3774            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
3775 ____________________________________________________________________________
3776 [  9980] By: jhi                                   on 2001/05/03  23:15:29
3777         Log: Integrate perlio.
3778      Branch: perl
3779           !> ext/Encode/Encode.pm
3780 ____________________________________________________________________________
3781 [  9979] By: jhi                                   on 2001/05/03  16:54:59
3782         Log: Install psed man page.
3783      Branch: perl
3784            ! installman
3785 ____________________________________________________________________________
3786 [  9978] By: jhi                                   on 2001/05/03  16:45:58
3787         Log: Remove unused files; noted by Sarathy.
3788      Branch: perl
3789            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
3790            ! MANIFEST
3791 ____________________________________________________________________________
3792 [  9977] By: jhi                                   on 2001/05/03  16:42:30
3793         Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
3794              From: Andy Dougherty <doughera@lafayette.edu>
3795              Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
3796              Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
3797      Branch: perl
3798            ! INSTALL
3799 ____________________________________________________________________________
3800 [  9976] By: nick                                  on 2001/05/03  16:40:42
3801         Log: Allow $answer = encode($object,$text); like it says in docs.
3802      Branch: perlio
3803            ! ext/Encode/Encode.pm
3804 ____________________________________________________________________________
3805 [  9975] By: nick                                  on 2001/05/03  16:22:30
3806         Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
3807              to be in scope (fair enough), and also a package variable (our) for eval to see it.
3808      Branch: perlio
3809            ! ext/Encode/Encode.pm
3810 ____________________________________________________________________________
3811 [  9974] By: nick                                  on 2001/05/03  15:48:17
3812         Log: Integrate mainline.
3813      Branch: perlio
3814           +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
3815           +> t/lib/filter-simple.t t/lib/next.t
3816           !> (integrate 70 files)
3817 ____________________________________________________________________________
3818 [  9973] By: jhi                                   on 2001/05/03  13:09:09
3819         Log: Update Changes.
3820      Branch: perl
3821            ! Changes patchlevel.h
3822 ____________________________________________________________________________
3823 [  9972] By: jhi                                   on 2001/05/03  12:58:33
3824         Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
3825              From: Prymmer/Kahn <pvhp@best.com>
3826              Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
3827              Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
3828      Branch: perl
3829            ! t/io/fflush.t
3830 ____________________________________________________________________________
3831 [  9971] By: jhi                                   on 2001/05/03  12:57:26
3832         Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
3833              From: Prymmer/Kahn <pvhp@best.com>
3834              Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
3835              Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
3836      Branch: perl
3837            ! win32/FindExt.pm
3838 ____________________________________________________________________________
3839 [  9970] By: jhi                                   on 2001/05/03  02:42:46
3840         Log: Can't croak sans thread context, from Doug MacEachern.
3841      Branch: perl
3842            ! toke.c
3843 ____________________________________________________________________________
3844 [  9969] By: jhi                                   on 2001/05/03  01:23:48
3845         Log: Subject: Random input test and Perl
3846              From: Ilya Zakharevich <ilya@math.berkeley.edu>
3847              Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
3848              Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
3849      Branch: perl
3850            ! toke.c
3851 ____________________________________________________________________________
3852 [  9968] By: jhi                                   on 2001/05/02  22:17:21
3853         Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
3854              From: Peter Prymmer <pvhp@forte.com>
3855              Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
3856              Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
3857      Branch: perl
3858            ! pod/perlfunc.pod pod/perlport.pod
3859 ____________________________________________________________________________
3860 [  9967] By: jhi                                   on 2001/05/02  20:12:45
3861         Log: Workaround for UTS compiler casting bug from Hal Morris.
3862      Branch: perl
3863            ! perl.h
3864 ____________________________________________________________________________
3865 [  9966] By: jhi                                   on 2001/05/02  18:31:37
3866         Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS 
3867              From: Dan Sugalski <dan@sidhe.org>
3868              Date: Wed, 02 May 2001 15:23:22 -0400
3869              Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
3870      Branch: perl
3871            ! perl.c vms/vms.c
3872 ____________________________________________________________________________
3873 [  9965] By: jhi                                   on 2001/05/02  18:21:29
3874         Log: Minor doc tweaks on endianness, closes bug 20010327.004.
3875      Branch: perl
3876            ! pod/perlfunc.pod
3877 ____________________________________________________________________________
3878 [  9964] By: jhi                                   on 2001/05/02  18:15:01
3879         Log: Document large files in INSTALL, document also the %x
3880              limitation if not use64bitint, closes bug 20010326.007.
3881      Branch: perl
3882            ! INSTALL
3883 ____________________________________________________________________________
3884 [  9963] By: jhi                                   on 2001/05/02  17:24:47
3885         Log: perlmodlib tweaks; regen pods.
3886      Branch: perl
3887            ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
3888            ! pod/perltoc.pod
3889 ____________________________________________________________________________
3890 [  9962] By: jhi                                   on 2001/05/02  17:14:00
3891         Log: Fix for a segfault, from Marc Lehmann.
3892      Branch: perl
3893            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
3894 ____________________________________________________________________________
3895 [  9961] By: jhi                                   on 2001/05/02  15:55:53
3896         Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
3897              From: "Philip Newton" <pnewton@gmx.de>
3898              Date: Wed, 2 May 2001 18:39:03 +0200
3899              Message-ID: <3AF05447.15525.173B588@localhost>
3900      Branch: perl
3901            ! pod/perlop.pod
3902 ____________________________________________________________________________
3903 [  9960] By: jhi                                   on 2001/05/02  15:35:37
3904         Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
3905              From: Dan Sugalski <dan@sidhe.org>
3906              Date: Wed, 02 May 2001 11:37:27 -0400
3907              Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
3908      Branch: perl
3909            ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
3910            ! thread.h vms/vms.c vms/vmsish.h
3911 ____________________________________________________________________________
3912 [  9959] By: jhi                                   on 2001/05/02  15:21:08
3913         Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
3914              From: Benjamin Sugars <bsugars@canoe.ca>
3915              Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
3916              Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
3917      Branch: perl
3918            ! ext/PerlIO/Scalar/Scalar.xs
3919 ____________________________________________________________________________
3920 [  9958] By: jhi                                   on 2001/05/02  15:15:53
3921         Log: Bug in #9915, spotted by Mike Guy.
3922      Branch: perl
3923            ! installperl
3924 ____________________________________________________________________________
3925 [  9957] By: jhi                                   on 2001/05/02  13:26:01
3926         Log: Add a test for not griping about references as array
3927              indices if the reference has magic in it (overloaded
3928              methods).
3929      Branch: perl
3930            ! pod/perldiag.pod t/pragma/warn/pp_hot
3931 ____________________________________________________________________________
3932 [  9956] By: jhi                                   on 2001/05/02  13:07:01
3933         Log: Retracted a bit too much in #9952.
3934      Branch: perl
3935            ! t/pragma/sub_lval.t
3936 ____________________________________________________________________________
3937 [  9955] By: jhi                                   on 2001/05/02  13:05:38
3938         Log: Test for #9952.
3939      Branch: perl
3940            ! t/op/tie.t
3941 ____________________________________________________________________________
3942 [  9954] By: jhi                                   on 2001/05/02  11:48:18
3943         Log: Additional note on the encoding example: one cannot
3944              convert string constants in-place.
3945      Branch: perl
3946            ! ext/Encode/Encode.pm
3947 ____________________________________________________________________________
3948 [  9953] By: jhi                                   on 2001/05/02  11:43:51
3949         Log: Note that if you have recent enough Perl you already
3950              have Filter::Util::Call.
3951      Branch: perl
3952            ! lib/Filter/Simple.pm
3953 ____________________________________________________________________________
3954 [  9952] By: jhi                                   on 2001/05/02  11:31:53
3955         Log: Retract changes #8254 and #8255, causes coredump in
3956              'tie FH, "main"', reported by Abigail, culprit found by
3957              Benjamin Sugars.  Mirrors maintperl change #9950.
3958      Branch: perl
3959            ! op.c t/pragma/sub_lval.t
3960 ____________________________________________________________________________
3961 [  9951] By: jhi                                   on 2001/05/02  11:14:29
3962         Log: Forgot from #9942.  (Needed by t/lib/filter-simple.t.)
3963      Branch: perl
3964            + t/lib/MyFilter.pm
3965 ____________________________________________________________________________
3966 [  9950] By: gsar                                  on 2001/05/02  03:17:11
3967         Log: revert integration of changes#8254,8255 in change#8620 (causes
3968              a coredump in C<tie FH, 'foo'>; the idea itself may need better
3969              rationalization)
3970      Branch: maint-5.6/perl
3971            ! op.c t/pragma/sub_lval.t
3972 ____________________________________________________________________________
3973 [  9949] By: gsar                                  on 2001/05/02  02:56:32
3974         Log: integrate changes#9774,9814 from mainline (Unixware fixes)
3975              
3976              Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
3977              
3978              Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
3979      Branch: maint-5.6/perl
3980           !> hints/svr5.sh
3981 ____________________________________________________________________________
3982 [  9948] By: gsar                                  on 2001/05/02  02:49:15
3983         Log: pod/find.t breaks on VMS (from Craig Berry)
3984      Branch: maint-5.6/perl
3985            ! t/pod/find.t
3986 ____________________________________________________________________________
3987 [  9947] By: jhi                                   on 2001/05/02  02:43:09
3988         Log: Add an encoding conversion example.
3989      Branch: perl
3990            ! ext/Encode/Encode.pm
3991 ____________________________________________________________________________
3992 [  9946] By: jhi                                   on 2001/05/02  01:34:22
3993         Log: Another coat of paint but still nowhere finished.
3994              Need to decide on the semantics of strptime(): should
3995              strptime() be a function instead of a method?  To do
3996              the week/monthname-strptiming the i18n/l10n bullet needs
3997              to be bitten with gusto.
3998      Branch: perl
3999            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
4000 ____________________________________________________________________________
4001 [  9945] By: jhi                                   on 2001/05/01  23:40:52
4002         Log: Update Changes.
4003      Branch: perl
4004            ! Changes patchlevel.h
4005 ____________________________________________________________________________
4006 [  9944] By: jhi                                   on 2001/05/01  23:33:37
4007         Log: Add known-to-be-tested modules to the list-to-be-skipped.
4008      Branch: perl
4009            ! t/lib/1_compile.t
4010 ____________________________________________________________________________
4011 [  9943] By: jhi                                   on 2001/05/01  23:24:40
4012         Log: Subject: BorlandC++ fix
4013              From: "Vadim Konovalov" <watman@inbox.ru>
4014              Date: Mon, 30 Apr 2001 20:12:26 -0700
4015              Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
4016      Branch: perl
4017            ! win32/makefile.mk
4018 ____________________________________________________________________________
4019 [  9942] By: jhi                                   on 2001/05/01  23:18:02
4020         Log: Update to Filter::Simple 0.60, create a test for it.
4021      Branch: perl
4022            + t/lib/filter-simple.t
4023            ! MANIFEST lib/Filter/Simple.pm
4024 ____________________________________________________________________________
4025 [  9941] By: jhi                                   on 2001/05/01  19:47:24
4026         Log: Subject: Re: bleadperl: s/// failure with \b and /g 
4027              From: Hugo <hv@crypt.compulink.co.uk>
4028              Date: Tue, 01 May 2001 20:12:20 +0100
4029              Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
4030      Branch: perl
4031            ! pp_hot.c t/op/re_tests
4032 ____________________________________________________________________________
4033 [  9940] By: jhi                                   on 2001/05/01  19:42:16
4034         Log: Integrate perlio.
4035      Branch: perl
4036           !> lib/base.pm t/lib/fields.t
4037 ____________________________________________________________________________
4038 [  9939] By: jhi                                   on 2001/05/01  19:39:51
4039         Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
4040              From: Benjamin Sugars <bsugars@canoe.ca>
4041              Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
4042              Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
4043      Branch: perl
4044            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
4045 ____________________________________________________________________________
4046 [  9938] By: jhi                                   on 2001/05/01  19:34:09
4047         Log: Add NEXT, a pseudo-class for method redispatching.
4048              <Damian>NEXT.pm probably offers more bang-for-buck
4049              than anything else I've ever written.</Damian>
4050      Branch: perl
4051            + lib/NEXT.pm t/lib/next.t
4052            ! MANIFEST
4053 ____________________________________________________________________________
4054 [  9937] By: jhi                                   on 2001/05/01  19:21:41
4055         Log: Update to Switch 2.02.
4056      Branch: perl
4057            ! lib/Switch.pm t/lib/switch.t
4058 ____________________________________________________________________________
4059 [  9936] By: nick                                  on 2001/05/01  19:09:21
4060         Log: Fix for base.pm clobbering $VERSION
4061      Branch: perlio
4062            ! lib/base.pm
4063 ____________________________________________________________________________
4064 [  9935] By: nick                                  on 2001/05/01  18:54:38
4065         Log: Test for base.pm clobbering $VERSION.
4066      Branch: perlio
4067            ! t/lib/fields.t
4068 ____________________________________________________________________________
4069 [  9934] By: jhi                                   on 2001/05/01  18:39:10
4070         Log: Add information about Scalar::Util::blessed.
4071      Branch: perl
4072            ! pod/perlobj.pod
4073 ____________________________________________________________________________
4074 [  9933] By: jhi                                   on 2001/05/01  18:33:51
4075         Log: Subject: Extra UNIVERSAL documentation
4076              From: Mike Guy <mjtg@cam.ac.uk>
4077              Date: Tue, 01 May 2001 20:12:11 +0100
4078              Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
4079      Branch: perl
4080            ! pod/perlobj.pod
4081 ____________________________________________________________________________
4082 [  9932] By: jhi                                   on 2001/05/01  18:26:54
4083         Log: Subject: Autoflush in tests as appropriate
4084              From: Mike Guy <mjtg@cam.ac.uk>
4085              Date: Tue, 01 May 2001 20:05:31 +0100
4086              Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
4087      Branch: perl
4088            ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
4089            ! t/op/taint.t
4090 ____________________________________________________________________________
4091 [  9931] By: jhi                                   on 2001/05/01  18:02:29
4092         Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
4093              From: Benjamin Sugars <bsugars@canoe.ca>
4094              Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
4095              Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
4096      Branch: perl
4097            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
4098 ____________________________________________________________________________
4099 [  9930] By: jhi                                   on 2001/05/01  15:12:26
4100         Log: Subject: Re: Finally got a round tuit
4101              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4102              Date: Tue, 01 May 2001 14:14:10 +0200
4103              Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
4104              
4105              The -DP part, slightly modified.
4106      Branch: perl
4107            ! perl.c
4108 ____________________________________________________________________________
4109 [  9929] By: jhi                                   on 2001/05/01  14:17:15
4110         Log: Subject: Re: Finally got a round tuit
4111              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4112              Date: Tue, 01 May 2001 16:34:06 +0200
4113              Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
4114              
4115              cpp and optimization tweaks for HP-UX.
4116      Branch: perl
4117            ! hints/hpux.sh
4118 ____________________________________________________________________________
4119 [  9928] By: jhi                                   on 2001/05/01  13:24:20
4120         Log: Tune the scan_num() comments to reality.
4121      Branch: perl
4122            ! toke.c
4123 ____________________________________________________________________________
4124 [  9927] By: jhi                                   on 2001/05/01  13:14:01
4125         Log: Subject: [PATCH B::Deparse] optimised sort
4126              From: Robin Houston <robin@kitsite.com>
4127              Date: Tue, 1 May 2001 14:07:12 +0100
4128              Message-ID: <20010501140712.A4266@penderel>
4129      Branch: perl
4130            ! ext/B/B/Deparse.pm
4131 ____________________________________________________________________________
4132 [  9926] By: jhi                                   on 2001/05/01  13:10:53
4133         Log: Subject: [PATCH t/lib/b-deparse.t] 
4134              From: Robin Houston <robin@kitsite.com>
4135              Date: Tue, 1 May 2001 13:37:42 +0100
4136              Message-ID: <20010501133742.A4082@penderel>
4137      Branch: perl
4138            ! t/lib/b-deparse.t
4139 ____________________________________________________________________________
4140 [  9925] By: jhi                                   on 2001/05/01  13:10:13
4141         Log: Subject: [PATCH B::Deparse] for(;;), sort
4142              From: Robin Houston <robin@kitsite.com>
4143              Date: Tue, 1 May 2001 13:35:00 +0100
4144              Message-ID: <20010501133500.A4061@penderel>
4145      Branch: perl
4146            ! ext/B/B/Deparse.pm
4147 ____________________________________________________________________________
4148 [  9924] By: jhi                                   on 2001/05/01  13:09:22
4149         Log: Subject: [PATCH B::Deparse] do, warn, use
4150              From: Robin Houston <robin@kitsite.com>
4151              Date: Tue, 1 May 2001 13:31:03 +0100
4152              Message-ID: <20010501133103.A4041@penderel>
4153      Branch: perl
4154            ! ext/B/B/Deparse.pm
4155 ____________________________________________________________________________
4156 [  9923] By: jhi                                   on 2001/05/01  11:45:36
4157         Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
4158              From: Benjamin Sugars <ben.sugars@home.com>
4159              Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
4160              Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
4161      Branch: perl
4162            + t/io/fflush.t
4163            ! MANIFEST
4164 ____________________________________________________________________________
4165 [  9922] By: jhi                                   on 2001/05/01  11:35:42
4166         Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
4167              From: Peter Prymmer <pvhp@forte.com>
4168              Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
4169              Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
4170      Branch: perl
4171            ! t/lib/selfstubber.t
4172 ____________________________________________________________________________
4173 [  9921] By: jhi                                   on 2001/04/30  16:34:33
4174         Log: Subject: [PATCH B::Concise] suppress warning
4175              From: Robin Houston <robin@kitsite.com>
4176              Date: Mon, 30 Apr 2001 16:09:49 +0100
4177              Message-ID: <20010430160949.A25086@penderel>
4178      Branch: perl
4179            ! ext/B/B/Concise.pm
4180 ____________________________________________________________________________
4181 [  9920] By: jhi                                   on 2001/04/30  13:56:04
4182         Log: Strip the *markers* from #9919.
4183      Branch: perl
4184            ! pod/perlfaq.pod pod/perlfaq5.pod
4185 ____________________________________________________________________________
4186 [  9919] By: jhi                                   on 2001/04/30  13:54:04
4187         Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
4188              From: Gwyn Judd <b.judd@xtra.co.nz>
4189              Date: Sun, 29 Apr 2001 01:47:49 +1200
4190              Message-ID: <20010429014749.A4418@thislove>
4191      Branch: perl
4192            ! pod/perlfaq.pod pod/perlfaq5.pod
4193 ____________________________________________________________________________
4194 [  9918] By: jhi                                   on 2001/04/30  13:13:54
4195         Log: More_tweakage.
4196      Branch: perl
4197            ! pod/perldata.pod pod/perldiag.pod
4198 ____________________________________________________________________________
4199 [  9917] By: jhi                                   on 2001/04/30  13:01:27
4200         Log: Update Changes.
4201      Branch: perl
4202            ! Changes patchlevel.h
4203 ____________________________________________________________________________
4204 [  9916] By: jhi                                   on 2001/04/30  12:57:03
4205         Log: T_w_e_a_k_a_g_e.
4206      Branch: perl
4207            ! pod/perldata.pod pod/perldiag.pod
4208 ____________________________________________________________________________
4209 [  9915] By: jhi                                   on 2001/04/30  12:39:29
4210         Log: Install s2p also as psed.
4211              
4212              TODO: psed documentation?
4213      Branch: perl
4214            ! installperl
4215 ____________________________________________________________________________
4216 [  9914] By: jhi                                   on 2001/04/30  12:29:21
4217         Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
4218              From: Jens Hamisch <jens@Strawberry.COM>
4219              Date: Fri, 27 Apr 2001 17:00:36 +0200
4220              Message-ID: <20010427170036.K1372@Strawberry.COM>
4221              
4222              SOCKS5_VERSION_NAME is the right symbol to detect
4223              the presence of SOCKS5.  (HAS_SOCKS5_INIT is telling whether
4224              function called socks5_init() is available, and even that is
4225              not universal, most SOCKS5 installations use SOCKSinit()).
4226      Branch: perl
4227            ! perlio.c
4228 ____________________________________________________________________________
4229 [  9913] By: jhi                                   on 2001/04/30  12:22:15
4230         Log: Allow a zero timeout on IO::Socket accept and connect--
4231              though one really shouldn't do that.  Based on
4232              
4233              Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
4234              From: "John Holdsworth" <coldwave@bigfoot.com>
4235              Date: Sun, 4 Feb 2001 12:48:18 +0100
4236              Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
4237      Branch: perl
4238            ! ext/IO/lib/IO/Socket.pm
4239 ____________________________________________________________________________
4240 [  9912] By: jhi                                   on 2001/04/30  11:27:27
4241         Log: Save the spot of regprev (see #9911) for binary compatibility;
4242              regen API.
4243      Branch: perl
4244            ! embedvar.h perlapi.h thrdvar.h
4245 ____________________________________________________________________________
4246 [  9911] By: jhi                                   on 2001/04/30  11:22:03
4247         Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...] 
4248              From: Hugo <hv@crypt.compulink.co.uk>
4249              Date: Sun, 29 Apr 2001 17:09:30 +0100
4250              Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
4251      Branch: perl
4252            ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
4253 ____________________________________________________________________________
4254 [  9910] By: jhi                                   on 2001/04/30  11:15:12
4255         Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
4256              a dummy for PL_numeric_radix); no pressing reason to break
4257              binary compatibility; regen API.
4258      Branch: perl
4259            ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
4260            ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
4261 ____________________________________________________________________________
4262 [  9909] By: jhi                                   on 2001/04/30  10:56:08
4263         Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
4264              From: Walt Mankowski <waltman@netaxs.com>
4265              Date: Sun, 29 Apr 2001 21:53:48 -0400
4266              Message-ID: <20010429215348.A3971@netaxs.com>
4267      Branch: perl
4268            ! pod/perlfunc.pod
4269 ____________________________________________________________________________
4270 [  9908] By: jhi                                   on 2001/04/30  10:49:40
4271         Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
4272      Branch: perl
4273            ! t/lib/selfstubber.t
4274 ____________________________________________________________________________
4275 [  9907] By: nick                                  on 2001/04/30  09:26:50
4276         Log: Integrate mainline.
4277      Branch: perlio
4278           !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
4279 ____________________________________________________________________________
4280 [  9906] By: jhi                                   on 2001/04/29  23:24:20
4281         Log: Abigail spotted a thinko in #9905.
4282      Branch: perl
4283            ! pod/perldiag.pod
4284 ____________________________________________________________________________
4285 [  9905] By: jhi                                   on 2001/04/29  15:55:39
4286         Log: Changed the underscore/undebar syntax in numeric constants;
4287              now any grouping will do, as long as the underscores are not
4288              consecutive (so "zero-grouping" is out), and they do not begin
4289              or end the integer or fractional parts.
4290      Branch: perl
4291            ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
4292 ____________________________________________________________________________
4293 [  9904] By: nick                                  on 2001/04/29  15:43:22
4294         Log: Integrate mainline.
4295      Branch: perlio
4296           +> (branch 98 files)
4297            - lib/unicode/Block.pl
4298            - lib/unicode/In/AlphabeticPresentationForms.pl
4299            - lib/unicode/In/Arabic.pl
4300            - lib/unicode/In/ArabicPresentationForms-A.pl
4301            - lib/unicode/In/ArabicPresentationForms-B.pl
4302            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
4303            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
4304            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
4305            - lib/unicode/In/BopomofoExtended.pl
4306            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
4307            - lib/unicode/In/CJKCompatibility.pl
4308            - lib/unicode/In/CJKCompatibilityForms.pl
4309            - lib/unicode/In/CJKCompatibilityIdeographs.pl
4310            - lib/unicode/In/CJKRadicalsSupplement.pl
4311            - lib/unicode/In/CJKSymbolsandPunctuation.pl
4312            - lib/unicode/In/CJKUnifiedIdeographs.pl
4313            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
4314            - lib/unicode/In/Cherokee.pl
4315            - lib/unicode/In/CombiningDiacriticalMarks.pl
4316            - lib/unicode/In/CombiningHalfMarks.pl
4317            - lib/unicode/In/CombiningMarksforSymbols.pl
4318            - lib/unicode/In/ControlPictures.pl
4319            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
4320            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
4321            - lib/unicode/In/EnclosedAlphanumerics.pl
4322            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
4323            - lib/unicode/In/Ethiopic.pl
4324            - lib/unicode/In/GeneralPunctuation.pl
4325            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
4326            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
4327            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
4328            - lib/unicode/In/HalfwidthandFullwidthForms.pl
4329            - lib/unicode/In/HangulCompatibilityJamo.pl
4330            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
4331            - lib/unicode/In/Hebrew.pl
4332            - lib/unicode/In/HighPrivateUseSurrogates.pl
4333            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
4334            - lib/unicode/In/IPAExtensions.pl
4335            - lib/unicode/In/IdeographicDescriptionCharacters.pl
4336            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
4337            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
4338            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
4339            - lib/unicode/In/Latin-1Supplement.pl
4340            - lib/unicode/In/LatinExtended-A.pl
4341            - lib/unicode/In/LatinExtended-B.pl
4342            - lib/unicode/In/LatinExtendedAdditional.pl
4343            - lib/unicode/In/LetterlikeSymbols.pl
4344            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
4345            - lib/unicode/In/MathematicalOperators.pl
4346            - lib/unicode/In/MiscellaneousSymbols.pl
4347            - lib/unicode/In/MiscellaneousTechnical.pl
4348            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
4349            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
4350            - lib/unicode/In/OpticalCharacterRecognition.pl
4351            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
4352            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
4353            - lib/unicode/In/SmallFormVariants.pl
4354            - lib/unicode/In/SpacingModifierLetters.pl
4355            - lib/unicode/In/Specials.pl
4356            - lib/unicode/In/SuperscriptsandSubscripts.pl
4357            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
4358            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
4359            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
4360            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
4361            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
4362           !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
4363           !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
4364           !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
4365           !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
4366           !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
4367           !> utf8.c win32/Makefile
4368 ____________________________________________________________________________
4369 [  9903] By: jhi                                   on 2001/04/29  14:30:53
4370         Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
4371              From: Prymmer/Kahn <pvhp@best.com>
4372              Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
4373              Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
4374      Branch: perl
4375            ! win32/Makefile
4376 ____________________________________________________________________________
4377 [  9902] By: jhi                                   on 2001/04/29  02:52:44
4378         Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
4379              From: "Abigail" <abigail@foad.org>
4380              Date: Sun, 29 Apr 2001 03:14:25 +0200
4381              Message-ID: <20010429011425.24503.qmail@foad.org>
4382      Branch: perl
4383            ! ext/IO/lib/IO/Seekable.pm
4384 ____________________________________________________________________________
4385 [  9901] By: jhi                                   on 2001/04/29  02:04:46
4386         Log: In character classes one couldn't have 0x80..0xff characters
4387              at the left hand side if there were 0x100.. characters in the
4388              character class.
4389      Branch: perl
4390            ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
4391            ! t/op/pat.t utf8.c
4392 ____________________________________________________________________________
4393 [  9900] By: jhi                                   on 2001/04/28  22:55:04
4394         Log: Forgot the latest mktables.PL from #9899.
4395      Branch: perl
4396            ! lib/unicode/mktables.PL
4397 ____________________________________________________________________________
4398 [  9899] By: jhi                                   on 2001/04/28  22:53:28
4399         Log: Explain the \p{} and \P{} error message better and
4400              have prettier prettyprint in In.pl.
4401      Branch: perl
4402            ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
4403            ! pod/perldiag.pod
4404 ____________________________________________________________________________
4405 [  9898] By: jhi                                   on 2001/04/28  21:03:34
4406         Log: Add one possible explanation for the "Invalid [] range" error.
4407      Branch: perl
4408            ! pod/perldiag.pod
4409 ____________________________________________________________________________
4410 [  9897] By: jhi                                   on 2001/04/28  17:18:26
4411         Log: Add a level of indirection to the implementation of \p{InFoo}
4412              so that we don't have to have long filenames.  (Nothing changes
4413              in the user interface.)   The indirection is defined in
4414              the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
4415              Also rename some the character classes by removing '-' from
4416              the classnames, and finally renamed Block.pl as Blocks.pl.
4417      Branch: perl
4418            + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
4419            + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
4420            + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
4421            + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
4422            + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
4423            + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
4424            + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
4425            + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
4426            + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
4427            + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
4428            + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
4429            + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
4430            + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
4431            + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
4432            + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
4433            + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
4434            + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
4435            + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
4436            + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
4437            + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
4438            + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
4439            + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
4440            + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
4441            + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
4442            + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
4443            + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
4444            + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
4445            + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
4446            + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
4447            + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
4448            + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
4449            + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
4450            + lib/unicode/In/94.pl lib/unicode/In/95.pl
4451            - lib/unicode/Block.pl
4452            - lib/unicode/In/AlphabeticPresentationForms.pl
4453            - lib/unicode/In/Arabic.pl
4454            - lib/unicode/In/ArabicPresentationForms-A.pl
4455            - lib/unicode/In/ArabicPresentationForms-B.pl
4456            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
4457            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
4458            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
4459            - lib/unicode/In/BopomofoExtended.pl
4460            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
4461            - lib/unicode/In/CJKCompatibility.pl
4462            - lib/unicode/In/CJKCompatibilityForms.pl
4463            - lib/unicode/In/CJKCompatibilityIdeographs.pl
4464            - lib/unicode/In/CJKRadicalsSupplement.pl
4465            - lib/unicode/In/CJKSymbolsandPunctuation.pl
4466            - lib/unicode/In/CJKUnifiedIdeographs.pl
4467            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
4468            - lib/unicode/In/Cherokee.pl
4469            - lib/unicode/In/CombiningDiacriticalMarks.pl
4470            - lib/unicode/In/CombiningHalfMarks.pl
4471            - lib/unicode/In/CombiningMarksforSymbols.pl
4472            - lib/unicode/In/ControlPictures.pl
4473            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
4474            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
4475            - lib/unicode/In/EnclosedAlphanumerics.pl
4476            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
4477            - lib/unicode/In/Ethiopic.pl
4478            - lib/unicode/In/GeneralPunctuation.pl
4479            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
4480            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
4481            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
4482            - lib/unicode/In/HalfwidthandFullwidthForms.pl
4483            - lib/unicode/In/HangulCompatibilityJamo.pl
4484            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
4485            - lib/unicode/In/Hebrew.pl
4486            - lib/unicode/In/HighPrivateUseSurrogates.pl
4487            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
4488            - lib/unicode/In/IPAExtensions.pl
4489            - lib/unicode/In/IdeographicDescriptionCharacters.pl
4490            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
4491            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
4492            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
4493            - lib/unicode/In/Latin-1Supplement.pl
4494            - lib/unicode/In/LatinExtended-A.pl
4495            - lib/unicode/In/LatinExtended-B.pl
4496            - lib/unicode/In/LatinExtendedAdditional.pl
4497            - lib/unicode/In/LetterlikeSymbols.pl
4498            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
4499            - lib/unicode/In/MathematicalOperators.pl
4500            - lib/unicode/In/MiscellaneousSymbols.pl
4501            - lib/unicode/In/MiscellaneousTechnical.pl
4502            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
4503            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
4504            - lib/unicode/In/OpticalCharacterRecognition.pl
4505            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
4506            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
4507            - lib/unicode/In/SmallFormVariants.pl
4508            - lib/unicode/In/SpacingModifierLetters.pl
4509            - lib/unicode/In/Specials.pl
4510            - lib/unicode/In/SuperscriptsandSubscripts.pl
4511            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
4512            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
4513            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
4514            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
4515            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
4516            ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
4517            ! pod/perlunicode.pod
4518 ____________________________________________________________________________
4519 [  9896] By: jhi                                   on 2001/04/28  14:33:17
4520         Log: Update the information on shared library path on HP-UX.
4521      Branch: perl
4522            ! INSTALL
4523 ____________________________________________________________________________
4524 [  9895] By: jhi                                   on 2001/04/28  14:32:30
4525         Log: Because #9894 seems to do the trick, this workaround can be removed.
4526      Branch: perl
4527            ! t/lib/selfstubber.t
4528 ____________________________________________________________________________
4529 [  9894] By: jhi                                   on 2001/04/28  14:26:13
4530         Log: For PerlIO flush the children's file handles (on fork/exec/system).
4531      Branch: perl
4532            ! perl.h
4533 ____________________________________________________________________________
4534 [  9893] By: jhi                                   on 2001/04/28  14:23:15
4535         Log: Test tweak for #9891.
4536      Branch: perl
4537            ! t/lib/b-deparse.t
4538 ____________________________________________________________________________
4539 [  9892] By: jhi                                   on 2001/04/28  14:10:13
4540         Log: New HP-UX hints from Merijn.
4541      Branch: perl
4542            ! hints/hpux.sh
4543 ____________________________________________________________________________
4544 [  9891] By: jhi                                   on 2001/04/28  14:07:27
4545         Log: Subject: [PATCH B::Deparse] non-block scopes
4546              From: Robin Houston <robin@kitsite.com>
4547              Date: Fri, 27 Apr 2001 19:15:14 +0100
4548              Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
4549      Branch: perl
4550            ! ext/B/B/Deparse.pm
4551 ____________________________________________________________________________
4552 [  9890] By: nick                                  on 2001/04/27  19:41:25
4553         Log: Integrate mainline
4554      Branch: perlio
4555           +> t/lib/selfstubber.t
4556           !> (integrate 50 files)
4557 ____________________________________________________________________________
4558 [  9889] By: jhi                                   on 2001/04/27  18:23:46
4559         Log: Subject: Re: selfstubber test fail on bleadperl
4560              From: Mike Guy <mjtg@cam.ac.uk>
4561              Date: Fri, 27 Apr 2001 19:31:18 +0100
4562              Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
4563      Branch: perl
4564            ! t/lib/selfstubber.t
4565 ____________________________________________________________________________
4566 [  9888] By: jhi                                   on 2001/04/27  16:20:54
4567         Log: Test tweak for #9886.
4568      Branch: perl
4569            ! t/lib/b-deparse.t
4570 ____________________________________________________________________________
4571 [  9887] By: jhi                                   on 2001/04/27  16:16:33
4572         Log: Buffering issue at least in Solaris (even with perlio).
4573      Branch: perl
4574            ! t/lib/selfstubber.t
4575 ____________________________________________________________________________
4576 [  9886] By: jhi                                   on 2001/04/27  14:59:23
4577         Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
4578              From: Robin Houston <robin@kitsite.com>
4579              Date: Fri, 27 Apr 2001 16:53:20 +0100
4580              Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
4581      Branch: perl
4582            ! ext/B/B/Deparse.pm
4583 ____________________________________________________________________________
4584 [  9885] By: jhi                                   on 2001/04/27  14:23:51
4585         Log: Update Changes.
4586      Branch: perl
4587            ! Changes patchlevel.h
4588 ____________________________________________________________________________
4589 [  9884] By: jhi                                   on 2001/04/27  14:14:12
4590         Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
4591              From: "Philip Newton" <pnewton@gmx.de>
4592              Date: Fri, 27 Apr 2001 16:40:13 +0200
4593              Message-ID: <3AE9A0ED.5248.CEA127@localhost>
4594      Branch: perl
4595            ! pod/perldata.pod
4596 ____________________________________________________________________________
4597 [  9883] By: jhi                                   on 2001/04/27  13:28:19
4598         Log: Add LOG_PERROR; prettify the "removed".
4599      Branch: perl
4600            ! ext/Sys/Syslog/Syslog.xs
4601 ____________________________________________________________________________
4602 [  9882] By: jhi                                   on 2001/04/27  13:13:18
4603         Log: h2xs tweaks: use NV instead of double, "quote" the removed
4604              prefixes for clarity (especially when nothing is removed),
4605              slight pod reformats.
4606      Branch: perl
4607            ! utils/h2xs.PL
4608 ____________________________________________________________________________
4609 [  9881] By: jhi                                   on 2001/04/27  12:58:48
4610         Log: Don't bother creating existing directories.
4611      Branch: perl
4612            ! utils/h2xs.PL
4613 ____________________________________________________________________________
4614 [  9880] By: jhi                                   on 2001/04/27  12:45:39
4615         Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
4616              From: Mike Schilli <m@perlmeister.com>
4617              Date: Wed, 25 Apr 2001 01:29:21 -0700
4618              Message-id: <3AE68AE1.6A981723@perlmeister.com>
4619      Branch: perl
4620            ! utils/h2xs.PL
4621 ____________________________________________________________________________
4622 [  9879] By: jhi                                   on 2001/04/27  12:40:55
4623         Log: break is not yet Perl.  Added the template license also to README.
4624      Branch: perl
4625            ! utils/h2xs.PL
4626 ____________________________________________________________________________
4627 [  9878] By: jhi                                   on 2001/04/27  03:08:20
4628         Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
4629              From: Tim Jenness <t.jenness@jach.hawaii.edu>
4630              Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
4631              Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
4632      Branch: perl
4633            ! t/lib/xs-typemap.t
4634 ____________________________________________________________________________
4635 [  9877] By: jhi                                   on 2001/04/26  23:54:40
4636         Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
4637              From: "Abigail" <abigail@foad.org>
4638              Date: Fri, 27 Apr 2001 01:44:28 +0200
4639              Message-ID: <20010426234428.19786.qmail@foad.org>
4640      Branch: perl
4641            ! utils/h2xs.PL
4642 ____________________________________________________________________________
4643 [  9876] By: jhi                                   on 2001/04/26  23:52:06
4644         Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
4645              From: Peter Prymmer <pvhp@forte.com>
4646              Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
4647              Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
4648      Branch: perl
4649            ! t/lib/selfstubber.t
4650 ____________________________________________________________________________
4651 [  9875] By: jhi                                   on 2001/04/26  23:48:10
4652         Log: Deparse nits.
4653      Branch: perl
4654            ! ext/B/B/Deparse.pm t/lib/b-deparse.t
4655 ____________________________________________________________________________
4656 [  9874] By: jhi                                   on 2001/04/26  22:46:05
4657         Log: Document ANYOF_CLASS.
4658      Branch: perl
4659            ! regcomp.h
4660 ____________________________________________________________________________
4661 [  9873] By: jhi                                   on 2001/04/26  22:35:03
4662         Log: Subject: Re: [PATCH @9846] dumping ANYOF
4663              From: Hugo <hv@crypt.compulink.co.uk>
4664              Date: Thu, 26 Apr 2001 23:33:38 +0100
4665              Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
4666      Branch: perl
4667            ! regcomp.c regcomp.h
4668 ____________________________________________________________________________
4669 [  9872] By: jhi                                   on 2001/04/26  22:34:31
4670         Log: Subject: [PATCH] more for Devel::SelfStubber
4671              From: Nicholas Clark <nick@ccl4.org>
4672              Date: Fri, 27 Apr 2001 00:13:52 +0100
4673              Message-ID: <20010427001351.K88186@plum.flirble.org>
4674      Branch: perl
4675            ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
4676 ____________________________________________________________________________
4677 [  9871] By: jhi                                   on 2001/04/26  21:59:17
4678         Log: Subject: [PATCH B::Deparse] formats must be flush left
4679              From: Robin Houston <robin@kitsite.com>
4680              Date: Thu, 26 Apr 2001 23:54:29 +0100
4681              Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
4682      Branch: perl
4683            ! ext/B/B/Deparse.pm
4684 ____________________________________________________________________________
4685 [  9870] By: jhi                                   on 2001/04/26  21:57:37
4686         Log: If some of the constants are prefixes of others,
4687              the prefixes may never get recognized.  (See 20010426.006.)
4688      Branch: perl
4689            ! utils/h2xs.PL
4690 ____________________________________________________________________________
4691 [  9869] By: jhi                                   on 2001/04/26  21:50:42
4692         Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
4693              From: Chris Bongaarts <cab@tc.umn.edu>
4694              Date: Thu, 26 Apr 2001 17:10:31 -0500
4695              Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
4696      Branch: perl
4697            ! ext/Sys/Syslog/Syslog.xs
4698 ____________________________________________________________________________
4699 [  9868] By: jhi                                   on 2001/04/26  21:35:12
4700         Log: Further cuts and more docs from Graham Barr.
4701      Branch: perl
4702            ! ext/List/Util/lib/List/Util.pm
4703            ! ext/List/Util/lib/Scalar/Util.pm
4704 ____________________________________________________________________________
4705 [  9867] By: jhi                                   on 2001/04/26  21:18:57
4706         Log: Subject: [PATCH 5.7.1] DB_File-1.77
4707              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
4708              Date: Thu, 26 Apr 2001 22:37:53 +0100
4709              Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
4710      Branch: perl
4711            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
4712            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
4713 ____________________________________________________________________________
4714 [  9866] By: jhi                                   on 2001/04/26  21:12:31
4715         Log: Subject: [PATCH B::Deparse] fix easy bugs
4716              From: Robin Houston <robin@kitsite.com>
4717              Date: Thu, 26 Apr 2001 23:03:33 +0100
4718              Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
4719      Branch: perl
4720            ! ext/B/B/Deparse.pm
4721 ____________________________________________________________________________
4722 [  9865] By: jhi                                   on 2001/04/26  20:26:13
4723         Log: Update Changes.
4724      Branch: perl
4725            ! Changes patchlevel.h
4726 ____________________________________________________________________________
4727 [  9864] By: jhi                                   on 2001/04/26  19:27:48
4728         Log: Dethinko from Robin Houston.
4729      Branch: perl
4730            ! ext/B/B/Deparse.pm
4731 ____________________________________________________________________________
4732 [  9863] By: jhi                                   on 2001/04/26  19:10:35
4733         Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
4734              From: Robin Houston <robin@kitsite.com>
4735              Date: Thu, 26 Apr 2001 21:08:32 +0100
4736              Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
4737      Branch: perl
4738            ! ext/B/B/Deparse.pm
4739 ____________________________________________________________________________
4740 [  9862] By: jhi                                   on 2001/04/26  19:04:23
4741         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
4742              From: Robin Houston <robin@kitsite.com>
4743              Date: Thu, 26 Apr 2001 20:52:50 +0100
4744              Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
4745      Branch: perl
4746            ! ext/B/B/Deparse.pm
4747 ____________________________________________________________________________
4748 [  9861] By: jhi                                   on 2001/04/26  18:56:14
4749         Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
4750              From: Mike Guy <mjtg@cam.ac.uk>
4751              Date: Thu, 26 Apr 2001 14:22:40 +0100
4752              Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
4753      Branch: perl
4754            ! pod/perlobj.pod
4755 ____________________________________________________________________________
4756 [  9860] By: jhi                                   on 2001/04/26  18:46:42
4757         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
4758              From: Robin Houston <robin@kitsite.com>
4759              Date: Thu, 26 Apr 2001 20:34:29 +0100
4760              Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
4761              
4762              Hashes do not interpolate.
4763      Branch: perl
4764            ! ext/B/B/Deparse.pm
4765 ____________________________________________________________________________
4766 [  9859] By: jhi                                   on 2001/04/26  18:43:51
4767         Log: Subject: The Time::Piece conspiracy unmasked!!!
4768              From: Mike Guy <mjtg@cam.ac.uk>
4769              Date: Thu, 26 Apr 2001 19:02:50 +0100
4770              Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
4771              
4772              Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
4773              From: Mike Guy <mjtg@cam.ac.uk>
4774              Date: Thu, 26 Apr 2001 19:08:21 +0100
4775              Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
4776              
4777              Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
4778              From: Graham Barr <gbarr@pobox.com>
4779              Date: Thu, 26 Apr 2001 19:12:03 +0100
4780              Message-ID: <20010426191203.A70835@pobox.com>
4781              
4782              Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
4783      Branch: perl
4784            ! ext/List/Util/lib/List/Util.pm
4785            ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
4786 ____________________________________________________________________________
4787 [  9858] By: jhi                                   on 2001/04/26  18:17:42
4788         Log: Subject: [PATCH t/comp/proto.t] disable correct warning
4789              From: Robin Houston <robin@kitsite.com>
4790              Date: Thu, 26 Apr 2001 16:09:35 +0100
4791              Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
4792      Branch: perl
4793            ! t/comp/proto.t
4794 ____________________________________________________________________________
4795 [  9857] By: jhi                                   on 2001/04/26  18:04:59
4796         Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
4797              From: barries <barries@slaysys.com>
4798              Date: Thu, 26 Apr 2001 12:01:10 -0400
4799              Message-ID: <20010426120110.E29698@jester.slaysys.com>
4800      Branch: perl
4801            ! pod/perldiag.pod
4802 ____________________________________________________________________________
4803 [  9856] By: jhi                                   on 2001/04/26  18:03:33
4804         Log: Subject: [PATCH B::Deparse] fix string uninterpretation
4805              Date: Thu, 26 Apr 2001 17:13:41 +0100
4806              From: Robin Houston <robin@kitsite.com>
4807              Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
4808              
4809              Subject: Re: [PATCH B::Deparse] fix string uninterpretation
4810              From: Robin Houston <robin@kitsite.com>
4811              Date: Thu, 26 Apr 2001 18:44:29 +0100
4812              Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
4813      Branch: perl
4814            ! ext/B/B/Deparse.pm
4815 ____________________________________________________________________________
4816 [  9855] By: jhi                                   on 2001/04/26  17:56:04
4817         Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
4818              From: Robin Houston <robin@kitsite.com>
4819              Date: Thu, 26 Apr 2001 17:04:08 +0100
4820              Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
4821      Branch: perl
4822            ! ext/B/B/Deparse.pm
4823 ____________________________________________________________________________
4824 [  9854] By: jhi                                   on 2001/04/26  17:47:26
4825         Log: Subject: Re: Short test case for undef %stash:: crash
4826              From: Benjamin Sugars <bsugars@canoe.ca> 
4827              Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT) 
4828              Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
4829              Changed and moved the perldiag entry.
4830      Branch: perl
4831            ! gv.c pod/perldiag.pod
4832 ____________________________________________________________________________
4833 [  9853] By: jhi                                   on 2001/04/26  14:35:16
4834         Log: Beginnings of strptime().  Do not touch the wet paint.
4835      Branch: perl
4836            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
4837 ____________________________________________________________________________
4838 [  9852] By: jhi                                   on 2001/04/26  13:17:21
4839         Log: Retract #9851, core dumps from pod2man.
4840      Branch: perl
4841            ! regcomp.c
4842 ____________________________________________________________________________
4843 [  9851] By: jhi                                   on 2001/04/26  11:54:41
4844         Log: (Retracted by #9852.)
4845              
4846              Subject: [PATCH @9846] dumping ANYOF
4847              From: Hugo <hv@crypt.compulink.co.uk>
4848              Date: Thu, 26 Apr 2001 05:32:38 +0100
4849              Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
4850      Branch: perl
4851            ! regcomp.c
4852 ____________________________________________________________________________
4853 [  9850] By: jhi                                   on 2001/04/26  02:34:44
4854         Log: If ccflags was empty the _previous_ $* containing all the
4855              environment variables and Configure variables was used,
4856              which lead, among other bad things, into $ccflags being your
4857              uname -a output, which lead into test compile with cc failing,
4858              which lead into gcc being selected, which didn't work that well
4859              since gcc (ancient 2.8.1 in that particular box) wasn't too happy
4860              with large files, et cetera.
4861      Branch: perl
4862            ! hints/hpux.sh
4863 ____________________________________________________________________________
4864 [  9849] By: jhi                                   on 2001/04/26  01:44:57
4865         Log: Make selfstubber test more portable.
4866      Branch: perl
4867            ! t/lib/selfstubber.t
4868 ____________________________________________________________________________
4869 [  9848] By: jhi                                   on 2001/04/26  00:50:26
4870         Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
4871              From: Benjamin Sugars <ben.sugars@home.com>
4872              Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
4873              Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
4874      Branch: perl
4875            ! ext/Cwd/Cwd.xs
4876 ____________________________________________________________________________
4877 [  9847] By: jhi                                   on 2001/04/26  00:46:58
4878         Log: Subject: [PATCH: perl@9841] VMS updates
4879              From: Peter Prymmer <pvhp@forte.com>
4880              Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
4881              Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
4882      Branch: perl
4883            ! README.vms configure.com vms/descrip_mms.template
4884            ! vms/ext/filespec.t
4885 ____________________________________________________________________________
4886 [  9846] By: jhi                                   on 2001/04/26  00:11:56
4887         Log: re 'debug' was broken by #9084.
4888      Branch: perl
4889            ! ext/re/re.xs
4890 ____________________________________________________________________________
4891 [  9845] By: jhi                                   on 2001/04/25  22:33:17
4892         Log: Subject: [PATCH] test for Devel::SelfStubber
4893              From: Nicholas Clark <nick@ccl4.org>
4894              Date: Thu, 26 Apr 2001 00:00:54 +0100
4895              Message-ID: <20010426000054.D89026@plum.flirble.org>
4896      Branch: perl
4897            + t/lib/selfstubber.t
4898            ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
4899 ____________________________________________________________________________
4900 [  9844] By: jhi                                   on 2001/04/25  22:29:32
4901         Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
4902              From: Paul Johnson <paul@pjcj.net>
4903              Date: Thu, 26 Apr 2001 00:46:08 +0200
4904              Message-ID: <20010426004608.H2338@pjcj.net>
4905      Branch: perl
4906            ! ext/B/B/Concise.pm
4907 ____________________________________________________________________________
4908 [  9843] By: jhi                                   on 2001/04/25  22:28:28
4909         Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
4910              From: Peter Prymmer <pvhp@forte.com>
4911              Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
4912              Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
4913      Branch: perl
4914            ! ext/Cwd/Cwd.xs
4915 ____________________________________________________________________________
4916 [  9842] By: jhi                                   on 2001/04/25  20:58:12
4917         Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
4918              From: John Peacock <jpeacock@rowman.com>
4919              Date: Wed, 25 Apr 2001 17:30:26 -0400
4920              Message-ID: <3AE741F2.B3217464@rowman.com>
4921      Branch: perl
4922            ! lib/Math/BigInt.pm t/lib/bigintpm.t
4923 ____________________________________________________________________________
4924 [  9841] By: jhi                                   on 2001/04/25  20:07:05
4925         Log: Update Changes.
4926      Branch: perl
4927            ! Changes patchlevel.h
4928 ____________________________________________________________________________
4929 [  9840] By: jhi                                   on 2001/04/25  19:56:51
4930         Log: Yet another HP-UX hints version from Merijn.
4931      Branch: perl
4932            ! hints/hpux.sh
4933 ____________________________________________________________________________
4934 [  9839] By: jhi                                   on 2001/04/25  19:53:04
4935         Log: abs_path() didn't terminate the filename correctly,
4936              in DIRNAMLENless systems like HP-UX this would fail.
4937      Branch: perl
4938            ! ext/Cwd/Cwd.xs
4939 ____________________________________________________________________________
4940 [  9838] By: jhi                                   on 2001/04/25  16:37:26
4941         Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
4942              From: Mike Guy <mjtg@cam.ac.uk>
4943              Date: Wed, 25 Apr 2001 18:31:47 +0100
4944              Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
4945      Branch: perl
4946            ! op.c
4947 ____________________________________________________________________________
4948 [  9837] By: jhi                                   on 2001/04/25  16:21:53
4949         Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
4950              From: Jon Eveland <jweveland@yahoo.com>
4951              Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
4952              Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
4953      Branch: perl
4954            ! lib/perl5db.pl
4955 ____________________________________________________________________________
4956 [  9836] By: jhi                                   on 2001/04/25  14:17:50
4957         Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
4958              From: "Philip Newton" <pnewton@gmx.de>
4959              Date: Wed, 25 Apr 2001 17:05:58 +0200
4960              Message-ID: <3AE703F6.3234.1833C45@localhost>
4961      Branch: perl
4962            ! Porting/patching.pod
4963 ____________________________________________________________________________
4964 [  9835] By: jhi                                   on 2001/04/25  13:58:07
4965         Log: It would seem that both ar and full_ar need to be overridden
4966              for HP-UX to avoid the GNU ar.
4967      Branch: perl
4968            ! hints/hpux.sh
4969 ____________________________________________________________________________
4970 [  9834] By: jhi                                   on 2001/04/25  13:50:40
4971         Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
4972              From: "Philip Newton" <pnewton@gmx.de>
4973              Date: Wed, 25 Apr 2001 16:09:23 +0200
4974              Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
4975              
4976              Detypo.
4977      Branch: perl
4978            ! t/op/misc.t
4979 ____________________________________________________________________________
4980 [  9833] By: jhi                                   on 2001/04/25  12:36:11
4981         Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
4982      Branch: perl
4983            ! hints/hpux.sh
4984 ____________________________________________________________________________
4985 [  9832] By: jhi                                   on 2001/04/25  12:33:36
4986         Log: New version of HP-UX hints from Merijn.
4987      Branch: perl
4988            ! hints/hpux.sh
4989 ____________________________________________________________________________
4990 [  9831] By: jhi                                   on 2001/04/25  03:39:45
4991         Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
4992      Branch: perl
4993            ! hints/hpux.sh
4994 ____________________________________________________________________________
4995 [  9830] By: jhi                                   on 2001/04/25  02:53:25
4996         Log: The tzname[] bit is not needed by util.c -- and causes
4997              heartburn in VMS (and it missing was probably the cause of
4998              the Mac OS X trouble).  Ouch.
4999      Branch: perl
5000            ! ext/POSIX/POSIX.xs util.c
5001 ____________________________________________________________________________
5002 [  9829] By: jhi                                   on 2001/04/25  00:10:06
5003         Log: Metaconfig unit change for #9828.
5004      Branch: metaconfig
5005            ! U/compline/ccflags.U
5006 ____________________________________________________________________________
5007 [  9828] By: jhi                                   on 2001/04/25  00:04:18
5008         Log: Allow setting cppflags hints.  This may affect Darwin (Mac OS X)
5009              (which is actually the reason for the change, we need to pass
5010              cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
5011              EP/IX, OS/2, and TitanOS, based on the hints files.
5012      Branch: perl
5013            ! Configure config_h.SH
5014 ____________________________________________________________________________
5015 [  9827] By: jhi                                   on 2001/04/24  23:49:20
5016         Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
5017              the $cat must have an absolute path.
5018      Branch: perl
5019            ! makedepend.SH
5020 ____________________________________________________________________________
5021 [  9826] By: jhi                                   on 2001/04/24  23:40:53
5022         Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
5023      Branch: perl
5024            ! README.amiga
5025 ____________________________________________________________________________
5026 [  9825] By: jhi                                   on 2001/04/24  23:35:35
5027         Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
5028              From: "Philip Newton" <pnewton@gmx.de>
5029              Date: Tue, 24 Apr 2001 18:52:49 +0200
5030              Message-Id: <3AE5CB81.12234.1FC246F@localhost>
5031      Branch: perl
5032            ! x2p/find2perl.PL
5033 ____________________________________________________________________________
5034 [  9824] By: jhi                                   on 2001/04/24  23:33:07
5035         Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
5036              Some gcc specifics dropped out due to extensive rewriting;
5037              will be put back later as needed.
5038      Branch: perl
5039            ! hints/hpux.sh
5040 ____________________________________________________________________________
5041 [  9823] By: jhi                                   on 2001/04/24  23:27:57
5042         Log: Mac OS X patch for missing tzname definition from Paul Schinder.
5043      Branch: perl
5044            ! ext/POSIX/POSIX.xs
5045 ____________________________________________________________________________
5046 [  9822] By: jhi                                   on 2001/04/24  23:25:21
5047         Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
5048              From: Tim Jenness <t.jenness@jach.hawaii.edu>
5049              Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
5050              Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
5051      Branch: perl
5052            ! ext/XS/Typemap/Typemap.xs
5053 ____________________________________________________________________________
5054 [  9821] By: jhi                                   on 2001/04/24  23:24:10
5055         Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
5056              From: "Abigail" <abigail@foad.org>
5057              Date: Tue, 24 Apr 2001 23:12:03 +0200
5058              Message-ID: <20010424211203.7901.qmail@foad.org>
5059      Branch: perl
5060            ! pod/perlport.pod
5061 ____________________________________________________________________________
5062 [  9820] By: jhi                                   on 2001/04/24  23:23:15
5063         Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
5064              From: Matt Sergeant <matt@sergeant.org>
5065              Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
5066              Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
5067      Branch: perl
5068            ! pod/perlfaq4.pod
5069 ____________________________________________________________________________
5070 [  9819] By: nick                                  on 2001/04/24  18:49:43
5071         Log: Integrate mainline.
5072      Branch: perlio
5073           +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
5074           !> (integrate 37 files)
5075 ____________________________________________________________________________
5076 [  9818] By: jhi                                   on 2001/04/24  14:35:23
5077         Log: Update Changes.
5078      Branch: perl
5079            ! Changes patchlevel.h
5080 ____________________________________________________________________________
5081 [  9817] By: jhi                                   on 2001/04/24  14:09:17
5082         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries 
5083              From: "Philip Newton" <pnewton@gmx.de>
5084              Date: Tue, 24 Apr 2001 12:58:12 +0200
5085              Message-ID: <3AE57864.8304.B77A0A@localhost> 
5086              
5087              plus add CPAN to the list of modules that have their own tests.
5088      Branch: perl
5089            ! t/lib/1_compile.t
5090 ____________________________________________________________________________
5091 [  9816] By: jhi                                   on 2001/04/24  14:07:03
5092         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
5093              From: Michael G Schwern <schwern@pobox.com>
5094              Date: Sat, 21 Apr 2001 22:35:00 +0100
5095              Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
5096      Branch: perl
5097            ! t/lib/1_compile.t
5098 ____________________________________________________________________________
5099 [  9815] By: jhi                                   on 2001/04/24  13:54:32
5100         Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
5101              From: Robin Houston <robin@kitsite.com>
5102              Date: Tue, 24 Apr 2001 15:51:18 +0100
5103              Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
5104      Branch: perl
5105            ! ext/B/B/Deparse.pm
5106 ____________________________________________________________________________
5107 [  9814] By: jhi                                   on 2001/04/24  13:17:34
5108         Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
5109              From: Bill Glicker <billg@burrelles.com>
5110              Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
5111              Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
5112      Branch: perl
5113            ! hints/svr5.sh
5114 ____________________________________________________________________________
5115 [  9813] By: jhi                                   on 2001/04/24  12:54:23
5116         Log: Prevent path disclosure (probing for existence of filenames)
5117              using suidperl; bug id 20010322.218.
5118      Branch: perl
5119            ! perl.c pod/perldiag.pod
5120 ____________________________________________________________________________
5121 [  9812] By: jhi                                   on 2001/04/24  12:08:36
5122         Log: Retract #9811.
5123      Branch: perl
5124            ! ext/POSIX/POSIX.xs
5125 ____________________________________________________________________________
5126 [  9811] By: jhi                                   on 2001/04/24  11:57:35
5127         Log: (Retracted by #9812.)
5128      Branch: perl
5129            ! ext/POSIX/POSIX.xs
5130 ____________________________________________________________________________
5131 [  9810] By: jhi                                   on 2001/04/24  03:32:35
5132         Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
5133      Branch: perl
5134            ! util.c
5135 ____________________________________________________________________________
5136 [  9809] By: jhi                                   on 2001/04/24  03:16:13
5137         Log: The Math::BigFloat::import() was broken.
5138              (Fixes bug id 20010422.002.)
5139      Branch: perl
5140            ! lib/Math/BigFloat.pm
5141 ____________________________________________________________________________
5142 [  9808] By: jhi                                   on 2001/04/24  01:11:40
5143         Log: Additional dependencies; should help for parallel makes
5144              not to fail on missing lib/lib.pm or lib/re.pm.
5145      Branch: perl
5146            ! Makefile.SH
5147 ____________________________________________________________________________
5148 [  9807] By: jhi                                   on 2001/04/24  00:57:01
5149         Log: Update the test failure disclaimer.
5150      Branch: perl
5151            ! t/pragma/warn/pp_hot
5152 ____________________________________________________________________________
5153 [  9806] By: jhi                                   on 2001/04/24  00:54:04
5154         Log: Add make target "install-all" which is alias for "install"
5155              to cater for case-preserving filesystems like HFS+.
5156      Branch: perl
5157            ! INSTALL Makefile.SH
5158 ____________________________________________________________________________
5159 [  9805] By: jhi                                   on 2001/04/24  00:47:28
5160         Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
5161              From: Peter Prymmer <pvhp@forte.com>
5162              Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
5163              Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
5164              
5165              (Ken William's message forwarded from macosx@perl.org)
5166      Branch: perl
5167            ! hints/darwin.sh
5168 ____________________________________________________________________________
5169 [  9804] By: jhi                                   on 2001/04/23  23:57:35
5170         Log: Cut-and-pasto.
5171      Branch: perl
5172            ! perlio.c
5173 ____________________________________________________________________________
5174 [  9803] By: jhi                                   on 2001/04/23  23:52:25
5175         Log: More PerlIO robustness.
5176      Branch: perl
5177            ! perlio.c
5178 ____________________________________________________________________________
5179 [  9802] By: jhi                                   on 2001/04/23  23:43:35
5180         Log: Make the "STD* opened only for ..." errors more consistent.
5181      Branch: perl
5182            ! doio.c
5183 ____________________________________________________________________________
5184 [  9801] By: jhi                                   on 2001/04/23  23:34:26
5185         Log: Test case for #9800.
5186      Branch: perl
5187            ! t/op/misc.t
5188 ____________________________________________________________________________
5189 [  9800] By: jhi                                   on 2001/04/23  23:14:43
5190         Log: Avoid coredump on 'close STDERR; die' by making
5191              the PerlIO calls more robust.  Also use SETERRNO()
5192              instead of errno = to be more VMS-ready.
5193      Branch: perl
5194            ! perlio.c
5195 ____________________________________________________________________________
5196 [  9799] By: jhi                                   on 2001/04/23  21:41:10
5197         Log: Subject: test for ID 20010423.002
5198              From: Robin Houston <robin@kitsite.com>
5199              Date: Mon, 23 Apr 2001 16:52:21 +0100
5200              Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
5201      Branch: perl
5202            ! t/op/avhv.t
5203 ____________________________________________________________________________
5204 [  9798] By: jhi                                   on 2001/04/23  21:40:07
5205         Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
5206              From: David Dyck <dcd@tc.fluke.com>
5207              Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
5208              Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
5209      Branch: perl
5210            ! installperl
5211 ____________________________________________________________________________
5212 [  9797] By: jhi                                   on 2001/04/23  21:37:56
5213         Log: Subject: [PATCH] Implement Cwd::abs_path in XS
5214              From: Benjamin Sugars <bsugars@canoe.ca>
5215              Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
5216              Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
5217      Branch: perl
5218            ! ext/Cwd/Cwd.xs lib/Cwd.pm
5219 ____________________________________________________________________________
5220 [  9796] By: jhi                                   on 2001/04/23  21:29:24
5221         Log: Synchronize h2xs and pod2man some more on the documentation
5222              templates they propose.
5223      Branch: perl
5224            ! pod/pod2man.PL utils/h2xs.PL
5225 ____________________________________________________________________________
5226 [  9795] By: jhi                                   on 2001/04/23  17:30:40
5227         Log: Add one more naughty test for base64; make encoding logic cleaner.
5228      Branch: perl
5229            ! t/lib/mimeb64.t
5230 ____________________________________________________________________________
5231 [  9794] By: jhi                                   on 2001/04/23  13:51:32
5232         Log: Update Changes.
5233      Branch: perl
5234            ! Changes patchlevel.h
5235 ____________________________________________________________________________
5236 [  9793] By: jhi                                   on 2001/04/23  13:44:18
5237         Log: Duplicate lines.
5238      Branch: perl
5239            ! MANIFEST
5240 ____________________________________________________________________________
5241 [  9792] By: jhi                                   on 2001/04/23  13:39:13
5242         Log: Subject: Re: PATCH 5.7.1
5243              From: Mark-Jason Dominus <mjd@plover.com>
5244              Date: Mon, 23 Apr 2001 10:30:21 -0400
5245              Message-ID: <20010423143021.17335.qmail@plover.com>
5246      Branch: perl
5247            ! perl.h sv.c
5248 ____________________________________________________________________________
5249 [  9791] By: jhi                                   on 2001/04/23  13:32:40
5250         Log: Add the CPAN.pm 1.59_54 tests.
5251      Branch: perl
5252            + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
5253            ! MANIFEST
5254 ____________________________________________________________________________
5255 [  9790] By: jhi                                   on 2001/04/23  13:21:55
5256         Log: Subject: Deparse nit
5257              From: Robin Houston <robin@kitsite.com>
5258              Date: Mon, 23 Apr 2001 12:38:20 +0100
5259              Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
5260      Branch: perl
5261            ! ext/B/B/Deparse.pm
5262 ____________________________________________________________________________
5263 [  9789] By: jhi                                   on 2001/04/23  13:19:07
5264         Log: Subject: [PATCH] bug 20010423.002
5265              From: Robin Houston <robin@kitsite.com>
5266              Date: Mon, 23 Apr 2001 13:12:30 +0100
5267              Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
5268      Branch: perl
5269            ! pp.c
5270 ____________________________________________________________________________
5271 [  9788] By: jhi                                   on 2001/04/23  13:02:49
5272         Log: Subject: PATCH [5.7.1] hv.c unused #define
5273              From: Mark-Jason Dominus <mjd@plover.com>
5274              Date: Sun, 22 Apr 2001 14:17:49 -0400
5275              Message-ID: <20010422181749.26976.qmail@plover.com>
5276      Branch: perl
5277            ! hv.c
5278 ____________________________________________________________________________
5279 [  9787] By: jhi                                   on 2001/04/23  13:02:02
5280         Log: Subject: PATCH 5.7.1
5281              From: Mark-Jason Dominus <mjd@plover.com>
5282              Date: Sun, 22 Apr 2001 15:12:57 -0400
5283              Message-ID: <20010422191258.6539.qmail@plover.com>
5284              
5285              plus Sarathy's STMT_START + STMT_END suggestion.
5286      Branch: perl
5287            ! perl.h
5288 ____________________________________________________________________________
5289 [  9786] By: jhi                                   on 2001/04/23  12:53:25
5290         Log: Fix for
5291              
5292              Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
5293              From: dLux <dlux@spam.sch.bme.hu>
5294              Date: Mon, 23 Apr 2001 01:25:26 +0200
5295              Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
5296              
5297              (SvGROW really does return a char *.)
5298      Branch: perl
5299            ! pod/perlapi.pod sv.h
5300 ____________________________________________________________________________
5301 [  9785] By: jhi                                   on 2001/04/23  04:34:04
5302         Log: Time::Piece work continues.  $t->day removed since
5303              I think it's too confusing.  Now has normal and
5304              abbreviated length weekday names and month names,
5305              the names change with _names(), not _list().
5306              Now has strftime() in Perl, _strftime() is
5307              the libc version (to which strftime() falls back
5308              if it doesn't know the format.  To do: the reverse
5309              of strftime, strptime(), and the localisation of both.
5310      Branch: perl
5311            ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
5312            ! t/lib/time-piece.t
5313 ____________________________________________________________________________
5314 [  9784] By: jhi                                   on 2001/04/23  02:41:46
5315         Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using ' 
5316              From: andreas.koenig@anima.de (Andreas J. Koenig)
5317              Date: 23 Apr 2001 05:20:55 +0200
5318              Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
5319      Branch: perl
5320            ! t/pragma/overload.t
5321 ____________________________________________________________________________
5322 [  9783] By: jhi                                   on 2001/04/22  23:32:42
5323         Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
5324              From: Robin Houston <robin@kitsite.com>
5325              Date: Mon, 23 Apr 2001 00:38:18 +0100
5326              Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
5327      Branch: perl
5328            ! ext/B/B/Deparse.pm
5329 ____________________________________________________________________________
5330 [  9782] By: jhi                                   on 2001/04/22  20:55:43
5331         Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
5332              From: Simon Cozens <simon@netthink.co.uk>
5333              Date: Sun, 22 Apr 2001 18:47:25 +0100
5334              Message-ID: <20010422184725.A14411@netthink.co.uk>
5335      Branch: perl
5336            ! sv.c t/pragma/overload.t
5337 ____________________________________________________________________________
5338 [  9781] By: jhi                                   on 2001/04/22  20:52:13
5339         Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
5340              From: Robin Houston <robin@kitsite.com>
5341              Date: Sun, 22 Apr 2001 22:14:50 +0100
5342              Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
5343      Branch: perl
5344            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
5345 ____________________________________________________________________________
5346 [  9780] By: nick                                  on 2001/04/22  20:40:31
5347         Log: Integrate mainline.
5348      Branch: perlio
5349           +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
5350           +> t/lib/b-stash.t
5351           !> (integrate 38 files)
5352 ____________________________________________________________________________
5353 [  9779] By: jhi                                   on 2001/04/22  15:16:03
5354         Log: Subject: IO::Socket::INET patch
5355              From: andrew deryabin <djsf@technarchy.ru>
5356              Date: Sat, 21 Apr 2001 17:46:52 +0400
5357              Message-ID: <20010421174652.B1426@technarchy>
5358      Branch: perl
5359            ! ext/IO/lib/IO/Socket/INET.pm
5360 ____________________________________________________________________________
5361 [  9778] By: jhi                                   on 2001/04/22  15:14:33
5362         Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1 
5363              From: Mark-Jason Dominus <mjd@plover.com>
5364              Date: Sat, 21 Apr 2001 21:27:49 -0400
5365              Message-ID: <20010422012749.27024.qmail@plover.com>
5366      Branch: perl
5367            ! regcomp.c
5368 ____________________________________________________________________________
5369 [  9777] By: jhi                                   on 2001/04/22  15:10:51
5370         Log: Subject: Re: Regex debugger patch 
5371              From: Mark-Jason Dominus <mjd@plover.com>
5372              Date: Sat, 21 Apr 2001 21:48:51 -0400
5373              Message-ID: <20010422014851.27165.qmail@plover.com>
5374      Branch: perl
5375            ! pod/perldebguts.pod
5376 ____________________________________________________________________________
5377 [  9776] By: jhi                                   on 2001/04/22  15:09:48
5378         Log: Subject: Re: Regex debugger patch
5379              From: Mark-Jason Dominus <mjd@plover.com>
5380              Date: Sat, 21 Apr 2001 14:24:39 -0400
5381              Message-ID: <20010421182439.16508.qmail@plover.com>
5382              
5383              Regex debugger backend.
5384      Branch: perl
5385            ! regcomp.c regexp.h
5386 ____________________________________________________________________________
5387 [  9775] By: jhi                                   on 2001/04/21  16:45:40
5388         Log: Subject: [PATCH] Typo in utf8.h
5389              From: Jesús Quiroga <jquiroga@pobox.com>
5390              Date: Sat, 21 Apr 2001 19:25:33 +0200
5391              Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
5392      Branch: perl
5393            ! utf8.h
5394 ____________________________________________________________________________
5395 [  9774] By: jhi                                   on 2001/04/21  16:43:52
5396         Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
5397              From: Joe Orton <jorton@redhat.com>
5398              Date: Tue, 17 Apr 2001 15:50:43 +0100
5399              Message-Id: <20010417155043.D19132@eu.c2.net>
5400      Branch: perl
5401            ! hints/svr5.sh
5402 ____________________________________________________________________________
5403 [  9773] By: jhi                                   on 2001/04/21  15:30:15
5404         Log: Subject: Patch utils/h2xs.PL
5405              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
5406              Date: Sat, 21 Apr 2001 10:32:16 -0500
5407              Message-ID: <20010421103216.C14521@chaos.wustl.edu>
5408              
5409              Add MAILING list and LICENSE templates.
5410      Branch: perl
5411            ! utils/h2xs.PL
5412 ____________________________________________________________________________
5413 [  9772] By: jhi                                   on 2001/04/21  15:28:36
5414         Log: Subject: perlfaq2.patch for 5.7.1
5415              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
5416              Message-ID: <20010420164219.J3194@chaos.wustl.edu>
5417              Date: Fri, 20 Apr 2001 16:42:19 -0500
5418              
5419              rm an extra tab, a blurb about the xx.cpan to clarify
5420              which countries actually have that and dejanews is history
5421              as well as most of that nonsensical entry.
5422      Branch: perl
5423            ! pod/perlfaq2.pod
5424 ____________________________________________________________________________
5425 [  9771] By: jhi                                   on 2001/04/21  15:27:17
5426         Log: Subject: perlfaq1.patch for 5.7.1
5427              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
5428              Date: Fri, 20 Apr 2001 16:57:36 -0500
5429              Message-ID: <20010420165736.K3194@chaos.wustl.edu>
5430              
5431              Evil URLs must die. Especially when they are broken.
5432      Branch: perl
5433            ! pod/perlfaq1.pod
5434 ____________________________________________________________________________
5435 [  9770] By: jhi                                   on 2001/04/21  15:23:38
5436         Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
5437              From: Michael G Schwern <schwern@pobox.com>
5438              Date: Sat, 21 Apr 2001 16:11:12 +0100
5439              Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
5440      Branch: perl
5441            + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
5442            + t/lib/b-stash.t
5443            ! MANIFEST ext/B/B.pm t/lib/b.t
5444 ____________________________________________________________________________
5445 [  9769] By: jhi                                   on 2001/04/21  15:03:32
5446         Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
5447              From: Michael G Schwern <schwern@pobox.com>
5448              Date: Sat, 21 Apr 2001 09:48:00 +0100
5449              Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
5450      Branch: perl
5451            ! utils/h2ph.PL
5452 ____________________________________________________________________________
5453 [  9768] By: jhi                                   on 2001/04/21  14:33:49
5454         Log: PerlIO and Encode doc cleanup and tweaks.
5455      Branch: perl
5456            ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
5457            ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
5458 ____________________________________________________________________________
5459 [  9767] By: jhi                                   on 2001/04/21  12:40:16
5460         Log: Integrate perlio.
5461      Branch: perl
5462           !> doio.c
5463 ____________________________________________________________________________
5464 [  9766] By: nick                                  on 2001/04/20  18:28:35
5465         Log: Avoid core dump on
5466              open(STDOUT,">",\$foo);
5467      Branch: perlio
5468            ! doio.c
5469 ____________________________________________________________________________
5470 [  9765] By: jhi                                   on 2001/04/20  13:23:43
5471         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
5472              From: Robin Houston <robin@kitsite.com>
5473              Date: Fri, 20 Apr 2001 14:29:22 +0100
5474              Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
5475      Branch: perl
5476            ! ext/B/B.pm ext/B/B/Deparse.pm
5477 ____________________________________________________________________________
5478 [  9764] By: jhi                                   on 2001/04/20  13:19:33
5479         Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
5480              From: Peter Prymmer <pvhp@forte.com>
5481              Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
5482              Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
5483      Branch: perl
5484            ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
5485            ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
5486            ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
5487            ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
5488 ____________________________________________________________________________
5489 [  9763] By: jhi                                   on 2001/04/20  12:36:39
5490         Log: Subject: Re: A new PerlIO coredump
5491              From: Nick Ing-Simmons <nik@tiuk.ti.com>
5492              Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
5493              Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
5494      Branch: perl
5495            ! doio.c
5496 ____________________________________________________________________________
5497 [  9762] By: jhi                                   on 2001/04/19  23:02:30
5498         Log: Update Changes.
5499      Branch: perl
5500            ! Changes patchlevel.h
5501 ____________________________________________________________________________
5502 [  9761] By: jhi                                   on 2001/04/19  22:59:19
5503         Log: More cleanup cleanup.
5504      Branch: perl
5505            ! Makefile.SH win32/Makefile win32/makefile.mk
5506 ____________________________________________________________________________
5507 [  9760] By: jhi                                   on 2001/04/19  22:50:31
5508         Log: lib/Time is non-empty, let's not rmdir it.
5509      Branch: perl
5510            ! Makefile.SH
5511 ____________________________________________________________________________
5512 [  9759] By: jhi                                   on 2001/04/19  22:36:51
5513         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
5514              From: Robin Houston <robin@kitsite.com>
5515              Date: Fri, 20 Apr 2001 00:18:53 +0100
5516              Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
5517      Branch: perl
5518            ! ext/B/B/Deparse.pm
5519 ____________________________________________________________________________
5520 [  9758] By: jhi                                   on 2001/04/19  22:36:00
5521         Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
5522              From: Peter Prymmer <pvhp@forte.com>
5523              Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
5524              Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
5525      Branch: perl
5526            ! ext/Cwd/Cwd.xs
5527 ____________________________________________________________________________
5528 [  9757] By: nick                                  on 2001/04/19  18:53:54
5529         Log: Blind (untested) integrate of mainline.
5530      Branch: perlio
5531           +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
5532           +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
5533           +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
5534           !> (integrate 53 files)
5535 ____________________________________________________________________________
5536 [  9756] By: jhi                                   on 2001/04/19  16:59:23
5537         Log: Document and test Time::Piece.
5538      Branch: perl
5539            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
5540            ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
5541 ____________________________________________________________________________
5542 [  9755] By: jhi                                   on 2001/04/19  12:13:29
5543         Log: A better fix for the \x{12345678} trouble from NI-S.
5544      Branch: perl
5545            ! utf8.c
5546 ____________________________________________________________________________
5547 [  9754] By: jhi                                   on 2001/04/19  11:56:07
5548         Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
5549              From: Robin Houston <robin@kitsite.com>
5550              Date: Wed, 18 Apr 2001 17:58:33 +0100
5551              Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
5552      Branch: perl
5553            ! ext/B/B/Deparse.pm op.c
5554 ____________________________________________________________________________
5555 [  9753] By: jhi                                   on 2001/04/19  04:21:52
5556         Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
5557              From: "Kurt D. Starsinic" <kstar@wolfetech.com>
5558              Date: Thu, 19 Apr 2001 01:11:41 -0400
5559              Message-ID: <20010419011141.A5798@cpan.org>
5560      Branch: perl
5561            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
5562 ____________________________________________________________________________
5563 [  9752] By: jhi                                   on 2001/04/19  02:41:10
5564         Log: The new time utils need to be thread-aware, too.
5565      Branch: perl
5566            ! util.c
5567 ____________________________________________________________________________
5568 [  9751] By: jhi                                   on 2001/04/19  02:26:47
5569         Log: Compilation nit noticed by AIX compiler.
5570      Branch: perl
5571            ! perlio.c
5572 ____________________________________________________________________________
5573 [  9750] By: jhi                                   on 2001/04/19  02:20:06
5574         Log: The new time utils need to be public.
5575      Branch: perl
5576            ! embed.pl
5577 ____________________________________________________________________________
5578 [  9749] By: jhi                                   on 2001/04/19  01:42:39
5579         Log: Regen toc.
5580      Branch: perl
5581            ! pod/perltoc.pod
5582 ____________________________________________________________________________
5583 [  9748] By: jhi                                   on 2001/04/19  01:41:10
5584         Log: Add Time::Piece, a slight rewrite of Time::Object,
5585              from Matt Sergeant.
5586      Branch: perl
5587            + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
5588            + ext/Time/Piece/Piece.xs ext/Time/Piece/README
5589            + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
5590            ! MANIFEST configure.com djgpp/config.over epoc/config.sh
5591            ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
5592            ! win32/makefile.mk
5593 ____________________________________________________________________________
5594 [  9747] By: jhi                                   on 2001/04/19  00:55:35
5595         Log: The new metaconfig unit from strftime.
5596      Branch: metaconfig/U/perl
5597            + d_strftime.U
5598 ____________________________________________________________________________
5599 [  9746] By: jhi                                   on 2001/04/19  00:54:54
5600         Log: Move the strftime() wrapper from POSIX.xs to util.c
5601              as my_strftime(), requires HAS_STRFTIME.
5602      Branch: perl
5603            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5604            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
5605            ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
5606            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
5607            ! vos/config.ga.h win32/config.bc win32/config.gc
5608            ! win32/config.vc
5609 ____________________________________________________________________________
5610 [  9745] By: jhi                                   on 2001/04/18  23:11:03
5611         Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
5612              in preparation of Time::Piece.
5613      Branch: perl
5614            ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
5615 ____________________________________________________________________________
5616 [  9744] By: jhi                                   on 2001/04/18  22:33:12
5617         Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
5618              From: Peter Prymmer <pvhp@forte.com>
5619              Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
5620              Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
5621      Branch: perl
5622            ! t/lib/exporter.t
5623 ____________________________________________________________________________
5624 [  9743] By: jhi                                   on 2001/04/18  22:32:23
5625         Log: Subject: Fwd: pod2html leaves cache files lying around?
5626              From: Rajesh Vaidheeswarran <rv@gnu.org>
5627              Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
5628              Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
5629      Branch: perl
5630            ! lib/Pod/Html.pm
5631 ____________________________________________________________________________
5632 [  9742] By: jhi                                   on 2001/04/18  20:31:49
5633         Log: Update Changes.
5634      Branch: perl
5635            ! Changes patchlevel.h
5636 ____________________________________________________________________________
5637 [  9741] By: jhi                                   on 2001/04/18  20:23:02
5638         Log: Declare hints only if needed.
5639      Branch: perl
5640            ! ext/B/B/Deparse.pm
5641 ____________________________________________________________________________
5642 [  9740] By: jhi                                   on 2001/04/18  19:06:05
5643         Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
5644              bug noticed by Robin Houston; basically the code of detecting
5645              value wraparound was acting differently under different compilers
5646              and platforms.  The workaround is to remove the overflow check
5647              for now, a real fix would be to do the overflow (portably) right.
5648      Branch: perl
5649            ! t/op/pat.t utf8.c
5650 ____________________________________________________________________________
5651 [  9739] By: jhi                                   on 2001/04/18  19:01:23
5652         Log: Subject: [PATCH B::Deparse] some pragma support
5653              From: Robin Houston <robin@kitsite.com>
5654              Date: Wed, 18 Apr 2001 19:32:12 +0100
5655              Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
5656      Branch: perl
5657            ! ext/B/B/Deparse.pm
5658 ____________________________________________________________________________
5659 [  9738] By: jhi                                   on 2001/04/18  15:16:37
5660         Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
5661              From: Benjamin Sugars <bsugars@canoe.ca>
5662              Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
5663              Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
5664      Branch: perl
5665            ! t/op/glob.t
5666 ____________________________________________________________________________
5667 [  9737] By: jhi                                   on 2001/04/18  13:24:50
5668         Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
5669              From: Tim Jenness <t.jenness@jach.hawaii.edu>
5670              Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
5671              Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
5672      Branch: perl
5673            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
5674            ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
5675 ____________________________________________________________________________
5676 [  9736] By: jhi                                   on 2001/04/18  04:15:14
5677         Log: The #9735 also changes the subtest 12.
5678      Branch: perl
5679            ! t/lib/b.t
5680 ____________________________________________________________________________
5681 [  9735] By: jhi                                   on 2001/04/18  03:55:17
5682         Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
5683              From: David Dyck <dcd@tc.fluke.com>
5684              Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
5685              Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
5686      Branch: perl
5687            ! ext/B/B/Deparse.pm
5688 ____________________________________________________________________________
5689 [  9734] By: jhi                                   on 2001/04/18  03:54:11
5690         Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
5691              From: Gisle Aas <gisle@ActiveState.com>
5692              Date: 17 Apr 2001 19:06:45 -0700
5693              Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
5694      Branch: perl
5695            ! pp_hot.c t/op/misc.t
5696 ____________________________________________________________________________
5697 [  9733] By: jhi                                   on 2001/04/17  22:25:22
5698         Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
5699              From: "Abigail" <abigail@foad.org>
5700              Date: Wed, 18 Apr 2001 01:17:46 +0200
5701              Message-ID: <20010417231746.21657.qmail@foad.org>
5702      Branch: perl
5703            ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
5704 ____________________________________________________________________________
5705 [  9732] By: jhi                                   on 2001/04/17  20:47:56
5706         Log: Subject: Re: Deparse - parenthesise args to undeclared subs
5707              From: Robin Houston <robin@kitsite.com>
5708              Date: Tue, 17 Apr 2001 22:37:42 +0100
5709              Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
5710      Branch: perl
5711            ! ext/B/B/Deparse.pm
5712 ____________________________________________________________________________
5713 [  9731] By: nick                                  on 2001/04/17  20:46:35
5714         Log: Re-sync for t/lib/b.t fix
5715      Branch: perlio
5716           !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
5717 ____________________________________________________________________________
5718 [  9730] By: jhi                                   on 2001/04/17  20:45:29
5719         Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
5720              From: Robin Houston <robin@kitsite.com>
5721              Date: Tue, 17 Apr 2001 22:29:36 +0100
5722              Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
5723      Branch: perl
5724            ! ext/B/B.xs ext/B/B/Deparse.pm
5725 ____________________________________________________________________________
5726 [  9729] By: jhi                                   on 2001/04/17  20:43:11
5727         Log: Subject: Deparse - parenthesise args to undeclared subs
5728              From: Robin Houston <robin@kitsite.com>
5729              Date: Tue, 17 Apr 2001 21:31:05 +0100
5730              Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
5731      Branch: perl
5732            ! ext/B/B/Deparse.pm
5733 ____________________________________________________________________________
5734 [  9728] By: jhi                                   on 2001/04/17  18:57:30
5735         Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
5736              From: Benjamin Sugars <ben.sugars@home.com>
5737              Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
5738              Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
5739      Branch: perl
5740            ! t/lib/cwd.t
5741 ____________________________________________________________________________
5742 [  9727] By: jhi                                   on 2001/04/17  18:20:20
5743         Log: Subject: [PATCH B::Deparse] ambient pragmas
5744              From: Robin Houston <robin@kitsite.com>
5745              Date: Tue, 17 Apr 2001 20:01:59 +0100
5746              Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
5747      Branch: perl
5748            ! ext/B/B/Deparse.pm t/lib/b.t
5749 ____________________________________________________________________________
5750 [  9726] By: nick                                  on 2001/04/17  16:33:51
5751         Log: Integrate mainline (t/lib/b.t fails test 2...)
5752      Branch: perlio
5753           +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
5754           +> ext/List/Util/README ext/List/Util/Util.xs
5755           +> ext/List/Util/lib/List/Util.pm
5756           +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
5757           +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
5758           +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
5759           +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
5760           +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
5761           !> (integrate 31 files)
5762 ____________________________________________________________________________
5763 [  9725] By: jhi                                   on 2001/04/17  12:14:24
5764         Log: Subject: multiple B::* changes
5765              From: Robin Houston <robin@kitsite.com>
5766              Date: Thu, 12 Apr 2001 20:12:27 +0100
5767              Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
5768      Branch: perl
5769            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
5770 ____________________________________________________________________________
5771 [  9724] By: jhi                                   on 2001/04/17  11:59:05
5772         Log: Thread-awareness from Doug MacEachern.
5773      Branch: perl
5774            ! ext/List/Util/Util.xs
5775 ____________________________________________________________________________
5776 [  9723] By: jhi                                   on 2001/04/17  11:57:41
5777         Log: Make the test more portable.
5778      Branch: perl
5779            ! t/lib/cwd.t
5780 ____________________________________________________________________________
5781 [  9722] By: jhi                                   on 2001/04/17  11:53:50
5782         Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
5783              From: Benjamin Sugars <ben.sugars@home.com>
5784              Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
5785              Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
5786      Branch: perl
5787            ! t/lib/cwd.t
5788 ____________________________________________________________________________
5789 [  9721] By: jhi                                   on 2001/04/17  11:52:17
5790         Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
5791              From: Benjamin Sugars <bsugars@canoe.ca>
5792              Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
5793              Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
5794      Branch: perl
5795            ! op.c
5796 ____________________________________________________________________________
5797 [  9720] By: jhi                                   on 2001/04/17  11:35:42
5798         Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
5799              From: Chris Nandor <pudge@pobox.com>
5800              Date: Tue, 17 Apr 2001 00:30:49 -0400
5801              Message-Id: <p05100207b701768712de@[10.0.1.177]>
5802      Branch: perl
5803            ! ext/File/Glob/bsd_glob.c gv.c
5804 ____________________________________________________________________________
5805 [  9719] By: jhi                                   on 2001/04/17  11:32:13
5806         Log: Subject: [PATCH] Tweten->West
5807              From: Casey West <casey@geeknest.com>
5808              Date: Mon, 16 Apr 2001 12:11:22 -0400
5809              Message-ID: <20010416121122.B14554@stupid.geeknest.com>
5810      Branch: perl
5811            ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
5812            ! pod/perltie.pod
5813 ____________________________________________________________________________
5814 [  9718] By: jhi                                   on 2001/04/16  03:22:52
5815         Log: Update Changes.
5816      Branch: perl
5817            ! Changes patchlevel.h
5818 ____________________________________________________________________________
5819 [  9717] By: jhi                                   on 2001/04/16  03:06:28
5820         Log: Regen toc.
5821      Branch: perl
5822            ! pod/perltoc.pod
5823 ____________________________________________________________________________
5824 [  9716] By: jhi                                   on 2001/04/16  02:58:42
5825         Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
5826              From: Prymmer/Kahn <pvhp@best.com>
5827              Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
5828              Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
5829      Branch: perl
5830            ! utf8.c
5831 ____________________________________________________________________________
5832 [  9715] By: jhi                                   on 2001/04/15  23:40:35
5833         Log: Subject: Re: Net::Ping patch, adds stream protocol
5834              From: bronson@rinspin.com (Scott Bronson)
5835              Date: Tue, 10 Apr 2001 23:58:33 -0700
5836              Message-ID: <20010410235833.N29719@rinspin.com>
5837      Branch: perl
5838            ! lib/Net/Ping.pm
5839 ____________________________________________________________________________
5840 [  9714] By: jhi                                   on 2001/04/15  23:31:46
5841         Log: Printing out the ok messages helps successful testing.
5842      Branch: perl
5843            ! t/lib/time-hires.t
5844 ____________________________________________________________________________
5845 [  9713] By: jhi                                   on 2001/04/15  21:43:24
5846         Log: Update Douglas Wegscheid's email.
5847      Branch: perl
5848            ! AUTHORS
5849 ____________________________________________________________________________
5850 [  9712] By: jhi                                   on 2001/04/15  21:40:41
5851         Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
5852              From: Michael G Schwern <schwern@pobox.com>
5853              Date: Sat, 14 Apr 2001 22:40:50 +0100
5854              Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
5855      Branch: perl
5856            + t/lib/exporter.t
5857            ! MANIFEST lib/Exporter/Heavy.pm
5858 ____________________________________________________________________________
5859 [  9711] By: jhi                                   on 2001/04/15  21:39:21
5860         Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
5861              From: Michael G Schwern <schwern@pobox.com>
5862              Date: Sat, 14 Apr 2001 22:13:59 +0100
5863              Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
5864      Branch: perl
5865            ! t/op/loopctl.t
5866 ____________________________________________________________________________
5867 [  9710] By: jhi                                   on 2001/04/15  21:30:19
5868         Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
5869              From: Michael G Schwern <schwern@pobox.com>
5870              Date: Sat, 14 Apr 2001 22:05:32 +0100
5871              Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
5872      Branch: perl
5873            ! t/pragma/warnings.t
5874 ____________________________________________________________________________
5875 [  9709] By: jhi                                   on 2001/04/15  19:34:09
5876         Log: Integrate changes #9706,9707 from maintperl into mainline.
5877              
5878              change#7210 broke .packlist generation
5879              
5880              ExtUtils::Installed doesn't quote regex metacharacters in paths
5881              before using them in match; also make it work for dosish platforms
5882      Branch: perl
5883           !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
5884 ____________________________________________________________________________
5885 [  9708] By: jhi                                   on 2001/04/15  19:31:01
5886         Log: Test also the scalar aspect of getitimer().
5887      Branch: perl
5888            ! t/lib/time-hires.t
5889 ____________________________________________________________________________
5890 [  9707] By: gsar                                  on 2001/04/15  17:24:20
5891         Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
5892              before using them in match; also make it work for dosish platforms
5893      Branch: maint-5.6/perl
5894            ! lib/ExtUtils/Installed.pm
5895 ____________________________________________________________________________
5896 [  9706] By: gsar                                  on 2001/04/15  17:21:59
5897         Log: change#7210 broke .packlist generation (listed only filename
5898              rather than fully qualified path name)
5899      Branch: maint-5.6/perl
5900            ! lib/ExtUtils/Install.pm
5901 ____________________________________________________________________________
5902 [  9705] By: jhi                                   on 2001/04/15  12:36:33
5903         Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
5904      Branch: perl
5905            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
5906            ! t/lib/time-hires.t
5907 ____________________________________________________________________________
5908 [  9704] By: jhi                                   on 2001/04/15  10:49:08
5909         Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
5910              From: Prymmer/Kahn <pvhp@best.com>
5911              Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
5912              Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
5913      Branch: perl
5914            ! lib/utf8.pm pod/perlebcdic.pod
5915 ____________________________________________________________________________
5916 [  9703] By: jhi                                   on 2001/04/15  02:26:26
5917         Log: I keep forgetting to sort MANIFEST.
5918      Branch: perl
5919            ! MANIFEST
5920 ____________________________________________________________________________
5921 [  9702] By: jhi                                   on 2001/04/15  02:07:47
5922         Log: Add Scalar-List-Utils 1.02, from Graham Barr.
5923              Now we have blessed, reftype, tainted, first, reduce, ...
5924      Branch: perl
5925            + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
5926            + ext/List/Util/README ext/List/Util/Util.xs
5927            + ext/List/Util/lib/List/Util.pm
5928            + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
5929            + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
5930            + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
5931            + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
5932            + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
5933            ! MANIFEST
5934 ____________________________________________________________________________
5935 [  9701] By: jhi                                   on 2001/04/14  15:05:25
5936         Log: Subject: RE: dprofpp.pl updates 
5937              From: Carl Eklof <CEklof@endeca.com>
5938              Date: Thu, 12 Apr 2001 18:45:46 -0400
5939              Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
5940      Branch: perl
5941            ! utils/dprofpp.PL
5942 ____________________________________________________________________________
5943 [  9700] By: jhi                                   on 2001/04/14  14:44:55
5944         Log: Do not just blindly add CR.
5945      Branch: perl
5946            ! Porting/makerel
5947 ____________________________________________________________________________
5948 [  9699] By: jhi                                   on 2001/04/13  13:17:01
5949         Log: Update Changes.
5950      Branch: perl
5951            ! Changes patchlevel.h
5952 ____________________________________________________________________________
5953 [  9698] By: jhi                                   on 2001/04/13  12:44:48
5954         Log: Integrate perlio.
5955      Branch: perl
5956           !> ext/PerlIO/Scalar/Scalar.xs
5957 ____________________________________________________________________________
5958 [  9697] By: jhi                                   on 2001/04/13  12:29:15
5959         Log: Add more debug output to the test.
5960      Branch: perl
5961            ! t/lib/cwd.t
5962 ____________________________________________________________________________
5963 [  9696] By: nick                                  on 2001/04/13  10:14:29
5964         Log: Fix core dump on binmode($fh,'Scalar')
5965      Branch: perlio
5966            ! ext/PerlIO/Scalar/Scalar.xs
5967 ____________________________________________________________________________
5968 [  9695] By: nick                                  on 2001/04/13  09:05:42
5969         Log: Integrate mainline
5970      Branch: perlio
5971           +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
5972           +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
5973           +> t/lib/time-hires.t
5974           !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
5975           !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
5976           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
5977           !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
5978           !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
5979           !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
5980           !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
5981 ____________________________________________________________________________
5982 [  9694] By: jhi                                   on 2001/04/12  22:23:35
5983         Log: Integrate change #9693 from maintperl into mainline.
5984              
5985              $VERSION and Version() on the same line provokes a warning from
5986              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
5987      Branch: perl
5988           !> lib/Devel/SelfStubber.pm
5989 ____________________________________________________________________________
5990 [  9693] By: gsar                                  on 2001/04/12  21:55:56
5991         Log: $VERSION and Version() on the same line provokes a warning from
5992              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
5993      Branch: maint-5.6/perl
5994            ! lib/Devel/SelfStubber.pm
5995 ____________________________________________________________________________
5996 [  9692] By: jhi                                   on 2001/04/12  13:54:00
5997         Log: This is at least 5.005.
5998      Branch: perl
5999            ! ext/Time/HiRes/HiRes.xs
6000 ____________________________________________________________________________
6001 [  9691] By: jhi                                   on 2001/04/12  13:37:20
6002         Log: Non-UNIX platforms extensions update.  (Well, UTS is UNIX.)
6003      Branch: perl
6004            ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
6005            ! win32/Makefile win32/makefile.mk
6006 ____________________________________________________________________________
6007 [  9690] By: jhi                                   on 2001/04/12  01:34:46
6008         Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
6009      Branch: perl
6010            + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
6011            + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
6012            + t/lib/time-hires.t
6013            ! MANIFEST
6014 ____________________________________________________________________________
6015 [  9689] By: jhi                                   on 2001/04/12  00:28:39
6016         Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
6017              From: Gisle Aas <gisle@ActiveState.com>
6018              Date: 11 Apr 2001 16:36:11 -0700
6019              Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
6020      Branch: perl
6021            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
6022 ____________________________________________________________________________
6023 [  9688] By: jhi                                   on 2001/04/12  00:27:39
6024         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
6025              From: Gisle Aas <gisle@ActiveState.com>
6026              Date: 11 Apr 2001 11:13:24 -0700
6027              Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
6028      Branch: perl
6029            ! ext/MIME/Base64/Base64.xs
6030 ____________________________________________________________________________
6031 [  9687] By: jhi                                   on 2001/04/11  19:51:47
6032         Log: Slight update on the Todo list.  (Should integrate to Todo?) 
6033      Branch: perl
6034            ! Todo-5.6
6035 ____________________________________________________________________________
6036 [  9686] By: jhi                                   on 2001/04/11  16:54:25
6037         Log: Subject: [PATCH opcode.pl] Documentation of table format
6038              From: Simon Cozens <simon@netthink.co.uk>
6039              Date: Wed, 11 Apr 2001 12:59:31 +0100
6040              Message-ID: <20010411125931.A25681@netthink.co.uk>
6041      Branch: perl
6042            ! opcode.pl
6043 ____________________________________________________________________________
6044 [  9685] By: jhi                                   on 2001/04/11  16:53:15
6045         Log: Subject: [PATCH] prototype("CORE::recv")
6046              From: Simon Cozens <simon@netthink.co.uk>
6047              Date: Wed, 11 Apr 2001 13:24:35 +0100
6048              Message-ID: <20010411132435.A26169@netthink.co.uk>
6049      Branch: perl
6050            ! pp.c t/comp/proto.t
6051 ____________________________________________________________________________
6052 [  9684] By: jhi                                   on 2001/04/11  16:47:13
6053         Log: FAQ (and AUTHORS) update from Dan Carson: the information
6054              was several years obsolete, Term::Readkey has been updated
6055              to have the functionality.
6056      Branch: perl
6057            ! AUTHORS pod/perlfaq5.pod
6058 ____________________________________________________________________________
6059 [  9683] By: jhi                                   on 2001/04/11  12:15:46
6060         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
6061              From: Calle Dybedahl <calle@lysator.liu.se>
6062              Date: 10 Apr 2001 16:44:16 +0200
6063              Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
6064      Branch: perl
6065            ! ext/MIME/Base64/Base64.xs
6066 ____________________________________________________________________________
6067 [  9682] By: jhi                                   on 2001/04/11  12:12:26
6068         Log: A more minimal fix for 20010410.006 from Hugo.
6069      Branch: perl
6070            ! regexec.c
6071 ____________________________________________________________________________
6072 [  9681] By: jhi                                   on 2001/04/11  11:34:23
6073         Log: Integrate changes #9678,9679 from maintline into mainperl.
6074              
6075              addendum to change#9676
6076              
6077              up $File::Glob::VERSION; add a note pointing out the version of
6078              the OpenBSD glob bsd_glob.c resembles
6079      Branch: perl
6080           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
6081           !> ext/File/Glob/bsd_glob.h
6082 ____________________________________________________________________________
6083 [  9680] By: jhi                                   on 2001/04/11  11:30:38
6084         Log: Bad test numbering in integrate in #9677.
6085              Fixes ID 20010411.001.
6086      Branch: perl
6087            ! t/op/pat.t
6088 ____________________________________________________________________________
6089 [  9679] By: gsar                                  on 2001/04/11  03:38:40
6090         Log: up $File::Glob::VERSION; add a note pointing out the version of
6091              the OpenBSD glob bsd_glob.c resembles
6092      Branch: maint-5.6/perl
6093            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
6094            ! ext/File/Glob/bsd_glob.h
6095 ____________________________________________________________________________
6096 [  9678] By: gsar                                  on 2001/04/11  03:09:48
6097         Log: addendum to change#9676: some missing changes from OpenBSD glob.c
6098              revision 1.8.10.1 found here:
6099              
6100              http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
6101      Branch: maint-5.6/perl
6102            ! ext/File/Glob/bsd_glob.c
6103 ____________________________________________________________________________
6104 [  9677] By: jhi                                   on 2001/04/11  02:54:39
6105         Log: Integrate changes #9675,9676 from maintperl into mainline.
6106              
6107              fix for bug 20010410.006, undo change#7115
6108              
6109              port the OpenBSD glob() security patch
6110      Branch: perl
6111           !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
6112           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
6113           !> t/op/pat.t
6114 ____________________________________________________________________________
6115 [  9676] By: gsar                                  on 2001/04/11  02:19:02
6116         Log: port the glob() security patch found at:
6117              
6118              ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
6119              
6120              CERT advisory for the issue is here:
6121              
6122              http://www.cert.org/advisories/CA-2001-07.html
6123              
6124              Note that the security scare is only relevant for those who are
6125              foolish enough to build suidperl (which is now officially discouraged)
6126      Branch: maint-5.6/perl
6127            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
6128            ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
6129 ____________________________________________________________________________
6130 [  9675] By: gsar                                  on 2001/04/10  23:52:11
6131         Log: fix for bug 20010410.006
6132              
6133              undo change#7115 (came into maint-5.6 as change#8156)
6134              
6135              add tests to keep it from coming back
6136      Branch: maint-5.6/perl
6137            ! regexec.c t/op/pat.t
6138 ____________________________________________________________________________
6139 [  9674] By: nick                                  on 2001/04/10  20:39:31
6140         Log: Integrate mainline
6141      Branch: perlio
6142           +> Porting/testall.atom
6143           !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
6144           !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
6145           !> t/lib/lc-uk.t t/pod/find.t
6146 ____________________________________________________________________________
6147 [  9673] By: nick                                  on 2001/04/10  18:46:14
6148         Log: Integrate against change 9670 aka perl-5.7.1
6149      Branch: perlio
6150           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
6151           !> (integrate 53 files)
6152 ____________________________________________________________________________
6153 [  9672] By: jhi                                   on 2001/04/10  13:45:01
6154         Log: Add a script for doing cumulative profile of the test suite.
6155              (Requires ATOM, that is, Tru64.)
6156      Branch: perl
6157            + Porting/testall.atom
6158            ! MANIFEST
6159 ____________________________________________________________________________
6160 [  9671] By: jhi                                   on 2001/04/10  12:38:53
6161         Log: Missing std block.
6162      Branch: perl
6163            ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
6164            ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
6165            ! t/pod/find.t
6166 ____________________________________________________________________________
6167 [  9670] By: jhi                                   on 2001/04/10  01:25:58
6168         Log: This is 5.7.1.
6169      Branch: perl
6170            ! patchlevel.h
6171 ____________________________________________________________________________
6172 [  9669] By: jhi                                   on 2001/04/10  01:09:14
6173         Log: Update Changes.
6174      Branch: perl
6175            ! Changes patchlevel.h
6176 ____________________________________________________________________________
6177 [  9668] By: jhi                                   on 2001/04/10  01:00:38
6178         Log: Regen toc.
6179      Branch: perl
6180            ! pod/perltoc.pod
6181 ____________________________________________________________________________
6182 [  9667] By: jhi                                   on 2001/04/10  00:52:16
6183         Log: Update perlhist.
6184      Branch: perl
6185            ! pod/perlhist.pod
6186 ____________________________________________________________________________
6187 [  9666] By: jhi                                   on 2001/04/09  23:38:59
6188         Log: Slight wording tweaks from Damian to #9658.
6189      Branch: perl
6190            ! pod/perlobj.pod
6191 ____________________________________________________________________________
6192 [  9665] By: jhi                                   on 2001/04/09  19:56:06
6193         Log: Subject: [PATCH perlutil.pod] Nit
6194              From: Simon Cozens <simon@netthink.co.uk>
6195              Date: Mon, 9 Apr 2001 20:29:44 +0100
6196              Message-ID: <20010409202944.A14796@the.earth.li>
6197      Branch: perl
6198            ! pod/perlutil.pod
6199 ____________________________________________________________________________
6200 [  9664] By: jhi                                   on 2001/04/09  19:54:42
6201         Log: Subject: Re: perl571delta.pod@9631
6202              From: Mike Guy <mjtg@cam.ac.uk>
6203              Date: Mon, 09 Apr 2001 18:09:14 +0100
6204              Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
6205      Branch: perl
6206            ! pod/perl571delta.pod
6207 ____________________________________________________________________________
6208 [  9663] By: jhi                                   on 2001/04/09  13:43:35
6209         Log: Update Changes.
6210      Branch: perl
6211            ! Changes patchlevel.h
6212 ____________________________________________________________________________
6213 [  9662] By: jhi                                   on 2001/04/09  13:24:46
6214         Log: tweak tweak.
6215      Branch: perl
6216            ! AUTHORS pod/perl571delta.pod
6217 ____________________________________________________________________________
6218 [  9661] By: jhi                                   on 2001/04/09  13:15:13
6219         Log: Thinko in manual patch applying.
6220      Branch: perl
6221            ! sv.c
6222 ____________________________________________________________________________
6223 [  9660] By: jhi                                   on 2001/04/09  13:07:53
6224         Log: Subject: Re: [PATCH perl@9424] isn't numeric warning 
6225              From: Robin Barker <rmb1@cise.npl.co.uk> 
6226              Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
6227              Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
6228              
6229              (This corrects the case where the "isn't numeric" string contains \0s
6230              and is longer than the temporary buffer, and contains \0 at the point
6231              the string would be truncated by "...".) 
6232      Branch: perl
6233            ! sv.c
6234 ____________________________________________________________________________
6235 [  9659] By: jhi                                   on 2001/04/09  12:57:41
6236         Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
6237      Branch: perl
6238            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
6239            ! t/lib/cgi-function.t t/lib/cgi-html.t
6240 ____________________________________________________________________________
6241 [  9658] By: jhi                                   on 2001/04/09  12:48:47
6242         Log: Subject: [PATCH] Partial rewrite of perlobj.pod
6243              From: Ilmari Karonen <iltzu@sci.fi>
6244              Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
6245              Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
6246              
6247              Rearrange and rewrite the Method Invocation section
6248              to explain the concepts in nicer order.
6249      Branch: perl
6250            ! pod/perlobj.pod
6251 ____________________________________________________________________________
6252 [  9657] By: jhi                                   on 2001/04/09  12:35:58
6253         Log: Upgrade to podlators 1.09, from Russ Allbery.
6254      Branch: perl
6255            ! lib/Pod/Man.pm lib/Pod/Text.pm
6256 ____________________________________________________________________________
6257 [  9656] By: jhi                                   on 2001/04/09  12:31:53
6258         Log: perl571delta.
6259      Branch: perl
6260            ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
6261 ____________________________________________________________________________
6262 [  9655] By: jhi                                   on 2001/04/09  12:20:09
6263         Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
6264              From: Prymmer/Kahn <pvhp@best.com>
6265              Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
6266              Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
6267      Branch: perl
6268            ! lib/utf8.pm pod/perlunicode.pod
6269 ____________________________________________________________________________
6270 [  9654] By: gsar                                  on 2001/04/09  03:38:33
6271         Log: here lies 5.6.1
6272      Branch: maint-5.6/perl
6273            ! Changes
6274 ____________________________________________________________________________
6275 [  9653] By: jhi                                   on 2001/04/09  03:25:24
6276         Log: Update perlhist.
6277      Branch: perl
6278            ! pod/perlhist.pod
6279 ____________________________________________________________________________
6280 [  9652] By: jhi                                   on 2001/04/09  03:18:49
6281         Log: perl571delta tweaking continues.
6282      Branch: perl
6283            ! pod/perl571delta.pod
6284 ____________________________________________________________________________
6285 [  9651] By: gsar                                  on 2001/04/09  03:11:19
6286         Log: update Changes, patchlevel.h &c.
6287      Branch: maint-5.6/perl
6288            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
6289            ! pod/perltoc.pod
6290 ____________________________________________________________________________
6291 [  9650] By: jhi                                   on 2001/04/09  02:40:24
6292         Log: Integrate the perlfork half of #9513 from maintperl into mainline
6293              (the perlunicode half is obsolete)
6294      Branch: perl
6295            ! pod/perlfork.pod
6296 ____________________________________________________________________________
6297 [  9649] By: gsar                                  on 2001/04/09  02:35:43
6298         Log: tweak perldelta as suggested by Jarkko
6299      Branch: maint-5.6/perl
6300            ! pod/perldelta.pod
6301 ____________________________________________________________________________
6302 [  9648] By: jhi                                   on 2001/04/09  02:13:04
6303         Log: Integrate change #9646 from maintperl into mainline.
6304              
6305              add note about ithreads and Thread.pm
6306      Branch: perl
6307           !> ext/Thread/Thread.pm ext/Thread/Thread.xs
6308 ____________________________________________________________________________
6309 [  9647] By: jhi                                   on 2001/04/09  02:10:18
6310         Log: Bad assumption that shortsize == 2.
6311      Branch: perl
6312            ! t/lib/xs-typemap.t
6313 ____________________________________________________________________________
6314 [  9646] By: gsar                                  on 2001/04/09  00:48:04
6315         Log: add note about ithreads and Thread.pm (too many people are
6316              confused by the fact that Thread.pm is built and installed
6317              under non-5005threads but doesn't work)
6318      Branch: maint-5.6/perl
6319            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
6320 ____________________________________________________________________________
6321 [  9645] By: gsar                                  on 2001/04/09  00:19:03
6322         Log: update perldelta.pod for changes in 5.6.1
6323      Branch: maint-5.6/perl
6324            ! Changes pod/perldelta.pod
6325 ____________________________________________________________________________
6326 [  9644] By: jhi                                   on 2001/04/08  20:37:00
6327         Log: Integrate change #9639 from maintperl into mainline:
6328              on windows, many of the README.* pods were being copied to
6329              the wrong location
6330      Branch: perl
6331           !> win32/Makefile win32/makefile.mk
6332 ____________________________________________________________________________
6333 [  9643] By: jhi                                   on 2001/04/08  20:07:11
6334         Log: Integrate change #9624 from maintperl into mainline:
6335              the pod tests were not okay.  (t/pod/find.t changes ignored)
6336      Branch: perl
6337           !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
6338           !> t/pod/include.t t/pod/included.t t/pod/lref.t
6339           !> t/pod/multiline_items.t t/pod/nested_items.t
6340           !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
6341           !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
6342 ____________________________________________________________________________
6343 [  9642] By: jhi                                   on 2001/04/08  19:57:17
6344         Log: Integrate change #9638 from maintperl into mainline:
6345              update to latest JPL from the anoncvs repository
6346      Branch: perl
6347           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
6348           !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
6349           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
6350 ____________________________________________________________________________
6351 [  9641] By: jhi                                   on 2001/04/08  19:53:30
6352         Log: perl571delta updates.
6353      Branch: perl
6354            ! lib/Filter/Simple.pm pod/perl571delta.pod
6355 ____________________________________________________________________________
6356 [  9640] By: gsar                                  on 2001/04/08  19:20:46
6357         Log: integrate change#9634 from mainline
6358              
6359              Fix the perlmodlib generation (didn't understand separate .pod
6360              files; didn't understand -- as the name-thing separator).
6361              Update the CPAN mirrors list.
6362      Branch: maint-5.6/perl
6363            ! pod/perlmodlib.pod
6364           !> pod/perlmodlib.PL
6365 ____________________________________________________________________________
6366 [  9639] By: gsar                                  on 2001/04/08  18:57:31
6367         Log: on windows, many of the README.* pods were being copied to the wrong
6368              location
6369      Branch: maint-5.6/perl
6370            ! win32/Makefile win32/makefile.mk
6371 ____________________________________________________________________________
6372 [  9638] By: gsar                                  on 2001/04/08  18:38:25
6373         Log: update to latest JPL from the anoncvs repository
6374      Branch: maint-5.6/perl
6375            + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
6376            ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
6377            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
6378 ____________________________________________________________________________
6379 [  9637] By: jhi                                   on 2001/04/08  17:53:53
6380         Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
6381      Branch: perl
6382            ! pod/perl571delta.pod
6383 ____________________________________________________________________________
6384 [  9636] By: jhi                                   on 2001/04/08  17:18:32
6385         Log: Regen toc.
6386      Branch: perl
6387            ! pod/perltoc.pod
6388 ____________________________________________________________________________
6389 [  9635] By: jhi                                   on 2001/04/08  17:16:33
6390         Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
6391              From: "Craig A. Berry" <craigberry@mac.com>
6392              Date: Sun, 08 Apr 2001 12:30:16 -0500
6393              Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
6394      Branch: perl
6395            ! ext/IO/IO.xs lib/ExtUtils/xsubpp
6396 ____________________________________________________________________________
6397 [  9634] By: jhi                                   on 2001/04/08  17:09:19
6398         Log: Fix the perlmodlib generation (didn't understand separate .pod
6399              files; didn't understand -- as the name-thing separator).
6400              
6401              Update the CPAN mirrors list.
6402      Branch: perl
6403            ! pod/perlmodlib.PL pod/perlmodlib.pod
6404 ____________________________________________________________________________
6405 [  9633] By: jhi                                   on 2001/04/08  16:49:17
6406         Log: Sort MANIFEST.
6407      Branch: perl
6408            ! MANIFEST
6409 ____________________________________________________________________________
6410 [  9632] By: gsar                                  on 2001/04/08  16:36:06
6411         Log: add $Tie::RefHash::VERSION
6412      Branch: maint-5.6/perl
6413            ! lib/Tie/RefHash.pm
6414 ____________________________________________________________________________
6415 [  9631] By: jhi                                   on 2001/04/08  16:10:15
6416         Log: perl571delta updates based on p5p feedback; still needs
6417              lots of examples.
6418      Branch: perl
6419            ! pod/perl571delta.pod
6420 ____________________________________________________________________________
6421 [  9630] By: jhi                                   on 2001/04/08  15:59:13
6422         Log: Update the list of supported platforms to talk about 5.7.1
6423              (and 5.6.1)
6424      Branch: perl
6425            ! pod/perlport.pod
6426 ____________________________________________________________________________
6427 [  9629] By: jhi                                   on 2001/04/08  15:55:41
6428         Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
6429              from maintperl into mainline: perlport updates.
6430      Branch: perl
6431            ! pod/perlport.pod
6432 ____________________________________________________________________________
6433 [  9628] By: jhi                                   on 2001/04/08  15:53:17
6434         Log: perlsolaris.pod copied to wrong directory.
6435      Branch: perl
6436            ! win32/makefile.mk
6437 ____________________________________________________________________________
6438 [  9627] By: jhi                                   on 2001/04/08  14:48:18
6439         Log: Subject: Typos in perl571delta.pod
6440              From: "Stephen P. Potter" <spp@spotter.yi.org>
6441              Date: Sat, 07 Apr 2001 20:37:05 -0400
6442              Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
6443      Branch: perl
6444            ! pod/perl571delta.pod
6445 ____________________________________________________________________________
6446 [  9626] By: jhi                                   on 2001/04/08  14:39:04
6447         Log: Smoke out dTHR, spotted by by Stephen P. Potter.
6448      Branch: perl
6449            ! gv.c
6450 ____________________________________________________________________________
6451 [  9625] By: nick                                  on 2001/04/08  10:14:23
6452         Log: Integrate mainline
6453      Branch: perlio
6454           +> pod/perl570delta.pod pod/perl571delta.pod
6455           !> (integrate 27 files)
6456 ____________________________________________________________________________
6457 [  9624] By: gsar                                  on 2001/04/08  06:08:17
6458         Log: test in t/pod/* were busted
6459              
6460              these tests are still not enabled in t/{harness,TEST}
6461      Branch: maint-5.6/perl
6462            ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
6463            ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
6464            ! t/pod/multiline_items.t t/pod/nested_items.t
6465            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
6466            ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
6467 ____________________________________________________________________________
6468 [  9623] By: gsar                                  on 2001/04/08  03:37:01
6469         Log: integrate change#9470 from mainline
6470              
6471              Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
6472      Branch: maint-5.6/perl
6473           !> ext/Socket/Socket.xs
6474 ____________________________________________________________________________
6475 [  9622] By: jhi                                   on 2001/04/07  22:40:47
6476         Log: Update Changes.
6477      Branch: perl
6478            ! Changes patchlevel.h
6479 ____________________________________________________________________________
6480 [  9621] By: jhi                                   on 2001/04/07  22:34:16
6481         Log: Update AUTHORS.
6482      Branch: perl
6483            ! AUTHORS
6484 ____________________________________________________________________________
6485 [  9620] By: jhi                                   on 2001/04/07  22:12:47
6486         Log: Forgot to bump the number of tests in #9164.
6487      Branch: perl
6488            ! t/op/array.t
6489 ____________________________________________________________________________
6490 [  9619] By: jhi                                   on 2001/04/07  22:09:50
6491         Log: Bump patchlevel to 5.7.1.
6492      Branch: perl
6493            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6494            ! config_h.SH patchlevel.h
6495 ____________________________________________________________________________
6496 [  9618] By: jhi                                   on 2001/04/07  22:02:41
6497         Log: Populate perl571delta.
6498      Branch: perl
6499            ! pod/perl571delta.pod
6500 ____________________________________________________________________________
6501 [  9617] By: jhi                                   on 2001/04/07  22:01:23
6502         Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
6503              to forget it later; do not change patchlevel.h yet or regenerate
6504              Configure yet.
6505      Branch: perl
6506            ! epoc/config.sh win32/Makefile win32/config_H.bc
6507            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
6508 ____________________________________________________________________________
6509 [  9616] By: jhi                                   on 2001/04/07  17:46:33
6510         Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
6511      Branch: perl
6512            ! pod/perl571delta.pod
6513 ____________________________________________________________________________
6514 [  9615] By: jhi                                   on 2001/04/07  17:33:21
6515         Log: Change the toc configuration.
6516      Branch: perl
6517            ! pod/buildtoc.PL pod/perl.pod
6518 ____________________________________________________________________________
6519 [  9614] By: jhi                                   on 2001/04/07  17:29:47
6520         Log: Subject: PATCH: $[
6521              From: Robin Houston <robin@kitsite.com>
6522              Date: Fri, 6 Apr 2001 18:10:14 +0100
6523              Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
6524      Branch: perl
6525            ! op.c t/op/array.t
6526 ____________________________________________________________________________
6527 [  9613] By: jhi                                   on 2001/04/07  17:28:26
6528         Log: Subject: [PATCH perl@9424] isn't numeric warning
6529              From: Robin Barker <rmb1@cise.npl.co.uk>
6530              Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
6531              Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
6532      Branch: perl
6533            ! sv.c t/pragma/warn/sv
6534 ____________________________________________________________________________
6535 [  9612] By: jhi                                   on 2001/04/07  17:26:45
6536         Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
6537              From: Mike Guy <mjtg@cam.ac.uk>
6538              Date: Fri, 06 Apr 2001 12:47:06 +0100
6539              Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
6540      Branch: perl
6541            ! dump.c t/lib/peek.t
6542 ____________________________________________________________________________
6543 [  9611] By: jhi                                   on 2001/04/07  17:21:35
6544         Log: Create perl571delta and seed it off with the perldelta changes
6545              since 5.7.0; remove those changes from perldelta and rename it
6546              as perl570delta; recreate perldelta but leave it almost empty.
6547      Branch: perl
6548            + pod/perl570delta.pod pod/perl571delta.pod
6549            ! MANIFEST pod/perldelta.pod
6550 ____________________________________________________________________________
6551 [  9610] By: jhi                                   on 2001/04/07  16:56:32
6552         Log: Denit.
6553      Branch: perl
6554            ! pod/perldelta.pod
6555 ____________________________________________________________________________
6556 [  9609] By: jhi                                   on 2001/04/07  16:38:32
6557         Log: Retract #9523: needs more thought.
6558      Branch: perl
6559            ! Makefile.SH
6560 ____________________________________________________________________________
6561 [  9608] By: jhi                                   on 2001/04/07  14:59:20
6562         Log: atmark() code cleanaup.
6563      Branch: perl
6564            ! ext/IO/IO.xs
6565 ____________________________________________________________________________
6566 [  9607] By: jhi                                   on 2001/04/07  14:48:14
6567         Log: Integrate change #9605 from maintperl into mainline.
6568              
6569              can't optimize away scope entry if tr/// is present
6570      Branch: perl
6571           !> op.c t/op/tr.t
6572 ____________________________________________________________________________
6573 [  9606] By: jhi                                   on 2001/04/07  14:43:59
6574         Log: Integrate perlio.
6575      Branch: perl
6576           +> win32/FindExt.pm
6577           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
6578           !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
6579 ____________________________________________________________________________
6580 [  9605] By: gsar                                  on 2001/04/07  11:52:40
6581         Log: can't optimize away scope entry if tr/// is present
6582      Branch: maint-5.6/perl
6583            ! op.c t/op/tr.t
6584 ____________________________________________________________________________
6585 [  9604] By: nick                                  on 2001/04/07  11:39:45
6586         Log: Split out extension finding code from buildext.pl into FindExt.pm
6587              Use it to get Config.pm's idea of available extensions in line
6588              with what is built.
6589      Branch: perlio
6590            + win32/FindExt.pm
6591            ! MANIFEST win32/buildext.pl win32/config_sh.PL
6592            ! win32/makefile.mk
6593 ____________________________________________________________________________
6594 [  9603] By: nick                                  on 2001/04/07  09:11:38
6595         Log: Cleanup correction for failed :Via() layer, also set an error code.
6596      Branch: perlio
6597            ! ext/PerlIO/Via/Via.xs
6598 ____________________________________________________________________________
6599 [  9602] By: nick                                  on 2001/04/07  08:38:04
6600         Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
6601              style. So don't use binmode() on the handles so that Win32 etc. see
6602              same sequence and produce same digests.
6603      Branch: perlio
6604            ! t/lib/md5-file.t
6605 ____________________________________________________________________________
6606 [  9601] By: nick                                  on 2001/04/07  08:36:26
6607         Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
6608              Else it complains and so crlf layer (say) does not get pushed.
6609      Branch: perlio
6610            ! perlio.c
6611 ____________________________________________________________________________
6612 [  9600] By: jhi                                   on 2001/04/06  23:00:09
6613         Log: Integrate change #9599 from perlio into mainline.
6614      Branch: perl
6615           !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
6616           !> win32/config_H.vc
6617 ____________________________________________________________________________
6618 [  9599] By: nick                                  on 2001/04/06  21:42:43
6619         Log: Quote $VERSION in Encode.pm.
6620              regen_config_h as requested.
6621      Branch: perlio
6622            ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
6623            ! win32/config_H.vc
6624 ____________________________________________________________________________
6625 [  9598] By: nick                                  on 2001/04/06  20:34:59
6626         Log: Integrate mainline
6627      Branch: perlio
6628           +> README.macos
6629           !> (integrate 39 files)
6630 ____________________________________________________________________________
6631 [  9597] By: gsar                                  on 2001/04/06  18:06:35
6632         Log: integrate change#9464 from mainline (addendum to change#8313)
6633              
6634              Subject: [PATCH @9452] Better peep()ing for foreach() loops
6635      Branch: maint-5.6/perl
6636           !> op.c
6637 ____________________________________________________________________________
6638 [  9596] By: jhi                                   on 2001/04/06  17:26:03
6639         Log: The d_casti32=undef is good for you even when not use64bitall.
6640      Branch: perl
6641            ! hints/hpux.sh
6642 ____________________________________________________________________________
6643 [  9595] By: gsar                                  on 2001/04/06  14:57:17
6644         Log: add a low-impact fix to accomodate darwin-ism
6645      Branch: maint-5.6/perl
6646            ! ext/Errno/Errno_pm.PL
6647 ____________________________________________________________________________
6648 [  9594] By: jhi                                   on 2001/04/06  14:55:14
6649         Log: Integrate changes #9528,9593 from mainline into maintperl;
6650              tweaking the editor/IDE/shell list.
6651      Branch: maint-5.6/perl
6652           !> pod/perlfaq3.pod
6653 ____________________________________________________________________________
6654 [  9593] By: jhi                                   on 2001/04/06  14:51:39
6655         Log: Make the editor/IDE/shell list a little bit airier.
6656      Branch: perl
6657            ! pod/perlfaq3.pod
6658 ____________________________________________________________________________
6659 [  9592] By: gsar                                  on 2001/04/06  14:45:18
6660         Log: integrate change#9477 from mainline (base.pm doc tweak)
6661              
6662              missing doc entry for fmod()
6663      Branch: maint-5.6/perl
6664            ! lib/Math/BigFloat.pm
6665           !> lib/base.pm
6666 ____________________________________________________________________________
6667 [  9591] By: jhi                                   on 2001/04/06  13:55:48
6668         Log: Regen toc.
6669      Branch: perl
6670            ! pod/perltoc.pod
6671 ____________________________________________________________________________
6672 [  9590] By: jhi                                   on 2001/04/06  13:54:52
6673         Log: Math::BigFloat patches from John Peacock.  The equivalent
6674              of #9586 from maintperl but reworked by John to work with
6675              the bleadperl.
6676      Branch: perl
6677            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
6678 ____________________________________________________________________________
6679 [  9589] By: jhi                                   on 2001/04/06  13:42:23
6680         Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
6681      Branch: perl
6682            ! ext/Digest/MD5/Makefile.PL
6683 ____________________________________________________________________________
6684 [  9588] By: jhi                                   on 2001/04/06  13:31:45
6685         Log: Integrate changes #9584,9587 from maintperl into mainline.
6686              
6687              keep eval"" CVs alive until the end of the statement in which
6688              they're called
6689              
6690              add README.macos (from Chris Nandor)
6691              
6692              tyop in change#9555
6693      Branch: perl
6694           +> README.macos
6695           !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
6696           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
6697           !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
6698           !> win32/makefile.mk
6699 ____________________________________________________________________________
6700 [  9587] By: gsar                                  on 2001/04/06  07:31:30
6701         Log: add README.macos (from Chris Nandor)
6702              
6703              tyop in change#9555
6704      Branch: maint-5.6/perl
6705            + README.macos
6706            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
6707            ! win32/Makefile win32/makefile.mk
6708 ____________________________________________________________________________
6709 [  9586] By: gsar                                  on 2001/04/06  07:08:54
6710         Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
6711      Branch: maint-5.6/perl
6712            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
6713 ____________________________________________________________________________
6714 [  9585] By: gsar                                  on 2001/04/06  06:58:44
6715         Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
6716              from mainline
6717              
6718              Subject: [PATCH] Base64 update to perlfaq9.pod
6719              
6720              Subject: [PATCH AUTHORS] Housekeeping
6721              
6722              Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
6723              Mac OS X (Darwin) has extra pwent fields.
6724              
6725              Subject: [PATCH B::*] print control-character vars readably
6726              Needs EBCDICification.
6727              
6728              Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
6729              
6730              Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
6731              
6732              Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
6733              
6734              Subject: [PATCH B::Deparse] binmode is no longer an UNOP
6735              
6736              Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
6737              
6738              Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
6739              
6740              Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
6741              
6742              Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
6743              
6744              FreeBSD hints tweak from Anton Berezin.
6745              
6746              Subject: [PATCH foolperl & bleadperl] README.vms update
6747              
6748              Subject: Re: [PATCH foolperl & bleadperl] README.vms update
6749      Branch: maint-5.6/perl
6750           !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
6751           !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
6752           !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
6753 ____________________________________________________________________________
6754 [  9584] By: gsar                                  on 2001/04/06  04:09:00
6755         Log: keep eval"" CVs alive until the end of the statement in which
6756              they're called; this avoids a coredump ensuing from search for
6757              lexicals in code such as:
6758              
6759              sub bug {
6760              my $s = @_;
6761              eval q[sub { eval 'sub { &$s }' }];
6762              }
6763              bug("x")->()->();
6764              
6765              this code still doesn't work as intended (as it has remained
6766              since time immemorial), but it doesn't provoke a coredump anymore
6767      Branch: maint-5.6/perl
6768            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
6769            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
6770 ____________________________________________________________________________
6771 [  9583] By: jhi                                   on 2001/04/05  23:52:51
6772         Log: Update Changes.
6773      Branch: perl
6774            ! Changes patchlevel.h
6775 ____________________________________________________________________________
6776 [  9582] By: jhi                                   on 2001/04/05  23:11:23
6777         Log: Slight doc tweak.
6778      Branch: perl
6779            ! pod/perlunicode.pod
6780 ____________________________________________________________________________
6781 [  9581] By: jhi                                   on 2001/04/05  23:04:11
6782         Log: Integrate perlio.
6783      Branch: perl
6784           !> pod/perlunicode.pod
6785 ____________________________________________________________________________
6786 [  9580] By: jhi                                   on 2001/04/05  23:03:29
6787         Log: Test for #9579.
6788      Branch: perl
6789            ! t/op/do.t
6790 ____________________________________________________________________________
6791 [  9579] By: jhi                                   on 2001/04/05  22:54:17
6792         Log: Subject: [PATCH] Propagate calling context for do '...'
6793              From: Gisle Aas <gisle@ActiveState.com>
6794              Date: 04 Apr 2001 20:17:29 -0700
6795              Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
6796      Branch: perl
6797            ! pod/perlfunc.pod pp_ctl.c
6798 ____________________________________________________________________________
6799 [  9578] By: jhi                                   on 2001/04/05  22:52:51
6800         Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
6801              From: Peter Prymmer <pvhp@forte.com>
6802              Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
6803              Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
6804      Branch: perl
6805            ! README.vms
6806 ____________________________________________________________________________
6807 [  9577] By: jhi                                   on 2001/04/05  22:48:22
6808         Log: Subject: [PATCH foolperl & bleadperl] README.vms update
6809              From: "Craig A. Berry" <craigberry@mac.com>
6810              Date: Thu, 5 Apr 2001 13:43:28 -0500
6811              Message-Id: <p04330101b6f269936918@[172.16.52.1]>
6812      Branch: perl
6813            ! README.vms
6814 ____________________________________________________________________________
6815 [  9576] By: jhi                                   on 2001/04/05  22:31:38
6816         Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
6817              From: Michael G Schwern <schwern@pobox.com>
6818              Date: Thu, 5 Apr 2001 21:53:21 +0100
6819              Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
6820      Branch: perl
6821            ! lib/base.pm t/lib/fields.t
6822 ____________________________________________________________________________
6823 [  9575] By: jhi                                   on 2001/04/05  22:26:10
6824         Log: FreeBSD hints tweak from Anton Berezin.
6825      Branch: perl
6826            ! hints/freebsd.sh
6827 ____________________________________________________________________________
6828 [  9574] By: jhi                                   on 2001/04/05  22:24:03
6829         Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
6830              From: David Dyck <dcd@tc.fluke.com>
6831              Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
6832              Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
6833      Branch: perl
6834            ! t/op/oct.t
6835 ____________________________________________________________________________
6836 [  9573] By: jhi                                   on 2001/04/05  22:23:06
6837         Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
6838              Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
6839              From: David Dyck <dcd@tc.fluke.com>
6840              Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
6841      Branch: perl
6842            ! pp.c
6843 ____________________________________________________________________________
6844 [  9572] By: jhi                                   on 2001/04/05  22:14:47
6845         Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
6846              From: Robin Houston <robin@kitsite.com>
6847              Date: Thu, 5 Apr 2001 20:56:48 +0100
6848              Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
6849      Branch: perl
6850            ! ext/B/B/Deparse.pm
6851 ____________________________________________________________________________
6852 [  9571] By: jhi                                   on 2001/04/05  22:12:53
6853         Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
6854              From: Robin Houston <robin@kitsite.com>
6855              Date: Thu, 5 Apr 2001 19:55:51 +0100
6856              Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
6857      Branch: perl
6858            ! ext/B/B/Deparse.pm
6859 ____________________________________________________________________________
6860 [  9570] By: jhi                                   on 2001/04/05  22:11:06
6861         Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
6862              From: Robin Houston <robin@kitsite.com>
6863              Date: Thu, 5 Apr 2001 20:16:29 +0100
6864              Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
6865      Branch: perl
6866            ! ext/B/B/Deparse.pm
6867 ____________________________________________________________________________
6868 [  9569] By: nick                                  on 2001/04/05  21:32:26
6869         Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
6870      Branch: perlio
6871            ! pod/perlunicode.pod
6872 ____________________________________________________________________________
6873 [  9568] By: nick                                  on 2001/04/05  19:38:09
6874         Log: Integrate mainline
6875      Branch: perlio
6876           +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
6877           !> (integrate 35 files)
6878 ____________________________________________________________________________
6879 [  9567] By: jhi                                   on 2001/04/05  18:31:45
6880         Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
6881              From: Robin Houston <robin@kitsite.com>
6882              Date: Thu, 5 Apr 2001 18:03:23 +0100
6883              Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
6884      Branch: perl
6885            ! ext/B/B/Deparse.pm
6886 ____________________________________________________________________________
6887 [  9566] By: jhi                                   on 2001/04/05  18:29:35
6888         Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
6889              From: Robin Houston <robin@kitsite.com>
6890              Date: Thu, 5 Apr 2001 16:45:18 +0100
6891              Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
6892      Branch: perl
6893            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
6894 ____________________________________________________________________________
6895 [  9565] By: jhi                                   on 2001/04/05  18:24:23
6896         Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
6897              From: Robin Houston <robin@kitsite.com>
6898              Date: Thu, 5 Apr 2001 14:50:09 +0100
6899              Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
6900      Branch: perl
6901            ! ext/B/B/Deparse.pm
6902 ____________________________________________________________________________
6903 [  9564] By: jhi                                   on 2001/04/05  18:23:03
6904         Log: Subject: [PATCH B::*] print control-character vars readably
6905              From: Robin Houston <robin@kitsite.com>
6906              Date: Thu, 5 Apr 2001 14:27:38 +0100
6907              Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
6908              
6909              Needs EBCDICification.
6910      Branch: perl
6911            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
6912            ! ext/B/B/Terse.pm
6913 ____________________________________________________________________________
6914 [  9563] By: jhi                                   on 2001/04/05  18:20:32
6915         Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
6916              Date: Thu, 5 Apr 2001 13:21:42 -0400
6917              From: Paul Schinder <schinder@pobox.com>
6918              Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
6919              
6920              Mac OS X (Darwin) has extra pwent fields.
6921      Branch: perl
6922            ! t/op/pwent.t
6923 ____________________________________________________________________________
6924 [  9562] By: jhi                                   on 2001/04/05  17:57:51
6925         Log: Regen toc.
6926      Branch: perl
6927            ! pod/perltoc.pod
6928 ____________________________________________________________________________
6929 [  9561] By: jhi                                   on 2001/04/05  17:47:33
6930         Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
6931      Branch: metaconfig
6932            ! U/Glossary.patch
6933      Branch: metaconfig/U/perl
6934            + d_u32align.U
6935            ! d_cmsghdr_s.U d_msghdr_s.U
6936 ____________________________________________________________________________
6937 [  9560] By: jhi                                   on 2001/04/05  17:47:01
6938         Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
6939              ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
6940              Introduce probes for struct msghdr, struct cmsghdr,
6941              sendmsg, recvmsg, readv, writev, setitimer, getitimer,
6942              ualarm, usleep, for possible later extension work.
6943      Branch: perl
6944            + t/lib/md5-align.t
6945            ! Configure MANIFEST Porting/Glossary Porting/config.sh
6946            ! Porting/config_H config_h.SH configure.com epoc/config.sh
6947            ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
6948            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
6949            ! vos/config.ga.h win32/config.bc win32/config.gc
6950            ! win32/config.vc
6951 ____________________________________________________________________________
6952 [  9559] By: jhi                                   on 2001/04/05  13:03:04
6953         Log: Be traditional in your cpp (for the Errno extension).
6954      Branch: perl
6955            ! hints/darwin.sh
6956 ____________________________________________________________________________
6957 [  9558] By: jhi                                   on 2001/04/05  13:00:05
6958         Log: Add $Config{cppflags} to the gcc incantation.
6959      Branch: perl
6960            ! ext/Errno/Errno_pm.PL
6961 ____________________________________________________________________________
6962 [  9557] By: jhi                                   on 2001/04/05  04:22:39
6963         Log: Introduce Sean Burke's Class::ISA 0.32.
6964      Branch: perl
6965            + lib/Class/ISA.pm t/lib/class-isa.t
6966            ! MANIFEST
6967 ____________________________________________________________________________
6968 [  9556] By: jhi                                   on 2001/04/05  04:09:50
6969         Log: Subject: [PATCH AUTHORS] Housekeeping
6970              From: Paul Johnson <paul@pjcj.net> 
6971              Date: Wed, 4 Apr 2001 22:45:47 +0200
6972              Message-ID: <20010404224547.D9548@pjcj.net>
6973      Branch: perl
6974            ! AUTHORS
6975 ____________________________________________________________________________
6976 [  9555] By: jhi                                   on 2001/04/05  04:06:33
6977         Log: Subject: [PATCH] Base64 update to perlfaq9.pod
6978              From: Gisle Aas <gisle@ActiveState.com>
6979              Date: 04 Apr 2001 14:23:04 -0700
6980              Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
6981      Branch: perl
6982            ! pod/perlfaq9.pod
6983 ____________________________________________________________________________
6984 [  9554] By: jhi                                   on 2001/04/05  04:05:49
6985         Log: Downgrade also the "Wide character" diagnostic.
6986      Branch: perl
6987            ! pod/perldiag.pod
6988 ____________________________________________________________________________
6989 [  9553] By: jhi                                   on 2001/04/05  04:00:33
6990         Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
6991              maintperl into mainline.
6992              
6993              "double" should be "NV"; standard typemap is missing entry
6994              for NV
6995              
6996              s/djSP/dSP/
6997              
6998              Downgrade "Wide character in print" to a warning.
6999              
7000              B::Deparse fix for ${^FOO} and documentation for PVX() method
7001              (from Robin Houston)
7002              
7003              tr/// doesn't null-terminate the result in some situations
7004              (from Gisle Aas)
7005      Branch: perl
7006           !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
7007           !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
7008           !> t/io/utf8.t t/op/tr.t
7009 ____________________________________________________________________________
7010 [  9552] By: jhi                                   on 2001/04/05  03:52:50
7011         Log: Retract changes #9542 and #9538 (from maintperl, integrated
7012              at #9540), shouldn't be needed because of the perlio changes.
7013      Branch: perl
7014            ! util.c
7015 ____________________________________________________________________________
7016 [  9551] By: gsar                                  on 2001/04/05  00:18:34
7017         Log: tr/// doesn't null-terminate the result in some situations
7018              (from Gisle Aas)
7019      Branch: maint-5.6/perl
7020            ! doop.c t/op/tr.t
7021 ____________________________________________________________________________
7022 [  9550] By: gsar                                  on 2001/04/04  20:04:17
7023         Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
7024              (from Robin Houston)
7025      Branch: maint-5.6/perl
7026            ! ext/B/B.pm ext/B/B/Deparse.pm
7027 ____________________________________________________________________________
7028 [  9549] By: nick                                  on 2001/04/04  18:56:15
7029         Log: Downgrade "Wide character in print" to a warning.
7030      Branch: perlio
7031            ! doio.c t/io/utf8.t
7032 ____________________________________________________________________________
7033 [  9548] By: gsar                                  on 2001/04/04  18:51:49
7034         Log: integrate changes#9460,9462,9482,9521,9522
7035              
7036              Subject: PATCH: B::Debug should show LOOP-specific fields
7037              
7038              Subject: B::Deparse precedence bug. (Patch included.)
7039              
7040              Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
7041              
7042              Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
7043              
7044              Subject: [PATCH B::Concise] padname values may have bogus SvCUR
7045      Branch: maint-5.6/perl
7046           !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
7047           !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
7048 ____________________________________________________________________________
7049 [  9547] By: gsar                                  on 2001/04/04  18:49:16
7050         Log: s/djSP/dSP/
7051      Branch: maint-5.6/perl
7052            ! ext/Thread/Thread.xs
7053 ____________________________________________________________________________
7054 [  9546] By: nick                                  on 2001/04/04  18:44:00
7055         Log: Integrate mainline.
7056      Branch: perlio
7057           !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
7058           !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
7059 ____________________________________________________________________________
7060 [  9545] By: gsar                                  on 2001/04/04  18:38:52
7061         Log: integrate change#8837 from mainline
7062              
7063              Subject: [patch] -Wall cleanup round 2
7064      Branch: maint-5.6/perl
7065           !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
7066           !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
7067           !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
7068           !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
7069           !> ext/SDBM_File/SDBM_File.xs
7070 ____________________________________________________________________________
7071 [  9544] By: gsar                                  on 2001/04/04  17:49:57
7072         Log: "double" should be "NV"; standard typemap is missing entry
7073              for NV
7074      Branch: maint-5.6/perl
7075            ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
7076 ____________________________________________________________________________
7077 [  9543] By: jhi                                   on 2001/04/04  14:13:18
7078         Log: Thou shalt not (just) match for English error messages.
7079      Branch: perl
7080            ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
7081            ! os2/OS2/Process/Process.pm
7082 ____________________________________________________________________________
7083 [  9542] By: jhi                                   on 2001/04/04  13:20:39
7084         Log: Make the stdio tricks of fflush_all() to exist only if
7085              stdio is being used.
7086      Branch: perl
7087            ! util.c
7088 ____________________________________________________________________________
7089 [  9541] By: jhi                                   on 2001/04/04  04:20:24
7090         Log: Subject: Re: [PATCH] Lighten up glob
7091              From: Benjamin Sugars <bsugars@canoe.ca>
7092              Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
7093              Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
7094      Branch: perl
7095            ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
7096            ! util.c
7097 ____________________________________________________________________________
7098 [  9540] By: jhi                                   on 2001/04/04  04:03:57
7099         Log: Integrate changes #9538,9539 from maintperl into mainline.
7100              
7101              fflush() is a macro on SunOS 4.1.x, so provide a wrapper
7102              for use with _fwalk() (fix for change#7705)
7103              
7104              another tweak needed for SunOS 4.1.x build (from Mike Guy)
7105              (cp -f is not portable)
7106      Branch: perl
7107           !> Makefile.SH util.c
7108 ____________________________________________________________________________
7109 [  9539] By: gsar                                  on 2001/04/04  03:01:14
7110         Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
7111      Branch: maint-5.6/perl
7112            ! Makefile.SH
7113 ____________________________________________________________________________
7114 [  9538] By: gsar                                  on 2001/04/04  01:00:38
7115         Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
7116              for use with _fwalk() (fix for change#7705)
7117      Branch: maint-5.6/perl
7118            ! util.c
7119 ____________________________________________________________________________
7120 [  9537] By: nick                                  on 2001/04/03  19:24:55
7121         Log: Integrate mainline
7122      Branch: perlio
7123           +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
7124           +> lib/unicode/PropList.html
7125            - lib/unicode/Names.txt lib/unicode/README.Ethiopic
7126           !> (integrate 69 files)
7127 ____________________________________________________________________________
7128 [  9536] By: jhi                                   on 2001/04/03  18:02:31
7129         Log: Integrate change #9533 from maintperl into mainline.
7130              
7131              better fix for change#9517 to accomodate UNC paths like
7132              \\server\share\foo, and paths with trailing backslash
7133              like c:\this\
7134      Branch: perl
7135           !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
7136 ____________________________________________________________________________
7137 [  9535] By: jhi                                   on 2001/04/03  17:58:07
7138         Log: Change the push/unshift warning to be of class syntax, not misc.
7139      Branch: perl
7140            ! op.c pod/perldiag.pod t/pragma/warn/op
7141 ____________________________________________________________________________
7142 [  9534] By: jhi                                   on 2001/04/03  15:03:46
7143         Log: Change the push/unshift warning (#9532) to talk about "no values"
7144              instead of "no arguments".
7145      Branch: perl
7146            ! op.c pod/perldiag.pod t/pragma/warn/op
7147 ____________________________________________________________________________
7148 [  9533] By: gsar                                  on 2001/04/03  14:30:07
7149         Log: better fix for change#9517 to accomodate UNC paths like
7150              \\server\share\foo, and paths with trailing backslash
7151              like c:\this\
7152      Branch: maint-5.6/perl
7153            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
7154 ____________________________________________________________________________
7155 [  9532] By: jhi                                   on 2001/04/03  13:11:46
7156         Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
7157              From: Robin Houston <robin@kitsite.com>
7158              Date: Mon, 2 Apr 2001 15:03:29 +0100
7159              Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
7160      Branch: perl
7161            ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
7162 ____________________________________________________________________________
7163 [  9531] By: jhi                                   on 2001/04/03  13:06:34
7164         Log: Integrate change #9530 from maintperl into mainline.
7165              
7166              accomodate VMS "mailbox overflow" quirk in testsuite (from
7167              Craig Berry)
7168      Branch: perl
7169           !> t/lib/socket.t
7170 ____________________________________________________________________________
7171 [  9530] By: gsar                                  on 2001/04/03  04:56:41
7172         Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
7173              Craig Berry)
7174      Branch: maint-5.6/perl
7175            ! t/lib/socket.t
7176 ____________________________________________________________________________
7177 [  9529] By: jhi                                   on 2001/04/03  02:34:34
7178         Log: Update Changes.
7179      Branch: perl
7180            ! Changes patchlevel.h
7181 ____________________________________________________________________________
7182 [  9528] By: jhi                                   on 2001/04/03  01:27:57
7183         Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
7184              Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
7185              To: perl5-porters@perl.org
7186              Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
7187      Branch: perl
7188            ! pod/perlfaq3.pod
7189 ____________________________________________________________________________
7190 [  9527] By: jhi                                   on 2001/04/03  01:22:09
7191         Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
7192              From: Peter Prymmer <pvhp@forte.com>
7193              Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
7194              Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>      
7195      Branch: perl
7196            ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
7197 ____________________________________________________________________________
7198 [  9526] By: jhi                                   on 2001/04/03  01:18:25
7199         Log: The metaconfig unit changes for #9525.
7200      Branch: metaconfig
7201            ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
7202      Branch: metaconfig/U/perl
7203            ! use64bits.U
7204 ____________________________________________________________________________
7205 [  9525] By: jhi                                   on 2001/04/03  01:17:30
7206         Log: Configure sanity checks:
7207              * if use64bitall is attempted but pointers are only 32-bit,
7208              'downgrade' to use64bitint
7209              * if use64bitint is attempted but there's no quad type,
7210              forget about use64bitint (well, the default for it is 'n',
7211              the user can still override this)
7212              * if pointers are 64 bits, do not try to use Perl's malloc
7213      Branch: perl
7214            ! Configure
7215 ____________________________________________________________________________
7216 [  9524] By: gsar                                  on 2001/04/03  01:09:12
7217         Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
7218      Branch: maint-5.6/perl
7219            ! pp_sys.c
7220 ____________________________________________________________________________
7221 [  9523] By: jhi                                   on 2001/04/03  00:02:31
7222         Log: (Retracted by #9609)
7223              
7224              Make it harder for parallel makes to enter 'test' before
7225              Dynaloader and File::Glob are happy.  (In principle 'make_ext'
7226              should be unhappy enough, but sometimes parallel makes seem
7227              to sneak past both in Tru64 and AIX.)
7228      Branch: perl
7229            ! Makefile.SH
7230 ____________________________________________________________________________
7231 [  9522] By: jhi                                   on 2001/04/02  22:35:31
7232         Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
7233              Date: Mon, 2 Apr 2001 22:54:10 +0100
7234              From: Robin Houston <robin@kitsite.com>
7235              Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
7236      Branch: perl
7237            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
7238 ____________________________________________________________________________
7239 [  9521] By: jhi                                   on 2001/04/02  22:32:23
7240         Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
7241              From: Robin Houston <robin@kitsite.com>
7242              Date: Mon, 2 Apr 2001 20:24:03 +0100
7243              Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
7244      Branch: perl
7245            ! ext/B/B/Concise.pm
7246 ____________________________________________________________________________
7247 [  9520] By: jhi                                   on 2001/04/02  22:30:43
7248         Log: Subject: [PATCH] REALLY pedantic hv.h nit
7249              From: Simon Cozens <simon@netthink.co.uk>
7250              Date: Mon, 2 Apr 2001 15:43:06 +0100
7251              Message-ID: <20010402154306.A21711@netthink.co.uk>
7252      Branch: perl
7253            ! hv.h
7254 ____________________________________________________________________________
7255 [  9519] By: jhi                                   on 2001/04/02  22:28:04
7256         Log: Based on
7257              
7258              Subject: [foolperl] EPOC fix
7259              From: Olaf Flebbe <O.Flebbe@science-computing.de>
7260              Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
7261              Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
7262      Branch: perl
7263            ! pp_sys.c
7264 ____________________________________________________________________________
7265 [  9518] By: jhi                                   on 2001/04/02  22:22:34
7266         Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
7267              
7268              README.win32 tweaks; add a note about alternative location for
7269              getting a gcc-2.95.2 that will build perl properly on windows
7270              
7271              add some notes about gutsy threading matters
7272              
7273              many of the utilities interpolate literal paths within doublequotes
7274              (fails on dosish platforms where path contains backslashes)
7275      Branch: perl
7276           !> README.win32 pod/perlguts.pod utils/perldoc.PL
7277           !> x2p/find2perl.PL x2p/s2p.PL
7278 ____________________________________________________________________________
7279 [  9517] By: gsar                                  on 2001/04/02  19:52:21
7280         Log: many of the utilities interpolate literal paths within doublequotes
7281              (fails on dosish platforms where path contains backslashes)
7282      Branch: maint-5.6/perl
7283            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
7284 ____________________________________________________________________________
7285 [  9516] By: gsar                                  on 2001/04/02  05:49:37
7286         Log: a foolish release
7287      Branch: maint-5.6/perl
7288            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
7289            ! pod/perltoc.pod
7290 ____________________________________________________________________________
7291 [  9515] By: gsar                                  on 2001/04/02  05:04:29
7292         Log: add missing changelog summaries
7293      Branch: maint-5.6/perl
7294            ! Changes
7295 ____________________________________________________________________________
7296 [  9514] By: gsar                                  on 2001/04/02  04:07:13
7297         Log: add some notes about gutsy threading matters
7298      Branch: maint-5.6/perl
7299            ! pod/perlguts.pod
7300 ____________________________________________________________________________
7301 [  9513] By: gsar                                  on 2001/04/02  03:25:21
7302         Log: add more prominent caveat notices about experimental features
7303      Branch: maint-5.6/perl
7304            ! pod/perlfork.pod pod/perlunicode.pod
7305 ____________________________________________________________________________
7306 [  9512] By: gsar                                  on 2001/04/02  02:54:33
7307         Log: integrate changes#9479,9509 from mainline
7308              
7309              [PATCH] File::Glob stuff for Mac OS
7310              
7311              [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
7312      Branch: maint-5.6/perl
7313           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
7314           !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
7315           !> t/lib/glob-taint.t
7316 ____________________________________________________________________________
7317 [  9511] By: gsar                                  on 2001/04/02  02:38:24
7318         Log: README.win32 tweaks; add a note about alternative location for
7319              getting a gcc-2.95.2 that will build perl properly on windows
7320      Branch: maint-5.6/perl
7321            ! README.win32
7322 ____________________________________________________________________________
7323 [  9510] By: jhi                                   on 2001/04/01  20:45:10
7324         Log: An ambiguosity warning.
7325      Branch: perl
7326            ! t/lib/trig.t
7327 ____________________________________________________________________________
7328 [  9509] By: jhi                                   on 2001/04/01  19:53:47
7329         Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
7330              From: Jonathan Stowe <gellyfish@gellyfish.com>
7331              Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
7332              Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
7333      Branch: perl
7334            ! ext/File/Glob/bsd_glob.c
7335 ____________________________________________________________________________
7336 [  9508] By: jhi                                   on 2001/04/01  19:35:03
7337         Log: Update Changes.
7338      Branch: perl
7339            ! Changes patchlevel.h
7340 ____________________________________________________________________________
7341 [  9507] By: jhi                                   on 2001/04/01  19:24:01
7342         Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
7343              from mainline to maintperl: pod tweaks.
7344      Branch: maint-5.6/perl
7345           !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
7346           !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
7347           !> pod/perlvar.pod
7348 ____________________________________________________________________________
7349 [  9506] By: jhi                                   on 2001/04/01  19:11:53
7350         Log: Commit Sarathy to April release of 5.6.1 :-)
7351      Branch: perl
7352            ! pod/perlfaq1.pod
7353 ____________________________________________________________________________
7354 [  9505] By: jhi                                   on 2001/04/01  19:03:15
7355         Log: Subject: PATCH 5.6.0 (perldebug.pod)
7356              From: Mark-Jason Dominus <mjd@plover.com>
7357              Date: Sun, 01 Apr 2001 14:25:11 -0400
7358              Message-ID: <20010401182511.9247.qmail@plover.com>
7359      Branch: perl
7360            ! pod/perldebug.pod
7361 ____________________________________________________________________________
7362 [  9504] By: jhi                                   on 2001/04/01  18:43:09
7363         Log: Add great_circle_direction().
7364      Branch: perl
7365            ! lib/Math/Trig.pm t/lib/trig.t
7366 ____________________________________________________________________________
7367 [  9503] By: jhi                                   on 2001/04/01  17:29:12
7368         Log: Unicode ReadMe update for Unicode 3.1.
7369      Branch: perl
7370            ! lib/unicode/ReadMe.txt
7371 ____________________________________________________________________________
7372 [  9502] By: jhi                                   on 2001/04/01  17:18:40
7373         Log: Integrate change #9501 from maintperl into mainline.
7374              
7375              fix the perlembed notes on multiple interpreters
7376              
7377              fix ExtUtils::Embed to work passably on Windows
7378      Branch: perl
7379           !> lib/ExtUtils/Embed.pm pod/perlembed.pod
7380 ____________________________________________________________________________
7381 [  9501] By: gsar                                  on 2001/04/01  07:21:57
7382         Log: fix the perlembed notes on multiple interpreters
7383              
7384              fix ExtUtils::Embed to work passably on Windows
7385      Branch: maint-5.6/perl
7386            ! lib/ExtUtils/Embed.pm pod/perlembed.pod
7387 ____________________________________________________________________________
7388 [  9500] By: jhi                                   on 2001/04/01  05:58:23
7389         Log: Test for #9499.
7390      Branch: perl
7391            ! t/op/tr.t
7392 ____________________________________________________________________________
7393 [  9499] By: jhi                                   on 2001/04/01  05:55:46
7394         Log: tr/// UTF-8 tweaking from Inaba Hiroto.
7395      Branch: perl
7396            ! embed.h embed.pl op.c proto.h
7397 ____________________________________________________________________________
7398 [  9498] By: jhi                                   on 2001/04/01  05:44:34
7399         Log: Protect the workaround hunk more.
7400      Branch: perl
7401            ! toke.c
7402 ____________________________________________________________________________
7403 [  9497] By: jhi                                   on 2001/04/01  00:24:25
7404         Log: Integrate changes #9493,9494,9495,9496 from maintperl
7405              into mainline.
7406              
7407              fix a broken workaround for Borland compiler in change#4739
7408              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
7409              
7410              nits spotted by Borland compiler
7411              
7412              avoid redefinition warnings under Borland 5.02
7413              
7414              various nits identified by the Borland 5.5 compiler; remove suppression
7415              of a few warnings
7416      Branch: perl
7417           !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
7418           !> win32/win32.h
7419 ____________________________________________________________________________
7420 [  9496] By: gsar                                  on 2001/03/31  23:22:28
7421         Log: various nits identified by the Borland 5.5 compiler; remove suppression
7422              of a few warnings
7423      Branch: maint-5.6/perl
7424            ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
7425 ____________________________________________________________________________
7426 [  9495] By: gsar                                  on 2001/03/31  21:03:08
7427         Log: avoid redefinition warnings under Borland 5.02
7428      Branch: maint-5.6/perl
7429            ! win32/makefile.mk
7430 ____________________________________________________________________________
7431 [  9494] By: gsar                                  on 2001/03/31  20:18:59
7432         Log: nits spotted by Borland compiler
7433      Branch: maint-5.6/perl
7434            ! utf8.h win32/win32.h
7435 ____________________________________________________________________________
7436 [  9493] By: gsar                                  on 2001/03/31  20:18:05
7437         Log: fix a broken workaround for Borland compiler in change#4739
7438              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
7439      Branch: maint-5.6/perl
7440            ! toke.c
7441 ____________________________________________________________________________
7442 [  9492] By: jhi                                   on 2001/03/31  18:36:24
7443         Log: Integrate change #9491 from maintperl into mainline.
7444              
7445              Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
7446              directory is relative (need to fetch the full path name *before*
7447              the chdir!)
7448      Branch: perl
7449           !> lib/Cwd.pm
7450 ____________________________________________________________________________
7451 [  9491] By: gsar                                  on 2001/03/31  17:01:56
7452         Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
7453              directory is relative (need to fetch the full path name *before*
7454              the chdir!)
7455              
7456              this is a followup patch for change#6749
7457      Branch: maint-5.6/perl
7458            ! lib/Cwd.pm
7459 ____________________________________________________________________________
7460 [  9490] By: jhi                                   on 2001/03/31  15:50:18
7461         Log: Subject: Re: [PATCH] av.h cosmetics
7462              From: Simon Cozens <simon@netthink.co.uk>
7463              Date: Sat, 31 Mar 2001 13:09:59 +0100
7464              Message-ID: <20010331130959.A22000@netthink.co.uk>
7465              
7466              Document AvALLOC.
7467      Branch: perl
7468            ! pod/perlguts.pod
7469 ____________________________________________________________________________
7470 [  9489] By: jhi                                   on 2001/03/31  15:48:44
7471         Log: Subject: [PATCH] Re: Math::Big* v1.21
7472              From: Tels <perl_dummy@bloodgate.com>
7473              Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
7474              Message-Id: <200103311125.GAA377738@www08.hway.net>
7475      Branch: perl
7476            ! pod/perlop.pod
7477 ____________________________________________________________________________
7478 [  9488] By: jhi                                   on 2001/03/31  03:39:51
7479         Log: Debug output tweak.
7480      Branch: perl
7481            ! t/lib/cwd.t
7482 ____________________________________________________________________________
7483 [  9487] By: jhi                                   on 2001/03/31  03:33:02
7484         Log: OverVMSification.
7485      Branch: perl
7486            ! t/lib/cwd.t
7487 ____________________________________________________________________________
7488 [  9486] By: jhi                                   on 2001/03/31  03:01:40
7489         Log: Missed MANIFESTations in #9483.
7490      Branch: perl
7491            ! MANIFEST
7492 ____________________________________________________________________________
7493 [  9485] By: jhi                                   on 2001/03/31  02:58:17
7494         Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
7495              From: Peter Prymmer <pvhp@forte.com>
7496              Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
7497              Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
7498      Branch: perl
7499            ! regexec.c t/lib/cwd.t
7500 ____________________________________________________________________________
7501 [  9484] By: jhi                                   on 2001/03/31  01:04:41
7502         Log: Obsolete file (see #3938)
7503      Branch: perl
7504            - lib/unicode/README.Ethiopic
7505            ! MANIFEST
7506 ____________________________________________________________________________
7507 [  9483] By: jhi                                   on 2001/03/31  00:52:42
7508         Log: Update to Unicode 3.1.
7509              (Rename Names.txt to NamesList.txt.)
7510      Branch: perl
7511            + lib/unicode/NamesList.txt lib/unicode/PropList.html
7512            - lib/unicode/Names.txt
7513            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
7514            ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
7515            ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
7516            ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
7517            ! lib/unicode/UCD.html lib/unicode/Unicode.html
7518            ! lib/unicode/rename lib/unicode/version
7519 ____________________________________________________________________________
7520 [  9482] By: jhi                                   on 2001/03/30  23:33:44
7521         Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
7522              From: Robin Houston <robin@kitsite.com>
7523              Date: Fri, 30 Mar 2001 20:07:22 +0100
7524              Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
7525      Branch: perl
7526            ! ext/B/B/Deparse.pm
7527 ____________________________________________________________________________
7528 [  9481] By: jhi                                   on 2001/03/30  23:20:25
7529         Log: Subject: Re: [PATCH] CwdXS, Take 2
7530              From: Benjamin Sugars <bsugars@canoe.ca>
7531              Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
7532              Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
7533      Branch: perl
7534            + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
7535            ! MANIFEST lib/Cwd.pm t/lib/cwd.t
7536 ____________________________________________________________________________
7537 [  9480] By: jhi                                   on 2001/03/30  22:52:38
7538         Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
7539              From: David Dyck <dcd@tc.fluke.com>
7540              Date: Fri, 30 Mar 2001 14:44:13 -0800
7541              Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
7542              
7543              The t/rantests flags file creation was accidentally
7544              removed by #9217.
7545      Branch: perl
7546            ! Makefile.SH
7547 ____________________________________________________________________________
7548 [  9479] By: jhi                                   on 2001/03/30  22:45:45
7549         Log: Subject: [PATCH] File::Glob stuff for Mac OS
7550              From: Chris Nandor <pudge@pobox.com>
7551              Date: Fri, 30 Mar 2001 16:51:00 -0500
7552              Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
7553      Branch: perl
7554            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
7555            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
7556            ! t/lib/glob-taint.t
7557 ____________________________________________________________________________
7558 [  9478] By: jhi                                   on 2001/03/30  22:43:12
7559         Log: Subject: fix for win32/buildext.pl
7560              From: "Vadim Konovalov" <watman@inbox.ru>
7561              Date: Sat, 31 Mar 2001 00:50:36 +0400
7562              Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
7563      Branch: perl
7564            ! win32/buildext.pl
7565 ____________________________________________________________________________
7566 [  9477] By: jhi                                   on 2001/03/30  22:41:16
7567         Log: Subject: small base.pm doc patch
7568              From: Leon Brocard <acme@astray.com>
7569              Date: Fri, 30 Mar 2001 21:49:57 +0100
7570              Message-ID: <20010330214957.B8733@ns0.astray.com>
7571      Branch: perl
7572            ! lib/base.pm
7573 ____________________________________________________________________________
7574 [  9476] By: jhi                                   on 2001/03/30  18:16:57
7575         Log: Subject: [PATCH] av.h cosmetics
7576              From: Simon Cozens <simon@netthink.co.uk>
7577              Date: Fri, 30 Mar 2001 18:12:28 +0100
7578              Message-ID: <20010330181228.A9319@netthink.co.uk>
7579      Branch: perl
7580            ! av.h
7581 ____________________________________________________________________________
7582 [  9475] By: jhi                                   on 2001/03/30  18:15:50
7583         Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
7584              From: "Philip Newton" <pnewton@gmx.de>
7585              Date: Fri, 30 Mar 2001 19:06:57 +0200
7586              Message-ID: <3AC4D951.14815.1AC7068@localhost>
7587      Branch: perl
7588            ! pod/perlhack.pod
7589 ____________________________________________________________________________
7590 [  9474] By: jhi                                   on 2001/03/30  18:14:02
7591         Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
7592              From: Benjamin Sugars <bsugars@canoe.ca>
7593              Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
7594              Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
7595      Branch: perl
7596            ! t/lib/glob-basic.t
7597 ____________________________________________________________________________
7598 [  9473] By: jhi                                   on 2001/03/30  16:09:24
7599         Log: Update Changes.
7600      Branch: perl
7601            ! Changes patchlevel.h
7602 ____________________________________________________________________________
7603 [  9472] By: jhi                                   on 2001/03/30  15:16:08
7604         Log: Integrate perlio.
7605      Branch: perl
7606           !> t/lib/cwd.t t/lib/glob-basic.t
7607 ____________________________________________________________________________
7608 [  9471] By: nick                                  on 2001/03/30  14:47:10
7609         Log: Should be (^O eq 'MSWin32') not 'Win32'
7610              Fail #12 seems real - chdir is in wrong dir.
7611      Branch: perlio
7612            ! t/lib/cwd.t
7613 ____________________________________________________________________________
7614 [  9470] By: jhi                                   on 2001/03/30  14:41:11
7615         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
7616              From: Radu Greab <radu@netsoft.ro>
7617              Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
7618              Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
7619              
7620              Replace #9352.
7621      Branch: perl
7622            ! ext/Socket/Socket.xs pp_sys.c
7623 ____________________________________________________________________________
7624 [  9469] By: jhi                                   on 2001/03/30  14:37:51
7625         Log: Subject: PATCH pod/perldiag.pod
7626              From: Robin Houston <robin@kitsite.com>
7627              Date: Fri, 30 Mar 2001 14:10:36 +0100
7628              Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
7629      Branch: perl
7630            ! pod/perldiag.pod t/lib/glob-basic.t
7631 ____________________________________________________________________________
7632 [  9468] By: jhi                                   on 2001/03/30  14:36:36
7633         Log: Subject: Better diagnostic in io/fs.t
7634              From: andreas.koenig@anima.de (Andreas J. Koenig)
7635              Date: 30 Mar 2001 10:11:43 +0200
7636              Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
7637      Branch: perl
7638            ! t/io/fs.t
7639 ____________________________________________________________________________
7640 [  9467] By: nick                                  on 2001/03/30  14:25:43
7641         Log: Skip order test of glob if case-ignoring system cannot 
7642              create a.test and A.test
7643      Branch: perlio
7644            ! t/lib/glob-basic.t
7645 ____________________________________________________________________________
7646 [  9466] By: nick                                  on 2001/03/30  13:03:12
7647         Log: Integrate mainline.
7648      Branch: perlio
7649            - ext/re/hints/aix.pl
7650           !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
7651           !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
7652           !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
7653           !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
7654 ____________________________________________________________________________
7655 [  9465] By: jhi                                   on 2001/03/30  03:53:37
7656         Log: Add timeouts to the tests.  (In AIX 4.3.1.0 + vac 5.0.0.0
7657              the tests sometimes hang, sometimes not.)
7658      Branch: perl
7659            ! t/lib/io_multihomed.t t/lib/io_sock.t
7660 ____________________________________________________________________________
7661 [  9464] By: jhi                                   on 2001/03/30  02:56:04
7662         Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
7663              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
7664              Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
7665              Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
7666      Branch: perl
7667            ! op.c
7668 ____________________________________________________________________________
7669 [  9463] By: jhi                                   on 2001/03/30  02:34:48
7670         Log: Test for #9462.
7671      Branch: perl
7672            ! t/lib/b.t
7673 ____________________________________________________________________________
7674 [  9462] By: jhi                                   on 2001/03/30  02:29:37
7675         Log: Subject: B::Deparse precedence bug. (Patch included.)
7676              From: Jeremy Madea <jmadea@inktomi.com>
7677              Date: Thu, 29 Mar 2001 12:05:02 -0800
7678              Message-ID: <20010329120502.A24881@dr.inktomi.com>
7679      Branch: perl
7680            ! ext/B/B/Deparse.pm
7681 ____________________________________________________________________________
7682 [  9461] By: jhi                                   on 2001/03/30  02:18:41
7683         Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
7684              From: Peter Prymmer <pvhp@forte.com>
7685              Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
7686              Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
7687      Branch: perl
7688            ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
7689            ! t/lib/md5-file.t
7690 ____________________________________________________________________________
7691 [  9460] By: jhi                                   on 2001/03/30  02:17:07
7692         Log: Subject: PATCH: B::Debug should show LOOP-specific fields
7693              From: Robin Houston <robin@kitsite.com>
7694              Date: Thu, 29 Mar 2001 20:47:56 +0100
7695              Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
7696      Branch: perl
7697            ! ext/B/B/Debug.pm
7698 ____________________________________________________________________________
7699 [  9459] By: jhi                                   on 2001/03/30  02:16:05
7700         Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
7701              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
7702              Date: Wed, 28 Mar 2001 18:02:20 -0600
7703              Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
7704      Branch: perl
7705            ! lib/ExtUtils/MM_VMS.pm
7706 ____________________________________________________________________________
7707 [  9458] By: jhi                                   on 2001/03/30  02:07:58
7708         Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
7709              From: "Joshua E. Rodd" <jrodd@pbs.org>
7710              Date: Wed, 28 Mar 2001 17:29:12 -0500
7711              Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
7712      Branch: perl
7713            ! pod/perlop.pod
7714 ____________________________________________________________________________
7715 [  9457] By: jhi                                   on 2001/03/30  02:04:33
7716         Log: Subject: ext/re/aix.pl can go
7717              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7718              Date: Thu, 29 Mar 2001 12:03:28 +0200
7719              Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
7720      Branch: perl
7721            - ext/re/hints/aix.pl
7722            ! MANIFEST
7723 ____________________________________________________________________________
7724 [  9456] By: jhi                                   on 2001/03/30  02:03:32
7725         Log: Integrate perlio.
7726      Branch: perl
7727           !> ext/Encode/Encode.xs installperl
7728 ____________________________________________________________________________
7729 [  9455] By: nick                                  on 2001/03/29  21:11:46
7730         Log: DLL name has changed so installperl needs to know
7731              (Why isn't it working it out or passed it?)
7732      Branch: perlio
7733            ! installperl
7734 ____________________________________________________________________________
7735 [  9454] By: nick                                  on 2001/03/29  20:56:12
7736         Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
7737              and we don't get undef warnings.
7738      Branch: perlio
7739            ! ext/Encode/Encode.xs
7740 ____________________________________________________________________________
7741 [  9453] By: nick                                  on 2001/03/29  17:58:48
7742         Log: Integrate mainline
7743      Branch: perlio
7744           !> Changes patchlevel.h
7745 ____________________________________________________________________________
7746 [  9452] By: jhi                                   on 2001/03/29  16:44:55
7747         Log: Update Changes.
7748      Branch: perl
7749            ! Changes patchlevel.h
7750 ____________________________________________________________________________
7751 [  9451] By: nick                                  on 2001/03/29  16:31:38
7752         Log: Integrate mainline
7753      Branch: perlio
7754           !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
7755           !> ext/Encode/Encode.xs ext/Storable/Storable.xs
7756           !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
7757           !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
7758           !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
7759 ____________________________________________________________________________
7760 [  9450] By: jhi                                   on 2001/03/29  16:29:17
7761         Log: Integrate perlio.
7762      Branch: perl
7763           !> win32/buildext.pl
7764 ____________________________________________________________________________
7765 [  9449] By: jhi                                   on 2001/03/29  15:50:01
7766         Log: Update Changes.
7767      Branch: perl
7768            ! Changes patchlevel.h
7769 ____________________________________________________________________________
7770 [  9448] By: nick                                  on 2001/03/29  15:47:15
7771         Log: Make sure buildext.pl finds Errno.pm
7772      Branch: perlio
7773            ! win32/buildext.pl
7774 ____________________________________________________________________________
7775 [  9447] By: jhi                                   on 2001/03/29  15:39:34
7776         Log: Integrate perlio.
7777      Branch: perl
7778           !> win32/makefile.mk
7779 ____________________________________________________________________________
7780 [  9446] By: nick                                  on 2001/03/29  15:30:03
7781         Log: Integrate win32/makefile.mk with mainline.
7782      Branch: perlio
7783           !> win32/makefile.mk
7784 ____________________________________________________________________________
7785 [  9445] By: nick                                  on 2001/03/29  15:27:32
7786         Log: Fix breakage ... 
7787      Branch: perlio
7788            ! win32/makefile.mk
7789 ____________________________________________________________________________
7790 [  9444] By: jhi                                   on 2001/03/29  15:03:08
7791         Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
7792              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
7793              Date: Thu, 29 Mar 2001 10:32:59 +0400
7794              Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
7795      Branch: perl
7796            ! win32/makefile.mk
7797 ____________________________________________________________________________
7798 [  9443] By: jhi                                   on 2001/03/29  15:02:12
7799         Log: Integrate perlio.
7800      Branch: perl
7801           +> win32/buildext.pl
7802           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
7803           !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
7804 ____________________________________________________________________________
7805 [  9442] By: nick                                  on 2001/03/29  14:59:11
7806         Log: Work in progress - determine win32 extensions to build via script.
7807      Branch: perlio
7808            + win32/buildext.pl
7809            ! MANIFEST win32/makefile.mk
7810 ____________________________________________________________________________
7811 [  9441] By: jhi                                   on 2001/03/29  14:51:47
7812         Log: Reintroduce the use of external pwd.
7813      Branch: perl
7814            ! t/lib/cwd.t
7815 ____________________________________________________________________________
7816 [  9440] By: jhi                                   on 2001/03/29  14:42:58
7817         Log: use warnings instead of -w.
7818      Branch: perl
7819            ! utils/h2xs.PL
7820 ____________________________________________________________________________
7821 [  9439] By: jhi                                   on 2001/03/29  14:41:52
7822         Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
7823              From: Jonathan Stowe <gellyfish@gellyfish.com>
7824              Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
7825              Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
7826      Branch: perl
7827            ! utils/h2xs.PL
7828 ____________________________________________________________________________
7829 [  9438] By: jhi                                   on 2001/03/29  14:39:38
7830         Log: Subject: [PATCH perl@9424] minor pod nits
7831              From: Robin Barker <rmb1@cise.npl.co.uk>
7832              Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
7833              Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
7834      Branch: perl
7835            ! pod/perlhack.pod pod/perliol.pod
7836 ____________________________________________________________________________
7837 [  9437] By: jhi                                   on 2001/03/29  14:29:16
7838         Log: Subject: [PATCH perl@9424] typemap cast warning
7839              From: Robin Barker <rmb1@cise.npl.co.uk>
7840              Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
7841              Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
7842      Branch: perl
7843            ! lib/ExtUtils/typemap
7844 ____________________________________________________________________________
7845 [  9436] By: jhi                                   on 2001/03/29  14:26:03
7846         Log: Subject: [PATCH perl@9424] printf warning
7847              From: Robin Barker <rmb1@cise.npl.co.uk>
7848              Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
7849              Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
7850      Branch: perl
7851            ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
7852            ! ext/Storable/Storable.xs toke.c
7853 ____________________________________________________________________________
7854 [  9435] By: nick                                  on 2001/03/29  14:23:31
7855         Log: Win32 has name conflict with ERROR
7856      Branch: perlio
7857            ! ext/PerlIO/Via/Via.xs
7858 ____________________________________________________________________________
7859 [  9434] By: jhi                                   on 2001/03/29  14:17:48
7860         Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
7861              From: Peter Prymmer <pvhp@forte.com>
7862              Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
7863              Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
7864      Branch: perl
7865            ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
7866 ____________________________________________________________________________
7867 [  9433] By: jhi                                   on 2001/03/29  13:52:44
7868         Log: test-prep target was missing.
7869      Branch: perl
7870            ! Makefile.SH
7871 ____________________________________________________________________________
7872 [  9432] By: nick                                  on 2001/03/29  12:40:03
7873         Log: Make as-shipped compiler default to MSVC6 
7874      Branch: perlio
7875            ! win32/makefile.mk
7876 ____________________________________________________________________________
7877 [  9431] By: nick                                  on 2001/03/29  12:12:16
7878         Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
7879              akin to PerlIO::Scalar.
7880      Branch: perlio
7881            ! perlio.c perlio.h
7882 ____________________________________________________________________________
7883 [  9430] By: nick                                  on 2001/03/29  10:56:35
7884         Log: Integrate mainline.
7885      Branch: perlio
7886           !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
7887           !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
7888           !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
7889           !> win32/makefile.mk win32/win32sck.c
7890 ____________________________________________________________________________
7891 [  9429] By: nick                                  on 2001/03/29  09:03:43
7892         Log: Noticed that two tests were skipped as perlio:: package
7893              isn't there any more. Changed the skip condition.
7894              Avoid core-dump if sv_utf8_upgrade() called on something
7895              that does not become SvPOK after SvPV() (e.g. a ref).
7896      Branch: perlio
7897            ! sv.c t/io/utf8.t t/lib/io_scalar.t
7898 ____________________________________________________________________________
7899 [  9428] By: jhi                                   on 2001/03/29  01:31:47
7900         Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
7901              From: Benjamin Sugars <bsugars@canoe.ca> 
7902              Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
7903              Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
7904      Branch: perl
7905            ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
7906            ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
7907            ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
7908 ____________________________________________________________________________
7909 [  9427] By: jhi                                   on 2001/03/29  00:49:30
7910         Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
7911              From: "Vadim Konovalov" <watman@inbox.ru>
7912              Date: Thu, 29 Mar 2001 01:50:12 +0400
7913              Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
7914      Branch: perl
7915            ! win32/makefile.mk win32/win32sck.c
7916 ____________________________________________________________________________
7917 [  9426] By: gsar                                  on 2001/03/29  00:28:04
7918         Log: dmake can only handle == and != in comparisons; support building
7919              with Borland's VCL libraries (from Vadim Konovalov)
7920      Branch: maint-5.6/perl
7921            ! win32/makefile.mk
7922 ____________________________________________________________________________
7923 [  9425] By: nick                                  on 2001/03/28  19:29:56
7924         Log: Integrate (@snapshot)
7925      Branch: perlio
7926           !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
7927 ____________________________________________________________________________
7928 [  9424] By: jhi                                   on 2001/03/28  19:03:16
7929         Log: Update Changes.
7930      Branch: perl
7931            ! Changes patchlevel.h
7932 ____________________________________________________________________________
7933 [  9423] By: jhi                                   on 2001/03/28  18:52:09
7934         Log: Rmdir lib/XS on cleanup.
7935      Branch: perl
7936            ! Makefile.SH
7937 ____________________________________________________________________________
7938 [  9422] By: jhi                                   on 2001/03/28  18:49:34
7939         Log: Integrate perlio.
7940      Branch: perl
7941           !> t/op/utf8decode.t
7942 ____________________________________________________________________________
7943 [  9421] By: nick                                  on 2001/03/28  18:46:44
7944         Log: Loose duplicate chunk.
7945      Branch: perlio
7946            ! t/op/utf8decode.t
7947 ____________________________________________________________________________
7948 [  9420] By: nick                                  on 2001/03/28  18:44:11
7949         Log: Integrate mainline.
7950      Branch: perlio
7951           !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
7952           !> vms/vmsish.h
7953 ____________________________________________________________________________
7954 [  9419] By: jhi                                   on 2001/03/28  18:42:05
7955         Log: Can't trust external pwds
7956              (either shell builtins or external programs)
7957      Branch: perl
7958            ! t/lib/cwd.t
7959 ____________________________________________________________________________
7960 [  9418] By: jhi                                   on 2001/03/28  18:34:05
7961         Log: Integrate perlio.
7962      Branch: perl
7963            - lib/perlio.pm
7964           !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
7965           !> t/op/utf8decode.t
7966 ____________________________________________________________________________
7967 [  9417] By: nick                                  on 2001/03/28  18:24:02
7968         Log: PerlIO.pm / perlio.pm conflict.
7969              Update some pods.
7970              Make t/op/utf8decode.t a text file.
7971      Branch: perlio
7972            - lib/perlio.pm
7973            ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
7974            ! t/op/utf8decode.t
7975 ____________________________________________________________________________
7976 [  9416] By: jhi                                   on 2001/03/28  18:06:07
7977         Log: Integrate change #9409 from mainline to maintperl.
7978              
7979              Yet another tweak on AIX dynaloading.
7980      Branch: maint-5.6/perl
7981           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
7982 ____________________________________________________________________________
7983 [  9415] By: gsar                                  on 2001/03/28  17:13:01
7984         Log: integrate changes#9377,9385,9401 from mainline
7985              
7986              Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
7987              
7988              If directory entries compare equal case-insensitively,
7989              retry case-sensitively.
7990              
7991              Subject: [PATCH] B::Terse and warnings
7992      Branch: maint-5.6/perl
7993           !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
7994           !> t/pragma/warn/perl
7995 ____________________________________________________________________________
7996 [  9414] By: jhi                                   on 2001/03/28  17:11:12
7997         Log: Subject: [PATCH perl@9359] VMS fix-ups and status
7998              From: "Craig A. Berry" <craigberry@mac.com>
7999              Date: Wed, 28 Mar 2001 10:55:20 -0600
8000              Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
8001      Branch: perl
8002            ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
8003 ____________________________________________________________________________
8004 [  9413] By: jhi                                   on 2001/03/28  17:03:12
8005         Log: Dup hunk.
8006      Branch: perl
8007            ! t/op/utf8decode.t
8008 ____________________________________________________________________________
8009 [  9412] By: jhi                                   on 2001/03/28  17:02:36
8010         Log: Forced integrate from perlio.
8011      Branch: perl
8012           !> t/op/utf8decode.t
8013 ____________________________________________________________________________
8014 [  9411] By: nick                                  on 2001/03/28  16:50:03
8015         Log: Integrate mainline.
8016      Branch: perlio
8017           +> t/lib/cwd.t
8018           !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
8019           !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
8020           !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
8021           !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
8022           !> t/pragma/warn/perl
8023 ____________________________________________________________________________
8024 [  9410] By: jhi                                   on 2001/03/28  16:44:23
8025         Log: Subject: Re: [PATCH] 9403 cannot be tested
8026              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
8027              Date: Wed, 28 Mar 2001 18:33:56 +0200
8028              Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
8029      Branch: perl
8030            ! makedef.pl
8031 ____________________________________________________________________________
8032 [  9409] By: jhi                                   on 2001/03/28  16:12:45
8033         Log: Yet another tweak on AIX dynaloading.
8034      Branch: perl
8035            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
8036 ____________________________________________________________________________
8037 [  9408] By: jhi                                   on 2001/03/28  15:52:55
8038         Log: Subject: [PATCH] 9403 cannot be tested
8039              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
8040              Date: Wed, 28 Mar 2001 17:23:00 +0200
8041              Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
8042              
8043              A missing symbol.
8044      Branch: perl
8045            ! makedef.pl
8046 ____________________________________________________________________________
8047 [  9407] By: jhi                                   on 2001/03/28  15:47:43
8048         Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
8049      Branch: perl
8050            ! t/op/utf8decode.t
8051           !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
8052           !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
8053 ____________________________________________________________________________
8054 [  9406] By: jhi                                   on 2001/03/28  15:37:08
8055         Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
8056              From: Benjamin Sugars <bsugars@canoe.ca> 
8057              Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
8058              Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
8059      Branch: perl
8060            + t/lib/cwd.t
8061            ! MANIFEST
8062 ____________________________________________________________________________
8063 [  9405] By: jhi                                   on 2001/03/28  15:13:18
8064         Log: pp_ne() needs a CORRECT boolean.
8065      Branch: perl
8066            ! pp.c
8067 ____________________________________________________________________________
8068 [  9404] By: jhi                                   on 2001/03/28  15:09:23
8069         Log: pp_ne() needs a boolean, not an integer.
8070      Branch: perl
8071            ! pp.c
8072 ____________________________________________________________________________
8073 [  9403] By: jhi                                   on 2001/03/28  14:47:43
8074         Log: (Retracted by #9404.)
8075      Branch: perl
8076            ! pp.c
8077 ____________________________________________________________________________
8078 [  9402] By: jhi                                   on 2001/03/28  14:43:59
8079         Log: Subject: Re: [PATCH] Typemap testing
8080              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
8081              Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
8082              Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
8083      Branch: perl
8084            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
8085            ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
8086 ____________________________________________________________________________
8087 [  9401] By: jhi                                   on 2001/03/28  14:42:14
8088         Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
8089              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
8090              Date: Sun, 25 Mar 2001 21:59:15 +0100
8091              Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
8092              
8093              A variable will be checked for the "use once" warnings if:
8094              
8095              1. It is in the scope of a use warnings 'once'
8096              2. It isn't in the scope of the warnings pragma at all AND $^W is set.
8097              
8098              Otherwise it won't be checked at all.
8099              
8100              Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
8101              
8102              The enclosed patch partially fixes this issue. What I didn't
8103              get to work was the case where the "used once" warning is enabled
8104              in any file other than the main file.
8105      Branch: perl
8106            ! gv.c t/pragma/warn/perl
8107 ____________________________________________________________________________
8108 [  9400] By: nick                                  on 2001/03/28  14:38:24
8109         Log: More EBCDIC tweaks:
8110              - one more swash issue &~(0xA0-1) did not do the right thing,
8111              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
8112              - add "use re 'asciirange'" to make [!-~] etc. work
8113              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
8114              - Choose a key for t/op/each.t test which gets encoded.
8115              - Skip utf8decode if this is UTF-EBCDIC.
8116      Branch: perlio
8117            ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
8118            ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
8119 ____________________________________________________________________________
8120 [  9399] By: jhi                                   on 2001/03/28  14:21:00
8121         Log: Extend the SvROK() testing also to pp_ne(), pointed out by
8122              Andreas Schwab.
8123      Branch: perl
8124            ! pp.c
8125 ____________________________________________________________________________
8126 [  9398] By: jhi                                   on 2001/03/28  00:55:56
8127         Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
8128              From: David Dyck <dcd@tc.fluke.com>
8129              Date: Tue, 27 Mar 2001 15:16:24 -0800
8130              Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
8131      Branch: perl
8132            ! ext/IO/lib/IO/Socket.pm
8133 ____________________________________________________________________________
8134 [  9397] By: jhi                                   on 2001/03/27  21:52:49
8135         Log: Integrate perlio.
8136      Branch: perl
8137           +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
8138           +> ext/PerlIO/Via/Via.xs
8139           !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
8140 ____________________________________________________________________________
8141 [  9396] By: nick                                  on 2001/03/27  21:45:13
8142         Log: Integrate mainline.
8143      Branch: perlio
8144           !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
8145           !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
8146 ____________________________________________________________________________
8147 [  9395] By: nick                                  on 2001/03/27  21:18:58
8148         Log: Outline docs for PerlIO and PerlIO::Scalar
8149      Branch: perlio
8150            ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
8151 ____________________________________________________________________________
8152 [  9394] By: nick                                  on 2001/03/27  20:50:13
8153         Log: PerlIO::Via layer (alpha-ish).
8154      Branch: perlio
8155            + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
8156            + ext/PerlIO/Via/Via.xs
8157            ! MANIFEST
8158 ____________________________________________________________________________
8159 [  9393] By: jhi                                   on 2001/03/27  20:49:55
8160         Log: Retract #9329 now that 9390 should take care of the matter.
8161      Branch: perl
8162            ! utils/h2xs.PL
8163 ____________________________________________________________________________
8164 [  9390] By: jhi                                   on 2001/03/27  20:47:50
8165         Log: Subject: Autoloading Errno.pm when %! is encountered
8166              From: Robin Houston <robin@kitsite.com>
8167              Date: Tue, 27 Mar 2001 20:57:11 +0100
8168              Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
8169      Branch: perl
8170            ! embed.h embed.pl gv.c proto.h t/op/magic.t
8171 ____________________________________________________________________________
8172 [  9389] By: jhi                                   on 2001/03/27  20:24:31
8173         Log: Integrate perlio.
8174      Branch: perl
8175           !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
8176           !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
8177           !> utf8.c
8178 ____________________________________________________________________________
8179 [  9388] By: jhi                                   on 2001/03/27  20:21:38
8180         Log: Better have a three-element array if one is going to assign
8181              to the third element of that array. (from Tim Jenness)
8182      Branch: perl
8183            ! ext/XS/Typemap/Typemap.xs
8184 ____________________________________________________________________________
8185 [  9387] By: nick                                  on 2001/03/27  20:15:43
8186         Log: Integrate mainline.
8187      Branch: perlio
8188           +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
8189           +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
8190           +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
8191           +> t/lib/xs-typemap.t
8192           !> (integrate 34 files)
8193 ____________________________________________________________________________
8194 [  9386] By: jhi                                   on 2001/03/27  20:04:18
8195         Log: Subject: Re: perl@9359 breaks HTML::Parser
8196              From: Gisle Aas <gisle@ActiveState.com>
8197              Date: 27 Mar 2001 11:30:24 -0800
8198              Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
8199              
8200              Clarify the UTF-8 issues of the API docs.
8201              (Slightly reworded and expanded.)
8202      Branch: perl
8203            ! pod/perlapi.pod sv.c sv.h
8204 ____________________________________________________________________________
8205 [  9385] By: jhi                                   on 2001/03/27  19:44:25
8206         Log: If directory entries compare equal case-insensitively,
8207              retry case-sensitively.
8208      Branch: perl
8209            ! ext/File/Glob/bsd_glob.c
8210 ____________________________________________________________________________
8211 [  9384] By: nick                                  on 2001/03/27  19:38:50
8212         Log: Various EBCDIC fixes:
8213              - major revelation that swash code is encoding aware,
8214              (or thought it was) - now it is ;-)
8215              - With that out of the way fix a slab of tr/// cases.
8216              - Fix Encode 'Unicode' to be true Unicode so tests pass.
8217              - As anticipated Base64.xs needed tweaks.
8218              - Until tr/// works right avoid old_encode64 in MIME tests.
8219      Branch: perlio
8220            ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
8221            ! t/lib/encode.t t/lib/mimeb64.t utf8.c
8222 ____________________________________________________________________________
8223 [  9383] By: jhi                                   on 2001/03/27  18:34:41
8224         Log: Add the std test suite BEGIN block.
8225      Branch: perl
8226            ! t/lib/xs-typemap.t
8227 ____________________________________________________________________________
8228 [  9382] By: jhi                                   on 2001/03/27  15:16:07
8229         Log: Add debugging output to the test.
8230      Branch: perl
8231            ! t/lib/glob-basic.t
8232 ____________________________________________________________________________
8233 [  9381] By: jhi                                   on 2001/03/27  15:08:10
8234         Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
8235      Branch: perl
8236            + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
8237            + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
8238            + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
8239            + t/lib/xs-typemap.t
8240            ! MANIFEST
8241 ____________________________________________________________________________
8242 [  9380] By: jhi                                   on 2001/03/27  14:48:34
8243         Log: Subject: [PATCH] Typemap testing
8244              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
8245              Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
8246              Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
8247              
8248              (The first part of the patch.)
8249      Branch: perl
8250            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
8251 ____________________________________________________________________________
8252 [  9379] By: jhi                                   on 2001/03/27  14:44:56
8253         Log: Subject: Re: [PATCH] t/lib/glob-basic.t  
8254              From: Benjamin Sugars <bsugars@canoe.ca> 
8255              Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
8256              Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
8257      Branch: perl
8258            ! t/lib/glob-basic.t
8259 ____________________________________________________________________________
8260 [  9378] By: jhi                                   on 2001/03/27  14:42:30
8261         Log: Subject: [PATCH] perlvar nit
8262              From: Simon Cozens <simon@netthink.co.uk>
8263              Date: Tue, 27 Mar 2001 01:12:01 +0100
8264              Message-ID: <20010327011201.A19179@netthink.co.uk>
8265      Branch: perl
8266            ! pod/perlvar.pod
8267 ____________________________________________________________________________
8268 [  9377] By: jhi                                   on 2001/03/27  14:36:26
8269         Log: Subject: [PATCH] B::Terse and warnings
8270              From: Benjamin Sugars <ben.sugars@home.com>
8271              Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
8272              Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
8273      Branch: perl
8274            ! ext/B/B.pm ext/B/B/Terse.pm
8275 ____________________________________________________________________________
8276 [  9376] By: jhi                                   on 2001/03/27  14:31:31
8277         Log: Document sockatmark() some.
8278      Branch: perl
8279            ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
8280            ! pod/perltoc.pod
8281 ____________________________________________________________________________
8282 [  9375] By: jhi                                   on 2001/03/27  14:00:24
8283         Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
8284              noted by Gisle and fixed by NI-S.
8285      Branch: perl
8286            ! sv.c
8287 ____________________________________________________________________________
8288 [  9374] By: jhi                                   on 2001/03/27  05:50:01
8289         Log: Regen toc.
8290      Branch: perl
8291            ! pod/perltoc.pod
8292 ____________________________________________________________________________
8293 [  9373] By: jhi                                   on 2001/03/27  05:43:51
8294         Log: Pixie documenting.
8295      Branch: perl
8296            ! Makefile.SH pod/perlhack.pod
8297 ____________________________________________________________________________
8298 [  9372] By: jhi                                   on 2001/03/27  05:29:34
8299         Log: Metaconfig unit changes for #9371.
8300      Branch: metaconfig
8301            ! U/modified/myhostname.U
8302      Branch: metaconfig/U/perl
8303            + d_sockatmark.U
8304            ! gccvers.U
8305 ____________________________________________________________________________
8306 [  9371] By: jhi                                   on 2001/03/27  05:29:07
8307         Log: Add sockatmark() probing.
8308      Branch: perl
8309            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8310            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
8311            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
8312            ! vos/config.ga.h win32/config.bc win32/config.gc
8313            ! win32/config.vc
8314 ____________________________________________________________________________
8315 [  9370] By: jhi                                   on 2001/03/26  22:01:18
8316         Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
8317              Really need to benchmark this.
8318      Branch: perl
8319            ! pp.c
8320 ____________________________________________________________________________
8321 [  9369] By: nick                                  on 2001/03/26  21:59:30
8322         Log: Integrate mainline.
8323      Branch: perlio
8324            ! ext/MIME/Base64/QuotedPrint.pm
8325           !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
8326           !> patchlevel.h pod/perlhack.pod pp_sys.c
8327 ____________________________________________________________________________
8328 [  9368] By: jhi                                   on 2001/03/26  21:47:03
8329         Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
8330              
8331              TODO1: perlbench.
8332              TODO2: le, lt, ge, gt?  Yech.
8333      Branch: perl
8334            ! pp.c
8335 ____________________________________________________________________________
8336 [  9367] By: jhi                                   on 2001/03/26  21:34:57
8337         Log: Too much cut-and-paste in #9363.
8338      Branch: perl
8339            ! pp_sys.c
8340 ____________________________________________________________________________
8341 [  9366] By: jhi                                   on 2001/03/26  21:20:53
8342         Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
8343              From: Andreas Schwab <schwab@suse.de>
8344              Date: 26 Mar 2001 17:29:04 +0200
8345              Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
8346              
8347              (The patch for 5.6.0 or so, this is a guess for bleadperl)
8348      Branch: perl
8349            ! pp_hot.c
8350 ____________________________________________________________________________
8351 [  9365] By: jhi                                   on 2001/03/26  21:07:54
8352         Log: Integrate perlio.
8353      Branch: perl
8354           !> perlio.c
8355 ____________________________________________________________________________
8356 [  9364] By: nick                                  on 2001/03/26  20:30:48
8357         Log: REFCNT botch in layer name cache hash.
8358      Branch: perlio
8359            ! perlio.c
8360 ____________________________________________________________________________
8361 [  9363] By: jhi                                   on 2001/03/26  18:44:32
8362         Log: Subject: [PATCH] socket() leaks file descriptors
8363              From: Benjamin Sugars <bsugars@canoe.ca>
8364              Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
8365              Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
8366              
8367              Also sockpair() fixed similarly.
8368      Branch: perl
8369            ! pp_sys.c
8370 ____________________________________________________________________________
8371 [  9362] By: jhi                                   on 2001/03/26  18:37:52
8372         Log: Integrate perlio.
8373      Branch: perl
8374           !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
8375 ____________________________________________________________________________
8376 [  9361] By: nick                                  on 2001/03/26  17:32:06
8377         Log: Implement flush of linebuffered streams on read of a tty.
8378      Branch: perlio
8379            ! perlio.c perliol.h
8380 ____________________________________________________________________________
8381 [  9360] By: nick                                  on 2001/03/26  17:12:32
8382         Log: Memory tweaks and notes for OEMVS.
8383      Branch: perlio
8384            ! README.os390 miniperlmain.c t/op/pat.t
8385 ____________________________________________________________________________
8386 [  9359] By: jhi                                   on 2001/03/26  02:12:54
8387         Log: Update Changes.
8388      Branch: perl
8389            ! Changes patchlevel.h
8390 ____________________________________________________________________________
8391 [  9358] By: jhi                                   on 2001/03/26  02:05:32
8392         Log: Document the most common pixie options.
8393      Branch: perl
8394            ! pod/perlhack.pod
8395 ____________________________________________________________________________
8396 [  9357] By: jhi                                   on 2001/03/26  01:25:28
8397         Log: For perl.pixie check *before* compiling that optimize is -g,
8398              as for perl.third.
8399      Branch: perl
8400            ! Makefile.SH
8401 ____________________________________________________________________________
8402 [  9356] By: jhi                                   on 2001/03/26  01:13:41
8403         Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
8404      Branch: perl
8405            ! Makefile.SH
8406 ____________________________________________________________________________
8407 [  9355] By: jhi                                   on 2001/03/26  01:11:19
8408         Log: Remove t/perl.third.
8409      Branch: perl
8410            ! Makefile.SH
8411 ____________________________________________________________________________
8412 [  9354] By: jhi                                   on 2001/03/26  00:23:38
8413         Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
8414              IO::Sockatmark().
8415      Branch: perl
8416            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
8417 ____________________________________________________________________________
8418 [  9353] By: jhi                                   on 2001/03/25  22:25:04
8419         Log: Integrate perlio.
8420      Branch: perl
8421           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
8422           !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
8423           !> pp_hot.c win32/makefile.mk
8424 ____________________________________________________________________________
8425 [  9352] By: jhi                                   on 2001/03/25  22:21:41
8426         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
8427              From: Radu Greab <radu@netsoft.ro>
8428              Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
8429              Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
8430      Branch: perl
8431            ! pp_sys.c
8432 ____________________________________________________________________________
8433 [  9351] By: nick                                  on 2001/03/25  22:15:02
8434         Log: Fix readline in list mode to tell rest of world that it has
8435              things on the stack. Otherwise if perl code gets invoked
8436              underneath it it scribbles over results-so-far.
8437              (Why TIEHANDLE has not tripped on this is a mystery.)
8438      Branch: perlio
8439            ! pp_hot.c
8440 ____________________________________________________________________________
8441 [  9350] By: nick                                  on 2001/03/25  22:10:13
8442         Log: win32/makefile.mk typos
8443      Branch: perlio
8444            ! win32/makefile.mk
8445 ____________________________________________________________________________
8446 [  9349] By: nick                                  on 2001/03/25  21:31:14
8447         Log: Integrate now-non-binary file.
8448      Branch: perlio
8449           !> t/lib/mimeqp.t
8450 ____________________________________________________________________________
8451 [  9348] By: nick                                  on 2001/03/25  21:27:24
8452         Log: Make it text
8453      Branch: perlio
8454            ! t/lib/mimeqp.t
8455 ____________________________________________________________________________
8456 [  9347] By: nick                                  on 2001/03/25  21:25:37
8457         Log: Integrate mainline.
8458      Branch: perlio
8459           !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
8460           !> lib/Term/ReadLine.pm t/lib/md5-file.t
8461 ____________________________________________________________________________
8462 [  9346] By: nick                                  on 2001/03/25  20:58:15
8463         Log: Add destruct time hook to PerlIO (for work-in-process implementing
8464              layers in perl code. In such cases layers need to be popped before
8465              we loose the ability to run perl code.)
8466              Also back-out "PerlIO::object" hook - it isn't going to work like that...
8467      Branch: perlio
8468            ! perl.c perlio.c perlio.h perliol.h
8469 ____________________________________________________________________________
8470 [  9345] By: nick                                  on 2001/03/25  20:49:11
8471         Log: Avoid at leasy one of undefined warnings in Encode.
8472      Branch: perlio
8473            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
8474 ____________________________________________________________________________
8475 [  9344] By: jhi                                   on 2001/03/25  20:37:43
8476         Log: A workaround for using Term::ReadLine in emacs minibuffer
8477              from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
8478              additional tweaks from Ilya Zakharevich.
8479      Branch: perl
8480            ! lib/Term/ReadLine.pm
8481 ____________________________________________________________________________
8482 [  9343] By: nick                                  on 2001/03/25  20:21:14
8483         Log: Missing return value.
8484      Branch: perlio
8485            ! ext/PerlIO/Scalar/Scalar.xs
8486 ____________________________________________________________________________
8487 [  9342] By: jhi                                   on 2001/03/25  16:21:00
8488         Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
8489              to equal the CPAN versions since no code changes have been made.
8490      Branch: perl
8491            ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
8492            ! t/lib/md5-file.t
8493 ____________________________________________________________________________
8494 [  9341] By: jhi                                   on 2001/03/25  16:01:48
8495         Log: Escape 8-bit characters.
8496      Branch: perl
8497            ! t/lib/mimeqp.t
8498 ____________________________________________________________________________
8499 [  9340] By: gsar                                  on 2001/03/25  15:50:53
8500         Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
8501              chars)
8502      Branch: perl
8503            + t/lib/mimeqp.t
8504 ____________________________________________________________________________
8505 [  9339] By: gsar                                  on 2001/03/25  15:48:50
8506         Log: delete mimeqp.t for later with text mode set
8507      Branch: perl
8508            - t/lib/mimeqp.t
8509 ____________________________________________________________________________
8510 [  9338] By: nick                                  on 2001/03/25  09:01:57
8511         Log: Integrate mainline.
8512      Branch: perlio
8513           +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
8514           +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
8515           +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
8516           +> t/lib/mimeb64u.t t/lib/mimeqp.t
8517           !> MANIFEST configure.com djgpp/config.over epoc/config.sh
8518           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
8519           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
8520 ____________________________________________________________________________
8521 [  9337] By: jhi                                   on 2001/03/25  04:23:24
8522         Log: Add MIME::Base64 here and there.  Again, a lot of
8523              optimism is in the air.
8524      Branch: perl
8525            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
8526            ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
8527 ____________________________________________________________________________
8528 [  9336] By: jhi                                   on 2001/03/25  04:12:43
8529         Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
8530              this by ear as I do not do Win32 programming.)
8531      Branch: perl
8532            ! win32/Makefile win32/makefile.mk
8533 ____________________________________________________________________________
8534 [  9335] By: jhi                                   on 2001/03/25  04:03:50
8535         Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
8536      Branch: perl
8537            ! t/lib/md5-file.t
8538 ____________________________________________________________________________
8539 [  9334] By: jhi                                   on 2001/03/25  03:58:53
8540         Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
8541      Branch: perl
8542            + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
8543            + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
8544            + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
8545            + t/lib/mimeb64u.t t/lib/mimeqp.t
8546            ! MANIFEST
8547 ____________________________________________________________________________
8548 [  9333] By: jhi                                   on 2001/03/24  20:14:37
8549         Log: Integrate perlio.
8550      Branch: perl
8551           !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
8552 ____________________________________________________________________________
8553 [  9332] By: nick                                  on 2001/03/24  19:40:34
8554         Log: Fix un-init variable leading to spurious "Out of Memory!"
8555      Branch: perlio
8556            ! doio.c
8557 ____________________________________________________________________________
8558 [  9331] By: nick                                  on 2001/03/24  19:09:59
8559         Log: Tweak docs for C<open> (boy does that need wholesale revision...)
8560              and update layers internals doc.
8561      Branch: perlio
8562            ! pod/perlfunc.pod pod/perliol.pod
8563 ____________________________________________________________________________
8564 [  9330] By: jhi                                   on 2001/03/24  18:42:11
8565         Log: The length might be uninitialized garbage if the *svp is the undef.
8566      Branch: perl
8567            ! doio.c
8568 ____________________________________________________________________________
8569 [  9329] By: jhi                                   on 2001/03/24  18:26:57
8570         Log: (Retracted by #9393)
8571
8572              Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
8573              From: Simon Cozens <simon@netthink.co.uk>
8574              Date: Sat, 24 Mar 2001 17:13:17 +0000
8575              Message-ID: <20010324171317.A13406@netthink.co.uk>
8576      Branch: perl
8577            ! utils/h2xs.PL
8578 ____________________________________________________________________________
8579 [  9328] By: nick                                  on 2001/03/24  17:22:02
8580         Log: Integrate mainline.
8581      Branch: perlio
8582           !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
8583           !> lib/unicode/version
8584 ____________________________________________________________________________
8585 [  9327] By: nick                                  on 2001/03/24  17:16:02
8586         Log: Integrate mainline.
8587      Branch: perlio
8588           +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
8589           +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
8590           +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
8591           +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
8592           +> t/lib/md5-file.t
8593           !> MANIFEST Makefile.SH configure.com djgpp/config.over
8594           !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
8595           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
8596           !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
8597           !> win32/makefile.mk
8598 ____________________________________________________________________________
8599 [  9326] By: jhi                                   on 2001/03/24  17:00:42
8600         Log: Upgrade to Unicode 3.1 beta 2001-03-23.
8601      Branch: perl
8602            ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
8603            ! lib/unicode/version
8604 ____________________________________________________________________________
8605 [  9325] By: jhi                                   on 2001/03/24  16:22:33
8606         Log: Subject: Re: B::Deparse bug (5.6.0)
8607              From: Robin Houston <robin@kitsite.com>
8608              Date: Sat, 24 Mar 2001 14:33:09 +0000
8609              Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
8610      Branch: perl
8611            ! op.c pp.c t/lib/b.t t/op/repeat.t
8612 ____________________________________________________________________________
8613 [  9324] By: jhi                                   on 2001/03/24  16:21:56
8614         Log: Boldly add extensions to be built to VMS, EPOC, UTS,
8615              U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
8616              these additions may be too optimistic.
8617      Branch: perl
8618            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
8619            ! hints/uwin.sh hints/vmesa.sh
8620 ____________________________________________________________________________
8621 [  9323] By: jhi                                   on 2001/03/24  16:06:01
8622         Log: Integrate perlio.
8623      Branch: perl
8624           +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
8625           +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
8626            ! Makefile.SH
8627           !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
8628           !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
8629           !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
8630           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
8631           !> win32/makefile.mk win32/perlhost.h win32/win32.c
8632           !> win32/win32iop.h
8633 ____________________________________________________________________________
8634 [  9322] By: nick                                  on 2001/03/24  14:39:12
8635         Log: Routine Win32 regen_config_h - no real changes.
8636      Branch: perlio
8637            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
8638 ____________________________________________________________________________
8639 [  9321] By: nick                                  on 2001/03/24  14:31:49
8640         Log: PerlIO fixups for Win32:
8641              - provide win33_popenlist() - non-functional as yet.
8642              - avoid need for aTHX in PerlIO_debug calls - even if not 
8643              enabled args are still evaluated so Win32 has trouble during fork().
8644              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
8645              - Fixup makedef.pl for latest set of symbols.
8646      Branch: perlio
8647            ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
8648            ! win32/perlhost.h win32/win32.c win32/win32iop.h
8649 ____________________________________________________________________________
8650 [  9320] By: nick                                  on 2001/03/24  14:26:58
8651         Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
8652              was gibberish - broke it on WIn32 at least.
8653      Branch: perlio
8654            ! ext/POSIX/POSIX.xs
8655 ____________________________________________________________________________
8656 [  9319] By: nick                                  on 2001/03/24  11:29:41
8657         Log: Generated files.
8658      Branch: perlio
8659            ! embed.h global.sym objXSUB.h perlapi.c proto.h
8660 ____________________________________________________________________________
8661 [  9318] By: nick                                  on 2001/03/24  10:29:37
8662         Log: Implement:
8663              1.  open($fh,"+<",undef);  # add test to t/io/open.t
8664              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
8665      Branch: perlio
8666            + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
8667            + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
8668            ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
8669            ! t/io/open.t t/io/utf8.t
8670 ____________________________________________________________________________
8671 [  9317] By: jhi                                   on 2001/03/23  23:41:25
8672         Log: AIX does seems to have optimization problems with its C compilers.
8673      Branch: perl
8674            ! hints/aix.sh
8675 ____________________________________________________________________________
8676 [  9316] By: jhi                                   on 2001/03/23  23:40:46
8677         Log: Integrate perlio.
8678      Branch: perl
8679           +> lib/PerlIO.pm
8680           !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
8681           !> perliol.h
8682 ____________________________________________________________________________
8683 [  9315] By: jhi                                   on 2001/03/23  22:16:30
8684         Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
8685      Branch: perl
8686            ! t/lib/md5-file.t
8687 ____________________________________________________________________________
8688 [  9314] By: nick                                  on 2001/03/23  20:49:02
8689         Log: Perlio internals re-organized.
8690              - open process creates AV of layer/arg pairs
8691              (appends layers from open() or open.pm to default list).
8692              - push arg is now an SV.
8693              - layer ->Open get passed the AV
8694              - open is no longer mandatory method.
8695              - topmost layer that has ->Open method does the open
8696              - any layers above are pushed once that returns.
8697              - vtable re-ordered so dummy layers need only provide push/pop methods.
8698      Branch: perlio
8699            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
8700 ____________________________________________________________________________
8701 [  9313] By: nick                                  on 2001/03/23  16:27:41
8702         Log: Check in a stable (working) version before next round of tweaks.
8703              Changes include:
8704              - Move default layers code out of doio.c and into perlio.c
8705              - Single routine for parsing layer specification strings.
8706              - Skeleton support for demand loading of layers
8707              - Core-dump avoidance if PERLIO environment specifies loadable layer
8708              (does not _work_ as need IO to load and need load to do IO ...)
8709      Branch: perlio
8710            + lib/PerlIO.pm
8711            ! MANIFEST doio.c perlio.c
8712 ____________________________________________________________________________
8713 [  9312] By: gsar                                  on 2001/03/23  16:25:25
8714         Log: add execute bit to files with shebang lines in the repository;
8715              avoid clobbering execute bit in Porting/makerel 
8716      Branch: maint-5.6/perl
8717            ! (edit 144 files)
8718 ____________________________________________________________________________
8719 [  9311] By: jhi                                   on 2001/03/23  14:25:35
8720         Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
8721      Branch: perl
8722            ! MANIFEST
8723 ____________________________________________________________________________
8724 [  9310] By: jhi                                   on 2001/03/23  13:45:04
8725         Log: Subject: [PATCH] Net::Ping
8726              From: Colin McMillen <mcmi0037@tc.umn.edu>
8727              Date: Thu, 22 Mar 2001 19:30:31 -0600
8728              Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
8729      Branch: perl
8730            ! lib/Net/Ping.pm
8731 ____________________________________________________________________________
8732 [  9309] By: jhi                                   on 2001/03/23  13:39:13
8733         Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
8734      Branch: perl
8735            ! t/lib/md5-aaa.t t/lib/md5-file.t
8736 ____________________________________________________________________________
8737 [  9308] By: jhi                                   on 2001/03/23  13:20:34
8738         Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
8739              - bump the version to 2.14
8740              - drop the base64 tests since they require MIME::Base64
8741              - drop the rfc1321.txt
8742              - drop the hints/dec_osf.pl since it's only needed for
8743              pre-5.005_03 Perls
8744              Todo:
8745              - the U32 alignment testing is now removed; it needs to
8746              be reintroduced as as a Config variable (meaning also
8747              as a Configure test)
8748              - get the new EBCDIC md5sum for MD5.pm
8749              - test in Win32 to see how badly I botched the makefiles
8750      Branch: perl
8751            + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
8752            + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
8753            + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
8754            + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
8755            + t/lib/md5-file.t
8756            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
8757            ! win32/Makefile win32/makefile.mk
8758 ____________________________________________________________________________
8759 [  9307] By: jhi                                   on 2001/03/23  12:56:14
8760         Log: Integrate change #9306 from maintperl into mainline,
8761              AIX dynaloader for AIXes without <load.h>.
8762      Branch: perl
8763           !> ext/DynaLoader/hints/aix.pl
8764 ____________________________________________________________________________
8765 [  9306] By: jhi                                   on 2001/03/23  12:51:36
8766         Log: There are AIXes without /usr/include/load.h,
8767              patch from H.Merijn Brand.
8768      Branch: maint-5.6/perl
8769            ! ext/DynaLoader/hints/aix.pl
8770 ____________________________________________________________________________
8771 [  9305] By: nick                                  on 2001/03/23  11:00:42
8772         Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
8773      Branch: perlio
8774            ! ext/Encode/Encode.xs perlio.c perlio.h
8775 ____________________________________________________________________________
8776 [  9304] By: nick                                  on 2001/03/23  10:20:46
8777         Log: Render -Duseperlio functional again.
8778              - this is "quick fix" which calls PerlIO_apply_layers after opening,
8779              which is what old scheme did. New scheme needs to change that
8780              to make open(...,\$scalar) etc. work but this will do for now.
8781      Branch: perlio
8782            ! perlio.c
8783 ____________________________________________________________________________
8784 [  9303] By: nick                                  on 2001/03/23  09:53:20
8785         Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
8786              -Uuseperlio now works again.
8787              -Duseperlio is still poorly. Don't merge yet...
8788      Branch: perlio
8789            ! doio.c perlio.h
8790 ____________________________________________________________________________
8791 [  9302] By: nick                                  on 2001/03/22  22:26:51
8792         Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
8793              type code.
8794              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
8795              is its main caller. In particular now has access to "extra" args, and
8796              can tell when an open handle is "reopened" (or duped?).
8797              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
8798              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
8799              PerlIO_open() et. al. (i.e. other way round).
8800              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
8801              with args close to PerlIO_openn().
8802      Branch: perlio
8803            ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
8804 ____________________________________________________________________________
8805 [  9301] By: jhi                                   on 2001/03/22  20:58:04
8806         Log: Integrate perlio.
8807      Branch: perl
8808           !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
8809           !> t/io/open.t util.c
8810 ____________________________________________________________________________
8811 [  9300] By: nick                                  on 2001/03/22  17:36:32
8812         Log: Don't include $@ in not ok message.
8813      Branch: perlio
8814            ! t/io/open.t
8815 ____________________________________________________________________________
8816 [  9299] By: gsar                                  on 2001/03/22  16:53:45
8817         Log: back out changes#7532,7521 for now (appears to have problems
8818              on IRIX)
8819      Branch: maint-5.6/perl
8820            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
8821            ! ext/POSIX/typemap pod/perlvar.pod
8822 ____________________________________________________________________________
8823 [  9298] By: nick                                  on 2001/03/22  14:35:46
8824         Log: Give a meaning to '&' in n-arg open case:
8825              open($fh,"<&",$scalar);
8826              $scalar can be:
8827              - an integer which does "fdopen"
8828              open($fh,"<&",2); # like open($fh,"<&2")
8829              - something that will yield a file handle via sv_2io()
8830              useful for dup'ing anonymous handles.
8831              e.g.:
8832              open(my $fh,"<&",\*STDIN);
8833              open(my $dup,"<&",$fh);
8834      Branch: perlio
8835            ! doio.c t/io/open.t
8836 ____________________________________________________________________________
8837 [  9297] By: nick                                  on 2001/03/22  13:34:35
8838         Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
8839      Branch: perlio
8840            ! util.c
8841 ____________________________________________________________________________
8842 [  9296] By: nick                                  on 2001/03/22  12:51:20
8843         Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
8844      Branch: perlio
8845            ! perl.c
8846 ____________________________________________________________________________
8847 [  9295] By: nick                                  on 2001/03/22  11:59:44
8848         Log: If stdin, stdout or stderr get opened in unexpected read/write state
8849              then warn at time of open not at time of use.
8850      Branch: perlio
8851            ! doio.c pp_hot.c pp_sys.c
8852 ____________________________________________________________________________
8853 [  9294] By: nick                                  on 2001/03/22  10:54:35
8854         Log: Die on n-arg open(...,"",xxx,yyy,...)
8855              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
8856              - die on read/write cases so we can decide what it means later.
8857      Branch: perlio
8858            ! doio.c embed.pl iperlsys.h util.c
8859 ____________________________________________________________________________
8860 [  9293] By: nick                                  on 2001/03/22  09:02:45
8861         Log: perlio tweaks (reported by Nick Clark)
8862              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
8863              error check in Pendinf_read().
8864      Branch: perlio
8865            ! perlio.c
8866 ____________________________________________________________________________
8867 [  9292] By: gsar                                  on 2001/03/22  07:12:00
8868         Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
8869              fixes)
8870      Branch: maint-5.6/perl
8871           !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
8872 ____________________________________________________________________________
8873 [  9291] By: jhi                                   on 2001/03/22  06:06:44
8874         Log: Regex tests from Chicheng Zhang.  (Already fixed.)
8875      Branch: perl
8876            ! t/op/re_tests
8877 ____________________________________________________________________________
8878 [  9290] By: jhi                                   on 2001/03/22  05:57:01
8879         Log: Move MacOS Classic higher in the list of supported platforms.
8880      Branch: maint-5.6/perl
8881            ! pod/perlport.pod
8882 ____________________________________________________________________________
8883 [  9289] By: gsar                                  on 2001/03/22  05:35:04
8884         Log: revert part of change#6438 for compatibility (av_reify()
8885              appears to be needed to implement av_splice()ish things
8886              in XS)
8887      Branch: maint-5.6/perl
8888            ! embed.pl global.sym objXSUB.h perlapi.c
8889 ____________________________________________________________________________
8890 [  9288] By: gsar                                  on 2001/03/22  03:09:19
8891         Log: update copyright year
8892      Branch: maint-5.6/perl
8893            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
8894            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
8895            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
8896            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
8897            ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
8898            ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
8899            ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
8900            ! x2p/walk.c
8901 ____________________________________________________________________________
8902 [  9287] By: jhi                                   on 2001/03/21  20:30:54
8903         Log: Integrate perlio.
8904      Branch: perl
8905           !> ext/Data/Dumper/Dumper.xs
8906 ____________________________________________________________________________
8907 [  9286] By: gsar                                  on 2001/03/21  19:49:54
8908         Log: makefile.mk tweak
8909      Branch: maint-5.6/perl
8910            ! win32/Makefile win32/makefile.mk
8911 ____________________________________________________________________________
8912 [  9285] By: nick                                  on 2001/03/21  19:07:13
8913         Log: Multiplicity fix for Dumper.
8914      Branch: perlio
8915            ! ext/Data/Dumper/Dumper.xs
8916 ____________________________________________________________________________
8917 [  9284] By: nick                                  on 2001/03/21  19:01:07
8918         Log: Integrate mainline - (does not build xTHX issue in Dumper).
8919      Branch: perlio
8920           !> (integrate 27 files)
8921 ____________________________________________________________________________
8922 [  9283] By: jhi                                   on 2001/03/21  17:17:35
8923         Log: Integrate change #9282 from mainline into maintperl,
8924              4-arg UTF-8 substr().
8925      Branch: maint-5.6/perl
8926           !> pp.c
8927 ____________________________________________________________________________
8928 [  9282] By: jhi                                   on 2001/03/21  17:15:43
8929         Log: The #9270 would have leaked a scalar if pp_substr()
8930              returned early.
8931      Branch: perl
8932            ! pp.c
8933 ____________________________________________________________________________
8934 [  9281] By: gsar                                  on 2001/03/21  17:03:14
8935         Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
8936      Branch: maint-5.6/perl
8937            ! win32/makefile.mk
8938 ____________________________________________________________________________
8939 [  9280] By: gsar                                  on 2001/03/21  17:01:20
8940         Log: some tweaks to change#9278 (fork() emulation should be enabled
8941              by setting BUILD_FLAVOR instead of changing the defaults)
8942      Branch: maint-5.6/perl
8943            ! win32/makefile.mk
8944 ____________________________________________________________________________
8945 [  9279] By: gsar                                  on 2001/03/21  16:47:19
8946         Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
8947      Branch: maint-5.6/perl
8948            ! ext/File/Glob/Glob.pm
8949           !> lib/Cwd.pm
8950 ____________________________________________________________________________
8951 [  9278] By: jhi                                   on 2001/03/21  14:35:10
8952         Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
8953              From: "Vadim Konovalov" <watman@inbox.ru>
8954              Date: Wed, 21 Mar 2001 01:53:51 +0300
8955              Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
8956      Branch: maint-5.6/perl
8957            ! win32/makefile.mk win32/win32sck.c
8958 ____________________________________________________________________________
8959 [  9277] By: jhi                                   on 2001/03/21  13:58:28
8960         Log: Integrate change #9270 from mainline to maintperl:
8961              continued 4-arg UTF-8 substr() fixing.
8962      Branch: maint-5.6/perl
8963           !> pp.c t/op/substr.t
8964 ____________________________________________________________________________
8965 [  9276] By: jhi                                   on 2001/03/21  13:33:00
8966         Log: More pixie cleaning.
8967      Branch: perl
8968            ! Makefile.SH
8969 ____________________________________________________________________________
8970 [  9275] By: jhi                                   on 2001/03/21  03:54:17
8971         Log: Update Changes.
8972      Branch: perl
8973            ! Changes patchlevel.h
8974 ____________________________________________________________________________
8975 [  9274] By: jhi                                   on 2001/03/21  03:48:24
8976         Log: First stab at making Data::Dumper to grok Unicode.
8977              
8978              TODO: tests, EBCDICify.
8979      Branch: perl
8980            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
8981 ____________________________________________________________________________
8982 [  9273] By: jhi                                   on 2001/03/21  02:23:00
8983         Log: Fix for
8984              
8985              Subject: Memory leak in unquoted print   
8986              From: Benjamin Sugars <bsugars@canoe.ca> 
8987              Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
8988              Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
8989      Branch: perl
8990            ! perlio.c
8991 ____________________________________________________________________________
8992 [  9272] By: jhi                                   on 2001/03/21  01:33:17
8993         Log: Subject: Re: [PATCH] POSIX::getcwd()
8994              From: Benjamin Sugars <bsugars@canoe.ca> 
8995              Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
8996              Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>      
8997      Branch: perl
8998            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
8999 ____________________________________________________________________________
9000 [  9271] By: jhi                                   on 2001/03/21  01:22:52
9001         Log: Subject: [PATCH] Cwd.pm docs
9002              From: Benjamin Sugars <bsugars@canoe.ca>
9003              Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
9004              Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
9005      Branch: perl
9006            ! lib/Cwd.pm
9007 ____________________________________________________________________________
9008 [  9270] By: jhi                                   on 2001/03/21  01:16:29
9009         Log: Continue 4-arg substr() UTF-8 fixage.
9010      Branch: perl
9011            ! pp.c t/op/substr.t
9012 ____________________________________________________________________________
9013 [  9269] By: jhi                                   on 2001/03/21  00:46:14
9014         Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
9015              
9016              revert the leak fix in change#9142 (problem needs a more experimental
9017              fix unsuitable for 5.6.1)
9018              
9019              do alphabetical sorting by default (for csh compatibility)
9020              
9021              cut-n-paste goof in change#9264
9022              
9023              VMS piping fixes (from Charles Lane)
9024      Branch: perl
9025           !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
9026           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
9027           !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
9028 ____________________________________________________________________________
9029 [  9268] By: jhi                                   on 2001/03/21  00:37:04
9030         Log: Integrate perlio.
9031      Branch: perl
9032           !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
9033           !> utf8.c utf8.h utfebcdic.h
9034 ____________________________________________________________________________
9035 [  9267] By: nick                                  on 2001/03/20  20:04:39
9036         Log: More EBCDIC stuff:
9037              - Loose the extra level of function on ASCII.
9038              - spotted a chr(0) issue in sv.c
9039              - re-work of UTF-X tr/// ranges to work in Unicode
9040              space. Still issues with the "0xff is illegal UTF-8" hack.
9041              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
9042              (why do it once when you can do it all over the place :-(
9043              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
9044              need utf8.pm for swashes.
9045              - Simplified and commented scan_const() in toke.c
9046              Still something wrong regexp and tr (swashes?).
9047      Branch: perlio
9048            ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
9049            ! utf8.c utf8.h utfebcdic.h
9050 ____________________________________________________________________________
9051 [  9266] By: gsar                                  on 2001/03/20  19:16:43
9052         Log: VMS piping fixes (from Charles Lane)
9053      Branch: maint-5.6/perl
9054            ! vms/vms.c vms/vmspipe.com
9055 ____________________________________________________________________________
9056 [  9265] By: gsar                                  on 2001/03/20  17:53:52
9057         Log: cut-n-paste goof in change#9264
9058      Branch: maint-5.6/perl
9059            ! ext/File/Glob/Glob.xs
9060 ____________________________________________________________________________
9061 [  9264] By: gsar                                  on 2001/03/20  17:43:47
9062         Log: do alphabetical sorting by default (for csh compatibility);
9063              bsd_glob() does ASCII sort by default as usual, unless
9064              GLOB_ALPHASORT was specified
9065      Branch: maint-5.6/perl
9066            ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
9067            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
9068            ! ext/File/Glob/bsd_glob.h
9069 ____________________________________________________________________________
9070 [  9263] By: gsar                                  on 2001/03/20  16:40:08
9071         Log: integrate change#9255 from mainline (unicode fix)
9072              
9073              substr($bytestr, i, n, $charstr)
9074      Branch: maint-5.6/perl
9075           !> Todo-5.6 pp.c t/op/substr.t
9076 ____________________________________________________________________________
9077 [  9262] By: gsar                                  on 2001/03/20  15:57:41
9078         Log: revert the leak fix in change#9142 (problem needs a more experimental
9079              fix unsuitable for 5.6.1)
9080      Branch: maint-5.6/perl
9081            ! scope.c
9082 ____________________________________________________________________________
9083 [  9261] By: jhi                                   on 2001/03/20  14:26:25
9084         Log: Integrate changes #9259,9260 from maintperl into mainline.
9085              
9086              Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
9087              
9088              Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
9089      Branch: perl
9090           !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
9091 ____________________________________________________________________________
9092 [  9260] By: jhi                                   on 2001/03/20  14:05:46
9093         Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
9094              From: Robin Barker <rmb1@cise.npl.co.uk>
9095              Date: Tue, 20 Mar 2001 10:12:04 GMT
9096              Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
9097      Branch: maint-5.6/perl
9098            ! run.c
9099 ____________________________________________________________________________
9100 [  9259] By: jhi                                   on 2001/03/20  14:04:39
9101         Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
9102              From: Chris Nandor <pudge@pobox.com>
9103              Date: Tue, 20 Mar 2001 00:40:56 -0500
9104              Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
9105      Branch: maint-5.6/perl
9106            ! ext/POSIX/POSIX.xs lib/File/Path.pm
9107 ____________________________________________________________________________
9108 [  9258] By: jhi                                   on 2001/03/20  05:09:34
9109         Log: Update Changes.
9110      Branch: perl
9111            ! Changes patchlevel.h
9112 ____________________________________________________________________________
9113 [  9257] By: jhi                                   on 2001/03/20  05:04:25
9114         Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
9115      Branch: perl
9116            ! t/op/tr.t
9117 ____________________________________________________________________________
9118 [  9256] By: jhi                                   on 2001/03/20  04:43:12
9119         Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
9120              From: Peter Prymmer <pvhp@forte.com>
9121              Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
9122              Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
9123      Branch: maint-5.6/perl
9124            ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
9125 ____________________________________________________________________________
9126 [  9255] By: jhi                                   on 2001/03/19  23:17:17
9127         Log: substr($bytestr, i, n, $charstr)
9128
9129              TODO: we are still broken if $bytestr needs UTF-8 upgrading.
9130      Branch: perl
9131            ! Todo-5.6 pp.c t/op/substr.t
9132 ____________________________________________________________________________
9133 [  9254] By: jhi                                   on 2001/03/19  22:25:09
9134         Log: Rearrange the make test target prerequisites so that
9135              in a parallel make 'all' is finished before 'test'.
9136      Branch: perl
9137            ! Makefile.SH
9138 ____________________________________________________________________________
9139 [  9253] By: jhi                                   on 2001/03/19  21:48:07
9140         Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
9141              From: Robin Houston <robin@kitsite.com>
9142              Date: Mon, 19 Mar 2001 15:48:41 +0000
9143              Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
9144      Branch: perl
9145            ! pp_ctl.c
9146 ____________________________________________________________________________
9147 [  9252] By: jhi                                   on 2001/03/19  21:42:27
9148         Log: Integrate perlio.
9149      Branch: perl
9150           !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
9151           !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
9152           !> utfebcdic.h vms/perly_c.vms
9153 ____________________________________________________________________________
9154 [  9251] By: jhi                                   on 2001/03/19  21:31:28
9155         Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
9156              
9157              Dynaloading in 64-bit AIX with vac.
9158      Branch: perl
9159           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
9160           !> hints/aix.sh
9161 ____________________________________________________________________________
9162 [  9250] By: jhi                                   on 2001/03/19  21:18:00
9163         Log: A more robust solution for the 64bitall AIX dynaloading
9164              problem, from Jens-Uwe Mager.
9165      Branch: maint-5.6/perl
9166            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
9167 ____________________________________________________________________________
9168 [  9249] By: nick                                  on 2001/03/19  20:59:37
9169         Log: Integrate mainline.
9170      Branch: perlio
9171           !> (integrate 42 files)
9172 ____________________________________________________________________________
9173 [  9248] By: nick                                  on 2001/03/19  20:22:07
9174         Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
9175              (Building on OS390 uses native YACC and YYDEBUG has other
9176              side effects.)
9177      Branch: perlio
9178            ! perly.c perly.y vms/perly_c.vms
9179 ____________________________________________________________________________
9180 [  9247] By: jhi                                   on 2001/03/19  19:59:53
9181         Log: 64-bit AIX dynaloading problem (see #9244) idea
9182              from Jens-Uwe Mager.
9183      Branch: maint-5.6/perl
9184            ! ext/DynaLoader/dl_aix.xs
9185 ____________________________________________________________________________
9186 [  9246] By: nick                                  on 2001/03/19  19:27:57
9187         Log: More EBCDIC fixes.
9188      Branch: perlio
9189            ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
9190            ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
9191 ____________________________________________________________________________
9192 [  9245] By: jhi                                   on 2001/03/19  19:05:19
9193         Log: Integrate change #9243 from mainline into maintperl.
9194              
9195              Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
9196      Branch: maint-5.6/perl
9197           !> README.vmesa
9198 ____________________________________________________________________________
9199 [  9244] By: jhi                                   on 2001/03/19  19:03:15
9200         Log: Get 64bitall AIX building, but still does not test okay:
9201              dynaloading anything fails, for example for op/defins:
9202              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
9203              (update: fixed by #9247,9250)
9204      Branch: maint-5.6/perl
9205            ! hints/aix.sh
9206 ____________________________________________________________________________
9207 [  9243] By: jhi                                   on 2001/03/19  19:00:16
9208         Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
9209              From: Robin Barker <rmb1@cise.npl.co.uk>
9210              Date: Mon, 19 Mar 2001 18:01:57 GMT
9211              Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
9212      Branch: perl
9213            ! README.vmesa
9214 ____________________________________________________________________________
9215 [  9242] By: jhi                                   on 2001/03/19  18:58:43
9216         Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
9217              
9218              TODO: tests.
9219      Branch: perl
9220            ! doop.c op.c
9221 ____________________________________________________________________________
9222 [  9241] By: gsar                                  on 2001/03/19  17:34:46
9223         Log: VMSify tests (from Charles Lane)
9224      Branch: maint-5.6/perl
9225            ! t/lib/filehand.t t/lib/texttabs.t
9226 ____________________________________________________________________________
9227 [  9240] By: jhi                                   on 2001/03/19  14:24:26
9228         Log: Integrate change #9233 from maintperl into mainline.
9229              
9230              some refcounts were incorrect in perl_clone()
9231      Branch: perl
9232           !> sv.c
9233 ____________________________________________________________________________
9234 [  9239] By: gsar                                  on 2001/03/19  09:23:17
9235         Log: this is 5.6.1-trial3
9236      Branch: maint-5.6/perl
9237            ! Changes
9238 ____________________________________________________________________________
9239 [  9238] By: gsar                                  on 2001/03/19  08:47:04
9240         Log: some new symbols are only available under ithreads
9241      Branch: maint-5.6/perl
9242            ! makedef.pl
9243 ____________________________________________________________________________
9244 [  9237] By: gsar                                  on 2001/03/19  08:42:28
9245         Log: update patchlevel.h, Changes, &c.
9246      Branch: maint-5.6/perl
9247            ! Changes patchlevel.h pod/perlhist.pod
9248           !> AUTHORS
9249 ____________________________________________________________________________
9250 [  9236] By: gsar                                  on 2001/03/19  08:17:49
9251         Log: integrate changes#8068,8717 from mainline
9252              
9253              [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
9254              
9255              [PATCH CPAN 1.59_51] warning message (not!)
9256      Branch: maint-5.6/perl
9257           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
9258           !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
9259           !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
9260           !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
9261           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
9262 ____________________________________________________________________________
9263 [  9235] By: gsar                                  on 2001/03/19  08:07:09
9264         Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
9265              
9266              [PATCH] Add missing CV flags to dump.c
9267              
9268              Re: [patch] Re: PL_ptr_table
9269              
9270              Fixup non-ithread build after 8713
9271              
9272              Generated files form 8713 etc.
9273              
9274              Correct the correction :-(
9275              
9276              Documenting coderef @INC (Re: CPAN "make this script work" feature)
9277              
9278              Subject: Re: sync sync sync: have I missed any patches?
9279              Replace djSP with dSP.
9280      Branch: maint-5.6/perl
9281           !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
9282           !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
9283           !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
9284           !> sv.c sv.h win32/perlhost.h
9285 ____________________________________________________________________________
9286 [  9234] By: gsar                                  on 2001/03/19  07:22:05
9287         Log: revert the change#9090 integrate for now (change looks somewhat
9288              incomplete in that [ha]v_exists() need something similar; lacks
9289              tests; &c.)
9290      Branch: maint-5.6/perl
9291            ! hv.c
9292 ____________________________________________________________________________
9293 [  9233] By: gsar                                  on 2001/03/19  07:10:01
9294         Log: some refcounts were incorrect in perl_clone(); avoid hang in global
9295              destruction when there are unreferenced scalars (SvREFCNT==0)
9296      Branch: maint-5.6/perl
9297            ! sv.c
9298 ____________________________________________________________________________
9299 [  9232] By: jhi                                   on 2001/03/19  05:11:02
9300         Log: Regen api and toc.
9301      Branch: maint-5.6/perl
9302            ! pod/perlapi.pod pod/perltoc.pod
9303 ____________________________________________________________________________
9304 [  9231] By: jhi                                   on 2001/03/19  04:06:03
9305         Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
9306              add a lost line in pp.c:pp_chop(), update to new op/chop.
9307              
9308              Clarify the description differentiating for and while; inspired by
9309              
9310              Subject: [ID 20010306.004] || != named unary operator
9311              
9312              The $Is_MacOS needs to be declared.
9313      Branch: maint-5.6/perl
9314            ! pp.c t/op/chop.t
9315           !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
9316 ____________________________________________________________________________
9317 [  9230] By: jhi                                   on 2001/03/19  03:48:16
9318         Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
9319              9079,9083,9089,9090,9091 from mainline to maintperl.
9320              
9321              Quieten some noise in Win32 builds
9322              
9323              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
9324              
9325              The perlretut was still talking about the old \p and \P
9326              definitions.
9327              
9328              More tweakage on the Unicode character class descriptions.
9329              
9330              Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
9331              
9332              Subject: 'no *POSIX' Patch speeding up make on BS2000 
9333              
9334              Subject: [PATCH] perldata.pod here-doc docs
9335              
9336              Add /sbin and /usr/sbin to the list of directories scanned
9337              for setuid programs.  Takes care of bug id 20010309.003.
9338              
9339              Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
9340              
9341              In op/stat #35 better to scan all the potential directories
9342              for setuids, not just the first one.
9343      Branch: maint-5.6/perl
9344            ! Makefile.SH
9345           !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
9346           !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
9347           !> t/op/stat.t toke.c win32/win32.h
9348 ____________________________________________________________________________
9349 [  9229] By: jhi                                   on 2001/03/19  02:31:50
9350         Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
9351              From: Chris Nandor <pudge@pobox.com>
9352              Date: Sat, 10 Mar 2001 14:22:19 -0500
9353              Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
9354      Branch: maint-5.6/perl
9355            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
9356            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
9357            ! t/lib/b.t t/lib/errno.t
9358 ____________________________________________________________________________
9359 [  9228] By: jhi                                   on 2001/03/19  02:29:59
9360         Log: Integrate changes #9113,9122 from mainline into maintperl.
9361              
9362              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?)
9363      Branch: maint-5.6/perl
9364           !> Configure README.os390 hints/os390.sh
9365 ____________________________________________________________________________
9366 [  9227] By: jhi                                   on 2001/03/19  02:22:35
9367         Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
9368              into maintperl.
9369              
9370              Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
9371              
9372              Forgot to check-in the larger part of #9120, duh.
9373              
9374              Subject: Another patch for integer.pm POD 
9375              
9376              h2ph strictness and cleanliness from Kurt Starsinic.
9377              
9378              Borland filename case problem.
9379              
9380              h2ph strictness and cleanliness from Kurt Starsinic.
9381              
9382              Subject: [PATCH] the uncontroversial doc patches
9383      Branch: maint-5.6/perl
9384           +> win32/sncfnmcs.pl
9385           !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
9386           !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
9387           !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
9388           !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
9389           !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
9390           !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
9391           !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
9392 ____________________________________________________________________________
9393 [  9226] By: jhi                                   on 2001/03/19  02:10:21
9394         Log: Integrate changes #9207,9214 from mainline into maintperl.
9395              
9396              podchecker relaxations: =over has an *optional* number after it,
9397              and whitespace in L<> is okay.
9398      Branch: maint-5.6/perl
9399           !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
9400           !> t/pod/poderrs.xr
9401 ____________________________________________________________________________
9402 [  9225] By: jhi                                   on 2001/03/19  02:07:38
9403         Log: Integrate change #9219 from maintperl into mainline.
9404              
9405              remove duplicated tests
9406      Branch: perl
9407           !> t/op/re_tests
9408 ____________________________________________________________________________
9409 [  9224] By: jhi                                   on 2001/03/19  02:06:11
9410         Log: Integrate change #9223 from mainline to maintperl.
9411              
9412              Document -Dmksymlinks.
9413      Branch: maint-5.6/perl
9414           !> INSTALL
9415 ____________________________________________________________________________
9416 [  9223] By: jhi                                   on 2001/03/19  02:01:25
9417         Log: Document -Dmksymlinks.
9418      Branch: perl
9419            ! INSTALL
9420 ____________________________________________________________________________
9421 [  9222] By: jhi                                   on 2001/03/19  01:15:35
9422         Log: The -Dmksymlinks wasn't working for maintperl.
9423      Branch: maint-5.6/perl
9424            ! Configure
9425 ____________________________________________________________________________
9426 [  9221] By: jhi                                   on 2001/03/19  00:49:43
9427         Log: Cleanup pixie residue.
9428      Branch: perl
9429            ! Makefile.SH
9430 ____________________________________________________________________________
9431 [  9220] By: jhi                                   on 2001/03/19  00:44:47
9432         Log: Document the use of pixie/prof; create make targets for it.
9433              
9434              TODO: make t/TEST pixie-aware.
9435      Branch: perl
9436            ! Makefile.SH pod/perlhack.pod
9437 ____________________________________________________________________________
9438 [  9219] By: gsar                                  on 2001/03/19  00:16:55
9439         Log: remove duplicated tests
9440      Branch: maint-5.6/perl
9441            ! t/op/re_tests
9442 ____________________________________________________________________________
9443 [  9218] By: jhi                                   on 2001/03/18  23:59:31
9444         Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
9445      Branch: perl
9446            ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
9447 ____________________________________________________________________________
9448 [  9217] By: jhi                                   on 2001/03/18  23:25:20
9449         Log: Rewrite the tests section of Makefile to be less redundant
9450              and to allow for more flexible test targets, many recursive
9451              make calls introduced.
9452      Branch: perl
9453            ! Makefile.SH
9454 ____________________________________________________________________________
9455 [  9216] By: jhi                                   on 2001/03/18  22:30:04
9456         Log: Document the use of Third Degree (sparsely).
9457      Branch: perl
9458            ! pod/perlhack.pod t/TEST
9459 ____________________________________________________________________________
9460 [  9215] By: jhi                                   on 2001/03/18  22:10:30
9461         Log: Make targets for testing with Third Degree.
9462      Branch: perl
9463            ! Makefile.SH
9464 ____________________________________________________________________________
9465 [  9214] By: jhi                                   on 2001/03/18  21:08:53
9466         Log: The podchecker relaxations need to mirrored also at the tests.
9467      Branch: perl
9468            ! t/pod/poderrs.xr
9469 ____________________________________________________________________________
9470 [  9213] By: jhi                                   on 2001/03/18  20:56:21
9471         Log: Update Changes.
9472      Branch: perl
9473            ! Changes patchlevel.h
9474 ____________________________________________________________________________
9475 [  9212] By: jhi                                   on 2001/03/18  20:36:59
9476         Log: Looking for config.sh in parent directories isn't
9477              very useful for the toplevel Makefile.
9478      Branch: perl
9479            ! Makefile.SH
9480 ____________________________________________________________________________
9481 [  9211] By: jhi                                   on 2001/03/18  20:33:37
9482         Log: On "make clean" take care of Third Degree droppings.
9483      Branch: perl
9484            ! Makefile.SH
9485 ____________________________________________________________________________
9486 [  9210] By: jhi                                   on 2001/03/18  20:21:34
9487         Log: Add a hook for running the tests under the Third Degree
9488              debugging tool (set $ENV{PERL_3LOG} to non-zero)
9489              
9490              TODO: Document the use of Third Degree.
9491      Branch: perl
9492            ! t/TEST
9493 ____________________________________________________________________________
9494 [  9209] By: jhi                                   on 2001/03/18  20:19:07
9495         Log: Regen toc and api pods.
9496      Branch: perl
9497            ! pod/perlapi.pod pod/perltoc.pod
9498 ____________________________________________________________________________
9499 [  9208] By: jhi                                   on 2001/03/18  20:12:12
9500         Log: Integrate changes #8128,9132 from mainline into maintperl,
9501              Tie::SubstrHash fixes.
9502      Branch: maint-5.6/perl
9503           !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
9504 ____________________________________________________________________________
9505 [  9207] By: jhi                                   on 2001/03/18  20:07:43
9506         Log: podchecker relaxations from Michael Stevens.
9507      Branch: perl
9508            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
9509 ____________________________________________________________________________
9510 [  9206] By: jhi                                   on 2001/03/18  20:04:24
9511         Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
9512      Branch: perl
9513            ! lib/Locale/Constants.pm lib/Locale/Country.pm
9514            ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
9515            ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
9516 ____________________________________________________________________________
9517 [  9205] By: jhi                                   on 2001/03/18  19:54:45
9518         Log: Integrate changes #9161,9162 from maintperl to mainline.
9519              
9520              clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
9521              results
9522      Branch: perl
9523           !> t/op/magic.t
9524 ____________________________________________________________________________
9525 [  9204] By: jhi                                   on 2001/03/18  19:37:46
9526         Log: Make perl.third checks more understandable to the builder.
9527      Branch: perl
9528            ! Makefile.SH
9529 ____________________________________________________________________________
9530 [  9203] By: jhi                                   on 2001/03/18  19:20:54
9531         Log: Re-integrate #9138 from maintperl to mainline,
9532              the squelching of the unneeded "Scalars leaked" messages.
9533      Branch: perl
9534           !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
9535           !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
9536           !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
9537 ____________________________________________________________________________
9538 [  9202] By: jhi                                   on 2001/03/18  18:48:36
9539         Log: More robust and more paranoid perl.third target.
9540      Branch: perl
9541            ! Makefile.SH
9542 ____________________________________________________________________________
9543 [  9201] By: jhi                                   on 2001/03/18  18:39:21
9544         Log: Integrate change #9197 from maintperl to mainline.
9545              
9546              more thorough cleaning of arenas.
9547      Branch: perl
9548           !> embed.pl perl.c proto.h sv.c t/op/sort.t
9549 ____________________________________________________________________________
9550 [  9200] By: jhi                                   on 2001/03/18  18:25:17
9551         Log: Integrate perlio.
9552      Branch: perl
9553           !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
9554           !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
9555           !> t/lib/encode.t toke.c universal.c utf8.c
9556 ____________________________________________________________________________
9557 [  9199] By: nick                                  on 2001/03/18  15:23:51
9558         Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
9559              is the sense of the test being done. Avoid some magical 127 and 128 values
9560              by using macros.
9561      Branch: perlio
9562            ! doop.c pp_ctl.c sv.c toke.c
9563 ____________________________________________________________________________
9564 [  9198] By: nick                                  on 2001/03/18  14:18:12
9565         Log: UTF-X encoding invariance for Encode:
9566              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
9567              - move the XS code for those to universal.c (so in miniperl)
9568              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
9569              - change ext/Encode/compile to use above.
9570              - Fix t/lib/encode.t for above
9571              - Teach t/lib/b.t to expect -uutf8
9572              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
9573              utf8.pm is needed.
9574      Branch: perlio
9575            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
9576            ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
9577 ____________________________________________________________________________
9578 [  9197] By: gsar                                  on 2001/03/18  12:15:57
9579         Log: more thorough cleaning of arenas--keep going until no more
9580              SvREFCNT_dec()s occur (this fixes the problem that causes the
9581              pesky "Scalars leaked" warnings)
9582      Branch: maint-5.6/perl
9583            ! embed.pl perl.c proto.h sv.c t/op/sort.t
9584 ____________________________________________________________________________
9585 [  9196] By: nick                                  on 2001/03/18  10:57:29
9586         Log: Fix pragma/utf8.t # 15
9587              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
9588              are SvUTF8 as well.
9589      Branch: perlio
9590            ! toke.c
9591 ____________________________________________________________________________
9592 [  9195] By: nick                                  on 2001/03/18  09:27:06
9593         Log: Integrate mainline
9594      Branch: perlio
9595           !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
9596           !> t/op/pat.t
9597 ____________________________________________________________________________
9598 [  9194] By: jhi                                   on 2001/03/18  05:29:59
9599         Log: Sarathy's clear_pmop patch with Radu Greab's fix,
9600              Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
9601      Branch: perl
9602            ! op.c op.h t/op/misc.t t/op/pat.t
9603 ____________________________________________________________________________
9604 [  9193] By: jhi                                   on 2001/03/18  05:15:06
9605         Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
9606      Branch: perl
9607            ! mg.c t/op/pat.t
9608 ____________________________________________________________________________
9609 [  9192] By: jhi                                   on 2001/03/18  04:22:43
9610         Log: tr/// UTF-8 patches from Inaba Hiroto.
9611      Branch: perl
9612            ! doop.c op.c
9613 ____________________________________________________________________________
9614 [  9191] By: jhi                                   on 2001/03/18  04:21:17
9615         Log: Integrate perlio.
9616      Branch: perl
9617           !> utf8.c utfebcdic.h
9618 ____________________________________________________________________________
9619 [  9190] By: nick                                  on 2001/03/17  20:32:01
9620         Log: Correct #if EBCDIC side typos.
9621              Builds and passes many tests on OS390.
9622      Branch: perlio
9623            ! utf8.c utfebcdic.h
9624 ____________________________________________________________________________
9625 [  9189] By: jhi                                   on 2001/03/17  18:55:49
9626         Log: Add prerequisites for the perl.third target.
9627      Branch: perl
9628            ! Makefile.SH
9629 ____________________________________________________________________________
9630 [  9188] By: jhi                                   on 2001/03/17  18:46:00
9631         Log: Integrate perlio.
9632      Branch: perl
9633           +> utfebcdic.h
9634           !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
9635 ____________________________________________________________________________
9636 [  9187] By: jhi                                   on 2001/03/17  18:38:47
9637         Log: Add a make rule for perl.third (the Third Degree memory debugging
9638              tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
9639      Branch: perl
9640            ! Makefile.SH
9641 ____________________________________________________________________________
9642 [  9186] By: nick                                  on 2001/03/17  18:34:48
9643         Log: MANIFEST addition :-(
9644      Branch: perlio
9645            ! MANIFEST
9646 ____________________________________________________________________________
9647 [  9185] By: nick                                  on 2001/03/17  18:29:50
9648         Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
9649              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
9650              a superset of ASCII are invariant under the encoding. This is EBCDIC
9651              friendly as an encoded string can be looked at as being EBCDIC by lexer
9652              sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
9653              ASCII on ASCII machines.
9654              
9655              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
9656              seperate.
9657              - Add some more macros to comprehend different shift amounts and
9658              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
9659              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
9660              and conditionaly #include it.
9661              
9662              EBCDIC build as yet untested.  ASCII still fails the one test.
9663      Branch: perlio
9664            + utfebcdic.h
9665            ! utf8.c utf8.h
9666 ____________________________________________________________________________
9667 [  9184] By: nick                                  on 2001/03/17  17:44:16
9668         Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
9669      Branch: perlio
9670            ! doop.c perl.h pp.c utf8.h
9671 ____________________________________________________________________________
9672 [  9183] By: jhi                                   on 2001/03/17  15:55:42
9673         Log: Integrate perlio.
9674      Branch: perl
9675            ! MANIFEST
9676           !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
9677 ____________________________________________________________________________
9678 [  9182] By: nick                                  on 2001/03/17  09:16:06
9679         Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
9680      Branch: perlio
9681            ! t/op/pat.t
9682 ____________________________________________________________________________
9683 [  9181] By: nick                                  on 2001/03/17  09:15:11
9684         Log: Integrate mainline.
9685      Branch: perlio
9686           +> lib/Locale/Constants.pm lib/Locale/Country.pm
9687           +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
9688           +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
9689           +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
9690           !> (integrate 83 files)
9691 ____________________________________________________________________________
9692 [  9180] By: nick                                  on 2001/03/16  17:23:21
9693         Log: EBCDIC Fixes.
9694      Branch: perlio
9695            ! perl.h sv.c toke.c utf8.c utf8.h
9696 ____________________________________________________________________________
9697 [  9179] By: jhi                                   on 2001/03/16  14:10:12
9698         Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
9699              a change needed to work around an AIX compiler bug.
9700      Branch: perl
9701            ! ext/Storable/Storable.xs
9702 ____________________________________________________________________________
9703 [  9178] By: jhi                                   on 2001/03/16  03:19:59
9704         Log: With Damian's approval synchronize damian's modules'
9705              licensing with Perl's standard module licensing.
9706      Branch: perl
9707            ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
9708 ____________________________________________________________________________
9709 [  9177] By: jhi                                   on 2001/03/16  03:15:34
9710         Log: Make the Filter::Util:Call files have their own copies
9711              of the Perl standard module licensing, from Paul Marquess.
9712      Branch: perl
9713            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
9714 ____________________________________________________________________________
9715 [  9176] By: jhi                                   on 2001/03/16  02:56:04
9716         Log: Subject: [PATCH] more pod patches
9717              From: Michael Stevens <michael@etla.org>
9718              Date: Thu, 15 Mar 2001 21:25:18 +0000
9719              Message-ID: <20010315212518.A18870@firedrake.org>
9720      Branch: perl
9721            ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
9722            ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
9723            ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
9724            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
9725            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
9726            ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
9727            ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
9728            ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
9729            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
9730            ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
9731            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
9732            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
9733            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
9734            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
9735            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
9736            ! lib/File/Basename.pm lib/File/Spec/VMS.pm
9737            ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
9738            ! lib/Getopt/Long.pm lib/Locale/Constants.pm
9739            ! lib/Locale/Country.pm lib/Locale/Language.pm
9740            ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
9741            ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
9742            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
9743            ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
9744            ! os2/OS2/Process/Process.pm
9745 ____________________________________________________________________________
9746 [  9175] By: jhi                                   on 2001/03/16  02:53:32
9747         Log: Subject: [PATCH] the uncontroversial doc patches
9748              From: Michael Stevens <michael@etla.org>
9749              Date: Thu, 15 Mar 2001 20:01:12 +0000
9750              Message-ID: <20010315200112.A7636@firedrake.org>
9751      Branch: perl
9752            ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
9753            ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
9754            ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
9755            ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
9756            ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
9757 ____________________________________________________________________________
9758 [  9174] By: jhi                                   on 2001/03/16  02:50:49
9759         Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
9760              From: Paul Lindner <lindner@inuus.com>
9761              Date: Fri, 16 Mar 2001 11:28:03 -0800
9762              Message-ID: <20010316112803.A7577@inuus.com>
9763      Branch: perl
9764            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
9765 ____________________________________________________________________________
9766 [  9173] By: nick                                  on 2001/03/15  20:21:03
9767         Log: 1st day's EBCDIC fixes:
9768              - toke.c's parsing of strings needed attention
9769              needed to conditionally e2a if string was already UTF-8
9770              - e2a/a2e tables where wrong way round.
9771              - new macros in utf8.h
9772      Branch: perlio
9773            ! perl.h toke.c utf8.h
9774 ____________________________________________________________________________
9775 [  9172] By: jhi                                   on 2001/03/15  15:17:17
9776         Log: Update Changes.
9777      Branch: perl
9778            ! Changes patchlevel.h
9779 ____________________________________________________________________________
9780 [  9171] By: jhi                                   on 2001/03/15  15:09:32
9781         Log: Subject: Re: Another Borland C++ problem.
9782              From: "Vadim Konovalov" <watman@inbox.ru>
9783              Date: Sat, 10 Mar 2001 19:26:07 +0300
9784              Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
9785              
9786              Borland filename case problem.
9787      Branch: perl
9788            + win32/sncfnmcs.pl
9789            ! MANIFEST README.win32
9790 ____________________________________________________________________________
9791 [  9170] By: jhi                                   on 2001/03/15  14:54:23
9792         Log: Add Locale::Codes 1.06, from Neil Bowers.
9793      Branch: perl
9794            + lib/Locale/Constants.pm lib/Locale/Country.pm
9795            + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
9796            + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
9797            + t/lib/lc-language.t t/lib/lc-uk.t
9798            ! MANIFEST
9799 ____________________________________________________________________________
9800 [  9169] By: jhi                                   on 2001/03/15  14:19:01
9801         Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
9802      Branch: perl
9803            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
9804            ! ext/Storable/Storable.xs
9805 ____________________________________________________________________________
9806 [  9168] By: jhi                                   on 2001/03/15  14:13:22
9807         Log: Integrate changes #9120,9167 from mainline to maintperl.
9808              
9809              Subject: [PATCH 5.6.1] OS/2 docs
9810              
9811              Subject: [PATCH 5.6.1] perldoc
9812      Branch: maint-5.6/perl
9813           !> os2/Changes utils/perldoc.PL
9814 ____________________________________________________________________________
9815 [  9167] By: jhi                                   on 2001/03/15  14:07:42
9816         Log: Subject: [PATCH 5.6.1] perldoc
9817              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9818              Date: Wed, 14 Mar 2001 23:46:52 -0500
9819              Message-ID: <20010314234652.A7972@math.ohio-state.edu>
9820      Branch: perl
9821            ! utils/perldoc.PL
9822 ____________________________________________________________________________
9823 [  9166] By: jhi                                   on 2001/03/15  13:53:15
9824         Log: sigaction test condition tweakage.
9825      Branch: perl
9826            ! t/lib/sigaction.t
9827 ____________________________________________________________________________
9828 [  9165] By: alanbur                               on 2001/03/15  03:49:17
9829         Log: Resynchronised with parent
9830      Branch: maint-5.6/pureperl
9831           +> os2/os2add.sym t/op/anonsub.t
9832           !> (integrate 72 files)
9833 ____________________________________________________________________________
9834 [  9164] By: jhi                                   on 2001/03/15  01:05:01
9835         Log: Avoid stomping off the beginning of an array in tr///.
9836      Branch: perl
9837            ! op.c
9838 ____________________________________________________________________________
9839 [  9163] By: jhi                                   on 2001/03/15  00:58:57
9840         Log: h2ph strictness and cleanliness from Kurt Starsinic.
9841      Branch: perl
9842            ! utils/h2ph.PL
9843 ____________________________________________________________________________
9844 [  9162] By: gsar                                  on 2001/03/15  00:56:53
9845         Log: avoid warnings
9846      Branch: maint-5.6/perl
9847            ! t/op/magic.t
9848 ____________________________________________________________________________
9849 [  9161] By: gsar                                  on 2001/03/15  00:52:09
9850         Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
9851              results
9852      Branch: maint-5.6/perl
9853            ! t/op/magic.t
9854 ____________________________________________________________________________
9855 [  9160] By: jhi                                   on 2001/03/14  22:02:10
9856         Log: Do not use the Perl malloc in IRIX, suggested by
9857              Helmus Jarausch.
9858      Branch: perl
9859            ! hints/irix_6.sh
9860 ____________________________________________________________________________
9861 [  9159] By: nick                                  on 2001/03/14  21:45:59
9862         Log: Integrate mainline
9863      Branch: perlio
9864           +> t/op/loopctl.t
9865           !> (integrate 41 files)
9866 ____________________________________________________________________________
9867 [  9158] By: jhi                                   on 2001/03/14  21:10:09
9868         Log: The Day of the Retractions continues: the #9138
9869              (integrated in #9144) doesn't work well in mainline.
9870      Branch: perl
9871            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
9872            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
9873            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
9874 ____________________________________________________________________________
9875 [  9157] By: jhi                                   on 2001/03/14  20:58:12
9876         Log: The #9145 CANNOT be enabled: the clear_pmop code still
9877              dumps core all over in Tru64.
9878      Branch: perl
9879            ! op.c op.h t/op/pat.t
9880 ____________________________________________________________________________
9881 [  9156] By: jhi                                   on 2001/03/14  20:48:06
9882         Log: Integrate change #9154 from maintperl to mainline.
9883              
9884              PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
9885              (caused Storable 1.0.10 to break on windows)
9886      Branch: perl
9887           !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
9888           !> perlapi.c proto.h
9889 ____________________________________________________________________________
9890 [  9155] By: jhi                                   on 2001/03/14  20:23:53
9891         Log: Retract #9136: breaks threading (and binary compatibility).
9892      Branch: perl
9893            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
9894 ____________________________________________________________________________
9895 [  9154] By: gsar                                  on 2001/03/14  17:48:18
9896         Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
9897              (caused Storable 1.0.10 to break on windows)
9898      Branch: maint-5.6/perl
9899            ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
9900            ! perlapi.c proto.h
9901 ____________________________________________________________________________
9902 [  9153] By: jhi                                   on 2001/03/14  13:35:21
9903         Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
9904      Branch: perl
9905            ! t/lib/sigaction.t
9906 ____________________________________________________________________________
9907 [  9152] By: gsar                                  on 2001/03/14  07:29:40
9908         Log: back out changes#9012,9010,9009 and parts of change#9016
9909              (causes ABRs under purify, and some prerequisites don't
9910              seem to be there in 5.6.x)
9911      Branch: maint-5.6/perl
9912            ! doop.c op.c t/op/tr.t toke.c
9913 ____________________________________________________________________________
9914 [  9151] By: gsar                                  on 2001/03/14  07:01:29
9915         Log: reenable change#9145 (the test was busted due to a missing
9916              C<print "ok 27\n">)
9917      Branch: perl
9918            ! op.c op.h t/op/pat.t
9919 ____________________________________________________________________________
9920 [  9150] By: jhi                                   on 2001/03/14  06:38:36
9921         Log: Retract #9145.
9922      Branch: perl
9923            ! op.c op.h t/op/pat.t
9924 ____________________________________________________________________________
9925 [  9149] By: jhi                                   on 2001/03/14  06:14:56
9926         Log: Retract #9143.
9927      Branch: perl
9928            ! op.c
9929 ____________________________________________________________________________
9930 [  9148] By: gsar                                  on 2001/03/14  06:13:02
9931         Log: Uninitialized Memory Read in regexec.c
9932      Branch: perl
9933            ! regexec.c
9934 ____________________________________________________________________________
9935 [  9147] By: jhi                                   on 2001/03/14  04:59:54
9936         Log: Subject: PATCH: make goto work in nested eval ""
9937              From: Robin Houston <robin@kitsite.com>
9938              Date: Wed, 14 Mar 2001 04:16:10 +0000
9939              Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
9940      Branch: perl
9941            ! pp_ctl.c t/op/goto.t
9942 ____________________________________________________________________________
9943 [  9146] By: jhi                                   on 2001/03/14  04:42:54
9944         Log: Preserve the #ifdef PERL_CORE in perly.h.
9945      Branch: perl
9946            ! perly.fixer
9947 ____________________________________________________________________________
9948 [  9145] By: jhi                                   on 2001/03/14  03:57:41
9949         Log: (Retracted by #9150.)
9950      Branch: perl
9951            ! op.c op.h t/op/pat.t
9952 ____________________________________________________________________________
9953 [  9144] By: jhi                                   on 2001/03/14  03:50:38
9954         Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
9955              
9956              fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
9957              
9958              remove squelch controls for "Scalars leaked" messages in most places
9959              (these are now cured)
9960              
9961              fix another memory leak reported by purify (tie callbacks that
9962              croak can leak when wiping out magic)
9963      Branch: perl
9964           !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
9965           !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
9966           !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
9967           !> t/pragma/warnings.t
9968 ____________________________________________________________________________
9969 [  9143] By: jhi                                   on 2001/03/14  03:37:53
9970         Log: (Retracted by #9149.)
9971      Branch: perl
9972            ! op.c
9973 ____________________________________________________________________________
9974 [  9142] By: gsar                                  on 2001/03/14  03:20:48
9975         Log: fix another memory leak reported by purify (tie callbacks that
9976              croak can leak when wiping out magic)
9977      Branch: maint-5.6/perl
9978            ! scope.c
9979 ____________________________________________________________________________
9980 [  9141] By: jhi                                   on 2001/03/14  02:55:00
9981         Log: Subject: PATCH for [ID 20010305.003]
9982              From: Robin Houston <robin@kitsite.com>
9983              Date: Wed, 14 Mar 2001 02:45:51 +0000
9984              Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
9985      Branch: perl
9986            ! pp_ctl.c t/op/eval.t
9987 ____________________________________________________________________________
9988 [  9140] By: jhi                                   on 2001/03/14  02:41:54
9989         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
9990              Date: Wed, 14 Mar 2001 01:52:51 +0000
9991              From: Robin Houston <robin@kitsite.com>
9992              Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
9993              
9994              Fix for 2000313.004.
9995      Branch: perl
9996            ! pp_ctl.c t/op/goto.t
9997 ____________________________________________________________________________
9998 [  9139] By: jhi                                   on 2001/03/14  02:40:50
9999         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
10000              From: Robin Houston <robin@kitsite.com>
10001              Date: Wed, 14 Mar 2001 00:43:45 +0000
10002              Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
10003      Branch: perl
10004            + t/op/loopctl.t
10005            ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
10006            ! vms/perly_c.vms
10007 ____________________________________________________________________________
10008 [  9138] By: gsar                                  on 2001/03/14  01:18:00
10009         Log: remove squelch controls for "Scalars leaked" messages in most places
10010              (these are now cured)
10011      Branch: maint-5.6/perl
10012            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
10013            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
10014            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
10015 ____________________________________________________________________________
10016 [  9137] By: gsar                                  on 2001/03/14  00:57:04
10017         Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
10018      Branch: maint-5.6/perl
10019            ! regcomp.c
10020 ____________________________________________________________________________
10021 [  9136] By: jhi                                   on 2001/03/13  23:12:24
10022         Log: (Retracted by #9155)
10023              
10024              Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
10025              From: Jens-Uwe Mager <jum@helios.de>
10026              Date: Wed, 21 Feb 2001 21:32:04 +0100
10027              Message-ID: <20010221213203.A18340@ans.helios.de>
10028      Branch: perl
10029            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
10030 ____________________________________________________________________________
10031 [  9135] By: jhi                                   on 2001/03/13  22:50:05
10032         Log: Integrate perlio.
10033      Branch: perl
10034           !> pp.c
10035 ____________________________________________________________________________
10036 [  9134] By: jhi                                   on 2001/03/13  22:49:05
10037         Log: Integrate change #9131 from maintperl into mainline.
10038              
10039              make the error text look more consistent in hints/hpux.sh
10040      Branch: perl
10041           !> hints/hpux.sh
10042 ____________________________________________________________________________
10043 [  9133] By: gsar                                  on 2001/03/13  22:46:20
10044         Log: integrate change#9067 from mainline
10045              
10046              Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
10047      Branch: maint-5.6/perl
10048           !> lib/ExtUtils/MM_Unix.pm
10049 ____________________________________________________________________________
10050 [  9132] By: jhi                                   on 2001/03/13  22:41:21
10051         Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
10052              From: "John P. Linderman" <jpl@research.att.com>
10053              Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
10054              Message-Id: <200103131736.MAA35615@raptor.research.att.com>
10055              
10056              A more correct prime finder.
10057      Branch: perl
10058            ! lib/Tie/SubstrHash.pm
10059 ____________________________________________________________________________
10060 [  9131] By: gsar                                  on 2001/03/13  22:30:42
10061         Log: make the error text look more consistent in hints/hpux.sh
10062      Branch: maint-5.6/perl
10063            ! hints/hpux.sh
10064 ____________________________________________________________________________
10065 [  9130] By: jhi                                   on 2001/03/13  22:23:44
10066         Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
10067              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10068              Date: Tue, 13 Mar 2001 18:41:26 +0100
10069              Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
10070              
10071              If the test is run non-interactively the default handler
10072              is different.
10073      Branch: perl
10074            ! t/lib/sigaction.t
10075 ____________________________________________________________________________
10076 [  9129] By: jhi                                   on 2001/03/13  22:20:21
10077         Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
10078              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
10079              Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
10080              Date:     Tue, 13 Mar 2001 16:44:32 EST
10081      Branch: perl
10082            ! t/lib/1_compile.t
10083 ____________________________________________________________________________
10084 [  9128] By: jhi                                   on 2001/03/13  22:18:34
10085         Log: Subject: Another patch for integer.pm POD 
10086              From: "John L. Allen" <allen@grumman.com>
10087              Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
10088              Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
10089      Branch: perl
10090            ! lib/integer.pm
10091 ____________________________________________________________________________
10092 [  9127] By: nick                                  on 2001/03/13  21:26:30
10093         Log: Integrate mainline.
10094      Branch: perlio
10095           +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
10096           +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
10097           +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
10098           +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
10099           !> Changes Configure MANIFEST README.os2 README.os390
10100           !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
10101           !> os2/Changes patchlevel.h win32/perlhost.h
10102 ____________________________________________________________________________
10103 [  9126] By: nick                                  on 2001/03/13  20:39:51
10104         Log: #ifdef'ed out code to make packed side of pack/unpack
10105              octets. (i.e. pack('U') => encode_utf8).
10106      Branch: perlio
10107            ! pp.c
10108 ____________________________________________________________________________
10109 [  9125] By: jhi                                   on 2001/03/13  15:07:16
10110         Log: Update Changes.
10111      Branch: perl
10112            ! Changes patchlevel.h
10113 ____________________________________________________________________________
10114 [  9124] By: jhi                                   on 2001/03/13  14:22:45
10115         Log: Workaround for the buggy ("internal compiler error")
10116              AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
10117              (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
10118              of Andreas König.
10119      Branch: perl
10120            ! ext/re/Makefile.PL hints/aix.sh
10121 ____________________________________________________________________________
10122 [  9123] By: jhi                                   on 2001/03/13  03:24:34
10123         Log: Typo in #9114.
10124      Branch: metaconfig
10125            ! U/modified/myhostname.U
10126 ____________________________________________________________________________
10127 [  9122] By: jhi                                   on 2001/03/13  03:24:06
10128         Log: Typo in #9113.
10129      Branch: perl
10130            ! Configure
10131 ____________________________________________________________________________
10132 [  9121] By: jhi                                   on 2001/03/13  01:53:05
10133         Log: Forgot to check-in the larger part of #9120, duh.
10134      Branch: perl
10135            ! README.os2
10136 ____________________________________________________________________________
10137 [  9120] By: jhi                                   on 2001/03/13  01:51:31
10138         Log: Subject: [PATCH 5.6.1] OS/2 docs
10139              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10140              Date: Mon, 12 Mar 2001 03:27:32 -0500
10141              Message-ID: <20010312032732.A19283@math.ohio-state.edu>
10142      Branch: perl
10143            ! os2/Changes
10144 ____________________________________________________________________________
10145 [  9119] By: jhi                                   on 2001/03/13  01:49:41
10146         Log: Integrate change #9116 from maintperl into mainline.
10147              
10148              Win32::GetCwd() returns C: instead of C:\ in the root directory
10149              under ithreads
10150      Branch: perl
10151           !> win32/perlhost.h
10152 ____________________________________________________________________________
10153 [  9118] By: jhi                                   on 2001/03/13  01:13:39
10154         Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
10155      Branch: perl
10156            + lib/Switch.pm t/lib/switch.t
10157            ! MANIFEST
10158 ____________________________________________________________________________
10159 [  9117] By: jhi                                   on 2001/03/13  01:03:17
10160         Log: Add Text::Balanced 1.83.
10161      Branch: perl
10162            + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
10163            + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
10164            + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
10165            + t/lib/tb-xvari.t
10166            ! MANIFEST
10167 ____________________________________________________________________________
10168 [  9116] By: gsar                                  on 2001/03/13  00:55:53
10169         Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
10170              under ithreads
10171      Branch: maint-5.6/perl
10172            ! win32/perlhost.h
10173 ____________________________________________________________________________
10174 [  9115] By: jhi                                   on 2001/03/13  00:54:09
10175         Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
10176              From: "John L. Allen" <allen@grumman.com>
10177              Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
10178              Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
10179              
10180              use integer document clarification.
10181      Branch: perl
10182            ! lib/integer.pm
10183 ____________________________________________________________________________
10184 [  9114] By: jhi                                   on 2001/03/13  00:38:54
10185         Log: Metaconfig unit change for #9113.
10186      Branch: metaconfig
10187            ! U/modified/myhostname.U
10188 ____________________________________________________________________________
10189 [  9113] By: jhi                                   on 2001/03/13  00:38:35
10190         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?)
10191              From: Peter Prymmer <pvhp@forte.com>
10192              Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
10193              Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
10194      Branch: perl
10195            ! Configure README.os390 hints/os390.sh
10196 ____________________________________________________________________________
10197 [  9112] By: jhi                                   on 2001/03/13  00:29:00
10198         Log: Integrate perlio.
10199      Branch: perl
10200           !> sv.c utf8.h
10201 ____________________________________________________________________________
10202 [  9111] By: nick                                  on 2001/03/12  21:16:33
10203         Log: Integrate mainline.
10204      Branch: perlio
10205           +> t/op/anonsub.t
10206           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
10207           !> proto.h sv.c
10208 ____________________________________________________________________________
10209 [  9110] By: nick                                  on 2001/03/12  21:00:13
10210         Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
10211      Branch: perlio
10212            ! sv.c utf8.h
10213 ____________________________________________________________________________
10214 [  9109] By: jhi                                   on 2001/03/12  16:04:47
10215         Log: Integrate change #9108 from maintperl to mainline.
10216              
10217              fix memory leak in C<sub X { sub {} }> arising from a refcount
10218              loop between the outer sub and the inner prototype anonsub
10219              
10220              this also enables closures returned by subroutines that
10221              subsequently get redefined to work without generating coredumps :)
10222              
10223              completely removed the free_closures() hack--it shouldn't be
10224              needed anymore
10225      Branch: perl
10226           +> t/op/anonsub.t
10227           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
10228           !> proto.h sv.c
10229 ____________________________________________________________________________
10230 [  9108] By: gsar                                  on 2001/03/12  10:21:31
10231         Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
10232              loop between the outer sub and the inner prototype anonsub
10233              
10234              this also enables closures returned by subroutines that
10235              subsequently get redefined to work without generating coredumps :)
10236              
10237              completely removed the free_closures() hack--it shouldn't be
10238              needed anymore
10239      Branch: maint-5.6/perl
10240            + t/op/anonsub.t
10241            ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
10242            ! proto.h sv.c
10243 ____________________________________________________________________________
10244 [  9107] By: jhi                                   on 2001/03/12  05:15:31
10245         Log: Integrate perlio.
10246      Branch: perl
10247           !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
10248 ____________________________________________________________________________
10249 [  9106] By: nick                                  on 2001/03/11  20:10:12
10250         Log: regcomp.c is working in native space, not Unicode space (if different)
10251              as it is doing compare against 'W' in \W etc.
10252      Branch: perlio
10253            ! regcomp.c
10254 ____________________________________________________________________________
10255 [  9105] By: nick                                  on 2001/03/11  19:39:34
10256         Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
10257              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
10258      Branch: perlio
10259            ! regcomp.c toke.c utf8.c
10260 ____________________________________________________________________________
10261 [  9104] By: nick                                  on 2001/03/11  18:15:44
10262         Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
10263      Branch: perlio
10264            ! sv.c
10265 ____________________________________________________________________________
10266 [  9103] By: nick                                  on 2001/03/11  18:03:28
10267         Log: Integrate mainline (for regexp stuff).
10268      Branch: perlio
10269           !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
10270           !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
10271           !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
10272           !> t/lib/errno.t t/op/pat.t
10273 ____________________________________________________________________________
10274 [  9102] By: nick                                  on 2001/03/11  17:44:20
10275         Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
10276              - exclude layer syms in makedef.pl for sfio
10277              - also inhibit Encode from trying to build ":encode()" layer.
10278      Branch: perlio
10279            ! ext/Encode/Encode.xs makedef.pl
10280 ____________________________________________________________________________
10281 [  9101] By: jhi                                   on 2001/03/10  22:38:13
10282         Log: The $Is_MacOS needs to be declared.
10283      Branch: perl
10284            ! lib/ExtUtils/Manifest.pm
10285 ____________________________________________________________________________
10286 [  9100] By: jhi                                   on 2001/03/10  22:14:29
10287         Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
10288              #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
10289              pollute the symbolspace if using sfio.
10290      Branch: perl
10291            ! ext/Encode/Encode.xs
10292 ____________________________________________________________________________
10293 [  9099] By: jhi                                   on 2001/03/10  21:58:48
10294         Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
10295              Date: Sat, 10 Mar 2001 14:23:55 -0500
10296              From: Chris Nandor <pudge@pobox.com>
10297              Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
10298      Branch: perl
10299            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
10300            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
10301            ! t/lib/errno.t
10302 ____________________________________________________________________________
10303 [  9098] By: jhi                                   on 2001/03/10  21:38:30
10304         Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
10305      Branch: perl
10306            ! regcomp.c regexec.c t/op/pat.t
10307 ____________________________________________________________________________
10308 [  9097] By: jhi                                   on 2001/03/10  14:38:07
10309         Log: Integrate perlio.
10310      Branch: perl
10311           !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
10312           !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
10313           !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
10314 ____________________________________________________________________________
10315 [  9096] By: nick                                  on 2001/03/10  11:55:43
10316         Log: EBCDIC sanity - phase I
10317              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
10318              - use utf8n_xxxx (c.f. pvn) for forms which take length.
10319              - back out vN.N and $^V exceptions to e2a/a2e
10320              - make "locale" isxxx macros be uvchr (may be redundant?)
10321              
10322              Not clear yet that toUPPER_uni et. al. return being handled correctly.
10323              The tr// and rexexp stuff still needs an audit, assumption is they are working
10324              in Unicode space.
10325              
10326              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
10327      Branch: perlio
10328            ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
10329            ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
10330            ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
10331 ____________________________________________________________________________
10332 [  9095] By: jhi                                   on 2001/03/09  22:10:01
10333         Log: Integrate perlio.
10334      Branch: perl
10335           !> dump.c
10336 ____________________________________________________________________________
10337 [  9094] By: nick                                  on 2001/03/09  17:36:38
10338         Log: Builds an passes all tests after integrate and this tweak.
10339      Branch: perlio
10340            ! dump.c
10341 ____________________________________________________________________________
10342 [  9093] By: nick                                  on 2001/03/09  17:16:03
10343         Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
10344      Branch: perlio
10345           +> lib/unicode/Scripts.txt t/lib/sigaction.t
10346           !> (integrate 79 files)
10347 ____________________________________________________________________________
10348 [  9092] By: jhi                                   on 2001/03/09  15:28:26
10349         Log: Update Changes.
10350      Branch: perl
10351            ! Changes patchlevel.h
10352 ____________________________________________________________________________
10353 [  9091] By: jhi                                   on 2001/03/09  15:25:05
10354         Log: In op/stat #35 better to scan all the potential directories
10355              for setuids, not just the first one.
10356      Branch: perl
10357            ! t/op/stat.t
10358 ____________________________________________________________________________
10359 [  9090] By: jhi                                   on 2001/03/09  15:01:27
10360         Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
10361              From: rspier@pobox.com (Robert Spier)
10362              Date: Fri, 9 Mar 2001 03:30:20 -0500
10363              Message-ID: <15016.38044.381174.160189@rls.cx>
10364              
10365              EXISTS() returning undef mistakenly triggered a FETCH().
10366      Branch: perl
10367            ! hv.c
10368 ____________________________________________________________________________
10369 [  9089] By: jhi                                   on 2001/03/09  14:59:02
10370         Log: Add /sbin and /usr/sbin to the list of directories scanned
10371              for setuid programs.  Takes care of bug id 20010309.003.
10372      Branch: perl
10373            ! t/op/stat.t
10374 ____________________________________________________________________________
10375 [  9088] By: jhi                                   on 2001/03/09  14:48:32
10376         Log: Regen perlapi, perltoc.
10377      Branch: perl
10378            ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
10379 ____________________________________________________________________________
10380 [  9087] By: jhi                                   on 2001/03/09  14:38:56
10381         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
10382              From: David Mitchell <davem@fdgroup.co.uk>
10383              Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
10384              Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
10385      Branch: perl
10386            ! dump.c perl.c perl.h pod/perlrun.pod
10387 ____________________________________________________________________________
10388 [  9086] By: jhi                                   on 2001/03/09  01:47:16
10389         Log: A modified version of
10390              
10391              Subject: [ID 20010307.005] POSIX::sigaction has various problems
10392              From: anders@broadcom.com
10393              Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
10394              Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
10395              
10396              Currently the sigaction.t test #6 fails (and is fudged to look
10397              like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
10398              This may well be a genuine bug in Linux sigaction() (since at
10399              least Tru64, Solaris, and HP-UX disagree with Linux).
10400              Anyone with POSIX / SUSv2 tome handy?  The problem is that
10401              the flags of the oldaction don't match with the flags in
10402              the previously installed disposition.
10403      Branch: perl
10404            + t/lib/sigaction.t
10405            ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
10406 ____________________________________________________________________________
10407 [  9085] By: jhi                                   on 2001/03/09  01:30:13
10408         Log: Subject: Re: mission impossible for the day
10409              From: Alex Gough <alex@rcon.org>
10410              Date: Thu, 08 Mar 2001 17:18:19 +0000
10411              Message-ID: <3AA7BEDB.8070409@rcon.org>
10412              
10413              If references (are overloaded) and can be directly stringified,
10414              show that instead of "stringified".
10415              
10416              (The problem, infinite mutual recursion caused by overloaded bool
10417              in Switch.pm, tracked by David Mitchell)
10418      Branch: perl
10419            ! lib/Carp/Heavy.pm
10420 ____________________________________________________________________________
10421 [  9084] By: jhi                                   on 2001/03/09  01:20:39
10422         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
10423              Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
10424              From: David Mitchell <davem@fdgroup.co.uk>
10425              Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
10426      Branch: perl
10427            ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
10428            ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
10429 ____________________________________________________________________________
10430 [  9083] By: jhi                                   on 2001/03/09  01:16:51
10431         Log: Subject: [PATCH] perldata.pod here-doc docs
10432              From: Jeff Pinyan <jeffp@crusoe.net>
10433              Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
10434              Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
10435      Branch: perl
10436            ! pod/perldata.pod
10437 ____________________________________________________________________________
10438 [  9082] By: jhi                                   on 2001/03/09  01:01:27
10439         Log: Subject: Re: Unicode/EBCDIC
10440              From: Peter Prymmer <pvhp@forte.com>
10441              Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
10442              Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
10443      Branch: perl
10444            ! perl.c perl.h sv.c toke.c utf8.c utf8.h
10445 ____________________________________________________________________________
10446 [  9081] By: jhi                                   on 2001/03/08  13:41:30
10447         Log: Subject: Ooops, wrong 'no *POSIX' Patch
10448              From: Dorner Thomas <Thomas.Dorner@start.de>
10449              Date: Thu, 8 Mar 2001 08:43:28 +0100
10450              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
10451      Branch: perl
10452            ! hints/posix-bc.sh
10453 ____________________________________________________________________________
10454 [  9080] By: jhi                                   on 2001/03/08  13:11:42
10455         Log: It's Scripts.txt, not Script.txt.
10456      Branch: perl
10457            ! MANIFEST
10458 ____________________________________________________________________________
10459 [  9079] By: jhi                                   on 2001/03/08  12:59:05
10460         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
10461              From: Dorner Thomas <Thomas.Dorner@start.de>
10462              Date: Wed, 7 Mar 2001 14:13:31 +0100
10463              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
10464      Branch: perl
10465            ! makedepend.SH
10466 ____________________________________________________________________________
10467 [  9078] By: jhi                                   on 2001/03/08  12:57:43
10468         Log: Retract #9069, wrong patch.
10469      Branch: perl
10470            ! Makefile.SH
10471 ____________________________________________________________________________
10472 [  9077] By: jhi                                   on 2001/03/08  01:06:13
10473         Log: Upgrade to Unicode 3.1 beta 2001-03-01.
10474      Branch: perl
10475            + lib/unicode/Scripts.txt
10476            ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
10477            ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
10478            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
10479            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
10480            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
10481            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
10482            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
10483            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
10484            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
10485            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
10486            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
10487            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
10488            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
10489            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
10490            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
10491            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
10492            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
10493            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
10494            ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
10495            ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
10496            ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
10497            ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
10498            ! lib/unicode/version
10499 ____________________________________________________________________________
10500 [  9076] By: jhi                                   on 2001/03/07  22:59:39
10501         Log: Integrate change #7784 from mainline into maintperl.
10502              
10503              Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
10504      Branch: maint-5.6/perl
10505           !> pp_ctl.c t/op/pat.t
10506 ____________________________________________________________________________
10507 [  9075] By: jhi                                   on 2001/03/07  22:05:11
10508         Log: More UTF-8 test tweaks.
10509      Branch: perl
10510            ! t/op/pat.t t/op/split.t t/pragma/utf8.t
10511 ____________________________________________________________________________
10512 [  9074] By: nick                                  on 2001/03/07  21:39:29
10513         Log: Integrate mainline.
10514      Branch: perlio
10515           !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
10516           !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
10517           !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
10518           !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
10519           !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
10520 ____________________________________________________________________________
10521 [  9073] By: jhi                                   on 2001/03/07  16:37:09
10522         Log: Update Changes.
10523      Branch: perl
10524            ! Changes patchlevel.h
10525 ____________________________________________________________________________
10526 [  9072] By: jhi                                   on 2001/03/07  16:32:30
10527         Log: Subject: [ID 20010306.004] || != named unary operator
10528              From: abela@geneanet.org
10529              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
10530              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
10531      Branch: perl
10532            ! pod/perlop.pod
10533 ____________________________________________________________________________
10534 [  9071] By: jhi                                   on 2001/03/07  15:14:11
10535         Log: Subject: downgrading to bytes for common functions
10536              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
10537              Date: Wed, 7 Mar 2001 02:36:55 -0500
10538              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
10539      Branch: perl
10540            ! pp_sys.c
10541 ____________________________________________________________________________
10542 [  9070] By: jhi                                   on 2001/03/07  15:04:58
10543         Log: Clarify the description differentiating for and while; inspired by
10544              
10545              Subject: [ID 20010306.002] for/while difference in for definition
10546              From: abela@geneanet.org
10547              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
10548              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
10549      Branch: perl
10550            ! pod/perlsyn.pod
10551 ____________________________________________________________________________
10552 [  9069] By: jhi                                   on 2001/03/07  14:55:30
10553         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
10554              From: Dorner Thomas <Thomas.Dorner@start.de>
10555              Date: Wed, 7 Mar 2001 14:13:31 +0100
10556              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
10557      Branch: perl
10558            ! Makefile.SH
10559 ____________________________________________________________________________
10560 [  9068] By: jhi                                   on 2001/03/07  14:51:17
10561         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
10562              From: Radu Greab <radu@netsoft.ro>
10563              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
10564              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
10565      Branch: perl
10566            ! pp.c t/op/chop.t
10567 ____________________________________________________________________________
10568 [  9067] By: jhi                                   on 2001/03/07  14:48:57
10569         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
10570              From: Simon Cozens <simon@netthink.co.uk>
10571              Date: Wed, 7 Mar 2001 13:59:28 +0000
10572              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
10573              
10574              In order to allow MakeMaker to build correct Makefiles,
10575              you need to change the order of the arguments in MM_Unix.pm
10576              as well. (Unless you have C89_CCMODE set, but we're trying
10577              to be POSIXly correct)
10578              
10579              Thanks to Merijn Broeren for tracking this down.
10580      Branch: perl
10581            ! lib/ExtUtils/MM_Unix.pm
10582 ____________________________________________________________________________
10583 [  9066] By: jhi                                   on 2001/03/07  14:30:02
10584         Log: Floating point too messy.
10585      Branch: perl
10586            ! t/camel-III/vstring.t
10587 ____________________________________________________________________________
10588 [  9065] By: jhi                                   on 2001/03/07  14:17:44
10589         Log: Integrate change #9064 from maintperl into mainline.
10590              
10591              fix memory leak in pack("Bb",...)
10592      Branch: perl
10593           !> perl.c
10594 ____________________________________________________________________________
10595 [  9064] By: gsar                                  on 2001/03/07  06:29:24
10596         Log: fix memory leak in pack("Bb",...)
10597      Branch: maint-5.6/perl
10598            ! perl.c
10599 ____________________________________________________________________________
10600 [  9063] By: jhi                                   on 2001/03/07  00:55:04
10601         Log: Major utf8 test reorganisation and rewrite.
10602              Hopefully no tests were lost in the shuffle.
10603              (The beginning of pragma/utf8 was lost intentionally,
10604              the tests were rather bogus and incomplete.)
10605      Branch: perl
10606            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
10607            ! t/pragma/utf8.t
10608 ____________________________________________________________________________
10609 [  9062] By: jhi                                   on 2001/03/07  00:41:16
10610         Log: More tweakage on the Unicode character class descriptions.
10611      Branch: perl
10612            ! lib/unicode/mktables.PL pod/perlretut.pod
10613 ____________________________________________________________________________
10614 [  9061] By: jhi                                   on 2001/03/06  23:12:38
10615         Log: The perlretut was still talking about the old \p and \P
10616              definitions.
10617      Branch: perl
10618            ! pod/perlretut.pod
10619 ____________________________________________________________________________
10620 [  9060] By: nick                                  on 2001/03/06  20:52:37
10621         Log: Integrate mainline (make test works again now).
10622      Branch: perlio
10623           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
10624 ____________________________________________________________________________
10625 [  9059] By: jhi                                   on 2001/03/06  15:36:14
10626         Log: 0.999... does equal 1.0, doesn't it?
10627      Branch: perl
10628            ! t/camel-III/vstring.t
10629 ____________________________________________________________________________
10630 [  9058] By: jhi                                   on 2001/03/06  15:34:00
10631         Log: Make /x{abcd}/ to work without use utf8.
10632      Branch: perl
10633            ! regcomp.c
10634 ____________________________________________________________________________
10635 [  9057] By: jhi                                   on 2001/03/06  03:02:36
10636         Log: Easier to outcomment all the three reset() tests for now.
10637      Branch: perl
10638            ! t/op/pat.t
10639 ____________________________________________________________________________
10640 [  9056] By: jhi                                   on 2001/03/06  02:30:02
10641         Log: Comment out the deadly reset; until the 20010301.005
10642              is finally fixed.
10643      Branch: perl
10644            ! t/op/pat.t
10645 ____________________________________________________________________________
10646 [  9055] By: jhi                                   on 2001/03/06  02:21:26
10647         Log: Integrate the change #9054 from mainline:
10648              retract the PMOP cleanup patch pending further investigation.
10649      Branch: maint-5.6/perl
10650           !> op.c op.h
10651 ____________________________________________________________________________
10652 [  9054] By: jhi                                   on 2001/03/06  02:19:57
10653         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
10654              with oddly familiar stack traces.
10655      Branch: perl
10656            ! op.c op.h
10657 ____________________________________________________________________________
10658 [  9053] By: jhi                                   on 2001/03/05  23:20:28
10659         Log: Integrate perlio.
10660      Branch: perl
10661           +> ext/Encode/Encode/koi8-r.ucm
10662           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
10663           !> makedef.pl
10664 ____________________________________________________________________________
10665 [  9052] By: nick                                  on 2001/03/05  23:08:17
10666         Log: skipping USE_PERLIO symbols correction.
10667      Branch: perlio
10668            ! makedef.pl
10669 ____________________________________________________________________________
10670 [  9051] By: nick                                  on 2001/03/05  22:35:07
10671         Log: More Encode alias tidying.
10672      Branch: perlio
10673            + ext/Encode/Encode/koi8-r.ucm
10674            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
10675 ____________________________________________________________________________
10676 [  9050] By: jhi                                   on 2001/03/05  21:44:29
10677         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
10678              Sarathy's fix for ID 20010301.005.
10679      Branch: maint-5.6/perl
10680           !> op.c op.h
10681 ____________________________________________________________________________
10682 [  9049] By: nick                                  on 2001/03/05  19:54:04
10683         Log: Integrate Jarkko's Encode.pm tweak.
10684      Branch: perlio
10685           !> ext/Encode/Encode.pm
10686 ____________________________________________________________________________
10687 [  9048] By: nick                                  on 2001/03/05  19:47:57
10688         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
10689      Branch: perlio
10690           +> os2/os2add.sym
10691           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
10692           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
10693           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
10694           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
10695           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
10696 ____________________________________________________________________________
10697 [  9047] By: jhi                                   on 2001/03/05  19:25:26
10698         Log: Regen perlapi.
10699      Branch: perl
10700            ! pod/perlapi.pod
10701 ____________________________________________________________________________
10702 [  9046] By: jhi                                   on 2001/03/05  19:12:14
10703         Log: Integrate perlio.
10704      Branch: perl
10705           +> t/camel-III/vstring.t
10706           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
10707 ____________________________________________________________________________
10708 [  9045] By: jhi                                   on 2001/03/05  19:10:36
10709         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
10710      Branch: perl
10711            ! ext/Encode/Encode.pm
10712 ____________________________________________________________________________
10713 [  9044] By: jhi                                   on 2001/03/05  18:49:12
10714         Log: Forgot the other half of the PMOP patch (#9033).
10715      Branch: perl
10716            ! op.h
10717 ____________________________________________________________________________
10718 [  9043] By: nick                                  on 2001/03/05  18:14:47
10719         Log: Update MANIFEST for new test.
10720      Branch: perlio
10721            ! MANIFEST
10722 ____________________________________________________________________________
10723 [  9042] By: nick                                  on 2001/03/05  18:12:41
10724         Log: Some tests for Camel 3rd edition features.
10725              Make gethostbyaddr() test in above work.
10726      Branch: perlio
10727            + t/camel-III/vstring.t
10728            ! pp.h pp_sys.c t/TEST t/harness
10729 ____________________________________________________________________________
10730 [  9041] By: jhi                                   on 2001/03/05  17:41:48
10731         Log: Add more ISO 8859 encoding aliases.
10732      Branch: perl
10733            ! ext/Encode/Encode.pm
10734 ____________________________________________________________________________
10735 [  9040] By: jhi                                   on 2001/03/05  17:30:43
10736         Log: Integrate perlio.
10737      Branch: perl
10738           !> MANIFEST sv.c
10739 ____________________________________________________________________________
10740 [  9039] By: nick                                  on 2001/03/05  17:11:36
10741         Log: Missed added file.
10742      Branch: perlio
10743            ! MANIFEST
10744 ____________________________________________________________________________
10745 [  9038] By: jhi                                   on 2001/03/05  15:58:01
10746         Log: Add tr tests for EBCDIC, from Karsten Sperling.
10747      Branch: perl
10748            ! t/op/tr.t
10749 ____________________________________________________________________________
10750 [  9037] By: nick                                  on 2001/03/05  15:56:35
10751         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
10752              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
10753              
10754              Make SvPVbyte*() symetric with respect to SvPVutf8*() in that:
10755              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
10756              - uses SvPV() rather than sv_2pv() in case it isn't a string.
10757      Branch: perlio
10758            ! sv.c
10759 ____________________________________________________________________________
10760 [  9036] By: jhi                                   on 2001/03/05  15:49:15
10761         Log: Add matching tests currently failing in EBCDIC,
10762              suggested by Karsten Sperling.
10763      Branch: perl
10764            ! t/op/pat.t
10765 ____________________________________________________________________________
10766 [  9035] By: jhi                                   on 2001/03/05  15:36:55
10767         Log: The #9034 needs a MANIFESTation.
10768      Branch: perl
10769            ! MANIFEST
10770 ____________________________________________________________________________
10771 [  9034] By: jhi                                   on 2001/03/05  15:35:14
10772         Log: Integrate perlio.
10773      Branch: perl
10774           +> ext/Encode/Encode/Tcl.pm
10775           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
10776           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
10777           !> ext/Encode/Encode/iso8859-1.ucm
10778           !> ext/Encode/Encode/iso8859-10.ucm
10779           !> ext/Encode/Encode/iso8859-13.ucm
10780           !> ext/Encode/Encode/iso8859-14.ucm
10781           !> ext/Encode/Encode/iso8859-15.ucm
10782           !> ext/Encode/Encode/iso8859-16.ucm
10783           !> ext/Encode/Encode/iso8859-2.ucm
10784           !> ext/Encode/Encode/iso8859-3.ucm
10785           !> ext/Encode/Encode/iso8859-4.ucm
10786           !> ext/Encode/Encode/iso8859-5.ucm
10787           !> ext/Encode/Encode/iso8859-6.ucm
10788           !> ext/Encode/Encode/iso8859-7.ucm
10789           !> ext/Encode/Encode/iso8859-8.ucm
10790           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
10791           !> t/lib/encode.t
10792 ____________________________________________________________________________
10793 [  9033] By: jhi                                   on 2001/03/05  15:33:18
10794         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
10795              From: Gurusamy Sarathy <gsar@ActiveState.com>
10796              Date: Sun, 04 Mar 2001 22:33:15 -0800
10797              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
10798              
10799              PMOPs need to remember their own stash so that they can
10800              gracefully remove themselves from their linked list.
10801      Branch: perl
10802            ! op.c
10803 ____________________________________________________________________________
10804 [  9032] By: nick                                  on 2001/03/05  14:51:50
10805         Log: Encode implementation "completion"
10806              Implement and document define_encoding()
10807              Implement and document encoding aliases including define_alias()
10808              Make Encode::XS use define_encoding() rather than back-door.
10809              Move run-time *.enc to separate Encode::Tcl module.
10810              Make 'compile' honour <codeset_name>
10811              Change canonical names of to iso-8859-* and US-ascii.
10812      Branch: perlio
10813            + ext/Encode/Encode/Tcl.pm
10814            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
10815            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
10816            ! ext/Encode/Encode/iso8859-1.ucm
10817            ! ext/Encode/Encode/iso8859-10.ucm
10818            ! ext/Encode/Encode/iso8859-13.ucm
10819            ! ext/Encode/Encode/iso8859-14.ucm
10820            ! ext/Encode/Encode/iso8859-15.ucm
10821            ! ext/Encode/Encode/iso8859-16.ucm
10822            ! ext/Encode/Encode/iso8859-2.ucm
10823            ! ext/Encode/Encode/iso8859-3.ucm
10824            ! ext/Encode/Encode/iso8859-4.ucm
10825            ! ext/Encode/Encode/iso8859-5.ucm
10826            ! ext/Encode/Encode/iso8859-6.ucm
10827            ! ext/Encode/Encode/iso8859-7.ucm
10828            ! ext/Encode/Encode/iso8859-8.ucm
10829            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
10830            ! t/lib/encode.t
10831 ____________________________________________________________________________
10832 [  9031] By: jhi                                   on 2001/03/05  13:51:17
10833         Log: Integrate change #9030 from maintperl into mainline.
10834              
10835              Subject: [PATCH 5.6.1] OS/2 cleanup
10836      Branch: perl
10837           +> os2/os2add.sym
10838           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
10839           !> makedef.pl os2/Changes os2/Makefile.SHs
10840           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
10841           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
10842           !> os2/os2.sym os2/os2ish.h
10843 ____________________________________________________________________________
10844 [  9030] By: jhi                                   on 2001/03/05  13:46:49
10845         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
10846              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10847              Date: Mon, 5 Mar 2001 02:29:44 -0500
10848              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
10849      Branch: maint-5.6/perl
10850            + os2/os2add.sym
10851            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
10852            ! makedef.pl os2/Changes os2/Makefile.SHs
10853            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
10854            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
10855            ! os2/os2.sym os2/os2ish.h
10856 ____________________________________________________________________________
10857 [  9029] By: jhi                                   on 2001/03/05  13:40:35
10858         Log: Integrate change #9028 from maintperl into mainline.
10859              
10860              various nits in MM_Unix.pm found by disabling SelfLoader
10861      Branch: perl
10862           !> lib/ExtUtils/MM_Unix.pm
10863 ____________________________________________________________________________
10864 [  9028] By: gsar                                  on 2001/03/05  09:58:38
10865         Log: various nits in MM_Unix.pm found by disabling SelfLoader
10866      Branch: maint-5.6/perl
10867            ! lib/ExtUtils/MM_Unix.pm
10868 ____________________________________________________________________________
10869 [  9027] By: nick                                  on 2001/03/05  08:35:22
10870         Log: Integrate mainline
10871      Branch: perlio
10872           !> (integrate 28 files)
10873 ____________________________________________________________________________
10874 [  9026] By: jhi                                   on 2001/03/05  02:14:59
10875         Log: Integrate change #9025 from mainline to maintperl,
10876              retract \N{U+HHHH}.
10877      Branch: maint-5.6/perl
10878           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
10879           !> t/lib/charnames.t toke.c
10880 ____________________________________________________________________________
10881 [  9025] By: jhi                                   on 2001/03/05  02:13:09
10882         Log: Retracting \N{U+HHHH}.
10883      Branch: perl
10884            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
10885            ! t/lib/charnames.t toke.c
10886 ____________________________________________________________________________
10887 [  9024] By: jhi                                   on 2001/03/04  20:51:07
10888         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
10889              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
10890              Date: Fri, 02 Mar 2001 18:25:26 +0100
10891              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
10892              
10893              Casting problem.
10894      Branch: perl
10895            ! ext/Storable/Storable.xs
10896 ____________________________________________________________________________
10897 [  9023] By: jhi                                   on 2001/03/04  19:46:45
10898         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
10899              From: nick@talking.bollo.cx
10900              Date: Sat, 03 Mar 2001 21:41:33 +0000
10901              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
10902              
10903              Revert the workaround.
10904      Branch: perl
10905            ! perlio.c
10906 ____________________________________________________________________________
10907 [  9022] By: jhi                                   on 2001/03/04  19:36:28
10908         Log: Update Changes.
10909      Branch: perl
10910            ! Changes patchlevel.h
10911 ____________________________________________________________________________
10912 [  9021] By: jhi                                   on 2001/03/04  18:41:00
10913         Log: makedef.pl updates suggested by Chris Nandor; double-checking
10914              the changes in AIX, OS/2 Win32 would be nice.
10915      Branch: perl
10916            ! makedef.pl
10917 ____________________________________________________________________________
10918 [  9020] By: jhi                                   on 2001/03/04  18:23:58
10919         Log: Integrate change #9012 from maintperl into mainline,
10920              quench a compiler warning.
10921      Branch: perl
10922           !> toke.c
10923 ____________________________________________________________________________
10924 [  9019] By: jhi                                   on 2001/03/04  18:18:43
10925         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
10926              
10927              \N{U+HHHH} fix.
10928              
10929              pattern in G_ARRAY context
10930      Branch: maint-5.6/perl
10931           !> pp_hot.c t/op/pat.t toke.c
10932 ____________________________________________________________________________
10933 [  9018] By: jhi                                   on 2001/03/04  18:07:48
10934         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
10935              From: Jeff Pinyan <jeffp@crusoe.net>
10936              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
10937              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
10938      Branch: perl
10939            ! pp_hot.c t/op/pat.t
10940 ____________________________________________________________________________
10941 [  9017] By: jhi                                   on 2001/03/04  18:06:21
10942         Log: I thought I tested the #9014.
10943      Branch: perl
10944            ! toke.c
10945 ____________________________________________________________________________
10946 [  9016] By: jhi                                   on 2001/03/04  17:41:22
10947         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
10948              
10949              Tweak the get*ent() OS/2 prototypes.
10950              
10951              Add the \N{U+HHHH} syntax.
10952              
10953              More tr/// UTF-8 fixes from Inaba Hiroto.
10954      Branch: maint-5.6/perl
10955           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
10956           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
10957 ____________________________________________________________________________
10958 [  9015] By: jhi                                   on 2001/03/04  17:36:04
10959         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
10960      Branch: perl
10961            ! doop.c t/op/tr.t
10962 ____________________________________________________________________________
10963 [  9014] By: jhi                                   on 2001/03/04  17:24:49
10964         Log: Add the \N{U+HHHH} syntax.
10965      Branch: perl
10966            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
10967            ! t/lib/charnames.t toke.c
10968 ____________________________________________________________________________
10969 [  9013] By: jhi                                   on 2001/03/04  17:20:45
10970         Log: Tweak the get*ent() OS/2 prototypes.
10971      Branch: perl
10972            ! os2/os2.c
10973 ____________________________________________________________________________
10974 [  9012] By: gsar                                  on 2001/03/04  06:26:14
10975         Log: avoid warning (nit in change#9009)
10976      Branch: maint-5.6/perl
10977            ! toke.c
10978 ____________________________________________________________________________
10979 [  9011] By: gsar                                  on 2001/03/04  06:15:24
10980         Log: lib/charnames.t fails in 5.6.x because of older Unicode
10981              data
10982              
10983              TODO: need to revisit this after updating lib/unicode/...
10984      Branch: maint-5.6/perl
10985            ! t/lib/charnames.t
10986 ____________________________________________________________________________
10987 [  9010] By: gsar                                  on 2001/03/04  06:08:36
10988         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
10989      Branch: maint-5.6/perl
10990            ! toke.c
10991 ____________________________________________________________________________
10992 [  9009] By: jhi                                   on 2001/03/03  19:27:20
10993         Log: Integrate change #9008 from mainline to maintperl,
10994              UTF-8 tr/// fixes from Inaba Hiroto.
10995      Branch: maint-5.6/perl
10996           !> doop.c op.c t/op/tr.t toke.c
10997 ____________________________________________________________________________
10998 [  9008] By: jhi                                   on 2001/03/03  19:19:42
10999         Log: UTF8 tr/// fixes from Inaba Hiroto.
11000      Branch: perl
11001            ! doop.c op.c t/op/tr.t toke.c
11002 ____________________________________________________________________________
11003 [  9007] By: jhi                                   on 2001/03/03  19:00:30
11004         Log: Integrate change #9006 from maintperl to mainline,
11005              more robust quest for the infinite.
11006      Branch: perl
11007           !> lib/Math/Complex.pm
11008 ____________________________________________________________________________
11009 [  9006] By: jhi                                   on 2001/03/03  18:58:06
11010         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
11011              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11012              Date: Sat, 3 Mar 2001 12:51:50 -0500
11013              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
11014              
11015              Be more robust in our quest for the infinite.
11016      Branch: maint-5.6/perl
11017            ! lib/Math/Complex.pm
11018 ____________________________________________________________________________
11019 [  9005] By: jhi                                   on 2001/03/03  17:55:50
11020         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
11021      Branch: maint-5.6/perl
11022            ! doio.c
11023 ____________________________________________________________________________
11024 [  9004] By: jhi                                   on 2001/03/03  17:40:14
11025         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
11026              so that picky compilers like IRIX won't get huffy about
11027              "statements without effect" (like 1;).
11028      Branch: perl
11029            ! toke.c
11030 ____________________________________________________________________________
11031 [  9003] By: jhi                                   on 2001/03/03  17:15:52
11032         Log: Integrate change #9002 from mainline to maintperl.
11033              
11034              Subject: [perl-5.6.x, perl-current] accept for EPOC
11035      Branch: maint-5.6/perl
11036           !> pp_sys.c
11037 ____________________________________________________________________________
11038 [  9002] By: jhi                                   on 2001/03/03  17:14:30
11039         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
11040              From: Olaf Flebbe <O.Flebbe@science-computing.de>
11041              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
11042              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
11043      Branch: perl
11044            ! pp_sys.c
11045 ____________________________________________________________________________
11046 [  9001] By: jhi                                   on 2001/03/03  17:13:13
11047         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
11048              From: "Craig A. Berry" <craigberry@mac.com>
11049              Date: Fri, 02 Mar 2001 17:44:40 -0600
11050              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
11051      Branch: perl
11052            ! t/pod/find.t
11053 ____________________________________________________________________________
11054 [  9000] By: jhi                                   on 2001/03/03  17:11:55
11055         Log: Integrate changes #8997,8999 from maintperl.
11056              
11057              Subject: [PATCH 5.6.1] compiling on OS/2
11058              (Better error message from hints/os2.sh)
11059              
11060              Subject: [PATCH 5.6.1] syslog.t
11061      Branch: perl
11062           !> hints/os2.sh t/lib/syslog.t
11063 ____________________________________________________________________________
11064 [  8999] By: jhi                                   on 2001/03/03  17:09:28
11065         Log: Subject: [PATCH 5.6.1] syslog.t
11066              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11067              Date: Sat, 3 Mar 2001 02:11:17 -0500
11068              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
11069      Branch: maint-5.6/perl
11070            ! t/lib/syslog.t
11071 ____________________________________________________________________________
11072 [  8998] By: jhi                                   on 2001/03/03  17:07:50
11073         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
11074              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11075              Date: Sat, 3 Mar 2001 01:53:52 -0500
11076              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
11077      Branch: maint-5.6/perl
11078            ! opcode.pl os2/os2.c
11079 ____________________________________________________________________________
11080 [  8997] By: jhi                                   on 2001/03/03  17:03:30
11081         Log: Subject: [PATCH 5.6.1] compiling on OS/2
11082              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11083              Date: Sat, 3 Mar 2001 01:59:59 -0500
11084              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
11085      Branch: maint-5.6/perl
11086            ! hints/os2.sh
11087 ____________________________________________________________________________
11088 [  8996] By: jhi                                   on 2001/03/03  00:55:58
11089         Log: Regen files for mainline.
11090      Branch: perl
11091            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11092            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
11093 ____________________________________________________________________________
11094 [  8995] By: jhi                                   on 2001/03/03  00:35:22
11095         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
11096              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
11097              to maintperl.
11098              
11099              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
11100              
11101              Add Configure option -Dmksymlinks which will create a symlink
11102              forest if the current/build differs from the source directory.
11103              (8218,8220,8221,8317,8318,8971)
11104              
11105              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
11106              (Document APPLLIB_EXP in INSTALL.)
11107              
11108              If running byacc write-enable also perly.h.
11109              
11110              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
11111              
11112              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
11113              
11114              Sanity check for conflicting thread flavours.
11115              
11116              Fix the sys/fcntl.h problem reported by Peter Prymmer.
11117              
11118              Add few CPUs/architectures to the Cppsym scan,
11119              add -perlio to archname if so selected (modified 8890)
11120              
11121              Be more helpful for devel builders, suggested by John L. Allen.
11122              (admittedly pointless change for maintperl, but the usedevel
11123              code is there already)
11124      Branch: maint-5.6/perl
11125           !> Configure INSTALL Makefile.SH Porting/Glossary
11126           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
11127           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
11128           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
11129           !> win32/config.bc win32/config.gc win32/config.vc
11130 ____________________________________________________________________________
11131 [  8994] By: jhi                                   on 2001/03/02  23:31:41
11132         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
11133      Branch: metaconfig/U/perl
11134            ! gccvers.U
11135 ____________________________________________________________________________
11136 [  8993] By: jhi                                   on 2001/03/02  23:22:12
11137         Log: Regenerate various files for maint.
11138      Branch: maint-5.6/perl
11139            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
11140            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
11141 ____________________________________________________________________________
11142 [  8992] By: alanbur                               on 2001/03/02  22:48:34
11143         Log: Resync wuth parent
11144      Branch: maint-5.6/pureperl
11145           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
11146           !> (integrate 60 files)
11147 ____________________________________________________________________________
11148 [  8991] By: jhi                                   on 2001/03/02  21:00:08
11149         Log: Retract the #8742 part of #8986, backward compat.
11150      Branch: maint-5.6/perl
11151            ! embed.pl
11152 ____________________________________________________________________________
11153 [  8990] By: jhi                                   on 2001/03/02  20:40:07
11154         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
11155      Branch: maint-5.6/perl
11156            ! hv.c
11157 ____________________________________________________________________________
11158 [  8989] By: jhi                                   on 2001/03/02  19:59:56
11159         Log: Update Changes.
11160      Branch: perl
11161            ! Changes patchlevel.h
11162 ____________________________________________________________________________
11163 [  8988] By: jhi                                   on 2001/03/02  19:57:08
11164         Log: Integrate perlio.
11165      Branch: perl
11166           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
11167           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
11168           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
11169           !> ext/Encode/Encode/iso8859-10.ucm
11170           !> ext/Encode/Encode/iso8859-13.ucm
11171           !> ext/Encode/Encode/iso8859-14.ucm
11172           !> ext/Encode/Encode/iso8859-15.ucm
11173           !> ext/Encode/Encode/iso8859-16.ucm
11174           !> ext/Encode/Encode/iso8859-2.ucm
11175           !> ext/Encode/Encode/iso8859-3.ucm
11176           !> ext/Encode/Encode/iso8859-4.ucm
11177           !> ext/Encode/Encode/iso8859-5.ucm
11178           !> ext/Encode/Encode/iso8859-6.ucm
11179           !> ext/Encode/Encode/iso8859-7.ucm
11180           !> ext/Encode/Encode/iso8859-8.ucm
11181           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
11182           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
11183 ____________________________________________________________________________
11184 [  8987] By: jhi                                   on 2001/03/02  19:43:40
11185         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
11186              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
11187              8950,8952,8955 from mainline to maintperl.
11188              
11189              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
11190              
11191              Put to rest the 20010205.001, the email address checking (not) regex.
11192              
11193              fork() not everywhere, cleanup temp files.
11194              
11195              The #8843 wasn't quite right: %Config needs to imported.
11196              
11197              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
11198              (#8849: the glob-basic hunk needed massaging as it depended
11199              on Schwern's large-scale (unintegrated) patches)
11200              
11201              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
11202              
11203              Upgrade to CGI.pm 2.752, from Lincoln Stein.
11204              (Note: there were some conflicts due to EBCDIC and EPOC
11205              patches, in general I preferred the repository code.)
11206              (When 2.753 comes out, we need to synchronize.)
11207              
11208              Subject: [PATCH] fix for charnames above FFFF
11209              
11210              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
11211              
11212              If no sfio, no -lsfio.
11213              
11214              Run run/*.t also in minitest.
11215              
11216              Subject:  [PATCH perl 5.7.0] malloc message address offset
11217              
11218              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
11219              
11220              Subject: fix for parameter -Dm (for perl@8867)
11221              
11222              Subject: [PATCH: perl@8892] was Re: hashing order difference?
11223              (make the test more portable)
11224              
11225              Subject: Re: [PATCH] fix for charnames above FFFF
11226              
11227              Subject: Re: I'm losing the war...
11228              (hv_store() not working correctly in ENV_IS_CASELESS case.)
11229              
11230              Subject: Modified README.bs2000 
11231              
11232              Subject: [PATCH: perl@8935] -Dt padsv($var)
11233              
11234              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
11235              
11236              Subject: PATCH: extra tests to check on negative float to unsigned cast
11237              
11238              Subject: [PATCH] XPUSH[insp] was Re: progress
11239              
11240              Subject: Re: Compile with perlcc..
11241      Branch: maint-5.6/perl
11242           !> (integrate 36 files)
11243 ____________________________________________________________________________
11244 [  8986] By: jhi                                   on 2001/03/02  18:51:25
11245         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
11246              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
11247              to maintperl.
11248              
11249              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
11250              
11251              Subject: [DOC PATCH] overload.pm nits
11252              
11253              Add header for LIB$ prototypes (C. Berry)
11254              
11255              Convert fwrite()s to sockets to write()s, since some socket stacks
11256              don't take kindly to stdio.
11257              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
11258              (for often optional LNMs)
11259              Correct a few typos
11260              (C. Bailey)
11261              
11262              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
11263              
11264              De-cut-and-pasto.
11265              
11266              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
11267              
11268              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
11269              
11270              Upgrade to CPAN 1.59_54, from Andreas König.
11271              
11272              Bogus shebang.
11273              
11274              Subject: [PATCH] Document makepatch in Porting/patching
11275              
11276              UTF-8 documentation.
11277              
11278              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
11279              
11280              Sort the MANIFEST.
11281              
11282              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
11283              
11284              Subject: [PATCH @8807] toke.c cleanup: scan_str()
11285              
11286              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
11287              
11288              Add run/*.t to testables.
11289              
11290              TODO: integrate #8784.
11291      Branch: maint-5.6/perl
11292           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
11293           !> (integrate 28 files)
11294 ____________________________________________________________________________
11295 [  8985] By: nick                                  on 2001/03/02  18:15:45
11296         Log: Integrate mainline
11297      Branch: perlio
11298           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
11299           !> vms/vms.c
11300 ____________________________________________________________________________
11301 [  8984] By: jhi                                   on 2001/03/02  16:00:17
11302         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
11303              
11304              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
11305              5.004_05, and mention the suidperl August 2000 security problem.
11306              (#8978,#8981)
11307              
11308              Subject: [ID 20010301.004] Technically speaking in perldata
11309              
11310              Subject: [PATCH] File::Copy for bleadperl, maintperl
11311              
11312              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
11313              
11314              (The #8982, fix for 20010221.005 and 20010221.008,
11315              would be nice too but it didn't integrate cleanly.)
11316      Branch: maint-5.6/perl
11317           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
11318 ____________________________________________________________________________
11319 [  8983] By: jhi                                   on 2001/03/02  15:51:16
11320         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
11321              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
11322              Date:     Thu, 1 Mar 2001 15:54:09 EST
11323              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
11324      Branch: perl
11325            ! vms/vms.c
11326 ____________________________________________________________________________
11327 [  8982] By: jhi                                   on 2001/03/02  15:43:31
11328         Log: Subject: Re: sync sync sync: have I missed any patches?
11329              From: Radu Greab <radu@netsoft.ro> 
11330              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
11331              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
11332              
11333              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
11334              was checking argv[0] regardless of whether a different pathname
11335              will actually be executed."  Test case not supplied because 
11336              drafting that, ironically enough, revealed another bug
11337              (or a feature).
11338      Branch: perl
11339            ! doio.c
11340 ____________________________________________________________________________
11341 [  8981] By: jhi                                   on 2001/03/02  15:28:03
11342         Log: Misdate in #8978.
11343      Branch: perl
11344            ! pod/perlfaq1.pod
11345 ____________________________________________________________________________
11346 [  8980] By: jhi                                   on 2001/03/02  15:24:20
11347         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
11348              From: Chris Nandor <pudge@pobox.com>
11349              Date: Wed, 28 Feb 2001 22:10:15 -0500
11350              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
11351      Branch: perl
11352            ! lib/File/Copy.pm
11353 ____________________________________________________________________________
11354 [  8979] By: jhi                                   on 2001/03/02  15:17:16
11355         Log: Subject: [ID 20010301.004] Technically speaking in perldata
11356              From: abela@geneanet.org
11357              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
11358              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
11359      Branch: perl
11360            ! pod/perldata.pod
11361 ____________________________________________________________________________
11362 [  8978] By: jhi                                   on 2001/03/02  15:15:27
11363         Log: Subject: [ID 20010301.003] ref to 5.004
11364              From: abela@geneanet.org
11365              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
11366              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
11367              
11368              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
11369              and mention the suidperl August 2000 security problem.
11370      Branch: perl
11371            ! pod/perlfaq1.pod
11372 ____________________________________________________________________________
11373 [  8977] By: alanbur                               on 2001/03/02  14:17:45
11374         Log: Resynchronised with parent
11375      Branch: maint-5.6/pureperl
11376           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
11377           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
11378           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
11379           !> vms/descrip_mms.template win32/win32.c win32/win32.h
11380           !> win32/win32iop.h
11381 ____________________________________________________________________________
11382 [  8976] By: nick                                  on 2001/03/01  23:25:30
11383         Log: Integrate mainline.
11384      Branch: perlio
11385            - t/op/qu.t
11386           !> (integrate 55 files)
11387 ____________________________________________________________________________
11388 [  8975] By: jhi                                   on 2001/03/01  16:51:34
11389         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
11390      Branch: perl
11391           !> toke.c
11392 ____________________________________________________________________________
11393 [  8974] By: gsar                                  on 2001/03/01  16:28:21
11394         Log: fix for bugid 20010226.008
11395              
11396              the problem was that some of the pointers (PL_last_lop and
11397              PL_last_uni specifically) into the lex buffers weren't correctly
11398              being invalidated when the buffer changed; this would leave the
11399              pointers pointing at an arbitrary location in the buffer if
11400              the buffer didn't need to be reallocated, or point into freed
11401              memory if the buffer had to be realloced
11402              
11403              TODO item for bugdb maintainers: check other seemingly random
11404              parser-related bugs--they might be cured by this
11405      Branch: maint-5.6/perl
11406            ! toke.c
11407 ____________________________________________________________________________
11408 [  8973] By: jhi                                   on 2001/03/01  02:23:25
11409         Log: Retract #8970 because of a completely mysterious core dump:
11410              adding the tests 241..244 causes op/pat dump core at test #25.
11411              The test needs a lot of whittling down before the bug can be solved.
11412      Branch: perl
11413            ! t/op/pat.t
11414 ____________________________________________________________________________
11415 [  8972] By: jhi                                   on 2001/03/01  01:58:38
11416         Log: Regen perlapi.
11417      Branch: perl
11418            ! pod/perlapi.pod
11419 ____________________________________________________________________________
11420 [  8971] By: jhi                                   on 2001/03/01  01:34:09
11421         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))
11422              From: Nicholas Clark <nick@ccl4.org>
11423              Date: Wed, 28 Feb 2001 23:28:49 +0000
11424              Message-ID: <20010228232849.A55187@plum.flirble.org>
11425              
11426              Allow a completely write protected source code tree
11427              when using the Configure -Dmksymlinks.
11428      Branch: perl
11429            ! embed.pl warnings.pl
11430 ____________________________________________________________________________
11431 [  8970] By: jhi                                   on 2001/03/01  01:32:04
11432         Log: Add back the EBCDIC character range tests (for matching).
11433      Branch: perl
11434            ! t/op/pat.t
11435 ____________________________________________________________________________
11436 [  8969] By: nick                                  on 2001/02/28  18:18:01
11437         Log: Add charname comments to .ucm files writen by 'compile',
11438              also order charmaps in those files by source encoding.
11439              regenerate distrubuted .ucm files
11440      Branch: perlio
11441            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
11442            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
11443            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
11444            ! ext/Encode/Encode/iso8859-10.ucm
11445            ! ext/Encode/Encode/iso8859-13.ucm
11446            ! ext/Encode/Encode/iso8859-14.ucm
11447            ! ext/Encode/Encode/iso8859-15.ucm
11448            ! ext/Encode/Encode/iso8859-16.ucm
11449            ! ext/Encode/Encode/iso8859-2.ucm
11450            ! ext/Encode/Encode/iso8859-3.ucm
11451            ! ext/Encode/Encode/iso8859-4.ucm
11452            ! ext/Encode/Encode/iso8859-5.ucm
11453            ! ext/Encode/Encode/iso8859-6.ucm
11454            ! ext/Encode/Encode/iso8859-7.ucm
11455            ! ext/Encode/Encode/iso8859-8.ucm
11456            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
11457            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
11458 ____________________________________________________________________________
11459 [  8968] By: jhi                                   on 2001/02/28  16:26:37
11460         Log: Expand usemorebits early if d_casti32 needs to be undefined.
11461      Branch: perl
11462            ! hints/hpux.sh hints/irix_6.sh
11463 ____________________________________________________________________________
11464 [  8967] By: jhi                                   on 2001/02/28  16:22:26
11465         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
11466              retract toke.c/qu parts of #8583, retract #8485, retract
11467              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
11468              op/length.t, and MANIFEST, and delete t/op/qu.t.
11469      Branch: perl
11470            - t/op/qu.t
11471            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
11472            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
11473            ! t/op/length.t toke.c
11474 ____________________________________________________________________________
11475 [  8966] By: jhi                                   on 2001/02/28  15:00:27
11476         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
11477              by not changing from pre-Unicode days into being Unicode-aware.
11478              Sniff.
11479      Branch: perl
11480            ! pp.c t/op/pack.t t/op/qu.t
11481 ____________________________________________________________________________
11482 [  8965] By: jhi                                   on 2001/02/28  14:37:55
11483         Log: Subject: Re: Errors in core PODs
11484              From: Michael Stevens <michael@etla.org> 
11485              Date: Fri, 23 Feb 2001 15:47:56 +0000
11486              Message-ID: <20010223154756.A7723@firedrake.org> 
11487      Branch: perl
11488            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
11489            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
11490            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
11491            ! x2p/a2p.pod
11492 ____________________________________________________________________________
11493 [  8964] By: jhi                                   on 2001/02/28  14:35:35
11494         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
11495              (The #8961 was too bold.)
11496      Branch: perl
11497            ! hints/hpux.sh hints/irix_6.sh
11498 ____________________________________________________________________________
11499 [  8963] By: jhi                                   on 2001/02/28  14:33:39
11500         Log: Subject: Re: sync sync sync: have I missed any patches?
11501              From: Tim Jenness <t.jenness@jach.hawaii.edu>
11502              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
11503              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
11504              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
11505              
11506              Replace djSP with dSP.
11507      Branch: perl
11508            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
11509            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
11510            ! win32/perlhost.h
11511 ____________________________________________________________________________
11512 [  8962] By: jhi                                   on 2001/02/27  23:21:14
11513         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
11514      Branch: perl
11515            ! lib/Filter/Simple.pm
11516 ____________________________________________________________________________
11517 [  8961] By: jhi                                   on 2001/02/27  22:55:26
11518         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
11519              and this would be it.
11520      Branch: perl
11521            ! hints/hpux.sh hints/irix_6.sh
11522 ____________________________________________________________________________
11523 [  8960] By: jhi                                   on 2001/02/27  22:51:33
11524         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
11525              From: "Craig A. Berry" <craigberry@mac.com>
11526              Date: Tue, 27 Feb 2001 16:11:44 -0600
11527              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
11528      Branch: maint-5.6/perl
11529            ! configure.com vms/descrip_mms.template
11530 ____________________________________________________________________________
11531 [  8959] By: jhi                                   on 2001/02/27  22:47:23
11532         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
11533              From: "Craig A. Berry" <craigberry@mac.com>
11534              Date: Tue, 27 Feb 2001 16:11:44 -0600
11535              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
11536      Branch: perl
11537            ! configure.com vms/descrip_mms.template
11538 ____________________________________________________________________________
11539 [  8958] By: jhi                                   on 2001/02/27  15:16:42
11540         Log: Update Changes.
11541      Branch: perl
11542            ! Changes patchlevel.h
11543 ____________________________________________________________________________
11544 [  8957] By: jhi                                   on 2001/02/27  06:15:07
11545         Log: Subject: [5.6.x] EPOC additions
11546              From: Olaf Flebbe <O.Flebbe@science-computing.de>
11547              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
11548              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
11549      Branch: maint-5.6/perl
11550            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
11551 ____________________________________________________________________________
11552 [  8956] By: jhi                                   on 2001/02/27  06:12:11
11553         Log: Subject: [perl-current] EPOC 
11554              From: Olaf Flebbe <O.Flebbe@science-computing.de>
11555              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
11556              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
11557      Branch: perl
11558            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
11559            ! epoc/epocish.c epoc/epocish.h pp_sys.c
11560 ____________________________________________________________________________
11561 [  8955] By: jhi                                   on 2001/02/27  05:59:50
11562         Log: Subject: Re: Compile with perlcc..
11563              From: Edward Peschko <edwardp@excitehome.net>
11564              Date: Mon, 26 Feb 2001 18:51:58 -0800
11565              Message-ID: <20010226185158.A9871@excitehome.net>
11566              
11567              plus add a simple usage message if no arguments given.
11568      Branch: perl
11569            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
11570            ! utils/Makefile utils/perlcc.PL win32/pod.mak
11571 ____________________________________________________________________________
11572 [  8954] By: nick                                  on 2001/02/26  21:02:59
11573         Log: Integrate mainline
11574      Branch: perlio
11575           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
11576           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
11577           !> t/op/sprintf.t
11578 ____________________________________________________________________________
11579 [  8953] By: jhi                                   on 2001/02/26  14:43:54
11580         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
11581              From: Nicholas Clark <nick@ccl4.org>
11582              Date: Mon, 26 Feb 2001 00:42:07 +0000
11583              Message-ID: <20010226004207.F23333@plum.flirble.org>
11584      Branch: perl
11585            ! pp_ctl.c
11586 ____________________________________________________________________________
11587 [  8952] By: jhi                                   on 2001/02/26  14:42:13
11588         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
11589              From: Simon Cozens <simon@netthink.co.uk>
11590              Date: Mon, 26 Feb 2001 12:23:48 +0000
11591              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
11592      Branch: perl
11593            ! pod/perlguts.pod
11594 ____________________________________________________________________________
11595 [  8951] By: jhi                                   on 2001/02/26  14:39:15
11596         Log: Subject: [PATCH] perlio - unknown layer
11597              From: Nicholas Clark <nick@ccl4.org>
11598              Date: Mon, 26 Feb 2001 00:27:19 +0000
11599              Message-ID: <20010226002719.E23333@plum.flirble.org>
11600      Branch: perl
11601            ! perlio.c
11602 ____________________________________________________________________________
11603 [  8950] By: jhi                                   on 2001/02/26  14:38:04
11604         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
11605              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
11606              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
11607              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
11608      Branch: perl
11609            ! t/op/bop.t
11610 ____________________________________________________________________________
11611 [  8949] By: jhi                                   on 2001/02/26  14:37:07
11612         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
11613              From: Peter Prymmer <pvhp@forte.com>
11614              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
11615              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
11616      Branch: perl
11617            ! lib/Test.pm
11618 ____________________________________________________________________________
11619 [  8948] By: jhi                                   on 2001/02/26  14:35:53
11620         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
11621              From: Radu Greab <radu@netsoft.ro>
11622              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
11623              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
11624      Branch: perl
11625            ! pod/perlop.pod
11626 ____________________________________________________________________________
11627 [  8947] By: jhi                                   on 2001/02/26  14:34:46
11628         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
11629              From: David Mitchell <davem@fdgroup.co.uk>
11630              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
11631              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
11632      Branch: perl
11633            ! run.c
11634 ____________________________________________________________________________
11635 [  8946] By: jhi                                   on 2001/02/26  14:32:37
11636         Log: Subject: Modified README.bs2000 
11637              From: Dorner Thomas <Thomas.Dorner@start.de>
11638              Date: Mon, 26 Feb 2001 09:22:17 +0100
11639              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
11640      Branch: perl
11641            ! README.bs2000
11642 ____________________________________________________________________________
11643 [  8945] By: jhi                                   on 2001/02/26  14:19:53
11644         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
11645              to maintperl, listing the known failures on the tests 129 and 130.
11646      Branch: maint-5.6/perl
11647           !> t/op/sprintf.t
11648 ____________________________________________________________________________
11649 [  8944] By: jhi                                   on 2001/02/26  14:14:15
11650         Log: Add more known sprintf failures.
11651      Branch: perl
11652            ! t/op/sprintf.t
11653 ____________________________________________________________________________
11654 [  8943] By: jhi                                   on 2001/02/26  13:56:22
11655         Log: perlglob.exe needs to be found in Win32, patch from
11656              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
11657              which needs external glob at mini-perl time."
11658      Branch: perl
11659            ! ext/Encode/compile
11660 ____________________________________________________________________________
11661 [  8942] By: jhi                                   on 2001/02/26  13:52:19
11662         Log: A missing dTHX from Vadim Konovalov.
11663      Branch: perl
11664            ! perlio.c
11665 ____________________________________________________________________________
11666 [  8941] By: jhi                                   on 2001/02/26  13:37:05
11667         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
11668      Branch: perl
11669            ! op.c
11670 ____________________________________________________________________________
11671 [  8940] By: jhi                                   on 2001/02/26  13:35:40
11672         Log: Integrate perlio.
11673      Branch: perl
11674           !> ext/Encode/Encode.pm
11675 ____________________________________________________________________________
11676 [  8939] By: nick                                  on 2001/02/25  23:47:09
11677         Log: Integrate mainline.
11678      Branch: perlio
11679           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
11680           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
11681 ____________________________________________________________________________
11682 [  8938] By: nick                                  on 2001/02/25  19:36:28
11683         Log: Encode implementations docs.
11684      Branch: perlio
11685            ! ext/Encode/Encode.pm
11686 ____________________________________________________________________________
11687 [  8937] By: jhi                                   on 2001/02/25  19:26:16
11688         Log: Script wasn't aligned with reality.
11689      Branch: perl
11690            ! t/pod/find.t
11691 ____________________________________________________________________________
11692 [  8936] By: jhi                                   on 2001/02/25  18:54:55
11693         Log: Update Changes.
11694      Branch: perl
11695            ! Changes patchlevel.h
11696 ____________________________________________________________________________
11697 [  8935] By: jhi                                   on 2001/02/25  18:46:36
11698         Log: Retract #8929,8930,8932,8933 for now.
11699      Branch: perl
11700            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
11701 ____________________________________________________________________________
11702 [  8934] By: jhi                                   on 2001/02/25  17:34:35
11703         Log: Integrate perlio.
11704      Branch: perl
11705           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
11706           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
11707           !> t/lib/encode.t
11708 ____________________________________________________________________________
11709 [  8933] By: jhi                                   on 2001/02/25  17:33:12
11710         Log: (Retracted by #8395.)
11711              
11712              Slight tweaks in scan_const(), not fixes yet, it seems like
11713              lots of work remains to be done...
11714      Branch: perl
11715            ! toke.c
11716 ____________________________________________________________________________
11717 [  8932] By: jhi                                   on 2001/02/25  17:27:11
11718         Log: (Retracted by #8395.)
11719              
11720              Missing from #8930.
11721      Branch: perl
11722            ! perl.h
11723 ____________________________________________________________________________
11724 [  8931] By: jhi                                   on 2001/02/25  17:26:19
11725         Log: A comment tweak.
11726      Branch: perl
11727            ! utf8.c
11728 ____________________________________________________________________________
11729 [  8930] By: jhi                                   on 2001/02/25  17:25:47
11730         Log: (Retracted by #8395.)
11731              
11732              Attempt to fix the EBCDIC character range problwm with //.
11733      Branch: perl
11734            ! regcomp.c
11735 ____________________________________________________________________________
11736 [  8929] By: jhi                                   on 2001/02/25  17:23:45
11737         Log: (Retracted by #8395.)
11738              
11739              Expand the EBCDIC character range tests, and add few nasty
11740              tr tests from Karsten Sperling.
11741      Branch: perl
11742            ! t/op/pat.t t/op/tr.t
11743 ____________________________________________________________________________
11744 [  8928] By: jhi                                   on 2001/02/25  17:18:49
11745         Log: Missing check-in.
11746      Branch: perl
11747            ! lib/Pod/Find.pm
11748 ____________________________________________________________________________
11749 [  8927] By: nick                                  on 2001/02/25  11:30:22
11750         Log: Change method names in Encode implementation classes to something
11751              less confusing (preparing to "go public").
11752      Branch: perlio
11753            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
11754 ____________________________________________________________________________
11755 [  8926] By: nick                                  on 2001/02/25  10:53:24
11756         Log: GCC __atribute__ / printf fix
11757      Branch: perlio
11758            ! perl.h
11759 ____________________________________________________________________________
11760 [  8925] By: nick                                  on 2001/02/25  10:52:25
11761         Log: Checked in the wrong one ...
11762      Branch: perlio
11763            ! ext/Encode/Encode.pm
11764 ____________________________________________________________________________
11765 [  8924] By: nick                                  on 2001/02/24  18:46:51
11766         Log: Integrate mainline - to see what Jarkko has in ...
11767      Branch: perlio
11768           +> t/pod/testpods/lib/Pod/Stuff.pm
11769           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
11770 ____________________________________________________________________________
11771 [  8923] By: nick                                  on 2001/02/24  17:05:23
11772         Log: Encode API documentation nd tidy up.
11773              Minor additions to test.
11774              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
11775              Adds STRLEN to standard typemap.
11776      Branch: perlio
11777            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
11778            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
11779 ____________________________________________________________________________
11780 [  8922] By: jhi                                   on 2001/02/24  16:38:12
11781         Log: Add a test for the "character range should match in EBCDIC
11782              if specified using explicit numerics" bug found by Karsten
11783              Sperling.
11784      Branch: perl
11785            ! t/op/pat.t
11786 ____________________________________________________________________________
11787 [  8921] By: jhi                                   on 2001/02/24  16:30:16
11788         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
11789              From: schwern@pobox.com
11790              Date: Fri, 23 Feb 2001 03:21:37 -0500
11791              Message-ID: <20010223032137.A26022@magnonel.guild.net>
11792              
11793              plus Charles Lane's fixes, plus tweaks.
11794      Branch: perl
11795            + t/pod/testpods/lib/Pod/Stuff.pm
11796            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
11797 ____________________________________________________________________________
11798 [  8920] By: nick                                  on 2001/02/24  10:30:11
11799         Log: Integrate mainline
11800      Branch: perlio
11801           !> (integrate 33 files)
11802 ____________________________________________________________________________
11803 [  8919] By: jhi                                   on 2001/02/24  00:23:35
11804         Log: Subject: Re: I'm losing the war...
11805              From: "Vadim Konovalov" <watman@inbox.ru>
11806              Date: Sat, 24 Feb 2001 00:10:14 +0300
11807              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
11808              
11809              hv_store() not working correctly in ENV_IS_CASELESS case.
11810      Branch: perl
11811            ! hv.c
11812 ____________________________________________________________________________
11813 [  8918] By: jhi                                   on 2001/02/24  00:20:09
11814         Log: Subject: Re: [PATCH] fix for charnames above FFFF
11815              From: andreas.koenig@anima.de (Andreas J. Koenig)
11816              Date: 23 Feb 2001 02:39:03 +0100
11817              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
11818              
11819              A further efficiency tweak.
11820      Branch: perl
11821            ! lib/charnames.pm
11822 ____________________________________________________________________________
11823 [  8917] By: jhi                                   on 2001/02/23  20:27:51
11824         Log: Integrate change #8916 from mainline,
11825              do away with USE_WIN32_RTL_ENV.
11826      Branch: maint-5.6/perl
11827           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
11828 ____________________________________________________________________________
11829 [  8916] By: jhi                                   on 2001/02/23  20:02:25
11830         Log: Abolish USE_WIN32_RTL_ENV.
11831      Branch: perl
11832            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
11833 ____________________________________________________________________________
11834 [  8915] By: jhi                                   on 2001/02/23  19:36:00
11835         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
11836              later protected by some #define.
11837      Branch: perl
11838            ! gv.c
11839 ____________________________________________________________________________
11840 [  8914] By: jhi                                   on 2001/02/23  19:31:38
11841         Log: Retract #8902 for now, requested by Charles Lane, the correct
11842              fix will be something else.
11843      Branch: perl
11844            ! op.c
11845 ____________________________________________________________________________
11846 [  8913] By: jhi                                   on 2001/02/23  19:11:36
11847         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
11848              From: Peter Prymmer <pvhp@forte.com>
11849              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
11850              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
11851      Branch: perl
11852            ! t/op/lex_assign.t
11853 ____________________________________________________________________________
11854 [  8912] By: jhi                                   on 2001/02/23  18:38:20
11855         Log: Subject: [patch] perlio + useithreads
11856              From: Doug MacEachern <dougm@covalent.net>
11857              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
11858              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
11859              
11860              Gets things running but not complete.
11861      Branch: perl
11862            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
11863 ____________________________________________________________________________
11864 [  8911] By: jhi                                   on 2001/02/23  04:20:02
11865         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
11866              
11867              Duplicated environment freeing, File::Temp 0.12,
11868              op/append portability (EBCDIC) tweak.
11869      Branch: maint-5.6/perl
11870           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
11871           !> t/op/append.t
11872 ____________________________________________________________________________
11873 [  8910] By: jhi                                   on 2001/02/23  02:07:33
11874         Log: Integrate change #8909 from mainline, a better Borland
11875              putenv() workaround.
11876      Branch: maint-5.6/perl
11877           !> perl.c
11878 ____________________________________________________________________________
11879 [  8909] By: jhi                                   on 2001/02/23  02:05:46
11880         Log: A better workaround for Borland putenv() brokenness from Sarathy.
11881      Branch: perl
11882            ! perl.c
11883 ____________________________________________________________________________
11884 [  8908] By: jhi                                   on 2001/02/23  02:04:14
11885         Log: Subject: fix for parameter -Dm (for perl@8867)
11886              From: "Vadim Konovalov" <watman@inbox.ru>
11887              Date: Thu, 22 Feb 2001 17:30:12 +0300
11888              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
11889      Branch: perl
11890            ! perl.h
11891 ____________________________________________________________________________
11892 [  8907] By: jhi                                   on 2001/02/23  01:58:20
11893         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
11894              From: Peter Prymmer <pvhp@forte.com>
11895              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
11896              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
11897      Branch: perl
11898            ! t/op/append.t
11899 ____________________________________________________________________________
11900 [  8906] By: jhi                                   on 2001/02/23  01:48:34
11901         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
11902      Branch: perl
11903            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
11904 ____________________________________________________________________________
11905 [  8905] By: jhi                                   on 2001/02/23  01:43:30
11906         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
11907              From: Peter Prymmer <pvhp@forte.com>
11908              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
11909              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
11910      Branch: perl
11911            ! t/lib/st-06compat.t
11912 ____________________________________________________________________________
11913 [  8904] By: jhi                                   on 2001/02/23  01:42:39
11914         Log: Metaconfig unit change for #8903.
11915      Branch: metaconfig/U/perl
11916            ! Devel.U
11917 ____________________________________________________________________________
11918 [  8903] By: jhi                                   on 2001/02/23  01:42:12
11919         Log: Be more helpful for devel builders, suggested by John L. Allen.
11920      Branch: perl
11921            ! Configure
11922 ____________________________________________________________________________
11923 [  8902] By: jhi                                   on 2001/02/23  01:37:41
11924         Log: (Retracted by #8914)
11925              (Wrongly, reinstated by #8941)             
11926
11927              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
11928              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
11929              Date:     Thu, 22 Feb 2001 09:43:57 EST
11930              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
11931      Branch: perl
11932            ! op.c
11933 ____________________________________________________________________________
11934 [  8901] By: jhi                                   on 2001/02/23  01:20:32
11935         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
11936              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
11937              Date:     Thu, 22 Feb 2001 08:01:35 EST
11938              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
11939      Branch: perl
11940            ! malloc.c
11941 ____________________________________________________________________________
11942 [  8900] By: jhi                                   on 2001/02/23  01:18:02
11943         Log: Integrate changes #8898,8899 from mainline, environ handling.
11944      Branch: maint-5.6/perl
11945           !> perl.c
11946 ____________________________________________________________________________
11947 [  8899] By: jhi                                   on 2001/02/23  01:16:25
11948         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
11949              putenv() is not to be relied on, they are either broken or leaky
11950              or both.)
11951      Branch: perl
11952            ! perl.c
11953 ____________________________________________________________________________
11954 [  8898] By: jhi                                   on 2001/02/22  23:36:59
11955         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
11956              and safesysfree() must be used.
11957      Branch: perl
11958            ! perl.c
11959 ____________________________________________________________________________
11960 [  8897] By: jhi                                   on 2001/02/22  23:25:45
11961         Log: With environ one must use safesysmalloc()/safesysfree().
11962      Branch: perl
11963            ! perl.c
11964 ____________________________________________________________________________
11965 [  8896] By: jhi                                   on 2001/02/22  22:13:18
11966         Log: If we have a duplicated environment free it
11967              if PERL_DESTRUCT_LEVEL.
11968      Branch: perl
11969            ! perl.c
11970 ____________________________________________________________________________
11971 [  8895] By: alanbur                               on 2001/02/22  19:31:57
11972         Log: Synchronised with parent
11973      Branch: maint-5.6/pureperl
11974           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
11975 ____________________________________________________________________________
11976 [  8894] By: gsar                                  on 2001/02/22  19:06:18
11977         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
11978              
11979              fix memory leak in method call optimization (change#3768);
11980              made C<eval "$x->foo()"> leak
11981              
11982              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
11983      Branch: maint-5.6/perl
11984           !> op.c
11985 ____________________________________________________________________________
11986 [  8893] By: jhi                                   on 2001/02/22  18:35:27
11987         Log: (Retracted by #8915.)
11988              
11989              Third Degree finding:
11990              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
11991      Branch: perl
11992            ! gv.c
11993 ____________________________________________________________________________
11994 [  8892] By: jhi                                   on 2001/02/22  14:28:32
11995         Log: Update Changes.
11996      Branch: perl
11997            ! Changes patchlevel.h
11998 ____________________________________________________________________________
11999 [  8891] By: jhi                                   on 2001/02/22  13:22:45
12000         Log: Metaconfig unit changes for #8890.
12001      Branch: metaconfig
12002            ! U/modified/Cppsym.U U/threads/archname.U
12003 ____________________________________________________________________________
12004 [  8890] By: jhi                                   on 2001/02/22  13:22:12
12005         Log: Add -stdio to the archname if no perlio selected,
12006              no -perlio added since that is now the default.
12007              
12008              Add few CPUs/architectures to the Cppsym scan.
12009      Branch: perl
12010            ! Configure config_h.SH
12011 ____________________________________________________________________________
12012 [  8889] By: jhi                                   on 2001/02/22  13:05:59
12013         Log: Metaconfig unit change for #8888.
12014      Branch: metaconfig/U/perl
12015            ! useperlio.U
12016 ____________________________________________________________________________
12017 [  8888] By: jhi                                   on 2001/02/22  13:05:28
12018         Log: *drum roll*  Make perlio the default.
12019      Branch: perl
12020            ! Configure config_h.SH
12021 ____________________________________________________________________________
12022 [  8887] By: jhi                                   on 2001/02/22  12:50:52
12023         Log: Integrate change #8665 from maintperl to mainline,
12024              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
12025      Branch: perl
12026           !> ext/POSIX/POSIX.xs
12027 ____________________________________________________________________________
12028 [  8886] By: jhi                                   on 2001/02/22  12:49:24
12029         Log: Integrate changes #8883,8884 from mainline to maintperl.
12030              
12031              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
12032              Subject: Re: File::Temp::_gettemp warning
12033      Branch: maint-5.6/perl
12034           !> embed.h embed.pl lib/File/Temp.pm
12035 ____________________________________________________________________________
12036 [  8885] By: jhi                                   on 2001/02/22  12:43:59
12037         Log: Based on
12038              
12039              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
12040              From: schwab@suse.de
12041              Date: Thu, 22 Feb 2001 13:08:09 +0100
12042              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
12043              
12044              but the fix done slightly differently because the other
12045              half was already done in #8664.
12046      Branch: maint-5.6/perl
12047            ! ext/POSIX/POSIX.xs
12048 ____________________________________________________________________________
12049 [  8884] By: jhi                                   on 2001/02/22  12:37:15
12050         Log: Subject: Re: File::Temp::_gettemp warning
12051              From: Tim Jenness <t.jenness@jach.hawaii.edu>
12052              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
12053              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
12054              
12055              This patch to File::Temp does two things:
12056              
12057              1. Fixes the problem with CGI::Carp when determining
12058              the Fcntl constants
12059              
12060              2. Removes most of the carps and consolidates them so that all the
12061              reasons are included in a single die that is caught by the test. This
12062              means that the correct skipping behaviour is displayed by the test.
12063      Branch: perl
12064            ! lib/File/Temp.pm
12065 ____________________________________________________________________________
12066 [  8883] By: jhi                                   on 2001/02/22  12:29:19
12067         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
12068              From: Peter Prymmer <pvhp@forte.com>
12069              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
12070              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
12071      Branch: perl
12072            ! embed.h embed.pl
12073 ____________________________________________________________________________
12074 [  8882] By: jhi                                   on 2001/02/21  19:41:33
12075         Log: Integrate change #8881 from mainlin to maintperl.
12076              
12077              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
12078      Branch: maint-5.6/perl
12079           !> op.c
12080 ____________________________________________________________________________
12081 [  8881] By: jhi                                   on 2001/02/21  19:38:57
12082         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
12083              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
12084              Date:     Wed, 21 Feb 2001 13:08:03 EST
12085              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
12086      Branch: perl
12087            ! op.c
12088 ____________________________________________________________________________
12089 [  8880] By: jhi                                   on 2001/02/21  19:34:34
12090         Log: Retract #8875, cannot let go of the old semantics of unpack U
12091              without rethinking utf8decode.t.
12092      Branch: perl
12093            ! pp.c t/op/pack.t
12094 ____________________________________________________________________________
12095 [  8879] By: jhi                                   on 2001/02/21  19:08:02
12096         Log: Run run/*.t also in minitest.
12097      Branch: perl
12098            ! Makefile.SH
12099 ____________________________________________________________________________
12100 [  8878] By: nick                                  on 2001/02/21  18:55:37
12101         Log: Integrate mainline
12102      Branch: perlio
12103           !> (integrate 76 files)
12104 ____________________________________________________________________________
12105 [  8877] By: jhi                                   on 2001/02/21  15:09:33
12106         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
12107      Branch: metaconfig
12108            ! U/compline/nblock_io.U
12109      Branch: perl
12110            ! Configure config_h.SH
12111 ____________________________________________________________________________
12112 [  8876] By: jhi                                   on 2001/02/21  14:54:45
12113         Log: If no sfio, no -lsfio.
12114      Branch: metaconfig/U/perl
12115            ! d_sfio.U
12116      Branch: perl
12117            ! Configure config_h.SH
12118 ____________________________________________________________________________
12119 [  8875] By: jhi                                   on 2001/02/21  14:54:00
12120         Log: Make unpack C and unpack C truly equivalent.
12121      Branch: perl
12122            ! pp.c t/op/pack.t
12123 ____________________________________________________________________________
12124 [  8874] By: jhi                                   on 2001/02/21  14:26:02
12125         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
12126              From: Peter Prymmer <pvhp@forte.com>
12127              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
12128              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
12129      Branch: perl
12130            ! pod/perlport.pod
12131 ____________________________________________________________________________
12132 [  8873] By: jhi                                   on 2001/02/21  14:24:31
12133         Log: Subject: [PATCH] fix for charnames above FFFF
12134              From: andreas.koenig@anima.de (Andreas J. Koenig)
12135              Date: 21 Feb 2001 07:05:45 +0100
12136              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
12137      Branch: perl
12138            ! lib/charnames.pm t/lib/charnames.t
12139 ____________________________________________________________________________
12140 [  8872] By: jhi                                   on 2001/02/21  14:15:25
12141         Log: Integrate change #8868 from pureperl to mainline.
12142              
12143              Fixed reference count loop caused by sv_magic.
12144      Branch: perl
12145           !> sv.c
12146 ____________________________________________________________________________
12147 [  8871] By: jhi                                   on 2001/02/21  14:07:29
12148         Log: Integrate change #8868 from pureperl to maintperl.
12149              
12150              Fixed reference count loop caused by sv_magic.
12151      Branch: maint-5.6/perl
12152           !> sv.c
12153 ____________________________________________________________________________
12154 [  8870] By: jhi                                   on 2001/02/21  14:04:41
12155         Log: Put back the #8840, it was innocent.
12156      Branch: perl
12157            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
12158            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
12159 ____________________________________________________________________________
12160 [  8869] By: jhi                                   on 2001/02/21  14:00:03
12161         Log: unpack("C", ...) was left slightly unfinished by #8865.
12162      Branch: perl
12163            ! pp.c t/op/pack.t
12164 ____________________________________________________________________________
12165 [  8868] By: alanbur                               on 2001/02/21  01:33:45
12166         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
12167              from gv_fetchpv to create single-character magic variables (e.g. $!),
12168              and it is passed a sv and the gv that contains the sv as the mg_obj
12169              value.  When sv_magic stores the mg_obj pointer it increments the gv
12170              refcount, thus causing a sv-gv pair that can't be freed.  There is
12171              already a check for sv == obj which is used to prevent such reference
12172              loops.  This change extends the check to cover the case described above.
12173      Branch: maint-5.6/pureperl
12174            ! sv.c
12175 ____________________________________________________________________________
12176 [  8867] By: jhi                                   on 2001/02/21  00:52:39
12177         Log: Update Changes.
12178      Branch: perl
12179            ! Changes patchlevel.h
12180 ____________________________________________________________________________
12181 [  8866] By: jhi                                   on 2001/02/21  00:34:20
12182         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
12183              (Note: there were some conflicts due to EBCDIC and EPOC
12184              patches, in general I preferred the repository code.)
12185              (When 2.753 comes out, we need to synchronize.)
12186      Branch: perl
12187            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
12188            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
12189            ! t/lib/cgi-html.t
12190 ____________________________________________________________________________
12191 [  8865] By: jhi                                   on 2001/02/21  00:24:22
12192         Log: Make pack("C", 0x100) to create Unicode, unless under the
12193              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
12194              will understand Unicode, unless you under know what.
12195      Branch: perl
12196            ! pp.c t/op/pack.t t/op/qu.t
12197 ____________________________________________________________________________
12198 [  8864] By: alanbur                               on 2001/02/20  22:35:34
12199         Log: Resynchronised with parent
12200      Branch: maint-5.6/pureperl
12201           !> README.win32 ext/GDBM_File/GDBM_File.pm
12202           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
12203           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
12204           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
12205           !> t/lib/sdbm.t util.c
12206 ____________________________________________________________________________
12207 [  8863] By: jhi                                   on 2001/02/20  20:55:11
12208         Log: Integrate change #8860,8861 from mainline into maintperl.
12209              
12210              "pseudo-literal j"
12211              
12212              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
12213      Branch: maint-5.6/perl
12214           !> lib/Test.pm pod/perlop.pod
12215 ____________________________________________________________________________
12216 [  8862] By: jhi                                   on 2001/02/20  20:30:07
12217         Log: Don't do casting between pointers pointing to differently sized
12218              integers.
12219      Branch: perl
12220            ! hv.c sv.c
12221 ____________________________________________________________________________
12222 [  8861] By: jhi                                   on 2001/02/20  19:53:44
12223         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
12224              From: Peter Prymmer <pvhp@forte.com>
12225              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
12226              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
12227      Branch: perl
12228            ! lib/Test.pm
12229 ____________________________________________________________________________
12230 [  8860] By: jhi                                   on 2001/02/20  19:48:02
12231         Log: "pseudo-literal j", a documentation glitch reported to Debian.
12232              The text recovered from Perl 5.005_03, and pseudo-literal replaced
12233              by "backtick string".
12234      Branch: perl
12235            ! pod/perlop.pod
12236 ____________________________________________________________________________
12237 [  8859] By: jhi                                   on 2001/02/20  19:15:46
12238         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
12239              from Chris Nandor.
12240      Branch: perl
12241            ! makedef.pl
12242 ____________________________________________________________________________
12243 [  8858] By: jhi                                   on 2001/02/20  17:36:53
12244         Log: Integrate pureperl changes #8844,8845,8850 to mainline
12245              (via maintperl #8855).
12246              
12247              Fixed %^H scoping bug
12248              
12249              Removed GV <-> CV refcount loop
12250              
12251              Removed %ENV refcount loop
12252      Branch: perl
12253           !> gv.c op.c perl.c pp.c scope.c
12254 ____________________________________________________________________________
12255 [  8857] By: jhi                                   on 2001/02/20  17:34:32
12256         Log: Integrate changes #8853,8854 from maintperl to mainline.
12257              
12258              EBDIC fixes, README.win32 Borland update.
12259      Branch: perl
12260           !> README.win32 handy.h util.c
12261 ____________________________________________________________________________
12262 [  8856] By: jhi                                   on 2001/02/20  17:33:16
12263         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
12264      Branch: maint-5.6/perl
12265           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
12266           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
12267           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
12268 ____________________________________________________________________________
12269 [  8855] By: jhi                                   on 2001/02/20  17:32:13
12270         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
12271              
12272              Fixed %^H scoping bug
12273              
12274              Removed GV <-> CV refcount loop
12275              
12276              Removed %ENV refcount loop
12277      Branch: maint-5.6/perl
12278           !> gv.c op.c perl.c pp.c scope.c
12279 ____________________________________________________________________________
12280 [  8854] By: jhi                                   on 2001/02/20  17:25:06
12281         Log: Subject: Addition to readme.win32 for Borland C++ compilers
12282              Date: Tue, 20 Feb 2001 02:15:25 +0300
12283              From: "Vadim Konovalov" <watman@inbox.ru>
12284              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
12285              
12286              Document Borland compiler misbehaviour.
12287      Branch: maint-5.6/perl
12288            ! README.win32
12289 ____________________________________________________________________________
12290 [  8853] By: jhi                                   on 2001/02/20  17:22:25
12291         Log: The assimilation of ebcdic.c didn't quite work at the first try,
12292              patches from Thomas Dorner.
12293      Branch: maint-5.6/perl
12294            ! handy.h util.c
12295 ____________________________________________________________________________
12296 [  8852] By: jhi                                   on 2001/02/20  17:20:15
12297         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
12298              From: Chris Nandor <pudge@pobox.com>
12299              Date: Tue, 20 Feb 2001 08:32:45 -0500
12300              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
12301      Branch: maint-5.6/perl
12302            ! makedef.pl mg.c
12303 ____________________________________________________________________________
12304 [  8851] By: jhi                                   on 2001/02/20  17:15:52
12305         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
12306      Branch: perl
12307            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
12308            ! t/lib/filter-util.t
12309 ____________________________________________________________________________
12310 [  8850] By: alanbur                               on 2001/02/20  17:12:40
12311         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
12312              and the magic pointer points back to the GV that contains the
12313              %ENV hash.  This creates a refcount loop that prevents members
12314              of %ENV from being freed correctly.  This change removes the
12315              refcount loop - the magic pointer was never used anyway, the
12316              only use of the magic was to check the type ('E') so that the
12317              appropriate environment manipulation code is called when %ENV
12318              is modified.
12319      Branch: maint-5.6/pureperl
12320            ! perl.c
12321 ____________________________________________________________________________
12322 [  8849] By: jhi                                   on 2001/02/20  17:12:20
12323         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
12324              From: "Craig A. Berry" <craigberry@mac.com>
12325              Date: Mon, 19 Feb 2001 23:36:12 -0600
12326              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
12327              
12328              Case-forgiving systems match TestInit.pm with TES*.
12329      Branch: perl
12330            ! t/lib/glob-basic.t
12331 ____________________________________________________________________________
12332 [  8848] By: jhi                                   on 2001/02/20  17:10:02
12333         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
12334      Branch: perl
12335            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
12336            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
12337            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
12338 ____________________________________________________________________________
12339 [  8847] By: jhi                                   on 2001/02/20  15:34:41
12340         Log: The #8843 wasn't quite right: %Config needs to imported.
12341      Branch: perl
12342            ! t/run/runenv.t
12343 ____________________________________________________________________________
12344 [  8846] By: jhi                                   on 2001/02/20  15:31:50
12345         Log: Retract the #8838 and #8840 for now because of
12346              the DB_File tie problem.
12347      Branch: perl
12348            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
12349            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
12350            ! proto.h sv.c
12351 ____________________________________________________________________________
12352 [  8845] By: alanbur                               on 2001/02/20  14:25:41
12353         Log: Removed GV <-> CV refcount loop
12354              CvGV(mycv) points to the parent GV of the CV, and was previously
12355              refcounted.  The pointer remains, but the refcounting has been removed
12356              as it causes a refcount loop between the CV and GV that means the CV
12357              can't ever be deleted.
12358      Branch: maint-5.6/pureperl
12359            ! gv.c op.c pp.c
12360 ____________________________________________________________________________
12361 [  8844] By: alanbur                               on 2001/02/20  14:23:13
12362         Log: Fixed %^H scoping bug
12363      Branch: maint-5.6/pureperl
12364            ! scope.c
12365 ____________________________________________________________________________
12366 [  8843] By: jhi                                   on 2001/02/19  13:38:08
12367         Log: fork() not everywhere, cleanup temp files.
12368      Branch: perl
12369            ! t/run/runenv.t
12370 ____________________________________________________________________________
12371 [  8842] By: alanbur                               on 2001/02/19  12:42:07
12372         Log: Resynchronised with parent
12373      Branch: maint-5.6/pureperl
12374           !> pod/perlfaq4.pod sv.c utf8.c
12375 ____________________________________________________________________________
12376 [  8841] By: jhi                                   on 2001/02/19  03:35:51
12377         Log: Update Changes.
12378      Branch: perl
12379            ! Changes patchlevel.h
12380 ____________________________________________________________________________
12381 [  8840] By: jhi                                   on 2001/02/19  00:23:41
12382         Log: Subject: [patch] add sv_setref_uv
12383              From: Doug MacEachern <dougm@covalent.net>
12384              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
12385              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
12386      Branch: perl
12387            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
12388            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
12389 ____________________________________________________________________________
12390 [  8839] By: jhi                                   on 2001/02/19  00:01:38
12391         Log: Put to rest the 20010205.001, the email address checking (not) regex.
12392      Branch: perl
12393            ! pod/perlfaq9.pod
12394 ____________________________________________________________________________
12395 [  8838] By: jhi                                   on 2001/02/18  22:17:54
12396         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
12397              From: Doug MacEachern <dougm@covalent.net>
12398              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
12399              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
12400      Branch: perl
12401            ! lib/ExtUtils/xsubpp
12402 ____________________________________________________________________________
12403 [  8837] By: jhi                                   on 2001/02/18  22:16:50
12404         Log: Subject: [patch] -Wall cleanup round 2
12405              From: Doug MacEachern <dougm@covalent.net>
12406              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
12407              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
12408      Branch: perl
12409            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
12410            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
12411            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
12412            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
12413            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
12414            ! ext/SDBM_File/SDBM_File.xs
12415 ____________________________________________________________________________
12416 [  8836] By: jhi                                   on 2001/02/18  22:11:20
12417         Log: Misapplied regex optimizations when \C is present.
12418              Fixes 20001230.002.
12419              
12420              What still remains broken is that the submatches that
12421              have \C in them get their UTF8 flag on because their
12422              parent SV has it on.  This will result in malformed
12423              UTF8 if a \C happened to match a non-ASCII byte.
12424      Branch: perl
12425            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
12426            ! t/pragma/utf8.t
12427 ____________________________________________________________________________
12428 [  8835] By: jhi                                   on 2001/02/18  20:12:02
12429         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
12430              
12431              The hash key got wrongly UTF8fied.
12432      Branch: perl
12433            ! pod/perlapi.pod toke.c utf8.c
12434 ____________________________________________________________________________
12435 [  8834] By: jhi                                   on 2001/02/18  19:44:25
12436         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
12437              don't warn on magical or overloaded things.
12438      Branch: perl
12439            ! pp_hot.c
12440 ____________________________________________________________________________
12441 [  8833] By: nick                                  on 2001/02/18  19:31:22
12442         Log: Integrate mainline
12443      Branch: perlio
12444           +> t/TestInit.pm t/run/runenv.t
12445            - t/UTEST
12446           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
12447           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
12448           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
12449           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
12450           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
12451           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
12452           !> utf8.c
12453 ____________________________________________________________________________
12454 [  8832] By: jhi                                   on 2001/02/18  19:21:18
12455         Log: Integrate perlio.
12456      Branch: perl
12457           !> perlio.c pod/perldiag.pod
12458 ____________________________________________________________________________
12459 [  8831] By: jhi                                   on 2001/02/18  19:14:20
12460         Log: Integrate change #8827 from mainline.
12461              
12462              UTF8 tweaks.
12463      Branch: maint-5.6/perl
12464           !> sv.c utf8.c
12465 ____________________________________________________________________________
12466 [  8830] By: nick                                  on 2001/02/18  19:10:34
12467         Log: Apply the spirit of patch from Nick Clark:
12468              Subject: [PATCH] Re: extensions that provide layers
12469              From: Nicholas Clark <nick@ccl4.org>
12470              Date: Mon, 12 Feb 2001 16:43:51 +0000
12471              Message-Id: <20010212164350.Q3652@plum.flirble.org>
12472      Branch: perlio
12473            ! perlio.c pod/perldiag.pod
12474 ____________________________________________________________________________
12475 [  8829] By: jhi                                   on 2001/02/18  19:03:25
12476         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
12477              From: schwern@pobox.com 
12478              Date: Sun, 18 Feb 2001 13:44:35 -0500
12479              Message-ID: <20010218134435.A17544@magnonel.guild.net>
12480              
12481              Applied, but as t/TestInit.pm.
12482      Branch: perl
12483            + t/TestInit.pm
12484            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
12485            ! t/op/subst_wamp.t
12486 ____________________________________________________________________________
12487 [  8828] By: jhi                                   on 2001/02/18  18:43:52
12488         Log: Integrate perlio.
12489      Branch: perl
12490           !> perlio.c
12491 ____________________________________________________________________________
12492 [  8827] By: jhi                                   on 2001/02/18  18:41:33
12493         Log: UTF-8 tweaks.
12494      Branch: perl
12495            ! sv.c utf8.c
12496 ____________________________________________________________________________
12497 [  8826] By: nick                                  on 2001/02/18  17:40:59
12498         Log: Fix [ID 20010217.002]
12499              open FOO, "<:raw:perlio", ...
12500              :raw now inserts default base layer below itself.
12501              Also
12502              open FOO, "<:unix", ...
12503              works as well - but leaves buffer layer on stack under the unix layer.
12504      Branch: perlio
12505            ! perlio.c
12506 ____________________________________________________________________________
12507 [  8825] By: jhi                                   on 2001/02/18  17:15:39
12508         Log: Integrate perlio.
12509      Branch: perl
12510           !> perlio.c perliol.h
12511 ____________________________________________________________________________
12512 [  8824] By: jhi                                   on 2001/02/18  17:10:53
12513         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
12514              From: schwern@pobox.com
12515              Date: Sun, 18 Feb 2001 01:48:50 -0500
12516              Message-ID: <20010218014850.C19957@magnonel.guild.net>
12517      Branch: perl
12518            ! lib/Test/Harness.pm t/TEST t/op/chop.t
12519 ____________________________________________________________________________
12520 [  8823] By: jhi                                   on 2001/02/18  17:01:06
12521         Log: Add run/*.t to testables.
12522      Branch: perl
12523            ! t/TEST
12524 ____________________________________________________________________________
12525 [  8822] By: jhi                                   on 2001/02/18  16:58:58
12526         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
12527              From: schwern@pobox.com
12528              Date: Sun, 18 Feb 2001 01:11:35 -0500
12529              Message-ID: <20010218011135.A19957@magnonel.guild.net>
12530              
12531              Revive mjd's and Simon's PERL5OPT fix.
12532      Branch: perl
12533            + t/run/runenv.t
12534            ! MANIFEST perl.c
12535 ____________________________________________________________________________
12536 [  8821] By: jhi                                   on 2001/02/18  16:53:46
12537         Log: Subject: Re: Why t/TEST and not Test::Harness?
12538              From: schwern@pobox.com
12539              Date: Sat, 17 Feb 2001 22:44:44 -0500
12540              Message-ID: <20010217224444.A6679@magnonel.guild.net>
12541              
12542              Replace UTEST with TEST -utf8.
12543      Branch: perl
12544            - t/UTEST
12545            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
12546            ! t/lib/glob-basic.t
12547 ____________________________________________________________________________
12548 [  8820] By: nick                                  on 2001/02/18  13:06:16
12549         Log: Clean up a few core dumps when layers are used in unexpected ways.
12550              (Still not "right"...)
12551      Branch: perlio
12552            ! perlio.c perliol.h
12553 ____________________________________________________________________________
12554 [  8819] By: jhi                                   on 2001/02/18  02:25:55
12555         Log: Integrate change #8818 from maintperl, a FAQ nit.
12556      Branch: perl
12557           !> pod/perlfaq4.pod
12558 ____________________________________________________________________________
12559 [  8818] By: jhi                                   on 2001/02/18  02:24:50
12560         Log: FAQ nit from Chris Fedde.
12561      Branch: maint-5.6/perl
12562            ! pod/perlfaq4.pod
12563 ____________________________________________________________________________
12564 [  8817] By: nick                                  on 2001/02/17  18:20:14
12565         Log: Integrate mainline
12566      Branch: perlio
12567           +> lib/unicode/UCD.html lib/unicode/Unicode.html
12568           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
12569           +> pod/perlclib.pod
12570            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
12571            - lib/unicode/Unicode.301
12572           !> (integrate 324 files)
12573 ____________________________________________________________________________
12574 [  8816] By: jhi                                   on 2001/02/17  16:56:58
12575         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
12576      Branch: perl
12577            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
12578            ! ext/Storable/Storable.xs t/lib/st-06compat.t
12579            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
12580 ____________________________________________________________________________
12581 [  8815] By: jhi                                   on 2001/02/17  16:40:07
12582         Log: Subject: [patch] -Wall
12583              From: Doug MacEachern <dougm@covalent.net>
12584              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
12585              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
12586      Branch: perl
12587            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
12588            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
12589 ____________________________________________________________________________
12590 [  8814] By: jhi                                   on 2001/02/16  19:27:18
12591         Log: Document qu better.
12592      Branch: perl
12593            ! pod/perlop.pod
12594 ____________________________________________________________________________
12595 [  8813] By: jhi                                   on 2001/02/15  13:54:37
12596         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
12597              From: Hugo <hv@crypt.compulink.co.uk>
12598              Date: Thu, 15 Feb 2001 13:39:49 +0000
12599              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
12600      Branch: perl
12601            ! toke.c
12602 ____________________________________________________________________________
12603 [  8812] By: alanbur                               on 2001/02/15  13:52:16
12604         Log: Resynchronised with parent
12605      Branch: maint-5.6/pureperl
12606            - ebcdic.c
12607           !> (integrate 36 files)
12608 ____________________________________________________________________________
12609 [  8811] By: jhi                                   on 2001/02/15  13:51:16
12610         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
12611              
12612              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
12613              From: Jan Dubois <JanD@ActiveState.com>
12614              Date: Wed, 31 Jan 2001 21:17:03 -0800
12615              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
12616              
12617              tweak change#8659 to keep it simple
12618              
12619              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
12620              From: Russ Allbery <rra@stanford.edu>
12621              Date: 14 Feb 2001 10:15:41 -0800
12622              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
12623              
12624              (8809 empty)
12625
12626              Upgrade to podlators 1.08, from Russ Allbery.
12627      Branch: perl
12628           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
12629           !> utils/perldoc.PL
12630 ____________________________________________________________________________
12631 [  8810] By: jhi                                   on 2001/02/15  13:35:08
12632         Log: Upgrade to podlators 1.08, from Russ Allbery.
12633      Branch: maint-5.6/perl
12634            ! lib/Pod/Man.pm lib/Pod/Text.pm
12635 ____________________________________________________________________________
12636 [  8809] By: jhi                                   on 2001/02/15  13:26:38
12637         Log: (accidentally empty check-in)
12638      Branch: maint-5.6/perl
12639            ! lib/Test/Harness.pm
12640 ____________________________________________________________________________
12641 [  8808] By: jhi                                   on 2001/02/15  13:23:47
12642         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
12643              From: Russ Allbery <rra@stanford.edu>
12644              Date: 14 Feb 2001 10:15:41 -0800
12645              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
12646              
12647              perldoc was hardcoding $Config{installscript}, which breaks
12648              when install* isn't where Perl ends up (such as with AFS).
12649              
12650              Use $Config{scriptdir} instead.
12651      Branch: maint-5.6/perl
12652            ! utils/perldoc.PL
12653 ____________________________________________________________________________
12654 [  8807] By: jhi                                   on 2001/02/14  14:37:27
12655         Log: Update Changes.
12656      Branch: perl
12657            ! Changes patchlevel.h
12658 ____________________________________________________________________________
12659 [  8806] By: jhi                                   on 2001/02/14  14:25:31
12660         Log: Integrate changes #8803,8804,8805 from mainline.
12661              
12662              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
12663              
12664              Don't skip too much of the locale error message if no environ array,
12665              from Chris Nandor.
12666              
12667              More MacOS Classic fixes from Chris Nandor.
12668      Branch: maint-5.6/perl
12669           !> doop.c lib/Cwd.pm perl.c perl.h util.c
12670 ____________________________________________________________________________
12671 [  8805] By: jhi                                   on 2001/02/14  03:29:01
12672         Log: More MacOS Classic fixes from Chris Nandor.
12673      Branch: perl
12674            ! doop.c lib/Cwd.pm
12675 ____________________________________________________________________________
12676 [  8804] By: jhi                                   on 2001/02/14  03:18:35
12677         Log: Don't skip too much of the locale error message if no environ array,
12678              from Chris Nandor.
12679      Branch: perl
12680            ! util.c
12681 ____________________________________________________________________________
12682 [  8803] By: jhi                                   on 2001/02/14  03:14:14
12683         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
12684      Branch: perl
12685            ! perl.c perl.h
12686 ____________________________________________________________________________
12687 [  8802] By: jhi                                   on 2001/02/13  18:31:33
12688         Log: AUTHORS update.
12689      Branch: perl
12690            ! AUTHORS
12691 ____________________________________________________________________________
12692 [  8801] By: jhi                                   on 2001/02/13  17:55:19
12693         Log: Integrate change #8792 from mainline.
12694              
12695              Subject: buncha MacPerl patches for bleadperl
12696              From: Chris Nandor <pudge@pobox.com>
12697              Date: Tue, 13 Feb 2001 00:02:43 -0500
12698              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
12699      Branch: maint-5.6/perl
12700           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
12701           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
12702           !> t/lib/basename.t toke.c util.h
12703 ____________________________________________________________________________
12704 [  8800] By: jhi                                   on 2001/02/13  17:46:43
12705         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
12706              to be forced to Off_t.
12707              
12708              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
12709              From: nick@ccl4.org
12710              Date: Thu, 1 Feb 2001 12:01:04 +0000
12711              Message-Id: <20010201120103.E11401@plum.flirble.org>
12712      Branch: maint-5.6/perl
12713            ! iperlsys.h perlio.c
12714 ____________________________________________________________________________
12715 [  8799] By: jhi                                   on 2001/02/13  16:52:51
12716         Log: Duplex duplex hunk hunk.
12717      Branch: maint-5.6/perl
12718            ! Makefile.SH
12719 ____________________________________________________________________________
12720 [  8797] By: jhi                                   on 2001/02/13  14:52:04
12721         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
12722              From: "Craig A. Berry" <craigberry@mac.com>
12723              Date: Mon, 12 Feb 2001 11:05:25 -0600
12724              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
12725      Branch: perl
12726            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
12727 ____________________________________________________________________________
12728 [  8796] By: jhi                                   on 2001/02/13  14:36:47
12729         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
12730              From: simon.cozens@pembroke.oxford.ac.uk 
12731              Date: Sat, 10 Feb 2001 17:57:02 +0000
12732              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
12733              
12734              Now it does include.
12735      Branch: perl
12736            ! pod/perldiag.pod
12737 ____________________________________________________________________________
12738 [  8795] By: jhi                                   on 2001/02/13  14:30:11
12739         Log: Sort the MANIFEST.
12740      Branch: perl
12741            ! MANIFEST
12742 ____________________________________________________________________________
12743 [  8794] By: jhi                                   on 2001/02/13  14:26:51
12744         Log: Integrate change #8793 from mainline, FAQ updates.
12745      Branch: maint-5.6/perl
12746           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
12747 ____________________________________________________________________________
12748 [  8793] By: jhi                                   on 2001/02/13  14:25:13
12749         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
12750      Branch: perl
12751            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
12752 ____________________________________________________________________________
12753 [  8792] By: jhi                                   on 2001/02/13  14:22:50
12754         Log: Subject: buncha MacPerl patches for bleadperl
12755              From: Chris Nandor <pudge@pobox.com>
12756              Date: Tue, 13 Feb 2001 00:02:43 -0500
12757              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
12758      Branch: perl
12759            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
12760            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
12761            ! t/lib/basename.t toke.c util.h
12762 ____________________________________________________________________________
12763 [  8791] By: jhi                                   on 2001/02/13  14:10:39
12764         Log: Integrate change #8790 from mainline.
12765              
12766              environ array wrongly assumed in Perl_init_i18nl10n(),
12767      Branch: maint-5.6/perl
12768           !> util.c
12769 ____________________________________________________________________________
12770 [  8790] By: jhi                                   on 2001/02/13  14:06:15
12771         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
12772              noticed by Chris Nandor in MacOS Classic.
12773      Branch: perl
12774            ! util.c
12775 ____________________________________________________________________________
12776 [  8789] By: jhi                                   on 2001/02/13  13:58:07
12777         Log: Integrate changes #8373,8487,8544,8783 from mainline.
12778              
12779              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
12780              hints files, the dynaloading, assimilate ebcdic into util.c.
12781      Branch: maint-5.6/perl
12782            - ebcdic.c
12783            ! MANIFEST hints/posix-bc.sh
12784           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
12785           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
12786           !> perlapi.c proto.h util.c
12787 ____________________________________________________________________________
12788 [  8788] By: alanbur                               on 2001/02/13  10:33:13
12789         Log: Integrated changes from maint-5.6
12790      Branch: maint-5.6/pureperl
12791           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
12792           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
12793           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
12794           !> vos/config.ga.h vos/configure_perl.cm
12795 ____________________________________________________________________________
12796 [  8787] By: jhi                                   on 2001/02/13  05:56:36
12797         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
12798      Branch: perl
12799           !> Makefile.SH
12800 ____________________________________________________________________________
12801 [  8786] By: jhi                                   on 2001/02/13  05:54:34
12802         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
12803              From: Dorner Thomas <Thomas.Dorner@start.de>
12804              Date: Mon, 12 Feb 2001 15:06:26 +0100
12805              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
12806      Branch: maint-5.6/perl
12807            ! Makefile.SH
12808 ____________________________________________________________________________
12809 [  8785] By: jhi                                   on 2001/02/13  05:29:04
12810         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
12811      Branch: perl
12812           !> hints/openbsd.sh
12813 ____________________________________________________________________________
12814 [  8784] By: jhi                                   on 2001/02/13  02:25:24
12815         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
12816              From: Peter Prymmer <pvhp@forte.com>
12817              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
12818              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
12819      Branch: perl
12820            ! pod/perlclib.pod
12821 ____________________________________________________________________________
12822 [  8783] By: jhi                                   on 2001/02/13  02:22:36
12823         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
12824      Branch: perl
12825            - ebcdic.c
12826            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
12827            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
12828            ! util.c
12829 ____________________________________________________________________________
12830 [  8782] By: jhi                                   on 2001/02/13  02:00:07
12831         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
12832      Branch: maint-5.6/perl
12833            ! pod/perlport.pod
12834 ____________________________________________________________________________
12835 [  8781] By: jhi                                   on 2001/02/13  01:58:44
12836         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
12837      Branch: maint-5.6/perl
12838            ! hints/openbsd.sh
12839 ____________________________________________________________________________
12840 [  8780] By: jhi                                   on 2001/02/13  01:57:33
12841         Log: Synchronize the regexp tests between maintperl and mainline.
12842      Branch: maint-5.6/perl
12843           !> t/op/re_tests
12844 ____________________________________________________________________________
12845 [  8779] By: jhi                                   on 2001/02/13  01:49:35
12846         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
12847              From: Hugo <hv@crypt.compulink.co.uk>
12848              Date: Tue, 13 Feb 2001 00:11:11 +0000
12849              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
12850      Branch: perl
12851            ! regcomp.c t/op/re_tests
12852 ____________________________________________________________________________
12853 [  8778] By: jhi                                   on 2001/02/13  00:23:10
12854         Log: Comments do not nest.
12855      Branch: perl
12856            ! perl.h
12857 ____________________________________________________________________________
12858 [  8777] By: jhi                                   on 2001/02/13  00:17:54
12859         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
12860              From: Hugo <hv@crypt.compulink.co.uk>
12861              Date: Tue, 13 Feb 2001 00:11:11 +0000
12862              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
12863      Branch: maint-5.6/perl
12864            ! regcomp.c t/op/re_tests
12865 ____________________________________________________________________________
12866 [  8776] By: jhi                                   on 2001/02/12  23:25:52
12867         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
12868      Branch: maint-5.6/perl
12869            ! pod/perlport.pod
12870 ____________________________________________________________________________
12871 [  8775] By: jhi                                   on 2001/02/12  23:04:28
12872         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
12873      Branch: maint-5.6/perl
12874            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
12875            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
12876            ! vos/configure_perl.cm
12877 ____________________________________________________________________________
12878 [  8774] By: jhi                                   on 2001/02/12  22:59:11
12879         Log: Subject: Re: [patch] context for 'U' magic functions
12880              From: Doug MacEachern <dougm@covalent.net>
12881              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
12882              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
12883              
12884              plus the suggestion by Nick Ing-Simmons to name the macro
12885              as PERL_MG_UFUNC to avoid namespace pollution, plus add
12886              the advice by Doug for XS writers to perl.h
12887      Branch: perl
12888            ! mg.c perl.h
12889 ____________________________________________________________________________
12890 [  8773] By: jhi                                   on 2001/02/11  20:14:12
12891         Log: Update Changes.
12892      Branch: perl
12893            ! Changes patchlevel.h
12894 ____________________________________________________________________________
12895 [  8772] By: jhi                                   on 2001/02/11  18:47:52
12896         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
12897              From: Simon Cozens <simon@cozens.net>
12898              Date: Wed, 31 Jan 2001 16:31:43 +0000
12899              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
12900      Branch: perl
12901            + pod/perlclib.pod
12902            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
12903            ! pod/perltoc.pod
12904 ____________________________________________________________________________
12905 [  8771] By: jhi                                   on 2001/02/11  18:36:48
12906         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
12907              
12908              Blocks-4d3.beta.txt
12909              CaseFolding-3d4.beta.txt
12910              CompositionExclusions-3d6.beta.txt
12911              EastAsianWidth-4d4.beta.txt
12912              LineBreak-6d3.beta.txt
12913              NamesList-3.1.0d1.beta.txt
12914              PropList-3.1.0d4.beta.txt
12915              SpecialCasing-4d1.beta.txt
12916              UnicodeData-3.1.0d6.beta.txt
12917      Branch: perl
12918            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
12919           +> lib/unicode/UCD.html lib/unicode/Unicode.html
12920            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
12921            - lib/unicode/Unicode.301
12922            ! (edit 257 files)
12923 ____________________________________________________________________________
12924 [  8770] By: jhi                                   on 2001/02/11  17:26:22
12925         Log: UTF-8 documentation.
12926      Branch: perl
12927            ! utf8.h
12928 ____________________________________________________________________________
12929 [  8769] By: jhi                                   on 2001/02/11  17:12:49
12930         Log: Retract #8762.
12931      Branch: perl
12932            ! regexec.c
12933 ____________________________________________________________________________
12934 [  8768] By: jhi                                   on 2001/02/11  16:54:45
12935         Log: Subject: [PATCH] Test::Harness
12936              From: andreas.koenig@anima.de (Andreas J. Koenig)
12937              Date: 11 Feb 2001 14:37:00 +0100
12938              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
12939      Branch: perl
12940            ! lib/Test/Harness.pm
12941 ____________________________________________________________________________
12942 [  8767] By: jhi                                   on 2001/02/11  16:53:52
12943         Log: Subject: [PATCH] Document makepatch in Porting/patching
12944              From: andreas.koenig@anima.de (Andreas J. Koenig)
12945              Date: 11 Feb 2001 16:46:28 +0100
12946              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
12947      Branch: perl
12948            ! Porting/patching.pod
12949 ____________________________________________________________________________
12950 [  8766] By: jhi                                   on 2001/02/11  06:30:23
12951         Log: Subject: Re: [patch] GvSHARED
12952              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
12953              From: Doug MacEachern <dougm@covalent.net>
12954              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
12955              
12956              Subject: Re: [patch] GvSHARED
12957              From: Doug MacEachern <dougm@covalent.net>
12958              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
12959              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
12960              
12961              Subject: [patch] attributes.pm support for `shared'
12962              From: Doug MacEachern <dougm@covalent.net>
12963              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
12964              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
12965              
12966              our() attributes were ignored, our :shared pieces missing,
12967              allow attributes.pm to turn on shared.
12968      Branch: perl
12969            ! op.c t/op/attrs.t toke.c xsutils.c
12970 ____________________________________________________________________________
12971 [  8765] By: alanbur                               on 2001/02/10  23:11:19
12972         Log: Resync with parent (hopefully sucessfully this time)
12973      Branch: maint-5.6/pureperl
12974           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
12975           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
12976           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
12977           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
12978           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
12979           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
12980           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
12981 ____________________________________________________________________________
12982 [  8764] By: jhi                                   on 2001/02/10  22:54:38
12983         Log: Make TEST and UTEST more verbose in case something goes
12984              wrong in running/compiling a script, suggested by Doug
12985              MacEachern.
12986      Branch: perl
12987            ! t/TEST t/UTEST
12988 ____________________________________________________________________________
12989 [  8763] By: jhi                                   on 2001/02/10  22:11:34
12990         Log: Bogus shebang.
12991      Branch: perl
12992            ! t/lib/texttabs.t
12993 ____________________________________________________________________________
12994 [  8762] By: jhi                                   on 2001/02/10  21:56:02
12995         Log: (Retracted by #8769)
12996      Branch: perl
12997            ! regexec.c
12998 ____________________________________________________________________________
12999 [  8761] By: jhi                                   on 2001/02/10  21:26:15
13000         Log: Subject: Re: [patch] GvSHARED 
13001              From: Doug MacEachern <dougm@covalent.net>
13002              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
13003              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
13004              
13005              our @EXPORT : shared = (...);
13006      Branch: perl
13007            ! toke.c
13008 ____________________________________________________________________________
13009 [  8760] By: jhi                                   on 2001/02/10  21:25:07
13010         Log: Subject: [patch] GvSHARED
13011              From: Doug MacEachern <dougm@covalent.net>
13012              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
13013              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
13014      Branch: perl
13015            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
13016 ____________________________________________________________________________
13017 [  8759] By: alanbur                               on 2001/02/10  21:24:27
13018         Log: Backed out mismerge.
13019      Branch: maint-5.6/pureperl
13020            ! MANIFEST README.hpux README.vmesa gv.c installhtml
13021            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
13022            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
13023            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
13024            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
13025            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
13026            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
13027 ____________________________________________________________________________
13028 [  8758] By: jhi                                   on 2001/02/10  18:01:17
13029         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
13030              
13031              Fixed UMRs and leak in Perl_pmtrans()
13032              
13033              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
13034              associated UTFied tr/// code.  Also fixed scoping leak of
13035              PL_reg_start_tmp.
13036              
13037              newATTRSUB leaks when an attempt to redefine the active sort sub is
13038              made.
13039      Branch: maint-5.6/perl
13040           !> op.c regcomp.c
13041 ____________________________________________________________________________
13042 [  8757] By: alanbur                               on 2001/02/10  17:56:46
13043         Log: Resynchronised with parent
13044      Branch: maint-5.6/pureperl
13045           +> README.bs2000
13046            - README.posix-bc
13047            ! gv.c perl.c sv.c
13048           !> MANIFEST README.hpux README.vmesa installhtml
13049           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
13050           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
13051           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
13052           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
13053           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
13054           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
13055 ____________________________________________________________________________
13056 [  8756] By: alanbur                               on 2001/02/10  17:51:15
13057         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
13058              made.
13059      Branch: maint-5.6/pureperl
13060            ! op.c
13061 ____________________________________________________________________________
13062 [  8755] By: jhi                                   on 2001/02/09  22:41:35
13063         Log: Upgrade to CPAN 1.59_54, from Andreas König.
13064      Branch: perl
13065            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
13066 ____________________________________________________________________________
13067 [  8754] By: jhi                                   on 2001/02/09  22:29:20
13068         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
13069              
13070              Didn't upgrade the fill.t since it has a dependency to File::Slurp
13071              purely for debugging purposes, the actual test hasn't changed.
13072      Branch: perl
13073            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
13074            ! t/lib/textwrap.t
13075 ____________________________________________________________________________
13076 [  8753] By: jhi                                   on 2001/02/09  20:17:50
13077         Log: Integrate change #8682 from maintperl.
13078              
13079              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
13080              to work correctly.
13081      Branch: perl
13082           !> hints/irix_6.sh
13083 ____________________________________________________________________________
13084 [  8752] By: jhi                                   on 2001/02/09  20:00:46
13085         Log: Update Changes.
13086      Branch: perl
13087            ! Changes patchlevel.h
13088 ____________________________________________________________________________
13089 [  8751] By: nick                                  on 2001/02/09  19:48:37
13090         Log: Integrate mainline
13091      Branch: perlio
13092           +> README.bs2000 t/lib/cgi-esc.t
13093            - README.posix-bc
13094           !> (integrate 53 files)
13095 ____________________________________________________________________________
13096 [  8750] By: nick                                  on 2001/02/09  19:25:16
13097         Log: Subject: RE: Biannual Competition to Improve Hashing Function
13098              From: Fisher Mark <fisherm@tce.com>
13099              Date: Thu, 8 Feb 2001 10:44:00 -0500
13100              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
13101              Date: Thu, 8 Feb 2001 15:02:47 -0500
13102              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
13103      Branch: perl
13104            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
13105 ____________________________________________________________________________
13106 [  8749] By: jhi                                   on 2001/02/09  19:02:35
13107         Log: Forgotten fragment.
13108      Branch: perl
13109            ! pod/perlapi.pod
13110 ____________________________________________________________________________
13111 [  8748] By: jhi                                   on 2001/02/09  18:31:34
13112         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
13113              plus manual tweakage.
13114              
13115              Sync the perlfaq2 between mainline and maintperl.
13116      Branch: maint-5.6/perl
13117            ! pod/perlfaq2.pod
13118      Branch: perl
13119           !> pod/perlfaq2.pod
13120 ____________________________________________________________________________
13121 [  8747] By: jhi                                   on 2001/02/09  18:12:04
13122         Log: Subject: versiononly and installperl
13123              From: abigail@foad.org
13124              Date: Wed, 7 Feb 2001 22:43:12 +0100
13125              Message-ID: <20010207214312.7045.qmail@foad.org>    
13126              
13127              Add +v flag to force a normal install of the perl binary
13128              and the utilities.
13129              
13130              Subject: [PATCH] installperl
13131              From: Nicholas Clark <nick@ccl4.org>
13132              Date: Fri, 9 Feb 2001 16:28:57 +0000
13133              Message-ID: <20010209162857.B10931@plum.flirble.org>
13134              
13135              Add -A flag which also hardlinks the binary with
13136              the full architecture name.
13137      Branch: perl
13138            ! installperl
13139 ____________________________________________________________________________
13140 [  8746] By: jhi                                   on 2001/02/09  18:03:43
13141         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
13142              
13143              Subject: perlfaq2, re: perlmongers
13144              
13145              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
13146              
13147              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
13148              
13149              Subject: [ID 20010205.001] typo in perlfaq9
13150              
13151              Subject: [ID 20010208.002] unordered explanation in perlcall
13152      Branch: maint-5.6/perl
13153           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
13154           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
13155           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
13156 ____________________________________________________________________________
13157 [  8745] By: jhi                                   on 2001/02/09  17:59:09
13158         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
13159              From: abela@geneanet.org
13160              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
13161              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
13162      Branch: perl
13163            ! pod/perlcall.pod
13164 ____________________________________________________________________________
13165 [  8744] By: jhi                                   on 2001/02/09  17:48:16
13166         Log: Subject: [ID 20010205.001] typo in perlfaq9
13167              From: eserte@vran.herceg.de
13168              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
13169              Message-Id: <200102042244.XAA21926@vran.herceg.de>
13170      Branch: perl
13171            ! pod/perlfaq9.pod
13172 ____________________________________________________________________________
13173 [  8743] By: jhi                                   on 2001/02/09  17:25:12
13174         Log: Integrate change #8695 from maintperl.
13175              
13176              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
13177      Branch: perl
13178           !> thread.h
13179 ____________________________________________________________________________
13180 [  8742] By: jhi                                   on 2001/02/09  17:21:22
13181         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
13182              From: Andy Dougherty <doughera@lafayette.edu>
13183              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
13184              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
13185      Branch: perl
13186            ! embed.pl
13187 ____________________________________________________________________________
13188 [  8741] By: jhi                                   on 2001/02/09  17:05:19
13189         Log: Integrate changes #8738,8739,8740 from maintperl.
13190              
13191              Html files will be installed in a more logical and easier to
13192              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
13193              
13194              Html files will be generated with a header to make them look
13195              a little less bare.
13196              
13197              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
13198      Branch: perl
13199           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
13200 ____________________________________________________________________________
13201 [  8740] By: jhi                                   on 2001/02/09  17:03:46
13202         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
13203              From: "Brendan O'Dea" <bod@compusol.com.au>
13204              Date: Sun, 4 Feb 2001 11:17:56 +1100
13205              Message-ID: <20010204111756.A16301@compusol.com.au>
13206      Branch: maint-5.6/perl
13207            ! pod/perlfaq3.pod
13208 ____________________________________________________________________________
13209 [  8739] By: jhi                                   on 2001/02/09  17:01:59
13210         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
13211              From: "Indy Singh" <indy@nusphere.com>
13212              Date: Fri, 2 Feb 2001 15:09:59 -0500
13213              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
13214              
13215              Html files will be generated with a header to make them look
13216              a little less bare.
13217      Branch: maint-5.6/perl
13218            ! installhtml
13219 ____________________________________________________________________________
13220 [  8738] By: jhi                                   on 2001/02/09  16:58:48
13221         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
13222              From: "Indy Singh" <indy@nusphere.com>
13223              Date: Fri, 2 Feb 2001 15:08:23 -0500
13224              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
13225              
13226              Html files will be installed in a more logical and easier to
13227              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
13228      Branch: maint-5.6/perl
13229            ! win32/Makefile win32/makefile.mk
13230 ____________________________________________________________________________
13231 [  8737] By: jhi                                   on 2001/02/09  16:46:54
13232         Log: Integrate changes #8687,8736 from maintperl.
13233              
13234              HP-UX thread patches from Merijn H. Brand.
13235              
13236              Latin nit from Philip Newton.
13237      Branch: perl
13238           !> README.hpux hints/hpux.sh
13239 ____________________________________________________________________________
13240 [  8736] By: jhi                                   on 2001/02/09  16:42:31
13241         Log: Latin nit from Philip Newton.
13242      Branch: maint-5.6/perl
13243            ! README.hpux
13244 ____________________________________________________________________________
13245 [  8735] By: jhi                                   on 2001/02/09  16:24:03
13246         Log: Integrate changes #8704,8710 from pureperl.
13247              
13248              Fixed UMRs and leak in Perl_pmtrans()
13249              
13250              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
13251              associated UTFied tr/// code.  Also fixed scoping leak of
13252              PL_reg_start_tmp.
13253      Branch: perl
13254           !> op.c regcomp.c
13255 ____________________________________________________________________________
13256 [  8734] By: jhi                                   on 2001/02/09  15:40:21
13257         Log: Integrate change #8733 from maintperl.
13258              
13259              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
13260      Branch: perl
13261           !> pod/perlre.pod
13262 ____________________________________________________________________________
13263 [  8733] By: jhi                                   on 2001/02/09  15:35:47
13264         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
13265              From: Prymmer/Kahn <pvhp@best.com>
13266              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
13267              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
13268      Branch: maint-5.6/perl
13269            ! pod/perlre.pod
13270 ____________________________________________________________________________
13271 [  8732] By: jhi                                   on 2001/02/09  15:26:17
13272         Log: Rename README.posix-bc to README.bs2000 (to avoid the
13273              confusion of a "perlposix-bc.pod"), add a few missing
13274              arch pods, regen toc.
13275      Branch: maint-5.6/perl
13276           +> README.bs2000
13277            - README.posix-bc
13278            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
13279            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
13280 ____________________________________________________________________________
13281 [  8731] By: jhi                                   on 2001/02/09  15:23:39
13282         Log: De-cut-and-pasto.
13283      Branch: perl
13284            ! pod/perl.pod
13285 ____________________________________________________________________________
13286 [  8730] By: jhi                                   on 2001/02/09  15:11:13
13287         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
13288              when people think that perlposix-bc.pod tells anything about
13289              Perl and POSIX.  Regen toc.
13290      Branch: perl
13291           +> README.bs2000
13292            - README.posix-bc
13293            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
13294            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
13295 ____________________________________________________________________________
13296 [  8729] By: jhi                                   on 2001/02/09  14:52:28
13297         Log: The README.vmesa part of #8712 from maintperl.
13298      Branch: perl
13299            ! README.vmesa
13300 ____________________________________________________________________________
13301 [  8728] By: jhi                                   on 2001/02/09  14:46:06
13302         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
13303              From: Peter Prymmer <pvhp@forte.com>
13304              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
13305              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
13306      Branch: maint-5.6/perl
13307            ! README.vmesa win32/Makefile win32/makefile.mk
13308 ____________________________________________________________________________
13309 [  8727] By: jhi                                   on 2001/02/09  14:33:25
13310         Log: Integrate change #8712 from mainline.
13311              
13312              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
13313      Branch: maint-5.6/perl
13314           !> lib/Pod/Find.pm
13315 ____________________________________________________________________________
13316 [  8726] By: jhi                                   on 2001/02/09  14:30:28
13317         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
13318              From: Peter Prymmer <pvhp@forte.com>
13319              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
13320              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
13321      Branch: perl
13322            + t/lib/cgi-esc.t
13323            ! MANIFEST lib/CGI/Util.pm
13324 ____________________________________________________________________________
13325 [  8725] By: jhi                                   on 2001/02/09  04:56:47
13326         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
13327      Branch: maint-5.6/perl
13328            ! pod/perlport.pod
13329 ____________________________________________________________________________
13330 [  8724] By: jhi                                   on 2001/02/09  04:40:59
13331         Log: Integrate changes 7819,7820 from vmsperl into mainline.
13332              
13333              Add header for LIB$ prototypes (C. Berry)
13334              
13335              Convert fwrite()s to sockets to write()s, since some socket stacks
13336              don't take kindly to stdio.
13337              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
13338              (for often optional LNMs)
13339              Correct a few typos
13340              (C. Bailey)
13341      Branch: perl
13342           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
13343 ____________________________________________________________________________
13344 [  8723] By: jhi                                   on 2001/02/09  03:29:29
13345         Log: Integrate change #8722 from mainline.
13346              
13347              The Im() function wasn't returning zero for non-Math::Complex
13348              arguments.  The bug reported by John Gamble.
13349      Branch: maint-5.6/perl
13350           !> lib/Math/Complex.pm
13351 ____________________________________________________________________________
13352 [  8722] By: jhi                                   on 2001/02/09  03:28:33
13353         Log: The Im() function wasn't returning zero for non-Math::Complex
13354              arguments.  The bug reported by John Gamble.
13355      Branch: perl
13356            ! lib/Math/Complex.pm
13357 ____________________________________________________________________________
13358 [  8721] By: nick                                  on 2001/02/08  22:11:35
13359         Log: Correct the correction :-(
13360      Branch: perl
13361            ! perl.c
13362 ____________________________________________________________________________
13363 [  8720] By: bailey                                on 2001/02/08  20:59:22
13364         Log: Convert frwite()s to sockets to write()s, since some socket stacks
13365              don't take kindly to stdio.
13366              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
13367              (for often optional LNMs)
13368              Correct a few typos
13369              (C. Bailey)
13370      Branch: vmsperl
13371            ! vms/vms.c vms/vmsish.h
13372 ____________________________________________________________________________
13373 [  8719] By: bailey                                on 2001/02/08  20:51:02
13374         Log: Add header for LIB$ prototypes (C. Berry)
13375      Branch: vmsperl
13376            ! ext/Devel/DProf/DProf.xs
13377 ____________________________________________________________________________
13378 [  8718] By: bailey                                on 2001/02/08  20:49:00
13379         Log: SYN SYN
13380      Branch: vmsperl
13381           +> pod/perliol.pod t/lib/sample-tests/bailout
13382           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
13383           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
13384           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
13385           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
13386           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
13387           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
13388            - lib/unicode/Is/DCinital.pl
13389           !> (integrate 101 files)
13390 ____________________________________________________________________________
13391 [  8717] By: nick                                  on 2001/02/08  19:38:48
13392         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
13393              From: Robin Barker <rmb1@cise.npl.co.uk>
13394              Date: Thu, 8 Feb 2001 14:38:07 GMT
13395              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
13396      Branch: perl
13397            ! lib/CPAN.pm
13398 ____________________________________________________________________________
13399 [  8716] By: nick                                  on 2001/02/08  19:29:07
13400         Log: Generated files form 8713 etc.
13401      Branch: perl
13402            ! embed.h global.sym objXSUB.h perlapi.c proto.h
13403 ____________________________________________________________________________
13404 [  8715] By: nick                                  on 2001/02/08  19:26:08
13405         Log: Fixup non-ithread build after 8713
13406      Branch: perl
13407            ! perl.c
13408 ____________________________________________________________________________
13409 [  8714] By: nick                                  on 2001/02/08  19:17:45
13410         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
13411              From: nick@ccl4.org
13412              Date: Wed, 7 Feb 2001 00:27:47 +0000
13413              Message-Id: <20010207002747.B63724@plum.flirble.org>
13414      Branch: perl
13415            ! sv.c toke.c
13416 ____________________________________________________________________________
13417 [  8713] By: nick                                  on 2001/02/08  19:15:58
13418         Log: Subject: Re: [patch] Re: PL_ptr_table
13419              From: Doug Maceachern <dougm@covalent.net>
13420              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
13421              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
13422      Branch: perl
13423            ! embed.pl perl.c sv.c sv.h
13424 ____________________________________________________________________________
13425 [  8712] By: nick                                  on 2001/02/08  19:12:47
13426         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
13427              From: Peter Prymmer <pvhp@forte.com>
13428              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
13429              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
13430      Branch: perl
13431            ! lib/Pod/Find.pm
13432 ____________________________________________________________________________
13433 [  8711] By: nick                                  on 2001/02/07  21:06:11
13434         Log: Manually appliued version for dev branch of Alan/Sarathy 5.6 patch.
13435              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
13436              From: Alan Burlison <Alan.Burlison@uk.sun.com>
13437              Date: Tue, 06 Feb 2001 23:37:01 +0000
13438              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
13439      Branch: perl
13440            ! regcomp.c
13441 ____________________________________________________________________________
13442 [  8710] By: alanbur                               on 2001/02/07  00:22:04
13443         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
13444              associated UTFied tr/// code.  Also fixed scoping leak of
13445              PL_reg_start_tmp.
13446      Branch: maint-5.6/pureperl
13447            ! op.c regcomp.c
13448 ____________________________________________________________________________
13449 [  8709] By: nick                                  on 2001/02/06  21:16:49
13450         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
13451              From: Michael G Schwern <schwern@pobox.com>
13452              Date: Sun, 4 Feb 2001 19:47:14 -0500
13453              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
13454      Branch: perl
13455            ! pod/perlapi.pod pod/perlmodlib.PL
13456 ____________________________________________________________________________
13457 [  8708] By: nick                                  on 2001/02/06  20:41:20
13458         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
13459              From: Michael G Schwern <schwern@pobox.com>
13460              Date: Sun, 4 Feb 2001 21:17:49 -0500
13461              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
13462      Branch: perl
13463            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
13464            ! pod/perltootc.pod
13465 ____________________________________________________________________________
13466 [  8707] By: nick                                  on 2001/02/06  20:29:11
13467         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
13468              From: Michael G Schwern <schwern@pobox.com>
13469              Date: Tue, 6 Feb 2001 05:54:30 -0500
13470              Message-Id: <20010206055430.A951@blackrider.aocn.com>
13471      Branch: perl
13472            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
13473 ____________________________________________________________________________
13474 [  8706] By: nick                                  on 2001/02/06  20:21:40
13475         Log: Subject: RE: some win32 fixes
13476              Date: Tue, 6 Feb 2001 09:23:20 +0300
13477              From: Vadim Konovalov <vkonovalov@lucent.com>
13478              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
13479      Branch: perl
13480            ! toke.c win32/Makefile win32/config.bc win32/config.gc
13481            ! win32/config.vc win32/config_H.bc win32/makefile.mk
13482 ____________________________________________________________________________
13483 [  8705] By: alanbur                               on 2001/02/06  15:00:03
13484         Log: Synchronised with parent
13485      Branch: maint-5.6/pureperl
13486            ! regexec.c
13487           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
13488           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
13489 ____________________________________________________________________________
13490 [  8704] By: alanbur                               on 2001/02/06  14:55:24
13491         Log: Fixed UMRs and leak in Perl_pmtrans()
13492      Branch: maint-5.6/pureperl
13493            ! op.c
13494 ____________________________________________________________________________
13495 [  8703] By: gsar                                  on 2001/02/06  02:29:37
13496         Log: $(MAKE) distclean doesn't clean up properly on windows
13497      Branch: maint-5.6/perl
13498            ! win32/Makefile win32/makefile.mk
13499 ____________________________________________________________________________
13500 [  8702] By: gsar                                  on 2001/02/06  01:00:46
13501         Log: tweak change#8659 to keep it simple
13502      Branch: maint-5.6/perl
13503            ! utils/perldoc.PL
13504 ____________________________________________________________________________
13505 [  8701] By: gsar                                  on 2001/02/05  22:45:41
13506         Log: change#8693 was missing testsuite changes
13507      Branch: maint-5.6/perl
13508           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
13509 ____________________________________________________________________________
13510 [  8700] By: nick                                  on 2001/02/05  20:32:52
13511         Log: Integrate mainline
13512      Branch: perlio
13513           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
13514           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
13515           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
13516           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
13517           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
13518           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
13519           +> t/lib/test-harness.t
13520           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
13521           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
13522           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
13523           !> pod/perlutil.pod t/TEST utils/h2xs.PL
13524 ____________________________________________________________________________
13525 [  8699] By: nick                                  on 2001/02/05  19:41:07
13526         Log: Subject: perlfaq2, re: perlmongers
13527              From: David H. Adler <dha@panix.com>
13528              Date: Sun, 4 Feb 2001 23:48:23 -0500
13529              Message-Id: <20010204234823.A13429@panix.com>
13530      Branch: perl
13531            ! pod/perlfaq2.pod
13532 ____________________________________________________________________________
13533 [  8698] By: nick                                  on 2001/02/05  19:39:31
13534         Log: Missed file f#rom the testharness mess.
13535      Branch: perl
13536            + t/lib/test-harness.t
13537 ____________________________________________________________________________
13538 [  8697] By: nick                                  on 2001/02/05  19:37:21
13539         Log: Subject: [DOC PATCH] overload.pm nits
13540              From: John Tobey <jtobey@john-edwin-tobey.org>
13541              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
13542              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
13543      Branch: perl
13544            ! lib/overload.pm
13545 ____________________________________________________________________________
13546 [  8696] By: alanbur                               on 2001/02/05  11:56:00
13547         Log: Sync with parent
13548      Branch: maint-5.6/pureperl
13549           !> thread.h
13550 ____________________________________________________________________________
13551 [  8695] By: gsar                                  on 2001/02/05  03:27:34
13552         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
13553      Branch: maint-5.6/perl
13554            ! thread.h
13555 ____________________________________________________________________________
13556 [  8694] By: alanbur                               on 2001/02/05  00:07:47
13557         Log: Initial branch creation from //depot/maint-5.6/perl
13558      Branch: maint-5.6/pureperl
13559           +> (branch 1719 files)
13560 ____________________________________________________________________________
13561 [  8693] By: gsar                                  on 2001/02/04  22:38:49
13562         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
13563              changes)
13564      Branch: maint-5.6/perl
13565           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
13566           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
13567           !> ext/DB_File/version.c
13568 ____________________________________________________________________________
13569 [  8692] By: nick                                  on 2001/02/04  18:15:57
13570         Log: The missed t/TEST part of the grand testharness upgrade.
13571      Branch: perl
13572            ! t/TEST
13573 ____________________________________________________________________________
13574 [  8691] By: nick                                  on 2001/02/04  18:05:17
13575         Log: New improved test harness
13576              Subject: Re: [PATCH Test::Harness] Third time's a charm?
13577              From: Michael G Schwern <schwern@pobox.com>
13578              Date: Sun, 4 Feb 2001 08:01:20 -0500
13579              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
13580      Branch: perl
13581            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
13582            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
13583            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
13584            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
13585            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
13586            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
13587            ! MANIFEST lib/Test/Harness.pm
13588 ____________________________________________________________________________
13589 [  8690] By: nick                                  on 2001/02/04  17:57:51
13590         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
13591              From: Jonathan Stowe <gellyfish@gellyfish.com>
13592              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
13593              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
13594      Branch: perl
13595            ! utils/h2xs.PL
13596 ____________________________________________________________________________
13597 [  8689] By: nick                                  on 2001/02/04  17:55:24
13598         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
13599              From: Michael G Schwern <schwern@pobox.com>
13600              Date: Sat, 3 Feb 2001 22:46:38 -0500
13601              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
13602      Branch: perl
13603            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
13604            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
13605 ____________________________________________________________________________
13606 [  8688] By: nick                                  on 2001/02/04  17:43:55
13607         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
13608              length byfailing to spot lack of closing )
13609              From: nick@talking.bollo.cx
13610              Date: Sat, 03 Feb 2001 23:53:16 +0000
13611              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
13612      Branch: perl
13613            ! perlio.c pod/perldiag.pod
13614 ____________________________________________________________________________
13615 [  8687] By: jhi                                   on 2001/02/03  17:11:42
13616         Log: HP-UX thread patches from Merijn H. Brand.
13617      Branch: maint-5.6/perl
13618            ! README.hpux hints/hpux.sh
13619 ____________________________________________________________________________
13620 [  8686] By: jhi                                   on 2001/02/03  16:40:12
13621         Log: Metaconfig changes for #8685.
13622      Branch: metaconfig
13623            ! U/installdirs/instubperl.U
13624      Branch: metaconfig/U/perl
13625            ! Devel.U versiononly.U
13626 ____________________________________________________________________________
13627 [  8685] By: jhi                                   on 2001/02/03  16:39:49
13628         Log: For -Dusedevel builds turn off installusrbinperl and turn on
13629              versiononly, a combined idea of Richard Soderberg and Merijn
13630              H. Brand.  You can still override both of these from the command
13631              line if you need to, -Dinstallusrbinperl and -Uversiononly.
13632      Branch: perl
13633            ! Configure
13634 ____________________________________________________________________________
13635 [  8684] By: jhi                                   on 2001/02/03  16:16:34
13636         Log: Metaconfig unit fix for #8683.
13637      Branch: metaconfig
13638            ! U/compline/nblock_io.U
13639 ____________________________________________________________________________
13640 [  8683] By: jhi                                   on 2001/02/03  16:16:12
13641         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
13642              reported by Peter Prymmer for 5.6-TRIAL1.
13643      Branch: perl
13644            ! Configure
13645 ____________________________________________________________________________
13646 [  8682] By: jhi                                   on 2001/02/03  05:52:11
13647         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
13648              to work correctly.
13649      Branch: maint-5.6/perl
13650            ! hints/irix_6.sh
13651 ____________________________________________________________________________
13652 [  8681] By: jhi                                   on 2001/02/03  05:47:33
13653         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
13654      Branch: maint-5.6/perl
13655            ! pod/perlport.pod
13656 ____________________________________________________________________________
13657 [  8680] By: jhi                                   on 2001/02/02  21:39:49
13658         Log: perlport update from Peter Prymmer.
13659      Branch: maint-5.6/perl
13660            ! pod/perlport.pod
13661 ____________________________________________________________________________
13662 [  8679] By: nick                                  on 2001/02/02  20:50:48
13663         Log: Integrate mainline
13664      Branch: perlio
13665           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
13666           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
13667           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
13668 ____________________________________________________________________________
13669 [  8678] By: gsar                                  on 2001/02/02  16:02:12
13670         Log: note about bincompat, slightly modified (from Lupe Christoph)
13671      Branch: maint-5.6/perl
13672            ! README.solaris
13673 ____________________________________________________________________________
13674 [  8677] By: jhi                                   on 2001/02/02  15:46:20
13675         Log: Supported platforms updates.
13676      Branch: maint-5.6/perl
13677            ! pod/perlport.pod
13678 ____________________________________________________________________________
13679 [  8676] By: jhi                                   on 2001/02/02  03:41:26
13680         Log: A couple more perlfaq2 tweaks.
13681      Branch: maint-5.6/perl
13682            ! pod/perlfaq2.pod
13683 ____________________________________________________________________________
13684 [  8675] By: jhi                                   on 2001/02/02  03:17:44
13685         Log: Misedit in #8661.
13686      Branch: maint-5.6/perl
13687            ! Configure
13688 ____________________________________________________________________________
13689 [  8674] By: jhi                                   on 2001/02/02  03:14:38
13690         Log: Damien again.
13691      Branch: maint-5.6/perl
13692            ! pod/perlfaq2.pod
13693 ____________________________________________________________________________
13694 [  8673] By: jhi                                   on 2001/02/02  03:12:40
13695         Log: perlfaq update from Elaine Ashton.
13696      Branch: maint-5.6/perl
13697            ! pod/perlfaq2.pod
13698 ____________________________________________________________________________
13699 [  8672] By: jhi                                   on 2001/02/02  03:07:08
13700         Log: UTF-8 s/// patch from Inaba Hiroto.
13701      Branch: maint-5.6/perl
13702            ! pp_ctl.c pp_hot.c
13703 ____________________________________________________________________________
13704 [  8671] By: jhi                                   on 2001/02/01  22:34:31
13705         Log: Update Changes.
13706      Branch: perl
13707            ! Changes patchlevel.h
13708 ____________________________________________________________________________
13709 [  8670] By: jhi                                   on 2001/02/01  22:15:29
13710         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
13711              from maintperl.
13712              
13713              Upgrade to Getopt::Long 2.25, from Johan Vromans.
13714              
13715              more files need to be writable in the source distribution
13716              
13717              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
13718              
13719              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
13720              
13721              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
13722              
13723              Allow the float to be fuzzier.
13724              
13725              need to use INT2PTR instead of a straight cast or ia64 fails
13726              
13727              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
13728              
13729              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
13730      Branch: perl
13731           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
13732           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
13733           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
13734 ____________________________________________________________________________
13735 [  8669] By: jhi                                   on 2001/02/01  21:57:02
13736         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
13737              From: Robin Barker <rmb1@cise.npl.co.uk>
13738              Date: Thu, 1 Feb 2001 16:59:05 GMT
13739              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
13740      Branch: maint-5.6/perl
13741            ! pod/perlmodlib.PL
13742 ____________________________________________________________________________
13743 [  8668] By: nick                                  on 2001/02/01  19:41:40
13744         Log: Integrate mainline
13745      Branch: perlio
13746           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
13747           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
13748           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
13749 ____________________________________________________________________________
13750 [  8667] By: gsar                                  on 2001/02/01  16:59:11
13751         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
13752      Branch: maint-5.6/perl
13753            ! embed.pl embedvar.h
13754 ____________________________________________________________________________
13755 [  8666] By: gsar                                  on 2001/02/01  16:34:51
13756         Log: add missing entries to win32/config.?c
13757      Branch: maint-5.6/perl
13758            ! win32/config.bc win32/config.gc win32/config.vc
13759            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
13760 ____________________________________________________________________________
13761 [  8665] By: jhi                                   on 2001/02/01  14:58:51
13762         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
13763              From: "Stephen P. Potter" <spp@spotter.yi.org>
13764              Date: Thu, 01 Feb 2001 10:45:46 -0500
13765              Message-Id: <200102011545.KAA31479@spotter.yi.org>
13766      Branch: maint-5.6/perl
13767            ! pod/perlfunc.pod
13768 ____________________________________________________________________________
13769 [  8664] By: gsar                                  on 2001/02/01  14:52:37
13770         Log: need to use INT2PTR instead of a straight cast or ia64 fails
13771              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
13772      Branch: maint-5.6/perl
13773            ! ext/POSIX/POSIX.xs
13774 ____________________________________________________________________________
13775 [  8663] By: jhi                                   on 2001/02/01  14:09:13
13776         Log: Allow the float to be fuzzier.
13777      Branch: maint-5.6/perl
13778            ! t/lib/peek.t
13779 ____________________________________________________________________________
13780 [  8662] By: jhi                                   on 2001/02/01  13:59:00
13781         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
13782              From: Robin Barker <rmb1@cise.npl.co.uk>
13783              Date: Thu, 1 Feb 2001 13:05:39 GMT
13784              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
13785      Branch: maint-5.6/perl
13786            ! pod/perlmodlib.pod
13787 ____________________________________________________________________________
13788 [  8661] By: jhi                                   on 2001/02/01  13:57:38
13789         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
13790              Date: Thu, 01 Feb 2001 14:15:41 +0100
13791              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13792              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
13793              
13794              Have the $ccflags in the gcc version test (strange, this change
13795              is claimed to be have been integrated already)
13796      Branch: maint-5.6/perl
13797            ! Configure
13798 ____________________________________________________________________________
13799 [  8660] By: jhi                                   on 2001/02/01  13:44:10
13800         Log: Integrate changes #7950,7964,7962 from mainline.
13801              
13802              Find the stdchar signedness using cpp, should fix some of
13803              the Solaris compiler warnings reported by Alan Burlison.
13804      Branch: maint-5.6/perl
13805           !> Configure config_h.SH
13806 ____________________________________________________________________________
13807 [  8659] By: jhi                                   on 2001/02/01  05:35:32
13808         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
13809              From: Jan Dubois <JanD@ActiveState.com>
13810              Date: Wed, 31 Jan 2001 21:17:03 -0800
13811              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
13812      Branch: maint-5.6/perl
13813            ! utils/perldoc.PL
13814 ____________________________________________________________________________
13815 [  8658] By: jhi                                   on 2001/02/01  04:33:17
13816         Log: Integrate the README.os390 and README.posix-bc parts of mainline
13817              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
13818              installperl parts were taken care of by #8657.)
13819      Branch: maint-5.6/perl
13820           !> README.os390 README.posix-bc
13821 ____________________________________________________________________________
13822 [  8657] By: jhi                                   on 2001/02/01  04:29:21
13823         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
13824              From: Peter Prymmer <pvhp@forte.com>
13825              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
13826              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
13827      Branch: maint-5.6/perl
13828            + ext/DynaLoader/dl_dllload.xs
13829            ! MANIFEST Makefile.SH hints/os390.sh installperl
13830 ____________________________________________________________________________
13831 [  8656] By: jhi                                   on 2001/02/01  04:25:45
13832         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
13833              From: Peter Prymmer <pvhp@forte.com>
13834              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
13835              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
13836      Branch: maint-5.6/perl
13837            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
13838 ____________________________________________________________________________
13839 [  8655] By: jhi                                   on 2001/02/01  04:14:47
13840         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
13841              From: troc@netrus.net
13842              Date: Wed, 31 Jan 2001 22:31:26 -0500
13843              Message-Id: <200102010331.WAA117.85@rocco.homenet>
13844      Branch: maint-5.6/perl
13845            ! os2/os2.c
13846 ____________________________________________________________________________
13847 [  8654] By: jhi                                   on 2001/02/01  04:12:52
13848         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
13849              as reported by Alan Burlison.
13850      Branch: maint-5.6/perl
13851            ! pp.h
13852 ____________________________________________________________________________
13853 [  8653] By: jhi                                   on 2001/02/01  04:05:12
13854         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
13855              From: dsugalski@northernlight.com
13856              Date: Wed, 31 Jan 2001 18:54:11 -0500
13857              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
13858      Branch: maint-5.6/perl
13859            ! configure.com
13860 ____________________________________________________________________________
13861 [  8652] By: jhi                                   on 2001/02/01  04:03:11
13862         Log: Misplaced #endif.
13863              
13864              Subject: [perl-5-6-1-trial2] patches for EPOC
13865              From: Olaf Flebbe <O.Flebbe@science-computing.de>
13866              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
13867              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
13868      Branch: maint-5.6/perl
13869            ! epoc/epocish.c
13870 ____________________________________________________________________________
13871 [  8651] By: jhi                                   on 2001/02/01  04:00:25
13872         Log: Integrate changes #8647,8648,8650 from mainline.
13873              
13874              Macrofy a magic UTF-8 test.
13875              
13876              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
13877              
13878              Watch out for cross compiling for EPOC (usually done on linux).
13879      Branch: maint-5.6/perl
13880           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
13881 ____________________________________________________________________________
13882 [  8650] By: jhi                                   on 2001/02/01  03:56:20
13883         Log: Watch out for cross compiling for EPOC (usually done on linux)
13884              
13885              Subject: [perl-5-6-1-trial2] patches for EPOC
13886              From: Olaf Flebbe <O.Flebbe@science-computing.de>
13887              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
13888              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
13889      Branch: perl
13890            ! ext/Errno/Errno_pm.PL
13891 ____________________________________________________________________________
13892 [  8649] By: gsar                                  on 2001/02/01  00:46:00
13893         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
13894      Branch: maint-5.6/perl
13895            ! sv.c
13896 ____________________________________________________________________________
13897 [  8648] By: jhi                                   on 2001/01/31  23:35:36
13898         Log: All the uses of PL_numeric_radix must be protected by
13899              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
13900              
13901              Subject: [perl-5-6-1-trial2] patches for EPOC
13902              From: Olaf Flebbe <O.Flebbe@science-computing.de>
13903              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
13904              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
13905      Branch: perl
13906            ! sv.c
13907 ____________________________________________________________________________
13908 [  8647] By: jhi                                   on 2001/01/31  22:56:16
13909         Log: Macrofy a magic UTF-8 test.
13910      Branch: perl
13911            ! utf8.c utf8.h
13912 ____________________________________________________________________________
13913 [  8646] By: gsar                                  on 2001/01/31  15:55:12
13914         Log: update Changes
13915      Branch: maint-5.6/perl
13916            ! Changes
13917 ____________________________________________________________________________
13918 [  8645] By: gsar                                  on 2001/01/31  15:10:14
13919         Log: Configure tweak suggested by Peter Prymmer
13920      Branch: maint-5.6/perl
13921            ! Configure
13922 ____________________________________________________________________________
13923 [  8644] By: gsar                                  on 2001/01/31  15:06:32
13924         Log: more files need to be writable in the source distribution
13925      Branch: maint-5.6/perl
13926            ! Porting/makerel
13927 ____________________________________________________________________________
13928 [  8643] By: jhi                                   on 2001/01/31  14:59:46
13929         Log: Integrate changes #8258,8278,8279 from mainline.
13930              
13931              Make the large file tests more robust/talkative.
13932      Branch: maint-5.6/perl
13933           !> t/lib/syslfs.t t/op/lfs.t
13934 ____________________________________________________________________________
13935 [  8642] By: gsar                                  on 2001/01/31  14:53:48
13936         Log: integrate changes#8311,8334 from mainline
13937              
13938              Add a new MakeMaker variable PM_FILTER that defines a Unix
13939              filter to be run on each .pm during the pm_to_blib() phase,
13940              a fixed version of
13941              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
13942              
13943              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
13944              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
13945              accurate reading of the "atime".  
13946      Branch: maint-5.6/perl
13947           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
13948           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
13949           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
13950 ____________________________________________________________________________
13951 [  8641] By: jhi                                   on 2001/01/31  14:46:37
13952         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
13953      Branch: maint-5.6/perl
13954            ! lib/Getopt/Long.pm
13955 ____________________________________________________________________________
13956 [  8640] By: gsar                                  on 2001/01/31  14:40:24
13957         Log: make regen_all
13958      Branch: maint-5.6/perl
13959            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
13960 ____________________________________________________________________________
13961 [  8639] By: gsar                                  on 2001/01/31  14:37:25
13962         Log: refresh windows config files
13963      Branch: maint-5.6/perl
13964            ! win32/Makefile win32/config_H.bc win32/config_H.gc
13965            ! win32/config_H.vc win32/makefile.mk
13966 ____________________________________________________________________________
13967 [  8638] By: gsar                                  on 2001/01/31  14:28:10
13968         Log: makefile tweaks for windows: introduce a bulk-switch to enable
13969              same options as ActivePerl; sync changes with makefile.mk
13970      Branch: maint-5.6/perl
13971            ! win32/Makefile win32/makefile.mk
13972 ____________________________________________________________________________
13973 [  8637] By: jhi                                   on 2001/01/31  04:41:30
13974         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
13975              From: Nicholas Clark <nick@ccl4.org>
13976              Date: Tue, 30 Jan 2001 19:51:05 +0000
13977              Message-ID: <20010130195105.R76607@plum.flirble.org> 
13978              
13979              op/inc cure.
13980      Branch: perl
13981            ! pp.c pp.h pp_hot.c t/op/arith.t
13982 ____________________________________________________________________________
13983 [  8636] By: jhi                                   on 2001/01/31  02:38:32
13984         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
13985              no perlio],8257,8380,8479,8515 from mainline.
13986              
13987              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
13988              
13989              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
13990              Subject: [PATCH perl@8133] fix-up for VMS extensions
13991              
13992              In VMS embedded perls couldn't access the statically built Socket.
13993              
13994              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
13995              
13996              Further VMS piping fixes from Charles Lane.
13997              
13998              Subject:  [PATCH] make t/op/misc.t work on VMS
13999              
14000              Add tracing for debugging extensions builds in VMS.
14001              
14002              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
14003      Branch: maint-5.6/perl
14004           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
14005           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
14006           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
14007 ____________________________________________________________________________
14008 [  8635] By: jhi                                   on 2001/01/31  01:46:41
14009         Log: Integrate change #7732 from mainline.
14010              
14011              Sparc 64-bit pack() fix from Jens Hamisch.
14012      Branch: maint-5.6/perl
14013           !> pp.c
14014 ____________________________________________________________________________
14015 [  8634] By: jhi                                   on 2001/01/31  01:41:16
14016         Log: One spot missing from #8626.
14017      Branch: maint-5.6/perl
14018            ! sv.c
14019 ____________________________________________________________________________
14020 [  8633] By: jhi                                   on 2001/01/31  00:49:17
14021         Log: Integrate change #7495 from mainline.
14022              
14023              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
14024      Branch: maint-5.6/perl
14025           !> MANIFEST ext/re/Makefile.PL
14026 ____________________________________________________________________________
14027 [  8632] By: jhi                                   on 2001/01/30  23:38:49
14028         Log: Integrate change #8396 from mainline.
14029              
14030              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
14031              better multicast support (resend)
14032      Branch: maint-5.6/perl
14033           !> ext/Socket/Socket.pm
14034 ____________________________________________________________________________
14035 [  8631] By: jhi                                   on 2001/01/30  23:28:03
14036         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
14037              
14038              More AIX lore. (7514, ext/re/hints/aix.pl)
14039              
14040              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
14041              
14042              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)
14043              
14044              Subject: [ID 20001214.002] Net::Ping patch
14045              
14046              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
14047              
14048              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
14049              
14050              Add ReuseAddr as a (preferred) alias for Reuse as we now
14051              also have ReusePort.
14052              
14053              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
14054      Branch: maint-5.6/perl
14055           +> ext/re/hints/aix.pl
14056           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
14057           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
14058 ____________________________________________________________________________
14059 [  8630] By: jhi                                   on 2001/01/30  23:03:59
14060         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
14061              
14062              read() documentation tweak for 20001121.004.
14063              
14064              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
14065      Branch: maint-5.6/perl
14066           !> pod/perlfunc.pod pod/perlre.pod
14067 ____________________________________________________________________________
14068 [  8629] By: jhi                                   on 2001/01/30  22:41:57
14069         Log: Integrate change #8098 from mainline.
14070              
14071              fastgetcwd is defined using a glob alias on a $^O dependent basis
14072              and there was no default assignment or perl subroutine.
14073      Branch: maint-5.6/perl
14074           !> lib/Cwd.pm
14075 ____________________________________________________________________________
14076 [  8628] By: jhi                                   on 2001/01/30  21:58:52
14077         Log: Integrate change #7866 from mainline.
14078              
14079              File::Temp 0.11.
14080      Branch: maint-5.6/perl
14081           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
14082 ____________________________________________________________________________
14083 [  8627] By: jhi                                   on 2001/01/30  21:39:44
14084         Log: Integrate changes #8075,8086,8228 from mainline.  
14085              
14086              Darwin is not Windows. (8075,8086)
14087              
14088              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
14089      Branch: maint-5.6/perl
14090           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
14091           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
14092           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
14093           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
14094 ____________________________________________________________________________
14095 [  8626] By: jhi                                   on 2001/01/30  21:22:11
14096         Log: Integrate with tweakery the change #8625 from mainline,
14097              the multibyte decimal separator fix ("fa_IR locale failure").
14098      Branch: maint-5.6/perl
14099            ! embedvar.h perlapi.h
14100           !> intrpvar.h perl.c perl.h sv.c util.c
14101 ____________________________________________________________________________
14102 [  8625] By: jhi                                   on 2001/01/30  20:26:33
14103         Log: Fix for the fa_IR locale failure.  The reason for the failure
14104              was that Perl was assuming the decimal separator aka the radix
14105              separator is one character.  The Farsi-Iranian locale crushed
14106              that bad assumption since there the separator is 'Momayyez',
14107              glyphwise looking somewhat like a slash, and in Unicode UTF-8
14108              encoded in two bytes, 0xd9 0xab.
14109      Branch: perl
14110            ! intrpvar.h perl.c perl.h sv.c util.c
14111 ____________________________________________________________________________
14112 [  8624] By: gsar                                  on 2001/01/30  20:17:03
14113         Log: regen_headers
14114      Branch: maint-5.6/perl
14115            ! Makefile.SH pod/perlintern.pod
14116 ____________________________________________________________________________
14117 [  8623] By: gsar                                  on 2001/01/30  19:42:34
14118         Log: backout change#7431 and its dependents (causes spurious rebuilds
14119              of autogenerated files)
14120              
14121              fix benign b.t failure
14122      Branch: maint-5.6/perl
14123            ! Makefile.SH t/lib/b.t
14124 ____________________________________________________________________________
14125 [  8622] By: jhi                                   on 2001/01/30  19:41:41
14126         Log: Microperl sync.
14127      Branch: perl
14128            ! mg.c perl.h
14129 ____________________________________________________________________________
14130 [  8621] By: gsar                                  on 2001/01/30  19:24:47
14131         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
14132              from mainline
14133              
14134              Subject: podlators 1.06 released
14135              
14136              Subject: [PATCH @8436] Eliminate op_children
14137              
14138              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
14139              
14140              (Replaced by #8448)  More op_children traces (cleanup of #8442).
14141              
14142              Subject: [PATCH #3 @8436] Re: Eliminate op_children
14143              Replace #8444 and #8445.
14144              
14145              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
14146              at the setting of the ofs_sv in new_struct_thread() as the
14147              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
14148              uninitialized fields are, uh, initialized with),
14149              SvREFCNT_inc()ing that invited a core dump.
14150              
14151              podlators 1.07, from Russ Allbery.
14152              
14153              Subject: [PATCH] regcomp.c old feature removal
14154              From: mjd@plover.com
14155              Date: 16 Jan 2001 14:43:18 -0000 
14156              Message-ID: <20010116144318.7140.qmail@plover.com> 
14157      Branch: maint-5.6/perl
14158           +> lib/Pod/Text/Overstrike.pm
14159           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
14160           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
14161           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
14162           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
14163           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
14164           !> util.c
14165 ____________________________________________________________________________
14166 [  8620] By: gsar                                  on 2001/01/30  18:48:32
14167         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
14168              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
14169              now fails one test)
14170              
14171              Subject: [PATCH] lvalue AUTOLOAD. No, really.
14172              
14173              Subject: [PATCH] Interesting syntax idea
14174              Make opens + bareword assigns do typeglob assigns.
14175              
14176              Tests for #8254.
14177              
14178              Subject: [PATCH @8269] Continue blocks and B::Deparse
14179              Make the peephole optimizer to bypass more null ops and
14180              and rewrite the deparse handling of continue blocks.
14181              
14182              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
14183              Doc tweak on #8313.
14184              
14185              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
14186              
14187              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
14188              
14189              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
14190              
14191              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
14192              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
14193              according to the platform.
14194              
14195              Subject: [PATCH @8404] Consolidated lvalue sub changes
14196              
14197              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
14198              
14199              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
14200              
14201              Subject: B::Concise -- an improved replacement for B::Terse 
14202              
14203              The B::Terse drop-in replacement wasn't quite drop-in.
14204              
14205              The LVRET macro needed an aTHX.
14206              
14207              Use the /^Perl_/-less form of is_lvalue_sub().
14208              
14209              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
14210      Branch: maint-5.6/perl
14211           +> ext/B/B/Concise.pm
14212           !> (integrate 27 files)
14213 ____________________________________________________________________________
14214 [  8619] By: nick                                  on 2001/01/30  18:40:28
14215         Log: Integrate mainline
14216      Branch: perlio
14217           !> (integrate 40 files)
14218 ____________________________________________________________________________
14219 [  8618] By: jhi                                   on 2001/01/30  18:37:18
14220         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
14221              Date: Mon, 29 Jan 2001 22:51:29 -0600
14222              From: "Craig A. Berry" <craigberry@mac.com>
14223              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
14224      Branch: perl
14225            ! vms/test.com
14226 ____________________________________________________________________________
14227 [  8617] By: jhi                                   on 2001/01/30  18:34:53
14228         Log: Subject: [PATCH] Add missing CV flags to dump.c
14229              From: Tim Jenness <t.jenness@jach.hawaii.edu>
14230              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
14231              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
14232      Branch: perl
14233            ! dump.c
14234 ____________________________________________________________________________
14235 [  8616] By: jhi                                   on 2001/01/30  18:20:58
14236         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
14237              part isn't applicable to maintperl.
14238              
14239              UTF-8 nit from Inaba Hiroto.
14240      Branch: maint-5.6/perl
14241           !> pod/perlapi.pod utf8.c
14242 ____________________________________________________________________________
14243 [  8615] By: jhi                                   on 2001/01/30  18:18:51
14244         Log: UTF-8 nit from Inaba Hiroto.
14245      Branch: perl
14246            ! pod/perlapi.pod t/op/each.t utf8.c
14247 ____________________________________________________________________________
14248 [  8614] By: jhi                                   on 2001/01/30  18:13:38
14249         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
14250              
14251              perl's internal variables are not for public consumption,
14252              move their docs from perlapi.pod to perlintern.pod
14253              
14254              support for -Dusethreads build under HP-UX 10.20 and DCE threads
14255              library (11.0 and later have pthreads but 10.x don't)
14256              
14257              avoid uninitialized value warnings
14258              
14259              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
14260              gets weird results)
14261              
14262              perldoc nit on windows
14263              
14264              make it possible to run the tests outside the source tree
14265              (there's still a dependency on ../lib being the library
14266              location)
14267      Branch: perl
14268           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
14269           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
14270           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
14271           !> win32/bin/search.pl win32/vdir.h
14272 ____________________________________________________________________________
14273 [  8613] By: gsar                                  on 2001/01/30  16:39:59
14274         Log: make it possible to run the tests outside the source tree
14275              (there's still a dependency on ../lib being the library
14276              location)
14277      Branch: maint-5.6/perl
14278            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
14279 ____________________________________________________________________________
14280 [  8612] By: gsar                                  on 2001/01/30  16:31:12
14281         Log: perldoc nit on windows
14282      Branch: maint-5.6/perl
14283            ! utils/perldoc.PL
14284 ____________________________________________________________________________
14285 [  8611] By: gsar                                  on 2001/01/30  16:22:54
14286         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
14287              gets weird results)
14288      Branch: maint-5.6/perl
14289            ! win32/vdir.h
14290 ____________________________________________________________________________
14291 [  8610] By: gsar                                  on 2001/01/30  16:12:45
14292         Log: avoid uninitialized value warnings
14293      Branch: maint-5.6/perl
14294            ! win32/bin/search.pl
14295 ____________________________________________________________________________
14296 [  8609] By: gsar                                  on 2001/01/30  16:08:01
14297         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
14298              library (11.0 and later have pthreads but 10.x don't)
14299      Branch: maint-5.6/perl
14300            ! hints/hpux.sh thread.h
14301 ____________________________________________________________________________
14302 [  8608] By: gsar                                  on 2001/01/30  15:48:55
14303         Log: perl's internal variables are not for public consumption,
14304              move their docs from perlapi.pod to perlintern.pod
14305      Branch: maint-5.6/perl
14306            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
14307            ! thrdvar.h
14308 ____________________________________________________________________________
14309 [  8607] By: gsar                                  on 2001/01/30  15:44:27
14310         Log: mistakenly branched perl56delta.pod, revert
14311      Branch: maint-5.6/perl
14312            - pod/perl56delta.pod
14313           !> pod/perldelta.pod
14314 ____________________________________________________________________________
14315 [  8606] By: gsar                                  on 2001/01/30  14:20:24
14316         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
14317              dTHR which has been a noop for a while now, except for the
14318              compatibility definition in thread.h)
14319      Branch: maint-5.6/perl
14320           !> (integrate 45 files)
14321 ____________________________________________________________________________
14322 [  8605] By: jhi                                   on 2001/01/30  05:43:58
14323         Log: Mark the UTF-8 APIs as experimental.
14324      Branch: maint-5.6/perl
14325            ! embed.pl pod/perlapi.pod
14326 ____________________________________________________________________________
14327 [  8604] By: jhi                                   on 2001/01/30  05:38:40
14328         Log: Nits from earlier integrates.
14329      Branch: maint-5.6/perl
14330            ! lib/Carp/Heavy.pm
14331           !> sv.c
14332 ____________________________________________________________________________
14333 [  8603] By: jhi                                   on 2001/01/30  05:27:26
14334         Log: Regenerate Porting files.
14335      Branch: maint-5.6/perl
14336            ! Porting/Glossary Porting/config.sh Porting/config_H
14337 ____________________________________________________________________________
14338 [  8602] By: jhi                                   on 2001/01/30  05:14:59
14339         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
14340              8310,8339,8447,8492,8493,8505,8525: documentation changes.
14341              
14342              Subject: Re: perlfaq style changes
14343              
14344              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
14345              
14346              Subject: [PATCH] docs on NaN
14347              
14348              Subject: [patch] perlfaq7
14349              
14350              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
14351              
14352              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
14353              
14354              Subject: [PATCH] open() example in perlfunc.pod
14355              
14356              Podify README.mpeix (a new version from the web)
14357              
14358              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
14359              
14360              Subject: [PATCH] format and rewording in perlfaq.pod
14361              
14362              Subject: [PATCH] API Variable documentation   
14363              
14364              Memory management calls documentation.
14365              
14366              Subject: [PATCH: perl@8482] README.vms URL updates
14367              
14368              Subject: Minor typos in perlfaq2.pod
14369              
14370              Subject: [PATCH] pod/perlvar.pod
14371      Branch: maint-5.6/perl
14372           +> pod/perl56delta.pod
14373            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
14374           !> README.amiga README.epoc README.mpeix README.vms
14375           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
14376           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
14377           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
14378           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
14379           !> pod/perlvar.pod thrdvar.h
14380 ____________________________________________________________________________
14381 [  8601] By: jhi                                   on 2001/01/30  04:38:35
14382         Log: Integrate changes #8036,8096,8253 from mainline:
14383              hints changes.
14384              
14385              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
14386              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
14387              
14388              Output the (apparent) version of gcc in Tru64.
14389      Branch: maint-5.6/perl
14390           +> ext/POSIX/hints/svr4.pl
14391           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
14392           !> hints/svr4.sh t/lib/bigfltpm.t
14393 ____________________________________________________________________________
14394 [  8600] By: jhi                                   on 2001/01/30  04:04:01
14395         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
14396              locale fixes.
14397              
14398              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
14399              
14400              Debian allows /usr/bin/locale to exist without any locales. (7868)
14401              
14402              Allow the locale test needing POSIX and the taint test
14403              needing IPC::SysV to run under 'minitest' (basically,
14404              bail out if loading the extension fails). (8384)
14405              
14406              Cleanup the locale.t output  (8480)
14407      Branch: maint-5.6/perl
14408           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
14409           !> t/pragma/locale.t
14410 ____________________________________________________________________________
14411 [  8599] By: jhi                                   on 2001/01/30  03:51:04
14412         Log: Missing generated files from #8598.
14413      Branch: maint-5.6/perl
14414            ! embed.h global.sym objXSUB.h perlapi.c proto.h
14415 ____________________________________________________________________________
14416 [  8598] By: jhi                                   on 2001/01/30  03:41:54
14417         Log: Integrate change #8555 from mainline, manually integrate parts
14418              of changes 8452 and 8583.
14419              
14420              Subject: [PATCH] utf8.c documentation (8452)
14421              
14422              No point in checking the length if the pointer is bogus. (8555)
14423              
14424              Introduce bytes_from_utf8() and implement sv_eq() using it,
14425              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
14426              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
14427              was malformed. (8583)
14428      Branch: maint-5.6/perl
14429            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
14430           !> pod/perlapi.pod sv.c utf8.c
14431 ____________________________________________________________________________
14432 [  8597] By: gsar                                  on 2001/01/30  02:37:26
14433         Log: get PERL_OBJECT build going again on windows
14434      Branch: maint-5.6/perl
14435            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
14436            ! pod/perlapi.pod proto.h sv.c
14437 ____________________________________________________________________________
14438 [  8596] By: jhi                                   on 2001/01/30  02:16:17
14439         Log: Signedness nit.
14440      Branch: perl
14441            ! sv.c
14442 ____________________________________________________________________________
14443 [  8595] By: jhi                                   on 2001/01/30  02:11:07
14444         Log: EBCDIC patch for Storable, from Peter Prymmer.
14445      Branch: perl
14446            ! t/lib/st-06compat.t
14447 ____________________________________________________________________________
14448 [  8594] By: jhi                                   on 2001/01/30  01:04:48
14449         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
14450              From: Peter Prymmer <pvhp@forte.com>
14451              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
14452              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
14453      Branch: perl
14454            ! t/lib/b.t
14455 ____________________________________________________________________________
14456 [  8593] By: jhi                                   on 2001/01/30  00:56:47
14457         Log: Subject: [PATCH: perl@8585] pod problems in io
14458              From: Peter Prymmer <pvhp@forte.com>
14459              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
14460              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
14461      Branch: perl
14462            ! pod/perlapio.pod pod/perliol.pod
14463 ____________________________________________________________________________
14464 [  8592] By: jhi                                   on 2001/01/30  00:48:20
14465         Log: Integrate perlio.
14466      Branch: perl
14467           !> pod/perlapio.pod pod/perliol.pod
14468 ____________________________________________________________________________
14469 [  8591] By: nick                                  on 2001/01/29  22:02:28
14470         Log: GNU 'merge' Simon's copy of perliol.pod with version
14471              patched by Craig's patch.
14472      Branch: perlio
14473            ! pod/perliol.pod
14474 ____________________________________________________________________________
14475 [  8590] By: nick                                  on 2001/01/29  21:55:10
14476         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
14477      Branch: perlio
14478            ! pod/perlapio.pod pod/perliol.pod
14479 ____________________________________________________________________________
14480 [  8589] By: jhi                                   on 2001/01/29  15:35:33
14481         Log: Integrate change #8586 from maint-5.6/perl.
14482              
14483              make the BOM detection code not call tell() until it has to
14484              (meant to fix esoteric compatibility issues where PL_rsfp
14485              is overridden)
14486      Branch: perl
14487           !> toke.c
14488 ____________________________________________________________________________
14489 [  8588] By: jhi                                   on 2001/01/29  15:29:11
14490         Log: Subject: MAking Solaris malloc() the default
14491              From: Lupe Christoph <lupe@lupe-christoph.de>
14492              Date: Mon, 29 Jan 2001 12:59:36 +0100
14493              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
14494              
14495              The README.solaris part slightly tweaked.
14496      Branch: perl
14497            ! README.solaris hints/solaris_2.sh
14498 ____________________________________________________________________________
14499 [  8587] By: jhi                                   on 2001/01/29  15:17:34
14500         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
14501              From: root@ak-75.mind.de
14502              Date: Sun, 28 Jan 2001 20:32:29 +0100
14503              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
14504      Branch: perl
14505            ! pod/perlre.pod
14506 ____________________________________________________________________________
14507 [  8586] By: gsar                                  on 2001/01/29  13:43:44
14508         Log: make the BOM detection code not call tell() until it has to
14509              (meant to fix esoteric compatibility issues where PL_rsfp
14510              is overridden)
14511      Branch: maint-5.6/perl
14512            ! toke.c
14513 ____________________________________________________________________________
14514 [  8585] By: jhi                                   on 2001/01/28  20:05:45
14515         Log: Update Changes.
14516      Branch: perl
14517            ! Changes patchlevel.h
14518 ____________________________________________________________________________
14519 [  8584] By: jhi                                   on 2001/01/28  19:30:02
14520         Log: Integrate perlio.
14521      Branch: perl
14522           +> pod/perliol.pod
14523           !> MANIFEST pod/perlapio.pod
14524 ____________________________________________________________________________
14525 [  8583] By: jhi                                   on 2001/01/28  19:28:40
14526         Log: Patch from Inaba Hiroto:
14527              - canonical UTF-8 hash keys: if a key string for a hash is
14528              UTF8-on, try downgrade the string and use it if
14529              unicode::distinct is not in effect.
14530              For the task, I added a function bytes_from_utf8() to utf8.c.
14531              It might resemble utf8_to_bytes() but it is not convenient
14532              to the task.
14533              Made a test for it and added to t/op/each.t
14534              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
14535              the mortal copy of the argument SV.
14536              And changed t/io/utf8.t test 18 which expects print() to
14537              upgrade its argument.
14538              - re-implement sv_eq with bytes_from_utf8()
14539              - some bug fixes
14540              - tr/// does not handle UTF8 range (\x{}-\x{})
14541              - \ before raw UTF8 character produced
14542              "Malformed UTF-8 character" warning.
14543              - "\x{100}\N{CENT SIGN}" is Malformed.
14544              Added tests for these 3.
14545              - and one silly bug (by me) with qu operator.
14546      Branch: perl
14547            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
14548            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
14549            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
14550 ____________________________________________________________________________
14551 [  8582] By: nick                                  on 2001/01/28  19:25:04
14552         Log: Add pod/perliol.pod to MANIFEST :-(
14553      Branch: perlio
14554            ! MANIFEST
14555 ____________________________________________________________________________
14556 [  8581] By: nick                                  on 2001/01/28  19:22:40
14557         Log: PerlIO documentation. Proofing and sub-editing requested.
14558      Branch: perlio
14559            + pod/perliol.pod
14560            ! pod/perlapio.pod
14561 ____________________________________________________________________________
14562 [  8580] By: jhi                                   on 2001/01/28  05:16:25
14563         Log: Revert the change to sv_2pv() done by #8054: Someone who
14564              did SvNV_set() on a scalar that also happened to be POK,
14565              followed by sv_2pv() won't get the right coercion anymore.
14566              [Sarathy]
14567      Branch: maint-5.6/perl
14568            ! sv.c
14569 ____________________________________________________________________________
14570 [  8579] By: jhi                                   on 2001/01/28  05:15:04
14571         Log: Remove the #8084 effect: do not allow -Q to be interpreted
14572              as -&Q(), this is too much wiggle room.
14573      Branch: maint-5.6/perl
14574            ! toke.c
14575 ____________________________________________________________________________
14576 [  8578] By: jhi                                   on 2001/01/28  05:12:45
14577         Log: Needed bits of #8439 (should have been in #8576),
14578              mainly for lval substr().
14579      Branch: maint-5.6/perl
14580            ! mg.c pp.c pp_hot.c
14581 ____________________________________________________________________________
14582 [  8577] By: jhi                                   on 2001/01/28  05:02:46
14583         Log: A missing check-in.
14584      Branch: maint-5.6/perl
14585            ! utf8.c
14586 ____________________________________________________________________________
14587 [  8576] By: jhi                                   on 2001/01/28  04:26:18
14588         Log: Integrate changes #8425,8436,8439,8517 from mainline.
14589              The 8439 was not truly integrated because it had too many
14590              dependencies on the development branch and because it introduced
14591              concepts too bold for a maintenance branch (such as the qu operator).
14592              
14593              Subject: [PATCH perl@8342] -Wformat
14594              
14595              Tighten some of the UTF-8 tests a bit.
14596              
14597              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
14598              - The substr lval was still not okay.
14599              - Now pp_stringify and sv_setsv copies source's UTF8 flag
14600              even if IN_BYTE.  pp_stringify is called from fold_constants
14601              at optimization phase and "\x{100}" was made SvUTF8_off under
14602              use bytes (the bytes pragma is for "byte semantics" and not
14603              for "do not produce UTF8 data")
14604      Branch: maint-5.6/perl
14605            ! t/lib/charnames.t t/op/substr.t toke.c
14606           !> sv.c t/pragma/utf8.t
14607 ____________________________________________________________________________
14608 [  8575] By: jhi                                   on 2001/01/28  04:01:51
14609         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
14610              
14611              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
14612              
14613              Subject: [ID 20001230.003] UTF-8 tr still hurts
14614              
14615              Test cases for #8385 (from Simon's "torture.pl")
14616              
14617              Start fixing UTF-8 lval substr() (8405)
14618      Branch: maint-5.6/perl
14619           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
14620           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
14621 ____________________________________________________________________________
14622 [  8574] By: jhi                                   on 2001/01/28  03:09:06
14623         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
14624              from mainline.
14625              
14626              UTF-8 cleanup.
14627              
14628              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
14629              
14630              "\x{FF}\xFF" was broken.
14631              
14632              Tests for #8329 and #8330.
14633              
14634              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
14635              
14636              IRIX compiler noticed that the bof initialization might be
14637              bypassed by control flow.
14638              
14639              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
14640      Branch: maint-5.6/perl
14641           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
14642           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
14643 ____________________________________________________________________________
14644 [  8573] By: jhi                                   on 2001/01/28  02:06:12
14645         Log: Retract #8552.
14646      Branch: perl
14647            ! lib/Text/Wrap.pm t/lib/textwrap.t
14648 ____________________________________________________________________________
14649 [  8572] By: jhi                                   on 2001/01/28  02:04:49
14650         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
14651              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
14652              not really integrated but instead salvaged by hand
14653              (they had too many dependencies on the development release
14654              to be cleanly integratable).
14655              
14656              Subject: more UTF8 test suites and an UTF8 patch
14657              
14658              Tweak for MULTIPLICITY/USE_PERLIO
14659              
14660              Signedness nit.
14661              
14662              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
14663              
14664              Use the UTF8_XXX macros in is_utf8_char().
14665              
14666              Rewrite pp_concat() in terms of sv_catsv().  The . operator
14667              should now be UTF-8-proof.
14668              
14669              Subject: [PATCH perl@8269] scanning two hex-constants
14670              fails on EBCDIC environment (script length.t)
14671              
14672              Add some Unicode chop() tests.
14673      Branch: maint-5.6/perl
14674            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
14675           !> sv.c t/op/chop.t utf8.h
14676 ____________________________________________________________________________
14677 [  8571] By: jhi                                   on 2001/01/28  00:35:59
14678         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
14679              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
14680              
14681              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
14682              
14683              The maxiters upper limit sanity check (guarding against
14684              non-progress) assumed bytes instead of characters in s///
14685              and split().
14686              
14687              Signedness nit.
14688              
14689              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
14690              join() should now be UTF-8-proof.
14691              
14692              More split // UTF-8 tests. (8250)
14693      Branch: maint-5.6/perl
14694           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
14695           !> util.c
14696 ____________________________________________________________________________
14697 [  8570] By: jhi                                   on 2001/01/27  22:15:46
14698         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
14699              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
14700              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
14701              8084,8204,8244,8333 from mainline.
14702              
14703              For -Q where Q might be a one-letter sub name one does no more
14704              get a warning about an unknown filetest (7941,7943,7944,8084).
14705              
14706              Subject: Re: [ID 20001130.011] expression parsing bug ?
14707              
14708              Make uv_to_utf8() to zero-terminate its output buffer.
14709              
14710              Split off t/op/length.t (7995)
14711              
14712              Split off t/op/utf8decode.t (7996)
14713              
14714              Remove an unnecessary 'use utf8' from the utf8.t (7998)
14715              
14716              Split off t/op/concat.t (8004)
14717              
14718              Split off t/op/ver.t (8005)
14719              
14720              Document utf8_length(), utf8_distance(), and utf8_hop().
14721              
14722              Document utf8_to_uv() better.
14723              
14724              Introduce macros for UTF8 decoding (8028,8033).
14725              
14726              Add test for reverse() (8030,8031).
14727              
14728              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
14729              
14730              Do not return the Unicode replacement character    on UTF-8
14731              decoding failure.
14732              
14733              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
14734              not this_utf8 i.e. the output string has one, but don't mess
14735              with source assumption. (8052,8053)
14736              
14737              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
14738              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
14739              was not expecting to be called with something that was already
14740              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
14741              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
14742              (8054)
14743              
14744              Recode the naughty binary bytes in utf8decode.t using the \xHH.
14745              
14746              Make some panic messages a bit more logical.
14747      Branch: maint-5.6/perl
14748           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
14749           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
14750           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
14751           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
14752           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
14753           !> utf8.c utf8.h
14754 ____________________________________________________________________________
14755 [  8569] By: jhi                                   on 2001/01/27  19:16:43
14756         Log: Integrate changes #7750 from perlio and #8566 from mainline.
14757      Branch: maint-5.6/perl
14758           !> regexec.c sv.c
14759 ____________________________________________________________________________
14760 [  8568] By: jhi                                   on 2001/01/27  18:06:51
14761         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
14762              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
14763              7935[-perlio.c],7936,7959,7965 from mainline.
14764              
14765              Change the "big byte" error message to "Wide character".
14766              (7355, the croak-if-wide-chars-in-print part ignored)
14767              
14768              Use UINT64_C().
14769              
14770              Introduce Perl_utf8_length().
14771              
14772              diff -se shows these as different (7753, forgotten check-ins)
14773              
14774              Subject: [PATCH] doop.c - UTF8 tr///
14775              
14776              If we use (aTHX_ ...) then put Perl_ on the front.
14777              
14778              Make utf8_length() and utf8_distance() to be less forgiving
14779              about bad UTF-8.
14780              
14781              Test line numbers are different with utf8.
14782              
14783              No need to scan till infinity, 13 is enough. (7872,7911)
14784              
14785              Subject: [PATCH] Tokeniser debugging
14786              
14787              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
14788              
14789              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
14790              
14791              Be more careful in Perl_sv_utf8_downgrade().
14792              
14793              Use DO_UTF8().
14794              
14795              Raw zero bytes in text files confuse at least GNU patch 2.1.
14796      Branch: maint-5.6/perl
14797           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
14798           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
14799           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
14800           !> t/pragma/utf8.t toke.c utf8.c utf8.h
14801 ____________________________________________________________________________
14802 [  8567] By: nick                                  on 2001/01/27  11:10:38
14803         Log: Integrate mainline
14804      Branch: perlio
14805           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
14806           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
14807           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
14808           !> toke.c
14809 ____________________________________________________________________________
14810 [  8566] By: jhi                                   on 2001/01/27  06:22:48
14811         Log: More documentation for the regexp context stack.
14812      Branch: perl
14813            ! regexec.c
14814 ____________________________________________________________________________
14815 [  8565] By: jhi                                   on 2001/01/27  05:21:57
14816         Log: Update Changes.
14817      Branch: perl
14818            ! Changes patchlevel.h
14819 ____________________________________________________________________________
14820 [  8564] By: jhi                                   on 2001/01/27  04:44:04
14821         Log: Threadedness patch for #8562 from Doug MacEachern.
14822      Branch: perl
14823            ! toke.c
14824 ____________________________________________________________________________
14825 [  8563] By: jhi                                   on 2001/01/27  04:26:24
14826         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
14827              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
14828              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
14829              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
14830      Branch: perl
14831            ! op.c
14832 ____________________________________________________________________________
14833 [  8562] By: jhi                                   on 2001/01/27  04:20:30
14834         Log: Subject: Re: Announce : Tokener reporting patch
14835              From: Simon Cozens <simon@cozens.net>
14836              Date: Mon, 22 Jan 2001 02:17:22 +0000
14837              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
14838      Branch: perl
14839            ! embed.h embed.pl proto.h toke.c
14840 ____________________________________________________________________________
14841 [  8561] By: jhi                                   on 2001/01/27  04:17:24
14842         Log: Forgot from #8545.  Oops.
14843      Branch: perl
14844            ! pp.c t/pragma/overload.t
14845 ____________________________________________________________________________
14846 [  8560] By: jhi                                   on 2001/01/27  03:01:47
14847         Log: A better module compilation test, use MANIFEST as suggested
14848              by Spider.
14849      Branch: perl
14850            ! t/lib/1_compile.t
14851 ____________________________________________________________________________
14852 [  8559] By: jhi                                   on 2001/01/27  02:50:48
14853         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
14854              From: Peter Prymmer <pvhp@forte.com>
14855              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
14856              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
14857      Branch: perl
14858            ! t/lib/b.t
14859 ____________________________________________________________________________
14860 [  8558] By: jhi                                   on 2001/01/27  02:27:05
14861         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
14862              From: Peter Prymmer <pvhp@forte.com>
14863              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
14864              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
14865      Branch: perl
14866            ! t/pragma/sub_lval.t
14867 ____________________________________________________________________________
14868 [  8557] By: jhi                                   on 2001/01/27  02:26:03
14869         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
14870              From: Peter Prymmer <pvhp@forte.com>
14871              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
14872              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
14873      Branch: perl
14874            ! t/lib/st-06compat.t
14875 ____________________________________________________________________________
14876 [  8556] By: jhi                                   on 2001/01/27  02:24:33
14877         Log: Subject: [PATCH: perl@8531] minor update to README.os390
14878              From: Peter Prymmer <pvhp@forte.com>
14879              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
14880              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
14881      Branch: perl
14882            ! README.os390
14883 ____________________________________________________________________________
14884 [  8555] By: jhi                                   on 2001/01/27  00:35:47
14885         Log: No point in checking the length before we know whether the pointer
14886              is bogus or not, fixes Abigail's odbm failures in Linux.
14887      Branch: perl
14888            ! sv.c
14889 ____________________________________________________________________________
14890 [  8554] By: nick                                  on 2001/01/26  19:01:31
14891         Log: Integrate mainline
14892      Branch: perlio
14893           !> lib/Text/Wrap.pm t/lib/textwrap.t
14894 ____________________________________________________________________________
14895 [  8553] By: jhi                                   on 2001/01/26  15:19:39
14896         Log: Integrate change #7792 from perlio (multiplicity fix),
14897              fix the AV leak in regex DEBUGGING (tiny part of the
14898              polymorphic regexp patch #8143).
14899      Branch: maint-5.6/perl
14900            ! regcomp.c
14901           !> scope.h
14902 ____________________________________________________________________________
14903 [  8552] By: jhi                                   on 2001/01/26  15:03:23
14904         Log: Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
14905              From: Michael G Schwern <schwern@pobox.com>
14906              Date: Fri, 26 Jan 2001 09:28:31 -0500
14907              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
14908      Branch: perl
14909            ! lib/Text/Wrap.pm t/lib/textwrap.t
14910 ____________________________________________________________________________
14911 [  8551] By: jhi                                   on 2001/01/26  02:33:19
14912         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
14913              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
14914              
14915              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
14916              
14917              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
14918              
14919              Message nit.
14920              
14921              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
14922              
14923              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
14924              
14925              (the cleanup of unused submatches in regtry() and regcppop())
14926              
14927              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
14928              stored and restored, and thusly was trounced by the utf8 swash
14929              routines.
14930              
14931              use utf8 not required to use \x{}.
14932              
14933              Removed two more tests that make no sense in UTF-8 since the test
14934              data is not in UTF-8.
14935              
14936              Get the three different space character classes right under utf8.
14937              
14938              Implement ANYOFUTF8 regprop() dumping.
14939              
14940              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
14941              
14942              Document the regex context pushing/popping a bit better.
14943      Branch: maint-5.6/perl
14944           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
14945           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
14946           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
14947           !> t/op/regmesg.t utf8.c
14948 ____________________________________________________________________________
14949 [  8550] By: nick                                  on 2001/01/25  19:42:30
14950         Log: Integrate mainline
14951      Branch: perlio
14952           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
14953           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
14954           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
14955           !> t/lib/bigint.t t/lib/bigintpm.t
14956 ____________________________________________________________________________
14957 [  8549] By: jhi                                   on 2001/01/25  15:22:28
14958         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
14959      Branch: maint-5.6/perl
14960            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
14961 ____________________________________________________________________________
14962 [  8548] By: jhi                                   on 2001/01/25  15:02:55
14963         Log: Integrate changes #7997,8063,8492,8547 from mainline.
14964              
14965              Subject: Re: STRLEN - what?
14966              
14967              Subject: [PATCH] perlguts.pod
14968              
14969              Memory management calls documentation.
14970              
14971              Layout using tabulator is not a good idea in a pod.
14972      Branch: maint-5.6/perl
14973           !> pod/perlguts.pod
14974 ____________________________________________________________________________
14975 [  8547] By: jhi                                   on 2001/01/25  14:49:05
14976         Log: Layout using tabulator is not a good idea in a pod.
14977      Branch: perl
14978            ! pod/perlguts.pod
14979 ____________________________________________________________________________
14980 [  8546] By: jhi                                   on 2001/01/25  14:31:12
14981         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
14982              from mainline.
14983              
14984              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
14985              
14986              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
14987              
14988              More Win32 editor/IDE/shell hints.
14989              
14990              More Win32 Perling.
14991              
14992              Yet another editor edit.
14993              
14994              Edit edit edit.
14995              
14996              IDE/editor section tweaking.
14997              
14998              Few more IDE/editor nits from p5p.
14999      Branch: maint-5.6/perl
15000           !> pod/perlfaq3.pod
15001 ____________________________________________________________________________
15002 [  8545] By: jhi                                   on 2001/01/25  04:16:32
15003         Log: Subject: [PATCH 5.7.0] overload int()
15004              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15005              Date: Wed, 24 Jan 2001 19:06:57 -0500
15006              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
15007      Branch: perl
15008            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
15009            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
15010            ! t/lib/bigintpm.t
15011 ____________________________________________________________________________
15012 [  8544] By: jhi                                   on 2001/01/25  04:15:11
15013         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
15014              From: Peter Prymmer <pvhp@forte.com>
15015              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
15016              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
15017      Branch: perl
15018            ! Makefile.SH README.os390 hints/os390.sh installperl
15019 ____________________________________________________________________________
15020 [  8543] By: jhi                                   on 2001/01/25  03:52:08
15021         Log: Integrate change #8462,8469 from mainline.
15022              
15023              In VMS Perl subversion (perl -V) is undef.
15024      Branch: maint-5.6/perl
15025           !> configure.com
15026 ____________________________________________________________________________
15027 [  8542] By: jhi                                   on 2001/01/25  03:44:55
15028         Log: Integrate changes #7835,7850,8315,8316 from mainline.
15029              
15030              Solaris hints.
15031      Branch: maint-5.6/perl
15032           !> hints/solaris_2.sh
15033 ____________________________________________________________________________
15034 [  8541] By: jhi                                   on 2001/01/25  03:39:28
15035         Log: Integrate #8336 from mainline.
15036      Branch: maint-5.6/perl
15037           !> hv.c
15038 ____________________________________________________________________________
15039 [  8540] By: jhi                                   on 2001/01/25  03:23:50
15040         Log: Retract #8539.
15041      Branch: maint-5.6/perl
15042            ! pod/perlfaq3.pod
15043 ____________________________________________________________________________
15044 [  8539] By: jhi                                   on 2001/01/25  03:21:55
15045         Log: (Retracted by #5940.)
15046      Branch: maint-5.6/perl
15047            ! pod/perlfaq3.pod
15048 ____________________________________________________________________________
15049 [  8538] By: jhi                                   on 2001/01/25  03:14:07
15050         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
15051              From: Peter Prymmer <pvhp@forte.com>
15052              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
15053              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
15054              
15055              The VMS bits.
15056      Branch: maint-5.6/perl
15057            ! configure.com vms/descrip_mms.template
15058 ____________________________________________________________________________
15059 [  8537] By: jhi                                   on 2001/01/25  03:06:09
15060         Log: Integrate #7710,7824,7973 from mainline.
15061      Branch: maint-5.6/perl
15062           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
15063           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
15064           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
15065           !> vos/config.ga.def vos/config.ga.h win32/config.bc
15066           !> win32/config.gc win32/config.vc
15067 ____________________________________________________________________________
15068 [  8536] By: jhi                                   on 2001/01/24  13:50:20
15069         Log: Revert the edits made by me so far to the 5.6 branch since
15070              the TRIAL1 since I did edits when I should have been using
15071              integrates.  Bad programmer.   (Will integrate them properly later.)
15072              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
15073              The #8353 will not be reapplied at least for now since
15074              the UTF-8 hash keys need more thinking.
15075              (The patches #8347, #8354, #8454, #8473 were okay since they
15076              were original edits made specifically for the 5.6.1-TRIAL1.)
15077      Branch: maint-5.6/perl
15078            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15079            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
15080            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
15081            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
15082            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
15083            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
15084            ! win32/config.bc win32/config.gc win32/config.vc
15085 ____________________________________________________________________________
15086 [  8535] By: bailey                                on 2001/01/24  06:37:02
15087         Log: SYN SYN
15088      Branch: vmsperl
15089           +> (branch 26 files)
15090           !> (integrate 130 files)
15091 ____________________________________________________________________________
15092 [  8534] By: nick                                  on 2001/01/23  19:30:57
15093         Log: Integrate mainline.
15094      Branch: perlio
15095           !> Changes Configure Porting/Glossary Porting/config.sh
15096           !> Porting/config_H embed.h embed.pl ext/Encode/compile
15097           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
15098           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
15099           !> pod/perlvar.pod proto.h t/lib/1_compile.t
15100 ____________________________________________________________________________
15101 [  8533] By: jhi                                   on 2001/01/23  16:15:46
15102         Log: Forgotten from #8501.
15103      Branch: perl
15104            ! Porting/Glossary Porting/config.sh Porting/config_H
15105 ____________________________________________________________________________
15106 [  8532] By: jhi                                   on 2001/01/23  16:13:27
15107         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
15108              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
15109              Date: Mon, 22 Jan 2001 17:51:58 +0100
15110              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
15111      Branch: perl
15112            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
15113 ____________________________________________________________________________
15114 [  8531] By: jhi                                   on 2001/01/23  15:46:01
15115         Log: Update Changes.
15116      Branch: perl
15117            ! Changes patchlevel.h
15118 ____________________________________________________________________________
15119 [  8530] By: jhi                                   on 2001/01/23  15:38:39
15120         Log: De-cut-and-pasto.
15121      Branch: perl
15122            ! t/lib/1_compile.t
15123 ____________________________________________________________________________
15124 [  8529] By: jhi                                   on 2001/01/23  15:11:04
15125         Log: Document the mkdir trailing slashes case.
15126      Branch: perl
15127            ! pod/perlfunc.pod
15128 ____________________________________________________________________________
15129 [  8528] By: jhi                                   on 2001/01/23  15:08:28
15130         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
15131              get installed:
15132              
15133              Subject: lib/lib.pm
15134              From: <abigail@foad.org>
15135              Date: Mon, 28 Aug 2000 20:35:08 -0400
15136              Message-ID: <20000829003508.21281.qmail@foad.org>
15137      Branch: perl
15138            ! installperl
15139 ____________________________________________________________________________
15140 [  8527] By: jhi                                   on 2001/01/23  14:44:04
15141         Log: Metaconfig unit change for #8526.
15142      Branch: metaconfig
15143            ! U/threads/archname.U
15144 ____________________________________________________________________________
15145 [  8526] By: jhi                                   on 2001/01/23  14:43:19
15146         Log: Attach -perlio to the archname if so selected.
15147      Branch: perl
15148            ! Configure
15149 ____________________________________________________________________________
15150 [  8525] By: jhi                                   on 2001/01/23  14:24:01
15151         Log: Subject: [PATCH] pod/perlvar.pod
15152              From: abigail@foad.org
15153              Date: Tue, 23 Jan 2001 01:41:10 +0100
15154              Message-ID: <20010123004110.22259.qmail@foad.org>
15155      Branch: perl
15156            ! pod/perlvar.pod
15157 ____________________________________________________________________________
15158 [  8524] By: jhi                                   on 2001/01/23  14:22:32
15159         Log: A bug introduced in #8217 (the undefined variable in the
15160              lib/safe1_t #3) fixed, by Charles Lane:
15161              
15162              The earlier patch made it so that stuff running in Safe
15163              compartments could do a "caller" and see "main".  That
15164              little change in name is done right before the code in
15165              the compartment is run, and apparantly the parser
15166              was picking up the stash name before it got changed.
15167              
15168              (why it was threaded vs. unthreaded Perl that was sensitive to this
15169              I still don't know...and it probably doesn't matter).
15170              
15171              I tryed removing the stash name-change and saw that threaded Perl
15172              did indeed pass the lib/safe1.t tests.
15173              
15174              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
15175              do the name change (and to connect _ in the compartment to the global
15176              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
15177              to call _safe_pkg_prep when creating a new compartment.
15178              
15179              Passes all tests with threaded perl on linux; passes all tests
15180              with unthreaded perl on VMS.
15181              
15182              At some point I'll probably want to revisit Safe and Opcode to
15183              provide more sensible handling of global variables...and to get
15184              formats working in Safe compartments, which they don't do currently.
15185      Branch: perl
15186            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
15187 ____________________________________________________________________________
15188 [  8523] By: jhi                                   on 2001/01/23  14:11:58
15189         Log: Also the lib/Thread.pm itself needs to be ignored if
15190              the Thread extension hasn't been built.
15191      Branch: perl
15192            ! t/lib/1_compile.t
15193 ____________________________________________________________________________
15194 [  8522] By: jhi                                   on 2001/01/23  13:51:28
15195         Log: print() instead of warn() so that stderr doesn't get
15196              unncessarily polluted.
15197      Branch: perl
15198            ! ext/Encode/compile
15199 ____________________________________________________________________________
15200 [  8521] By: jhi                                   on 2001/01/23  13:49:48
15201         Log: Integrate perlio.
15202      Branch: perl
15203           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
15204           !> ext/Encode/encode.h
15205 ____________________________________________________________________________
15206 [  8520] By: nick                                  on 2001/01/22  21:44:00
15207         Log: More messing with Encode:
15208              Extra fields in header to allow multiple names and to record
15209              other things "compile" knows.
15210              Re-organise compile to factor out common output routines.
15211      Branch: perlio
15212            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
15213 ____________________________________________________________________________
15214 [  8519] By: nick                                  on 2001/01/22  20:33:50
15215         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
15216      Branch: perlio
15217            ! ext/Encode/Makefile.PL ext/Encode/compile
15218 ____________________________________________________________________________
15219 [  8518] By: nick                                  on 2001/01/22  20:28:13
15220         Log: Integrate mainline
15221      Branch: perlio
15222           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
15223           !> vos/config.alpha.def vos/config.alpha.h
15224 ____________________________________________________________________________
15225 [  8517] By: jhi                                   on 2001/01/22  15:37:17
15226         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
15227              by Inaba Hiroto.
15228      Branch: perl
15229            ! sv.c
15230 ____________________________________________________________________________
15231 [  8516] By: jhi                                   on 2001/01/22  14:55:15
15232         Log: More SIG_SIZE fixes.
15233      Branch: perl
15234            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
15235 ____________________________________________________________________________
15236 [  8515] By: jhi                                   on 2001/01/22  14:50:27
15237         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
15238              From: "Craig A. Berry" <craigberry@mac.com>
15239              Date: Mon, 22 Jan 2001 00:42:24 -0600
15240              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
15241      Branch: perl
15242            ! configure.com
15243 ____________________________________________________________________________
15244 [  8514] By: jhi                                   on 2001/01/22  14:31:17
15245         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
15246              From: "Craig A. Berry" <craigberry@mac.com>
15247              Date: Sun, 21 Jan 2001 23:03:25 -0600
15248              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
15249      Branch: perl
15250            ! configure.com
15251 ____________________________________________________________________________
15252 [  8513] By: jhi                                   on 2001/01/22  14:14:00
15253         Log: Add the .ucm encoding tables to the MANIFEST.
15254      Branch: perl
15255            ! MANIFEST
15256 ____________________________________________________________________________
15257 [  8512] By: jhi                                   on 2001/01/22  13:43:33
15258         Log: Integrate perlio.
15259      Branch: perl
15260           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
15261           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
15262           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
15263           +> ext/Encode/Encode/iso8859-10.ucm
15264           +> ext/Encode/Encode/iso8859-13.ucm
15265           +> ext/Encode/Encode/iso8859-14.ucm
15266           +> ext/Encode/Encode/iso8859-15.ucm
15267           +> ext/Encode/Encode/iso8859-16.ucm
15268           +> ext/Encode/Encode/iso8859-2.ucm
15269           +> ext/Encode/Encode/iso8859-3.ucm
15270           +> ext/Encode/Encode/iso8859-4.ucm
15271           +> ext/Encode/Encode/iso8859-5.ucm
15272           +> ext/Encode/Encode/iso8859-6.ucm
15273           +> ext/Encode/Encode/iso8859-7.ucm
15274           +> ext/Encode/Encode/iso8859-8.ucm
15275           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
15276           +> ext/Encode/Encode/symbol.ucm
15277           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
15278           !> perliol.h
15279 ____________________________________________________________________________
15280 [  8511] By: nick                                  on 2001/01/21  23:44:47
15281         Log: Make "real" layers of ":utf8" and ":raw".
15282              So now PERLIO=utf8 perl ...
15283              does what Andreas wanted.
15284              Fix arg passing in open.pm (still have a Carp issue).
15285      Branch: perlio
15286            ! lib/open.pm perlio.c perliol.h
15287 ____________________________________________________________________________
15288 [  8510] By: jhi                                   on 2001/01/21  22:56:53
15289         Log: Document the regex context pushing/popping a bit better.
15290      Branch: perl
15291            ! regexec.c
15292 ____________________________________________________________________________
15293 [  8509] By: jhi                                   on 2001/01/21  22:55:44
15294         Log: Tweak the mkdir trailing slash code some more.
15295              
15296              TO DO: the same handling should probably be done for
15297              all the other filesystem functions that can have directories
15298              as their arguments.
15299      Branch: perl
15300            ! pp_sys.c
15301 ____________________________________________________________________________
15302 [  8508] By: nick                                  on 2001/01/21  21:37:43
15303         Log: Switch "compiled in" encodings to .ucm format.
15304              (Leave others as .enc till we can run-time load .ucm,
15305              or find some other way to load them.)
15306      Branch: perlio
15307            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
15308            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
15309            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
15310            + ext/Encode/Encode/iso8859-10.ucm
15311            + ext/Encode/Encode/iso8859-13.ucm
15312            + ext/Encode/Encode/iso8859-14.ucm
15313            + ext/Encode/Encode/iso8859-15.ucm
15314            + ext/Encode/Encode/iso8859-16.ucm
15315            + ext/Encode/Encode/iso8859-2.ucm
15316            + ext/Encode/Encode/iso8859-3.ucm
15317            + ext/Encode/Encode/iso8859-4.ucm
15318            + ext/Encode/Encode/iso8859-5.ucm
15319            + ext/Encode/Encode/iso8859-6.ucm
15320            + ext/Encode/Encode/iso8859-7.ucm
15321            + ext/Encode/Encode/iso8859-8.ucm
15322            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
15323            + ext/Encode/Encode/symbol.ucm
15324            ! ext/Encode/Makefile.PL ext/Encode/compile
15325 ____________________________________________________________________________
15326 [  8507] By: nick                                  on 2001/01/21  21:02:03
15327         Log: Integrate (partial) mainline.
15328      Branch: perlio
15329           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
15330           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
15331           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
15332 ____________________________________________________________________________
15333 [  8506] By: jhi                                   on 2001/01/21  20:09:30
15334         Log: Update Changes.
15335      Branch: perl
15336            ! Changes patchlevel.h
15337 ____________________________________________________________________________
15338 [  8505] By: jhi                                   on 2001/01/21  19:39:59
15339         Log: Subject: Minor typos in perlfaq2.pod
15340              From: "Stephen P. Potter" <spp@spotter.yi.org>
15341              Message-Id: <200101192101.QAA11911@spotter.yi.org>
15342              Date: Fri, 19 Jan 2001 16:01:13 -0500
15343              
15344              with a nit from Philip Netwon.
15345      Branch: perl
15346            ! pod/perlfaq2.pod
15347 ____________________________________________________________________________
15348 [  8504] By: jhi                                   on 2001/01/21  19:33:05
15349         Log: Metaconfig change for #8503.
15350      Branch: metaconfig
15351            ! U/threads/usethreads.U
15352 ____________________________________________________________________________
15353 [  8503] By: jhi                                   on 2001/01/21  19:32:21
15354         Log: Sanity check for conflicting thread flavours.
15355      Branch: perl
15356            ! Configure config_h.SH
15357 ____________________________________________________________________________
15358 [  8502] By: jhi                                   on 2001/01/21  19:23:00
15359         Log: Metaconfig change for #8501.
15360      Branch: metaconfig
15361            ! U/modified/sig_name.U
15362 ____________________________________________________________________________
15363 [  8501] By: jhi                                   on 2001/01/21  19:22:26
15364         Log: The SIG_SIZE is the number of the elements *excluding*
15365              the terminating NULL.
15366      Branch: perl
15367            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
15368            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
15369            ! win32/config_H.vc
15370 ____________________________________________________________________________
15371 [  8500] By: jhi                                   on 2001/01/21  18:31:31
15372         Log: Integrate perlio.
15373      Branch: perl
15374           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
15375           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
15376           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
15377           !> pp_sys.c proto.h sv.c
15378 ____________________________________________________________________________
15379 [  8499] By: jhi                                   on 2001/01/21  17:43:57
15380         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
15381              From: Hugo <hv@crypt.compulink.co.uk>
15382              Date: Sun, 21 Jan 2001 13:34:05 +0000
15383              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
15384              
15385              In sprintf UTF8ize only if necessary.
15386      Branch: perl
15387            ! sv.c
15388 ____________________________________________________________________________
15389 [  8498] By: nick                                  on 2001/01/21  16:25:32
15390         Log: Encode cleanup.
15391              Add command line control over "compile" so that Makefile.PL
15392              needs can be combined with other uses.
15393              Use command line options in Makefile.PL.
15394              Fix multi-byte parsing in .ucm files.
15395      Branch: perlio
15396            ! ext/Encode/Makefile.PL ext/Encode/compile
15397 ____________________________________________________________________________
15398 [  8497] By: nick                                  on 2001/01/21  12:56:27
15399         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
15400      Branch: perlio
15401            ! ext/Encode/Encode.xs
15402 ____________________________________________________________________________
15403 [  8496] By: nick                                  on 2001/01/21  12:18:45
15404         Log: Fixup after integrate:
15405              missed the .sym files that are changed by regen_headers
15406              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
15407      Branch: perlio
15408            ! global.sym pp.sym sv.c
15409 ____________________________________________________________________________
15410 [  8495] By: nick                                  on 2001/01/21  11:51:07
15411         Log: Integrate mainline.
15412      Branch: perlio
15413           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
15414           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
15415           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
15416           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
15417           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
15418           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
15419           !> win32/Makefile win32/makefile.mk
15420 ____________________________________________________________________________
15421 [  8494] By: jhi                                   on 2001/01/20  23:12:11
15422         Log: Forgot the expect_number() prototype.
15423      Branch: perl
15424            ! embed.h embed.pl proto.h
15425 ____________________________________________________________________________
15426 [  8493] By: jhi                                   on 2001/01/20  22:56:39
15427         Log: Subject: [PATCH: perl@8482] README.vms URL updates
15428              From: Peter Prymmer <pvhp@forte.com>
15429              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
15430              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
15431              
15432              Plus Craig A. Berry's suggestion to use compaq.com instead
15433              of digital.com.
15434      Branch: perl
15435            ! README.vms
15436 ____________________________________________________________________________
15437 [  8492] By: jhi                                   on 2001/01/20  22:50:05
15438         Log: Memory management calls documentation.
15439      Branch: perl
15440            ! pod/perlguts.pod
15441 ____________________________________________________________________________
15442 [  8491] By: jhi                                   on 2001/01/20  22:38:33
15443         Log: Signedness nit plus few memcpy/Copy nits.
15444      Branch: perl
15445            ! sv.c
15446 ____________________________________________________________________________
15447 [  8490] By: jhi                                   on 2001/01/20  22:25:53
15448         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
15449              From: Peter Prymmer <pvhp@forte.com>
15450              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
15451              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
15452      Branch: perl
15453            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
15454 ____________________________________________________________________________
15455 [  8489] By: jhi                                   on 2001/01/20  22:24:41
15456         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
15457              From: Peter Prymmer <pvhp@forte.com>
15458              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
15459              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
15460      Branch: perl
15461            ! win32/Makefile win32/makefile.mk
15462 ____________________________________________________________________________
15463 [  8488] By: jhi                                   on 2001/01/20  22:22:27
15464         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
15465              From: Peter Prymmer <pvhp@forte.com>
15466              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
15467              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
15468      Branch: perl
15469            ! Makefile.SH
15470 ____________________________________________________________________________
15471 [  8487] By: jhi                                   on 2001/01/20  22:21:18
15472         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
15473              From: Peter Prymmer <pvhp@forte.com>
15474              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
15475              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
15476      Branch: perl
15477            + ext/DynaLoader/dl_dllload.xs
15478            ! MANIFEST Makefile.SH hints/os390.sh
15479 ____________________________________________________________________________
15480 [  8486] By: jhi                                   on 2001/01/20  22:17:53
15481         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
15482              From: Peter Prymmer <pvhp@forte.com>
15483              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
15484              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
15485      Branch: perl
15486            ! README.os390 README.posix-bc
15487 ____________________________________________________________________________
15488 [  8485] By: jhi                                   on 2001/01/20  20:15:30
15489         Log: Document and test the new qu operator.
15490      Branch: perl
15491            + t/op/qu.t
15492            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
15493            ! pod/perlretut.pod pod/perlunicode.pod
15494 ____________________________________________________________________________
15495 [  8484] By: nick                                  on 2001/01/20  19:42:30
15496         Log: Infrastructure to allow:
15497              open($fh,"|-",@array);
15498              to be implemented
15499              i.e. mark pp_open as needing a stack mark, and make pp_open
15500              process its args in that style (and pass them _all_ to tied handles OPEN).
15501              Invent do_openn() which takes SV ** at allow it to see multiple args.
15502              Note this does not _do_ anything yet.
15503      Branch: perlio
15504            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
15505            ! perlapi.c pp_proto.h pp_sys.c proto.h
15506 ____________________________________________________________________________
15507 [  8483] By: nick                                  on 2001/01/20  17:23:14
15508         Log: Integrate mainline.
15509      Branch: perlio
15510           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
15511           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
15512 ____________________________________________________________________________
15513 [  8482] By: jhi                                   on 2001/01/19  15:37:49
15514         Log: Update Changes.
15515      Branch: perl
15516            ! Changes patchlevel.h
15517 ____________________________________________________________________________
15518 [  8481] By: jhi                                   on 2001/01/19  14:41:24
15519         Log: Subject: Re: new feature: s?printf parameter reordering 
15520              From: Hugo <hv@crypt.compulink.co.uk>
15521              Date: Thu, 11 Jan 2001 17:09:03 +0000
15522              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
15523              
15524              - support reordering for all parameters: %, *v, *, .*
15525              - lay down that the reordering specification must immediately
15526              follow that parameter: %3$, *v3$, *3$, .*3$
15527              - fix vectorisation of a zero-length string
15528              - factor out the code choosing the argument to format
15529              
15530              Possibly unwanted side-effects:
15531              - the special format specifiers ' +-0' must now precede any
15532              vectorisation specifier. Tests in op/sprintf and op/ver
15533              have been changed to reflect this.
15534              - sprintf.t test #214 changed its expectations because in many
15535              cases, the next parameter has already been consumed when an
15536              invalid type letter is detected.
15537              
15538              Probably wanted side-effects:
15539              - attempts to format a non-existent parameter will warn as if C<undef>
15540              - attempt to write to non-existent parameter with '%n' will complain
15541              of "attempt to modify read-only value" instead of being silent
15542      Branch: perl
15543            ! sv.c t/op/sprintf.t t/op/ver.t
15544 ____________________________________________________________________________
15545 [  8480] By: jhi                                   on 2001/01/19  14:08:37
15546         Log: Subject: PATCH pragma/locale.t
15547              From: andreas.koenig@anima.de (Andreas J. Koenig)
15548              Date: 18 Jan 2001 09:45:37 +0100
15549              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
15550      Branch: perl
15551            ! t/pragma/locale.t
15552 ____________________________________________________________________________
15553 [  8479] By: jhi                                   on 2001/01/19  13:19:58
15554         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
15555      Branch: perl
15556            ! configure.com
15557 ____________________________________________________________________________
15558 [  8478] By: jhi                                   on 2001/01/19  02:12:35
15559         Log: Automate 1_compile.t.
15560      Branch: perl
15561            ! t/lib/1_compile.t
15562 ____________________________________________________________________________
15563 [  8477] By: jhi                                   on 2001/01/19  01:49:56
15564         Log: Integrate perlio.
15565      Branch: perl
15566           !> sv.c win32/config.bc win32/config.gc win32/config.vc
15567           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
15568 ____________________________________________________________________________
15569 [  8476] By: nick                                  on 2001/01/18  21:51:52
15570         Log: Integrate mainline
15571      Branch: perlio
15572           +> t/lib/1_compile.t t/lib/compmod.pl
15573           !> MANIFEST configure.com lib/unicode/distinct.pm
15574 ____________________________________________________________________________
15575 [  8475] By: nick                                  on 2001/01/18  21:48:02
15576         Log: Win32 "safe signals" co-existance fix.
15577              Fix SIG_SIZE value.
15578              Clear PL_sig_pending when cloning (fork).
15579      Branch: perlio
15580            ! sv.c win32/config.bc win32/config.gc win32/config.vc
15581            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
15582 ____________________________________________________________________________
15583 [  8474] By: jhi                                   on 2001/01/18  14:40:57
15584         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
15585      Branch: perl
15586            ! t/lib/1_compile.t
15587 ____________________________________________________________________________
15588 [  8473] By: gsar                                  on 2001/01/18  11:42:31
15589         Log: unsubmitted trial1 change
15590      Branch: maint-5.6/perl
15591            ! Changes
15592 ____________________________________________________________________________
15593 [  8472] By: jhi                                   on 2001/01/18  04:30:24
15594         Log: The first bug found by 1_compile.t.
15595      Branch: perl
15596            ! lib/unicode/distinct.pm
15597 ____________________________________________________________________________
15598 [  8471] By: jhi                                   on 2001/01/18  04:29:42
15599         Log: Add Schwern's 1_compile test.  The compile_module script renamed
15600              to be a bit shorter for the 8.3 people.
15601      Branch: perl
15602            + t/lib/1_compile.t t/lib/compmod.pl
15603            ! MANIFEST
15604 ____________________________________________________________________________
15605 [  8470] By: jhi                                   on 2001/01/18  04:16:00
15606         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)
15607              From: Peter Prymmer <pvhp@forte.com>
15608              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
15609              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
15610              Replace #8463.
15611      Branch: maint-5.6/perl
15612            ! configure.com
15613 ____________________________________________________________________________
15614 [  8469] By: jhi                                   on 2001/01/18  04:13:02
15615         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)
15616              From: Peter Prymmer <pvhp@forte.com>
15617              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
15618              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
15619              Replace #8462.
15620      Branch: perl
15621            ! configure.com
15622 ____________________________________________________________________________
15623 [  8468] By: jhi                                   on 2001/01/18  03:42:08
15624         Log: Integrate perlio.
15625      Branch: perl
15626           !> gv.c mg.c perlio.c util.c
15627 ____________________________________________________________________________
15628 [  8467] By: nick                                  on 2001/01/17  22:41:10
15629         Log: "Safe" signals - trial implementation.
15630              gv.c tweaked to zero PL_sig_pend array
15631              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
15632              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
15633              Odd thing is that it "works" with PERLIO=stdio as well (linux).
15634      Branch: perlio
15635            ! gv.c mg.c perlio.c util.c
15636 ____________________________________________________________________________
15637 [  8466] By: nick                                  on 2001/01/17  20:40:20
15638         Log: Integrate mainline.
15639      Branch: perlio
15640           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
15641           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
15642           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
15643           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
15644           !> vos/config.ga.h win32/config.bc win32/config.gc
15645           !> win32/config.vc
15646 ____________________________________________________________________________
15647 [  8465] By: jhi                                   on 2001/01/17  18:37:13
15648         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
15649              From: Nicholas Clark <nick@ccl4.org>
15650              Date: Wed, 17 Jan 2001 17:31:33 +0000
15651              Message-ID: <20010117173133.I2633@plum.flirble.org>
15652      Branch: perl
15653            ! t/op/int.t
15654 ____________________________________________________________________________
15655 [  8464] By: jhi                                   on 2001/01/17  14:43:17
15656         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
15657              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
15658              Date: Wed, 17 Jan 2001 15:16:43 +0100
15659              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
15660              
15661              pp_int() was dropping an NV to the floor,
15662              int(279964589018079/59) either returned not an integer
15663              4745162525730.15, or one got "Attempt to free unreferenced scalar."
15664      Branch: perl
15665            ! pp.c
15666 ____________________________________________________________________________
15667 [  8463] By: jhi                                   on 2001/01/17  06:12:42
15668         Log: (Replaced by #8470)
15669              
15670              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)
15671              From: "Craig A. Berry" <craigberry@mac.com>
15672              Date: Tue, 16 Jan 2001 23:38:46 -0600
15673              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
15674      Branch: maint-5.6/perl
15675            ! configure.com
15676 ____________________________________________________________________________
15677 [  8462] By: jhi                                   on 2001/01/17  06:11:31
15678         Log: (Replaced by #8469)
15679              
15680              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)
15681              From: "Craig A. Berry" <craigberry@mac.com>
15682              Date: Tue, 16 Jan 2001 23:38:46 -0600
15683              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
15684      Branch: perl
15685            ! configure.com
15686 ____________________________________________________________________________
15687 [  8461] By: jhi                                   on 2001/01/17  05:56:12
15688         Log: Allow for one trailing slash in the directory of mkdir().
15689      Branch: perl
15690            ! pp_sys.c
15691 ____________________________________________________________________________
15692 [  8460] By: jhi                                   on 2001/01/17  03:26:01
15693         Log: Metaconfig unit changes for #8459.
15694      Branch: metaconfig
15695            ! U/modified/Loc.U U/modified/sig_name.U
15696 ____________________________________________________________________________
15697 [  8459] By: jhi                                   on 2001/01/17  03:24:48
15698         Log: Define SIG_SIZE, the number of elements in the sig_name and
15699              sig_num arrays, including the final NULL entry.
15700      Branch: perl
15701            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15702            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
15703            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
15704            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
15705            ! win32/config.bc win32/config.gc win32/config.vc
15706 ____________________________________________________________________________
15707 [  8458] By: jhi                                   on 2001/01/17  01:41:33
15708         Log: Integrate perlio.
15709      Branch: perl
15710           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
15711           !> perlapi.h proto.h sv.c
15712 ____________________________________________________________________________
15713 [  8457] By: nick                                  on 2001/01/16  22:07:26
15714         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
15715              Provides all the "cost" but no benefit yet - it is to allow cost
15716              to be measured, and implementation experiments (just in mg.c?).
15717      Branch: perlio
15718            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
15719            ! perlapi.h proto.h sv.c
15720 ____________________________________________________________________________
15721 [  8456] By: nick                                  on 2001/01/16  21:07:07
15722         Log: Integrate mainline.
15723      Branch: perlio
15724           !> (integrate 51 files)
15725 ____________________________________________________________________________
15726 [  8455] By: jhi                                   on 2001/01/16  18:13:43
15727         Log: Subject: [PATCH] regcomp.c old feature removal
15728              From: mjd@plover.com
15729              Date: 16 Jan 2001 14:43:18 -0000 
15730              Message-ID: <20010116144318.7140.qmail@plover.com> 
15731      Branch: perl
15732            ! regcomp.c
15733 ____________________________________________________________________________
15734 [  8454] By: jhi                                   on 2001/01/16  16:12:39
15735         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
15736              From: "Indy Singh" <indy@nusphere.com>
15737              Date: Wed, 10 Jan 2001 20:17:49 -0500
15738              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
15739      Branch: maint-5.6/perl
15740            ! win32/Makefile
15741 ____________________________________________________________________________
15742 [  8453] By: jhi                                   on 2001/01/16  16:09:33
15743         Log: Update Changes.
15744      Branch: perl
15745            ! Changes patchlevel.h
15746 ____________________________________________________________________________
15747 [  8452] By: jhi                                   on 2001/01/16  15:42:04
15748         Log: Subject: Re: API Cleanup
15749              To: perl5-porters@perl.org
15750              Date: Tue, 16 Jan 2001 13:42:30 +0000
15751              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
15752              
15753              Subject: [PATCH] utf8.c documentation
15754              From: Simon Cozens <simon@cozens.net>
15755              Date: Tue, 16 Jan 2001 13:52:48 +0000
15756              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
15757              
15758              Subject: Re: API Cleanup
15759              From: Simon Cozens <simon@cozens.net>
15760              Date: Tue, 16 Jan 2001 14:58:55 +0000
15761              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
15762              
15763              UTF-8 doc patches.
15764      Branch: perl
15765            ! embed.pl pod/perlapi.pod utf8.c
15766 ____________________________________________________________________________
15767 [  8451] By: jhi                                   on 2001/01/16  14:41:39
15768         Log: podlators 1.07, from Russ Allbery.
15769      Branch: perl
15770            ! lib/Pod/Man.pm
15771 ____________________________________________________________________________
15772 [  8450] By: jhi                                   on 2001/01/16  14:24:19
15773         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
15774              From: "Indy Singh" <indy@nusphere.com>
15775              Date: Mon, 15 Jan 2001 20:59:40 -0500
15776              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
15777      Branch: perl
15778            ! win32/Makefile
15779 ____________________________________________________________________________
15780 [  8449] By: jhi                                   on 2001/01/16  03:42:55
15781         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
15782              at the setting of the ofs_sv in new_struct_thread() as the
15783              thr->Tofs_sv (PL_ofs_sv) was still 0xabab...., SvREFCNT_inc()ing
15784              that invited a core dump.
15785      Branch: perl
15786            ! util.c
15787 ____________________________________________________________________________
15788 [  8448] By: jhi                                   on 2001/01/16  01:49:07
15789         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
15790              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
15791              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
15792              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
15793              
15794              Replace #8444 and #8445.
15795      Branch: perl
15796            ! ext/B/B.xs ext/B/B/Debug.pm
15797 ____________________________________________________________________________
15798 [  8447] By: jhi                                   on 2001/01/15  21:05:35
15799         Log: Subject: [PATCH] API Variable documentation   
15800              From: Simon Cozens <simon@cozens.net>
15801              Date: Mon, 15 Jan 2001 19:35:54 +0000
15802              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
15803      Branch: perl
15804            ! pod/perlapi.pod thrdvar.h
15805 ____________________________________________________________________________
15806 [  8446] By: jhi                                   on 2001/01/15  20:49:20
15807         Log: Signedness nit.
15808      Branch: perl
15809            ! pp_ctl.c
15810 ____________________________________________________________________________
15811 [  8445] By: jhi                                   on 2001/01/15  20:28:48
15812         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
15813      Branch: perl
15814            ! ext/B/B/Debug.pm
15815 ____________________________________________________________________________
15816 [  8444] By: jhi                                   on 2001/01/15  13:09:10
15817         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
15818      Branch: perl
15819            ! ext/B/B.xs
15820 ____________________________________________________________________________
15821 [  8443] By: jhi                                   on 2001/01/15  13:06:26
15822         Log: Missing from #8439.
15823      Branch: perl
15824            ! keywords.h mg.c
15825 ____________________________________________________________________________
15826 [  8442] By: jhi                                   on 2001/01/15  13:02:38
15827         Log: Subject: [PATCH @8436] Eliminate op_children
15828              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
15829              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
15830              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
15831              
15832              Subject: [PATCH @8436] Re: Eliminate op_children
15833              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
15834              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
15835              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
15836      Branch: perl
15837            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
15838            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
15839            ! op.c op.h
15840 ____________________________________________________________________________
15841 [  8441] By: jhi                                   on 2001/01/15  12:57:08
15842         Log: Use the /^Perl_/-less form of is_lvalue_sub().
15843      Branch: perl
15844            ! pp.h
15845 ____________________________________________________________________________
15846 [  8440] By: jhi                                   on 2001/01/15  05:13:09
15847         Log: Revert #8437 and #8438, the Linux large files story is more complex.
15848      Branch: metaconfig/U/perl
15849            ! d_fpos64_t.U d_off64_t.U
15850      Branch: perl
15851            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15852            ! config_h.SH configure.com epoc/config.sh perl.h
15853            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
15854            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
15855            ! win32/config.bc win32/config.gc win32/config.vc
15856 ____________________________________________________________________________
15857 [  8439] By: jhi                                   on 2001/01/15  05:02:24
15858         Log: More UTF-8 patches from Inaba Hiroto.
15859              - The substr lval was still not okay.
15860              - Now pp_stringify and sv_setsv copies source's UTF8 flag
15861              even if IN_BYTE.  pp_stringify is called from fold_constants
15862              at optimization phase and "\x{100}" was made SvUTF8_off under
15863              use bytes (the bytes pragma is for "byte semantics" and not
15864              for "do not produce UTF8 data")
15865              - New `qu' operator to generate UTF8 string explicitly.
15866              Though I agree with the policy "0x00-0xff always produce bytes",
15867              sometimes want to such a string to be coded in UTF8.
15868              I can use pack"U0a*" but it requires more typing and has
15869              runtime overhead.
15870              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
15871              change, the bug apears if a pm has PMdf_UTF8 flag but interpolated
15872              string is not UTF8_on and has char 0x80-0xff.
15873              
15874              TODO: document and test qu.
15875      Branch: perl
15876            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
15877            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
15878            ! toke.c
15879 ____________________________________________________________________________
15880 [  8438] By: jhi                                   on 2001/01/14  05:10:23
15881         Log: Metaconfig unit changes for #8437.
15882      Branch: metaconfig/U/perl
15883            ! d_fpos64_t.U d_off64_t.U
15884 ____________________________________________________________________________
15885 [  8437] By: jhi                                   on 2001/01/14  04:55:34
15886         Log: Add <features.h> probing, seems to be needed for (some?)
15887              Linux largefileness.
15888      Branch: perl
15889            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15890            ! config_h.SH configure.com epoc/config.sh perl.h
15891            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
15892            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
15893            ! win32/config.bc win32/config.gc win32/config.vc
15894 ____________________________________________________________________________
15895 [  8436] By: jhi                                   on 2001/01/13  17:47:21
15896         Log: Tighten some of the tests a bit.
15897      Branch: perl
15898            ! t/pragma/utf8.t
15899 ____________________________________________________________________________
15900 [  8435] By: jhi                                   on 2001/01/13  17:31:54
15901         Log: Integrate perlio.
15902      Branch: perl
15903           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
15904           !> win32/config_H.gc win32/config_H.vc
15905 ____________________________________________________________________________
15906 [  8434] By: nick                                  on 2001/01/13  11:36:53
15907         Log: Run dmake regen_config_h for Win32
15908      Branch: perlio
15909            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
15910 ____________________________________________________________________________
15911 [  8433] By: nick                                  on 2001/01/13  11:31:55
15912         Log: VMS friendly patch to Encode compile process
15913      Branch: perlio
15914            ! ext/Encode/Makefile.PL ext/Encode/compile
15915 ____________________________________________________________________________
15916 [  8432] By: nick                                  on 2001/01/13  11:06:44
15917         Log: Integrate mainline
15918      Branch: perlio
15919           +> ext/B/B/Concise.pm
15920           !> (integrate 52 files)
15921 ____________________________________________________________________________
15922 [  8431] By: jhi                                   on 2001/01/13  05:55:55
15923         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
15924              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
15925              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
15926              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
15927      Branch: perl
15928            ! ext/B/B/Concise.pm
15929 ____________________________________________________________________________
15930 [  8430] By: jhi                                   on 2001/01/13  04:24:18
15931         Log: The LVRET macro needed an aTHX.
15932      Branch: perl
15933            ! pp.h
15934 ____________________________________________________________________________
15935 [  8429] By: jhi                                   on 2001/01/13  02:12:42
15936         Log: Update Changes.
15937      Branch: perl
15938            ! Changes patchlevel.h
15939 ____________________________________________________________________________
15940 [  8428] By: jhi                                   on 2001/01/13  02:08:50
15941         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
15942              From: Peter Prymmer <pvhp@forte.com>
15943              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
15944              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
15945              
15946              Add a BEGIN guard for sloppy floating point division.
15947      Branch: perl
15948            ! lib/Math/BigInt.pm lib/bigint.pl
15949 ____________________________________________________________________________
15950 [  8427] By: jhi                                   on 2001/01/13  01:47:16
15951         Log: The B::Terse drop-in replacement wasn't quite drop-in.
15952      Branch: perl
15953            ! ext/B/B/Terse.pm
15954 ____________________________________________________________________________
15955 [  8426] By: jhi                                   on 2001/01/12  21:20:43
15956         Log: Use UVXf.
15957      Branch: perl
15958            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15959            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
15960            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
15961            ! vos/config.ga.def vos/config.ga.h win32/config.bc
15962            ! win32/config.gc win32/config.vc
15963 ____________________________________________________________________________
15964 [  8425] By: jhi                                   on 2001/01/12  20:20:14
15965         Log: Subject: [PATCH perl@8342] -Wformat
15966              From: Robin Barker <rmb1@cise.npl.co.uk>
15967              Date: Fri, 12 Jan 2001 20:03:14 GMT
15968              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
15969      Branch: perl
15970            ! ext/Encode/Encode.xs mg.c sv.c toke.c
15971 ____________________________________________________________________________
15972 [  8424] By: jhi                                   on 2001/01/12  20:01:48
15973         Log: Subject: B::Concise -- an improved replacement for B::Terse 
15974              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
15975              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
15976              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
15977      Branch: perl
15978            + ext/B/B/Concise.pm
15979            ! MANIFEST ext/B/B/Terse.pm
15980 ____________________________________________________________________________
15981 [  8423] By: jhi                                   on 2001/01/12  19:24:02
15982         Log: The new metaconfig unit from the #8421.
15983      Branch: metaconfig/U/perl
15984            + d_sigprocmask.U
15985 ____________________________________________________________________________
15986 [  8422] By: jhi                                   on 2001/01/12  19:23:43
15987         Log: Forgot the microperl config from the #8421.
15988      Branch: perl
15989            ! uconfig.h uconfig.sh
15990 ____________________________________________________________________________
15991 [  8421] By: jhi                                   on 2001/01/12  19:05:27
15992         Log: Add sigprocmask() probe, regen Configure, regen toc.
15993      Branch: perl
15994            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15995            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
15996            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
15997            ! vos/config.ga.h win32/config.bc win32/config.gc
15998            ! win32/config.vc
15999 ____________________________________________________________________________
16000 [  8420] By: jhi                                   on 2001/01/12  18:34:31
16001         Log: Add sockatmark() to the todo list.
16002      Branch: perl
16003            ! Todo-5.6
16004 ____________________________________________________________________________
16005 [  8419] By: jhi                                   on 2001/01/12  18:09:46
16006         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
16007      Branch: perl
16008            ! op.c
16009 ____________________________________________________________________________
16010 [  8418] By: jhi                                   on 2001/01/12  18:05:30
16011         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
16012              From: Radu Greab <radu@netsoft.ro>
16013              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
16014              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
16015      Branch: perl
16016            ! op.c t/pragma/sub_lval.t
16017 ____________________________________________________________________________
16018 [  8417] By: jhi                                   on 2001/01/12  16:09:09
16019         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
16020              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
16021              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
16022              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
16023      Branch: perl
16024            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
16025            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
16026            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
16027            ! t/pragma/sub_lval.t toke.c
16028 ____________________________________________________________________________
16029 [  8416] By: jhi                                   on 2001/01/12  15:42:06
16030         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
16031              From: "Richard Soderberg" <rs@crystalflame.net>
16032              Date: Fri, 12 Jan 2001 04:49:35 -0800
16033              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
16034              
16035              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
16036              according to the platform.
16037      Branch: perl
16038            ! op.c
16039 ____________________________________________________________________________
16040 [  8415] By: jhi                                   on 2001/01/12  15:33:41
16041         Log: One more UTF-8 fix from Inaba Hiroto.
16042      Branch: perl
16043            ! pp.c regexec.c t/pragma/utf8.t
16044 ____________________________________________________________________________
16045 [  8414] By: jhi                                   on 2001/01/12  15:30:18
16046         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
16047      Branch: perl
16048            ! regexec.c
16049 ____________________________________________________________________________
16050 [  8413] By: jhi                                   on 2001/01/12  15:22:10
16051         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
16052              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
16053              Date: Thu, 11 Jan 2001 12:53:36 +0100
16054              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
16055      Branch: perl
16056            ! toke.c
16057 ____________________________________________________________________________
16058 [  8412] By: jhi                                   on 2001/01/12  15:20:25
16059         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
16060              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
16061              Date: Fri, 12 Jan 2001 14:37:55 +0100
16062              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
16063      Branch: perl
16064            ! hints/posix-bc.sh
16065 ____________________________________________________________________________
16066 [  8411] By: jhi                                   on 2001/01/12  15:14:14
16067         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
16068              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
16069              Date: Fri, 12 Jan 2001 10:42:21 +0100
16070              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
16071      Branch: perl
16072            ! t/op/regmesg.t
16073 ____________________________________________________________________________
16074 [  8410] By: jhi                                   on 2001/01/12  05:48:55
16075         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
16076              From: Nicholas Clark <nick@ccl4.org> 
16077              Date: Sun, 7 Jan 2001 19:47:14 +0000
16078              Message-ID: <20010107194714.B1048@plum.flirble.org>
16079      Branch: perl
16080            ! t/op/numconvert.t
16081 ____________________________________________________________________________
16082 [  8409] By: jhi                                   on 2001/01/12  05:41:28
16083         Log: Integrate perlio.
16084      Branch: perl
16085           !> mg.c scope.h
16086 ____________________________________________________________________________
16087 [  8408] By: nick                                  on 2001/01/11  22:43:28
16088         Log: Remove variables that were used in experiments.
16089      Branch: perlio
16090            ! mg.c
16091 ____________________________________________________________________________
16092 [  8407] By: nick                                  on 2001/01/11  20:57:44
16093         Log: Catch die in %SIG handler and unblock the signal before re-dying.
16094              This make Linux work _without_ sigsetjmp().
16095              Turn off sigsetjmp() to see what else it does.
16096              May need Configure probe for sigprocmask() if anything has sigaction()
16097              but not sigprocmask().
16098      Branch: perlio
16099            ! mg.c scope.h
16100 ____________________________________________________________________________
16101 [  8406] By: nick                                  on 2001/01/11  19:32:07
16102         Log: Integrate mainline
16103      Branch: perlio
16104           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
16105           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
16106           !> t/op/substr.t
16107 ____________________________________________________________________________
16108 [  8405] By: jhi                                   on 2001/01/11  17:11:01
16109         Log: Fix UTF-8 lval substr().
16110      Branch: perl
16111            ! mg.c t/op/substr.t
16112 ____________________________________________________________________________
16113 [  8404] By: jhi                                   on 2001/01/11  05:13:58
16114         Log: Update Changes.
16115      Branch: perl
16116            ! Changes patchlevel.h
16117 ____________________________________________________________________________
16118 [  8403] By: jhi                                   on 2001/01/11  04:38:24
16119         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
16120              From: Hugo <hv@crypt.compulink.co.uk>
16121              Date: Mon, 30 Oct 2000 01:33:26 +0000
16122              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
16123      Branch: perl
16124            ! regexec.c t/op/re_tests
16125 ____________________________________________________________________________
16126 [  8402] By: jhi                                   on 2001/01/11  04:26:12
16127         Log: Integrate perlio.
16128      Branch: perl
16129           !> scope.h util.c
16130 ____________________________________________________________________________
16131 [  8401] By: nick                                  on 2001/01/10  22:52:55
16132         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
16133              (So Alan and Ilya can try setting via hints.)
16134              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
16135              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
16136              doing the save everywhere seems to restart read() correctly, but just
16137              doing it once "round" the handler does not.
16138      Branch: perlio
16139            ! scope.h
16140 ____________________________________________________________________________
16141 [  8400] By: jhi                                   on 2001/01/10  21:57:54
16142         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
16143              of IRIX, HP-UX is unaffected.
16144      Branch: perl
16145            ! perl.h
16146 ____________________________________________________________________________
16147 [  8399] By: nick                                  on 2001/01/10  21:29:19
16148         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
16149      Branch: perlio
16150            ! util.c
16151 ____________________________________________________________________________
16152 [  8398] By: jhi                                   on 2001/01/10  20:55:31
16153         Log: Add ReuseAddr as a (preferred) alias for Reuse as we now
16154              also have ReusePort.
16155      Branch: perl
16156            ! ext/IO/lib/IO/Socket/INET.pm
16157 ____________________________________________________________________________
16158 [  8397] By: jhi                                   on 2001/01/10  20:50:57
16159         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
16160              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
16161              Date: Wed, 10 Jan 2001 01:38:13 -0800
16162              Message-ID: <20010110013813.B41744@yahoo-inc.com>
16163      Branch: perl
16164            ! ext/IO/lib/IO/Socket/INET.pm
16165 ____________________________________________________________________________
16166 [  8396] By: jhi                                   on 2001/01/10  20:49:30
16167         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
16168              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
16169              Date: Wed, 10 Jan 2001 01:37:32 -0800
16170              Message-ID: <20010110013732.A41744@yahoo-inc.com>
16171      Branch: perl
16172            ! ext/Socket/Socket.pm
16173 ____________________________________________________________________________
16174 [  8395] By: jhi                                   on 2001/01/10  20:41:37
16175         Log: Test for bug id 20010105.016 (fixed by #8378).
16176      Branch: perl
16177            ! t/op/split.t
16178 ____________________________________________________________________________
16179 [  8394] By: jhi                                   on 2001/01/10  20:26:32
16180         Log: Integrate perlio.
16181      Branch: perl
16182            ! util.c
16183 ____________________________________________________________________________
16184 [  8393] By: nick                                  on 2001/01/10  19:34:30
16185         Log: Back out Simon's pid hackery for now.
16186      Branch: perlio
16187            ! util.c
16188 ____________________________________________________________________________
16189 [  8392] By: nick                                  on 2001/01/10  19:23:13
16190         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
16191      Branch: perlio
16192           !> (integrate 29 files)
16193 ____________________________________________________________________________
16194 [  8391] By: jhi                                   on 2001/01/10  18:43:15
16195         Log: Subject: [PATCH] Fix my_pclose segfault
16196              From: Simon Cozens <simon@cozens.net>
16197              Date: Wed, 10 Jan 2001 18:39:35 +0000
16198              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
16199      Branch: perl
16200            ! util.c
16201 ____________________________________________________________________________
16202 [  8390] By: jhi                                   on 2001/01/10  18:42:08
16203         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
16204              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
16205              Date:     Wed, 10 Jan 2001 13:23:02 EST
16206              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
16207      Branch: perl
16208            ! ext/Opcode/Opcode.xs
16209 ____________________________________________________________________________
16210 [  8389] By: jhi                                   on 2001/01/10  15:16:07
16211         Log: Turn off the integer preservation for now.
16212      Branch: perl
16213            ! perl.h
16214 ____________________________________________________________________________
16215 [  8388] By: jhi                                   on 2001/01/10  15:01:25
16216         Log: Few more IDE/editor nits from p5p.
16217      Branch: perl
16218            ! pod/perlfaq3.pod
16219 ____________________________________________________________________________
16220 [  8387] By: jhi                                   on 2001/01/10  06:53:16
16221         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
16222              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
16223              Date: Tue, 9 Jan 2001 23:16:02 +0000
16224              Message-ID: <20010109231602.A81101@plum.flirble.org>
16225      Branch: perl
16226            ! sv.c
16227 ____________________________________________________________________________
16228 [  8386] By: jhi                                   on 2001/01/10  03:17:54
16229         Log: Test cases for #8385 (from Simon's "torture.pl")
16230      Branch: perl
16231            ! t/op/tr.t
16232 ____________________________________________________________________________
16233 [  8385] By: jhi                                   on 2001/01/10  03:17:11
16234         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
16235              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
16236              Date: Wed, 10 Jan 2001 11:39:39 +0900
16237              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
16238              
16239              Some more UTF-8 tr cases fixed.
16240      Branch: perl
16241            ! doop.c
16242 ____________________________________________________________________________
16243 [  8384] By: jhi                                   on 2001/01/09  22:45:40
16244         Log: Allow the locale test needing POSIX and the taint test
16245              needing IPC::SysV to run under 'minitest' (basically,
16246              bail out if loading the extension fails)
16247      Branch: perl
16248            ! t/op/misc.t t/op/taint.t
16249 ____________________________________________________________________________
16250 [  8383] By: jhi                                   on 2001/01/09  21:36:04
16251         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
16252              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
16253              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
16254              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
16255      Branch: perl
16256            ! t/io/openpid.t
16257 ____________________________________________________________________________
16258 [  8382] By: jhi                                   on 2001/01/09  21:06:08
16259         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
16260              Should finish up the bug id 20001205.022.
16261      Branch: perl
16262            ! pp.c pp_hot.c scope.c
16263 ____________________________________________________________________________
16264 [  8381] By: jhi                                   on 2001/01/09  18:27:43
16265         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
16266              From: Andy Dougherty <doughera@lafayette.edu>
16267              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
16268              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
16269              
16270              More robust yacc/bison error detection.
16271      Branch: perl
16272            ! t/comp/proto.t
16273 ____________________________________________________________________________
16274 [  8380] By: jhi                                   on 2001/01/09  15:21:38
16275         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
16276              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
16277              Date:     Tue, 9 Jan 2001 07:53:55 EST
16278              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
16279      Branch: perl
16280            ! t/op/misc.t vms/test.com
16281 ____________________________________________________________________________
16282 [  8379] By: jhi                                   on 2001/01/09  15:20:38
16283         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
16284              From: jhi@cc.hut.fi
16285              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
16286              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
16287              
16288              The #8378 fixed this.
16289      Branch: perl
16290            ! t/op/tr.t
16291 ____________________________________________________________________________
16292 [  8378] By: jhi                                   on 2001/01/09  15:05:32
16293         Log: Subject: One more patch for UTF8 
16294              From: Inaba Hiroto <inaba@st.rim.or.jp>
16295              Date: Tue, 09 Jan 2001 01:04:32 +0900
16296              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
16297              
16298              UTF-8 fixes for 'x' and tr///.
16299      Branch: perl
16300            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
16301            ! regcomp.c regexec.c toke.c utf8.c
16302 ____________________________________________________________________________
16303 [  8377] By: jhi                                   on 2001/01/09  14:32:17
16304         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
16305      Branch: perl
16306            ! t/op/length.t
16307 ____________________________________________________________________________
16308 [  8376] By: jhi                                   on 2001/01/09  04:32:32
16309         Log: integrate changes #7775, #8316, #8316 from mainline
16310      Branch: maint-5.6/perl
16311            ! hints/solaris_2.sh
16312 ____________________________________________________________________________
16313 [  8375] By: jhi                                   on 2001/01/09  04:26:43
16314         Log: Update Changes.
16315      Branch: perl
16316            ! Changes patchlevel.h
16317 ____________________________________________________________________________
16318 [  8374] By: jhi                                   on 2001/01/09  04:14:32
16319         Log: IDE/editor section tweaking.
16320      Branch: perl
16321            ! pod/perlfaq3.pod
16322 ____________________________________________________________________________
16323 [  8373] By: jhi                                   on 2001/01/09  02:38:26
16324         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
16325              From: Peter Prymmer <pvhp@forte.com>
16326              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
16327              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
16328              
16329              In preparation os OS/390 dynamic loading.
16330      Branch: perl
16331            ! README.os390 hints/os390.sh
16332 ____________________________________________________________________________
16333 [  8372] By: jhi                                   on 2001/01/09  00:24:30
16334         Log: Integrate with perlio.
16335      Branch: perl
16336           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
16337 ____________________________________________________________________________
16338 [  8371] By: nick                                  on 2001/01/08  23:54:33
16339         Log: Fix "scalars leaked" bugs caused by overload magic
16340              (Highlighted by Ilya's DESTROY optimization.)
16341      Branch: perlio
16342            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
16343 ____________________________________________________________________________
16344 [  8370] By: nick                                  on 2001/01/08  20:19:41
16345         Log: Integrate mainline
16346      Branch: perlio
16347           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
16348           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
16349           !> t/op/64bitint.t
16350 ____________________________________________________________________________
16351 [  8369] By: jhi                                   on 2001/01/08  17:30:52
16352         Log: save_delete() Safefree() doesn't (anymore?) work with shared
16353              strings, one test failure in op/misc and almost all of lib/b.
16354              (Outcomments #8369.)
16355      Branch: perl
16356            ! scope.c
16357 ____________________________________________________________________________
16358 [  8368] By: jhi                                   on 2001/01/08  14:47:10
16359         Log: (Outcommented by #8369.)
16360              
16361              Subject: Re: Perl BugID 20001205.022 ---- save_delete
16362              From: Simon Cozens <simon@cozens.net>
16363              Date: Sat, 6 Jan 2001 11:48:40 +0000
16364              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
16365              
16366              The save_delete() does need the Safefree.
16367      Branch: perl
16368            ! scope.c
16369 ____________________________________________________________________________
16370 [  8367] By: bailey                                on 2001/01/08  08:53:52
16371         Log: Once again syncing after too long an absence
16372      Branch: vmsperl
16373           +> (branch 55 files)
16374            - MAINTAIN fix_pl vos/config.def vos/config.h
16375            - vos/config_h.SH_orig
16376           !> (integrate 498 files)
16377 ____________________________________________________________________________
16378 [  8366] By: jhi                                   on 2001/01/08  02:42:59
16379         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
16380              From: nick@ccl4.org
16381              Date: Sun, 7 Jan 2001 21:07:18 +0000
16382              Message-Id: <20010107210717.D1048@plum.flirble.org>
16383      Branch: perl
16384            ! sv.c t/op/64bitint.t
16385 ____________________________________________________________________________
16386 [  8365] By: jhi                                   on 2001/01/08  02:35:16
16387         Log: Subject: [PATCH] environ nit
16388              From: Simon Cozens <simon@cozens.net>
16389              Date: Sun, 7 Jan 2001 17:57:07 +0000
16390              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
16391              
16392              Use environ only if we have it.
16393      Branch: perl
16394            ! mg.c
16395 ____________________________________________________________________________
16396 [  8364] By: jhi                                   on 2001/01/08  02:24:51
16397         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
16398      Branch: perl
16399            ! ext/GDBM_File/GDBM_File.xs
16400 ____________________________________________________________________________
16401 [  8363] By: jhi                                   on 2001/01/08  02:19:24
16402         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
16403              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
16404              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
16405              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
16406      Branch: perl
16407            ! dump.c op.c
16408 ____________________________________________________________________________
16409 [  8362] By: jhi                                   on 2001/01/08  02:17:43
16410         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
16411              From: Doug MacEachern <dougm@covalent.net>
16412              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
16413              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
16414              
16415              Allow AUTOLOAD to be an xsub and allow such xsubs
16416              to avoid use of $AUTOLOAD.
16417      Branch: perl
16418            ! gv.c
16419 ____________________________________________________________________________
16420 [  8361] By: jhi                                   on 2001/01/08  02:16:07
16421         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
16422              From: Radu Greab <radu@netsoft.ro>
16423              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
16424              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
16425              
16426              No need for the potentially unportable $SIG{CHLD}.
16427      Branch: perl
16428            ! t/io/pipe.t
16429 ____________________________________________________________________________
16430 [  8360] By: jhi                                   on 2001/01/08  01:58:23
16431         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
16432      Branch: perl
16433            ! lib/Getopt/Long.pm
16434 ____________________________________________________________________________
16435 [  8359] By: jhi                                   on 2001/01/08  01:55:44
16436         Log: Integrate perlio.
16437      Branch: perl
16438           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
16439           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
16440           !> utf8.c win32/Makefile
16441 ____________________________________________________________________________
16442 [  8358] By: jhi                                   on 2001/01/07  21:16:50
16443         Log: Update the EPOC cross SDK URL.
16444      Branch: perl
16445            ! README.epoc
16446 ____________________________________________________________________________
16447 [  8357] By: jhi                                   on 2001/01/07  21:16:09
16448         Log: Update the EPOC cross SDK URL.
16449      Branch: maint-5.6/perl
16450            ! README.epoc
16451 ____________________________________________________________________________
16452 [  8356] By: nick                                  on 2001/01/06  21:47:52
16453         Log: FILE * in XS code for PerlIO world:
16454              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
16455              - Add FILE * T_STDIO typemap.
16456              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
16457      Branch: perlio
16458            ! lib/ExtUtils/typemap perlio.c perlio.h
16459 ____________________________________________________________________________
16460 [  8355] By: jhi                                   on 2001/01/06  20:27:15
16461         Log: integrate change #8336 from mainline
16462              
16463              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
16464      Branch: maint-5.6/perl
16465            ! hv.c
16466 ____________________________________________________________________________
16467 [  8354] By: jhi                                   on 2001/01/06  20:24:29
16468         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
16469              From: Robin Barker <rmb1@cise.npl.co.uk>
16470              Date: Fri, 22 Dec 2000 12:17:38 GMT
16471              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
16472              
16473              The patch reformats some long =item lines so they give
16474              correct output via pod2man | nroff -man
16475              
16476              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
16477              From: Robin Barker <rmb1@cise.npl.co.uk>
16478              Date: Tue, 2 Jan 2001 15:35:03 GMT
16479              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
16480              
16481              Here is a _further_ patch which corrects a few more errors:
16482              * an empty C<=item> in CPAN.pm
16483              * patching the wrong file (pod/perlamiga.pod not README.amiga)
16484              * leaving empty C<=item>s which formatted incorrectly
16485              * over long C<=item>s revealed by latest patch to Pod::Man
16486      Branch: maint-5.6/perl
16487            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
16488            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
16489            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
16490            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
16491            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
16492            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
16493 ____________________________________________________________________________
16494 [  8353] By: jhi                                   on 2001/01/06  20:21:10
16495         Log: integrate changes #7980, 7990, 8056, 8057 from mainline
16496              
16497              UTF-8 hash keys.
16498      Branch: maint-5.6/perl
16499            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
16500 ____________________________________________________________________________
16501 [  8352] By: jhi                                   on 2001/01/06  20:18:44
16502         Log: Forgotten from #8438.
16503      Branch: maint-5.6/perl
16504            ! epoc/epocish.h
16505 ____________________________________________________________________________
16506 [  8351] By: jhi                                   on 2001/01/06  20:18:12
16507         Log: Forgotten from #8347.
16508      Branch: maint-5.6/perl
16509            ! config_h.SH
16510 ____________________________________________________________________________
16511 [  8350] By: jhi                                   on 2001/01/06  20:00:19
16512         Log: Thinko in #8347.
16513      Branch: maint-5.6/perl
16514            ! regcomp.c
16515 ____________________________________________________________________________
16516 [  8349] By: jhi                                   on 2001/01/06  18:05:30
16517         Log: Copy the FAQ3 IDE section from the development branch,
16518              changes originally by Peter Prymmer.
16519      Branch: maint-5.6/perl
16520            ! pod/perlfaq3.pod
16521 ____________________________________________________________________________
16522 [  8348] By: jhi                                   on 2001/01/06  18:03:02
16523         Log: EPOC updates for TRIAL1.
16524              
16525              Subject: [5.6.1 trial1] EPOC update
16526              From: Olaf Flebbe <O.Flebbe@science-computing.de>
16527              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
16528              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
16529              
16530              Subject: epoc patch2 for perl-5.6.1-trial1
16531              From: Olaf Flebbe <O.Flebbe@science-computing.de>
16532              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
16533              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
16534      Branch: maint-5.6/perl
16535            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
16536            ! epoc/epocish.c
16537 ____________________________________________________________________________
16538 [  8347] By: jhi                                   on 2001/01/06  17:29:10
16539         Log: integrate changes #7710,7824,7973 from mainline,
16540              plus VMS nits from Peter Prymmer and Dan Sugalski.
16541              
16542              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
16543              library (getprotobyname and getprotobynumber are outversioned by
16544              the same calls in libc, at least for xlc version 3.
16545              
16546              Add HAS_SBRK_PROTO.
16547              
16548              Fixes for signedness warnings noticed by VMSperlers.
16549      Branch: maint-5.6/perl
16550            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16551            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
16552            ! sv.c vms/descrip_mms.template vos/config.alpha.def
16553            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
16554            ! win32/config.bc win32/config.gc win32/config.vc
16555 ____________________________________________________________________________
16556 [  8346] By: nick                                  on 2001/01/06  14:36:01
16557         Log: Fixup accumulated integrate muddles (perlio == devperl again)
16558      Branch: perlio
16559            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
16560 ____________________________________________________________________________
16561 [  8345] By: nick                                  on 2001/01/06  14:24:58
16562         Log: Integrate mainline
16563      Branch: perlio
16564           !> (integrate 55 files)
16565 ____________________________________________________________________________
16566 [  8344] By: jhi                                   on 2001/01/06  02:24:02
16567         Log: Subject: [patch] PerlIO_cleanup() prototype
16568              From: Doug MacEachern <dougm@covalent.net>
16569              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
16570              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
16571      Branch: perl
16572            ! perlio.h
16573 ____________________________________________________________________________
16574 [  8343] By: jhi                                   on 2001/01/06  01:04:09
16575         Log: IRIX compiler noticed that the bof initialization might be
16576              bypassed by control flow.
16577      Branch: perl
16578            ! toke.c
16579 ____________________________________________________________________________
16580 [  8342] By: jhi                                   on 2001/01/06  00:10:48
16581         Log: Update Changes.
16582      Branch: perl
16583            ! Changes patchlevel.h
16584 ____________________________________________________________________________
16585 [  8341] By: jhi                                   on 2001/01/05  23:52:33
16586         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
16587      Branch: perl
16588            ! toke.c
16589 ____________________________________________________________________________
16590 [  8340] By: jhi                                   on 2001/01/05  22:44:08
16591         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
16592              From: Radu Greab <radu@netsoft.ro>
16593              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
16594              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
16595      Branch: perl
16596            ! t/io/pipe.t util.c
16597 ____________________________________________________________________________
16598 [  8339] By: jhi                                   on 2001/01/05  22:35:17
16599         Log: Subject: [PATCH] format and rewording in perlfaq.pod
16600              From: Robin Barker <rmb1@cise.npl.co.uk>
16601              Date: Fri, 5 Jan 2001 18:51:20 GMT
16602              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
16603      Branch: perl
16604            ! pod/perlfaq.pod
16605 ____________________________________________________________________________
16606 [  8338] By: jhi                                   on 2001/01/05  22:31:17
16607         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
16608              From: Peter Prymmer <pvhp@forte.com>
16609              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
16610              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
16611      Branch: perl
16612            ! utils/perlbug.PL
16613 ____________________________________________________________________________
16614 [  8337] By: jhi                                   on 2001/01/05  18:15:11
16615         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
16616              From: Robin Barker <rmb1@cise.npl.co.uk>
16617              Date: Tue, 2 Jan 2001 15:24:07 GMT
16618              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
16619              
16620              If you call configure as C<./Configure> or C<sh ./Configure>,
16621              $src is set to the absolute path name, not '.'.
16622              
16623              This, in turn, means -Dmksymlink tries to do its stuff because
16624              it does not think it is in the src directory.
16625              
16626              (plus a metaconfig nitfix)
16627      Branch: metaconfig
16628            ! U/compline/ccflags.U U/modified/src.U
16629      Branch: perl
16630            ! Configure config_h.SH
16631 ____________________________________________________________________________
16632 [  8336] By: jhi                                   on 2001/01/05  17:48:32
16633         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
16634              From: Alan Burlison <Alan.Burlison@uk.sun.com>
16635              Message-ID: <3A5606C4.473D2226@uk.sun.com>
16636              Date: Fri, 05 Jan 2001 17:39:16 +0000
16637      Branch: perl
16638            ! hv.c
16639 ____________________________________________________________________________
16640 [  8335] By: jhi                                   on 2001/01/05  16:05:44
16641         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
16642      Branch: perl
16643            ! lib/Getopt/Long.pm
16644 ____________________________________________________________________________
16645 [  8334] By: jhi                                   on 2001/01/05  16:00:51
16646         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
16647              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
16648              Date: Fri, 05 Jan 2001 13:46:51 +0100
16649              Message-ID: <13693.978698811@nice.ram.loc>
16650              
16651              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
16652              accurate reading of the "atime".  
16653      Branch: perl
16654            ! t/io/fs.t
16655 ____________________________________________________________________________
16656 [  8333] By: jhi                                   on 2001/01/05  15:57:37
16657         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
16658              From: Simon Cozens <simon@cozens.net>
16659              Date: Fri, 8 Dec 2000 13:33:31 +0000
16660              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
16661              
16662              A lost patch fragment.
16663      Branch: perl
16664            ! doop.c
16665 ____________________________________________________________________________
16666 [  8332] By: jhi                                   on 2001/01/05  15:40:42
16667         Log: Do away with strncpy() and a fixed length buffer.
16668      Branch: perl
16669            ! utf8.c
16670 ____________________________________________________________________________
16671 [  8331] By: jhi                                   on 2001/01/05  15:03:07
16672         Log: Tests for #8329 and #8330.
16673      Branch: perl
16674            ! t/op/bop.t
16675 ____________________________________________________________________________
16676 [  8330] By: jhi                                   on 2001/01/05  15:02:38
16677         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
16678              raw 8-bit form to the UTF-8 string.
16679      Branch: perl
16680            ! toke.c
16681 ____________________________________________________________________________
16682 [  8329] By: jhi                                   on 2001/01/05  14:55:13
16683         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
16684              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
16685              Date: Fri, 5 Jan 2001 12:28:52 +0100
16686              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
16687              
16688              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
16689              no effect.  (changed the strncpy() to Copy())
16690      Branch: perl
16691            ! toke.c
16692 ____________________________________________________________________________
16693 [  8328] By: jhi                                   on 2001/01/05  06:44:27
16694         Log: UTF-8 cleanup.
16695      Branch: perl
16696            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
16697            ! regexec.c sv.c toke.c
16698 ____________________________________________________________________________
16699 [  8327] By: jhi                                   on 2001/01/05  01:11:29
16700         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')
16701              From: Radu Greab <radu@netsoft.ro>
16702              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
16703              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
16704              
16705              Cleans up Harness to not use FileHandle, which uses IO.
16706      Branch: perl
16707            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
16708 ____________________________________________________________________________
16709 [  8326] By: jhi                                   on 2001/01/05  00:56:37
16710         Log: Update Changes.
16711      Branch: perl
16712            ! Changes patchlevel.h
16713 ____________________________________________________________________________
16714 [  8325] By: jhi                                   on 2001/01/05  00:53:18
16715         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
16716              From: Peter Prymmer <pvhp@forte.com>
16717              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
16718              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
16719              
16720              plus a couple more tailing whitespace removals.
16721      Branch: perl
16722            ! win32/Makefile
16723 ____________________________________________________________________________
16724 [  8324] By: jhi                                   on 2001/01/05  00:47:39
16725         Log: Add some Unicode chop() tests.
16726      Branch: perl
16727            ! t/op/chop.t
16728 ____________________________________________________________________________
16729 [  8323] By: jhi                                   on 2001/01/05  00:47:23
16730         Log: Unify UTF-8 malformedness handling.
16731      Branch: perl
16732            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
16733 ____________________________________________________________________________
16734 [  8322] By: jhi                                   on 2001/01/04  22:21:54
16735         Log: The new $issymlink was unknown to Mksymlinks.
16736      Branch: metaconfig/U/perl
16737            ! Mksymlinks.U issymlink.U
16738      Branch: perl
16739            ! Configure config_h.SH
16740 ____________________________________________________________________________
16741 [  8321] By: jhi                                   on 2001/01/04  21:51:05
16742         Log: The test didn't work under the core test framework.
16743      Branch: perl
16744            ! t/lib/st-lock.t
16745 ____________________________________________________________________________
16746 [  8320] By: jhi                                   on 2001/01/04  21:14:22
16747         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
16748      Branch: perl
16749            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
16750 ____________________________________________________________________________
16751 [  8319] By: jhi                                   on 2001/01/04  20:46:17
16752         Log: Typo in #8312 when manually appying a problematic patch fragment.
16753      Branch: perl
16754            ! ext/Storable/Storable.xs
16755 ____________________________________________________________________________
16756 [  8318] By: jhi                                   on 2001/01/04  20:43:01
16757         Log: The $sh_c didn't fly.
16758      Branch: metaconfig
16759            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
16760            ! U/modified/Loc.U U/modified/myhostname.U
16761            ! U/modified/spitshell.U
16762      Branch: metaconfig/U/perl
16763            ! issymlink.U
16764      Branch: perl
16765            ! Configure config_h.SH
16766 ____________________________________________________________________________
16767 [  8317] By: jhi                                   on 2001/01/04  19:58:01
16768         Log: AIX builtin test -h is broken, changes based on
16769              
16770              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
16771              Date: Tue, 02 Jan 2001 11:24:39 +0100
16772              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16773              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
16774      Branch: metaconfig
16775            + U/modified/spitshell.U
16776            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
16777            ! U/modified/Loc.U U/modified/myhostname.U
16778      Branch: metaconfig/U/perl
16779            ! Mksymlinks.U issymlink.U
16780      Branch: perl
16781            ! Configure
16782 ____________________________________________________________________________
16783 [  8316] By: jhi                                   on 2001/01/04  19:02:22
16784         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
16785              From: Andy Dougherty <doughera@lafayette.edu>
16786              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
16787              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
16788              
16789              Beware of GNU ld.
16790      Branch: perl
16791            ! hints/solaris_2.sh
16792 ____________________________________________________________________________
16793 [  8315] By: jhi                                   on 2001/01/04  18:56:48
16794         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
16795              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
16796              Date: Wed, 3 Jan 2001 07:58:51 +0100
16797              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
16798      Branch: perl
16799            ! hints/solaris_2.sh
16800 ____________________________________________________________________________
16801 [  8314] By: jhi                                   on 2001/01/04  18:54:07
16802         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
16803              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
16804              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
16805              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
16806              
16807              Doc tweak on #8313.
16808      Branch: perl
16809            ! ext/B/B/Deparse.pm
16810 ____________________________________________________________________________
16811 [  8313] By: jhi                                   on 2001/01/04  18:52:27
16812         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
16813              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
16814              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
16815              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
16816              
16817              Make the peephole optimizer to bypass more null ops and
16818              and rewrite the deparse handling of continue blocks.
16819      Branch: perl
16820            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
16821 ____________________________________________________________________________
16822 [  8312] By: jhi                                   on 2001/01/04  18:47:39
16823         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
16824      Branch: perl
16825            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
16826            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
16827            ! t/lib/st-lock.t
16828 ____________________________________________________________________________
16829 [  8311] By: jhi                                   on 2001/01/04  18:36:08
16830         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
16831              filter to be run on each .pm during the pm_to_blib() phase,
16832              a fixed version of
16833              
16834              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
16835              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
16836              Date: Wed, 03 Jan 2001 22:01:30 +0100
16837              Message-ID: <5296.978555690@nice.ram.loc>
16838      Branch: perl
16839            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
16840            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
16841            ! lib/ExtUtils/MakeMaker.pm
16842 ____________________________________________________________________________
16843 [  8310] By: jhi                                   on 2001/01/04  18:32:54
16844         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
16845              From: Robin Barker <rmb1@cise.npl.co.uk>
16846              Date: Tue, 2 Jan 2001 15:35:03 GMT
16847              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
16848      Branch: perl
16849            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
16850            ! pod/perlrequick.pod
16851 ____________________________________________________________________________
16852 [  8309] By: jhi                                   on 2001/01/04  18:29:07
16853         Log: Subject: Re: [patch] static-ize XS()
16854              From: Doug MacEachern <dougm@covalent.net>
16855              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
16856              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
16857              
16858              Provide prototypes for the XS functions.
16859      Branch: perl
16860            ! lib/ExtUtils/xsubpp
16861 ____________________________________________________________________________
16862 [  8308] By: jhi                                   on 2001/01/04  18:27:44
16863         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
16864              From: Doug MacEachern <dougm@covalent.net>
16865              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
16866              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
16867      Branch: perl
16868            ! lib/ExtUtils/typemap
16869 ____________________________________________________________________________
16870 [  8307] By: jhi                                   on 2001/01/04  18:25:25
16871         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
16872              From: Doug MacEachern <dougm@covalent.net>
16873              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
16874              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
16875              
16876              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
16877      Branch: perl
16878            ! lib/ExtUtils/MM_Unix.pm
16879 ____________________________________________________________________________
16880 [  8306] By: jhi                                   on 2001/01/04  18:23:00
16881         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
16882              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
16883              Date: Thu, 4 Jan 2001 12:47:10 +0100 
16884              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
16885              
16886              The toke.c part only, patching embed.h and proto.h is futile.
16887      Branch: perl
16888            ! toke.c
16889 ____________________________________________________________________________
16890 [  8305] By: jhi                                   on 2001/01/04  18:05:51
16891         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
16892              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
16893              Date: Thu, 4 Jan 2001 17:50:12 +0100 
16894              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
16895      Branch: perl
16896            ! toke.c
16897 ____________________________________________________________________________
16898 [  8304] By: jhi                                   on 2001/01/04  18:03:26
16899         Log: Subject: [PATCH perl@8269]
16900              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
16901              Date: Thu, 4 Jan 2001 12:53:39 +0100 
16902              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
16903              
16904              If running byacc write-enable also perly.h.
16905      Branch: perl
16906            ! Makefile.SH
16907 ____________________________________________________________________________
16908 [  8303] By: jhi                                   on 2001/01/04  15:40:49
16909         Log: Rewrite pp_concat() in terms of sv_catsv().
16910      Branch: perl
16911            ! pp_hot.c
16912 ____________________________________________________________________________
16913 [  8302] By: nick                                  on 2001/01/03  22:43:22
16914         Log: Integrate mainline.
16915      Branch: perlio
16916           !> ext/Encode/Encode.xs sv.c utf8.c
16917 ____________________________________________________________________________
16918 [  8301] By: jhi                                   on 2001/01/02  23:40:26
16919         Log: Variable naming tweak.
16920      Branch: perl
16921            ! sv.c
16922 ____________________________________________________________________________
16923 [  8300] By: jhi                                   on 2001/01/02  23:40:02
16924         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
16925              in is_utf8_string().
16926      Branch: perl
16927            ! utf8.c
16928 ____________________________________________________________________________
16929 [  8299] By: jhi                                   on 2001/01/02  22:14:40
16930         Log: Integrate perlio.
16931      Branch: perl
16932           !> pp.c pp_hot.c win32/Makefile
16933 ____________________________________________________________________________
16934 [  8298] By: nick                                  on 2001/01/02  22:03:06
16935         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
16936      Branch: perlio
16937            ! pp.c pp_hot.c
16938 ____________________________________________________________________________
16939 [  8297] By: jhi                                   on 2001/01/02  04:26:28
16940         Log: Signedness nit.
16941      Branch: perl
16942            ! ext/Encode/Encode.xs
16943 ____________________________________________________________________________
16944 [  8296] By: nick                                  on 2001/01/01  23:49:36
16945         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
16946      Branch: perlio
16947            ! win32/Makefile
16948 ____________________________________________________________________________
16949 [  8295] By: jhi                                   on 2001/01/01  23:05:48
16950         Log: Integrate perlio.
16951      Branch: perl
16952           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
16953           !> t/lib/encode.t
16954 ____________________________________________________________________________
16955 [  8294] By: nick                                  on 2001/01/01  22:48:34
16956         Log: Integrate mainline
16957      Branch: perlio
16958            ! pp_hot.c t/lib/encode.t
16959           !> (integrate 65 files)
16960 ____________________________________________________________________________
16961 [  8293] By: nick                                  on 2001/01/01  21:58:50
16962         Log: More rigor in UTF-8-ness of Encode's toUnicode
16963              XS export some of the utf8 internal functions.
16964              Test some of the functions.
16965              Fix pp_concat() bug shown by said tests.
16966      Branch: perlio
16967            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
16968            ! t/lib/encode.t
16969 ____________________________________________________________________________
16970 [  8292] By: jhi                                   on 2001/01/01  18:11:44
16971         Log: Integrate perlio.
16972      Branch: perl
16973           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
16974           !> ext/Encode/encengine.c ext/Encode/encode.h
16975 ____________________________________________________________________________
16976 [  8291] By: jhi                                   on 2001/01/01  18:10:58
16977         Log: Podify README.mpeix (a new version from the web),
16978              add a dummy NAME to Carp::Heavy, regen toc.
16979      Branch: perl
16980            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
16981            ! pod/perltoc.pod
16982 ____________________________________________________________________________
16983 [  8290] By: nick                                  on 2001/01/01  17:43:47
16984         Log: Loose the "Loading..." warning.
16985              Another bug in fallback support
16986      Branch: perlio
16987            ! ext/Encode/Encode.pm ext/Encode/encengine.c
16988 ____________________________________________________________________________
16989 [  8289] By: jhi                                   on 2001/01/01  00:01:57
16990         Log: Bump up Larry's copyright.
16991      Branch: perl
16992            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
16993            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
16994            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
16995            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
16996            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
16997            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
16998            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
16999            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
17000 ____________________________________________________________________________
17001 [  8288] By: nick                                  on 2000/12/31  21:27:53
17002         Log: Fix .ucm reading - forgot a chr()
17003              Start of .ucm write (for .enc to .ucm)
17004      Branch: perlio
17005            ! ext/Encode/compile
17006 ____________________________________________________________________________
17007 [  8287] By: jhi                                   on 2000/12/31  18:15:56
17008         Log: Comment away a diagnostic message as noted by Craig A. Berry
17009              (the unexpected message was confusing testing)
17010      Branch: perl
17011            ! ext/Encode/Encode.pm
17012 ____________________________________________________________________________
17013 [  8286] By: jhi                                   on 2000/12/31  18:14:51
17014         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
17015              Date: Sun, 31 Dec 2000 11:17:37 -0600
17016              From: "Craig A. Berry" <craigberry@mac.com>
17017              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
17018      Branch: perl
17019            ! ext/Encode/Makefile.PL
17020 ____________________________________________________________________________
17021 [  8285] By: nick                                  on 2000/12/31  18:11:54
17022         Log: Start of support of ICU-style .ucm files:
17023              - teach compile how to read a .ucm file
17024              - first guess at how to represent fallbacks in "tries".
17025              - use fallbacks if check == 0
17026              - new return code to indicate we used one.
17027      Branch: perlio
17028            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
17029            ! ext/Encode/encengine.c ext/Encode/encode.h
17030 ____________________________________________________________________________
17031 [  8284] By: jhi                                   on 2000/12/31  18:04:41
17032         Log: Pacify picky VMS compiler.
17033              
17034              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
17035              From: "Craig A. Berry" <craig.berry@psinetcs.com>
17036              Date: Sat, 30 Dec 2000 18:10:02 -0600
17037              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
17038      Branch: perl
17039            ! sv.c
17040 ____________________________________________________________________________
17041 [  8283] By: jhi                                   on 2000/12/31  16:11:47
17042         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
17043      Branch: perl
17044            ! t/lib/glob-basic.t
17045 ____________________________________________________________________________
17046 [  8282] By: jhi                                   on 2000/12/31  15:26:11
17047         Log: Integrate perlio.
17048      Branch: perl
17049           !> makedef.pl opcode.pl os2/os2.c perlio.c
17050 ____________________________________________________________________________
17051 [  8281] By: nick                                  on 2000/12/31  10:06:15
17052         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
17053              is available to be exported
17054      Branch: perlio
17055            ! makedef.pl perlio.c
17056 ____________________________________________________________________________
17057 [  8280] By: nick                                  on 2000/12/31  09:41:26
17058         Log: Ilya's OS2 patch (testing for damage on Win32)
17059      Branch: perlio
17060            ! makedef.pl opcode.pl os2/os2.c
17061 ____________________________________________________________________________
17062 [  8279] By: jhi                                   on 2000/12/30  21:52:07
17063         Log: Test nits.
17064      Branch: perl
17065            ! t/lib/syslfs.t t/op/lfs.t
17066 ____________________________________________________________________________
17067 [  8278] By: jhi                                   on 2000/12/30  21:47:49
17068         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
17069              From: andreas.koenig@anima.de (Andreas J. Koenig)
17070              Date: 30 Dec 2000 22:35:37 +0100
17071              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
17072              
17073              The 32-bit wraparound test wasn't quite right.
17074      Branch: perl
17075            ! t/lib/syslfs.t t/op/lfs.t
17076 ____________________________________________________________________________
17077 [  8277] By: jhi                                   on 2000/12/30  21:33:44
17078         Log: Subject: [PATCH] open() example in perlfunc.pod 
17079              From: Karsten Sperling <s_sperli@ira.uka.de>
17080              Date: Sat, 30 Dec 2000 22:27:09 +0100
17081              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
17082      Branch: perl
17083            ! pod/perlfunc.pod
17084 ____________________________________________________________________________
17085 [  8276] By: jhi                                   on 2000/12/30  20:32:40
17086         Log: Not quite that many tests yet.
17087      Branch: perl
17088            ! t/op/pat.t
17089 ____________________________________________________________________________
17090 [  8275] By: jhi                                   on 2000/12/30  20:26:58
17091         Log: Integrate perlio.
17092      Branch: perl
17093           !> toke.c
17094 ____________________________________________________________________________
17095 [  8274] By: jhi                                   on 2000/12/30  20:24:56
17096         Log: Signedness nit.
17097      Branch: perl
17098            ! utf8.c
17099 ____________________________________________________________________________
17100 [  8273] By: jhi                                   on 2000/12/30  20:15:46
17101         Log: Add a test case for 20000731.001 which was fixed by the #8267.
17102      Branch: perl
17103            ! t/op/pat.t
17104 ____________________________________________________________________________
17105 [  8272] By: nick                                  on 2000/12/30  19:47:51
17106         Log: Tweak for MULTIPLICITY/USE_PERLIO
17107      Branch: perlio
17108            ! toke.c
17109 ____________________________________________________________________________
17110 [  8271] By: nick                                  on 2000/12/30  19:46:45
17111         Log: Integrate mainline
17112      Branch: perlio
17113           +> lib/unicode/distinct.pm
17114           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
17115           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
17116           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
17117 ____________________________________________________________________________
17118 [  8270] By: jhi                                   on 2000/12/30  19:39:50
17119         Log: Subject: RE: perl@8269
17120              From: "Richard Soderberg" <rs@crystalflame.net>
17121              Date: Sat, 30 Dec 2000 11:36:27 -0800
17122              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
17123              
17124              A missing aTHX_.
17125      Branch: perl
17126            ! toke.c
17127 ____________________________________________________________________________
17128 [  8269] By: jhi                                   on 2000/12/30  18:55:48
17129         Log: Update Changes.
17130      Branch: perl
17131            ! Changes patchlevel.h
17132 ____________________________________________________________________________
17133 [  8268] By: jhi                                   on 2000/12/30  17:18:40
17134         Log: Add a test for Unicode split //.  The #8267 was the cure.
17135      Branch: perl
17136            ! t/op/split.t
17137 ____________________________________________________________________________
17138 [  8267] By: jhi                                   on 2000/12/30  17:14:19
17139         Log: Subject: more UTF8 test suites and an UTF8 patch
17140              From: Inaba Hiroto <inaba@st.rim.or.jp>
17141              Date: Sat, 30 Dec 2000 14:27:10 +0900
17142              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
17143              
17144              Just the patch part for now, and the pragma renamed
17145              as unicode::distinct.
17146      Branch: perl
17147            + lib/unicode/distinct.pm
17148            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
17149            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
17150            ! regcomp.h regexec.c sv.c toke.c utf8.c
17151 ____________________________________________________________________________
17152 [  8266] By: nick                                  on 2000/12/30  16:40:49
17153         Log: Integrate mainline
17154      Branch: perlio
17155           +> lib/Pod/Text/Overstrike.pm
17156           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
17157           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
17158           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
17159           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
17160           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
17161 ____________________________________________________________________________
17162 [  8265] By: jhi                                   on 2000/12/30  07:28:55
17163         Log: The sv_catsv() fix, take two.
17164      Branch: perl
17165            ! sv.c t/op/join.t
17166 ____________________________________________________________________________
17167 [  8264] By: jhi                                   on 2000/12/30  06:19:18
17168         Log: Undo all the join-related changes since #8248: relevant
17169              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
17170              The new sv_catsv() doesn't fly so it must go back to
17171              the drawing board.
17172      Branch: perl
17173            ! sv.c t/op/join.t t/pragma/utf8.t
17174 ____________________________________________________________________________
17175 [  8263] By: jhi                                   on 2000/12/30  01:08:32
17176         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
17177      Branch: perl
17178            ! sv.c
17179 ____________________________________________________________________________
17180 [  8262] By: jhi                                   on 2000/12/30  00:45:14
17181         Log: Retract #8261.
17182      Branch: perl
17183            ! hv.c util.c
17184 ____________________________________________________________________________
17185 [  8261] By: jhi                                   on 2000/12/30  00:38:32
17186         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
17187      Branch: perl
17188            ! hv.c util.c
17189 ____________________________________________________________________________
17190 [  8260] By: jhi                                   on 2000/12/29  22:51:33
17191         Log: (Retracted by #8264)  More fixing for #8251.
17192      Branch: perl
17193            ! sv.c
17194 ____________________________________________________________________________
17195 [  8259] By: jhi                                   on 2000/12/29  18:27:30
17196         Log: Subject: podlators 1.06 released
17197              From: Russ Allbery <rra@stanford.edu>
17198              Date: 25 Dec 2000 05:09:30 -0800
17199              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
17200      Branch: perl
17201            + lib/Pod/Text/Overstrike.pm
17202            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
17203            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
17204 ____________________________________________________________________________
17205 [  8258] By: jhi                                   on 2000/12/29  18:20:45
17206         Log: Make the large file tests more robust/talkative as suggested by
17207              
17208              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
17209              From: andreas.koenig@anima.de (Andreas J. Koenig)
17210              Date: 29 Dec 2000 14:23:01 +0100
17211              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
17212      Branch: perl
17213            ! t/lib/syslfs.t t/op/lfs.t
17214 ____________________________________________________________________________
17215 [  8257] By: jhi                                   on 2000/12/29  17:48:04
17216         Log: Further VMS piping fixes from Charles Lane:
17217              
17218              In summary, error messages produced when a subprocess terminated
17219              abnormally were being sent not just to the parent process, but to
17220              grandparents, because of default values for error output that were
17221              not completely overridden when the subprocess was started.
17222              
17223              This patch fixes this behavior by defining user-mode (i.e., temporary
17224              for the duration of the program) logical names for SYS$OUTPUT and
17225              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
17226              changes to make it so that the user-mode logicals are the ones that
17227              control where Perl's error messages go if it terminates abnormally.
17228              
17229              I also added some gratuitous fixes to the indentation of braces in
17230              the piping code.  It just looked ugly, before.
17231      Branch: perl
17232            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
17233 ____________________________________________________________________________
17234 [  8256] By: jhi                                   on 2000/12/29  17:45:12
17235         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
17236              From: "Casey R. Tweten" <crt@kiski.net>
17237              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
17238              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
17239              
17240              Tests for for #8240.
17241      Branch: perl
17242            ! t/pragma/constant.t
17243 ____________________________________________________________________________
17244 [  8255] By: jhi                                   on 2000/12/29  17:43:07
17245         Log: Subject: Re: [PATCH] Interesting syntax idea
17246              From: Simon Cozens <simon@cozens.net>
17247              Date: Fri, 29 Dec 2000 14:34:04 +0000
17248              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
17249              
17250              Tests for #8254.
17251      Branch: perl
17252            ! t/pragma/sub_lval.t
17253 ____________________________________________________________________________
17254 [  8254] By: jhi                                   on 2000/12/29  17:42:11
17255         Log: Subject: [PATCH] Interesting syntax idea
17256              From: Simon Cozens <simon@cozens.net>
17257              Date: Wed, 27 Dec 2000 05:08:57 +0000
17258              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
17259              
17260              Make opens + bareword assigns do typeglob assigns.
17261      Branch: perl
17262            ! op.c
17263 ____________________________________________________________________________
17264 [  8253] By: jhi                                   on 2000/12/29  17:36:45
17265         Log: Output the (apparent) version of gcc, as suggested by
17266              
17267              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
17268              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
17269              Date: 26 Dec 2000 04:29:17 -0500
17270              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
17271              
17272              (The patch as such didn't any more apply as the misparsing had
17273              already been addressed in #6474.)  Also change the wording about
17274              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
17275      Branch: perl
17276            ! hints/dec_osf.sh
17277 ____________________________________________________________________________
17278 [  8252] By: nick                                  on 2000/12/29  12:14:31
17279         Log: Integrate mainline
17280      Branch: perlio
17281           !> (integrate 27 files)
17282 ____________________________________________________________________________
17283 [  8251] By: jhi                                   on 2000/12/29  08:45:46
17284         Log: (Retracted by #8264)
17285              
17286              (Fixed by #8260.)
17287              
17288              sv_catsv() needs one more byte space than seems reasonable.
17289              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
17290              Curiouser and curiouser.
17291      Branch: perl
17292            ! sv.c
17293 ____________________________________________________________________________
17294 [  8250] By: jhi                                   on 2000/12/29  07:57:52
17295         Log: More split // UTF-8 tests.
17296      Branch: perl
17297            ! t/pragma/utf8.t
17298 ____________________________________________________________________________
17299 [  8249] By: jhi                                   on 2000/12/29  07:54:51
17300         Log: (Retracted by #8264)  More join() testing which was good because
17301              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
17302      Branch: perl
17303            ! pp.c t/op/join.t utf8.c utf8.h
17304 ____________________________________________________________________________
17305 [  8248] By: jhi                                   on 2000/12/29  07:08:32
17306         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
17307              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
17308              that the only cases to care about are byte+byte and byte+character.
17309              
17310              TODO: See how well pp_concat() could be implemented in terms
17311              of sv_catsv().
17312      Branch: perl
17313            ! doop.c sv.c t/op/join.t utf8.h
17314 ____________________________________________________________________________
17315 [  8247] By: jhi                                   on 2000/12/29  06:35:23
17316         Log: Signedness nit.
17317      Branch: perl
17318            ! pp_hot.c
17319 ____________________________________________________________________________
17320 [  8246] By: jhi                                   on 2000/12/29  01:23:31
17321         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
17322              From: Lupe Christoph <lupe@lupe-christoph.de>
17323              Date: Thu, 28 Dec 2000 23:00:00 +0100
17324              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
17325              
17326              Suggest rsync --delete --dry-run.
17327      Branch: perl
17328            ! pod/perlhack.pod
17329 ____________________________________________________________________________
17330 [  8245] By: jhi                                   on 2000/12/28  23:57:05
17331         Log: The maxiters upper limit sanity check (guarding against
17332              non-progress) assumed bytes instead of characters in s///
17333              and split().
17334      Branch: perl
17335            ! pp.c pp_hot.c
17336 ____________________________________________________________________________
17337 [  8244] By: jhi                                   on 2000/12/28  23:34:08
17338         Log: Make some panic messages a bit more logical.
17339      Branch: perl
17340            ! doop.c pod/perldiag.pod pp.c pp_hot.c
17341 ____________________________________________________________________________
17342 [  8243] By: jhi                                   on 2000/12/28  22:59:16
17343         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
17344              From: Simon Cozens <simon@cozens.net>
17345              Date: Wed, 27 Dec 2000 02:30:03 +0000
17346              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
17347      Branch: perl
17348            ! pp.c t/pragma/sub_lval.t
17349 ____________________________________________________________________________
17350 [  8242] By: jhi                                   on 2000/12/28  22:56:53
17351         Log: Subject: [PATCH blead] Fix B::Terse indentation
17352              From: Daniel Chetlin <daniel@chetlin.com>
17353              Date: Wed, 27 Dec 2000 06:43:30 -0800
17354              Message-ID: <20001227064329.B9573@darkstar>
17355      Branch: perl
17356            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
17357 ____________________________________________________________________________
17358 [  8241] By: jhi                                   on 2000/12/28  22:48:59
17359         Log: The latter patch from the
17360              
17361              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
17362              From: Peter Prymmer <pvhp@forte.com> 
17363              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
17364              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
17365              
17366              (the former patch from the above should have been
17367              taken care of by Nick I-S)
17368      Branch: perl
17369            ! win32/Makefile
17370 ____________________________________________________________________________
17371 [  8240] By: jhi                                   on 2000/12/28  22:45:22
17372         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
17373              From: "Casey R. Tweten" <crt@kiski.net>
17374              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
17375              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
17376      Branch: perl
17377            ! lib/constant.pm
17378 ____________________________________________________________________________
17379 [  8239] By: jhi                                   on 2000/12/28  22:37:45
17380         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
17381              From: Simon Cozens <simon@cozens.net>
17382              Date: Wed, 27 Dec 2000 14:12:44 +0000
17383              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
17384      Branch: perl
17385            ! t/op/method.t t/op/sort.t toke.c
17386 ____________________________________________________________________________
17387 [  8238] By: jhi                                   on 2000/12/28  22:30:32
17388         Log: Subject: [PATCH perl@8229] Call.pm
17389              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
17390              Date: Mon, 25 Dec 2000 10:47:15 -0000
17391              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
17392      Branch: perl
17393            ! ext/Filter/Util/Call/Call.pm
17394 ____________________________________________________________________________
17395 [  8237] By: jhi                                   on 2000/12/28  22:19:21
17396         Log: Subject: [PATCH blead] Fix problem with `&' prototype
17397              From: Daniel Chetlin <daniel@chetlin.com>
17398              Date: Wed, 27 Dec 2000 15:55:32 -0800
17399              Message-ID: <20001227155532.D9573@darkstar>
17400      Branch: perl
17401            ! op.c t/comp/proto.t
17402 ____________________________________________________________________________
17403 [  8236] By: jhi                                   on 2000/12/28  22:09:25
17404         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
17405              From: Daniel Chetlin <daniel@chetlin.com>
17406              Date: Sun, 24 Dec 2000 04:09:49 -0800
17407              Message-ID: <20001224040949.B3090@darkstar>
17408      Branch: perl
17409            ! gv.c mg.c t/op/attrs.t
17410 ____________________________________________________________________________
17411 [  8235] By: jhi                                   on 2000/12/28  22:07:11
17412         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
17413              From: Jan Dubois <jand@ActiveState.com>
17414              Date: Tue, 26 Dec 2000 20:57:31 -0800
17415              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
17416      Branch: perl
17417            ! win32/win32.c
17418 ____________________________________________________________________________
17419 [  8234] By: jhi                                   on 2000/12/28  21:52:42
17420         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
17421              From: Simon Cozens <simon@cozens.net>
17422              Date: Thu, 28 Dec 2000 20:33:13 +0000
17423              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
17424      Branch: perl
17425            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
17426 ____________________________________________________________________________
17427 [  8233] By: jhi                                   on 2000/12/28  19:40:49
17428         Log: Integrate perlio.
17429      Branch: perl
17430           !> ext/Encode/Makefile.PL ext/Encode/compile
17431 ____________________________________________________________________________
17432 [  8232] By: nick                                  on 2000/12/23  16:06:00
17433         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
17434              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
17435      Branch: perlio
17436            ! ext/Encode/Makefile.PL
17437 ____________________________________________________________________________
17438 [  8231] By: nick                                  on 2000/12/23  14:30:34
17439         Log: "Compiled" encode build cleanup
17440              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
17441              - .c files do not export sub-tables
17442      Branch: perlio
17443            ! ext/Encode/Makefile.PL ext/Encode/compile
17444 ____________________________________________________________________________
17445 [  8230] By: nick                                  on 2000/12/23  12:50:37
17446         Log: Integrate mainline
17447      Branch: perlio
17448           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
17449           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
17450           !> pod/perl5004delta.pod pod/perl5005delta.pod
17451           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
17452           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
17453           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
17454           !> pod/perlsub.pod
17455 ____________________________________________________________________________
17456 [  8229] By: jhi                                   on 2000/12/22  15:32:12
17457         Log: Integrate perlio.
17458      Branch: perl
17459           +> win32/distclean.bat
17460           !> MANIFEST t/io/utf8.t
17461 ____________________________________________________________________________
17462 [  8228] By: jhi                                   on 2000/12/22  15:29:40
17463         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
17464              From: Robin Barker <rmb1@cise.npl.co.uk>
17465              Date: Fri, 22 Dec 2000 12:17:38 GMT
17466              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
17467      Branch: perl
17468            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
17469            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
17470            ! pod/perl5004delta.pod pod/perl5005delta.pod
17471            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
17472            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
17473            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
17474            ! pod/perlsub.pod
17475 ____________________________________________________________________________
17476 [  8227] By: jhi                                   on 2000/12/22  15:24:28
17477         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
17478              From: "John L. Allen" <allen@grumman.com>
17479              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
17480              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
17481              
17482              Document APPLLIB_EXP.
17483      Branch: perl
17484            ! INSTALL
17485 ____________________________________________________________________________
17486 [  8226] By: nick                                  on 2000/12/21  22:11:50
17487         Log: Handy script for when one forgets to "dmake clean" 
17488      Branch: perlio
17489            + win32/distclean.bat
17490            ! MANIFEST
17491 ____________________________________________________________________________
17492 [  8225] By: nick                                  on 2000/12/21  21:54:04
17493         Log: CRLF platform issue with io/utf8 fix.
17494      Branch: perlio
17495            ! t/io/utf8.t
17496 ____________________________________________________________________________
17497 [  8224] By: nick                                  on 2000/12/21  21:02:20
17498         Log: Integrate mainline
17499      Branch: perlio
17500           !> Changes Configure Makefile.SH Porting/Glossary
17501           !> Porting/config.sh Porting/config_H configure.com
17502           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
17503           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
17504           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
17505           !> win32/config.bc win32/config.gc win32/config.vc
17506 ____________________________________________________________________________
17507 [  8223] By: jhi                                   on 2000/12/21  17:09:16
17508         Log: Update Changes.
17509      Branch: perl
17510            ! Changes patchlevel.h
17511 ____________________________________________________________________________
17512 [  8222] By: jhi                                   on 2000/12/21  16:24:01
17513         Log: Metaconfig unit changes for #8221.
17514      Branch: metaconfig/U/perl
17515           +> issymlink.U
17516            - testsyml.U
17517            ! Mksymlinks.U
17518 ____________________________________________________________________________
17519 [  8221] By: jhi                                   on 2000/12/21  16:23:48
17520         Log: Rename testsyml to issymlink.
17521      Branch: perl
17522            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17523            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
17524            ! win32/config.vc
17525 ____________________________________________________________________________
17526 [  8220] By: jhi                                   on 2000/12/21  15:47:26
17527         Log: Robustness support for #8218 (symlink forest) since the GNU
17528              tools seem to be overly picky about symlinkage depths.
17529      Branch: perl
17530            ! Makefile.SH t/io/fs.t
17531 ____________________________________________________________________________
17532 [  8219] By: jhi                                   on 2000/12/21  15:38:27
17533         Log: Metaconfig changes for #8218.
17534      Branch: metaconfig
17535            ! U/modified/Oldconfig.U
17536      Branch: metaconfig/U/perl
17537            + Mksymlinks.U
17538            ! testsyml.U
17539 ____________________________________________________________________________
17540 [  8218] By: jhi                                   on 2000/12/21  15:37:57
17541         Log: Add Configure option -Dmksymlinks which will create a symlink
17542              forest if the current/build differs from the source directory.
17543              TODO: mkdir -p is not portable.
17544      Branch: perl
17545            ! Configure
17546 ____________________________________________________________________________
17547 [  8217] By: jhi                                   on 2000/12/21  14:39:12
17548         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
17549              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
17550              Date: Thu, 21 Dec 2000 09:38:18 GMT
17551              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
17552              
17553              The ofs became an SV.
17554      Branch: perl
17555            ! ext/Thread/Thread.xs
17556 ____________________________________________________________________________
17557 [  8216] By: jhi                                   on 2000/12/21  05:40:21
17558         Log: The polymorphism seems to have fixed 20000517.001.
17559      Branch: perl
17560            ! t/pragma/utf8.t
17561 ____________________________________________________________________________
17562 [  8215] By: jhi                                   on 2000/12/21  04:44:52
17563         Log: read() documentation tweak for 20001121.004.
17564      Branch: perl
17565            ! pod/perlfunc.pod
17566 ____________________________________________________________________________
17567 [  8214] By: jhi                                   on 2000/12/21  03:54:11
17568         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
17569      Branch: perl
17570            ! pp_sys.c t/op/misc.t
17571 ____________________________________________________________________________
17572 [  8213] By: jhi                                   on 2000/12/21  00:28:10
17573         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
17574              From: Peter Prymmer <pvhp@forte.com>
17575              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
17576              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
17577      Branch: perl
17578            ! configure.com
17579 ____________________________________________________________________________
17580 [  8212] By: jhi                                   on 2000/12/21  00:26:21
17581         Log: Edit edit edit.
17582      Branch: perl
17583            ! pod/perlfaq3.pod
17584 ____________________________________________________________________________
17585 [  8211] By: jhi                                   on 2000/12/20  18:52:46
17586         Log: Update Changes.
17587      Branch: perl
17588            ! Changes patchlevel.h
17589 ____________________________________________________________________________
17590 [  8210] By: jhi                                   on 2000/12/20  18:34:47
17591         Log: Yet another editor edit.
17592      Branch: perl
17593            ! pod/perlfaq3.pod
17594 ____________________________________________________________________________
17595 [  8209] By: jhi                                   on 2000/12/20  15:33:28
17596         Log: More Win32 Perling.
17597      Branch: perl
17598            ! pod/perlfaq3.pod
17599 ____________________________________________________________________________
17600 [  8208] By: jhi                                   on 2000/12/20  15:07:46
17601         Log: More Win32 editor/IDE/shell hints.
17602      Branch: perl
17603            ! pod/perlfaq3.pod
17604 ____________________________________________________________________________
17605 [  8207] By: jhi                                   on 2000/12/20  03:54:08
17606         Log: Subject: [PATCH] obscure timing knowledge
17607              From: Nicholas Clark <nick@ccl4.org>
17608              Date: Tue, 19 Dec 2000 19:22:31 +0000
17609              Message-ID: <20001219192231.F2827@plum.flirble.org>
17610      Branch: perl
17611            ! sv.c
17612 ____________________________________________________________________________
17613 [  8206] By: jhi                                   on 2000/12/20  03:45:57
17614         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
17615              From: Spider Boardman <spider@leggy.zk3.dec.com>
17616              Date: Tue, 19 Dec 2000 21:30:16 -0500
17617              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
17618      Branch: perl
17619            ! sv.c
17620 ____________________________________________________________________________
17621 [  8205] By: jhi                                   on 2000/12/19  23:02:01
17622         Log: Update Changes.
17623      Branch: perl
17624            ! Changes patchlevel.h
17625 ____________________________________________________________________________
17626 [  8204] By: jhi                                   on 2000/12/19  22:58:18
17627         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
17628              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
17629              on editors and diffing/patching.
17630      Branch: perl
17631            ! t/op/utf8decode.t
17632 ____________________________________________________________________________
17633 [  8203] By: nick                                  on 2000/12/19  21:36:16
17634         Log: Integrate mainline (forgot my own change...)
17635      Branch: perlio
17636           !> ext/Encode/compile
17637 ____________________________________________________________________________
17638 [  8202] By: nick                                  on 2000/12/19  21:34:42
17639         Log: Integrate mainline.
17640      Branch: perlio
17641           !> (integrate 61 files)
17642 ____________________________________________________________________________
17643 [  8201] By: nick                                  on 2000/12/19  21:34:06
17644         Log: Avoid looking for File::Glob when we don't need it.
17645      Branch: perl
17646            ! ext/Encode/compile
17647 ____________________________________________________________________________
17648 [  8200] By: jhi                                   on 2000/12/19  18:35:49
17649         Log: Update Changes.
17650      Branch: perl
17651            ! Changes patchlevel.h
17652 ____________________________________________________________________________
17653 [  8199] By: jhi                                   on 2000/12/19  18:35:07
17654         Log: Microperl tweaks.
17655      Branch: perl
17656            ! sv.c uconfig.h uconfig.sh
17657 ____________________________________________________________________________
17658 [  8198] By: jhi                                   on 2000/12/19  18:29:59
17659         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
17660      Branch: perl
17661            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17662            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
17663 ____________________________________________________________________________
17664 [  8197] By: jhi                                   on 2000/12/19  17:55:29
17665         Log: In VMS embedded perls couldn't access the statically built Socket,
17666              from Charles Lane.
17667      Branch: perl
17668            ! configure.com
17669 ____________________________________________________________________________
17670 [  8196] By: jhi                                   on 2000/12/19  17:49:50
17671         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
17672              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
17673              Date: Sun, 17 Dec 2000 19:11:44 -0000
17674              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
17675      Branch: perl
17676            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
17677            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
17678 ____________________________________________________________________________
17679 [  8195] By: jhi                                   on 2000/12/19  17:47:53
17680         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
17681              From: Jonathan Stowe <gellyfish@gellyfish.com>
17682              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
17683              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
17684      Branch: perl
17685            ! utils/h2xs.PL
17686 ____________________________________________________________________________
17687 [  8194] By: jhi                                   on 2000/12/19  17:46:28
17688         Log: Subject: Re: useless use of void context work-around
17689              From: andreas.koenig@anima.de (Andreas J. Koenig)
17690              Date: 16 Dec 2000 15:13:36 +0100
17691              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
17692              
17693              Document (comment) the q(di ds ig) trick in the code.
17694      Branch: perl
17695            ! op.c
17696 ____________________________________________________________________________
17697 [  8193] By: jhi                                   on 2000/12/19  17:10:57
17698         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
17699              From: "Mark J. Reed" <mreed@strange.turner.com>
17700              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
17701              Message-Id: <200012160222.VAA13986@strange.turner.com>
17702      Branch: perl
17703            ! ext/Sys/Syslog/Syslog.pm
17704 ____________________________________________________________________________
17705 [  8192] By: jhi                                   on 2000/12/19  17:07:45
17706         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
17707              From: Nicholas Clark <nick@ccl4.org>
17708              Date: Sat, 16 Dec 2000 19:03:13 +0000
17709              Message-ID: <20001216190313.D68304@plum.flirble.org>
17710      Branch: perl
17711            ! t/op/64bitint.t
17712 ____________________________________________________________________________
17713 [  8191] By: jhi                                   on 2000/12/19  17:06:13
17714         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
17715              From: Dominic Dunlop <domo@computer.org>
17716              Date: Mon, 18 Dec 2000 12:00:15 +0100
17717              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
17718              
17719              This patchlet is needed in order that perl can be statically linked.  
17720      Branch: perl
17721            ! regexec.c
17722 ____________________________________________________________________________
17723 [  8190] By: jhi                                   on 2000/12/19  17:03:08
17724         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
17725              From: "Craig A. Berry" <craig.berry@psinetcs.com>
17726              Date: Sun, 17 Dec 2000 00:18:35 -0600
17727              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
17728      Branch: perl
17729            ! perlio.h vms/gen_shrfls.pl
17730 ____________________________________________________________________________
17731 [  8189] By: jhi                                   on 2000/12/19  16:20:28
17732         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
17733              From: Prymmer/Kahn <pvhp@best.com>
17734              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
17735              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
17736              
17737              A better version of #8188.
17738      Branch: perl
17739            ! pod/perlfaq3.pod
17740 ____________________________________________________________________________
17741 [  8188] By: jhi                                   on 2000/12/19  15:57:06
17742         Log: (Replaced by #8189)
17743              
17744              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
17745              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
17746              From: Prymmer/Kahn <pvhp@best.com>
17747              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
17748              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
17749              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
17750              Date: Mon, 18 Dec 2000 11:10:45 -0500
17751              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
17752      Branch: perl
17753            ! pod/perlfaq3.pod
17754 ____________________________________________________________________________
17755 [  8187] By: jhi                                   on 2000/12/19  15:54:19
17756         Log: Email address fix for Anton Berezin.
17757      Branch: perl
17758            ! AUTHORS
17759 ____________________________________________________________________________
17760 [  8186] By: jhi                                   on 2000/12/19  15:38:54
17761         Log: Subject: [PATCH perl@8102] cygwin port
17762              From: "Eric Fifer" <efifer@dircon.co.uk> 
17763              Date: Thu, 14 Dec 2000 13:41:29 -0000
17764              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
17765              
17766              When compiling modules the data item that is being imported
17767              from libperl.dll needs to be tagged as imported/shared data:
17768              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
17769      Branch: perl
17770            ! perliol.h
17771 ____________________________________________________________________________
17772 [  8185] By: jhi                                   on 2000/12/19  14:53:24
17773         Log: Regen uconfig.h and uconfig.sh.
17774      Branch: perl
17775            ! uconfig.h uconfig.sh
17776 ____________________________________________________________________________
17777 [  8184] By: jhi                                   on 2000/12/18  20:43:49
17778         Log: Comments work so much better when they are closed.
17779      Branch: perl
17780            ! regcomp.c
17781 ____________________________________________________________________________
17782 [  8183] By: jhi                                   on 2000/12/18  18:04:02
17783         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
17784              Fixes the bug 20001218.016.
17785      Branch: perl
17786            ! regcomp.c
17787 ____________________________________________________________________________
17788 [  8182] By: gsar                                  on 2000/12/18  09:53:47
17789         Log: delete spurious files
17790      Branch: maint-5.6/perl
17791            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
17792            - vos/config.h vos/config_h.SH_orig
17793 ____________________________________________________________________________
17794 [  8181] By: gsar                                  on 2000/12/18  09:46:08
17795         Log: regen perltoc
17796      Branch: maint-5.6/perl
17797            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
17798 ____________________________________________________________________________
17799 [  8180] By: gsar                                  on 2000/12/18  09:20:27
17800         Log: integrate changes#7924..7926,7946,7952 from mainline
17801      Branch: maint-5.6/perl
17802           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
17803           !> lib/File/stat.pm t/lib/class-struct.t
17804 ____________________________________________________________________________
17805 [  8179] By: gsar                                  on 2000/12/18  08:55:54
17806         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
17807              7918,7919,7988,8907 from mainline (various)
17808      Branch: maint-5.6/perl
17809           +> t/lib/class-struct.t
17810           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
17811           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
17812           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
17813 ____________________________________________________________________________
17814 [  8178] By: gsar                                  on 2000/12/18  08:16:30
17815         Log: avoid redefinition warnings on windows due to sys/socket.h getting
17816              #included before win32.h
17817      Branch: maint-5.6/perl
17818            ! win32/include/sys/socket.h
17819 ____________________________________________________________________________
17820 [  8177] By: gsar                                  on 2000/12/18  05:24:04
17821         Log: make regen_headers; fix POSIX.xs problems; remove outdated
17822              code from sys/socket.h that makes build fail now
17823      Branch: maint-5.6/perl
17824            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
17825            ! pod/perlapi.pod
17826           !> win32/include/sys/socket.h
17827 ____________________________________________________________________________
17828 [  8176] By: gsar                                  on 2000/12/18  05:20:17
17829         Log: update Changes
17830      Branch: maint-5.6/perl
17831            ! Changes patchlevel.h
17832 ____________________________________________________________________________
17833 [  8175] By: gsar                                  on 2000/12/18  04:57:48
17834         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
17835              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
17836              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
17837              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
17838              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
17839              7823,7825,7838
17840      Branch: maint-5.6/perl
17841           +> lib/File/Spec/Epoc.pm
17842           !> (integrate 88 files)
17843 ____________________________________________________________________________
17844 [  8174] By: gsar                                  on 2000/12/18  03:53:09
17845         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
17846              7625..7629,7631..7634,7637,7639,7642 from mainline
17847      Branch: maint-5.6/perl
17848           +> README.solaris
17849           !> (integrate 26 files)
17850 ____________________________________________________________________________
17851 [  8173] By: gsar                                  on 2000/12/18  03:37:02
17852         Log: integrate changes#7472,7474..7479,7481,7485,7489,7493,7494,7496,
17853              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
17854              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
17855              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
17856      Branch: maint-5.6/perl
17857           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
17858            - MAINTAIN
17859           !> (integrate 111 files)
17860 ____________________________________________________________________________
17861 [  8172] By: jhi                                   on 2000/12/18  02:49:27
17862         Log: Regen pods.
17863      Branch: perl
17864            ! pod/perlmodlib.pod pod/perltoc.pod
17865 ____________________________________________________________________________
17866 [  8171] By: gsar                                  on 2000/12/18  02:49:24
17867         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
17868              7465..7471 from mainline
17869              
17870              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
17871              in platforms that strictly require all the symbols being present
17872              at link time.
17873              
17874              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
17875              
17876              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
17877              
17878              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
17879              
17880              Subject: [PATCH] todo
17881              
17882              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
17883              
17884              Use $sort, $uniq (and $tr) consistently as wondered
17885              by Nicholas Clark.
17886              
17887              Too enthusiastic editing in #7460.
17888              
17889              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
17890              
17891              Upgrade to CPAN 1.58_55.
17892              Subject: CPAN.pm status
17893              
17894              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
17895              
17896              Make target reordering to avoid pointless re-makes.
17897              Subject: Re: Total re-make of 'make okfile' after 7451 ?
17898              
17899              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
17900              
17901              Subject: DOC PATCH 5.6.0
17902              
17903              Add the repository doc by Malcolm, Sarathy, and by Simon,
17904              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
17905      Branch: maint-5.6/perl
17906           +> Porting/repository.pod
17907           !> Configure MANIFEST Makefile.SH README.dos README.os2
17908           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
17909           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
17910           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
17911 ____________________________________________________________________________
17912 [  8169] By: gsar                                  on 2000/12/18  02:33:34
17913         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
17914              7435..7441,7445 from mainline
17915              
17916              Make the UTF-8 decoding stricter and more verbose when
17917              malformation happens.  This involved adding an argument
17918              to utf8_to_uv_chk(), which involved changing its prototype,
17919              and prefer STRLEN over I32 for the UTF-8 length, which as
17920              a domino effect necessitated changing the prototypes of
17921              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
17922              The stricter UTF-8 decoding checking uses Markus Kuhn's
17923              UTF-8 Decode Stress Tester from
17924              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
17925              
17926              Run vms/vms_yfix.pl, should have done that after changing
17927              perly.c in #7382.
17928              
17929              Subject: [PATCH 5.7.0] static linking with uninstalled perl
17930              
17931              (Replaced by #7440.)
17932              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
17933              
17934              Fix the bug ID 20001024.005, the bug introduced by #7416.
17935              
17936              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
17937              
17938              Fix the bug reported in
17939              From: andreas.koenig@anima.de (Andreas J. Koenig)
17940              Also make is_utf8_char() stricter.
17941              
17942              Missed the header file changes from #7425.
17943              
17944              Check if stdio supports tweaking lval and cnt simultaneously.
17945              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
17946              
17947              Stratus VOS updates from Paul Green.
17948              
17949              Podify README.epoc and README.vos.
17950              
17951              Add targets to Makefile.SH, most importantly
17952              'regen_all' which also remembers to update vms/perly*.
17953              
17954              Subject: Minor update to find2perl, for portability
17955              
17956              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
17957              
17958              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
17959              
17960              Rename UTF8LEN() to be UNISKIP(), too confusing to have
17961              UTF8LEN() and UTF8SKIP(). 
17962              
17963              Allow poking holes at the UTF-8 decoding strictness.
17964              
17965              Continue the internal UTF-8 API tweaking.
17966              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
17967              used much more than the simpler API, now called utf8_to_uv_simple().
17968              Still not quite happy with API, too much partial duplication
17969              of functionality.
17970              
17971              A new version of making the syslog test more robust.
17972              (Replaces #7421.)
17973              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
17974              
17975              buildtoc target tweaks.
17976              
17977              Integrate with vmsperl #7430 by Charles Bailey:
17978              
17979              Cleanup from prior patch (Charles Lane?):
17980              - improve handling of MFDs in Basename and Path
17981              - default to no xsubpp line # munging when building debug images
17982      Branch: maint-5.6/perl
17983           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
17984           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
17985           !> (integrate 67 files)
17986 ____________________________________________________________________________
17987 [  8168] By: gsar                                  on 2000/12/18  02:05:49
17988         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
17989              
17990              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
17991              From: Martin Husemann <martin@duskware.de>
17992              
17993              Subject: [PATCH 5.7.0] restore match data on backtracing
17994              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17995      Branch: maint-5.6/perl
17996           !> regcomp.c regexec.c t/op/re_tests
17997 ____________________________________________________________________________
17998 [  8167] By: gsar                                  on 2000/12/18  01:55:22
17999         Log: integrate changes#7858,7986 from mainline
18000              
18001              C<foreach my $x ...> in pseudo-fork()ed process may diddle
18002              parent's memory; fix it by keeping track of the actual pad
18003              offset rather than a raw pointer (this change is probably also
18004              relevant to non-ithreads case to avoid fallout from reallocs of
18005              the pad array, but is currently only enabled for the ithreads
18006              case in the interests of minimal disruption to existing "well
18007              tested" code)
18008              
18009              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
18010              due to the notorious GetFileType() bug in Windows 9x, which fstat()
18011              tickles)
18012      Branch: maint-5.6/perl
18013           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
18014           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
18015           !> win32/win32.c win32/win32.h win32/win32sck.c
18016 ____________________________________________________________________________
18017 [  8166] By: gsar                                  on 2000/12/18  01:52:59
18018         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
18019              from mainline (xsubpp and ExtUtils::LibList fixups, various
18020              other small items)
18021      Branch: maint-5.6/perl
18022           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
18023           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
18024           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
18025           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
18026           !> win32/bin/search.pl
18027 ____________________________________________________________________________
18028 [  8165] By: gsar                                  on 2000/12/18  01:28:45
18029         Log: integrate changes#7533,7563,7611,7623 from mainline (various
18030              malloc.c embellishments)
18031      Branch: maint-5.6/perl
18032           !> malloc.c pod/perldiag.pod
18033 ____________________________________________________________________________
18034 [  8164] By: gsar                                  on 2000/12/18  01:23:33
18035         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
18036              fixups)
18037      Branch: maint-5.6/perl
18038           !> utils/h2xs.PL
18039 ____________________________________________________________________________
18040 [  8163] By: gsar                                  on 2000/12/18  01:17:50
18041         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
18042              fixups)
18043      Branch: maint-5.6/perl
18044           !> Makefile.SH utils/perlbug.PL
18045 ____________________________________________________________________________
18046 [  8162] By: gsar                                  on 2000/12/18  00:25:43
18047         Log: always export Perl_deb() (it is required by re.xs whether
18048              Perl is built with or without -DDEBUGGING)
18049      Branch: maint-5.6/perl
18050            ! makedef.pl
18051 ____________________________________________________________________________
18052 [  8161] By: gsar                                  on 2000/12/18  00:23:38
18053         Log: integrate change#7414 from mainline
18054              
18055              Undo the basename() part of #7412 since the lib/basename
18056              tests would need upgrading too.
18057              
18058              squelch two tests in tr.t that rely on tr/// paranoia change
18059              that's not in 5.6.x
18060      Branch: maint-5.6/perl
18061            ! t/op/tr.t
18062           !> lib/File/Basename.pm
18063 ____________________________________________________________________________
18064 [  8160] By: gsar                                  on 2000/12/18  00:05:30
18065         Log: missing change in previous integrate
18066      Branch: maint-5.6/perl
18067           !> README.aix
18068 ____________________________________________________________________________
18069 [  8159] By: gsar                                  on 2000/12/18  00:03:38
18070         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
18071              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
18072              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7304..7408,
18073              7410..7413 from mainline
18074      Branch: maint-5.6/perl
18075           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
18076           +> t/lib/tie-splice.t
18077            - lib/unicode/Is/DCinital.pl
18078           !> (integrate 112 files)
18079 ____________________________________________________________________________
18080 [  8158] By: jhi                                   on 2000/12/17  23:04:24
18081         Log: Subject: [PATCHES] RE: perl@8150 
18082              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
18083              Date: Sun, 17 Dec 2000 21:46:39 +0100
18084              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
18085              
18086              Neither cygwin has a getpwuid() one can trust on.
18087      Branch: perl
18088            ! t/lib/glob-basic.t
18089 ____________________________________________________________________________
18090 [  8157] By: jhi                                   on 2000/12/17  23:01:54
18091         Log: More MAN.PODS => {} fixes.
18092      Branch: perl
18093            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
18094            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
18095            ! os2/OS2/REXX/Makefile.PL
18096 ____________________________________________________________________________
18097 [  8156] By: gsar                                  on 2000/12/17  22:49:13
18098         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
18099              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
18100              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
18101              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
18102              7201,7204 from mainline
18103      Branch: maint-5.6/perl
18104           !> (integrate 121 files)
18105 ____________________________________________________________________________
18106 [  8155] By: jhi                                   on 2000/12/17  22:30:58
18107         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
18108              From: "Craig A. Berry" <craigberry@mac.com>
18109              Date: Sun, 17 Dec 2000 13:09:28 -0600
18110              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
18111              
18112              MAN.PODS => ' ' is naughty.
18113      Branch: perl
18114            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
18115 ____________________________________________________________________________
18116 [  8154] By: nick                                  on 2000/12/17  22:07:13
18117         Log: MULTIPLICITY nit.
18118      Branch: perl
18119            ! mg.c
18120 ____________________________________________________________________________
18121 [  8153] By: gsar                                  on 2000/12/17  21:23:05
18122         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
18123              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
18124              from mainline
18125              
18126              Document the SvIOK_.*UV().
18127              
18128              Update Unicode todo list.
18129              
18130              Guard against bad string->int conversion for quads.
18131              
18132              Subject: small apidoc fix
18133              
18134              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
18135              
18136              Subject: [PATCH] Tied filehandle documentation
18137              
18138              Subject: [PATCH] Modernize Opcode.pm documentation
18139              
18140              Make Data::Dumper (non-XS) to work with changed semantics of ref().
18141              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
18142              [applied even though said semantics didn't change in 5.6.x]
18143              
18144              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
18145              
18146              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
18147              
18148              Fix the URL, but the server is still missing in action.
18149              Subject: [ID 20000905.002] perlfaq1.pod URL error
18150              
18151              Subject: [ID 20000903.001] \w in utf8-strings
18152              
18153              Fix the ccversion detection for 5.1 and beyond.
18154              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
18155              
18156              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
18157              
18158              Subject: [ID 20000904.008] Tiny fix for perldiag
18159              
18160              Subject: Re: [ID 20000906.004] segfault with bad perl statement
18161              
18162              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
18163              
18164              Subject: [ID 20000908.002] perlipc documentation bug.
18165              
18166              Subject: [PATCH lib/Benchmark.pm]
18167              
18168              Re-allow vec() for characters > 255.
18169              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
18170              
18171              Do away with memory models cruft.  Sorry, PDP users.
18172              
18173              Continue #7041.
18174              
18175              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
18176              
18177              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
18178              
18179              Upgrade to CPAN 1.57_65, from Andreas König.
18180              
18181              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
18182              by Russ Allbery.
18183              
18184              Silence t/pod/*.t about alternate quote-mappings now implemented
18185              by Pod::Text, from Brad Appleton.
18186              
18187              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
18188              Subject: borland C++ win32.c tweak
18189              
18190              C<@a = @b = split(...)> optimization coredumps under ithreads
18191              (missed a spot when fixing up op_pmreplroot hack for ithreads)
18192              
18193              Document the SvUTF8*().
18194              
18195              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
18196              
18197              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
18198              
18199              Do in VMS as the #7054 does.
18200              
18201              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
18202              
18203              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
18204              
18205              Subject: [patch: perl@7045] vms updates
18206              
18207              Test for the #7049.
18208              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
18209              
18210              Break up the myconfig lines a bit.
18211              Subject: perlbug/perl -V output format
18212              
18213              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
18214              
18215              The #7054 truncated Configure badly.
18216              
18217              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
18218              initialization in all the threads on Windows
18219              
18220              Allow for whitespace between "#" and "line" in cpp output.
18221              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
18222              
18223              Remove vestiges of tr//CU.
18224              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
18225              
18226              The return value of setlocale must be copied away.
18227              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
18228              
18229              Allow chop() and chomp() to be overridden.
18230              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
18231              
18232              Hints optimization.
18233              Subject: Minor nit
18234              
18235              Subject: [PATCH] de-wall t/README
18236              
18237              Subject: Re: Two advertising clauses need to be removed
18238      Branch: maint-5.6/perl
18239           !> (integrate 75 files)
18240 ____________________________________________________________________________
18241 [  8152] By: gsar                                  on 2000/12/17  20:30:11
18242         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
18243              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
18244              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
18245              
18246              Don't attach -ld to the archname if pointless.
18247              
18248              Document UNTIE in a very minimalistic way.
18249              
18250              POSIX doesn't report long double values under -Duselongdouble
18251              when the long doubles are "real" (bigger than doubles).
18252              
18253              More author updates.
18254              
18255              Try to deduce NV_MAX.  Really should be Configure fodder.
18256              
18257              :: not allowed in pathnames, change to .
18258              Subject: [PATCH perl@6938] cygwin port
18259              
18260              Forget about NV_MAX (#6951).  Various floating point tweaks,
18261              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
18262              
18263              Move the Solaris 7 scan to use64bitall, make the
18264              failure to find 64-bot sparc libc to mention the
18265              possibility of being in an intel, from Lupe and Alan.
18266              
18267              Regen perltoc.
18268              
18269              AUTHORS tweaks, from Peter Prymmer.
18270              
18271              More address tweaking.
18272              
18273              Small tweaks all over.
18274              
18275              File::Temp patches from Andreas König,
18276              
18277              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
18278              
18279              Subject: CPAN.pm beta 1.57_57 for the core
18280              
18281              Part of the solution.
18282              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
18283              
18284              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
18285              
18286              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
18287              
18288              Add the overload warnings to perldiag.
18289              
18290              Drop unused argument.
18291              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
18292              
18293              Subject: Nit in Configure (bleadperl@6961)
18294              
18295              Update to PodParser 1.18, from Brad Appleton.
18296              
18297              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
18298              
18299              Subject: [PATCH: 6948] add SCNfldbl to configure.com
18300              
18301              Document UNTIE. Also tweak implementation to suppress the 'inner references'
18302              warning when UNTIE exists and instead pass the cound of extra references to
18303              the UNTIE method.
18304              
18305              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
18306              so that case-ignoring systems like DCL can tell them from
18307              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
18308              
18309              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
18310              
18311              Feature ordering tweak.
18312              
18313              Regen perltoc.
18314              
18315              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
18316              
18317              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
18318              
18319              Subject: http:// in L<>
18320              
18321              Detypo.
18322              
18323              change#6791 accidentally clobbered change#6710, put it back
18324              
18325              Only the first line, thank you very much.
18326              
18327              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
18328              plus rework the http: spots as suggested by Tom Christiansen,
18329              plus regen perltoc.
18330              
18331              Undo part of change 6489 which looks like a bulk edit which
18332              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
18333              The supressing of main:: on return from select() is undesirable.
18334              
18335              Apparently avoiding the swapping is too costly.
18336              
18337              Various Configure nits by Philip Newton,
18338              plus the ebcdic one by me.
18339              
18340              Make certain cc is set before trying to run it.
18341              
18342              If overloaded %{} etc. return the object do not loop.
18343              Thus  sub deref { $_[0] } functions if object is wanted type.
18344              
18345              Update perlhist.
18346              
18347              More %{} and other deref special casing - do not pass to 'nomethod'.
18348      Branch: maint-5.6/perl
18349           !> (integrate 59 files)
18350 ____________________________________________________________________________
18351 [  8151] By: gsar                                  on 2000/12/17  19:14:38
18352         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
18353              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
18354              
18355              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
18356              
18357              Make the epsilon to be relative, not absolute.
18358              
18359              Put back the flags dump as reasoned in
18360              Subject: Re: [PATCH] Glob dumping
18361              
18362              Introduce ccname to keep track of what compiler kind of we have.
18363              
18364              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
18365              
18366              Put back the slice accidentally removed by #6907.
18367              
18368              Reset archname and archname64 always, forcing them be
18369              recomputed at each Configure run, make Configure and
18370              the hints files agree on the naming of largefiles variables.
18371              
18372              Don't say "Perl 5.0 source kit".
18373              
18374              Subject: [PATCH] fix misc cast warnings
18375              
18376              Subject: typos in pods
18377              
18378              NVs not necessarily doubles, as pointed out by Yitzchak.
18379              
18380              Subject: [PATCH 6889] add a few ldbl formats to configure.com
18381              
18382              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
18383              
18384              Better options for rsync.
18385              
18386              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
18387              
18388              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
18389              
18390              Subject: [PATCH] Re: UNTIE method 
18391              
18392              A better fix for the Socket building problem from Craig Berry.
18393              
18394              Retract the dummy test, skip the security tests (instead of failing),
18395              explain what the warnings mean.
18396              
18397              Heap decorruption.
18398              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
18399              
18400              Update to Unicode 3.0.1.
18401              
18402              Missed one Unicode file.
18403              
18404              Subject: Re: typos in pods
18405              
18406              The #6929 was too skimpy.
18407              
18408              sscanf() may be the only way to read long doubles from strings.
18409              
18410              Reveal Borland's isnan.
18411              Subject: build with BC++ tweak
18412              
18413              Issue useful diagnostic on unknown pod commands.
18414              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
18415              
18416              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
18417              
18418              Clarify the third case of ftmp-security warnings.
18419              
18420              Make -Dusemorebits find long doubles in Solaris.
18421              
18422              Wrap the test in eval.
18423      Branch: maint-5.6/perl
18424           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
18425           +> lib/unicode/PropList.txt lib/unicode/README.perl
18426           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
18427           +> lib/unicode/Unicode.301 vms/vmspipe.com
18428            - lib/unicode/Props.txt lib/unicode/UCD300.html
18429            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
18430           !> (integrate 305 files)
18431 ____________________________________________________________________________
18432 [  8150] By: jhi                                   on 2000/12/17  18:47:57
18433         Log: Uncheckedin generated files.
18434      Branch: perl
18435            ! global.sym perlapi.c pod/perlapi.pod
18436 ____________________________________________________________________________
18437 [  8149] By: jhi                                   on 2000/12/17  18:41:22
18438         Log: Update Changes.
18439      Branch: perl
18440            ! Changes patchlevel.h
18441 ____________________________________________________________________________
18442 [  8148] By: jhi                                   on 2000/12/17  18:39:16
18443         Log: Subject: [PATCH] Fcntl constants speedup
18444              From: Nicholas Clark <nick@ccl4.org>
18445              Date: Sun, 17 Dec 2000 16:29:24 +0000
18446              Message-ID: <20001217162924.E97668@plum.flirble.org>
18447              
18448              Use IVs for the Fcntl constants instead of NVs.
18449      Branch: perl
18450            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
18451 ____________________________________________________________________________
18452 [  8147] By: jhi                                   on 2000/12/17  18:33:41
18453         Log: Add test for #8145 (binmode() warning), add warning for
18454              ioctl() and sockpair(), document them. (fileno() cannot
18455              be tripwired with the same kind of warning because
18456              'defined fileno($foo)' seems to be an idiom.)
18457      Branch: perl
18458            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
18459 ____________________________________________________________________________
18460 [  8146] By: gsar                                  on 2000/12/17  18:09:08
18461         Log: update Changes
18462      Branch: maint-5.6/perl
18463            ! Changes
18464 ____________________________________________________________________________
18465 [  8145] By: jhi                                   on 2000/12/17  17:39:35
18466         Log: Subject: [PATCH] Re: The long awaited feature ...
18467              From: Simon Cozens <simon@cozens.net>
18468              Date: Sun, 17 Dec 2000 12:31:56 +0000
18469              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
18470              
18471              Add a warning to binmode() about using bad filehandles
18472              (can happen e.g. if someone forgets the filehandle argument)
18473      Branch: perl
18474            ! pp_sys.c
18475 ____________________________________________________________________________
18476 [  8144] By: jhi                                   on 2000/12/17  17:33:48
18477         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
18478              From: Jonathan Stowe <gellyfish@gellyfish.com>
18479              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
18480              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
18481      Branch: perl
18482            ! lib/Net/Ping.pm
18483 ____________________________________________________________________________
18484 [  8143] By: jhi                                   on 2000/12/17  05:31:37
18485         Log: Polymorphic regexps.
18486              
18487              Fixes at least the bugs 20001028.003 (both of them...) and
18488              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
18489              also to be fixed by now, probably already before this patch.
18490      Branch: perl
18491            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
18492            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
18493            ! t/op/utf8decode.t t/pragma/utf8.t
18494 ____________________________________________________________________________
18495 [  8142] By: jhi                                   on 2000/12/16  17:16:05
18496         Log: Subject: [patch perl@8102] dos/djgpp update
18497              From: Laszlo Molnar <ml1050@freemail.hu>
18498              Date: Sat, 16 Dec 2000 01:40:52 +0100
18499              Message-ID: <20001216014052.A335@freemail.hu>
18500      Branch: perl
18501            ! djgpp/config.over t/base/commonsense.t
18502 ____________________________________________________________________________
18503 [  8141] By: jhi                                   on 2000/12/16  17:09:27
18504         Log: Few uncheckedin files.
18505      Branch: perl
18506            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
18507 ____________________________________________________________________________
18508 [  8140] By: nick                                  on 2000/12/15  22:14:31
18509         Log: Integrate mainline
18510      Branch: perlio
18511           !> (integrate 53 files)
18512 ____________________________________________________________________________
18513 [  8139] By: jhi                                   on 2000/12/15  19:49:49
18514         Log: One more IVUV tweak from Nicholas Clark.
18515      Branch: perl
18516            ! sv.c
18517 ____________________________________________________________________________
18518 [  8138] By: jhi                                   on 2000/12/15  19:17:06
18519         Log: Return of the IVUV-preservation, now seems to be happy even
18520              in Digital UNIX (the broken strtoul brokenness detection
18521              seems to have been the fly in the ointment).
18522      Branch: perl
18523            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18524            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
18525            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
18526            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
18527            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
18528            ! vos/config.ga.h win32/config.bc win32/config.gc
18529            ! win32/config.vc
18530 ____________________________________________________________________________
18531 [  8137] By: jhi                                   on 2000/12/15  18:12:14
18532         Log: Metaconfig unit change for #8136.
18533      Branch: metaconfig
18534            ! U/modified/d_strtoul.U
18535      Branch: metaconfig/U/perl
18536            ! d_strtoull.U d_strtouq.U
18537 ____________________________________________________________________________
18538 [  8136] By: jhi                                   on 2000/12/15  18:11:35
18539         Log: I don't think it's sensible or portable to test the strtou*
18540              on /^-/ strings.
18541      Branch: perl
18542            ! Configure
18543 ____________________________________________________________________________
18544 [  8135] By: jhi                                   on 2000/12/15  17:18:49
18545         Log: Metaconfig unit change for #8134.
18546      Branch: metaconfig
18547            ! U/modified/d_strtoul.U
18548 ____________________________________________________________________________
18549 [  8134] By: jhi                                   on 2000/12/15  17:14:13
18550         Log: If longsize is 8 we don't need a LL suffix for integer constants.
18551      Branch: perl
18552            ! Configure config_h.SH
18553 ____________________________________________________________________________
18554 [  8133] By: jhi                                   on 2000/12/15  16:00:23
18555         Log: Update Changes.
18556      Branch: perl
18557            ! Changes patchlevel.h
18558 ____________________________________________________________________________
18559 [  8132] By: jhi                                   on 2000/12/15  15:44:16
18560         Log: Some compilers get huffy if you do not cast a const pointer
18561              to a non-const when assigning.
18562      Branch: perl
18563            ! gv.c
18564 ____________________________________________________________________________
18565 [  8131] By: jhi                                   on 2000/12/15  15:38:30
18566         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
18567              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18568              Date: Fri, 15 Dec 2000 05:26:57 -0500
18569              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
18570      Branch: perl
18571            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
18572            ! t/pragma/overload.t
18573 ____________________________________________________________________________
18574 [  8130] By: jhi                                   on 2000/12/15  15:36:08
18575         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
18576              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18577              Date: Thu, 14 Dec 2000 22:02:43 -0500
18578              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
18579      Branch: perl
18580            ! gv.c perl.h
18581 ____________________________________________________________________________
18582 [  8129] By: jhi                                   on 2000/12/15  15:34:16
18583         Log: Subject: PATCH: h2xs nit
18584              From: Tim Jenness <t.jenness@jach.hawaii.edu>
18585              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
18586              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
18587              
18588              Add a template README.
18589      Branch: perl
18590            ! utils/h2xs.PL
18591 ____________________________________________________________________________
18592 [  8128] By: jhi                                   on 2000/12/15  15:32:22
18593         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
18594      Branch: perl
18595            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
18596 ____________________________________________________________________________
18597 [  8127] By: jhi                                   on 2000/12/15  15:19:34
18598         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
18599              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
18600              Date:     Thu, 14 Dec 2000 20:04:42 EST
18601              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
18602      Branch: perl
18603            ! ext/Opcode/Opcode.xs
18604 ____________________________________________________________________________
18605 [  8126] By: jhi                                   on 2000/12/15  15:17:49
18606         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
18607              From: Peter Prymmer <pvhp@forte.com>
18608              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
18609              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
18610      Branch: perl
18611            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
18612            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
18613            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
18614 ____________________________________________________________________________
18615 [  8125] By: jhi                                   on 2000/12/15  15:11:05
18616         Log: This seems to be a stage sane and stable enough to checkin.
18617              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
18618      Branch: perl
18619            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
18620            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
18621            ! t/op/cmp.t t/op/numconvert.t
18622 ____________________________________________________________________________
18623 [  8124] By: jhi                                   on 2000/12/15  04:20:26
18624         Log: Something is really wonky.
18625      Branch: perl
18626            ! sv.c
18627 ____________________________________________________________________________
18628 [  8123] By: jhi                                   on 2000/12/15  04:00:50
18629         Log: Fixes for the IV UV patches to compile in Digital UNIX.
18630      Branch: perl
18631            ! sv.c
18632 ____________________________________________________________________________
18633 [  8122] By: jhi                                   on 2000/12/15  02:53:40
18634         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
18635              From: "Craig A. Berry" <craigberry@mac.com>
18636              Date: Thu, 14 Dec 2000 19:10:49 -0600
18637              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
18638      Branch: perl
18639            ! vms/vms.c
18640 ____________________________________________________________________________
18641 [  8121] By: jhi                                   on 2000/12/15  02:50:00
18642         Log: Metaconfig changes for #8120.
18643      Branch: metaconfig
18644            + U/modified/d_strtoul.U
18645      Branch: metaconfig/U/perl
18646            ! d_strtoull.U d_strtouq.U
18647 ____________________________________________________________________________
18648 [  8120] By: jhi                                   on 2000/12/15  02:49:42
18649         Log: From: Nicholas Clark <nick@ccl4.org> 
18650              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
18651              Date: Thu, 14 Dec 2000 18:38:57 +0000
18652              Message-ID: <20001214183857.B97909@plum.flirble.org>
18653      Branch: perl
18654            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18655            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
18656            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
18657            ! vos/config.ga.def vos/config.ga.h win32/config.bc
18658            ! win32/config.gc win32/config.vc
18659 ____________________________________________________________________________
18660 [  8119] By: jhi                                   on 2000/12/14  23:40:58
18661         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
18662              From: Nicholas Clark <nick@ccl4.org>
18663              Date: Wed, 13 Dec 2000 20:08:50 +0000
18664              Message-ID: <20001213200849.B71166@plum.flirble.org>
18665      Branch: perl
18666            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
18667            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
18668 ____________________________________________________________________________
18669 [  8118] By: jhi                                   on 2000/12/14  22:46:26
18670         Log: Integrate perlio.
18671      Branch: perl
18672           !> MANIFEST ext/Encode/compile makedef.pl
18673 ____________________________________________________________________________
18674 [  8117] By: nick                                  on 2000/12/14  22:38:53
18675         Log: Win32 tweaks to get Encode to build
18676              - temp hack to makedef.pl till PerlIO is properly "exported".
18677              - MSVC dislikes  
18678              static encpage_t foo[];
18679              so make 'em extern for now.
18680      Branch: perlio
18681            ! ext/Encode/compile makedef.pl
18682 ____________________________________________________________________________
18683 [  8116] By: nick                                  on 2000/12/14  22:00:53
18684         Log: Document the new files
18685      Branch: perlio
18686            ! MANIFEST
18687 ____________________________________________________________________________
18688 [  8115] By: jhi                                   on 2000/12/14  21:58:01
18689         Log: MANIFEST new files of #8114.
18690      Branch: perl
18691            ! MANIFEST
18692 ____________________________________________________________________________
18693 [  8114] By: jhi                                   on 2000/12/14  21:50:49
18694         Log: Integrate perlio.
18695      Branch: perl
18696           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
18697           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
18698           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
18699           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
18700           !> ext/Encode/Makefile.PL
18701 ____________________________________________________________________________
18702 [  8113] By: jhi                                   on 2000/12/14  21:48:49
18703         Log: The documentation part of the
18704              
18705              Subject: [ID 20001214.002] Net::Ping patch
18706              From: Jonathan Stowe <gellyfish@gellyfish.com>
18707              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
18708              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
18709              since the #7529 had already addressed the same problem.
18710      Branch: perl
18711            ! lib/Net/Ping.pm
18712 ____________________________________________________________________________
18713 [  8112] By: jhi                                   on 2000/12/14  21:42:57
18714         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
18715              From: Dominic Dunlop <domo@computer.org>
18716              Date: Tue, 12 Dec 2000 10:47:10 +0100
18717              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
18718              
18719              Document how elusive subroutines can be.
18720      Branch: perl
18721            ! pod/perlfunc.pod
18722 ____________________________________________________________________________
18723 [  8111] By: jhi                                   on 2000/12/14  21:38:05
18724         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
18725              From: Dominic Dunlop <domo@computer.org>
18726              Date: Thu, 14 Dec 2000 10:13:51 +0100
18727              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
18728      Branch: perl
18729            ! ext/POSIX/POSIX.pod
18730 ____________________________________________________________________________
18731 [  8110] By: jhi                                   on 2000/12/14  21:36:32
18732         Log: Subject: [patch] perlfaq7
18733              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
18734              Date: Thu, 14 Dec 2000 15:31:07 +0100
18735              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
18736      Branch: perl
18737            ! pod/perlfaq7.pod
18738 ____________________________________________________________________________
18739 [  8109] By: jhi                                   on 2000/12/14  21:29:20
18740         Log: Subject: [8104] Encode
18741              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18742              Date: Thu, 14 Dec 2000 14:49:34 +0100
18743              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
18744              
18745              Type casting for nervous compilers.
18746      Branch: perl
18747            ! ext/Encode/Encode.xs
18748 ____________________________________________________________________________
18749 [  8108] By: jhi                                   on 2000/12/14  21:26:17
18750         Log: Subject: [8104] DB_File
18751              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18752              Date: Thu, 14 Dec 2000 14:49:35 +0100
18753              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
18754              
18755              Type definition incorrect for DB 2.7.7.  Not known when it
18756              changed, so only changed it for a known revision.
18757      Branch: perl
18758            ! ext/DB_File/DB_File.xs
18759 ____________________________________________________________________________
18760 [  8107] By: jhi                                   on 2000/12/14  21:23:41
18761         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
18762              From: Peter Prymmer <pvhp@forte.com>
18763              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
18764              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
18765              
18766              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
18767      Branch: perl
18768            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
18769            ! ext/Encode/Encode/posix-bc.enc
18770 ____________________________________________________________________________
18771 [  8106] By: nick                                  on 2000/12/14  20:36:13
18772         Log: "Cold" build correction to Encode's Makefile.PL
18773      Branch: perlio
18774            ! ext/Encode/Makefile.PL
18775 ____________________________________________________________________________
18776 [  8105] By: nick                                  on 2000/12/14  20:09:37
18777         Log: "Compiled" encodings.
18778              Correct replacement character in EBCDIC .enc files
18779              Add 0x7F to ASCII repertoire.
18780      Branch: perlio
18781            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
18782            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
18783            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
18784            ! ext/Encode/Makefile.PL ext/Encode/compile
18785            ! ext/Encode/encengine.c ext/Encode/encode.h
18786 ____________________________________________________________________________
18787 [  8104] By: nick                                  on 2000/12/14  00:38:20
18788         Log: Integrate mainline
18789      Branch: perlio
18790           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
18791           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
18792           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
18793           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
18794           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
18795           !> t/lib/db-hash.t t/lib/db-recno.t
18796 ____________________________________________________________________________
18797 [  8103] By: nick                                  on 2000/12/13  23:16:13
18798         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
18799              so far and so it does not get lost.
18800      Branch: perlio
18801            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
18802 ____________________________________________________________________________
18803 [  8102] By: jhi                                   on 2000/12/13  17:14:22
18804         Log: Update Changes.
18805      Branch: perl
18806            ! Changes patchlevel.h
18807 ____________________________________________________________________________
18808 [  8101] By: jhi                                   on 2000/12/13  16:53:41
18809         Log: Move the proto of start_glob() to a better place; regen api files.
18810      Branch: perl
18811            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
18812 ____________________________________________________________________________
18813 [  8100] By: jhi                                   on 2000/12/13  16:47:11
18814         Log: Metaconfig change for #8099.
18815      Branch: metaconfig
18816            ! U/modified/Head.U
18817 ____________________________________________________________________________
18818 [  8099] By: jhi                                   on 2000/12/13  16:46:48
18819         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
18820              From: Andy Dougherty <doughera@lafayette.edu>
18821              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
18822              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
18823      Branch: perl
18824            ! Configure
18825 ____________________________________________________________________________
18826 [  8098] By: jhi                                   on 2000/12/13  16:39:02
18827         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
18828              From: rspier@pobox.com (Robert Spier)
18829              Date: Tue, 12 Dec 2000 21:12:39 -0500
18830              Message-ID: <14902.56087.678086.725773@rls.cx>
18831              
18832              fastgetcwd is defined using a glob alias on a $^O dependent basis -
18833              and there was no default assignment or perl subroutine.
18834      Branch: perl
18835            ! lib/Cwd.pm
18836 ____________________________________________________________________________
18837 [  8097] By: jhi                                   on 2000/12/13  16:16:01
18838         Log: Subject: [PATCH] move startglob out of pp_hot.c
18839              From: Nicholas Clark <nick@ccl4.org>
18840              Date: Mon, 11 Dec 2000 23:16:39 +0000
18841              Message-ID: <20001211231638.A55550@plum.flirble.org>
18842      Branch: perl
18843            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
18844 ____________________________________________________________________________
18845 [  8096] By: jhi                                   on 2000/12/13  15:26:23
18846         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
18847              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
18848              Date: Wed, 13 Dec 2000 14:01:37 +0100
18849              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
18850              
18851              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
18852              in turn requires libpthread in libswanted.
18853      Branch: perl
18854            ! hints/hpux.sh
18855 ____________________________________________________________________________
18856 [  8095] By: jhi                                   on 2000/12/12  19:51:05
18857         Log: The integration wars continue.
18858      Branch: perl
18859           !> sv.c
18860 ____________________________________________________________________________
18861 [  8094] By: jhi                                   on 2000/12/12  19:48:26
18862         Log: Subject: [PATCH perl@8070] DB_File-1.74  
18863              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
18864              Date: Mon, 11 Dec 2000 23:07:17 -0000
18865              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
18866      Branch: perl
18867            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
18868            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
18869            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
18870            ! t/lib/db-recno.t
18871 ____________________________________________________________________________
18872 [  8093] By: nick                                  on 2000/12/12  19:42:13
18873         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
18874      Branch: perlio
18875            ! sv.c
18876           !> lib/File/DosGlob.pm
18877 ____________________________________________________________________________
18878 [  8092] By: jhi                                   on 2000/12/12  19:28:11
18879         Log: Integrate perlio.
18880      Branch: perl
18881           !> sv.c
18882 ____________________________________________________________________________
18883 [  8091] By: nick                                  on 2000/12/12  18:49:45
18884         Log: Fix for Tk, and upgrading shared SVs.
18885      Branch: perlio
18886            ! sv.c
18887 ____________________________________________________________________________
18888 [  8090] By: jhi                                   on 2000/12/12  16:48:59
18889         Log: Subject: [PATCH] Re: Breadperl & Tk
18890              From: Nick Ing-Simmons <nik@tiuk.ti.com>
18891              Date: Tue, 12 Dec 2000 14:48:27 GMT
18892              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
18893      Branch: perl
18894            ! sv.c
18895 ____________________________________________________________________________
18896 [  8089] By: jhi                                   on 2000/12/12  03:37:19
18897         Log: Subject: DosGlob.pm diff for bash style brace expansion.
18898              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
18899              Date: Fri, 8 Dec 2000 10:45:30 -0600
18900              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
18901      Branch: perl
18902            ! lib/File/DosGlob.pm
18903 ____________________________________________________________________________
18904 [  8088] By: nick                                  on 2000/12/11  23:59:59
18905         Log: Integrate mainline
18906      Branch: perlio
18907           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
18908           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
18909           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
18910           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
18911           !> t/op/local.t t/pragma/warn/toke toke.c
18912 ____________________________________________________________________________
18913 [  8087] By: jhi                                   on 2000/12/11  23:20:23
18914         Log: Integrate perlio.
18915      Branch: perl
18916           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
18917 ____________________________________________________________________________
18918 [  8086] By: jhi                                   on 2000/12/11  22:50:59
18919         Log: Tune further the OS detection of CGI.
18920      Branch: perl
18921            ! lib/CGI.pm
18922 ____________________________________________________________________________
18923 [  8085] By: nick                                  on 2000/12/11  22:50:46
18924         Log: Finish 1st pass of "encoding" layer e.g. :
18925              open($fh,"<encoding(iso8859-7)",$greek) || die;
18926      Branch: perlio
18927            ! ext/Encode/Encode.xs perlio.c perliol.h
18928 ____________________________________________________________________________
18929 [  8084] By: jhi                                   on 2000/12/11  22:32:06
18930         Log: Revert the -f ambiguousity patch, seems to cause
18931              too much hassle (the interpret -Q as a function
18932              where Q is not a known filetest part is left in).
18933      Branch: perl
18934            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
18935            ! toke.c
18936 ____________________________________________________________________________
18937 [  8083] By: jhi                                   on 2000/12/11  22:27:23
18938         Log: (accidentally empty check-in)
18939      Branch: perl
18940            ! lib/File/DosGlob.pm
18941 ____________________________________________________________________________
18942 [  8082] By: nick                                  on 2000/12/11  19:09:51
18943         Log: Restore mmap function (broken by tweaks to shared buffer
18944              layer for encode(xxxx)).
18945      Branch: perlio
18946            ! perlio.c
18947 ____________________________________________________________________________
18948 [  8081] By: jhi                                   on 2000/12/11  18:29:13
18949         Log: Subject: Re: The long awaited feature ...
18950              From: Simon Cozens <simon@cozens.net>
18951              Date: Mon, 11 Dec 2000 15:54:24 +0000
18952              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
18953              
18954              More io/utf8 tests.
18955      Branch: perl
18956            ! t/io/utf8.t
18957 ____________________________________________________________________________
18958 [  8080] By: jhi                                   on 2000/12/11  18:19:36
18959         Log: Subject: PATCH MakeMaker manpage clarification
18960              From: andreas.koenig@anima.de (Andreas J. Koenig)
18961              Date: 10 Dec 2000 20:46:13 +0100
18962              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
18963      Branch: perl
18964            ! lib/ExtUtils/MakeMaker.pm
18965 ____________________________________________________________________________
18966 [  8079] By: jhi                                   on 2000/12/11  15:35:07
18967         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
18968              From: Simon Cozens <simon@cozens.net>
18969              Date: Sun, 10 Dec 2000 19:06:19 +0000
18970              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
18971      Branch: perl
18972            ! ext/B/B/Deparse.pm t/lib/b.t
18973 ____________________________________________________________________________
18974 [  8078] By: jhi                                   on 2000/12/11  15:09:11
18975         Log: Subject: [PATCH] docs on NaN
18976              From: Nicholas Clark <nick@ccl4.org>
18977              Date: Mon, 11 Dec 2000 01:48:38 +0000
18978              Message-ID: <20001211014838.B99205@plum.flirble.org>
18979      Branch: perl
18980            ! pod/perlop.pod
18981 ____________________________________________________________________________
18982 [  8077] By: jhi                                   on 2000/12/11  15:02:21
18983         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
18984              From: Simon Cozens <simon@cozens.net>
18985              Date: Mon, 11 Dec 2000 01:21:45 +0000
18986              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
18987      Branch: perl
18988            ! pp.c pp_hot.c scope.c t/op/local.t
18989 ____________________________________________________________________________
18990 [  8076] By: nick                                  on 2000/12/10  20:43:32
18991         Log: Not merge worthy...
18992              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
18993              syntax is modelled on attributes.
18994              Untested fix for io/utf8 on Win32 etc.
18995              Very clumsy start to the encode layer.
18996      Branch: perlio
18997            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
18998 ____________________________________________________________________________
18999 [  8075] By: jhi                                   on 2000/12/10  18:39:33
19000         Log: Darwin is not Windows.
19001      Branch: perl
19002            ! lib/CGI.pm
19003 ____________________________________________________________________________
19004 [  8074] By: jhi                                   on 2000/12/10  18:31:27
19005         Log: Subject: Ambiguous -%c() resolved as a file test
19006              From: "Paul Marquess" <Paul.Marquess@openwave.com>
19007              Date: Sun, 10 Dec 2000 15:35:07 -0000
19008              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
19009      Branch: perl
19010            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
19011 ____________________________________________________________________________
19012 [  8073] By: jhi                                   on 2000/12/10  18:16:29
19013         Log: Subject: PATCH installperl misinformed 
19014              From: andreas.koenig@anima.de (Andreas J. Koenig)
19015              Date: 10 Dec 2000 13:01:32 +0100 
19016              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
19017      Branch: perl
19018            ! installperl
19019 ____________________________________________________________________________
19020 [  8072] By: jhi                                   on 2000/12/10  18:07:55
19021         Log: The walkoptree confusion rages; walkoptree() seems to be coming
19022              from B.xs, while walkoptree_slow() comes from B.pm.
19023      Branch: perl
19024            ! ext/B/B.pm
19025 ____________________________________________________________________________
19026 [  8071] By: nick                                  on 2000/12/10  11:45:47
19027         Log: Integrate mainline
19028      Branch: perlio
19029           +> t/base/commonsense.t
19030           !> (integrate 37 files)
19031 ____________________________________________________________________________
19032 [  8070] By: jhi                                   on 2000/12/10  04:46:21
19033         Log: Update Changes.
19034      Branch: perl
19035            ! Changes patchlevel.h
19036 ____________________________________________________________________________
19037 [  8069] By: jhi                                   on 2000/12/10  04:39:19
19038         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
19039              From: andreas.koenig@anima.de (Andreas J. Koenig)
19040              Date: 09 Dec 2000 17:14:25 +0100
19041              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
19042      Branch: perl
19043            + t/base/commonsense.t
19044            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
19045 ____________________________________________________________________________
19046 [  8068] By: jhi                                   on 2000/12/10  04:17:36
19047         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
19048              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
19049              Date: Sat, 9 Dec 2000 16:47:22 -0000
19050              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
19051      Branch: perl
19052            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
19053            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
19054            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
19055            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
19056            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
19057            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
19058            ! t/lib/sdbm.t
19059 ____________________________________________________________________________
19060 [  8067] By: jhi                                   on 2000/12/10  03:52:02
19061         Log: Test case for #8066.
19062      Branch: perl
19063            ! t/op/misc.t
19064 ____________________________________________________________________________
19065 [  8066] By: jhi                                   on 2000/12/10  03:50:30
19066         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
19067              From: Simon Cozens <simon@cozens.net>
19068              Date: Sun, 10 Dec 2000 00:55:37 +0000
19069              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
19070      Branch: perl
19071            ! pp_sys.c
19072 ____________________________________________________________________________
19073 [  8065] By: jhi                                   on 2000/12/10  03:44:52
19074         Log: Test case for #8064.
19075      Branch: perl
19076            ! t/comp/proto.t
19077 ____________________________________________________________________________
19078 [  8064] By: jhi                                   on 2000/12/10  03:42:32
19079         Log: Subject: Re: prototype of substr
19080              From: Simon Cozens <simon@cozens.net>
19081              Date: Sun, 10 Dec 2000 00:13:33 +0000
19082              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
19083              
19084              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
19085      Branch: perl
19086            ! pp.c
19087 ____________________________________________________________________________
19088 [  8063] By: jhi                                   on 2000/12/10  03:39:42
19089         Log: Subject: [PATCH] perlguts.pod
19090              From: Simon Cozens <simon@cozens.net>
19091              Date: Sun, 10 Dec 2000 00:06:47 +0000
19092              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
19093              
19094              Documentation of the different types of ops,
19095              plus the functions in dump.c
19096      Branch: perl
19097            ! pod/perlguts.pod
19098 ____________________________________________________________________________
19099 [  8062] By: jhi                                   on 2000/12/10  03:30:04
19100         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
19101              From: Nicholas Clark <nick@talking.bollo.cx>
19102              Date: Sat, 09 Dec 2000 18:57:25 +0000
19103              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
19104              
19105              Be more robust in weird hostname setups.
19106      Branch: perl
19107            ! t/lib/net-hostent.t
19108 ____________________________________________________________________________
19109 [  8061] By: jhi                                   on 2000/12/10  03:28:21
19110         Log: Pacify fussy compiler. 
19111      Branch: perl
19112            ! pp_sys.c
19113 ____________________________________________________________________________
19114 [  8060] By: jhi                                   on 2000/12/10  02:52:46
19115         Log: Integrate perlio.
19116      Branch: perl
19117           !> pp_sys.c t/io/utf8.t
19118 ____________________________________________________________________________
19119 [  8059] By: nick                                  on 2000/12/09  23:40:14
19120         Log: read/sysread/recv should now be utf8 aware.
19121              Basic test for utf8 read.
19122      Branch: perlio
19123            ! pp_sys.c t/io/utf8.t
19124 ____________________________________________________________________________
19125 [  8058] By: jhi                                   on 2000/12/09  21:56:02
19126         Log: Integrate perlio.
19127      Branch: perl
19128           +> t/io/utf8.t
19129           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
19130 ____________________________________________________________________________
19131 [  8057] By: jhi                                   on 2000/12/09  21:53:35
19132         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
19133              From: Inaba Hiroto <inaba@st.rim.or.jp>
19134              Date: Sun, 10 Dec 2000 05:53:21 +0900
19135              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
19136              
19137              Tests for #8056.
19138      Branch: perl
19139            ! t/op/each.t
19140 ____________________________________________________________________________
19141 [  8056] By: jhi                                   on 2000/12/09  21:51:16
19142         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
19143              From: Inaba Hiroto <inaba@st.rim.or.jp>
19144              Date: Sat, 09 Dec 2000 18:02:00 +0900
19145              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
19146              
19147              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
19148      Branch: perl
19149            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
19150 ____________________________________________________________________________
19151 [  8055] By: nick                                  on 2000/12/09  20:11:48
19152         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
19153              than raw PerlIO_write() - does not seem to break any tests.
19154      Branch: perlio
19155            ! pp_sys.c
19156 ____________________________________________________________________________
19157 [  8054] By: nick                                  on 2000/12/09  19:47:30
19158         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
19159              (sysread, recv and write i.e. formats still to do...)
19160              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
19161              open($fh,">:utf8","name")
19162              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
19163              so no extra overhead is involved.
19164              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
19165              to a non-utf8 stream.
19166              Add initial io/utf8.t
19167              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
19168              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
19169              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
19170      Branch: perlio
19171            + t/io/utf8.t
19172            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
19173 ____________________________________________________________________________
19174 [  8053] By: nick                                  on 2000/12/09  19:26:37
19175         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
19176              was only testing this_utf8.
19177      Branch: perlio
19178            ! toke.c
19179 ____________________________________________________________________________
19180 [  8052] By: nick                                  on 2000/12/09  19:09:41
19181         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
19182              i.e. the output string has one, but don't mess with source assumption.
19183      Branch: perlio
19184            ! toke.c
19185 ____________________________________________________________________________
19186 [  8051] By: jhi                                   on 2000/12/09  16:55:17
19187         Log: Integrate perlio.
19188      Branch: perl
19189           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
19190           !> sv.c thrdvar.h util.c
19191 ____________________________________________________________________________
19192 [  8050] By: jhi                                   on 2000/12/09  16:48:07
19193         Log: Nits noticed by Peter Prymmer.
19194      Branch: perl
19195            ! lib/ExtUtils/MM_VMS.pm
19196 ____________________________________________________________________________
19197 [  8049] By: nick                                  on 2000/12/09  13:49:40
19198         Log: UTF8 output prework.
19199              - Store $\ and $, as SVs so they can have SvUTF8 flag
19200              - use do_print() rather than raw PerlIO_write() to print them.
19201      Branch: perlio
19202            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
19203            ! thrdvar.h util.c
19204 ____________________________________________________________________________
19205 [  8048] By: nick                                  on 2000/12/09  12:30:43
19206         Log: Integrate mainline.
19207      Branch: perlio
19208           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
19209           +> t/op/reverse.t
19210           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
19211           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
19212           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
19213           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
19214           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
19215           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
19216 ____________________________________________________________________________
19217 [  8047] By: jhi                                   on 2000/12/09  00:23:27
19218         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
19219              From: Michael G Schwern <schwern@pobox.com>
19220              Date: Fri, 8 Dec 2000 14:43:04 -0600
19221      Branch: perl
19222            ! lib/ExtUtils/MM_VMS.pm
19223 ____________________________________________________________________________
19224 [  8046] By: jhi                                   on 2000/12/08  23:10:27
19225         Log: A missed check-in.
19226      Branch: perl
19227            ! lib/ExtUtils/Manifest.pm
19228 ____________________________________________________________________________
19229 [  8045] By: jhi                                   on 2000/12/08  21:57:12
19230         Log: (null check-in)
19231      Branch: perl
19232            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
19233 ____________________________________________________________________________
19234 [  8044] By: jhi                                   on 2000/12/08  21:11:06
19235         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
19236              at the final draft stage.
19237      Branch: perl
19238            + ext/Encode/Encode/iso8859-16.enc
19239            ! MANIFEST
19240 ____________________________________________________________________________
19241 [  8043] By: jhi                                   on 2000/12/08  16:39:04
19242         Log: Update Changes.
19243      Branch: perl
19244            ! Changes patchlevel.h
19245 ____________________________________________________________________________
19246 [  8042] By: jhi                                   on 2000/12/08  16:33:39
19247         Log: Do not return the Unicode replacement character if UTF-8
19248              decoding goes awry, it should be up to the caller to decide.
19249      Branch: perl
19250            ! pod/perlapi.pod utf8.c
19251 ____________________________________________________________________________
19252 [  8041] By: jhi                                   on 2000/12/08  16:22:28
19253         Log: metaconfig maintenance.
19254      Branch: metaconfig
19255            ! U/modified/stdchar.U
19256      Branch: metaconfig/U/perl
19257            + testsyml.U
19258 ____________________________________________________________________________
19259 [  8040] By: jhi                                   on 2000/12/08  16:03:08
19260         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
19261              From: sthoenna@efn.org
19262              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
19263              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
19264      Branch: perl
19265            ! Changes lib/ExtUtils/MM_OS2.pm
19266 ____________________________________________________________________________
19267 [  8039] By: jhi                                   on 2000/12/08  15:57:11
19268         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
19269              From: Simon Cozens <simon@cozens.net>
19270              Date: Fri, 8 Dec 2000 13:33:31 +0000
19271              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
19272              
19273              (The pp_hot part needed a rewrite.)
19274      Branch: perl
19275            ! doop.c pp_hot.c utf8.c
19276 ____________________________________________________________________________
19277 [  8038] By: jhi                                   on 2000/12/08  15:25:08
19278         Log: Subject: djSP
19279              From: Michael Stevens <michael@etla.org>
19280              Date: Wed, 6 Dec 2000 23:24:01 +0000
19281              Message-ID: <20001206232400.A21381@firedrake.org>
19282              
19283              Plus a note from Nick Ing-Simmons.
19284      Branch: perl
19285            ! pp.h
19286 ____________________________________________________________________________
19287 [  8037] By: jhi                                   on 2000/12/08  15:18:35
19288         Log: Filetype is text.
19289      Branch: perl
19290            ! t/op/utf8decode.t
19291 ____________________________________________________________________________
19292 [  8036] By: jhi                                   on 2000/12/08  03:31:27
19293         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
19294              From: Andy Dougherty <doughera@lafayette.edu>
19295              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
19296              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
19297              
19298              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
19299              From: Andy Dougherty <doughera@lafayette.edu>
19300              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
19301              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
19302      Branch: perl
19303            + ext/POSIX/hints/svr4.pl
19304            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
19305 ____________________________________________________________________________
19306 [  8035] By: jhi                                   on 2000/12/08  03:26:01
19307         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
19308              From: Andy Dougherty <doughera@lafayette.edu>
19309              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
19310              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
19311      Branch: perl
19312            ! t/README t/base/term.t
19313 ____________________________________________________________________________
19314 [  8034] By: jhi                                   on 2000/12/08  03:21:59
19315         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
19316              From: mjd@plover.com  
19317              Date: 7 Dec 2000 21:04:20 -0000
19318              Message-ID: <20001207210420.22282.qmail@plover.com>
19319              
19320              Plus -z doc.
19321      Branch: perl
19322            ! pod/perlfunc.pod
19323 ____________________________________________________________________________
19324 [  8033] By: jhi                                   on 2000/12/08  03:19:03
19325         Log: Use the UTF8 macros a bit.  They can't be used with abandon
19326              everywhere because we do generate illegal UTF-8 in some situations.
19327              This is of course naughty.
19328      Branch: perl
19329            ! pod/perlapi.pod utf8.c utf8.h
19330 ____________________________________________________________________________
19331 [  8032] By: jhi                                   on 2000/12/08  03:00:09
19332         Log: Out of sync?
19333      Branch: perl
19334            ! t/pragma/warn/utf8
19335 ____________________________________________________________________________
19336 [  8031] By: jhi                                   on 2000/12/08  02:22:39
19337         Log: Cnt spl.
19338      Branch: perl
19339            ! MANIFEST
19340 ____________________________________________________________________________
19341 [  8030] By: jhi                                   on 2000/12/08  01:23:54
19342         Log: Add test for reverse().
19343      Branch: perl
19344            + t/op/reverse.t
19345            ! MANIFEST
19346 ____________________________________________________________________________
19347 [  8029] By: jhi                                   on 2000/12/08  01:21:47
19348         Log: Integrate perlio.
19349      Branch: perl
19350           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
19351           !> perlio.c perlio.h perlsdio.h warnings.pl
19352 ____________________________________________________________________________
19353 [  8028] By: jhi                                   on 2000/12/08  01:19:08
19354         Log: Introduce macros for UTF8 decoding.
19355      Branch: perl
19356            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
19357 ____________________________________________________________________________
19358 [  8027] By: nick                                  on 2000/12/07  22:18:19
19359         Log: Integrate mainline
19360      Branch: perlio
19361           !> embed.pl pod/perlapi.pod utf8.c
19362 ____________________________________________________________________________
19363 [  8026] By: nick                                  on 2000/12/07  21:45:08
19364         Log: Various oddities p4 diff -se showed up
19365              Remove 'our' from warnings.pl
19366      Branch: perlio
19367            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
19368 ____________________________________________________________________________
19369 [  8025] By: nick                                  on 2000/12/07  21:43:32
19370         Log: Change PerlIO_(get|set)pos to take SV *
19371              Should fix, OS/2, VMS, (sfio??)
19372      Branch: perlio
19373            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
19374 ____________________________________________________________________________
19375 [  8024] By: jhi                                   on 2000/12/07  19:05:32
19376         Log: Document utf8_to_uv() better.
19377      Branch: perl
19378            ! pod/perlapi.pod utf8.c
19379 ____________________________________________________________________________
19380 [  8023] By: jhi                                   on 2000/12/07  18:23:47
19381         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
19382      Branch: perl
19383            ! embed.pl pod/perlapi.pod utf8.c
19384 ____________________________________________________________________________
19385 [  8022] By: jhi                                   on 2000/12/07  04:13:51
19386         Log: Integrate perlio.
19387      Branch: perl
19388           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
19389           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
19390           !> win32/makefile.mk
19391 ____________________________________________________________________________
19392 [  8021] By: nick                                  on 2000/12/07  00:28:14
19393         Log: Various attempts at MSVC debug - not sure what has
19394              changed but works now. 
19395              Seems atexit() _may_ work for DLLs built with MSVC so don't
19396              call cleanup that way.
19397      Branch: perlio
19398            ! perlio.c win32/makefile.mk
19399 ____________________________________________________________________________
19400 [  8020] By: nick                                  on 2000/12/06  19:57:20
19401         Log: Integrate mainline
19402      Branch: perlio
19403           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
19404           !> (integrate 75 files)
19405 ____________________________________________________________________________
19406 [  8019] By: nick                                  on 2000/12/06  19:28:21
19407         Log: Add useperlio to config.vc
19408              Turn off binmode in config_H.PL
19409              Regen all the config_H.xx
19410              Attempt to get debugging build with MSVC.
19411      Branch: perlio
19412            ! win32/config.vc win32/config_H.bc win32/config_H.gc
19413            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
19414 ____________________________________________________________________________
19415 [  8018] By: nick                                  on 2000/12/06  19:21:57
19416         Log: Test various dup/external program options on all platforms.
19417      Branch: perlio
19418            ! t/io/dup.t
19419 ____________________________________________________________________________
19420 [  8017] By: nick                                  on 2000/12/06  19:20:47
19421         Log: Fix harness to be less picky
19422      Branch: perlio
19423            ! lib/Test/Harness.pm
19424 ____________________________________________________________________________
19425 [  8016] By: jhi                                   on 2000/12/06  16:45:12
19426         Log: Update Changes.
19427      Branch: perl
19428            ! Changes patchlevel.h
19429 ____________________________________________________________________________
19430 [  8015] By: jhi                                   on 2000/12/06  16:41:03
19431         Log: Test \x{...} with ord().
19432      Branch: perl
19433            ! t/op/ord.t
19434 ____________________________________________________________________________
19435 [  8014] By: jhi                                   on 2000/12/06  16:20:33
19436         Log: Test tweak because of #8013.
19437      Branch: perl
19438            ! t/lib/b.t
19439 ____________________________________________________________________________
19440 [  8013] By: jhi                                   on 2000/12/06  16:09:09
19441         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
19442              From: Michael G Schwern <schwern@pobox.com>
19443              Date: Tue, 5 Dec 2000 21:23:28 -0500
19444              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
19445              
19446              Carp::Heavy parts not very applicable because of recent changes.
19447      Branch: perl
19448            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
19449            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
19450            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
19451            ! lib/Exporter.pm lib/Exporter/Heavy.pm
19452            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
19453            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
19454            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
19455            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
19456            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
19457            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
19458            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
19459            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
19460            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
19461            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
19462            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
19463            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
19464            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
19465            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
19466            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
19467            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
19468            ! warnings.pl
19469 ____________________________________________________________________________
19470 [  8012] By: jhi                                   on 2000/12/06  15:22:38
19471         Log: Subject: [PATCH] Re: New harness is failing things
19472              From: Nick Ing-Simmons <nik@tiuk.ti.com>
19473              Date: Wed, 6 Dec 2000 13:00:30 GMT
19474              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
19475      Branch: perl
19476            ! lib/Test/Harness.pm
19477 ____________________________________________________________________________
19478 [  8011] By: jhi                                   on 2000/12/06  15:12:08
19479         Log: Subject: installhtml changes
19480              From: Michael Stevens <michael@etla.org>
19481              Date: Wed, 6 Dec 2000 13:15:53 +0000
19482              Message-ID: <20001206131553.A27317@firedrake.org>
19483      Branch: perl
19484            ! installhtml
19485 ____________________________________________________________________________
19486 [  8010] By: jhi                                   on 2000/12/06  15:06:05
19487         Log: Subject: the dTHR hits
19488              From: Michael Stevens <michael@etla.org>
19489              Date: Wed, 6 Dec 2000 12:06:03 +0000
19490              Message-ID: <20001206120603.A24581@firedrake.org>
19491              
19492              More, errrm, less dTHRs.
19493      Branch: perl
19494            ! bytecode.pl ext/B/B/C.pm
19495 ____________________________________________________________________________
19496 [  8009] By: jhi                                   on 2000/12/06  15:04:25
19497         Log: Subject: MakeMaker mailing list gone?
19498              From: Michael G Schwern <schwern@pobox.com>
19499              Date: Tue, 5 Dec 2000 19:29:59 -0500
19500              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
19501              
19502              The MakeMaker mailing list is dead, perlbug is the right
19503              address to report bugs.
19504      Branch: perl
19505            ! lib/ExtUtils/MakeMaker.pm
19506 ____________________________________________________________________________
19507 [  8008] By: jhi                                   on 2000/12/06  15:00:32
19508         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
19509              From: Michael G Schwern <schwern@pobox.com>
19510              Date: Tue, 5 Dec 2000 19:21:21 -0500
19511              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
19512              
19513              Add a default MANIFEST skip that ignores things like
19514              version control files, editor temporary files, and the Makefile.
19515      Branch: perl
19516            + lib/ExtUtils/MANIFEST.SKIP
19517            ! MANIFEST lib/ExtUtils/Manifest.pm
19518 ____________________________________________________________________________
19519 [  8007] By: jhi                                   on 2000/12/06  14:57:20
19520         Log: In Amiga more manual hackery of the scripts seems to be needed,
19521              from Jan-Erik Karlsson.  Why Configure does not get this right
19522              is unknown, may be shell-induced.
19523      Branch: perl
19524            ! README.amiga
19525 ____________________________________________________________________________
19526 [  8006] By: jhi                                   on 2000/12/05  23:53:12
19527         Log: Add TOPm1s to peek at the second topmost stack item.
19528      Branch: perl
19529            ! pp.h
19530 ____________________________________________________________________________
19531 [  8005] By: jhi                                   on 2000/12/05  23:13:55
19532         Log: Avaunt, you foul UTF-8 tests.
19533      Branch: perl
19534            ! t/op/ver.t t/pragma/utf8.t
19535 ____________________________________________________________________________
19536 [  8004] By: jhi                                   on 2000/12/05  23:09:54
19537         Log: Continue utf8 dispersal. 
19538      Branch: perl
19539            + t/op/concat.t
19540            ! MANIFEST t/pragma/utf8.t
19541 ____________________________________________________________________________
19542 [  8003] By: nick                                  on 2000/12/05  23:02:39
19543         Log: Integrate mainline.
19544      Branch: perlio
19545           +> t/op/length.t t/op/utf8decode.t
19546           !> (integrate 69 files)
19547 ____________________________________________________________________________
19548 [  8002] By: jhi                                   on 2000/12/05  22:59:28
19549         Log: Integrate perlio.
19550      Branch: perl
19551           !> iperlsys.h perl.c perlio.c win32/perllib.c
19552 ____________________________________________________________________________
19553 [  8001] By: nick                                  on 2000/12/05  22:07:52
19554         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
19555              - calloc/free suffer from damage on TerminateThread()
19556              - use PerlMemShared (as originally planned) now fixed
19557              - avoid doing anything important on DLL "detach".
19558      Branch: perlio
19559            ! perl.c perlio.c win32/perllib.c
19560 ____________________________________________________________________________
19561 [  8000] By: nick                                  on 2000/12/05  21:05:09
19562         Log: Fix gross PerlMemShared issue.
19563      Branch: perlio
19564            ! iperlsys.h
19565 ____________________________________________________________________________
19566 [  7999] By: jhi                                   on 2000/12/05  20:46:58
19567         Log: Test for Unicode (UTF-8) hash keys.
19568      Branch: perl
19569            ! t/op/each.t
19570 ____________________________________________________________________________
19571 [  7998] By: jhi                                   on 2000/12/05  20:30:35
19572         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
19573              is now always UTF-8), empty line cosmetics.
19574      Branch: perl
19575            ! t/pragma/utf8.t
19576 ____________________________________________________________________________
19577 [  7997] By: jhi                                   on 2000/12/05  20:15:40
19578         Log: Subject: Re: STRLEN - what?
19579              From: Andy Dougherty <doughera@lafayette.edu>
19580              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
19581              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
19582              
19583              Explain STRLEN.
19584      Branch: perl
19585            ! pod/perlguts.pod
19586 ____________________________________________________________________________
19587 [  7996] By: jhi                                   on 2000/12/05  20:13:34
19588         Log: Split off the UTF-8 decoder tests, make them to check also
19589              the error message.
19590      Branch: perl
19591            + t/op/utf8decode.t
19592            ! MANIFEST t/pragma/utf8.t utf8.c
19593 ____________________________________________________________________________
19594 [  7995] By: jhi                                   on 2000/12/05  16:39:47
19595         Log: Start migrating bits of pragma/utf8 to elsewhere
19596              (since the long term plan is to obsolete 'use utf8').
19597      Branch: perl
19598            + t/op/length.t
19599            ! MANIFEST t/pragma/utf8.t
19600 ____________________________________________________________________________
19601 [  7994] By: jhi                                   on 2000/12/05  16:30:21
19602         Log: Fix a manual edit typo from #7993, fix the message formatting
19603              for Unicode, add few our declarations.
19604      Branch: perl
19605            ! lib/Carp/Heavy.pm
19606 ____________________________________________________________________________
19607 [  7993] By: jhi                                   on 2000/12/05  16:09:15
19608         Log: Subject: Need help with warnings :-(
19609              From: "Ben Tilly" <ben_tilly@hotmail.com>
19610              Date: Tue, 05 Dec 2000 01:35:54 -0500
19611              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
19612              
19613              Subject: UPDATE: Carp/Heavy now passes all tests
19614              From: "Ben Tilly" <ben_tilly@hotmail.com>
19615              Date: Tue, 05 Dec 2000 07:59:41 -0500
19616              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
19617              
19618              The Brave New Carp.
19619      Branch: perl
19620            ! lib/Carp.pm lib/Carp/Heavy.pm
19621 ____________________________________________________________________________
19622 [  7992] By: jhi                                   on 2000/12/05  15:55:08
19623         Log: Subject: [PATCH perl@7979] cygwin port
19624              From: "Eric Fifer" <efifer@dircon.co.uk>
19625              Date: Tue, 5 Dec 2000 14:04:09 -0000
19626              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
19627      Branch: perl
19628            ! t/lib/net-hostent.t
19629 ____________________________________________________________________________
19630 [  7991] By: jhi                                   on 2000/12/05  15:52:34
19631         Log: Subject: Re: [PATCH] The largest hoax of all times?
19632              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19633              Date: Tue, 5 Dec 2000 00:40:25 -0500
19634              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
19635              
19636              Subject: Re: [PATCH] The largest hoax of all times?
19637              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19638              Date: Mon, 4 Dec 2000 23:55:53 -0500
19639              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
19640              
19641              Subject: Re: [PATCH] The largest hoax of all times?
19642              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19643              Date: Tue, 5 Dec 2000 01:28:45 -0500
19644              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
19645              
19646              Fix the unpredictable order of DESTROYs.
19647      Branch: perl
19648            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
19649            ! sv.c sv.h t/op/ref.t
19650 ____________________________________________________________________________
19651 [  7990] By: jhi                                   on 2000/12/05  14:38:53
19652         Log: Subject: [PATCH] shrink pp_hot fractionally
19653              From: Nicholas Clark <nick@ccl4.org>
19654              Date: Tue, 5 Dec 2000 12:44:31 +0000
19655              Message-ID: <20001205124431.E74518@plum.flirble.org>
19656              
19657              Use report_evil_fh().
19658      Branch: perl
19659            ! opcode.pl opnames.h pp_hot.c util.c
19660 ____________________________________________________________________________
19661 [  7989] By: jhi                                   on 2000/12/05  14:21:27
19662         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
19663              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
19664              Date: Mon, 04 Dec 2000 22:21:59 -0800
19665              Message-ID: <HmIL6gzkgepS092yn@efn.org>
19666              
19667              Harness shouldn't ignore responses like "ok 3\r\r\n".
19668      Branch: perl
19669            ! lib/Test/Harness.pm
19670 ____________________________________________________________________________
19671 [  7988] By: jhi                                   on 2000/12/05  13:51:28
19672         Log: Integrate the "skip" messages to explain().
19673      Branch: perl
19674            ! t/lib/syslfs.t t/op/lfs.t
19675 ____________________________________________________________________________
19676 [  7987] By: jhi                                   on 2000/12/05  12:34:54
19677         Log: The one that got away in #7984.
19678              
19679              Subject: Re: dTHR - what and why?
19680              From: Michael Stevens <michael@etla.org> 
19681              Date: Tue, 5 Dec 2000 11:15:52 +0000
19682              Message-ID: <20001205111552.A4647@firedrake.org>
19683      Branch: perl
19684            ! sv.h
19685 ____________________________________________________________________________
19686 [  7986] By: gsar                                  on 2000/12/05  09:14:44
19687         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
19688              due to the notorious GetFileType() bug in Windows 9x, which fstat()
19689              tickles)
19690      Branch: perl
19691            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
19692 ____________________________________________________________________________
19693 [  7985] By: jhi                                   on 2000/12/05  05:49:03
19694         Log: Integrate perlio.
19695      Branch: perl
19696           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
19697           !> win32/perlhost.h win32/perllib.c
19698 ____________________________________________________________________________
19699 [  7984] By: jhi                                   on 2000/12/05  05:48:16
19700         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
19701      Branch: perl
19702            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
19703            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
19704            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
19705            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
19706            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
19707            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
19708            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
19709            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
19710            ! win32/win32.c
19711 ____________________________________________________________________________
19712 [  7983] By: nick                                  on 2000/12/04  23:27:43
19713         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
19714      Branch: perlio
19715            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
19716            ! win32/perlhost.h win32/perllib.c
19717 ____________________________________________________________________________
19718 [  7982] By: jhi                                   on 2000/12/04  19:44:09
19719         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
19720              uncovered by #7980.
19721      Branch: perl
19722            ! op.c
19723 ____________________________________________________________________________
19724 [  7981] By: jhi                                   on 2000/12/04  19:42:07
19725         Log: Subject: [PATCH] Trivial dump.c feature
19726              From: Simon Cozens <simon@cozens.net>
19727              Date: Mon, 4 Dec 2000 18:08:38 +0000
19728              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
19729              
19730              Show whether a constant is UTF-8.
19731      Branch: perl
19732            ! dump.c
19733 ____________________________________________________________________________
19734 [  7980] By: jhi                                   on 2000/12/04  19:36:51
19735         Log: UTF-8 hash keys, patch from Inaba Hiroto.
19736      Branch: perl
19737            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
19738 ____________________________________________________________________________
19739 [  7979] By: jhi                                   on 2000/12/04  17:36:28
19740         Log: Update Changes.
19741      Branch: perl
19742            ! Changes patchlevel.h
19743 ____________________________________________________________________________
19744 [  7978] By: jhi                                   on 2000/12/04  16:42:17
19745         Log: Retract #7977, still too volatile (the euphemism of the day
19746              for unfinished and buggy :-)
19747      Branch: perl
19748            ! doop.c hv.c pp.c sv.h
19749 ____________________________________________________________________________
19750 [  7977] By: jhi                                   on 2000/12/04  16:25:15
19751         Log: (Retracted by #7978, too shaky yet.)
19752              
19753              Subject: Re: utf8 in hash keys, implementor missing
19754              From: Simon Cozens <simon@cozens.net>
19755              Date: Sat, 2 Dec 2000 19:49:35 +0000
19756              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
19757              
19758              The first step at UTF-8 hash keys.
19759      Branch: perl
19760            ! doop.c hv.c pp.c sv.h
19761 ____________________________________________________________________________
19762 [  7976] By: jhi                                   on 2000/12/04  16:13:53
19763         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
19764              From: sthoenna@efn.org
19765              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
19766              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
19767      Branch: perl
19768            ! os2/os2.c perlio.c
19769 ____________________________________________________________________________
19770 [  7975] By: jhi                                   on 2000/12/04  16:05:25
19771         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
19772              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
19773              Date: Thu, 30 Nov 2000 20:50:37 -0800
19774              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
19775      Branch: perl
19776            ! os2/os2.c
19777 ____________________________________________________________________________
19778 [  7974] By: jhi                                   on 2000/12/04  16:03:57
19779         Log: Subject: [PATCH] ++ 20% faster
19780              From: Nicholas Clark <nick@ccl4.org>
19781              Date: Mon, 4 Dec 2000 12:17:27 +0000
19782              Message-ID: <20001204121726.B52976@plum.flirble.org>
19783              
19784              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
19785      Branch: perl
19786            ! sv.c
19787 ____________________________________________________________________________
19788 [  7973] By: jhi                                   on 2000/12/04  16:00:48
19789         Log: 
19790              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
19791              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19792              Date: Mon, 04 Dec 2000 12:30:45 +0100
19793              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
19794              
19795              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
19796              library (getprotobyname and getprotobynumber are outversioned by
19797              the same calls in libc, at least for xlc version 3.
19798      Branch: perl
19799            ! hints/aix.sh
19800 ____________________________________________________________________________
19801 [  7972] By: jhi                                   on 2000/12/04  02:58:31
19802         Log: Integrate perlio.
19803      Branch: perl
19804           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
19805           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
19806           !> win32/win32.h win32/win32iop.h win32/win32thread.h
19807 ____________________________________________________________________________
19808 [  7971] By: nick                                  on 2000/12/04  00:24:33
19809         Log: Quieten some noise in Win32 builds:
19810              - win32.h is included after <sys/socket.h>, so need to 
19811              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
19812              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
19813      Branch: perlio
19814            ! doio.c perl.h toke.c win32/win32.h
19815 ____________________________________________________________________________
19816 [  7970] By: nick                                  on 2000/12/03  22:57:46
19817         Log: PERL_IMPLICIT_SYS compiles but does not work.
19818      Branch: perlio
19819            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
19820            ! win32/perlhost.h win32/perllib.c win32/win32.h
19821            ! win32/win32iop.h win32/win32thread.h
19822 ____________________________________________________________________________
19823 [  7969] By: jhi                                   on 2000/12/03  22:12:58
19824         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
19825              used to swash_init(), makes regprop() dumps more informative
19826              (+utf8::IsAlpha, -utf8::IsDigit, for example).
19827      Branch: perl
19828            ! regcomp.c regexec.c
19829 ____________________________________________________________________________
19830 [  7968] By: jhi                                   on 2000/12/03  21:39:56
19831         Log: Implement ANYOFUTF8 regprop() dumping.
19832      Branch: perl
19833            ! regcomp.c
19834 ____________________________________________________________________________
19835 [  7967] By: jhi                                   on 2000/12/03  20:57:19
19836         Log: Make uv_to_utf8() to zero-terminate its output buffer,
19837              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
19838      Branch: perl
19839            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
19840 ____________________________________________________________________________
19841 [  7966] By: nick                                  on 2000/12/03  18:41:21
19842         Log: Integrate mainline (STDCHAR)
19843      Branch: perlio
19844           !> Configure t/pragma/utf8.t
19845 ____________________________________________________________________________
19846 [  7965] By: jhi                                   on 2000/12/03  17:58:20
19847         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
19848      Branch: perl
19849            ! t/pragma/utf8.t
19850 ____________________________________________________________________________
19851 [  7964] By: jhi                                   on 2000/12/03  17:35:56
19852         Log: Integrate perlio.
19853      Branch: perl
19854           !> iperlsys.h perlio.c
19855 ____________________________________________________________________________
19856 [  7963] By: jhi                                   on 2000/12/03  17:33:55
19857         Log: Metaconfig unit change for #7962.
19858      Branch: metaconfig
19859            ! U/modified/stdchar.U
19860 ____________________________________________________________________________
19861 [  7962] By: jhi                                   on 2000/12/03  17:33:27
19862         Log: Untangle the <stdio.h> #include nest for the stdchar test,
19863              from Andy Dougherty.
19864      Branch: perl
19865            ! Configure
19866 ____________________________________________________________________________
19867 [  7961] By: nick                                  on 2000/12/03  16:53:00
19868         Log: Make iperlsys.h vector stdio not PerlIO.
19869      Branch: perlio
19870            ! iperlsys.h perlio.c
19871 ____________________________________________________________________________
19872 [  7960] By: nick                                  on 2000/12/03  14:43:01
19873         Log: Integrate mainline
19874      Branch: perlio
19875           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
19876           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
19877 ____________________________________________________________________________
19878 [  7959] By: jhi                                   on 2000/12/03  08:16:36
19879         Log: Use DO_UTF8().
19880      Branch: perl
19881            ! op.c
19882 ____________________________________________________________________________
19883 [  7958] By: jhi                                   on 2000/12/02  18:33:05
19884         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
19885              From: Mike Guy <mjtg@cam.ac.uk>         
19886              Date: Sat, 02 Dec 2000 17:27:13 +0000
19887              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
19888              
19889              An extraneous argument.
19890      Branch: perl
19891            ! toke.c
19892 ____________________________________________________________________________
19893 [  7957] By: jhi                                   on 2000/12/02  18:22:32
19894         Log: A missing hunk.
19895      Branch: perl
19896            ! t/lib/net-hostent.t
19897 ____________________________________________________________________________
19898 [  7956] By: jhi                                   on 2000/12/02  18:06:20
19899         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
19900              From: Nicholas Clark <nick@ccl4.org>
19901              Date: Sat, 2 Dec 2000 14:28:27 +0000
19902              Message-ID: <20001202142827.A12308@plum.flirble.org>
19903              
19904              Test robustness.
19905      Branch: perl
19906            ! t/lib/net-hostent.t
19907 ____________________________________________________________________________
19908 [  7955] By: jhi                                   on 2000/12/02  17:58:06
19909         Log: Metaconfig unit change for #7954.
19910      Branch: metaconfig
19911            ! U/modified/stdchar.U
19912 ____________________________________________________________________________
19913 [  7954] By: jhi                                   on 2000/12/02  17:54:32
19914         Log: An inconvenient hang would happen if the stdio _ptr wasn't
19915              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
19916              would be grepping stdin for all eternity for the _ptr.)
19917      Branch: perl
19918            ! Configure
19919 ____________________________________________________________________________
19920 [  7953] By: jhi                                   on 2000/12/02  00:07:15
19921         Log: Update Changes.
19922      Branch: perl
19923            ! Changes patchlevel.h
19924 ____________________________________________________________________________
19925 [  7952] By: jhi                                   on 2000/12/01  23:54:47
19926         Log: Subject: Re: long shell lines
19927              From: Andy Dougherty <doughera@lafayette.edu>
19928              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
19929              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
19930              
19931              Split overly long shell command lines.
19932      Branch: perl
19933            ! lib/ExtUtils/MM_Unix.pm
19934 ____________________________________________________________________________
19935 [  7951] By: jhi                                   on 2000/12/01  23:48:02
19936         Log: The metaconfig unit change for #7950.
19937      Branch: metaconfig
19938            + U/modified/stdchar.U
19939 ____________________________________________________________________________
19940 [  7950] By: jhi                                   on 2000/12/01  23:47:39
19941         Log: Try to find stdchar also from <stdio_impl.h>.
19942      Branch: perl
19943            ! Configure config_h.SH
19944 ____________________________________________________________________________
19945 [  7949] By: jhi                                   on 2000/12/01  23:46:45
19946         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
19947              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
19948              Date: Fri, 1 Dec 2000 16:26:08 -0500
19949              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
19950              
19951              Reword the diagnostic message.
19952      Branch: perl
19953            ! pod/perldiag.pod
19954 ____________________________________________________________________________
19955 [  7948] By: nick                                  on 2000/12/01  22:49:43
19956         Log: Integrate mainline (for s/y/m as sub names stuff).
19957      Branch: perlio
19958           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
19959           !> t/pragma/warn/toke toke.c
19960 ____________________________________________________________________________
19961 [  7947] By: jhi                                   on 2000/12/01  20:55:41
19962         Log: Integrate perlio.
19963      Branch: perl
19964           !> perlio.c perliol.h t/io/pipe.t
19965 ____________________________________________________________________________
19966 [  7946] By: jhi                                   on 2000/12/01  20:36:51
19967         Log: Upgrade to CPAN 1.59_51, from Andreas König.
19968      Branch: perl
19969            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
19970 ____________________________________________________________________________
19971 [  7945] By: nick                                  on 2000/12/01  20:31:32
19972         Log: Integrate mainline
19973      Branch: perlio
19974           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
19975           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
19976           +> t/lib/net-hostent.t
19977           !> (integrate 35 files)
19978 ____________________________________________________________________________
19979 [  7944] By: jhi                                   on 2000/12/01  20:23:29
19980         Log: Some help for 20001130.011.  Now one gets warnings like
19981              "Ambiguous -f() resolved as a file test ..."
19982      Branch: perl
19983            ! pod/perldiag.pod t/pragma/warn/toke toke.c
19984 ____________________________________________________________________________
19985 [  7943] By: jhi                                   on 2000/12/01  19:44:44
19986         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
19987              that also breaks using them as methods. 
19988      Branch: perl
19989            ! pod/perldiag.pod t/op/misc.t toke.c
19990 ____________________________________________________________________________
19991 [  7942] By: nick                                  on 2000/12/01  17:56:46
19992         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
19993              Make 'unix' pass most tests
19994              - do unread by temporary push of layer ("pending") holding unread chars
19995              - fast_gets is now based on per-handle flag
19996              - relax one of io/pipe.t tests to allow print to fail and close to
19997              succeed so that it passes on unbuffered "unix" layer.
19998              Remaining fail is sporadic and a genuine race condition between
19999              parent/child in fork test.
20000      Branch: perlio
20001            ! perlio.c perliol.h t/io/pipe.t
20002 ____________________________________________________________________________
20003 [  7941] By: jhi                                   on 2000/12/01  15:28:58
20004         Log: (Retracted by #7943.)
20005              
20006              Reserve the short named string operator names.
20007      Branch: perl
20008            ! pod/perldiag.pod t/op/misc.t toke.c
20009 ____________________________________________________________________________
20010 [  7940] By: jhi                                   on 2000/12/01  06:45:53
20011         Log: Get the three different space character classes right under utf8.
20012      Branch: perl
20013            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
20014            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
20015            ! regexec.c t/op/pat.t utf8.c
20016 ____________________________________________________________________________
20017 [  7939] By: jhi                                   on 2000/12/01  03:26:26
20018         Log: Two more tests that make no sense in UTF-8 since the test
20019              data is not in UTF-8.
20020      Branch: perl
20021            ! t/op/regexp.t
20022 ____________________________________________________________________________
20023 [  7938] By: jhi                                   on 2000/12/01  03:20:39
20024         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
20025              should it be required inside regexen?
20026      Branch: perl
20027            ! regcomp.c t/op/regmesg.t
20028 ____________________________________________________________________________
20029 [  7937] By: jhi                                   on 2000/12/01  02:58:53
20030         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
20031              stored and restored, and thusly was trounced by the utf8 swash
20032              routines.
20033      Branch: perl
20034            ! regcomp.c
20035 ____________________________________________________________________________
20036 [  7936] By: jhi                                   on 2000/11/30  20:41:39
20037         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
20038              Why the different platforms behave so differently (core dump vs
20039              no core dump) on this bug is a but of a mystery, but if I had to
20040              guess I would mumble something like 'alignment'.
20041      Branch: perl
20042            ! sv.c
20043 ____________________________________________________________________________
20044 [  7935] By: jhi                                   on 2000/11/30  16:17:02
20045         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
20046              From: Robin Barker <rmb1@cise.npl.co.uk>
20047              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
20048              Date: Thu, 30 Nov 2000 14:27:12 GMT
20049      Branch: perl
20050            ! perlio.c toke.c
20051 ____________________________________________________________________________
20052 [  7934] By: jhi                                   on 2000/11/30  16:04:49
20053         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
20054      Branch: perl
20055            ! t/lib/net-hostent.t
20056 ____________________________________________________________________________
20057 [  7933] By: jhi                                   on 2000/11/30  06:07:26
20058         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
20059              From: Peter Prymmer <pvhp@forte.com>
20060              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
20061              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
20062              
20063              In VMS the localhost may be LOCALHOST.
20064      Branch: perl
20065            ! t/lib/net-hostent.t
20066 ____________________________________________________________________________
20067 [  7932] By: jhi                                   on 2000/11/30  01:11:11
20068         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
20069              From: Peter Prymmer <pvhp@forte.com>
20070              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
20071              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
20072              
20073              plus regen perlapi.pod.
20074      Branch: perl
20075            ! pod/perlapi.pod utf8.c
20076 ____________________________________________________________________________
20077 [  7931] By: jhi                                   on 2000/11/30  01:06:19
20078         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
20079              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
20080              Date:     Wed, 29 Nov 2000 17:15:11 EST
20081              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
20082      Branch: perl
20083            ! t/lib/filter-util.pl t/lib/filter-util.t
20084 ____________________________________________________________________________
20085 [  7930] By: jhi                                   on 2000/11/29  18:51:55
20086         Log: Update Changes.
20087      Branch: perl
20088            ! Changes patchlevel.h
20089 ____________________________________________________________________________
20090 [  7929] By: jhi                                   on 2000/11/29  18:50:55
20091         Log: Update the va_copy() metaconfig unit.
20092      Branch: metaconfig/U/perl
20093            ! need_va_copy.U
20094 ____________________________________________________________________________
20095 [  7928] By: jhi                                   on 2000/11/29  17:50:43
20096         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
20097              From: Dominic Dunlop <domo@computer.org>
20098              Date: Tue, 28 Nov 2000 16:41:57 +0100
20099              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
20100              
20101              Patch to catch a core dump in the Configure va_copy test.
20102      Branch: perl
20103            ! Configure config_h.SH
20104 ____________________________________________________________________________
20105 [  7927] By: jhi                                   on 2000/11/29  17:31:59
20106         Log: Retract #7921, the patch shouldn't be needed.
20107      Branch: perl
20108            ! sv.c
20109 ____________________________________________________________________________
20110 [  7926] By: jhi                                   on 2000/11/29  17:01:41
20111         Log: Make the Class::Struct import() wiser.
20112      Branch: perl
20113            ! lib/Class/Struct.pm t/lib/class-struct.t
20114 ____________________________________________________________________________
20115 [  7925] By: jhi                                   on 2000/11/29  16:36:33
20116         Log: All the core library users of Class::Struct seem to be
20117              using "use Class::Struct 'struct';" instead of the bare
20118              "use Class::Struct;", which isn't documented in Class::Struct.
20119              This can't be right.
20120      Branch: perl
20121            ! lib/File/stat.pm
20122 ____________________________________________________________________________
20123 [  7924] By: jhi                                   on 2000/11/29  16:32:15
20124         Log: A test works better if it has the right 1..$n output.
20125      Branch: perl
20126            ! t/lib/class-struct.t
20127 ____________________________________________________________________________
20128 [  7923] By: jhi                                   on 2000/11/29  16:29:11
20129         Log: Forgot to MANIFEST the new Net::hostent test.
20130      Branch: perl
20131            ! MANIFEST
20132 ____________________________________________________________________________
20133 [  7922] By: jhi                                   on 2000/11/29  16:27:49
20134         Log: Integrate perlio.
20135      Branch: perl
20136           !> iperlsys.h perlio.c
20137 ____________________________________________________________________________
20138 [  7921] By: jhi                                   on 2000/11/29  16:27:10
20139         Log: (Retracted by #7927.)
20140              
20141              Subject: [PATCH] Is infinity a number?
20142              From: Simon Cozens <simon@cozens.net>
20143              Date: Wed, 29 Nov 2000 14:48:20 +0000
20144              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
20145      Branch: perl
20146            ! sv.c
20147 ____________________________________________________________________________
20148 [  7920] By: jhi                                   on 2000/11/29  16:23:02
20149         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
20150              From: rspier@pobox.com (Robert Spier)
20151              Date: Wed, 29 Nov 2000 02:17:49 -0500
20152              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
20153              
20154              Add a test for Net::hostent.
20155      Branch: perl
20156            + t/lib/net-hostent.t
20157 ____________________________________________________________________________
20158 [  7919] By: jhi                                   on 2000/11/29  16:21:31
20159         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
20160              add a test for Class::Struct.
20161      Branch: perl
20162            + t/lib/class-struct.t
20163            ! MANIFEST lib/Class/Struct.pm
20164 ____________________________________________________________________________
20165 [  7918] By: jhi                                   on 2000/11/29  15:48:40
20166         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
20167              From: rspier@pobox.com (Robert Spier)
20168              Date: Wed, 29 Nov 2000 02:25:39 -0500
20169              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
20170              
20171              More checking in case someone has broken their services or
20172              protocol databases.
20173      Branch: perl
20174            ! ext/Sys/Syslog/Syslog.pm
20175 ____________________________________________________________________________
20176 [  7917] By: jhi                                   on 2000/11/29  15:46:25
20177         Log: Subject: [PATCH] $^O  win32 -> MSWin32
20178              From: rspier@pobox.com (Robert Spier)
20179              Date: Wed, 29 Nov 2000 02:17:38 -0500
20180              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
20181              
20182              plus similar nits for vms, err, VMS, and UNICOS.
20183      Branch: perl
20184            ! t/lib/syslfs.t t/op/lfs.t
20185 ____________________________________________________________________________
20186 [  7916] By: jhi                                   on 2000/11/29  15:42:51
20187         Log: Subject: [PATCH] Tokeniser debugging
20188              From: Simon Cozens <simon@cozens.net>
20189              Date: Wed, 29 Nov 2000 14:15:45 +0000
20190              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
20191      Branch: perl
20192            ! perl.c perl.h pod/perlrun.pod toke.c
20193 ____________________________________________________________________________
20194 [  7915] By: jhi                                   on 2000/11/29  15:41:36
20195         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
20196              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20197              Date: Wed, 29 Nov 2000 02:13:14 -0500
20198              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
20199              
20200              OUT keyword nits.
20201              
20202              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
20203              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20204              Date: Wed, 29 Nov 2000 03:09:04 -0500
20205              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
20206              
20207              OUT and IN_OUT documentation.
20208      Branch: perl
20209            ! lib/ExtUtils/xsubpp pod/perlxs.pod
20210 ____________________________________________________________________________
20211 [  7914] By: jhi                                   on 2000/11/29  03:35:01
20212         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
20213              From: John Tobey <jtobey@john-edwin-tobey.org>
20214              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
20215              Message-Id: <m140e1N-000FOoC@feynman.localnet>
20216              
20217              plus a performance speedup noticed by Sarathy.
20218      Branch: perl
20219            ! op.c
20220 ____________________________________________________________________________
20221 [  7913] By: jhi                                   on 2000/11/29  03:16:59
20222         Log: Use "1 while unlink" so that VMS gets clean, too.
20223      Branch: perl
20224            ! t/lib/filter-util.t
20225 ____________________________________________________________________________
20226 [  7912] By: jhi                                   on 2000/11/29  03:09:08
20227         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
20228              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20229              Date: Tue, 28 Nov 2000 03:27:09 -0500
20230              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
20231      Branch: perl
20232            ! lib/ExtUtils/xsubpp
20233 ____________________________________________________________________________
20234 [  7911] By: jhi                                   on 2000/11/29  03:06:30
20235         Log: This should have been part of #7872: no need to scan UTF-8
20236              until eternity.
20237      Branch: perl
20238            ! utf8.c
20239 ____________________________________________________________________________
20240 [  7910] By: jhi                                   on 2000/11/29  02:50:04
20241         Log: One more perltie.pod nit from Casey R. Tweten.
20242      Branch: perl
20243            ! pod/perltie.pod
20244 ____________________________________________________________________________
20245 [  7909] By: jhi                                   on 2000/11/29  02:44:23
20246         Log: Document the known sprintf test failures, exact standard
20247              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
20248      Branch: perl
20249            ! pod/perldelta.pod t/op/sprintf.t
20250 ____________________________________________________________________________
20251 [  7908] By: jhi                                   on 2000/11/29  02:36:23
20252         Log: Add the Encoding table format documentation.
20253      Branch: perl
20254            + ext/Encode/Encode/EncodeFormat.pod
20255            ! MANIFEST
20256 ____________________________________________________________________________
20257 [  7907] By: jhi                                   on 2000/11/29  02:07:24
20258         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
20259              From: "Casey R. Tweten" <crt@kiski.net>
20260              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
20261              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
20262              
20263              Subject: Re: [PATCH] Updating perltie.pod for arrays
20264              From: "Casey R. Tweten" <crt@kiski.net>
20265              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
20266              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
20267      Branch: perl
20268            ! pod/perltie.pod
20269 ____________________________________________________________________________
20270 [  7906] By: nick                                  on 2000/11/28  22:40:59
20271         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
20272      Branch: perlio
20273            ! iperlsys.h perlio.c
20274 ____________________________________________________________________________
20275 [  7905] By: nick                                  on 2000/11/28  22:04:34
20276         Log: Integrate mainline
20277      Branch: perlio
20278           !> (integrate 39 files)
20279 ____________________________________________________________________________
20280 [  7904] By: jhi                                   on 2000/11/28  16:44:43
20281         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
20282              From: Nicholas Clark <nick@babyhippo.co.uk>
20283              Date: Tue, 28 Nov 2000 11:16:57 +0000
20284              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
20285      Branch: perl
20286            ! pod/perlipc.pod
20287 ____________________________________________________________________________
20288 [  7903] By: jhi                                   on 2000/11/28  16:40:31
20289         Log: Subject: [PATCH] Updating perltie.pod for arrays
20290              From: "Casey R. Tweten" <crt@kiski.net>
20291              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
20292              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
20293      Branch: perl
20294            ! pod/perltie.pod
20295 ____________________________________________________________________________
20296 [  7902] By: jhi                                   on 2000/11/28  16:39:37
20297         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
20298              From: Robin Barker <rmb1@cise.npl.co.uk>
20299              Date: Mon, 27 Nov 2000 17:56:44 GMT
20300              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
20301      Branch: perl
20302            ! pod/perlfunc.pod t/op/split.t
20303 ____________________________________________________________________________
20304 [  7901] By: jhi                                   on 2000/11/28  16:28:04
20305         Log: setmode() is a DOSish-only thing.
20306      Branch: perl
20307            ! perlio.c
20308 ____________________________________________________________________________
20309 [  7900] By: jhi                                   on 2000/11/28  16:21:46
20310         Log: Subject: [PATCH] perlcc.PL cleanups
20311              From: Simon Cozens <simon@cozens.net>
20312              Date: Tue, 28 Nov 2000 12:44:35 +0000
20313              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
20314      Branch: perl
20315            ! utils/perlcc.PL
20316 ____________________________________________________________________________
20317 [  7899] By: gsar                                  on 2000/11/28  06:32:55
20318         Log: reintegrate files missed by change#7895
20319      Branch: maint-5.6/perl
20320           +> ext/ByteLoader/bytecode.h utils/Makefile
20321            - utils/perlbc.PL
20322 ____________________________________________________________________________
20323 [  7897] By: gsar                                  on 2000/11/27  18:22:47
20324         Log: can't integrate these two files, for some reason
20325      Branch: maint-5.6/perl
20326            - ext/ByteLoader/bytecode.h utils/Makefile
20327 ____________________________________________________________________________
20328 [  7895] By: gsar                                  on 2000/11/27  18:11:21
20329         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
20330              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
20331              6757..6890,6892..6901 from mainline
20332              
20333              Bytecompiler patches from Benjamin Stuhl.
20334              
20335              More bytecompiler.
20336              
20337              Subject: [PATCH blead] B:: missing dependency
20338              
20339              Subject: [PATCH: 6757] configure.com updates and syslog build
20340              
20341              Long double Gconvert fixes from Yitzchak Scott-Thoennes
20342              and Spider Boardman.
20343              
20344              Subject: [PATCH blead] nextchar() abuse misses an optimisation
20345              
20346              Long double fixes from Spider Boardman.
20347              
20348              Make the selection of NVff et al stricter.
20349              
20350              cSVOPo_*v things index into the current PL_curpad
20351              under ithreads, which is different from the curpad
20352              used by the XSUB.  (In other words, the code as-is
20353              before this patch wouldn't work under ithreads.)
20354              
20355              Be portable.
20356              
20357              VMS MMS (make) wants null action.
20358              
20359              Mac and other portability updates from Chris Nandor.
20360              
20361              Storable support, v-version fixes.
20362              Subject: CPAN.pm beta for testing available
20363              
20364              Portability fix from Hugo van der Sanden.
20365              
20366              Bad makefile.
20367              
20368              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
20369              
20370              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
20371              
20372              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
20373              
20374              Replace #6705 with a minimal doc patch.
20375              Subject: [PATCH 5.6.0] replace change #6705
20376              
20377              Drop the separate perlbc, perlcc -b should be enough.
20378              
20379              installperl couldn't tell whether it had run tests or not.
20380              Subject: [PATCH] Re: installperl and t/TEST
20381              
20382              Add silencer flags to installperl.
20383              Subject: [PATCH] Making installperl silent.
20384              
20385              Make "make install" by default silent.  A new "install-verbose"
20386              target is verbose.
20387              
20388              More liberal parsing of version numbers.
20389              Subject: Re: CPAN.pm beta for testing available
20390              
20391              Create directories in silence.
20392              Subject: [PATCH] Another silencer for MakeMaker
20393              
20394              DOS patches and portability/porting notes, from Tim Jenness.
20395              
20396              Make installman to recognize the silence flag -S.
20397              
20398              Actually do something with the silencer option.
20399              
20400              Continue silencing.
20401              
20402              Show the doc file, not the temp file.
20403              
20404              Regen perltoc.
20405              
20406              Subject: [PATCH] More silencing of installman.
20407              
20408              Better wording for the vec lvalue diagnostic.
20409              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
20410              
20411              Subject: [PATCH: 6805] several more tweaks to configure.com
20412              
20413              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
20414              
20415              Missing parts of 
20416              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
20417              
20418              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
20419              (applied slightly modified)
20420              
20421              installperl --verbose and --silent.
20422              Subject: Re: [PATCH] More silencing of installman.
20423              
20424              Add install-silent target.
20425              
20426              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
20427              the problem reported in
20428              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
20429              
20430              Tweak the sfio/useperlio logic, hopefully as wished in
20431              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
20432              
20433              One forgotten file from #6816.
20434              
20435              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
20436              
20437              Remove duplicately applied patch shards.
20438              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
20439              
20440              Support preserving extremely big/small angles.
20441              
20442              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
20443              
20444              Subject: [PATCH] installation not quite silent yet.
20445              
20446              Update the test count.
20447              
20448              Use UVxf, PTR2UV, NVff.
20449              
20450              Document PTR2XX and INT2PTR.
20451              
20452              no-install target a la make -n.
20453              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
20454              
20455              grep -e isn't portable.
20456              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
20457              
20458              Can't get the test to reliably work thanks to the
20459              inaccurateness of floating point.  "Resolves" bug ids
20460              20000826.003, 20000826.009, 20000826.010,
20461              
20462              Subject: installman buglet
20463              
20464              DJGPP update from Laszlo Molnar.
20465              
20466              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
20467              
20468              Passing -R in ldflags makes now it to appear in the default
20469              for lddlflags, just like with -L.
20470              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
20471              
20472              Test nit.
20473              
20474              Use the actual thread type, not the pointer-to-struct.
20475              
20476              Provice virtual $Config{ccflags_nolargefiles} etc. 
20477              
20478              display_format used as a class method without arguments was broken,
20479              reported in
20480              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
20481              
20482              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
20483              
20484              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
20485              
20486              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
20487              
20488              opmini.o may be left around if a build is interrupted.
20489              
20490              Typo in #6858.
20491              
20492              Fix for ID 20000828.001, long doubles were not formatted
20493              correctly (showed up in $], which stopped installing perl).
20494              
20495              An attempt to fix the problem reported in
20496              Subject: Building perl@6856 using gcc/AIX 4.3.3 
20497              I can't test this properly since the gcc installation I have
20498              access to seems to be botched (gcc is calling the AIX cpp,
20499              a losing proposition...)
20500              
20501              Add -ld to archname on long tr...double platforms.
20502              
20503              Subject: hv.h Doc Patch
20504              
20505              Potential cruft.
20506              
20507              Subject: [PATCH bleedperl@6856] warnings fixes
20508              
20509              -S is the silent flag, -s is the strip flag.
20510              Subject: [PATCH] Re: [PATCH] make no-install          
20511              
20512              Take out the SUIDMAIL thing, that will not be
20513              a problem in 5.7.*.
20514              
20515              Subject: [PATCH bleedperl@6866] spellings
20516              
20517              Subject: [PATCH] Re: files not cleaned even by veryclean
20518              
20519              Use minimal @INC in tests, most of the time just '../lib',
20520              so that we simply can't pick up stuff from other Perls than
20521              the one we are testing.  Pointed out by
20522              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
20523              
20524              Update to Getopt::Long 2.24, from Johan Vromans.
20525              
20526              Fix for thinko in #6848.
20527              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
20528              
20529              Patches all over for people and the files they (hopefully) care about.
20530              
20531              Subject: Net::protoent does not export 'getproto'
20532              
20533              Missed a change in #6869.
20534              
20535              Subject: [PATCH] Warnings in B::Deparse
20536              
20537              Subject: [PATCH] Glob dumping
20538              
20539              Disable one of the tests for now.
20540              
20541              Disabling the one test is a bit tricky.
20542              
20543              Don't forget to tidy up.
20544              
20545              The #6881 removed one dump line.
20546              
20547              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
20548              
20549              Under usethreads the dumped variable is IN_PAD.
20550              Subject: Re: [PATCH] Glob dumping
20551              
20552              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
20553              
20554              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
20555              
20556              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
20557              
20558              Regen Configure for #6894.
20559              
20560              Subject: [PATCH: 6889] updates to perlebcdic.pod
20561              
20562              Undo namespace pollution of #6878.
20563              Subject: Re: Net::protoent does not export 'getproto'
20564              
20565              Admit that we are leaking scalars.
20566              
20567              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
20568      Branch: maint-5.6/perl
20569           !> (integrate 271 files)
20570 ____________________________________________________________________________
20571 [  7894] By: gsar                                  on 2000/11/27  16:00:34
20572         Log: a couple of nits
20573      Branch: maint-5.6/perl
20574            ! MANIFEST pp_sys.c
20575 ____________________________________________________________________________
20576 [  7893] By: gsar                                  on 2000/11/27  15:10:56
20577         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
20578              6740..6745,6747..6757,6760
20579              
20580              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
20581              
20582              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
20583              
20584              Doc nits spotted by Richard Soderberg.
20585              
20586              move WNOHANG definition to where other such things are
20587              
20588              Make $Config{byteorder} more magical so that it is
20589              dynamically computed: nice for 'fat binaries'.
20590              Subject: [PATCH]: default byteorder
20591              
20592              Subject: [PATCH] Cwd.pm now uses strict
20593              
20594              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
20595              
20596              Get -DLEAKTEST to compile (not necessarily to work, mind)
20597              Subject: [ID 20000724.006] -DLEAKTEST problem
20598              
20599              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
20600              
20601              Add perlebcdic from Peter Prymmer, regen toc.
20602              
20603              Don't propose using modules built for 5.005 if no binary
20604              compatibility with 5.005 is attempted.
20605              
20606              Do not use prototyping here.
20607              Subject: [ID 20000817.016] [PATCH] Peek.xs
20608              
20609              Document what the backtick returns if the command fails.
20610              
20611              Add byteorder to the myconfig output.
20612              
20613              Introduce NVef, NVff, and NVgf, use the middle one.
20614              (helps for lib/peek + Linux + long doubles)  Reported in
20615              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
20616              Use NVs in POSIX math, not doubles.
20617              Subject: [ID 20000817.014] POSIX & modfl
20618              
20619              Subject: [PATCH 5.6.0+] newSVrv() memory leak
20620              
20621              The byteorder code in #6671 was wrong.
20622              
20623              Fix the lib/complex failure of
20624              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
20625              Linux long double accuracy issue: something that
20626              when printed with %g looks like "2" but int() of it is 1.
20627              
20628              Propagate new Configure vars.
20629              
20630              Unbuffer the output.
20631              
20632              Subject: [PATCH] perltrap.pod spring cleaning
20633              
20634              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
20635              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
20636              
20637              Tiny Getopt::Long patch from Johan Vromans.
20638              
20639              Document code point which makes if (defined %stash::) to work
20640              (noted by Spider Boardman).
20641              
20642              Subject: [PATCH perl@6698] cygwin port
20643              
20644              Document the NDBM_File and ODBM_File as SDBM_File
20645              was documented in #6417.
20646              
20647              The new tests were missing from #6415.
20648              
20649              Add [[:blank:]] as suggested in
20650              Subject: [ID 20000716.024] [=cc=] / [:blank:]
20651              (the [=cc=] has already been taken care of by #6439
20652              so the whole bug report can be closed)
20653              and make [[:space:]] to be equivalent to isspace(3)
20654              (as opposed to \s, which is isSPACE()).  The difference
20655              is that now [[:space:]] matches the mythical vertical tab,
20656              while \s doesn't.
20657              
20658              Don't eat leading os from index entries.
20659              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
20660              
20661              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
20662              
20663              Typo in pp_complement().
20664              Subject: [PATCH perl-current] Deparse
20665              
20666              Add warnif(), check warnings further up the stack,
20667              all the warnings functions now can take an optional object reference.
20668              Subject: [PATCH bleedperl@6691] warnings pragma update
20669              
20670              Fix a core dump in lib/selfloader under -DDEBUGGING.
20671              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
20672              
20673              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
20674              
20675              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
20676              
20677              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
20678              Put back the long double avoidance code to POSIX.xs
20679              because VMS seems to need it still.
20680              
20681              Introduce a 'veryclean' target that is like 'distclean'
20682              but also removes *~ and *.orig.
20683              
20684              Subject: [ID 20000817.023] endianness description in perlfunc.pod
20685              
20686              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
20687              
20688              Let's try #6717 again.
20689              
20690              UTF8 concat fixes.
20691              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
20692              
20693              pp_open() could pass an uninitialized filename down to do_open9().
20694              
20695              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
20696              
20697              Update to CGI 2.72, from Lincoln Stein.
20698              
20699              Subject: [PATCH] Silence MakeMaker (Was: installman)
20700              
20701              Use temporary directory instead of current directory.
20702              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
20703              
20704              Document odd vs even subreleases and -Dusedevel.
20705              
20706              The veryclean target needs to clobber.
20707              
20708              Use File::Spec->tmpdir().
20709              
20710              Document the number of exponent digits.
20711              
20712              Mention perlebcdic and perlposix-bc.
20713              
20714              s/this one/the 5.6.0 release/
20715              
20716              The #6724 is here.
20717              
20718              The correct cleaning order is an art.
20719              
20720              small tweaks for change#6705: avoid C++ style comments in C code;
20721              use Perl's malloc API rather than the low level system one
20722              
20723              Array context keeps slithering in.
20724              
20725              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
20726              
20727              Subject: [PATCH] os2.c fix for use64bitint
20728              
20729              Update to Pod::LaTeX 0.53.
20730              Subject: [PATCH] lib/Pod/LaTeX.pm updates
20731              
20732              Document the endianness of Alpha more precisely.
20733              
20734              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
20735              
20736              Rename the macro argument because some preprocessors
20737              can't tell the difference and expand arguments also inside
20738              double quoted strings.
20739              
20740              free TLS slot properly on Windows
20741              
20742              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
20743              
20744              Unicos/mk requires elaborate paranoia.
20745              
20746              Tweak the floating point output routine preferences.
20747              
20748              Also under djgpp the timestamps are funky.
20749              
20750              Apply some PodParser 1.18 patches; the Pod/Find.pm
20751              patches cannot be applied since #6712 conflicts.
20752              
20753              Use PodParser 1.18 new test.
20754              
20755              A pod nit.
20756              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
20757              
20758              Be verydeepclean.
20759      Branch: maint-5.6/perl
20760           +> pod/perlebcdic.pod
20761           !> (integrate 106 files)
20762 ____________________________________________________________________________
20763 [  7892] By: jhi                                   on 2000/11/27  15:02:32
20764         Log: Update Changes.
20765      Branch: perl
20766            ! Changes patchlevel.h
20767 ____________________________________________________________________________
20768 [  7891] By: jhi                                   on 2000/11/27  14:57:23
20769         Log: Subject: Re: perlfaq style changes
20770              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
20771              Date: Sat, 25 Nov 2000 23:32:26 -0800
20772              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
20773              
20774              plus a note from Ronald Kimball.
20775      Branch: perl
20776            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
20777 ____________________________________________________________________________
20778 [  7890] By: jhi                                   on 2000/11/27  14:53:14
20779         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
20780              From: Benjamin Holzman <bah@ecnvantage.com>
20781              Date: Sun, 26 Nov 2000 16:27:33 -0500
20782              Message-ID: <20001126162733.J25040@ecnvantage.com>
20783      Branch: perl
20784            ! gv.c
20785 ____________________________________________________________________________
20786 [  7889] By: jhi                                   on 2000/11/27  14:43:11
20787         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
20788              From: lvirden@cas.org
20789              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
20790              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
20791      Branch: perl
20792            ! README.amiga
20793 ____________________________________________________________________________
20794 [  7888] By: jhi                                   on 2000/11/27  14:32:34
20795         Log: Restore also the locale test to no-sprintf-taint state.
20796              Fixes the bug 20001127.003.
20797      Branch: perl
20798            ! sv.c t/pragma/locale.t
20799 ____________________________________________________________________________
20800 [  7887] By: gsar                                  on 2000/11/27  14:13:05
20801         Log: integrate changes#6613..6616,6620..6665 from mainline
20802              
20803              VMS configure.com update continues.
20804              
20805              Subject: Test fails / warnings with perl-current #6612
20806              
20807              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
20808              
20809              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
20810              
20811              For now remove the mail code.
20812              
20813              Subject: Re: [PATCH] @+, @- readonly
20814              
20815              Subject: warning: storage class after type is obsolescent
20816              
20817              Subject: sfio2000
20818              
20819              Subject: Re: File::Temp problems on VMS in bleedperl
20820              
20821              README.os2 update.
20822              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
20823              
20824              Make the user to give up his firstborn, err, to knowingly
20825              verify installing an unstable developer release.  Also bump
20826              the release to 5.7.0, but leave a patch tag in the local
20827              patches saying that this is not yet the real thing.
20828              
20829              Update (kinda) to Test 1.14, from Joshua Pritikin.
20830              
20831              make ok etc also for win32.
20832              
20833              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
20834              
20835              Don't blow limited stacks, a lower number is enough to
20836              tickle the lookbehind limit.
20837              
20838              Use -Dusedevel; regen Configure and the respective Porting stuff.
20839              
20840              Subject: [PATCH] debugger exit code should reflect user exit code
20841              
20842              Subject: [PATCH perl@6620] cygwin port
20843              
20844              Missed a file from #6638.
20845              
20846              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)
20847              
20848              magic callbacks all need to have same type signature
20849              
20850              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
20851              
20852              Fix a dependency problem.
20853              Subject: [PATCH: 6640] VMS Makefile.SH update
20854              
20855              The numeric locale was reset to "C" by s?printf and never restored.
20856              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
20857              No test since adding the failing example to locale.t
20858              does not fail -- probably because the locale settings are so
20859              thoroughly tweaked by that time.  Running the example standalone
20860              does fail, though.  UPDATE: test case added at change #7540.
20861              
20862              Subject: [ID 20000324.040] minor fix to perlhpux.pod
20863              
20864              Update to CPAN 1.57.
20865              
20866              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
20867              
20868              Change the perlbug address to perl.org since it's more forgiving.
20869              
20870              Change the regx compilation error markers to use = instead of <
20871              since pod makes using the latter quite messy.  Reported in
20872              ID 20000814.006 by Abigail and in
20873              Subject: Unknown escape E<> ?
20874              
20875              Update to perldebtut 1.9, from Richard Foley.
20876              
20877              check that the number pseudo children doesn't exceed
20878              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
20879              the WaitForMultipleObjects() limit that would cause wait()
20880              to crash)
20881              wait() and waitpid() could potentially be rewritten to use
20882              more than one thread to do the waiting to eliminate this
20883              limitation
20884              
20885              change#6328 could make close(SOCKET) return false on windows
20886              when it shouldn't
20887              
20888              pod nit seen in passing
20889              
20890              on windows, the return values from wait() and waitpid() don't
20891              match those of pseudo-pids
20892              
20893              waitpid() now handles externally spawned pids correctly;
20894              fixes for backtick/wait/waitpid failures on Windows 9x
20895              these changes make the pid returned by process functions on
20896              Windows 9x always positive by clearing the high bit (which
20897              is always set on Win9x); pseudo-process PIDs are likewise
20898              always negative now on Win9x (just as on NT/2000)
20899              
20900              trailing new %ENV entries weren't being pushed into the real
20901              environment of subprocesses on Windows
20902              
20903              Tweak the regex compilation errors once more.
20904              
20905              avoid warnings from dense compiler
20906              
20907              add "ok" targets from change#6632 in makefile.mk
20908      Branch: maint-5.6/perl
20909            - lib/Pod/PlainText.pm vms/configure.com
20910           !> (integrate 66 files)
20911 ____________________________________________________________________________
20912 [  7886] By: jhi                                   on 2000/11/27  13:54:18
20913         Log: __FUNCTION__ isn't portable and trying to emulate it leads
20914              into practically spelling out the name of the function.
20915              Takes care of the bug 20001127.001.
20916      Branch: perl
20917            ! perlio.c
20918 ____________________________________________________________________________
20919 [  7885] By: gsar                                  on 2000/11/27  13:53:18
20920         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
20921              6610..6611 from mainline
20922              
20923              Make regular expression parse error messages easier to understand.
20924              Subject: Re: enhanced(?) regex error messages
20925              
20926              Tiny tidying on report_evil_fh().
20927              
20928              Subject: Re: enhanced(?) regex error messages 
20929              plus Capitalize the error messages, plus perldiag them.
20930              
20931              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
20932              
20933              Document here-doc better.
20934              
20935              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
20936              
20937              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
20938              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
20939              (either perlbug or p5p ate the original), plus regen
20940              perlapi and perltoc. 
20941              
20942              Regen global.sym.
20943              
20944              Double check that we have a dirhandle.
20945              
20946              Subject: Re: enhanced(?) regex error messages
20947              (plus two small patches sent privately)
20948              (this still seems to leave few test failures)
20949              
20950              warn is a macro, avoid using at a variable to avoid warnings
20951              in some configurations; readdir.t is too conservative in
20952              estimating number of *.t's
20953              
20954              Get back into sync with Jeffrey on the enhanced regex warnings.
20955              
20956              Subject: [PATCH 5.6.0] cygwin port
20957              
20958              Zero entries were skipped, fix from Adrian Goalby
20959              <argoalby@yahoo.co.uk>
20960              
20961              Subject: Remove dead entry in perldiag
20962              
20963              Amend the description of Perl6.
20964              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
20965              
20966              detypo
20967              
20968              It's the 2ndO'ROSSC.
20969              
20970              Revert the sv.c part of #6559, a better fix is needed.
20971              
20972              Iterating perl6 description.
20973              
20974              Update to Term::ANSIColor 1.03, from Russ Allbery.
20975              
20976              Update to Getopt::Long 2.23_05, from Johan Vromans.
20977              
20978              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
20979              
20980              Update to Pod::Parser 1.17, from Brad Appleton.
20981              
20982              Update to CPAN 1.56, from Andreas König.
20983              
20984              Update to CGI 2.70, from Lincoln Stein.
20985              
20986              Put back the std @INC thing.
20987              
20988              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
20989              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
20990              
20991              Document the IO::Select timeout.
20992              
20993              sleep(1) does not necessarily return 1.
20994              Subject: [PATCH bleadperl] op/lex_assign.t  
20995              
20996              Subject: debugger "d" command doesnt check line number
20997              
20998              B::Deparse didn't do sub attributes.
20999              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
21000              
21001              Preprocessing and postprocessing for File::Find.
21002              Subject: Patch to Find::File.pm to allow alphabetical results
21003              
21004              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
21005              
21006              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
21007              
21008              Subject: Re: [ID 20000730.003] utf8::length() bad
21009              
21010              Subject: Getting perlio and threads to compile
21011              (the Solaris version changes in Configure skipped)
21012              
21013              Tests for #6589.
21014              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
21015              
21016              Add Perl debugging tutorial, regen toc. 
21017              Subject: perldebtut.pod
21018              
21019              Add a few missing files, update MANIFEST.
21020              
21021              Rewrite of vms/subconfigure.com as configure.com,
21022              from Peter Prymmer and the vmsperl crew.
21023              
21024              Should have deleted this in #6603.
21025              
21026              Fix the test for 5005threads.
21027              
21028              Fix-n-skip the tests under 5005threads.
21029              
21030              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
21031              
21032              Upgrade to CGI 2.71, from Lincoln Stein.
21033      Branch: maint-5.6/perl
21034           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
21035           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
21036           +> t/op/regmesg.t t/pod/find.t vms/configure.com
21037            - vms/subconfigure.com
21038            ! lib/lib.pm
21039           !> (integrate 115 files)
21040 ____________________________________________________________________________
21041 [  7884] By: jhi                                   on 2000/11/27  13:44:33
21042         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
21043              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
21044              Date:     Mon, 27 Nov 2000 08:23:54 EST
21045              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
21046      Branch: perl
21047            ! vms/descrip_mms.template vms/test.com
21048 ____________________________________________________________________________
21049 [  7883] By: gsar                                  on 2000/11/27  11:50:46
21050         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
21051              6511..6513,6515..6523,6525..6536
21052              
21053              The swallow_bom() saga continues.  The #23 of require.t
21054              (UTF16-LE) still fails (silently, no output) but the #22
21055              (UTF16-BE) seems to be working now.  The root of the
21056              failure may be in sv_gets(): is it UTF-16LE-aware,
21057              especially when it comes to line endings? 
21058              
21059              Document the problem with -P in HP-UX and its workaround.
21060              
21061              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
21062              (aka ID 20000730.002)
21063              
21064              Subject: fix and question re: waitpid() under win32
21065              
21066              Make the safety catch for buggy gccs work with triple version
21067              numbers like 2.95.2.  Reported in
21068              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
21069              
21070              In Digital UNIX warn if gcc explicitly chosen because even
21071              2.95.2 is known to cause problems.
21072              
21073              Make chr() for values >127 to create utf8 when under utf8.
21074              
21075              various syntax errors and such (not fixed: comp/require.t#22 coredump
21076              on Windows)
21077              
21078              Stash away the largefiles flags and libswanted.
21079              
21080              BOM patching from Simon Cozens.
21081              
21082              If gccosandvers is equal to osname, clear gccosandvers.
21083              
21084              Make p4desc to skip non-mainperl branches by default.
21085              
21086              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
21087              
21088              The test from this
21089              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
21090              
21091              In new BSDs changes to argv[] do not show up in ps(1) output,
21092              instead one must use setproctitle().  This was already addressed
21093              by change #6457, but the below has a new variant for FreeBSD 4.0
21094              or later, and the matter is also documented more.
21095              
21096              FreeBSD 3.* updates from
21097              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
21098              
21099              regen_headers, regen perltoc.
21100              
21101              Document in one place the memory abstractions used in Perl core.
21102              
21103              memcpy has n o in it, as pinted ut by Sarathy.
21104              
21105              Remove the extraneous "main::" prefix from all the
21106              "opened only for", "on closed", and "never opened" warnings.
21107              
21108              The name of a filehandle does not have <these>.
21109              
21110              The tr utf8 patching continues.
21111              
21112              The new setproctitle() feature is available only in 
21113              bleeding edge FreeBSD.  From Paul Saab.
21114              
21115              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
21116              
21117              Dump UVs as UVs in Data::Dumper.
21118              
21119              detypo #6494
21120              
21121              Document the IVdf UVuf UVof UVxf.
21122              
21123              require.t needs binmode() to work on windows
21124              
21125              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
21126              that are hopefully soon put into use.
21127              
21128              Allow "no Module;" even if there is no 'unimport'.
21129              
21130              Better skip message for the test; one of the two problems in
21131              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
21132              
21133              The subtest 4 may fail also on VOBS, as pointed out
21134              by Nick Ing-Simmons in November 1999, bug id 19991124.003
21135              (but the failure in that bug report isn't the subtest 4).
21136              
21137              Be more informative on what is skipped and why,
21138              also repeat the list at the end.
21139              
21140              Add a URL for FSF.
21141              
21142              Subject: [PATCH] sv.h documentation - SvLEN
21143              
21144              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
21145              
21146              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
21147              
21148              Subject: [PATCH] bad cppsymbols on os2 + Configure question
21149              
21150              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
21151              
21152              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
21153              mention the idea of @( and @)
21154              
21155              This is 6512.  Really.
21156              
21157              Subject: [ID 19990721.004] Documentation bug in perlfunc
21158              
21159              Subject: Minor tweak to perlvar.pod
21160              
21161              In the warnings call filehandles consistently so;
21162              add "unopened" warning for stat().
21163              
21164              After the #6519 a warning about stat() is just that,
21165              not about a filetest, which now have their own warning.
21166              
21167              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
21168              
21169              Subject: Re: Array vs. List context
21170              
21171              Subject: New perlcc, take 2
21172              
21173              Weed buglets pointed out by
21174              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
21175              
21176              gcc versions might have (parentheses) in them.
21177              
21178              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
21179              
21180              Essential prototype changes were missing from #6527.
21181              Also make report_evil_fh() more bomb-proof.
21182              
21183              Zap lib/Sys directory when cleaning up.
21184              
21185              Change the Policy policy: now -Dprefix= with an existing
21186              Policy.sh and prefix == siteprefix == vendorprefix, then all
21187              of them follow along the new prefix.
21188              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
21189              
21190              Continue fixing the io warnings.  This also
21191              sort of fixes bug ID 20000802.003: the core dump
21192              is no more.  Whether the current behaviour is correct
21193              (giving a warning: "Not a format reference"), is another matter.
21194              
21195              Have symbols for the IoTYPEs.
21196              
21197              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
21198              
21199              Document a bit that UDP is not what you might think.
21200              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
21201              tr memory corruption fix from Simon Cozens.
21202              
21203              Plug the security hole described in the Aug 05 2000 bugtraq message
21204              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
21205              The security hole exists only in suidperls, which isn't
21206              installed or even built by default.
21207      Branch: maint-5.6/perl
21208           !> (integrate 71 files)
21209 ____________________________________________________________________________
21210 [  7882] By: gsar                                  on 2000/11/27  10:25:36
21211         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
21212              from mainline
21213              
21214              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
21215              to be fatal errors (instead of by default ignoring them, and
21216              ignoring with a bug: even though -w gave an error, the opening [
21217              was left in)  Reported in:
21218              
21219              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
21220              
21221              Subject: [PATCH] split /^/
21222              
21223              MacOS nits from Matthias Neeracher.
21224              
21225              More split() doc and test patches from Mike Guy.
21226              
21227              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
21228              from Graham Barr in the module list.
21229              
21230              docfix from Peter Scott <Peter@PSDT.com>.
21231              
21232              File::Temp patches for VMS and OS/2 from Tim Jenness.
21233              
21234              open() wariness in perlbug.
21235              
21236              Subject: [PATCH] minor doc change - perlguts
21237              
21238              Subject: Minor doc patch: handy.h
21239              
21240              Be wary of close()s, too.
21241              
21242              Further File::Temp patches from Yitzchak Scott-Thoennes
21243              and Craig A. Berry.
21244              
21245              Subject: [PATCH] fixes bug 20000508.004
21246              
21247              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
21248              
21249              Allow "no AutoLoader;", based on change #6444,
21250              suggested by Graham Barr.
21251              
21252              Use setproctitle() if available to modify $0.
21253              
21254              Warn if the version of the operating system used to compile gcc
21255              differs from the current version of the operating system.
21256              Also display the gcc compilation os and version in myconfig.
21257              Inspiration from
21258              
21259              Tiny fixes for #6460.
21260              
21261              The problem described in this
21262              Subject: [ID 20000322.018] named chars aren't magical enough
21263              has been fixed in perl 5.6.0 but just in case added a test
21264              to keep it away.  (The report from Joseph Hall.)
21265              
21266              Tune the comments and hopefully stop a memory leak.
21267              
21268              Subject: UTF8 concat
21269              (with a memory leak fixed, plus a few casts added)
21270              This also seems to help for
21271              Subject: [ID 20000716.015] join UTF8 weirdness
21272              
21273              Do not upgrade SVs into utf8 just because they participate
21274              in eq or cmp.  Reported and fix suggested in
21275              Subject: [ID 20000720.009] sv_eq UTF8 bug
21276              
21277              Fix the HALF_UPGRADE() macro introduced in #6263.
21278              
21279              Find green threads before native threads.
21280              Subject: Re: Patch to jpl/JNI/Makefile.PL
21281      Branch: maint-5.6/perl
21282           !> (integrate 30 files)
21283 ____________________________________________________________________________
21284 [  7881] By: jhi                                   on 2000/11/27  05:48:41
21285         Log: It seems that *both* the unused submatch loop cleanup
21286              codes are needed.
21287      Branch: perl
21288            ! regexec.c
21289 ____________________________________________________________________________
21290 [  7880] By: jhi                                   on 2000/11/27  04:50:07
21291         Log: Clean .exists deeper.
21292      Branch: perl
21293            ! Makefile.SH
21294 ____________________________________________________________________________
21295 [  7879] By: jhi                                   on 2000/11/27  02:31:35
21296         Log: The code in regcppop() (see #7878) contains the correct lower
21297              limit for the unused submatch 'cleanup' loop so that under
21298              "use utf8" the following code wouldn't dump core:
21299              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
21300              the cleanup loop in regtry() stomped beyond allocated area
21301              in the startp[] array.  Therefore, copied the correct lower
21302              loop limit (*PL_reglastparen) to regtry().  Note: something
21303              may still not be quite right: why was the _higher_ loop limit
21304              (prog->nparens) different in the utf8 case?
21305              
21306              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
21307              without core dumps, there were about 17 of them before
21308              the patch (with us since Perl 5.7.0).  Two failures, still:
21309              496 and 505 (though these may not be severe).
21310              
21311              Patch #7881 is also needed since both the cleanup loops
21312              seem to be needed.
21313              
21314              Also, the t/op/pat#44 seems to core dump under utf8.
21315              Plus a couple of failures.  UGH-8.
21316      Branch: perl
21317            ! regexec.c
21318 ____________________________________________________________________________
21319 [  7878] By: jhi                                   on 2000/11/27  02:21:17
21320         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
21321              the code in regcppop() seems to be redundant for the test suite --
21322              but it contains a germ of truth, and it needed for the build
21323              process itself: see #7879 and #7881.
21324      Branch: perl
21325            ! regexec.c
21326 ____________________________________________________________________________
21327 [  7877] By: jhi                                   on 2000/11/27  01:53:09
21328         Log: Comment on comment.
21329      Branch: perl
21330            ! regexec.c
21331 ____________________________________________________________________________
21332 [  7876] By: jhi                                   on 2000/11/27  00:49:59
21333         Log: Adjust the docs to agree with #7875.
21334      Branch: perl
21335            ! pod/perllocale.pod
21336 ____________________________________________________________________________
21337 [  7875] By: jhi                                   on 2000/11/27  00:49:27
21338         Log: Retract #7863.  It makes more sense not to taint formatted output,
21339              not even by sprintf().
21340      Branch: perl
21341            ! sv.c
21342 ____________________________________________________________________________
21343 [  7874] By: jhi                                   on 2000/11/26  23:36:02
21344         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
21345              Not really fixed (should really dump the UTF-8 charclass),
21346              but stopped displaying the garbage.
21347              
21348              Also add a note on the (missing) Unicode PSXSPC and BLANK.
21349      Branch: perl
21350            ! regcomp.c
21351 ____________________________________________________________________________
21352 [  7873] By: jhi                                   on 2000/11/26  21:31:13
21353         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
21354      Branch: perl
21355            ! regexec.c
21356 ____________________________________________________________________________
21357 [  7872] By: jhi                                   on 2000/11/26  21:06:04
21358         Log: No need to scan till infinity, 13 is enough.
21359      Branch: perl
21360            ! handy.h utf8.c
21361 ____________________________________________________________________________
21362 [  7871] By: jhi                                   on 2000/11/26  20:20:32
21363         Log: Test line numbers are different with utf8.
21364      Branch: perl
21365            ! t/op/re_tests
21366 ____________________________________________________________________________
21367 [  7870] By: jhi                                   on 2000/11/26  20:10:12
21368         Log: Message nit.
21369      Branch: perl
21370            ! regcomp.c
21371 ____________________________________________________________________________
21372 [  7869] By: jhi                                   on 2000/11/26  19:01:05
21373         Log: Make utf8_length() and utf8_distance() (the latter of which
21374              is unused at the moment) to be less forgiving about bad UTF-8.
21375      Branch: perl
21376            ! embed.h embed.pl objXSUB.h proto.h utf8.c
21377 ____________________________________________________________________________
21378 [  7868] By: jhi                                   on 2000/11/26  18:45:56
21379         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
21380              From: Benjamin Holzman <bah@ecnvantage.com>
21381              Date: Sat, 25 Nov 2000 20:40:20 -0500       
21382              Message-ID: <20001125204020.A25040@ecnvantage.com>              
21383              
21384              Debian allows installing /usr/bin/locale without installing
21385              any locales, an error message will ensue.
21386      Branch: perl
21387            ! t/pragma/locale.t
21388 ____________________________________________________________________________
21389 [  7867] By: jhi                                   on 2000/11/26  18:31:12
21390         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
21391              From: Benjamin Holzman <bah@ecnvantage.com>
21392              Date: Sun, 26 Nov 2000 02:42:34 -0500
21393              Message-ID: <20001126024234.G25040@ecnvantage.com>
21394              
21395              Patch for the bug 20000212.002.
21396      Branch: perl
21397            ! sv.c t/op/array.t
21398 ____________________________________________________________________________
21399 [  7866] By: jhi                                   on 2000/11/26  18:28:09
21400         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
21401              From: Tim Jenness <t.jenness@jach.hawaii.edu>
21402              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
21403              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
21404              
21405              File::Temp 0.11.
21406      Branch: perl
21407            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
21408 ____________________________________________________________________________
21409 [  7865] By: jhi                                   on 2000/11/26  18:24:22
21410         Log: The metaconfig unit change for #7864.
21411      Branch: metaconfig/U/perl
21412            ! need_va_copy.U
21413 ____________________________________________________________________________
21414 [  7864] By: jhi                                   on 2000/11/26  18:23:41
21415         Log: Make the va_copy() test not to be so talkative.
21416      Branch: perl
21417            ! Configure config_h.SH
21418 ____________________________________________________________________________
21419 [  7863] By: jhi                                   on 2000/11/26  18:11:02
21420         Log: Fix locale inconsistencies unearthed by Hugo's work.
21421              Now the floating point sprintf really does taint the result
21422              string as perllocale promises (has promised for a long time)
21423              if "use locale" is in the lexical scope.
21424      Branch: perl
21425            ! sv.c t/pragma/locale.t
21426 ____________________________________________________________________________
21427 [  7862] By: jhi                                   on 2000/11/26  00:35:15
21428         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
21429              From: Nicholas Clark <nick@ccl4.org>
21430              Date: Sun, 26 Nov 2000 00:07:50 +0000
21431              Message-ID: <20001126000750.A22446@plum.flirble.org>
21432              
21433              Infinit.
21434      Branch: perl
21435            ! sv.c
21436 ____________________________________________________________________________
21437 [  7861] By: jhi                                   on 2000/11/26  00:01:26
21438         Log: Integrate perlio.
21439      Branch: perl
21440           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
21441 ____________________________________________________________________________
21442 [  7860] By: nick                                  on 2000/11/25  22:04:17
21443         Log: Correct relative path from new ext\Filter\Util\Call location
21444              back to miniperl.
21445      Branch: perlio
21446            ! win32/makefile.mk
21447 ____________________________________________________________________________
21448 [  7859] By: nick                                  on 2000/11/25  21:26:54
21449         Log: Integrate mainline.
21450      Branch: perlio
21451           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
21452           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
21453           +> t/lib/filter-util.t
21454            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
21455            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
21456            - t/lib/filt-util.t
21457           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
21458           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
21459           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
21460           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
21461           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
21462           !> win32/makefile.mk
21463 ____________________________________________________________________________
21464 [  7858] By: gsar                                  on 2000/11/25  20:52:17
21465         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
21466              parent's memory; fix it by keeping track of the actual pad
21467              offset rather than a raw pointer (this change is probably also
21468              relevant to non-ithreads case to avoid fallout from reallocs of
21469              the pad array, but is currently only enabled for the ithreads
21470              case in the interests of minimal disruption to existing "well
21471              tested" code)
21472      Branch: perl
21473            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
21474            ! proto.h scope.c scope.h sv.c t/op/fork.t
21475 ____________________________________________________________________________
21476 [  7857] By: nick                                  on 2000/11/25  20:01:28
21477         Log: All tests pass on Win32/gcc/USE_PERLIO.
21478              - when crlf layer is pushed make unix-level binary.
21479              - remove :crlf injection in pp_backtick in pp_sys.c
21480              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
21481      Branch: perlio
21482            ! doio.c perlio.c pp_sys.c win32/makefile.mk
21483 ____________________________________________________________________________
21484 [  7856] By: jhi                                   on 2000/11/25  18:38:30
21485         Log: Update the metaconfig units for #7855.
21486      Branch: metaconfig/U/perl
21487            ! useperlio.U usesocks.U
21488 ____________________________________________________________________________
21489 [  7855] By: jhi                                   on 2000/11/25  18:37:54
21490         Log: Undo the SOCKS workarounds, instead start using PerlIO
21491              if SOCKS is selected.
21492              
21493              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
21494              From: Jens Hamisch <jens@Strawberry.COM>
21495              Date: Fri, 24 Nov 2000 18:31:30 +0100
21496              Message-ID: <20001124183130.E28337@Strawberry.COM>
21497              
21498              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
21499              From: Jens Hamisch <jens@Strawberry.COM>
21500              Date: Fri, 24 Nov 2000 19:11:51 +0100
21501              Message-ID: <20001124191151.A28753@Strawberry.COM>
21502      Branch: perl
21503            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
21504            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
21505 ____________________________________________________________________________
21506 [  7854] By: jhi                                   on 2000/11/25  17:39:08
21507         Log: Undo #7848.  Some of the code seems to use walkoptree(),
21508              some walkoptree_slow().  An unfinished renaming?
21509              Now the sub is walkoptree() (which is @EXPORT_OK),
21510              the walkoptree_slow() is a typeglob alias to walkoptree.
21511              This makes the tests to pass, at least.
21512      Branch: perl
21513            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
21514 ____________________________________________________________________________
21515 [  7853] By: nick                                  on 2000/11/24  22:24:33
21516         Log: Re-arrange crlf vs binary for platforms that care.
21517              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
21518              Lip-service to making stdio layer work on such platfroms (untested).
21519              Now fails 3 tests rather than one, checkin to see if I can debug 
21520              the issue under linux. (Do not merge.)
21521      Branch: perlio
21522            ! doio.c perlio.c perliol.h
21523 ____________________________________________________________________________
21524 [  7852] By: jhi                                   on 2000/11/24  18:57:39
21525         Log: AUTHORS edits.
21526      Branch: perl
21527            ! AUTHORS
21528 ____________________________________________________________________________
21529 [  7851] By: jhi                                   on 2000/11/24  17:34:56
21530         Log: Add Jan-Erik Karlsson.
21531      Branch: perl
21532            ! AUTHORS
21533 ____________________________________________________________________________
21534 [  7850] By: jhi                                   on 2000/11/24  17:27:56
21535         Log: Configure should find stdchar on its own.
21536      Branch: perl
21537            ! hints/solaris_2.sh
21538 ____________________________________________________________________________
21539 [  7849] By: jhi                                   on 2000/11/24  17:24:55
21540         Log: Subject: PATCH over 7848: Filter test flawed
21541              From: andreas.koenig@anima.de (Andreas J. Koenig)
21542              Date: 24 Nov 2000 10:28:29 +0100
21543              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
21544      Branch: perl
21545            ! t/lib/filter-util.t
21546 ____________________________________________________________________________
21547 [  7848] By: jhi                                   on 2000/11/24  17:22:15
21548         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
21549              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
21550              Date: Fri, 24 Nov 2000 16:12:58 +0000
21551              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
21552      Branch: perl
21553            ! ext/B/B.pm
21554 ____________________________________________________________________________
21555 [  7847] By: jhi                                   on 2000/11/24  03:07:01
21556         Log: Integrate perlio.
21557      Branch: perl
21558           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
21559           !> win32/makefile.mk
21560 ____________________________________________________________________________
21561 [  7846] By: gsar                                  on 2000/11/24  00:55:57
21562         Log: integrate changes#6415..6418,6420..6438 from mainline
21563              
21564              Fix the bitvector ops for utf8 (tricky since past 7 bits
21565              the utf8 'characters' can be more than one octet).
21566              
21567              MPE/ix updates for perl 5.6.0 from Mark Bixby.
21568              
21569              Subject: SDBM_File documentation
21570              
21571              Detypo.
21572              
21573              Decutandpasto.
21574              
21575              Send all installperl messages to STDERR and be -w clean.
21576              
21577              Out-of-date note removed.
21578              
21579              Protect against "wild next"s, that is, callbacks doing "next"
21580              instead of "return".
21581              
21582              Use STDOUT consistently.
21583              
21584              The output might have been produced in the wrong order.
21585              
21586              A missing 'break' after the [[:space:]] switch case.
21587              
21588              Add tests for
21589              [ID 19991110.003] another matching finding by pcre author
21590              which has already been fixed by some patch, as verified in
21591              
21592              Documentation to explain the behaviour of map().
21593              
21594              Add an optimization for map-maps-a-list-element-to-more-list-elements
21595              case, but add also notes explaining the relationship of this
21596              patch and the earlier notes by Sarathy.
21597              
21598              Subject: [ID 20000716.023] syslog test fails without sockets
21599              
21600              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
21601              Test cases for #6431.
21602              
21603              File::Spec::VMS fixup for tmpdir from Craig Berry.
21604              
21605              Make the "uninit variable" warning to say "concat or string"
21606              or "join or string" when in concat or join .
21607              
21608              Get UTF16 BOMs working.  Patch from
21609              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
21610              
21611              Subject: [PATCH] Make large file tests deal with SIGXFSZ
21612              
21613              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
21614              
21615              Subject: [PATCH] av.c apidoc
21616      Branch: maint-5.6/perl
21617           !> (integrate 43 files)
21618 ____________________________________________________________________________
21619 [  7845] By: gsar                                  on 2000/11/24  00:20:45
21620         Log: integrate changes#6406..6414 from mainline
21621              
21622              Merge perlhacktut into perlhack, update perlguts.
21623              
21624              Fix AutoSplit to use File::Spec the right way in VMS,
21625              from Peter Prymmer.
21626              
21627              The bug report
21628              [ID 19991110.002] minimal matching discrepancy found by pcre author
21629              seems to have been fixed (though differently from what was suggested
21630              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
21631              
21632              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
21633              not in pod, from Peter Prymmer
21634              
21635              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
21636              From: Hugo <hv@crypt.compulink.co.uk>
21637              Date: Fri, 14 Jul 2000 23:05:20 +0100
21638              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
21639              
21640              Didn't anymore apply, but that point still could use another fix.
21641              
21642              lib/b test fixes from Peter Prymmer.
21643              
21644              More docs for sv functions.
21645              
21646              perlvms.pod whitespace cleanup to keep pod utils happy.
21647              
21648              another VMS build tweak from Peter Prymmer
21649      Branch: maint-5.6/perl
21650           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
21651           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
21652           !> vms/descrip_mms.template vms/perlvms.pod
21653 ____________________________________________________________________________
21654 [  7844] By: nick                                  on 2000/11/23  23:42:45
21655         Log: Win32/perlio Now just fails one io/argv.t test - lack 
21656              of default :crlf on standard streams.
21657      Branch: perlio
21658            ! doio.c perlio.c
21659 ____________________________________________________________________________
21660 [  7843] By: nick                                  on 2000/11/23  23:04:05
21661         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
21662              peek fail is showing a real problem (multiple crlf layers
21663              are getting pushed.)
21664      Branch: perlio
21665            ! doio.c perlio.c win32/makefile.mk
21666 ____________________________________________________________________________
21667 [  7842] By: nick                                  on 2000/11/23  19:46:23
21668         Log: Implement PerlIO_binmode()
21669              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
21670              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
21671              make binmode in t/lib/io_tell.t unconditional so that works.
21672              Checkin just so Win32 machine can see these changes.
21673      Branch: perlio
21674            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
21675 ____________________________________________________________________________
21676 [  7841] By: jhi                                   on 2000/11/23  19:30:00
21677         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
21678      Branch: perl
21679            ! README.amiga
21680 ____________________________________________________________________________
21681 [  7840] By: jhi                                   on 2000/11/23  17:18:02
21682         Log: SOCKS wrestling continues, patches from Jens Hamisch.
21683      Branch: perl
21684            ! doio.c embed.h embed.pl perlsdio.h proto.h
21685 ____________________________________________________________________________
21686 [  7839] By: jhi                                   on 2000/11/23  16:54:14
21687         Log: Push Filter::Util::Call one level deeper.
21688      Branch: perl
21689            + t/lib/filter-util.t
21690           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
21691           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
21692            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
21693            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
21694            - t/lib/filt-util.t
21695            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
21696            ! win32/Makefile win32/makefile.mk
21697 ____________________________________________________________________________
21698 [  7838] By: jhi                                   on 2000/11/23  16:52:40
21699         Log: Reach back one higher up when searching for PERL_SRC.
21700      Branch: perl
21701            ! lib/ExtUtils/MM_Unix.pm
21702 ____________________________________________________________________________
21703 [  7837] By: jhi                                   on 2000/11/23  16:05:41
21704         Log: Subject: Re: perl@7826
21705              Date: Thu, 23 Nov 2000 02:20:25 -0600
21706              From: "Craig A. Berry" <craigberry@mac.com>
21707              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
21708              
21709              Make VMS to like Filter::Util::Call. 
21710      Branch: perl
21711            ! configure.com ext/Filter/Util/Makefile.PL
21712 ____________________________________________________________________________
21713 [  7836] By: nick                                  on 2000/11/23  16:04:08
21714         Log: Implement crlf layer - not ready for merge.
21715      Branch: perlio
21716            ! perlio.c win32/makefile.mk
21717 ____________________________________________________________________________
21718 [  7835] By: jhi                                   on 2000/11/23  15:56:52
21719         Log: STDCHAR is different in Sparc v9 vs x86.
21720      Branch: perl
21721            ! hints/solaris_2.sh
21722 ____________________________________________________________________________
21723 [  7834] By: jhi                                   on 2000/11/23  15:50:47
21724         Log: The type needs to be visible to protos.
21725      Branch: perl
21726            ! perl.h
21727 ____________________________________________________________________________
21728 [  7833] By: jhi                                   on 2000/11/23  15:40:46
21729         Log: Finish unfinished SOCKS workaround changes.
21730      Branch: perl
21731            ! doio.c
21732 ____________________________________________________________________________
21733 [  7832] By: jhi                                   on 2000/11/23  15:33:30
21734         Log: Integrate perlio.
21735      Branch: perl
21736           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
21737           !> win32/makefile.mk
21738 ____________________________________________________________________________
21739 [  7831] By: nick                                  on 2000/11/23  10:31:07
21740         Log: Correct makefile.mk dependancies for ext/Filter/Util
21741              Build ext/Encode
21742              Run dmake regen_config_h
21743      Branch: perlio
21744            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
21745            ! win32/makefile.mk
21746 ____________________________________________________________________________
21747 [  7830] By: nick                                  on 2000/11/23  08:05:07
21748         Log: Integrate mainline
21749      Branch: perlio
21750           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
21751           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
21752           +> t/lib/filt-util.pl t/lib/filt-util.t
21753           !> (integrate 41 files)
21754 ____________________________________________________________________________
21755 [  7829] By: gsar                                  on 2000/11/23  03:07:11
21756         Log: build the Filter extension on windows
21757      Branch: perl
21758            ! win32/Makefile win32/makefile.mk
21759 ____________________________________________________________________________
21760 [  7828] By: gsar                                  on 2000/11/23  02:46:35
21761         Log: regenerate win32/config* and fix some inconsistencies in the
21762              makefiles; always export Perl_deb() because it is needed
21763              by ext/re/* (whether perl itself is built with -DDEBUGGING
21764              or not)
21765      Branch: perl
21766            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
21767            ! win32/config_H.vc win32/makefile.mk
21768 ____________________________________________________________________________
21769 [  7827] By: gsar                                  on 2000/11/23  02:18:38
21770         Log: get sources building on windows+MSVC again (untested with other
21771              compilers)
21772      Branch: perl
21773            ! win32/include/sys/socket.h win32/perllib.c
21774 ____________________________________________________________________________
21775 [  7826] By: jhi                                   on 2000/11/23  01:18:26
21776         Log: Update Changes.
21777      Branch: perl
21778            ! Changes patchlevel.h
21779 ____________________________________________________________________________
21780 [  7825] By: jhi                                   on 2000/11/23  00:20:41
21781         Log: Subject: Re: av.c patch (having slight problems)
21782              From: "Ben Tilly" <ben_tilly@hotmail.com>
21783              Date: Tue, 21 Nov 2000 23:29:31 -0500
21784              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
21785              
21786              unshift() speedup.
21787      Branch: perl
21788            ! av.c
21789 ____________________________________________________________________________
21790 [  7824] By: jhi                                   on 2000/11/22  23:59:15
21791         Log: Fixes for signedness warnings noticed by VMSperlers.
21792      Branch: perl
21793            ! ext/Storable/Storable.xs regcomp.c sv.c
21794 ____________________________________________________________________________
21795 [  7823] By: jhi                                   on 2000/11/22  23:19:31
21796         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
21797              From: Peter Prymmer <pvhp@forte.com>
21798              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
21799              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
21800      Branch: perl
21801            ! t/pragma/warn/pp_hot
21802 ____________________________________________________________________________
21803 [  7822] By: jhi                                   on 2000/11/22  22:52:20
21804         Log: Be clean.
21805      Branch: perl
21806            ! Makefile.SH
21807 ____________________________________________________________________________
21808 [  7821] By: jhi                                   on 2000/11/22  22:46:39
21809         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
21810              by Damian Conway, as suggested by Paul Marquess.
21811      Branch: perl
21812            + lib/Filter/Simple.pm
21813 ____________________________________________________________________________
21814 [  7820] By: jhi                                   on 2000/11/22  22:45:51
21815         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
21816      Branch: perl
21817            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
21818            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
21819            + t/lib/filt-util.t
21820            ! MANIFEST
21821 ____________________________________________________________________________
21822 [  7819] By: jhi                                   on 2000/11/22  22:03:27
21823         Log: Integrate perlio.
21824      Branch: perl
21825           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
21826           !> win32/makefile.mk
21827 ____________________________________________________________________________
21828 [  7818] By: jhi                                   on 2000/11/22  21:56:02
21829         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
21830      Branch: perl
21831            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
21832            ! t/lib/io_sock.t
21833 ____________________________________________________________________________
21834 [  7817] By: jhi                                   on 2000/11/22  21:39:49
21835         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
21836              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21837              Date: Wed, 22 Nov 2000 16:08:12 -0500
21838              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
21839      Branch: perl
21840            ! lib/ExtUtils/Liblist.pm
21841 ____________________________________________________________________________
21842 [  7816] By: jhi                                   on 2000/11/22  21:38:25
21843         Log: Go ahead and #include <unistd.h> in perl.h.
21844      Branch: perl
21845            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
21846            ! util.c
21847 ____________________________________________________________________________
21848 [  7815] By: jhi                                   on 2000/11/22  21:22:52
21849         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
21850              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21851              Date: Mon, 20 Nov 2000 18:30:52 -0500
21852              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
21853      Branch: perl
21854            ! pod/perlre.pod regcomp.c t/op/re_tests
21855 ____________________________________________________________________________
21856 [  7814] By: jhi                                   on 2000/11/22  21:21:46
21857         Log: Subject: [PATCH 5.7.0] Liblist finally works
21858              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21859              Date: Tue, 21 Nov 2000 22:02:17 -0500
21860              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
21861      Branch: perl
21862            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
21863            ! lib/ExtUtils/MakeMaker.pm
21864 ____________________________________________________________________________
21865 [  7813] By: jhi                                   on 2000/11/22  21:20:23
21866         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
21867              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21868              Date: Wed, 22 Nov 2000 17:53:15 +0100
21869              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
21870              
21871              AIX dynaloader and perlio patch.
21872      Branch: perl
21873            ! ext/DynaLoader/dl_aix.xs
21874 ____________________________________________________________________________
21875 [  7812] By: jhi                                   on 2000/11/22  21:17:52
21876         Log: (Accidentally empty patch.)
21877      Branch: perl
21878            ! av.c
21879 ____________________________________________________________________________
21880 [  7811] By: jhi                                   on 2000/11/22  21:16:31
21881         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
21882              From: Peter Prymmer <pvhp@forte.com>
21883              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
21884              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
21885      Branch: perl
21886            ! vms/test.com
21887 ____________________________________________________________________________
21888 [  7810] By: jhi                                   on 2000/11/22  21:15:36
21889         Log: Subject: Re: perl@7777 
21890              From: "John P. Linderman" <jpl@research.att.com>
21891              Date: Wed, 22 Nov 2000 13:11:11 -0500
21892              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
21893              
21894              Detypoing.
21895      Branch: perl
21896            ! lib/CPAN.pm
21897 ____________________________________________________________________________
21898 [  7809] By: jhi                                   on 2000/11/22  21:14:19
21899         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
21900              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
21901              Date:     Wed, 22 Nov 2000 13:51:37 EST
21902              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
21903      Branch: perl
21904            ! perlsdio.h
21905 ____________________________________________________________________________
21906 [  7808] By: jhi                                   on 2000/11/22  21:13:27
21907         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
21908              From: Casey Tweten <crt@kiski.net>
21909              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
21910              Message-Id: <200011201653.LAA10194@home.kiski.net>
21911      Branch: perl
21912            ! t/lib/io_udp.t
21913 ____________________________________________________________________________
21914 [  7807] By: jhi                                   on 2000/11/22  21:12:35
21915         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
21916              From: Casey Tweten <crt@kiski.net>
21917              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
21918              Message-Id: <200011201636.LAA07227@home.kiski.net>
21919      Branch: perl
21920            ! t/lib/io_sock.t
21921 ____________________________________________________________________________
21922 [  7806] By: jhi                                   on 2000/11/22  21:10:59
21923         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
21924              From: "Casey R. Tweten" <crt@kiski.net>
21925              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
21926              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
21927      Branch: perl
21928            ! utils/h2xs.PL
21929 ____________________________________________________________________________
21930 [  7805] By: nick                                  on 2000/11/22  21:05:06
21931         Log: Integrate mainline
21932      Branch: perlio
21933           !> Changes Porting/genlog ext/DB_File/DB_File.xs
21934           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
21935           !> utils/perlbug.PL
21936 ____________________________________________________________________________
21937 [  7804] By: jhi                                   on 2000/11/22  21:01:12
21938         Log: Subject: [PATCH] Test.pm POD peculiarity
21939              From: "Casey R. Tweten" <crt@kiski.net>
21940              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
21941              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
21942      Branch: perl
21943            ! lib/Test.pm
21944 ____________________________________________________________________________
21945 [  7803] By: jhi                                   on 2000/11/22  20:59:59
21946         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
21947              From: "Philip Newton" <pnewton@gmx.de>
21948              Date: Wed, 22 Nov 2000 14:25:53 +0100
21949              Message-Id: <3A1BD771.25462.1939FAD@localhost>
21950              
21951              Be case-understanding also on 's', and use the -oi of sendmail
21952              not to terminate the transmission on a lone '.'.
21953      Branch: perl
21954            ! utils/perlbug.PL
21955 ____________________________________________________________________________
21956 [  7802] By: nick                                  on 2000/11/22  20:51:42
21957         Log: Win32 PerlIO intermediate state now working as expected.
21958              - In current state we are still using C runtime in text/binary
21959              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
21960              - PERLIO=stdio and PERLIO=unix pass all expected tests.
21961              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
21962              and PerlIO_seek() and the dummy crlf layer is not making adjustments
21963              for CRLF translation happening in C runtime. All other tests pass.
21964              
21965              Added note to README.win32 to point out the snags of doing a perl build
21966              with Norton AntiVirus turned on.
21967              
21968              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
21969              which file a fail comes from.
21970              
21971              Updated "canned" config.h to match the one generated.
21972      Branch: perlio
21973            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
21974            ! win32/makefile.mk
21975 ____________________________________________________________________________
21976 [  7801] By: jhi                                   on 2000/11/22  06:50:20
21977         Log: Nickety nits.
21978      Branch: perl
21979            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
21980 ____________________________________________________________________________
21981 [  7800] By: jhi                                   on 2000/11/22  01:29:55
21982         Log: Changes had accidentally gone too silent on non-main branches.
21983      Branch: perl
21984            ! Changes Porting/genlog patchlevel.h
21985 ____________________________________________________________________________
21986 [  7799] By: gsar                                  on 2000/11/22  01:02:56
21987         Log: some lib_pm.PL changes snuck in via change#7772
21988      Branch: maint-5.6/perl
21989            ! Makefile.SH
21990 ____________________________________________________________________________
21991 [  7798] By: nick                                  on 2000/11/21  21:59:40
21992         Log: Integrate mainline
21993      Branch: perlio
21994           !> (integrate 28 files)
21995 ____________________________________________________________________________
21996 [  7797] By: jhi                                   on 2000/11/21  21:01:45
21997         Log: Integrate perlio.
21998      Branch: perl
21999           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
22000 ____________________________________________________________________________
22001 [  7796] By: nick                                  on 2000/11/21  20:36:22
22002         Log: Win32 builds and runs (mostly) with USE_PERLIO.
22003              PERLIO=perlio passes all tests. 
22004              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
22005      Branch: perlio
22006            ! perlio.c win32/perllib.c win32/win32.c
22007 ____________________________________________________________________________
22008 [  7795] By: jhi                                   on 2000/11/21  19:03:44
22009         Log: Update Changes.
22010      Branch: perl
22011            ! Changes patchlevel.h
22012 ____________________________________________________________________________
22013 [  7794] By: jhi                                   on 2000/11/21  18:56:34
22014         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
22015              From: "Craig A. Berry" <craigberry@mac.com>
22016              Date: Mon, 20 Nov 2000 20:27:06 -0600
22017              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
22018              
22019              A cut-and-pasto.
22020      Branch: perl
22021            ! perlio.h
22022 ____________________________________________________________________________
22023 [  7793] By: jhi                                   on 2000/11/21  18:54:41
22024         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
22025              From: Dominic Dunlop <domo@computer.org> 
22026              Date: Mon, 20 Nov 2000 18:55:29 +0100
22027              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
22028              
22029              va_copy() and the need of it.
22030              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
22031      Branch: metaconfig/U/perl
22032            + need_va_copy.U
22033      Branch: perl
22034            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
22035            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
22036            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
22037            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
22038            ! win32/config.bc win32/config.gc win32/config.vc
22039 ____________________________________________________________________________
22040 [  7792] By: jhi                                   on 2000/11/21  17:04:10
22041         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
22042      Branch: perl
22043           !> scope.h
22044 ____________________________________________________________________________
22045 [  7791] By: jhi                                   on 2000/11/21  17:01:16
22046         Log: Export the SOCKS workaround symbols only if necessary.
22047      Branch: perl
22048            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
22049 ____________________________________________________________________________
22050 [  7790] By: nick                                  on 2000/11/20  23:57:11
22051         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
22052      Branch: perlio
22053            ! scope.h
22054 ____________________________________________________________________________
22055 [  7789] By: nick                                  on 2000/11/20  23:38:33
22056         Log: Integrate mainline
22057      Branch: perlio
22058           +> lib/File/Spec/Epoc.pm
22059           !> (integrate 34 files)
22060 ____________________________________________________________________________
22061 [  7788] By: nick                                  on 2000/11/20  23:20:18
22062         Log: Make extra buffer layer work (dummy crlf layer)
22063      Branch: perlio
22064            ! doio.c perlio.c perlio.h
22065 ____________________________________________________________________________
22066 [  7787] By: jhi                                   on 2000/11/20  22:44:04
22067         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
22068              From: Peter Prymmer <pvhp@forte.com>
22069              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
22070              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
22071      Branch: perl
22072            ! t/pragma/locale.t
22073 ____________________________________________________________________________
22074 [  7786] By: jhi                                   on 2000/11/20  22:29:10
22075         Log: Subject: DOC PATCH 5.6.0 perlreftut
22076              From: mjd@plover.com
22077              Date: 20 Nov 2000 19:45:06 -0000
22078              Message-ID: <20001120194506.9505.qmail@plover.com>
22079      Branch: perl
22080            ! pod/perlreftut.pod
22081 ____________________________________________________________________________
22082 [  7785] By: jhi                                   on 2000/11/20  22:27:44
22083         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
22084              From: David Dyck <dcd@tc.fluke.com>
22085              Date: Mon, 20 Nov 2000 11:43:40 -0800
22086              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
22087      Branch: perl
22088            ! lib/Cwd.pm
22089 ____________________________________________________________________________
22090 [  7784] By: jhi                                   on 2000/11/20  22:23:21
22091         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
22092              Date: Mon, 20 Nov 2000 17:06:10 -0500
22093              To: Mailing list Perl5 <perl5-porters@perl.org>
22094              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
22095      Branch: perl
22096            ! pp_ctl.c t/op/pat.t
22097 ____________________________________________________________________________
22098 [  7783] By: jhi                                   on 2000/11/20  22:11:18
22099         Log: Subject: [PATCH] doop.c - UTF8 tr///               
22100              From: Simon Cozens <simon@cozens.net>
22101              Date: Sat, 18 Nov 2000 18:49:30 +0000
22102              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
22103              
22104              Subject: Re: [PATCH] doop.c - UTF8 tr///           
22105              From: Simon Cozens <simon@cozens.net>
22106              Date: Mon, 20 Nov 2000 20:45:22 +0000
22107              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
22108              
22109              Make tr on UTF-8 better but still not correct.
22110      Branch: perl
22111            ! doop.c
22112 ____________________________________________________________________________
22113 [  7782] By: jhi                                   on 2000/11/20  22:02:16
22114         Log: Remove the shared object before attempting to create
22115              (by linking) a new one.  E.g. in AIX not removing
22116              becomes quite painful if one tries to do more than one
22117              build in the same tree (an interrupted build, for example),
22118              since the AIX' shared dynaloader seemingly keeps the shared
22119              objects open and therefore 'busy' for quite a while, even when
22120              nobody is using the objects, leading into link failures.
22121      Branch: perl
22122            ! lib/ExtUtils/MM_Unix.pm
22123 ____________________________________________________________________________
22124 [  7781] By: gsar                                  on 2000/11/20  19:02:55
22125         Log: type mismatch due to faulty integration
22126      Branch: maint-5.6/perl
22127            ! toke.c win32/Makefile
22128 ____________________________________________________________________________
22129 [  7780] By: gsar                                  on 2000/11/20  17:31:55
22130         Log: integrate changes#6392,6394..6399,6401..6404
22131              
22132              The {multiplier} of a fixed substring was overlooked which
22133              caused a wrong initial search offset for that substring.
22134              
22135              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
22136              From: Hugo <hv@crypt.compulink.co.uk>
22137              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
22138              Date: Thu, 13 Jul 2000 19:27:13 +0100
22139              
22140              Fix the BOM bug: not a byteorder bug, a signedness bug.
22141              
22142              Replace change #6337 with a better one.
22143              
22144              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
22145              From: Hugo <hv@crypt.compulink.co.uk>
22146              Date: Fri, 14 Jul 2000 04:16:20 +0100
22147              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
22148              
22149              MakeMaker should not remove editor backups (*~) on `make clean`
22150              by default (completes change#6383)
22151              
22152              move new variables to the end of the interpreter structure (for
22153              bincompat in code that doesn't #include XSUB.h)
22154              
22155              rename totally bletcherous SvLOCK() thingy (doesn't do what the
22156              name suggests anyway)
22157              
22158              various cleanups (typos, misformatted code, and small bugs)
22159              
22160              typecasts needed for change#6394
22161              
22162              typos in change#6399, regen headers
22163              
22164              inconsistent types needs casts
22165              
22166              PERL_OBJECT build tweaks
22167      Branch: maint-5.6/perl
22168           !> MANIFEST doop.c embed.h embed.pl embedvar.h
22169           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
22170           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
22171           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
22172           !> toke.c util.c
22173 ____________________________________________________________________________
22174 [  7779] By: gsar                                  on 2000/11/20  17:06:29
22175         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
22176              
22177              Cosmetics and perldelta.
22178              
22179              Fix nits noticed by Boston.pm.
22180              
22181              Do the cc sanity check both before the hints and
22182              after the cc selction.
22183              
22184              get sprintf.t to adjust properly for 3-digit exponents
22185              
22186              don't clobber *.orig files on *clean targets
22187              
22188              fix bugs in processing %v-*d and similar format specs (from
22189              Avi Finkel <avi@finkel.org>)
22190              
22191              sprintf test tweaks (from Dominic Dunlop)
22192              
22193              new selfloader.t in change#6183 doesn't close DATA handles,
22194              and thus fails to clean up tmp files on dosish platforms
22195              
22196              typos (spotted by Peter Prymmer)
22197              
22198              typo fix from Craig Berry
22199      Branch: maint-5.6/perl
22200           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
22201           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
22202           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
22203           !> x2p/Makefile.SH
22204 ____________________________________________________________________________
22205 [  7778] By: gsar                                  on 2000/11/20  16:46:51
22206         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
22207              
22208              Subject: Re: format bug report  [Patch]
22209              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22210              Date: Wed, 05 Jul 2000 13:12:52 +0200
22211              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
22212              
22213              Subject: Re: format bug report  [Patch]
22214              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22215              Date: Wed, 05 Jul 2000 14:10:01 +0200
22216              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
22217              
22218              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
22219              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
22220              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
22221              Date: Fri, 07 Jul 2000 17:57:16 +0100
22222              
22223              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
22224              To: perl5-porters@perl.org
22225              From: Karsten Sperling <spiff@phreax.net>
22226              Date: Mon, 10 Jul 2000 15:12:52 +0200
22227              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
22228              
22229              README.posix-bc podified from Thomas Dorner.
22230              
22231              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
22232              From: Dominic Dunlop <domo@computer.org>
22233              Date: Tue, 11 Jul 2000 12:27:33 +0200
22234              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
22235              
22236              Typo in #6341.
22237              
22238              Fix for
22239              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
22240              From: Roderick Schertler <roderick@argon.org>
22241              Date: Tue, 11 Jul 2000 13:55:05 -0400
22242              Message-Id: <200007111755.NAA05077@jones.argon.org>
22243              
22244              Minor cleanups on the booklist.
22245              
22246              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
22247              regen perltoc.
22248              
22249              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
22250      Branch: maint-5.6/perl
22251           +> pod/perlbook.pod
22252           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
22253           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
22254           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
22255 ____________________________________________________________________________
22256 [  7777] By: jhi                                   on 2000/11/20  16:08:49
22257         Log: Update Changes.
22258      Branch: perl
22259            ! Changes patchlevel.h
22260 ____________________________________________________________________________
22261 [  7776] By: jhi                                   on 2000/11/20  15:27:56
22262         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
22263              This may be overly harsh but until proven otherwise, we think this
22264              way, or until we have a simple test for Configure (having to start
22265              up servers is does not count as simple) to check for the problems.
22266      Branch: perl
22267            ! perl.h
22268 ____________________________________________________________________________
22269 [  7775] By: jhi                                   on 2000/11/20  15:22:17
22270         Log: Solaris hints tweaks.
22271      Branch: perl
22272            ! hints/solaris_2.sh
22273 ____________________________________________________________________________
22274 [  7774] By: jhi                                   on 2000/11/20  15:01:20
22275         Log: Add a workaround to SOCKS 64-bit problems.
22276      Branch: perl
22277            ! doio.c embed.h embed.pl perlsdio.h proto.h
22278 ____________________________________________________________________________
22279 [  7773] By: jhi                                   on 2000/11/20  14:51:47
22280         Log: sysseek() instead of seek().
22281      Branch: perl
22282            ! t/lib/syslfs.t
22283 ____________________________________________________________________________
22284 [  7772] By: gsar                                  on 2000/11/20  13:06:23
22285         Log: integrate changes#6315..6319,6321..6331,6333..6338
22286              
22287              Integrate with Sarathy, preliminary fix for unicos
22288              alignment problems in [ID 20000612.002] Perl problem on Cray system.
22289              
22290              some debugger output does not go to the socket when RemotePort is set
22291              
22292              winsock cleanup never done on Windows (leads to handle leaks)
22293              
22294              fix UNC path handling on Windows under ithreads, and chdir()
22295              return value when given a non-existent directory
22296              
22297              Autogenerate pod/Makefile and pod/buildtoc.
22298              buildtoc also checks whether the existin pods are
22299              mentioned in MANIFEST and perl.pod, and vice versa.
22300              (None of the thusly found discrepancies fixed yet.)
22301              roffitall also needs to be autogenerated similarly but it
22302              seems so badly out of date that I didn't touch it yet.
22303              
22304              Config is being used.
22305              
22306              Add =head1 NAMEs so that buildtoc is happy.
22307              (The CGI::Util nit reported to Lincoln.)
22308              
22309              Fix complaints of buildtoc.
22310              
22311              Fix the alignment problem in Crays ([ID 20000612.002]).
22312              
22313              Remove perlbook, update perlfaq book listing,
22314              rearrange perl.pod, regenerate perltoc.
22315              
22316              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
22317              was cast to an unsigned (32-bit) integer with wild abandon.
22318              
22319              winsock options weren't being set in all threads under ithreads
22320              (caused send()s from second and subsequent threads to fail)
22321              
22322              accept() leaks memory on windows due to incorrect ordering of
22323              closesocket() and fclose() calls
22324              
22325              Reorder perl.pod once more.
22326              
22327              More POSIX.pod tweaks.
22328              
22329              Sprinkle ldlibpath.
22330              
22331              Precedence goof, fix based on
22332              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
22333              From: Hugo <hv@crypt.compulink.co.uk>
22334              Date: Tue, 11 Jul 2000 12:52:38 +0100
22335              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
22336              
22337              Subject: PATCH perlguts.pod: Document D and d magic types
22338              From: mjd@plover.com
22339              Date: 5 Jul 2000 18:01:51 -0000
22340              Message-ID: <20000705180151.29413.qmail@plover.com>
22341              
22342              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
22343              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
22344              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
22345              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
22346              
22347              Subject: [PATCH cfgperl] $& segfaults if you trick it
22348              From: simon@brecon.co.uk (Simon Cozens)
22349              Date: 7 Jul 2000 11:26:09 GMT
22350              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
22351              
22352              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
22353              From: Hugo <hv@crypt.compulink.co.uk>
22354              Date: Tue, 11 Jul 2000 12:44:50 +0100
22355              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
22356              
22357              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
22358              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
22359              Date: Tue, 11 Jul 2000 13:50:51 +0100
22360              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
22361      Branch: maint-5.6/perl
22362           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
22363           +> pod/buildtoc.PL
22364            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
22365           !> (integrate 26 files)
22366 ____________________________________________________________________________
22367 [  7771] By: gsar                                  on 2000/11/20  12:31:42
22368         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
22369              6310,6311,6314
22370              
22371              Subject: [PATCH bleedperl] File::Spec 0.82 beta
22372              From: Barrie Slaymaker <barries@jester.slaysys.com>
22373              Date: Wed, 28 Jun 2000 11:35:29 -0400
22374              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
22375              
22376              tweak perlembed for multiplicity/usethreads sanity; correct notes
22377              about Windows
22378              
22379              localize %INC in a Safe compartment so that use/require work
22380              (many other magic globals probably need similar treatment)
22381              
22382              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
22383              when @_ is modified, causing coredumps
22384              
22385              slurp mode fix in change#4736 still not quite right
22386              
22387              Point to perlipc for more SysV IPC examples.
22388              
22389              Elaborate POSIX.pod.  Still needs work.
22390              
22391              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
22392              
22393              fix large memory leak that has been around for ever, masked by
22394              -DPURIFY (most of the arenas were never freed!)
22395              
22396              fix memory leak on Windows (PL_sys_intern contents were never
22397              freed)
22398              
22399              PERL_OBJECT build tweak
22400              
22401              adjust change#6299
22402              
22403              remove rel2abs prototypes (from Barrie Slaymaker)
22404              
22405              missing perldiag entry for unpack("w",...) diagnostic (from
22406              Andreas Koenig)
22407              
22408              better diagnostic on Frob->stuff() when Frob:: doesn't exist
22409              (from Richard Soderberg <rs@oregonnet.com>)
22410              
22411              Win32 patches for cfgperl from Sarathy.
22412              
22413              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
22414              
22415              More POSIX.pod embellishment.
22416              
22417              tyop in change#6306
22418      Branch: maint-5.6/perl
22419           !> (integrate 44 files)
22420 ____________________________________________________________________________
22421 [  7770] By: gsar                                  on 2000/11/20  11:51:00
22422         Log: integrate changes#6268..6282 from cfgperl branch
22423              
22424              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
22425              From: Dominic Dunlop <domo@computer.org>
22426              Date: Thu, 29 Jun 2000 12:32:39 +0200
22427              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
22428              
22429              Regen headers for #6261 (and update embed.pl for this) and #6267,
22430              silence few compiler warnings.
22431              
22432              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
22433              From: Nicholas Clark <nick@talking.bollo.cx>
22434              Date: Fri, 23 Jun 2000 16:21:15 +0100
22435              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
22436              
22437              Subject: PATCH pod/perltie.pod
22438              From: Ian Phillipps <Ian.Phillipps@iname.com>
22439              Date: Fri, 16 Jun 2000 00:17:19 +0100
22440              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
22441              (only the first hunk, the second hunk had already been done
22442              by some other patch)
22443              
22444              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
22445              From: Tom Phoenix <rootbeer@redcat.com>
22446              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
22447              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
22448              
22449              Subject: [PATCH] xsub attributes
22450              From: Doug MacEachern <dougm@covalent.net>
22451              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
22452              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
22453              
22454              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
22455              From: Andy Dougherty <doughera@lafayette.edu>
22456              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
22457              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
22458              
22459              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
22460              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
22461              Date: Tue, 13 Jun 2000 02:43:48 -0500
22462              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
22463              
22464              Subject: [PATCH] Re: eval documentation: context
22465              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
22466              Date: Mon, 12 Jun 2000 15:07:29 +0100
22467              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
22468              
22469              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
22470              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
22471              Date: Mon, 12 Jun 2000 14:55:59 +0100
22472              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
22473              
22474              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
22475              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
22476              Date: Fri, 09 Jun 2000 12:39:27 -0400
22477              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
22478              (plus update the version "number" of Text::Wrap)
22479              
22480              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
22481              From: Tim Ayers <tayers@bridge.com>
22482              Date: Thu, 08 Jun 2000 08:11:06 +0200
22483              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
22484              [resent by Richard Foley, Message-Id probably wrong]
22485              
22486              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
22487              From: rspier@pobox.com (Robert Spier)
22488              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
22489              Message-ID: <14654.31913.845602.610277@rls.cx>
22490              
22491              Subject: [PATCH 5.6.0] utils/h2xs.PL
22492              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
22493              Date: Wed, 7 Jun 2000 04:02:04 -0500
22494              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
22495              
22496              Subject: [PATCH 5.6.0]ITHREADs for VMS
22497              From: Dan Sugalski <dan@sidhe.org>
22498              Date: Tue, 06 Jun 2000 11:59:50 -0400
22499              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
22500      Branch: maint-5.6/perl
22501           !> (integrate 31 files)
22502 ____________________________________________________________________________
22503 [  7769] By: gsar                                  on 2000/11/20  11:29:06
22504         Log: integrate changes#6261..6266 from cfgperl
22505              
22506              Subject: Re: [PATCH cfgperl] BOMs away!
22507              From: simon@brecon.co.uk (Simon Cozens)
22508              Date: 17 Jun 2000 11:49:57 GMT
22509              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
22510              
22511              Subject: 5.6.0 Patch for EPOC
22512              From: Olaf Flebbe <o.flebbe@gmx.de>
22513              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
22514              Message-ID: <23449.960929969@www11.gmx.net>
22515              
22516              tr fixes from Simon Cozens
22517              
22518              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
22519              From: Marty Lucich <marty@netcom.com>
22520              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
22521              Message-Id: <200006282116.OAA11148@netcom.com>
22522              ccdlflags update (the BSD/OS 4.1 part had already been taken
22523              care of by #6141).
22524              
22525              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
22526              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
22527              Date: Wed, 28 Jun 2000 17:50:12 -0700
22528              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
22529              
22530              Subject: [PATCH 5.6.0] cygwin port
22531              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
22532              From: "Fifer, Eric" <EFifer@sanwaint.com>
22533              Date: Thu, 29 Jun 2000 12:58:29 +0100
22534      Branch: maint-5.6/perl
22535           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
22536           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
22537           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
22538           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
22539 ____________________________________________________________________________
22540 [  7768] By: gsar                                  on 2000/11/20  11:13:44
22541         Log: integrate changes#6252..6256,6259..6260
22542              
22543              Paranoia tweak on #6249.
22544              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
22545              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
22546              Date: Sun, 25 Jun 2000 23:43:12 -0400
22547              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
22548              
22549              Subject: tr///, help wanted.
22550              From: simon@brecon.co.uk (Simon Cozens)
22551              Date: 28 Jun 2000 11:29:04 GMT
22552              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
22553              
22554              small thinko tweaks
22555              
22556              tweaks from Simon Conzes to further fix tr/// under utf8
22557              
22558              perlnewmod was missing from MANIFEST.
22559              
22560              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
22561              From: simon@brecon.co.uk (Simon Cozens)
22562              Date: 17 Jun 2000 11:56:44 GMT
22563              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
22564              pack U0, pack C0
22565      Branch: maint-5.6/perl
22566           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
22567           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
22568           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
22569           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
22570 ____________________________________________________________________________
22571 [  7767] By: gsar                                  on 2000/11/20  10:51:38
22572         Log: integrate change#6250 from cfgperl
22573              
22574              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
22575              From: Doug MacEachern <dougm@covalent.net>
22576              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
22577              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
22578      Branch: maint-5.6/perl
22579           +> t/op/my_stash.t
22580           !> MANIFEST embed.pl global.sym proto.h toke.c
22581 ____________________________________________________________________________
22582 [  7766] By: gsar                                  on 2000/11/20  10:48:34
22583         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
22584              
22585              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
22586              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
22587              Date: Mon, 26 Jun 2000 18:40:14 +0100
22588              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
22589              
22590              Subject: [PATCH] bytes<->utf8 fixes
22591              From: simon@brecon.co.uk (Simon Cozens)
22592              Date: 26 Jun 2000 04:55:45 GMT
22593              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
22594              
22595              Subject: [PATCH] is_utf8_string
22596              From: simon@brecon.co.uk (Simon Cozens)
22597              Date: 26 Jun 2000 02:25:59 GMT
22598              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
22599              
22600              Subject: [PATCH] avoid mg_ptr in '*' magic
22601              From: Doug MacEachern <dougm@covalent.net>
22602              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
22603              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
22604              
22605              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
22606              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
22607              Date: Sat, 24 Jun 2000 13:06:20 +0100
22608              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
22609              
22610              Allow for standalone testing.
22611              
22612              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
22613              From: Mark-Jason Dominus <mjd@plover.com>
22614              Date: Tue, 27 Jun 2000 22:36:42 -0400
22615              Message-ID: <20000628023642.12166.qmail@plover.com>
22616              
22617              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
22618              From: Frank Tobin <ftobin@uiuc.edu>
22619              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
22620              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
22621      Branch: maint-5.6/perl
22622           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
22623           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
22624           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
22625           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
22626           !> utf8.c utils/h2xs.PL
22627 ____________________________________________________________________________
22628 [  7765] By: gsar                                  on 2000/11/20  10:29:13
22629         Log: integrate change#6239 from cfgperl
22630              
22631              Configure maintenance.  Sever some dependency cycles,
22632              separate gccversion from the cc unit,
22633              address [ID 20000623.006] Configure script patch for using gcc on AIX
22634              (but solve it a little bit differently),
22635              unduplex some accidentally duplicated units,
22636              suggest using gcc if no cc available
22637              (p5p thread: "Solaris configure: counterproposal", 1999-09)
22638      Branch: maint-5.6/perl
22639           !> Configure Todo-5.6 config_h.SH
22640 ____________________________________________________________________________
22641 [  7764] By: gsar                                  on 2000/11/20  10:25:55
22642         Log: integrate changes#6233..6238 from cfgperl
22643              
22644              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
22645              From: Mark-Jason Dominus <mjd@plover.com>
22646              Date: Fri, 16 Jun 2000 20:53:04 -0400
22647              Message-ID: <20000617005304.8008.qmail@plover.com>
22648              
22649              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
22650              because when run as services (Win32ese for daemons)
22651              no environment variables are set and tmpdir ends up as /tmp,
22652              which is ambiguous.
22653              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
22654              From: matt@sergeant.org
22655              Date: 16 Jun 2000 16:30:43 -0000
22656              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
22657              
22658              The thread begun by
22659              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
22660              From: Kevin.Ruscoe@ubsw.com
22661              Date: Fri, 16 Jun 2000 16:38:51 +0100
22662              Message-Id: <H000019b03c300d6@MHS>
22663              
22664              Tweak embed.pl, regen headers.
22665              
22666              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
22667              From: Dan Sugalski <dan@sidhe.org>
22668              Date: Fri, 23 Jun 2000 17:00:00 -0400
22669              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
22670      Branch: maint-5.6/perl
22671           !> (integrate 27 files)
22672 ____________________________________________________________________________
22673 [  7763] By: gsar                                  on 2000/11/20  10:08:08
22674         Log: s/perl56delta/perldelta/g
22675      Branch: maint-5.6/perl
22676            ! pod/Makefile
22677 ____________________________________________________________________________
22678 [  7762] By: gsar                                  on 2000/11/20  10:04:00
22679         Log: integrate changes#6225,6229,6231,6232 from cfgperl
22680              
22681              Add source code filenames to apidoc.
22682              From: simon@brecon.co.uk (Simon Cozens)
22683              Subject: [PATCH embed.pl] Source X-ref
22684              Date: 22 Jun 2000 02:18:49 GMT
22685              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
22686              
22687              Subject: README.hpux version 0.6.1
22688              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
22689              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
22690              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
22691              
22692              Subject: [PATCH 5.6.0] cygwin port
22693              From: "Fifer, Eric" <EFifer@sanwaint.com>
22694              Date: Tue, 20 Jun 2000 14:30:58 +0100
22695              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
22696              
22697              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
22698              From: simon@brecon.co.uk (Simon Cozens)
22699              Date: 19 Jun 2000 15:18:27 GMT
22700              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
22701              
22702              plus update pod/Makefile and regenerate perltoc
22703      Branch: maint-5.6/perl
22704           +> pod/perlutil.pod
22705           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
22706           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
22707 ____________________________________________________________________________
22708 [  7761] By: jhi                                   on 2000/11/20  04:09:55
22709         Log: Miraculous typo.
22710      Branch: perl
22711            ! t/op/pat.t
22712 ____________________________________________________________________________
22713 [  7760] By: jhi                                   on 2000/11/20  04:06:08
22714         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
22715              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22716              Date: Sun, 19 Nov 2000 22:30:26 -0500
22717              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
22718      Branch: perl
22719            ! regexec.c scope.h t/op/pat.t
22720 ____________________________________________________________________________
22721 [  7759] By: jhi                                   on 2000/11/20  02:05:22
22722         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
22723      Branch: perl
22724            ! perl.h
22725 ____________________________________________________________________________
22726 [  7758] By: jhi                                   on 2000/11/20  01:58:11
22727         Log: Subject: [perl 7711: EPOC] updates
22728              From: Olaf Flebbe <o.flebbe@gmx.de>
22729              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
22730              Message-ID: <25575.974658810@www23.gmx.net>               
22731      Branch: perl
22732            + lib/File/Spec/Epoc.pm
22733            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
22734            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
22735            ! lib/File/Spec.pm perl.c sv.c
22736 ____________________________________________________________________________
22737 [  7757] By: jhi                                   on 2000/11/20  01:53:11
22738         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
22739      Branch: perl
22740            ! MANIFEST
22741 ____________________________________________________________________________
22742 [  7756] By: jhi                                   on 2000/11/20  01:47:22
22743         Log: Integrate perlio.
22744      Branch: perl
22745            - ext/re/hints/MSWin32.pl
22746           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
22747           !> win32/config.gc win32/config_H.gc win32/win32sck.c
22748 ____________________________________________________________________________
22749 [  7755] By: nick                                  on 2000/11/19  20:57:17
22750         Log: Add dummy crlf layer (just as buffer)
22751              Correct 1st bug - one layer of indirection.
22752      Branch: perlio
22753            ! perlio.c perlio.h perliol.h
22754 ____________________________________________________________________________
22755 [  7754] By: nick                                  on 2000/11/19  20:56:12
22756         Log: Work-round to Perl_deb_nocontext is no longer required
22757      Branch: perlio
22758            - ext/re/hints/MSWin32.pl
22759 ____________________________________________________________________________
22760 [  7753] By: nick                                  on 2000/11/19  20:01:16
22761         Log: diff -se shows these as different
22762      Branch: perlio
22763            ! global.sym pod/perlapi.pod
22764 ____________________________________________________________________________
22765 [  7752] By: nick                                  on 2000/11/19  18:57:30
22766         Log: Configure GCC/Win32 build -Duseperlio
22767              Fix a couple of gross issues
22768              - double-include of ../deb.o in re.dll
22769              - win32sck.c needs PerlIO and FILE 
22770      Branch: perlio
22771            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
22772            ! win32/win32sck.c
22773 ____________________________________________________________________________
22774 [  7751] By: nick                                  on 2000/11/19  17:05:36
22775         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
22776      Branch: perlio
22777            ! perlio.c
22778 ____________________________________________________________________________
22779 [  7750] By: nick                                  on 2000/11/19  16:57:14
22780         Log: Missing aTHX_
22781      Branch: perlio
22782            ! sv.c
22783 ____________________________________________________________________________
22784 [  7749] By: jhi                                   on 2000/11/19  16:28:40
22785         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
22786              From: "Peter J. Farley III" <pjfarley@banet.net>
22787              Date: Sun, 19 Nov 2000 01:42:58 -0500
22788              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
22789      Branch: perl
22790            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
22791 ____________________________________________________________________________
22792 [  7748] By: jhi                                   on 2000/11/19  16:08:10
22793         Log: Subject: podlators 1.05 available        
22794              From: Russ Allbery <rra@stanford.edu>   
22795              Date: 18 Nov 2000 22:04:28 -0800
22796              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
22797      Branch: perl
22798            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
22799 ____________________________________________________________________________
22800 [  7747] By: nick                                  on 2000/11/19  11:19:39
22801         Log: Integrate mainline
22802      Branch: perlio
22803           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
22804           !> util.c
22805 ____________________________________________________________________________
22806 [  7746] By: jhi                                   on 2000/11/19  06:42:22
22807         Log: Make hex scanning warn on "\x{x}" and "\xx".
22808              "\x" and and hex("x") are still valid.
22809      Branch: perl
22810            ! util.c
22811 ____________________________________________________________________________
22812 [  7745] By: nick                                  on 2000/11/18  22:52:28
22813         Log: Integrate mainline
22814      Branch: perlio
22815           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
22816           !> perl.h perlio.c proto.h regcomp.c regcomp.h
22817 ____________________________________________________________________________
22818 [  7744] By: jhi                                   on 2000/11/18  22:50:28
22819         Log: Introduce Perl_utf8_length().  Use it.
22820      Branch: perl
22821            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
22822 ____________________________________________________________________________
22823 [  7743] By: jhi                                   on 2000/11/18  22:38:51
22824         Log: Compiler denit.
22825      Branch: perl
22826            ! perlio.c
22827 ____________________________________________________________________________
22828 [  7742] By: jhi                                   on 2000/11/18  20:33:05
22829         Log: Integrate perlio.
22830      Branch: perl
22831           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
22832           !> perlio.h pp_ctl.c pp_sys.c sv.c
22833 ____________________________________________________________________________
22834 [  7741] By: jhi                                   on 2000/11/18  20:31:27
22835         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
22836              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22837              Date: Fri, 17 Nov 2000 20:35:11 -0500
22838              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
22839              
22840              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
22841              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22842              Date: Fri, 17 Nov 2000 21:03:47 -0500
22843              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
22844              
22845              Plus a little bit of tweaking in pregcomp().
22846      Branch: perl
22847            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
22848 ____________________________________________________________________________
22849 [  7740] By: nick                                  on 2000/11/18  20:17:22
22850         Log: Lexical use open ... support:
22851              add ->cop_io to COP structure in cop.h.
22852              Make mg.c and gv.c associate it with ${^OPEN}.
22853              Make lib/open.pm set it.
22854              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
22855              manner similar to ->cop_warnings.
22856              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
22857              call new PerlIO_apply_layers().
22858              Declare latter in perlio.h and define in perlio.c
22859      Branch: perlio
22860            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
22861            ! perlio.h pp_ctl.c pp_sys.c sv.c
22862 ____________________________________________________________________________
22863 [  7739] By: jhi                                   on 2000/11/18  19:54:00
22864         Log: Integrate perlio.
22865      Branch: perl
22866           !> doio.c perlio.c pp.c
22867 ____________________________________________________________________________
22868 [  7738] By: jhi                                   on 2000/11/18  17:16:13
22869         Log: Subject: [PATCH 5.7.0] etags broken again
22870              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22871              Date: Sat, 18 Nov 2000 02:41:36 -0500
22872              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
22873      Branch: perl
22874            ! emacs/ptags
22875 ____________________________________________________________________________
22876 [  7737] By: jhi                                   on 2000/11/18  17:12:18
22877         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
22878      Branch: perl
22879            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
22880 ____________________________________________________________________________
22881 [  7736] By: nick                                  on 2000/11/18  14:06:20
22882         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
22883              part to be isolated.
22884      Branch: perlio
22885            ! doio.c perlio.c
22886 ____________________________________________________________________________
22887 [  7735] By: nick                                  on 2000/11/18  11:03:32
22888         Log: Integrate mainline
22889      Branch: perlio
22890           !> Changes README.amiga README.win32 patchlevel.h
22891           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
22892 ____________________________________________________________________________
22893 [  7734] By: jhi                                   on 2000/11/18  01:18:56
22894         Log: Update Changes.
22895      Branch: perl
22896            ! Changes patchlevel.h
22897 ____________________________________________________________________________
22898 [  7733] By: jhi                                   on 2000/11/18  00:32:54
22899         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
22900              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22901              Date: Fri, 17 Nov 2000 17:28:02 -0500
22902              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
22903      Branch: perl
22904            ! regcomp.c regexec.c t/op/re_tests
22905 ____________________________________________________________________________
22906 [  7732] By: jhi                                   on 2000/11/18  00:28:56
22907         Log: Sparc 64-bit pack() fix from Jens Hamisch.
22908      Branch: perl
22909            ! pp.c
22910 ____________________________________________________________________________
22911 [  7731] By: jhi                                   on 2000/11/18  00:18:39
22912         Log: Explain in more detail the {} syntax ambiguousity.
22913              
22914              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
22915              From: Nicholas Clark <nick@ccl4.org>
22916              Date: Fri, 17 Nov 2000 22:10:28 +0000
22917              Message-ID: <20001117221028.A88930@plum.flirble.org>
22918      Branch: perl
22919            ! pod/perlfunc.pod
22920 ____________________________________________________________________________
22921 [  7730] By: jhi                                   on 2000/11/18  00:12:18
22922         Log: Subject: Fix for README.amiga (20000323.033)
22923              From: "Stephen P. Potter" <spp@spotter.yi.org>
22924              Date: Fri, 17 Nov 2000 12:25:51 -0500
22925              Message-Id: <200011171725.MAA05768@spotter.yi.org>
22926      Branch: perl
22927            ! README.amiga
22928 ____________________________________________________________________________
22929 [  7729] By: jhi                                   on 2000/11/18  00:08:34
22930         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
22931              From: "A. C. Yardley" <yardley@tanet.net>
22932              Date: Mon, 3 Apr 2000 11:35:33 -0700
22933              Message-ID: <3483.000403@tanet.net>
22934      Branch: perl
22935            ! README.win32
22936 ____________________________________________________________________________
22937 [  7728] By: nick                                  on 2000/11/17  21:59:47
22938         Log: Integrate mainline
22939      Branch: perlio
22940           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
22941           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
22942           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
22943           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
22944 ____________________________________________________________________________
22945 [  7727] By: nick                                  on 2000/11/17  21:56:31
22946         Log: Experiment on use of attributes.pm interface.
22947              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
22948              SVt_PVRV if not already something better (else vivify of say magic gets
22949              core dump).
22950      Branch: perlio
22951            ! perlio.c pp.c
22952 ____________________________________________________________________________
22953 [  7726] By: jhi                                   on 2000/11/17  14:15:49
22954         Log: Subject: Fix for 20000815.006
22955              From: "Stephen P. Potter" <spp@spotter.yi.org>
22956              Date: Fri, 17 Nov 2000 08:57:45 -0500
22957              Message-Id: <200011171357.IAA05122@spotter.yi.org>
22958              
22959              It's really 20000518.006.
22960      Branch: perl
22961            ! pod/perlmodlib.PL
22962 ____________________________________________________________________________
22963 [  7725] By: jhi                                   on 2000/11/17  14:12:31
22964         Log: Subject: Fix for 20000409.001
22965              From: "Stephen P. Potter" <spp@spotter.yi.org>
22966              Date: Fri, 17 Nov 2000 08:55:45 -0500
22967              Message-Id: <200011171355.IAA05104@spotter.yi.org>
22968      Branch: perl
22969            ! pod/perlfaq9.pod
22970 ____________________________________________________________________________
22971 [  7724] By: jhi                                   on 2000/11/17  14:08:58
22972         Log: Undo #7627 now that we have =head3.
22973      Branch: perl
22974            ! pod/perlhack.pod
22975 ____________________________________________________________________________
22976 [  7723] By: jhi                                   on 2000/11/17  14:04:09
22977         Log: As surmised the #7719 wasn't a good move.
22978      Branch: perl
22979            ! hints/solaris_2.sh
22980 ____________________________________________________________________________
22981 [  7722] By: jhi                                   on 2000/11/17  13:59:04
22982         Log: Also the 64bitall hints can be either here or there.
22983      Branch: perl
22984            ! hints/solaris_2.sh
22985 ____________________________________________________________________________
22986 [  7721] By: jhi                                   on 2000/11/17  02:26:23
22987         Log: Test tweak for the open pragma.
22988      Branch: perl
22989            ! t/lib/b.t
22990 ____________________________________________________________________________
22991 [  7720] By: jhi                                   on 2000/11/17  00:23:22
22992         Log: The long double hints can be here or there.
22993      Branch: perl
22994            ! hints/solaris_2.sh
22995 ____________________________________________________________________________
22996 [  7719] By: jhi                                   on 2000/11/17  00:14:06
22997         Log: For Solaris use64bitall the stdchar needs a little bit of help.
22998      Branch: perl
22999            ! hints/solaris_2.sh
23000 ____________________________________________________________________________
23001 [  7718] By: jhi                                   on 2000/11/16  23:27:34
23002         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
23003              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
23004              Date: Wed, 15 Nov 2000 08:56:32 +0100
23005              Message-ID: <3A1241B0.64477E00@alcatel.at>
23006      Branch: perl
23007            ! lib/Carp/Heavy.pm
23008 ____________________________________________________________________________
23009 [  7717] By: jhi                                   on 2000/11/16  23:23:29
23010         Log: Subject: [PATCH] Re: 20001101.003 PDL
23011              From: Nicholas Clark <nick@ccl4.org>
23012              Date: Thu, 16 Nov 2000 16:48:25 +0000
23013              Message-ID: <20001116164825.B93487@plum.flirble.org>
23014      Branch: perl
23015            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
23016 ____________________________________________________________________________
23017 [  7716] By: jhi                                   on 2000/11/16  23:21:31
23018         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
23019              From: "Casey R. Tweten" <crt@kiski.net>
23020              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
23021              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
23022      Branch: perl
23023            ! lib/Pod/Checker.pm pod/perlpod.pod
23024 ____________________________________________________________________________
23025 [  7715] By: jhi                                   on 2000/11/16  23:19:40
23026         Log: Avoid an infinite loop in VMS when utils scripts are run
23027              with no arguments, from Charles Lane.
23028      Branch: perl
23029            ! configure.com
23030 ____________________________________________________________________________
23031 [  7714] By: jhi                                   on 2000/11/16  23:17:08
23032         Log: Subject: perllocale.pod changes
23033              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
23034              Date: Mon, 13 Nov 2000 10:09:22 +0300
23035              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
23036      Branch: perl
23037            ! pod/perllocale.pod
23038 ____________________________________________________________________________
23039 [  7713] By: jhi                                   on 2000/11/16  23:14:06
23040         Log: Integrate perlio.
23041      Branch: perl
23042           !> doio.c perlio.c perlio.h util.c
23043 ____________________________________________________________________________
23044 [  7712] By: nick                                  on 2000/11/16  21:10:58
23045         Log: Integrate mainline
23046      Branch: perlio
23047           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
23048           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
23049           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
23050           !> vos/config.ga.def vos/config.ga.h win32/config.bc
23051           !> win32/config.gc win32/config.vc
23052 ____________________________________________________________________________
23053 [  7711] By: nick                                  on 2000/11/16  19:56:41
23054         Log: Minor tweaks:
23055              consistent way of getting 'rb', 'wb' etc. for binary opens
23056              move *perlio::layers to *open::layers
23057              a #define to show layers available
23058              DOSISH popen/PerlIO had export/import sense inverted.
23059      Branch: perlio
23060            ! doio.c perlio.c perlio.h util.c
23061 ____________________________________________________________________________
23062 [  7710] By: jhi                                   on 2000/11/16  15:46:05
23063         Log: Add HAS_SBRK_PROTO.
23064      Branch: metaconfig/U/perl
23065            + d_sbrkproto.U
23066      Branch: perl
23067            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
23068            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
23069            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
23070            ! vos/config.ga.def vos/config.ga.h win32/config.bc
23071            ! win32/config.gc win32/config.vc
23072 ____________________________________________________________________________
23073 [  7709] By: nick                                  on 2000/11/16  07:31:49
23074         Log: Integrate mainline
23075      Branch: perlio
23076           !> (integrate 35 files)
23077 ____________________________________________________________________________
23078 [  7708] By: jhi                                   on 2000/11/16  05:33:03
23079         Log: These files are text, not binary.
23080      Branch: perl
23081            ! ext/Encode/Encode/iso8859-10.enc
23082            ! ext/Encode/Encode/iso8859-13.enc
23083            ! ext/Encode/Encode/iso8859-14.enc
23084            ! ext/Encode/Encode/iso8859-15.enc
23085 ____________________________________________________________________________
23086 [  7707] By: jhi                                   on 2000/11/16  01:53:37
23087         Log: Update Changes.
23088      Branch: perl
23089            ! Changes patchlevel.h
23090 ____________________________________________________________________________
23091 [  7706] By: jhi                                   on 2000/11/16  01:35:59
23092         Log: More #undefing of stdio.
23093      Branch: perl
23094            ! fakesdio.h nostdio.h
23095 ____________________________________________________________________________
23096 [  7705] By: jhi                                   on 2000/11/16  01:34:18
23097         Log: Add fwalk() probe to the configuration files and regen perltoc.
23098      Branch: perl
23099            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
23100            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
23101            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
23102            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
23103            ! win32/config.bc win32/config.gc win32/config.vc
23104 ____________________________________________________________________________
23105 [  7704] By: jhi                                   on 2000/11/16  01:33:07
23106         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
23107              an optional third argument to Inlibc?)
23108      Branch: metaconfig/U/perl
23109            + d__fwalk.U
23110 ____________________________________________________________________________
23111 [  7703] By: jhi                                   on 2000/11/16  01:09:22
23112         Log: The type of the hash_cb() size argument is tricky.
23113      Branch: perl
23114            ! ext/DB_File/DB_File.xs
23115 ____________________________________________________________________________
23116 [  7702] By: jhi                                   on 2000/11/15  23:01:16
23117         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
23118      Branch: perl
23119            ! nostdio.h
23120 ____________________________________________________________________________
23121 [  7701] By: jhi                                   on 2000/11/15  22:52:32
23122         Log: Detypo.
23123      Branch: perl
23124            ! t/lib/bigfltpm.t
23125 ____________________________________________________________________________
23126 [  7700] By: jhi                                   on 2000/11/15  22:51:56
23127         Log: UINT64_C() work continues.
23128      Branch: perl
23129            ! handy.h perl.h utf8.h
23130 ____________________________________________________________________________
23131 [  7699] By: jhi                                   on 2000/11/15  14:13:04
23132         Log: SOCKS has its own USE_THREADS, based on
23133              
23134              Subject: [ID 20001114.002] et. al. bugfix followup
23135              From: Jens Hamisch <jens@Strawberry.COM> 
23136              Date: Wed, 15 Nov 2000 14:23:11 +0100
23137              Message-ID: <20001115142311.A21164@Strawberry.COM>
23138      Branch: perl
23139            ! perl.h
23140 ____________________________________________________________________________
23141 [  7698] By: jhi                                   on 2000/11/15  03:50:56
23142         Log: Add few missing #undefs and sort them.
23143      Branch: perl
23144            ! fakesdio.h
23145 ____________________________________________________________________________
23146 [  7697] By: jhi                                   on 2000/11/15  03:39:14
23147         Log: Linenumber fix.
23148      Branch: perl
23149            ! t/pragma/warn/utf8
23150 ____________________________________________________________________________
23151 [  7696] By: jhi                                   on 2000/11/15  02:55:26
23152         Log: EBCDIC tweaks.
23153              
23154              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
23155              From: Peter Prymmer <pvhp@forte.com>
23156              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
23157              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
23158      Branch: perl
23159            ! t/op/regmesg.t t/pragma/warn/utf8
23160 ____________________________________________________________________________
23161 [  7695] By: jhi                                   on 2000/11/15  02:53:58
23162         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
23163              From: Peter Prymmer <pvhp@forte.com>
23164              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
23165              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
23166      Branch: perl
23167            ! utf8.c
23168 ____________________________________________________________________________
23169 [  7694] By: jhi                                   on 2000/11/15  02:50:55
23170         Log: Subject: [PATCH: perl@7674] updates to README.os390
23171              From: Prymmer/Kahn <pvhp@best.com>
23172              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
23173              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
23174      Branch: perl
23175            ! README.os390
23176 ____________________________________________________________________________
23177 [  7693] By: jhi                                   on 2000/11/15  02:48:37
23178         Log: Quit utf8_to_uv() instantly if curlen == 0.
23179      Branch: perl
23180            ! utf8.c
23181 ____________________________________________________________________________
23182 [  7692] By: jhi                                   on 2000/11/15  02:24:29
23183         Log: Use u_int32_t for the size of hash_cb(), not size_t.
23184              
23185              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
23186              From: Jens Hamisch <jens@Strawberry.COM>     
23187              Date: Tue, 14 Nov 2000 19:03:55 +0100
23188              Message-Id: <20001114190355.A20559@Strawberry.COM>
23189      Branch: perl
23190            ! ext/DB_File/DB_File.xs
23191 ____________________________________________________________________________
23192 [  7691] By: jhi                                   on 2000/11/15  02:20:12
23193         Log: Use UINT64_C().
23194              
23195              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
23196              From: Jens Hamisch <jens@Strawberry.COM>
23197              Date: Tue, 14 Nov 2000 19:16:23 +0100
23198              Message-Id: <20001114191623.G20559@Strawberry.COM>
23199      Branch: perl
23200            ! utf8.c utf8.h
23201 ____________________________________________________________________________
23202 [  7690] By: jhi                                   on 2000/11/15  02:17:06
23203         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
23204              (a macro to define signed and unsigned integer constants).
23205      Branch: perl
23206            ! handy.h
23207 ____________________________________________________________________________
23208 [  7689] By: jhi                                   on 2000/11/15  01:56:51
23209         Log: Regen Configure.
23210      Branch: perl
23211            ! Configure
23212 ____________________________________________________________________________
23213 [  7688] By: jhi                                   on 2000/11/15  01:56:32
23214         Log: Make the unit know about SOCKS.
23215      Branch: metaconfig
23216            ! U/protos/socksizetype.U
23217 ____________________________________________________________________________
23218 [  7687] By: jhi                                   on 2000/11/15  01:54:47
23219         Log: Remove unused dependencies.
23220      Branch: metaconfig
23221            ! U/compline/d_getpagsz.U
23222 ____________________________________________________________________________
23223 [  7686] By: nick                                  on 2000/11/14  21:25:13
23224         Log: Integrate mainline.
23225      Branch: perlio
23226           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
23227           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
23228           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
23229           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
23230           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
23231           !> win32/config.bc win32/config.gc win32/config.vc
23232           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
23233 ____________________________________________________________________________
23234 [  7685] By: jhi                                   on 2000/11/14  17:54:56
23235         Log: Integrate perlio.
23236      Branch: perl
23237           +> fakesdio.h perliol.h
23238           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
23239           !> perlsdio.h perlsfio.h pod/perlfunc.pod
23240 ____________________________________________________________________________
23241 [  7684] By: nick                                  on 2000/11/14  17:43:04
23242         Log: PerlIO #include and #ifdef re-work.
23243      Branch: perlio
23244            + fakesdio.h perliol.h
23245            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
23246            ! perlsdio.h perlsfio.h
23247 ____________________________________________________________________________
23248 [  7683] By: jhi                                   on 2000/11/14  15:42:40
23249         Log: Hoist the duplicated socket/netdb include logic to perl.h;
23250              undef SETERRNO in case SOCKS has defined it.  Based on:
23251              
23252              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
23253              From: Jens Hamisch <jens@Strawberry.COM> 
23254              Date: Tue, 14 Nov 2000 11:34:40 +0100
23255              Message-Id: <20001114113440.A20005@Strawberry.COM>
23256      Branch: perl
23257            ! doio.c perl.h pp_sys.c
23258 ____________________________________________________________________________
23259 [  7682] By: jhi                                   on 2000/11/14  14:07:28
23260         Log: Subject: some additions for makefiles for win32 (for perl@7674)
23261              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
23262              Date: Tue, 14 Nov 2000 09:31:13 +0300
23263              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
23264      Branch: perl
23265            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
23266            ! win32/makefile.mk
23267 ____________________________________________________________________________
23268 [  7681] By: jhi                                   on 2000/11/14  14:01:41
23269         Log: Subject: tiny typo in perl5db.pl
23270              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
23271              Date: Tue, 14 Nov 2000 09:29:28 +0300
23272              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
23273      Branch: perl
23274            ! lib/perl5db.pl
23275 ____________________________________________________________________________
23276 [  7680] By: jhi                                   on 2000/11/14  04:13:50
23277         Log: Redo #7679 with LFs instead of CRLFs.
23278      Branch: perl
23279            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
23280            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
23281            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
23282 ____________________________________________________________________________
23283 [  7679] By: jhi                                   on 2000/11/14  01:21:09
23284         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
23285              From: Benjamin Stuhl <tiriath@yahoo.com> 
23286              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
23287              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
23288      Branch: perl
23289            + win32/bin/mdelete.bat
23290            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
23291            ! makedef.pl perlio.c win32/Makefile win32/config.gc
23292            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
23293 ____________________________________________________________________________
23294 [  7678] By: jhi                                   on 2000/11/14  01:19:20
23295         Log: Fix the re extension building for Win32.
23296              
23297              Subject: [PATCH perl@7638] Get PerlIO building on Win32
23298              From: Benjamin Stuhl <tiriath@yahoo.com> 
23299              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
23300              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
23301      Branch: perl
23302            + ext/re/hints/MSWin32.pl
23303            ! MANIFEST
23304 ____________________________________________________________________________
23305 [  7677] By: jhi                                   on 2000/11/14  01:13:54
23306         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
23307              From: sthoenna@efn.org
23308              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
23309              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
23310      Branch: perl
23311            ! doop.c pp.c toke.c utf8.c utf8.h
23312 ____________________________________________________________________________
23313 [  7676] By: jhi                                   on 2000/11/13  20:23:15
23314         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
23315              From: Nicholas Clark <nick@ccl4.org>
23316              Date: Mon, 13 Nov 2000 18:55:04 +0000
23317              Message-ID: <20001113185504.J29183@plum.flirble.org>
23318      Branch: perl
23319            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
23320 ____________________________________________________________________________
23321 [  7675] By: nick                                  on 2000/11/13  20:21:57
23322         Log: Integrate mainline ...
23323      Branch: perlio
23324           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
23325           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
23326           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
23327           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
23328 ____________________________________________________________________________
23329 [  7674] By: jhi                                   on 2000/11/13  15:07:56
23330         Log: Update Changes.
23331      Branch: perl
23332            ! Changes patchlevel.h
23333 ____________________________________________________________________________
23334 [  7673] By: jhi                                   on 2000/11/13  14:42:42
23335         Log: Remove the new two tests of lib/io_xs for now, they seem to
23336              fail under perlio on some platforms.
23337      Branch: perl
23338            ! t/lib/io_xs.t
23339 ____________________________________________________________________________
23340 [  7672] By: jhi                                   on 2000/11/13  13:57:53
23341         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
23342      Branch: perl
23343            ! perlio.c
23344 ____________________________________________________________________________
23345 [  7671] By: jhi                                   on 2000/11/13  05:30:48
23346         Log: Placate nervous compilers that see longer than ints switch()ing.
23347      Branch: perl
23348            ! utf8.c
23349 ____________________________________________________________________________
23350 [  7670] By: jhi                                   on 2000/11/13  05:14:21
23351         Log: fputs() does return EOF on error but here we don't care.
23352      Branch: perl
23353            ! perlio.c
23354 ____________________________________________________________________________
23355 [  7669] By: jhi                                   on 2000/11/13  05:02:45
23356         Log: Declare reg_data like reg_substr_data.
23357      Branch: perl
23358            ! regexp.h
23359 ____________________________________________________________________________
23360 [  7668] By: jhi                                   on 2000/11/13  04:54:34
23361         Log: Typos in #7667.
23362      Branch: perl
23363            ! perl.h
23364 ____________________________________________________________________________
23365 [  7667] By: jhi                                   on 2000/11/13  04:49:49
23366         Log: Cleanup messy #ifdef.
23367      Branch: perl
23368            ! perl.h
23369 ____________________________________________________________________________
23370 [  7666] By: jhi                                   on 2000/11/13  04:17:34
23371         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
23372              From: Nicholas Clark <nick@talking.bollo.cx>
23373              Date: Sun, 12 Nov 2000 21:14:11 +0000
23374              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
23375              
23376              Note: only one breakage of the two reported is fixed by this patch.
23377      Branch: perl
23378            ! perlio.c
23379 ____________________________________________________________________________
23380 [  7665] By: jhi                                   on 2000/11/13  04:05:07
23381         Log: Tweak the definition of the bit complement on UTF-8 data:
23382              if none of the characters in the string are > 0xff,
23383              the result is a complemented byte string, not a (UTF-8)
23384              char string.  Based on the summary in
23385              
23386              Subject: Re: [ID 20000918.005] ~ on wide chars
23387              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
23388              Date: Fri, 10 Nov 2000 09:47:15 -0800
23389              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
23390              
23391              This should give us the maximum backward (pre-char string)
23392              compatibility and utf8 compatibility.  The other alternative
23393              would be to limit the bit complement to be always byte only,
23394              taking the least significant byte of the chars.
23395      Branch: perl
23396            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
23397 ____________________________________________________________________________
23398 [  7664] By: jhi                                   on 2000/11/13  00:23:44
23399         Log: Couple of tests from #7660 salvaged.
23400      Branch: perl
23401            - t/op/tell.t
23402            ! MANIFEST t/io/tell.t
23403 ____________________________________________________________________________
23404 [  7663] By: jhi                                   on 2000/11/13  00:02:48
23405         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
23406              From: Nicholas Clark <nick@talking.bollo.cx>
23407              Date: Sun, 12 Nov 2000 21:23:43 +0000
23408              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
23409      Branch: perl
23410            ! perlsfio.h
23411 ____________________________________________________________________________
23412 [  7662] By: jhi                                   on 2000/11/13  00:01:39
23413         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
23414              From: Nicholas Clark <nick@talking.bollo.cx>
23415              Date: Sun, 12 Nov 2000 21:30:04 +0000
23416              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
23417      Branch: perl
23418            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
23419 ____________________________________________________________________________
23420 [  7661] By: jhi                                   on 2000/11/12  23:57:29
23421         Log: Document tell() on special streams.
23422      Branch: perl
23423            ! pod/perlfunc.pod
23424 ____________________________________________________________________________
23425 [  7660] By: jhi                                   on 2000/11/12  23:54:22
23426         Log: (Subsumed by #7664)
23427      Branch: perl
23428            + t/op/tell.t
23429            ! MANIFEST
23430 ____________________________________________________________________________
23431 [  7659] By: jhi                                   on 2000/11/12  22:55:25
23432         Log: Many subdocumented return values of the IO extension now documented.
23433              ungetc and write still left subdocumented.
23434              
23435              Subject: [PATCH] (was Re: IO::Handle::ungetc)
23436              From: Nicholas Clark <nick@talking.bollo.cx>
23437              Date: Sun, 12 Nov 2000 21:35:53 +0000
23438              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
23439      Branch: perl
23440            ! ext/IO/lib/IO/Handle.pm
23441 ____________________________________________________________________________
23442 [  7658] By: jhi                                   on 2000/11/12  21:37:06
23443         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
23444              From: Nicholas Clark <nick@talking.bollo.cx>
23445              Date: Sun, 12 Nov 2000 20:03:22 +0000
23446              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
23447      Branch: perl
23448            ! pod/perlfunc.pod
23449 ____________________________________________________________________________
23450 [  7657] By: jhi                                   on 2000/11/12  20:34:55
23451         Log: Integrate perlio.
23452      Branch: perl
23453           !> perlio.c
23454 ____________________________________________________________________________
23455 [  7656] By: nick                                  on 2000/11/12  19:25:06
23456         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
23457      Branch: perlio
23458            ! perlio.c
23459 ____________________________________________________________________________
23460 [  7655] By: nick                                  on 2000/11/12  19:09:41
23461         Log: Integrate mainline
23462      Branch: perlio
23463           +> README.solaris ext/Encode/Encode/cp1006.enc
23464           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
23465           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
23466           +> ext/Encode/Encode/iso8859-13.enc
23467           +> ext/Encode/Encode/iso8859-14.enc
23468           +> ext/Encode/Encode/iso8859-15.enc
23469           !> (integrate 34 files)
23470 ____________________________________________________________________________
23471 [  7654] By: jhi                                   on 2000/11/12  19:00:22
23472         Log: Add a metaconfig unit for fsync.
23473      Branch: metaconfig/U/perl
23474            + d_fsync.U
23475 ____________________________________________________________________________
23476 [  7653] By: jhi                                   on 2000/11/12  19:00:01
23477         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
23478      Branch: perl
23479            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
23480            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
23481            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
23482            ! vos/config.ga.h win32/config.bc win32/config.gc
23483            ! win32/config.vc
23484 ____________________________________________________________________________
23485 [  7652] By: jhi                                   on 2000/11/11  21:12:01
23486         Log: Copy the s// information of README.hpux also to the perlrun.
23487      Branch: perl
23488            ! README.hpux pod/perlrun.pod
23489 ____________________________________________________________________________
23490 [  7651] By: jhi                                   on 2000/11/11  21:03:13
23491         Log: More README.solaris updates from Andy Dougherty.
23492      Branch: perl
23493            ! README.solaris
23494 ____________________________________________________________________________
23495 [  7650] By: jhi                                   on 2000/11/11  18:38:57
23496         Log: More descriptive error for unknown perlio layers.
23497              
23498              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
23499              From: Dominic Dunlop <domo@computer.org> 
23500              Date: Sat, 11 Nov 2000 18:20:32 +0100             
23501              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
23502      Branch: perl
23503            ! perlio.c pod/perldiag.pod
23504 ____________________________________________________________________________
23505 [  7649] By: jhi                                   on 2000/11/11  18:37:52
23506         Log: MachTen doesn't really do mmap() and munmap().
23507              
23508              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
23509              From: Dominic Dunlop <domo@computer.org> 
23510              Date: Sat, 11 Nov 2000 18:20:32 +0100             
23511              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
23512      Branch: perl
23513            ! hints/machten.sh
23514 ____________________________________________________________________________
23515 [  7648] By: jhi                                   on 2000/11/11  18:36:46
23516         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
23517              From: rspier@pobox.com (Robert Spier)
23518              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
23519              Message-ID: <14861.32839.491271.985797@rls.cx>
23520      Branch: perl
23521            ! Porting/Contract pod/perltoot.pod
23522 ____________________________________________________________________________
23523 [  7647] By: jhi                                   on 2000/11/11  18:35:30
23524         Log: Simplify the getpagesize() unit by dropping the
23525              pagesize probe since it's nowadays slightly more
23526              complicated because of sysconf(). (Note: if some
23527              platform really needs the -lPW for getpagesize,
23528              I just broke it.)
23529              
23530              TODO: a new pagesize unit.
23531      Branch: metaconfig
23532            ! U/compline/d_getpagsz.U
23533 ____________________________________________________________________________
23534 [  7646] By: jhi                                   on 2000/11/11  18:33:23
23535         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
23536      Branch: perl
23537            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
23538            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
23539            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
23540            ! vos/config.ga.h win32/config.bc win32/config.gc
23541            ! win32/config.vc
23542 ____________________________________________________________________________
23543 [  7645] By: jhi                                   on 2000/11/11  16:45:15
23544         Log: Use sysconf() or getpagesize() to find out the pagesize.
23545      Branch: perl
23546            ! perlio.c
23547 ____________________________________________________________________________
23548 [  7644] By: jhi                                   on 2000/11/11  15:46:08
23549         Log: Integrate perlio.
23550      Branch: perl
23551           !> perlio.c
23552 ____________________________________________________________________________
23553 [  7643] By: jhi                                   on 2000/11/11  15:33:36
23554         Log: Subject: Re: [PATCH] README.solaris
23555              From: Lupe Christoph <lupe@lupe-christoph.de>
23556              Date: Sat, 11 Nov 2000 14:08:10 +0100
23557              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
23558      Branch: perl
23559            ! README.solaris
23560 ____________________________________________________________________________
23561 [  7642] By: jhi                                   on 2000/11/11  15:22:12
23562         Log: Subject: [PATCH perl@7638] cygwin port
23563              From: "Eric Fifer" <egf7@columbia.edu>            
23564              Date: Fri, 10 Nov 2000 19:30:30 -0000
23565              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
23566      Branch: perl
23567            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
23568 ____________________________________________________________________________
23569 [  7641] By: nick                                  on 2000/11/11  14:50:36
23570         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
23571              Also call "Buf" layer directly when unread'ing non-read chars.
23572      Branch: perlio
23573            ! perlio.c
23574 ____________________________________________________________________________
23575 [  7640] By: jhi                                   on 2000/11/11  02:05:02
23576         Log: Add more encoding tables.
23577      Branch: perl
23578            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
23579            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
23580            + ext/Encode/Encode/iso8859-10.enc
23581            + ext/Encode/Encode/iso8859-13.enc
23582            + ext/Encode/Encode/iso8859-14.enc
23583            + ext/Encode/Encode/iso8859-15.enc
23584            ! MANIFEST
23585 ____________________________________________________________________________
23586 [  7639] By: jhi                                   on 2000/11/10  18:49:25
23587         Log: Subject: [PATCH] README.solaris
23588              From: Andy Dougherty <doughera@lafayette.edu>
23589              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
23590              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
23591      Branch: perl
23592            + README.solaris
23593            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
23594            ! pod/perl.pod pod/perltoc.pod
23595 ____________________________________________________________________________
23596 [  7638] By: jhi                                   on 2000/11/10  15:04:15
23597         Log: Update Changes.
23598      Branch: perl
23599            ! Changes patchlevel.h
23600 ____________________________________________________________________________
23601 [  7637] By: jhi                                   on 2000/11/10  14:14:28
23602         Log: Explain better why certain regex tests are skipped.
23603              
23604              Subject: Re: tests skipped: unknown reason
23605              From: Lupe Christoph <lupe@lupe-christoph.de>
23606              Date: Fri, 10 Nov 2000 09:08:56 +0100
23607              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
23608      Branch: perl
23609            ! t/op/regexp.t
23610 ____________________________________________________________________________
23611 [  7636] By: nick                                  on 2000/11/10  13:40:00
23612         Log: Integrate mainline.
23613      Branch: perlio
23614           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
23615           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
23616           !> win32/bin/search.pl
23617 ____________________________________________________________________________
23618 [  7635] By: nick                                  on 2000/11/10  13:25:52
23619         Log: Re-instate stdio large file support via perlio.
23620      Branch: perl
23621            ! perlio.c
23622 ____________________________________________________________________________
23623 [  7634] By: jhi                                   on 2000/11/10  04:49:55
23624         Log: Amdahl UTS hints updates.
23625              
23626              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
23627              From: hom00@utsglobal.com (Harold O Morris)
23628              Date: Thu, 9 Nov 2000 20:02 PST
23629              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
23630      Branch: perl
23631            ! hints/uts.sh
23632 ____________________________________________________________________________
23633 [  7633] By: jhi                                   on 2000/11/09  23:33:28
23634         Log: Subject: [PATCH] IO::Seekable pod
23635              From: Nicholas Clark <nick@talking.bollo.cx>
23636              Date: Thu, 9 Nov 2000 20:29:45 +0000
23637              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
23638      Branch: perl
23639            ! ext/IO/lib/IO/Handle.pm
23640 ____________________________________________________________________________
23641 [  7632] By: jhi                                   on 2000/11/09  21:55:41
23642         Log: Various doc oddball characters.
23643              
23644              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
23645              From: Michael Somos <somos@grail.cba.csuohio.edu>
23646              Date: Mon, 6 Nov 2000 17:44:20 -0500
23647              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
23648      Branch: perl
23649            ! emacs/cperl-mode.el lib/unicode/syllables.txt
23650            ! win32/bin/search.pl
23651 ____________________________________________________________________________
23652 [  7631] By: jhi                                   on 2000/11/09  21:12:29
23653         Log: Subject: Re: bash -c exit and linux hints 
23654              From: "John P. Linderman" <jpl@research.att.com>
23655              Date: Thu, 02 Nov 2000 09:37:25 -0500
23656              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
23657      Branch: perl
23658            ! hints/linux.sh
23659 ____________________________________________________________________________
23660 [  7630] By: nick                                  on 2000/11/09  20:34:11
23661         Log: Integrate mainline.
23662      Branch: perlio
23663           !> (integrate 91 files)
23664 ____________________________________________________________________________
23665 [  7629] By: jhi                                   on 2000/11/09  19:46:31
23666         Log: Missing dTHXs.
23667              
23668              Subject: RE: perl@7595 builds not on cygwin
23669              From: "Eric Fifer" <egf7@columbia.edu>
23670              Date: Thu, 9 Nov 2000 19:26:50 -0000
23671              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
23672      Branch: perl
23673            ! ext/Devel/Peek/Peek.xs
23674 ____________________________________________________________________________
23675 [  7628] By: jhi                                   on 2000/11/09  14:48:27
23676         Log: Disable only the tests 99 and 166 for UTF-8 locales.
23677      Branch: perl
23678            ! t/pragma/locale.t
23679 ____________________________________________________________________________
23680 [  7627] By: jhi                                   on 2000/11/09  14:40:27
23681         Log: There's no =head3.
23682      Branch: perl
23683            ! pod/perlhack.pod
23684 ____________________________________________________________________________
23685 [  7626] By: jhi                                   on 2000/11/09  13:54:26
23686         Log: The generated boot_* headers are wrong.  Pickier compiler,
23687              such as KAI C++ will refuse to compile the resulting perlmain.
23688              
23689              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
23690              From: Harri Pasanen <harri.pasanen@trema.com>
23691              Date: Thu, 09 Nov 2000 14:23:28 +0100
23692              Message-Id: <3A0AA550.26D548A3@trema.com>
23693      Branch: perl
23694            ! minimod.pl
23695 ____________________________________________________________________________
23696 [  7625] By: jhi                                   on 2000/11/09  13:50:44
23697         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
23698              From: Prymmer/Kahn <pvhp@best.com>
23699              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
23700              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
23701              
23702              All except the "cow orker" change.
23703      Branch: perl
23704            ! Porting/pumpkin.pod
23705 ____________________________________________________________________________
23706 [  7624] By: jhi                                   on 2000/11/09  13:45:33
23707         Log: Fix for
23708              
23709              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
23710              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
23711              Date: Thu, 09 Nov 2000 11:05:52 +0100
23712              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
23713      Branch: perl
23714            ! pod/perldiag.pod t/pragma/warn/pp_sys
23715 ____________________________________________________________________________
23716 [  7623] By: jhi                                   on 2000/11/09  13:37:16
23717         Log: Typo in an ifndef.
23718              
23719              Subject: Re: [PATCH 5.7.0] better messages from malloc()
23720              From: Joe Smith <jms@inwap.com>         
23721              Date: Thu, 09 Nov 2000 01:33:14 -0800
23722              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
23723      Branch: perl
23724            ! malloc.c
23725 ____________________________________________________________________________
23726 [  7622] By: jhi                                   on 2000/11/09  13:31:18
23727         Log: Remove unused extra arguments.
23728      Branch: metaconfig/U/perl
23729            ! perlxv.U
23730      Branch: perl
23731            ! Configure config_h.SH
23732 ____________________________________________________________________________
23733 [  7621] By: jhi                                   on 2000/11/09  13:16:36
23734         Log: More VMS moves on environment handling, from Charles Lane.
23735      Branch: perl
23736            ! t/pragma/locale.t
23737 ____________________________________________________________________________
23738 [  7620] By: jhi                                   on 2000/11/09  04:42:38
23739         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
23740              From: David Dyck <dcd@tc.fluke.com>
23741              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
23742              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
23743      Branch: perl
23744            ! pp_sys.c
23745 ____________________________________________________________________________
23746 [  7619] By: jhi                                   on 2000/11/09  04:36:21
23747         Log: Forgot from #7618.
23748      Branch: perl
23749            ! lib/File/stat.pm
23750 ____________________________________________________________________________
23751 [  7618] By: jhi                                   on 2000/11/09  04:28:44
23752         Log: Make deleting for %ENV work for (newer versions of) VMS,
23753              from Craig A. Berry.
23754      Branch: perl
23755            ! vms/vms.c
23756 ____________________________________________________________________________
23757 [  7617] By: jhi                                   on 2000/11/09  04:25:05
23758         Log: Subject: [PATCH] Class::Struct at compile time
23759              From: "Casey R. Tweten" <crt@kiski.net>
23760              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
23761              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
23762      Branch: perl
23763            ! lib/Class/Struct.pm
23764 ____________________________________________________________________________
23765 [  7616] By: jhi                                   on 2000/11/09  04:15:17
23766         Log: Subject: [ID 20001108.013] spelling
23767              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
23768              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
23769              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
23770      Branch: perl
23771            ! lib/ftp.pl
23772 ____________________________________________________________________________
23773 [  7615] By: jhi                                   on 2000/11/09  04:12:42
23774         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
23775              From: Peter Prymmer <pvhp@forte.com>
23776              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
23777              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
23778      Branch: perl
23779            ! configure.com
23780 ____________________________________________________________________________
23781 [  7614] By: jhi                                   on 2000/11/08  22:42:55
23782         Log: A missing aTHX_.
23783      Branch: perl
23784            ! ext/IPC/SysV/SysV.xs
23785 ____________________________________________________________________________
23786 [  7613] By: jhi                                   on 2000/11/08  19:30:21
23787         Log: Update Changes.
23788      Branch: perl
23789            ! Changes patchlevel.h
23790 ____________________________________________________________________________
23791 [  7612] By: jhi                                   on 2000/11/08  18:35:25
23792         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
23793              From: David Dyck <dcd@tc.fluke.com>
23794              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
23795              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
23796      Branch: perl
23797            ! pp_sys.c
23798 ____________________________________________________________________________
23799 [  7611] By: jhi                                   on 2000/11/08  18:30:26
23800         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
23801              From: Dominic Dunlop <domo@computer.org>
23802              Date: Tue, 7 Nov 2000 12:05:25 +0100
23803              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
23804      Branch: perl
23805            ! malloc.c
23806 ____________________________________________________________________________
23807 [  7610] By: jhi                                   on 2000/11/08  18:25:14
23808         Log: Do not test UTF-8 locales since that the tests would require
23809              polymorphic regexen.
23810      Branch: perl
23811            ! t/pragma/locale.t
23812 ____________________________________________________________________________
23813 [  7609] By: jhi                                   on 2000/11/08  17:12:51
23814         Log: Locale buglets.
23815              
23816              Subject: RE: Locales support (setlocale) fixes
23817              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
23818              Date: Wed, 8 Nov 2000 20:01:39 +0300
23819              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
23820      Branch: perl
23821            ! t/pragma/locale.t util.c
23822 ____________________________________________________________________________
23823 [  7608] By: jhi                                   on 2000/11/08  17:00:16
23824         Log: Deleting $ENV{PATH} in VMS is not recommendable.
23825      Branch: perl
23826            ! t/pragma/locale.t
23827 ____________________________________________________________________________
23828 [  7607] By: jhi                                   on 2000/11/08  16:58:26
23829         Log: Subject: PATCH std stdio for (Free)BSD
23830              From: Nicholas Clark <nick@ccl4.org>
23831              Date: Wed, 8 Nov 2000 15:36:29 +0000
23832              Message-ID: <20001108153629.D98736@plum.flirble.org>
23833      Branch: metaconfig
23834            ! U/compline/d_stdstdio.U
23835      Branch: perl
23836            ! Configure config_h.SH
23837 ____________________________________________________________________________
23838 [  7606] By: jhi                                   on 2000/11/08  16:43:31
23839         Log: Forgot to bump the line numbers in #7601.
23840      Branch: perl
23841            ! t/pragma/warn/pp_sys
23842 ____________________________________________________________________________
23843 [  7605] By: jhi                                   on 2000/11/08  16:39:12
23844         Log: More careful detection of how well NVs and UVs mix.
23845              
23846              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))
23847              From: Nicholas Clark <nick@ccl4.org>
23848              Date: Wed, 8 Nov 2000 15:14:12 +0000
23849              Message-ID: <20001108151412.B98736@plum.flirble.org>
23850              
23851              Added some SIGFPE paranoia.
23852      Branch: metaconfig/U/perl
23853            ! perlxv.U
23854      Branch: perl
23855            ! Configure config_h.SH
23856 ____________________________________________________________________________
23857 [  7604] By: jhi                                   on 2000/11/08  14:39:10
23858         Log: Subject: [patch perl@7595] VMS configure.com tweak
23859              From: "Craig A. Berry" <craigberry@mac.com>
23860              Date: Wed, 8 Nov 2000 00:24:12 -0600
23861              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
23862      Branch: perl
23863            ! configure.com
23864 ____________________________________________________________________________
23865 [  7603] By: jhi                                   on 2000/11/08  14:27:11
23866         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
23867              From: Robin Barker <rmb1@cise.npl.co.uk>
23868              Date: Wed, 8 Nov 2000 11:11:39 GMT
23869              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
23870      Branch: perl
23871            ! perlio.c
23872 ____________________________________________________________________________
23873 [  7602] By: jhi                                   on 2000/11/08  14:25:03
23874         Log: Fix for the tie-refhash string table leaks.
23875              
23876              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
23877              Date: Wed, 8 Nov 2000 13:03:04 GMT
23878              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
23879      Branch: perl
23880            ! t/lib/tie-refhash.t
23881 ____________________________________________________________________________
23882 [  7601] By: jhi                                   on 2000/11/08  14:21:08
23883         Log: Try to avoid flockless and emulationless places.
23884      Branch: perl
23885            ! t/pragma/warn/pp_sys
23886 ____________________________________________________________________________
23887 [  7600] By: jhi                                   on 2000/11/08  02:28:54
23888         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
23889              
23890              Subject: [PATCH] prototyped functions that should be overrideable
23891              From: "Casey R. Tweten" <crt@kiski.net>
23892              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
23893              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
23894      Branch: perl
23895            ! toke.c
23896 ____________________________________________________________________________
23897 [  7599] By: jhi                                   on 2000/11/08  01:12:05
23898         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
23899              
23900              Subject: [PATCH] perlbug.PL
23901              From: "Kurt D. Starsinic" <kstar@chapin.edu>
23902              Date: Mon, 6 Nov 2000 21:39:01 -0500
23903              Message-ID: <20001106213901.B20955@O2.chapin.edu>
23904      Branch: perl
23905            ! utils/perlbug.PL
23906 ____________________________________________________________________________
23907 [  7598] By: jhi                                   on 2000/11/07  23:42:00
23908         Log: Bad thinko in #7581 (I used the test program with the expanded
23909              values as-is).
23910      Branch: metaconfig
23911            ! U/compline/d_stdstdio.U
23912      Branch: perl
23913            ! Configure
23914 ____________________________________________________________________________
23915 [  7597] By: jhi                                   on 2000/11/07  21:43:29
23916         Log: Subject: [PATCH perl@7573] cygwin port
23917              From: "Fifer, Eric" <EFifer@sanwaint.com>
23918              Date: Tue, 7 Nov 2000 18:08:51 -0000 
23919              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
23920              
23921              Synchronize with Cygwin 1.1.5.
23922      Branch: perl
23923            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
23924            ! pod/perlport.pod unixish.h util.c
23925 ____________________________________________________________________________
23926 [  7596] By: jhi                                   on 2000/11/07  21:39:25
23927         Log: perlhack updates from H.Merijn Brand.
23928      Branch: perl
23929            ! pod/perlhack.pod
23930 ____________________________________________________________________________
23931 [  7595] By: jhi                                   on 2000/11/07  20:21:41
23932         Log: Update Changes.
23933      Branch: perl
23934            ! Changes patchlevel.h
23935 ____________________________________________________________________________
23936 [  7594] By: jhi                                   on 2000/11/07  19:18:58
23937         Log: Be more robust in Dynaloader.pm.
23938      Branch: perl
23939            ! ext/DynaLoader/DynaLoader_pm.PL
23940 ____________________________________________________________________________
23941 [  7593] By: jhi                                   on 2000/11/07  16:49:31
23942         Log: AUTHORS update.
23943      Branch: perl
23944            ! AUTHORS
23945 ____________________________________________________________________________
23946 [  7592] By: gsar                                  on 2000/11/07  16:39:51
23947         Log: normalize relative paths in virtualized current directory on windows,
23948              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
23949              returns)
23950      Branch: perl
23951            ! win32/vdir.h
23952 ____________________________________________________________________________
23953 [  7591] By: jhi                                   on 2000/11/07  16:04:26
23954         Log: Too profiler-happy: with optimization the #7590 actually makes
23955              the test to run 0.5% _slower_.  Requires much more instrumentation.
23956              Retract #7590.
23957      Branch: perl
23958            ! regcomp.c regcomp.h
23959 ____________________________________________________________________________
23960 [  7590] By: jhi                                   on 2000/11/07  15:51:13
23961         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
23962              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
23963              by using memset() and testing bytewise (as opposed to bitwise).
23964      Branch: perl
23965            ! regcomp.c regcomp.h
23966 ____________________________________________________________________________
23967 [  7589] By: jhi                                   on 2000/11/07  12:56:39
23968         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
23969              From: "Craig A. Berry" <craig.berry@psinetcs.com>
23970              Date: Mon, 06 Nov 2000 23:45:30 -0500
23971              Message-Id: <0011079735.AA973576259@univpress.com>
23972      Branch: perl
23973            ! configure.com t/lib/st-lock.t
23974 ____________________________________________________________________________
23975 [  7588] By: jhi                                   on 2000/11/07  01:03:28
23976         Log: Tweak #7587.
23977      Branch: perl
23978            ! pod/perldiag.pod
23979 ____________________________________________________________________________
23980 [  7587] By: jhi                                   on 2000/11/07  01:00:27
23981         Log: A doc addition for bug id 20001105.019, beware \p.
23982      Branch: perl
23983            ! pod/perldiag.pod
23984 ____________________________________________________________________________
23985 [  7586] By: jhi                                   on 2000/11/07  00:32:22
23986         Log: Fake support of holey files in win/dosish platforms.
23987              
23988              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
23989              From: kipp@shonanblue.ne.jp
23990              Date: Mon, 6 Nov 2000 13:30:55 -0800
23991              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
23992      Branch: perl
23993            ! ext/SDBM_File/sdbm/sdbm.c
23994 ____________________________________________________________________________
23995 [  7585] By: jhi                                   on 2000/11/07  00:12:54
23996         Log: Subject: Pod updates
23997              From: "Stephen P. Potter" <spp@spotter.yi.org>
23998              Date: Mon, 06 Nov 2000 18:56:43 -0500
23999              Message-Id: <200011062357.SAA18173@spotter.yi.org>
24000      Branch: perl
24001            ! README.dos README.os2 README.win32 pod/buildtoc.PL
24002            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
24003            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
24004            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
24005            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
24006            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
24007            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
24008            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
24009            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
24010            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
24011            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
24012            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
24013            ! pod/perltootc.pod pod/perlunicode.pod
24014 ____________________________________________________________________________
24015 [  7584] By: jhi                                   on 2000/11/07  00:04:17
24016         Log: Varargs don't always work too well if one puts an unsigned
24017              char on the stack and pop an unsigned quad off the stack.
24018              
24019              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
24020              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
24021              Date: Mon, 06 Nov 2000 15:19:05 -0800
24022              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
24023      Branch: perl
24024            ! utf8.c
24025 ____________________________________________________________________________
24026 [  7583] By: jhi                                   on 2000/11/06  23:58:48
24027         Log: %ENV note tweaks from Dan Sugalski.
24028      Branch: perl
24029            ! pod/perlport.pod vms/perlvms.pod
24030 ____________________________________________________________________________
24031 [  7582] By: jhi                                   on 2000/11/06  23:05:49
24032         Log: glibc5 detection by __GNU_LIBRARY__.
24033      Branch: perl
24034            ! toke.c
24035 ____________________________________________________________________________
24036 [  7581] By: jhi                                   on 2000/11/06  22:51:29
24037         Log: Make the stdio test program of 7427 less noisy while being 
24038              compiled so that Digital UNIX wouldn't get both
24039              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
24040              undefined.  This makes perlio happy.
24041      Branch: metaconfig
24042            ! U/compline/d_stdstdio.U
24043      Branch: perl
24044            ! Configure config_h.SH
24045 ____________________________________________________________________________
24046 [  7580] By: jhi                                   on 2000/11/06  22:41:41
24047         Log: Document %ENV = () portability issues.
24048      Branch: perl
24049            ! pod/perlport.pod vms/perlvms.pod
24050 ____________________________________________________________________________
24051 [  7579] By: jhi                                   on 2000/11/06  21:29:24
24052         Log: VOS updates from Paul Green.
24053      Branch: perl
24054            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
24055 ____________________________________________________________________________
24056 [  7578] By: jhi                                   on 2000/11/06  21:00:40
24057         Log: Sanitize the environment further.
24058      Branch: perl
24059            ! t/pragma/locale.t
24060 ____________________________________________________________________________
24061 [  7577] By: jhi                                   on 2000/11/06  20:53:51
24062         Log: Re-introduce 7552 lost in integration.
24063      Branch: perl
24064            ! perlio.c
24065 ____________________________________________________________________________
24066 [  7576] By: jhi                                   on 2000/11/06  20:33:46
24067         Log: Admit that the test leaks scalars.
24068      Branch: perl
24069            ! t/comp/proto.t
24070 ____________________________________________________________________________
24071 [  7575] By: jhi                                   on 2000/11/06  20:17:08
24072         Log: Integrate perlio.
24073      Branch: perl
24074           !> perlio.c
24075 ____________________________________________________________________________
24076 [  7574] By: nick                                  on 2000/11/06  20:07:28
24077         Log: Remove debug. Try (Mmap_t) on madvise() call.
24078      Branch: perlio
24079            ! perlio.c
24080 ____________________________________________________________________________
24081 [  7573] By: jhi                                   on 2000/11/06  13:56:05
24082         Log: Update Changes.
24083      Branch: perl
24084            ! Changes patchlevel.h
24085 ____________________________________________________________________________
24086 [  7572] By: jhi                                   on 2000/11/06  13:48:41
24087         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
24088              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
24089              Date: Mon, 06 Nov 2000 10:11:42 +0100
24090              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
24091      Branch: perl
24092            ! pod/perlhack.pod
24093 ____________________________________________________________________________
24094 [  7571] By: jhi                                   on 2000/11/06  01:45:51
24095         Log: AUTHORS updates.
24096      Branch: perl
24097            ! AUTHORS
24098 ____________________________________________________________________________
24099 [  7570] By: jhi                                   on 2000/11/06  00:18:00
24100         Log: Fix for
24101              
24102              Subject: [ID 20000728.005] perl -P broken
24103              From: David Dyck <dcd@tc.fluke.com>
24104              Date: Fri, 28 Jul 2000 17:19:16 -0700
24105              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
24106              
24107              (hopefully).  The fix is also not complete, it seems to break
24108              BOM swallowing for libc5 systems, but until someone figures
24109              out a way to do this without ftell(), this will do.
24110      Branch: perl
24111            ! toke.c
24112 ____________________________________________________________________________
24113 [  7569] By: jhi                                   on 2000/11/06  00:05:30
24114         Log: Document that the evaled syntax errors cause scalar leaks.
24115      Branch: perl
24116            ! t/comp/proto.t
24117 ____________________________________________________________________________
24118 [  7568] By: jhi                                   on 2000/11/05  23:14:47
24119         Log: opmini.o can linger from Configures past.
24120      Branch: perl
24121            ! Makefile.SH
24122 ____________________________________________________________________________
24123 [  7567] By: jhi                                   on 2000/11/05  21:28:39
24124         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
24125              first argument correctly.
24126      Branch: perl
24127            ! perlio.c
24128 ____________________________________________________________________________
24129 [  7566] By: jhi                                   on 2000/11/05  21:15:56
24130         Log: Integrate perlio.
24131      Branch: perl
24132           !> perlio.c
24133 ____________________________________________________________________________
24134 [  7565] By: jhi                                   on 2000/11/05  21:15:13
24135         Log: Use -dM for gcc (the suggested patch did it only for Linux,
24136              but I think it can be generalized).
24137              
24138              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
24139              From: Pixel <pixel@mandrakesoft.com>
24140              Date: 05 Nov 2000 21:49:34 +0100 
24141              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
24142      Branch: perl
24143            ! ext/Errno/Errno_pm.PL
24144 ____________________________________________________________________________
24145 [  7564] By: nick                                  on 2000/11/05  21:09:18
24146         Log: Added a mmap layer as a "subclass" of perlio.
24147              PERLIO=mmap ./perl harness passes
24148      Branch: perlio
24149            ! perlio.c
24150 ____________________________________________________________________________
24151 [  7563] By: jhi                                   on 2000/11/05  19:48:55
24152         Log: Add a note for future generations about bug id 20000229.006.
24153      Branch: perl
24154            ! malloc.c
24155 ____________________________________________________________________________
24156 [  7562] By: jhi                                   on 2000/11/05  19:38:24
24157         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
24158      Branch: perl
24159            ! pp_ctl.c t/op/pos.t
24160 ____________________________________________________________________________
24161 [  7561] By: jhi                                   on 2000/11/05  18:21:46
24162         Log: Add =pod to be tidy.
24163      Branch: perl
24164            ! lib/Math/Complex.pm
24165 ____________________________________________________________________________
24166 [  7560] By: jhi                                   on 2000/11/05  17:38:46
24167         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
24168      Branch: perl
24169            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
24170            ! ext/Storable/Storable.xs t/lib/st-recurse.t
24171 ____________________________________________________________________________
24172 [  7559] By: jhi                                   on 2000/11/05  17:32:59
24173         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
24174              From: "Peter J. Farley III" <pjfarley@banet.net>
24175              Date: Sun, 05 Nov 2000 11:55:59 -0500
24176              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
24177      Branch: perl
24178            ! t/lib/syslog.t
24179 ____________________________________________________________________________
24180 [  7558] By: jhi                                   on 2000/11/05  17:29:19
24181         Log: Integrate perlio.
24182      Branch: perl
24183           !> perlio.c
24184 ____________________________________________________________________________
24185 [  7557] By: jhi                                   on 2000/11/05  17:22:01
24186         Log: A fix of sorts for 20000329.026, a better error message
24187              for a missing "use charnames" when using the \N{...}. 
24188      Branch: perl
24189            ! pod/perldiag.pod toke.c
24190 ____________________________________________________________________________
24191 [  7556] By: jhi                                   on 2000/11/05  16:33:50
24192         Log: Test tweak: show also the failed locales.
24193              
24194              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
24195              From: Lupe Christoph <lupe@lupe-christoph.de>         
24196              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
24197              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
24198      Branch: perl
24199            ! t/pragma/locale.t
24200 ____________________________________________________________________________
24201 [  7555] By: nick                                  on 2000/11/05  11:09:34
24202         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
24203              open RDWR so does not fail. (pragma/warnings 303 again...)
24204      Branch: perlio
24205            ! perlio.c
24206 ____________________________________________________________________________
24207 [  7554] By: nick                                  on 2000/11/05  10:10:13
24208         Log: Fix case where ungetc(f,EOF) was allowed.
24209              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
24210              so we can see similarities.
24211              Use types more carefully and a STDCHAR array in hope that this will
24212              fix Jarrko's 64bit machine.
24213      Branch: perlio
24214            ! perlio.c
24215 ____________________________________________________________________________
24216 [  7553] By: jhi                                   on 2000/11/05  01:12:16
24217         Log: Fix for
24218              
24219              Subject: [ID 20001004.007] taint propogation is inconsistent
24220              From: pimlott@idiomtech.com (Andrew Pimlott) 
24221              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
24222              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
24223              
24224              The culprit was sv_setsv() which was rather blindly
24225              propagating taint, which lead to behaviour where if
24226              a tainted anon hash value was seen all the hash values
24227              from then on at that level became tainted, or at any
24228              upper levels in the case of nested anon hashes.
24229      Branch: perl
24230            ! sv.c t/op/taint.t
24231 ____________________________________________________________________________
24232 [  7552] By: jhi                                   on 2000/11/04  23:44:18
24233         Log: Some cpps don't like splitting conditionals across several lines.
24234      Branch: perl
24235            ! perlio.c
24236 ____________________________________________________________________________
24237 [  7551] By: nick                                  on 2000/11/04  23:40:44
24238         Log: Integrate mainline
24239      Branch: perlio
24240           !> pp_hot.c t/op/taint.t
24241 ____________________________________________________________________________
24242 [  7550] By: nick                                  on 2000/11/04  23:39:05
24243         Log: Integrate mainline again
24244      Branch: perlio
24245           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
24246           !> t/lib/b.t t/op/misc.t util.c
24247 ____________________________________________________________________________
24248 [  7549] By: jhi                                   on 2000/11/04  23:14:01
24249         Log: Fix for
24250              
24251              Subject: [ID 20001004.006] undef is never tainted
24252              From: pimlott@idiomtech.com (Andrew Pimlott)
24253              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
24254              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
24255              
24256              An undef read from a slurped file was not tainted.
24257      Branch: perl
24258            ! pp_hot.c t/op/taint.t
24259 ____________________________________________________________________________
24260 [  7548] By: jhi                                   on 2000/11/04  22:56:21
24261         Log: Test tweak ($Config{useperlio} is by default undef) .
24262      Branch: perl
24263            ! t/lib/b.t
24264 ____________________________________________________________________________
24265 [  7547] By: jhi                                   on 2000/11/04  22:43:56
24266         Log: Integrate perlio.
24267      Branch: perl
24268           +> lib/perlio.pm
24269           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
24270           !> pod/perlapi.pod t/lib/b.t
24271 ____________________________________________________________________________
24272 [  7546] By: jhi                                   on 2000/11/04  22:40:59
24273         Log: Configure would use a bad $myuname from an old config.sh.
24274              
24275              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
24276              From: Andy Dougherty <doughera@lafayette.edu>
24277              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
24278              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
24279      Branch: metaconfig
24280            ! U/modified/Oldconfig.U
24281      Branch: perl
24282            ! Configure config_h.SH
24283 ____________________________________________________________________________
24284 [  7545] By: jhi                                   on 2000/11/04  22:36:54
24285         Log: Subject: Locales support (setlocale) fixes
24286              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
24287              Date: Sat, 4 Nov 2000 10:15:48 +0300 
24288              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
24289              
24290              Modified quite a bit to be more portable.
24291      Branch: perl
24292            ! embed.h embed.pl perl.h proto.h util.c
24293 ____________________________________________________________________________
24294 [  7544] By: jhi                                   on 2000/11/04  22:32:47
24295         Log: Dying is too strict here, better just skip.
24296      Branch: perl
24297            ! t/op/misc.t
24298 ____________________________________________________________________________
24299 [  7543] By: nick                                  on 2000/11/04  21:55:13
24300         Log: Merge mainline
24301      Branch: perlio
24302           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
24303           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
24304           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
24305           !> (integrate 64 files)
24306 ____________________________________________________________________________
24307 [  7542] By: jhi                                   on 2000/11/04  21:09:28
24308         Log: More Changes tweakery.
24309      Branch: perl
24310            ! Changes Porting/genlog
24311 ____________________________________________________________________________
24312 [  7541] By: jhi                                   on 2000/11/04  20:58:18
24313         Log: Changes fixups.
24314      Branch: perl
24315            ! Changes
24316 ____________________________________________________________________________
24317 [  7540] By: jhi                                   on 2000/11/04  20:42:38
24318         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
24319              create a "fast path" for locale name probing using "locale -a"
24320              if available, squash finally hopefully the s?printf resetting
24321              the numeric locale (since, IIUC perllocale, it never shouldn't). 
24322      Branch: perl
24323            ! sv.c t/op/misc.t t/pragma/locale.t
24324 ____________________________________________________________________________
24325 [  7539] By: nick                                  on 2000/11/04  19:56:10
24326         Log: PerlIO infrastructure complete.
24327      Branch: perlio
24328            + lib/perlio.pm
24329            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
24330 ____________________________________________________________________________
24331 [  7538] By: nick                                  on 2000/11/04  14:31:32
24332         Log: Type tweaks + less contorted allocation scheme
24333      Branch: perlio
24334            ! perlio.c
24335 ____________________________________________________________________________
24336 [  7537] By: nick                                  on 2000/11/04  12:40:42
24337         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
24338              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
24339              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
24340              sensible) which lead to some interesting fails.
24341      Branch: perlio
24342            ! perlio.c
24343 ____________________________________________________________________________
24344 [  7536] By: jhi                                   on 2000/11/04  00:20:02
24345         Log: Add FCNTL_CAN_LOCK.
24346              
24347              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
24348              From: Andy Dougherty <doughera@lafayette.edu>
24349              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
24350              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
24351              
24352              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
24353              From: Andy Dougherty <doughera@lafayette.edu>
24354              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
24355              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
24356      Branch: metaconfig/U/perl
24357            + d_fcntl_can_lock.U
24358            ! startperl.U
24359      Branch: perl
24360            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
24361            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
24362            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
24363            ! vos/config.ga.h win32/config.bc win32/config.gc
24364            ! win32/config.vc
24365 ____________________________________________________________________________
24366 [  7535] By: nick                                  on 2000/11/03  22:19:10
24367         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
24368              - Works on Linux with
24369              perlio + unix
24370              stdio
24371              - Works on Solaris with
24372              perlio + unix
24373              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
24374              - Fails (hangs in openpid) if you try and stack
24375              perlio + stdio - Linux stdio's read() logic is hanging.
24376      Branch: perlio
24377            ! iperlsys.h perlio.c
24378 ____________________________________________________________________________
24379 [  7534] By: jhi                                   on 2000/11/03  15:16:02
24380         Log: Subject: Re: README.aix
24381              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
24382              Date: Fri, 03 Nov 2000 16:03:15 +0100
24383              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
24384      Branch: perl
24385            ! README.aix
24386 ____________________________________________________________________________
24387 [  7533] By: jhi                                   on 2000/11/03  03:59:02
24388         Log: Subject: [PATCH 5.7.0] better messages from malloc()
24389              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24390              Date: Wed, 1 Nov 2000 23:39:56 -0500
24391              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
24392      Branch: perl
24393            ! malloc.c pod/perldiag.pod
24394 ____________________________________________________________________________
24395 [  7532] By: jhi                                   on 2000/11/03  00:11:56
24396         Log: The #7521 touched things it shouldn't have.
24397      Branch: perl
24398            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
24399 ____________________________________________________________________________
24400 [  7531] By: jhi                                   on 2000/11/02  22:32:33
24401         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
24402              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
24403              Date:     Thu, 2 Nov 2000 16:58:36 EST
24404              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
24405      Branch: perl
24406            ! vms/gen_shrfls.pl
24407 ____________________________________________________________________________
24408 [  7530] By: jhi                                   on 2000/11/02  22:08:49
24409         Log: Fix the problem discussed in
24410              
24411              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
24412              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
24413              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
24414              
24415              originally from Linc Madison.  Also Andreas König's comments
24416              taken into account.  Some other problems with Tie::SubstrHash
24417              fixed: didn't croak when the table exceeded the requested number
24418              of entries (as documented) but instead when the number of entries
24419              exceeded the size of the table, a croak() had an unnecessary \n,
24420              didn't have a CLEAR method, documented that there is no exists().
24421              Didn't fix to be strict-proof because the module uses &foo; and
24422              dynamic scope.  Added a test script exercizing both first tamely 
24423              the basic functionality, and then the failure cases reported by
24424              Linc Madison.
24425      Branch: perl
24426            + t/lib/tie-substrhash.t
24427            ! MANIFEST lib/Tie/SubstrHash.pm
24428 ____________________________________________________________________________
24429 [  7529] By: jhi                                   on 2000/11/02  17:58:08
24430         Log: recv() can fail and return undef.
24431              
24432              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
24433              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
24434              Date: Thu, 2 Nov 2000 20:12:20 +0300
24435              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
24436      Branch: perl
24437            ! lib/Net/Ping.pm
24438 ____________________________________________________________________________
24439 [  7528] By: jhi                                   on 2000/11/02  17:49:09
24440         Log: Detpyo.
24441      Branch: perl
24442            ! pod/perlop.pod
24443 ____________________________________________________________________________
24444 [  7527] By: jhi                                   on 2000/11/02  15:48:37
24445         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
24446              fix a autovivification bug in Tie::RefHash, add tests for both.
24447              
24448              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
24449              From: Edward Avis <epa98@doc.ic.ac.uk>
24450              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
24451              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
24452      Branch: perl
24453            + t/lib/tie-refhash.t
24454            ! MANIFEST lib/Tie/RefHash.pm
24455 ____________________________________________________________________________
24456 [  7526] By: jhi                                   on 2000/11/02  13:56:26
24457         Log: Test::Harness revealed buglets in the new DynaLoader.
24458              
24459              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
24460              From: andreas.koenig@anima.de (Andreas J. Koenig)
24461              Date: 02 Nov 2000 11:26:48 +0100 
24462              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
24463      Branch: perl
24464            ! ext/DynaLoader/DynaLoader_pm.PL
24465 ____________________________________________________________________________
24466 [  7525] By: jhi                                   on 2000/11/01  23:52:08
24467         Log: The entry for #7503 was missing.
24468      Branch: perl
24469            ! Changes
24470 ____________________________________________________________________________
24471 [  7524] By: jhi                                   on 2000/11/01  23:40:52
24472         Log: Update Changes.
24473      Branch: perl
24474            ! Changes patchlevel.h
24475 ____________________________________________________________________________
24476 [  7523] By: jhi                                   on 2000/11/01  22:57:09
24477         Log: More tweaking on the #7522 theme.
24478      Branch: perl
24479            ! ext/DynaLoader/DynaLoader_pm.PL
24480 ____________________________________________________________________________
24481 [  7522] By: jhi                                   on 2000/11/01  22:06:15
24482         Log: Expand %Config variables and %ENV variables only if
24483              so requested during build time using the
24484              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
24485              Not expanding makes relocating distributions easier.
24486      Branch: perl
24487            ! ext/DynaLoader/DynaLoader_pm.PL
24488 ____________________________________________________________________________
24489 [  7521] By: jhi                                   on 2000/11/01  20:56:34
24490         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
24491              and setgid() because they were just changing $< and $( which means
24492              only changing the real uid/gid, as opposed to changing both
24493              real and effective ids.  (The alternative way could have been
24494              in POSIX.pm to change $> and $), too, but making a direct call
24495              to the C API feels cleaner.)  Fixes the bug
24496              
24497              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
24498              From: "Garry T. Williams" <garry@zvolve.com>
24499              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
24500              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
24501      Branch: perl
24502            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
24503            ! ext/POSIX/typemap pod/perlvar.pod
24504 ____________________________________________________________________________
24505 [  7520] By: jhi                                   on 2000/11/01  20:08:33
24506         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
24507              From: "Garry T. Williams" <garry@zvolve.com>
24508              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
24509              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
24510      Branch: perl
24511            ! pod/perlsec.pod
24512 ____________________________________________________________________________
24513 [  7519] By: jhi                                   on 2000/11/01  20:01:22
24514         Log: Locale warning explanation tweak.
24515      Branch: perl
24516            ! pod/perldiag.pod
24517 ____________________________________________________________________________
24518 [  7518] By: jhi                                   on 2000/11/01  18:57:13
24519         Log: C.pm part of
24520              
24521              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
24522              From: Jarkko Hietaniemi <jhi@iki.fi>
24523              Date: Tue, 10 Oct 2000 08:22:28 -0500
24524              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
24525      Branch: perl
24526            ! ext/B/B/C.pm
24527 ____________________________________________________________________________
24528 [  7517] By: jhi                                   on 2000/11/01  18:41:59
24529         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
24530              From: Martien Verbruggen <mgjv@comdyn.com.au>
24531              Date: Fri, 6 Oct 2000 14:09:10 +1100
24532              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
24533      Branch: perl
24534            ! pod/perlop.pod
24535 ____________________________________________________________________________
24536 [  7516] By: jhi                                   on 2000/11/01  18:34:55
24537         Log: Generalize the Camel wording.
24538              
24539              Subject: Re: perlfaq style changes
24540              From: John Borwick <jhborwic@unity.ncsu.edu>
24541              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
24542              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
24543      Branch: perl
24544            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
24545 ____________________________________________________________________________
24546 [  7515] By: jhi                                   on 2000/11/01  16:52:31
24547         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
24548              From: pimlott@idiomtech.com (Andrew Pimlott)
24549              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
24550              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
24551      Branch: perl
24552            ! pod/perlsec.pod
24553 ____________________________________________________________________________
24554 [  7514] By: jhi                                   on 2000/11/01  15:03:40
24555         Log: More AIX lore.
24556      Branch: perl
24557            ! ext/re/hints/aix.pl
24558 ____________________________________________________________________________
24559 [  7513] By: jhi                                   on 2000/11/01  14:48:30
24560         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
24561              From: root <root@chronos.fi.muni.cz>
24562              Date: Wed, 1 Nov 2000 12:31:32 +0100
24563              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
24564      Branch: perl
24565            ! lib/Net/Ping.pm
24566 ____________________________________________________________________________
24567 [  7512] By: jhi                                   on 2000/11/01  14:46:47
24568         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
24569              From: Martin Husemann <martin@duskware.de>
24570              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
24571              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
24572      Branch: perl
24573            ! regcomp.c
24574 ____________________________________________________________________________
24575 [  7511] By: jhi                                   on 2000/11/01  14:39:50
24576         Log: AUTHORS updates.
24577      Branch: perl
24578            ! AUTHORS
24579 ____________________________________________________________________________
24580 [  7510] By: jhi                                   on 2000/11/01  14:29:50
24581         Log: Subject: [PATCH] startperl to respect versiononly
24582              From: Robin Barker <rmb1@cise.npl.co.uk> 
24583              Date: Tue, 31 Oct 2000 16:29:36 GMT
24584              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
24585      Branch: metaconfig/U/perl
24586            ! startperl.U
24587      Branch: perl
24588            ! Configure config_h.SH
24589 ____________________________________________________________________________
24590 [  7509] By: jhi                                   on 2000/11/01  14:19:53
24591         Log: printf UVs the correct way, noticed by Robin Barker.
24592      Branch: perl
24593            ! utf8.c
24594 ____________________________________________________________________________
24595 [  7508] By: jhi                                   on 2000/11/01  14:10:03
24596         Log: Do not cleanup *% because the % has special meanings in some
24597              shell environments.
24598      Branch: perl
24599            ! ext/Storable/Makefile.PL
24600 ____________________________________________________________________________
24601 [  7507] By: jhi                                   on 2000/11/01  14:06:00
24602         Log: The NonStop-UX libraries have a novel way to say NaN.
24603      Branch: perl
24604            ! t/lib/bigfltpm.t
24605 ____________________________________________________________________________
24606 [  7506] By: jhi                                   on 2000/11/01  14:03:35
24607         Log: The osname has been lowercased by now, from Tom Bates.
24608      Branch: metaconfig
24609            ! U/modified/Oldconfig.U
24610      Branch: perl
24611            ! Configure config_h.SH
24612 ____________________________________________________________________________
24613 [  7505] By: jhi                                   on 2000/10/31  19:18:39
24614         Log: The compiler is either gcc or cc, from Tom Bates.
24615      Branch: perl
24616            ! hints/nonstopux.sh
24617 ____________________________________________________________________________
24618 [  7504] By: jhi                                   on 2000/10/31  14:53:42
24619         Log: Update Changes.
24620      Branch: perl
24621            ! Changes patchlevel.h
24622 ____________________________________________________________________________
24623 [  7503] By: jhi                                   on 2000/10/31  14:30:50
24624         Log: Whitespace style tweak.  Was originally going to see to
24625              
24626              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
24627              From: Joe Smith <jms@inwap.com>
24628              Date: Mon, 30 Oct 2000 18:47:57 -0800
24629              Message-Id: <39FE32DD.24AAC4D@inwap.com>
24630              
24631              but that had already been taken care of.
24632      Branch: metaconfig
24633            ! U/compline/d_stdstdio.U
24634      Branch: perl
24635            ! Configure config_h.SH
24636 ____________________________________________________________________________
24637 [  7502] By: jhi                                   on 2000/10/31  14:25:02
24638         Log: AUTHORS tweaks.
24639      Branch: perl
24640            ! AUTHORS
24641 ____________________________________________________________________________
24642 [  7501] By: jhi                                   on 2000/10/31  14:23:59
24643         Log: Subject: perlfaq style changes
24644              From: John Borwick <jhborwic@unity.ncsu.edu>
24645              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
24646              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
24647      Branch: perl
24648            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
24649            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
24650            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
24651            ! pod/perlfaq9.pod
24652 ____________________________________________________________________________
24653 [  7500] By: jhi                                   on 2000/10/31  14:22:15
24654         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
24655              
24656              Subject: Re: [ID 20000918.005] ~ on wide chars
24657              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
24658              Date: Mon, 30 Oct 2000 21:09:55 -0800
24659              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
24660              
24661              (The ord() part of the patch skipped.)
24662      Branch: perl
24663            ! doop.c
24664 ____________________________________________________________________________
24665 [  7499] By: jhi                                   on 2000/10/31  14:20:08
24666         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
24667              From: Jens Hamisch <jens@Strawberry.COM>
24668              Date: Mon, 30 Oct 2000 15:17:07 +0100
24669              Message-Id: <20001030151707.A9597@Strawberry.COM>
24670      Branch: perl
24671            ! av.c
24672 ____________________________________________________________________________
24673 [  7498] By: jhi                                   on 2000/10/31  14:16:29
24674         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
24675              From: Peter Prymmer <pvhp@forte.com>
24676              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
24677              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
24678      Branch: perl
24679            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
24680            + ext/Encode/Encode/posix-bc.enc
24681            ! MANIFEST t/lib/encode.t
24682 ____________________________________________________________________________
24683 [  7497] By: jhi                                   on 2000/10/31  14:13:22
24684         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
24685              From: Peter Prymmer <pvhp@forte.com>
24686              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
24687              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
24688      Branch: perl
24689            ! t/lib/cgi-html.t
24690 ____________________________________________________________________________
24691 [  7496] By: jhi                                   on 2000/10/31  14:12:05
24692         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
24693              From: Peter Prymmer <pvhp@forte.com>
24694              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
24695              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
24696      Branch: perl
24697            ! t/lib/cgi-function.t
24698 ____________________________________________________________________________
24699 [  7495] By: jhi                                   on 2000/10/31  14:11:08
24700         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
24701              From: Peter Prymmer <pvhp@forte.com>
24702              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
24703              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
24704      Branch: perl
24705            + ext/re/hints/aix.pl
24706            ! MANIFEST ext/re/Makefile.PL
24707 ____________________________________________________________________________
24708 [  7494] By: jhi                                   on 2000/10/31  14:08:32
24709         Log: Use Errno magic.
24710              
24711              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
24712              From: Casey Tweten <perl@ctweten.amsite.com>
24713              Date: Mon, 30 Oct 2000 15:51:17 -0500
24714              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
24715      Branch: perl
24716            ! lib/File/Temp.pm
24717 ____________________________________________________________________________
24718 [  7493] By: jhi                                   on 2000/10/31  14:05:07
24719         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
24720              
24721              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
24722              From: Nicholas Clark <nick@ccl4.org>
24723              Date: Mon, 30 Oct 2000 17:38:45 +0000
24724              Message-ID: <20001030173845.O60355@plum.flirble.org>
24725      Branch: perl
24726            ! Makefile.SH utils/perlbug.PL
24727 ____________________________________________________________________________
24728 [  7492] By: nick                                  on 2000/10/30  19:37:23
24729         Log: Change files which are mysteriously different to mainline to be
24730              copies of mainline.
24731      Branch: perlio
24732            ! objXSUB.h perlapi.c pod/perlapi.pod
24733 ____________________________________________________________________________
24734 [  7491] By: nick                                  on 2000/10/30  18:05:54
24735         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
24736              - typo in endian code in putc.
24737              - Don't allow read of write-only files and vice-versa
24738              - and off-by-one in flush-all loop.
24739              Remove debug calls as they were using GCC specific features.
24740      Branch: perlio
24741            ! perlio.c
24742 ____________________________________________________________________________
24743 [  7490] By: nick                                  on 2000/10/29  21:45:45
24744         Log: Integrate mainline to perlio
24745      Branch: perlio
24746           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
24747           !> toke.c
24748 ____________________________________________________________________________
24749 [  7489] By: jhi                                   on 2000/10/29  21:11:08
24750         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
24751              From: andreas.koenig@anima.de (Andreas J. Koenig)
24752              Date: 29 Oct 2000 22:05:59 +0100
24753              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
24754      Branch: perl
24755            ! lib/ExtUtils/Manifest.pm
24756 ____________________________________________________________________________
24757 [  7488] By: jhi                                   on 2000/10/29  21:07:47
24758         Log: Tests for #7487.
24759              
24760              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
24761              From: andreas.koenig@anima.de (Andreas J. Koenig)
24762              Date: 29 Oct 2000 19:37:09 +0100
24763              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
24764      Branch: perl
24765            ! t/comp/proto.t
24766 ____________________________________________________________________________
24767 [  7487] By: jhi                                   on 2000/10/29  21:06:27
24768         Log: constsub spillage.
24769              
24770              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
24771              From: John Tobey <jtobey@john-edwin-tobey.org>
24772              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
24773              Message-Id: <m13pvSr-000FObC@feynman.localnet>
24774      Branch: perl
24775            ! op.c
24776 ____________________________________________________________________________
24777 [  7486] By: nick                                  on 2000/10/29  21:05:04
24778         Log: Integrate mainline to perlio branch
24779      Branch: perlio
24780           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
24781           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
24782           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
24783           +> vos/install_perl.cm
24784            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
24785            - vos/config.h vos/config_h.SH_orig
24786           !> (integrate 141 files)
24787 ____________________________________________________________________________
24788 [  7485] By: jhi                                   on 2000/10/29  21:00:47
24789         Log: Make \x{...} consistently produce UTF-8.
24790              
24791              Subject: Re: \x{...} is confused 
24792              From: Simon Cozens <simon@cozens.net>
24793              Date: Sun, 29 Oct 2000 19:36:48 +0000
24794              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
24795      Branch: perl
24796            ! t/pragma/utf8.t toke.c
24797 ____________________________________________________________________________
24798 [  7484] By: nick                                  on 2000/10/29  20:05:29
24799         Log: PerlIO passes all tests.
24800      Branch: perlio
24801            ! perlio.c
24802 ____________________________________________________________________________
24803 [  7483] By: jhi                                   on 2000/10/29  18:06:55
24804         Log: Update Changes.
24805      Branch: perl
24806            ! Changes patchlevel.h
24807 ____________________________________________________________________________
24808 [  7482] By: nick                                  on 2000/10/29  17:43:28
24809         Log: Include <unistd.h> to get correct lseek() prototype etc.
24810              (I thought perl.h did that) - down to two fails
24811              - comp/require.t (last test)
24812              - lib/io_xs.t - possibly import/export of FILE * ?
24813      Branch: perlio
24814            ! perlio.c
24815 ____________________________________________________________________________
24816 [  7481] By: jhi                                   on 2000/10/29  17:02:37
24817         Log: UTF-8 decoder tweak.
24818      Branch: perl
24819            ! utf8.c
24820 ____________________________________________________________________________
24821 [  7480] By: nick                                  on 2000/10/29  16:26:11
24822         Log: Fixed two bugs:
24823              - error code not being set on close (of broken pipe)
24824              - append mode was truncating.
24825              At least one seek/tell bug remains.
24826      Branch: perlio
24827            ! perlio.c
24828 ____________________________________________________________________________
24829 [  7479] By: nick                                  on 2000/10/29  11:18:16
24830         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
24831              in case of accidents. Still several worrying fails, no line disciplines yet.
24832      Branch: perlio
24833            ! iperlsys.h perlio.c
24834 ____________________________________________________________________________
24835 [  7478] By: jhi                                   on 2000/10/29  02:04:01
24836         Log: Add also emailless people.
24837      Branch: perl
24838            ! AUTHORS
24839 ____________________________________________________________________________
24840 [  7477] By: jhi                                   on 2000/10/29  01:36:00
24841         Log: The #7476 needs a MANIFEST change, too.
24842      Branch: perl
24843            ! MANIFEST
24844 ____________________________________________________________________________
24845 [  7476] By: jhi                                   on 2000/10/29  01:35:21
24846         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
24847      Branch: perl
24848            - MAINTAIN
24849            ! AUTHORS Changes
24850 ____________________________________________________________________________
24851 [  7475] By: jhi                                   on 2000/10/28  23:57:25
24852         Log: De-quoted-unreadable to ISO Latin 1.
24853              (There's one ISO-2022-JP name in Changes5.004.)
24854      Branch: perl
24855            ! Changes Changes5.6
24856 ____________________________________________________________________________
24857 [  7474] By: jhi                                   on 2000/10/28  19:13:06
24858         Log: Subject: [ID 20001027.007] uniq array in perlfaq
24859              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
24860              Date: Fri, 27 Oct 2000 19:28:30 +0200
24861              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
24862      Branch: perl
24863            ! pod/perlfaq4.pod
24864 ____________________________________________________________________________
24865 [  7473] By: jhi                                   on 2000/10/28  18:02:05
24866         Log: Locking null mutexes is not recommendable.
24867              
24868              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
24869              From: Hugo <hv@crypt.compulink.co.uk>
24870              Date: Sat, 28 Oct 2000 18:41:12 +0100
24871              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
24872      Branch: perl
24873            ! op.c
24874 ____________________________________________________________________________
24875 [  7472] By: jhi                                   on 2000/10/28  17:52:58
24876         Log: Better create a true mailing list for the repository keepers.
24877      Branch: perl
24878            ! Porting/repository.pod
24879 ____________________________________________________________________________
24880 [  7471] By: jhi                                   on 2000/10/28  17:28:24
24881         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
24882              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
24883      Branch: perl
24884            + Porting/repository.pod
24885            ! MANIFEST
24886 ____________________________________________________________________________
24887 [  7470] By: jhi                                   on 2000/10/28  17:20:54
24888         Log: Subject: DOC PATCH 5.6.0
24889              From: mjd@plover.com
24890              Date: 27 Oct 2000 17:32:44 -0000
24891              Message-ID: <20001027173244.23754.qmail@plover.com>
24892      Branch: perl
24893            ! pod/perlfunc.pod
24894 ____________________________________________________________________________
24895 [  7469] By: jhi                                   on 2000/10/28  17:16:45
24896         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
24897              From: "Peter J. Farley III" <pjfarley@banet.net>
24898              Date: Fri, 27 Oct 2000 20:32:56 -0400
24899              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
24900      Branch: perl
24901            ! README.dos
24902 ____________________________________________________________________________
24903 [  7468] By: jhi                                   on 2000/10/28  17:07:18
24904         Log: Make target reordering to avoid pointless re-makes.
24905              
24906              Subject: Re: Total re-make of 'make okfile' after 7451 ?
24907              From: Nicholas Clark <nick@ccl4.org>
24908              Date: Sat, 28 Oct 2000 00:31:02 +0100
24909              Message-ID: <20001028003101.A54517@plum.flirble.org>
24910      Branch: perl
24911            ! Makefile.SH
24912 ____________________________________________________________________________
24913 [  7467] By: jhi                                   on 2000/10/28  17:05:31
24914         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
24915              From: lvirden@cas.org
24916              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
24917              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
24918      Branch: perl
24919            ! README.os2
24920 ____________________________________________________________________________
24921 [  7466] By: jhi                                   on 2000/10/28  16:09:16
24922         Log: Upgrade to CPAN 1.58_55.
24923              
24924              Subject: CPAN.pm status
24925              From: andreas.koenig@anima.de (Andreas J. Koenig) 
24926              Date: 28 Oct 2000 08:18:00 +0200 
24927              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
24928      Branch: perl
24929            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
24930 ____________________________________________________________________________
24931 [  7465] By: jhi                                   on 2000/10/28  16:02:47
24932         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
24933      Branch: perl
24934            ! embed.h embed.pl perl.h proto.h toke.c
24935 ____________________________________________________________________________
24936 [  7464] By: nick                                  on 2000/10/28  10:43:44
24937         Log: Fix for sv_2iv() on "shared" value from keys %hash.
24938      Branch: perl
24939            ! sv.c
24940 ____________________________________________________________________________
24941 [  7463] By: jhi                                   on 2000/10/27  16:18:29
24942         Log: Update Changes.
24943      Branch: perl
24944            ! Changes patchlevel.h
24945 ____________________________________________________________________________
24946 [  7462] By: jhi                                   on 2000/10/27  16:17:44
24947         Log: Too enthusiastic editing in #7460.
24948      Branch: metaconfig
24949            ! U/modified/Oldsym.U
24950      Branch: perl
24951            ! Configure config_h.SH
24952 ____________________________________________________________________________
24953 [  7461] By: jhi                                   on 2000/10/27  15:37:38
24954         Log: Retract #7459, the script needs more work.
24955      Branch: perl
24956            - mkreef
24957            ! MANIFEST
24958 ____________________________________________________________________________
24959 [  7460] By: jhi                                   on 2000/10/27  15:23:14
24960         Log: Use $sort, $uniq (and $tr) consistently as wondered
24961              by Nicholas Clark.
24962      Branch: metaconfig
24963            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
24964            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
24965            ! U/modified/libc.U
24966      Branch: perl
24967            ! Configure config_h.SH
24968 ____________________________________________________________________________
24969 [  7459] By: jhi                                   on 2000/10/27  15:02:07
24970         Log: (Retracted by #7461)
24971              
24972              Add a shell script for creating/removing symbolic link farms,
24973              useful for keeping the source code read-only and doing the
24974              builds somewhere else.
24975      Branch: perl
24976            + mkreef
24977            ! MANIFEST
24978 ____________________________________________________________________________
24979 [  7458] By: jhi                                   on 2000/10/27  14:42:20
24980         Log: Do away with the fix_pl.
24981      Branch: perl
24982            - fix_pl
24983            ! MANIFEST Makefile.SH
24984 ____________________________________________________________________________
24985 [  7457] By: jhi                                   on 2000/10/27  12:43:13
24986         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
24987              From: Jens Hamisch <jens@Strawberry.COM>
24988              Date: Fri, 27 Oct 2000 14:38:21 +0200
24989              Message-Id: <20001027143821.B3366@Strawberry.COM>
24990      Branch: perl
24991            ! perl.h
24992 ____________________________________________________________________________
24993 [  7456] By: jhi                                   on 2000/10/27  12:33:42
24994         Log: Subject: [PATCH] todo
24995              From: Nicholas Clark <nick@ccl4.org>
24996              Date: Thu, 26 Oct 2000 22:32:29 +0100
24997              Message-ID: <20001026223229.A44540@plum.flirble.org>
24998      Branch: perl
24999            ! pod/perltodo.pod
25000 ____________________________________________________________________________
25001 [  7455] By: jhi                                   on 2000/10/27  12:02:21
25002         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
25003              From: John Tobey <jtobey@john-edwin-tobey.org>
25004              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
25005              Message-Id: <m13ozHF-000FObC@feynman.localnet>
25006      Branch: perl
25007            ! op.c t/pragma/sub_lval.t
25008 ____________________________________________________________________________
25009 [  7454] By: jhi                                   on 2000/10/27  11:59:42
25010         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
25011              From: sthoenna@efn.org
25012              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
25013              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
25014      Branch: perl
25015            ! pp.c t/op/assignwarn.t
25016 ____________________________________________________________________________
25017 [  7453] By: jhi                                   on 2000/10/27  00:15:08
25018         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
25019      Branch: perl
25020            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
25021            ! ext/Storable/Storable.xs t/lib/st-lock.t
25022 ____________________________________________________________________________
25023 [  7452] By: jhi                                   on 2000/10/26  13:05:52
25024         Log: Undo #7451, this seems to be a deficiency in Perforce,
25025              there is no per-file line-terminator type, only per-client.
25026      Branch: perl
25027            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
25028            ! win32/makefile.mk
25029 ____________________________________________________________________________
25030 [  7451] By: jhi                                   on 2000/10/26  04:56:03
25031         Log: Experimenting in DOS arcana.
25032      Branch: perl
25033            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
25034            ! win32/makefile.mk
25035 ____________________________________________________________________________
25036 [  7450] By: jhi                                   on 2000/10/26  04:50:52
25037         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
25038              From: "Peter J. Farley III" <pjfarley@banet.net>            
25039              Date: Wed, 25 Oct 2000 23:10:18 -0400
25040              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
25041      Branch: perl
25042            ! t/io/open.t
25043 ____________________________________________________________________________
25044 [  7449] By: jhi                                   on 2000/10/26  04:49:16
25045         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
25046              From: Hugo <hv@crypt.compulink.co.uk>
25047              Date: Thu, 26 Oct 2000 01:55:17 +0100
25048              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
25049              
25050              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
25051      Branch: perl
25052            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
25053 ____________________________________________________________________________
25054 [  7448] By: jhi                                   on 2000/10/26  04:38:36
25055         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
25056              From: Peter Prymmer <pvhp@forte.com>
25057              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
25058              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
25059      Branch: perl
25060            ! configure.com
25061 ____________________________________________________________________________
25062 [  7447] By: jhi                                   on 2000/10/25  23:20:02
25063         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
25064              in platforms that strictly require all the symbols being present
25065              at link time.
25066      Branch: perl
25067            ! handy.h
25068 ____________________________________________________________________________
25069 [  7446] By: jhi                                   on 2000/10/25  21:55:57
25070         Log: Update Changes.
25071      Branch: perl
25072            ! Changes patchlevel.h
25073 ____________________________________________________________________________
25074 [  7445] By: jhi                                   on 2000/10/25  21:27:08
25075         Log: Integrate with vmsperl #7430 by Charles Bailey:
25076              
25077              Cleanup from prior patch (Charles Lane?):
25078              - improve handling of MFDs in Basename and Path
25079              - default to no xsubpp line # munging when building debug images
25080      Branch: perl
25081           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
25082 ____________________________________________________________________________
25083 [  7444] By: jhi                                   on 2000/10/25  21:03:50
25084         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
25085              From: John Peacock <JPeacock@UnivPress.com>
25086              Date: Thu, 18 May 2000 11:55:27 -0400
25087              Message-ID: <3924126F.A58BE57A@UnivPress.com>
25088      Branch: perl
25089            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
25090            ! t/op/write.t
25091 ____________________________________________________________________________
25092 [  7443] By: jhi                                   on 2000/10/25  20:43:10
25093         Log: Temporary stopgap for the self-tying issue: for now only
25094              array and hash self-ties are verboten.  The real fix, of
25095              course, would be to comprehensively test (and implement?)
25096              and debug (and document) self-ties.
25097      Branch: perl
25098            ! pod/perldiag.pod pp_sys.c t/op/tie.t
25099 ____________________________________________________________________________
25100 [  7442] By: jhi                                   on 2000/10/25  20:14:30
25101         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
25102              From: Dan Sugalski <dan@sidhe.org>
25103              Date: Wed, 25 Oct 2000 13:36:35 -0400
25104              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
25105              
25106              plus regen global.sym.
25107      Branch: perl
25108            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
25109            ! thrdvar.h util.c
25110 ____________________________________________________________________________
25111 [  7441] By: jhi                                   on 2000/10/25  20:12:20
25112         Log: buildtoc target tweaks.
25113      Branch: perl
25114            ! pod/Makefile.SH
25115 ____________________________________________________________________________
25116 [  7440] By: jhi                                   on 2000/10/25  20:03:53
25117         Log: A new version of making the syslog test more robust.
25118              (Replaces #7421.)
25119              
25120              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
25121              From: "Kurt D. Starsinic" <kstar@chapin.edu>
25122              Date: Wed, 25 Oct 2000 12:13:54 -0400
25123              Message-ID: <20001025121354.B2264@O2.chapin.edu>
25124      Branch: perl
25125            ! t/lib/syslog.t
25126 ____________________________________________________________________________
25127 [  7439] By: jhi                                   on 2000/10/25  20:00:48
25128         Log: Continue the internal UTF-8 API tweaking.
25129              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
25130              used much more than the simpler API, now called utf8_to_uv_simple().
25131              Still not quite happy with API, too much partial duplication
25132              of functionality.
25133      Branch: perl
25134            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
25135            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
25136            ! regcomp.c regexec.c sv.c toke.c utf8.c
25137 ____________________________________________________________________________
25138 [  7438] By: jhi                                   on 2000/10/25  18:52:30
25139         Log: Allow poking holes at the UTF-8 decoding strictness.
25140      Branch: perl
25141            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
25142            ! utf8.h
25143 ____________________________________________________________________________
25144 [  7437] By: jhi                                   on 2000/10/25  13:53:05
25145         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
25146              UTF8LEN() and UTF8SKIP(). 
25147      Branch: perl
25148            ! pp.c utf8.c utf8.h
25149 ____________________________________________________________________________
25150 [  7436] By: jhi                                   on 2000/10/25  13:51:37
25151         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
25152              From: Nicholas Clark <nick@ccl4.org>
25153              Date: Wed, 25 Oct 2000 14:44:05 +0100
25154              Message-ID: <20001025144404.D27253@plum.flirble.org>
25155      Branch: perl
25156            ! pod/perlrun.pod
25157 ____________________________________________________________________________
25158 [  7435] By: jhi                                   on 2000/10/25  13:49:32
25159         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
25160              From: Mike Guy <mjtg@cam.ac.uk>
25161              Date: Tue, 24 Oct 2000 14:59:40 +0100
25162              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
25163      Branch: perl
25164            ! scope.c
25165 ____________________________________________________________________________
25166 [  7434] By: jhi                                   on 2000/10/25  13:48:41
25167         Log: AIX is picky about its symbol exports.  Solution for now
25168              is to include the deb.o explicitly to the re extension build.
25169              
25170              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
25171              From: Peter Prymmer <pvhp@forte.com>
25172              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
25173              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
25174      Branch: perl
25175            ! ext/re/Makefile.PL hints/aix.sh
25176 ____________________________________________________________________________
25177 [  7433] By: jhi                                   on 2000/10/25  13:46:49
25178         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
25179              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
25180              Date: Wed, 25 Oct 2000 12:02:20 +0200
25181              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
25182      Branch: perl
25183            ! perlsdio.h
25184 ____________________________________________________________________________
25185 [  7432] By: jhi                                   on 2000/10/25  13:44:28
25186         Log: Subject: Minor update to find2perl, for portability
25187              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
25188              Date: Wed, 25 Oct 2000 12:05:47 +0100
25189              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
25190      Branch: perl
25191            ! x2p/find2perl.PL
25192 ____________________________________________________________________________
25193 [  7431] By: jhi                                   on 2000/10/25  13:40:39
25194         Log: Add targets to Makefile.SH, most importantly
25195              'regen_all' which also remembers to update vms/perly*.
25196      Branch: perl
25197            ! Makefile.SH
25198 ____________________________________________________________________________
25199 [  7430] By: bailey                                on 2000/10/25  03:13:53
25200         Log: Cleanup from prior patch (Charles Lane?):
25201              - improve handling of MFDs in Basename and Path
25202              - default to no xsubpp line # munging when building debug images
25203      Branch: vmsperl
25204            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
25205 ____________________________________________________________________________
25206 [  7429] By: jhi                                   on 2000/10/24  20:03:40
25207         Log: Podify README.epoc and README.vos.
25208      Branch: perl
25209            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
25210            ! pod/perlport.pod pod/perltoc.pod
25211 ____________________________________________________________________________
25212 [  7428] By: jhi                                   on 2000/10/24  19:10:33
25213         Log: Stratus VOS updates from Paul Green.
25214      Branch: perl
25215            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
25216            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
25217            - vos/config.def vos/config.h vos/config_h.SH_orig
25218            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
25219            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
25220 ____________________________________________________________________________
25221 [  7427] By: jhi                                   on 2000/10/24  18:59:48
25222         Log: Check if stdio supports tweaking lval and cnt simultaneously.
25223              
25224              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
25225              From: Nicholas Clark <nick@ccl4.org>
25226              Date: Mon, 23 Oct 2000 15:39:32 +0100
25227              Message-ID: <20001023153932.A10786@plum.flirble.org>
25228      Branch: metaconfig
25229            ! U/compline/d_stdstdio.U
25230      Branch: perl
25231            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
25232            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
25233            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
25234            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
25235            ! vos/config.h vos/config_h.SH_orig win32/config.bc
25236            ! win32/config.gc win32/config.vc
25237 ____________________________________________________________________________
25238 [  7426] By: jhi                                   on 2000/10/24  17:57:44
25239         Log: Missed the header file changes from #7425.
25240      Branch: perl
25241            ! embed.h embed.pl objXSUB.h proto.h
25242 ____________________________________________________________________________
25243 [  7425] By: jhi                                   on 2000/10/24  17:55:17
25244         Log: Fix the bug reported in
25245              
25246              From: andreas.koenig@anima.de (Andreas J. Koenig)
25247              Subject: Encode bug?
25248              Date: 24 Oct 2000 14:01:26 +0200 
25249              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
25250              
25251              Also make is_utf8_char() stricter.
25252      Branch: perl
25253            ! ext/Encode/Encode.xs utf8.c
25254 ____________________________________________________________________________
25255 [  7424] By: jhi                                   on 2000/10/24  15:15:39
25256         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
25257              From: Peter Scott <Peter@PSDT.com>
25258              Date: Mon, 23 Oct 2000 19:46:01 -0700
25259              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
25260      Branch: perl
25261            ! pod/perlfaq5.pod
25262 ____________________________________________________________________________
25263 [  7423] By: jhi                                   on 2000/10/24  14:25:30
25264         Log: Test tweak to avoid pulling in the whole Config.
25265      Branch: perl
25266            ! t/lib/st-lock.t
25267 ____________________________________________________________________________
25268 [  7422] By: jhi                                   on 2000/10/24  14:03:16
25269         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
25270      Branch: perl
25271            ! pp.c
25272 ____________________________________________________________________________
25273 [  7421] By: jhi                                   on 2000/10/24  13:32:09
25274         Log: (Replaced by #7440.)
25275              
25276              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
25277              From: "Kurt D. Starsinic" <kstar@chapin.edu>
25278              Date: Mon, 23 Oct 2000 16:40:54 -0400
25279              Message-ID: <20001023164054.B14491@O2.chapin.edu>
25280      Branch: perl
25281            ! t/lib/syslog.t
25282 ____________________________________________________________________________
25283 [  7420] By: jhi                                   on 2000/10/24  13:30:53
25284         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
25285              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25286              Date: Mon, 23 Oct 2000 17:29:03 -0400
25287              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
25288      Branch: perl
25289            ! lib/ExtUtils/MM_Unix.pm
25290 ____________________________________________________________________________
25291 [  7419] By: jhi                                   on 2000/10/24  13:29:57
25292         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
25293              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25294              Date: Mon, 23 Oct 2000 19:01:32 -0400
25295              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
25296      Branch: perl
25297            ! utils/h2xs.PL
25298 ____________________________________________________________________________
25299 [  7418] By: jhi                                   on 2000/10/24  13:26:04
25300         Log: Replace #7409 with
25301              
25302              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
25303              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
25304              Date: Mon, 23 Oct 2000 20:08:56 +0200
25305              Message-ID: <20001023200855.A14850@nice.ram.loc>
25306      Branch: perl
25307            ! ext/Storable/Storable.pm t/lib/st-lock.t
25308 ____________________________________________________________________________
25309 [  7417] By: jhi                                   on 2000/10/24  13:17:52
25310         Log: Run vms/vms_yfix.pl, should have done that after changing
25311              perly.c in #7382.
25312      Branch: perl
25313            ! vms/perly_c.vms vms/perly_h.vms
25314 ____________________________________________________________________________
25315 [  7416] By: jhi                                   on 2000/10/24  02:55:33
25316         Log: Make the UTF-8 decoding stricter and more verbose when
25317              malformation happens.  This involved adding an argument
25318              to utf8_to_uv_chk(), which involved changing its prototype,
25319              and prefer STRLEN over I32 for the UTF-8 length, which as
25320              a domino effect necessitated changing the prototypes of
25321              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
25322              The stricter UTF-8 decoding checking uses Markus Kuhn's
25323              UTF-8 Decode Stress Tester from
25324              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
25325      Branch: perl
25326            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
25327            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
25328            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
25329            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
25330 ____________________________________________________________________________
25331 [  7415] By: jhi                                   on 2000/10/23  14:06:06
25332         Log: Update Changes.
25333      Branch: perl
25334            ! Changes patchlevel.h
25335 ____________________________________________________________________________
25336 [  7414] By: jhi                                   on 2000/10/23  12:39:52
25337         Log: Undo the basename() part of #7412 since the lib/basename
25338              tests would need upgrading too.
25339      Branch: perl
25340            ! lib/File/Basename.pm
25341 ____________________________________________________________________________
25342 [  7413] By: jhi                                   on 2000/10/23  12:19:27
25343         Log: Document PERL_INSTALL_ROOT of #7210.
25344      Branch: perl
25345            ! lib/ExtUtils/Install.pm
25346 ____________________________________________________________________________
25347 [  7412] By: jhi                                   on 2000/10/23  12:16:47
25348         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
25349      Branch: perl
25350            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
25351            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
25352 ____________________________________________________________________________
25353 [  7411] By: jhi                                   on 2000/10/23  12:07:41
25354         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
25355              From: Prymmer/Kahn <pvhp@best.com>
25356              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
25357              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
25358      Branch: perl
25359            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
25360 ____________________________________________________________________________
25361 [  7410] By: jhi                                   on 2000/10/23  04:10:11
25362         Log: The change #7187 was not so good on VMS.
25363              
25364              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
25365              From: "Craig A. Berry" <craig.berry@psinetcs.com>
25366              Date: Sun, 22 Oct 2000 23:03:08 -0500
25367              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
25368      Branch: perl
25369            ! utils/perldoc.PL
25370 ____________________________________________________________________________
25371 [  7409] By: jhi                                   on 2000/10/23  03:57:36
25372         Log: Avoid Storable locking on DJGPP for now.
25373              
25374              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
25375              From: "Peter J. Farley III" <pjfarley@banet.net>
25376              Date: Sun, 22 Oct 2000 20:00:00 -0400
25377              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
25378      Branch: perl
25379            ! ext/Storable/Storable.pm t/lib/st-lock.t
25380 ____________________________________________________________________________
25381 [  7408] By: jhi                                   on 2000/10/23  03:50:24
25382         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
25383              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
25384              Date: Sun, 22 Oct 2000 21:12:22 -0400
25385              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
25386      Branch: perl
25387            ! lib/vars.pm
25388 ____________________________________________________________________________
25389 [  7407] By: jhi                                   on 2000/10/23  03:43:12
25390         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
25391              From: Hugo <hv@crypt.compulink.co.uk>
25392              Date: Mon, 23 Oct 2000 00:47:22 +0100
25393              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
25394      Branch: perl
25395            ! regexec.c t/op/pat.t
25396 ____________________________________________________________________________
25397 [  7406] By: jhi                                   on 2000/10/23  03:40:29
25398         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
25399      Branch: perl
25400            ! lib/ExtUtils/MakeMaker.pm
25401 ____________________________________________________________________________
25402 [  7405] By: jhi                                   on 2000/10/22  21:32:00
25403         Log: Doc patch.
25404              
25405              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
25406              From: rspier@pobox.com (Robert Spier)
25407              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
25408              Message-ID: <14835.16112.13457.447971@rls.cx>
25409      Branch: perl
25410            ! lib/strict.pm
25411 ____________________________________________________________________________
25412 [  7404] By: jhi                                   on 2000/10/22  21:30:51
25413         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
25414              From: rspier@pobox.com (Robert Spier)
25415              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
25416              Message-ID: <14835.17223.72448.705566@rls.cx>
25417      Branch: perl
25418            ! lib/ExtUtils/MakeMaker.pm
25419 ____________________________________________________________________________
25420 [  7403] By: jhi                                   on 2000/10/22  21:24:11
25421         Log: Subject: [PATCH bleadperl] ripples from constsub patch
25422              From: John Tobey <jtobey@john-edwin-tobey.org>
25423              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
25424              Message-Id: <m13nSOB-000FObC@feynman.localnet>
25425      Branch: perl
25426            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
25427 ____________________________________________________________________________
25428 [  7402] By: jhi                                   on 2000/10/22  20:59:35
25429         Log: Support s?printf parameter reordering.
25430      Branch: perl
25431            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
25432 ____________________________________________________________________________
25433 [  7401] By: jhi                                   on 2000/10/22  19:19:14
25434         Log: Expand %Config variables only if explicitly so requested
25435              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
25436              
25437              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
25438              From: Gurusamy Sarathy <gsar@ActiveState.com>
25439              Date: Sun, 22 Oct 2000 11:47:32 -0700
25440              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
25441      Branch: perl
25442            ! Makefile.SH lib/lib_pm.PL
25443 ____________________________________________________________________________
25444 [  7400] By: jhi                                   on 2000/10/22  18:24:10
25445         Log: Move the #7390 test from warn/op to comp/redef.
25446              
25447              Subject: Re: Creating const subs for constants.
25448              From: John Tobey <jtobey@john-edwin-tobey.org>
25449              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
25450              Message-Id: <m13nG72-000FObC@feynman.localnet>               
25451      Branch: perl
25452            ! t/comp/redef.t t/pragma/warn/op
25453 ____________________________________________________________________________
25454 [  7399] By: jhi                                   on 2000/10/22  17:49:59
25455         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
25456              From: Nicholas Clark <nick@ccl4.org>
25457              Date: Sat, 21 Oct 2000 22:23:19 +0100
25458              Message-ID: <20001021222319.B45586@plum.flirble.org>
25459      Branch: perl
25460            ! ext/DynaLoader/DynaLoader_pm.PL
25461 ____________________________________________________________________________
25462 [  7398] By: jhi                                   on 2000/10/22  17:47:35
25463         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
25464              From: Hugo <hv@crypt.compulink.co.uk>
25465              Date: Sat, 21 Oct 2000 18:19:59 +0100
25466              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
25467      Branch: perl
25468            ! ext/B/B.pm ext/B/B/C.pm
25469 ____________________________________________________________________________
25470 [  7397] By: jhi                                   on 2000/10/22  17:35:18
25471         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
25472              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
25473              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
25474              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
25475      Branch: perl
25476            ! hints/openbsd.sh
25477 ____________________________________________________________________________
25478 [  7396] By: jhi                                   on 2000/10/22  17:19:46
25479         Log: Subject: installman go-faster stripes
25480              From: Nicholas Clark <nick@talking.bollo.cx>
25481              Date: Sat, 21 Oct 2000 17:24:53 +0100
25482              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
25483              
25484              Subject: Re: installman go-faster stripes
25485              From: Russ Allbery <rra@stanford.edu>
25486              Date: 21 Oct 2000 11:04:13 -0700
25487              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
25488      Branch: perl
25489            ! installman pod/pod2man.PL
25490 ____________________________________________________________________________
25491 [  7395] By: jhi                                   on 2000/10/22  17:17:35
25492         Log: Hints tweak from Anton Berezin.
25493      Branch: perl
25494            ! hints/freebsd.sh
25495 ____________________________________________________________________________
25496 [  7394] By: jhi                                   on 2000/10/22  04:50:04
25497         Log: Tweak the Is* definitions of Unicode character classes
25498              to better match the official categorizations; embrace
25499              the official categorizations; add the combining marks
25500              as alpha (and -numeric); fix DCinital (a typo and edito)
25501              to be DCmedial.
25502      Branch: perl
25503            + lib/unicode/Is/DCmedial.pl
25504            - lib/unicode/Is/DCinital.pl
25505            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
25506            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
25507            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
25508            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
25509 ____________________________________________________________________________
25510 [  7393] By: jhi                                   on 2000/10/21  18:06:05
25511         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
25512              From: Daniel Chetlin <daniel@chetlin.com>
25513              Date: Sat, 21 Oct 2000 02:57:03 -0700
25514              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
25515      Branch: perl
25516            + t/lib/tie-splice.t
25517            ! MANIFEST lib/Tie/Array.pm
25518 ____________________________________________________________________________
25519 [  7392] By: gsar                                  on 2000/10/21  18:05:15
25520         Log: resync utfperl branch with mainline
25521      Branch: utfperl
25522           !> (integrate 1760 files)
25523 ____________________________________________________________________________
25524 [  7391] By: jhi                                   on 2000/10/21  14:37:49
25525         Log: Testcases for a #7383,#7385 related bug.
25526              
25527              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
25528              From: Nicholas Clark <nick@ccl4.org>
25529              Date: Sat, 21 Oct 2000 15:04:51 +0100
25530              Message-ID: <20001021150451.A51566@plum.flirble.org>
25531      Branch: perl
25532            ! t/pragma/utf8.t
25533 ____________________________________________________________________________
25534 [  7390] By: jhi                                   on 2000/10/21  14:35:57
25535         Log: Add a testcase for #7389.
25536      Branch: perl
25537            ! t/pragma/warn/op
25538 ____________________________________________________________________________
25539 [  7389] By: jhi                                   on 2000/10/21  14:26:45
25540         Log: Subject: Re: Creating const subs for constants.
25541              From: John Tobey <jtobey@john-edwin-tobey.org>
25542              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
25543              Message-Id: <m13mo0N-000FObC@feynman.localnet>
25544      Branch: perl
25545            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
25546            ! proto.h sv.c
25547 ____________________________________________________________________________
25548 [  7388] By: nick                                  on 2000/10/21  11:44:23
25549         Log: Populate perlio branch
25550      Branch: perlio
25551           +> (branch 1760 files)
25552 ____________________________________________________________________________
25553 [  7387] By: nick                                  on 2000/10/21  10:52:05
25554         Log: Get branch back as replica of mainline via :
25555              p4 integrate -b utfperl
25556              p4 resolve -at ./...
25557      Branch: utfperl
25558           +> (branch 269 files)
25559            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
25560            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
25561            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
25562            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
25563            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
25564            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
25565            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
25566            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
25567            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
25568            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
25569            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
25570            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
25571            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
25572            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
25573            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
25574            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
25575            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
25576            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
25577            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
25578            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
25579            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
25580            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
25581            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
25582            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
25583            - lib/unicode/UCD300.html lib/unicode/Unicode.300
25584            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
25585            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
25586            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
25587            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
25588           !> (integrate 965 files)
25589 ____________________________________________________________________________
25590 [  7386] By: jhi                                   on 2000/10/21  01:31:12
25591         Log: Update Changes.
25592      Branch: perl
25593            ! Changes patchlevel.h
25594 ____________________________________________________________________________
25595 [  7385] By: jhi                                   on 2000/10/21  01:28:42
25596         Log: The #7383 was right only in the context of the original bug report,
25597              not in more general case.
25598      Branch: perl
25599            ! pp_hot.c
25600 ____________________________________________________________________________
25601 [  7384] By: jhi                                   on 2000/10/21  01:08:23
25602         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
25603      Branch: perl
25604            ! ext/IO/lib/IO/Select.pm
25605 ____________________________________________________________________________
25606 [  7383] By: jhi                                   on 2000/10/21  00:44:18
25607         Log: Fix for ID 20001020.006, concatenating an unset submatch
25608              with utf8 resulted in "Modification of a read-only value".
25609      Branch: perl
25610            ! pp_hot.c t/pragma/utf8.t
25611 ____________________________________________________________________________
25612 [  7382] By: jhi                                   on 2000/10/20  20:44:31
25613         Log: Make scan_num() reëntrant, as suggested in
25614              
25615              Subject: [PATCH perl@7229] Rentrant parser and yylex()
25616              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
25617              Date: Fri, 20 Oct 2000 14:17:27 +0100
25618              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
25619      Branch: perl
25620            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
25621            ! toke.c
25622 ____________________________________________________________________________
25623 [  7381] By: jhi                                   on 2000/10/20  20:07:29
25624         Log: Reëntrancy fix.
25625              
25626              Subject: [PATCH perl@7229] Rentrant parser and yylex()
25627              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
25628              Date: Fri, 20 Oct 2000 14:17:27 +0100
25629              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
25630      Branch: perl
25631            ! embed.h embed.pl perl.h proto.h toke.c
25632 ____________________________________________________________________________
25633 [  7380] By: jhi                                   on 2000/10/20  19:15:54
25634         Log: Don't write double values through long double pointers,
25635              based on a part of
25636              
25637              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
25638              From: Jens Hamisch <jens@Strawberry.COM>
25639              Date: Tue, 17 Oct 2000 08:39:36 +0200
25640              Message-Id: <20001017083936.A11104@Strawberry.COM>
25641      Branch: perl
25642            ! perl.h pp.c
25643 ____________________________________________________________________________
25644 [  7379] By: jhi                                   on 2000/10/20  18:43:37
25645         Log: Portability tweak on #7377.
25646              
25647              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
25648              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
25649              Date:     Fri, 20 Oct 2000 13:13:41 EDT
25650              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
25651      Branch: perl
25652            ! t/lib/dprof.t
25653 ____________________________________________________________________________
25654 [  7378] By: jhi                                   on 2000/10/20  12:57:19
25655         Log: SOCKS function redefinitions need prototypes, too, otherwise
25656              for example 32 bit versus 64 bit differences cause a lot of
25657              problems.  Part of
25658              
25659              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
25660              From: Jens Hamisch <jens@Strawberry.COM>
25661              Date: Tue, 17 Oct 2000 08:39:36 +0200
25662              Message-Id: <20001017083936.A11104@Strawberry.COM>
25663      Branch: perl
25664            ! doio.c pp_sys.c
25665 ____________________________________________________________________________
25666 [  7377] By: jhi                                   on 2000/10/20  12:37:12
25667         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
25668              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
25669              Date:     Fri, 20 Oct 2000 08:26:04 EDT
25670              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
25671      Branch: perl
25672            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
25673 ____________________________________________________________________________
25674 [  7376] By: jhi                                   on 2000/10/20  12:35:31
25675         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
25676              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
25677              Date:     Fri, 20 Oct 2000 07:48:15 EDT
25678              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
25679      Branch: perl
25680            ! configure.com vms/gen_shrfls.pl
25681 ____________________________________________________________________________
25682 [  7375] By: bailey                                on 2000/10/20  04:44:37
25683         Log: SYN SYN
25684      Branch: vmsperl
25685           +> (branch 134 files)
25686            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
25687            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
25688            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
25689            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
25690            - eg/cgi/frameset.cgi eg/cgi/index.html
25691            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
25692            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
25693            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
25694            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
25695            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
25696            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
25697            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
25698            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
25699            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
25700            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
25701            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
25702            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
25703            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
25704            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
25705            - lib/unicode/Props.txt lib/unicode/UCD300.html
25706            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
25707            - utils/perlbc.PL vms/subconfigure.com
25708           !> (integrate 785 files)
25709 ____________________________________________________________________________
25710 [  7374] By: jhi                                   on 2000/10/20  00:59:48
25711         Log: In the latest compiler builds cccdlflags must not become -fpic,
25712              from Wilfredo Sánchez.
25713      Branch: perl
25714            ! hints/darwin.sh
25715 ____________________________________________________________________________
25716 [  7373] By: jhi                                   on 2000/10/20  00:56:35
25717         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
25718              From: Tony Cook <tony@develop-help.com>
25719              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
25720              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
25721      Branch: perl
25722            ! pod/perlop.pod
25723 ____________________________________________________________________________
25724 [  7372] By: jhi                                   on 2000/10/19  19:34:40
25725         Log: Typo noted by Mark Lutz.
25726      Branch: perl
25727            ! t/op/64bitint.t
25728 ____________________________________________________________________________
25729 [  7371] By: jhi                                   on 2000/10/19  19:33:13
25730         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
25731      Branch: metaconfig
25732            ! U/modified/Cppsym.U U/modified/Oldconfig.U
25733      Branch: metaconfig/U/perl
25734            ! End.U dlsrc.U libperl.U
25735      Branch: perl
25736            + hints/nonstopux.sh
25737            ! Configure MANIFEST config_h.SH
25738 ____________________________________________________________________________
25739 [  7370] By: jhi                                   on 2000/10/19  17:18:08
25740         Log: Subject: PATCH do_print has 2 PerlIO_error()s
25741              From: nick@ccl4.org
25742              Date: Thu, 19 Oct 2000 18:09:20 +0100
25743              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
25744      Branch: perl
25745            ! doio.c
25746 ____________________________________________________________________________
25747 [  7369] By: jhi                                   on 2000/10/19  14:01:49
25748         Log: Update Changes.
25749      Branch: perl
25750            ! Changes patchlevel.h
25751 ____________________________________________________________________________
25752 [  7368] By: jhi                                   on 2000/10/19  13:04:29
25753         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
25754              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
25755              Date: Wed, 18 Oct 2000 13:12:01 +0200
25756              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
25757      Branch: perl
25758            ! hints/aix.sh
25759 ____________________________________________________________________________
25760 [  7367] By: jhi                                   on 2000/10/19  02:22:40
25761         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
25762              of a 'pmshort' anywhere in the B, so the offending line was simply
25763              removed.
25764      Branch: perl
25765            ! ext/B/B/Debug.pm
25766 ____________________________________________________________________________
25767 [  7366] By: jhi                                   on 2000/10/19  02:12:37
25768         Log: Add the test case for the bug id 20000730.004 which seems
25769              to have been fixed by now.
25770      Branch: perl
25771            ! t/pragma/utf8.t
25772 ____________________________________________________________________________
25773 [  7365] By: jhi                                   on 2000/10/18  23:36:24
25774         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
25775              From: Hugo <hv@crypt.compulink.co.uk>
25776              Date: Wed, 18 Oct 2000 23:25:58 +0100
25777              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
25778      Branch: perl
25779            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
25780 ____________________________________________________________________________
25781 [  7364] By: jhi                                   on 2000/10/18  21:12:53
25782         Log: (retracted)
25783      Branch: perl
25784            ! pp.c
25785 ____________________________________________________________________________
25786 [  7363] By: jhi                                   on 2000/10/18  20:55:38
25787         Log: Missing change from #7362.
25788      Branch: perl
25789            ! win32/perlhost.h
25790 ____________________________________________________________________________
25791 [  7362] By: jhi                                   on 2000/10/18  20:52:01
25792         Log: Borland C fstat() never saw the fd as writable.
25793              
25794              Subject: fix for Borland's weak "stat" (perl@7211)
25795              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
25796              Date: Mon, 16 Oct 2000 09:55:03 +0400
25797              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
25798      Branch: perl
25799            ! win32/win32.c
25800 ____________________________________________________________________________
25801 [  7361] By: jhi                                   on 2000/10/18  17:43:50
25802         Log: Regen toc.
25803      Branch: perl
25804            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
25805 ____________________________________________________________________________
25806 [  7360] By: jhi                                   on 2000/10/18  17:07:44
25807         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
25808              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
25809              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
25810              Date: Mon, 16 Oct 2000 15:19:49 +0200
25811      Branch: perl
25812            + README.aix
25813            ! MANIFEST
25814 ____________________________________________________________________________
25815 [  7359] By: jhi                                   on 2000/10/18  17:04:49
25816         Log: Subject: Pod patch for Devel::Peek
25817              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
25818              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
25819              Date: Mon, 16 Oct 2000 12:26:34 +0200
25820      Branch: perl
25821            ! ext/Devel/Peek/Peek.pm
25822 ____________________________________________________________________________
25823 [  7358] By: jhi                                   on 2000/10/18  17:03:15
25824         Log: Make Cwd more bulletproof in chrooted environments.
25825              
25826              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
25827              From: "Eric E. Coe" <Eric.Coe@oracle.com>
25828              Date: Wed, 18 Oct 2000 04:03:54 -0400
25829              Message-Id: <39ED596A.70E599FE@oracle.com>
25830      Branch: perl
25831            ! lib/Cwd.pm
25832 ____________________________________________________________________________
25833 [  7357] By: jhi                                   on 2000/10/18  16:37:26
25834         Log: Disable the UTF8 downgrade croakage for now to avoid
25835              too many not okay messages.
25836      Branch: perl
25837            ! doio.c
25838 ____________________________________________________________________________
25839 [  7356] By: jhi                                   on 2000/10/17  23:29:41
25840         Log: Show the failed remote port, instead of the failing line number.
25841              
25842              Subject: [PATCH 5.6.1 Debugger] More diagnostics
25843              From: David Sparks <daves@ActiveState.com>
25844              Date: Tue, 17 Oct 2000 15:00:24 -0700
25845              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
25846      Branch: perl
25847            ! lib/perl5db.pl
25848 ____________________________________________________________________________
25849 [  7355] By: jhi                                   on 2000/10/17  14:11:31
25850         Log: On output try to downgrade to bytes, croak if impossible,
25851              from Simon Cozens.  This means that outputting >255 UTF8
25852              is impossible.  Consider this as a strong incentive to get
25853              the I/O disciplines implemented.
25854      Branch: perl
25855            ! doio.c pod/perldiag.pod sv.c
25856 ____________________________________________________________________________
25857 [  7354] By: jhi                                   on 2000/10/17  13:42:23
25858         Log: Clarify documentation on 'use bytes'.
25859              
25860              Subject: Re: What does 'use bytes' "mean" ?
25861              From: Simon Cozens <simon@cozens.net>
25862              Date: Mon, 18 Sep 2000 18:24:25 +0100
25863              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
25864      Branch: perl
25865            ! lib/bytes.pm
25866 ____________________________________________________________________________
25867 [  7353] By: jhi                                   on 2000/10/17  13:28:12
25868         Log: Workaround for a sfio bug where the stream error indicator
25869              is not cleared as documented.
25870              
25871              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
25872              From: Nicholas Clark <nick@ccl4.org>
25873              Date: Mon, 16 Oct 2000 18:28:23 +0100
25874              Message-ID: <20001016182823.J19700@plum.flirble.org>
25875      Branch: perl
25876            ! doio.c
25877 ____________________________________________________________________________
25878 [  7352] By: jhi                                   on 2000/10/17  13:06:19
25879         Log: More IoTYPE sprinkling.
25880      Branch: perl
25881            ! doio.c pp_hot.c
25882 ____________________________________________________________________________
25883 [  7351] By: jhi                                   on 2000/10/16  22:47:07
25884         Log: Detect early whether the std streams have gone bad.
25885              
25886              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
25887              Date: Mon, 16 Oct 2000 23:28:42 +0100
25888              From: Nicholas Clark <nick@ccl4.org>
25889              Message-ID: <20001016232842.A37942@plum.flirble.org>
25890      Branch: perl
25891            ! t/op/misc.t
25892 ____________________________________________________________________________
25893 [  7350] By: jhi                                   on 2000/10/16  22:45:16
25894         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
25895              From: "Peter J. Farley III" <pjfarley@banet.net>
25896              Date: Mon, 16 Oct 2000 18:15:59 -0400
25897              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
25898      Branch: perl
25899            ! djgpp/djgpp.c dosish.h t/io/open.t
25900 ____________________________________________________________________________
25901 [  7349] By: jhi                                   on 2000/10/16  22:36:45
25902         Log: perldelta tweak.
25903      Branch: perl
25904            ! pod/perldelta.pod
25905 ____________________________________________________________________________
25906 [  7348] By: jhi                                   on 2000/10/16  15:17:53
25907         Log: Update Changes.
25908      Branch: perl
25909            ! Changes patchlevel.h
25910 ____________________________________________________________________________
25911 [  7347] By: jhi                                   on 2000/10/16  13:55:27
25912         Log: Add the capability to include/exclude branches.
25913      Branch: perl
25914            ! Porting/genlog
25915 ____________________________________________________________________________
25916 [  7346] By: jhi                                   on 2000/10/16  13:18:04
25917         Log: Add Charles Lane.
25918      Branch: perl
25919            ! AUTHORS Changes
25920 ____________________________________________________________________________
25921 [  7345] By: jhi                                   on 2000/10/16  13:13:21
25922         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
25923      Branch: perl
25924            ! pod/perldelta.pod
25925 ____________________________________________________________________________
25926 [  7344] By: gsar                                  on 2000/10/16  09:30:21
25927         Log: integrate change#6220 from cfgperl
25928              
25929              Win32 patches from Benjamin Stuhl.
25930      Branch: maint-5.6/perl
25931           !> makedef.pl win32/win32.h
25932 ____________________________________________________________________________
25933 [  7343] By: gsar                                  on 2000/10/16  08:32:19
25934         Log: integrate changes#6221,6222 from cfgperl
25935              
25936              Remove tr///CU (the feature is to be obsoleted by better interfaces).
25937              From: simon@brecon.co.uk (Simon Cozens)
25938              Subject: [PATCH] Eliminate tr///[CU][CU]
25939              Date: 23 Jun 2000 11:05:40 GMT
25940              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
25941              
25942              doc typo fix
25943              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
25944              From: Ian Phillipps <Ian.Phillipps@iname.com>
25945              Date: Fri, 23 Jun 2000 10:40:58 +0100
25946              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
25947      Branch: maint-5.6/perl
25948           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
25949 ____________________________________________________________________________
25950 [  7342] By: gsar                                  on 2000/10/16  08:28:08
25951         Log: integrate change#6217 from cfgperl (in part)
25952              
25953              Rename the fdpid locking and integrate with Sarathy.
25954      Branch: maint-5.6/perl
25955           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
25956           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
25957           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
25958           !> win32/win32.c
25959 ____________________________________________________________________________
25960 [  7341] By: gsar                                  on 2000/10/16  08:23:39
25961         Log: integrate changes#6214..6216 from mainline
25962              
25963              @_ can't have junk in it even in the non-USE_ITHREADS case because
25964              caller() wants to populate @DB::args with it (causes a coredump
25965              in Carp::confess())
25966              
25967              tweak comment about @DB::args
25968              
25969              be more optimal about clearing @_
25970      Branch: maint-5.6/perl
25971           !> av.h cop.h pp_ctl.c t/op/runlevel.t
25972 ____________________________________________________________________________
25973 [  7340] By: gsar                                  on 2000/10/16  08:20:37
25974         Log: integrate changes#6207..6210 from cfgperl
25975              
25976              Subject: [PATCH 5.6.0] Threadsafe patches
25977              From: Dan Sugalski <dan@sidhe.org>
25978              To: perl5-porters@perl.org
25979              Date: Mon, 08 May 2000 18:08:13 -0400
25980              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
25981              
25982              Regen headers for #6207.
25983              
25984              Lock PL_fdpid against race conditions, based on:
25985              Subject: [PATCH 5.6.0]subprocess fixup for threads
25986              From: Dan Sugalski <dan@sidhe.org>
25987              To: perl5-porters@perl.org
25988              Date: Tue, 11 Apr 2000 17:02:32 -0400
25989              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
25990              
25991              Mopup for #6207 and #6209.
25992      Branch: maint-5.6/perl
25993           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
25994           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
25995           !> win32/win32.c
25996 ____________________________________________________________________________
25997 [  7339] By: gsar                                  on 2000/10/16  08:14:34
25998         Log: integrate change#6203 from cfgperl
25999              
26000              perldiag should refer to perlos2.pod not README.os2
26001      Branch: maint-5.6/perl
26002           !> pod/perldiag.pod
26003 ____________________________________________________________________________
26004 [  7338] By: gsar                                  on 2000/10/16  08:11:42
26005         Log: integrate change#6201 from mainline
26006              
26007              Perl_eval_pv() leaks 4 bytes every time it is called because it
26008              does a PUSHMARK that's never ever POPMARKed; in general, only
26009              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
26010              Perl_eval_[sp]v() don't because they don't take any incoming
26011              arguments (this leak has been around since the original version
26012              of perl_eval_pv() in 5.003_97e)
26013      Branch: maint-5.6/perl
26014           !> perl.c
26015 ____________________________________________________________________________
26016 [  7337] By: gsar                                  on 2000/10/16  08:08:47
26017         Log: integrate changes#6197..6200 from cfgperl
26018              
26019              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
26020              From: John Borwick <jhborwic@unity.ncsu.edu>
26021              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
26022              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
26023              
26024              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
26025              From: Dan Sugalski <dan@sidhe.org>
26026              To: vmsperl@perl.org, perl5-porters@perl.org
26027              Date: Fri, 02 Jun 2000 16:00:41 -0400
26028              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
26029              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
26030              
26031              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
26032              From: Dan Sugalski <dan@sidhe.org>
26033              To: perl5-porters@perl.org, vmsperl@perl.org
26034              Date: Fri, 02 Jun 2000 17:30:51 -0400
26035              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
26036              
26037              Update to cperl-mode.el 4.31 from
26038              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
26039              Subject: A couple of notes
26040              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26041              To: Mailing list Perl5 <perl5-porters@perl.org>
26042              Date: Sat, 3 Jun 2000 23:33:32 -0400
26043              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
26044      Branch: maint-5.6/perl
26045           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
26046           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
26047           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
26048           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
26049           !> vms/vmsish.h
26050 ____________________________________________________________________________
26051 [  7336] By: gsar                                  on 2000/10/16  08:03:46
26052         Log: integrate changes#6194,6195 from mainline
26053              
26054              fix small eval"" memory leaks under USE_ITHREADS
26055              
26056              fix yet another eval"" leak under USE_ITHREADS
26057      Branch: maint-5.6/perl
26058           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
26059           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
26060           !> vms/perly_c.vms
26061 ____________________________________________________________________________
26062 [  7335] By: gsar                                  on 2000/10/16  08:02:15
26063         Log: integrate changes#6190,6191 from mainline
26064              
26065              submit missing embed.pl change
26066              
26067              vec() loses numericalness (modified version of patch suggested
26068              by Robin Barker)
26069      Branch: maint-5.6/perl
26070           !> doop.c embed.pl t/op/vec.t
26071 ____________________________________________________________________________
26072 [  7334] By: gsar                                  on 2000/10/16  08:01:03
26073         Log: integrate change#6189 from mainline
26074              
26075              counting tr/// corrupts later operation (from M.J.T Guy)
26076      Branch: maint-5.6/perl
26077           !> doop.c t/op/tr.t
26078 ____________________________________________________________________________
26079 [  7333] By: gsar                                  on 2000/10/16  07:59:07
26080         Log: integrate changes#6183..6188 from mainline
26081              
26082              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
26083              <nick@ccl4.org>)
26084              
26085              tweak for change#6127
26086              
26087              remove incorrect documentation about implicit split to @_ in
26088              list context, which never really worked in perl 5 (from
26089              M.J.T. Guy)
26090              
26091              further qualify references to "alphanumeric" (from Wolfgang Laun
26092              <wolfgang.laun@alcatel.at>)
26093              
26094              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
26095              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
26096              
26097              h2xs tweaks
26098      Branch: maint-5.6/perl
26099           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
26100           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
26101           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
26102           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
26103           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
26104           !> pod/pod2latex.PL utils/h2xs.PL
26105 ____________________________________________________________________________
26106 [  7332] By: gsar                                  on 2000/10/16  07:53:52
26107         Log: integrate change#6179 from mainline
26108              
26109              buggy modulus on UVs introduced by change#3378 (resulted in
26110              4063328477 % 65535 amounting to 27406, instead of 27407)
26111      Branch: maint-5.6/perl
26112           !> pp.c t/op/arith.t
26113 ____________________________________________________________________________
26114 [  7331] By: gsar                                  on 2000/10/16  07:52:49
26115         Log: integrate changes#6176,6177,6178,6182 from cfgperl
26116              
26117              Single-quoted utf8 patch from Simon Cozens.
26118              
26119              Substitution utf8 patch from Simon Cozens.
26120              
26121              Be cleaner.
26122              
26123              Be Cleaner Part Deux.
26124      Branch: maint-5.6/perl
26125           !> Makefile.SH pp_hot.c toke.c
26126 ____________________________________________________________________________
26127 [  7330] By: gsar                                  on 2000/10/16  07:41:36
26128         Log: integrate change#6172 from mainline
26129              
26130              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
26131              (from Ilya Zakharevich)
26132      Branch: maint-5.6/perl
26133           !> regexec.c t/op/re_tests
26134 ____________________________________________________________________________
26135 [  7329] By: gsar                                  on 2000/10/16  07:40:25
26136         Log: integrate change#6171 from mainline
26137              
26138              scalar() doesn't force scalar context when used in void context
26139              (from Simon Cozens)
26140      Branch: maint-5.6/perl
26141           !> op.c t/op/wantarray.t
26142 ____________________________________________________________________________
26143 [  7328] By: gsar                                  on 2000/10/16  07:39:33
26144         Log: integrate change#6170 from mainline
26145              
26146              change#6142 needs tweaks to tests to work where there's no
26147              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
26148      Branch: maint-5.6/perl
26149           !> t/lib/filefind.t
26150 ____________________________________________________________________________
26151 [  7327] By: gsar                                  on 2000/10/16  07:35:34
26152         Log: integrate changes#6166..6168 from cfgperl
26153              
26154              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
26155              in case somebody wants to write an extension for more
26156              shadow database interfaces.
26157              
26158              tweak todo
26159              
26160              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
26161      Branch: maint-5.6/perl
26162           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
26163           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
26164           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
26165           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
26166           !> win32/config.vc win32/config_H.bc win32/config_H.gc
26167           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
26168 ____________________________________________________________________________
26169 [  7326] By: gsar                                  on 2000/10/16  07:29:05
26170         Log: integrate changes#6157,6159..6161,6164 from cfgperl
26171              
26172              Regen Configure to jive with #6149.
26173              
26174              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
26175              
26176              Changes for the File::Temp 0.08 (change #6159) test suite
26177              to fit better into the Perl distribution test framework.
26178              
26179              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
26180              both from Simon Cozens.
26181              
26182              detypo
26183      Branch: maint-5.6/perl
26184           +> pod/perlmodlib.PL pod/perlnewmod.pod
26185           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
26186           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
26187           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
26188           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
26189 ____________________________________________________________________________
26190 [  7325] By: gsar                                  on 2000/10/16  07:25:13
26191         Log: integrate change#6158 from vmsperl
26192              
26193              Add fallback to tmpfile for use in cases where user's relying on
26194              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
26195              Lane's patch)
26196      Branch: maint-5.6/perl
26197           !> vms/vms.c vms/vmsish.h
26198 ____________________________________________________________________________
26199 [  7324] By: gsar                                  on 2000/10/16  07:20:50
26200         Log: integrate changes#6153..6155 from mainline
26201              
26202              prettier Test::Harness output on failed tests (from Nicholas Clark
26203              <nick@Bagpuss.uk.boo.com>)
26204              
26205              avoid type mismatch warning
26206              
26207              small bug in change#6144; remove random \xA0 character that snuck
26208              in via change#6145
26209      Branch: maint-5.6/perl
26210           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
26211           !> perl.c
26212 ____________________________________________________________________________
26213 [  7323] By: gsar                                  on 2000/10/16  07:18:47
26214         Log: integrate changes#6151,6152 from mainline
26215              
26216              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
26217              
26218              cosmetic fixups of RE debug output (from Ilya Zakharevich)
26219      Branch: maint-5.6/perl
26220           !> regexec.c
26221 ____________________________________________________________________________
26222 [  7322] By: gsar                                  on 2000/10/16  07:17:25
26223         Log: integrate changes#6146..6150 from mainline
26224              
26225              doc typo
26226              
26227              add a make entry to Config.pm so "perl -V:make" works on VMS
26228              (from Peter Prymmer)
26229              
26230              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
26231              
26232              OS/2 tweaks for usethreads build (from Rocco Caputo
26233              <troc@netrus.net>)
26234              
26235              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
26236      Branch: maint-5.6/perl
26237           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
26238           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
26239           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
26240           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
26241           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
26242           !> warnings.pl x2p/a2p.h
26243 ____________________________________________________________________________
26244 [  7321] By: gsar                                  on 2000/10/16  07:14:02
26245         Log: integrate changes#6143..6145 from mainline
26246              
26247              MacOS support, part 1 (from Matthias Neeracher
26248              <neeri@iis.ee.ethz.ch>)
26249              
26250              MacOS support, part 2: make AutoSplit use File::Spec instead
26251              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
26252              <neeri@iis.ee.ethz.ch>)
26253              
26254              make xsubpp skip embedded pod (from Matthias Neeracher
26255              <neeri@iis.ee.ethz.ch>)
26256      Branch: maint-5.6/perl
26257           +> ext/DynaLoader/dl_mac.xs
26258           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
26259           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
26260           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
26261           !> pp_ctl.c proto.h toke.c util.c util.h
26262 ____________________________________________________________________________
26263 [  7320] By: gsar                                  on 2000/10/16  07:12:13
26264         Log: integrate changes#6141,6142 from mainline
26265              
26266              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
26267              forwarded by Peter Seebach from the bsdi-users mailing list.
26268              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
26269              
26270              File::Find fails to chdir when chasing symlinks (from
26271              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
26272      Branch: maint-5.6/perl
26273           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
26274 ____________________________________________________________________________
26275 [  7319] By: gsar                                  on 2000/10/16  07:04:30
26276         Log: integrate change#6139 from mainline
26277              
26278              revise mktables.PL for bugs and newness in Unicode 3.0
26279              (from James Bence <jbence@amgen.com>)
26280      Branch: maint-5.6/perl
26281           +> (branch 30 files)
26282           !> (integrate 49 files)
26283 ____________________________________________________________________________
26284 [  7318] By: gsar                                  on 2000/10/16  07:01:01
26285         Log: integrate changes#6137,6138 from mainline
26286              
26287              fix bogus redeclaration warning for "our" variables in different
26288              scopes
26289              
26290              add note about the handling of negative indices to tied arrays
26291              (from Michael G Schwern <schwern@pobox.com>)
26292      Branch: maint-5.6/perl
26293           !> op.c pod/perltie.pod t/pragma/strict-vars
26294 ____________________________________________________________________________
26295 [  7317] By: gsar                                  on 2000/10/16  06:58:46
26296         Log: integrate changes#6127..6136 from mainline
26297              
26298              call_method(...,G_EVAL) can longjmp() out if the method probing
26299              failed (from Gisle Aas)
26300              
26301              new perlxstut example for passing/returning refs to arrays
26302              (from David Lowe <dlowe@pootpoot.com>)
26303              
26304              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
26305              
26306              fix places that mean C<"word" character> but say C<alphanumeric
26307              character>
26308              
26309              avoid warnings in POSIX.pm (from Barrie Slaymaker)
26310              
26311              warnings::enabled() doesn't fall back to looking at $^W if
26312              caller isn't using lexical warnings (from Paul Marquess)
26313              
26314              elide bogus test in change#6132
26315              
26316              make Test::Harness use wait.h/WCOREDUMP if available
26317              (from Ben Tilly <ben_tilly@hotmail.com>)
26318              
26319              enable Test::Harness to dynamically determine column width etc.
26320              (from Rob Napier <rnapier@employees.org>)
26321              
26322              random pod typos (from Peter Scott <Peter@PSDT.com>)
26323      Branch: maint-5.6/perl
26324           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
26325           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
26326           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
26327           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
26328 ____________________________________________________________________________
26329 [  7316] By: gsar                                  on 2000/10/16  06:53:23
26330         Log: integrate change#6126 from mainline
26331              
26332              change#2879 broke rvalue autovivification of magicals such as
26333              ${$num} (reworked variant of patch suggested by Simon Cozens)
26334      Branch: maint-5.6/perl
26335           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
26336           !> pp_hot.c proto.h t/op/gv.t
26337 ____________________________________________________________________________
26338 [  7315] By: gsar                                  on 2000/10/16  06:51:38
26339         Log: integrate changes#6123,6125 from mainline
26340              
26341              clarify gotcha with #line directives (from Rocco Caputo
26342              <troc@netrus.net>)
26343              
26344              enable propagating exception objects via Perl_croak() in XS code
26345              (from Gisle Aas)
26346      Branch: maint-5.6/perl
26347           !> pod/perldebug.pod pod/perlsyn.pod util.c
26348 ____________________________________________________________________________
26349 [  7314] By: gsar                                  on 2000/10/16  06:49:28
26350         Log: integrate change#6122 from mainline
26351              
26352              downgrade fatal error on C<"foo@nosucharray.com"> to optional
26353              warning (from Mark-Jason Dominus)
26354      Branch: maint-5.6/perl
26355           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
26356           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
26357           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
26358           !> toke.c
26359 ____________________________________________________________________________
26360 [  7313] By: gsar                                  on 2000/10/16  06:46:54
26361         Log: integrate changes#6112..6121 from vmsperl
26362              
26363              Check for existence of file before trying to delete
26364              
26365              Ugly workaround for version-specific RTL error
26366              
26367              Urk -- undo previous removal of vmsish 'exit' change
26368              
26369              Add bounds checking for several strings (Charles Lane)
26370              
26371              Miscellaneous cosmetic fixes (Charles Lane)
26372              
26373              Treat sockets as special in sys(read|write) (Charles Lane et al.)
26374              
26375              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
26376              Flatten case labels in switch statements uniformly (Charles Bailey)
26377              
26378              Quiet error messages in vmsish.t (Charles Lane)
26379              
26380              Add missing escape (Charles Lane)
26381              
26382              Allow eliminate_macros() and fixpath() to handle space-delimited
26383              lists (based on fixes by Craig Berry)
26384      Branch: maint-5.6/perl
26385           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
26386           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
26387           !> vms/vmsish.h
26388 ____________________________________________________________________________
26389 [  7312] By: gsar                                  on 2000/10/16  06:41:18
26390         Log: integrate changes#6107,6110 from cfgperl
26391              
26392              Tweak the todo list.
26393              
26394              todo tweak
26395      Branch: maint-5.6/perl
26396           !> Todo-5.6
26397 ____________________________________________________________________________
26398 [  7311] By: gsar                                  on 2000/10/16  06:38:38
26399         Log: integrate changes#6104,6108 from mainline
26400              
26401              PL_sys_intern was being initialized too late on windows
26402              
26403              reenable fake signal handling on Windows, bugs and all
26404      Branch: maint-5.6/perl
26405           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
26406           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
26407           !> win32/win32.c
26408 ____________________________________________________________________________
26409 [  7310] By: gsar                                  on 2000/10/16  06:36:03
26410         Log: integrate changes#6095,6097..6103 from cfgperl
26411              
26412              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
26413              might be useful in future.
26414              
26415              Add a note about possible compilation problems from Allen Smith.
26416              
26417              Add a note about other, yet unsupported, shadow password APIs.
26418              
26419              Tweaks for the cc bugs from Allen Smith.
26420              
26421              More compilation tweakery from Allen Smith.
26422              
26423              Hints and test tweaks for Unicos.
26424              
26425              The test suite tweak in #6101 wasn't quite right.
26426              
26427              Test tweaking for Unicos continues.
26428      Branch: maint-5.6/perl
26429           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
26430           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
26431           !> t/lib/complex.t t/op/64bitint.t
26432 ____________________________________________________________________________
26433 [  7309] By: gsar                                  on 2000/10/16  06:29:41
26434         Log: integrate changes#6093,6094 from mainline
26435              
26436              fork() failure to create pseudo process sets errno=EAGAIN and returns
26437              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
26438              
26439              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
26440      Branch: maint-5.6/perl
26441           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
26442           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
26443 ____________________________________________________________________________
26444 [  7308] By: gsar                                  on 2000/10/16  06:27:29
26445         Log: integrate change#6092 from cfgperl
26446              
26447              Regen perltoc with the fixed buildtoc.
26448      Branch: maint-5.6/perl
26449           !> pod/perltoc.pod
26450 ____________________________________________________________________________
26451 [  7307] By: gsar                                  on 2000/10/16  06:26:40
26452         Log: integrate changes#6089,6090 from mainline
26453              
26454              buildtoc tweak to fix newline lossage
26455              
26456              concat doesn't preserve utf8-ness, and doesn't invalidate
26457              [NI]OK; added tests for both
26458      Branch: maint-5.6/perl
26459           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
26460 ____________________________________________________________________________
26461 [  7306] By: gsar                                  on 2000/10/16  06:24:05
26462         Log: integrate change#6088 from cfgperl
26463              
26464              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
26465              because we do not use those.  The HAS_GETSPNAM remains,
26466              though, because we still do use that.
26467      Branch: maint-5.6/perl
26468           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
26469           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
26470           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
26471           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
26472           !> win32/config.vc win32/config_H.bc win32/config_H.gc
26473           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
26474 ____________________________________________________________________________
26475 [  7305] By: gsar                                  on 2000/10/16  06:15:52
26476         Log: integrate changes#6084,6085,6087 from mainline
26477              
26478              substr() does not preserve utf8-ness (from Stefan Eissing
26479              <Eissing@medicaldataservice.de>); added tests
26480              
26481              repeat operator (x) doesn't preserve utf8-ness
26482              
26483              reverse() and quotemeta() weren't preserving utf8-ness; add tests
26484      Branch: maint-5.6/perl
26485           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
26486 ____________________________________________________________________________
26487 [  7304] By: gsar                                  on 2000/10/16  06:13:10
26488         Log: integrate changes#6077..6083 from mainline
26489              
26490              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
26491              and Tom Phoenix)
26492              
26493              workaround for CRT bug in chdir() (from Charles Lane, via
26494              Peter Prymmer)
26495              
26496              remove outdated kludge in Carp (NULLs are permitted in diagnostics
26497              now)
26498              
26499              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
26500              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
26501              
26502              better default perlbug categories for ok reports (from Richard Foley)
26503              
26504              peek.t non-portable to ithreads
26505              
26506              note about undocumented caller() return value (from M.J.T. Guy);
26507              yet another peek.t tweak
26508      Branch: maint-5.6/perl
26509           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
26510           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
26511           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
26512           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
26513           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
26514           !> vms/vmsish.h
26515 ____________________________________________________________________________
26516 [  7303] By: gsar                                  on 2000/10/16  06:03:18
26517         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
26518              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
26519              
26520              &HUGE_VAL is not defined, it exists.
26521              
26522              Do not warn that an infinity does not look like a number.
26523              
26524              Rewrite the pwent/spent logic to be a little bit more clearer.
26525              
26526              Continue on the pwent/spent case.
26527              
26528              Correct Freudian slip.
26529              
26530              Use HUGE_VALL if applicable.
26531              
26532              pwent/spent #ifdef imbalance.
26533              
26534              Infinite problems.
26535              
26536              Call getspnam() only iff needd.
26537              
26538              Test both the scalar and list contexts.
26539              
26540              Use setxxent()/endxxent().
26541              
26542              Complex tweakery.
26543              
26544              Unicos hint tweak.
26545              
26546              Be more forgiving in POSIX about HUGE_VALL.
26547              
26548              Detypo.
26549              
26550              The search of infinity continues, this time simplified.
26551              
26552              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
26553              in natively 64-bit platforms where a long is a quad (no need
26554              for long longs).  Also added bias for IVs.
26555              
26556              Complex tweaks.
26557              
26558              Introduce t/lib/peek.t.
26559              
26560              Make the test more portable.
26561      Branch: maint-5.6/perl
26562           +> t/lib/peek.t
26563            ! pp_sys.c
26564           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
26565           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
26566           !> t/op/pwent.t toke.c util.c
26567 ____________________________________________________________________________
26568 [  7302] By: gsar                                  on 2000/10/16  05:03:37
26569         Log: integrate changes#6066..6071 from mainline
26570              
26571              s/END/CHECK/
26572              
26573              replace direct call to sighandler() with (*PL_sighandlerp)()
26574              
26575              note about values()
26576              
26577              File::Spec compatibility update (from Barrie Slaymaker
26578              <barries@slaysys.com>)
26579              
26580              remove misleading comment (from M.J.T. Guy)
26581              
26582              misformatted perllocal.pod (from Tim Jenness
26583              <t.jenness@jach.hawaii.edu>)
26584      Branch: maint-5.6/perl
26585           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
26586           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
26587           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
26588           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
26589 ____________________________________________________________________________
26590 [  7301] By: gsar                                  on 2000/10/16  05:00:08
26591         Log: integrate changes#6061..6063 from mainline
26592              
26593              change#5921 neglected to make eq honor "use bytes"
26594              
26595              additional tests for utf8.t
26596              
26597              tokeq() could read unallocated field in argument
26598      Branch: maint-5.6/perl
26599           !> sv.c t/pragma/utf8.t toke.c
26600 ____________________________________________________________________________
26601 [  7300] By: gsar                                  on 2000/10/16  04:56:54
26602         Log: integrate changes#6046,6048,6057,6058 from mainline
26603              
26604              libscheck has insufficient checks for n32 libs (from
26605              Albert Chin-A-Young <china@thewrittenword.com>)
26606              
26607              add note about how $( doesn't interpolate in REs (from
26608              Philip Newton <newton@ficus.frogspace.net>)
26609              
26610              fix broken parsing of /\x{ab}/
26611              
26612              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
26613              (spotted by Donald Kinzer <dkinzer@premia.com>)
26614      Branch: maint-5.6/perl
26615           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
26616           !> t/pragma/utf8.t
26617 ____________________________________________________________________________
26618 [  7299] By: gsar                                  on 2000/10/16  04:52:50
26619         Log: integrate change#6044 from mainline
26620              
26621              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
26622              such that underscores are only ignored in literal numbers,
26623              "\x{...}", and hex/oct argument
26624      Branch: maint-5.6/perl
26625           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
26626 ____________________________________________________________________________
26627 [  7298] By: gsar                                  on 2000/10/16  04:50:53
26628         Log: integrate changes#6027..6043 from mainline
26629              
26630              podlators-1.02 update (from Russ Allbery)
26631              
26632              Pod::Man generates groff-incompatible macro definition (from
26633              Tom Christiansen)
26634              
26635              add CGI.pm v2.66 (from Lincoln Stein)
26636              
26637              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
26638              for @- and @+ (from Johan Vromans)
26639              
26640              small nits in diagnostics.pm (from Robin Barker)
26641              
26642              whitespace adjustments
26643              
26644              missing files in MANIFEST
26645              
26646              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
26647              to compensate
26648              
26649              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
26650              
26651              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
26652      Branch: maint-5.6/perl
26653           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
26654           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
26655           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
26656           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
26657           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
26658           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
26659           !> t/lib/cgi-html.t t/lib/cgi-request.t
26660 ____________________________________________________________________________
26661 [  7297] By: gsar                                  on 2000/10/16  04:44:30
26662         Log: integrate change#6025 from mainline
26663              
26664              Is{Alnum,Alpha,Word} don't match titlecase
26665              TODO: IsSpace is defined recursively!
26666              (both spotted by Larry)
26667      Branch: maint-5.6/perl
26668           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
26669           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
26670 ____________________________________________________________________________
26671 [  7296] By: gsar                                  on 2000/10/16  04:39:30
26672         Log: integrate change#6023 from mainline
26673              
26674              debugger stomps on $. (from M.J.T. Guy)
26675      Branch: maint-5.6/perl
26676           !> lib/perl5db.pl
26677 ____________________________________________________________________________
26678 [  7295] By: gsar                                  on 2000/10/16  04:38:02
26679         Log: integrate change#6022 from mainline
26680              
26681              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
26682      Branch: maint-5.6/perl
26683           !> sv.c
26684 ____________________________________________________________________________
26685 [  7294] By: gsar                                  on 2000/10/16  04:37:05
26686         Log: integrate changes#6018..6021 from mainline
26687              
26688              make lib/syslog.t portable to systems that don't have _PATH_LOG,
26689              make _PATH_LOG() return "" if unavailable
26690              
26691              windows portability tweaks
26692              
26693              test tweak
26694              
26695              remove Win2K issue in pod (fixed by change#6020)
26696      Branch: maint-5.6/perl
26697           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
26698           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
26699           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
26700 ____________________________________________________________________________
26701 [  7293] By: gsar                                  on 2000/10/16  04:20:00
26702         Log: integrate changes#6013..6015 from mainline
26703              
26704              tweak change#5945 to display correct switch name in diagnostic
26705              
26706              glob() loading File::Glob behind the scenes may cause syntax errors
26707              
26708              tweak test for portability
26709      Branch: maint-5.6/perl
26710           !> op.c perl.c pod/perldiag.pod t/lib/b.t
26711 ____________________________________________________________________________
26712 [  7292] By: gsar                                  on 2000/10/16  04:18:11
26713         Log: integrate changes#6005..6010 from mainline, cfgperl
26714              
26715              perldoc might fail via "use blib" (from Hugo van der Sanden)
26716              
26717              Regen Configure.
26718              
26719              note about compile failures and END blocks (from M.J.T. Guy)
26720              
26721              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
26722              
26723              (change#6009 integrated earlier in change#7255)
26724              
26725              clarify note about shadow password support (from
26726              gellyfish@gellyfish.com)
26727      Branch: maint-5.6/perl
26728           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
26729           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
26730           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
26731 ____________________________________________________________________________
26732 [  7291] By: gsar                                  on 2000/10/16  04:12:03
26733         Log: integrate changes#6002,6003 from mainline
26734              
26735              destructive sv_setsv() can lose UV-ness from source, causing
26736              numeric promotions/comparisons to fail to do the right thing
26737              
26738              allow REG_EXPAND_SZ keys in Windows registry (from
26739              John Clayton <John.Clayton@barclayscapital.com>)
26740      Branch: maint-5.6/perl
26741           !> sv.c win32/win32.c
26742 ____________________________________________________________________________
26743 [  7290] By: gsar                                  on 2000/10/16  04:10:19
26744         Log: integrate change#6001 from mainline
26745              
26746              support additional library locations via $Config{otherlibdirs}
26747              (from Andy Dougherty)
26748      Branch: maint-5.6/perl
26749           !> Configure INSTALL Porting/Glossary Porting/config.sh
26750           !> Porting/config_H config_h.SH epoc/config.sh perl.c
26751           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
26752           !> win32/config.bc win32/config.gc win32/config.vc
26753 ____________________________________________________________________________
26754 [  7289] By: gsar                                  on 2000/10/16  04:08:28
26755         Log: integrate change#5999 from mainline
26756              
26757              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
26758      Branch: maint-5.6/perl
26759           !> t/pragma/warn/toke toke.c
26760 ____________________________________________________________________________
26761 [  7288] By: gsar                                  on 2000/10/16  04:07:01
26762         Log: integrate changes#5997,5998 from cfgperl
26763              
26764              Preserve $!.
26765              
26766              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
26767      Branch: maint-5.6/perl
26768           !> lib/Math/Complex.pm
26769 ____________________________________________________________________________
26770 [  7287] By: gsar                                  on 2000/10/16  04:04:37
26771         Log: integrate change#5995 from mainline
26772              
26773              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
26774      Branch: maint-5.6/perl
26775           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
26776 ____________________________________________________________________________
26777 [  7286] By: gsar                                  on 2000/10/16  04:03:21
26778         Log: integrate change#5994 from mainline
26779              
26780              fix for missed accounting for null byte in pack("Z",...) (from
26781              M.J.T. Guy)
26782      Branch: maint-5.6/perl
26783           !> pp.c t/op/pack.t
26784 ____________________________________________________________________________
26785 [  7285] By: gsar                                  on 2000/10/16  04:02:11
26786         Log: integrate changes#5989..5993 from mainline
26787              
26788              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
26789              itself and no other (from Tom Hughes)
26790              
26791              use $ENV{LIB} to search for libs under Visual C compiler
26792              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
26793              
26794              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
26795              
26796              pod nit (from Simon Cozens)
26797              
26798              various minor tweaks seen on p5p
26799      Branch: maint-5.6/perl
26800           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
26801           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
26802           !> t/op/array.t toke.c
26803 ____________________________________________________________________________
26804 [  7284] By: gsar                                  on 2000/10/16  03:59:00
26805         Log: integrate changes#5978..5988 from mainline
26806              
26807              sync version numbers in File::Spec with the ones on CPAN
26808              (from Barrie Slaymaker)
26809              
26810              under useithreads, constant pad entries could inadvertantly be
26811              shared across threads (from Eric Blood <eblood@xmission.com>);
26812              added Eric's test case to testsuite
26813              
26814              allow Configure -S to run non-interactively (spotted by Greg Hudson
26815              <ghudson@mit.edu>)
26816              
26817              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
26818              prototype mismatch with CORE::glob(); update pod and tests to
26819              suit (File::Glob::glob() is still available for backward
26820              compatibility, but should be considered deprecated)
26821              
26822              avoid error in IO::Socket::INET when given an unknown service name
26823              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
26824              
26825              numeric conversion of non-number in change#3378 tramples on
26826              OOK offset, causing segfaults
26827              
26828              attributes::reftype() doesn't work on tied argument
26829              
26830              forked child may not exit correctly if it failed to open
26831              /dev/console (from Graham Barr)
26832              
26833              add regular expressions tutorial and quick-start guide (from
26834              Mark Kvale <kvale@phy.ucsf.edu>)
26835              
26836              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
26837              
26838              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
26839              <paul@miraclefish.com>)
26840      Branch: maint-5.6/perl
26841           +> pod/perlrequick.pod pod/perlretut.pod
26842           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
26843           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
26844           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
26845           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
26846           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
26847           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
26848           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
26849           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
26850 ____________________________________________________________________________
26851 [  7283] By: gsar                                  on 2000/10/16  03:52:14
26852         Log: integrate change#5977 from mainline
26853              
26854              autoquote barewords followed by newline and arrow properly
26855              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
26856      Branch: maint-5.6/perl
26857           !> t/pragma/warn/toke toke.c
26858 ____________________________________________________________________________
26859 [  7282] By: gsar                                  on 2000/10/16  03:50:48
26860         Log: integrate change#5976 from mainline
26861              
26862              DB_File v1.73 update (from Paul Marquess)
26863      Branch: maint-5.6/perl
26864           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
26865           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
26866 ____________________________________________________________________________
26867 [  7281] By: gsar                                  on 2000/10/16  03:49:14
26868         Log: integrate change#5975 from mainline
26869              
26870              allow sort() reentrancy (variant of patch suggested by
26871              Hugo van der Sanden)
26872      Branch: maint-5.6/perl
26873           !> pp_ctl.c t/op/sort.t
26874 ____________________________________________________________________________
26875 [  7280] By: gsar                                  on 2000/10/16  03:48:22
26876         Log: integrate change#5974 from mainline
26877              
26878              change#4197 somehow missed initializing PL_errors, meaning
26879              syntax error queueing wasn't working outside eval"" at all;
26880              also fixed eval"" to localize PL_error_count, so that compile-time
26881              eval's don't clobber the error state of the outer context
26882      Branch: maint-5.6/perl
26883           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
26884           !> t/pragma/warn/toke
26885 ____________________________________________________________________________
26886 [  7279] By: gsar                                  on 2000/10/16  03:46:21
26887         Log: integrate change#5973 from mainline
26888              
26889              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
26890      Branch: maint-5.6/perl
26891           !> regcomp.c regexec.c t/op/re_tests
26892 ____________________________________________________________________________
26893 [  7278] By: gsar                                  on 2000/10/16  03:44:54
26894         Log: integrate change#5971 from cfgperl
26895              
26896              Unicos tweaks from Mark P. Lutz.
26897      Branch: maint-5.6/perl
26898           !> hints/unicos.sh lib/Math/Complex.pm
26899 ____________________________________________________________________________
26900 [  7277] By: gsar                                  on 2000/10/16  03:42:59
26901         Log: integrate changes#5966..5970 from mainline
26902              
26903              add testsuite for B backends, fix bug in B::Deparse (from
26904              Simon Cozens <simon@brecon.co.uk>)
26905              
26906              improved docs on the warn_uninit diagnostic (from David Glasser
26907              and Simon Cozens)
26908              
26909              tolerate spaces in group names in test on solaris (from David Boyce
26910              <dsb@boyski.com>)
26911              
26912              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
26913              
26914              Data::Dumper fumbles negative numbers on 32-bit platforms where
26915              IV is >32bits
26916      Branch: maint-5.6/perl
26917           +> t/lib/b.t t/lib/syslog.t
26918           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
26919           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
26920           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
26921 ____________________________________________________________________________
26922 [  7276] By: gsar                                  on 2000/10/16  03:39:30
26923         Log: integrate change#5965 from mainline
26924              
26925              avoid "will not stay shared" warnings for our variables (from
26926              Robin Barker)
26927      Branch: maint-5.6/perl
26928           !> op.c t/pragma/warn/op
26929 ____________________________________________________________________________
26930 [  7275] By: gsar                                  on 2000/10/16  03:38:18
26931         Log: integrate change#5964 from mainline
26932              
26933              reformat to 72 columns (again)
26934      Branch: maint-5.6/perl
26935           !> pod/perldiag.pod
26936 ____________________________________________________________________________
26937 [  7274] By: gsar                                  on 2000/10/16  03:36:58
26938         Log: integrate change#5963 from mainline
26939              
26940              patch from Larry to make (\&) prototype work; added tests for
26941              the same
26942      Branch: maint-5.6/perl
26943           !> op.c t/comp/proto.t
26944 ____________________________________________________________________________
26945 [  7273] By: gsar                                  on 2000/10/16  03:35:51
26946         Log: integrate changes#5956..5962 from mainline
26947              
26948              better diagnostics on failed tests (from Ilya Zakharevich)
26949              
26950              pod nits (from A. C. Yardley <yardley@tanet.net>)
26951              
26952              change#3569 deleted some essential code, revert; avoid use of
26953              atexit() to make DynaLoader work properly on AIX under mod_perl
26954              (from Jens-Uwe Mager <jum@helios.de>)
26955              
26956              doubled words in pods (from Simon Cozens
26957              <simon.p.cozens@jp.pwcglobal.com>)
26958              
26959              better INSTALL notes on Solaris issues (from Dominic Dunlop)
26960              
26961              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
26962              
26963              updated README.hpux (from Jeff Okamoto)
26964      Branch: maint-5.6/perl
26965           !> INSTALL README.hpux emacs/cperl-mode.el
26966           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
26967           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
26968           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
26969           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
26970           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
26971           !> t/op/lex_assign.t
26972 ____________________________________________________________________________
26973 [  7272] By: gsar                                  on 2000/10/16  03:31:22
26974         Log: integrate change#5955 from mainline
26975              
26976              longstanding bug exposed by change#3307: sort arguments weren't
26977              compiled with the right wantarray context (ensuing runtime lookup
26978              via block_gimme() was getting the incidental context of the
26979              sort() itself)
26980      Branch: maint-5.6/perl
26981           !> op.c t/op/sort.t
26982 ____________________________________________________________________________
26983 [  7271] By: gsar                                  on 2000/10/16  03:29:11
26984         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
26985              branch
26986              
26987              Flatten the cpp jungle doing the nosuid checking.
26988              
26989              Do not assume sign propagation. (from M.J.T. Guy)
26990              
26991              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
26992              
26993              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
26994              Now pp_ncmp() returns undef is either operand is a NaN.
26995              
26996              On second thoughts frexp() does have two arguments.
26997              
26998              Document that tr() is not tr(1).
26999              
27000              Be more robust on "extreme" (large absolute value)
27001              arguments.  Originally reported by Daniel Connelly
27002              as a problem with asinh() on large negative arguments,
27003              asinh() used to bail out because an argument to log()
27004              ended up being zero.  Ilya Zakharevich proposed using
27005              Taylor's series in such cases, which for such large
27006              arguments is a very good approximation.
27007              
27008              Undo "use integer" addition from 64bitint as it seems
27009              to break most of the subtests in Digital UNIX;
27010              Unicos needs to find another way.
27011      Branch: maint-5.6/perl
27012           !> (integrate 29 files)
27013 ____________________________________________________________________________
27014 [  7270] By: gsar                                  on 2000/10/16  03:09:44
27015         Log: integrate changes#5948,5949,5950 from mainline
27016              
27017              typo in vars.pm that leads to cryptic message (from Piotr
27018              Piatkowski <kompas@kompas.usr.onet.pl>)
27019              
27020              make perldoc use the pod2man from the same version (from
27021              M.J.T. Guy)
27022              
27023              reformat perldiag to avoid long lines
27024      Branch: maint-5.6/perl
27025           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
27026 ____________________________________________________________________________
27027 [  7269] By: gsar                                  on 2000/10/16  03:05:54
27028         Log: integrate change#5947 from mainline
27029              
27030              use &dl_error rather than &dl_load_file as the guard for calling
27031              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
27032              statically built perl)
27033      Branch: maint-5.6/perl
27034           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
27035 ____________________________________________________________________________
27036 [  7268] By: gsar                                  on 2000/10/16  03:04:48
27037         Log: integrate change#5945 from mainline
27038              
27039              make module name mandatory after -M switch; reorder perldiag
27040              alphabetically (from Mark-Jason Dominus)
27041      Branch: maint-5.6/perl
27042           !> perl.c pod/perldiag.pod
27043 ____________________________________________________________________________
27044 [  7267] By: gsar                                  on 2000/10/16  03:03:01
27045         Log: integrate change#5939 from mainline
27046              
27047              more pod nits (from Larry Virden)
27048      Branch: maint-5.6/perl
27049           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
27050           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
27051           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
27052 ____________________________________________________________________________
27053 [  7266] By: gsar                                  on 2000/10/16  03:01:39
27054         Log: integrate change#5938 from mainline
27055              
27056              Consolidated B::Deparse fixes (from Stephen McCamant)
27057      Branch: maint-5.6/perl
27058           !> ext/B/B/Deparse.pm
27059 ____________________________________________________________________________
27060 [  7265] By: gsar                                  on 2000/10/16  03:00:43
27061         Log: integrate change#5936 from mainline
27062              
27063              additional tests for change#7263 (from Paul Marquess)
27064      Branch: maint-5.6/perl
27065           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
27066           !> t/pragma/warn/5nolint t/pragma/warn/6default
27067 ____________________________________________________________________________
27068 [  7264] By: gsar                                  on 2000/10/16  02:58:34
27069         Log: integrate change#5934 from mainline
27070              
27071              propagate lexical warnings from surrounding scope correctly
27072              within string eval() (from Paul Marquess)
27073      Branch: maint-5.6/perl
27074           !> pp_ctl.c t/pragma/warn/pp_ctl
27075 ____________________________________________________________________________
27076 [  7263] By: gsar                                  on 2000/10/16  02:56:53
27077         Log: integrate change#5932 from mainline
27078              
27079              add rsignal(), whichsig() and do_join() to public API list
27080              (mod_perl uses them to good advantage)
27081      Branch: maint-5.6/perl
27082           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
27083 ____________________________________________________________________________
27084 [  7262] By: gsar                                  on 2000/10/16  02:55:53
27085         Log: integrate change#5931 from mainline
27086              
27087              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
27088      Branch: maint-5.6/perl
27089           !> pp_hot.c regexec.c t/op/pat.t
27090 ____________________________________________________________________________
27091 [  7261] By: gsar                                  on 2000/10/16  02:55:01
27092         Log: integrate change#5930 from mainline
27093              
27094              small os390 tweaks (from Peter Prymmer)
27095      Branch: maint-5.6/perl
27096           !> config_h.SH makedepend.SH
27097 ____________________________________________________________________________
27098 [  7260] By: gsar                                  on 2000/10/16  02:54:10
27099         Log: integrate change#5929 from mainline
27100              
27101              pod nits
27102      Branch: maint-5.6/perl
27103           !> pod/perlguts.pod
27104 ____________________________________________________________________________
27105 [  7259] By: gsar                                  on 2000/10/16  02:52:55
27106         Log: integrate change#5927 from mainline
27107              
27108              arrange for next() to resume at the unstack op rather than the
27109              loop conditional, so that scope cleanup happens correctly
27110              (from Stephen McCamant)
27111      Branch: maint-5.6/perl
27112           !> op.c pp_ctl.c t/op/misc.t
27113 ____________________________________________________________________________
27114 [  7258] By: gsar                                  on 2000/10/16  02:51:38
27115         Log: integrate change#5926 from mainline
27116              
27117              on windows, reserve 16M of stack rather than 128M (allows more
27118              threads to run concurrently)
27119      Branch: maint-5.6/perl
27120           !> win32/Makefile win32/makefile.mk
27121 ____________________________________________________________________________
27122 [  7257] By: gsar                                  on 2000/10/16  02:50:37
27123         Log: integrate change#5925 from mainline
27124              
27125              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
27126      Branch: maint-5.6/perl
27127           !> toke.c
27128 ____________________________________________________________________________
27129 [  7256] By: gsar                                  on 2000/10/16  02:49:36
27130         Log: integrate change#5924 from mainline
27131              
27132              avoid using uninitialized memory in require version check
27133      Branch: maint-5.6/perl
27134           !> pp_ctl.c universal.c
27135 ____________________________________________________________________________
27136 [  7255] By: gsar                                  on 2000/10/16  02:48:03
27137         Log: integrate changes#5923,5928,6009 from mainline
27138              
27139              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
27140      Branch: maint-5.6/perl
27141           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
27142 ____________________________________________________________________________
27143 [  7254] By: gsar                                  on 2000/10/16  02:44:46
27144         Log: integrate change#5922 from mainline
27145              
27146              commentary about IoTYPE() (from Nathan Torkington)
27147      Branch: maint-5.6/perl
27148           !> sv.h
27149 ____________________________________________________________________________
27150 [  7253] By: gsar                                  on 2000/10/16  02:43:49
27151         Log: integrate change#5921 from mainline
27152              
27153              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
27154      Branch: maint-5.6/perl
27155           !> sv.c t/lib/charnames.t t/pragma/utf8.t
27156 ____________________________________________________________________________
27157 [  7252] By: gsar                                  on 2000/10/16  02:42:31
27158         Log: integrate change#5920 from mainline
27159              
27160              Larry's fix for buggy propagation of utf8-ness in join(); add test
27161      Branch: maint-5.6/perl
27162           !> doop.c t/op/ver.t
27163 ____________________________________________________________________________
27164 [  7251] By: gsar                                  on 2000/10/16  02:41:14
27165         Log: integrate changes#5915..5919 from mainline
27166              
27167              various (pod tweaks &c)
27168      Branch: maint-5.6/perl
27169           !> (integrate 33 files)
27170 ____________________________________________________________________________
27171 [  7250] By: gsar                                  on 2000/10/16  02:38:16
27172         Log: integrate change#5914 from mainline
27173              
27174              caller() wasn't returning the right number of elements for
27175              eval {...}
27176      Branch: maint-5.6/perl
27177           !> pp_ctl.c t/pragma/warn/9enabled
27178 ____________________________________________________________________________
27179 [  7249] By: gsar                                  on 2000/10/16  02:37:02
27180         Log: integrate change#5913 from mainline
27181              
27182              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
27183              (from Mark-Jason Dominus)
27184      Branch: maint-5.6/perl
27185           !> pod/perlfunc.pod
27186 ____________________________________________________________________________
27187 [  7248] By: gsar                                  on 2000/10/16  02:35:58
27188         Log: integrate change#5912 from mainline
27189              
27190              fix totally broken caching in UNIVERSAL::isa() (from
27191              Nick Ing-Simmons)
27192      Branch: maint-5.6/perl
27193           !> t/op/universal.t universal.c
27194 ____________________________________________________________________________
27195 [  7247] By: gsar                                  on 2000/10/16  02:34:27
27196         Log: integrate changes#5910,5911 from mainline
27197              
27198              typo in pod
27199              
27200              add linebreak properties from unicode/LineBrk.txt (from
27201              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
27202      Branch: maint-5.6/perl
27203           +> (branch 29 files)
27204           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
27205 ____________________________________________________________________________
27206 [  7246] By: gsar                                  on 2000/10/16  02:33:29
27207         Log: integrate change#5909 from mainline
27208              
27209              mode argument to do_binmode() should be file mode, not boolean
27210      Branch: maint-5.6/perl
27211           !> pp_sys.c
27212 ____________________________________________________________________________
27213 [  7245] By: gsar                                  on 2000/10/16  02:31:04
27214         Log: integrate change#5908 from mainline
27215              
27216              introduce illegal symbols into null package so that
27217              gv_fetchpv(...,TRUE) always returns a valid GV even when the
27218              symbol is trapped by strictures (avoids coredumps)
27219      Branch: maint-5.6/perl
27220           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
27221           !> t/pragma/strict-vars
27222 ____________________________________________________________________________
27223 [  7244] By: jhi                                   on 2000/10/16  02:29:54
27224         Log: Subject: $Carp::ExportLevel confusion in Exporter
27225              From: "Ben Tilly" <ben_tilly@hotmail.com>
27226              Date: Sat, 14 Oct 2000 16:44:34 EDT
27227              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
27228      Branch: perl
27229            ! lib/Exporter/Heavy.pm
27230 ____________________________________________________________________________
27231 [  7243] By: jhi                                   on 2000/10/16  02:28:33
27232         Log: Subject: [PATCH perlguts.pod] Document offset hack
27233              From: Simon Cozens <simon@cozens.net>
27234              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
27235              Date: Sat, 14 Oct 2000 19:32:25 +0100
27236      Branch: perl
27237            ! pod/perlguts.pod
27238 ____________________________________________________________________________
27239 [  7242] By: gsar                                  on 2000/10/16  02:26:51
27240         Log: integrate changes#5905,5906,5907,6064 from mainline
27241              
27242              printf/sprintf didn't get quad types right under use64bitint
27243      Branch: maint-5.6/perl
27244           !> pp_sys.c sv.c t/op/64bitint.t
27245 ____________________________________________________________________________
27246 [  7241] By: jhi                                   on 2000/10/16  02:22:44
27247         Log: Subject: small pod patch
27248              From: Dan Boorstein <dan_boo@bellsouth.net>
27249              Date: Sat, 14 Oct 2000 14:29:24 -0400
27250              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
27251      Branch: perl
27252            ! pod/perlfaq7.pod pod/perlmod.pod
27253 ____________________________________________________________________________
27254 [  7240] By: jhi                                   on 2000/10/16  02:13:46
27255         Log: -w cleanup.
27256              
27257              Subject: Re: Problems with bleadperl 
27258              From: "Stephen P. Potter" <spp@ds.net>
27259              Date: Fri, 13 Oct 2000 13:32:49 -0400
27260              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
27261      Branch: perl
27262            ! t/pragma/overload.t
27263 ____________________________________________________________________________
27264 [  7239] By: jhi                                   on 2000/10/16  01:41:18
27265         Log: One more ~utf8 tweak.
27266      Branch: perl
27267            ! t/op/bop.t
27268 ____________________________________________________________________________
27269 [  7238] By: jhi                                   on 2000/10/16  01:34:14
27270         Log: Tweak the test of #7235.
27271      Branch: perl
27272            ! t/op/bop.t
27273 ____________________________________________________________________________
27274 [  7237] By: jhi                                   on 2000/10/16  01:25:04
27275         Log: Fix a couple of compiler-noted nits in #7235.
27276      Branch: perl
27277            ! pp.c
27278 ____________________________________________________________________________
27279 [  7236] By: jhi                                   on 2000/10/16  01:22:46
27280         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
27281      Branch: perl
27282            ! pp.c pp_hot.c
27283 ____________________________________________________________________________
27284 [  7235] By: jhi                                   on 2000/10/15  16:24:44
27285         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
27286              
27287              From: Simon Cozens <simon@cozens.net>
27288              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
27289              Date: Sat, 14 Oct 2000 20:52:13 +0100
27290              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
27291      Branch: perl
27292            ! pp.c t/op/bop.t utf8.h
27293 ____________________________________________________________________________
27294 [  7234] By: jhi                                   on 2000/10/15  15:19:29
27295         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
27296              The problem was that rx->minlen was in chars while pp_split()
27297              thought it would be in bytes. 
27298      Branch: perl
27299            ! pp.c t/pragma/utf8.t
27300 ____________________________________________________________________________
27301 [  7233] By: jhi                                   on 2000/10/14  20:24:24
27302         Log: Document FNCASE=y as discussed in the bug 20000902.009.
27303      Branch: perl
27304            ! README.dos
27305 ____________________________________________________________________________
27306 [  7232] By: jhi                                   on 2000/10/14  18:52:21
27307         Log: Add test for bug id 20000427.003 (which seems to have
27308              been fixed) (also duplicate as 20000427.004, though
27309              with a higher severity).  Move one utf8 from op/append
27310              to pragma/utf8, tag the tests with bug ids.
27311      Branch: perl
27312            ! t/op/append.t t/pragma/utf8.t
27313 ____________________________________________________________________________
27314 [  7231] By: jhi                                   on 2000/10/14  17:28:37
27315         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
27316      Branch: perl
27317            ! t/pragma/utf8.t
27318 ____________________________________________________________________________
27319 [  7230] By: jhi                                   on 2000/10/14  14:24:50
27320         Log: Needs to be conditional on SunOS 4.
27321              
27322              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
27323              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
27324              Date: Sat, 14 Oct 2000 13:37:49 +0100
27325              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
27326      Branch: metaconfig/U/perl
27327            ! End.U
27328      Branch: perl
27329            ! Configure myconfig.SH pod/perldelta.pod
27330 ____________________________________________________________________________
27331 [  7229] By: jhi                                   on 2000/10/14  00:49:22
27332         Log: Update Changes.
27333      Branch: perl
27334            ! Changes patchlevel.h
27335 ____________________________________________________________________________
27336 [  7228] By: jhi                                   on 2000/10/14  00:46:10
27337         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
27338              From: Peter Prymmer <pvhp@forte.com>
27339              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
27340              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
27341      Branch: perl
27342            ! lib/utf8.pm
27343 ____________________________________________________________________________
27344 [  7227] By: jhi                                   on 2000/10/13  23:20:30
27345         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
27346      Branch: perl
27347            ! t/op/tie.t
27348 ____________________________________________________________________________
27349 [  7226] By: jhi                                   on 2000/10/13  22:14:32
27350         Log: Tweak #7225.
27351              
27352              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
27353              From: Peter Prymmer <pvhp@forte.com>
27354              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
27355              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
27356      Branch: perl
27357            ! t/op/sprintf.t
27358 ____________________________________________________________________________
27359 [  7225] By: jhi                                   on 2000/10/13  22:11:31
27360         Log: op/sprintf.t patch for OS/390 (and any other host with limited
27361              floating-point exponent length)
27362              
27363              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
27364              From: Dominic Dunlop <domo@computer.org>
27365              Date: Fri, 13 Oct 2000 19:17:57 +0200
27366              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
27367      Branch: perl
27368            ! t/op/sprintf.t
27369 ____________________________________________________________________________
27370 [  7224] By: jhi                                   on 2000/10/13  18:40:48
27371         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
27372      Branch: perl
27373            ! toke.c
27374 ____________________________________________________________________________
27375 [  7223] By: jhi                                   on 2000/10/13  18:37:13
27376         Log: Thinko in #7222.
27377      Branch: perl
27378            ! utf8.c
27379 ____________________________________________________________________________
27380 [  7222] By: jhi                                   on 2000/10/13  18:05:23
27381         Log: Use UTF8SKIP(), from Simon Cozens.
27382      Branch: perl
27383            ! utf8.c
27384 ____________________________________________________________________________
27385 [  7221] By: jhi                                   on 2000/10/13  15:43:19
27386         Log: (accidentally empty check-in)
27387      Branch: perl
27388            ! utf8.c
27389 ____________________________________________________________________________
27390 [  7220] By: jhi                                   on 2000/10/13  15:23:51
27391         Log: Add (optimistically) Storable to static extensions.
27392      Branch: perl
27393            ! hints/uwin.sh hints/vmesa.sh
27394 ____________________________________________________________________________
27395 [  7219] By: jhi                                   on 2000/10/13  15:20:05
27396         Log: Amdahl UTS doesn't seem to do dynaloading.
27397      Branch: perl
27398            ! hints/uts.sh
27399 ____________________________________________________________________________
27400 [  7218] By: jhi                                   on 2000/10/13  15:15:20
27401         Log: Slight tweak of the code to appease Amdahl UTS cc.
27402      Branch: perl
27403            ! pp.c
27404 ____________________________________________________________________________
27405 [  7217] By: jhi                                   on 2000/10/13  14:50:42
27406         Log: In Amdahl UTS "struct sv" is defined by a system header,
27407              <ksync.h>.
27408      Branch: perl
27409            ! perl.h sv.h
27410 ____________________________________________________________________________
27411 [  7216] By: jhi                                   on 2000/10/13  11:58:25
27412         Log: Ilya implemented the memory profiling API.
27413      Branch: perl
27414            ! Todo
27415 ____________________________________________________________________________
27416 [  7215] By: jhi                                   on 2000/10/13  02:56:38
27417         Log: Subject: [PATCH 5.7.0] Perl API for mstats
27418              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27419              Date: Thu, 12 Oct 2000 22:52:40 -0400
27420              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
27421      Branch: perl
27422            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
27423 ____________________________________________________________________________
27424 [  7214] By: jhi                                   on 2000/10/13  02:55:38
27425         Log: Subject: [PATCH 5.7.0] IVs in mtats
27426              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27427              Date: Thu, 12 Oct 2000 22:51:04 -0400
27428              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
27429      Branch: perl
27430            ! malloc.c perl.h
27431 ____________________________________________________________________________
27432 [  7213] By: jhi                                   on 2000/10/13  02:31:47
27433         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
27434      Branch: perl
27435            ! pod/perldiag.pod pp_sys.c
27436 ____________________________________________________________________________
27437 [  7212] By: jhi                                   on 2000/10/13  01:27:38
27438         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
27439              From: Peter Prymmer <pvhp@forte.com>
27440              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
27441              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
27442      Branch: perl
27443            ! t/op/oct.t
27444 ____________________________________________________________________________
27445 [  7211] By: jhi                                   on 2000/10/13  00:35:09
27446         Log: Update Changes.
27447      Branch: perl
27448            ! Changes patchlevel.h
27449 ____________________________________________________________________________
27450 [  7210] By: jhi                                   on 2000/10/12  23:59:40
27451         Log: The Install.pm third of
27452              
27453              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
27454              From: Bill Campbell <bill@celestial.com>
27455              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
27456              Date: Thu, 5 Oct 2000 18:04:51 -0700
27457      Branch: perl
27458            ! lib/ExtUtils/Install.pm
27459 ____________________________________________________________________________
27460 [  7209] By: jhi                                   on 2000/10/12  23:58:43
27461         Log: Two thirds of
27462              
27463              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
27464              Date: Thu, 5 Oct 2000 18:04:51 -0700
27465              From: Bill Campbell <bill@celestial.com>
27466              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
27467              
27468              The Install.pm changes will be submitted separately because
27469              they need some work and discussion still.
27470      Branch: perl
27471            ! lib/getopts.pl lib/termcap.pl
27472 ____________________________________________________________________________
27473 [  7208] By: jhi                                   on 2000/10/12  23:41:19
27474         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
27475              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
27476              Date:     Thu, 12 Oct 2000 07:30:02 EDT
27477              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
27478      Branch: perl
27479            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
27480            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
27481 ____________________________________________________________________________
27482 [  7207] By: jhi                                   on 2000/10/12  23:39:01
27483         Log: An updated EBCDIC tr patch.
27484              
27485              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
27486              From: Peter Prymmer <pvhp@forte.com>
27487              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
27488              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
27489      Branch: perl
27490            ! t/op/tr.t
27491 ____________________________________________________________________________
27492 [  7206] By: jhi                                   on 2000/10/12  23:34:55
27493         Log: Upgrade to CPAN 1.58, from Andreas König.
27494      Branch: perl
27495            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
27496 ____________________________________________________________________________
27497 [  7205] By: jhi                                   on 2000/10/12  23:29:08
27498         Log: Introduce the man[24-8] variables, from Andy Dougherty.
27499      Branch: metaconfig/U/perl
27500            + mandirs.U mandirstyle.U
27501      Branch: perl
27502            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
27503            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
27504            ! vos/config.h vos/config.pl vos/config_h.SH_orig
27505            ! win32/config.bc win32/config.gc win32/config.vc
27506 ____________________________________________________________________________
27507 [  7204] By: gsar                                  on 2000/10/12  18:11:24
27508         Log: restore change#7202
27509      Branch: perl
27510            ! mg.c
27511 ____________________________________________________________________________
27512 [  7203] By: gsar                                  on 2000/10/12  18:09:40
27513         Log: another test of the Emergency Broadcast System--back out 
27514              change#7202
27515      Branch: perl
27516            ! mg.c
27517 ____________________________________________________________________________
27518 [  7202] By: gsar                                  on 2000/10/12  16:40:47
27519         Log: (submitted on behalf of Jarkko)
27520              Fix the lib/encode.t subtest 6 failure as reported by Andreas
27521              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
27522              was unearthed by change 7182, as was a bug in HTML::Entities.
27523      Branch: perl
27524            ! mg.c
27525 ____________________________________________________________________________
27526 [  7201] By: jhi                                   on 2000/10/11  03:16:05
27527         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
27528      Branch: perl
27529            ! pp_hot.c t/pragma/utf8.t
27530 ____________________________________________________________________________
27531 [  7200] By: jhi                                   on 2000/10/11  00:40:30
27532         Log: The #7198 was a false alarm.
27533      Branch: perl
27534            ! pp_hot.c
27535 ____________________________________________________________________________
27536 [  7199] By: jhi                                   on 2000/10/11  00:26:04
27537         Log: Remove duplicated code.
27538      Branch: perl
27539            ! t/lib/cgi-html.t
27540 ____________________________________________________________________________
27541 [  7198] By: jhi                                   on 2000/10/10  23:30:46
27542         Log: (Retracted by #7200.)
27543      Branch: perl
27544            ! pp_hot.c
27545 ____________________________________________________________________________
27546 [  7197] By: jhi                                   on 2000/10/10  21:49:30
27547         Log: Add the test case for #7190, from the original bug report
27548              by Andreas König.
27549      Branch: perl
27550            ! t/pragma/utf8.t
27551 ____________________________________________________________________________
27552 [  7196] By: jhi                                   on 2000/10/10  21:40:49
27553         Log: Reapply Andy's patch and regen Configure.
27554      Branch: perl
27555            ! Configure INSTALL Makefile.SH Porting/Glossary
27556            ! Porting/config.sh config_h.SH epoc/config.sh installperl
27557            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
27558            ! win32/config.vc
27559 ____________________________________________________________________________
27560 [  7195] By: jhi                                   on 2000/10/10  21:09:30
27561         Log: Use the versiononly instead of the installscripts,
27562              retract the changes 7146 and 7147.
27563      Branch: perl
27564            ! Configure INSTALL Makefile.SH Porting/Glossary
27565            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
27566            ! installperl uconfig.sh vos/config.def win32/config.bc
27567            ! win32/config.gc win32/config.vc
27568 ____________________________________________________________________________
27569 [  7194] By: jhi                                   on 2000/10/10  21:06:15
27570         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
27571              From: Peter Prymmer <pvhp@forte.com>
27572              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
27573              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
27574      Branch: perl
27575            ! t/op/ver.t
27576 ____________________________________________________________________________
27577 [  7193] By: jhi                                   on 2000/10/10  21:05:12
27578         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
27579              From: Peter Prymmer <pvhp@forte.com>
27580              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
27581              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
27582      Branch: perl
27583            ! t/op/tr.t
27584 ____________________________________________________________________________
27585 [  7192] By: jhi                                   on 2000/10/10  20:57:30
27586         Log: Add versiononly, delete installscripts, from Andy Dougherty.
27587      Branch: metaconfig
27588            - U/installdirs/installscripts.U
27589      Branch: metaconfig/U/perl
27590            + versiononly.U
27591 ____________________________________________________________________________
27592 [  7191] By: jhi                                   on 2000/10/10  19:41:21
27593         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
27594              From: Peter Prymmer <pvhp@forte.com>
27595              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
27596              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
27597      Branch: perl
27598            ! pod/perlebcdic.pod
27599 ____________________________________________________________________________
27600 [  7190] By: jhi                                   on 2000/10/10  19:26:14
27601         Log: Subject: Re: utf8 concat, mg_get
27602              From: Simon Cozens <simon@cozens.net>
27603              Date: Tue, 10 Oct 2000 17:40:17 +0100
27604              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
27605      Branch: perl
27606            ! pp_hot.c
27607 ____________________________________________________________________________
27608 [  7189] By: jhi                                   on 2000/10/10  19:23:03
27609         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
27610              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
27611              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
27612              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
27613      Branch: perl
27614            ! lib/ExtUtils/MM_Unix.pm
27615 ____________________________________________________________________________
27616 [  7188] By: jhi                                   on 2000/10/10  15:31:24
27617         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
27618              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
27619              Date: Fri, 14 Jul 2000 10:47:36 +0100
27620              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
27621      Branch: perl
27622            ! README.win32
27623 ____________________________________________________________________________
27624 [  7187] By: jhi                                   on 2000/10/10  13:30:10
27625         Log: Quote the temp file name, needed in Win32 because the
27626              default name unfortunately contains spaces, shouldn't
27627              hurt elsewhere.
27628              
27629              Subject: FW: perldoc fails if $TEMP contains spaces
27630              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
27631              Date: Thu, 14 Sep 2000 08:58:45 +0100
27632              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
27633      Branch: perl
27634            ! utils/perldoc.PL
27635 ____________________________________________________________________________
27636 [  7186] By: jhi                                   on 2000/10/10  13:16:27
27637         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
27638              From: hv@hugo.hybyte.com
27639              Date: Tue, 10 Oct 2000 14:10:20 +0100
27640              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
27641      Branch: perl
27642            ! t/lib/thr5005.t util.c
27643 ____________________________________________________________________________
27644 [  7185] By: jhi                                   on 2000/10/10  12:06:22
27645         Log: Upgrade to podlators 1.04, from Russ Allbery.
27646      Branch: perl
27647            ! lib/Pod/Man.pm lib/Pod/Text.pm
27648 ____________________________________________________________________________
27649 [  7184] By: jhi                                   on 2000/10/10  12:01:32
27650         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
27651      Branch: perl
27652            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
27653 ____________________________________________________________________________
27654 [  7183] By: jhi                                   on 2000/10/09  23:47:15
27655         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
27656              From: Peter Prymmer <pvhp@forte.com>
27657              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
27658              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
27659      Branch: perl
27660            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
27661 ____________________________________________________________________________
27662 [  7182] By: jhi                                   on 2000/10/09  23:43:16
27663         Log: Make eq work again with utf8 (disabling the upgrading
27664              should no more be necessary since the copies of the
27665              scalars are upgraded, not the scalars themselves).
27666              Takes care of ID 20001009.001.  (The claimed length()
27667              bug in 20001009.001 seems bogus to me.)
27668      Branch: perl
27669            ! sv.c t/pragma/utf8.t
27670 ____________________________________________________________________________
27671 [  7181] By: gsar                                  on 2000/10/09  19:41:54
27672         Log: tweak for change#7173
27673      Branch: perl
27674            ! win32/win32sck.c
27675 ____________________________________________________________________________
27676 [  7180] By: gsar                                  on 2000/10/09  19:26:56
27677         Log: on Windows, clean targets might not work under some flavors of the shell
27678      Branch: perl
27679            ! win32/Makefile win32/makefile.mk
27680 ____________________________________________________________________________
27681 [  7179] By: jhi                                   on 2000/10/09  19:21:02
27682         Log: Update Changes.
27683      Branch: perl
27684            ! Changes patchlevel.h
27685 ____________________________________________________________________________
27686 [  7178] By: jhi                                   on 2000/10/09  19:18:23
27687         Log: Warn about unknown scripts.
27688              
27689              Subject: Re: ideas? patches? [PATCH bleadperl]
27690              From: Dominic Dunlop <domo@computer.org>
27691              Date: Mon, 9 Oct 2000 14:57:17 +0200
27692              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
27693      Branch: perl
27694            ! lib/charnames.pm
27695 ____________________________________________________________________________
27696 [  7177] By: jhi                                   on 2000/10/09  19:13:27
27697         Log: Change #7160 had a nasty typo.
27698      Branch: metaconfig
27699            ! U/compline/Compile.U
27700      Branch: perl
27701            ! Configure config_h.SH
27702 ____________________________________________________________________________
27703 [  7176] By: gsar                                  on 2000/10/09  18:59:33
27704         Log: pod nit
27705      Branch: perl
27706            ! pod/perlport.pod
27707 ____________________________________________________________________________
27708 [  7175] By: gsar                                  on 2000/10/09  18:54:28
27709         Log: Windows9x doesn't support link(), despite what Config.pm
27710              might think
27711      Branch: perl
27712            ! lib/ExtUtils/Manifest.pm
27713 ____________________________________________________________________________
27714 [  7174] By: gsar                                  on 2000/10/09  18:50:03
27715         Log: avoid nonportable example code
27716      Branch: perl
27717            ! lib/File/Copy.pm
27718 ____________________________________________________________________________
27719 [  7173] By: gsar                                  on 2000/10/09  18:46:54
27720         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
27721              being used) when closing a socket handle
27722      Branch: perl
27723            ! win32/win32.c win32/win32.h win32/win32sck.c
27724 ____________________________________________________________________________
27725 [  7172] By: gsar                                  on 2000/10/09  18:41:40
27726         Log: on Windows, cwd strings in the environment should be of the
27727              form =X:=X:\foo instead of =X=X:\foo\
27728      Branch: perl
27729            ! win32/vdir.h
27730 ____________________________________________________________________________
27731 [  7171] By: gsar                                  on 2000/10/09  18:30:09
27732         Log: on Windows, LoadLibrary() could load an extension DLL multiple
27733              times if forward slashes are used in the path
27734      Branch: perl
27735            ! win32/win32.c
27736 ____________________________________________________________________________
27737 [  7170] By: jhi                                   on 2000/10/09  17:53:59
27738         Log: Add a todo note about overloadable assertions.
27739      Branch: perl
27740            ! Todo-5.6
27741 ____________________________________________________________________________
27742 [  7169] By: jhi                                   on 2000/10/09  13:43:45
27743         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
27744              From: mjd@plover.com
27745              Date: 9 Oct 2000 00:24:44 -0000
27746              Message-ID: <20001009002444.10616.qmail@plover.com>
27747      Branch: perl
27748            ! pod/perldebguts.pod
27749 ____________________________________________________________________________
27750 [  7168] By: nick                                  on 2000/10/08  13:16:33
27751         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
27752              is not right thing to do on (e.g. x86). Network order is also "right" for
27753              X fonts.
27754      Branch: perl
27755            ! ext/Encode/Encode.pm
27756 ____________________________________________________________________________
27757 [  7167] By: nick                                  on 2000/10/08  12:54:42
27758         Log: Make "encodings" work post-install when Encode/*.enc files may not
27759              be in same directory as Encode.pm
27760      Branch: perl
27761            ! ext/Encode/Encode.pm
27762 ____________________________________________________________________________
27763 [  7166] By: nick                                  on 2000/10/08  11:51:26
27764         Log: Work round the fact that $hash->{$key} does not take into account
27765              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
27766              so that key is always in the "expected" encoding - i.e. same way we put
27767              it in the hash.
27768      Branch: perl
27769            ! ext/Encode/Encode.pm
27770 ____________________________________________________________________________
27771 [  7165] By: gsar                                  on 2000/10/08  04:15:29
27772         Log: save_re_context() could reset PL_curcop to freed memory, causing core
27773              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
27774      Branch: perl
27775            ! pp_ctl.c
27776 ____________________________________________________________________________
27777 [  7164] By: jhi                                   on 2000/10/06  20:51:48
27778         Log: UTF8ize split() so that the cloned substrings get the UTF8
27779              flag of the original scalar.  Problem reported by Simon Cozens.
27780      Branch: perl
27781            ! pp.c t/pragma/utf8.t
27782 ____________________________________________________________________________
27783 [  7163] By: nick                                  on 2000/10/06  20:48:34
27784         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
27785              got a false +ve and so did not reach code which would have un-FAKEd the SV.
27786      Branch: perl
27787            ! sv.c
27788 ____________________________________________________________________________
27789 [  7162] By: nick                                  on 2000/10/06  20:25:37
27790         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
27791              To fix  (sort {$a <=> $b} keys %hash) in particular but
27792              should cover a number of other as-yet-unknown cases as well.
27793      Branch: perl
27794            ! sv.c
27795 ____________________________________________________________________________
27796 [  7161] By: jhi                                   on 2000/10/06  19:56:18
27797         Log: Change the version number of Tie::Handle in the core to 4.0,
27798              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
27799              
27800              Subject: Note on Tie::Handle
27801              From: andreas.koenig@anima.de (Andreas J. Koenig)
27802              Date:      06 Oct 2000 21:48:58 +0200
27803              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
27804      Branch: perl
27805            ! lib/Tie/Handle.pm
27806 ____________________________________________________________________________
27807 [  7160] By: jhi                                   on 2000/10/06  18:20:35
27808         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
27809              as the first option of cc/ld because of ultrapicky compilers
27810              (e.g. OS/390 R2.5)
27811      Branch: metaconfig
27812            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
27813            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
27814            ! U/compline/orderlib.U U/modified/Cppsym.U
27815            ! U/modified/d_access.U
27816      Branch: metaconfig/U/perl
27817            ! Checkcc.U d_dlsymun.U gccvers.U
27818      Branch: perl
27819            ! Configure config_h.SH
27820 ____________________________________________________________________________
27821 [  7159] By: jhi                                   on 2000/10/06  13:56:39
27822         Log: Update Changes.
27823      Branch: perl
27824            ! Changes patchlevel.h
27825 ____________________________________________________________________________
27826 [  7158] By: jhi                                   on 2000/10/06  12:48:40
27827         Log: Eliminate $Is_VMS code from the test.
27828              
27829              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
27830              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
27831              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
27832              Date:     Thu, 5 Oct 2000 07:46:33 EDT
27833      Branch: perl
27834            ! t/lib/b.t
27835 ____________________________________________________________________________
27836 [  7157] By: jhi                                   on 2000/10/06  12:47:13
27837         Log: Also the $ccflags is needed for the C compiler check.
27838              
27839              Subject: Configure (check for C-compiler)
27840              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27841              Date: Fri, 06 Oct 2000 08:47:15 +0200
27842              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
27843      Branch: metaconfig/U/perl
27844            ! Checkcc.U
27845      Branch: perl
27846            ! Configure config_h.SH
27847 ____________________________________________________________________________
27848 [  7156] By: jhi                                   on 2000/10/06  11:45:15
27849         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
27850      Branch: perl
27851            ! perl.c pp_ctl.c sv.h utf8.c
27852 ____________________________________________________________________________
27853 [  7155] By: jhi                                   on 2000/10/06  11:40:41
27854         Log: IO::Handle->syswrite() did not handle length omission
27855              like CORE::syswrite() does.
27856              
27857              Subject: [Fwd] IO::Handle, syswrite and arguments
27858              From: Graham Barr <gbarr@pobox.com>
27859              Date: Fri, 6 Oct 2000 10:22:05 +0100
27860              Message-ID: <20001006102205.U6312@pobox.com>
27861              
27862              The original patch from andrew@ugh.net.au.
27863      Branch: perl
27864            ! ext/IO/lib/IO/Handle.pm
27865 ____________________________________________________________________________
27866 [  7154] By: jhi                                   on 2000/10/06  01:42:15
27867         Log: Tweak #7153.
27868      Branch: perl
27869            ! utf8.h
27870 ____________________________________________________________________________
27871 [  7153] By: jhi                                   on 2000/10/06  00:39:55
27872         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
27873      Branch: perl
27874            ! utf8.h
27875 ____________________________________________________________________________
27876 [  7152] By: jhi                                   on 2000/10/06  00:38:11
27877         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
27878      Branch: perl
27879            ! perl.c pp_ctl.c sv.h utf8.c
27880 ____________________________________________________________________________
27881 [  7151] By: jhi                                   on 2000/10/06  00:36:38
27882         Log: Subject: Re: Questions about Tie::Array and perl modules
27883              From: Nick Ing-Simmons <nik@tiuk.ti.com>
27884              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
27885              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
27886              
27887              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
27888      Branch: perl
27889            ! lib/Tie/Array.pm t/op/array.t
27890 ____________________________________________________________________________
27891 [  7150] By: jhi                                   on 2000/10/05  00:20:45
27892         Log: Regen Changes.
27893      Branch: perl
27894            ! Changes patchlevel.h
27895 ____________________________________________________________________________
27896 [  7149] By: jhi                                   on 2000/10/05  00:20:01
27897         Log: Regen toc.
27898      Branch: perl
27899            ! pod/perltoc.pod
27900 ____________________________________________________________________________
27901 [  7148] By: jhi                                   on 2000/10/04  23:35:08
27902         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
27903              reported several times by Dominic Dunlop, for example in
27904              ID 20000315.008.  Patch from Dominic.  Patch affects at
27905              least MachTen, and possibly other oldish BSDs. Should not
27906              break non-broken platforms (tested on LinuxPPC). 
27907      Branch: perl
27908            ! doio.c
27909 ____________________________________________________________________________
27910 [  7147] By: jhi                                   on 2000/10/04  23:26:34
27911         Log: The one that got away from 7146.
27912      Branch: metaconfig
27913            + U/installdirs/installscripts.U
27914 ____________________________________________________________________________
27915 [  7146] By: jhi                                   on 2000/10/04  23:25:04
27916         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
27917              suggested by H. Merijn Brand.
27918      Branch: perl
27919            ! Configure INSTALL Makefile.SH Porting/Glossary
27920            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
27921            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
27922            ! win32/config.vc
27923 ____________________________________________________________________________
27924 [  7145] By: jhi                                   on 2000/10/04  22:08:21
27925         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
27926              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27927              Date: Wed, 4 Oct 2000 17:37:46 -0400
27928              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
27929      Branch: perl
27930            ! utils/h2xs.PL
27931 ____________________________________________________________________________
27932 [  7144] By: jhi                                   on 2000/10/04  18:11:41
27933         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
27934              From: Jeff Pinyan <jeffp@crusoe.net>
27935              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
27936              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
27937      Branch: perl
27938            ! pod/perlrun.pod
27939 ____________________________________________________________________________
27940 [  7143] By: jhi                                   on 2000/10/04  18:09:58
27941         Log: Subject: perlhack.pod Patch for Externals Tools
27942              From: Fisher Mark <fisherm@tce.com>
27943              Date: Tue, 3 Oct 2000 15:43:27 -0500 
27944              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
27945      Branch: perl
27946            ! pod/perlhack.pod
27947 ____________________________________________________________________________
27948 [  7142] By: jhi                                   on 2000/10/04  18:08:41
27949         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
27950              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
27951              Date:     Wed, 4 Oct 2000 12:11:11 EDT
27952              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
27953      Branch: perl
27954            ! vms/vms.c
27955 ____________________________________________________________________________
27956 [  7141] By: jhi                                   on 2000/10/04  12:20:16
27957         Log: Subject: [PATCH 5.7.0] h2xs not working
27958              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27959              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
27960              Date: Tue, 3 Oct 2000 21:43:01 -0400
27961              
27962              Subject: [PATCH 5.7.0] h2xs not documenting the created module
27963              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27964              Date: Tue, 3 Oct 2000 22:55:19 -0400
27965              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
27966      Branch: perl
27967            ! utils/h2xs.PL
27968 ____________________________________________________________________________
27969 [  7140] By: jhi                                   on 2000/10/04  11:53:44
27970         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
27971              From: nick@babyhippo.com
27972              Date: Wed, 4 Oct 2000 12:06:45 +0100
27973              Message-Id: <20001004120645.A7356@babyhippo.com>
27974              
27975              Retract 7118 and 7135.
27976      Branch: perl
27977            ! installman installperl op.c t/pragma/subs.t
27978 ____________________________________________________________________________
27979 [  7139] By: jhi                                   on 2000/10/03  22:09:41
27980         Log: It is possible to have no hosts database at all.  Pointed out in
27981              
27982              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
27983              From: Peter Prymmer <pvhp@forte.com>
27984              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
27985              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
27986      Branch: metaconfig
27987            ! U/modified/myhostname.U
27988      Branch: perl
27989            ! Configure config_h.SH
27990 ____________________________________________________________________________
27991 [  7138] By: jhi                                   on 2000/10/03  21:49:49
27992         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
27993              From: Peter Prymmer <pvhp@forte.com>
27994              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
27995              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
27996      Branch: perl
27997            ! pp_sys.c
27998 ____________________________________________________________________________
27999 [  7137] By: jhi                                   on 2000/10/03  20:10:05
28000         Log: One remaining nit less at the VMS mailbox sizing.
28001      Branch: perl
28002            ! vms/vms.c
28003 ____________________________________________________________________________
28004 [  7136] By: jhi                                   on 2000/10/03  20:08:47
28005         Log: Test harness update to sync with the new perlcc,
28006              from Simon Cozens.
28007      Branch: perl
28008            ! t/TEST t/UTEST
28009 ____________________________________________________________________________
28010 [  7135] By: jhi                                   on 2000/10/03  15:15:42
28011         Log: Subject: Re: PATCH for 20001003.004
28012              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
28013              From: "AARON B. DOSSETT" <aaron@iglou.com>
28014              Message-Id: <E13gTay-0006od-00@iglou.com>
28015      Branch: perl
28016            ! installman installperl
28017 ____________________________________________________________________________
28018 [  7134] By: jhi                                   on 2000/10/03  15:00:34
28019         Log: Subject: [ID 20001003.006] B::Debug not -w clean
28020              From: Nicholas Clark <nick@babyhippo.co.uk>
28021              Date: Tue, 03 Oct 2000 15:46:32 +0100
28022              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
28023      Branch: perl
28024            ! ext/B/B/Debug.pm
28025 ____________________________________________________________________________
28026 [  7133] By: jhi                                   on 2000/10/03  14:58:39
28027         Log: Scale down the VMS message boxes, by Charles Lane.
28028              Fix for ID 20000903.009, workaround at
28029              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
28030      Branch: perl
28031            ! vms/vms.c
28032 ____________________________________________________________________________
28033 [  7132] By: jhi                                   on 2000/10/03  11:20:37
28034         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
28035      Branch: perl
28036            + t/lib/st-lock.t t/lib/st-utf8.t
28037            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
28038            ! ext/Storable/Storable.xs t/lib/st-recurse.t
28039 ____________________________________________________________________________
28040 [  7131] By: jhi                                   on 2000/10/03  03:38:23
28041         Log: Encode nits.
28042      Branch: perl
28043            ! MANIFEST Makefile.SH
28044 ____________________________________________________________________________
28045 [  7130] By: jhi                                   on 2000/10/03  03:31:05
28046         Log: Update Changes.
28047      Branch: perl
28048            ! Changes patchlevel.h
28049 ____________________________________________________________________________
28050 [  7129] By: jhi                                   on 2000/10/03  02:24:02
28051         Log: Misplaced else.
28052      Branch: metaconfig/U/perl
28053            ! d_strtoll.U
28054      Branch: perl
28055            ! Configure config_h.SH
28056 ____________________________________________________________________________
28057 [  7128] By: jhi                                   on 2000/10/03  02:08:29
28058         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
28059              From: sthoenna@efn.org
28060              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
28061              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
28062      Branch: metaconfig/U/perl
28063            ! d_strtoll.U
28064      Branch: perl
28065            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
28066 ____________________________________________________________________________
28067 [  7127] By: jhi                                   on 2000/10/03  01:13:14
28068         Log: Update Changes.
28069      Branch: perl
28070            ! Changes patchlevel.h
28071 ____________________________________________________________________________
28072 [  7126] By: jhi                                   on 2000/10/03  00:57:08
28073         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
28074              as suggested by Olaf Flebbe and Nick Clark.
28075      Branch: perl
28076            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
28077 ____________________________________________________________________________
28078 [  7125] By: jhi                                   on 2000/10/03  00:50:56
28079         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
28080              From: Nick Clark <nick@plum.flirble.org>
28081              Date: Mon, 2 Oct 2000 11:03:24 +0100
28082              Message-Id: <20001002110324.D20073@plum.flirble.org>
28083              
28084              Also fixes bug ID 20001002.005.
28085      Branch: perl
28086            ! t/lib/encode.t
28087 ____________________________________________________________________________
28088 [  7124] By: jhi                                   on 2000/10/03  00:34:59
28089         Log: Subject: [PATCH 5.7.0] Epoc update
28090              From: Olaf Flebbe <o.flebbe@gmx.de>
28091              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
28092              Message-ID: <26423.969484586@www10.gmx.net>
28093      Branch: perl
28094            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
28095            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
28096            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
28097            ! util.c util.h
28098 ____________________________________________________________________________
28099 [  7123] By: jhi                                   on 2000/10/03  00:30:07
28100         Log: Regen headers.
28101      Branch: perl
28102            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
28103 ____________________________________________________________________________
28104 [  7122] By: jhi                                   on 2000/10/03  00:10:48
28105         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
28106      Branch: perl
28107            ! hints/openbsd.sh
28108 ____________________________________________________________________________
28109 [  7121] By: jhi                                   on 2000/10/03  00:05:06
28110         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
28111              From: <abigail@foad.org>
28112              Date: Tue, 26 Sep 2000 13:36:14 -0400
28113              Message-ID: <20000926173614.4356.qmail@foad.org>
28114      Branch: perl
28115            ! pod/perlop.pod
28116 ____________________________________________________________________________
28117 [  7120] By: jhi                                   on 2000/10/03  00:04:00
28118         Log: Inside require() $^S was always left undefined.
28119              
28120              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
28121              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28122              Date: Wed, 27 Sep 2000 18:54:49 -0400
28123              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
28124      Branch: perl
28125            ! cop.h mg.c pp_ctl.c util.c
28126 ____________________________________________________________________________
28127 [  7119] By: jhi                                   on 2000/10/03  00:00:16
28128         Log: Subject: [PATCH] DLL not restartabke with threaded perl
28129              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
28130              Date: Thu, 28 Sep 2000 09:20:46 +0100
28131              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
28132      Branch: perl
28133            ! perl.c
28134 ____________________________________________________________________________
28135 [  7118] By: jhi                                   on 2000/10/02  23:59:20
28136         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
28137              From: Nicholas Clark <nick@ccl4.org>
28138              Date: Thu, 28 Sep 2000 11:52:24 +0100
28139              Message-ID: <20000928115224.D7924@plum.flirble.org>
28140      Branch: perl
28141            ! op.c
28142 ____________________________________________________________________________
28143 [  7117] By: jhi                                   on 2000/10/02  23:57:51
28144         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
28145              From: Nicholas Clark <nick@babyhippo.co.uk>
28146              Date: Thu, 28 Sep 2000 12:18:10 +0100
28147              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
28148              
28149              Did not apply cleanly, manual intervention was needed.
28150      Branch: perl
28151            ! ext/B/B/Bytecode.pm utils/perlcc.PL
28152 ____________________________________________________________________________
28153 [  7116] By: jhi                                   on 2000/10/02  23:50:40
28154         Log: Document the issue (is not a syntax error, kind of)
28155              
28156              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
28157              From: Nicholas Clark <nick@ccl4.org>
28158              Date: Thu, 28 Sep 2000 17:12:42 +0100
28159              Message-ID: <20000928171242.K7924@plum.flirble.org>
28160      Branch: perl
28161            ! pod/perldata.pod
28162 ____________________________________________________________________________
28163 [  7115] By: jhi                                   on 2000/10/02  23:48:58
28164         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
28165              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28166              Date: Thu, 28 Sep 2000 21:55:31 -0400
28167              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
28168      Branch: perl
28169            ! regexec.c
28170 ____________________________________________________________________________
28171 [  7114] By: jhi                                   on 2000/10/02  23:47:57
28172         Log: Subject: DOC PATCH 5.6.0
28173              From: mjd@plover.com
28174              Date: 30 Sep 2000 06:02:34 -0000
28175              Message-ID: <20000930060234.4559.qmail@plover.com>
28176      Branch: perl
28177            ! pod/perldebguts.pod
28178 ____________________________________________________________________________
28179 [  7113] By: jhi                                   on 2000/10/02  23:46:43
28180         Log: SOCK_DGRAM and listen() do not mix as reported in
28181              
28182              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
28183              From: Petter Reinholdtsen <pere@hungry.com>
28184              Date: Sun, 1 Oct 2000 10:57:20 +0800
28185              Message-Id: <200010010257.KAA05735@localhost.localdomain>
28186              
28187              The patch for 5.7.0+ had to be reengineered, though.
28188      Branch: perl
28189            ! ext/IO/lib/IO/Socket/UNIX.pm
28190 ____________________________________________________________________________
28191 [  7112] By: jhi                                   on 2000/10/02  23:36:57
28192         Log: Subject: Re: [PATCH 5.005_64 missed]
28193              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28194              Date: Sun, 1 Oct 2000 18:50:10 -0400
28195              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
28196      Branch: perl
28197            ! pod/perlxs.pod
28198 ____________________________________________________________________________
28199 [  7111] By: jhi                                   on 2000/10/02  23:35:40
28200         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
28201              From: Radu Greab <radu@netsoft.ro>
28202              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
28203              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
28204      Branch: perl
28205            ! op.c opcode.pl t/op/substr.t
28206 ____________________________________________________________________________
28207 [  7110] By: jhi                                   on 2000/10/02  23:32:38
28208         Log: Subject: [PATCH] Fix aliasing of tied filehandles
28209              From: Daniel Chetlin <daniel@chetlin.com>
28210              Date: Mon, 2 Oct 2000 14:53:27 -0700
28211              Message-ID: <20001002145327.C1617@ilmd>
28212      Branch: perl
28213            ! perl.h pp_hot.c t/op/tiehandle.t
28214 ____________________________________________________________________________
28215 [  7109] By: jhi                                   on 2000/10/02  23:31:30
28216         Log: s/Robin Parker/Robin Barker/
28217      Branch: perl
28218            ! Changes5.6
28219 ____________________________________________________________________________
28220 [  7108] By: jhi                                   on 2000/10/02  23:15:46
28221         Log: Retract #7091 as suggested in
28222              
28223              From: Robin Barker <rmb1@cise.npl.co.uk> 
28224              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
28225              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
28226              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
28227      Branch: perl
28228            ! embed.pl proto.h
28229 ____________________________________________________________________________
28230 [  7107] By: nick                                  on 2000/10/02  18:23:14
28231         Log: A few tweaks to get Tk803 to work with Encode scheme.
28232      Branch: perl
28233            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
28234 ____________________________________________________________________________
28235 [  7106] By: nick                                  on 2000/10/01  21:34:14
28236         Log: Add checking cases to Encode's toUnicode and fromUnicode.
28237      Branch: perl
28238            ! ext/Encode/Encode.pm
28239 ____________________________________________________________________________
28240 [  7105] By: nick                                  on 2000/10/01  17:18:01
28241         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
28242              To read and use them.
28243              Add a lib/encode.t which checks a few things.
28244      Branch: perl
28245            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
28246            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
28247            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
28248            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
28249            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
28250            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
28251            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
28252            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
28253            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
28254            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
28255            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
28256            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
28257            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
28258            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
28259            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
28260            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
28261            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
28262            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
28263            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
28264            + ext/Encode/Encode/iso2022-jp.enc
28265            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
28266            + ext/Encode/Encode/iso8859-1.enc
28267            + ext/Encode/Encode/iso8859-2.enc
28268            + ext/Encode/Encode/iso8859-3.enc
28269            + ext/Encode/Encode/iso8859-4.enc
28270            + ext/Encode/Encode/iso8859-5.enc
28271            + ext/Encode/Encode/iso8859-6.enc
28272            + ext/Encode/Encode/iso8859-7.enc
28273            + ext/Encode/Encode/iso8859-8.enc
28274            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
28275            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
28276            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
28277            + ext/Encode/Encode/macCentEuro.enc
28278            + ext/Encode/Encode/macCroatian.enc
28279            + ext/Encode/Encode/macCyrillic.enc
28280            + ext/Encode/Encode/macDingbats.enc
28281            + ext/Encode/Encode/macGreek.enc
28282            + ext/Encode/Encode/macIceland.enc
28283            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
28284            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
28285            + ext/Encode/Encode/macTurkish.enc
28286            + ext/Encode/Encode/macUkraine.enc
28287            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
28288            + t/lib/encode.t
28289            ! MANIFEST ext/Encode/Encode.pm
28290 ____________________________________________________________________________
28291 [  7104] By: nick                                  on 2000/09/30  13:04:30
28292         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
28293              From: Daniel Chetlin <daniel@chetlin.com>
28294              Date: Mon, 18 Sep 2000 05:05:40 -0700
28295              Message-Id: <20000918050540.C652@ilmd>
28296      Branch: perl
28297            ! lib/overload.pm sv.c t/pragma/overload.t
28298 ____________________________________________________________________________
28299 [  7103] By: nick                                  on 2000/09/30  12:53:36
28300         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
28301              From: Johan Vromans <jvromans@squirrel.nl>
28302              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
28303              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
28304      Branch: perl
28305            ! pod/Makefile.SH
28306 ____________________________________________________________________________
28307 [  7102] By: nick                                  on 2000/09/30  12:52:31
28308         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
28309              From: Spider Boardman <spider@Orb.Nashua.NH.US>
28310              Date: Sat, 16 Sep 2000 16:36:45 -0400
28311              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
28312      Branch: perl
28313            ! ext/B/B/Deparse.pm
28314 ____________________________________________________________________________
28315 [  7101] By: nick                                  on 2000/09/30  12:51:41
28316         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
28317              From: Craig A. Berry <craig.berry@psinetcs.com>
28318              Date: Sat, 16 Sep 2000 10:11:10 -0500
28319              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
28320      Branch: perl
28321            ! vms/vms.c
28322 ____________________________________________________________________________
28323 [  7100] By: nick                                  on 2000/09/30  12:50:33
28324         Log: Subject: Re: unicode support and perl [ID 20000901.097]
28325              From: Spider Boardman <spider@Orb.Nashua.NH.US>
28326              Date: Fri, 15 Sep 2000 16:37:58 -0400
28327              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
28328      Branch: perl
28329            ! t/op/append.t
28330 ____________________________________________________________________________
28331 [  7099] By: nick                                  on 2000/09/30  12:49:35
28332         Log: Subject: Re: unicode support and perl [ID 20000901.097]
28333              From: Spider Boardman <spider@Orb.Nashua.NH.US>
28334              Date: Fri, 15 Sep 2000 16:25:30 -0400
28335              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
28336      Branch: perl
28337            ! pp_hot.c
28338 ____________________________________________________________________________
28339 [  7098] By: nick                                  on 2000/09/30  12:48:00
28340         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
28341              From: Gisle Aas <gisle@ActiveState.com>
28342              Date: 15 Sep 2000 16:23:41 +0200
28343              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
28344      Branch: perl
28345            ! toke.c
28346 ____________________________________________________________________________
28347 [  7097] By: nick                                  on 2000/09/30  12:45:16
28348         Log: Subject: [PATCH] Nits in perlmod.pod
28349              From: Daniel Chetlin <daniel@chetlin.com>
28350              Date: Fri, 15 Sep 2000 02:04:09 -0700
28351              Message-Id: <20000915020409.A2104@ilmd>
28352      Branch: perl
28353            ! pod/perlmod.pod
28354 ____________________________________________________________________________
28355 [  7096] By: nick                                  on 2000/09/30  12:18:00
28356         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
28357              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
28358              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
28359              0 to checking to get the warning.
28360      Branch: perl
28361            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
28362            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
28363            ! regexec.c sv.c toke.c utf8.c
28364 ____________________________________________________________________________
28365 [  7095] By: nick                                  on 2000/09/15  16:55:59
28366         Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
28367              
28368              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
28369              From: Spider Boardman <spider@Orb.Nashua.NH.US>
28370              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
28371              Date: Fri, 15 Sep 2000 06:37:30 -0400
28372      Branch: perl
28373            ! ext/Encode/Encode.xs sv.c
28374 ____________________________________________________________________________
28375 [  7094] By: jhi                                   on 2000/09/15  03:23:32
28376         Log: Update Changes.
28377      Branch: perl
28378            ! Changes patchlevel.h
28379 ____________________________________________________________________________
28380 [  7093] By: jhi                                   on 2000/09/15  03:11:44
28381         Log: Fix for the charnames.t failures from Spider Boardman.
28382      Branch: perl
28383            ! toke.c
28384 ____________________________________________________________________________
28385 [  7092] By: jhi                                   on 2000/09/15  00:15:48
28386         Log: Botched the #7090 check-in.
28387      Branch: perl
28388            ! sv.c
28389 ____________________________________________________________________________
28390 [  7091] By: jhi                                   on 2000/09/14  23:33:24
28391         Log: Part of #7081 didn't come through.
28392      Branch: perl
28393            ! embed.pl proto.h
28394 ____________________________________________________________________________
28395 [  7090] By: jhi                                   on 2000/09/14  23:17:39
28396         Log: Subject: Re: perl@7078 
28397              From: Spider Boardman <spider@web.zk3.dec.com>
28398              Date: Thu, 14 Sep 2000 19:06:36 -0400
28399              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
28400      Branch: perl
28401            ! sv.c toke.c
28402 ____________________________________________________________________________
28403 [  7089] By: jhi                                   on 2000/09/14  23:11:21
28404         Log: Small portability tweaks.
28405      Branch: perl
28406            ! ext/Encode/Encode.xs
28407 ____________________________________________________________________________
28408 [  7088] By: jhi                                   on 2000/09/14  22:57:23
28409         Log: Fake return to pacify picky compilers.
28410      Branch: perl
28411            ! ext/Encode/Encode.xs
28412 ____________________________________________________________________________
28413 [  7087] By: jhi                                   on 2000/09/14  22:53:37
28414         Log: Subject: [PATCH] utf8.c apidoc
28415              From: Simon Cozens <simon@cozens.net>
28416              Date: Thu, 14 Sep 2000 23:46:57 +0100
28417              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
28418      Branch: perl
28419            ! perlapi.c pod/perlapi.pod utf8.c
28420 ____________________________________________________________________________
28421 [  7086] By: jhi                                   on 2000/09/14  22:40:38
28422         Log: We don't need to count the high bit bytes, a boolean is enough. 
28423      Branch: perl
28424            ! sv.c
28425 ____________________________________________________________________________
28426 [  7085] By: jhi                                   on 2000/09/14  21:20:09
28427         Log: Replace #7084 with
28428              
28429              Subject: Re: perl@7078 
28430              From: Spider Boardman <spider@web.zk3.dec.com>
28431              Date: Thu, 14 Sep 2000 17:09:36 -0400
28432              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
28433      Branch: perl
28434            ! sv.c utf8.c
28435 ____________________________________________________________________________
28436 [  7084] By: jhi                                   on 2000/09/14  20:03:34
28437         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
28438              convertable to bytes by checking it doesn't go above 0xc3
28439              
28440              Subject: Re: perl@7078
28441              From: Simon Cozens <simon@cozens.net>
28442              Date: Thu, 14 Sep 2000 20:59:19 +0100
28443              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
28444      Branch: perl
28445            ! utf8.c
28446 ____________________________________________________________________________
28447 [  7083] By: jhi                                   on 2000/09/14  19:38:47
28448         Log: Subject: Re: perl@7078
28449              From: Simon Cozens <simon@cozens.net>
28450              Date: Thu, 14 Sep 2000 20:13:09 +0100
28451              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
28452      Branch: perl
28453            ! t/op/bop.t
28454 ____________________________________________________________________________
28455 [  7082] By: jhi                                   on 2000/09/14  17:50:44
28456         Log: The one that got away.
28457      Branch: perl
28458            ! lib/File/Find.pm
28459 ____________________________________________________________________________
28460 [  7081] By: jhi                                   on 2000/09/14  17:45:35
28461         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
28462              From: Robin Barker <rmb1@cise.npl.co.uk>
28463              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
28464              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
28465      Branch: perl
28466            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
28467            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
28468            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
28469            ! regcomp.c toke.c universal.c
28470 ____________________________________________________________________________
28471 [  7080] By: jhi                                   on 2000/09/14  17:40:35
28472         Log: Problems picked up by AIX cc.
28473              
28474              Subject: Re: perl@7078 (patch included)
28475              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
28476              Date: Thu, 14 Sep 2000 18:53:30 +0200
28477              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
28478      Branch: perl
28479            ! ext/Encode/Encode.xs
28480 ____________________________________________________________________________
28481 [  7079] By: jhi                                   on 2000/09/14  17:38:27
28482         Log: Subject: File::Find 5.7.0 POD nits
28483              From: Rich Morin <rdm@cfcl.com>
28484              Date: Wed, 13 Sep 2000 22:03:58 -0700
28485              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
28486      Branch: perl
28487            ! lib/File/Find.pm
28488 ____________________________________________________________________________
28489 [  7078] By: jhi                                   on 2000/09/14  14:58:20
28490         Log: Update Changes.
28491      Branch: perl
28492            ! Changes patchlevel.h
28493 ____________________________________________________________________________
28494 [  7077] By: jhi                                   on 2000/09/14  14:55:54
28495         Log: Compilation warnings and an error.
28496      Branch: perl
28497            ! sv.c
28498 ____________________________________________________________________________
28499 [  7076] By: jhi                                   on 2000/09/14  14:42:56
28500         Log: Fix for a parsing bug, not for the original bug.
28501              
28502              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
28503              From: Spider Boardman <spider@web.zk3.dec.com>
28504              Date: Wed, 13 Sep 2000 17:52:20 -0400
28505              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
28506      Branch: perl
28507            ! regcomp.c
28508 ____________________________________________________________________________
28509 [  7075] By: jhi                                   on 2000/09/14  14:40:40
28510         Log: Batch of UTF-8 patches from Simon Cozens.
28511      Branch: perl
28512            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
28513            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
28514            ! toke.c utf8.c
28515 ____________________________________________________________________________
28516 [  7074] By: jhi                                   on 2000/09/14  14:29:58
28517         Log: Subject: Re: Two advertising clauses need to be removed
28518              From: Russ Allbery <rra@stanford.edu>
28519              Date: 13 Sep 2000 18:50:26 -0700
28520              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
28521      Branch: perl
28522            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
28523 ____________________________________________________________________________
28524 [  7073] By: jhi                                   on 2000/09/14  14:28:20
28525         Log: Subject: [PATCH] de-wall t/README
28526              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
28527              Date: Wed, 13 Sep 2000 17:46:55 -0700
28528              Message-ID: <//Bw5gzkge/e092yn@efn.org>
28529      Branch: perl
28530            ! t/README
28531 ____________________________________________________________________________
28532 [  7072] By: jhi                                   on 2000/09/14  14:25:10
28533         Log: Hints optimization.
28534              
28535              Subject: Minor nit
28536              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
28537              Date: Wed, 13 Sep 2000 21:42:07 +0200
28538              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
28539      Branch: perl
28540            ! hints/hpux.sh
28541 ____________________________________________________________________________
28542 [  7071] By: jhi                                   on 2000/09/14  14:23:30
28543         Log: Allow chop() and chomp() to be overridden.
28544              
28545              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
28546              From: "Casey R. Tweten" <crt@kiski.net>
28547              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
28548              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
28549      Branch: perl
28550            ! toke.c
28551 ____________________________________________________________________________
28552 [  7070] By: jhi                                   on 2000/09/14  14:20:36
28553         Log: The return value of setlocale must be copied away.
28554              
28555              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
28556              From: Alan Burlison <Alan.Burlison@uk.sun.com>
28557              Date: Wed, 13 Sep 2000 16:27:37 +0100 
28558              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
28559      Branch: perl
28560            ! util.c
28561 ____________________________________________________________________________
28562 [  7069] By: jhi                                   on 2000/09/14  14:16:27
28563         Log: Remove vestiges of tr//CU.
28564              
28565              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
28566              From: Nick Clark <nick@plum.flirble.org>
28567              Date: Tue, 12 Sep 2000 22:50:14 +0100
28568              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
28569              
28570              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
28571              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
28572              Date: Tue, 12 Sep 2000 21:38:48 -0700
28573              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
28574      Branch: perl
28575            ! op.h pod/perlunicode.pod
28576 ____________________________________________________________________________
28577 [  7068] By: jhi                                   on 2000/09/13  14:18:39
28578         Log: Add the Encode extension.  The code is still largely just skeleton.
28579      Branch: perl
28580            + ext/Encode/Encode.pm ext/Encode/Encode.xs
28581            + ext/Encode/Makefile.PL ext/Encode/Todo
28582            ! MANIFEST Todo-5.6
28583 ____________________________________________________________________________
28584 [  7067] By: jhi                                   on 2000/09/12  17:43:33
28585         Log: Allow for whitespace between "#" and "line" in cpp output.
28586              
28587              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
28588              From: Calle Dybedahl <calle@lysator.liu.se>
28589              Date: 12 Sep 2000 19:38:02 +0200 
28590              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
28591      Branch: perl
28592            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
28593 ____________________________________________________________________________
28594 [  7066] By: gsar                                  on 2000/09/12  17:24:29
28595         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
28596              initialization in all the threads on Windows
28597      Branch: perl
28598            ! win32/win32.c
28599 ____________________________________________________________________________
28600 [  7065] By: jhi                                   on 2000/09/12  15:11:31
28601         Log: Update Changes.
28602      Branch: perl
28603            ! Changes patchlevel.h
28604 ____________________________________________________________________________
28605 [  7064] By: jhi                                   on 2000/09/12  14:54:54
28606         Log: Retract #7062, the pod tests are not ready.
28607      Branch: perl
28608            ! t/TEST t/harness
28609 ____________________________________________________________________________
28610 [  7063] By: jhi                                   on 2000/09/12  14:25:41
28611         Log: The #7054 truncated Configure badly.
28612      Branch: metaconfig/U/perl
28613            ! End.U
28614      Branch: perl
28615            ! Configure config_h.SH
28616 ____________________________________________________________________________
28617 [  7062] By: jhi                                   on 2000/09/12  14:08:32
28618         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
28619              From: sthoenna@efn.org
28620              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
28621              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
28622      Branch: perl
28623            ! t/TEST t/harness
28624 ____________________________________________________________________________
28625 [  7061] By: jhi                                   on 2000/09/12  14:07:18
28626         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
28627              From: sthoenna@efn.org
28628              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
28629              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
28630      Branch: perl
28631            ! pod/perlxs.pod
28632 ____________________________________________________________________________
28633 [  7060] By: jhi                                   on 2000/09/12  14:06:08
28634         Log: Break up the myconfig lines a bit.
28635              
28636              Subject: perlbug/perl -V output format
28637              From: sthoenna@efn.org
28638              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
28639              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
28640      Branch: perl
28641            ! myconfig.SH
28642 ____________________________________________________________________________
28643 [  7059] By: jhi                                   on 2000/09/12  14:05:04
28644         Log: Test for the #7049.
28645              
28646              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
28647              From: andreas.koenig@anima.de (Andreas J. Koenig)
28648              Date: 12 Sep 2000 06:42:01 +0200
28649              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
28650      Branch: perl
28651            ! t/op/my.t
28652 ____________________________________________________________________________
28653 [  7058] By: jhi                                   on 2000/09/12  14:03:05
28654         Log: Subject: [patch: perl@7045] vms updates
28655              From: Peter Prymmer <pvhp@forte.com>
28656              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
28657              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
28658      Branch: perl
28659            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
28660 ____________________________________________________________________________
28661 [  7057] By: jhi                                   on 2000/09/12  14:00:51
28662         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
28663              From: sthoenna@efn.org
28664              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
28665              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
28666      Branch: perl
28667            ! t/op/64bitint.t
28668 ____________________________________________________________________________
28669 [  7056] By: jhi                                   on 2000/09/12  13:58:14
28670         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
28671              From: Jeff Pinyan <jeffp@crusoe.net>
28672              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
28673              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
28674      Branch: perl
28675            ! pod/perlfunc.pod
28676 ____________________________________________________________________________
28677 [  7055] By: jhi                                   on 2000/09/12  13:56:32
28678         Log: Do in VMS as the #7054 does.
28679      Branch: perl
28680            ! configure.com
28681 ____________________________________________________________________________
28682 [  7054] By: jhi                                   on 2000/09/12  13:50:31
28683         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
28684              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
28685              Date: Mon, 11 Sep 2000 08:33:09 +0100
28686              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
28687      Branch: metaconfig/U/perl
28688            ! End.U
28689      Branch: perl
28690            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
28691            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
28692 ____________________________________________________________________________
28693 [  7053] By: jhi                                   on 2000/09/12  13:29:19
28694         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
28695              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
28696              Date:     Tue, 12 Sep 2000 08:35:59 EDT
28697              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
28698      Branch: perl
28699            ! vms/test.com
28700 ____________________________________________________________________________
28701 [  7052] By: jhi                                   on 2000/09/11  23:01:50
28702         Log: Document the SvUTF8*().
28703      Branch: perl
28704            ! pod/perlapi.pod sv.h
28705 ____________________________________________________________________________
28706 [  7051] By: gsar                                  on 2000/09/11  14:46:30
28707         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
28708              (missed a spot when fixing up op_pmreplroot hack for ithreads)
28709      Branch: perl
28710            ! op.c t/op/split.t
28711 ____________________________________________________________________________
28712 [  7050] By: nick                                  on 2000/09/11  10:03:51
28713         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
28714              
28715              Subject: borland C++ win32.c tweak
28716              From: Vadim Konovalov <vkonovalov@lucent.com>
28717              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
28718              Date: Mon, 11 Sep 2000 11:22:33 +0400
28719      Branch: perl
28720            ! win32/win32.c
28721 ____________________________________________________________________________
28722 [  7049] By: nick                                  on 2000/09/11  09:57:33
28723         Log: Point fix for s/// on foreach (keys %xxx).
28724      Branch: perl
28725            ! pp_hot.c
28726 ____________________________________________________________________________
28727 [  7048] By: jhi                                   on 2000/09/10  23:37:09
28728         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
28729              by Pod::Text, from Brad Appleton.
28730      Branch: perl
28731            ! t/pod/testp2pt.pl
28732 ____________________________________________________________________________
28733 [  7047] By: jhi                                   on 2000/09/10  14:32:53
28734         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
28735              by Russ Allbery.
28736      Branch: perl
28737            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
28738 ____________________________________________________________________________
28739 [  7046] By: jhi                                   on 2000/09/10  14:15:08
28740         Log: Upgrade to CPAN 1.57_65, from Andreas König.
28741      Branch: perl
28742            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
28743 ____________________________________________________________________________
28744 [  7045] By: jhi                                   on 2000/09/08  21:36:32
28745         Log: Update Changes.
28746      Branch: perl
28747            ! Changes patchlevel.h
28748 ____________________________________________________________________________
28749 [  7044] By: jhi                                   on 2000/09/08  21:29:56
28750         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
28751              From: Peter Prymmer <pvhp@forte.com>
28752              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
28753              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
28754      Branch: perl
28755            ! configure.com
28756 ____________________________________________________________________________
28757 [  7043] By: jhi                                   on 2000/09/08  21:27:50
28758         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
28759              From: Peter Prymmer <pvhp@forte.com>
28760              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
28761              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
28762      Branch: perl
28763            ! Makefile.SH installperl
28764 ____________________________________________________________________________
28765 [  7042] By: jhi                                   on 2000/09/08  21:23:21
28766         Log: Continue #7041.
28767      Branch: perl
28768            ! cygwin/Makefile.SHs os2/Makefile.SHs
28769 ____________________________________________________________________________
28770 [  7041] By: jhi                                   on 2000/09/08  21:18:10
28771         Log: Do away with memory models cruft.  Sorry, PDP users.
28772      Branch: metaconfig
28773            ! U/modified/cc.U U/modified/libpth.U
28774      Branch: perl
28775            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
28776            ! Porting/config_H cflags.SH config_h.SH configure.com
28777            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
28778            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
28779            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
28780 ____________________________________________________________________________
28781 [  7040] By: jhi                                   on 2000/09/08  14:34:18
28782         Log: Major rewrite of s2p.  And I mean really major, it is
28783              an implementation of sed in perl.  If called as s2p it
28784              will function as s2p.  Note: needs non-UNIXifying.
28785              
28786              Subject: s2p
28787              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
28788              Date: Mon, 28 Aug 2000 14:05:12 +0200
28789              Message-ID: <39AA5578.2102E2AA@alcatel.at>
28790      Branch: perl
28791            ! x2p/s2p.PL
28792 ____________________________________________________________________________
28793 [  7039] By: jhi                                   on 2000/09/08  14:19:49
28794         Log: Re-allow vec() for characters > 255.
28795              
28796              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
28797              From: Spider Boardman <spider@web.zk3.dec.com>
28798              Date: Fri, 08 Sep 2000 02:21:02 -0400
28799              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
28800      Branch: perl
28801            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
28802            ! t/op/vec.t
28803 ____________________________________________________________________________
28804 [  7038] By: jhi                                   on 2000/09/08  14:14:18
28805         Log: Subject: [PATCH lib/Benchmark.pm]
28806              From: <abigail@foad.org>
28807              Date: Thu, 7 Sep 2000 15:03:20 -0400
28808              Message-ID: <20000907190320.888.qmail@foad.org>
28809      Branch: perl
28810            ! lib/Benchmark.pm
28811 ____________________________________________________________________________
28812 [  7037] By: jhi                                   on 2000/09/08  14:11:06
28813         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
28814              
28815              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
28816              From: Spider Boardman <spider@web.zk3.dec.com>
28817              Date: Fri, 08 Sep 2000 01:30:27 -0400
28818              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
28819      Branch: perl
28820            ! op.c
28821 ____________________________________________________________________________
28822 [  7036] By: jhi                                   on 2000/09/08  14:08:58
28823         Log: Subject: [ID 20000908.002] perlipc documentation bug.
28824              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
28825              Date: Fri, 08 Sep 2000 12:38:32 +0200
28826              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
28827      Branch: perl
28828            ! pod/perlipc.pod
28829 ____________________________________________________________________________
28830 [  7035] By: jhi                                   on 2000/09/08  14:03:12
28831         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
28832              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
28833              Date: Fri, 08 Sep 2000 11:47:34 +0200
28834              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
28835      Branch: perl
28836            ! hints/dec_osf.sh
28837 ____________________________________________________________________________
28838 [  7034] By: jhi                                   on 2000/09/08  13:59:35
28839         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
28840              From: Simon Cozens <simon@cozens.net>
28841              Date: Thu, 7 Sep 2000 20:40:38 +0100
28842              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
28843      Branch: perl
28844            ! pp_hot.c
28845 ____________________________________________________________________________
28846 [  7033] By: jhi                                   on 2000/09/08  04:03:03
28847         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
28848              From: "Larry W. Virden" <lvirden@cas.org>
28849              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
28850              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
28851      Branch: perl
28852            ! pod/perldiag.pod
28853 ____________________________________________________________________________
28854 [  7032] By: jhi                                   on 2000/09/07  22:18:30
28855         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
28856              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
28857              Date: Mon, 04 Sep 2000 13:16:38 -0700
28858              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
28859      Branch: perl
28860            ! lib/perl5db.pl
28861 ____________________________________________________________________________
28862 [  7031] By: jhi                                   on 2000/09/07  22:02:29
28863         Log: Fix the ccversion detection for 5.1 and beyond.
28864              
28865              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
28866              From: Spider Boardman <spider@leggy.zk3.dec.com>
28867              Date: Thu, 7 Sep 2000 17:54:27 -0400
28868              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
28869      Branch: perl
28870            ! hints/dec_osf.sh
28871 ____________________________________________________________________________
28872 [  7030] By: jhi                                   on 2000/09/07  19:12:28
28873         Log: Fix for
28874              
28875              Subject: [ID 20000903.001] \w in utf8-strings
28876              From: Marc Lehmann <pcg@goof.com>
28877              Date: Sun, 03 Sep 2000 09:44:29 +0200
28878              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
28879              
28880              and various related nits.
28881      Branch: perl
28882            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
28883 ____________________________________________________________________________
28884 [  7029] By: jhi                                   on 2000/09/07  18:49:09
28885         Log: Fix the URL, but the server is still missing in action.
28886              
28887              Subject: [ID 20000905.002] perlfaq1.pod URL error
28888              From: "Larry W. Virden" <lvirden@cas.org>
28889              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
28890              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
28891      Branch: perl
28892            ! pod/perlfaq1.pod
28893 ____________________________________________________________________________
28894 [  7028] By: jhi                                   on 2000/09/07  18:47:13
28895         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
28896              From: Hugo <hv@crypt.compulink.co.uk>
28897              Date: Tue, 05 Sep 2000 14:13:37 +0100
28898              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
28899      Branch: perl
28900            ! toke.c
28901 ____________________________________________________________________________
28902 [  7027] By: jhi                                   on 2000/09/07  18:45:35
28903         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
28904              From: Daniel Chetlin <daniel@chetlin.com>
28905              Date: Tue, 5 Sep 2000 04:57:07 -0700
28906              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
28907      Branch: perl
28908            ! pod/perlfaq6.pod pod/perlop.pod
28909 ____________________________________________________________________________
28910 [  7026] By: jhi                                   on 2000/09/07  18:44:01
28911         Log: Document the new ref() semantics.
28912              
28913              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
28914              From: Gisle Aas <gisle@ActiveState.com>
28915              Date: 05 Sep 2000 08:10:30 +0200
28916              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
28917      Branch: perl
28918            ! pod/perldelta.pod
28919 ____________________________________________________________________________
28920 [  7025] By: jhi                                   on 2000/09/07  18:42:27
28921         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
28922              
28923              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
28924              From: Gisle Aas <gisle@ActiveState.com>
28925              Date: 05 Sep 2000 08:11:40 +0200
28926              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
28927      Branch: perl
28928            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
28929 ____________________________________________________________________________
28930 [  7024] By: jhi                                   on 2000/09/07  18:39:32
28931         Log: Subject: [PATCH] Modernize Opcode.pm documentation
28932              From: Gisle Aas <gisle@ActiveState.com>
28933              Date: 4 Sep 2000 00:18:55 -0000
28934              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
28935      Branch: perl
28936            ! ext/Opcode/Opcode.pm
28937 ____________________________________________________________________________
28938 [  7023] By: jhi                                   on 2000/09/07  18:37:42
28939         Log: Subject: [PATCH] Tied filehandle documentation
28940              From: Gisle Aas <gisle@ActiveState.com>
28941              Date: 4 Sep 2000 00:14:40 -0000
28942              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
28943      Branch: perl
28944            ! pod/perlfunc.pod pod/perltie.pod
28945 ____________________________________________________________________________
28946 [  7022] By: jhi                                   on 2000/09/07  18:35:37
28947         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
28948              From: Gisle Aas <gisle@ActiveState.com>
28949              Date: 4 Sep 2000 00:04:22 -0000
28950              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
28951      Branch: perl
28952            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
28953 ____________________________________________________________________________
28954 [  7021] By: jhi                                   on 2000/09/07  18:33:22
28955         Log: Subject: small apidoc fix
28956              From: Marc Lehmann <pcg@goof.com>
28957              Date: Sun, 3 Sep 2000 05:12:06 +0200
28958              Message-ID: <20000903051206.A5909@cerebro.laendle>
28959      Branch: perl
28960            ! pod/perlapi.pod utf8.c
28961 ____________________________________________________________________________
28962 [  7020] By: jhi                                   on 2000/09/07  16:14:57
28963         Log: Tiny perldelta nits.
28964      Branch: perl
28965            ! pod/perldelta.pod
28966 ____________________________________________________________________________
28967 [  7019] By: jhi                                   on 2000/09/07  16:04:20
28968         Log: Guard against bad string->int conversion for quads.
28969      Branch: perl
28970            ! t/op/64bitint.t
28971 ____________________________________________________________________________
28972 [  7018] By: jhi                                   on 2000/09/06  17:07:03
28973         Log: Update Unicode todo list.
28974      Branch: perl
28975            ! Todo-5.6
28976 ____________________________________________________________________________
28977 [  7017] By: jhi                                   on 2000/09/05  21:16:01
28978         Log: Document the SvIOK_.*UV().
28979      Branch: perl
28980            ! pod/perlapi.pod sv.h
28981 ____________________________________________________________________________
28982 [  7016] By: nick                                  on 2000/09/03  21:54:46
28983         Log: Hash lookup of constant strings optimization:
28984              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
28985              to string table (as per sharepvn). Add newSV_pvn_share to create such
28986              a thing. Make hv.c compare addresses of strings and skip string compare
28987              if equal. Make method_named and helem ops use these shared-string SVs
28988              when arg is constant. Make keys op return shared-string SVs (less clearly
28989              a win).
28990      Branch: perl
28991            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
28992            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
28993            ! pod/perlintern.pod pp_hot.c proto.h sv.c
28994 ____________________________________________________________________________
28995 [  7015] By: jhi                                   on 2000/09/02  17:48:59
28996         Log: This is 5.7.0.
28997      Branch: perl
28998            ! Changes
28999 ____________________________________________________________________________
29000 [  7014] By: jhi                                   on 2000/09/02  17:35:45
29001         Log: Changes and patchlevel tweaks.
29002      Branch: perl
29003            ! Changes patchlevel.h
29004 ____________________________________________________________________________
29005 [  7013] By: jhi                                   on 2000/09/02  17:30:50
29006         Log: Update Changes.
29007      Branch: perl
29008            ! Changes patchlevel.h
29009 ____________________________________________________________________________
29010 [  7012] By: nick                                  on 2000/09/02  17:25:20
29011         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
29012      Branch: perl
29013            ! gv.c lib/overload.pm
29014 ____________________________________________________________________________
29015 [  7011] By: jhi                                   on 2000/09/02  17:16:25
29016         Log: Update perlhist.
29017      Branch: perl
29018            ! pod/perlhist.pod
29019 ____________________________________________________________________________
29020 [  7010] By: jhi                                   on 2000/09/02  17:01:35
29021         Log: perldelta nits.
29022      Branch: perl
29023            ! pod/perldelta.pod
29024 ____________________________________________________________________________
29025 [  7009] By: nick                                  on 2000/09/02  16:48:35
29026         Log: If overloaded %{} etc. return the object do not loop.
29027              Thus  sub deref { $_[0] } functions if object is wanted type.
29028      Branch: perl
29029            ! pp.h
29030 ____________________________________________________________________________
29031 [  7008] By: jhi                                   on 2000/09/02  16:26:11
29032         Log: Retab MANIFEST.
29033      Branch: perl
29034            ! ext/Storable/MANIFEST
29035 ____________________________________________________________________________
29036 [  7007] By: jhi                                   on 2000/09/02  16:23:02
29037         Log: Make certain cc is set before trying to run it.
29038      Branch: perl
29039            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
29040 ____________________________________________________________________________
29041 [  7006] By: jhi                                   on 2000/09/02  15:45:41
29042         Log: Unicode notes.
29043      Branch: perl
29044            ! pod/perldelta.pod
29045 ____________________________________________________________________________
29046 [  7005] By: jhi                                   on 2000/09/02  15:42:11
29047         Log: Various Configure nits by Philip Newton,
29048              plus the ebcdic one by me.
29049      Branch: metaconfig
29050            + U/modified/pager.U
29051            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
29052      Branch: metaconfig/U/perl
29053            ! Devel.U quadfio.U
29054      Branch: perl
29055            ! Configure config_h.SH
29056 ____________________________________________________________________________
29057 [  7004] By: jhi                                   on 2000/09/02  15:06:14
29058         Log: Apparently avoiding the swapping is too costly.
29059              
29060              From: "Ben Tilly" <ben_tilly@hotmail.com>
29061              Subject: Re: the door is closed.
29062              Date: Fri, 01 Sep 2000 20:23:16 EDT
29063              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
29064      Branch: perl
29065            ! pod/perlfaq4.pod
29066 ____________________________________________________________________________
29067 [  7003] By: nick                                  on 2000/09/02  12:26:04
29068         Log: Undo part of change 6489 which looks like a bulk edit which
29069              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
29070              The supressing of main:: on return from select() is undesirable.
29071      Branch: perl
29072            ! pp_sys.c
29073 ____________________________________________________________________________
29074 [  7002] By: jhi                                   on 2000/09/01  23:08:54
29075         Log: Update Changes.
29076      Branch: perl
29077            ! Changes patchlevel.h
29078 ____________________________________________________________________________
29079 [  7001] By: jhi                                   on 2000/09/01  23:00:13
29080         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
29081              From: Peter Prymmer <pvhp@forte.com>
29082              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
29083              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
29084              
29085              plus rework the http: spots as suggested by Tom Christiansen,
29086              plus regen perltoc.
29087      Branch: perl
29088            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
29089            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
29090 ____________________________________________________________________________
29091 [  7000] By: jhi                                   on 2000/09/01  22:36:01
29092         Log: Only the first line, thank you very much.
29093      Branch: perl
29094            ! hints/solaris_2.sh
29095 ____________________________________________________________________________
29096 [  6999] By: gsar                                  on 2000/09/01  22:16:40
29097         Log: change#6791 accidentally clobbered change#6710, put it back
29098      Branch: perl
29099            ! win32/win32.c
29100 ____________________________________________________________________________
29101 [  6998] By: jhi                                   on 2000/09/01  22:14:16
29102         Log: Mention the HP-UX LP64 freak failure.
29103      Branch: perl
29104            ! pod/perldelta.pod
29105 ____________________________________________________________________________
29106 [  6997] By: jhi                                   on 2000/09/01  21:48:32
29107         Log: Detypo.
29108      Branch: perl
29109            ! hints/hpux.sh
29110 ____________________________________________________________________________
29111 [  6996] By: jhi                                   on 2000/09/01  21:27:10
29112         Log: Update Changes.
29113      Branch: perl
29114            ! Changes patchlevel.h
29115 ____________________________________________________________________________
29116 [  6995] By: jhi                                   on 2000/09/01  21:14:24
29117         Log: Mi splgn s gnin.g
29118      Branch: perl
29119            ! pp_ctl.c
29120 ____________________________________________________________________________
29121 [  6994] By: jhi                                   on 2000/09/01  21:09:54
29122         Log: Subject: http:// in L<>
29123              From: Nicholas Clark <nick@ccl4.org>
29124              Date: Fri, 1 Sep 2000 22:03:21 +0100
29125              Message-ID: <20000901220321.B72074@plum.flirble.org>
29126      Branch: perl
29127            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
29128 ____________________________________________________________________________
29129 [  6993] By: jhi                                   on 2000/09/01  21:06:54
29130         Log: Update to Storable 1.0, from Raphael Manfredi.
29131      Branch: perl
29132            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
29133            ! ext/Storable/Makefile.PL ext/Storable/README
29134            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
29135            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
29136            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
29137            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
29138            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
29139            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
29140 ____________________________________________________________________________
29141 [  6992] By: jhi                                   on 2000/09/01  20:43:05
29142         Log: Mention known sfio+linux buglet.
29143      Branch: perl
29144            ! pod/perldelta.pod
29145 ____________________________________________________________________________
29146 [  6991] By: jhi                                   on 2000/09/01  20:40:11
29147         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
29148              From: Peter Prymmer <pvhp@forte.com>
29149              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
29150              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
29151      Branch: perl
29152            ! vms/vms.c
29153 ____________________________________________________________________________
29154 [  6990] By: jhi                                   on 2000/09/01  20:25:26
29155         Log: Retract #6986.
29156      Branch: perl
29157            ! hints/solaris_2.sh
29158 ____________________________________________________________________________
29159 [  6989] By: jhi                                   on 2000/09/01  20:23:00
29160         Log: Mergesort is back.
29161      Branch: perl
29162            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
29163 ____________________________________________________________________________
29164 [  6988] By: jhi                                   on 2000/09/01  19:37:40
29165         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
29166              From: Mike Guy <mjtg@cam.ac.uk>
29167              Date: Fri, 01 Sep 2000 17:43:33 +0100
29168              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
29169      Branch: perl
29170            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
29171            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
29172 ____________________________________________________________________________
29173 [  6987] By: jhi                                   on 2000/09/01  19:17:10
29174         Log: Regen perltoc.
29175      Branch: perl
29176            ! pod/perltoc.pod
29177 ____________________________________________________________________________
29178 [  6986] By: jhi                                   on 2000/09/01  18:51:10
29179         Log: Subject: Re: Solaris x86 has no SPARC libraries!
29180              From: Lupe Christoph <lupe@lupe-christoph.de>
29181              Date: Fri, 1 Sep 2000 20:41:20 +0200
29182              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
29183      Branch: perl
29184            ! hints/solaris_2.sh
29185 ____________________________________________________________________________
29186 [  6985] By: jhi                                   on 2000/09/01  18:28:10
29187         Log: Update Changes.
29188      Branch: perl
29189            ! Changes patchlevel.h
29190 ____________________________________________________________________________
29191 [  6984] By: jhi                                   on 2000/09/01  18:26:53
29192         Log: Feature ordering tweak.
29193      Branch: perl
29194            ! myconfig.SH
29195 ____________________________________________________________________________
29196 [  6983] By: jhi                                   on 2000/09/01  18:19:50
29197         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
29198              From: <abigail@foad.org>
29199              Date: Fri, 1 Sep 2000 13:07:32 -0400
29200              Message-ID: <20000901170732.18249.qmail@foad.org>
29201      Branch: perl
29202            ! t/pragma/overload.t
29203 ____________________________________________________________________________
29204 [  6982] By: jhi                                   on 2000/09/01  18:17:54
29205         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
29206              so that case-ignoring systems like DCL can tell them from
29207              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
29208      Branch: metaconfig/U/perl
29209            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
29210      Branch: perl
29211            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
29212            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
29213            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
29214            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
29215            ! vos/config.def vos/config.h vos/config_h.SH_orig
29216            ! win32/config.bc win32/config.gc win32/config.vc
29217 ____________________________________________________________________________
29218 [  6981] By: nick                                  on 2000/09/01  17:21:57
29219         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
29220              warning when UNTIE exists and instead pass the cound of extra references to
29221              the UNTIE method.
29222      Branch: perl
29223            ! pod/perltie.pod pp_sys.c
29224 ____________________________________________________________________________
29225 [  6980] By: jhi                                   on 2000/09/01  16:54:44
29226         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
29227              From: Peter Prymmer <pvhp@forte.com>
29228              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
29229              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
29230      Branch: perl
29231            ! configure.com
29232 ____________________________________________________________________________
29233 [  6979] By: jhi                                   on 2000/09/01  16:06:20
29234         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
29235              From: Mike Guy <mjtg@cam.ac.uk> 
29236              Date: Fri, 01 Sep 2000 16:49:27 +0100
29237              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
29238      Branch: perl
29239            ! t/base/rs.t
29240 ____________________________________________________________________________
29241 [  6978] By: jhi                                   on 2000/09/01  16:00:42
29242         Log: Update to PodParser 1.18, from Brad Appleton.
29243      Branch: perl
29244            ! lib/Pod/Checker.pm t/pod/find.t
29245 ____________________________________________________________________________
29246 [  6977] By: jhi                                   on 2000/09/01  14:48:58
29247         Log: Subject: Nit in Configure (bleadperl@6961)
29248              From: Lupe Christoph <lupe@lupe-christoph.de>
29249              Date: Fri, 1 Sep 2000 16:34:29 +0200
29250              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
29251      Branch: metaconfig
29252            ! U/compline/ccflags.U
29253      Branch: perl
29254            ! Configure config_h.SH
29255 ____________________________________________________________________________
29256 [  6976] By: jhi                                   on 2000/09/01  14:39:52
29257         Log: Update Changes.
29258      Branch: perl
29259            ! Changes patchlevel.h
29260 ____________________________________________________________________________
29261 [  6975] By: jhi                                   on 2000/09/01  14:37:36
29262         Log: microperl config update.
29263      Branch: perl
29264            ! uconfig.h uconfig.sh
29265 ____________________________________________________________________________
29266 [  6974] By: jhi                                   on 2000/09/01  14:36:53
29267         Log: Document known deficiencies.
29268      Branch: perl
29269            ! pod/perldelta.pod
29270 ____________________________________________________________________________
29271 [  6973] By: jhi                                   on 2000/09/01  14:10:20
29272         Log: Mention warnings fixes and updates.
29273      Branch: perl
29274            ! pod/perldelta.pod
29275 ____________________________________________________________________________
29276 [  6972] By: jhi                                   on 2000/09/01  14:01:52
29277         Log: Drop unused argument.
29278              
29279              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
29280              From: Spider Boardman <spider@web.zk3.dec.com>
29281              Date: Thu, 31 Aug 2000 16:10:15 -0400
29282              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
29283      Branch: perl
29284            ! toke.c
29285 ____________________________________________________________________________
29286 [  6971] By: jhi                                   on 2000/09/01  13:59:24
29287         Log: Add the overload warnings to perldiag.
29288      Branch: perl
29289            ! lib/overload.pm pod/perldiag.pod
29290 ____________________________________________________________________________
29291 [  6970] By: jhi                                   on 2000/09/01  13:55:10
29292         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
29293              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
29294              Date: Fri, 1 Sep 2000 13:43:15 +0100 
29295              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
29296      Branch: perl
29297            ! lib/overload.pm t/pragma/overload.t
29298 ____________________________________________________________________________
29299 [  6969] By: jhi                                   on 2000/09/01  13:52:27
29300         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
29301              From: <abigail@foad.org>
29302              Date: Fri, 1 Sep 2000 05:46:54 -0400
29303              Message-ID: <20000901094654.6476.qmail@foad.org>
29304      Branch: perl
29305            ! lib/overload.pm
29306 ____________________________________________________________________________
29307 [  6968] By: jhi                                   on 2000/09/01  13:50:05
29308         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
29309              From: Daniel Chetlin <daniel@chetlin.com>
29310              Date: Fri, 1 Sep 2000 02:10:55 -0700
29311              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
29312      Branch: perl
29313            ! pod/perlretut.pod
29314 ____________________________________________________________________________
29315 [  6967] By: jhi                                   on 2000/09/01  13:47:54
29316         Log: Part of the solution.
29317              
29318              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
29319              From: Mike Guy <mjtg@cam.ac.uk>
29320              Date: Fri, 01 Sep 2000 14:16:01 +0100
29321              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
29322      Branch: perl
29323            ! gv.c mg.c
29324 ____________________________________________________________________________
29325 [  6966] By: jhi                                   on 2000/09/01  13:46:17
29326         Log: Subject: CPAN.pm beta 1.57_57 for the core
29327              From: andreas.koenig@anima.de (Andreas J. Koenig)
29328              Date: 01 Sep 2000 15:16:31 +0200
29329              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
29330      Branch: perl
29331            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
29332 ____________________________________________________________________________
29333 [  6965] By: jhi                                   on 2000/09/01  13:43:18
29334         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
29335              From: "Craig A. Berry" <craig.berry@psinetcs.com>
29336              Date: Fri, 01 Sep 2000 01:47:22 -0500
29337              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
29338      Branch: perl
29339            ! pod/perldelta.pod vms/vms.c
29340 ____________________________________________________________________________
29341 [  6964] By: jhi                                   on 2000/09/01  13:35:35
29342         Log: File::Temp patches from Andreas König,
29343              
29344              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
29345              From: andreas.koenig@anima.de (Andreas J. Koenig)
29346              Date: 01 Sep 2000 10:07:20 +0200
29347              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
29348              
29349              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
29350              From: andreas.koenig@anima.de (Andreas J. Koenig)
29351              Date: 31 Aug 2000 23:26:08 +0200
29352              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
29353      Branch: perl
29354            ! lib/File/Temp.pm t/lib/ftmp-security.t
29355 ____________________________________________________________________________
29356 [  6963] By: jhi                                   on 2000/09/01  02:22:24
29357         Log: Retract the mergesort code, way too incompatible licensing
29358              and copyrights.
29359      Branch: perl
29360            ! pod/perldelta.pod pp_ctl.c
29361 ____________________________________________________________________________
29362 [  6962] By: jhi                                   on 2000/08/31  23:27:32
29363         Log: Update Changes.
29364      Branch: perl
29365            ! Changes patchlevel.h
29366 ____________________________________________________________________________
29367 [  6961] By: jhi                                   on 2000/08/31  23:20:04
29368         Log: Small tweaks all over.
29369      Branch: metaconfig
29370            ! U/compline/d_gconvert.U
29371      Branch: perl
29372            ! AUTHORS Configure config_h.SH pp_ctl.c
29373 ____________________________________________________________________________
29374 [  6960] By: jhi                                   on 2000/08/31  22:39:36
29375         Log: Further rewording.
29376      Branch: perl
29377            ! pp_ctl.c
29378 ____________________________________________________________________________
29379 [  6959] By: jhi                                   on 2000/08/31  21:26:44
29380         Log: More address tweaking.
29381      Branch: perl
29382            ! AUTHORS Changes
29383 ____________________________________________________________________________
29384 [  6958] By: jhi                                   on 2000/08/31  20:47:25
29385         Log: AUTHORS tweaks, from Peter Prymmer.
29386              
29387              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
29388              From: Peter Prymmer <pvhp@forte.com>
29389              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
29390              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
29391      Branch: perl
29392            ! AUTHORS MAINTAIN
29393 ____________________________________________________________________________
29394 [  6957] By: jhi                                   on 2000/08/31  20:34:43
29395         Log: perldelta tweaks.
29396      Branch: perl
29397            ! pod/perldelta.pod
29398 ____________________________________________________________________________
29399 [  6956] By: jhi                                   on 2000/08/31  19:11:06
29400         Log: Regen perltoc.
29401      Branch: perl
29402            ! pod/perltoc.pod
29403 ____________________________________________________________________________
29404 [  6955] By: jhi                                   on 2000/08/31  19:06:30
29405         Log: Clarify the mergesort situation.
29406      Branch: perl
29407            ! pp_ctl.c
29408 ____________________________________________________________________________
29409 [  6954] By: jhi                                   on 2000/08/31  18:24:17
29410         Log: Move the Solaris 7 scan to use64bitall, make the
29411              failure to find 64-bot sparc libc to mention the
29412              possibility of being in an intel, from Lupe and Alan.
29413      Branch: perl
29414            ! hints/solaris_2.sh
29415 ____________________________________________________________________________
29416 [  6953] By: jhi                                   on 2000/08/31  18:09:20
29417         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
29418              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
29419      Branch: metaconfig
29420            ! U/compline/d_gconvert.U U/threads/archname.U
29421      Branch: metaconfig/U/perl
29422            ! perlxv.U
29423      Branch: perl
29424            ! Configure config_h.SH sv.c
29425 ____________________________________________________________________________
29426 [  6952] By: jhi                                   on 2000/08/31  17:42:24
29427         Log: :: not allowed in pathnames, change to .
29428              
29429              Subject: [PATCH perl@6938] cygwin port
29430              From: "Fifer, Eric" <EFifer@sanwaint.com>
29431              Date: Thu, 31 Aug 2000 16:32:59 +0100
29432              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
29433      Branch: metaconfig/U/perl
29434            ! perlxv.U
29435 ____________________________________________________________________________
29436 [  6951] By: jhi                                   on 2000/08/31  17:02:05
29437         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
29438      Branch: perl
29439            ! perl.h
29440 ____________________________________________________________________________
29441 [  6950] By: jhi                                   on 2000/08/31  16:26:08
29442         Log: More author updates.
29443              
29444              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
29445              From: Simon Cozens <simon@cozens.net>
29446              Date: Thu, 31 Aug 2000 17:13:32 +0100
29447              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
29448      Branch: perl
29449            ! AUTHORS
29450 ____________________________________________________________________________
29451 [  6949] By: jhi                                   on 2000/08/31  16:04:49
29452         Log: POSIX doesn't report long double values under -Duselongdouble
29453              when the long doubles are "real" (bigger than doubles).
29454              
29455              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
29456              From: Spider Boardman <spider@peano.zk3.dec.com>
29457              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
29458              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
29459      Branch: perl
29460            ! ext/POSIX/POSIX.xs
29461 ____________________________________________________________________________
29462 [  6948] By: jhi                                   on 2000/08/31  15:25:10
29463         Log: Update Changes.
29464      Branch: perl
29465            ! Changes patchlevel.h
29466 ____________________________________________________________________________
29467 [  6947] By: jhi                                   on 2000/08/31  15:22:29
29468         Log: Document UNTIE in a very minimalistic way.
29469      Branch: perl
29470            ! pod/perlfunc.pod pod/perltie.pod
29471 ____________________________________________________________________________
29472 [  6946] By: jhi                                   on 2000/08/31  15:15:23
29473         Log: Document known failures.
29474      Branch: perl
29475            ! pod/perldelta.pod
29476 ____________________________________________________________________________
29477 [  6945] By: jhi                                   on 2000/08/31  15:07:00
29478         Log: Don't attach -ld to the archname if pointless.
29479      Branch: metaconfig
29480            ! U/threads/archname.U
29481      Branch: perl
29482            ! Configure config_h.SH
29483 ____________________________________________________________________________
29484 [  6944] By: jhi                                   on 2000/08/31  14:37:42
29485         Log: Wrap the test in eval.
29486              
29487              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
29488              From: Tim Jenness <timj@jach.hawaii.edu>
29489              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
29490              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
29491      Branch: perl
29492            ! t/lib/ftmp-security.t
29493 ____________________________________________________________________________
29494 [  6943] By: jhi                                   on 2000/08/31  14:30:57
29495         Log: Make -Dusemorebits find long doubles in Solaris.
29496      Branch: perl
29497            ! hints/solaris_2.sh
29498 ____________________________________________________________________________
29499 [  6942] By: jhi                                   on 2000/08/31  13:48:45
29500         Log: Clarify the third case of ftmp-security warnings.
29501      Branch: perl
29502            ! INSTALL
29503 ____________________________________________________________________________
29504 [  6941] By: jhi                                   on 2000/08/31  13:40:31
29505         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
29506              From: <abigail@foad.org>
29507              Date: Thu, 31 Aug 2000 01:35:05 -0400
29508              Message-ID: <20000831053505.32120.qmail@foad.org>
29509      Branch: perl
29510            ! pod/perldelta.pod
29511 ____________________________________________________________________________
29512 [  6940] By: jhi                                   on 2000/08/31  13:38:48
29513         Log: Issue useful diagnostic on unknown pod commands.
29514              
29515              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
29516              From: <abigail@foad.org>
29517              Date: Thu, 31 Aug 2000 03:41:18 -0400
29518              Message-ID: <20000831074118.24880.qmail@foad.org>
29519      Branch: perl
29520            ! lib/Pod/Man.pm
29521 ____________________________________________________________________________
29522 [  6939] By: jhi                                   on 2000/08/31  13:34:33
29523         Log: Reveal Borland's isnan.
29524              
29525              Subject: build with BC++ tweak
29526              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
29527              Date: Thu, 31 Aug 2000 13:09:37 +0400
29528              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
29529      Branch: perl
29530            ! win32/win32.h
29531 ____________________________________________________________________________
29532 [  6938] By: jhi                                   on 2000/08/31  05:01:20
29533         Log: Update Changes.
29534      Branch: perl
29535            ! Changes patchlevel.h
29536 ____________________________________________________________________________
29537 [  6937] By: jhi                                   on 2000/08/31  04:26:23
29538         Log: sscanf() may be the only way to read long doubles from strings.
29539      Branch: metaconfig/U/perl
29540            ! longdblfio.U
29541      Branch: perl
29542            ! Configure config_h.SH perl.h util.c
29543 ____________________________________________________________________________
29544 [  6936] By: jhi                                   on 2000/08/31  04:18:19
29545         Log: The #6929 was too skimpy.
29546      Branch: perl
29547            ! sv.c
29548 ____________________________________________________________________________
29549 [  6935] By: jhi                                   on 2000/08/31  02:47:07
29550         Log: Subject: Re: typos in pods
29551              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
29552              Date: Wed, 30 Aug 2000 19:25:34 -0700
29553              Message-ID: <eIcr5gzkg25X092yn@efn.org>
29554      Branch: perl
29555            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
29556 ____________________________________________________________________________
29557 [  6934] By: jhi                                   on 2000/08/31  02:42:55
29558         Log: Missed one Unicode file.
29559      Branch: perl
29560            + lib/unicode/UCDFF301.html
29561 ____________________________________________________________________________
29562 [  6933] By: jhi                                   on 2000/08/30  23:42:27
29563         Log: Update Changes.
29564      Branch: perl
29565            ! Changes patchlevel.h
29566 ____________________________________________________________________________
29567 [  6932] By: jhi                                   on 2000/08/30  23:40:07
29568         Log: Mention UNTIE in perldelta.  Still needs documenting
29569              in perltie et alia.
29570      Branch: perl
29571            ! pod/perldelta.pod
29572 ____________________________________________________________________________
29573 [  6931] By: jhi                                   on 2000/08/30  23:36:02
29574         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
29575              From: <abigail@foad.org>
29576              Date: Wed, 30 Aug 2000 19:28:07 -0400
29577              Message-ID: <20000830232807.305.qmail@foad.org>
29578      Branch: perl
29579            ! pod/perldelta.pod
29580 ____________________________________________________________________________
29581 [  6930] By: jhi                                   on 2000/08/30  23:32:40
29582         Log: Update to Unicode 3.0.1.
29583      Branch: perl
29584            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
29585            + lib/unicode/PropList.txt lib/unicode/README.perl
29586            + lib/unicode/UCD301.html lib/unicode/Unicode.301
29587            - lib/unicode/Props.txt lib/unicode/UCD300.html
29588            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
29589            ! (edit 257 files)
29590 ____________________________________________________________________________
29591 [  6929] By: jhi                                   on 2000/08/30  22:38:18
29592         Log: Heap decorruption.
29593              
29594              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
29595              From: Alan Burlison <Alan.Burlison@uk.sun.com>
29596              Date: Wed, 30 Aug 2000 22:39:52 +0100
29597              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
29598      Branch: perl
29599            ! sv.c
29600 ____________________________________________________________________________
29601 [  6928] By: jhi                                   on 2000/08/30  22:29:34
29602         Log: Retract the dummy test, skip the security tests (instead of failing),
29603              explain what the warnings mean.
29604      Branch: perl
29605            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
29606 ____________________________________________________________________________
29607 [  6927] By: jhi                                   on 2000/08/30  22:14:13
29608         Log: Change the internal implementation of sort() to be mergesort
29609              instead of quicksort, from John Linderman <jpl@research.att.com>.
29610              Gives us better worst case, better average case, and stability.
29611              What's there not to like?  (Small fixes for threaded builds
29612              were required).
29613      Branch: perl
29614            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
29615 ____________________________________________________________________________
29616 [  6926] By: jhi                                   on 2000/08/30  20:55:20
29617         Log: A better fix for the Socket building problem from Craig Berry.
29618      Branch: perl
29619            ! vms/vms.c
29620 ____________________________________________________________________________
29621 [  6925] By: jhi                                   on 2000/08/30  20:20:25
29622         Log: Subject: [PATCH] Re: UNTIE method 
29623              From: Nick Ing-Simmons <nik@tiuk.ti.com>
29624              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
29625              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
29626      Branch: perl
29627            ! pp_sys.c t/op/tie.t
29628 ____________________________________________________________________________
29629 [  6924] By: jhi                                   on 2000/08/30  20:17:11
29630         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
29631              From: "Craig A. Berry" <craig.berry@psinetcs.com>
29632              Date: Wed, 30 Aug 2000 15:03:14 -0500
29633              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
29634      Branch: perl
29635            ! vms/vms.c
29636 ____________________________________________________________________________
29637 [  6923] By: jhi                                   on 2000/08/30  20:15:18
29638         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
29639              From: "Craig A. Berry" <craig.berry@psinetcs.com>
29640              Date: Wed, 30 Aug 2000 13:30:36 -0500
29641              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
29642      Branch: perl
29643            ! vms/vms.c
29644 ____________________________________________________________________________
29645 [  6922] By: jhi                                   on 2000/08/30  19:54:43
29646         Log: Better options for rsync.
29647      Branch: perl
29648            ! pod/perlhack.pod
29649 ____________________________________________________________________________
29650 [  6921] By: jhi                                   on 2000/08/30  19:40:16
29651         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
29652              From: Rick Delaney <rick@consumercontact.com>
29653              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
29654              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
29655      Branch: perl
29656            ! pod/perlfunc.pod
29657 ____________________________________________________________________________
29658 [  6920] By: jhi                                   on 2000/08/30  19:36:40
29659         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
29660              From: Peter Prymmer <pvhp@forte.com>
29661              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
29662              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
29663      Branch: perl
29664            ! configure.com
29665 ____________________________________________________________________________
29666 [  6919] By: jhi                                   on 2000/08/30  14:52:02
29667         Log: Update Changes.
29668      Branch: perl
29669            ! Changes patchlevel.h
29670 ____________________________________________________________________________
29671 [  6918] By: jhi                                   on 2000/08/30  14:48:34
29672         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
29673      Branch: perl
29674            ! lib/ExtUtils/typemap
29675 ____________________________________________________________________________
29676 [  6917] By: jhi                                   on 2000/08/30  14:46:34
29677         Log: Subject: typos in pods
29678              From: Nicholas Clark <nick@ccl4.org>
29679              Date: Wed, 30 Aug 2000 01:12:50 +0100
29680              Message-ID: <20000830011249.A61388@plum.flirble.org>
29681      Branch: perl
29682            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
29683            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
29684            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
29685            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
29686 ____________________________________________________________________________
29687 [  6916] By: jhi                                   on 2000/08/30  14:19:09
29688         Log: Document Storable problems on Crays.  (Will have
29689              to document all the other Storable problems, too.)
29690      Branch: perl
29691            ! pod/perldelta.pod
29692 ____________________________________________________________________________
29693 [  6915] By: jhi                                   on 2000/08/30  14:06:02
29694         Log: Subject: [PATCH] fix misc cast warnings
29695              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
29696              Date: Tue, 29 Aug 2000 23:16:14 -0700
29697              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
29698      Branch: perl
29699            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
29700            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
29701            ! os2/os2ish.h
29702 ____________________________________________________________________________
29703 [  6914] By: jhi                                   on 2000/08/30  14:03:45
29704         Log: Timestamp mismatch again.  Need to fix this dependence on
29705              config_h.SH timestamp, since it's the contents of config_h.SH
29706              that matter.
29707      Branch: perl
29708            ! uconfig.h uconfig.sh
29709 ____________________________________________________________________________
29710 [  6913] By: jhi                                   on 2000/08/30  13:54:06
29711         Log: Don't say "Perl 5.0 source kit".
29712      Branch: perl
29713            ! perl.c
29714 ____________________________________________________________________________
29715 [  6912] By: jhi                                   on 2000/08/30  13:51:24
29716         Log: Reset archname and archname64 always, forcing them be
29717              recomputed at each Configure run, make Configure and
29718              the hints files agree on the naming of largefiles variables.
29719      Branch: metaconfig
29720            ! U/threads/archname.U
29721      Branch: metaconfig/U/perl
29722            ! use64bits.U
29723      Branch: perl
29724            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
29725            ! hints/linux.sh hints/solaris_2.sh
29726 ____________________________________________________________________________
29727 [  6911] By: jhi                                   on 2000/08/30  13:30:13
29728         Log: Put back the slice accidentally removed by #6907.
29729      Branch: perl
29730            ! hints/solaris_2.sh
29731 ____________________________________________________________________________
29732 [  6910] By: jhi                                   on 2000/08/30  01:24:26
29733         Log: Be consistent: other Net::get* do export theirs.
29734              
29735              Subject: Re: Net::protoent does not export 'getproto'
29736              From: Yasushi Nakajima <sey@jkc.co.jp>
29737              Date: Wed, 30 Aug 2000 09:53:14 +0900
29738              Message-Id: <200008300051.DAA24700@taku.hut.fi>
29739      Branch: perl
29740            ! lib/Net/protoent.pm
29741 ____________________________________________________________________________
29742 [  6909] By: jhi                                   on 2000/08/30  01:17:25
29743         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
29744              From: Gurusamy Sarathy <gsar@ActiveState.com>
29745              Date: Tue, 29 Aug 2000 17:17:07 -0700
29746              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
29747      Branch: perl
29748            ! cop.h
29749 ____________________________________________________________________________
29750 [  6908] By: jhi                                   on 2000/08/30  00:58:05
29751         Log: Update Changes.
29752      Branch: perl
29753            ! Changes patchlevel.h
29754 ____________________________________________________________________________
29755 [  6907] By: jhi                                   on 2000/08/30  00:57:22
29756         Log: Introduce ccname to keep track of what compiler kind of we have.
29757      Branch: metaconfig/U/perl
29758            ! Checkcc.U gccvers.U
29759      Branch: perl
29760            ! Configure config_h.SH hints/solaris_2.sh
29761 ____________________________________________________________________________
29762 [  6906] By: jhi                                   on 2000/08/30  00:25:47
29763         Log: Put back the flags dump as reasoned in
29764              
29765              Subject: Re: [PATCH] Glob dumping
29766              From: Mike Guy <mjtg@cam.ac.uk> 
29767              Date: Tue, 29 Aug 2000 21:41:32 +0100
29768              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
29769      Branch: perl
29770            ! dump.c t/lib/peek.t
29771 ____________________________________________________________________________
29772 [  6905] By: jhi                                   on 2000/08/30  00:16:17
29773         Log: Make the epsilon to be relative, not absolute.
29774              
29775              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
29776              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
29777              Date: Tue, 29 Aug 2000 19:58:56 -0400
29778              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
29779      Branch: perl
29780            ! t/lib/trig.t
29781 ____________________________________________________________________________
29782 [  6904] By: jhi                                   on 2000/08/30  00:13:09
29783         Log: From now on, Gisle is on my list of usual suspects :-)
29784              Retract #6902.
29785      Branch: perl
29786            ! ext/Opcode/Safe.pm
29787 ____________________________________________________________________________
29788 [  6903] By: jhi                                   on 2000/08/29  23:51:20
29789         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
29790              From: "Craig A. Berry" <craig.berry@psinetcs.com>
29791              Date: Tue, 29 Aug 2000 18:43:26 -0500
29792              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
29793      Branch: perl
29794            + vms/vmspipe.com
29795            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
29796            ! vms/vms.c
29797 ____________________________________________________________________________
29798 [  6902] By: jhi                                   on 2000/08/29  23:44:14
29799         Log: Retry what #6882 attempted.
29800              
29801              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
29802              From: Gisle Aas <gisle@ActiveState.com>
29803              Date: 30 Aug 2000 00:33:09 +0200
29804              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
29805      Branch: perl
29806            ! ext/Opcode/Safe.pm
29807 ____________________________________________________________________________
29808 [  6901] By: jhi                                   on 2000/08/29  22:59:32
29809         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
29810              From: Hugo <hv@crypt.compulink.co.uk>
29811              Date: Mon, 12 Jun 2000 19:36:08 +0100
29812              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
29813      Branch: perl
29814            ! sv.c
29815 ____________________________________________________________________________
29816 [  6900] By: jhi                                   on 2000/08/29  22:58:35
29817         Log: Admit that we are leaking scalars.
29818              
29819              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
29820              From: Spider Boardman <spider@leggy.zk3.dec.com>
29821              Date: Tue, 29 Aug 2000 18:48:29 -0400
29822              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
29823      Branch: perl
29824            ! t/pragma/warnings.t
29825 ____________________________________________________________________________
29826 [  6899] By: jhi                                   on 2000/08/29  20:53:13
29827         Log: Update Changes.
29828      Branch: perl
29829            ! Changes patchlevel.h
29830 ____________________________________________________________________________
29831 [  6898] By: jhi                                   on 2000/08/29  20:46:21
29832         Log: Undo namespace pollution of #6878.
29833              
29834              Subject: Re: Net::protoent does not export 'getproto'
29835              From: Mike Guy <mjtg@cam.ac.uk>
29836              Date: Tue, 29 Aug 2000 21:32:37 +0100
29837              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
29838      Branch: perl
29839            ! lib/Net/protoent.pm
29840 ____________________________________________________________________________
29841 [  6897] By: jhi                                   on 2000/08/29  20:44:29
29842         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
29843              From: Peter Prymmer <pvhp@forte.com>
29844              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
29845              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
29846      Branch: perl
29847            ! pod/perlebcdic.pod
29848 ____________________________________________________________________________
29849 [  6896] By: jhi                                   on 2000/08/29  20:40:57
29850         Log: There's no point repeating the 'revision' (5) of perl5.
29851      Branch: metaconfig/U/perl
29852            ! Devel.U patchlevel.U
29853      Branch: perl
29854            ! Configure config_h.SH
29855 ____________________________________________________________________________
29856 [  6895] By: jhi                                   on 2000/08/29  20:16:58
29857         Log: Regen Configure for #6894.
29858      Branch: metaconfig/U/perl
29859            ! perladmin.U
29860      Branch: perl
29861            ! Configure config_h.SH
29862 ____________________________________________________________________________
29863 [  6894] By: jhi                                   on 2000/08/29  19:59:52
29864         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
29865              From: "Philip Newton" <Philip.Newton@gmx.net>
29866              Date: Tue, 29 Aug 2000 21:39:14 +0200
29867              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
29868      Branch: perl
29869            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
29870            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
29871            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
29872            ! utils/perlbug.PL
29873 ____________________________________________________________________________
29874 [  6893] By: jhi                                   on 2000/08/29  19:55:30
29875         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
29876              From: "Philip Newton" <Philip.Newton@gmx.net>
29877              Date: Tue, 29 Aug 2000 21:39:14 +0200
29878              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
29879      Branch: perl
29880            ! installhtml
29881 ____________________________________________________________________________
29882 [  6892] By: jhi                                   on 2000/08/29  19:53:59
29883         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
29884              From: "Philip Newton" <Philip.Newton@gmx.net>
29885              Date: Tue, 29 Aug 2000 21:48:18 +0200
29886              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
29887      Branch: perl
29888            ! lib/File/Temp.pm
29889 ____________________________________________________________________________
29890 [  6891] By: jhi                                   on 2000/08/29  18:30:03
29891         Log: Nail the ID 20000828.023.
29892      Branch: perl
29893            ! ext/Storable/Storable.xs
29894 ____________________________________________________________________________
29895 [  6890] By: jhi                                   on 2000/08/29  16:50:17
29896         Log: Under usethreads the dumped variable is IN_PAD.
29897              
29898              Subject: Re: [PATCH] Glob dumping
29899              From: Gisle Aas <gisle@ActiveState.com>
29900              Date: 29 Aug 2000 18:45:05 +0200
29901              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
29902      Branch: perl
29903            ! t/lib/peek.t
29904 ____________________________________________________________________________
29905 [  6889] By: jhi                                   on 2000/08/29  15:17:37
29906         Log: Update Changes.
29907      Branch: perl
29908            ! Changes patchlevel.h
29909 ____________________________________________________________________________
29910 [  6888] By: jhi                                   on 2000/08/29  14:49:59
29911         Log: Retract #6882, broke the safe tests.
29912      Branch: perl
29913            ! ext/Opcode/Safe.pm
29914 ____________________________________________________________________________
29915 [  6887] By: jhi                                   on 2000/08/29  14:47:06
29916         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
29917              From: Gisle Aas <gisle@ActiveState.com> 
29918              Date: 09 Jun 2000 20:00:11 +0200
29919              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
29920      Branch: perl
29921            ! utils/perldoc.PL
29922 ____________________________________________________________________________
29923 [  6886] By: jhi                                   on 2000/08/29  14:42:45
29924         Log: The #6881 removed one dump line.
29925      Branch: perl
29926            ! t/lib/peek.t
29927 ____________________________________________________________________________
29928 [  6885] By: jhi                                   on 2000/08/29  14:30:47
29929         Log: Don't forget to tidy up.
29930      Branch: perl
29931            ! t/lib/ftmp-security.t
29932 ____________________________________________________________________________
29933 [  6884] By: jhi                                   on 2000/08/29  14:25:17
29934         Log: Disabling the one test is a bit tricky.
29935      Branch: perl
29936            ! t/lib/ftmp-security.t
29937 ____________________________________________________________________________
29938 [  6883] By: jhi                                   on 2000/08/29  14:16:25
29939         Log: Disable one of the tests for now.
29940      Branch: perl
29941            ! t/lib/ftmp-security.t
29942 ____________________________________________________________________________
29943 [  6882] By: jhi                                   on 2000/08/29  14:05:50
29944         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
29945              From: gisle@aas.no
29946              Date: 29 Aug 2000 10:35:06 -0000
29947              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
29948      Branch: perl
29949            ! ext/Opcode/Safe.pm
29950 ____________________________________________________________________________
29951 [  6881] By: jhi                                   on 2000/08/29  14:03:51
29952         Log: Subject: [PATCH] Glob dumping
29953              From: Gisle Aas <gisle@ActiveState.com>
29954              Date: 29 Aug 2000 07:59:42 -0000
29955              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
29956      Branch: perl
29957            ! dump.c
29958 ____________________________________________________________________________
29959 [  6880] By: jhi                                   on 2000/08/29  14:02:01
29960         Log: Subject: [PATCH] Warnings in B::Deparse
29961              From: <abigail@foad.org>
29962              Date: Tue, 29 Aug 2000 00:00:01 -0400
29963              Message-ID: <20000829040001.2999.qmail@foad.org>
29964      Branch: perl
29965            ! ext/B/B/Deparse.pm
29966 ____________________________________________________________________________
29967 [  6879] By: jhi                                   on 2000/08/29  13:57:26
29968         Log: Missed a change in #6869.
29969      Branch: perl
29970            ! mg.c
29971 ____________________________________________________________________________
29972 [  6878] By: jhi                                   on 2000/08/29  13:45:04
29973         Log: Subject: Net::protoent does not export 'getproto'
29974              From: Yasushi Nakajima <sey@jkc.co.jp>
29975              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
29976      Branch: perl
29977            ! lib/Net/protoent.pm
29978 ____________________________________________________________________________
29979 [  6877] By: jhi                                   on 2000/08/29  13:39:19
29980         Log: Patches all over for people and the files they (hopefully) care about.
29981      Branch: perl
29982            ! AUTHORS Changes MAINTAIN
29983 ____________________________________________________________________________
29984 [  6876] By: jhi                                   on 2000/08/29  12:53:54
29985         Log: Fix for thinko in #6848.
29986              
29987              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
29988              From: Lupe Christoph <lupe@lupe-christoph.de>
29989              Date: Tue, 29 Aug 2000 09:04:08 +0200
29990              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
29991      Branch: perl
29992            ! ext/Thread/Thread.xs
29993 ____________________________________________________________________________
29994 [  6875] By: jhi                                   on 2000/08/29  12:50:14
29995         Log: Update to Getopt::Long 2.24, from Johan Vromans.
29996      Branch: perl
29997            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
29998 ____________________________________________________________________________
29999 [  6874] By: jhi                                   on 2000/08/29  02:09:53
30000         Log: Use minimal @INC in tests, most of the time just '../lib',
30001              so that we simply can't pick up stuff from other Perls than
30002              the one we are testing.  Pointed out by
30003              
30004              From: Mike Guy <mjtg@cam.ac.uk>
30005              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
30006              Date: Fri, 25 Aug 2000 15:15:59 +0100
30007              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
30008      Branch: perl
30009            ! (edit 185 files)
30010 ____________________________________________________________________________
30011 [  6873] By: jhi                                   on 2000/08/29  01:07:11
30012         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
30013              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
30014              Date: Mon, 28 Aug 2000 17:45:52 -0700
30015              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
30016      Branch: perl
30017            ! Makefile.SH hints/os2.sh
30018 ____________________________________________________________________________
30019 [  6872] By: jhi                                   on 2000/08/28  23:33:39
30020         Log: Subject: [PATCH bleedperl@6866] spellings
30021              From: marcel@codewerk.com (Marcel Grunauer)
30022              Date: Tue, 29 Aug 2000 01:19:59 +0200
30023              Message-Id: <200008282319.BAA29862@gandalf.local>
30024      Branch: perl
30025            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
30026            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
30027            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
30028 ____________________________________________________________________________
30029 [  6871] By: jhi                                   on 2000/08/28  23:22:09
30030         Log: Take out the SUIDMAIL thing, that will not be
30031              a problem in 5.7.*.
30032      Branch: perl
30033            ! patchlevel.h
30034 ____________________________________________________________________________
30035 [  6870] By: jhi                                   on 2000/08/28  23:19:30
30036         Log: -S is the silent flag, -s is the strip flag.
30037              
30038              Subject: [PATCH] Re: [PATCH] make no-install          
30039              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
30040              Date: Mon, 28 Aug 2000 15:12:55 -0700
30041              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
30042      Branch: perl
30043            ! Makefile.SH
30044 ____________________________________________________________________________
30045 [  6869] By: jhi                                   on 2000/08/28  23:12:05
30046         Log: Subject: [PATCH bleedperl@6856] warnings fixes
30047              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
30048              Date: Mon, 28 Aug 2000 23:55:06 +0100
30049              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
30050      Branch: perl
30051            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
30052            ! warnings.h warnings.pl
30053 ____________________________________________________________________________
30054 [  6868] By: jhi                                   on 2000/08/28  21:38:22
30055         Log: Potential cruft.
30056      Branch: perl
30057            ! Makefile.SH
30058 ____________________________________________________________________________
30059 [  6867] By: jhi                                   on 2000/08/28  21:35:36
30060         Log: Update Changes.
30061      Branch: perl
30062            ! Changes patchlevel.h
30063 ____________________________________________________________________________
30064 [  6866] By: jhi                                   on 2000/08/28  21:33:49
30065         Log: Subject: hv.h Doc Patch
30066              From: Fisher Mark <fisherm@tce.com>
30067              Date: Mon, 28 Aug 2000 16:24:59 -0500
30068              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
30069      Branch: perl
30070            ! hv.h
30071 ____________________________________________________________________________
30072 [  6865] By: jhi                                   on 2000/08/28  21:02:15
30073         Log: Add -ld to archname on long tr...double platforms.
30074      Branch: metaconfig
30075            ! U/threads/archname.U
30076      Branch: perl
30077            ! Configure config_h.SH
30078 ____________________________________________________________________________
30079 [  6864] By: jhi                                   on 2000/08/28  20:38:59
30080         Log: An attempt to fix the problem reported in
30081              
30082              Subject: Building perl@6856 using gcc/AIX 4.3.3 
30083              From: Daniel Muino <dmuino@afip.gov.ar> 
30084              Date: Mon, 28 Aug 2000 15:50:01 -0300   
30085              Message-ID: <20000828155001.A14403@con2-dgi>
30086              
30087              I can't test this properly since the gcc installation I have
30088              access to seems to be botched (gcc is calling the AIX cpp,
30089              a losing proposition...)
30090      Branch: perl
30091            ! hints/aix.sh
30092 ____________________________________________________________________________
30093 [  6863] By: jhi                                   on 2000/08/28  18:57:52
30094         Log: Fix for ID 20000828.001, long doubles were not formatted
30095              correctly (showed up in $], which stopped installing perl).
30096      Branch: perl
30097            ! sv.c
30098 ____________________________________________________________________________
30099 [  6862] By: jhi                                   on 2000/08/28  18:07:15
30100         Log: Typo in #6858.
30101      Branch: perl
30102            ! lib/Cwd.pm
30103 ____________________________________________________________________________
30104 [  6861] By: jhi                                   on 2000/08/28  17:57:27
30105         Log: opmini.o may be left around if a build is interrupted.
30106      Branch: perl
30107            ! Makefile.SH
30108 ____________________________________________________________________________
30109 [  6860] By: jhi                                   on 2000/08/28  16:52:50
30110         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
30111              From: Daniel Chetlin <daniel@chetlin.com>
30112              Date: Mon, 28 Aug 2000 01:14:18 -0700
30113              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
30114      Branch: perl
30115            ! lib/overload.pm
30116 ____________________________________________________________________________
30117 [  6859] By: jhi                                   on 2000/08/28  16:08:46
30118         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
30119              From: Nicholas Clark <nick@ccl4.org>
30120              Date: Mon, 28 Aug 2000 16:03:27 +0100
30121              Message-Id: <20000828160327.C49785@plum.flirble.org>
30122      Branch: perl
30123            ! ext/ByteLoader/bytecode.h
30124 ____________________________________________________________________________
30125 [  6858] By: jhi                                   on 2000/08/28  16:02:10
30126         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
30127              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
30128              Date: Mon, 28 Aug 2000 13:08:30 +0200
30129              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
30130      Branch: perl
30131            ! lib/Cwd.pm
30132 ____________________________________________________________________________
30133 [  6857] By: jhi                                   on 2000/08/28  15:42:47
30134         Log: display_format used as a class method without arguments was broken,
30135              reported in
30136              
30137              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
30138              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
30139              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
30140              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
30141      Branch: perl
30142            ! lib/Math/Complex.pm t/lib/complex.t
30143 ____________________________________________________________________________
30144 [  6856] By: jhi                                   on 2000/08/27  22:09:48
30145         Log: Update Changes.
30146      Branch: perl
30147            ! Changes patchlevel.h
30148 ____________________________________________________________________________
30149 [  6855] By: jhi                                   on 2000/08/27  21:59:21
30150         Log: Retract #6853 (false alarm).
30151      Branch: perl
30152            ! lib/ExtUtils/xsubpp
30153 ____________________________________________________________________________
30154 [  6854] By: jhi                                   on 2000/08/27  21:37:44
30155         Log: Update Changes.
30156      Branch: perl
30157            ! Changes patchlevel.h
30158 ____________________________________________________________________________
30159 [  6853] By: jhi                                   on 2000/08/27  21:37:16
30160         Log: Subject: [PATCH perl@6850] workaround for xsubpp
30161              From: Hugo <hv@crypt.compulink.co.uk>
30162              Date: Sun, 27 Aug 2000 22:30:25 +0100
30163              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
30164      Branch: perl
30165            ! lib/ExtUtils/xsubpp
30166 ____________________________________________________________________________
30167 [  6852] By: jhi                                   on 2000/08/27  21:33:58
30168         Log: Big-endian 64-bit patch from Raphael Manfredi.
30169      Branch: perl
30170            ! ext/Storable/Storable.xs
30171 ____________________________________________________________________________
30172 [  6851] By: jhi                                   on 2000/08/27  21:22:21
30173         Log: More ruthless editing from Hugo van der Sanden.
30174      Branch: perl
30175            ! pod/perldelta.pod
30176 ____________________________________________________________________________
30177 [  6850] By: jhi                                   on 2000/08/27  16:11:46
30178         Log: Update Changes.
30179      Branch: perl
30180            ! Changes patchlevel.h
30181 ____________________________________________________________________________
30182 [  6849] By: jhi                                   on 2000/08/27  16:11:05
30183         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
30184      Branch: perl
30185            ! configpm pod/perldelta.pod
30186 ____________________________________________________________________________
30187 [  6848] By: jhi                                   on 2000/08/27  15:35:08
30188         Log: Use the actual thread type, not the pointer-to-struct.
30189      Branch: perl
30190            ! ext/Thread/Thread.xs
30191 ____________________________________________________________________________
30192 [  6847] By: jhi                                   on 2000/08/27  15:30:49
30193         Log: Test nit.
30194      Branch: perl
30195            ! t/pragma/warn/pp_sys
30196 ____________________________________________________________________________
30197 [  6846] By: jhi                                   on 2000/08/27  15:19:02
30198         Log: Passing -R in ldflags makes now it to appear in the default
30199              for lddlflags, just like with -L.
30200              
30201              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
30202              From: Lupe Christoph <lupe@lupe-christoph.de>
30203              Date: Sun, 27 Aug 2000 10:28:21 +0200
30204              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
30205      Branch: metaconfig/U/perl
30206            ! dlsrc.U
30207      Branch: perl
30208            ! Configure
30209 ____________________________________________________________________________
30210 [  6845] By: jhi                                   on 2000/08/27  15:08:54
30211         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
30212              From: Alan Burlison <Alan.Burlison@uk.sun.com>
30213              Date: Sat, 26 Aug 2000 22:23:27 +0100
30214              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
30215      Branch: perl
30216            ! lib/ExtUtils/MM_Unix.pm
30217 ____________________________________________________________________________
30218 [  6844] By: jhi                                   on 2000/08/27  15:02:37
30219         Log: DJGPP update from Laszlo Molnar.
30220              
30221              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
30222              From: ml1050 <ml1050@freemail.hu>
30223              Date: Sat, 26 Aug 2000 23:24:40 +0200
30224              Message-Id: <20000826232440.A439@freemail.hu>
30225      Branch: perl
30226            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
30227            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
30228 ____________________________________________________________________________
30229 [  6843] By: jhi                                   on 2000/08/27  14:53:58
30230         Log: Subject: installman buglet
30231              From: Lupe Christoph <lupe@lupe-christoph.de>
30232              Date: Sun, 27 Aug 2000 14:38:59 +0200
30233              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
30234      Branch: perl
30235            ! installman
30236 ____________________________________________________________________________
30237 [  6842] By: jhi                                   on 2000/08/27  14:52:08
30238         Log: Can't get the test to reliably work thanks to the
30239              inaccurateness of floating point.  "Resolves" bug ids
30240              20000826.003, 20000826.009, 20000826.010,
30241      Branch: perl
30242            ! t/lib/trig.t
30243 ____________________________________________________________________________
30244 [  6841] By: jhi                                   on 2000/08/26  15:53:58
30245         Log: Update Changes.
30246      Branch: perl
30247            ! Changes patchlevel.h
30248 ____________________________________________________________________________
30249 [  6840] By: jhi                                   on 2000/08/26  14:23:03
30250         Log: grep -e isn't portable.
30251              
30252              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
30253              From: chris@broadband.att.com
30254              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
30255              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
30256      Branch: perl
30257            ! hints/solaris_2.sh
30258 ____________________________________________________________________________
30259 [  6839] By: jhi                                   on 2000/08/26  14:12:23
30260         Log: no-install target a la make -n.
30261              
30262              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
30263              From: <abigail@foad.org>
30264              Date: Sat, 26 Aug 2000 03:57:34 -0400
30265              Message-ID: <20000826075735.18912.qmail@foad.org>
30266      Branch: perl
30267            ! Makefile.SH installman installperl
30268 ____________________________________________________________________________
30269 [  6838] By: jhi                                   on 2000/08/26  14:06:33
30270         Log: Retract #6826 as the #6828 should be do the same
30271              in a More Correct Way.
30272      Branch: perl
30273            ! installperl
30274 ____________________________________________________________________________
30275 [  6837] By: jhi                                   on 2000/08/26  05:24:00
30276         Log: More casting.
30277      Branch: perl
30278            ! ext/Storable/Storable.xs
30279 ____________________________________________________________________________
30280 [  6836] By: jhi                                   on 2000/08/26  05:05:46
30281         Log: Nicer in decimal.
30282      Branch: perl
30283            ! ext/Storable/Storable.xs
30284 ____________________________________________________________________________
30285 [  6835] By: jhi                                   on 2000/08/26  05:03:50
30286         Log: There be no UVdf.
30287      Branch: perl
30288            ! ext/Storable/Storable.xs
30289 ____________________________________________________________________________
30290 [  6834] By: jhi                                   on 2000/08/26  05:00:18
30291         Log: Continue IVdfing and UVxfing.
30292      Branch: perl
30293            ! ext/Storable/Storable.xs
30294 ____________________________________________________________________________
30295 [  6833] By: jhi                                   on 2000/08/26  04:53:14
30296         Log: Use IVdf.
30297      Branch: perl
30298            ! ext/Storable/Storable.xs
30299 ____________________________________________________________________________
30300 [  6832] By: jhi                                   on 2000/08/26  04:40:41
30301         Log: Document PTR2XX and INT2PTR.
30302      Branch: perl
30303            ! pod/perlguts.pod
30304 ____________________________________________________________________________
30305 [  6831] By: jhi                                   on 2000/08/26  04:33:18
30306         Log: Use UVxf, PTR2UV, NVff.
30307      Branch: perl
30308            ! ext/Storable/Storable.xs
30309 ____________________________________________________________________________
30310 [  6830] By: jhi                                   on 2000/08/26  04:31:32
30311         Log: Update the test count.
30312      Branch: perl
30313            ! t/lib/trig.t
30314 ____________________________________________________________________________
30315 [  6829] By: jhi                                   on 2000/08/26  03:05:50
30316         Log: Subject: [PATCH] installation not quite silent yet.
30317              From: <abigail@foad.org>
30318              Date: Fri, 25 Aug 2000 20:07:53 -0400
30319              Message-ID: <20000826000753.7822.qmail@foad.org>
30320      Branch: perl
30321            ! installman installperl
30322 ____________________________________________________________________________
30323 [  6828] By: jhi                                   on 2000/08/26  03:05:14
30324         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
30325              From: Spider Boardman <spider@web.zk3.dec.com>
30326              Date: Fri, 25 Aug 2000 19:12:40 -0400
30327              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
30328      Branch: perl
30329            ! gv.c
30330 ____________________________________________________________________________
30331 [  6827] By: jhi                                   on 2000/08/25  23:54:34
30332         Log: Support preserving extremely big/small angles.
30333      Branch: perl
30334            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
30335 ____________________________________________________________________________
30336 [  6826] By: jhi                                   on 2000/08/25  23:01:20
30337         Log: Patch installperl to be long double-aware.
30338              
30339              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
30340              From: Spider Boardman <spider@web.zk3.dec.com>
30341              Date: Fri, 25 Aug 2000 18:15:23 -0400
30342              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
30343      Branch: perl
30344            ! installperl
30345 ____________________________________________________________________________
30346 [  6825] By: jhi                                   on 2000/08/25  22:58:25
30347         Log: Remove duplicately applied patch shards.
30348              
30349              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
30350              From: Spider Boardman <spider@leggy.zk3.dec.com>
30351              Date: Fri, 25 Aug 2000 16:45:03 -0400
30352              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
30353      Branch: perl
30354            ! t/lib/cgi-html.t
30355 ____________________________________________________________________________
30356 [  6824] By: jhi                                   on 2000/08/25  22:57:00
30357         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
30358              From: Daniel Chetlin <daniel@chetlin.com>
30359              Date: Fri, 25 Aug 2000 12:23:16 -0700
30360              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
30361              
30362              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
30363              From: Daniel Chetlin <daniel@chetlin.com>
30364              Date: Fri, 25 Aug 2000 14:47:19 -0700
30365              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
30366      Branch: perl
30367            ! installman
30368 ____________________________________________________________________________
30369 [  6823] By: jhi                                   on 2000/08/25  22:44:17
30370         Log: Timestamp problem?
30371      Branch: perl
30372            ! uconfig.h uconfig.sh
30373 ____________________________________________________________________________
30374 [  6822] By: jhi                                   on 2000/08/25  19:01:06
30375         Log: One forgotten file from #6816.
30376      Branch: perl
30377            ! vos/config.h
30378 ____________________________________________________________________________
30379 [  6821] By: jhi                                   on 2000/08/25  18:56:39
30380         Log: Regen Changes.
30381      Branch: perl
30382            ! Changes patchlevel.h
30383 ____________________________________________________________________________
30384 [  6820] By: jhi                                   on 2000/08/25  18:52:35
30385         Log: Fix Changes ordering.
30386      Branch: perl
30387            ! Changes
30388 ____________________________________________________________________________
30389 [  6819] By: jhi                                   on 2000/08/25  18:50:25
30390         Log: Update Changes.
30391      Branch: perl
30392            ! Changes patchlevel.h
30393 ____________________________________________________________________________
30394 [  6818] By: jhi                                   on 2000/08/25  18:47:45
30395         Log: Tweak the sfio/useperlio logic, hopefully as wished in
30396              
30397              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
30398              From: Nicholas Clark <nick@babyhippo.co.uk>
30399              Date: Fri, 25 Aug 2000 12:01:45 +0100
30400              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
30401      Branch: metaconfig/U/perl
30402            ! d_sfio.U
30403      Branch: perl
30404            ! Configure
30405 ____________________________________________________________________________
30406 [  6817] By: jhi                                   on 2000/08/25  18:32:51
30407         Log: Allow microperl to assume <math.h>, without it the math
30408              functions like floor() are assumed to return int, which makes
30409              for core dumps in machines where integer and floating register
30410              don't mix.
30411      Branch: perl
30412            ! uconfig.h uconfig.sh
30413 ____________________________________________________________________________
30414 [  6816] By: jhi                                   on 2000/08/25  18:27:17
30415         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
30416              the problem reported in
30417              
30418              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
30419              From: danhale@us.ibm.com
30420              Date: Fri, 25 Aug 2000 10:58:06 -0400
30421              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
30422      Branch: metaconfig/U/perl
30423            + d_socks5_init.U
30424      Branch: perl
30425            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
30426            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
30427            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
30428            ! win32/config.gc win32/config.vc
30429 ____________________________________________________________________________
30430 [  6815] By: jhi                                   on 2000/08/25  17:43:31
30431         Log: A solution for the retrieve_fd autosplit warning,
30432              idea suggested by Mike Guy.
30433      Branch: perl
30434            ! ext/Storable/Storable.pm
30435 ____________________________________________________________________________
30436 [  6814] By: jhi                                   on 2000/08/25  17:16:03
30437         Log: Add install-silent target.
30438      Branch: perl
30439            ! Makefile.SH
30440 ____________________________________________________________________________
30441 [  6813] By: jhi                                   on 2000/08/25  17:14:23
30442         Log: Subject: Re: [PATCH] More silencing of installman.
30443              From: <abigail@foad.org>
30444              Date: Thu, 24 Aug 2000 19:27:03 -0400
30445              Message-ID: <20000824232703.7001.qmail@foad.org>
30446              
30447              Subject: Re: [PATCH] More silencing of installman.
30448              From: <abigail@foad.org>
30449              Date: Fri, 25 Aug 2000 03:00:58 -0400
30450              Message-ID: <20000825070058.10697.qmail@foad.org>
30451      Branch: perl
30452            ! installman
30453 ____________________________________________________________________________
30454 [  6812] By: jhi                                   on 2000/08/25  17:11:28
30455         Log: installperl --verbose and --silent.
30456              
30457              Subject: Re: [PATCH] More silencing of installman.
30458              From: <abigail@foad.org>
30459              Message-ID: <20000825064430.9719.qmail@foad.org>
30460              Date: Fri, 25 Aug 2000 02:44:30 -0400
30461      Branch: perl
30462            ! installperl
30463 ____________________________________________________________________________
30464 [  6811] By: jhi                                   on 2000/08/25  17:05:43
30465         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
30466              From: "Peter J. Farley III" <pjfarley@banet.net>
30467              Date: Thu, 24 Aug 2000 21:58:03 -0400
30468              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
30469              
30470              (applied slightly modified)
30471      Branch: perl
30472            ! lib/ExtUtils/MM_Unix.pm
30473 ____________________________________________________________________________
30474 [  6810] By: jhi                                   on 2000/08/25  17:01:18
30475         Log: Missing parts of 
30476              
30477              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
30478              From: Peter Prymmer <pvhp@forte.com>
30479              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
30480              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
30481      Branch: perl
30482            ! t/lib/cgi-html.t
30483 ____________________________________________________________________________
30484 [  6809] By: jhi                                   on 2000/08/25  16:46:32
30485         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
30486              From: "Craig A. Berry" <craig.berry@psinetcs.com>
30487              Date: Thu, 24 Aug 2000 19:13:11 -0500
30488              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
30489      Branch: perl
30490            ! vms/vms.c
30491 ____________________________________________________________________________
30492 [  6808] By: jhi                                   on 2000/08/25  16:39:22
30493         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
30494              From: Peter Prymmer <pvhp@forte.com>
30495              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
30496              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
30497      Branch: perl
30498            ! configure.com
30499 ____________________________________________________________________________
30500 [  6807] By: jhi                                   on 2000/08/25  16:36:37
30501         Log: Better wording for the vec lvalue diagnostic.
30502              
30503              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
30504              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
30505              Date: Wed, 23 Aug 2000 14:12:16 -0400
30506              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
30507      Branch: perl
30508            ! pod/perldiag.pod
30509 ____________________________________________________________________________
30510 [  6806] By: jhi                                   on 2000/08/24  18:17:22
30511         Log: Subject: [PATCH] More silencing of installman.
30512              From: <abigail@foad.org>
30513              Date: Thu, 24 Aug 2000 14:01:44 -0400
30514              Message-ID: <20000824180144.20062.qmail@foad.org>
30515      Branch: perl
30516            ! installman
30517 ____________________________________________________________________________
30518 [  6805] By: jhi                                   on 2000/08/24  15:00:31
30519         Log: Update Changes.
30520      Branch: perl
30521            ! Changes patchlevel.h
30522 ____________________________________________________________________________
30523 [  6804] By: jhi                                   on 2000/08/24  14:59:07
30524         Log: Regen perltoc.
30525      Branch: perl
30526            ! pod/perltoc.pod
30527 ____________________________________________________________________________
30528 [  6803] By: jhi                                   on 2000/08/24  14:44:39
30529         Log: Show the doc file, not the temp file.
30530      Branch: perl
30531            ! installman
30532 ____________________________________________________________________________
30533 [  6802] By: jhi                                   on 2000/08/24  14:41:53
30534         Log: Continue silencing.
30535      Branch: perl
30536            ! installman
30537 ____________________________________________________________________________
30538 [  6801] By: jhi                                   on 2000/08/24  14:34:40
30539         Log: Actually do something with the silencer option.
30540      Branch: perl
30541            ! installman
30542 ____________________________________________________________________________
30543 [  6800] By: jhi                                   on 2000/08/24  14:26:22
30544         Log: Make installman to recognize the silence flag -S.
30545      Branch: perl
30546            ! installman
30547 ____________________________________________________________________________
30548 [  6799] By: jhi                                   on 2000/08/24  13:49:38
30549         Log: DOS patches and portability/porting notes, from Tim Jenness.
30550      Branch: perl
30551            ! lib/File/Temp.pm
30552 ____________________________________________________________________________
30553 [  6798] By: jhi                                   on 2000/08/24  13:48:27
30554         Log: Create directories in silence.
30555              
30556              Subject: [PATCH] Another silencer for MakeMaker
30557              From: andreas.koenig@anima.de (Andreas J. Koenig)
30558              Date: 24 Aug 2000 14:18:52 +0200
30559              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
30560      Branch: perl
30561            ! lib/ExtUtils/Command.pm
30562 ____________________________________________________________________________
30563 [  6797] By: jhi                                   on 2000/08/24  13:46:42
30564         Log: More liberal parsing of version numbers.
30565              
30566              Subject: Re: CPAN.pm beta for testing available
30567              From: andreas.koenig@anima.de (Andreas J. Koenig)
30568              Date: 24 Aug 2000 13:51:57 +0200
30569              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
30570      Branch: perl
30571            ! lib/CPAN.pm
30572 ____________________________________________________________________________
30573 [  6796] By: jhi                                   on 2000/08/24  13:44:36
30574         Log: Make "make install" by default silent.  A new "install-verbose"
30575              target is verbose.
30576      Branch: perl
30577            ! Makefile.SH
30578 ____________________________________________________________________________
30579 [  6795] By: jhi                                   on 2000/08/24  13:39:14
30580         Log: Add silencer flags to installperl.
30581              
30582              Subject: [PATCH] Making installperl silent.
30583              From: <abigail@foad.org>
30584              Date: Thu, 24 Aug 2000 05:01:45 -0400
30585              Message-ID: <20000824090145.13141.qmail@foad.org>
30586      Branch: perl
30587            ! installperl
30588 ____________________________________________________________________________
30589 [  6794] By: jhi                                   on 2000/08/24  13:35:50
30590         Log: installperl couldn't tell whether it had run tests or not.
30591              
30592              Subject: [PATCH] Re: installperl and t/TEST
30593              From: <abigail@foad.org>
30594              Date: Thu, 24 Aug 2000 04:00:53 -0400
30595              Message-ID: <20000824080053.2494.qmail@foad.org>
30596      Branch: perl
30597            ! Makefile.SH installperl
30598 ____________________________________________________________________________
30599 [  6793] By: jhi                                   on 2000/08/24  13:27:50
30600         Log: Drop the separate perlbc, perlcc -b should be enough.
30601      Branch: perl
30602            - utils/perlbc.PL
30603            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
30604 ____________________________________________________________________________
30605 [  6792] By: jhi                                   on 2000/08/24  04:41:30
30606         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
30607              plus the typo fix from Peter Prymmer.
30608      Branch: perl
30609            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
30610            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
30611 ____________________________________________________________________________
30612 [  6791] By: jhi                                   on 2000/08/24  02:10:43
30613         Log: Replace #6705 with a minimal doc patch.
30614              
30615              Subject: [PATCH 5.6.0] replace change #6705
30616              From: Jan Dubois <jand@ActiveState.com>
30617              Date: Wed, 23 Aug 2000 18:31:51 -0700
30618              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
30619      Branch: perl
30620            ! lib/Win32.pod win32/win32.c
30621 ____________________________________________________________________________
30622 [  6790] By: jhi                                   on 2000/08/23  17:52:00
30623         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
30624              From: Mike Guy <mjtg@cam.ac.uk>
30625              Date: Wed, 23 Aug 2000 18:38:46 +0100
30626              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
30627      Branch: perl
30628            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
30629 ____________________________________________________________________________
30630 [  6789] By: jhi                                   on 2000/08/23  15:34:21
30631         Log: Update Changes.
30632      Branch: perl
30633            ! Changes patchlevel.h
30634 ____________________________________________________________________________
30635 [  6788] By: jhi                                   on 2000/08/23  15:33:40
30636         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
30637              From: Wilfredo Sánchez <wsanchez@apple.com>
30638              Date: Tue, 22 Aug 2000 19:31:27 -0700
30639              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
30640      Branch: perl
30641            ! perl.h
30642 ____________________________________________________________________________
30643 [  6787] By: jhi                                   on 2000/08/23  15:29:31
30644         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
30645              From: Spider Boardman <spider@leggy.zk3.dec.com>
30646              Date: Wed, 23 Aug 2000 10:33:23 -0400
30647              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
30648      Branch: perl
30649            ! lib/Pod/Html.pm
30650 ____________________________________________________________________________
30651 [  6786] By: jhi                                   on 2000/08/23  15:28:11
30652         Log: Bad makefile.
30653      Branch: perl
30654            ! ext/B/Makefile.PL
30655 ____________________________________________________________________________
30656 [  6785] By: jhi                                   on 2000/08/23  14:37:04
30657         Log: Update Changes.
30658      Branch: perl
30659            ! Changes patchlevel.h
30660 ____________________________________________________________________________
30661 [  6784] By: jhi                                   on 2000/08/23  13:58:41
30662         Log: Portability fix from Hugo van der Sanden.
30663      Branch: perl
30664            ! ext/re/Makefile.PL
30665 ____________________________________________________________________________
30666 [  6783] By: jhi                                   on 2000/08/23  13:53:53
30667         Log: Storable support, v-version fixes.
30668              
30669              Subject: CPAN.pm beta for testing available
30670              From: andreas.koenig@anima.de (Andreas J. Koenig)
30671              Date: 22 Aug 2000 23:31:33 +0200
30672              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
30673      Branch: perl
30674            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
30675 ____________________________________________________________________________
30676 [  6782] By: jhi                                   on 2000/08/23  13:51:26
30677         Log: Mac and other portability updates from Chris Nandor.
30678      Branch: perl
30679            ! pod/perlmodinstall.pod
30680 ____________________________________________________________________________
30681 [  6781] By: jhi                                   on 2000/08/23  13:47:33
30682         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
30683              From: Peter Prymmer <pvhp@forte.com>
30684              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
30685              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
30686      Branch: perl
30687            ! ext/Storable/Storable.xs
30688 ____________________________________________________________________________
30689 [  6780] By: jhi                                   on 2000/08/23  13:33:34
30690         Log: VMS MMS (make) wants null action.
30691      Branch: perl
30692            ! ext/B/Makefile.PL
30693 ____________________________________________________________________________
30694 [  6779] By: jhi                                   on 2000/08/22  19:44:47
30695         Log: Forgot portability nit.
30696      Branch: perl
30697            ! t/lib/st-forgive.t
30698 ____________________________________________________________________________
30699 [  6778] By: jhi                                   on 2000/08/22  19:35:25
30700         Log: Be portable.
30701      Branch: perl
30702            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
30703            ! t/lib/st-store.t
30704 ____________________________________________________________________________
30705 [  6777] By: jhi                                   on 2000/08/22  18:50:53
30706         Log: Update Changes.
30707      Branch: perl
30708            ! Changes patchlevel.h
30709 ____________________________________________________________________________
30710 [  6776] By: jhi                                   on 2000/08/22  18:44:46
30711         Log: cSVOPo_*v things index into the current PL_curpad
30712              under ithreads, which is different from the curpad
30713              used by the XSUB.  (In other words, the code as-is
30714              before this patch wouldn't work under ithreads.)
30715              From Sarathy.
30716      Branch: perl
30717            ! ext/B/B.xs
30718 ____________________________________________________________________________
30719 [  6775] By: jhi                                   on 2000/08/22  18:18:37
30720         Log: Make the selection of NVff et al stricter.
30721      Branch: metaconfig/U/perl
30722            ! perlxvf.U
30723      Branch: perl
30724            ! Configure config_h.SH
30725 ____________________________________________________________________________
30726 [  6774] By: jhi                                   on 2000/08/22  17:19:42
30727         Log: perldelta nits.
30728      Branch: perl
30729            ! pod/perldelta.pod
30730 ____________________________________________________________________________
30731 [  6773] By: jhi                                   on 2000/08/22  17:06:26
30732         Log: Long double fixes from Spider Boardman.
30733              
30734              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
30735              From: system PRIVILEGED account <root@peano.zk3.dec.com>
30736              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
30737              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
30738      Branch: perl
30739            ! t/lib/bigfltpm.t t/lib/st-06compat.t
30740 ____________________________________________________________________________
30741 [  6772] By: jhi                                   on 2000/08/22  15:04:53
30742         Log: Update Changes.
30743      Branch: perl
30744            ! Changes patchlevel.h
30745 ____________________________________________________________________________
30746 [  6771] By: jhi                                   on 2000/08/22  15:01:44
30747         Log: perldelta fixes from Hugo van der Sanden.
30748      Branch: perl
30749            ! pod/perldelta.pod
30750 ____________________________________________________________________________
30751 [  6770] By: jhi                                   on 2000/08/22  14:34:49
30752         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
30753              From: Hugo <hv@crypt.compulink.co.uk>
30754              Date: Tue, 22 Aug 2000 11:21:53 +0100
30755              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
30756      Branch: perl
30757            ! regcomp.c
30758 ____________________________________________________________________________
30759 [  6769] By: jhi                                   on 2000/08/22  14:30:02
30760         Log: Add Yitzchak, reformat.
30761      Branch: perl
30762            ! Changes config_h.SH
30763 ____________________________________________________________________________
30764 [  6768] By: jhi                                   on 2000/08/22  14:21:35
30765         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
30766              and Spider Boardman.
30767      Branch: metaconfig
30768            ! U/compline/d_gconvert.U
30769      Branch: perl
30770            ! Configure
30771 ____________________________________________________________________________
30772 [  6767] By: jhi                                   on 2000/08/22  14:11:24
30773         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
30774              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
30775              Date: Mon, 21 Aug 2000 19:08:31 -0700
30776              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
30777      Branch: perl
30778            - ext/Storable/patchlevel.h
30779            ! MANIFEST ext/Storable/MANIFEST
30780 ____________________________________________________________________________
30781 [  6766] By: jhi                                   on 2000/08/22  13:49:29
30782         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
30783              From: Peter Prymmer <pvhp@forte.com>
30784              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
30785              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
30786      Branch: perl
30787            ! configure.com ext/Storable/Makefile.PL
30788 ____________________________________________________________________________
30789 [  6765] By: jhi                                   on 2000/08/22  13:44:59
30790         Log: Subject: [PATCH blead] B:: missing dependency
30791              From: Hugo <hv@crypt.compulink.co.uk>
30792              Date: Tue, 22 Aug 2000 06:44:33 +0100
30793              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
30794      Branch: perl
30795            ! ext/B/Makefile.PL
30796 ____________________________________________________________________________
30797 [  6764] By: jhi                                   on 2000/08/22  13:38:12
30798         Log: More bytecompiler.
30799      Branch: perl
30800            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
30801 ____________________________________________________________________________
30802 [  6763] By: jhi                                   on 2000/08/22  13:36:44
30803         Log: Bytecompiler patches from Benjamin Stuhl.
30804      Branch: perl
30805            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
30806            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
30807            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
30808            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
30809            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
30810            ! perl.c perlapi.h pod/perldelta.pod
30811 ____________________________________________________________________________
30812 [  6762] By: jhi                                   on 2000/08/21  23:43:40
30813         Log: An obsoleted diagnostic.
30814      Branch: perl
30815            ! pod/perldelta.pod
30816 ____________________________________________________________________________
30817 [  6761] By: jhi                                   on 2000/08/21  23:01:45
30818         Log: The #6759 wasn't quite right.
30819      Branch: perl
30820            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
30821            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
30822            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
30823            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
30824            ! t/lib/st-tieditems.t
30825 ____________________________________________________________________________
30826 [  6760] By: jhi                                   on 2000/08/21  22:35:49
30827         Log: Be verydeepclean.
30828      Branch: perl
30829            ! Makefile.SH
30830 ____________________________________________________________________________
30831 [  6759] By: jhi                                   on 2000/08/21  22:25:40
30832         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
30833              From: Peter Prymmer <pvhp@forte.com>
30834              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
30835              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
30836      Branch: perl
30837            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
30838            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
30839            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
30840            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
30841            ! t/lib/st-tieditems.t
30842 ____________________________________________________________________________
30843 [  6758] By: jhi                                   on 2000/08/21  22:22:32
30844         Log: Few more casts, need reported in
30845              
30846              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
30847              From: Mike Stok <mike@stok.co.uk>
30848              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
30849              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
30850              
30851              and
30852              
30853              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
30854              From: abigail@foad.org
30855              Date: 21 Aug 2000 21:31:34 -0000
30856              Message-Id: <20000821213134.30170.qmail@foad.org>
30857      Branch: perl
30858            ! ext/Storable/Storable.xs
30859 ____________________________________________________________________________
30860 [  6757] By: jhi                                   on 2000/08/21  18:37:07
30861         Log: Update Changes.
30862      Branch: perl
30863            ! Changes patchlevel.h
30864 ____________________________________________________________________________
30865 [  6756] By: jhi                                   on 2000/08/21  18:34:02
30866         Log: A pod nit.
30867              
30868              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
30869              From: <abigail@foad.org>
30870              Date: Mon, 21 Aug 2000 14:00:16 -0400
30871              Message-ID: <20000821180016.28627.qmail@foad.org>
30872      Branch: perl
30873            ! pod/perlre.pod
30874 ____________________________________________________________________________
30875 [  6755] By: jhi                                   on 2000/08/21  18:30:56
30876         Log: Use PodParser 1.18 new test.
30877      Branch: perl
30878            ! t/pod/special_seqs.t t/pod/special_seqs.xr
30879 ____________________________________________________________________________
30880 [  6754] By: jhi                                   on 2000/08/21  18:28:35
30881         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
30882              patches cannot be applied since #6712 conflicts.
30883      Branch: perl
30884            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
30885 ____________________________________________________________________________
30886 [  6753] By: jhi                                   on 2000/08/21  18:15:11
30887         Log: Weed out some smaller changes.
30888      Branch: perl
30889            ! pod/perldelta.pod
30890 ____________________________________________________________________________
30891 [  6752] By: jhi                                   on 2000/08/21  18:02:30
30892         Log: Also under djgpp the timestamps are funky.
30893      Branch: perl
30894            ! t/op/stat.t
30895 ____________________________________________________________________________
30896 [  6751] By: jhi                                   on 2000/08/21  17:55:56
30897         Log: Tweak the floating point output routine preferences.
30898      Branch: metaconfig
30899            ! U/compline/d_gconvert.U
30900      Branch: perl
30901            ! Configure
30902 ____________________________________________________________________________
30903 [  6750] By: jhi                                   on 2000/08/21  17:51:29
30904         Log: Unicos/mk requires elaborate paranoia.
30905      Branch: perl
30906            ! lib/Math/Complex.pm
30907 ____________________________________________________________________________
30908 [  6749] By: gsar                                  on 2000/08/21  16:53:31
30909         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
30910      Branch: perl
30911            ! lib/Cwd.pm
30912 ____________________________________________________________________________
30913 [  6748] By: gsar                                  on 2000/08/21  16:22:19
30914         Log: free TLS slot properly on Windows
30915      Branch: perl
30916            ! thread.h win32/perllib.c win32/win32thread.h
30917 ____________________________________________________________________________
30918 [  6747] By: jhi                                   on 2000/08/21  16:20:58
30919         Log: Rename the macro argument because some preprocessors
30920              can't tell the difference and expand arguments also inside
30921              double quoted strings.
30922      Branch: perl
30923            ! regcomp.c
30924 ____________________________________________________________________________
30925 [  6746] By: jhi                                   on 2000/08/21  16:09:41
30926         Log: Support long doubles in Storable.
30927              
30928              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
30929              From: Radu Greab <radu@netsoft.ro>
30930              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
30931              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
30932      Branch: perl
30933            ! ext/Storable/Storable.xs
30934 ____________________________________________________________________________
30935 [  6745] By: jhi                                   on 2000/08/21  15:51:40
30936         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
30937              From: "Fifer, Eric" <EFifer@sanwaint.com>
30938              Date: Mon, 21 Aug 2000 15:34:49 +0100
30939              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
30940      Branch: perl
30941            ! t/pragma/warn/9enabled
30942 ____________________________________________________________________________
30943 [  6744] By: jhi                                   on 2000/08/21  15:39:35
30944         Log: Document the endianness of Alpha more precisely.
30945      Branch: perl
30946            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
30947            ! pod/perlport.pod
30948 ____________________________________________________________________________
30949 [  6743] By: jhi                                   on 2000/08/21  14:47:05
30950         Log: perldelta fixes from the p5p crowd.
30951      Branch: perl
30952            ! pod/perldelta.pod pod/perlop.pod
30953 ____________________________________________________________________________
30954 [  6742] By: jhi                                   on 2000/08/21  13:34:51
30955         Log: Update to Pod::LaTeX 0.53.
30956              
30957              Subject: [PATCH] lib/Pod/LaTeX.pm updates
30958              From: Tim Jenness <timj@jach.hawaii.edu>
30959              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
30960              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
30961      Branch: perl
30962            ! lib/Pod/LaTeX.pm
30963 ____________________________________________________________________________
30964 [  6741] By: jhi                                   on 2000/08/21  13:33:01
30965         Log: Subject: [PATCH] os2.c fix for use64bitint
30966              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
30967              Date: Mon, 21 Aug 2000 01:32:25 -0700
30968              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
30969      Branch: perl
30970            ! os2/os2.c
30971 ____________________________________________________________________________
30972 [  6740] By: jhi                                   on 2000/08/21  13:28:52
30973         Log: Array context keeps slithering in.
30974              
30975              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
30976              From: Daniel Chetlin <daniel@chetlin.com>
30977              Date: Sun, 20 Aug 2000 21:40:25 -0700
30978              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
30979      Branch: perl
30980            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
30981            ! pod/perldebtut.pod
30982 ____________________________________________________________________________
30983 [  6739] By: jhi                                   on 2000/08/21  13:23:55
30984         Log: Big-endian quad fixes for Storable from Radu Greab,
30985              plus few explicit null casts for picky compilers.
30986      Branch: perl
30987            ! ext/Storable/Storable.xs
30988 ____________________________________________________________________________
30989 [  6738] By: gsar                                  on 2000/08/21  05:56:13
30990         Log: small tweaks for change#6705: avoid C++ style comments in C code;
30991              use Perl's malloc API rather than the low level system one
30992      Branch: perl
30993            ! win32/win32.c
30994 ____________________________________________________________________________
30995 [  6737] By: gsar                                  on 2000/08/21  05:35:41
30996         Log: add Storable to list of extensions on Windows
30997      Branch: perl
30998            ! win32/Makefile win32/makefile.mk
30999 ____________________________________________________________________________
31000 [  6736] By: jhi                                   on 2000/08/21  02:57:53
31001         Log: Update Changes.
31002      Branch: perl
31003            ! Changes patchlevel.h
31004 ____________________________________________________________________________
31005 [  6735] By: jhi                                   on 2000/08/21  02:57:20
31006         Log: Draft 0.
31007      Branch: perl
31008            ! pod/perldelta.pod
31009 ____________________________________________________________________________
31010 [  6734] By: jhi                                   on 2000/08/21  02:57:03
31011         Log: Add Storable 0.7.2 from Raphael Manfredi,
31012              plus the patch from
31013              
31014              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
31015              From: Radu Greab <radu@netsoft.ro>
31016              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
31017              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
31018              
31019              plus changes to get Storable to compile with
31020              picky ANSI compilers.
31021      Branch: perl
31022            + ext/Storable/ChangeLog ext/Storable/MANIFEST
31023            + ext/Storable/Makefile.PL ext/Storable/README
31024            + ext/Storable/Storable.pm ext/Storable/Storable.xs
31025            + ext/Storable/patchlevel.h t/lib/st-06compat.t
31026            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
31027            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
31028            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
31029            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
31030            + t/lib/st-tieditems.t
31031            ! MANIFEST
31032 ____________________________________________________________________________
31033 [  6733] By: jhi                                   on 2000/08/21  02:29:09
31034         Log: The correct cleaning order is an art.
31035      Branch: perl
31036            ! Makefile.SH
31037 ____________________________________________________________________________
31038 [  6732] By: jhi                                   on 2000/08/21  01:23:39
31039         Log: The #6724 is here.
31040      Branch: perl
31041            ! t/lib/ftmp-security.t
31042 ____________________________________________________________________________
31043 [  6731] By: jhi                                   on 2000/08/20  23:17:03
31044         Log: s/this one/the 5.6.0 release/
31045      Branch: perl
31046            ! pod/perl56delta.pod
31047 ____________________________________________________________________________
31048 [  6730] By: jhi                                   on 2000/08/20  23:07:34
31049         Log: Mention perlebcdic and perlposix-bc.
31050      Branch: perl
31051            ! pod/perlport.pod
31052 ____________________________________________________________________________
31053 [  6729] By: jhi                                   on 2000/08/20  21:32:59
31054         Log: Document the number of exponent digits.
31055      Branch: perl
31056            ! pod/perlfunc.pod
31057 ____________________________________________________________________________
31058 [  6728] By: jhi                                   on 2000/08/20  21:16:47
31059         Log: Use File::Spec->tmpdir().
31060              
31061              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
31062              From: Tim Jenness <timj@jach.hawaii.edu>
31063              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
31064              MIME-Version: 1.0
31065              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
31066      Branch: perl
31067            ! utils/perlbug.PL
31068 ____________________________________________________________________________
31069 [  6727] By: jhi                                   on 2000/08/20  20:43:32
31070         Log: Update Changes.
31071      Branch: perl
31072            ! Changes patchlevel.h
31073 ____________________________________________________________________________
31074 [  6726] By: jhi                                   on 2000/08/20  20:41:44
31075         Log: The veryclean target needs to clobber.
31076      Branch: perl
31077            ! Makefile.SH
31078 ____________________________________________________________________________
31079 [  6725] By: jhi                                   on 2000/08/20  20:37:38
31080         Log: Document odd vs even subreleases and -Dusedevel.
31081      Branch: perl
31082            ! INSTALL
31083 ____________________________________________________________________________
31084 [  6724] By: jhi                                   on 2000/08/20  19:58:05
31085         Log: Use temporary directory instead of current directory.
31086              
31087              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
31088              From: Tim Jenness <timj@jach.hawaii.edu>
31089              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
31090              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
31091      Branch: perl
31092            ! t/lib/ftmp-security.t
31093 ____________________________________________________________________________
31094 [  6723] By: jhi                                   on 2000/08/20  19:55:55
31095         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
31096              From: andreas.koenig@anima.de (Andreas J. Koenig)
31097              Date: 20 Aug 2000 15:52:03 +0200
31098              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
31099      Branch: perl
31100            ! lib/ExtUtils/MM_Unix.pm
31101 ____________________________________________________________________________
31102 [  6722] By: jhi                                   on 2000/08/20  19:46:01
31103         Log: Update to CGI 2.72, from Lincoln Stein.
31104      Branch: perl
31105            ! lib/CGI.pm
31106 ____________________________________________________________________________
31107 [  6721] By: jhi                                   on 2000/08/20  19:43:54
31108         Log: Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
31109              From: Radu Greab <radu@netsoft.ro>
31110              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
31111              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
31112      Branch: perl
31113            ! ext/GDBM_File/GDBM_File.xs
31114 ____________________________________________________________________________
31115 [  6720] By: jhi                                   on 2000/08/20  19:42:01
31116         Log: pp_open() could pass an uninitialized filename down to do_open9().
31117      Branch: perl
31118            ! pp_sys.c
31119 ____________________________________________________________________________
31120 [  6719] By: jhi                                   on 2000/08/20  14:06:41
31121         Log: UTF8 concat fixes.
31122              
31123              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
31124              From: Hugo <hv@crypt.compulink.co.uk>
31125              Date: Sun, 20 Aug 2000 07:30:46 +0100
31126              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
31127      Branch: perl
31128            ! pp_hot.c t/op/append.t
31129 ____________________________________________________________________________
31130 [  6718] By: jhi                                   on 2000/08/20  02:09:37
31131         Log: Let's try #6717 again.
31132      Branch: perl
31133            ! lib/File/Temp.pm
31134 ____________________________________________________________________________
31135 [  6717] By: jhi                                   on 2000/08/20  01:56:55
31136         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
31137              From: "Craig A. Berry" <craig.berry@metamorgs.com>
31138              Date: Sat, 19 Aug 2000 18:15:39 -0500
31139              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
31140      Branch: perl
31141            ! lib/File/Temp.pm
31142 ____________________________________________________________________________
31143 [  6716] By: jhi                                   on 2000/08/19  15:50:11
31144         Log: Update Changes.
31145      Branch: perl
31146            ! Changes patchlevel.h
31147 ____________________________________________________________________________
31148 [  6715] By: jhi                                   on 2000/08/19  15:39:09
31149         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
31150              From: Jonathan D Johnston <jdjohnston2@juno.com>
31151              Date: Thu, 17 Aug 2000 23:13:01 -0400       
31152              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
31153      Branch: perl
31154            ! pod/perlfunc.pod
31155 ____________________________________________________________________________
31156 [  6714] By: jhi                                   on 2000/08/19  15:34:04
31157         Log: Introduce a 'veryclean' target that is like 'distclean'
31158              but also removes *~ and *.orig.
31159      Branch: perl
31160            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
31161            ! utils/Makefile x2p/Makefile.SH
31162 ____________________________________________________________________________
31163 [  6713] By: jhi                                   on 2000/08/19  14:15:45
31164         Log: Put back the long double avoidance code to POSIX.xs
31165              because VMS seems to need it still.
31166      Branch: perl
31167            ! ext/POSIX/POSIX.xs
31168 ____________________________________________________________________________
31169 [  6712] By: jhi                                   on 2000/08/19  14:10:41
31170         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
31171              From: Peter Prymmer <pvhp@forte.com>
31172              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
31173              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
31174      Branch: perl
31175            ! lib/Pod/Find.pm t/pod/find.t
31176 ____________________________________________________________________________
31177 [  6711] By: jhi                                   on 2000/08/19  14:09:19
31178         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
31179              From: Peter Prymmer <pvhp@forte.com>
31180              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
31181              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
31182              cc: vmsperl@perl.org
31183      Branch: perl
31184            ! t/lib/peek.t
31185 ____________________________________________________________________________
31186 [  6710] By: jhi                                   on 2000/08/19  14:08:01
31187         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
31188              From: Jan Dubois <jand@ActiveState.com>
31189              Date: Fri, 18 Aug 2000 16:31:48 -0700
31190              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
31191      Branch: perl
31192            ! win32/win32.c
31193 ____________________________________________________________________________
31194 [  6709] By: jhi                                   on 2000/08/19  14:06:57
31195         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
31196              
31197              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
31198              From: Spider.Boardman@Orb.Nashua.NH.US
31199              Date: Fri, 18 Aug 2000 18:41:14 -0400
31200              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
31201      Branch: perl
31202            ! regcomp.c
31203 ____________________________________________________________________________
31204 [  6708] By: jhi                                   on 2000/08/18  22:04:49
31205         Log: Update Changes.
31206      Branch: perl
31207            ! Changes patchlevel.h
31208 ____________________________________________________________________________
31209 [  6707] By: jhi                                   on 2000/08/18  21:55:14
31210         Log: Add warnif(), check warnings further up the stack,
31211              all the warnings functions now can take an optional object reference.
31212              
31213              Subject: [PATCH bleedperl@6691] warnings pragma update
31214              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
31215              Date: Fri, 18 Aug 2000 22:42:06 +0100
31216              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
31217      Branch: perl
31218            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
31219            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
31220            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
31221 ____________________________________________________________________________
31222 [  6706] By: jhi                                   on 2000/08/18  21:41:45
31223         Log: Typo in pp_complement().
31224              
31225              Subject: [PATCH perl-current] Deparse
31226              From: Peter Scott <Peter@PSDT.com>
31227              Date: Fri, 18 Aug 2000 12:44:37 -0700
31228              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
31229      Branch: perl
31230            ! ext/B/B/Deparse.pm
31231 ____________________________________________________________________________
31232 [  6705] By: jhi                                   on 2000/08/18  21:25:59
31233         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
31234              From: Jan Dubois <jand@ActiveState.com>
31235              Date: Fri, 18 Aug 2000 14:22:51 -0700
31236              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
31237      Branch: perl
31238            ! lib/Win32.pod win32/win32.c
31239 ____________________________________________________________________________
31240 [  6704] By: jhi                                   on 2000/08/18  21:16:14
31241         Log: Don't eat leading os from index entries.
31242              
31243              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
31244              From: Russ Allbery <rra@stanford.edu>
31245              Date: 10 Aug 2000 20:49:25 -0700
31246              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
31247      Branch: perl
31248            ! lib/Pod/Man.pm
31249 ____________________________________________________________________________
31250 [  6703] By: jhi                                   on 2000/08/18  21:07:06
31251         Log: Add [[:blank:]] as suggested in
31252              
31253              Subject: [ID 20000716.024] [=cc=] / [:blank:]
31254              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
31255              Date: Sun, 16 Jul 2000 17:55:29 -0700
31256              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
31257              
31258              (the [=cc=] has already been taken care of by #6439
31259              so the whole bug report can be closed)
31260              
31261              and make [[:space:]] to be equivalent to isspace(3)
31262              (as opposed to \s, which is isSPACE()).  The difference
31263              is that now [[:space:]] matches the mythical vertical tab,
31264              while \s doesn't.
31265      Branch: perl
31266            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
31267            ! regexec.c t/op/pat.t
31268 ____________________________________________________________________________
31269 [  6702] By: jhi                                   on 2000/08/18  18:47:47
31270         Log: The new tests were missing from #6415.
31271      Branch: perl
31272            ! t/op/bop.t
31273 ____________________________________________________________________________
31274 [  6701] By: jhi                                   on 2000/08/18  18:20:40
31275         Log: Document the NDBM_File and ODBM_File as SDBM_File
31276              was documented in #6417.
31277      Branch: perl
31278            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
31279            ! ext/SDBM_File/SDBM_File.pm
31280 ____________________________________________________________________________
31281 [  6700] By: jhi                                   on 2000/08/18  18:10:39
31282         Log: Subject: [PATCH perl@6698] cygwin port
31283              From: "Fifer, Eric" <EFifer@sanwaint.com>
31284              Date: Fri, 18 Aug 2000 17:30:05 +0100
31285              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
31286      Branch: perl
31287            ! lib/File/Temp.pm
31288 ____________________________________________________________________________
31289 [  6699] By: jhi                                   on 2000/08/18  16:21:49
31290         Log: Document code point which makes if (defined %stash::) to work
31291              (noted by Spider Boardman).
31292      Branch: perl
31293            ! op.c
31294 ____________________________________________________________________________
31295 [  6698] By: jhi                                   on 2000/08/18  13:43:27
31296         Log: Update Changes.
31297      Branch: perl
31298            ! Changes patchlevel.h
31299 ____________________________________________________________________________
31300 [  6697] By: jhi                                   on 2000/08/18  13:35:57
31301         Log: Tiny Getopt::Long patch from Johan Vromans.
31302      Branch: perl
31303            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
31304 ____________________________________________________________________________
31305 [  6696] By: jhi                                   on 2000/08/18  13:26:14
31306         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
31307              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
31308              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
31309              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
31310      Branch: perl
31311            ! pod/perldiag.pod pod/perlsyn.pod
31312 ____________________________________________________________________________
31313 [  6695] By: jhi                                   on 2000/08/18  13:13:26
31314         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
31315              From: Daniel Chetlin <daniel@chetlin.com>
31316              Date: Fri, 18 Aug 2000 03:13:36 -0700
31317              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
31318      Branch: perl
31319            ! pod/perlfunc.pod
31320 ____________________________________________________________________________
31321 [  6694] By: jhi                                   on 2000/08/18  13:08:05
31322         Log: Subject: [PATCH] perltrap.pod spring cleaning
31323              From: Daniel Chetlin <daniel@chetlin.com>
31324              Date: Fri, 18 Aug 2000 03:06:54 -0700
31325              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
31326              
31327              plus Mike Guy's nitfix.
31328      Branch: perl
31329            ! pod/perltrap.pod
31330 ____________________________________________________________________________
31331 [  6693] By: jhi                                   on 2000/08/18  13:00:26
31332         Log: Unbuffer the output.
31333              
31334              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
31335              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
31336              Date: Thu, 17 Aug 2000 18:39:29 -0700
31337              Message-ID: <RPJn5gzkgydf092yn@efn.org>
31338      Branch: perl
31339            ! t/op/fork.t
31340 ____________________________________________________________________________
31341 [  6692] By: jhi                                   on 2000/08/18  05:19:17
31342         Log: Delete the image, too, not just its MANIFEStation.
31343      Branch: perl
31344            - lib/CGI/eg/wilogo.gif
31345 ____________________________________________________________________________
31346 [  6691] By: jhi                                   on 2000/08/18  05:10:26
31347         Log: Propagate new Configure vars.
31348      Branch: perl
31349            ! configure.com epoc/config.sh uconfig.h uconfig.sh
31350            ! vos/config.def vos/config.h vos/config_h.SH_orig
31351            ! win32/config.bc win32/config.gc win32/config.vc
31352            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
31353 ____________________________________________________________________________
31354 [  6690] By: jhi                                   on 2000/08/18  04:30:56
31355         Log: Update Changes.
31356      Branch: perl
31357            ! Changes patchlevel.h
31358 ____________________________________________________________________________
31359 [  6689] By: jhi                                   on 2000/08/18  04:12:30
31360         Log: Fix the lib/complex failure of
31361              
31362              From: abigail@foad.org
31363              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
31364              Date: 15 Aug 2000 04:06:38 -0000
31365              Message-Id: <20000815040638.8524.qmail@foad.org> 
31366              
31367              Linux long double accuracy issue: something that
31368              when printed with %g looks like "2" but int() of it is 1.
31369      Branch: perl
31370            ! lib/Math/Complex.pm
31371 ____________________________________________________________________________
31372 [  6688] By: jhi                                   on 2000/08/18  03:15:35
31373         Log: The byteorder code in #6671 was wrong.
31374      Branch: perl
31375            ! configpm
31376 ____________________________________________________________________________
31377 [  6687] By: jhi                                   on 2000/08/18  02:08:42
31378         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
31379              From: Jan Dubois <jand@ActiveState.com>
31380              Date: Thu, 17 Aug 2000 18:31:55 -0700
31381              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
31382      Branch: perl
31383            ! sv.c
31384 ____________________________________________________________________________
31385 [  6686] By: jhi                                   on 2000/08/18  02:04:15
31386         Log: Use NVs in POSIX math, not doubles.
31387              
31388              From: abigail@foad.org
31389              Subject: [ID 20000817.014] POSIX & modfl
31390              Date: 17 Aug 2000 20:49:18 -0000
31391              Message-Id: <20000817204918.23123.qmail@foad.org>
31392      Branch: perl
31393            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
31394 ____________________________________________________________________________
31395 [  6685] By: jhi                                   on 2000/08/18  02:02:12
31396         Log: Introduce NVef, NVff, and NVgf, use the middle one.
31397              (helps for lib/peek + Linux + long doubles)  Reported in
31398              
31399              From: abigail@foad.org
31400              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
31401              Date: 15 Aug 2000 04:06:38 -0000
31402              Message-Id: <20000815040638.8524.qmail@foad.org> 
31403              
31404              (note: the lib/complex failure has not yet been addressed)
31405      Branch: metaconfig/U/perl
31406            ! perlxvf.U
31407      Branch: perl
31408            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31409            ! config_h.SH dump.c perl.h pod/perlguts.pod
31410 ____________________________________________________________________________
31411 [  6684] By: jhi                                   on 2000/08/17  23:22:19
31412         Log: Add byteorder to the myconfig output.
31413      Branch: perl
31414            ! myconfig.SH
31415 ____________________________________________________________________________
31416 [  6683] By: jhi                                   on 2000/08/17  23:20:19
31417         Log: The image doth not exist, spotted by Johan Vromans.
31418      Branch: perl
31419            ! MANIFEST
31420 ____________________________________________________________________________
31421 [  6682] By: jhi                                   on 2000/08/17  22:38:16
31422         Log: Document what the backtick returns if the command fails.
31423      Branch: perl
31424            ! pod/perlop.pod
31425 ____________________________________________________________________________
31426 [  6681] By: jhi                                   on 2000/08/17  22:33:12
31427         Log: Do not use prototyping here.
31428              
31429              Subject: [ID 20000817.016] [PATCH] Peek.xs
31430              From: abigail@foad.org
31431              Date: 17 Aug 2000 20:55:56 -0000
31432              Message-Id: <20000817205556.24270.qmail@foad.org>
31433      Branch: perl
31434            ! ext/Devel/Peek/Makefile.PL
31435 ____________________________________________________________________________
31436 [  6680] By: jhi                                   on 2000/08/17  19:46:43
31437         Log: Don't propose using modules built for 5.005 if no binary
31438              compatibility with 5.005 is attempted.
31439              
31440              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
31441              Subject: Minor nit with 5.7.0 (6655)
31442              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
31443              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
31444      Branch: metaconfig
31445            ! U/installdirs/inc_version_list.U
31446      Branch: perl
31447            ! Configure config_h.SH
31448 ____________________________________________________________________________
31449 [  6679] By: jhi                                   on 2000/08/17  19:16:39
31450         Log: Microperl config update.
31451      Branch: perl
31452            ! uconfig.h uconfig.sh
31453 ____________________________________________________________________________
31454 [  6678] By: jhi                                   on 2000/08/17  19:16:13
31455         Log: The #6648 wasn't protective enough for limited platforms
31456              (like microperl).
31457      Branch: perl
31458            ! dump.c sv.c
31459 ____________________________________________________________________________
31460 [  6677] By: jhi                                   on 2000/08/17  14:46:35
31461         Log: Update Changes.
31462      Branch: perl
31463            ! Changes patchlevel.h
31464 ____________________________________________________________________________
31465 [  6676] By: jhi                                   on 2000/08/17  14:44:02
31466         Log: Add perlebcdic from Peter Prymmer, regen toc.
31467      Branch: perl
31468            + pod/perlebcdic.pod
31469            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
31470 ____________________________________________________________________________
31471 [  6675] By: jhi                                   on 2000/08/17  14:41:52
31472         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
31473      Branch: perl
31474            ! pod/perldebtut.pod
31475 ____________________________________________________________________________
31476 [  6674] By: jhi                                   on 2000/08/17  14:29:43
31477         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
31478              
31479              Subject: [ID 20000724.006] -DLEAKTEST problem
31480              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
31481              Date: Tue, 25 Jul 2000 00:36:32 -0500
31482              Message-Id: <20000725003632.A26186@www.llamacom.com>
31483              
31484              Reminder sent
31485              
31486              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
31487              From: Hugo <hv@crypt.compulink.co.uk>
31488              Date: Thu, 17 Aug 2000 15:23:42 +0100
31489              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
31490      Branch: perl
31491            ! util.c
31492 ____________________________________________________________________________
31493 [  6673] By: jhi                                   on 2000/08/17  04:07:10
31494         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
31495              From: John Peacock <JPeacock@UnivPress.com>
31496              Date: Tue, 01 Aug 2000 09:38:12 -0400
31497              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
31498      Branch: perl
31499            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
31500 ____________________________________________________________________________
31501 [  6672] By: jhi                                   on 2000/08/17  03:04:35
31502         Log: Subject: [PATCH] Cwd.pm now uses strict
31503              From: Tim Jenness <timj@jach.hawaii.edu>
31504              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
31505              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
31506      Branch: perl
31507            ! lib/Cwd.pm
31508 ____________________________________________________________________________
31509 [  6671] By: jhi                                   on 2000/08/17  02:16:35
31510         Log: Make $Config{byteorder} more magical so that it is
31511              dynamically computed: nice for 'fat binaries'.
31512              
31513              Subject: [PATCH]: default byteorder
31514              From: Wilfredo Sánchez <wsanchez@apple.com>
31515              Date: Mon, 31 Jul 2000 19:45:31 -0700
31516              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
31517      Branch: perl
31518            ! configpm
31519 ____________________________________________________________________________
31520 [  6670] By: gsar                                  on 2000/08/17  01:22:21
31521         Log: move WNOHANG definition to where other such things are
31522      Branch: perl
31523            ! win32/win32.h
31524 ____________________________________________________________________________
31525 [  6669] By: jhi                                   on 2000/08/17  01:19:17
31526         Log: Update Changes.
31527      Branch: perl
31528            ! Changes patchlevel.h
31529 ____________________________________________________________________________
31530 [  6668] By: jhi                                   on 2000/08/17  01:16:29
31531         Log: Doc nits spotted by Richard Soderberg.
31532      Branch: perl
31533            ! README.posix-bc README.vmesa
31534 ____________________________________________________________________________
31535 [  6667] By: jhi                                   on 2000/08/17  01:12:11
31536         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
31537              From: "Casey R. Tweten" <crt@kiski.net>
31538              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
31539              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
31540      Branch: perl
31541            ! pod/perldebtut.pod
31542 ____________________________________________________________________________
31543 [  6666] By: jhi                                   on 2000/08/17  01:09:31
31544         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
31545              From: "Casey R. Tweten" <crt@kiski.net>
31546              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
31547              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
31548      Branch: perl
31549            ! lib/Shell.pm
31550 ____________________________________________________________________________
31551 [  6665] By: gsar                                  on 2000/08/17  01:03:52
31552         Log: add "ok" targets from change#6632 in makefile.mk
31553      Branch: perl
31554            ! pod/perlport.pod win32/Makefile win32/makefile.mk
31555 ____________________________________________________________________________
31556 [  6664] By: gsar                                  on 2000/08/17  00:56:11
31557         Log: avoid warnings from dense compiler
31558      Branch: perl
31559            ! win32/win32.c
31560 ____________________________________________________________________________
31561 [  6663] By: jhi                                   on 2000/08/17  00:51:49
31562         Log: Tweak the regex compilation errors once more.
31563      Branch: perl
31564            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
31565            ! t/op/regmesg.t t/pragma/warn/regcomp
31566 ____________________________________________________________________________
31567 [  6662] By: gsar                                  on 2000/08/17  00:28:19
31568         Log: trailing new %ENV entries weren't being pushed into the real
31569              environment of subprocesses on Windows
31570      Branch: perl
31571            ! t/op/magic.t win32/perlhost.h
31572 ____________________________________________________________________________
31573 [  6661] By: gsar                                  on 2000/08/17  00:19:20
31574         Log: waitpid() now handles externally spawned pids correctly;
31575              fixes for backtick/wait/waitpid failures on Windows 9x
31576              
31577              these changes make the pid returned by process functions on
31578              Windows 9x always positive by clearing the high bit (which
31579              is always set on Win9x); pseudo-process PIDs are likewise
31580              always negative now on Win9x (just as on NT/2000)
31581      Branch: perl
31582            ! pp_sys.c win32/perlhost.h win32/win32.c
31583 ____________________________________________________________________________
31584 [  6660] By: jhi                                   on 2000/08/17  00:04:32
31585         Log: Retract #6645.
31586      Branch: perl
31587            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31588            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
31589            ! t/op/sprintf.t
31590 ____________________________________________________________________________
31591 [  6659] By: gsar                                  on 2000/08/16  23:59:28
31592         Log: on windows, the return values from wait() and waitpid() don't
31593              match those of pseudo-pids
31594      Branch: perl
31595            ! pp_sys.c t/op/fork.t util.c win32/win32.c
31596 ____________________________________________________________________________
31597 [  6658] By: gsar                                  on 2000/08/16  23:56:14
31598         Log: pod nit seen in passing
31599      Branch: perl
31600            ! pod/perlfunc.pod
31601 ____________________________________________________________________________
31602 [  6657] By: gsar                                  on 2000/08/16  23:53:42
31603         Log: change#6328 could make close(SOCKET) return false on windows
31604              when it shouldn't
31605      Branch: perl
31606            ! win32/win32sck.c
31607 ____________________________________________________________________________
31608 [  6656] By: gsar                                  on 2000/08/16  23:46:57
31609         Log: check that the number pseudo children doesn't exceed
31610              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
31611              the WaitForMultipleObjects() limit that would cause wait()
31612              to crash)
31613              
31614              wait() and waitpid() could potentially be rewritten to use
31615              more than one thread to do the waiting to eliminate this
31616              limitation
31617      Branch: perl
31618            ! win32/perlhost.h
31619 ____________________________________________________________________________
31620 [  6655] By: jhi                                   on 2000/08/16  14:11:05
31621         Log: Update Changes.
31622      Branch: perl
31623            ! Changes patchlevel.h
31624 ____________________________________________________________________________
31625 [  6654] By: jhi                                   on 2000/08/16  14:10:12
31626         Log: Update to perldebtut 1.9, from Richard Foley.
31627      Branch: perl
31628            ! pod/perldebtut.pod
31629 ____________________________________________________________________________
31630 [  6653] By: jhi                                   on 2000/08/16  14:08:17
31631         Log: Change the regx compilation error markers to use = instead of <
31632              since pod makes using the latter quite messy.  Reported in
31633              ID 20000814.006 by Abigail and in
31634              Subject: Unknown escape E<> ?
31635              From: Lupe Christoph <lupe@lupe-christoph.de>
31636              Date: Fri, 11 Aug 2000 00:30:27 +0200
31637              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
31638      Branch: perl
31639            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
31640            ! t/op/regmesg.t t/pragma/warn/regcomp
31641 ____________________________________________________________________________
31642 [  6652] By: jhi                                   on 2000/08/16  13:25:31
31643         Log: Change the perlbug address to perl.org since it's more forgiving.
31644              
31645              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
31646              From: abigail@foad.org
31647              Date: 15 Aug 2000 04:15:40 -0000
31648              Message-Id: <20000815041540.8633.qmail@foad.org>
31649      Branch: perl
31650            ! utils/perlbug.PL
31651 ____________________________________________________________________________
31652 [  6651] By: jhi                                   on 2000/08/16  13:22:35
31653         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
31654              From: Tim Jenness <timj@jach.hawaii.edu>
31655              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
31656              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
31657      Branch: perl
31658            ! lib/Cwd.pm
31659 ____________________________________________________________________________
31660 [  6650] By: jhi                                   on 2000/08/16  13:18:13
31661         Log: Update to CPAN 1.57.
31662              
31663              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
31664              From: andreas.koenig@anima.de (Andreas J. Koenig)
31665              Date: 16 Aug 2000 15:09:46 +0200
31666              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
31667      Branch: perl
31668            ! lib/CPAN.pm
31669 ____________________________________________________________________________
31670 [  6649] By: jhi                                   on 2000/08/16  13:12:31
31671         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
31672              From: "Larry W. Virden" <lvirden@cas.org>
31673              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
31674              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
31675      Branch: perl
31676            ! README.hpux
31677 ____________________________________________________________________________
31678 [  6648] By: jhi                                   on 2000/08/16  13:03:53
31679         Log: The numeric locale was reset to "C" by s?printf and never restored.
31680              
31681              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
31682              From: Christian Kirsch <ck@held.mind.de>
31683              Date: Wed, 9 Aug 2000 17:05:17 +0200
31684              Message-Id: <20000809170517.A25389@held>
31685              
31686              No test since adding the failing example to locale.t
31687              does not fail -- probably because the locale settings are so
31688              thoroughly tweaked by that time.  Running the example standalone
31689              does fail, though.  UPDATE: test case added at change #7540.
31690      Branch: perl
31691            ! dump.c perl.h pp.c pp_ctl.c sv.c
31692 ____________________________________________________________________________
31693 [  6647] By: jhi                                   on 2000/08/16  00:07:54
31694         Log: Update Changes and test semi-automatic patchlevel updating.
31695      Branch: perl
31696            ! Changes patchlevel.h
31697 ____________________________________________________________________________
31698 [  6646] By: jhi                                   on 2000/08/15  23:35:07
31699         Log: Fix a dependency problem.
31700              
31701              Subject: [PATCH: 6640] VMS Makefile.SH update
31702              From: Peter Prymmer <pvhp@forte.com>
31703              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
31704              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
31705      Branch: perl
31706            ! vms/descrip_mms.template
31707 ____________________________________________________________________________
31708 [  6645] By: jhi                                   on 2000/08/15  23:33:23
31709         Log: (Retracted by #6660)
31710              
31711              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
31712              From: Dominic Dunlop <domo@computer.org>
31713              Date: Tue, 15 Aug 2000 22:20:52 +0200
31714              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
31715      Branch: metaconfig/U/perl
31716            + d_printfed.U
31717      Branch: perl
31718            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31719            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
31720            ! t/op/sprintf.t
31721 ____________________________________________________________________________
31722 [  6644] By: jhi                                   on 2000/08/15  21:17:20
31723         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
31724              From: abigail@foad.org
31725              Date: 15 Aug 2000 20:12:41 -0000
31726              Message-Id: <20000815201241.25556.qmail@foad.org>
31727      Branch: perl
31728            ! INSTALL
31729 ____________________________________________________________________________
31730 [  6643] By: jhi                                   on 2000/08/15  21:15:28
31731         Log: (an already applied patch)
31732      Branch: perl
31733            ! lib/CGI.pm
31734 ____________________________________________________________________________
31735 [  6642] By: gsar                                  on 2000/08/15  19:54:05
31736         Log: magic callbacks all need to have same type signature
31737      Branch: perl
31738            ! embed.pl mg.c proto.h
31739 ____________________________________________________________________________
31740 [  6641] By: jhi                                   on 2000/08/15  17:56:27
31741         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)
31742              From: Mike Guy <mjtg@cam.ac.uk>
31743              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
31744              Date: Tue, 15 Aug 2000 18:26:45 +0100
31745              
31746              Only the peek.t part applied, not the hash quality part.
31747      Branch: perl
31748            ! t/lib/peek.t
31749 ____________________________________________________________________________
31750 [  6640] By: jhi                                   on 2000/08/15  16:37:37
31751         Log: Update Changes.
31752      Branch: perl
31753            ! Changes
31754 ____________________________________________________________________________
31755 [  6639] By: jhi                                   on 2000/08/15  16:34:55
31756         Log: Missed a file from #6638.
31757      Branch: perl
31758            ! lib/File/Temp.pm
31759 ____________________________________________________________________________
31760 [  6638] By: jhi                                   on 2000/08/15  16:33:19
31761         Log: Subject: [PATCH perl@6620] cygwin port
31762              From: "Fifer, Eric" <EFifer@sanwaint.com>
31763              Date: Tue, 15 Aug 2000 17:00:49 +0100
31764              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
31765      Branch: perl
31766            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
31767 ____________________________________________________________________________
31768 [  6637] By: jhi                                   on 2000/08/15  16:29:22
31769         Log: Subject: [PATCH] debugger exit code should reflect user exit code
31770              From: Mike Guy <mjtg@cam.ac.uk>
31771              Date: Tue, 15 Aug 2000 16:55:59 +0100
31772              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
31773      Branch: perl
31774            ! lib/perl5db.pl
31775 ____________________________________________________________________________
31776 [  6636] By: jhi                                   on 2000/08/15  15:30:58
31777         Log: Update Changes.
31778      Branch: perl
31779            ! Changes
31780 ____________________________________________________________________________
31781 [  6635] By: jhi                                   on 2000/08/15  15:27:21
31782         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
31783      Branch: metaconfig
31784            ! U/mkglossary U/mksample
31785      Branch: metaconfig/U/perl
31786            ! Devel.U
31787      Branch: perl
31788            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31789 ____________________________________________________________________________
31790 [  6634] By: jhi                                   on 2000/08/15  14:11:55
31791         Log: Don't blow limited stacks, a lower number is enough to
31792              tickle the lookbehind limit.
31793              
31794              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
31795              From: Dominic Dunlop <domo@computer.org>
31796              Date: Tue, 15 Aug 2000 13:51:24 +0200
31797              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
31798      Branch: perl
31799            ! t/op/regmesg.t
31800 ____________________________________________________________________________
31801 [  6633] By: jhi                                   on 2000/08/15  14:01:46
31802         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
31803              From: Mike Guy <mjtg@cam.ac.uk>
31804              Date: Tue, 15 Aug 2000 12:10:50 +0100
31805              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
31806      Branch: perl
31807            ! utils/perldoc.PL
31808 ____________________________________________________________________________
31809 [  6632] By: jhi                                   on 2000/08/15  13:58:48
31810         Log: make ok etc also for win32.
31811              
31812              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
31813              From: Prymmer/Kahn <pvhp@best.com>
31814              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
31815              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
31816      Branch: perl
31817            ! win32/Makefile
31818 ____________________________________________________________________________
31819 [  6631] By: jhi                                   on 2000/08/15  13:45:03
31820         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
31821      Branch: perl
31822            ! lib/Test.pm
31823 ____________________________________________________________________________
31824 [  6630] By: jhi                                   on 2000/08/15  03:25:09
31825         Log: Update Changes.
31826      Branch: perl
31827            ! Changes
31828 ____________________________________________________________________________
31829 [  6629] By: jhi                                   on 2000/08/15  03:23:53
31830         Log: magic_regdatum_set() is void, not int.
31831      Branch: perl
31832            ! embed.pl mg.c proto.h
31833 ____________________________________________________________________________
31834 [  6628] By: jhi                                   on 2000/08/15  03:08:02
31835         Log: Make the user to give up his firstborn, err, to knowingly
31836              verify installing an unstable developer release.  Also bump
31837              the release to 5.7.0, but leave a patch tag in the local
31838              patches saying that this is not yet the real thing.
31839      Branch: metaconfig
31840            ! U/modified/Instruct.U
31841      Branch: metaconfig/U/perl
31842            + Devel.U
31843      Branch: perl
31844            ! Configure patchlevel.h
31845 ____________________________________________________________________________
31846 [  6627] By: jhi                                   on 2000/08/14  22:32:52
31847         Log: README.os2 update.
31848              
31849              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
31850              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
31851              Date: Wed, 02 Aug 2000 21:55:09 -0700
31852              Message-ID: <tsPi5gzkgegX092yn@efn.org>
31853      Branch: perl
31854            ! README.os2
31855 ____________________________________________________________________________
31856 [  6626] By: jhi                                   on 2000/08/14  21:00:02
31857         Log: Subject: Re: File::Temp problems on VMS in bleedperl
31858              From: Tim Jenness <timj@jach.hawaii.edu>
31859              cc: vmsperl@perl.org
31860              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
31861              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
31862      Branch: perl
31863            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
31864 ____________________________________________________________________________
31865 [  6625] By: jhi                                   on 2000/08/14  20:52:16
31866         Log: Add SUIDMAIL as was done for the CERT alert.
31867      Branch: perl
31868            ! patchlevel.h
31869 ____________________________________________________________________________
31870 [  6624] By: jhi                                   on 2000/08/14  20:48:50
31871         Log: Subject: sfio2000
31872              From: Daniel Muino <dmuino@afip.gov.ar>
31873              Date: Mon, 14 Aug 2000 16:58:11 -0300
31874              Message-ID: <20000814165811.B16368@con2-dgi>
31875      Branch: perl
31876            ! perlsdio.h perlsfio.h
31877 ____________________________________________________________________________
31878 [  6623] By: jhi                                   on 2000/08/14  20:47:36
31879         Log: Subject: warning: storage class after type is obsolescent
31880              From: Daniel Muino <dmuino@afip.gov.ar>
31881              Date: Mon, 14 Aug 2000 16:42:47 -0300
31882              Message-ID: <20000814164247.A16368@con2-dgi>
31883      Branch: perl
31884            ! regcomp.pl regnodes.h
31885 ____________________________________________________________________________
31886 [  6622] By: jhi                                   on 2000/08/14  20:43:05
31887         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
31888              From: abigail@foad.org
31889              Date: 14 Aug 2000 20:00:10 -0000
31890              Message-Id: <20000814200010.27271.qmail@foad.org>
31891      Branch: perl
31892            ! Changes
31893 ____________________________________________________________________________
31894 [  6621] By: jhi                                   on 2000/08/14  15:23:05
31895         Log: Update Changes.
31896      Branch: perl
31897            ! Changes
31898 ____________________________________________________________________________
31899 [  6620] By: jhi                                   on 2000/08/14  15:22:14
31900         Log: Subject: Re: [PATCH] @+, @- readonly
31901              From: Mike Guy <mjtg@cam.ac.uk>
31902              Date: Mon, 14 Aug 2000 15:26:55 +0100
31903              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
31904      Branch: perl
31905            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
31906            ! sv.c t/op/pat.t
31907 ____________________________________________________________________________
31908 [  6619] By: jhi                                   on 2000/08/14  14:12:08
31909         Log: Update Changes.
31910      Branch: perl
31911            ! Changes
31912 ____________________________________________________________________________
31913 [  6618] By: jhi                                   on 2000/08/14  14:09:34
31914         Log: For now remove the mail code.
31915      Branch: perl
31916            ! perl.c
31917 ____________________________________________________________________________
31918 [  6617] By: jhi                                   on 2000/08/14  14:08:28
31919         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
31920      Branch: perl
31921            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
31922            ! pod/perlfaq8.pod pod/perlsec.pod
31923 ____________________________________________________________________________
31924 [  6616] By: jhi                                   on 2000/08/14  14:00:11
31925         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
31926              From: Mike Guy <mjtg@cam.ac.uk>
31927              Date: Mon, 14 Aug 2000 08:26:02 +0100
31928              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
31929      Branch: perl
31930            ! lib/perl5db.pl
31931 ____________________________________________________________________________
31932 [  6615] By: jhi                                   on 2000/08/14  13:58:45
31933         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
31934              From: Mike Guy <mjtg@cam.ac.uk>
31935              Date: Mon, 14 Aug 2000 08:04:22 +0100
31936              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
31937      Branch: perl
31938            ! gv.c mg.c t/op/pat.t
31939 ____________________________________________________________________________
31940 [  6614] By: jhi                                   on 2000/08/14  13:56:45
31941         Log: Subject: Test fails / warnings with perl-current #6612
31942              From: Mike Guy <mjtg@cam.ac.uk>
31943              Date: Mon, 14 Aug 2000 07:57:23 +0100
31944              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
31945      Branch: perl
31946            ! t/lib/b.t t/lib/peek.t
31947 ____________________________________________________________________________
31948 [  6613] By: jhi                                   on 2000/08/14  13:45:33
31949         Log: VMS configure.com update continues.
31950      Branch: perl
31951            - vms/configure.com
31952            ! MANIFEST configure.com
31953 ____________________________________________________________________________
31954 [  6612] By: jhi                                   on 2000/08/13  22:13:35
31955         Log: Update Changes.
31956      Branch: perl
31957            ! Changes
31958 ____________________________________________________________________________
31959 [  6611] By: jhi                                   on 2000/08/13  16:21:45
31960         Log: Upgrade to CGI 2.71, from Lincoln Stein.
31961      Branch: perl
31962            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
31963 ____________________________________________________________________________
31964 [  6610] By: jhi                                   on 2000/08/13  15:09:16
31965         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
31966              From: Mike Guy <mjtg@cam.ac.uk>
31967              Date: Sun, 13 Aug 2000 13:45:51 +0100
31968              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
31969      Branch: perl
31970            ! t/op/regmesg.t
31971 ____________________________________________________________________________
31972 [  6609] By: jhi                                   on 2000/08/13  14:31:26
31973         Log: Andreas says that 1.56 is fine, so reverting back to it.
31974      Branch: perl
31975            ! lib/CPAN.pm
31976 ____________________________________________________________________________
31977 [  6608] By: jhi                                   on 2000/08/13  05:34:20
31978         Log: Update Changes.
31979      Branch: perl
31980            ! Changes
31981 ____________________________________________________________________________
31982 [  6607] By: jhi                                   on 2000/08/13  05:32:01
31983         Log: Put back the \z changes of #5406 to CPAN.pm.
31984      Branch: perl
31985            ! lib/CPAN.pm
31986 ____________________________________________________________________________
31987 [  6606] By: jhi                                   on 2000/08/13  05:20:16
31988         Log: Fix-n-skip the tests under 5005threads.
31989      Branch: perl
31990            ! t/lib/b.t
31991 ____________________________________________________________________________
31992 [  6605] By: jhi                                   on 2000/08/13  05:07:48
31993         Log: Fix the test for 5005threads.
31994      Branch: perl
31995            ! t/lib/peek.t
31996 ____________________________________________________________________________
31997 [  6604] By: jhi                                   on 2000/08/13  03:35:37
31998         Log: Should have deleted this in #6603.
31999      Branch: perl
32000            - vms/subconfigure.com
32001 ____________________________________________________________________________
32002 [  6603] By: jhi                                   on 2000/08/12  18:29:32
32003         Log: Rewrite of vms/subconfigure.com as configure.com,
32004              from Peter Prymmer and the vmsperl crew.
32005      Branch: perl
32006            + vms/configure.com
32007            ! MANIFEST
32008 ____________________________________________________________________________
32009 [  6602] By: jhi                                   on 2000/08/11  13:00:01
32010         Log: PlainText.pm is dead.
32011      Branch: perl
32012            - lib/Pod/PlainText.pm
32013            ! MANIFEST
32014 ____________________________________________________________________________
32015 [  6601] By: jhi                                   on 2000/08/11  04:06:45
32016         Log: Update Changes.
32017      Branch: perl
32018            ! Changes
32019 ____________________________________________________________________________
32020 [  6600] By: jhi                                   on 2000/08/11  04:06:10
32021         Log: Add a few missing files, update MANIFEST.
32022      Branch: perl
32023            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
32024            + lib/Pod/PlainText.pm t/pod/find.t
32025            ! MANIFEST t/op/regmesg.t
32026 ____________________________________________________________________________
32027 [  6599] By: jhi                                   on 2000/08/11  03:31:10
32028         Log: Add Perl debugging tutorial, regen toc. 
32029              
32030              Subject: perldebtut.pod
32031              From: Richard Foley <Richard.Foley@m.dasa.de>
32032              Date: Wed, 09 Aug 2000 10:17:15 +0200
32033              Message-id: <3991138B.262247B8@m.dasa.de>
32034      Branch: perl
32035            + pod/perldebtut.pod
32036            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
32037 ____________________________________________________________________________
32038 [  6598] By: jhi                                   on 2000/08/11  02:48:56
32039         Log: tiny Changes edit
32040      Branch: perl
32041            ! Changes
32042 ____________________________________________________________________________
32043 [  6597] By: jhi                                   on 2000/08/11  02:39:04
32044         Log: Tests for #6589.
32045              
32046              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
32047              From: simon@brecon.co.uk (Simon Cozens)
32048              Date: 11 Aug 2000 02:24:52 GMT
32049              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
32050      Branch: perl
32051            ! t/lib/b.t
32052 ____________________________________________________________________________
32053 [  6596] By: jhi                                   on 2000/08/11  01:50:07
32054         Log: Update Changes.
32055      Branch: perl
32056            ! Changes
32057 ____________________________________________________________________________
32058 [  6595] By: jhi                                   on 2000/08/11  01:47:16
32059         Log: nitfix
32060      Branch: perl
32061            ! Changes
32062 ____________________________________________________________________________
32063 [  6594] By: jhi                                   on 2000/08/11  01:36:16
32064         Log: Subject: Getting perlio and threads to compile
32065              From: Lupe Christoph <lupe@lupe-christoph.de>
32066              Date: Wed, 9 Aug 2000 11:35:54 +0200
32067              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
32068              
32069              (the Solaris version changes in Configure skipped)
32070      Branch: perl
32071            ! hints/solaris_2.sh thread.h
32072 ____________________________________________________________________________
32073 [  6593] By: jhi                                   on 2000/08/11  01:30:16
32074         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
32075              From: simon@brecon.co.uk (Simon Cozens)
32076              Date: 1 Aug 2000 06:55:19 GMT
32077              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
32078      Branch: perl
32079            ! lib/utf8.pm
32080 ____________________________________________________________________________
32081 [  6592] By: jhi                                   on 2000/08/11  01:26:39
32082         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
32083              From: Peter Scott <Peter@PeterScott.com>
32084              Date: Thu, 10 Aug 2000 08:23:27 -0700
32085              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
32086      Branch: perl
32087            ! lib/perl5db.pl
32088 ____________________________________________________________________________
32089 [  6591] By: jhi                                   on 2000/08/11  01:22:02
32090         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
32091              From: Hugo <hv@crypt.compulink.co.uk>
32092              Date: Thu, 10 Aug 2000 19:23:04 +0100
32093              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
32094      Branch: perl
32095            ! regexec.c t/op/pat.t
32096 ____________________________________________________________________________
32097 [  6590] By: jhi                                   on 2000/08/11  01:19:19
32098         Log: Preprocessing and postprocessing for File::Find.
32099              
32100              Subject: Patch to Find::File.pm to allow alphabetical results
32101              From: Joe Smith <jsmith@inwap.com>
32102              Date: Wed, 9 Aug 2000 02:44:54 -0700
32103              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
32104      Branch: perl
32105            ! lib/File/Find.pm
32106 ____________________________________________________________________________
32107 [  6589] By: jhi                                   on 2000/08/11  01:12:39
32108         Log: B::Deparse didn't do sub attributes.
32109              
32110              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
32111              From: simon@brecon.co.uk (Simon Cozens)
32112              Date: 9 Aug 2000 04:49:20 GMT
32113              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
32114      Branch: perl
32115            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
32116 ____________________________________________________________________________
32117 [  6588] By: jhi                                   on 2000/08/11  01:06:40
32118         Log: Subject: debugger "d" command doesnt check line number
32119              From: Mike Guy <mjtg@cam.ac.uk>
32120              Date: Tue, 08 Aug 2000 21:54:29 +0100
32121              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
32122      Branch: perl
32123            ! lib/perl5db.pl mg.c pod/perldiag.pod
32124 ____________________________________________________________________________
32125 [  6587] By: jhi                                   on 2000/08/11  00:45:03
32126         Log: sleep(1) does not necessarily return 1.
32127              
32128              Subject: [PATCH bleadperl] op/lex_assign.t  
32129              From: Hugo <hv@crypt.compulink.co.uk>
32130              Date: Thu, 03 Aug 2000 14:34:22 +0100        
32131              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
32132      Branch: perl
32133            ! t/op/lex_assign.t
32134 ____________________________________________________________________________
32135 [  6586] By: jhi                                   on 2000/08/11  00:31:50
32136         Log: Document the IO::Select timeout.
32137      Branch: perl
32138            ! ext/IO/lib/IO/Select.pm
32139 ____________________________________________________________________________
32140 [  6585] By: jhi                                   on 2000/08/11  00:13:54
32141         Log: Forgot contributor.
32142      Branch: perl
32143            ! Changes
32144 ____________________________________________________________________________
32145 [  6584] By: jhi                                   on 2000/08/11  00:09:19
32146         Log: detypo
32147      Branch: perl
32148            ! Changes
32149 ____________________________________________________________________________
32150 [  6583] By: jhi                                   on 2000/08/11  00:07:53
32151         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
32152              
32153              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
32154              From: Mike Guy <mjtg@cam.ac.uk> 
32155              Date: Thu, 10 Aug 2000 15:50:54 +0100
32156              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
32157      Branch: perl
32158            ! sv.c t/op/int.t
32159 ____________________________________________________________________________
32160 [  6582] By: jhi                                   on 2000/08/10  23:29:32
32161         Log: Update Changes.
32162      Branch: perl
32163            ! Changes
32164 ____________________________________________________________________________
32165 [  6581] By: jhi                                   on 2000/08/10  23:26:16
32166         Log: Put back the std @INC thing.
32167      Branch: perl
32168            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
32169            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
32170            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
32171            ! t/lib/gol-oo.t
32172 ____________________________________________________________________________
32173 [  6580] By: jhi                                   on 2000/08/10  23:03:34
32174         Log: Update to CGI 2.70, from Lincoln Stein.
32175      Branch: perl
32176            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
32177            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
32178            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
32179            ! t/lib/cgi-request.t
32180 ____________________________________________________________________________
32181 [  6579] By: jhi                                   on 2000/08/10  22:41:50
32182         Log: Update to CPAN 1.56, from Andreas König.
32183      Branch: perl
32184            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
32185 ____________________________________________________________________________
32186 [  6578] By: jhi                                   on 2000/08/10  22:38:13
32187         Log: Update to Pod::Parser 1.17, from Brad Appleton.
32188      Branch: perl
32189            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
32190            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
32191            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
32192            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
32193            ! t/pod/include.t t/pod/included.t t/pod/lref.t
32194            ! t/pod/multiline_items.t t/pod/nested_items.t
32195            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
32196            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
32197            ! t/pod/special_seqs.t
32198 ____________________________________________________________________________
32199 [  6577] By: jhi                                   on 2000/08/10  22:35:41
32200         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
32201      Branch: perl
32202            ! AUTHORS MAINTAIN
32203 ____________________________________________________________________________
32204 [  6576] By: jhi                                   on 2000/08/10  22:24:54
32205         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
32206      Branch: perl
32207            + t/lib/gol-oo.t
32208            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
32209            ! t/lib/gol-compat.t t/lib/gol-linkage.t
32210 ____________________________________________________________________________
32211 [  6575] By: jhi                                   on 2000/08/10  22:02:07
32212         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
32213      Branch: perl
32214            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
32215 ____________________________________________________________________________
32216 [  6574] By: jhi                                   on 2000/08/10  21:55:03
32217         Log: Iterating perl6 description.
32218      Branch: perl
32219            ! pod/perlfaq1.pod
32220 ____________________________________________________________________________
32221 [  6573] By: jhi                                   on 2000/08/10  21:48:26
32222         Log: Revert the sv.c part of #6559, a better fix is needed.
32223      Branch: perl
32224            ! sv.c
32225 ____________________________________________________________________________
32226 [  6572] By: jhi                                   on 2000/08/10  20:33:43
32227         Log: It's the 2ndO'ROSSC.
32228      Branch: perl
32229            ! pod/perlfaq1.pod
32230 ____________________________________________________________________________
32231 [  6571] By: jhi                                   on 2000/08/10  15:55:48
32232         Log: detypo
32233      Branch: perl
32234            ! pod/perlfaq1.pod
32235 ____________________________________________________________________________
32236 [  6570] By: jhi                                   on 2000/08/10  14:11:17
32237         Log: An exceptionally sticky typo.
32238      Branch: perl
32239            ! Changes
32240 ____________________________________________________________________________
32241 [  6569] By: jhi                                   on 2000/08/10  14:09:33
32242         Log: detypo (and test Changes updating script)
32243      Branch: perl
32244            ! Changes
32245 ____________________________________________________________________________
32246 [  6568] By: jhi                                   on 2000/08/10  14:07:07
32247         Log: Update Changes.
32248      Branch: perl
32249            ! Changes
32250 ____________________________________________________________________________
32251 [  6567] By: jhi                                   on 2000/08/10  14:06:19
32252         Log: Amend the description of Perl6.
32253              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
32254              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
32255              Date: Wed, 9 Aug 2000 22:11:06 -0500
32256              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
32257      Branch: perl
32258            ! pod/perlfaq1.pod
32259 ____________________________________________________________________________
32260 [  6566] By: jhi                                   on 2000/08/10  13:58:57
32261         Log: Subject: Remove dead entry in perldiag
32262              From: Mike Guy <mjtg@cam.ac.uk>
32263              Date: Thu, 10 Aug 2000 14:19:19 +0100
32264              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
32265      Branch: perl
32266            ! pod/perldiag.pod
32267 ____________________________________________________________________________
32268 [  6565] By: jhi                                   on 2000/08/10  13:51:48
32269         Log: Zero entries were skipped, fix from Adrian Goalby
32270              <argoalby@yahoo.co.uk>
32271      Branch: perl
32272            ! lib/unicode/Number.pl lib/unicode/mktables.PL
32273 ____________________________________________________________________________
32274 [  6564] By: jhi                                   on 2000/08/10  13:00:12
32275         Log: Subject: [PATCH 5.6.0] cygwin port
32276              From: "Fifer, Eric" <EFifer@sanwaint.com>
32277              Date: Thu, 10 Aug 2000 13:15:36 +0100
32278              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
32279      Branch: perl
32280            ! README.cygwin hints/cygwin.sh
32281 ____________________________________________________________________________
32282 [  6563] By: jhi                                   on 2000/08/10  12:55:16
32283         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
32284      Branch: perl
32285            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
32286 ____________________________________________________________________________
32287 [  6562] By: gsar                                  on 2000/08/10  08:38:39
32288         Log: warn is a macro, avoid using at a variable to avoid warnings
32289              in some configurations; readdir.t is too conservative in
32290              estimating number of *.t's
32291      Branch: perl
32292            ! t/op/readdir.t util.c
32293 ____________________________________________________________________________
32294 [  6561] By: jhi                                   on 2000/08/09  23:35:42
32295         Log: Update Changes.
32296      Branch: perl
32297            ! Changes
32298 ____________________________________________________________________________
32299 [  6560] By: jhi                                   on 2000/08/09  23:05:47
32300         Log: Subject: Re: enhanced(?) regex error messages
32301              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
32302              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
32303              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
32304              
32305              (plus two small patches sent privately)
32306              (this still seems to leave few test failures)
32307      Branch: perl
32308            + t/op/regmesg.t
32309            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
32310            ! t/pragma/warn/regcomp
32311 ____________________________________________________________________________
32312 [  6559] By: jhi                                   on 2000/08/09  20:41:18
32313         Log: (The fix did work but was not right, retracted in #6573)
32314              
32315              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
32316              From: Christian Kirsch <ck@held.mind.de>
32317              Date: Wed, 9 Aug 2000 17:05:17 +0200
32318              Message-Id: <20000809170517.A25389@held>
32319      Branch: perl
32320            ! sv.c t/pragma/locale.t
32321 ____________________________________________________________________________
32322 [  6558] By: jhi                                   on 2000/08/08  22:34:08
32323         Log: Tiny updates on the contributors list.
32324      Branch: perl
32325            ! Changes
32326 ____________________________________________________________________________
32327 [  6557] By: jhi                                   on 2000/08/08  19:34:28
32328         Log: Double check that we have a dirhandle.
32329      Branch: perl
32330            ! util.c
32331 ____________________________________________________________________________
32332 [  6556] By: jhi                                   on 2000/08/08  19:01:51
32333         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
32334              May be repopulated with fresh maintained examples.
32335      Branch: perl
32336            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
32337            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
32338            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
32339            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
32340            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
32341            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
32342            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
32343            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
32344            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
32345            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
32346            + lib/CGI/eg/wilogo_gif.uu
32347            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
32348            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
32349            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
32350            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
32351            - eg/cgi/frameset.cgi eg/cgi/index.html
32352            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
32353            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
32354            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
32355            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
32356            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
32357            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
32358            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
32359            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
32360            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
32361            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
32362            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
32363            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
32364            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
32365            - eg/van/vanish eg/who eg/wrapsuid
32366            ! MANIFEST
32367 ____________________________________________________________________________
32368 [  6555] By: jhi                                   on 2000/08/08  18:51:08
32369         Log: Delete chat2 as requested by Randal.
32370              
32371              Subject: Re: perlfaq8 coyness
32372              From: merlyn@stonehenge.com (Randal L. Schwartz) 
32373              Date: 15 May 2000 18:52:42 -0700 
32374              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
32375      Branch: perl
32376            - lib/chat2.pl
32377            ! MANIFEST
32378 ____________________________________________________________________________
32379 [  6554] By: jhi                                   on 2000/08/08  18:31:35
32380         Log: Regen global.sym.
32381      Branch: perl
32382            ! global.sym
32383 ____________________________________________________________________________
32384 [  6553] By: jhi                                   on 2000/08/08  18:28:13
32385         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
32386              (either perlbug or p5p ate the original), plus regen
32387              perlapi and perltoc. 
32388      Branch: perl
32389            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
32390            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
32391            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
32392            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
32393            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
32394            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
32395            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
32396            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
32397            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
32398            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
32399 ____________________________________________________________________________
32400 [  6552] By: jhi                                   on 2000/08/08  18:06:29
32401         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
32402              From: Mike Guy <mjtg@cam.ac.uk>
32403              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
32404              Date: Tue, 08 Aug 2000 15:51:27 +0100
32405      Branch: perl
32406            ! doop.c sv.h t/op/join.t t/pragma/overload.t
32407 ____________________________________________________________________________
32408 [  6551] By: jhi                                   on 2000/08/08  18:01:11
32409         Log: Re-apply #6549.
32410      Branch: perl
32411            ! lib/perl5db.pl
32412 ____________________________________________________________________________
32413 [  6550] By: jhi                                   on 2000/08/08  17:43:08
32414         Log: Accidental retraction of #6549.
32415      Branch: perl
32416            ! lib/perl5db.pl
32417 ____________________________________________________________________________
32418 [  6549] By: jhi                                   on 2000/08/08  17:40:04
32419         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
32420              From: Mike Guy <mjtg@cam.ac.uk>
32421              Date: Mon, 07 Aug 2000 21:49:58 +0100
32422              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
32423      Branch: perl
32424            ! lib/perl5db.pl
32425 ____________________________________________________________________________
32426 [  6548] By: jhi                                   on 2000/08/08  17:37:57
32427         Log: Document here-doc better.
32428              
32429              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
32430              From: Mike Guy <mjtg@cam.ac.uk>
32431              Date: Mon, 07 Aug 2000 14:02:09 +0100
32432              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
32433      Branch: perl
32434            ! pod/perldata.pod
32435 ____________________________________________________________________________
32436 [  6547] By: jhi                                   on 2000/08/08  17:33:34
32437         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
32438              From: "Randy J. Ray" <rjray@redhat.com>
32439              Date: Mon, 07 Aug 2000 19:12:25 -0700
32440              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
32441      Branch: perl
32442            ! perl.c pod/perlrun.pod
32443 ____________________________________________________________________________
32444 [  6546] By: jhi                                   on 2000/08/08  17:29:26
32445         Log: Subject: Re: enhanced(?) regex error messages 
32446              From: Hugo <hv@crypt.compulink.co.uk>
32447              Date: Tue, 08 Aug 2000 03:25:51 +0100
32448              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
32449              
32450              plus Capitalize the error messages, plus perldiag them.
32451      Branch: perl
32452            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
32453 ____________________________________________________________________________
32454 [  6545] By: jhi                                   on 2000/08/08  13:59:28
32455         Log: Augment #6539 a bit: don't croak if there's magic in the air.
32456              
32457              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
32458              From: Hugo <hv@crypt.compulink.co.uk>
32459              Date: Tue, 08 Aug 2000 03:02:03 +0100
32460              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
32461      Branch: perl
32462            ! pp.c t/op/bless.t
32463 ____________________________________________________________________________
32464 [  6544] By: jhi                                   on 2000/08/07  21:11:52
32465         Log: Make the test -w clean.
32466      Branch: perl
32467            ! t/op/bless.t
32468 ____________________________________________________________________________
32469 [  6543] By: jhi                                   on 2000/08/07  19:49:53
32470         Log: use warnings instead of $^W.
32471      Branch: perl
32472            ! t/op/bless.t
32473 ____________________________________________________________________________
32474 [  6542] By: jhi                                   on 2000/08/07  17:41:41
32475         Log: Disable a portability warning Because We Know What We Are Doing.
32476      Branch: perl
32477            ! t/op/bless.t
32478 ____________________________________________________________________________
32479 [  6541] By: jhi                                   on 2000/08/07  17:29:51
32480         Log: Tiny tidying on report_evil_fh().
32481      Branch: perl
32482            ! util.c
32483 ____________________________________________________________________________
32484 [  6540] By: jhi                                   on 2000/08/07  16:37:38
32485         Log: Make regular expression parse error messages easier to understand.
32486              
32487              Subject: Re: enhanced(?) regex error messages
32488              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
32489              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
32490              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
32491      Branch: perl
32492            ! regcomp.c
32493 ____________________________________________________________________________
32494 [  6539] By: jhi                                   on 2000/08/07  16:12:27
32495         Log: Make bless(REF, REF) a fatal error, add bless tests.
32496              
32497              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
32498              From: Hugo <hv@crypt.compulink.co.uk>
32499              Date: Mon, 07 Aug 2000 16:59:38 +0100
32500              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
32501      Branch: perl
32502            + t/op/bless.t
32503            ! MANIFEST pod/perldiag.pod pp.c sv.c
32504 ____________________________________________________________________________
32505 [  6538] By: jhi                                   on 2000/08/07  15:59:43
32506         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
32507              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
32508              Date: Thu, 3 Aug 2000 14:29:21 -0700
32509              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
32510      Branch: perl
32511            ! lib/lib_pm.PL
32512 ____________________________________________________________________________
32513 [  6537] By: jhi                                   on 2000/08/07  15:47:18
32514         Log: Retract #6419 for now since it breaks in AFS and MachTen.
32515      Branch: perl
32516            ! lib/Cwd.pm
32517 ____________________________________________________________________________
32518 [  6536] By: jhi                                   on 2000/08/07  15:05:29
32519         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
32520              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
32521              The security hole exists only in suidperls, which isn't
32522              installed or even built by default.
32523      Branch: perl
32524            ! perl.c
32525 ____________________________________________________________________________
32526 [  6535] By: jhi                                   on 2000/08/07  14:45:14
32527         Log: tr memory corruption fix from Simon Cozens.
32528      Branch: perl
32529            ! doop.c
32530 ____________________________________________________________________________
32531 [  6534] By: jhi                                   on 2000/08/06  11:38:16
32532         Log: Document a bit that UDP is not what you might think.
32533              
32534              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
32535              From: Lupe Christoph <lupe@lupe-christoph.de>
32536              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
32537              Date: Mon, 24 Jul 2000 08:59:15 +0200
32538      Branch: perl
32539            ! pod/perlipc.pod
32540 ____________________________________________________________________________
32541 [  6533] By: jhi                                   on 2000/08/06  11:35:01
32542         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
32543              From: Jeff Pinyan <jeffp@hut.crusoe.net>
32544              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
32545              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
32546      Branch: perl
32547            ! pod/perlfunc.pod
32548 ____________________________________________________________________________
32549 [  6532] By: jhi                                   on 2000/08/06  03:45:41
32550         Log: Have symbols for the IoTYPEs.
32551      Branch: perl
32552            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
32553 ____________________________________________________________________________
32554 [  6531] By: jhi                                   on 2000/08/06  01:33:55
32555         Log: Continue fixing the io warnings.  This also
32556              sort of fixes bug ID 20000802.003: the core dump
32557              is no more.  Whether the current behaviour is correct
32558              (giving a warning: "Not a format reference"), is another matter.
32559      Branch: perl
32560            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
32561            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
32562 ____________________________________________________________________________
32563 [  6530] By: jhi                                   on 2000/08/05  21:33:12
32564         Log: Change the Policy policy: now -Dprefix= with an existing
32565              Policy.sh and prefix == siteprefix == vendorprefix, then all
32566              of them follow along the new prefix.
32567              
32568              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
32569              From: Andy Dougherty <doughera@lafayette.edu>
32570              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
32571              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
32572      Branch: perl
32573            ! Policy_sh.SH
32574 ____________________________________________________________________________
32575 [  6529] By: jhi                                   on 2000/08/05  18:57:28
32576         Log: Zap lib/Sys directory when cleaning up.
32577      Branch: perl
32578            ! Makefile.SH
32579 ____________________________________________________________________________
32580 [  6528] By: jhi                                   on 2000/08/05  18:40:44
32581         Log: Essential prototype changes were missing from #6527.
32582              Also make report_evil_fh() more bomb-proof.
32583      Branch: perl
32584            ! embed.h util.c
32585 ____________________________________________________________________________
32586 [  6527] By: jhi                                   on 2000/08/05  03:22:05
32587         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
32588              From: "Ronald F. Guilmette" <rfg@monkeys.com>
32589              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
32590              Message-Id: <200007242247.PAA52177@monkeys.com>
32591      Branch: perl
32592            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
32593 ____________________________________________________________________________
32594 [  6526] By: jhi                                   on 2000/08/04  21:23:27
32595         Log: gcc versions might have (parentheses) in them.
32596      Branch: metaconfig/U/perl
32597            ! gccvers.U
32598      Branch: perl
32599            ! Configure config_h.SH
32600 ____________________________________________________________________________
32601 [  6525] By: jhi                                   on 2000/08/04  20:23:12
32602         Log: Weed buglets pointed out by
32603              
32604              From: Lupe Christoph <lupe@lupe-christoph.de>
32605              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
32606              Date: Fri, 4 Aug 2000 17:34:39 +0200
32607              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
32608      Branch: metaconfig/U/perl
32609            ! gccvers.U uselfs.U
32610      Branch: perl
32611            ! Configure config_h.SH
32612 ____________________________________________________________________________
32613 [  6524] By: jhi                                   on 2000/08/04  19:02:08
32614         Log: Warn under -w if lstat(FH) is attempted.
32615              
32616              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
32617              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
32618              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
32619              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
32620      Branch: perl
32621            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
32622            ! t/pragma/warn/pp_sys
32623 ____________________________________________________________________________
32624 [  6523] By: jhi                                   on 2000/08/04  12:31:11
32625         Log: Subject: New perlcc, take 2
32626              From: simon@brecon.co.uk (Simon Cozens)
32627              Date: 4 Aug 2000 06:21:04 GMT
32628              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
32629      Branch: perl
32630            ! utils/perlcc.PL
32631 ____________________________________________________________________________
32632 [  6522] By: jhi                                   on 2000/08/04  12:26:33
32633         Log: Subject: Re: Array vs. List context
32634              From: Daniel Chetlin <daniel@chetlin.com>
32635              Date: Fri, 4 Aug 2000 00:22:44 -0700
32636              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
32637      Branch: perl
32638            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
32639            ! pod/perlfaq4.pod
32640 ____________________________________________________________________________
32641 [  6521] By: jhi                                   on 2000/08/04  12:22:38
32642         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
32643              From: Raymund Will <ray@caldera.de>
32644              Date: Fri, 4 Aug 2000 12:07:09 +0200
32645              Message-Id: <20000804120709.A14982@caldera.de>
32646      Branch: perl
32647            ! configure.gnu
32648 ____________________________________________________________________________
32649 [  6520] By: jhi                                   on 2000/08/04  04:09:06
32650         Log: After the #6519 a warning about stat() is just that,
32651              not about a filetest, which now have their own warning.
32652      Branch: perl
32653            ! pod/perldiag.pod
32654 ____________________________________________________________________________
32655 [  6519] By: jhi                                   on 2000/08/04  04:06:30
32656         Log: In the warnings call filehandles consistently so;
32657              add "unopened" warning for stat().
32658      Branch: perl
32659            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
32660            ! t/pragma/warn/pp_sys
32661 ____________________________________________________________________________
32662 [  6518] By: jhi                                   on 2000/08/04  02:55:35
32663         Log: Subject: Minor tweak to perlvar.pod
32664              From: "Stephen P. Potter" <spp@ds.net>
32665              Date: Tue, 18 Apr 2000 09:26:03 -0400
32666              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
32667      Branch: perl
32668            ! pod/perlvar.pod
32669 ____________________________________________________________________________
32670 [  6517] By: jhi                                   on 2000/08/04  02:50:08
32671         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
32672              From: "Clinton Pierce" <cpierce1@ford.com>
32673              Date: Wed, 21 Jul 1999 16:45:31 -0400
32674              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
32675              
32676              Fix by Stephen Potter (visible in the bug db but not in p5p?)
32677      Branch: perl
32678            ! pod/perlfunc.pod pod/perlop.pod
32679 ____________________________________________________________________________
32680 [  6516] By: jhi                                   on 2000/08/04  02:09:25
32681         Log: This is 6512.  Really.
32682      Branch: perl
32683            ! dump.c
32684 ____________________________________________________________________________
32685 [  6515] By: jhi                                   on 2000/08/04  01:25:50
32686         Log: mention the idea of @( and @)
32687      Branch: perl
32688            ! Todo-5.6
32689 ____________________________________________________________________________
32690 [  6514] By: bailey                                on 2000/08/04  01:18:46
32691         Log: YA resync with mainstem, including VMS patches from others
32692      Branch: vmsperl
32693           +> (branch 48 files)
32694            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
32695           !> (integrate 354 files)
32696 ____________________________________________________________________________
32697 [  6513] By: jhi                                   on 2000/08/04  01:18:18
32698         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
32699              From: Mark Dickinson <dickins3@fas.harvard.edu>
32700              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
32701              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
32702      Branch: perl
32703            ! t/op/grent.t t/op/pwent.t
32704 ____________________________________________________________________________
32705 [  6512] By: jhi                                   on 2000/08/04  01:14:06
32706         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
32707              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
32708              Date: Wed, 02 Aug 2000 10:51:01 +0100
32709              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
32710      Branch: perl
32711            ! sv.c
32712 ____________________________________________________________________________
32713 [  6511] By: jhi                                   on 2000/08/04  00:57:00
32714         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
32715              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
32716              Date: Thu, 03 Aug 2000 17:20:04 -0700
32717              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
32718      Branch: metaconfig
32719            ! U/modified/Cppsym.U
32720      Branch: perl
32721            ! Configure config_h.SH
32722 ____________________________________________________________________________
32723 [  6510] By: jhi                                   on 2000/08/04  00:25:28
32724         Log: detypo
32725      Branch: perl
32726            ! Makefile.SH
32727 ____________________________________________________________________________
32728 [  6509] By: jhi                                   on 2000/08/03  23:43:18
32729         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
32730              From: Dominic Dunlop <domo@computer.org>
32731              Date: Thu, 3 Aug 2000 22:16:46 +0200
32732              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
32733      Branch: perl
32734            ! t/op/sprintf.t
32735 ____________________________________________________________________________
32736 [  6508] By: jhi                                   on 2000/08/03  23:40:37
32737         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
32738              From: Hugo <hv@crypt.compulink.co.uk>
32739              Date: Thu, 03 Aug 2000 18:25:30 +0100
32740              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
32741      Branch: perl
32742            ! regcomp.c t/op/re_tests
32743 ____________________________________________________________________________
32744 [  6507] By: jhi                                   on 2000/08/03  23:38:28
32745         Log: Subject: [PATCH] sv.h documentation - SvLEN
32746              From: Mike Guy <mjtg@cam.ac.uk>
32747              Date: Thu, 03 Aug 2000 14:43:09 +0100
32748              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
32749      Branch: perl
32750            ! sv.h
32751 ____________________________________________________________________________
32752 [  6506] By: jhi                                   on 2000/08/03  15:49:14
32753         Log: Disable the fix_pl hack for now.
32754      Branch: perl
32755            ! Makefile.SH
32756 ____________________________________________________________________________
32757 [  6505] By: jhi                                   on 2000/08/03  13:49:04
32758         Log: Add a URL for FSF.
32759              
32760              Subject: Patch for README
32761              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
32762              Date: Wed, 2 Aug 2000 13:25:09 -0500
32763              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
32764      Branch: perl
32765            ! README
32766 ____________________________________________________________________________
32767 [  6504] By: jhi                                   on 2000/08/03  13:29:19
32768         Log: Be more informative on what is skipped and why,
32769              also repeat the list at the end.
32770      Branch: perl
32771            ! Porting/p4desc
32772 ____________________________________________________________________________
32773 [  6503] By: jhi                                   on 2000/08/03  13:07:05
32774         Log: Circumvent the removal of .patch by fix_pl.
32775              
32776              Subject: Re: [ID 20000802.011] unable to 'make test'          
32777              From: simon@brecon.co.uk (Simon Cozens) 
32778              Date: 3 Aug 2000 04:17:00 GMT
32779              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
32780      Branch: perl
32781            ! Makefile.SH
32782 ____________________________________________________________________________
32783 [  6502] By: jhi                                   on 2000/08/03  00:14:34
32784         Log: Add the missing setproctitle unit.
32785      Branch: metaconfig/U/perl
32786            + d_setproctitle.U
32787 ____________________________________________________________________________
32788 [  6501] By: jhi                                   on 2000/08/03  00:00:26
32789         Log: The subtest 4 may fail also on VOBS, as pointed out
32790              by Nick Ing-Simmons in November 1999, bug id 19991124.003
32791              (but the failure in that bug report isn't the subtest 4).
32792      Branch: perl
32793            ! t/op/stat.t
32794 ____________________________________________________________________________
32795 [  6500] By: jhi                                   on 2000/08/02  23:49:30
32796         Log: Better skip message for the test; one of the two problems in
32797              
32798              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
32799              From: Lupe Christoph <lupe@lupe-christoph.de>
32800              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
32801              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
32802      Branch: perl
32803            ! t/op/numconvert.t
32804 ____________________________________________________________________________
32805 [  6499] By: jhi                                   on 2000/08/02  22:49:16
32806         Log: Allow "no Module;" even if there is no 'unimport'.
32807              
32808              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
32809              From: mjd@plover.com
32810              Date: 24 Mar 2000 15:24:34 -0000
32811              Message-Id: <20000324152434.15160.qmail@plover.com>
32812      Branch: perl
32813            ! gv.c
32814 ____________________________________________________________________________
32815 [  6498] By: jhi                                   on 2000/08/02  22:42:58
32816         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
32817              that are hopefully soon put into use.
32818      Branch: perl
32819            ! opcode.h opcode.pl opnames.h
32820 ____________________________________________________________________________
32821 [  6497] By: gsar                                  on 2000/08/02  22:28:59
32822         Log: require.t needs binmode() to work on windows
32823      Branch: perl
32824            ! t/comp/require.t
32825 ____________________________________________________________________________
32826 [  6496] By: jhi                                   on 2000/08/02  22:08:51
32827         Log: Document the IVdf UVuf UVof UVxf.
32828      Branch: perl
32829            ! pod/perlguts.pod
32830 ____________________________________________________________________________
32831 [  6495] By: jhi                                   on 2000/08/02  21:54:26
32832         Log: detypo #6494
32833      Branch: perl
32834            ! ext/Data/Dumper/Dumper.xs
32835 ____________________________________________________________________________
32836 [  6494] By: jhi                                   on 2000/08/02  21:49:17
32837         Log: Dump UVs as UVs in Data::Dumper.
32838              
32839              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
32840              From: Gurusamy Sarathy <gsar@ActiveState.com>
32841              Date: Thu, 27 Apr 2000 12:26:25 -0700
32842              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
32843      Branch: perl
32844            ! ext/Data/Dumper/Dumper.xs
32845 ____________________________________________________________________________
32846 [  6493] By: jhi                                   on 2000/08/02  17:01:58
32847         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
32848              From: Hugo <hv@crypt.compulink.co.uk>
32849              Date: Wed, 02 Aug 2000 14:53:56 +0100
32850              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
32851      Branch: perl
32852            ! regexec.c t/op/re_tests
32853 ____________________________________________________________________________
32854 [  6492] By: jhi                                   on 2000/08/02  15:02:46
32855         Log: The new setproctitle() feature is available only in 
32856              bleeding edge FreeBSD.  From Paul Saab.
32857      Branch: perl
32858            ! mg.c
32859 ____________________________________________________________________________
32860 [  6491] By: jhi                                   on 2000/08/02  13:34:36
32861         Log: The tr utf8 patching continues.
32862              
32863              Subject: Re: #6469, too many tests claimed in require.t
32864              From: simon@brecon.co.uk (Simon Cozens)
32865              Date: 2 Aug 2000 02:37:17 GMT
32866              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
32867              
32868              (the logic of the test was the wrong way round in the patch)
32869      Branch: perl
32870            ! doop.c
32871 ____________________________________________________________________________
32872 [  6490] By: jhi                                   on 2000/08/02  13:27:38
32873         Log: The name of a filehandle does not have <these>.
32874      Branch: perl
32875            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
32876            ! t/pragma/warn/pp_sys util.c
32877 ____________________________________________________________________________
32878 [  6489] By: jhi                                   on 2000/08/02  04:26:46
32879         Log: Remove the extraneous "main::" prefix from all the
32880              "opened only for", "on closed", and "never opened" warnings.
32881              
32882              Subject: Re: inappropriate warning
32883              From: Gurusamy Sarathy <gsar@ActiveState.com>
32884              Date: Mon, 20 Mar 2000 11:28:02 -0800
32885              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
32886      Branch: perl
32887            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
32888            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
32889            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
32890 ____________________________________________________________________________
32891 [  6488] By: jhi                                   on 2000/08/02  03:02:57
32892         Log: memcpy has n o in it, as pinted ut by Sarathy.
32893      Branch: perl
32894            ! pod/perlguts.pod
32895 ____________________________________________________________________________
32896 [  6487] By: jhi                                   on 2000/08/02  02:44:51
32897         Log: Document in one place the memory abstractions used in Perl core.
32898              
32899              Subject: Re: Memory abstraction
32900              From: simon@brecon.co.uk (Simon Cozens)
32901              Date: 2 Aug 2000 02:20:23 GMT
32902              Organization: Earth.li Origins
32903      Branch: perl
32904            ! pod/perlguts.pod
32905 ____________________________________________________________________________
32906 [  6486] By: jhi                                   on 2000/08/02  02:41:57
32907         Log: regen_headers, regen perltoc.
32908      Branch: perl
32909            ! perlapi.c pod/perltoc.pod
32910 ____________________________________________________________________________
32911 [  6485] By: jhi                                   on 2000/08/02  01:43:33
32912         Log: "This little thing tests for a file .patch, and if it contains
32913              a number, pops into patchlevel.h" (making it easier to track
32914              which development version people are reporting bugs against)
32915              
32916              Subject: Patchlevel autogeneration for repository perls
32917              From: simon@brecon.co.uk (Simon Cozens)
32918              Date: 14 Jul 2000 07:12:15 GMT
32919              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
32920      Branch: perl
32921            + fix_pl
32922            ! MANIFEST Makefile.SH
32923 ____________________________________________________________________________
32924 [  6484] By: jhi                                   on 2000/08/02  01:32:54
32925         Log: FreeBSD 3.* updates from
32926              
32927              From: Paul Saab <ps@yahoo-inc.com>
32928              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
32929              Date: Tue, 1 Aug 2000 15:41:39 -0700
32930              Message-Id: <20000801154139.A53740@yahoo-inc.com>
32931      Branch: perl
32932            ! hints/freebsd.sh
32933 ____________________________________________________________________________
32934 [  6483] By: jhi                                   on 2000/08/02  01:27:44
32935         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
32936              instead one must use setproctitle().  This was already addressed
32937              by change #6457, but the below has a new variant for FreeBSD 4.0
32938              or later, and the matter is also documented more.
32939              
32940              From: Paul Saab <ps@yahoo-inc.com>
32941              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
32942              Date: Tue, 1 Aug 2000 15:41:39 -0700
32943              Message-Id: <20000801154139.A53740@yahoo-inc.com>
32944      Branch: metaconfig/U/perl
32945            + i_libutil.U
32946      Branch: perl
32947            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
32948 ____________________________________________________________________________
32949 [  6482] By: jhi                                   on 2000/08/01  22:17:32
32950         Log: The test from this
32951              
32952              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
32953              Date: Sat, 15 Apr 2000 17:03:44 +0100
32954              From: Tom Hughes <tom@compton.nu>
32955              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
32956              
32957              was missing, the code change went in as #5989
32958              (which had a different test?)
32959      Branch: perl
32960            ! t/op/misc.t
32961 ____________________________________________________________________________
32962 [  6481] By: jhi                                   on 2000/08/01  21:48:38
32963         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
32964              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
32965              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
32966              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
32967      Branch: perl
32968            ! perl.h
32969 ____________________________________________________________________________
32970 [  6480] By: jhi                                   on 2000/08/01  18:05:28
32971         Log: Make p4desc to skip non-mainperl branches by default.
32972      Branch: perl
32973            ! Porting/p4desc
32974 ____________________________________________________________________________
32975 [  6479] By: jhi                                   on 2000/08/01  17:29:19
32976         Log: If gccosandvers is equal to osname, clear gccosandvers.
32977      Branch: metaconfig/U/perl
32978            ! gccvers.U
32979      Branch: perl
32980            ! Configure config_h.SH
32981 ____________________________________________________________________________
32982 [  6478] By: jhi                                   on 2000/08/01  15:54:08
32983         Log: BOM patching from Simon Cozens.
32984      Branch: perl
32985            ! toke.c
32986 ____________________________________________________________________________
32987 [  6477] By: jhi                                   on 2000/08/01  04:50:33
32988         Log: Stash away the largefiles flags and libswanted.
32989      Branch: perl
32990            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
32991 ____________________________________________________________________________
32992 [  6476] By: gsar                                  on 2000/08/01  04:24:24
32993         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
32994              on Windows)
32995      Branch: perl
32996            ! t/pragma/utf8.t utf8.c win32/win32.c
32997 ____________________________________________________________________________
32998 [  6475] By: jhi                                   on 2000/08/01  03:35:24
32999         Log: Make chr() for values >127 to create utf8 when under utf8.
33000              
33001              Subject: Re: uft8/chr()
33002              From: simon@brecon.co.uk (Simon Cozens)
33003              Date: 1 Aug 2000 02:37:02 GMT
33004              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
33005      Branch: perl
33006            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
33007 ____________________________________________________________________________
33008 [  6474] By: jhi                                   on 2000/08/01  02:36:18
33009         Log: In Digital UNIX warn if gcc explicitly chosen because even
33010              2.95.2 is known to cause problems.
33011      Branch: perl
33012            ! hints/dec_osf.sh
33013 ____________________________________________________________________________
33014 [  6473] By: jhi                                   on 2000/08/01  02:00:56
33015         Log: Make the safety catch for buggy gccs work with triple version
33016              numbers like 2.95.2.  Reported in
33017              
33018              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
33019              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
33020              Date: Mon, 31 Jul 2000 14:55:06 +0200
33021              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
33022      Branch: perl
33023            ! hints/dec_osf.sh
33024 ____________________________________________________________________________
33025 [  6472] By: jhi                                   on 2000/08/01  01:13:33
33026         Log: Subject: fix and question re: waitpid() under win32
33027              From: Brian Clarke <clarke@appliedmeta.com>
33028              Date: Fri, 28 Jul 2000 15:18:29 -0400
33029              Message-ID: <3981DC85.290314EB@appliedmeta.com>
33030              
33031              Slightly reformatted and WNOHANG # define moved to win32.h
33032              so that also POSIX.xs sees it, as suggsted by Sarathy.
33033      Branch: perl
33034            ! win32/win32.c win32/win32.h
33035 ____________________________________________________________________________
33036 [  6471] By: jhi                                   on 2000/08/01  00:55:05
33037         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
33038              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
33039              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
33040              Date: Mon, 31 Jul 2000 13:28:51 +0100
33041              
33042              (aka ID 20000730.002)
33043      Branch: perl
33044            ! op.c t/op/tr.t
33045 ____________________________________________________________________________
33046 [  6470] By: jhi                                   on 2000/07/31  23:34:42
33047         Log: Document the problem with -P in HP-UX and its workaround.
33048              
33049              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
33050              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
33051              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
33052              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
33053      Branch: perl
33054            ! README.hpux
33055 ____________________________________________________________________________
33056 [  6469] By: jhi                                   on 2000/07/31  04:15:02
33057         Log: The swallow_bom() saga continues.  The #23 of require.t
33058              (UTF16-LE) still fails (silently, no output) but the #22
33059              (UTF16-BE) seems to be working now.  The root of the
33060              failure may be in sv_gets(): is it UTF-16LE-aware,
33061              especially when it comes to line endings? 
33062      Branch: perl
33063            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
33064            ! t/comp/require.t toke.c utf8.c
33065 ____________________________________________________________________________
33066 [  6468] By: jhi                                   on 2000/07/30  19:05:48
33067         Log: Find green threads before native threads.
33068              
33069              Subject: Re: Patch to jpl/JNI/Makefile.PL
33070              From: Jens Thomsen <jens@fiend.cis.com>
33071              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
33072              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
33073      Branch: perl
33074            ! jpl/JNI/Makefile.PL
33075 ____________________________________________________________________________
33076 [  6467] By: jhi                                   on 2000/07/30  18:36:22
33077         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
33078      Branch: perl
33079            ! doop.c
33080 ____________________________________________________________________________
33081 [  6466] By: jhi                                   on 2000/07/30  04:37:29
33082         Log: A new version of the "remove UPPERACSE string comparison"
33083              operators.  The problem with the previous one (change #6454)
33084              was that it was for Perl 5.6.0.  From Paul Marquess.
33085      Branch: perl
33086            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
33087            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
33088            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
33089 ____________________________________________________________________________
33090 [  6465] By: jhi                                   on 2000/07/29  22:39:56
33091         Log: Do not upgrade SVs into utf8 just because they participate
33092              in eq or cmp.  Reported and fix suggested in
33093              
33094              Subject: [ID 20000720.009] sv_eq UTF8 bug
33095              From: "Simon Cozens" <simon@othersideofthe.earth.li>
33096              Date: 21 Jul 2000 04:37:29 -0000
33097              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
33098              
33099              Exercise for the kind reader: should we or should we not
33100              cache the utf8 conversion alonside the SV? (as magic,
33101              as thestrxfrm()ed version is cached under use locale)
33102              Argue both for and against.
33103      Branch: perl
33104            ! sv.c
33105 ____________________________________________________________________________
33106 [  6464] By: jhi                                   on 2000/07/29  22:36:22
33107         Log: Subject: UTF8 concat
33108              From: simon@brecon.co.uk (Simon Cozens) 
33109              Date: 30 Jun 2000 06:13:25 GMT
33110              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
33111              
33112              (with a memory leak fixed, plus a few casts added)
33113              
33114              This also seems to help for
33115              
33116              Subject: [ID 20000716.015] join UTF8 weirdness
33117              From: root <root@ak-71.mind.de> 
33118              Date: Sat, 15 Jul 2000 15:29:54 +0200
33119              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
33120              
33121              (from Andreas König)
33122      Branch: perl
33123            ! pp_hot.c
33124 ____________________________________________________________________________
33125 [  6463] By: jhi                                   on 2000/07/29  00:55:39
33126         Log: Tune the comments and hopefully stop a memory leak.
33127      Branch: perl
33128            ! toke.c utf8.c
33129 ____________________________________________________________________________
33130 [  6462] By: jhi                                   on 2000/07/29  00:16:53
33131         Log: The problem described in this
33132              
33133              Subject: [ID 20000322.018] named chars aren't magical enough
33134              From: root <root@dixie.cscaper.com>     
33135              Date: Wed, 22 Mar 2000 18:37:42 -0700
33136              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
33137              
33138              has been fixed in perl 5.6.0 but just in case added a test
33139              to keep it away.  (The report from Joseph Hall.)
33140      Branch: perl
33141            ! t/lib/charnames.t
33142 ____________________________________________________________________________
33143 [  6461] By: jhi                                   on 2000/07/28  23:56:36
33144         Log: Tiny fixes for #6460.
33145      Branch: metaconfig/U/perl
33146            ! gccvers.U
33147      Branch: perl
33148            ! Configure config_h.SH
33149 ____________________________________________________________________________
33150 [  6460] By: jhi                                   on 2000/07/28  23:24:41
33151         Log: Warn if the version of the operating system used to compile gcc
33152              differs from the current version of the operating system.
33153              Also display the gcc compilation os and version in myconfig.
33154              Inspiration from
33155              
33156              Subject: Re: [ID 20000710.003] ERRORS!!         
33157              From: "Kurt D. Starsinic" <kstar@chapin.edu>
33158              Date: Mon, 10 Jul 2000 15:54:16 -0400
33159              Message-ID: <20000710155416.A1384@O2.chapin.edu>
33160      Branch: metaconfig/U/perl
33161            ! gccvers.U
33162      Branch: perl
33163            ! Configure config_h.SH myconfig.SH
33164 ____________________________________________________________________________
33165 [  6459] By: jhi                                   on 2000/07/28  22:00:32
33166         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
33167              letter to $Config{osvers}.
33168      Branch: metaconfig
33169            ! U/modified/Oldconfig.U
33170      Branch: perl
33171            ! Configure config_h.SH
33172 ____________________________________________________________________________
33173 [  6458] By: jhi                                   on 2000/07/28  04:15:39
33174         Log: Back out #6454, doesn't seem to work.
33175              (Reason: that patch was for perl 5.6.0, not perl-current)
33176              (A version of the patch for perl-current came in later as #6466)
33177      Branch: perl
33178            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
33179            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
33180            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
33181 ____________________________________________________________________________
33182 [  6457] By: jhi                                   on 2000/07/27  23:31:49
33183         Log: Use setproctitle() if available to modify $0.
33184              
33185              Subject: setting $* on BSD4 broken
33186              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
33187              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
33188              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
33189      Branch: metaconfig
33190            ! U/modified/Myinit.U
33191      Branch: perl
33192            ! Configure config_h.SH mg.c
33193 ____________________________________________________________________________
33194 [  6456] By: jhi                                   on 2000/07/27  14:50:47
33195         Log: Allow "no AutoLoader;", based on change #6444,
33196              suggested by Graham Barr.
33197      Branch: perl
33198            ! lib/AutoLoader.pm
33199 ____________________________________________________________________________
33200 [  6455] By: jhi                                   on 2000/07/27  14:19:10
33201         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
33202              From: rspier@pobox.com (Robert Spier)
33203              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
33204              Message-ID: <14720.15855.787664.424783@rls.cx>
33205      Branch: perl
33206            ! pod/perldiag.pod
33207 ____________________________________________________________________________
33208 [  6454] By: jhi                                   on 2000/07/27  14:03:02
33209         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
33210              for a long time).
33211              
33212              Reported in
33213              
33214              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
33215              From: Ryan Herbert <rherbert@sycamorehq.com>
33216              Date: Mon, 17 Jul 2000 11:40:42 -0400
33217              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
33218              
33219              Patched in
33220              
33221              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
33222              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
33223              Date: Wed, 26 Jul 2000 23:40:18 +0100
33224              Message-ID: <000001bff752$79511880$0a17073e@tiny>
33225              
33226              based on an earlier patch from Stephen P. Potter.
33227              
33228              (Removed later by change #6458 because this patch was for
33229              perl 5.6.0, not perl-current)
33230      Branch: perl
33231            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
33232            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
33233            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
33234 ____________________________________________________________________________
33235 [  6453] By: jhi                                   on 2000/07/27  13:48:02
33236         Log: Subject: [PATCH] fixes bug 20000508.004
33237              From: Michael Stevens <mstevens@globnix.org>
33238              Date: Thu, 27 Jul 2000 13:49:04 +0100
33239              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
33240      Branch: perl
33241            ! pod/perldata.pod
33242 ____________________________________________________________________________
33243 [  6452] By: jhi                                   on 2000/07/26  23:51:26
33244         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
33245              and Craig A. Berry.
33246      Branch: perl
33247            ! lib/File/Temp.pm pod/perlport.pod
33248 ____________________________________________________________________________
33249 [  6451] By: jhi                                   on 2000/07/26  19:43:30
33250         Log: Be wary of close()s, too.
33251              
33252              Subject: Re: [PATCH] perlbug cleanup
33253              From: Tim Jenness <t.jenness@jach.hawaii.edu>
33254              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
33255              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
33256      Branch: perl
33257            ! utils/perlbug.PL
33258 ____________________________________________________________________________
33259 [  6450] By: jhi                                   on 2000/07/26  18:41:40
33260         Log: Subject: Minor doc patch: handy.h
33261              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
33262              Date: Wed, 26 Jul 2000 15:34:25 -0300
33263              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
33264      Branch: perl
33265            ! handy.h pod/perlapi.pod
33266 ____________________________________________________________________________
33267 [  6449] By: jhi                                   on 2000/07/26  18:23:55
33268         Log: Subject: [PATCH] minor doc change - perlguts
33269              From: Michael Stevens <mstevens@globnix.org>
33270              Date: Thu, 13 Jul 2000 12:39:18 +0100
33271              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
33272      Branch: perl
33273            ! pod/perlguts.pod
33274 ____________________________________________________________________________
33275 [  6448] By: jhi                                   on 2000/07/26  18:20:30
33276         Log: open() wariness in perlbug.
33277              
33278              Subject: [PATCH] perlbug cleanup
33279              From: Michael Stevens <mstevens@globnix.org>
33280              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
33281              Date: Thu, 13 Jul 2000 15:52:23 +0100
33282      Branch: perl
33283            ! utils/perlbug.PL
33284 ____________________________________________________________________________
33285 [  6447] By: jhi                                   on 2000/07/26  18:13:04
33286         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
33287      Branch: perl
33288            ! lib/File/Temp.pm t/lib/ftmp-security.t
33289 ____________________________________________________________________________
33290 [  6446] By: jhi                                   on 2000/07/26  18:06:32
33291         Log: docfix from Peter Scott <Peter@PSDT.com>.
33292      Branch: perl
33293            ! pod/perlfunc.pod
33294 ____________________________________________________________________________
33295 [  6445] By: jhi                                   on 2000/07/26  17:53:31
33296         Log: Fix *foo{FORMAT}.
33297              
33298              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
33299              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
33300              Date: Wed, 26 Jul 2000 19:51:02 +0200
33301              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
33302              
33303              From: Graham Barr <gbarr@pobox.com>
33304              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
33305              Date: Wed, 26 Jul 2000 17:38:36 +0100
33306              Message-ID: <20000726173836.L472@pobox.com>
33307      Branch: perl
33308            ! pp.c sv.c t/op/gv.t
33309 ____________________________________________________________________________
33310 [  6444] By: jhi                                   on 2000/07/26  17:49:14
33311         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
33312              from Graham Barr in the module list.
33313      Branch: perl
33314            ! gv.c pod/perlobj.pod
33315 ____________________________________________________________________________
33316 [  6443] By: jhi                                   on 2000/07/26  16:06:56
33317         Log: More split() doc and test patches from Mike Guy.
33318      Branch: perl
33319            ! pod/perlfunc.pod t/op/split.t
33320 ____________________________________________________________________________
33321 [  6442] By: jhi                                   on 2000/07/26  16:05:30
33322         Log: MacOS nits from Matthias Neeracher.
33323      Branch: perl
33324            ! perl.c pp_ctl.c
33325 ____________________________________________________________________________
33326 [  6441] By: jhi                                   on 2000/07/26  04:39:57
33327         Log: Subject: [PATCH] split /^/
33328              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
33329              Date: Tue, 25 Jul 2000 14:18:57 +0100
33330              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
33331              
33332              (with notes from tchrist and gbarr)
33333      Branch: perl
33334            ! pod/perlfunc.pod t/op/split.t
33335 ____________________________________________________________________________
33336 [  6440] By: jhi                                   on 2000/07/26  04:32:32
33337         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
33338              From: Peter Prymmer <pvhp@forte.com>
33339              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
33340              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
33341      Branch: perl
33342            ! vms/munchconfig.c
33343 ____________________________________________________________________________
33344 [  6439] By: jhi                                   on 2000/07/26  04:31:01
33345         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
33346              to be fatal errors (instead of by default ignoring them, and
33347              ignoring with a bug: even though -w gave an error, the opening [
33348              was left in)  Reported in:
33349              
33350              Subject: [ID 20000716.024] [=cc=] / [:blank:]
33351              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
33352              Date: Sun, 16 Jul 2000 17:55:29 -0700
33353              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
33354      Branch: perl
33355            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
33356 ____________________________________________________________________________
33357 [  6438] By: jhi                                   on 2000/07/25  15:41:15
33358         Log: Subject: [PATCH] av.c apidoc
33359              From: simon@brecon.co.uk (Simon Cozens)
33360              Date: 24 Jul 2000 06:40:52 GMT
33361              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
33362      Branch: perl
33363            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
33364            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
33365 ____________________________________________________________________________
33366 [  6437] By: jhi                                   on 2000/07/25  14:05:36
33367         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
33368              From: "Stephen P. Potter" <spp@ds.net>
33369              Date: Mon, 24 Jul 2000 14:22:23 -0400
33370              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
33371      Branch: perl
33372            ! pod/perllocale.pod
33373 ____________________________________________________________________________
33374 [  6436] By: jhi                                   on 2000/07/25  14:02:03
33375         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
33376              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
33377              Date: Mon, 24 Jul 2000 18:04:28 +0100
33378              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
33379      Branch: perl
33380            ! t/lib/syslfs.t t/op/lfs.t
33381 ____________________________________________________________________________
33382 [  6435] By: jhi                                   on 2000/07/25  13:59:28
33383         Log: Get UTF16 BOMs working.  Patch from
33384              
33385              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
33386              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
33387              Date: Tue, 25 Jul 2000 12:52:45 +0100
33388              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
33389              
33390              and notes from
33391              
33392              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
33393              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
33394              Date: Tue, 25 Jul 2000 11:43:25 +0100
33395              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
33396      Branch: perl
33397            ! t/comp/require.t toke.c utf8.c
33398 ____________________________________________________________________________
33399 [  6434] By: jhi                                   on 2000/07/25  02:39:54
33400         Log: Make the "uninit variable" warning to say "concat or string"
33401              or "join or string" when in concat or join .
33402              
33403              Subject: Re: [ID 20000403.009] uninitialised concatenation???
33404              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
33405              Date: Tue, 04 Apr 2000 18:22:58 +0100
33406              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
33407              
33408              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
33409              From: William R Ward <hermit@BayView.COM>
33410              Date: Thu, 30 Mar 2000 19:50:03 -0800
33411              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
33412      Branch: perl
33413            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
33414            ! t/pragma/warn/op t/pragma/warn/sv
33415 ____________________________________________________________________________
33416 [  6433] By: jhi                                   on 2000/07/24  17:52:56
33417         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
33418      Branch: perl
33419            ! lib/File/Spec/VMS.pm
33420 ____________________________________________________________________________
33421 [  6432] By: jhi                                   on 2000/07/24  17:44:44
33422         Log: Test cases for #6431.
33423              
33424              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
33425              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
33426              Date: Mon, 24 Jul 2000 15:32:29 +0100
33427              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
33428      Branch: perl
33429            ! t/op/pat.t t/op/split.t
33430 ____________________________________________________________________________
33431 [  6431] By: jhi                                   on 2000/07/24  17:43:17
33432         Log: Bind op fix.
33433              
33434              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
33435              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
33436              Date: Mon, 17 Jul 2000 20:04:56 +0100
33437              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
33438      Branch: perl
33439            ! op.c
33440 ____________________________________________________________________________
33441 [  6430] By: jhi                                   on 2000/07/24  03:42:42
33442         Log: Subject: [ID 20000716.023] syslog test fails without sockets
33443              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
33444              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
33445              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
33446      Branch: metaconfig/U/perl
33447            ! Extensions.U
33448      Branch: perl
33449            ! Configure config_h.SH
33450 ____________________________________________________________________________
33451 [  6429] By: jhi                                   on 2000/07/24  03:11:52
33452         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
33453              case, but add also notes explaining the relationship of this
33454              patch and the earlier notes by Sarathy.
33455              
33456              Subject: Map is still slow
33457              From: "Ben Tilly" <ben_tilly@hotmail.com>
33458              Date: Sat, 15 Jul 2000 17:23:27 EDT
33459              Message-ID: <20000715212327.21656.qmail@hotmail.com>
33460      Branch: perl
33461            ! pp_ctl.c
33462 ____________________________________________________________________________
33463 [  6428] By: jhi                                   on 2000/07/24  02:58:52
33464         Log: Documentation to explain the behaviour of map().
33465              
33466              Subject: Re: Map is still slow 
33467              From: Gurusamy Sarathy <gsar@ActiveState.com>
33468              Date: Sat, 15 Jul 2000 16:05:09 -0700
33469              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
33470      Branch: perl
33471            ! pp_ctl.c
33472 ____________________________________________________________________________
33473 [  6427] By: jhi                                   on 2000/07/24  02:50:03
33474         Log: Add tests for
33475              [ID 19991110.003] another matching finding by pcre author
33476              which has already been fixed by some patch, as verified in
33477              
33478              Subject: Re: two regex bugs from the mists of time (well, last November)
33479              From: Hugo <hv@crypt.compulink.co.uk>
33480              Date: Sat, 22 Jul 2000 18:12:58 +0100
33481              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
33482      Branch: perl
33483            ! t/op/re_tests
33484 ____________________________________________________________________________
33485 [  6426] By: jhi                                   on 2000/07/24  02:11:20
33486         Log: A missing 'break' after the [[:space:]] switch case.
33487              
33488              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
33489              From: "Stephen P. Potter" <spp@ds.net>
33490              Date: Tue, 18 Jul 2000 16:25:17 -0400
33491              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
33492      Branch: perl
33493            ! regcomp.c
33494 ____________________________________________________________________________
33495 [  6425] By: jhi                                   on 2000/07/24  02:06:12
33496         Log: The output might have been produced in the wrong order.
33497              
33498              Subject: [ID 20000720.003] [PATCH] t/op/write.t
33499              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
33500              Date: Thu, 20 Jul 2000 18:49:18 +0100
33501              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
33502      Branch: perl
33503            ! t/op/write.t
33504 ____________________________________________________________________________
33505 [  6424] By: jhi                                   on 2000/07/24  02:00:07
33506         Log: Use STDOUT consistently.
33507              
33508              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
33509              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
33510              Date: Thu, 20 Jul 2000 18:04:01 +0100
33511              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
33512      Branch: perl
33513            ! lib/Test/Harness.pm
33514 ____________________________________________________________________________
33515 [  6423] By: jhi                                   on 2000/07/24  01:54:54
33516         Log: Protect against "wild next"s, that is, callbacks doing "next"
33517              instead of "return".
33518              
33519              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
33520              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
33521              Date: Tue, 18 Jul 2000 11:30:16 +0100
33522              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
33523      Branch: perl
33524            ! lib/File/Find.pm
33525 ____________________________________________________________________________
33526 [  6422] By: jhi                                   on 2000/07/24  01:35:47
33527         Log: Out-of-date note removed.
33528              
33529              Subject: [PATCH] documentation perlipc
33530              From: rspier@pobox.com (Robert Spier)
33531              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
33532              Message-ID: <14711.35178.572612.502654@rls.cx>
33533      Branch: perl
33534            ! pod/perlipc.pod
33535 ____________________________________________________________________________
33536 [  6421] By: jhi                                   on 2000/07/24  00:09:18
33537         Log: Send all installperl messages to STDERR and be -w clean.
33538              
33539              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
33540              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
33541              Date: Sat, 22 Jul 2000 14:02:11 +0100
33542              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
33543      Branch: perl
33544            ! installperl
33545 ____________________________________________________________________________
33546 [  6420] By: jhi                                   on 2000/07/24  00:04:19
33547         Log: Decutandpasto.
33548              
33549              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
33550              From: "Richard Soderberg" <rs@crystalflame.net>
33551              Date: Sun, 23 Jul 2000 01:37:23 -0700
33552              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
33553      Branch: perl
33554            ! pod/perlipc.pod
33555 ____________________________________________________________________________
33556 [  6419] By: jhi                                   on 2000/07/24  00:01:12
33557         Log: A cleaner abs_path().
33558              Subject: Re: unix alternative to Cwd.pm
33559              From: Jeff Pinyan <jeffp@crusoe.net>
33560              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
33561              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
33562      Branch: perl
33563            ! lib/Cwd.pm
33564 ____________________________________________________________________________
33565 [  6418] By: jhi                                   on 2000/07/23  23:48:56
33566         Log: Detypo.
33567              
33568              Subject: [PATCH perl-current] Typo in hints/powerux.sh
33569              From: "Richard Soderberg" <rs@crystalflame.net>
33570              Date: Sun, 23 Jul 2000 01:27:33 -0700
33571              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
33572      Branch: perl
33573            ! hints/powerux.sh
33574 ____________________________________________________________________________
33575 [  6417] By: jhi                                   on 2000/07/17  22:13:31
33576         Log: Subject: SDBM_File documentation
33577              From: mjd@plover.com
33578              Date: 16 Jul 2000 17:41:17 -0000
33579              Message-ID: <20000716174117.18515.qmail@plover.com>
33580      Branch: perl
33581            ! ext/SDBM_File/SDBM_File.pm
33582 ____________________________________________________________________________
33583 [  6416] By: jhi                                   on 2000/07/17  19:13:26
33584         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
33585      Branch: perl
33586            ! hints/mpeix.sh mpeix/relink
33587 ____________________________________________________________________________
33588 [  6415] By: jhi                                   on 2000/07/15  14:11:02
33589         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
33590              the utf8 'characters' can be more than one octet).
33591              
33592              Date: Sat, 15 Jul 2000 00:21:56 +0100
33593              From: Tom Hughes <tom@compton.nu>
33594              Subject: Re: [ID 20000714.002]
33595              Message-ID: <db2334de49.tom@compton.compton.nu>
33596              
33597              Reported in
33598              
33599              Subject: [ID 20000714.002]
33600              From: "Simon Cozens" <simon@othersideofthe.earth.li>
33601              Date: 14 Jul 2000 15:13:09 -0000
33602              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
33603      Branch: perl
33604            ! doop.c
33605 ____________________________________________________________________________
33606 [  6414] By: jhi                                   on 2000/07/15  03:13:41
33607         Log: another VMS build tweak from Peter Prymmer
33608      Branch: perl
33609            ! vms/descrip_mms.template
33610 ____________________________________________________________________________
33611 [  6413] By: jhi                                   on 2000/07/15  03:10:40
33612         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
33613      Branch: perl
33614            ! vms/perlvms.pod
33615 ____________________________________________________________________________
33616 [  6412] By: jhi                                   on 2000/07/15  00:31:05
33617         Log: More docs for sv functions.
33618              
33619              Subject: [PATCH cfgperl] sv.c apidoc
33620              From: simon@brecon.co.uk (Simon Cozens)
33621              Date: 13 Jul 2000 09:00:20 GMT
33622              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
33623              
33624              Subject: Re: [PATCH cfgperl] sv.c apidoc
33625              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
33626              Date: Thu, 13 Jul 2000 12:27:41 +0100
33627              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
33628              
33629              Subject: Re: [PATCH cfgperl] sv.c apidoc
33630              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
33631              Date: Thu, 13 Jul 2000 13:23:09 +0100
33632              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
33633              
33634              Subject: Re: [PATCH cfgperl] sv.c apidoc
33635              From: simon@brecon.co.uk (Simon Cozens)
33636              Date: 14 Jul 2000 06:51:02 GMT
33637              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
33638      Branch: perl
33639            ! embed.pl pod/perlapi.pod sv.c
33640 ____________________________________________________________________________
33641 [  6411] By: jhi                                   on 2000/07/15  00:10:41
33642         Log: lib/b test fixes from Peter Prymmer.
33643      Branch: perl
33644            ! t/lib/b.t
33645 ____________________________________________________________________________
33646 [  6410] By: jhi                                   on 2000/07/15  00:02:09
33647         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
33648              From: Hugo <hv@crypt.compulink.co.uk>
33649              Date: Fri, 14 Jul 2000 23:05:20 +0100
33650              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
33651              
33652              Didn't anymore apply, but that point still could use another fix.
33653      Branch: perl
33654            ! pod/perlfunc.pod
33655 ____________________________________________________________________________
33656 [  6409] By: jhi                                   on 2000/07/14  23:15:15
33657         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
33658              not in pod, from Peter Prymmer
33659      Branch: perl
33660            ! vms/descrip_mms.template
33661 ____________________________________________________________________________
33662 [  6408] By: jhi                                   on 2000/07/14  20:35:05
33663         Log: The bug report
33664              [ID 19991110.002] minimal matching discrepancy found by pcre author
33665              seems to have been fixed (though differently from what was suggested
33666              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
33667      Branch: perl
33668            ! t/op/re_tests
33669 ____________________________________________________________________________
33670 [  6407] By: jhi                                   on 2000/07/14  17:38:08
33671         Log: Fix AutoSplit to use File::Spec the right way in VMS,
33672              from Peter Prymmer.
33673      Branch: perl
33674            ! lib/AutoSplit.pm
33675 ____________________________________________________________________________
33676 [  6406] By: jhi                                   on 2000/07/14  14:13:22
33677         Log: Merge perlhacktut into perlhack, update perlguts.
33678              
33679              Subject: Re: Perlhacktut
33680              From: simon@brecon.co.uk (Simon Cozens)
33681              Date: 14 Jul 2000 06:49:21 GMT
33682              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
33683              
33684              Subject: Re: Perlhacktut
33685              From: simon@brecon.co.uk (Simon Cozens)
33686              Date: 14 Jul 2000 07:09:45 GMT
33687              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
33688      Branch: perl
33689            ! pod/perlguts.pod pod/perlhack.pod
33690 ____________________________________________________________________________
33691 [  6405] By: jhi                                   on 2000/07/14  14:02:31
33692         Log: Integrate with Sarathy.
33693      Branch: cfgperl
33694           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
33695           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
33696           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
33697 ____________________________________________________________________________
33698 [  6404] By: gsar                                  on 2000/07/14  12:15:02
33699         Log: PERL_OBJECT build tweaks
33700      Branch: perl
33701            ! toke.c
33702 ____________________________________________________________________________
33703 [  6403] By: gsar                                  on 2000/07/14  11:23:41
33704         Log: inconsistent types needs casts
33705      Branch: perl
33706            ! toke.c
33707 ____________________________________________________________________________
33708 [  6402] By: gsar                                  on 2000/07/14  11:12:04
33709         Log: typos in change#6399, regen headers
33710      Branch: perl
33711            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
33712 ____________________________________________________________________________
33713 [  6401] By: gsar                                  on 2000/07/14  10:59:12
33714         Log: typecasts needed for change#6394
33715      Branch: perl
33716            ! toke.c
33717 ____________________________________________________________________________
33718 [  6400] By: gsar                                  on 2000/07/14  10:49:37
33719         Log: integrate cfgperl contents into mainline
33720      Branch: perl
33721           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
33722           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
33723 ____________________________________________________________________________
33724 [  6399] By: gsar                                  on 2000/07/14  10:38:35
33725         Log: enable UTF-16 filter by default if relevant BOM is seen; various
33726              cleanups (typos, misformatted code, and small bugs)
33727      Branch: perl
33728            ! doop.c embed.pl mg.c op.c pp.c toke.c
33729 ____________________________________________________________________________
33730 [  6398] By: gsar                                  on 2000/07/14  08:55:38
33731         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
33732              name suggests anyway)
33733      Branch: perl
33734            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
33735 ____________________________________________________________________________
33736 [  6397] By: gsar                                  on 2000/07/14  08:44:33
33737         Log: move new variables to the end of the interpreter structure (for
33738              bincompat in code that doesn't #include XSUB.h)
33739      Branch: perl
33740            ! intrpvar.h
33741 ____________________________________________________________________________
33742 [  6396] By: gsar                                  on 2000/07/14  08:13:58
33743         Log: MakeMaker should not remove editor backups (*~) on `make clean`
33744              by default (completes change#6383)
33745      Branch: perl
33746            ! lib/ExtUtils/MM_Unix.pm
33747 ____________________________________________________________________________
33748 [  6395] By: jhi                                   on 2000/07/14  05:20:33
33749         Log: Replace change #6337 with a better one.
33750              
33751              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
33752              From: Hugo <hv@crypt.compulink.co.uk>
33753              Date: Fri, 14 Jul 2000 04:16:20 +0100
33754              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
33755      Branch: cfgperl
33756            ! regexec.c t/op/re_tests
33757 ____________________________________________________________________________
33758 [  6394] By: jhi                                   on 2000/07/14  01:33:59
33759         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
33760      Branch: cfgperl
33761            ! embed.pl global.sym proto.h toke.c
33762 ____________________________________________________________________________
33763 [  6393] By: jhi                                   on 2000/07/13  23:41:23
33764         Log: remove discarded test
33765      Branch: cfgperl
33766            ! MANIFEST
33767 ____________________________________________________________________________
33768 [  6392] By: jhi                                   on 2000/07/13  23:32:25
33769         Log: The {multiplier} of a fixed substring was overlooked which
33770              caused a wrong initial search offset for that substring.
33771              
33772              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
33773              From: Hugo <hv@crypt.compulink.co.uk>
33774              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
33775              Date: Thu, 13 Jul 2000 19:27:13 +0100
33776      Branch: cfgperl
33777            ! regcomp.c t/op/re_tests
33778 ____________________________________________________________________________
33779 [  6391] By: jhi                                   on 2000/07/13  16:37:42
33780         Log: typo fix from Craig Berry
33781      Branch: cfgperl
33782            ! vms/subconfigure.com
33783 ____________________________________________________________________________
33784 [  6390] By: jhi                                   on 2000/07/13  13:20:12
33785         Log: Integrate with Sarathy.
33786      Branch: cfgperl
33787            - t/op/method2entersub.t
33788           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
33789           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
33790           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
33791           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
33792 ____________________________________________________________________________
33793 [  6389] By: jhi                                   on 2000/07/13  13:18:48
33794         Log: Detypo from Peter Prymmer, part of #6388.
33795      Branch: cfgperl
33796            ! Configure config_h.SH
33797      Branch: metaconfig
33798            ! U/modified/d_longlong.U
33799 ____________________________________________________________________________
33800 [  6388] By: gsar                                  on 2000/07/13  06:33:40
33801         Log: typos (spotted by Peter Prymmer)
33802      Branch: perl
33803            ! Configure t/lib/english.t
33804 ____________________________________________________________________________
33805 [  6387] By: gsar                                  on 2000/07/13  05:35:28
33806         Log: new selfloader.t in change#6183 doesn't close DATA handles,
33807              and thus fails to clean up tmp files on dosish platforms
33808      Branch: perl
33809            ! t/lib/selfloader.t
33810 ____________________________________________________________________________
33811 [  6386] By: gsar                                  on 2000/07/12  21:42:39
33812         Log: sprintf test tweaks (from Dominic Dunlop)
33813      Branch: perl
33814            ! t/op/sprintf.t
33815 ____________________________________________________________________________
33816 [  6385] By: gsar                                  on 2000/07/12  21:33:46
33817         Log: fix bugs in processing %v-*d and similar format specs (from
33818              Avi Finkel <avi@finkel.org>)
33819      Branch: perl
33820            ! sv.c t/op/sprintf.t
33821 ____________________________________________________________________________
33822 [  6384] By: gsar                                  on 2000/07/12  16:04:19
33823         Log: readd missing perldelta.pod changes from changes#6339,6376
33824      Branch: perl
33825            ! pod/perldelta.pod
33826 ____________________________________________________________________________
33827 [  6383] By: gsar                                  on 2000/07/12  16:00:51
33828         Log: don't clobber *.orig files on *clean targets
33829      Branch: perl
33830            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
33831 ____________________________________________________________________________
33832 [  6382] By: gsar                                  on 2000/07/12  07:59:12
33833         Log: fix broken integrations in cfgperl
33834      Branch: cfgperl
33835           !> Changes pod/perldelta.pod
33836 ____________________________________________________________________________
33837 [  6381] By: gsar                                  on 2000/07/12  07:42:17
33838         Log: integrate cfgperl changes into mainline
33839      Branch: perl
33840            ! Changes
33841           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
33842           !> pod/perlre.pod
33843 ____________________________________________________________________________
33844 [  6380] By: gsar                                  on 2000/07/12  07:31:00
33845         Log: get sprintf.t to adjust properly for 3-digit exponents
33846      Branch: perl
33847            ! t/op/sprintf.t
33848 ____________________________________________________________________________
33849 [  6379] By: gsar                                  on 2000/07/12  06:40:04
33850         Log: change#6174 needs corresponding change in win32/config_h.PL,
33851              which grovels through config_h.SH to find the config.h name
33852      Branch: perl
33853            ! win32/config_h.PL
33854 ____________________________________________________________________________
33855 [  6378] By: jhi                                   on 2000/07/12  05:03:59
33856         Log: Do the cc sanity check both before the hints and
33857              after the cc selction.
33858      Branch: cfgperl
33859            ! Configure config_h.SH
33860      Branch: metaconfig
33861            ! U/modified/Oldconfig.U U/modified/cc.U
33862      Branch: metaconfig/U/perl
33863            + Checkcc.U
33864 ____________________________________________________________________________
33865 [  6377] By: jhi                                   on 2000/07/12  02:49:22
33866         Log: Fix nits noticed by Boston.pm.
33867      Branch: cfgperl
33868            ! pod/perlre.pod
33869 ____________________________________________________________________________
33870 [  6376] By: jhi                                   on 2000/07/11  21:22:13
33871         Log: Configure cosmetics and perldelta.
33872      Branch: cfgperl
33873            ! Configure config_h.SH pod/perldelta.pod
33874      Branch: metaconfig
33875            ! U/modified/cc.U
33876 ____________________________________________________________________________
33877 [  6375] By: gsar                                  on 2000/07/11  21:17:35
33878         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
33879      Branch: perl
33880            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
33881            ! win32/win32sck.c
33882 ____________________________________________________________________________
33883 [  6374] By: gsar                                  on 2000/07/11  20:48:50
33884         Log: tweak for build failure under multiplicity
33885      Branch: perl
33886            ! toke.c
33887 ____________________________________________________________________________
33888 [  6373] By: gsar                                  on 2000/07/11  20:37:23
33889         Log: integrate cfgperl changes#6325..6373 into mainline
33890              (NOTE: today's batch of integrations still untested)
33891      Branch: perl
33892           +> ext/DynaLoader/hints/netbsd.pl
33893            ! Changes
33894           !> (integrate 26 files)
33895 ____________________________________________________________________________
33896 [  6372] By: jhi                                   on 2000/07/11  20:30:36
33897         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
33898              regen perltoc.
33899      Branch: cfgperl
33900            + pod/perlbook.pod
33901            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
33902            ! pod/perltoc.pod
33903 ____________________________________________________________________________
33904 [  6371] By: jhi                                   on 2000/07/11  20:08:56
33905         Log: Minor cleanups on the booklist.
33906      Branch: cfgperl
33907            ! pod/perlfaq2.pod
33908 ____________________________________________________________________________
33909 [  6370] By: jhi                                   on 2000/07/11  19:31:13
33910         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
33911      Branch: cfgperl
33912            ! t/pragma/overload.t
33913 ____________________________________________________________________________
33914 [  6369] By: gsar                                  on 2000/07/11  19:27:48
33915         Log: integrate cfgperl changes#6293..6324 into mainline
33916      Branch: perl
33917           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
33918            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
33919           !> (integrate 30 files)
33920 ____________________________________________________________________________
33921 [  6368] By: gsar                                  on 2000/07/11  19:18:57
33922         Log: skip integrate of problematic change#6292 from cfgperl into mainline
33923      Branch: perl
33924           !> pp_hot.c
33925 ____________________________________________________________________________
33926 [  6367] By: gsar                                  on 2000/07/11  19:17:21
33927         Log: integrate cfgperl changes#6288..6290 into mainline
33928      Branch: perl
33929           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
33930 ____________________________________________________________________________
33931 [  6366] By: gsar                                  on 2000/07/11  19:11:18
33932         Log: integrate cfgperl changes#6268..6282 into mainline
33933      Branch: perl
33934           !> (integrate 30 files)
33935 ____________________________________________________________________________
33936 [  6365] By: gsar                                  on 2000/07/11  18:57:00
33937         Log: delete new accidentally branched file
33938      Branch: perl
33939            - t/op/method2entersub.t
33940 ____________________________________________________________________________
33941 [  6364] By: gsar                                  on 2000/07/11  18:55:13
33942         Log: skip integrate of change#6267 from cfgperl into mainline (the
33943              method call optimization is flawed without additional hints
33944              from user about immutableness of @ISA and no runtime method
33945              definitions)
33946      Branch: perl
33947           +> t/op/method2entersub.t
33948           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
33949           !> perl.h t/op/sprintf.t xsutils.c
33950 ____________________________________________________________________________
33951 [  6363] By: gsar                                  on 2000/07/11  18:49:43
33952         Log: integrate cfgperl changes#6261..6266 into mainline
33953      Branch: perl
33954           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
33955           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
33956           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
33957           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
33958 ____________________________________________________________________________
33959 [  6362] By: gsar                                  on 2000/07/11  18:43:26
33960         Log: integrate cfgperl changes#6252..6260 into mainline
33961      Branch: perl
33962           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
33963           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
33964           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
33965           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
33966 ____________________________________________________________________________
33967 [  6361] By: gsar                                  on 2000/07/11  18:37:12
33968         Log: skip integrate of problematic change#6251 from cfgperl into mainline
33969      Branch: perl
33970           !> lib/Exporter.pm
33971 ____________________________________________________________________________
33972 [  6360] By: gsar                                  on 2000/07/11  18:34:56
33973         Log: integrate cfgperl change#6250 into mainline
33974      Branch: perl
33975           +> t/op/my_stash.t
33976           !> MANIFEST embed.pl proto.h toke.c
33977 ____________________________________________________________________________
33978 [  6359] By: gsar                                  on 2000/07/11  18:21:19
33979         Log: integrate cfgperl changes#6242..6249 into mainline
33980      Branch: perl
33981           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
33982           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
33983           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
33984           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
33985           !> t/lib/peek.t utf8.c
33986 ____________________________________________________________________________
33987 [  6358] By: gsar                                  on 2000/07/11  18:15:45
33988         Log: skip integrate of problematic change#6241 from cfgperl into mainline
33989      Branch: perl
33990           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
33991 ____________________________________________________________________________
33992 [  6357] By: jhi                                   on 2000/07/11  18:15:16
33993         Log: Fix for
33994              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
33995              From: Roderick Schertler <roderick@argon.org> 
33996              Date: Tue, 11 Jul 2000 13:55:05 -0400 
33997              Message-Id: <200007111755.NAA05077@jones.argon.org> 
33998      Branch: cfgperl
33999            ! doio.c
34000 ____________________________________________________________________________
34001 [  6356] By: jhi                                   on 2000/07/11  18:12:51
34002         Log: Typo in #6341.
34003      Branch: cfgperl
34004            ! pp_hot.c
34005 ____________________________________________________________________________
34006 [  6355] By: gsar                                  on 2000/07/11  18:12:10
34007         Log: integrate cfgperl changes#6231..6240 into mainline
34008      Branch: perl
34009           +> pod/perlutil.pod
34010           !> (integrate 35 files)
34011 ____________________________________________________________________________
34012 [  6354] By: jhi                                   on 2000/07/11  18:04:34
34013         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
34014              From: Dominic Dunlop <domo@computer.org> 
34015              Date: Tue, 11 Jul 2000 12:27:33 +0200 
34016              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
34017              
34018              Replaces change #6268.
34019      Branch: cfgperl
34020            ! t/op/sprintf.t
34021 ____________________________________________________________________________
34022 [  6353] By: gsar                                  on 2000/07/11  17:59:51
34023         Log: skip integrate of problematic change#6230 from cfgperl into mainline
34024              (a later version of File::Spec is already in mainline)
34025      Branch: perl
34026           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
34027           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
34028 ____________________________________________________________________________
34029 [  6352] By: gsar                                  on 2000/07/11  17:57:48
34030         Log: integrate cfgperl changes#6224..6229 into mainline
34031      Branch: perl
34032           +> lib/lib.pm.PL
34033            - lib/lib.pm
34034           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
34035           !> lib/English.pm op.c t/lib/english.t
34036 ____________________________________________________________________________
34037 [  6351] By: gsar                                  on 2000/07/11  17:50:10
34038         Log: skip integrate of problematic change#6223 from cfgperl into mainline
34039      Branch: perl
34040           !> doio.c
34041 ____________________________________________________________________________
34042 [  6350] By: gsar                                  on 2000/07/11  17:48:28
34043         Log: integrate cfgperl changes#6220..6222 into mainline
34044      Branch: perl
34045           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
34046           !> toke.c utf8.c win32/win32.h
34047 ____________________________________________________________________________
34048 [  6349] By: gsar                                  on 2000/07/11  17:46:13
34049         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
34050              mainline
34051      Branch: perl
34052           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
34053           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
34054           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
34055 ____________________________________________________________________________
34056 [  6348] By: jhi                                   on 2000/07/11  17:45:49
34057         Log: README.posix-bc podified from Thomas Dorner.
34058      Branch: cfgperl
34059            ! README.posix-bc
34060 ____________________________________________________________________________
34061 [  6347] By: gsar                                  on 2000/07/11  17:42:04
34062         Log: integrate cfgperl change#6217 into mainline
34063      Branch: perl
34064           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
34065           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
34066           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
34067 ____________________________________________________________________________
34068 [  6346] By: gsar                                  on 2000/07/11  17:39:37
34069         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
34070              mainline
34071      Branch: perl
34072           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
34073           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
34074           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
34075           !> perlapi.h pod/perlapi.pod
34076 ____________________________________________________________________________
34077 [  6345] By: gsar                                  on 2000/07/11  17:36:42
34078         Log: integrate cfgperl changes#6207..6210 into mainline
34079      Branch: perl
34080           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
34081           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
34082 ____________________________________________________________________________
34083 [  6344] By: gsar                                  on 2000/07/11  17:31:20
34084         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
34085              mainline
34086      Branch: perl
34087           !> (integrate 40 files)
34088 ____________________________________________________________________________
34089 [  6343] By: gsar                                  on 2000/07/11  17:19:08
34090         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
34091      Branch: perl
34092           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
34093            ! Changes
34094           !> (integrate 34 files)
34095 ____________________________________________________________________________
34096 [  6342] By: jhi                                   on 2000/07/11  16:05:48
34097         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
34098              To: perl5-porters@perl.org
34099              From: Karsten Sperling <spiff@phreax.net>
34100              Date: Mon, 10 Jul 2000 15:12:52 +0200
34101              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
34102      Branch: cfgperl
34103            ! lib/Symbol.pm
34104 ____________________________________________________________________________
34105 [  6341] By: jhi                                   on 2000/07/11  15:59:23
34106         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
34107              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
34108              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
34109              Date: Fri, 07 Jul 2000 17:57:16 +0100
34110      Branch: cfgperl
34111            ! pp_hot.c
34112 ____________________________________________________________________________
34113 [  6340] By: jhi                                   on 2000/07/11  15:55:47
34114         Log: Subject: Re: format bug report  [Patch]
34115              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
34116              Date: Wed, 05 Jul 2000 13:12:52 +0200
34117              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
34118              
34119              Subject: Re: format bug report  [Patch]
34120              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
34121              Date: Wed, 05 Jul 2000 14:10:01 +0200
34122              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
34123      Branch: cfgperl
34124            ! t/op/write.t toke.c
34125 ____________________________________________________________________________
34126 [  6339] By: jhi                                   on 2000/07/11  13:54:09
34127         Log: Be less forgiving about ambiguous and illegal tr ranges.
34128              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
34129              From: Mark-Jason Dominus <mjd@plover.com>
34130              Date: Tue, 04 Jul 2000 10:00:12 -0400
34131              Message-ID: <20000704140012.17772.qmail@plover.com>
34132              
34133              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
34134              From: Mark-Jason Dominus <mjd@plover.com>
34135              Date: Wed, 05 Jul 2000 09:37:36 -0400
34136              Message-ID: <20000705133736.27293.qmail@plover.com>
34137      Branch: cfgperl
34138            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
34139 ____________________________________________________________________________
34140 [  6338] By: jhi                                   on 2000/07/11  13:31:24
34141         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
34142              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
34143              Date: Tue, 11 Jul 2000 13:50:51 +0100
34144              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
34145      Branch: cfgperl
34146            ! sv.c
34147 ____________________________________________________________________________
34148 [  6337] By: jhi                                   on 2000/07/11  13:29:14
34149         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
34150              From: Hugo <hv@crypt.compulink.co.uk>
34151              Date: Tue, 11 Jul 2000 12:44:50 +0100
34152              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
34153      Branch: cfgperl
34154            ! regexec.c t/op/re_tests
34155 ____________________________________________________________________________
34156 [  6336] By: jhi                                   on 2000/07/11  13:26:47
34157         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
34158              From: simon@brecon.co.uk (Simon Cozens)
34159              Date: 7 Jul 2000 11:26:09 GMT
34160              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
34161      Branch: cfgperl
34162            ! mg.c
34163 ____________________________________________________________________________
34164 [  6335] By: jhi                                   on 2000/07/11  13:23:37
34165         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
34166              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
34167              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
34168              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
34169      Branch: cfgperl
34170            + ext/DynaLoader/hints/netbsd.pl
34171            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
34172 ____________________________________________________________________________
34173 [  6334] By: jhi                                   on 2000/07/11  13:20:38
34174         Log: Subject: PATCH perlguts.pod: Document D and d magic types
34175              From: mjd@plover.com
34176              Date: 5 Jul 2000 18:01:51 -0000
34177              Message-ID: <20000705180151.29413.qmail@plover.com>
34178      Branch: cfgperl
34179            ! pod/perlguts.pod
34180 ____________________________________________________________________________
34181 [  6333] By: jhi                                   on 2000/07/11  13:15:51
34182         Log: Precedence goof, fix based on
34183              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
34184              From: Hugo <hv@crypt.compulink.co.uk>
34185              Date: Tue, 11 Jul 2000 12:52:38 +0100
34186              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
34187      Branch: cfgperl
34188            ! t/op/taint.t
34189 ____________________________________________________________________________
34190 [  6332] By: jhi                                   on 2000/07/11  12:40:17
34191         Log: Integrate with Sarathy.
34192      Branch: cfgperl
34193           !> win32/win32sck.c
34194 ____________________________________________________________________________
34195 [  6331] By: jhi                                   on 2000/07/10  20:14:16
34196         Log: Sprinkle ldlibpath.
34197      Branch: cfgperl
34198            ! pod/Makefile.SH
34199 ____________________________________________________________________________
34200 [  6330] By: jhi                                   on 2000/07/10  17:54:49
34201         Log: More POSIX.pod tweaks.
34202      Branch: cfgperl
34203            ! ext/POSIX/POSIX.pod
34204 ____________________________________________________________________________
34205 [  6329] By: jhi                                   on 2000/07/10  14:02:12
34206         Log: Reorder perl.pod once more.
34207      Branch: cfgperl
34208            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
34209 ____________________________________________________________________________
34210 [  6328] By: gsar                                  on 2000/07/10  07:06:00
34211         Log: accept() leaks memory on windows due to incorrect ordering of
34212              closesocket() and fclose() calls
34213      Branch: perl
34214            ! win32/win32sck.c
34215 ____________________________________________________________________________
34216 [  6327] By: gsar                                  on 2000/07/10  06:49:17
34217         Log: winsock options weren't being set in all threads under ithreads
34218              (caused send()s from second and subsequent threads to fail)
34219      Branch: perl
34220            ! win32/win32sck.c
34221 ____________________________________________________________________________
34222 [  6326] By: jhi                                   on 2000/07/08  02:45:40
34223         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
34224              was cast to an unsigned (32-bit) integer with wild abandon.
34225      Branch: cfgperl
34226            ! ext/Devel/DProf/DProf.xs
34227 ____________________________________________________________________________
34228 [  6325] By: jhi                                   on 2000/07/07  18:50:33
34229         Log: Remove perlbook, update perlfaq book listing,
34230              rearrange perl.pod, regenerate perltoc.
34231      Branch: cfgperl
34232            - pod/perlbook.pod
34233            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
34234            ! pod/perlfaq2.pod pod/perltoc.pod
34235 ____________________________________________________________________________
34236 [  6324] By: jhi                                   on 2000/07/07  14:03:40
34237         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
34238      Branch: cfgperl
34239            ! sv.h toke.c
34240 ____________________________________________________________________________
34241 [  6323] By: jhi                                   on 2000/07/06  16:03:55
34242         Log: Fix complaints of buildtoc.
34243      Branch: cfgperl
34244            + lib/Win32.pod
34245            - pod/Win32.pod
34246            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
34247 ____________________________________________________________________________
34248 [  6322] By: jhi                                   on 2000/07/06  15:15:52
34249         Log: Add =head1 NAMEs so that buildtoc is happy.
34250              (The CGI::Util nit reported to Lincoln.)
34251      Branch: cfgperl
34252            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
34253            ! pod/perltoc.pod
34254 ____________________________________________________________________________
34255 [  6321] By: jhi                                   on 2000/07/06  03:16:04
34256         Log: Config is being used.
34257      Branch: cfgperl
34258            ! t/op/method.t
34259 ____________________________________________________________________________
34260 [  6320] By: jhi                                   on 2000/07/06  03:13:13
34261         Log: Integrate with Sarathy.
34262      Branch: cfgperl
34263           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
34264 ____________________________________________________________________________
34265 [  6319] By: jhi                                   on 2000/07/06  03:11:46
34266         Log: Autogenerate pod/Makefile and pod/buildtoc.
34267              buildtoc also checks whether the existin pods are
34268              mentioned in MANIFEST and perl.pod, and vice versa.
34269              (None of the thusly found discrepancies fixed yet.)
34270              roffitall also needs to be autogenerated similarly but it
34271              seems so badly out of date that I didn't touch it yet.
34272      Branch: cfgperl
34273            + pod/Makefile.SH pod/buildtoc.PL
34274            - pod/Makefile pod/buildtoc
34275            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
34276 ____________________________________________________________________________
34277 [  6318] By: gsar                                  on 2000/07/05  22:10:54
34278         Log: fix UNC path handling on Windows under ithreads, and chdir()
34279              return value when given a non-existent directory
34280      Branch: perl
34281            ! win32/vdir.h
34282 ____________________________________________________________________________
34283 [  6317] By: gsar                                  on 2000/07/05  22:08:19
34284         Log: winsock cleanup never done on Windows (leads to handle leaks)
34285      Branch: perl
34286            ! win32/perllib.c win32/win32sck.c
34287 ____________________________________________________________________________
34288 [  6316] By: gsar                                  on 2000/07/05  22:06:19
34289         Log: some debugger output does not go to the socket when RemotePort is set
34290      Branch: perl
34291            ! lib/perl5db.pl
34292 ____________________________________________________________________________
34293 [  6315] By: jhi                                   on 2000/07/05  00:25:21
34294         Log: Integrate with Sarathy, preliminary fix for unicos
34295              alignment problems in [ID 20000612.002] Perl problem on Cray system.
34296      Branch: cfgperl
34297            ! sv.h
34298           !> pp_hot.c
34299 ____________________________________________________________________________
34300 [  6314] By: gsar                                  on 2000/07/04  23:34:02
34301         Log: tyop in change#6306
34302      Branch: perl
34303            ! pp_hot.c
34304 ____________________________________________________________________________
34305 [  6313] By: jhi                                   on 2000/07/04  22:14:38
34306         Log: Multiline string literals ENONPORTABLE.
34307      Branch: cfgperl
34308            ! pp_hot.c
34309 ____________________________________________________________________________
34310 [  6312] By: jhi                                   on 2000/07/04  20:34:44
34311         Log: Integrate with Sarathy.
34312      Branch: cfgperl
34313           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
34314           !> t/op/method.t
34315 ____________________________________________________________________________
34316 [  6311] By: jhi                                   on 2000/07/04  20:30:56
34317         Log: More POSIX.pod embellishment.
34318      Branch: cfgperl
34319            ! ext/POSIX/POSIX.pod
34320 ____________________________________________________________________________
34321 [  6310] By: gsar                                  on 2000/07/04  17:28:48
34322         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
34323      Branch: perl
34324            ! t/lib/b.t
34325 ____________________________________________________________________________
34326 [  6309] By: jhi                                   on 2000/07/04  17:22:18
34327         Log: The #6308 required a little bit more.
34328      Branch: cfgperl
34329            ! Makefile.SH win32/Makefile
34330 ____________________________________________________________________________
34331 [  6308] By: jhi                                   on 2000/07/04  16:35:24
34332         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
34333      Branch: cfgperl
34334            + lib/lib_pm.PL
34335            - lib/lib.pm.PL
34336            ! MANIFEST Makefile.SH
34337 ____________________________________________________________________________
34338 [  6307] By: jhi                                   on 2000/07/04  16:28:58
34339         Log: Win32 patches for cfgperl from Sarathy.
34340      Branch: cfgperl
34341            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
34342            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
34343            ! thread.h toke.c util.c win32/Makefile win32/win32.c
34344 ____________________________________________________________________________
34345 [  6306] By: gsar                                  on 2000/07/04  16:28:40
34346         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
34347              (from Richard Soderberg <rs@oregonnet.com>)
34348      Branch: perl
34349            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
34350 ____________________________________________________________________________
34351 [  6305] By: jhi                                   on 2000/07/04  16:24:24
34352         Log: Integrate with Sarathy.
34353      Branch: cfgperl
34354           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
34355           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
34356           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
34357           !> proto.h win32/win32.c
34358 ____________________________________________________________________________
34359 [  6304] By: gsar                                  on 2000/07/04  16:17:24
34360         Log: missing perldiag entry for unpack("w",...) diagnostic (from
34361              Andreas Koenig)
34362      Branch: perl
34363            ! pod/perldiag.pod
34364 ____________________________________________________________________________
34365 [  6303] By: gsar                                  on 2000/07/04  16:14:44
34366         Log: remove rel2abs prototypes (from Barrie Slaymaker)
34367      Branch: perl
34368            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
34369            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
34370 ____________________________________________________________________________
34371 [  6302] By: gsar                                  on 2000/07/04  04:59:35
34372         Log: adjust change#6299
34373      Branch: perl
34374            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
34375            ! win32/win32.c
34376 ____________________________________________________________________________
34377 [  6301] By: jhi                                   on 2000/07/04  04:50:07
34378         Log: Integrate with Sarathy.
34379      Branch: cfgperl
34380           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
34381           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
34382           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
34383 ____________________________________________________________________________
34384 [  6300] By: gsar                                  on 2000/07/04  04:42:09
34385         Log: PERL_OBJECT build tweak
34386      Branch: perl
34387            ! perl.h
34388 ____________________________________________________________________________
34389 [  6299] By: gsar                                  on 2000/07/04  04:37:00
34390         Log: fix memory leak on Windows (PL_sys_intern contents were never
34391              freed)
34392      Branch: perl
34393            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
34394            ! perlapi.c proto.h win32/win32.c
34395 ____________________________________________________________________________
34396 [  6298] By: gsar                                  on 2000/07/04  04:15:59
34397         Log: fix large memory leak that has been around for ever, masked by
34398              -DPURIFY (most of the arenas were never freed!)
34399      Branch: perl
34400            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
34401 ____________________________________________________________________________
34402 [  6297] By: gsar                                  on 2000/07/04  04:07:46
34403         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
34404      Branch: perl
34405            ! perl.c
34406 ____________________________________________________________________________
34407 [  6296] By: jhi                                   on 2000/06/30  18:28:37
34408         Log: Elaborate POSIX.pod.  Still needs work.
34409      Branch: cfgperl
34410            ! ext/POSIX/POSIX.pod
34411 ____________________________________________________________________________
34412 [  6295] By: jhi                                   on 2000/06/30  14:58:18
34413         Log: Point to perlipc for more SysV IPC examples.
34414      Branch: cfgperl
34415            ! pod/perlfunc.pod
34416 ____________________________________________________________________________
34417 [  6294] By: gsar                                  on 2000/06/30  14:47:45
34418         Log: slurp mode fix in change#4736 still not quite right
34419      Branch: perl
34420            ! pp_hot.c t/io/argv.t
34421 ____________________________________________________________________________
34422 [  6293] By: jhi                                   on 2000/06/30  12:02:55
34423         Log: Integrate with Sarathy.
34424      Branch: cfgperl
34425           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
34426 ____________________________________________________________________________
34427 [  6292] By: jhi                                   on 2000/06/30  12:01:11
34428         Log: From: simon@brecon.co.uk (Simon Cozens)
34429              Subject: UTF8 concat
34430              Date: 30 Jun 2000 06:13:25 GMT
34431              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
34432      Branch: cfgperl
34433            ! pp_hot.c
34434 ____________________________________________________________________________
34435 [  6291] By: gsar                                  on 2000/06/30  04:37:33
34436         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
34437              when @_ is modified, causing coredumps
34438      Branch: perl
34439            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
34440 ____________________________________________________________________________
34441 [  6290] By: jhi                                   on 2000/06/30  02:21:44
34442         Log: Integrate with Sarathy.
34443      Branch: cfgperl
34444           !> vms/vms.c vms/vmsish.h
34445 ____________________________________________________________________________
34446 [  6289] By: jhi                                   on 2000/06/30  02:21:02
34447         Log: Check VERSIONs.
34448      Branch: cfgperl
34449            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
34450            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
34451            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
34452 ____________________________________________________________________________
34453 [  6288] By: jhi                                   on 2000/06/30  02:18:52
34454         Log: Integrate with Sarathy.
34455      Branch: cfgperl
34456           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
34457           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
34458           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
34459           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
34460 ____________________________________________________________________________
34461 [  6287] By: gsar                                  on 2000/06/30  02:17:08
34462         Log: integrate vmsperl changes into mainline
34463      Branch: perl
34464           !> vms/vms.c vms/vmsish.h
34465 ____________________________________________________________________________
34466 [  6285] By: gsar                                  on 2000/06/30  02:05:28
34467         Log: localize %INC in a Safe compartment so that use/require work
34468              (many other magic globals probably need similar treatment)
34469      Branch: perl
34470            ! ext/Opcode/Opcode.xs
34471 ____________________________________________________________________________
34472 [  6284] By: gsar                                  on 2000/06/30  01:54:54
34473         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
34474              about Windows
34475      Branch: perl
34476            ! pod/perlembed.pod
34477 ____________________________________________________________________________
34478 [  6283] By: jhi                                   on 2000/06/30  01:50:10
34479         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
34480              From: Barrie Slaymaker <barries@jester.slaysys.com>
34481              Date: Wed, 28 Jun 2000 11:35:29 -0400
34482              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
34483      Branch: perl
34484            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
34485            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
34486            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
34487            ! lib/File/Spec/Win32.pm
34488 ____________________________________________________________________________
34489 [  6282] By: jhi                                   on 2000/06/29  22:57:22
34490         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
34491              From: Dan Sugalski <dan@sidhe.org>
34492              Date: Tue, 06 Jun 2000 11:59:50 -0400
34493              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
34494      Branch: cfgperl
34495            ! vms/vms.c
34496 ____________________________________________________________________________
34497 [  6281] By: jhi                                   on 2000/06/29  22:52:50
34498         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
34499              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
34500              Date: Wed, 7 Jun 2000 04:02:04 -0500
34501              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
34502      Branch: cfgperl
34503            ! utils/h2xs.PL
34504 ____________________________________________________________________________
34505 [  6280] By: jhi                                   on 2000/06/29  22:45:47
34506         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
34507              From: rspier@pobox.com (Robert Spier)
34508              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
34509              Message-ID: <14654.31913.845602.610277@rls.cx>
34510      Branch: cfgperl
34511            ! utils/h2xs.PL
34512 ____________________________________________________________________________
34513 [  6279] By: jhi                                   on 2000/06/29  22:38:16
34514         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
34515              From: Tim Ayers <tayers@bridge.com>
34516              Date: Thu, 08 Jun 2000 08:11:06 +0200
34517              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
34518              [resent by Richard Foley, Message-Id probably wrong]
34519      Branch: cfgperl
34520            ! pod/perlsub.pod
34521 ____________________________________________________________________________
34522 [  6278] By: jhi                                   on 2000/06/29  22:21:45
34523         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
34524              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
34525              Date: Fri, 09 Jun 2000 12:39:27 -0400
34526              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
34527              (plus update the version "number" of Text::Wrap)
34528      Branch: cfgperl
34529            ! lib/Text/Wrap.pm
34530 ____________________________________________________________________________
34531 [  6277] By: jhi                                   on 2000/06/29  22:13:10
34532         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
34533              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
34534              Date: Mon, 12 Jun 2000 14:55:59 +0100
34535              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
34536      Branch: cfgperl
34537            ! pod/perlfunc.pod
34538 ____________________________________________________________________________
34539 [  6276] By: jhi                                   on 2000/06/29  22:11:06
34540         Log: Subject: [PATCH] Re: eval documentation: context
34541              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
34542              Date: Mon, 12 Jun 2000 15:07:29 +0100
34543              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
34544      Branch: cfgperl
34545            ! pod/perlfunc.pod
34546 ____________________________________________________________________________
34547 [  6275] By: jhi                                   on 2000/06/29  21:59:46
34548         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
34549              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
34550              Date: Tue, 13 Jun 2000 02:43:48 -0500
34551              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
34552      Branch: cfgperl
34553            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
34554 ____________________________________________________________________________
34555 [  6274] By: jhi                                   on 2000/06/29  21:56:14
34556         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
34557              From: Andy Dougherty <doughera@lafayette.edu>
34558              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
34559              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
34560      Branch: cfgperl
34561            ! ext/File/Glob/Glob.pm
34562 ____________________________________________________________________________
34563 [  6273] By: jhi                                   on 2000/06/29  21:49:09
34564         Log: Subject: [PATCH] xsub attributes
34565              From: Doug MacEachern <dougm@covalent.net>
34566              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
34567              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
34568      Branch: cfgperl
34569            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
34570            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
34571 ____________________________________________________________________________
34572 [  6272] By: jhi                                   on 2000/06/29  21:41:28
34573         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
34574              From: Tom Phoenix <rootbeer@redcat.com>
34575              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
34576              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
34577      Branch: cfgperl
34578            ! lib/Net/Ping.pm
34579 ____________________________________________________________________________
34580 [  6271] By: jhi                                   on 2000/06/29  21:36:55
34581         Log: Subject: PATCH pod/perltie.pod
34582              From: Ian Phillipps <Ian.Phillipps@iname.com>
34583              Date: Fri, 16 Jun 2000 00:17:19 +0100
34584              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
34585              (only the first hunk, the second hunk had already been done
34586              by some other patch)
34587      Branch: cfgperl
34588            ! pod/perltie.pod
34589 ____________________________________________________________________________
34590 [  6270] By: jhi                                   on 2000/06/29  21:24:51
34591         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
34592              From: Nicholas Clark <nick@talking.bollo.cx>
34593              Date: Fri, 23 Jun 2000 16:21:15 +0100
34594              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
34595      Branch: cfgperl
34596            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
34597            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
34598 ____________________________________________________________________________
34599 [  6269] By: jhi                                   on 2000/06/29  19:38:15
34600         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
34601              silence few compiler warnings.
34602      Branch: cfgperl
34603            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
34604 ____________________________________________________________________________
34605 [  6268] By: jhi                                   on 2000/06/29  18:21:50
34606         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
34607              From: Dominic Dunlop <domo@computer.org> 
34608              Date: Thu, 29 Jun 2000 12:32:39 +0200 
34609              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
34610      Branch: cfgperl
34611            ! t/op/sprintf.t
34612 ____________________________________________________________________________
34613 [  6267] By: jhi                                   on 2000/06/29  18:16:07
34614         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
34615              From: Doug MacEachern <dougm@covalent.net>
34616              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
34617              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
34618      Branch: cfgperl
34619            + t/op/method2entersub.t
34620            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
34621            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
34622            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
34623            ! xsutils.c
34624 ____________________________________________________________________________
34625 [  6266] By: jhi                                   on 2000/06/29  15:11:15
34626         Log: Subject: [PATCH 5.6.0] cygwin port
34627              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
34628              From: "Fifer, Eric" <EFifer@sanwaint.com>
34629              Date: Thu, 29 Jun 2000 12:58:29 +0100
34630      Branch: cfgperl
34631            ! cygwin/Makefile.SHs
34632 ____________________________________________________________________________
34633 [  6265] By: jhi                                   on 2000/06/29  15:04:05
34634         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
34635              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
34636              Date: Wed, 28 Jun 2000 17:50:12 -0700
34637              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
34638      Branch: cfgperl
34639            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
34640 ____________________________________________________________________________
34641 [  6264] By: jhi                                   on 2000/06/29  15:00:57
34642         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
34643              From: Marty Lucich <marty@netcom.com>
34644              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
34645              Message-Id: <200006282116.OAA11148@netcom.com>
34646              ccdlflags update (the BSD/OS 4.1 part had already been taken
34647              care of by #6141).
34648      Branch: cfgperl
34649            ! hints/bsdos.sh
34650 ____________________________________________________________________________
34651 [  6263] By: jhi                                   on 2000/06/29  13:47:44
34652         Log: tr fixes from Simon Cozens
34653      Branch: cfgperl
34654            ! doop.c
34655 ____________________________________________________________________________
34656 [  6262] By: jhi                                   on 2000/06/28  18:46:01
34657         Log: Subject: 5.6.0 Patch for EPOC
34658              From: Olaf Flebbe <o.flebbe@gmx.de>
34659              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
34660              Message-ID: <23449.960929969@www11.gmx.net>
34661      Branch: cfgperl
34662            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
34663            ! epoc/epocish.h
34664 ____________________________________________________________________________
34665 [  6261] By: jhi                                   on 2000/06/28  18:29:07
34666         Log: Subject: Re: [PATCH cfgperl] BOMs away!
34667              From: simon@brecon.co.uk (Simon Cozens)
34668              Date: 17 Jun 2000 11:49:57 GMT
34669              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
34670      Branch: cfgperl
34671            ! pod/perldiag.pod t/comp/require.t toke.c
34672 ____________________________________________________________________________
34673 [  6260] By: jhi                                   on 2000/06/28  17:47:16
34674         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
34675              From: simon@brecon.co.uk (Simon Cozens) 
34676              Date: 17 Jun 2000 11:56:44 GMT 
34677              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
34678              pack U0, pack C0
34679      Branch: cfgperl
34680            ! pod/perlfunc.pod pp.c t/op/pack.t
34681 ____________________________________________________________________________
34682 [  6259] By: jhi                                   on 2000/06/28  16:43:17
34683         Log: perlnewmod was missing from MANIFEST.
34684      Branch: cfgperl
34685            ! MANIFEST
34686 ____________________________________________________________________________
34687 [  6258] By: jhi                                   on 2000/06/28  15:54:30
34688         Log: linenumber tweak
34689      Branch: cfgperl
34690            ! t/pragma/warn/regcomp
34691 ____________________________________________________________________________
34692 [  6257] By: jhi                                   on 2000/06/28  15:50:44
34693         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
34694              From: Doug MacEachern <dougm@covalent.net>
34695              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
34696              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
34697              (one part of the patch had been applied earlier)
34698      Branch: cfgperl
34699            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
34700 ____________________________________________________________________________
34701 [  6256] By: jhi                                   on 2000/06/28  15:40:22
34702         Log: tweaks from Simon Cozens to further fix tr/// under utf8
34703      Branch: cfgperl
34704            ! doop.c
34705 ____________________________________________________________________________
34706 [  6255] By: jhi                                   on 2000/06/28  15:33:45
34707         Log: small thinko tweaks
34708      Branch: cfgperl
34709            ! lib/IPC/Open3.pm t/op/my_stash.t
34710 ____________________________________________________________________________
34711 [  6254] By: jhi                                   on 2000/06/28  15:33:25
34712         Log: Subject: tr///, help wanted.
34713              From: simon@brecon.co.uk (Simon Cozens)
34714              Date: 28 Jun 2000 11:29:04 GMT
34715              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
34716      Branch: cfgperl
34717            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
34718            ! pp_proto.h proto.h t/op/tr.t
34719 ____________________________________________________________________________
34720 [  6253] By: jhi                                   on 2000/06/28  15:09:17
34721         Log: Paranoia tweak on #6249.
34722              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
34723              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
34724              Date: Sun, 25 Jun 2000 23:43:12 -0400
34725              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
34726      Branch: cfgperl
34727            ! lib/IPC/Open3.pm
34728 ____________________________________________________________________________
34729 [  6252] By: jhi                                   on 2000/06/28  15:01:38
34730         Log: Document #6249 and #6251.
34731      Branch: cfgperl
34732            ! lib/Exporter.pm lib/IPC/Open3.pm
34733 ____________________________________________________________________________
34734 [  6251] By: jhi                                   on 2000/06/28  14:50:43
34735         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
34736              From: Doug MacEachern <dougm@covalent.net>
34737              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
34738              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
34739      Branch: cfgperl
34740            ! lib/Exporter.pm
34741 ____________________________________________________________________________
34742 [  6250] By: jhi                                   on 2000/06/28  14:45:23
34743         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
34744              From: Doug MacEachern <dougm@covalent.net>
34745              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
34746              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
34747      Branch: cfgperl
34748            + t/op/my_stash.t
34749            ! MANIFEST embed.pl global.sym proto.h toke.c
34750 ____________________________________________________________________________
34751 [  6249] By: jhi                                   on 2000/06/28  14:36:34
34752         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
34753              From: Frank Tobin <ftobin@uiuc.edu>
34754              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
34755              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
34756      Branch: cfgperl
34757            ! lib/IPC/Open3.pm
34758 ____________________________________________________________________________
34759 [  6248] By: jhi                                   on 2000/06/28  14:11:25
34760         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
34761              From: Mark-Jason Dominus <mjd@plover.com>
34762              Date: Tue, 27 Jun 2000 22:36:42 -0400
34763              Message-ID: <20000628023642.12166.qmail@plover.com>
34764      Branch: cfgperl
34765            ! pod/perlfunc.pod
34766 ____________________________________________________________________________
34767 [  6247] By: jhi                                   on 2000/06/27  12:46:37
34768         Log: Tweak $VERSION, patch from Doug MacEachern.
34769      Branch: cfgperl
34770            ! lib/File/Spec.pm
34771 ____________________________________________________________________________
34772 [  6246] By: jhi                                   on 2000/06/27  03:34:46
34773         Log: Allow for standalone testing.
34774      Branch: cfgperl
34775            ! t/lib/filefunc.t t/lib/filespec.t
34776 ____________________________________________________________________________
34777 [  6245] By: jhi                                   on 2000/06/27  02:50:02
34778         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
34779              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
34780              Date: Sat, 24 Jun 2000 13:06:20 +0100
34781              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
34782      Branch: cfgperl
34783            ! ext/DynaLoader/DynaLoader_pm.PL
34784 ____________________________________________________________________________
34785 [  6244] By: jhi                                   on 2000/06/27  02:46:10
34786         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
34787              From: Doug MacEachern <dougm@covalent.net>
34788              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
34789              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
34790      Branch: cfgperl
34791            ! gv.c sv.c t/lib/peek.t
34792 ____________________________________________________________________________
34793 [  6243] By: jhi                                   on 2000/06/27  02:38:07
34794         Log: Subject: [PATCH] is_utf8_string
34795              From: simon@brecon.co.uk (Simon Cozens)
34796              Date: 26 Jun 2000 02:25:59 GMT
34797              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
34798      Branch: cfgperl
34799            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
34800            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
34801            ! proto.h utf8.c
34802 ____________________________________________________________________________
34803 [  6242] By: jhi                                   on 2000/06/27  02:24:00
34804         Log: Subject: [PATCH] bytes<->utf8 fixes
34805              From: simon@brecon.co.uk (Simon Cozens)
34806              Date: 26 Jun 2000 04:55:45 GMT
34807              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
34808      Branch: cfgperl
34809            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
34810 ____________________________________________________________________________
34811 [  6241] By: jhi                                   on 2000/06/27  02:12:42
34812         Log: Do no -warn on \_, only on \alpha.
34813              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
34814              From: David Dyck <dcd@tc.fluke.com>
34815              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
34816              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
34817      Branch: cfgperl
34818            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
34819 ____________________________________________________________________________
34820 [  6240] By: jhi                                   on 2000/06/27  02:00:01
34821         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
34822              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
34823              Date: Mon, 26 Jun 2000 18:40:14 +0100
34824              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
34825      Branch: cfgperl
34826            ! utils/h2xs.PL
34827 ____________________________________________________________________________
34828 [  6239] By: jhi                                   on 2000/06/27  01:53:40
34829         Log: Configure maintenance.  Sever some dependency cycles,
34830              separate gccversion from the cc unit,
34831              address [ID 20000623.006] Configure script patch for using gcc on AIX
34832              (but solve it a little bit differently),
34833              unduplex some accidentally duplicated units,
34834              suggest using gcc if no cc available
34835              (p5p thread: "Solaris configure: counterproposal", 1999-09)
34836      Branch: cfgperl
34837            ! Configure Todo-5.6 config_h.SH
34838      Branch: metaconfig
34839            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
34840            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
34841      Branch: metaconfig/U/perl
34842            + gccvers.U
34843            ! d_getespwnam.U d_getprpwnam.U i_prot.U
34844 ____________________________________________________________________________
34845 [  6238] By: jhi                                   on 2000/06/25  18:04:56
34846         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
34847              From: Dan Sugalski <dan@sidhe.org>
34848              Date: Fri, 23 Jun 2000 17:00:00 -0400
34849              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
34850      Branch: cfgperl
34851            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
34852 ____________________________________________________________________________
34853 [  6237] By: jhi                                   on 2000/06/25  16:36:45
34854         Log: Tweak embed.pl, regen headers.
34855      Branch: cfgperl
34856            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
34857            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
34858            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
34859            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
34860            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
34861 ____________________________________________________________________________
34862 [  6236] By: jhi                                   on 2000/06/25  15:26:42
34863         Log: Regen headers.
34864      Branch: cfgperl
34865            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
34866            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
34867            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
34868            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
34869            ! regnodes.h warnings.h
34870 ____________________________________________________________________________
34871 [  6235] By: jhi                                   on 2000/06/23  19:39:35
34872         Log: The thread begun by
34873              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
34874              From: Kevin.Ruscoe@ubsw.com
34875              Date: Fri, 16 Jun 2000 16:38:51 +0100
34876              Message-Id: <H000019b03c300d6@MHS>
34877      Branch: cfgperl
34878            ! hints/solaris_2.sh
34879 ____________________________________________________________________________
34880 [  6234] By: jhi                                   on 2000/06/23  19:23:36
34881         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
34882              because when run as services (Win32ese for daemons)
34883              no environment variables are set and tmpdir ends up as /tmp,
34884              which is ambiguous.
34885              
34886              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
34887              From: matt@sergeant.org
34888              Date: 16 Jun 2000 16:30:43 -0000
34889              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
34890      Branch: cfgperl
34891            ! lib/File/Spec/Win32.pm
34892 ____________________________________________________________________________
34893 [  6233] By: jhi                                   on 2000/06/23  19:18:58
34894         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
34895              From: Mark-Jason Dominus <mjd@plover.com>
34896              Date: Fri, 16 Jun 2000 20:53:04 -0400
34897              Message-ID: <20000617005304.8008.qmail@plover.com>
34898      Branch: cfgperl
34899            ! op.h
34900 ____________________________________________________________________________
34901 [  6232] By: jhi                                   on 2000/06/23  16:10:02
34902         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
34903              From: simon@brecon.co.uk (Simon Cozens)
34904              Date: 19 Jun 2000 15:18:27 GMT
34905              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
34906              
34907              plus update pod/Makefile and regenerate perltoc
34908      Branch: cfgperl
34909            + pod/perlutil.pod
34910            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
34911 ____________________________________________________________________________
34912 [  6231] By: jhi                                   on 2000/06/23  15:19:18
34913         Log: Subject: [PATCH 5.6.0] cygwin port
34914              From: "Fifer, Eric" <EFifer@sanwaint.com>
34915              Date: Tue, 20 Jun 2000 14:30:58 +0100
34916              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
34917      Branch: cfgperl
34918            ! README.cygwin lib/File/Find.pm
34919 ____________________________________________________________________________
34920 [  6230] By: jhi                                   on 2000/06/23  14:25:21
34921         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
34922      Branch: cfgperl
34923            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
34924            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
34925            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
34926            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
34927 ____________________________________________________________________________
34928 [  6229] By: jhi                                   on 2000/06/23  14:13:34
34929         Log: Subject: README.hpux version 0.6.1
34930              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
34931              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
34932              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
34933      Branch: cfgperl
34934            ! README.hpux
34935 ____________________________________________________________________________
34936 [  6228] By: jhi                                   on 2000/06/23  14:07:20
34937         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
34938              From: Doug MacEachern <dougm@covalent.net>
34939              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
34940              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
34941      Branch: cfgperl
34942            ! op.c
34943 ____________________________________________________________________________
34944 [  6227] By: jhi                                   on 2000/06/23  14:01:06
34945         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
34946              From: Doug MacEachern <dougm@covalent.net>
34947              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
34948              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
34949      Branch: cfgperl
34950            + lib/lib.pm.PL
34951            - lib/lib.pm
34952            ! MANIFEST Makefile.SH
34953 ____________________________________________________________________________
34954 [  6226] By: jhi                                   on 2000/06/23  13:53:07
34955         Log: Subject: [PATCH] remove forward declarations in Socket.pm
34956              From: Doug MacEachern <dougm@covalent.net>
34957              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
34958              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
34959              
34960              From: Doug MacEachern <dougm@covalent.net>
34961              Subject: Re: [PATCH] remove forward declarations in Socket.pm
34962              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
34963              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
34964      Branch: cfgperl
34965            ! ext/Socket/Socket.pm op.c
34966 ____________________________________________________________________________
34967 [  6225] By: jhi                                   on 2000/06/23  13:41:52
34968         Log: Add source code filenames to apidoc.
34969              From: simon@brecon.co.uk (Simon Cozens)
34970              Subject: [PATCH embed.pl] Source X-ref
34971              Date: 22 Jun 2000 02:18:49 GMT
34972              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
34973      Branch: cfgperl
34974            ! embed.pl
34975 ____________________________________________________________________________
34976 [  6224] By: jhi                                   on 2000/06/23  13:32:33
34977         Log: A way to avoid English.pm performance hit.
34978              From: root <root@jester.slaysys.com>
34979              Subject: [YAPATCH English.pm] My turn to putt again
34980              Date: Thu, 22 Jun 2000 20:33:58 -0400
34981              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
34982      Branch: cfgperl
34983            ! lib/English.pm t/lib/english.t
34984 ____________________________________________________________________________
34985 [  6223] By: jhi                                   on 2000/06/23  13:27:06
34986         Log: Avoid double close().
34987              Subject: [PATCH] avoid double close()
34988              From: Doug MacEachern <dougm@covalent.net>
34989              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
34990              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
34991      Branch: cfgperl
34992            ! doio.c
34993 ____________________________________________________________________________
34994 [  6222] By: jhi                                   on 2000/06/23  13:25:54
34995         Log: doc typo fix
34996              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
34997              From: Ian Phillipps <Ian.Phillipps@iname.com>
34998              Date: Fri, 23 Jun 2000 10:40:58 +0100
34999              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
35000      Branch: cfgperl
35001            ! lib/Pod/Usage.pm
35002 ____________________________________________________________________________
35003 [  6221] By: jhi                                   on 2000/06/23  13:24:15
35004         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
35005              From: simon@brecon.co.uk (Simon Cozens)
35006              Subject: [PATCH] Eliminate tr///[CU][CU]
35007              Date: 23 Jun 2000 11:05:40 GMT
35008              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
35009      Branch: cfgperl
35010            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
35011 ____________________________________________________________________________
35012 [  6220] By: jhi                                   on 2000/06/22  16:07:51
35013         Log: Win32 patches from Benjamin Stuhl.
35014      Branch: cfgperl
35015            ! makedef.pl win32/win32.h
35016 ____________________________________________________________________________
35017 [  6219] By: jhi                                   on 2000/06/22  16:06:34
35018         Log: Bytecode patches from Benjamin Stuhl.
35019      Branch: cfgperl
35020            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
35021            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
35022            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
35023 ____________________________________________________________________________
35024 [  6218] By: jhi                                   on 2000/06/15  23:54:16
35025         Log: Bytecode patches from Benjamin Stuhl.
35026      Branch: cfgperl
35027            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
35028 ____________________________________________________________________________
35029 [  6217] By: jhi                                   on 2000/06/09  13:38:29
35030         Log: Rename the fdpid locking and integrate with Sarathy.
35031      Branch: cfgperl
35032            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
35033            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
35034            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
35035            ! win32/win32.c
35036           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
35037 ____________________________________________________________________________
35038 [  6216] By: gsar                                  on 2000/06/08  14:54:21
35039         Log: be more optimal about clearing @_
35040      Branch: perl
35041            ! cop.h
35042 ____________________________________________________________________________
35043 [  6215] By: gsar                                  on 2000/06/08  14:33:04
35044         Log: tweak comment about @DB::args
35045      Branch: perl
35046            ! av.h pp_ctl.c
35047 ____________________________________________________________________________
35048 [  6214] By: gsar                                  on 2000/06/08  13:57:54
35049         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
35050              caller() wants to populate @DB::args with it (causes a coredump
35051              in Carp::confess())
35052      Branch: perl
35053            ! cop.h t/op/runlevel.t
35054 ____________________________________________________________________________
35055 [  6213] By: gsar                                  on 2000/06/08  07:06:35
35056         Log: back out change#6106 (seems problematic)
35057      Branch: perl
35058            ! hints/solaris_2.sh
35059 ____________________________________________________________________________
35060 [  6212] By: jhi                                   on 2000/06/07  03:10:36
35061         Log: Continuing mopup for #6204.
35062      Branch: cfgperl
35063            ! ext/B/defsubs_h.PL
35064 ____________________________________________________________________________
35065 [  6211] By: jhi                                   on 2000/06/07  02:41:50
35066         Log: Mopup for #6204.
35067              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
35068              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
35069              This is comes from const() where POK isn't on when expected.
35070      Branch: cfgperl
35071            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
35072            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
35073            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
35074            ! perlapi.h pod/perlapi.pod
35075 ____________________________________________________________________________
35076 [  6210] By: jhi                                   on 2000/06/07  01:56:29
35077         Log: Mopup for #6207 and #6209.
35078      Branch: cfgperl
35079            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
35080 ____________________________________________________________________________
35081 [  6209] By: jhi                                   on 2000/06/07  01:33:12
35082         Log: Lock PL_fdpid against race conditions, based on:
35083              Subject: [PATCH 5.6.0]subprocess fixup for threads
35084              From: Dan Sugalski <dan@sidhe.org>
35085              To: perl5-porters@perl.org
35086              Date: Tue, 11 Apr 2000 17:02:32 -0400
35087              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
35088      Branch: cfgperl
35089            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
35090            ! win32/win32.c
35091 ____________________________________________________________________________
35092 [  6208] By: jhi                                   on 2000/06/07  01:05:23
35093         Log: Regen headers for #6207.
35094      Branch: cfgperl
35095            ! embed.h global.sym objXSUB.h proto.h
35096 ____________________________________________________________________________
35097 [  6207] By: jhi                                   on 2000/06/06  23:43:13
35098         Log: Subject: [PATCH 5.6.0] Threadsafe patches
35099              From: Dan Sugalski <dan@sidhe.org>
35100              To: perl5-porters@perl.org
35101              Date: Mon, 08 May 2000 18:08:13 -0400
35102              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
35103      Branch: cfgperl
35104            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
35105            ! proto.h sv.h util.c
35106 ____________________________________________________________________________
35107 [  6206] By: jhi                                   on 2000/06/06  23:21:23
35108         Log: Subject: [PATCH] Eliminate $a/$b in pod
35109              From: David Glasser <me@davidglasser.net>
35110              To: perl5-porters@perl.org
35111              Date: Mon, 29 May 2000 21:15:59 -0400
35112              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
35113      Branch: cfgperl
35114            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
35115            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
35116            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
35117            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
35118            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
35119            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
35120            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
35121            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
35122            ! pod/perlvar.pod pod/perlxs.pod
35123 ____________________________________________________________________________
35124 [  6205] By: jhi                                   on 2000/06/06  23:12:14
35125         Log: Subject: [PATCH] Win32 improvements
35126              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
35127              To: gsar@activestate.com, perl5-porters@perl.org
35128              Date: Mon, 29 May 2000 17:22:24 PDT
35129              Message-ID: <20000530002224.91142.qmail@hotmail.com>
35130              (MUA had mangled many lines by wordwrapping)
35131      Branch: cfgperl
35132            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
35133 ____________________________________________________________________________
35134 [  6204] By: jhi                                   on 2000/06/06  23:01:50
35135         Log: Subject: [PATCH] B::Bytecode patches
35136              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
35137              To: gsar@activestate.com, jhi@iki.fi
35138              Cc: perl5-porters@perl.org
35139              Message-ID: <20000602202526.48694.qmail@hotmail.com>
35140              (MUA had mangled many lines by wordwrapping)
35141      Branch: cfgperl
35142            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
35143            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
35144            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
35145            ! intrpvar.h perl.c
35146 ____________________________________________________________________________
35147 [  6203] By: jhi                                   on 2000/06/06  22:32:43
35148         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
35149              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
35150              Date: Tue, 06 Jun 2000 13:07:45 -0700
35151              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
35152      Branch: cfgperl
35153            ! pod/perldiag.pod
35154 ____________________________________________________________________________
35155 [  6202] By: jhi                                   on 2000/06/06  19:38:35
35156         Log: Integrate with Sarathy.
35157      Branch: cfgperl
35158           !> perl.c
35159 ____________________________________________________________________________
35160 [  6201] By: gsar                                  on 2000/06/06  00:42:59
35161         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
35162              does a PUSHMARK that's never ever POPMARKed; in general, only
35163              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
35164              Perl_eval_[sp]v() don't because they don't take any incoming
35165              arguments (this leak has been around since the original version
35166              of perl_eval_pv() in 5.003_97e)
35167      Branch: perl
35168            ! perl.c
35169 ____________________________________________________________________________
35170 [  6200] By: jhi                                   on 2000/06/04  03:44:52
35171         Log: Update to cperl-mode.el 4.31 from
35172              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
35173              Subject: A couple of notes
35174              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35175              To: Mailing list Perl5 <perl5-porters@perl.org>
35176              Date: Sat, 3 Jun 2000 23:33:32 -0400
35177              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
35178      Branch: cfgperl
35179            ! emacs/cperl-mode.el
35180 ____________________________________________________________________________
35181 [  6199] By: jhi                                   on 2000/06/03  15:11:05
35182         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
35183              From: Dan Sugalski <dan@sidhe.org>
35184              To: perl5-porters@perl.org, vmsperl@perl.org
35185              Date: Fri, 02 Jun 2000 17:30:51 -0400
35186              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
35187      Branch: cfgperl
35188            ! vms/descrip_mms.template vms/gen_shrfls.pl
35189 ____________________________________________________________________________
35190 [  6198] By: jhi                                   on 2000/06/03  14:59:15
35191         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
35192              From: Dan Sugalski <dan@sidhe.org>
35193              To: vmsperl@perl.org, perl5-porters@perl.org
35194              Date: Fri, 02 Jun 2000 16:00:41 -0400
35195              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
35196              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
35197      Branch: cfgperl
35198            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
35199            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
35200            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
35201 ____________________________________________________________________________
35202 [  6197] By: jhi                                   on 2000/06/03  14:41:30
35203         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
35204              From: John Borwick <jhborwic@unity.ncsu.edu>
35205              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
35206              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
35207      Branch: cfgperl
35208            ! pod/perlsyn.pod
35209 ____________________________________________________________________________
35210 [  6196] By: jhi                                   on 2000/06/03  14:38:09
35211         Log: Integrate with Sarathy.
35212      Branch: cfgperl
35213           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
35214           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
35215           !> vms/perly_c.vms
35216 ____________________________________________________________________________
35217 [  6195] By: gsar                                  on 2000/06/02  22:43:13
35218         Log: fix yet another eval"" leak under USE_ITHREADS
35219      Branch: perl
35220            ! op.c
35221 ____________________________________________________________________________
35222 [  6194] By: gsar                                  on 2000/06/02  18:22:06
35223         Log: fix small eval"" memory leaks under USE_ITHREADS
35224      Branch: perl
35225            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
35226            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
35227            ! vms/perly_c.vms
35228 ____________________________________________________________________________
35229 [  6193] By: jhi                                   on 2000/06/01  13:03:56
35230         Log: Signals-be-gone for microperl.
35231      Branch: cfgperl
35232            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
35233 ____________________________________________________________________________
35234 [  6192] By: jhi                                   on 2000/06/01  12:52:02
35235         Log: Integrate with Sarathy.
35236      Branch: cfgperl
35237           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
35238           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
35239           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
35240           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
35241           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
35242           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
35243           !> t/op/vec.t utils/h2xs.PL
35244 ____________________________________________________________________________
35245 [  6191] By: gsar                                  on 2000/06/01  09:38:21
35246         Log: vec() loses numericalness (modified version of patch suggested
35247              by Robin Barker)
35248      Branch: perl
35249            ! doop.c t/op/vec.t
35250 ____________________________________________________________________________
35251 [  6190] By: gsar                                  on 2000/06/01  09:26:15
35252         Log: submit missing embed.pl change
35253      Branch: perl
35254            ! embed.pl
35255 ____________________________________________________________________________
35256 [  6189] By: gsar                                  on 2000/06/01  09:05:34
35257         Log: counting tr/// corrupts later operation (from M.J.T Guy)
35258      Branch: perl
35259            ! doop.c t/op/tr.t
35260 ____________________________________________________________________________
35261 [  6188] By: gsar                                  on 2000/06/01  08:58:39
35262         Log: h2xs tweaks
35263      Branch: perl
35264            ! utils/h2xs.PL
35265 ____________________________________________________________________________
35266 [  6187] By: gsar                                  on 2000/06/01  08:50:07
35267         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
35268              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
35269      Branch: perl
35270            + lib/Pod/LaTeX.pm
35271            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
35272            ! pod/pod2latex.PL
35273 ____________________________________________________________________________
35274 [  6186] By: gsar                                  on 2000/06/01  08:24:40
35275         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
35276              <wolfgang.laun@alcatel.at>)
35277      Branch: perl
35278            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
35279            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
35280 ____________________________________________________________________________
35281 [  6185] By: gsar                                  on 2000/06/01  08:12:00
35282         Log: remove incorrect documentation about implicit split to @_ in
35283              list context, which never really worked in perl 5 (from
35284              M.J.T. Guy)
35285      Branch: perl
35286            ! pod/perlfunc.pod pod/perltrap.pod
35287 ____________________________________________________________________________
35288 [  6184] By: gsar                                  on 2000/06/01  07:52:27
35289         Log: tweak for change#6127
35290      Branch: perl
35291            ! perl.c
35292 ____________________________________________________________________________
35293 [  6183] By: gsar                                  on 2000/06/01  07:41:02
35294         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
35295              <nick@ccl4.org>)
35296      Branch: perl
35297            + t/lib/selfloader.t
35298            ! MANIFEST lib/SelfLoader.pm
35299 ____________________________________________________________________________
35300 [  6182] By: jhi                                   on 2000/06/01  00:34:42
35301         Log: Be Cleaner Part Deux.
35302      Branch: cfgperl
35303            ! Makefile.SH
35304 ____________________________________________________________________________
35305 [  6181] By: jhi                                   on 2000/06/01  00:32:09
35306         Log: Integrate with Sarathy.
35307      Branch: cfgperl
35308           !> pp.c t/op/arith.t
35309 ____________________________________________________________________________
35310 [  6180] By: jhi                                   on 2000/06/01  00:31:13
35311         Log: microperl nits from Simon Cozens.
35312      Branch: cfgperl
35313            + uconfig.h
35314            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
35315            ! unixish.h
35316 ____________________________________________________________________________
35317 [  6179] By: gsar                                  on 2000/05/31  22:37:51
35318         Log: buggy modulus on UVs introduced by change#3378 (resulted in
35319              4063328477 % 65535 amounting to 27406, instead of 27407)
35320      Branch: perl
35321            ! pp.c t/op/arith.t
35322 ____________________________________________________________________________
35323 [  6178] By: jhi                                   on 2000/05/31  21:52:41
35324         Log: Be cleaner.
35325      Branch: cfgperl
35326            ! Makefile.SH
35327 ____________________________________________________________________________
35328 [  6177] By: jhi                                   on 2000/05/31  21:47:33
35329         Log: Substitution utf8 patch from Simon Cozens.
35330      Branch: cfgperl
35331            ! pp_hot.c
35332 ____________________________________________________________________________
35333 [  6176] By: jhi                                   on 2000/05/31  21:45:34
35334         Log: Single-quoted utf8 patch from Simon Cozens.
35335      Branch: cfgperl
35336            ! toke.c
35337 ____________________________________________________________________________
35338 [  6175] By: jhi                                   on 2000/05/31  21:40:18
35339         Log: Integrate with Sarathy.
35340      Branch: cfgperl
35341           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
35342 ____________________________________________________________________________
35343 [  6174] By: jhi                                   on 2000/05/31  21:37:31
35344         Log: microperl changes from Simon Cozens; Makefile for microperl
35345              written from scratch; few casts added as microperl compilation
35346              doesn't have all prototypes available.
35347      Branch: cfgperl
35348            + Makefile.micro README.micro Todo.micro uconfig.sh
35349            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
35350            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
35351      Branch: metaconfig
35352            + U/modified/Config_h.U
35353 ____________________________________________________________________________
35354 [  6173] By: jhi                                   on 2000/05/31  20:00:24
35355         Log: metaconfig maintenance.
35356      Branch: metaconfig
35357            + U/modified/Inhdr.U U/typedefs/inotype.U
35358      Branch: metaconfig/U/perl
35359            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
35360            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
35361 ____________________________________________________________________________
35362 [  6172] By: gsar                                  on 2000/05/31  05:05:42
35363         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
35364              (from Ilya Zakharevich)
35365      Branch: perl
35366            ! regexec.c t/op/re_tests
35367 ____________________________________________________________________________
35368 [  6171] By: gsar                                  on 2000/05/31  05:01:47
35369         Log: scalar() doesn't force scalar context when used in void context
35370              (from Simon Cozens)
35371      Branch: perl
35372            ! op.c t/op/wantarray.t
35373 ____________________________________________________________________________
35374 [  6170] By: gsar                                  on 2000/05/31  04:41:33
35375         Log: change#6142 needs tweaks to tests to work where there's no symlink()
35376              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
35377      Branch: perl
35378            ! t/lib/filefind.t
35379 ____________________________________________________________________________
35380 [  6169] By: gsar                                  on 2000/05/31  04:29:49
35381         Log: integrate cfgperl contents into mainline
35382      Branch: perl
35383           +> pod/perlmodlib.PL pod/perlnewmod.pod
35384           !> (integrate 42 files)
35385 ____________________________________________________________________________
35386 [  6168] By: jhi                                   on 2000/05/30  22:53:37
35387         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
35388      Branch: cfgperl
35389            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
35390            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
35391            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
35392            ! win32/config.bc win32/config.gc win32/config.vc
35393            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
35394            ! win32/config_h.PL win32/config_sh.PL
35395      Branch: metaconfig/U/perl
35396            ! perlxv.U
35397 ____________________________________________________________________________
35398 [  6167] By: jhi                                   on 2000/05/30  22:20:21
35399         Log: tweak todo 
35400      Branch: cfgperl
35401            ! Todo-5.6
35402 ____________________________________________________________________________
35403 [  6166] By: jhi                                   on 2000/05/30  22:11:51
35404         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
35405              in case somebody wants to write an extension for more
35406              shadow database interfaces.
35407      Branch: cfgperl
35408            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
35409            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
35410            ! vos/config.def vos/config.h vos/config_h.SH_orig
35411            ! win32/config.bc win32/config.gc win32/config.vc
35412            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
35413      Branch: metaconfig
35414            ! U/modified/Myinit.U
35415      Branch: metaconfig/U/perl
35416            + d_getespwnam.U d_getprpwnam.U i_prot.U
35417 ____________________________________________________________________________
35418 [  6165] By: jhi                                   on 2000/05/30  18:35:34
35419         Log: Integrate with Sarathy.
35420      Branch: cfgperl
35421           !> op.c
35422 ____________________________________________________________________________
35423 [  6164] By: jhi                                   on 2000/05/30  18:30:16
35424         Log: detypo
35425      Branch: cfgperl
35426            ! Configure config_h.SH
35427      Branch: metaconfig/U/perl
35428            ! perlxv.U
35429 ____________________________________________________________________________
35430 [  6163] By: gsar                                  on 2000/05/30  03:24:03
35431         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
35432      Branch: perl
35433            ! op.c
35434 ____________________________________________________________________________
35435 [  6162] By: gsar                                  on 2000/05/30  03:09:38
35436         Log: fix memory leak in method call optimization (change#3768);
35437              made C<eval "$x->foo()"> leak
35438      Branch: perl
35439            ! op.c
35440 ____________________________________________________________________________
35441 [  6161] By: jhi                                   on 2000/05/29  17:56:26
35442         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
35443              both from Simon Cozens.
35444      Branch: cfgperl
35445            + pod/perlmodlib.PL pod/perlnewmod.pod
35446            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
35447            ! pod/perlmodlib.pod pod/perltoc.pod
35448 ____________________________________________________________________________
35449 [  6160] By: jhi                                   on 2000/05/29  17:23:55
35450         Log: Changes for the File::Temp 0.08 (change #6159) test suite
35451              to fit better into the Perl distribution test framework.
35452      Branch: cfgperl
35453            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
35454            ! t/lib/ftmp-tempfile.t
35455 ____________________________________________________________________________
35456 [  6159] By: jhi                                   on 2000/05/29  16:55:36
35457         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
35458      Branch: cfgperl
35459            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
35460            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
35461 ____________________________________________________________________________
35462 [  6158] By: bailey                                on 2000/05/29  16:22:08
35463         Log: Add fallback to tmpfile for use in cases where user's relying on
35464              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
35465              Lane's patch)
35466      Branch: vmsperl
35467            ! vms/vms.c vms/vmsish.h
35468 ____________________________________________________________________________
35469 [  6157] By: jhi                                   on 2000/05/29  03:10:36
35470         Log: Regen Configure to jive with #6149.
35471      Branch: cfgperl
35472            ! Configure
35473      Branch: metaconfig
35474            ! U/modified/Getfile.U
35475 ____________________________________________________________________________
35476 [  6156] By: jhi                                   on 2000/05/29  03:01:38
35477         Log: Integrate with Sarathy.
35478      Branch: cfgperl
35479           +> ext/DynaLoader/dl_mac.xs
35480           !> (integrate 38 files)
35481 ____________________________________________________________________________
35482 [  6155] By: gsar                                  on 2000/05/28  21:15:58
35483         Log: small bug in change#6144; remove random \xA0 character that snuck
35484              in via change#6145
35485      Branch: perl
35486            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
35487 ____________________________________________________________________________
35488 [  6154] By: gsar                                  on 2000/05/28  21:04:19
35489         Log: avoid type mismatch warning
35490      Branch: perl
35491            ! perl.c
35492 ____________________________________________________________________________
35493 [  6153] By: gsar                                  on 2000/05/28  20:58:31
35494         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
35495              <nick@Bagpuss.uk.boo.com>)
35496      Branch: perl
35497            ! lib/Test/Harness.pm
35498 ____________________________________________________________________________
35499 [  6152] By: gsar                                  on 2000/05/28  20:53:42
35500         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
35501      Branch: perl
35502            ! regexec.c
35503 ____________________________________________________________________________
35504 [  6151] By: gsar                                  on 2000/05/28  20:50:28
35505         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
35506      Branch: perl
35507            ! regexec.c
35508 ____________________________________________________________________________
35509 [  6150] By: gsar                                  on 2000/05/28  20:39:58
35510         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
35511      Branch: perl
35512            ! pod/perlrequick.pod
35513 ____________________________________________________________________________
35514 [  6149] By: gsar                                  on 2000/05/28  20:35:16
35515         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
35516              <troc@netrus.net>)
35517      Branch: perl
35518            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
35519            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
35520            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
35521            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
35522 ____________________________________________________________________________
35523 [  6148] By: gsar                                  on 2000/05/28  20:21:07
35524         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
35525      Branch: perl
35526            ! lib/ExtUtils/MM_Unix.pm
35527 ____________________________________________________________________________
35528 [  6147] By: gsar                                  on 2000/05/28  20:12:41
35529         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
35530              (from Peter Prymmer)
35531      Branch: perl
35532            ! vms/subconfigure.com
35533 ____________________________________________________________________________
35534 [  6146] By: gsar                                  on 2000/05/28  20:06:15
35535         Log: doc typo
35536      Branch: perl
35537            ! lib/warnings.pm warnings.h warnings.pl
35538 ____________________________________________________________________________
35539 [  6145] By: gsar                                  on 2000/05/28  18:44:33
35540         Log: make xsubpp skip embedded pod (from Matthias Neeracher
35541              <neeri@iis.ee.ethz.ch>)
35542      Branch: perl
35543            ! lib/ExtUtils/xsubpp
35544 ____________________________________________________________________________
35545 [  6144] By: gsar                                  on 2000/05/28  18:42:49
35546         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
35547              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
35548              <neeri@iis.ee.ethz.ch>)
35549      Branch: perl
35550            ! lib/AutoSplit.pm
35551 ____________________________________________________________________________
35552 [  6143] By: gsar                                  on 2000/05/28  18:41:12
35553         Log: MacOS support, part 1 (from Matthias Neeracher
35554              <neeri@iis.ee.ethz.ch>)
35555      Branch: perl
35556            + ext/DynaLoader/dl_mac.xs
35557            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
35558            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
35559            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
35560            ! util.h
35561 ____________________________________________________________________________
35562 [  6142] By: gsar                                  on 2000/05/28  18:21:51
35563         Log: File::Find fails to chdir when chasing symlinks (from
35564              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
35565      Branch: perl
35566            ! lib/File/Find.pm t/lib/filefind.t
35567 ____________________________________________________________________________
35568 [  6141] By: jhi                                   on 2000/05/28  14:25:15
35569         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
35570              forwarded by Peter Seebach from the bsdi-users mailing list.
35571              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
35572      Branch: perl
35573            ! hints/bsdos.sh
35574 ____________________________________________________________________________
35575 [  6140] By: jhi                                   on 2000/05/28  14:11:57
35576         Log: Integrate with Sarathy.
35577      Branch: cfgperl
35578           +> (branch 30 files)
35579           !> (integrate 93 files)
35580 ____________________________________________________________________________
35581 [  6139] By: gsar                                  on 2000/05/28  10:01:48
35582         Log: revise mktables.PL for bugs and newness in Unicode 3.0
35583              (from James Bence <jbence@amgen.com>)
35584      Branch: perl
35585            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
35586            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
35587            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
35588            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
35589            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
35590            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
35591            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
35592            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
35593            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
35594            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
35595            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
35596            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
35597            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
35598            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
35599            + lib/unicode/Is/SylWU.pl
35600            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
35601            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
35602            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
35603            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
35604            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
35605            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
35606            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
35607            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
35608            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
35609            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
35610            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
35611            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
35612            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
35613            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
35614            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
35615            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
35616            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
35617            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
35618            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
35619            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
35620            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
35621            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
35622            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
35623            ! lib/unicode/Makefile lib/unicode/mktables.PL
35624 ____________________________________________________________________________
35625 [  6138] By: gsar                                  on 2000/05/28  08:50:32
35626         Log: add note about the handling of negative indices to tied arrays
35627              (from Michael G Schwern <schwern@pobox.com>)
35628      Branch: perl
35629            ! pod/perltie.pod
35630 ____________________________________________________________________________
35631 [  6137] By: gsar                                  on 2000/05/28  08:46:10
35632         Log: fix bogus redeclaration warning for "our" variables in different
35633              scopes
35634      Branch: perl
35635            ! op.c t/pragma/strict-vars
35636 ____________________________________________________________________________
35637 [  6136] By: gsar                                  on 2000/05/28  08:31:20
35638         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
35639      Branch: perl
35640            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
35641 ____________________________________________________________________________
35642 [  6135] By: gsar                                  on 2000/05/28  08:17:50
35643         Log: enable Test::Harness to dynamically determine column width etc.
35644              (from Rob Napier <rnapier@employees.org>)
35645      Branch: perl
35646            ! lib/Test/Harness.pm
35647 ____________________________________________________________________________
35648 [  6134] By: gsar                                  on 2000/05/28  08:13:39
35649         Log: make Test::Harness use wait.h/WCOREDUMP if available
35650              (from Ben Tilly <ben_tilly@hotmail.com>)
35651      Branch: perl
35652            ! lib/Test/Harness.pm
35653 ____________________________________________________________________________
35654 [  6133] By: gsar                                  on 2000/05/28  08:08:05
35655         Log: elide bogus test in change#6132
35656      Branch: perl
35657            ! t/pragma/warn/9enabled
35658 ____________________________________________________________________________
35659 [  6132] By: gsar                                  on 2000/05/28  08:03:14
35660         Log: warnings::enabled() doesn't fall back to looking at $^W if
35661              caller isn't using lexical warnings (from Paul Marquess)
35662      Branch: perl
35663            ! pp_ctl.c t/pragma/warn/9enabled
35664 ____________________________________________________________________________
35665 [  6131] By: gsar                                  on 2000/05/28  07:57:47
35666         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
35667      Branch: perl
35668            ! ext/POSIX/POSIX.pm
35669 ____________________________________________________________________________
35670 [  6130] By: gsar                                  on 2000/05/28  07:29:12
35671         Log: fix places that mean C<"word" character> but say C<alphanumeric
35672              character>
35673      Branch: perl
35674            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
35675 ____________________________________________________________________________
35676 [  6129] By: gsar                                  on 2000/05/28  07:18:41
35677         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
35678      Branch: perl
35679            ! vms/test.com
35680 ____________________________________________________________________________
35681 [  6128] By: gsar                                  on 2000/05/28  07:12:55
35682         Log: new perlxstut example for passing/returning refs to arrays
35683              (from David Lowe <dlowe@pootpoot.com>)
35684      Branch: perl
35685            ! pod/perlxstut.pod
35686 ____________________________________________________________________________
35687 [  6127] By: gsar                                  on 2000/05/28  07:02:50
35688         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
35689              failed (from Gisle Aas)
35690      Branch: perl
35691            ! cop.h perl.c
35692 ____________________________________________________________________________
35693 [  6126] By: gsar                                  on 2000/05/28  06:39:53
35694         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
35695              (reworked variant of patch suggested by Simon Cozens)
35696      Branch: perl
35697            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
35698            ! pp_hot.c proto.h t/op/gv.t
35699 ____________________________________________________________________________
35700 [  6125] By: gsar                                  on 2000/05/28  05:14:55
35701         Log: enable propagating exception objects via Perl_croak() in XS code
35702              (from Gisle Aas)
35703      Branch: perl
35704            ! util.c
35705 ____________________________________________________________________________
35706 [  6124] By: gsar                                  on 2000/05/28  05:07:28
35707         Log: integrate vmsperl contents into mainline
35708      Branch: perl
35709           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
35710           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
35711           !> vms/vmsish.h
35712 ____________________________________________________________________________
35713 [  6123] By: gsar                                  on 2000/05/28  05:03:53
35714         Log: clarify gotcha with #line directives (from Rocco Caputo
35715              <troc@netrus.net>)
35716      Branch: perl
35717            ! pod/perldebug.pod pod/perlsyn.pod
35718 ____________________________________________________________________________
35719 [  6122] By: gsar                                  on 2000/05/28  04:58:29
35720         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
35721              (from Mark-Jason Dominus)
35722      Branch: perl
35723            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
35724            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
35725            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
35726            ! toke.c
35727 ____________________________________________________________________________
35728 [  6121] By: bailey                                on 2000/05/25  04:46:54
35729         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
35730              lists (based on fixes by Craig Berry)
35731      Branch: vmsperl
35732            ! lib/File/Spec/VMS.pm
35733 ____________________________________________________________________________
35734 [  6120] By: bailey                                on 2000/05/25  04:25:38
35735         Log: Add missing escape (Charles Lane)
35736      Branch: vmsperl
35737            ! t/op/lex_assign.t
35738 ____________________________________________________________________________
35739 [  6119] By: bailey                                on 2000/05/25  04:21:25
35740         Log: Quiet error messages in vmsish.t (Charles Lane)
35741      Branch: vmsperl
35742            ! vms/ext/vmsish.t
35743 ____________________________________________________________________________
35744 [  6118] By: bailey                                on 2000/05/25  04:17:57
35745         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
35746              Flatten case labels in switch statements uniformly (Charles Bailey)
35747      Branch: vmsperl
35748            ! vms/vms.c
35749 ____________________________________________________________________________
35750 [  6117] By: bailey                                on 2000/05/25  03:58:09
35751         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
35752      Branch: vmsperl
35753            ! vms/vmsish.h
35754 ____________________________________________________________________________
35755 [  6116] By: bailey                                on 2000/05/25  03:11:15
35756         Log: Miscellaneous cosmetic fixes (Charles Lane)
35757      Branch: vmsperl
35758            ! lib/ExtUtils/MM_VMS.pm
35759 ____________________________________________________________________________
35760 [  6115] By: bailey                                on 2000/05/25  03:10:36
35761         Log: Add bounds checking for several strings (Charles Lane)
35762      Branch: vmsperl
35763            ! vms/vms.c
35764 ____________________________________________________________________________
35765 [  6114] By: bailey                                on 2000/05/25  02:25:34
35766         Log: Urk -- undo previous removal of vmsish 'exit' change
35767      Branch: vmsperl
35768            ! vms/ext/vmsish.pm vms/vmsish.h
35769 ____________________________________________________________________________
35770 [  6113] By: bailey                                on 2000/05/24  02:24:40
35771         Log: Ugly workaround for version-specific RTL error
35772      Branch: vmsperl
35773            ! vms/vms.c
35774 ____________________________________________________________________________
35775 [  6112] By: bailey                                on 2000/05/24  02:19:55
35776         Log: Check for existence of file before trying to delete
35777      Branch: vmsperl
35778            ! vms/test.com
35779 ____________________________________________________________________________
35780 [  6111] By: bailey                                on 2000/05/23  23:35:13
35781         Log: Resync with mainline prior to post-5.6.0 updates
35782      Branch: vmsperl
35783           +> (branch 49 files)
35784            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
35785            ! vms/ext/vmsish.pm
35786           !> (integrate 334 files)
35787 ____________________________________________________________________________
35788 [  6110] By: jhi                                   on 2000/05/23  19:28:32
35789         Log: todo tweak
35790      Branch: cfgperl
35791            ! Todo-5.6
35792 ____________________________________________________________________________
35793 [  6109] By: jhi                                   on 2000/05/18  17:38:54
35794         Log: Integrate with Sarathy.
35795      Branch: cfgperl
35796           !> mg.c perl.h win32/perlhost.h
35797 ____________________________________________________________________________
35798 [  6108] By: gsar                                  on 2000/05/17  02:24:56
35799         Log: reenable fake signal handling on Windows, bugs and all
35800      Branch: perl
35801            ! mg.c perl.h win32/perlhost.h
35802 ____________________________________________________________________________
35803 [  6107] By: jhi                                   on 2000/05/15  18:01:41
35804         Log: Tweak the todo list.
35805      Branch: cfgperl
35806            ! Todo-5.6
35807 ____________________________________________________________________________
35808 [  6106] By: jhi                                   on 2000/05/15  13:41:48
35809         Log: The (Configure) script refuses to go on, after asking for
35810              'You may also choose to try maximal 64-bitness....'.
35811              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
35812              -- Patrick Zima
35813              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
35814      Branch: cfgperl
35815            ! hints/solaris_2.sh
35816 ____________________________________________________________________________
35817 [  6105] By: jhi                                   on 2000/05/11  14:37:43
35818         Log: Integrate with Sarathy.
35819      Branch: cfgperl
35820           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
35821           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
35822 ____________________________________________________________________________
35823 [  6104] By: gsar                                  on 2000/05/11  03:39:07
35824         Log: PL_sys_intern was being initialized too late on windows
35825      Branch: perl
35826            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
35827            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
35828 ____________________________________________________________________________
35829 [  6103] By: jhi                                   on 2000/05/09  19:42:20
35830         Log: Test tweaking for Unicos continues.
35831      Branch: cfgperl
35832            ! t/op/64bitint.t
35833 ____________________________________________________________________________
35834 [  6102] By: jhi                                   on 2000/05/09  16:47:27
35835         Log: The test suite tweak in #6101 wasn't quite right.
35836      Branch: cfgperl
35837            ! t/lib/complex.t
35838 ____________________________________________________________________________
35839 [  6101] By: jhi                                   on 2000/05/09  15:35:34
35840         Log: Hints and test tweaks for Unicos.
35841      Branch: cfgperl
35842            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
35843 ____________________________________________________________________________
35844 [  6100] By: jhi                                   on 2000/05/08  21:15:06
35845         Log: More compilation tweakery from Allen Smith.
35846      Branch: cfgperl
35847            ! hints/irix_6.sh
35848 ____________________________________________________________________________
35849 [  6099] By: jhi                                   on 2000/05/08  19:21:18
35850         Log: Tweaks for the cc bugs from Allen Smith.
35851      Branch: cfgperl
35852            ! hints/irix_6.sh
35853 ____________________________________________________________________________
35854 [  6098] By: jhi                                   on 2000/05/08  19:13:37
35855         Log: Add a note about other, yet unsupported, shadow password APIs.
35856      Branch: cfgperl
35857            ! pp_sys.c
35858 ____________________________________________________________________________
35859 [  6097] By: jhi                                   on 2000/05/08  18:46:34
35860         Log: Add a note about possible compilation problems from Allen Smith.
35861      Branch: cfgperl
35862            ! hints/irix_6.sh
35863 ____________________________________________________________________________
35864 [  6096] By: jhi                                   on 2000/05/08  17:33:10
35865         Log: Integrate with Sarathy.
35866      Branch: cfgperl
35867           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
35868           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
35869 ____________________________________________________________________________
35870 [  6095] By: jhi                                   on 2000/05/08  16:21:33
35871         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
35872              might be useful in future.
35873      Branch: cfgperl
35874            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
35875            ! config_h.SH
35876      Branch: metaconfig
35877            ! U/installdirs/inc_version_list.U
35878      Branch: metaconfig/U/perl
35879            ! perlxv.U
35880 ____________________________________________________________________________
35881 [  6094] By: gsar                                  on 2000/05/08  14:22:22
35882         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
35883      Branch: perl
35884            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
35885            ! hints/cygwin.sh pp_sys.c
35886 ____________________________________________________________________________
35887 [  6093] By: gsar                                  on 2000/05/08  12:52:28
35888         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
35889              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
35890      Branch: perl
35891            ! pp_sys.c sv.c win32/perlhost.h
35892 ____________________________________________________________________________
35893 [  6092] By: jhi                                   on 2000/05/07  22:40:34
35894         Log: Regen perltoc with the fixed buildtoc.
35895      Branch: cfgperl
35896            ! pod/perltoc.pod
35897 ____________________________________________________________________________
35898 [  6091] By: jhi                                   on 2000/05/07  22:24:16
35899         Log: Integrate with Sarathy.
35900      Branch: cfgperl
35901           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
35902           !> t/op/substr.t toke.c
35903 ____________________________________________________________________________
35904 [  6090] By: gsar                                  on 2000/05/07  19:47:07
35905         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
35906              [NI]OK; added tests for both
35907      Branch: perl
35908            ! perl.c pp_hot.c sv.c t/op/substr.t
35909 ____________________________________________________________________________
35910 [  6089] By: gsar                                  on 2000/05/07  18:18:38
35911         Log: buildtoc tweak to fix newline lossage
35912      Branch: perl
35913            ! pod/buildtoc
35914 ____________________________________________________________________________
35915 [  6088] By: jhi                                   on 2000/05/07  16:35:36
35916         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
35917              because we do not use those.  The HAS_GETSPNAM remains,
35918              though, because we still do use that.
35919      Branch: cfgperl
35920            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
35921            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
35922            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
35923            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
35924            ! win32/config.vc win32/config_H.bc win32/config_H.gc
35925            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
35926 ____________________________________________________________________________
35927 [  6087] By: gsar                                  on 2000/05/07  16:05:16
35928         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
35929      Branch: perl
35930            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
35931 ____________________________________________________________________________
35932 [  6086] By: jhi                                   on 2000/05/07  15:27:07
35933         Log: Integrate with Sarathy.
35934      Branch: cfgperl
35935           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
35936           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
35937           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
35938           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
35939           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
35940           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
35941 ____________________________________________________________________________
35942 [  6085] By: gsar                                  on 2000/05/07  05:52:02
35943         Log: repeat operator (x) doesn't preserve utf8-ness
35944      Branch: perl
35945            ! pp.c t/op/substr.t
35946 ____________________________________________________________________________
35947 [  6084] By: gsar                                  on 2000/05/07  05:39:55
35948         Log: substr() does not preserve utf8-ness (from Stefan Eissing
35949              <Eissing@medicaldataservice.de>); added tests
35950      Branch: perl
35951            ! pp.c t/op/substr.t
35952 ____________________________________________________________________________
35953 [  6083] By: gsar                                  on 2000/05/07  05:24:46
35954         Log: note about undocumented caller() return value (from M.J.T. Guy);
35955              yet another peek.t tweak
35956      Branch: perl
35957            ! pod/perlfunc.pod t/lib/peek.t
35958 ____________________________________________________________________________
35959 [  6082] By: gsar                                  on 2000/05/07  05:08:40
35960         Log: peek.t non-portable to ithreads
35961      Branch: perl
35962            ! t/lib/peek.t
35963 ____________________________________________________________________________
35964 [  6081] By: gsar                                  on 2000/05/07  04:17:04
35965         Log: better default perlbug categories for ok reports (from Richard Foley)
35966      Branch: perl
35967            ! utils/perlbug.PL
35968 ____________________________________________________________________________
35969 [  6080] By: gsar                                  on 2000/05/07  04:08:07
35970         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
35971              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
35972      Branch: perl
35973            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
35974            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
35975            ! AUTHORS MAINTAIN MANIFEST
35976 ____________________________________________________________________________
35977 [  6079] By: gsar                                  on 2000/05/07  04:01:38
35978         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
35979      Branch: perl
35980            ! lib/Carp/Heavy.pm
35981 ____________________________________________________________________________
35982 [  6078] By: gsar                                  on 2000/05/07  01:24:19
35983         Log: workaround for CRT bug in chdir() (from Charles Lane, via
35984              Peter Prymmer)
35985      Branch: perl
35986            ! iperlsys.h vms/vms.c vms/vmsish.h
35987 ____________________________________________________________________________
35988 [  6077] By: gsar                                  on 2000/05/07  01:22:23
35989         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
35990              and Tom Phoenix)
35991      Branch: perl
35992            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
35993 ____________________________________________________________________________
35994 [  6076] By: gsar                                  on 2000/05/06  17:36:29
35995         Log: integrate cfgperl contents into mainline
35996      Branch: perl
35997           +> t/lib/peek.t
35998           !> Configure MANIFEST Porting/Glossary Porting/config.sh
35999           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
36000           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
36001           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
36002 ____________________________________________________________________________
36003 [  6075] By: jhi                                   on 2000/05/05  18:56:10
36004         Log: Make the test more portable.
36005      Branch: cfgperl
36006            ! t/lib/peek.t
36007 ____________________________________________________________________________
36008 [  6074] By: jhi                                   on 2000/05/05  18:49:20
36009         Log: Introduce t/lib/peek.t.
36010      Branch: cfgperl
36011            + t/lib/peek.t
36012            ! MANIFEST
36013 ____________________________________________________________________________
36014 [  6073] By: jhi                                   on 2000/05/05  14:30:45
36015         Log: Complex tweaks.
36016      Branch: cfgperl
36017            ! lib/Math/Complex.pm t/lib/complex.t
36018 ____________________________________________________________________________
36019 [  6072] By: jhi                                   on 2000/05/05  12:27:13
36020         Log: Integrate with Sarathy.
36021      Branch: cfgperl
36022           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
36023           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
36024           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
36025           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
36026 ____________________________________________________________________________
36027 [  6071] By: gsar                                  on 2000/05/05  02:24:46
36028         Log: misformatted perllocal.pod (from Tim Jenness
36029              <t.jenness@jach.hawaii.edu>)
36030      Branch: perl
36031            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
36032 ____________________________________________________________________________
36033 [  6070] By: gsar                                  on 2000/05/05  02:16:52
36034         Log: remove misleading comment (from M.J.T. Guy)
36035      Branch: perl
36036            ! t/lib/anydbm.t
36037 ____________________________________________________________________________
36038 [  6069] By: gsar                                  on 2000/05/05  02:15:13
36039         Log: File::Spec compatibility update (from Barrie Slaymaker
36040              <barries@slaysys.com>)
36041      Branch: perl
36042            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
36043            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
36044 ____________________________________________________________________________
36045 [  6068] By: gsar                                  on 2000/05/05  02:01:50
36046         Log: note about values()
36047      Branch: perl
36048            ! pod/perlfunc.pod
36049 ____________________________________________________________________________
36050 [  6067] By: gsar                                  on 2000/05/05  01:33:09
36051         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
36052      Branch: perl
36053            ! win32/win32.c
36054 ____________________________________________________________________________
36055 [  6066] By: gsar                                  on 2000/05/05  01:23:43
36056         Log: s/END/CHECK/
36057      Branch: perl
36058            ! perl.c
36059 ____________________________________________________________________________
36060 [  6065] By: jhi                                   on 2000/05/04  17:30:22
36061         Log: Integrate with Sarathy.
36062      Branch: cfgperl
36063           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
36064 ____________________________________________________________________________
36065 [  6064] By: gsar                                  on 2000/05/04  17:26:14
36066         Log: change#5905 wasn't quite right--it's intent only applies when arguments
36067              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
36068      Branch: perl
36069            ! pp_sys.c sv.c
36070 ____________________________________________________________________________
36071 [  6063] By: gsar                                  on 2000/05/04  16:52:29
36072         Log: tokeq() could read unallocated field in argument
36073      Branch: perl
36074            ! toke.c
36075 ____________________________________________________________________________
36076 [  6062] By: gsar                                  on 2000/05/04  16:34:51
36077         Log: additional tests for utf8.t
36078      Branch: perl
36079            ! t/pragma/utf8.t
36080 ____________________________________________________________________________
36081 [  6061] By: gsar                                  on 2000/05/04  16:09:28
36082         Log: change#5921 neglected to make eq honor "use bytes"
36083      Branch: perl
36084            ! sv.c
36085 ____________________________________________________________________________
36086 [  6060] By: jhi                                   on 2000/05/04  15:30:16
36087         Log: Integrate with Sarathy.
36088      Branch: cfgperl
36089           !> perl.c regcomp.c t/pragma/utf8.t
36090 ____________________________________________________________________________
36091 [  6059] By: jhi                                   on 2000/05/04  15:26:37
36092         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
36093              in natively 64-bit platforms where a long is a quad (no need
36094              for long longs).  Also added bias for IVs.
36095      Branch: cfgperl
36096            ! toke.c
36097 ____________________________________________________________________________
36098 [  6058] By: gsar                                  on 2000/05/04  00:19:14
36099         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
36100              (spotted by Donald Kinzer <dkinzer@premia.com>)
36101      Branch: perl
36102            ! perl.c
36103 ____________________________________________________________________________
36104 [  6057] By: gsar                                  on 2000/05/03  18:34:01
36105         Log: fix broken parsing of /\x{ab}/
36106      Branch: perl
36107            ! regcomp.c t/pragma/utf8.t
36108 ____________________________________________________________________________
36109 [  6056] By: jhi                                   on 2000/05/03  17:57:16
36110         Log: The search of infinity continues, this time simplified.
36111      Branch: cfgperl
36112            ! lib/Math/Complex.pm
36113 ____________________________________________________________________________
36114 [  6055] By: jhi                                   on 2000/05/03  17:45:30
36115         Log: Detypo.
36116      Branch: cfgperl
36117            ! hints/unicos.sh
36118 ____________________________________________________________________________
36119 [  6054] By: jhi                                   on 2000/05/02  22:28:27
36120         Log: Be more forgiving in POSIX about HUGE_VALL.
36121      Branch: cfgperl
36122            ! ext/POSIX/POSIX.xs
36123 ____________________________________________________________________________
36124 [  6053] By: jhi                                   on 2000/05/02  22:25:05
36125         Log: Integrate with Sarathy.
36126      Branch: cfgperl
36127           !> hints/irix_6.sh pod/perlop.pod
36128 ____________________________________________________________________________
36129 [  6052] By: jhi                                   on 2000/05/02  22:24:31
36130         Log: Unicos hint tweak.
36131      Branch: cfgperl
36132            ! hints/unicos.sh
36133 ____________________________________________________________________________
36134 [  6051] By: jhi                                   on 2000/05/02  22:21:26
36135         Log: Complex tweakery.
36136      Branch: cfgperl
36137            ! lib/Math/Complex.pm t/lib/complex.t
36138 ____________________________________________________________________________
36139 [  6050] By: jhi                                   on 2000/05/02  19:26:22
36140         Log: Use setxxent()/endxxent().
36141      Branch: cfgperl
36142            ! t/op/grent.t t/op/pwent.t
36143 ____________________________________________________________________________
36144 [  6049] By: jhi                                   on 2000/05/02  19:06:02
36145         Log: Test both the scalar and list contexts.
36146      Branch: cfgperl
36147            ! t/op/grent.t t/op/pwent.t
36148 ____________________________________________________________________________
36149 [  6048] By: gsar                                  on 2000/05/02  18:29:10
36150         Log: add note about how $( doesn't interpolate in REs (from
36151              Philip Newton <newton@ficus.frogspace.net>)
36152      Branch: perl
36153            ! pod/perlop.pod
36154 ____________________________________________________________________________
36155 [  6047] By: jhi                                   on 2000/05/02  17:41:24
36156         Log: Call getspnam() only iff needd.
36157      Branch: cfgperl
36158            ! pp_sys.c
36159 ____________________________________________________________________________
36160 [  6046] By: gsar                                  on 2000/05/02  17:07:25
36161         Log: libscheck has insufficient checks for n32 libs (from
36162              Albert Chin-A-Young <china@thewrittenword.com>)
36163      Branch: perl
36164            ! hints/irix_6.sh
36165 ____________________________________________________________________________
36166 [  6045] By: jhi                                   on 2000/05/02  13:57:17
36167         Log: Integrate with Sarathy.
36168      Branch: cfgperl
36169           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
36170           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
36171 ____________________________________________________________________________
36172 [  6044] By: gsar                                  on 2000/05/02  06:48:19
36173         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
36174              such that underscores are only ignored in literal numbers,
36175              "\x{...}", and hex/oct argument
36176      Branch: perl
36177            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
36178 ____________________________________________________________________________
36179 [  6043] By: gsar                                  on 2000/05/02  02:22:29
36180         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
36181      Branch: perl
36182            ! pod/perlretut.pod
36183 ____________________________________________________________________________
36184 [  6042] By: gsar                                  on 2000/05/02  02:17:51
36185         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
36186      Branch: perl
36187            ! pod/perltrap.pod
36188 ____________________________________________________________________________
36189 [  6041] By: gsar                                  on 2000/05/02  01:53:51
36190         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
36191              to compensate
36192      Branch: perl
36193            ! Porting/makerel
36194 ____________________________________________________________________________
36195 [  6040] By: gsar                                  on 2000/05/02  01:51:57
36196         Log: missing files in MANIFEST
36197      Branch: perl
36198            ! MANIFEST
36199 ____________________________________________________________________________
36200 [  6039] By: jhi                                   on 2000/05/02  00:36:46
36201         Log: Infinite problems.
36202      Branch: cfgperl
36203            ! lib/Math/Complex.pm
36204 ____________________________________________________________________________
36205 [  6038] By: jhi                                   on 2000/05/02  00:06:38
36206         Log: pwent/spent #ifdef imbalance.
36207      Branch: cfgperl
36208            ! pp_sys.c
36209 ____________________________________________________________________________
36210 [  6037] By: jhi                                   on 2000/05/01  22:50:11
36211         Log: Use HUGE_VALL if applicable.
36212      Branch: cfgperl
36213            ! ext/POSIX/POSIX.xs util.c
36214 ____________________________________________________________________________
36215 [  6036] By: jhi                                   on 2000/05/01  22:20:53
36216         Log: Correct Freudian slip.
36217      Branch: cfgperl
36218            ! pp_sys.c
36219 ____________________________________________________________________________
36220 [  6035] By: jhi                                   on 2000/05/01  21:07:38
36221         Log: Continue on the pwent/spent case.
36222      Branch: cfgperl
36223            ! pp_sys.c
36224 ____________________________________________________________________________
36225 [  6034] By: jhi                                   on 2000/05/01  17:45:14
36226         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
36227              adjustments in 6032 conflicted badly with this, will have
36228              to revisit them later.
36229      Branch: cfgperl
36230           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
36231           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
36232           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
36233           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
36234           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
36235           !> t/lib/cgi-html.t t/lib/cgi-request.t
36236 ____________________________________________________________________________
36237 [  6033] By: jhi                                   on 2000/05/01  17:40:49
36238         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
36239      Branch: cfgperl
36240            ! pp_sys.c
36241 ____________________________________________________________________________
36242 [  6032] By: gsar                                  on 2000/05/01  15:56:32
36243         Log: whitespace adjustments
36244      Branch: perl
36245            ! pp_sys.c
36246 ____________________________________________________________________________
36247 [  6031] By: gsar                                  on 2000/05/01  15:19:41
36248         Log: small nits in diagnostics.pm (from Robin Barker)
36249      Branch: perl
36250            ! lib/diagnostics.pm pod/perldiag.pod
36251 ____________________________________________________________________________
36252 [  6030] By: gsar                                  on 2000/05/01  08:39:18
36253         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
36254              for @- and @+ (from Johan Vromans)
36255      Branch: perl
36256            ! lib/English.pm pod/perlvar.pod
36257 ____________________________________________________________________________
36258 [  6029] By: gsar                                  on 2000/05/01  08:16:10
36259         Log: add CGI.pm v2.66 (from Lincoln Stein)
36260      Branch: perl
36261            + lib/CGI/Util.pm t/lib/cgi-pretty.t
36262            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
36263            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
36264            ! t/lib/cgi-html.t t/lib/cgi-request.t
36265 ____________________________________________________________________________
36266 [  6028] By: gsar                                  on 2000/05/01  06:34:41
36267         Log: Pod::Man generates groff-incompatible macro definition (from
36268              Tom Christiansen)
36269      Branch: perl
36270            ! lib/Pod/Man.pm
36271 ____________________________________________________________________________
36272 [  6027] By: gsar                                  on 2000/05/01  06:31:36
36273         Log: podlators-1.02 update (from Russ Allbery)
36274      Branch: perl
36275            ! lib/Pod/Man.pm lib/Pod/Text.pm
36276 ____________________________________________________________________________
36277 [  6026] By: jhi                                   on 2000/04/30  23:24:23
36278         Log: Integrate with Sarathy.
36279      Branch: cfgperl
36280           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
36281           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
36282           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
36283           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
36284           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
36285           !> t/lib/syslog.t toke.c win32/win32.h
36286 ____________________________________________________________________________
36287 [  6025] By: gsar                                  on 2000/04/30  18:17:47
36288         Log: Is{Alnum,Alpha,Word} don't match titlecase
36289              
36290              TODO: IsSpace is defined recursively!
36291              
36292              (both spotted by Larry)
36293      Branch: perl
36294            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
36295            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
36296 ____________________________________________________________________________
36297 [  6024] By: gsar                                  on 2000/04/30  17:50:19
36298         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
36299              (from Hugo van der Sanden)
36300      Branch: perl
36301            ! toke.c
36302 ____________________________________________________________________________
36303 [  6023] By: gsar                                  on 2000/04/30  17:14:43
36304         Log: debugger stomps on $. (from M.J.T. Guy)
36305      Branch: perl
36306            ! lib/perl5db.pl
36307 ____________________________________________________________________________
36308 [  6022] By: gsar                                  on 2000/04/30  16:59:22
36309         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
36310      Branch: perl
36311            ! sv.c
36312 ____________________________________________________________________________
36313 [  6021] By: gsar                                  on 2000/04/29  21:00:08
36314         Log: remove Win2K issue in pod (fixed by change#6020)
36315      Branch: perl
36316            ! README.win32 pod/perl56delta.pod
36317 ____________________________________________________________________________
36318 [  6020] By: gsar                                  on 2000/04/29  20:51:49
36319         Log: test tweak
36320      Branch: perl
36321            ! t/lib/open3.t
36322 ____________________________________________________________________________
36323 [  6019] By: gsar                                  on 2000/04/29  20:34:27
36324         Log: windows portability tweaks
36325      Branch: perl
36326            ! t/lib/b.t win32/win32.h
36327 ____________________________________________________________________________
36328 [  6018] By: gsar                                  on 2000/04/29  19:55:24
36329         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
36330              make _PATH_LOG() return "" if unavailable
36331      Branch: perl
36332            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
36333            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
36334 ____________________________________________________________________________
36335 [  6017] By: jhi                                   on 2000/04/28  22:49:46
36336         Log: Integrate with Sarathy.
36337      Branch: cfgperl
36338           !> op.c perl.c pod/perldiag.pod t/lib/b.t
36339 ____________________________________________________________________________
36340 [  6016] By: jhi                                   on 2000/04/28  22:46:14
36341         Log: Do not warn that an infinity does not look like a number.
36342      Branch: cfgperl
36343            ! sv.c
36344 ____________________________________________________________________________
36345 [  6015] By: gsar                                  on 2000/04/28  22:35:49
36346         Log: tweak test for portability
36347      Branch: perl
36348            ! t/lib/b.t
36349 ____________________________________________________________________________
36350 [  6014] By: gsar                                  on 2000/04/28  22:05:31
36351         Log: glob() loading File::Glob behind the scenes may cause syntax errors
36352      Branch: perl
36353            ! op.c
36354 ____________________________________________________________________________
36355 [  6013] By: gsar                                  on 2000/04/28  21:25:22
36356         Log: tweak change#5945 to display correct switch name in diagnostic
36357      Branch: perl
36358            ! perl.c pod/perldiag.pod
36359 ____________________________________________________________________________
36360 [  6012] By: jhi                                   on 2000/04/28  21:08:12
36361         Log: Integrate with Sarathy.
36362      Branch: cfgperl
36363           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
36364           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
36365           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
36366 ____________________________________________________________________________
36367 [  6011] By: jhi                                   on 2000/04/28  21:04:46
36368         Log: &HUGE_VAL is not defined, it exists.
36369      Branch: cfgperl
36370            ! lib/Math/Complex.pm
36371 ____________________________________________________________________________
36372 [  6010] By: gsar                                  on 2000/04/28  21:02:58
36373         Log: clarify note about shadow password support (from
36374              gellyfish@gellyfish.com)
36375      Branch: perl
36376            ! pod/perlfunc.pod
36377 ____________________________________________________________________________
36378 [  6009] By: gsar                                  on 2000/04/28  21:00:00
36379         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
36380      Branch: perl
36381            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
36382 ____________________________________________________________________________
36383 [  6008] By: gsar                                  on 2000/04/28  20:56:33
36384         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
36385      Branch: perl
36386            ! installperl vms/subconfigure.com
36387 ____________________________________________________________________________
36388 [  6007] By: gsar                                  on 2000/04/28  20:51:21
36389         Log: note about compile failures and END blocks (from M.J.T. Guy)
36390      Branch: perl
36391            ! pod/perl56delta.pod pod/perlmod.pod
36392 ____________________________________________________________________________
36393 [  6006] By: jhi                                   on 2000/04/28  20:42:14
36394         Log: Regen Configure.
36395      Branch: cfgperl
36396            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
36397            ! config_h.SH
36398 ____________________________________________________________________________
36399 [  6005] By: gsar                                  on 2000/04/28  20:41:16
36400         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
36401      Branch: perl
36402            ! utils/perldoc.PL
36403 ____________________________________________________________________________
36404 [  6004] By: jhi                                   on 2000/04/28  20:28:21
36405         Log: Integrate with Sarathy.
36406      Branch: cfgperl
36407           !> Configure INSTALL Porting/Glossary Porting/config.sh
36408           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
36409           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
36410           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
36411           !> win32/config.vc win32/win32.c
36412 ____________________________________________________________________________
36413 [  6003] By: gsar                                  on 2000/04/28  20:11:20
36414         Log: allow REG_EXPAND_SZ keys in Windows registry (from
36415              John Clayton <John.Clayton@barclayscapital.com>)
36416      Branch: perl
36417            ! win32/win32.c
36418 ____________________________________________________________________________
36419 [  6002] By: gsar                                  on 2000/04/28  19:34:16
36420         Log: destructive sv_setsv() can lose UV-ness from source, causing
36421              numeric promotions/comparisons to fail to do the right thing
36422      Branch: perl
36423            ! sv.c
36424 ____________________________________________________________________________
36425 [  6001] By: gsar                                  on 2000/04/28  18:44:15
36426         Log: support additional library locations via $Config{otherlibdirs}
36427              (from Andy Dougherty)
36428      Branch: perl
36429            ! Configure INSTALL Porting/Glossary Porting/config.sh
36430            ! Porting/config_H config_h.SH epoc/config.sh perl.c
36431            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
36432            ! win32/config.bc win32/config.gc win32/config.vc
36433 ____________________________________________________________________________
36434 [  6000] By: gsar                                  on 2000/04/28  18:26:58
36435         Log: reworked otherlibdirs.U (from Andy Dougherty)
36436      Branch: metaconfig
36437            ! U/installdirs/otherlibdirs.U
36438 ____________________________________________________________________________
36439 [  5999] By: gsar                                  on 2000/04/28  18:17:07
36440         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
36441      Branch: perl
36442            ! t/pragma/warn/toke toke.c
36443 ____________________________________________________________________________
36444 [  5998] By: jhi                                   on 2000/04/28  13:32:17
36445         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
36446      Branch: cfgperl
36447            ! lib/Math/Complex.pm
36448 ____________________________________________________________________________
36449 [  5997] By: jhi                                   on 2000/04/28  13:14:04
36450         Log: Preserve $!.
36451      Branch: cfgperl
36452            ! lib/Math/Complex.pm
36453 ____________________________________________________________________________
36454 [  5996] By: jhi                                   on 2000/04/28  12:59:23
36455         Log: Integrate with Sarathy.
36456      Branch: cfgperl
36457           +> pod/perlrequick.pod pod/perlretut.pod
36458           !> (integrate 51 files)
36459 ____________________________________________________________________________
36460 [  5995] By: gsar                                  on 2000/04/28  09:37:36
36461         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
36462      Branch: perl
36463            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
36464 ____________________________________________________________________________
36465 [  5994] By: gsar                                  on 2000/04/28  09:33:26
36466         Log: fix for missed accounting for null byte in pack("Z",...) (from
36467              M.J.T. Guy)
36468      Branch: perl
36469            ! pp.c t/op/pack.t
36470 ____________________________________________________________________________
36471 [  5993] By: gsar                                  on 2000/04/28  09:30:05
36472         Log: various minor tweaks seen on p5p
36473      Branch: perl
36474            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
36475 ____________________________________________________________________________
36476 [  5992] By: gsar                                  on 2000/04/28  09:08:19
36477         Log: pod nit (from Simon Cozens)
36478      Branch: perl
36479            ! pod/perlop.pod
36480 ____________________________________________________________________________
36481 [  5991] By: gsar                                  on 2000/04/28  09:06:36
36482         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
36483      Branch: perl
36484            ! README.posix-bc hints/posix-bc.sh
36485 ____________________________________________________________________________
36486 [  5990] By: gsar                                  on 2000/04/28  08:54:52
36487         Log: use $ENV{LIB} to search for libs under Visual C compiler
36488              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
36489      Branch: perl
36490            ! lib/ExtUtils/Liblist.pm
36491 ____________________________________________________________________________
36492 [  5989] By: gsar                                  on 2000/04/28  08:27:12
36493         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
36494              itself and no other (from Tom Hughes)
36495      Branch: perl
36496            ! t/op/array.t toke.c
36497 ____________________________________________________________________________
36498 [  5988] By: gsar                                  on 2000/04/28  08:01:38
36499         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
36500              <paul@miraclefish.com>)
36501      Branch: perl
36502            ! lib/ExtUtils/MakeMaker.pm
36503 ____________________________________________________________________________
36504 [  5987] By: gsar                                  on 2000/04/28  07:53:09
36505         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
36506      Branch: perl
36507            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
36508 ____________________________________________________________________________
36509 [  5986] By: gsar                                  on 2000/04/28  07:44:17
36510         Log: add regular expressions tutorial and quick-start guide (from
36511              Mark Kvale <kvale@phy.ucsf.edu>)
36512      Branch: perl
36513            + pod/perlrequick.pod pod/perlretut.pod
36514            ! AUTHORS MAINTAIN MANIFEST
36515 ____________________________________________________________________________
36516 [  5985] By: gsar                                  on 2000/04/28  07:30:28
36517         Log: forked child may not exit correctly if it failed to open
36518              /dev/console (from Graham Barr)
36519      Branch: perl
36520            ! ext/Sys/Syslog/Syslog.pm
36521 ____________________________________________________________________________
36522 [  5984] By: gsar                                  on 2000/04/28  07:27:20
36523         Log: attributes::reftype() doesn't work on tied argument
36524      Branch: perl
36525            ! xsutils.c
36526 ____________________________________________________________________________
36527 [  5983] By: gsar                                  on 2000/04/28  07:15:04
36528         Log: numeric conversion of non-number in change#3378 tramples on
36529              OOK offset, causing segfaults
36530      Branch: perl
36531            ! sv.c
36532 ____________________________________________________________________________
36533 [  5982] By: gsar                                  on 2000/04/28  04:48:25
36534         Log: avoid error in IO::Socket::INET when given an unknown service name
36535              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
36536      Branch: perl
36537            ! ext/IO/lib/IO/Socket/INET.pm
36538 ____________________________________________________________________________
36539 [  5981] By: gsar                                  on 2000/04/28  04:31:31
36540         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
36541              prototype mismatch with CORE::glob(); update pod and tests to
36542              suit (File::Glob::glob() is still available for backward
36543              compatibility, but should be considered deprecated)
36544      Branch: perl
36545            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
36546            ! t/lib/glob-taint.t
36547 ____________________________________________________________________________
36548 [  5980] By: gsar                                  on 2000/04/28  03:47:29
36549         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
36550              <ghudson@mit.edu>)
36551      Branch: metaconfig
36552            ! U/modified/Options.U
36553      Branch: perl
36554            ! Configure
36555 ____________________________________________________________________________
36556 [  5979] By: gsar                                  on 2000/04/28  03:07:54
36557         Log: under useithreads, constant pad entries could inadvertantly be
36558              shared across threads (from Eric Blood <eblood@xmission.com>);
36559              added Eric's test case to testsuite
36560      Branch: perl
36561            ! op.c t/op/misc.t
36562 ____________________________________________________________________________
36563 [  5978] By: gsar                                  on 2000/04/27  21:13:00
36564         Log: sync version numbers in File::Spec with the ones on CPAN
36565              (from Barrie Slaymaker)
36566      Branch: perl
36567            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
36568            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
36569            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
36570 ____________________________________________________________________________
36571 [  5977] By: gsar                                  on 2000/04/27  21:07:29
36572         Log: autoquote barewords followed by newline and arrow properly
36573              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
36574      Branch: perl
36575            ! t/pragma/warn/toke toke.c
36576 ____________________________________________________________________________
36577 [  5976] By: gsar                                  on 2000/04/27  20:41:20
36578         Log: DB_File v1.73 update (from Paul Marquess)
36579      Branch: perl
36580            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
36581            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
36582 ____________________________________________________________________________
36583 [  5975] By: gsar                                  on 2000/04/27  20:34:24
36584         Log: allow sort() reentrancy (variant of patch suggested by
36585              Hugo van der Sanden)
36586      Branch: perl
36587            ! pp_ctl.c t/op/sort.t
36588 ____________________________________________________________________________
36589 [  5974] By: gsar                                  on 2000/04/27  19:46:57
36590         Log: change#4197 somehow missed initializing PL_errors, meaning
36591              sytax error queueing wasn't working outside eval"" at all;
36592              also fixed eval"" to localize PL_error_count, so that compile-time
36593              eval's don't clobber the error state of the outer context
36594      Branch: perl
36595            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
36596            ! t/pragma/warn/toke
36597 ____________________________________________________________________________
36598 [  5973] By: gsar                                  on 2000/04/27  18:29:05
36599         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
36600      Branch: perl
36601            ! regcomp.c regexec.c t/op/re_tests
36602 ____________________________________________________________________________
36603 [  5972] By: jhi                                   on 2000/04/27  18:22:41
36604         Log: Integrate with Sarathy.
36605      Branch: cfgperl
36606           +> t/lib/b.t t/lib/syslog.t
36607           !> (integrate 31 files)
36608 ____________________________________________________________________________
36609 [  5971] By: jhi                                   on 2000/04/27  18:18:46
36610         Log: Unicos tweaks from Mark P. Lutz.
36611      Branch: cfgperl
36612            ! hints/unicos.sh lib/Math/Complex.pm
36613 ____________________________________________________________________________
36614 [  5970] By: gsar                                  on 2000/04/27  18:05:11
36615         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
36616              IV is >32bits
36617      Branch: perl
36618            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
36619 ____________________________________________________________________________
36620 [  5969] By: gsar                                  on 2000/04/27  17:50:56
36621         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
36622      Branch: perl
36623            + t/lib/syslog.t
36624            ! MANIFEST ext/Sys/Syslog/Syslog.pm
36625 ____________________________________________________________________________
36626 [  5968] By: gsar                                  on 2000/04/27  17:44:49
36627         Log: tolerate spaces in group names in test on solaris (from David Boyce
36628              <dsb@boyski.com>)
36629      Branch: perl
36630            ! t/op/groups.t
36631 ____________________________________________________________________________
36632 [  5967] By: gsar                                  on 2000/04/27  17:41:22
36633         Log: improved docs on the warn_uninit diagnostic (from David Glasser
36634              and Simon Cozens)
36635      Branch: perl
36636            ! pod/perldiag.pod
36637 ____________________________________________________________________________
36638 [  5966] By: gsar                                  on 2000/04/27  16:54:58
36639         Log: add testsuite for B backends, fix bug in B::Deparse (from
36640              Simon Cozens <simon@brecon.co.uk>)
36641      Branch: perl
36642            + t/lib/b.t
36643            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
36644 ____________________________________________________________________________
36645 [  5965] By: gsar                                  on 2000/04/27  16:10:37
36646         Log: avoid "will not stay shared" warnings for our variables (from
36647              Robin Barker)
36648      Branch: perl
36649            ! op.c t/pragma/warn/op
36650 ____________________________________________________________________________
36651 [  5964] By: gsar                                  on 2000/04/27  07:05:05
36652         Log: reformat to 72 columns (again)
36653      Branch: perl
36654            ! pod/perldiag.pod
36655 ____________________________________________________________________________
36656 [  5963] By: gsar                                  on 2000/04/27  06:28:31
36657         Log: patch from Larry to make (\&) prototype work; added tests for
36658              the same
36659      Branch: perl
36660            ! op.c t/comp/proto.t
36661 ____________________________________________________________________________
36662 [  5962] By: gsar                                  on 2000/04/27  06:15:47
36663         Log: updated README.hpux (from Jeff Okamoto)
36664      Branch: perl
36665            ! README.hpux
36666 ____________________________________________________________________________
36667 [  5961] By: gsar                                  on 2000/04/27  05:55:03
36668         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
36669      Branch: perl
36670            ! emacs/cperl-mode.el
36671 ____________________________________________________________________________
36672 [  5960] By: gsar                                  on 2000/04/27  05:49:26
36673         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
36674      Branch: perl
36675            ! INSTALL
36676 ____________________________________________________________________________
36677 [  5959] By: gsar                                  on 2000/04/27  05:33:41
36678         Log: doubled words in pods (from Simon Cozens
36679              <simon.p.cozens@jp.pwcglobal.com>)
36680      Branch: perl
36681            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
36682            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
36683            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
36684            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
36685            ! pod/perltootc.pod
36686 ____________________________________________________________________________
36687 [  5958] By: gsar                                  on 2000/04/27  05:11:39
36688         Log: change#3569 deleted some essential code, revert; avoid use of
36689              atexit() to make DynaLoader work properly on AIX under mod_perl
36690              (from Jens-Uwe Mager <jum@helios.de>)
36691      Branch: perl
36692            ! ext/DynaLoader/dl_aix.xs
36693 ____________________________________________________________________________
36694 [  5957] By: gsar                                  on 2000/04/27  04:54:51
36695         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
36696      Branch: perl
36697            ! pod/perlmod.pod
36698 ____________________________________________________________________________
36699 [  5956] By: gsar                                  on 2000/04/27  04:51:47
36700         Log: better diagnostics on failed tests (from Ilya Zakharevich)
36701      Branch: perl
36702            ! t/op/lex_assign.t
36703 ____________________________________________________________________________
36704 [  5955] By: gsar                                  on 2000/04/27  04:26:44
36705         Log: longstanding bug exposed by change#3307: sort arguments weren't
36706              compiled with the right wantarray context (ensuing runtime lookup
36707              via block_gimme() was getting the incidental context of the
36708              sort() itself)
36709      Branch: perl
36710            ! op.c t/op/sort.t
36711 ____________________________________________________________________________
36712 [  5954] By: gsar                                  on 2000/04/26  23:42:12
36713         Log: integrate cfgperl contents into mainline
36714      Branch: perl
36715           !> (integrate 30 files)
36716 ____________________________________________________________________________
36717 [  5953] By: jhi                                   on 2000/04/26  23:06:42
36718         Log: Integrate with Sarathy.
36719      Branch: cfgperl
36720           !> README.win32 ext/B/B/Deparse.pm
36721           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
36722           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
36723           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
36724           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
36725           !> utils/perldoc.PL vms/perlvms.pod
36726 ____________________________________________________________________________
36727 [  5952] By: jhi                                   on 2000/04/26  23:03:46
36728         Log: Undo "use integer" addition from 64bitint as it seems
36729              to break most of the subtests in Digital UNIX;
36730              Unicos needs to find another way.
36731      Branch: cfgperl
36732            ! t/op/64bitint.t
36733 ____________________________________________________________________________
36734 [  5951] By: jhi                                   on 2000/04/26  22:57:53
36735         Log: Be more robust on "extreme" (large absolute value)
36736              arguments.  Originally reported by Daniel Connelly
36737              as a problem with asinh() on large negative arguments,
36738              asinh() used to bail out because an argument to log()
36739              ended up being zero.  Ilya Zakharevich proposed using
36740              Taylor's series in such cases, which for such large
36741              arguments is a very good approximation.
36742      Branch: cfgperl
36743            ! lib/Math/Complex.pm t/lib/complex.t
36744 ____________________________________________________________________________
36745 [  5950] By: gsar                                  on 2000/04/25  19:13:12
36746         Log: reformat perldiag to avoid long lines
36747      Branch: perl
36748            ! pod/perldiag.pod
36749 ____________________________________________________________________________
36750 [  5949] By: gsar                                  on 2000/04/25  18:41:11
36751         Log: make perldoc use the pod2man from the same version (from
36752              M.J.T. Guy)
36753      Branch: perl
36754            ! utils/perldoc.PL
36755 ____________________________________________________________________________
36756 [  5948] By: gsar                                  on 2000/04/25  18:21:57
36757         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
36758              <kompas@kompas.usr.onet.pl>)
36759      Branch: perl
36760            ! lib/vars.pm
36761 ____________________________________________________________________________
36762 [  5947] By: gsar                                  on 2000/04/25  18:11:53
36763         Log: use &dl_error rather than &dl_load_file as the guard for calling
36764              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
36765              statically built perl)
36766      Branch: perl
36767            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
36768 ____________________________________________________________________________
36769 [  5946] By: jhi                                   on 2000/04/25  17:37:54
36770         Log: Document that tr() is not tr(1).
36771      Branch: cfgperl
36772            ! pod/perlop.pod
36773 ____________________________________________________________________________
36774 [  5945] By: gsar                                  on 2000/04/25  16:34:33
36775         Log: make module name mandatory after -M switch; reorder perldiag
36776              alphabetically (from Mark-Jason Dominus)
36777      Branch: perl
36778            ! perl.c pod/perldiag.pod
36779 ____________________________________________________________________________
36780 [  5944] By: jhi                                   on 2000/04/25  01:15:18
36781         Log: On second thoughts frexp() does have two arguments.
36782      Branch: cfgperl
36783            ! perl.h
36784 ____________________________________________________________________________
36785 [  5943] By: jhi                                   on 2000/04/24  22:56:32
36786         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
36787              Now pp_ncmp() returns undef is either operand is a NaN.
36788      Branch: cfgperl
36789            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
36790            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
36791            ! vms/subconfigure.com vos/config.def vos/config.h
36792            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
36793            ! win32/config.vc win32/config_H.bc win32/config_H.gc
36794            ! win32/config_H.vc
36795      Branch: metaconfig/U/perl
36796            + d_modfl.U
36797 ____________________________________________________________________________
36798 [  5942] By: jhi                                   on 2000/04/24  19:45:17
36799         Log: Regen Configure to match #5937.
36800      Branch: cfgperl
36801            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
36802            ! config_h.SH
36803      Branch: metaconfig
36804            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
36805 ____________________________________________________________________________
36806 [  5941] By: jhi                                   on 2000/04/24  19:24:11
36807         Log: Further Unicos fixes for Mark Lutz.
36808      Branch: cfgperl
36809            ! hints/unicos.sh pp_ctl.c
36810 ____________________________________________________________________________
36811 [  5940] By: jhi                                   on 2000/04/24  19:09:06
36812         Log: Various Unicos 10.0.0.6 fixes.
36813              
36814              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
36815              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
36816              Reply-To: tecmpl1@triton.ca.boeing.com 
36817              To: perl5-porters@perl.org 
36818              Date: Fri, 14 Apr 2000 20:21:00 GMT 
36819              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
36820      Branch: cfgperl
36821            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
36822 ____________________________________________________________________________
36823 [  5939] By: gsar                                  on 2000/04/24  19:01:24
36824         Log: more pod nits (from Larry Virden)
36825      Branch: perl
36826            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
36827            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
36828            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
36829 ____________________________________________________________________________
36830 [  5938] By: gsar                                  on 2000/04/24  18:54:01
36831         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
36832      Branch: perl
36833            ! ext/B/B/Deparse.pm
36834 ____________________________________________________________________________
36835 [  5937] By: jhi                                   on 2000/04/24  17:39:00
36836         Log: Integrate with Sarathy.
36837      Branch: cfgperl
36838           +> (branch 31 files)
36839           !> (integrate 73 files)
36840 ____________________________________________________________________________
36841 [  5936] By: gsar                                  on 2000/04/24  17:30:06
36842         Log: additional tests for change#5934 (from Paul Marquess, who also
36843              sent in the same fix)
36844      Branch: perl
36845            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
36846            ! t/pragma/warn/5nolint t/pragma/warn/6default
36847 ____________________________________________________________________________
36848 [  5935] By: jhi                                   on 2000/04/24  17:26:05
36849         Log: Do not assume sign propagation.
36850              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
36851              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
36852              To: payner@ncifcrf.gov, perl5-porters@perl.org 
36853              Date: Tue, 18 Apr 2000 18:24:49 +0100 
36854              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
36855      Branch: cfgperl
36856            ! t/op/bop.t t/op/misc.t
36857 ____________________________________________________________________________
36858 [  5934] By: gsar                                  on 2000/04/24  17:16:54
36859         Log: propagate lexical warnings from surrounding scope correctly
36860              within string eval()
36861      Branch: perl
36862            ! pp_ctl.c t/pragma/warn/pp_ctl
36863 ____________________________________________________________________________
36864 [  5933] By: jhi                                   on 2000/04/24  17:01:07
36865         Log: Flatten the cpp jungle doing the nosuid checking.
36866      Branch: cfgperl
36867            ! perl.c
36868 ____________________________________________________________________________
36869 [  5932] By: gsar                                  on 2000/04/24  09:08:14
36870         Log: add rsignal(), whichsig() and do_join() to public API list
36871              (mod_perl uses them to good advantage)
36872      Branch: perl
36873            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
36874 ____________________________________________________________________________
36875 [  5931] By: gsar                                  on 2000/04/24  09:01:40
36876         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
36877      Branch: perl
36878            ! pp_hot.c regexec.c t/op/pat.t
36879 ____________________________________________________________________________
36880 [  5930] By: gsar                                  on 2000/04/24  08:58:33
36881         Log: small os390 tweaks (from Peter Prymmer)
36882      Branch: perl
36883            ! config_h.SH makedepend.SH
36884 ____________________________________________________________________________
36885 [  5929] By: gsar                                  on 2000/04/24  08:55:25
36886         Log: pod nits
36887      Branch: perl
36888            ! pod/perlguts.pod
36889 ____________________________________________________________________________
36890 [  5928] By: gsar                                  on 2000/04/24  08:50:13
36891         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
36892      Branch: perl
36893            ! ext/IO/lib/IO/Poll.pm
36894 ____________________________________________________________________________
36895 [  5927] By: gsar                                  on 2000/04/24  08:43:24
36896         Log: arrange for next() to resume at the unstack op rather than the
36897              loop conditional, so that scope cleanup happens correctly
36898              (from Stephen McCamant)
36899      Branch: perl
36900            ! op.c pp_ctl.c t/op/misc.t
36901 ____________________________________________________________________________
36902 [  5926] By: gsar                                  on 2000/04/24  08:18:40
36903         Log: on windows, reserve 16M of stack rather than 128M (allows more
36904              threads to run concurrently)
36905      Branch: perl
36906            ! win32/Makefile win32/makefile.mk
36907 ____________________________________________________________________________
36908 [  5925] By: gsar                                  on 2000/04/24  08:13:52
36909         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
36910      Branch: perl
36911            ! toke.c
36912 ____________________________________________________________________________
36913 [  5924] By: gsar                                  on 2000/04/24  08:08:59
36914         Log: avoid using uninitialized memory in require version check
36915      Branch: perl
36916            ! pp_ctl.c universal.c
36917 ____________________________________________________________________________
36918 [  5923] By: gsar                                  on 2000/04/24  07:20:14
36919         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
36920      Branch: perl
36921            ! ext/IO/lib/IO/Poll.pm
36922 ____________________________________________________________________________
36923 [  5922] By: gsar                                  on 2000/04/24  07:08:42
36924         Log: commentary about IoTYPE() (from Nathan Torkington)
36925      Branch: perl
36926            ! sv.h
36927 ____________________________________________________________________________
36928 [  5921] By: gsar                                  on 2000/04/24  06:58:26
36929         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
36930              by fix
36931      Branch: perl
36932            ! sv.c t/lib/charnames.t t/pragma/utf8.t
36933 ____________________________________________________________________________
36934 [  5920] By: gsar                                  on 2000/04/24  06:37:59
36935         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
36936      Branch: perl
36937            ! doop.c t/op/ver.t
36938 ____________________________________________________________________________
36939 [  5919] By: gsar                                  on 2000/04/24  06:21:58
36940         Log: Configure might miss old directories when prefix must be
36941              expanded (from Robin Barker)
36942      Branch: metaconfig
36943            ! U/installdirs/inc_version_list.U
36944      Branch: perl
36945            ! Configure
36946 ____________________________________________________________________________
36947 [  5918] By: gsar                                  on 2000/04/24  06:16:11
36948         Log: VMS nits in glob() test (from Charles Lane)
36949      Branch: perl
36950            ! t/lib/glob-basic.t
36951 ____________________________________________________________________________
36952 [  5917] By: gsar                                  on 2000/04/24  06:11:56
36953         Log: various pod nits (from Larry Virden and others)
36954      Branch: perl
36955            ! README.amiga README.hpux README.machten README.os2
36956            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
36957            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
36958            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
36959            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
36960            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
36961            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
36962            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
36963            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
36964 ____________________________________________________________________________
36965 [  5916] By: gsar                                  on 2000/04/24  05:52:43
36966         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
36967              <wjones@tc.fluke.com>)
36968      Branch: perl
36969            ! t/lib/glob-basic.t
36970 ____________________________________________________________________________
36971 [  5915] By: gsar                                  on 2000/04/24  05:07:01
36972         Log: supported platforms mixed up
36973      Branch: perl
36974            ! pod/perl56delta.pod pod/perlport.pod
36975 ____________________________________________________________________________
36976 [  5914] By: gsar                                  on 2000/04/24  04:56:08
36977         Log: caller() wasn't returning the right number of elements for
36978              eval {...}
36979      Branch: perl
36980            ! pp_ctl.c t/pragma/warn/9enabled
36981 ____________________________________________________________________________
36982 [  5913] By: gsar                                  on 2000/04/24  04:35:41
36983         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
36984              Mark-Jason Dominus)
36985      Branch: perl
36986            ! pod/perlfunc.pod
36987 ____________________________________________________________________________
36988 [  5912] By: gsar                                  on 2000/04/24  04:17:15
36989         Log: fix totally broken caching in UNIVERSAL::isa() (from
36990              Nick Ing-Simmons)
36991      Branch: perl
36992            ! t/op/universal.t universal.c
36993 ____________________________________________________________________________
36994 [  5911] By: gsar                                  on 2000/04/24  03:39:47
36995         Log: add linebreak properties from unicode/LineBrk.txt (from
36996              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
36997      Branch: perl
36998            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
36999            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
37000            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
37001            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
37002            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
37003            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
37004            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
37005            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
37006            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
37007            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
37008            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
37009            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
37010            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
37011            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
37012            + lib/unicode/Is/LbrkZW.pl
37013            ! lib/unicode/mktables.PL
37014 ____________________________________________________________________________
37015 [  5910] By: gsar                                  on 2000/04/24  03:23:10
37016         Log: typo in pod
37017      Branch: perl
37018            ! ext/Thread/Thread.pm
37019 ____________________________________________________________________________
37020 [  5909] By: gsar                                  on 2000/04/24  03:22:03
37021         Log: mode argument to do_binmode() should be file mode, not boolean
37022      Branch: perl
37023            ! pp_sys.c
37024 ____________________________________________________________________________
37025 [  5908] By: gsar                                  on 2000/04/16  16:51:08
37026         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
37027              always returns a valid GV even when the symbol is trapped by strictures
37028              (avoids coredumps)
37029              
37030              TODO: the C<package;> hack needs similar treatment
37031      Branch: perl
37032            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
37033            ! t/pragma/strict-vars
37034 ____________________________________________________________________________
37035 [  5907] By: jhi                                   on 2000/03/31  23:42:56
37036         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
37037              an assumption which #5905 demolished.
37038      Branch: cfgperl
37039            ! pp_sys.c
37040 ____________________________________________________________________________
37041 [  5906] By: jhi                                   on 2000/03/31  18:54:37
37042         Log: Typo in #5905.
37043      Branch: cfgperl
37044            ! t/op/64bitint.t
37045 ____________________________________________________________________________
37046 [  5905] By: jhi                                   on 2000/03/31  18:50:54
37047         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
37048              reported by Joseph N. Hall.  The bug was that even with use64bitint
37049              one had to use the prefixes q, L, or ll with printf/sprintf,
37050              contrary to the documentation and common sense.
37051      Branch: cfgperl
37052            ! sv.c t/op/64bitint.t
37053 ____________________________________________________________________________
37054 [  5904] By: gsar                                  on 2000/03/28  02:31:32
37055         Log: add Changes, perldelta.pod
37056      Branch: perl
37057            + Changes pod/perldelta.pod
37058 ____________________________________________________________________________
37059 [  5903] By: gsar                                  on 2000/03/28  02:03:55
37060         Log: rename Changes and perldelta.pod
37061      Branch: perl
37062           +> Changes5.6 pod/perl56delta.pod
37063            - Changes pod/perldelta.pod
37064            ! MANIFEST
37065 ____________________________________________________________________________
37066 [  5902] By: gsar                                  on 2000/03/28  01:59:14
37067         Log: create maint-5.6 branch
37068      Branch: maint-5.6/perl
37069           +> (branch 1611 files)
37070 ____________________________________________________________________________
37071 [  5901] By: jhi                                   on 2000/03/23  05:48:43
37072         Log: Integrate with Sarathy.
37073      Branch: cfgperl
37074           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
37075 ____________________________________________________________________________
37076 [  5900] By: gsar                                  on 2000/03/23  05:42:43
37077         Log: three guesses on what this is :-)
37078      Branch: perl
37079            ! Changes