An ambiguousity warning.
[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 [  9506] By: jhi                                   on 2001/04/01  19:11:53
35         Log: Commit Sarathy to April release of 5.6.1 :-)
36      Branch: perl
37            ! pod/perlfaq1.pod
38 ____________________________________________________________________________
39 [  9505] By: jhi                                   on 2001/04/01  19:03:15
40         Log: Subject: PATCH 5.6.0 (perldebug.pod)
41              From: Mark-Jason Dominus <mjd@plover.com>
42              Date: Sun, 01 Apr 2001 14:25:11 -0400
43              Message-ID: <20010401182511.9247.qmail@plover.com>
44      Branch: perl
45            ! pod/perldebug.pod
46 ____________________________________________________________________________
47 [  9504] By: jhi                                   on 2001/04/01  18:43:09
48         Log: Add great_circle_direction().
49      Branch: perl
50            ! lib/Math/Trig.pm t/lib/trig.t
51 ____________________________________________________________________________
52 [  9503] By: jhi                                   on 2001/04/01  17:29:12
53         Log: Unicode ReadMe update for Unicode 3.1.
54      Branch: perl
55            ! lib/unicode/ReadMe.txt
56 ____________________________________________________________________________
57 [  9502] By: jhi                                   on 2001/04/01  17:18:40
58         Log: Integrate change #9501 from maintperl into mainline.
59              
60              fix the perlembed notes on multiple interpreters
61              
62              fix ExtUtils::Embed to work passably on Windows
63      Branch: perl
64           !> lib/ExtUtils/Embed.pm pod/perlembed.pod
65 ____________________________________________________________________________
66 [  9501] By: gsar                                  on 2001/04/01  07:21:57
67         Log: fix the perlembed notes on multiple interpreters
68              
69              fix ExtUtils::Embed to work passably on Windows
70      Branch: maint-5.6/perl
71            ! lib/ExtUtils/Embed.pm pod/perlembed.pod
72 ____________________________________________________________________________
73 [  9500] By: jhi                                   on 2001/04/01  05:58:23
74         Log: Test for #9499.
75      Branch: perl
76            ! t/op/tr.t
77 ____________________________________________________________________________
78 [  9499] By: jhi                                   on 2001/04/01  05:55:46
79         Log: tr/// UTF-8 tweaking from Inaba Hiroto.
80      Branch: perl
81            ! embed.h embed.pl op.c proto.h
82 ____________________________________________________________________________
83 [  9498] By: jhi                                   on 2001/04/01  05:44:34
84         Log: Protect the workaround hunk more.
85      Branch: perl
86            ! toke.c
87 ____________________________________________________________________________
88 [  9497] By: jhi                                   on 2001/04/01  00:24:25
89         Log: Integrate changes #9493,9494,9495,9496 from maintperl
90              into mainline.
91              
92              fix a broken workaround for Borland compiler in change#4739
93              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
94              
95              nits spotted by Borland compiler
96              
97              avoid redefinition warnings under Borland 5.02
98              
99              various nits identified by the Borland 5.5 compiler; remove suppression
100              of a few warnings
101      Branch: perl
102           !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
103           !> win32/win32.h
104 ____________________________________________________________________________
105 [  9496] By: gsar                                  on 2001/03/31  23:22:28
106         Log: various nits identified by the Borland 5.5 compiler; remove suppression
107              of a few warnings
108      Branch: maint-5.6/perl
109            ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
110 ____________________________________________________________________________
111 [  9495] By: gsar                                  on 2001/03/31  21:03:08
112         Log: avoid redefinition warnings under Borland 5.02
113      Branch: maint-5.6/perl
114            ! win32/makefile.mk
115 ____________________________________________________________________________
116 [  9494] By: gsar                                  on 2001/03/31  20:18:59
117         Log: nits spotted by Borland compiler
118      Branch: maint-5.6/perl
119            ! utf8.h win32/win32.h
120 ____________________________________________________________________________
121 [  9493] By: gsar                                  on 2001/03/31  20:18:05
122         Log: fix a broken workaround for Borland compiler in change#4739
123              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
124      Branch: maint-5.6/perl
125            ! toke.c
126 ____________________________________________________________________________
127 [  9492] By: jhi                                   on 2001/03/31  18:36:24
128         Log: Integrate change #9491 from maintperl into mainline.
129              
130              Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
131              directory is relative (need to fetch the full path name *before*
132              the chdir!)
133      Branch: perl
134           !> lib/Cwd.pm
135 ____________________________________________________________________________
136 [  9491] By: gsar                                  on 2001/03/31  17:01:56
137         Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
138              directory is relative (need to fetch the full path name *before*
139              the chdir!)
140              
141              this is a followup patch for change#6749
142      Branch: maint-5.6/perl
143            ! lib/Cwd.pm
144 ____________________________________________________________________________
145 [  9490] By: jhi                                   on 2001/03/31  15:50:18
146         Log: Subject: Re: [PATCH] av.h cosmetics
147              From: Simon Cozens <simon@netthink.co.uk>
148              Date: Sat, 31 Mar 2001 13:09:59 +0100
149              Message-ID: <20010331130959.A22000@netthink.co.uk>
150              
151              Document AvALLOC.
152      Branch: perl
153            ! pod/perlguts.pod
154 ____________________________________________________________________________
155 [  9489] By: jhi                                   on 2001/03/31  15:48:44
156         Log: Subject: [PATCH] Re: Math::Big* v1.21
157              From: Tels <perl_dummy@bloodgate.com>
158              Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
159              Message-Id: <200103311125.GAA377738@www08.hway.net>
160      Branch: perl
161            ! pod/perlop.pod
162 ____________________________________________________________________________
163 [  9488] By: jhi                                   on 2001/03/31  03:39:51
164         Log: Debug output tweak.
165      Branch: perl
166            ! t/lib/cwd.t
167 ____________________________________________________________________________
168 [  9487] By: jhi                                   on 2001/03/31  03:33:02
169         Log: OverVMSification.
170      Branch: perl
171            ! t/lib/cwd.t
172 ____________________________________________________________________________
173 [  9486] By: jhi                                   on 2001/03/31  03:01:40
174         Log: Missed MANIFESTations in #9483.
175      Branch: perl
176            ! MANIFEST
177 ____________________________________________________________________________
178 [  9485] By: jhi                                   on 2001/03/31  02:58:17
179         Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
180              From: Peter Prymmer <pvhp@forte.com>
181              Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
182              Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
183      Branch: perl
184            ! regexec.c t/lib/cwd.t
185 ____________________________________________________________________________
186 [  9484] By: jhi                                   on 2001/03/31  01:04:41
187         Log: Obsolete file (see #3938)
188      Branch: perl
189            - lib/unicode/README.Ethiopic
190            ! MANIFEST
191 ____________________________________________________________________________
192 [  9483] By: jhi                                   on 2001/03/31  00:52:42
193         Log: Update to Unicode 3.1.
194              (Rename Names.txt to NamesList.txt.)
195      Branch: perl
196            + lib/unicode/NamesList.txt lib/unicode/PropList.html
197            - lib/unicode/Names.txt
198            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
199            ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
200            ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
201            ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
202            ! lib/unicode/UCD.html lib/unicode/Unicode.html
203            ! lib/unicode/rename lib/unicode/version
204 ____________________________________________________________________________
205 [  9482] By: jhi                                   on 2001/03/30  23:33:44
206         Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
207              From: Robin Houston <robin@kitsite.com>
208              Date: Fri, 30 Mar 2001 20:07:22 +0100
209              Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
210      Branch: perl
211            ! ext/B/B/Deparse.pm
212 ____________________________________________________________________________
213 [  9481] By: jhi                                   on 2001/03/30  23:20:25
214         Log: Subject: Re: [PATCH] CwdXS, Take 2
215              From: Benjamin Sugars <bsugars@canoe.ca>
216              Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
217              Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
218      Branch: perl
219            + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
220            ! MANIFEST lib/Cwd.pm t/lib/cwd.t
221 ____________________________________________________________________________
222 [  9480] By: jhi                                   on 2001/03/30  22:52:38
223         Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
224              From: David Dyck <dcd@tc.fluke.com>
225              Date: Fri, 30 Mar 2001 14:44:13 -0800
226              Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
227              
228              The t/rantests flags file creation was accidentally
229              removed by #9217.
230      Branch: perl
231            ! Makefile.SH
232 ____________________________________________________________________________
233 [  9479] By: jhi                                   on 2001/03/30  22:45:45
234         Log: Subject: [PATCH] File::Glob stuff for Mac OS
235              From: Chris Nandor <pudge@pobox.com>
236              Date: Fri, 30 Mar 2001 16:51:00 -0500
237              Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
238      Branch: perl
239            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
240            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
241            ! t/lib/glob-taint.t
242 ____________________________________________________________________________
243 [  9478] By: jhi                                   on 2001/03/30  22:43:12
244         Log: Subject: fix for win32/buildext.pl
245              From: "Vadim Konovalov" <watman@inbox.ru>
246              Date: Sat, 31 Mar 2001 00:50:36 +0400
247              Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
248      Branch: perl
249            ! win32/buildext.pl
250 ____________________________________________________________________________
251 [  9477] By: jhi                                   on 2001/03/30  22:41:16
252         Log: Subject: small base.pm doc patch
253              From: Leon Brocard <acme@astray.com>
254              Date: Fri, 30 Mar 2001 21:49:57 +0100
255              Message-ID: <20010330214957.B8733@ns0.astray.com>
256      Branch: perl
257            ! lib/base.pm
258 ____________________________________________________________________________
259 [  9476] By: jhi                                   on 2001/03/30  18:16:57
260         Log: Subject: [PATCH] av.h cosmetics
261              From: Simon Cozens <simon@netthink.co.uk>
262              Date: Fri, 30 Mar 2001 18:12:28 +0100
263              Message-ID: <20010330181228.A9319@netthink.co.uk>
264      Branch: perl
265            ! av.h
266 ____________________________________________________________________________
267 [  9475] By: jhi                                   on 2001/03/30  18:15:50
268         Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
269              From: "Philip Newton" <pnewton@gmx.de>
270              Date: Fri, 30 Mar 2001 19:06:57 +0200
271              Message-ID: <3AC4D951.14815.1AC7068@localhost>
272      Branch: perl
273            ! pod/perlhack.pod
274 ____________________________________________________________________________
275 [  9474] By: jhi                                   on 2001/03/30  18:14:02
276         Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
277              From: Benjamin Sugars <bsugars@canoe.ca>
278              Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
279              Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
280      Branch: perl
281            ! t/lib/glob-basic.t
282 ____________________________________________________________________________
283 [  9473] By: jhi                                   on 2001/03/30  16:09:24
284         Log: Update Changes.
285      Branch: perl
286            ! Changes patchlevel.h
287 ____________________________________________________________________________
288 [  9472] By: jhi                                   on 2001/03/30  15:16:08
289         Log: Integrate perlio.
290      Branch: perl
291           !> t/lib/cwd.t t/lib/glob-basic.t
292 ____________________________________________________________________________
293 [  9471] By: nick                                  on 2001/03/30  14:47:10
294         Log: Should be (^O eq 'MSWin32') not 'Win32'
295              Fail #12 seems real - chdir is in wrong dir.
296      Branch: perlio
297            ! t/lib/cwd.t
298 ____________________________________________________________________________
299 [  9470] By: jhi                                   on 2001/03/30  14:41:11
300         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
301              From: Radu Greab <radu@netsoft.ro>
302              Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
303              Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
304              
305              Replace #9352.
306      Branch: perl
307            ! ext/Socket/Socket.xs pp_sys.c
308 ____________________________________________________________________________
309 [  9469] By: jhi                                   on 2001/03/30  14:37:51
310         Log: Subject: PATCH pod/perldiag.pod
311              From: Robin Houston <robin@kitsite.com>
312              Date: Fri, 30 Mar 2001 14:10:36 +0100
313              Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
314      Branch: perl
315            ! pod/perldiag.pod t/lib/glob-basic.t
316 ____________________________________________________________________________
317 [  9468] By: jhi                                   on 2001/03/30  14:36:36
318         Log: Subject: Better diagnostic in io/fs.t
319              From: andreas.koenig@anima.de (Andreas J. Koenig)
320              Date: 30 Mar 2001 10:11:43 +0200
321              Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
322      Branch: perl
323            ! t/io/fs.t
324 ____________________________________________________________________________
325 [  9467] By: nick                                  on 2001/03/30  14:25:43
326         Log: Skip order test of glob if case-ignoring system cannot 
327              create a.test and A.test
328      Branch: perlio
329            ! t/lib/glob-basic.t
330 ____________________________________________________________________________
331 [  9466] By: nick                                  on 2001/03/30  13:03:12
332         Log: Integrate mainline.
333      Branch: perlio
334            - ext/re/hints/aix.pl
335           !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
336           !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
337           !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
338           !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
339 ____________________________________________________________________________
340 [  9465] By: jhi                                   on 2001/03/30  03:53:37
341         Log: Add timeouts to the tests.  (In AIX 4.3.1.0 + vac 5.0.0.0
342              the tests sometimes hang, sometimes not.)
343      Branch: perl
344            ! t/lib/io_multihomed.t t/lib/io_sock.t
345 ____________________________________________________________________________
346 [  9464] By: jhi                                   on 2001/03/30  02:56:04
347         Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
348              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
349              Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
350              Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
351      Branch: perl
352            ! op.c
353 ____________________________________________________________________________
354 [  9463] By: jhi                                   on 2001/03/30  02:34:48
355         Log: Test for #9462.
356      Branch: perl
357            ! t/lib/b.t
358 ____________________________________________________________________________
359 [  9462] By: jhi                                   on 2001/03/30  02:29:37
360         Log: Subject: B::Deparse precedence bug. (Patch included.)
361              From: Jeremy Madea <jmadea@inktomi.com>
362              Date: Thu, 29 Mar 2001 12:05:02 -0800
363              Message-ID: <20010329120502.A24881@dr.inktomi.com>
364      Branch: perl
365            ! ext/B/B/Deparse.pm
366 ____________________________________________________________________________
367 [  9461] By: jhi                                   on 2001/03/30  02:18:41
368         Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
369              From: Peter Prymmer <pvhp@forte.com>
370              Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
371              Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
372      Branch: perl
373            ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
374            ! t/lib/md5-file.t
375 ____________________________________________________________________________
376 [  9460] By: jhi                                   on 2001/03/30  02:17:07
377         Log: Subject: PATCH: B::Debug should show LOOP-specific fields
378              From: Robin Houston <robin@kitsite.com>
379              Date: Thu, 29 Mar 2001 20:47:56 +0100
380              Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
381      Branch: perl
382            ! ext/B/B/Debug.pm
383 ____________________________________________________________________________
384 [  9459] By: jhi                                   on 2001/03/30  02:16:05
385         Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
386              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
387              Date: Wed, 28 Mar 2001 18:02:20 -0600
388              Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
389      Branch: perl
390            ! lib/ExtUtils/MM_VMS.pm
391 ____________________________________________________________________________
392 [  9458] By: jhi                                   on 2001/03/30  02:07:58
393         Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
394              From: "Joshua E. Rodd" <jrodd@pbs.org>
395              Date: Wed, 28 Mar 2001 17:29:12 -0500
396              Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
397      Branch: perl
398            ! pod/perlop.pod
399 ____________________________________________________________________________
400 [  9457] By: jhi                                   on 2001/03/30  02:04:33
401         Log: Subject: ext/re/aix.pl can go
402              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
403              Date: Thu, 29 Mar 2001 12:03:28 +0200
404              Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
405      Branch: perl
406            - ext/re/hints/aix.pl
407            ! MANIFEST
408 ____________________________________________________________________________
409 [  9456] By: jhi                                   on 2001/03/30  02:03:32
410         Log: Integrate perlio.
411      Branch: perl
412           !> ext/Encode/Encode.xs installperl
413 ____________________________________________________________________________
414 [  9455] By: nick                                  on 2001/03/29  21:11:46
415         Log: DLL name has changed so installperl needs to know
416              (Why isn't it working it out or passed it?)
417      Branch: perlio
418            ! installperl
419 ____________________________________________________________________________
420 [  9454] By: nick                                  on 2001/03/29  20:56:12
421         Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
422              and we don't get undef warnings.
423      Branch: perlio
424            ! ext/Encode/Encode.xs
425 ____________________________________________________________________________
426 [  9453] By: nick                                  on 2001/03/29  17:58:48
427         Log: Integrate mainline
428      Branch: perlio
429           !> Changes patchlevel.h
430 ____________________________________________________________________________
431 [  9452] By: jhi                                   on 2001/03/29  16:44:55
432         Log: Update Changes.
433      Branch: perl
434            ! Changes patchlevel.h
435 ____________________________________________________________________________
436 [  9451] By: nick                                  on 2001/03/29  16:31:38
437         Log: Integrate mainline
438      Branch: perlio
439           !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
440           !> ext/Encode/Encode.xs ext/Storable/Storable.xs
441           !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
442           !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
443           !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
444 ____________________________________________________________________________
445 [  9450] By: jhi                                   on 2001/03/29  16:29:17
446         Log: Integrate perlio.
447      Branch: perl
448           !> win32/buildext.pl
449 ____________________________________________________________________________
450 [  9449] By: jhi                                   on 2001/03/29  15:50:01
451         Log: Update Changes.
452      Branch: perl
453            ! Changes patchlevel.h
454 ____________________________________________________________________________
455 [  9448] By: nick                                  on 2001/03/29  15:47:15
456         Log: Make sure buildext.pl finds Errno.pm
457      Branch: perlio
458            ! win32/buildext.pl
459 ____________________________________________________________________________
460 [  9447] By: jhi                                   on 2001/03/29  15:39:34
461         Log: Integrate perlio.
462      Branch: perl
463           !> win32/makefile.mk
464 ____________________________________________________________________________
465 [  9446] By: nick                                  on 2001/03/29  15:30:03
466         Log: Integrate win32/makefile.mk with mainline.
467      Branch: perlio
468           !> win32/makefile.mk
469 ____________________________________________________________________________
470 [  9445] By: nick                                  on 2001/03/29  15:27:32
471         Log: Fix breakage ... 
472      Branch: perlio
473            ! win32/makefile.mk
474 ____________________________________________________________________________
475 [  9444] By: jhi                                   on 2001/03/29  15:03:08
476         Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
477              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
478              Date: Thu, 29 Mar 2001 10:32:59 +0400
479              Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
480      Branch: perl
481            ! win32/makefile.mk
482 ____________________________________________________________________________
483 [  9443] By: jhi                                   on 2001/03/29  15:02:12
484         Log: Integrate perlio.
485      Branch: perl
486           +> win32/buildext.pl
487           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
488           !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
489 ____________________________________________________________________________
490 [  9442] By: nick                                  on 2001/03/29  14:59:11
491         Log: Work in progress - determine win32 extensions to build via script.
492      Branch: perlio
493            + win32/buildext.pl
494            ! MANIFEST win32/makefile.mk
495 ____________________________________________________________________________
496 [  9441] By: jhi                                   on 2001/03/29  14:51:47
497         Log: Reintroduce the use of external pwd.
498      Branch: perl
499            ! t/lib/cwd.t
500 ____________________________________________________________________________
501 [  9440] By: jhi                                   on 2001/03/29  14:42:58
502         Log: use warnings instead of -w.
503      Branch: perl
504            ! utils/h2xs.PL
505 ____________________________________________________________________________
506 [  9439] By: jhi                                   on 2001/03/29  14:41:52
507         Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
508              From: Jonathan Stowe <gellyfish@gellyfish.com>
509              Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
510              Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
511      Branch: perl
512            ! utils/h2xs.PL
513 ____________________________________________________________________________
514 [  9438] By: jhi                                   on 2001/03/29  14:39:38
515         Log: Subject: [PATCH perl@9424] minor pod nits
516              From: Robin Barker <rmb1@cise.npl.co.uk>
517              Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
518              Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
519      Branch: perl
520            ! pod/perlhack.pod pod/perliol.pod
521 ____________________________________________________________________________
522 [  9437] By: jhi                                   on 2001/03/29  14:29:16
523         Log: Subject: [PATCH perl@9424] typemap cast warning
524              From: Robin Barker <rmb1@cise.npl.co.uk>
525              Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
526              Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
527      Branch: perl
528            ! lib/ExtUtils/typemap
529 ____________________________________________________________________________
530 [  9436] By: jhi                                   on 2001/03/29  14:26:03
531         Log: Subject: [PATCH perl@9424] printf warning
532              From: Robin Barker <rmb1@cise.npl.co.uk>
533              Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
534              Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
535      Branch: perl
536            ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
537            ! ext/Storable/Storable.xs toke.c
538 ____________________________________________________________________________
539 [  9435] By: nick                                  on 2001/03/29  14:23:31
540         Log: Win32 has name conflict with ERROR
541      Branch: perlio
542            ! ext/PerlIO/Via/Via.xs
543 ____________________________________________________________________________
544 [  9434] By: jhi                                   on 2001/03/29  14:17:48
545         Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
546              From: Peter Prymmer <pvhp@forte.com>
547              Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
548              Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
549      Branch: perl
550            ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
551 ____________________________________________________________________________
552 [  9433] By: jhi                                   on 2001/03/29  13:52:44
553         Log: test-prep target was missing.
554      Branch: perl
555            ! Makefile.SH
556 ____________________________________________________________________________
557 [  9432] By: nick                                  on 2001/03/29  12:40:03
558         Log: Make as-shipped compiler default to MSVC6 
559      Branch: perlio
560            ! win32/makefile.mk
561 ____________________________________________________________________________
562 [  9431] By: nick                                  on 2001/03/29  12:12:16
563         Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
564              akin to PerlIO::Scalar.
565      Branch: perlio
566            ! perlio.c perlio.h
567 ____________________________________________________________________________
568 [  9430] By: nick                                  on 2001/03/29  10:56:35
569         Log: Integrate mainline.
570      Branch: perlio
571           !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
572           !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
573           !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
574           !> win32/makefile.mk win32/win32sck.c
575 ____________________________________________________________________________
576 [  9429] By: nick                                  on 2001/03/29  09:03:43
577         Log: Noticed that two tests were skipped as perlio:: package
578              isn't there any more. Changed the skip condition.
579              Avoid core-dump if sv_utf8_upgrade() called on something
580              that does not become SvPOK after SvPV() (e.g. a ref).
581      Branch: perlio
582            ! sv.c t/io/utf8.t t/lib/io_scalar.t
583 ____________________________________________________________________________
584 [  9428] By: jhi                                   on 2001/03/29  01:31:47
585         Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
586              From: Benjamin Sugars <bsugars@canoe.ca> 
587              Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
588              Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
589      Branch: perl
590            ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
591            ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
592            ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
593 ____________________________________________________________________________
594 [  9427] By: jhi                                   on 2001/03/29  00:49:30
595         Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
596              From: "Vadim Konovalov" <watman@inbox.ru>
597              Date: Thu, 29 Mar 2001 01:50:12 +0400
598              Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
599      Branch: perl
600            ! win32/makefile.mk win32/win32sck.c
601 ____________________________________________________________________________
602 [  9426] By: gsar                                  on 2001/03/29  00:28:04
603         Log: dmake can only handle == and != in comparisons; support building
604              with Borland's VCL libraries (from Vadim Konovalov)
605      Branch: maint-5.6/perl
606            ! win32/makefile.mk
607 ____________________________________________________________________________
608 [  9425] By: nick                                  on 2001/03/28  19:29:56
609         Log: Integrate (@snapshot)
610      Branch: perlio
611           !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
612 ____________________________________________________________________________
613 [  9424] By: jhi                                   on 2001/03/28  19:03:16
614         Log: Update Changes.
615      Branch: perl
616            ! Changes patchlevel.h
617 ____________________________________________________________________________
618 [  9423] By: jhi                                   on 2001/03/28  18:52:09
619         Log: Rmdir lib/XS on cleanup.
620      Branch: perl
621            ! Makefile.SH
622 ____________________________________________________________________________
623 [  9422] By: jhi                                   on 2001/03/28  18:49:34
624         Log: Integrate perlio.
625      Branch: perl
626           !> t/op/utf8decode.t
627 ____________________________________________________________________________
628 [  9421] By: nick                                  on 2001/03/28  18:46:44
629         Log: Loose duplicate chunk.
630      Branch: perlio
631            ! t/op/utf8decode.t
632 ____________________________________________________________________________
633 [  9420] By: nick                                  on 2001/03/28  18:44:11
634         Log: Integrate mainline.
635      Branch: perlio
636           !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
637           !> vms/vmsish.h
638 ____________________________________________________________________________
639 [  9419] By: jhi                                   on 2001/03/28  18:42:05
640         Log: Can't trust external pwds
641              (either shell builtins or external programs)
642      Branch: perl
643            ! t/lib/cwd.t
644 ____________________________________________________________________________
645 [  9418] By: jhi                                   on 2001/03/28  18:34:05
646         Log: Integrate perlio.
647      Branch: perl
648            - lib/perlio.pm
649           !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
650           !> t/op/utf8decode.t
651 ____________________________________________________________________________
652 [  9417] By: nick                                  on 2001/03/28  18:24:02
653         Log: PerlIO.pm / perlio.pm conflict.
654              Update some pods.
655              Make t/op/utf8decode.t a text file.
656      Branch: perlio
657            - lib/perlio.pm
658            ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
659            ! t/op/utf8decode.t
660 ____________________________________________________________________________
661 [  9416] By: jhi                                   on 2001/03/28  18:06:07
662         Log: Integrate change #9409 from mainline to maintperl.
663              
664              Yet another tweak on AIX dynaloading.
665      Branch: maint-5.6/perl
666           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
667 ____________________________________________________________________________
668 [  9415] By: gsar                                  on 2001/03/28  17:13:01
669         Log: integrate changes#9377,9385,9401 from mainline
670              
671              Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
672              
673              If directory entries compare equal case-insensitively,
674              retry case-sensitively.
675              
676              Subject: [PATCH] B::Terse and warnings
677      Branch: maint-5.6/perl
678           !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
679           !> t/pragma/warn/perl
680 ____________________________________________________________________________
681 [  9414] By: jhi                                   on 2001/03/28  17:11:12
682         Log: Subject: [PATCH perl@9359] VMS fix-ups and status
683              From: "Craig A. Berry" <craigberry@mac.com>
684              Date: Wed, 28 Mar 2001 10:55:20 -0600
685              Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
686      Branch: perl
687            ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
688 ____________________________________________________________________________
689 [  9413] By: jhi                                   on 2001/03/28  17:03:12
690         Log: Dup hunk.
691      Branch: perl
692            ! t/op/utf8decode.t
693 ____________________________________________________________________________
694 [  9412] By: jhi                                   on 2001/03/28  17:02:36
695         Log: Forced integrate from perlio.
696      Branch: perl
697           !> t/op/utf8decode.t
698 ____________________________________________________________________________
699 [  9411] By: nick                                  on 2001/03/28  16:50:03
700         Log: Integrate mainline.
701      Branch: perlio
702           +> t/lib/cwd.t
703           !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
704           !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
705           !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
706           !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
707           !> t/pragma/warn/perl
708 ____________________________________________________________________________
709 [  9410] By: jhi                                   on 2001/03/28  16:44:23
710         Log: Subject: Re: [PATCH] 9403 cannot be tested
711              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
712              Date: Wed, 28 Mar 2001 18:33:56 +0200
713              Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
714      Branch: perl
715            ! makedef.pl
716 ____________________________________________________________________________
717 [  9409] By: jhi                                   on 2001/03/28  16:12:45
718         Log: Yet another tweak on AIX dynaloading.
719      Branch: perl
720            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
721 ____________________________________________________________________________
722 [  9408] By: jhi                                   on 2001/03/28  15:52:55
723         Log: Subject: [PATCH] 9403 cannot be tested
724              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
725              Date: Wed, 28 Mar 2001 17:23:00 +0200
726              Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
727              
728              A missing symbol.
729      Branch: perl
730            ! makedef.pl
731 ____________________________________________________________________________
732 [  9407] By: jhi                                   on 2001/03/28  15:47:43
733         Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
734      Branch: perl
735            ! t/op/utf8decode.t
736           !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
737           !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
738 ____________________________________________________________________________
739 [  9406] By: jhi                                   on 2001/03/28  15:37:08
740         Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
741              From: Benjamin Sugars <bsugars@canoe.ca> 
742              Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
743              Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
744      Branch: perl
745            + t/lib/cwd.t
746            ! MANIFEST
747 ____________________________________________________________________________
748 [  9405] By: jhi                                   on 2001/03/28  15:13:18
749         Log: pp_ne() needs a CORRECT boolean.
750      Branch: perl
751            ! pp.c
752 ____________________________________________________________________________
753 [  9404] By: jhi                                   on 2001/03/28  15:09:23
754         Log: pp_ne() needs a boolean, not an integer.
755      Branch: perl
756            ! pp.c
757 ____________________________________________________________________________
758 [  9403] By: jhi                                   on 2001/03/28  14:47:43
759         Log: (Retracted by #9404.)
760      Branch: perl
761            ! pp.c
762 ____________________________________________________________________________
763 [  9402] By: jhi                                   on 2001/03/28  14:43:59
764         Log: Subject: Re: [PATCH] Typemap testing
765              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
766              Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
767              Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
768      Branch: perl
769            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
770            ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
771 ____________________________________________________________________________
772 [  9401] By: jhi                                   on 2001/03/28  14:42:14
773         Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
774              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
775              Date: Sun, 25 Mar 2001 21:59:15 +0100
776              Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
777              
778              A variable will be checked for the "use once" warnings if:
779              
780              1. It is in the scope of a use warnings 'once'
781              2. It isn't in the scope of the warnings pragma at all AND $^W is set.
782              
783              Otherwise it won't be checked at all.
784              
785              Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
786              
787              The enclosed patch partially fixes this issue. What I didn't
788              get to work was the case where the "used once" warning is enabled
789              in any file other than the main file.
790      Branch: perl
791            ! gv.c t/pragma/warn/perl
792 ____________________________________________________________________________
793 [  9400] By: nick                                  on 2001/03/28  14:38:24
794         Log: More EBCDIC tweaks:
795              - one more swash issue &~(0xA0-1) did not do the right thing,
796              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
797              - add "use re 'asciirange'" to make [!-~] etc. work
798              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
799              - Choose a key for t/op/each.t test which gets encoded.
800              - Skip utf8decode if this is UTF-EBCDIC.
801      Branch: perlio
802            ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
803            ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
804 ____________________________________________________________________________
805 [  9399] By: jhi                                   on 2001/03/28  14:21:00
806         Log: Extend the SvROK() testing also to pp_ne(), pointed out by
807              Andreas Schwab.
808      Branch: perl
809            ! pp.c
810 ____________________________________________________________________________
811 [  9398] By: jhi                                   on 2001/03/28  00:55:56
812         Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
813              From: David Dyck <dcd@tc.fluke.com>
814              Date: Tue, 27 Mar 2001 15:16:24 -0800
815              Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
816      Branch: perl
817            ! ext/IO/lib/IO/Socket.pm
818 ____________________________________________________________________________
819 [  9397] By: jhi                                   on 2001/03/27  21:52:49
820         Log: Integrate perlio.
821      Branch: perl
822           +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
823           +> ext/PerlIO/Via/Via.xs
824           !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
825 ____________________________________________________________________________
826 [  9396] By: nick                                  on 2001/03/27  21:45:13
827         Log: Integrate mainline.
828      Branch: perlio
829           !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
830           !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
831 ____________________________________________________________________________
832 [  9395] By: nick                                  on 2001/03/27  21:18:58
833         Log: Outline docs for PerlIO and PerlIO::Scalar
834      Branch: perlio
835            ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
836 ____________________________________________________________________________
837 [  9394] By: nick                                  on 2001/03/27  20:50:13
838         Log: PerlIO::Via layer (alpha-ish).
839      Branch: perlio
840            + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
841            + ext/PerlIO/Via/Via.xs
842            ! MANIFEST
843 ____________________________________________________________________________
844 [  9393] By: jhi                                   on 2001/03/27  20:49:55
845         Log: Retract #9329 now that 9390 should take care of the matter.
846      Branch: perl
847            ! utils/h2xs.PL
848 ____________________________________________________________________________
849 [  9390] By: jhi                                   on 2001/03/27  20:47:50
850         Log: Subject: Autoloading Errno.pm when %! is encountered
851              From: Robin Houston <robin@kitsite.com>
852              Date: Tue, 27 Mar 2001 20:57:11 +0100
853              Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
854      Branch: perl
855            ! embed.h embed.pl gv.c proto.h t/op/magic.t
856 ____________________________________________________________________________
857 [  9389] By: jhi                                   on 2001/03/27  20:24:31
858         Log: Integrate perlio.
859      Branch: perl
860           !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
861           !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
862           !> utf8.c
863 ____________________________________________________________________________
864 [  9388] By: jhi                                   on 2001/03/27  20:21:38
865         Log: Better have a three-element array if one is going to assign
866              to the third element of that array. (from Tim Jenness)
867      Branch: perl
868            ! ext/XS/Typemap/Typemap.xs
869 ____________________________________________________________________________
870 [  9387] By: nick                                  on 2001/03/27  20:15:43
871         Log: Integrate mainline.
872      Branch: perlio
873           +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
874           +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
875           +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
876           +> t/lib/xs-typemap.t
877           !> (integrate 34 files)
878 ____________________________________________________________________________
879 [  9386] By: jhi                                   on 2001/03/27  20:04:18
880         Log: Subject: Re: perl@9359 breaks HTML::Parser
881              From: Gisle Aas <gisle@ActiveState.com>
882              Date: 27 Mar 2001 11:30:24 -0800
883              Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
884              
885              Clarify the UTF-8 issues of the API docs.
886              (Slightly reworded and expanded.)
887      Branch: perl
888            ! pod/perlapi.pod sv.c sv.h
889 ____________________________________________________________________________
890 [  9385] By: jhi                                   on 2001/03/27  19:44:25
891         Log: If directory entries compare equal case-insensitively,
892              retry case-sensitively.
893      Branch: perl
894            ! ext/File/Glob/bsd_glob.c
895 ____________________________________________________________________________
896 [  9384] By: nick                                  on 2001/03/27  19:38:50
897         Log: Various EBCDIC fixes:
898              - major revelation that swash code is encoding aware,
899              (or thought it was) - now it is ;-)
900              - With that out of the way fix a slab of tr/// cases.
901              - Fix Encode 'Unicode' to be true Unicode so tests pass.
902              - As anticipated Base64.xs needed tweaks.
903              - Until tr/// works right avoid old_encode64 in MIME tests.
904      Branch: perlio
905            ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
906            ! t/lib/encode.t t/lib/mimeb64.t utf8.c
907 ____________________________________________________________________________
908 [  9383] By: jhi                                   on 2001/03/27  18:34:41
909         Log: Add the std test suite BEGIN block.
910      Branch: perl
911            ! t/lib/xs-typemap.t
912 ____________________________________________________________________________
913 [  9382] By: jhi                                   on 2001/03/27  15:16:07
914         Log: Add debugging output to the test.
915      Branch: perl
916            ! t/lib/glob-basic.t
917 ____________________________________________________________________________
918 [  9381] By: jhi                                   on 2001/03/27  15:08:10
919         Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
920      Branch: perl
921            + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
922            + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
923            + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
924            + t/lib/xs-typemap.t
925            ! MANIFEST
926 ____________________________________________________________________________
927 [  9380] By: jhi                                   on 2001/03/27  14:48:34
928         Log: Subject: [PATCH] Typemap testing
929              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
930              Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
931              Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
932              
933              (The first part of the patch.)
934      Branch: perl
935            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
936 ____________________________________________________________________________
937 [  9379] By: jhi                                   on 2001/03/27  14:44:56
938         Log: Subject: Re: [PATCH] t/lib/glob-basic.t  
939              From: Benjamin Sugars <bsugars@canoe.ca> 
940              Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
941              Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
942      Branch: perl
943            ! t/lib/glob-basic.t
944 ____________________________________________________________________________
945 [  9378] By: jhi                                   on 2001/03/27  14:42:30
946         Log: Subject: [PATCH] perlvar nit
947              From: Simon Cozens <simon@netthink.co.uk>
948              Date: Tue, 27 Mar 2001 01:12:01 +0100
949              Message-ID: <20010327011201.A19179@netthink.co.uk>
950      Branch: perl
951            ! pod/perlvar.pod
952 ____________________________________________________________________________
953 [  9377] By: jhi                                   on 2001/03/27  14:36:26
954         Log: Subject: [PATCH] B::Terse and warnings
955              From: Benjamin Sugars <ben.sugars@home.com>
956              Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
957              Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
958      Branch: perl
959            ! ext/B/B.pm ext/B/B/Terse.pm
960 ____________________________________________________________________________
961 [  9376] By: jhi                                   on 2001/03/27  14:31:31
962         Log: Document sockatmark() some.
963      Branch: perl
964            ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
965            ! pod/perltoc.pod
966 ____________________________________________________________________________
967 [  9375] By: jhi                                   on 2001/03/27  14:00:24
968         Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
969              noted by Gisle and fixed by NI-S.
970      Branch: perl
971            ! sv.c
972 ____________________________________________________________________________
973 [  9374] By: jhi                                   on 2001/03/27  05:50:01
974         Log: Regen toc.
975      Branch: perl
976            ! pod/perltoc.pod
977 ____________________________________________________________________________
978 [  9373] By: jhi                                   on 2001/03/27  05:43:51
979         Log: Pixie documenting.
980      Branch: perl
981            ! Makefile.SH pod/perlhack.pod
982 ____________________________________________________________________________
983 [  9372] By: jhi                                   on 2001/03/27  05:29:34
984         Log: Metaconfig unit changes for #9371.
985      Branch: metaconfig
986            ! U/modified/myhostname.U
987      Branch: metaconfig/U/perl
988            + d_sockatmark.U
989            ! gccvers.U
990 ____________________________________________________________________________
991 [  9371] By: jhi                                   on 2001/03/27  05:29:07
992         Log: Add sockatmark() probing.
993      Branch: perl
994            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
995            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
996            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
997            ! vos/config.ga.h win32/config.bc win32/config.gc
998            ! win32/config.vc
999 ____________________________________________________________________________
1000 [  9370] By: jhi                                   on 2001/03/26  22:01:18
1001         Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
1002              Really need to benchmark this.
1003      Branch: perl
1004            ! pp.c
1005 ____________________________________________________________________________
1006 [  9369] By: nick                                  on 2001/03/26  21:59:30
1007         Log: Integrate mainline.
1008      Branch: perlio
1009            ! ext/MIME/Base64/QuotedPrint.pm
1010           !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
1011           !> patchlevel.h pod/perlhack.pod pp_sys.c
1012 ____________________________________________________________________________
1013 [  9368] By: jhi                                   on 2001/03/26  21:47:03
1014         Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
1015              
1016              TODO1: perlbench.
1017              TODO2: le, lt, ge, gt?  Yech.
1018      Branch: perl
1019            ! pp.c
1020 ____________________________________________________________________________
1021 [  9367] By: jhi                                   on 2001/03/26  21:34:57
1022         Log: Too much cut-and-paste in #9363.
1023      Branch: perl
1024            ! pp_sys.c
1025 ____________________________________________________________________________
1026 [  9366] By: jhi                                   on 2001/03/26  21:20:53
1027         Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
1028              From: Andreas Schwab <schwab@suse.de>
1029              Date: 26 Mar 2001 17:29:04 +0200
1030              Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
1031              
1032              (The patch for 5.6.0 or so, this is a guess for bleadperl)
1033      Branch: perl
1034            ! pp_hot.c
1035 ____________________________________________________________________________
1036 [  9365] By: jhi                                   on 2001/03/26  21:07:54
1037         Log: Integrate perlio.
1038      Branch: perl
1039           !> perlio.c
1040 ____________________________________________________________________________
1041 [  9364] By: nick                                  on 2001/03/26  20:30:48
1042         Log: REFCNT botch in layer name cache hash.
1043      Branch: perlio
1044            ! perlio.c
1045 ____________________________________________________________________________
1046 [  9363] By: jhi                                   on 2001/03/26  18:44:32
1047         Log: Subject: [PATCH] socket() leaks file descriptors
1048              From: Benjamin Sugars <bsugars@canoe.ca>
1049              Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
1050              Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
1051              
1052              Also sockpair() fixed similarly.
1053      Branch: perl
1054            ! pp_sys.c
1055 ____________________________________________________________________________
1056 [  9362] By: jhi                                   on 2001/03/26  18:37:52
1057         Log: Integrate perlio.
1058      Branch: perl
1059           !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
1060 ____________________________________________________________________________
1061 [  9361] By: nick                                  on 2001/03/26  17:32:06
1062         Log: Implement flush of linebuffered streams on read of a tty.
1063      Branch: perlio
1064            ! perlio.c perliol.h
1065 ____________________________________________________________________________
1066 [  9360] By: nick                                  on 2001/03/26  17:12:32
1067         Log: Memory tweaks and notes for OEMVS.
1068      Branch: perlio
1069            ! README.os390 miniperlmain.c t/op/pat.t
1070 ____________________________________________________________________________
1071 [  9359] By: jhi                                   on 2001/03/26  02:12:54
1072         Log: Update Changes.
1073      Branch: perl
1074            ! Changes patchlevel.h
1075 ____________________________________________________________________________
1076 [  9358] By: jhi                                   on 2001/03/26  02:05:32
1077         Log: Document the most common pixie options.
1078      Branch: perl
1079            ! pod/perlhack.pod
1080 ____________________________________________________________________________
1081 [  9357] By: jhi                                   on 2001/03/26  01:25:28
1082         Log: For perl.pixie check *before* compiling that optimize is -g,
1083              as for perl.third.
1084      Branch: perl
1085            ! Makefile.SH
1086 ____________________________________________________________________________
1087 [  9356] By: jhi                                   on 2001/03/26  01:13:41
1088         Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
1089      Branch: perl
1090            ! Makefile.SH
1091 ____________________________________________________________________________
1092 [  9355] By: jhi                                   on 2001/03/26  01:11:19
1093         Log: Remove t/perl.third.
1094      Branch: perl
1095            ! Makefile.SH
1096 ____________________________________________________________________________
1097 [  9354] By: jhi                                   on 2001/03/26  00:23:38
1098         Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
1099              IO::Sockatmark().
1100      Branch: perl
1101            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
1102 ____________________________________________________________________________
1103 [  9353] By: jhi                                   on 2001/03/25  22:25:04
1104         Log: Integrate perlio.
1105      Branch: perl
1106           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
1107           !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
1108           !> pp_hot.c win32/makefile.mk
1109 ____________________________________________________________________________
1110 [  9352] By: jhi                                   on 2001/03/25  22:21:41
1111         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
1112              From: Radu Greab <radu@netsoft.ro>
1113              Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
1114              Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
1115      Branch: perl
1116            ! pp_sys.c
1117 ____________________________________________________________________________
1118 [  9351] By: nick                                  on 2001/03/25  22:15:02
1119         Log: Fix readline in list mode to tell rest of world that it has
1120              things on the stack. Otherwise if perl code gets invoked
1121              underneath it it scribbles over results-so-far.
1122              (Why TIEHANDLE has not tripped on this is a mystery.)
1123      Branch: perlio
1124            ! pp_hot.c
1125 ____________________________________________________________________________
1126 [  9350] By: nick                                  on 2001/03/25  22:10:13
1127         Log: win32/makefile.mk typos
1128      Branch: perlio
1129            ! win32/makefile.mk
1130 ____________________________________________________________________________
1131 [  9349] By: nick                                  on 2001/03/25  21:31:14
1132         Log: Integrate now-non-binary file.
1133      Branch: perlio
1134           !> t/lib/mimeqp.t
1135 ____________________________________________________________________________
1136 [  9348] By: nick                                  on 2001/03/25  21:27:24
1137         Log: Make it text
1138      Branch: perlio
1139            ! t/lib/mimeqp.t
1140 ____________________________________________________________________________
1141 [  9347] By: nick                                  on 2001/03/25  21:25:37
1142         Log: Integrate mainline.
1143      Branch: perlio
1144           !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
1145           !> lib/Term/ReadLine.pm t/lib/md5-file.t
1146 ____________________________________________________________________________
1147 [  9346] By: nick                                  on 2001/03/25  20:58:15
1148         Log: Add destruct time hook to PerlIO (for work-in-process implementing
1149              layers in perl code. In such cases layers need to be popped before
1150              we loose the ability to run perl code.)
1151              Also back-out "PerlIO::object" hook - it isn't going to work like that...
1152      Branch: perlio
1153            ! perl.c perlio.c perlio.h perliol.h
1154 ____________________________________________________________________________
1155 [  9345] By: nick                                  on 2001/03/25  20:49:11
1156         Log: Avoid at leasy one of undefined warnings in Encode.
1157      Branch: perlio
1158            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
1159 ____________________________________________________________________________
1160 [  9344] By: jhi                                   on 2001/03/25  20:37:43
1161         Log: A workaround for using Term::ReadLine in emacs minibuffer
1162              from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
1163              additional tweaks from Ilya Zakharevich.
1164      Branch: perl
1165            ! lib/Term/ReadLine.pm
1166 ____________________________________________________________________________
1167 [  9343] By: nick                                  on 2001/03/25  20:21:14
1168         Log: Missing return value.
1169      Branch: perlio
1170            ! ext/PerlIO/Scalar/Scalar.xs
1171 ____________________________________________________________________________
1172 [  9342] By: jhi                                   on 2001/03/25  16:21:00
1173         Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
1174              to equal the CPAN versions since no code changes have been made.
1175      Branch: perl
1176            ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
1177            ! t/lib/md5-file.t
1178 ____________________________________________________________________________
1179 [  9341] By: jhi                                   on 2001/03/25  16:01:48
1180         Log: Escape 8-bit characters.
1181      Branch: perl
1182            ! t/lib/mimeqp.t
1183 ____________________________________________________________________________
1184 [  9340] By: gsar                                  on 2001/03/25  15:50:53
1185         Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
1186              chars)
1187      Branch: perl
1188            + t/lib/mimeqp.t
1189 ____________________________________________________________________________
1190 [  9339] By: gsar                                  on 2001/03/25  15:48:50
1191         Log: delete mimeqp.t for later with text mode set
1192      Branch: perl
1193            - t/lib/mimeqp.t
1194 ____________________________________________________________________________
1195 [  9338] By: nick                                  on 2001/03/25  09:01:57
1196         Log: Integrate mainline.
1197      Branch: perlio
1198           +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
1199           +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
1200           +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
1201           +> t/lib/mimeb64u.t t/lib/mimeqp.t
1202           !> MANIFEST configure.com djgpp/config.over epoc/config.sh
1203           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
1204           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
1205 ____________________________________________________________________________
1206 [  9337] By: jhi                                   on 2001/03/25  04:23:24
1207         Log: Add MIME::Base64 here and there.  Again, a lot of
1208              optimism is in the air.
1209      Branch: perl
1210            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
1211            ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
1212 ____________________________________________________________________________
1213 [  9336] By: jhi                                   on 2001/03/25  04:12:43
1214         Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
1215              this by ear as I do not do Win32 programming.)
1216      Branch: perl
1217            ! win32/Makefile win32/makefile.mk
1218 ____________________________________________________________________________
1219 [  9335] By: jhi                                   on 2001/03/25  04:03:50
1220         Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
1221      Branch: perl
1222            ! t/lib/md5-file.t
1223 ____________________________________________________________________________
1224 [  9334] By: jhi                                   on 2001/03/25  03:58:53
1225         Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
1226      Branch: perl
1227            + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
1228            + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
1229            + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
1230            + t/lib/mimeb64u.t t/lib/mimeqp.t
1231            ! MANIFEST
1232 ____________________________________________________________________________
1233 [  9333] By: jhi                                   on 2001/03/24  20:14:37
1234         Log: Integrate perlio.
1235      Branch: perl
1236           !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
1237 ____________________________________________________________________________
1238 [  9332] By: nick                                  on 2001/03/24  19:40:34
1239         Log: Fix un-init variable leading to spurious "Out of Memory!"
1240      Branch: perlio
1241            ! doio.c
1242 ____________________________________________________________________________
1243 [  9331] By: nick                                  on 2001/03/24  19:09:59
1244         Log: Tweak docs for C<open> (boy does that need wholesale revision...)
1245              and update layers internals doc.
1246      Branch: perlio
1247            ! pod/perlfunc.pod pod/perliol.pod
1248 ____________________________________________________________________________
1249 [  9330] By: jhi                                   on 2001/03/24  18:42:11
1250         Log: The length might be uninitialized garbage if the *svp is the undef.
1251      Branch: perl
1252            ! doio.c
1253 ____________________________________________________________________________
1254 [  9329] By: jhi                                   on 2001/03/24  18:26:57
1255         Log: (Retracted by #9393)
1256
1257              Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
1258              From: Simon Cozens <simon@netthink.co.uk>
1259              Date: Sat, 24 Mar 2001 17:13:17 +0000
1260              Message-ID: <20010324171317.A13406@netthink.co.uk>
1261      Branch: perl
1262            ! utils/h2xs.PL
1263 ____________________________________________________________________________
1264 [  9328] By: nick                                  on 2001/03/24  17:22:02
1265         Log: Integrate mainline.
1266      Branch: perlio
1267           !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
1268           !> lib/unicode/version
1269 ____________________________________________________________________________
1270 [  9327] By: nick                                  on 2001/03/24  17:16:02
1271         Log: Integrate mainline.
1272      Branch: perlio
1273           +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
1274           +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
1275           +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
1276           +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
1277           +> t/lib/md5-file.t
1278           !> MANIFEST Makefile.SH configure.com djgpp/config.over
1279           !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
1280           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
1281           !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
1282           !> win32/makefile.mk
1283 ____________________________________________________________________________
1284 [  9326] By: jhi                                   on 2001/03/24  17:00:42
1285         Log: Upgrade to Unicode 3.1 beta 2001-03-23.
1286      Branch: perl
1287            ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
1288            ! lib/unicode/version
1289 ____________________________________________________________________________
1290 [  9325] By: jhi                                   on 2001/03/24  16:22:33
1291         Log: Subject: Re: B::Deparse bug (5.6.0)
1292              From: Robin Houston <robin@kitsite.com>
1293              Date: Sat, 24 Mar 2001 14:33:09 +0000
1294              Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
1295      Branch: perl
1296            ! op.c pp.c t/lib/b.t t/op/repeat.t
1297 ____________________________________________________________________________
1298 [  9324] By: jhi                                   on 2001/03/24  16:21:56
1299         Log: Boldly add extensions to be built to VMS, EPOC, UTS,
1300              U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
1301              these additions may be too optimistic.
1302      Branch: perl
1303            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
1304            ! hints/uwin.sh hints/vmesa.sh
1305 ____________________________________________________________________________
1306 [  9323] By: jhi                                   on 2001/03/24  16:06:01
1307         Log: Integrate perlio.
1308      Branch: perl
1309           +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
1310           +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
1311            ! Makefile.SH
1312           !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
1313           !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
1314           !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
1315           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
1316           !> win32/makefile.mk win32/perlhost.h win32/win32.c
1317           !> win32/win32iop.h
1318 ____________________________________________________________________________
1319 [  9322] By: nick                                  on 2001/03/24  14:39:12
1320         Log: Routine Win32 regen_config_h - no real changes.
1321      Branch: perlio
1322            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
1323 ____________________________________________________________________________
1324 [  9321] By: nick                                  on 2001/03/24  14:31:49
1325         Log: PerlIO fixups for Win32:
1326              - provide win33_popenlist() - non-functional as yet.
1327              - avoid need for aTHX in PerlIO_debug calls - even if not 
1328              enabled args are still evaluated so Win32 has trouble during fork().
1329              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
1330              - Fixup makedef.pl for latest set of symbols.
1331      Branch: perlio
1332            ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
1333            ! win32/perlhost.h win32/win32.c win32/win32iop.h
1334 ____________________________________________________________________________
1335 [  9320] By: nick                                  on 2001/03/24  14:26:58
1336         Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
1337              was gibberish - broke it on WIn32 at least.
1338      Branch: perlio
1339            ! ext/POSIX/POSIX.xs
1340 ____________________________________________________________________________
1341 [  9319] By: nick                                  on 2001/03/24  11:29:41
1342         Log: Generated files.
1343      Branch: perlio
1344            ! embed.h global.sym objXSUB.h perlapi.c proto.h
1345 ____________________________________________________________________________
1346 [  9318] By: nick                                  on 2001/03/24  10:29:37
1347         Log: Implement:
1348              1.  open($fh,"+<",undef);  # add test to t/io/open.t
1349              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
1350      Branch: perlio
1351            + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
1352            + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
1353            ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
1354            ! t/io/open.t t/io/utf8.t
1355 ____________________________________________________________________________
1356 [  9317] By: jhi                                   on 2001/03/23  23:41:25
1357         Log: AIX does seems to have optimization problems with its C compilers.
1358      Branch: perl
1359            ! hints/aix.sh
1360 ____________________________________________________________________________
1361 [  9316] By: jhi                                   on 2001/03/23  23:40:46
1362         Log: Integrate perlio.
1363      Branch: perl
1364           +> lib/PerlIO.pm
1365           !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
1366           !> perliol.h
1367 ____________________________________________________________________________
1368 [  9315] By: jhi                                   on 2001/03/23  22:16:30
1369         Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
1370      Branch: perl
1371            ! t/lib/md5-file.t
1372 ____________________________________________________________________________
1373 [  9314] By: nick                                  on 2001/03/23  20:49:02
1374         Log: Perlio internals re-organized.
1375              - open process creates AV of layer/arg pairs
1376              (appends layers from open() or open.pm to default list).
1377              - push arg is now an SV.
1378              - layer ->Open get passed the AV
1379              - open is no longer mandatory method.
1380              - topmost layer that has ->Open method does the open
1381              - any layers above are pushed once that returns.
1382              - vtable re-ordered so dummy layers need only provide push/pop methods.
1383      Branch: perlio
1384            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
1385 ____________________________________________________________________________
1386 [  9313] By: nick                                  on 2001/03/23  16:27:41
1387         Log: Check in a stable (working) version before next round of tweaks.
1388              Changes include:
1389              - Move default layers code out of doio.c and into perlio.c
1390              - Single routine for parsing layer specification strings.
1391              - Skeleton support for demand loading of layers
1392              - Core-dump avoidance if PERLIO environment specifies loadable layer
1393              (does not _work_ as need IO to load and need load to do IO ...)
1394      Branch: perlio
1395            + lib/PerlIO.pm
1396            ! MANIFEST doio.c perlio.c
1397 ____________________________________________________________________________
1398 [  9312] By: gsar                                  on 2001/03/23  16:25:25
1399         Log: add execute bit to files with shebang lines in the repository;
1400              avoid clobbering execute bit in Porting/makerel 
1401      Branch: maint-5.6/perl
1402            ! (edit 144 files)
1403 ____________________________________________________________________________
1404 [  9311] By: jhi                                   on 2001/03/23  14:25:35
1405         Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
1406      Branch: perl
1407            ! MANIFEST
1408 ____________________________________________________________________________
1409 [  9310] By: jhi                                   on 2001/03/23  13:45:04
1410         Log: Subject: [PATCH] Net::Ping
1411              From: Colin McMillen <mcmi0037@tc.umn.edu>
1412              Date: Thu, 22 Mar 2001 19:30:31 -0600
1413              Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
1414      Branch: perl
1415            ! lib/Net/Ping.pm
1416 ____________________________________________________________________________
1417 [  9309] By: jhi                                   on 2001/03/23  13:39:13
1418         Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
1419      Branch: perl
1420            ! t/lib/md5-aaa.t t/lib/md5-file.t
1421 ____________________________________________________________________________
1422 [  9308] By: jhi                                   on 2001/03/23  13:20:34
1423         Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
1424              - bump the version to 2.14
1425              - drop the base64 tests since they require MIME::Base64
1426              - drop the rfc1321.txt
1427              - drop the hints/dec_osf.pl since it's only needed for
1428              pre-5.005_03 Perls
1429              Todo:
1430              - the U32 alignment testing is now removed; it needs to
1431              be reintroduced as as a Config variable (meaning also
1432              as a Configure test)
1433              - get the new EBCDIC md5sum for MD5.pm
1434              - test in Win32 to see how badly I botched the makefiles
1435      Branch: perl
1436            + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
1437            + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
1438            + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
1439            + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
1440            + t/lib/md5-file.t
1441            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
1442            ! win32/Makefile win32/makefile.mk
1443 ____________________________________________________________________________
1444 [  9307] By: jhi                                   on 2001/03/23  12:56:14
1445         Log: Integrate change #9306 from maintperl into mainline,
1446              AIX dynaloader for AIXes without <load.h>.
1447      Branch: perl
1448           !> ext/DynaLoader/hints/aix.pl
1449 ____________________________________________________________________________
1450 [  9306] By: jhi                                   on 2001/03/23  12:51:36
1451         Log: There are AIXes without /usr/include/load.h,
1452              patch from H.Merijn Brand.
1453      Branch: maint-5.6/perl
1454            ! ext/DynaLoader/hints/aix.pl
1455 ____________________________________________________________________________
1456 [  9305] By: nick                                  on 2001/03/23  11:00:42
1457         Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
1458      Branch: perlio
1459            ! ext/Encode/Encode.xs perlio.c perlio.h
1460 ____________________________________________________________________________
1461 [  9304] By: nick                                  on 2001/03/23  10:20:46
1462         Log: Render -Duseperlio functional again.
1463              - this is "quick fix" which calls PerlIO_apply_layers after opening,
1464              which is what old scheme did. New scheme needs to change that
1465              to make open(...,\$scalar) etc. work but this will do for now.
1466      Branch: perlio
1467            ! perlio.c
1468 ____________________________________________________________________________
1469 [  9303] By: nick                                  on 2001/03/23  09:53:20
1470         Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
1471              -Uuseperlio now works again.
1472              -Duseperlio is still poorly. Don't merge yet...
1473      Branch: perlio
1474            ! doio.c perlio.h
1475 ____________________________________________________________________________
1476 [  9302] By: nick                                  on 2001/03/22  22:26:51
1477         Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
1478              type code.
1479              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
1480              is its main caller. In particular now has access to "extra" args, and
1481              can tell when an open handle is "reopened" (or duped?).
1482              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
1483              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
1484              PerlIO_open() et. al. (i.e. other way round).
1485              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
1486              with args close to PerlIO_openn().
1487      Branch: perlio
1488            ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
1489 ____________________________________________________________________________
1490 [  9301] By: jhi                                   on 2001/03/22  20:58:04
1491         Log: Integrate perlio.
1492      Branch: perl
1493           !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
1494           !> t/io/open.t util.c
1495 ____________________________________________________________________________
1496 [  9300] By: nick                                  on 2001/03/22  17:36:32
1497         Log: Don't include $@ in not ok message.
1498      Branch: perlio
1499            ! t/io/open.t
1500 ____________________________________________________________________________
1501 [  9299] By: gsar                                  on 2001/03/22  16:53:45
1502         Log: back out changes#7532,7521 for now (appears to have problems
1503              on IRIX)
1504      Branch: maint-5.6/perl
1505            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
1506            ! ext/POSIX/typemap pod/perlvar.pod
1507 ____________________________________________________________________________
1508 [  9298] By: nick                                  on 2001/03/22  14:35:46
1509         Log: Give a meaning to '&' in n-arg open case:
1510              open($fh,"<&",$scalar);
1511              $scalar can be:
1512              - an integer which does "fdopen"
1513              open($fh,"<&",2); # like open($fh,"<&2")
1514              - something that will yield a file handle via sv_2io()
1515              useful for dup'ing anonymous handles.
1516              e.g.:
1517              open(my $fh,"<&",\*STDIN);
1518              open(my $dup,"<&",$fh);
1519      Branch: perlio
1520            ! doio.c t/io/open.t
1521 ____________________________________________________________________________
1522 [  9297] By: nick                                  on 2001/03/22  13:34:35
1523         Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
1524      Branch: perlio
1525            ! util.c
1526 ____________________________________________________________________________
1527 [  9296] By: nick                                  on 2001/03/22  12:51:20
1528         Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
1529      Branch: perlio
1530            ! perl.c
1531 ____________________________________________________________________________
1532 [  9295] By: nick                                  on 2001/03/22  11:59:44
1533         Log: If stdin, stdout or stderr get opened in unexpected read/write state
1534              then warn at time of open not at time of use.
1535      Branch: perlio
1536            ! doio.c pp_hot.c pp_sys.c
1537 ____________________________________________________________________________
1538 [  9294] By: nick                                  on 2001/03/22  10:54:35
1539         Log: Die on n-arg open(...,"",xxx,yyy,...)
1540              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
1541              - die on read/write cases so we can decide what it means later.
1542      Branch: perlio
1543            ! doio.c embed.pl iperlsys.h util.c
1544 ____________________________________________________________________________
1545 [  9293] By: nick                                  on 2001/03/22  09:02:45
1546         Log: perlio tweaks (reported by Nick Clark)
1547              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
1548              error check in Pendinf_read().
1549      Branch: perlio
1550            ! perlio.c
1551 ____________________________________________________________________________
1552 [  9292] By: gsar                                  on 2001/03/22  07:12:00
1553         Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
1554              fixes)
1555      Branch: maint-5.6/perl
1556           !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
1557 ____________________________________________________________________________
1558 [  9291] By: jhi                                   on 2001/03/22  06:06:44
1559         Log: Regex tests from Chicheng Zhang.  (Already fixed.)
1560      Branch: perl
1561            ! t/op/re_tests
1562 ____________________________________________________________________________
1563 [  9290] By: jhi                                   on 2001/03/22  05:57:01
1564         Log: Move MacOS Classic higher in the list of supported platforms.
1565      Branch: maint-5.6/perl
1566            ! pod/perlport.pod
1567 ____________________________________________________________________________
1568 [  9289] By: gsar                                  on 2001/03/22  05:35:04
1569         Log: revert part of change#6438 for compatibility (av_reify()
1570              appears to be needed to implement av_splice()ish things
1571              in XS)
1572      Branch: maint-5.6/perl
1573            ! embed.pl global.sym objXSUB.h perlapi.c
1574 ____________________________________________________________________________
1575 [  9288] By: gsar                                  on 2001/03/22  03:09:19
1576         Log: update copyright year
1577      Branch: maint-5.6/perl
1578            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
1579            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
1580            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
1581            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
1582            ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
1583            ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
1584            ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
1585            ! x2p/walk.c
1586 ____________________________________________________________________________
1587 [  9287] By: jhi                                   on 2001/03/21  20:30:54
1588         Log: Integrate perlio.
1589      Branch: perl
1590           !> ext/Data/Dumper/Dumper.xs
1591 ____________________________________________________________________________
1592 [  9286] By: gsar                                  on 2001/03/21  19:49:54
1593         Log: makefile.mk tweak
1594      Branch: maint-5.6/perl
1595            ! win32/Makefile win32/makefile.mk
1596 ____________________________________________________________________________
1597 [  9285] By: nick                                  on 2001/03/21  19:07:13
1598         Log: Multiplicity fix for Dumper.
1599      Branch: perlio
1600            ! ext/Data/Dumper/Dumper.xs
1601 ____________________________________________________________________________
1602 [  9284] By: nick                                  on 2001/03/21  19:01:07
1603         Log: Integrate mainline - (does not build xTHX issue in Dumper).
1604      Branch: perlio
1605           !> (integrate 27 files)
1606 ____________________________________________________________________________
1607 [  9283] By: jhi                                   on 2001/03/21  17:17:35
1608         Log: Integrate change #9282 from mainline into maintperl,
1609              4-arg UTF-8 substr().
1610      Branch: maint-5.6/perl
1611           !> pp.c
1612 ____________________________________________________________________________
1613 [  9282] By: jhi                                   on 2001/03/21  17:15:43
1614         Log: The #9270 would have leaked a scalar if pp_substr()
1615              returned early.
1616      Branch: perl
1617            ! pp.c
1618 ____________________________________________________________________________
1619 [  9281] By: gsar                                  on 2001/03/21  17:03:14
1620         Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
1621      Branch: maint-5.6/perl
1622            ! win32/makefile.mk
1623 ____________________________________________________________________________
1624 [  9280] By: gsar                                  on 2001/03/21  17:01:20
1625         Log: some tweaks to change#9278 (fork() emulation should be enabled
1626              by setting BUILD_FLAVOR instead of changing the defaults)
1627      Branch: maint-5.6/perl
1628            ! win32/makefile.mk
1629 ____________________________________________________________________________
1630 [  9279] By: gsar                                  on 2001/03/21  16:47:19
1631         Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
1632      Branch: maint-5.6/perl
1633            ! ext/File/Glob/Glob.pm
1634           !> lib/Cwd.pm
1635 ____________________________________________________________________________
1636 [  9278] By: jhi                                   on 2001/03/21  14:35:10
1637         Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
1638              From: "Vadim Konovalov" <watman@inbox.ru>
1639              Date: Wed, 21 Mar 2001 01:53:51 +0300
1640              Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
1641      Branch: maint-5.6/perl
1642            ! win32/makefile.mk win32/win32sck.c
1643 ____________________________________________________________________________
1644 [  9277] By: jhi                                   on 2001/03/21  13:58:28
1645         Log: Integrate change #9270 from mainline to maintperl:
1646              continued 4-arg UTF-8 substr() fixing.
1647      Branch: maint-5.6/perl
1648           !> pp.c t/op/substr.t
1649 ____________________________________________________________________________
1650 [  9276] By: jhi                                   on 2001/03/21  13:33:00
1651         Log: More pixie cleaning.
1652      Branch: perl
1653            ! Makefile.SH
1654 ____________________________________________________________________________
1655 [  9275] By: jhi                                   on 2001/03/21  03:54:17
1656         Log: Update Changes.
1657      Branch: perl
1658            ! Changes patchlevel.h
1659 ____________________________________________________________________________
1660 [  9274] By: jhi                                   on 2001/03/21  03:48:24
1661         Log: First stab at making Data::Dumper to grok Unicode.
1662              
1663              TODO: tests, EBCDICify.
1664      Branch: perl
1665            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
1666 ____________________________________________________________________________
1667 [  9273] By: jhi                                   on 2001/03/21  02:23:00
1668         Log: Fix for
1669              
1670              Subject: Memory leak in unquoted print   
1671              From: Benjamin Sugars <bsugars@canoe.ca> 
1672              Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
1673              Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
1674      Branch: perl
1675            ! perlio.c
1676 ____________________________________________________________________________
1677 [  9272] By: jhi                                   on 2001/03/21  01:33:17
1678         Log: Subject: Re: [PATCH] POSIX::getcwd()
1679              From: Benjamin Sugars <bsugars@canoe.ca> 
1680              Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
1681              Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>      
1682      Branch: perl
1683            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
1684 ____________________________________________________________________________
1685 [  9271] By: jhi                                   on 2001/03/21  01:22:52
1686         Log: Subject: [PATCH] Cwd.pm docs
1687              From: Benjamin Sugars <bsugars@canoe.ca>
1688              Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
1689              Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
1690      Branch: perl
1691            ! lib/Cwd.pm
1692 ____________________________________________________________________________
1693 [  9270] By: jhi                                   on 2001/03/21  01:16:29
1694         Log: Continue 4-arg substr() UTF-8 fixage.
1695      Branch: perl
1696            ! pp.c t/op/substr.t
1697 ____________________________________________________________________________
1698 [  9269] By: jhi                                   on 2001/03/21  00:46:14
1699         Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
1700              
1701              revert the leak fix in change#9142 (problem needs a more experimental
1702              fix unsuitable for 5.6.1)
1703              
1704              do alphabetical sorting by default (for csh compatibility)
1705              
1706              cut-n-paste goof in change#9264
1707              
1708              VMS piping fixes (from Charles Lane)
1709      Branch: perl
1710           !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
1711           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
1712           !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
1713 ____________________________________________________________________________
1714 [  9268] By: jhi                                   on 2001/03/21  00:37:04
1715         Log: Integrate perlio.
1716      Branch: perl
1717           !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
1718           !> utf8.c utf8.h utfebcdic.h
1719 ____________________________________________________________________________
1720 [  9267] By: nick                                  on 2001/03/20  20:04:39
1721         Log: More EBCDIC stuff:
1722              - Loose the extra level of function on ASCII.
1723              - spotted a chr(0) issue in sv.c
1724              - re-work of UTF-X tr/// ranges to work in Unicode
1725              space. Still issues with the "0xff is illegal UTF-8" hack.
1726              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
1727              (why do it once when you can do it all over the place :-(
1728              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
1729              need utf8.pm for swashes.
1730              - Simplified and commented scan_const() in toke.c
1731              Still something wrong regexp and tr (swashes?).
1732      Branch: perlio
1733            ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
1734            ! utf8.c utf8.h utfebcdic.h
1735 ____________________________________________________________________________
1736 [  9266] By: gsar                                  on 2001/03/20  19:16:43
1737         Log: VMS piping fixes (from Charles Lane)
1738      Branch: maint-5.6/perl
1739            ! vms/vms.c vms/vmspipe.com
1740 ____________________________________________________________________________
1741 [  9265] By: gsar                                  on 2001/03/20  17:53:52
1742         Log: cut-n-paste goof in change#9264
1743      Branch: maint-5.6/perl
1744            ! ext/File/Glob/Glob.xs
1745 ____________________________________________________________________________
1746 [  9264] By: gsar                                  on 2001/03/20  17:43:47
1747         Log: do alphabetical sorting by default (for csh compatibility);
1748              bsd_glob() does ASCII sort by default as usual, unless
1749              GLOB_ALPHASORT was specified
1750      Branch: maint-5.6/perl
1751            ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
1752            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
1753            ! ext/File/Glob/bsd_glob.h
1754 ____________________________________________________________________________
1755 [  9263] By: gsar                                  on 2001/03/20  16:40:08
1756         Log: integrate change#9255 from mainline (unicode fix)
1757              
1758              substr($bytestr, i, n, $charstr)
1759      Branch: maint-5.6/perl
1760           !> Todo-5.6 pp.c t/op/substr.t
1761 ____________________________________________________________________________
1762 [  9262] By: gsar                                  on 2001/03/20  15:57:41
1763         Log: revert the leak fix in change#9142 (problem needs a more experimental
1764              fix unsuitable for 5.6.1)
1765      Branch: maint-5.6/perl
1766            ! scope.c
1767 ____________________________________________________________________________
1768 [  9261] By: jhi                                   on 2001/03/20  14:26:25
1769         Log: Integrate changes #9259,9260 from maintperl into mainline.
1770              
1771              Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
1772              
1773              Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
1774      Branch: perl
1775           !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
1776 ____________________________________________________________________________
1777 [  9260] By: jhi                                   on 2001/03/20  14:05:46
1778         Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
1779              From: Robin Barker <rmb1@cise.npl.co.uk>
1780              Date: Tue, 20 Mar 2001 10:12:04 GMT
1781              Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
1782      Branch: maint-5.6/perl
1783            ! run.c
1784 ____________________________________________________________________________
1785 [  9259] By: jhi                                   on 2001/03/20  14:04:39
1786         Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
1787              From: Chris Nandor <pudge@pobox.com>
1788              Date: Tue, 20 Mar 2001 00:40:56 -0500
1789              Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
1790      Branch: maint-5.6/perl
1791            ! ext/POSIX/POSIX.xs lib/File/Path.pm
1792 ____________________________________________________________________________
1793 [  9258] By: jhi                                   on 2001/03/20  05:09:34
1794         Log: Update Changes.
1795      Branch: perl
1796            ! Changes patchlevel.h
1797 ____________________________________________________________________________
1798 [  9257] By: jhi                                   on 2001/03/20  05:04:25
1799         Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
1800      Branch: perl
1801            ! t/op/tr.t
1802 ____________________________________________________________________________
1803 [  9256] By: jhi                                   on 2001/03/20  04:43:12
1804         Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
1805              From: Peter Prymmer <pvhp@forte.com>
1806              Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
1807              Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
1808      Branch: maint-5.6/perl
1809            ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
1810 ____________________________________________________________________________
1811 [  9255] By: jhi                                   on 2001/03/19  23:17:17
1812         Log: substr($bytestr, i, n, $charstr)
1813
1814              TODO: we are still broken if $bytestr needs UTF-8 upgrading.
1815      Branch: perl
1816            ! Todo-5.6 pp.c t/op/substr.t
1817 ____________________________________________________________________________
1818 [  9254] By: jhi                                   on 2001/03/19  22:25:09
1819         Log: Rearrange the make test target prerequisites so that
1820              in a parallel make 'all' is finished before 'test'.
1821      Branch: perl
1822            ! Makefile.SH
1823 ____________________________________________________________________________
1824 [  9253] By: jhi                                   on 2001/03/19  21:48:07
1825         Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
1826              From: Robin Houston <robin@kitsite.com>
1827              Date: Mon, 19 Mar 2001 15:48:41 +0000
1828              Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
1829      Branch: perl
1830            ! pp_ctl.c
1831 ____________________________________________________________________________
1832 [  9252] By: jhi                                   on 2001/03/19  21:42:27
1833         Log: Integrate perlio.
1834      Branch: perl
1835           !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
1836           !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
1837           !> utfebcdic.h vms/perly_c.vms
1838 ____________________________________________________________________________
1839 [  9251] By: jhi                                   on 2001/03/19  21:31:28
1840         Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
1841              
1842              Dynaloading in 64-bit AIX with vac.
1843      Branch: perl
1844           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
1845           !> hints/aix.sh
1846 ____________________________________________________________________________
1847 [  9250] By: jhi                                   on 2001/03/19  21:18:00
1848         Log: A more robust solution for the 64bitall AIX dynaloading
1849              problem, from Jens-Uwe Mager.
1850      Branch: maint-5.6/perl
1851            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
1852 ____________________________________________________________________________
1853 [  9249] By: nick                                  on 2001/03/19  20:59:37
1854         Log: Integrate mainline.
1855      Branch: perlio
1856           !> (integrate 42 files)
1857 ____________________________________________________________________________
1858 [  9248] By: nick                                  on 2001/03/19  20:22:07
1859         Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
1860              (Building on OS390 uses native YACC and YYDEBUG has other
1861              side effects.)
1862      Branch: perlio
1863            ! perly.c perly.y vms/perly_c.vms
1864 ____________________________________________________________________________
1865 [  9247] By: jhi                                   on 2001/03/19  19:59:53
1866         Log: 64-bit AIX dynaloading problem (see #9244) idea
1867              from Jens-Uwe Mager.
1868      Branch: maint-5.6/perl
1869            ! ext/DynaLoader/dl_aix.xs
1870 ____________________________________________________________________________
1871 [  9246] By: nick                                  on 2001/03/19  19:27:57
1872         Log: More EBCDIC fixes.
1873      Branch: perlio
1874            ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
1875            ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
1876 ____________________________________________________________________________
1877 [  9245] By: jhi                                   on 2001/03/19  19:05:19
1878         Log: Integrate change #9243 from mainline into maintperl.
1879              
1880              Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
1881      Branch: maint-5.6/perl
1882           !> README.vmesa
1883 ____________________________________________________________________________
1884 [  9244] By: jhi                                   on 2001/03/19  19:03:15
1885         Log: Get 64bitall AIX building, but still does not test okay:
1886              dynaloading anything fails, for example for op/defins:
1887              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
1888              (update: fixed by #9247,9250)
1889      Branch: maint-5.6/perl
1890            ! hints/aix.sh
1891 ____________________________________________________________________________
1892 [  9243] By: jhi                                   on 2001/03/19  19:00:16
1893         Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
1894              From: Robin Barker <rmb1@cise.npl.co.uk>
1895              Date: Mon, 19 Mar 2001 18:01:57 GMT
1896              Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
1897      Branch: perl
1898            ! README.vmesa
1899 ____________________________________________________________________________
1900 [  9242] By: jhi                                   on 2001/03/19  18:58:43
1901         Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
1902              
1903              TODO: tests.
1904      Branch: perl
1905            ! doop.c op.c
1906 ____________________________________________________________________________
1907 [  9241] By: gsar                                  on 2001/03/19  17:34:46
1908         Log: VMSify tests (from Charles Lane)
1909      Branch: maint-5.6/perl
1910            ! t/lib/filehand.t t/lib/texttabs.t
1911 ____________________________________________________________________________
1912 [  9240] By: jhi                                   on 2001/03/19  14:24:26
1913         Log: Integrate change #9233 from maintperl into mainline.
1914              
1915              some refcounts were incorrect in perl_clone()
1916      Branch: perl
1917           !> sv.c
1918 ____________________________________________________________________________
1919 [  9239] By: gsar                                  on 2001/03/19  09:23:17
1920         Log: this is 5.6.1-trial3
1921      Branch: maint-5.6/perl
1922            ! Changes
1923 ____________________________________________________________________________
1924 [  9238] By: gsar                                  on 2001/03/19  08:47:04
1925         Log: some new symbols are only available under ithreads
1926      Branch: maint-5.6/perl
1927            ! makedef.pl
1928 ____________________________________________________________________________
1929 [  9237] By: gsar                                  on 2001/03/19  08:42:28
1930         Log: update patchlevel.h, Changes, &c.
1931      Branch: maint-5.6/perl
1932            ! Changes patchlevel.h pod/perlhist.pod
1933           !> AUTHORS
1934 ____________________________________________________________________________
1935 [  9236] By: gsar                                  on 2001/03/19  08:17:49
1936         Log: integrate changes#8068,8717 from mainline
1937              
1938              [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
1939              
1940              [PATCH CPAN 1.59_51] warning message (not!)
1941      Branch: maint-5.6/perl
1942           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
1943           !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
1944           !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
1945           !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
1946           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
1947 ____________________________________________________________________________
1948 [  9235] By: gsar                                  on 2001/03/19  08:07:09
1949         Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
1950              
1951              [PATCH] Add missing CV flags to dump.c
1952              
1953              Re: [patch] Re: PL_ptr_table
1954              
1955              Fixup non-ithread build after 8713
1956              
1957              Generated files form 8713 etc.
1958              
1959              Correct the correction :-(
1960              
1961              Documenting coderef @INC (Re: CPAN "make this script work" feature)
1962              
1963              Subject: Re: sync sync sync: have I missed any patches?
1964              Replace djSP with dSP.
1965      Branch: maint-5.6/perl
1966           !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
1967           !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
1968           !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
1969           !> sv.c sv.h win32/perlhost.h
1970 ____________________________________________________________________________
1971 [  9234] By: gsar                                  on 2001/03/19  07:22:05
1972         Log: revert the change#9090 integrate for now (change looks somewhat
1973              incomplete in that [ha]v_exists() need something similar; lacks
1974              tests; &c.)
1975      Branch: maint-5.6/perl
1976            ! hv.c
1977 ____________________________________________________________________________
1978 [  9233] By: gsar                                  on 2001/03/19  07:10:01
1979         Log: some refcounts were incorrect in perl_clone(); avoid hang in global
1980              destruction when there are unreferenced scalars (SvREFCNT==0)
1981      Branch: maint-5.6/perl
1982            ! sv.c
1983 ____________________________________________________________________________
1984 [  9232] By: jhi                                   on 2001/03/19  05:11:02
1985         Log: Regen api and toc.
1986      Branch: maint-5.6/perl
1987            ! pod/perlapi.pod pod/perltoc.pod
1988 ____________________________________________________________________________
1989 [  9231] By: jhi                                   on 2001/03/19  04:06:03
1990         Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
1991              add a lost line in pp.c:pp_chop(), update to new op/chop.
1992              
1993              Clarify the description differentiating for and while; inspired by
1994              
1995              Subject: [ID 20010306.004] || != named unary operator
1996              
1997              The $Is_MacOS needs to be declared.
1998      Branch: maint-5.6/perl
1999            ! pp.c t/op/chop.t
2000           !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
2001 ____________________________________________________________________________
2002 [  9230] By: jhi                                   on 2001/03/19  03:48:16
2003         Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
2004              9079,9083,9089,9090,9091 from mainline to maintperl.
2005              
2006              Quieten some noise in Win32 builds
2007              
2008              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
2009              
2010              The perlretut was still talking about the old \p and \P
2011              definitions.
2012              
2013              More tweakage on the Unicode character class descriptions.
2014              
2015              Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
2016              
2017              Subject: 'no *POSIX' Patch speeding up make on BS2000 
2018              
2019              Subject: [PATCH] perldata.pod here-doc docs
2020              
2021              Add /sbin and /usr/sbin to the list of directories scanned
2022              for setuid programs.  Takes care of bug id 20010309.003.
2023              
2024              Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
2025              
2026              In op/stat #35 better to scan all the potential directories
2027              for setuids, not just the first one.
2028      Branch: maint-5.6/perl
2029            ! Makefile.SH
2030           !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
2031           !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
2032           !> t/op/stat.t toke.c win32/win32.h
2033 ____________________________________________________________________________
2034 [  9229] By: jhi                                   on 2001/03/19  02:31:50
2035         Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
2036              From: Chris Nandor <pudge@pobox.com>
2037              Date: Sat, 10 Mar 2001 14:22:19 -0500
2038              Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
2039      Branch: maint-5.6/perl
2040            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
2041            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
2042            ! t/lib/b.t t/lib/errno.t
2043 ____________________________________________________________________________
2044 [  9228] By: jhi                                   on 2001/03/19  02:29:59
2045         Log: Integrate changes #9113,9122 from mainline into maintperl.
2046              
2047              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?)
2048      Branch: maint-5.6/perl
2049           !> Configure README.os390 hints/os390.sh
2050 ____________________________________________________________________________
2051 [  9227] By: jhi                                   on 2001/03/19  02:22:35
2052         Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
2053              into maintperl.
2054              
2055              Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
2056              
2057              Forgot to check-in the larger part of #9120, duh.
2058              
2059              Subject: Another patch for integer.pm POD 
2060              
2061              h2ph strictness and cleanliness from Kurt Starsinic.
2062              
2063              Borland filename case problem.
2064              
2065              h2ph strictness and cleanliness from Kurt Starsinic.
2066              
2067              Subject: [PATCH] the uncontroversial doc patches
2068      Branch: maint-5.6/perl
2069           +> win32/sncfnmcs.pl
2070           !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
2071           !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
2072           !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
2073           !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
2074           !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
2075           !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
2076           !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
2077 ____________________________________________________________________________
2078 [  9226] By: jhi                                   on 2001/03/19  02:10:21
2079         Log: Integrate changes #9207,9214 from mainline into maintperl.
2080              
2081              podchecker relaxations: =over has an *optional* number after it,
2082              and whitespace in L<> is okay.
2083      Branch: maint-5.6/perl
2084           !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
2085           !> t/pod/poderrs.xr
2086 ____________________________________________________________________________
2087 [  9225] By: jhi                                   on 2001/03/19  02:07:38
2088         Log: Integrate change #9219 from maintperl into mainline.
2089              
2090              remove duplicated tests
2091      Branch: perl
2092           !> t/op/re_tests
2093 ____________________________________________________________________________
2094 [  9224] By: jhi                                   on 2001/03/19  02:06:11
2095         Log: Integrate change #9223 from mainline to maintperl.
2096              
2097              Document -Dmksymlinks.
2098      Branch: maint-5.6/perl
2099           !> INSTALL
2100 ____________________________________________________________________________
2101 [  9223] By: jhi                                   on 2001/03/19  02:01:25
2102         Log: Document -Dmksymlinks.
2103      Branch: perl
2104            ! INSTALL
2105 ____________________________________________________________________________
2106 [  9222] By: jhi                                   on 2001/03/19  01:15:35
2107         Log: The -Dmksymlinks wasn't working for maintperl.
2108      Branch: maint-5.6/perl
2109            ! Configure
2110 ____________________________________________________________________________
2111 [  9221] By: jhi                                   on 2001/03/19  00:49:43
2112         Log: Cleanup pixie residue.
2113      Branch: perl
2114            ! Makefile.SH
2115 ____________________________________________________________________________
2116 [  9220] By: jhi                                   on 2001/03/19  00:44:47
2117         Log: Document the use of pixie/prof; create make targets for it.
2118              
2119              TODO: make t/TEST pixie-aware.
2120      Branch: perl
2121            ! Makefile.SH pod/perlhack.pod
2122 ____________________________________________________________________________
2123 [  9219] By: gsar                                  on 2001/03/19  00:16:55
2124         Log: remove duplicated tests
2125      Branch: maint-5.6/perl
2126            ! t/op/re_tests
2127 ____________________________________________________________________________
2128 [  9218] By: jhi                                   on 2001/03/18  23:59:31
2129         Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
2130      Branch: perl
2131            ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
2132 ____________________________________________________________________________
2133 [  9217] By: jhi                                   on 2001/03/18  23:25:20
2134         Log: Rewrite the tests section of Makefile to be less redundant
2135              and to allow for more flexible test targets, many recursive
2136              make calls introduced.
2137      Branch: perl
2138            ! Makefile.SH
2139 ____________________________________________________________________________
2140 [  9216] By: jhi                                   on 2001/03/18  22:30:04
2141         Log: Document the use of Third Degree (sparsely).
2142      Branch: perl
2143            ! pod/perlhack.pod t/TEST
2144 ____________________________________________________________________________
2145 [  9215] By: jhi                                   on 2001/03/18  22:10:30
2146         Log: Make targets for testing with Third Degree.
2147      Branch: perl
2148            ! Makefile.SH
2149 ____________________________________________________________________________
2150 [  9214] By: jhi                                   on 2001/03/18  21:08:53
2151         Log: The podchecker relaxations need to mirrored also at the tests.
2152      Branch: perl
2153            ! t/pod/poderrs.xr
2154 ____________________________________________________________________________
2155 [  9213] By: jhi                                   on 2001/03/18  20:56:21
2156         Log: Update Changes.
2157      Branch: perl
2158            ! Changes patchlevel.h
2159 ____________________________________________________________________________
2160 [  9212] By: jhi                                   on 2001/03/18  20:36:59
2161         Log: Looking for config.sh in parent directories isn't
2162              very useful for the toplevel Makefile.
2163      Branch: perl
2164            ! Makefile.SH
2165 ____________________________________________________________________________
2166 [  9211] By: jhi                                   on 2001/03/18  20:33:37
2167         Log: On "make clean" take care of Third Degree droppings.
2168      Branch: perl
2169            ! Makefile.SH
2170 ____________________________________________________________________________
2171 [  9210] By: jhi                                   on 2001/03/18  20:21:34
2172         Log: Add a hook for running the tests under the Third Degree
2173              debugging tool (set $ENV{PERL_3LOG} to non-zero)
2174              
2175              TODO: Document the use of Third Degree.
2176      Branch: perl
2177            ! t/TEST
2178 ____________________________________________________________________________
2179 [  9209] By: jhi                                   on 2001/03/18  20:19:07
2180         Log: Regen toc and api pods.
2181      Branch: perl
2182            ! pod/perlapi.pod pod/perltoc.pod
2183 ____________________________________________________________________________
2184 [  9208] By: jhi                                   on 2001/03/18  20:12:12
2185         Log: Integrate changes #8128,9132 from mainline into maintperl,
2186              Tie::SubstrHash fixes.
2187      Branch: maint-5.6/perl
2188           !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
2189 ____________________________________________________________________________
2190 [  9207] By: jhi                                   on 2001/03/18  20:07:43
2191         Log: podchecker relaxations from Michael Stevens.
2192      Branch: perl
2193            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
2194 ____________________________________________________________________________
2195 [  9206] By: jhi                                   on 2001/03/18  20:04:24
2196         Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
2197      Branch: perl
2198            ! lib/Locale/Constants.pm lib/Locale/Country.pm
2199            ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
2200            ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
2201 ____________________________________________________________________________
2202 [  9205] By: jhi                                   on 2001/03/18  19:54:45
2203         Log: Integrate changes #9161,9162 from maintperl to mainline.
2204              
2205              clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
2206              results
2207      Branch: perl
2208           !> t/op/magic.t
2209 ____________________________________________________________________________
2210 [  9204] By: jhi                                   on 2001/03/18  19:37:46
2211         Log: Make perl.third checks more understandable to the builder.
2212      Branch: perl
2213            ! Makefile.SH
2214 ____________________________________________________________________________
2215 [  9203] By: jhi                                   on 2001/03/18  19:20:54
2216         Log: Re-integrate #9138 from maintperl to mainline,
2217              the squelching of the unneeded "Scalars leaked" messages.
2218      Branch: perl
2219           !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
2220           !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
2221           !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
2222 ____________________________________________________________________________
2223 [  9202] By: jhi                                   on 2001/03/18  18:48:36
2224         Log: More robust and more paranoid perl.third target.
2225      Branch: perl
2226            ! Makefile.SH
2227 ____________________________________________________________________________
2228 [  9201] By: jhi                                   on 2001/03/18  18:39:21
2229         Log: Integrate change #9197 from maintperl to mainline.
2230              
2231              more thorough cleaning of arenas.
2232      Branch: perl
2233           !> embed.pl perl.c proto.h sv.c t/op/sort.t
2234 ____________________________________________________________________________
2235 [  9200] By: jhi                                   on 2001/03/18  18:25:17
2236         Log: Integrate perlio.
2237      Branch: perl
2238           !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
2239           !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
2240           !> t/lib/encode.t toke.c universal.c utf8.c
2241 ____________________________________________________________________________
2242 [  9199] By: nick                                  on 2001/03/18  15:23:51
2243         Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
2244              is the sense of the test being done. Avoid some magical 127 and 128 values
2245              by using macros.
2246      Branch: perlio
2247            ! doop.c pp_ctl.c sv.c toke.c
2248 ____________________________________________________________________________
2249 [  9198] By: nick                                  on 2001/03/18  14:18:12
2250         Log: UTF-X encoding invariance for Encode:
2251              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
2252              - move the XS code for those to universal.c (so in miniperl)
2253              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
2254              - change ext/Encode/compile to use above.
2255              - Fix t/lib/encode.t for above
2256              - Teach t/lib/b.t to expect -uutf8
2257              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
2258              utf8.pm is needed.
2259      Branch: perlio
2260            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
2261            ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
2262 ____________________________________________________________________________
2263 [  9197] By: gsar                                  on 2001/03/18  12:15:57
2264         Log: more thorough cleaning of arenas--keep going until no more
2265              SvREFCNT_dec()s occur (this fixes the problem that causes the
2266              pesky "Scalars leaked" warnings)
2267      Branch: maint-5.6/perl
2268            ! embed.pl perl.c proto.h sv.c t/op/sort.t
2269 ____________________________________________________________________________
2270 [  9196] By: nick                                  on 2001/03/18  10:57:29
2271         Log: Fix pragma/utf8.t # 15
2272              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
2273              are SvUTF8 as well.
2274      Branch: perlio
2275            ! toke.c
2276 ____________________________________________________________________________
2277 [  9195] By: nick                                  on 2001/03/18  09:27:06
2278         Log: Integrate mainline
2279      Branch: perlio
2280           !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
2281           !> t/op/pat.t
2282 ____________________________________________________________________________
2283 [  9194] By: jhi                                   on 2001/03/18  05:29:59
2284         Log: Sarathy's clear_pmop patch with Radu Greab's fix,
2285              Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
2286      Branch: perl
2287            ! op.c op.h t/op/misc.t t/op/pat.t
2288 ____________________________________________________________________________
2289 [  9193] By: jhi                                   on 2001/03/18  05:15:06
2290         Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
2291      Branch: perl
2292            ! mg.c t/op/pat.t
2293 ____________________________________________________________________________
2294 [  9192] By: jhi                                   on 2001/03/18  04:22:43
2295         Log: tr/// UTF-8 patches from Inaba Hiroto.
2296      Branch: perl
2297            ! doop.c op.c
2298 ____________________________________________________________________________
2299 [  9191] By: jhi                                   on 2001/03/18  04:21:17
2300         Log: Integrate perlio.
2301      Branch: perl
2302           !> utf8.c utfebcdic.h
2303 ____________________________________________________________________________
2304 [  9190] By: nick                                  on 2001/03/17  20:32:01
2305         Log: Correct #if EBCDIC side typos.
2306              Builds and passes many tests on OS390.
2307      Branch: perlio
2308            ! utf8.c utfebcdic.h
2309 ____________________________________________________________________________
2310 [  9189] By: jhi                                   on 2001/03/17  18:55:49
2311         Log: Add prerequisites for the perl.third target.
2312      Branch: perl
2313            ! Makefile.SH
2314 ____________________________________________________________________________
2315 [  9188] By: jhi                                   on 2001/03/17  18:46:00
2316         Log: Integrate perlio.
2317      Branch: perl
2318           +> utfebcdic.h
2319           !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
2320 ____________________________________________________________________________
2321 [  9187] By: jhi                                   on 2001/03/17  18:38:47
2322         Log: Add a make rule for perl.third (the Third Degree memory debugging
2323              tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
2324      Branch: perl
2325            ! Makefile.SH
2326 ____________________________________________________________________________
2327 [  9186] By: nick                                  on 2001/03/17  18:34:48
2328         Log: MANIFEST addition :-(
2329      Branch: perlio
2330            ! MANIFEST
2331 ____________________________________________________________________________
2332 [  9185] By: nick                                  on 2001/03/17  18:29:50
2333         Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
2334              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
2335              a superset of ASCII are invariant under the encoding. This is EBCDIC
2336              friendly as an encoded string can be looked at as being EBCDIC by lexer
2337              sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
2338              ASCII on ASCII machines.
2339              
2340              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
2341              seperate.
2342              - Add some more macros to comprehend different shift amounts and
2343              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
2344              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
2345              and conditionaly #include it.
2346              
2347              EBCDIC build as yet untested.  ASCII still fails the one test.
2348      Branch: perlio
2349            + utfebcdic.h
2350            ! utf8.c utf8.h
2351 ____________________________________________________________________________
2352 [  9184] By: nick                                  on 2001/03/17  17:44:16
2353         Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
2354      Branch: perlio
2355            ! doop.c perl.h pp.c utf8.h
2356 ____________________________________________________________________________
2357 [  9183] By: jhi                                   on 2001/03/17  15:55:42
2358         Log: Integrate perlio.
2359      Branch: perl
2360            ! MANIFEST
2361           !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
2362 ____________________________________________________________________________
2363 [  9182] By: nick                                  on 2001/03/17  09:16:06
2364         Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
2365      Branch: perlio
2366            ! t/op/pat.t
2367 ____________________________________________________________________________
2368 [  9181] By: nick                                  on 2001/03/17  09:15:11
2369         Log: Integrate mainline.
2370      Branch: perlio
2371           +> lib/Locale/Constants.pm lib/Locale/Country.pm
2372           +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
2373           +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
2374           +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
2375           !> (integrate 83 files)
2376 ____________________________________________________________________________
2377 [  9180] By: nick                                  on 2001/03/16  17:23:21
2378         Log: EBCDIC Fixes.
2379      Branch: perlio
2380            ! perl.h sv.c toke.c utf8.c utf8.h
2381 ____________________________________________________________________________
2382 [  9179] By: jhi                                   on 2001/03/16  14:10:12
2383         Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
2384              a change needed to work around an AIX compiler bug.
2385      Branch: perl
2386            ! ext/Storable/Storable.xs
2387 ____________________________________________________________________________
2388 [  9178] By: jhi                                   on 2001/03/16  03:19:59
2389         Log: With Damian's approval synchronize damian's modules'
2390              licensing with Perl's standard module licensing.
2391      Branch: perl
2392            ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
2393 ____________________________________________________________________________
2394 [  9177] By: jhi                                   on 2001/03/16  03:15:34
2395         Log: Make the Filter::Util:Call files have their own copies
2396              of the Perl standard module licensing, from Paul Marquess.
2397      Branch: perl
2398            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
2399 ____________________________________________________________________________
2400 [  9176] By: jhi                                   on 2001/03/16  02:56:04
2401         Log: Subject: [PATCH] more pod patches
2402              From: Michael Stevens <michael@etla.org>
2403              Date: Thu, 15 Mar 2001 21:25:18 +0000
2404              Message-ID: <20010315212518.A18870@firedrake.org>
2405      Branch: perl
2406            ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
2407            ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
2408            ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
2409            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
2410            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
2411            ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
2412            ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
2413            ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
2414            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
2415            ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
2416            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
2417            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
2418            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
2419            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
2420            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
2421            ! lib/File/Basename.pm lib/File/Spec/VMS.pm
2422            ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
2423            ! lib/Getopt/Long.pm lib/Locale/Constants.pm
2424            ! lib/Locale/Country.pm lib/Locale/Language.pm
2425            ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
2426            ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
2427            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
2428            ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
2429            ! os2/OS2/Process/Process.pm
2430 ____________________________________________________________________________
2431 [  9175] By: jhi                                   on 2001/03/16  02:53:32
2432         Log: Subject: [PATCH] the uncontroversial doc patches
2433              From: Michael Stevens <michael@etla.org>
2434              Date: Thu, 15 Mar 2001 20:01:12 +0000
2435              Message-ID: <20010315200112.A7636@firedrake.org>
2436      Branch: perl
2437            ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
2438            ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
2439            ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
2440            ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
2441            ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
2442 ____________________________________________________________________________
2443 [  9174] By: jhi                                   on 2001/03/16  02:50:49
2444         Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
2445              From: Paul Lindner <lindner@inuus.com>
2446              Date: Fri, 16 Mar 2001 11:28:03 -0800
2447              Message-ID: <20010316112803.A7577@inuus.com>
2448      Branch: perl
2449            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
2450 ____________________________________________________________________________
2451 [  9173] By: nick                                  on 2001/03/15  20:21:03
2452         Log: 1st day's EBCDIC fixes:
2453              - toke.c's parsing of strings needed attention
2454              needed to conditionally e2a if string was already UTF-8
2455              - e2a/a2e tables where wrong way round.
2456              - new macros in utf8.h
2457      Branch: perlio
2458            ! perl.h toke.c utf8.h
2459 ____________________________________________________________________________
2460 [  9172] By: jhi                                   on 2001/03/15  15:17:17
2461         Log: Update Changes.
2462      Branch: perl
2463            ! Changes patchlevel.h
2464 ____________________________________________________________________________
2465 [  9171] By: jhi                                   on 2001/03/15  15:09:32
2466         Log: Subject: Re: Another Borland C++ problem.
2467              From: "Vadim Konovalov" <watman@inbox.ru>
2468              Date: Sat, 10 Mar 2001 19:26:07 +0300
2469              Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
2470              
2471              Borland filename case problem.
2472      Branch: perl
2473            + win32/sncfnmcs.pl
2474            ! MANIFEST README.win32
2475 ____________________________________________________________________________
2476 [  9170] By: jhi                                   on 2001/03/15  14:54:23
2477         Log: Add Locale::Codes 1.06, from Neil Bowers.
2478      Branch: perl
2479            + lib/Locale/Constants.pm lib/Locale/Country.pm
2480            + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
2481            + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
2482            + t/lib/lc-language.t t/lib/lc-uk.t
2483            ! MANIFEST
2484 ____________________________________________________________________________
2485 [  9169] By: jhi                                   on 2001/03/15  14:19:01
2486         Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
2487      Branch: perl
2488            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
2489            ! ext/Storable/Storable.xs
2490 ____________________________________________________________________________
2491 [  9168] By: jhi                                   on 2001/03/15  14:13:22
2492         Log: Integrate changes #9120,9167 from mainline to maintperl.
2493              
2494              Subject: [PATCH 5.6.1] OS/2 docs
2495              
2496              Subject: [PATCH 5.6.1] perldoc
2497      Branch: maint-5.6/perl
2498           !> os2/Changes utils/perldoc.PL
2499 ____________________________________________________________________________
2500 [  9167] By: jhi                                   on 2001/03/15  14:07:42
2501         Log: Subject: [PATCH 5.6.1] perldoc
2502              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2503              Date: Wed, 14 Mar 2001 23:46:52 -0500
2504              Message-ID: <20010314234652.A7972@math.ohio-state.edu>
2505      Branch: perl
2506            ! utils/perldoc.PL
2507 ____________________________________________________________________________
2508 [  9166] By: jhi                                   on 2001/03/15  13:53:15
2509         Log: sigaction test condition tweakage.
2510      Branch: perl
2511            ! t/lib/sigaction.t
2512 ____________________________________________________________________________
2513 [  9165] By: alanbur                               on 2001/03/15  03:49:17
2514         Log: Resynchronised with parent
2515      Branch: maint-5.6/pureperl
2516           +> os2/os2add.sym t/op/anonsub.t
2517           !> (integrate 72 files)
2518 ____________________________________________________________________________
2519 [  9164] By: jhi                                   on 2001/03/15  01:05:01
2520         Log: Avoid stomping off the beginning of an array in tr///.
2521      Branch: perl
2522            ! op.c
2523 ____________________________________________________________________________
2524 [  9163] By: jhi                                   on 2001/03/15  00:58:57
2525         Log: h2ph strictness and cleanliness from Kurt Starsinic.
2526      Branch: perl
2527            ! utils/h2ph.PL
2528 ____________________________________________________________________________
2529 [  9162] By: gsar                                  on 2001/03/15  00:56:53
2530         Log: avoid warnings
2531      Branch: maint-5.6/perl
2532            ! t/op/magic.t
2533 ____________________________________________________________________________
2534 [  9161] By: gsar                                  on 2001/03/15  00:52:09
2535         Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
2536              results
2537      Branch: maint-5.6/perl
2538            ! t/op/magic.t
2539 ____________________________________________________________________________
2540 [  9160] By: jhi                                   on 2001/03/14  22:02:10
2541         Log: Do not use the Perl malloc in IRIX, suggested by
2542              Helmus Jarausch.
2543      Branch: perl
2544            ! hints/irix_6.sh
2545 ____________________________________________________________________________
2546 [  9159] By: nick                                  on 2001/03/14  21:45:59
2547         Log: Integrate mainline
2548      Branch: perlio
2549           +> t/op/loopctl.t
2550           !> (integrate 41 files)
2551 ____________________________________________________________________________
2552 [  9158] By: jhi                                   on 2001/03/14  21:10:09
2553         Log: The Day of the Retractions continues: the #9138
2554              (integrated in #9144) doesn't work well in mainline.
2555      Branch: perl
2556            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
2557            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
2558            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
2559 ____________________________________________________________________________
2560 [  9157] By: jhi                                   on 2001/03/14  20:58:12
2561         Log: The #9145 CANNOT be enabled: the clear_pmop code still
2562              dumps core all over in Tru64.
2563      Branch: perl
2564            ! op.c op.h t/op/pat.t
2565 ____________________________________________________________________________
2566 [  9156] By: jhi                                   on 2001/03/14  20:48:06
2567         Log: Integrate change #9154 from maintperl to mainline.
2568              
2569              PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
2570              (caused Storable 1.0.10 to break on windows)
2571      Branch: perl
2572           !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
2573           !> perlapi.c proto.h
2574 ____________________________________________________________________________
2575 [  9155] By: jhi                                   on 2001/03/14  20:23:53
2576         Log: Retract #9136: breaks threading (and binary compatibility).
2577      Branch: perl
2578            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
2579 ____________________________________________________________________________
2580 [  9154] By: gsar                                  on 2001/03/14  17:48:18
2581         Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
2582              (caused Storable 1.0.10 to break on windows)
2583      Branch: maint-5.6/perl
2584            ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
2585            ! perlapi.c proto.h
2586 ____________________________________________________________________________
2587 [  9153] By: jhi                                   on 2001/03/14  13:35:21
2588         Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
2589      Branch: perl
2590            ! t/lib/sigaction.t
2591 ____________________________________________________________________________
2592 [  9152] By: gsar                                  on 2001/03/14  07:29:40
2593         Log: back out changes#9012,9010,9009 and parts of change#9016
2594              (causes ABRs under purify, and some prerequisites don't
2595              seem to be there in 5.6.x)
2596      Branch: maint-5.6/perl
2597            ! doop.c op.c t/op/tr.t toke.c
2598 ____________________________________________________________________________
2599 [  9151] By: gsar                                  on 2001/03/14  07:01:29
2600         Log: reenable change#9145 (the test was busted due to a missing
2601              C<print "ok 27\n">)
2602      Branch: perl
2603            ! op.c op.h t/op/pat.t
2604 ____________________________________________________________________________
2605 [  9150] By: jhi                                   on 2001/03/14  06:38:36
2606         Log: Retract #9145.
2607      Branch: perl
2608            ! op.c op.h t/op/pat.t
2609 ____________________________________________________________________________
2610 [  9149] By: jhi                                   on 2001/03/14  06:14:56
2611         Log: Retract #9143.
2612      Branch: perl
2613            ! op.c
2614 ____________________________________________________________________________
2615 [  9148] By: gsar                                  on 2001/03/14  06:13:02
2616         Log: Uninitialized Memory Read in regexec.c
2617      Branch: perl
2618            ! regexec.c
2619 ____________________________________________________________________________
2620 [  9147] By: jhi                                   on 2001/03/14  04:59:54
2621         Log: Subject: PATCH: make goto work in nested eval ""
2622              From: Robin Houston <robin@kitsite.com>
2623              Date: Wed, 14 Mar 2001 04:16:10 +0000
2624              Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
2625      Branch: perl
2626            ! pp_ctl.c t/op/goto.t
2627 ____________________________________________________________________________
2628 [  9146] By: jhi                                   on 2001/03/14  04:42:54
2629         Log: Preserve the #ifdef PERL_CORE in perly.h.
2630      Branch: perl
2631            ! perly.fixer
2632 ____________________________________________________________________________
2633 [  9145] By: jhi                                   on 2001/03/14  03:57:41
2634         Log: (Retracted by #9150.)
2635      Branch: perl
2636            ! op.c op.h t/op/pat.t
2637 ____________________________________________________________________________
2638 [  9144] By: jhi                                   on 2001/03/14  03:50:38
2639         Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
2640              
2641              fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
2642              
2643              remove squelch controls for "Scalars leaked" messages in most places
2644              (these are now cured)
2645              
2646              fix another memory leak reported by purify (tie callbacks that
2647              croak can leak when wiping out magic)
2648      Branch: perl
2649           !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
2650           !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
2651           !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
2652           !> t/pragma/warnings.t
2653 ____________________________________________________________________________
2654 [  9143] By: jhi                                   on 2001/03/14  03:37:53
2655         Log: (Retracted by #9149.)
2656      Branch: perl
2657            ! op.c
2658 ____________________________________________________________________________
2659 [  9142] By: gsar                                  on 2001/03/14  03:20:48
2660         Log: fix another memory leak reported by purify (tie callbacks that
2661              croak can leak when wiping out magic)
2662      Branch: maint-5.6/perl
2663            ! scope.c
2664 ____________________________________________________________________________
2665 [  9141] By: jhi                                   on 2001/03/14  02:55:00
2666         Log: Subject: PATCH for [ID 20010305.003]
2667              From: Robin Houston <robin@kitsite.com>
2668              Date: Wed, 14 Mar 2001 02:45:51 +0000
2669              Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
2670      Branch: perl
2671            ! pp_ctl.c t/op/eval.t
2672 ____________________________________________________________________________
2673 [  9140] By: jhi                                   on 2001/03/14  02:41:54
2674         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
2675              Date: Wed, 14 Mar 2001 01:52:51 +0000
2676              From: Robin Houston <robin@kitsite.com>
2677              Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
2678              
2679              Fix for 2000313.004.
2680      Branch: perl
2681            ! pp_ctl.c t/op/goto.t
2682 ____________________________________________________________________________
2683 [  9139] By: jhi                                   on 2001/03/14  02:40:50
2684         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
2685              From: Robin Houston <robin@kitsite.com>
2686              Date: Wed, 14 Mar 2001 00:43:45 +0000
2687              Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
2688      Branch: perl
2689            + t/op/loopctl.t
2690            ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
2691            ! vms/perly_c.vms
2692 ____________________________________________________________________________
2693 [  9138] By: gsar                                  on 2001/03/14  01:18:00
2694         Log: remove squelch controls for "Scalars leaked" messages in most places
2695              (these are now cured)
2696      Branch: maint-5.6/perl
2697            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
2698            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
2699            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
2700 ____________________________________________________________________________
2701 [  9137] By: gsar                                  on 2001/03/14  00:57:04
2702         Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
2703      Branch: maint-5.6/perl
2704            ! regcomp.c
2705 ____________________________________________________________________________
2706 [  9136] By: jhi                                   on 2001/03/13  23:12:24
2707         Log: (Retracted by #9155)
2708              
2709              Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
2710              From: Jens-Uwe Mager <jum@helios.de>
2711              Date: Wed, 21 Feb 2001 21:32:04 +0100
2712              Message-ID: <20010221213203.A18340@ans.helios.de>
2713      Branch: perl
2714            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
2715 ____________________________________________________________________________
2716 [  9135] By: jhi                                   on 2001/03/13  22:50:05
2717         Log: Integrate perlio.
2718      Branch: perl
2719           !> pp.c
2720 ____________________________________________________________________________
2721 [  9134] By: jhi                                   on 2001/03/13  22:49:05
2722         Log: Integrate change #9131 from maintperl into mainline.
2723              
2724              make the error text look more consistent in hints/hpux.sh
2725      Branch: perl
2726           !> hints/hpux.sh
2727 ____________________________________________________________________________
2728 [  9133] By: gsar                                  on 2001/03/13  22:46:20
2729         Log: integrate change#9067 from mainline
2730              
2731              Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
2732      Branch: maint-5.6/perl
2733           !> lib/ExtUtils/MM_Unix.pm
2734 ____________________________________________________________________________
2735 [  9132] By: jhi                                   on 2001/03/13  22:41:21
2736         Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
2737              From: "John P. Linderman" <jpl@research.att.com>
2738              Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
2739              Message-Id: <200103131736.MAA35615@raptor.research.att.com>
2740              
2741              A more correct prime finder.
2742      Branch: perl
2743            ! lib/Tie/SubstrHash.pm
2744 ____________________________________________________________________________
2745 [  9131] By: gsar                                  on 2001/03/13  22:30:42
2746         Log: make the error text look more consistent in hints/hpux.sh
2747      Branch: maint-5.6/perl
2748            ! hints/hpux.sh
2749 ____________________________________________________________________________
2750 [  9130] By: jhi                                   on 2001/03/13  22:23:44
2751         Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
2752              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2753              Date: Tue, 13 Mar 2001 18:41:26 +0100
2754              Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
2755              
2756              If the test is run non-interactively the default handler
2757              is different.
2758      Branch: perl
2759            ! t/lib/sigaction.t
2760 ____________________________________________________________________________
2761 [  9129] By: jhi                                   on 2001/03/13  22:20:21
2762         Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
2763              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
2764              Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
2765              Date:     Tue, 13 Mar 2001 16:44:32 EST
2766      Branch: perl
2767            ! t/lib/1_compile.t
2768 ____________________________________________________________________________
2769 [  9128] By: jhi                                   on 2001/03/13  22:18:34
2770         Log: Subject: Another patch for integer.pm POD 
2771              From: "John L. Allen" <allen@grumman.com>
2772              Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
2773              Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
2774      Branch: perl
2775            ! lib/integer.pm
2776 ____________________________________________________________________________
2777 [  9127] By: nick                                  on 2001/03/13  21:26:30
2778         Log: Integrate mainline.
2779      Branch: perlio
2780           +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
2781           +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
2782           +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
2783           +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
2784           !> Changes Configure MANIFEST README.os2 README.os390
2785           !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
2786           !> os2/Changes patchlevel.h win32/perlhost.h
2787 ____________________________________________________________________________
2788 [  9126] By: nick                                  on 2001/03/13  20:39:51
2789         Log: #ifdef'ed out code to make packed side of pack/unpack
2790              octets. (i.e. pack('U') => encode_utf8).
2791      Branch: perlio
2792            ! pp.c
2793 ____________________________________________________________________________
2794 [  9125] By: jhi                                   on 2001/03/13  15:07:16
2795         Log: Update Changes.
2796      Branch: perl
2797            ! Changes patchlevel.h
2798 ____________________________________________________________________________
2799 [  9124] By: jhi                                   on 2001/03/13  14:22:45
2800         Log: Workaround for the buggy ("internal compiler error")
2801              AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
2802              (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
2803              of Andreas König.
2804      Branch: perl
2805            ! ext/re/Makefile.PL hints/aix.sh
2806 ____________________________________________________________________________
2807 [  9123] By: jhi                                   on 2001/03/13  03:24:34
2808         Log: Typo in #9114.
2809      Branch: metaconfig
2810            ! U/modified/myhostname.U
2811 ____________________________________________________________________________
2812 [  9122] By: jhi                                   on 2001/03/13  03:24:06
2813         Log: Typo in #9113.
2814      Branch: perl
2815            ! Configure
2816 ____________________________________________________________________________
2817 [  9121] By: jhi                                   on 2001/03/13  01:53:05
2818         Log: Forgot to check-in the larger part of #9120, duh.
2819      Branch: perl
2820            ! README.os2
2821 ____________________________________________________________________________
2822 [  9120] By: jhi                                   on 2001/03/13  01:51:31
2823         Log: Subject: [PATCH 5.6.1] OS/2 docs
2824              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2825              Date: Mon, 12 Mar 2001 03:27:32 -0500
2826              Message-ID: <20010312032732.A19283@math.ohio-state.edu>
2827      Branch: perl
2828            ! os2/Changes
2829 ____________________________________________________________________________
2830 [  9119] By: jhi                                   on 2001/03/13  01:49:41
2831         Log: Integrate change #9116 from maintperl into mainline.
2832              
2833              Win32::GetCwd() returns C: instead of C:\ in the root directory
2834              under ithreads
2835      Branch: perl
2836           !> win32/perlhost.h
2837 ____________________________________________________________________________
2838 [  9118] By: jhi                                   on 2001/03/13  01:13:39
2839         Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
2840      Branch: perl
2841            + lib/Switch.pm t/lib/switch.t
2842            ! MANIFEST
2843 ____________________________________________________________________________
2844 [  9117] By: jhi                                   on 2001/03/13  01:03:17
2845         Log: Add Text::Balanced 1.83.
2846      Branch: perl
2847            + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
2848            + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
2849            + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
2850            + t/lib/tb-xvari.t
2851            ! MANIFEST
2852 ____________________________________________________________________________
2853 [  9116] By: gsar                                  on 2001/03/13  00:55:53
2854         Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
2855              under ithreads
2856      Branch: maint-5.6/perl
2857            ! win32/perlhost.h
2858 ____________________________________________________________________________
2859 [  9115] By: jhi                                   on 2001/03/13  00:54:09
2860         Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
2861              From: "John L. Allen" <allen@grumman.com>
2862              Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
2863              Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
2864              
2865              use integer document clarification.
2866      Branch: perl
2867            ! lib/integer.pm
2868 ____________________________________________________________________________
2869 [  9114] By: jhi                                   on 2001/03/13  00:38:54
2870         Log: Metaconfig unit change for #9113.
2871      Branch: metaconfig
2872            ! U/modified/myhostname.U
2873 ____________________________________________________________________________
2874 [  9113] By: jhi                                   on 2001/03/13  00:38:35
2875         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?)
2876              From: Peter Prymmer <pvhp@forte.com>
2877              Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
2878              Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
2879      Branch: perl
2880            ! Configure README.os390 hints/os390.sh
2881 ____________________________________________________________________________
2882 [  9112] By: jhi                                   on 2001/03/13  00:29:00
2883         Log: Integrate perlio.
2884      Branch: perl
2885           !> sv.c utf8.h
2886 ____________________________________________________________________________
2887 [  9111] By: nick                                  on 2001/03/12  21:16:33
2888         Log: Integrate mainline.
2889      Branch: perlio
2890           +> t/op/anonsub.t
2891           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
2892           !> proto.h sv.c
2893 ____________________________________________________________________________
2894 [  9110] By: nick                                  on 2001/03/12  21:00:13
2895         Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
2896      Branch: perlio
2897            ! sv.c utf8.h
2898 ____________________________________________________________________________
2899 [  9109] By: jhi                                   on 2001/03/12  16:04:47
2900         Log: Integrate change #9108 from maintperl to mainline.
2901              
2902              fix memory leak in C<sub X { sub {} }> arising from a refcount
2903              loop between the outer sub and the inner prototype anonsub
2904              
2905              this also enables closures returned by subroutines that
2906              subsequently get redefined to work without generating coredumps :)
2907              
2908              completely removed the free_closures() hack--it shouldn't be
2909              needed anymore
2910      Branch: perl
2911           +> t/op/anonsub.t
2912           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
2913           !> proto.h sv.c
2914 ____________________________________________________________________________
2915 [  9108] By: gsar                                  on 2001/03/12  10:21:31
2916         Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
2917              loop between the outer sub and the inner prototype anonsub
2918              
2919              this also enables closures returned by subroutines that
2920              subsequently get redefined to work without generating coredumps :)
2921              
2922              completely removed the free_closures() hack--it shouldn't be
2923              needed anymore
2924      Branch: maint-5.6/perl
2925            + t/op/anonsub.t
2926            ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
2927            ! proto.h sv.c
2928 ____________________________________________________________________________
2929 [  9107] By: jhi                                   on 2001/03/12  05:15:31
2930         Log: Integrate perlio.
2931      Branch: perl
2932           !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
2933 ____________________________________________________________________________
2934 [  9106] By: nick                                  on 2001/03/11  20:10:12
2935         Log: regcomp.c is working in native space, not Unicode space (if different)
2936              as it is doing compare against 'W' in \W etc.
2937      Branch: perlio
2938            ! regcomp.c
2939 ____________________________________________________________________________
2940 [  9105] By: nick                                  on 2001/03/11  19:39:34
2941         Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
2942              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
2943      Branch: perlio
2944            ! regcomp.c toke.c utf8.c
2945 ____________________________________________________________________________
2946 [  9104] By: nick                                  on 2001/03/11  18:15:44
2947         Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
2948      Branch: perlio
2949            ! sv.c
2950 ____________________________________________________________________________
2951 [  9103] By: nick                                  on 2001/03/11  18:03:28
2952         Log: Integrate mainline (for regexp stuff).
2953      Branch: perlio
2954           !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
2955           !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
2956           !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
2957           !> t/lib/errno.t t/op/pat.t
2958 ____________________________________________________________________________
2959 [  9102] By: nick                                  on 2001/03/11  17:44:20
2960         Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
2961              - exclude layer syms in makedef.pl for sfio
2962              - also inhibit Encode from trying to build ":encode()" layer.
2963      Branch: perlio
2964            ! ext/Encode/Encode.xs makedef.pl
2965 ____________________________________________________________________________
2966 [  9101] By: jhi                                   on 2001/03/10  22:38:13
2967         Log: The $Is_MacOS needs to be declared.
2968      Branch: perl
2969            ! lib/ExtUtils/Manifest.pm
2970 ____________________________________________________________________________
2971 [  9100] By: jhi                                   on 2001/03/10  22:14:29
2972         Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
2973              #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
2974              pollute the symbolspace if using sfio.
2975      Branch: perl
2976            ! ext/Encode/Encode.xs
2977 ____________________________________________________________________________
2978 [  9099] By: jhi                                   on 2001/03/10  21:58:48
2979         Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
2980              Date: Sat, 10 Mar 2001 14:23:55 -0500
2981              From: Chris Nandor <pudge@pobox.com>
2982              Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
2983      Branch: perl
2984            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
2985            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
2986            ! t/lib/errno.t
2987 ____________________________________________________________________________
2988 [  9098] By: jhi                                   on 2001/03/10  21:38:30
2989         Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
2990      Branch: perl
2991            ! regcomp.c regexec.c t/op/pat.t
2992 ____________________________________________________________________________
2993 [  9097] By: jhi                                   on 2001/03/10  14:38:07
2994         Log: Integrate perlio.
2995      Branch: perl
2996           !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
2997           !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
2998           !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
2999 ____________________________________________________________________________
3000 [  9096] By: nick                                  on 2001/03/10  11:55:43
3001         Log: EBCDIC sanity - phase I
3002              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
3003              - use utf8n_xxxx (c.f. pvn) for forms which take length.
3004              - back out vN.N and $^V exceptions to e2a/a2e
3005              - make "locale" isxxx macros be uvchr (may be redundant?)
3006              
3007              Not clear yet that toUPPER_uni et. al. return being handled correctly.
3008              The tr// and rexexp stuff still needs an audit, assumption is they are working
3009              in Unicode space.
3010              
3011              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
3012      Branch: perlio
3013            ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
3014            ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
3015            ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
3016 ____________________________________________________________________________
3017 [  9095] By: jhi                                   on 2001/03/09  22:10:01
3018         Log: Integrate perlio.
3019      Branch: perl
3020           !> dump.c
3021 ____________________________________________________________________________
3022 [  9094] By: nick                                  on 2001/03/09  17:36:38
3023         Log: Builds an passes all tests after integrate and this tweak.
3024      Branch: perlio
3025            ! dump.c
3026 ____________________________________________________________________________
3027 [  9093] By: nick                                  on 2001/03/09  17:16:03
3028         Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
3029      Branch: perlio
3030           +> lib/unicode/Scripts.txt t/lib/sigaction.t
3031           !> (integrate 79 files)
3032 ____________________________________________________________________________
3033 [  9092] By: jhi                                   on 2001/03/09  15:28:26
3034         Log: Update Changes.
3035      Branch: perl
3036            ! Changes patchlevel.h
3037 ____________________________________________________________________________
3038 [  9091] By: jhi                                   on 2001/03/09  15:25:05
3039         Log: In op/stat #35 better to scan all the potential directories
3040              for setuids, not just the first one.
3041      Branch: perl
3042            ! t/op/stat.t
3043 ____________________________________________________________________________
3044 [  9090] By: jhi                                   on 2001/03/09  15:01:27
3045         Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
3046              From: rspier@pobox.com (Robert Spier)
3047              Date: Fri, 9 Mar 2001 03:30:20 -0500
3048              Message-ID: <15016.38044.381174.160189@rls.cx>
3049              
3050              EXISTS() returning undef mistakenly triggered a FETCH().
3051      Branch: perl
3052            ! hv.c
3053 ____________________________________________________________________________
3054 [  9089] By: jhi                                   on 2001/03/09  14:59:02
3055         Log: Add /sbin and /usr/sbin to the list of directories scanned
3056              for setuid programs.  Takes care of bug id 20010309.003.
3057      Branch: perl
3058            ! t/op/stat.t
3059 ____________________________________________________________________________
3060 [  9088] By: jhi                                   on 2001/03/09  14:48:32
3061         Log: Regen perlapi, perltoc.
3062      Branch: perl
3063            ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
3064 ____________________________________________________________________________
3065 [  9087] By: jhi                                   on 2001/03/09  14:38:56
3066         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
3067              From: David Mitchell <davem@fdgroup.co.uk>
3068              Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
3069              Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
3070      Branch: perl
3071            ! dump.c perl.c perl.h pod/perlrun.pod
3072 ____________________________________________________________________________
3073 [  9086] By: jhi                                   on 2001/03/09  01:47:16
3074         Log: A modified version of
3075              
3076              Subject: [ID 20010307.005] POSIX::sigaction has various problems
3077              From: anders@broadcom.com
3078              Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
3079              Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
3080              
3081              Currently the sigaction.t test #6 fails (and is fudged to look
3082              like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
3083              This may well be a genuine bug in Linux sigaction() (since at
3084              least Tru64, Solaris, and HP-UX disagree with Linux).
3085              Anyone with POSIX / SUSv2 tome handy?  The problem is that
3086              the flags of the oldaction don't match with the flags in
3087              the previously installed disposition.
3088      Branch: perl
3089            + t/lib/sigaction.t
3090            ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
3091 ____________________________________________________________________________
3092 [  9085] By: jhi                                   on 2001/03/09  01:30:13
3093         Log: Subject: Re: mission impossible for the day
3094              From: Alex Gough <alex@rcon.org>
3095              Date: Thu, 08 Mar 2001 17:18:19 +0000
3096              Message-ID: <3AA7BEDB.8070409@rcon.org>
3097              
3098              If references (are overloaded) and can be directly stringified,
3099              show that instead of "stringified".
3100              
3101              (The problem, infinite mutual recursion caused by overloaded bool
3102              in Switch.pm, tracked by David Mitchell)
3103      Branch: perl
3104            ! lib/Carp/Heavy.pm
3105 ____________________________________________________________________________
3106 [  9084] By: jhi                                   on 2001/03/09  01:20:39
3107         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
3108              Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
3109              From: David Mitchell <davem@fdgroup.co.uk>
3110              Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
3111      Branch: perl
3112            ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
3113            ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
3114 ____________________________________________________________________________
3115 [  9083] By: jhi                                   on 2001/03/09  01:16:51
3116         Log: Subject: [PATCH] perldata.pod here-doc docs
3117              From: Jeff Pinyan <jeffp@crusoe.net>
3118              Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
3119              Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
3120      Branch: perl
3121            ! pod/perldata.pod
3122 ____________________________________________________________________________
3123 [  9082] By: jhi                                   on 2001/03/09  01:01:27
3124         Log: Subject: Re: Unicode/EBCDIC
3125              From: Peter Prymmer <pvhp@forte.com>
3126              Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
3127              Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
3128      Branch: perl
3129            ! perl.c perl.h sv.c toke.c utf8.c utf8.h
3130 ____________________________________________________________________________
3131 [  9081] By: jhi                                   on 2001/03/08  13:41:30
3132         Log: Subject: Ooops, wrong 'no *POSIX' Patch
3133              From: Dorner Thomas <Thomas.Dorner@start.de>
3134              Date: Thu, 8 Mar 2001 08:43:28 +0100
3135              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
3136      Branch: perl
3137            ! hints/posix-bc.sh
3138 ____________________________________________________________________________
3139 [  9080] By: jhi                                   on 2001/03/08  13:11:42
3140         Log: It's Scripts.txt, not Script.txt.
3141      Branch: perl
3142            ! MANIFEST
3143 ____________________________________________________________________________
3144 [  9079] By: jhi                                   on 2001/03/08  12:59:05
3145         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
3146              From: Dorner Thomas <Thomas.Dorner@start.de>
3147              Date: Wed, 7 Mar 2001 14:13:31 +0100
3148              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
3149      Branch: perl
3150            ! makedepend.SH
3151 ____________________________________________________________________________
3152 [  9078] By: jhi                                   on 2001/03/08  12:57:43
3153         Log: Retract #9069, wrong patch.
3154      Branch: perl
3155            ! Makefile.SH
3156 ____________________________________________________________________________
3157 [  9077] By: jhi                                   on 2001/03/08  01:06:13
3158         Log: Upgrade to Unicode 3.1 beta 2001-03-01.
3159      Branch: perl
3160            + lib/unicode/Scripts.txt
3161            ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
3162            ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
3163            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
3164            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
3165            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
3166            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
3167            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
3168            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
3169            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
3170            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
3171            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
3172            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
3173            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
3174            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
3175            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
3176            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
3177            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
3178            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
3179            ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
3180            ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
3181            ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
3182            ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
3183            ! lib/unicode/version
3184 ____________________________________________________________________________
3185 [  9076] By: jhi                                   on 2001/03/07  22:59:39
3186         Log: Integrate change #7784 from mainline into maintperl.
3187              
3188              Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
3189      Branch: maint-5.6/perl
3190           !> pp_ctl.c t/op/pat.t
3191 ____________________________________________________________________________
3192 [  9075] By: jhi                                   on 2001/03/07  22:05:11
3193         Log: More UTF-8 test tweaks.
3194      Branch: perl
3195            ! t/op/pat.t t/op/split.t t/pragma/utf8.t
3196 ____________________________________________________________________________
3197 [  9074] By: nick                                  on 2001/03/07  21:39:29
3198         Log: Integrate mainline.
3199      Branch: perlio
3200           !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
3201           !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
3202           !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
3203           !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
3204           !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
3205 ____________________________________________________________________________
3206 [  9073] By: jhi                                   on 2001/03/07  16:37:09
3207         Log: Update Changes.
3208      Branch: perl
3209            ! Changes patchlevel.h
3210 ____________________________________________________________________________
3211 [  9072] By: jhi                                   on 2001/03/07  16:32:30
3212         Log: Subject: [ID 20010306.004] || != named unary operator
3213              From: abela@geneanet.org
3214              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
3215              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
3216      Branch: perl
3217            ! pod/perlop.pod
3218 ____________________________________________________________________________
3219 [  9071] By: jhi                                   on 2001/03/07  15:14:11
3220         Log: Subject: downgrading to bytes for common functions
3221              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
3222              Date: Wed, 7 Mar 2001 02:36:55 -0500
3223              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
3224      Branch: perl
3225            ! pp_sys.c
3226 ____________________________________________________________________________
3227 [  9070] By: jhi                                   on 2001/03/07  15:04:58
3228         Log: Clarify the description differentiating for and while; inspired by
3229              
3230              Subject: [ID 20010306.002] for/while difference in for definition
3231              From: abela@geneanet.org
3232              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
3233              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
3234      Branch: perl
3235            ! pod/perlsyn.pod
3236 ____________________________________________________________________________
3237 [  9069] By: jhi                                   on 2001/03/07  14:55:30
3238         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
3239              From: Dorner Thomas <Thomas.Dorner@start.de>
3240              Date: Wed, 7 Mar 2001 14:13:31 +0100
3241              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
3242      Branch: perl
3243            ! Makefile.SH
3244 ____________________________________________________________________________
3245 [  9068] By: jhi                                   on 2001/03/07  14:51:17
3246         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
3247              From: Radu Greab <radu@netsoft.ro>
3248              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
3249              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
3250      Branch: perl
3251            ! pp.c t/op/chop.t
3252 ____________________________________________________________________________
3253 [  9067] By: jhi                                   on 2001/03/07  14:48:57
3254         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
3255              From: Simon Cozens <simon@netthink.co.uk>
3256              Date: Wed, 7 Mar 2001 13:59:28 +0000
3257              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
3258              
3259              In order to allow MakeMaker to build correct Makefiles,
3260              you need to change the order of the arguments in MM_Unix.pm
3261              as well. (Unless you have C89_CCMODE set, but we're trying
3262              to be POSIXly correct)
3263              
3264              Thanks to Merijn Broeren for tracking this down.
3265      Branch: perl
3266            ! lib/ExtUtils/MM_Unix.pm
3267 ____________________________________________________________________________
3268 [  9066] By: jhi                                   on 2001/03/07  14:30:02
3269         Log: Floating point too messy.
3270      Branch: perl
3271            ! t/camel-III/vstring.t
3272 ____________________________________________________________________________
3273 [  9065] By: jhi                                   on 2001/03/07  14:17:44
3274         Log: Integrate change #9064 from maintperl into mainline.
3275              
3276              fix memory leak in pack("Bb",...)
3277      Branch: perl
3278           !> perl.c
3279 ____________________________________________________________________________
3280 [  9064] By: gsar                                  on 2001/03/07  06:29:24
3281         Log: fix memory leak in pack("Bb",...)
3282      Branch: maint-5.6/perl
3283            ! perl.c
3284 ____________________________________________________________________________
3285 [  9063] By: jhi                                   on 2001/03/07  00:55:04
3286         Log: Major utf8 test reorganisation and rewrite.
3287              Hopefully no tests were lost in the shuffle.
3288              (The beginning of pragma/utf8 was lost intentionally,
3289              the tests were rather bogus and incomplete.)
3290      Branch: perl
3291            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
3292            ! t/pragma/utf8.t
3293 ____________________________________________________________________________
3294 [  9062] By: jhi                                   on 2001/03/07  00:41:16
3295         Log: More tweakage on the Unicode character class descriptions.
3296      Branch: perl
3297            ! lib/unicode/mktables.PL pod/perlretut.pod
3298 ____________________________________________________________________________
3299 [  9061] By: jhi                                   on 2001/03/06  23:12:38
3300         Log: The perlretut was still talking about the old \p and \P
3301              definitions.
3302      Branch: perl
3303            ! pod/perlretut.pod
3304 ____________________________________________________________________________
3305 [  9060] By: nick                                  on 2001/03/06  20:52:37
3306         Log: Integrate mainline (make test works again now).
3307      Branch: perlio
3308           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
3309 ____________________________________________________________________________
3310 [  9059] By: jhi                                   on 2001/03/06  15:36:14
3311         Log: 0.999... does equal 1.0, doesn't it?
3312      Branch: perl
3313            ! t/camel-III/vstring.t
3314 ____________________________________________________________________________
3315 [  9058] By: jhi                                   on 2001/03/06  15:34:00
3316         Log: Make /x{abcd}/ to work without use utf8.
3317      Branch: perl
3318            ! regcomp.c
3319 ____________________________________________________________________________
3320 [  9057] By: jhi                                   on 2001/03/06  03:02:36
3321         Log: Easier to outcomment all the three reset() tests for now.
3322      Branch: perl
3323            ! t/op/pat.t
3324 ____________________________________________________________________________
3325 [  9056] By: jhi                                   on 2001/03/06  02:30:02
3326         Log: Comment out the deadly reset; until the 20010301.005
3327              is finally fixed.
3328      Branch: perl
3329            ! t/op/pat.t
3330 ____________________________________________________________________________
3331 [  9055] By: jhi                                   on 2001/03/06  02:21:26
3332         Log: Integrate the change #9054 from mainline:
3333              retract the PMOP cleanup patch pending further investigation.
3334      Branch: maint-5.6/perl
3335           !> op.c op.h
3336 ____________________________________________________________________________
3337 [  9054] By: jhi                                   on 2001/03/06  02:19:57
3338         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
3339              with oddly familiar stack traces.
3340      Branch: perl
3341            ! op.c op.h
3342 ____________________________________________________________________________
3343 [  9053] By: jhi                                   on 2001/03/05  23:20:28
3344         Log: Integrate perlio.
3345      Branch: perl
3346           +> ext/Encode/Encode/koi8-r.ucm
3347           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
3348           !> makedef.pl
3349 ____________________________________________________________________________
3350 [  9052] By: nick                                  on 2001/03/05  23:08:17
3351         Log: skipping USE_PERLIO symbols correction.
3352      Branch: perlio
3353            ! makedef.pl
3354 ____________________________________________________________________________
3355 [  9051] By: nick                                  on 2001/03/05  22:35:07
3356         Log: More Encode alias tidying.
3357      Branch: perlio
3358            + ext/Encode/Encode/koi8-r.ucm
3359            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
3360 ____________________________________________________________________________
3361 [  9050] By: jhi                                   on 2001/03/05  21:44:29
3362         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
3363              Sarathy's fix for ID 20010301.005.
3364      Branch: maint-5.6/perl
3365           !> op.c op.h
3366 ____________________________________________________________________________
3367 [  9049] By: nick                                  on 2001/03/05  19:54:04
3368         Log: Integrate Jarkko's Encode.pm tweak.
3369      Branch: perlio
3370           !> ext/Encode/Encode.pm
3371 ____________________________________________________________________________
3372 [  9048] By: nick                                  on 2001/03/05  19:47:57
3373         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
3374      Branch: perlio
3375           +> os2/os2add.sym
3376           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
3377           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
3378           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
3379           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
3380           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
3381 ____________________________________________________________________________
3382 [  9047] By: jhi                                   on 2001/03/05  19:25:26
3383         Log: Regen perlapi.
3384      Branch: perl
3385            ! pod/perlapi.pod
3386 ____________________________________________________________________________
3387 [  9046] By: jhi                                   on 2001/03/05  19:12:14
3388         Log: Integrate perlio.
3389      Branch: perl
3390           +> t/camel-III/vstring.t
3391           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
3392 ____________________________________________________________________________
3393 [  9045] By: jhi                                   on 2001/03/05  19:10:36
3394         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
3395      Branch: perl
3396            ! ext/Encode/Encode.pm
3397 ____________________________________________________________________________
3398 [  9044] By: jhi                                   on 2001/03/05  18:49:12
3399         Log: Forgot the other half of the PMOP patch (#9033).
3400      Branch: perl
3401            ! op.h
3402 ____________________________________________________________________________
3403 [  9043] By: nick                                  on 2001/03/05  18:14:47
3404         Log: Update MANIFEST for new test.
3405      Branch: perlio
3406            ! MANIFEST
3407 ____________________________________________________________________________
3408 [  9042] By: nick                                  on 2001/03/05  18:12:41
3409         Log: Some tests for Camel 3rd edition features.
3410              Make gethostbyaddr() test in above work.
3411      Branch: perlio
3412            + t/camel-III/vstring.t
3413            ! pp.h pp_sys.c t/TEST t/harness
3414 ____________________________________________________________________________
3415 [  9041] By: jhi                                   on 2001/03/05  17:41:48
3416         Log: Add more ISO 8859 encoding aliases.
3417      Branch: perl
3418            ! ext/Encode/Encode.pm
3419 ____________________________________________________________________________
3420 [  9040] By: jhi                                   on 2001/03/05  17:30:43
3421         Log: Integrate perlio.
3422      Branch: perl
3423           !> MANIFEST sv.c
3424 ____________________________________________________________________________
3425 [  9039] By: nick                                  on 2001/03/05  17:11:36
3426         Log: Missed added file.
3427      Branch: perlio
3428            ! MANIFEST
3429 ____________________________________________________________________________
3430 [  9038] By: jhi                                   on 2001/03/05  15:58:01
3431         Log: Add tr tests for EBCDIC, from Karsten Sperling.
3432      Branch: perl
3433            ! t/op/tr.t
3434 ____________________________________________________________________________
3435 [  9037] By: nick                                  on 2001/03/05  15:56:35
3436         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
3437              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
3438              
3439              Make SvPVbyte*() symetric with respect to SvPVutf8*() in that:
3440              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
3441              - uses SvPV() rather than sv_2pv() in case it isn't a string.
3442      Branch: perlio
3443            ! sv.c
3444 ____________________________________________________________________________
3445 [  9036] By: jhi                                   on 2001/03/05  15:49:15
3446         Log: Add matching tests currently failing in EBCDIC,
3447              suggested by Karsten Sperling.
3448      Branch: perl
3449            ! t/op/pat.t
3450 ____________________________________________________________________________
3451 [  9035] By: jhi                                   on 2001/03/05  15:36:55
3452         Log: The #9034 needs a MANIFESTation.
3453      Branch: perl
3454            ! MANIFEST
3455 ____________________________________________________________________________
3456 [  9034] By: jhi                                   on 2001/03/05  15:35:14
3457         Log: Integrate perlio.
3458      Branch: perl
3459           +> ext/Encode/Encode/Tcl.pm
3460           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
3461           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
3462           !> ext/Encode/Encode/iso8859-1.ucm
3463           !> ext/Encode/Encode/iso8859-10.ucm
3464           !> ext/Encode/Encode/iso8859-13.ucm
3465           !> ext/Encode/Encode/iso8859-14.ucm
3466           !> ext/Encode/Encode/iso8859-15.ucm
3467           !> ext/Encode/Encode/iso8859-16.ucm
3468           !> ext/Encode/Encode/iso8859-2.ucm
3469           !> ext/Encode/Encode/iso8859-3.ucm
3470           !> ext/Encode/Encode/iso8859-4.ucm
3471           !> ext/Encode/Encode/iso8859-5.ucm
3472           !> ext/Encode/Encode/iso8859-6.ucm
3473           !> ext/Encode/Encode/iso8859-7.ucm
3474           !> ext/Encode/Encode/iso8859-8.ucm
3475           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
3476           !> t/lib/encode.t
3477 ____________________________________________________________________________
3478 [  9033] By: jhi                                   on 2001/03/05  15:33:18
3479         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
3480              From: Gurusamy Sarathy <gsar@ActiveState.com>
3481              Date: Sun, 04 Mar 2001 22:33:15 -0800
3482              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
3483              
3484              PMOPs need to remember their own stash so that they can
3485              gracefully remove themselves from their linked list.
3486      Branch: perl
3487            ! op.c
3488 ____________________________________________________________________________
3489 [  9032] By: nick                                  on 2001/03/05  14:51:50
3490         Log: Encode implementation "completion"
3491              Implement and document define_encoding()
3492              Implement and document encoding aliases including define_alias()
3493              Make Encode::XS use define_encoding() rather than back-door.
3494              Move run-time *.enc to separate Encode::Tcl module.
3495              Make 'compile' honour <codeset_name>
3496              Change canonical names of to iso-8859-* and US-ascii.
3497      Branch: perlio
3498            + ext/Encode/Encode/Tcl.pm
3499            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
3500            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
3501            ! ext/Encode/Encode/iso8859-1.ucm
3502            ! ext/Encode/Encode/iso8859-10.ucm
3503            ! ext/Encode/Encode/iso8859-13.ucm
3504            ! ext/Encode/Encode/iso8859-14.ucm
3505            ! ext/Encode/Encode/iso8859-15.ucm
3506            ! ext/Encode/Encode/iso8859-16.ucm
3507            ! ext/Encode/Encode/iso8859-2.ucm
3508            ! ext/Encode/Encode/iso8859-3.ucm
3509            ! ext/Encode/Encode/iso8859-4.ucm
3510            ! ext/Encode/Encode/iso8859-5.ucm
3511            ! ext/Encode/Encode/iso8859-6.ucm
3512            ! ext/Encode/Encode/iso8859-7.ucm
3513            ! ext/Encode/Encode/iso8859-8.ucm
3514            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
3515            ! t/lib/encode.t
3516 ____________________________________________________________________________
3517 [  9031] By: jhi                                   on 2001/03/05  13:51:17
3518         Log: Integrate change #9030 from maintperl into mainline.
3519              
3520              Subject: [PATCH 5.6.1] OS/2 cleanup
3521      Branch: perl
3522           +> os2/os2add.sym
3523           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
3524           !> makedef.pl os2/Changes os2/Makefile.SHs
3525           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
3526           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
3527           !> os2/os2.sym os2/os2ish.h
3528 ____________________________________________________________________________
3529 [  9030] By: jhi                                   on 2001/03/05  13:46:49
3530         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
3531              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3532              Date: Mon, 5 Mar 2001 02:29:44 -0500
3533              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
3534      Branch: maint-5.6/perl
3535            + os2/os2add.sym
3536            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
3537            ! makedef.pl os2/Changes os2/Makefile.SHs
3538            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
3539            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
3540            ! os2/os2.sym os2/os2ish.h
3541 ____________________________________________________________________________
3542 [  9029] By: jhi                                   on 2001/03/05  13:40:35
3543         Log: Integrate change #9028 from maintperl into mainline.
3544              
3545              various nits in MM_Unix.pm found by disabling SelfLoader
3546      Branch: perl
3547           !> lib/ExtUtils/MM_Unix.pm
3548 ____________________________________________________________________________
3549 [  9028] By: gsar                                  on 2001/03/05  09:58:38
3550         Log: various nits in MM_Unix.pm found by disabling SelfLoader
3551      Branch: maint-5.6/perl
3552            ! lib/ExtUtils/MM_Unix.pm
3553 ____________________________________________________________________________
3554 [  9027] By: nick                                  on 2001/03/05  08:35:22
3555         Log: Integrate mainline
3556      Branch: perlio
3557           !> (integrate 28 files)
3558 ____________________________________________________________________________
3559 [  9026] By: jhi                                   on 2001/03/05  02:14:59
3560         Log: Integrate change #9025 from mainline to maintperl,
3561              retract \N{U+HHHH}.
3562      Branch: maint-5.6/perl
3563           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
3564           !> t/lib/charnames.t toke.c
3565 ____________________________________________________________________________
3566 [  9025] By: jhi                                   on 2001/03/05  02:13:09
3567         Log: Retracting \N{U+HHHH}.
3568      Branch: perl
3569            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
3570            ! t/lib/charnames.t toke.c
3571 ____________________________________________________________________________
3572 [  9024] By: jhi                                   on 2001/03/04  20:51:07
3573         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
3574              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
3575              Date: Fri, 02 Mar 2001 18:25:26 +0100
3576              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
3577              
3578              Casting problem.
3579      Branch: perl
3580            ! ext/Storable/Storable.xs
3581 ____________________________________________________________________________
3582 [  9023] By: jhi                                   on 2001/03/04  19:46:45
3583         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
3584              From: nick@talking.bollo.cx
3585              Date: Sat, 03 Mar 2001 21:41:33 +0000
3586              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
3587              
3588              Revert the workaround.
3589      Branch: perl
3590            ! perlio.c
3591 ____________________________________________________________________________
3592 [  9022] By: jhi                                   on 2001/03/04  19:36:28
3593         Log: Update Changes.
3594      Branch: perl
3595            ! Changes patchlevel.h
3596 ____________________________________________________________________________
3597 [  9021] By: jhi                                   on 2001/03/04  18:41:00
3598         Log: makedef.pl updates suggested by Chris Nandor; double-checking
3599              the changes in AIX, OS/2 Win32 would be nice.
3600      Branch: perl
3601            ! makedef.pl
3602 ____________________________________________________________________________
3603 [  9020] By: jhi                                   on 2001/03/04  18:23:58
3604         Log: Integrate change #9012 from maintperl into mainline,
3605              quench a compiler warning.
3606      Branch: perl
3607           !> toke.c
3608 ____________________________________________________________________________
3609 [  9019] By: jhi                                   on 2001/03/04  18:18:43
3610         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
3611              
3612              \N{U+HHHH} fix.
3613              
3614              pattern in G_ARRAY context
3615      Branch: maint-5.6/perl
3616           !> pp_hot.c t/op/pat.t toke.c
3617 ____________________________________________________________________________
3618 [  9018] By: jhi                                   on 2001/03/04  18:07:48
3619         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
3620              From: Jeff Pinyan <jeffp@crusoe.net>
3621              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
3622              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
3623      Branch: perl
3624            ! pp_hot.c t/op/pat.t
3625 ____________________________________________________________________________
3626 [  9017] By: jhi                                   on 2001/03/04  18:06:21
3627         Log: I thought I tested the #9014.
3628      Branch: perl
3629            ! toke.c
3630 ____________________________________________________________________________
3631 [  9016] By: jhi                                   on 2001/03/04  17:41:22
3632         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
3633              
3634              Tweak the get*ent() OS/2 prototypes.
3635              
3636              Add the \N{U+HHHH} syntax.
3637              
3638              More tr/// UTF-8 fixes from Inaba Hiroto.
3639      Branch: maint-5.6/perl
3640           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
3641           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
3642 ____________________________________________________________________________
3643 [  9015] By: jhi                                   on 2001/03/04  17:36:04
3644         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
3645      Branch: perl
3646            ! doop.c t/op/tr.t
3647 ____________________________________________________________________________
3648 [  9014] By: jhi                                   on 2001/03/04  17:24:49
3649         Log: Add the \N{U+HHHH} syntax.
3650      Branch: perl
3651            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
3652            ! t/lib/charnames.t toke.c
3653 ____________________________________________________________________________
3654 [  9013] By: jhi                                   on 2001/03/04  17:20:45
3655         Log: Tweak the get*ent() OS/2 prototypes.
3656      Branch: perl
3657            ! os2/os2.c
3658 ____________________________________________________________________________
3659 [  9012] By: gsar                                  on 2001/03/04  06:26:14
3660         Log: avoid warning (nit in change#9009)
3661      Branch: maint-5.6/perl
3662            ! toke.c
3663 ____________________________________________________________________________
3664 [  9011] By: gsar                                  on 2001/03/04  06:15:24
3665         Log: lib/charnames.t fails in 5.6.x because of older Unicode
3666              data
3667              
3668              TODO: need to revisit this after updating lib/unicode/...
3669      Branch: maint-5.6/perl
3670            ! t/lib/charnames.t
3671 ____________________________________________________________________________
3672 [  9010] By: gsar                                  on 2001/03/04  06:08:36
3673         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
3674      Branch: maint-5.6/perl
3675            ! toke.c
3676 ____________________________________________________________________________
3677 [  9009] By: jhi                                   on 2001/03/03  19:27:20
3678         Log: Integrate change #9008 from mainline to maintperl,
3679              UTF-8 tr/// fixes from Inaba Hiroto.
3680      Branch: maint-5.6/perl
3681           !> doop.c op.c t/op/tr.t toke.c
3682 ____________________________________________________________________________
3683 [  9008] By: jhi                                   on 2001/03/03  19:19:42
3684         Log: UTF8 tr/// fixes from Inaba Hiroto.
3685      Branch: perl
3686            ! doop.c op.c t/op/tr.t toke.c
3687 ____________________________________________________________________________
3688 [  9007] By: jhi                                   on 2001/03/03  19:00:30
3689         Log: Integrate change #9006 from maintperl to mainline,
3690              more robust quest for the infinite.
3691      Branch: perl
3692           !> lib/Math/Complex.pm
3693 ____________________________________________________________________________
3694 [  9006] By: jhi                                   on 2001/03/03  18:58:06
3695         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
3696              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3697              Date: Sat, 3 Mar 2001 12:51:50 -0500
3698              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
3699              
3700              Be more robust in our quest for the infinite.
3701      Branch: maint-5.6/perl
3702            ! lib/Math/Complex.pm
3703 ____________________________________________________________________________
3704 [  9005] By: jhi                                   on 2001/03/03  17:55:50
3705         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
3706      Branch: maint-5.6/perl
3707            ! doio.c
3708 ____________________________________________________________________________
3709 [  9004] By: jhi                                   on 2001/03/03  17:40:14
3710         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
3711              so that picky compilers like IRIX won't get huffy about
3712              "statements without effect" (like 1;).
3713      Branch: perl
3714            ! toke.c
3715 ____________________________________________________________________________
3716 [  9003] By: jhi                                   on 2001/03/03  17:15:52
3717         Log: Integrate change #9002 from mainline to maintperl.
3718              
3719              Subject: [perl-5.6.x, perl-current] accept for EPOC
3720      Branch: maint-5.6/perl
3721           !> pp_sys.c
3722 ____________________________________________________________________________
3723 [  9002] By: jhi                                   on 2001/03/03  17:14:30
3724         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
3725              From: Olaf Flebbe <O.Flebbe@science-computing.de>
3726              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
3727              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
3728      Branch: perl
3729            ! pp_sys.c
3730 ____________________________________________________________________________
3731 [  9001] By: jhi                                   on 2001/03/03  17:13:13
3732         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
3733              From: "Craig A. Berry" <craigberry@mac.com>
3734              Date: Fri, 02 Mar 2001 17:44:40 -0600
3735              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
3736      Branch: perl
3737            ! t/pod/find.t
3738 ____________________________________________________________________________
3739 [  9000] By: jhi                                   on 2001/03/03  17:11:55
3740         Log: Integrate changes #8997,8999 from maintperl.
3741              
3742              Subject: [PATCH 5.6.1] compiling on OS/2
3743              (Better error message from hints/os2.sh)
3744              
3745              Subject: [PATCH 5.6.1] syslog.t
3746      Branch: perl
3747           !> hints/os2.sh t/lib/syslog.t
3748 ____________________________________________________________________________
3749 [  8999] By: jhi                                   on 2001/03/03  17:09:28
3750         Log: Subject: [PATCH 5.6.1] syslog.t
3751              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3752              Date: Sat, 3 Mar 2001 02:11:17 -0500
3753              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
3754      Branch: maint-5.6/perl
3755            ! t/lib/syslog.t
3756 ____________________________________________________________________________
3757 [  8998] By: jhi                                   on 2001/03/03  17:07:50
3758         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
3759              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3760              Date: Sat, 3 Mar 2001 01:53:52 -0500
3761              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
3762      Branch: maint-5.6/perl
3763            ! opcode.pl os2/os2.c
3764 ____________________________________________________________________________
3765 [  8997] By: jhi                                   on 2001/03/03  17:03:30
3766         Log: Subject: [PATCH 5.6.1] compiling on OS/2
3767              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3768              Date: Sat, 3 Mar 2001 01:59:59 -0500
3769              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
3770      Branch: maint-5.6/perl
3771            ! hints/os2.sh
3772 ____________________________________________________________________________
3773 [  8996] By: jhi                                   on 2001/03/03  00:55:58
3774         Log: Regen files for mainline.
3775      Branch: perl
3776            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3777            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
3778 ____________________________________________________________________________
3779 [  8995] By: jhi                                   on 2001/03/03  00:35:22
3780         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
3781              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
3782              to maintperl.
3783              
3784              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
3785              
3786              Add Configure option -Dmksymlinks which will create a symlink
3787              forest if the current/build differs from the source directory.
3788              (8218,8220,8221,8317,8318,8971)
3789              
3790              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
3791              (Document APPLLIB_EXP in INSTALL.)
3792              
3793              If running byacc write-enable also perly.h.
3794              
3795              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
3796              
3797              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
3798              
3799              Sanity check for conflicting thread flavours.
3800              
3801              Fix the sys/fcntl.h problem reported by Peter Prymmer.
3802              
3803              Add few CPUs/architectures to the Cppsym scan,
3804              add -perlio to archname if so selected (modified 8890)
3805              
3806              Be more helpful for devel builders, suggested by John L. Allen.
3807              (admittedly pointless change for maintperl, but the usedevel
3808              code is there already)
3809      Branch: maint-5.6/perl
3810           !> Configure INSTALL Makefile.SH Porting/Glossary
3811           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
3812           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
3813           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
3814           !> win32/config.bc win32/config.gc win32/config.vc
3815 ____________________________________________________________________________
3816 [  8994] By: jhi                                   on 2001/03/02  23:31:41
3817         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
3818      Branch: metaconfig/U/perl
3819            ! gccvers.U
3820 ____________________________________________________________________________
3821 [  8993] By: jhi                                   on 2001/03/02  23:22:12
3822         Log: Regenerate various files for maint.
3823      Branch: maint-5.6/perl
3824            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
3825            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
3826 ____________________________________________________________________________
3827 [  8992] By: alanbur                               on 2001/03/02  22:48:34
3828         Log: Resync wuth parent
3829      Branch: maint-5.6/pureperl
3830           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
3831           !> (integrate 60 files)
3832 ____________________________________________________________________________
3833 [  8991] By: jhi                                   on 2001/03/02  21:00:08
3834         Log: Retract the #8742 part of #8986, backward compat.
3835      Branch: maint-5.6/perl
3836            ! embed.pl
3837 ____________________________________________________________________________
3838 [  8990] By: jhi                                   on 2001/03/02  20:40:07
3839         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
3840      Branch: maint-5.6/perl
3841            ! hv.c
3842 ____________________________________________________________________________
3843 [  8989] By: jhi                                   on 2001/03/02  19:59:56
3844         Log: Update Changes.
3845      Branch: perl
3846            ! Changes patchlevel.h
3847 ____________________________________________________________________________
3848 [  8988] By: jhi                                   on 2001/03/02  19:57:08
3849         Log: Integrate perlio.
3850      Branch: perl
3851           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
3852           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
3853           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
3854           !> ext/Encode/Encode/iso8859-10.ucm
3855           !> ext/Encode/Encode/iso8859-13.ucm
3856           !> ext/Encode/Encode/iso8859-14.ucm
3857           !> ext/Encode/Encode/iso8859-15.ucm
3858           !> ext/Encode/Encode/iso8859-16.ucm
3859           !> ext/Encode/Encode/iso8859-2.ucm
3860           !> ext/Encode/Encode/iso8859-3.ucm
3861           !> ext/Encode/Encode/iso8859-4.ucm
3862           !> ext/Encode/Encode/iso8859-5.ucm
3863           !> ext/Encode/Encode/iso8859-6.ucm
3864           !> ext/Encode/Encode/iso8859-7.ucm
3865           !> ext/Encode/Encode/iso8859-8.ucm
3866           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
3867           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
3868 ____________________________________________________________________________
3869 [  8987] By: jhi                                   on 2001/03/02  19:43:40
3870         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
3871              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
3872              8950,8952,8955 from mainline to maintperl.
3873              
3874              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
3875              
3876              Put to rest the 20010205.001, the email address checking (not) regex.
3877              
3878              fork() not everywhere, cleanup temp files.
3879              
3880              The #8843 wasn't quite right: %Config needs to imported.
3881              
3882              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
3883              (#8849: the glob-basic hunk needed massaging as it depended
3884              on Schwern's large-scale (unintegrated) patches)
3885              
3886              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
3887              
3888              Upgrade to CGI.pm 2.752, from Lincoln Stein.
3889              (Note: there were some conflicts due to EBCDIC and EPOC
3890              patches, in general I preferred the repository code.)
3891              (When 2.753 comes out, we need to synchronize.)
3892              
3893              Subject: [PATCH] fix for charnames above FFFF
3894              
3895              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
3896              
3897              If no sfio, no -lsfio.
3898              
3899              Run run/*.t also in minitest.
3900              
3901              Subject:  [PATCH perl 5.7.0] malloc message address offset
3902              
3903              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
3904              
3905              Subject: fix for parameter -Dm (for perl@8867)
3906              
3907              Subject: [PATCH: perl@8892] was Re: hashing order difference?
3908              (make the test more portable)
3909              
3910              Subject: Re: [PATCH] fix for charnames above FFFF
3911              
3912              Subject: Re: I'm losing the war...
3913              (hv_store() not working correctly in ENV_IS_CASELESS case.)
3914              
3915              Subject: Modified README.bs2000 
3916              
3917              Subject: [PATCH: perl@8935] -Dt padsv($var)
3918              
3919              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
3920              
3921              Subject: PATCH: extra tests to check on negative float to unsigned cast
3922              
3923              Subject: [PATCH] XPUSH[insp] was Re: progress
3924              
3925              Subject: Re: Compile with perlcc..
3926      Branch: maint-5.6/perl
3927           !> (integrate 36 files)
3928 ____________________________________________________________________________
3929 [  8986] By: jhi                                   on 2001/03/02  18:51:25
3930         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
3931              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
3932              to maintperl.
3933              
3934              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
3935              
3936              Subject: [DOC PATCH] overload.pm nits
3937              
3938              Add header for LIB$ prototypes (C. Berry)
3939              
3940              Convert fwrite()s to sockets to write()s, since some socket stacks
3941              don't take kindly to stdio.
3942              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
3943              (for often optional LNMs)
3944              Correct a few typos
3945              (C. Bailey)
3946              
3947              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
3948              
3949              De-cut-and-pasto.
3950              
3951              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
3952              
3953              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
3954              
3955              Upgrade to CPAN 1.59_54, from Andreas König.
3956              
3957              Bogus shebang.
3958              
3959              Subject: [PATCH] Document makepatch in Porting/patching
3960              
3961              UTF-8 documentation.
3962              
3963              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
3964              
3965              Sort the MANIFEST.
3966              
3967              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
3968              
3969              Subject: [PATCH @8807] toke.c cleanup: scan_str()
3970              
3971              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
3972              
3973              Add run/*.t to testables.
3974              
3975              TODO: integrate #8784.
3976      Branch: maint-5.6/perl
3977           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
3978           !> (integrate 28 files)
3979 ____________________________________________________________________________
3980 [  8985] By: nick                                  on 2001/03/02  18:15:45
3981         Log: Integrate mainline
3982      Branch: perlio
3983           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
3984           !> vms/vms.c
3985 ____________________________________________________________________________
3986 [  8984] By: jhi                                   on 2001/03/02  16:00:17
3987         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
3988              
3989              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
3990              5.004_05, and mention the suidperl August 2000 security problem.
3991              (#8978,#8981)
3992              
3993              Subject: [ID 20010301.004] Technically speaking in perldata
3994              
3995              Subject: [PATCH] File::Copy for bleadperl, maintperl
3996              
3997              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
3998              
3999              (The #8982, fix for 20010221.005 and 20010221.008,
4000              would be nice too but it didn't integrate cleanly.)
4001      Branch: maint-5.6/perl
4002           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
4003 ____________________________________________________________________________
4004 [  8983] By: jhi                                   on 2001/03/02  15:51:16
4005         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
4006              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
4007              Date:     Thu, 1 Mar 2001 15:54:09 EST
4008              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
4009      Branch: perl
4010            ! vms/vms.c
4011 ____________________________________________________________________________
4012 [  8982] By: jhi                                   on 2001/03/02  15:43:31
4013         Log: Subject: Re: sync sync sync: have I missed any patches?
4014              From: Radu Greab <radu@netsoft.ro> 
4015              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
4016              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
4017              
4018              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
4019              was checking argv[0] regardless of whether a different pathname
4020              will actually be executed."  Test case not supplied because 
4021              drafting that, ironically enough, revealed another bug
4022              (or a feature).
4023      Branch: perl
4024            ! doio.c
4025 ____________________________________________________________________________
4026 [  8981] By: jhi                                   on 2001/03/02  15:28:03
4027         Log: Misdate in #8978.
4028      Branch: perl
4029            ! pod/perlfaq1.pod
4030 ____________________________________________________________________________
4031 [  8980] By: jhi                                   on 2001/03/02  15:24:20
4032         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
4033              From: Chris Nandor <pudge@pobox.com>
4034              Date: Wed, 28 Feb 2001 22:10:15 -0500
4035              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
4036      Branch: perl
4037            ! lib/File/Copy.pm
4038 ____________________________________________________________________________
4039 [  8979] By: jhi                                   on 2001/03/02  15:17:16
4040         Log: Subject: [ID 20010301.004] Technically speaking in perldata
4041              From: abela@geneanet.org
4042              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
4043              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
4044      Branch: perl
4045            ! pod/perldata.pod
4046 ____________________________________________________________________________
4047 [  8978] By: jhi                                   on 2001/03/02  15:15:27
4048         Log: Subject: [ID 20010301.003] ref to 5.004
4049              From: abela@geneanet.org
4050              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
4051              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
4052              
4053              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
4054              and mention the suidperl August 2000 security problem.
4055      Branch: perl
4056            ! pod/perlfaq1.pod
4057 ____________________________________________________________________________
4058 [  8977] By: alanbur                               on 2001/03/02  14:17:45
4059         Log: Resynchronised with parent
4060      Branch: maint-5.6/pureperl
4061           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
4062           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
4063           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
4064           !> vms/descrip_mms.template win32/win32.c win32/win32.h
4065           !> win32/win32iop.h
4066 ____________________________________________________________________________
4067 [  8976] By: nick                                  on 2001/03/01  23:25:30
4068         Log: Integrate mainline.
4069      Branch: perlio
4070            - t/op/qu.t
4071           !> (integrate 55 files)
4072 ____________________________________________________________________________
4073 [  8975] By: jhi                                   on 2001/03/01  16:51:34
4074         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
4075      Branch: perl
4076           !> toke.c
4077 ____________________________________________________________________________
4078 [  8974] By: gsar                                  on 2001/03/01  16:28:21
4079         Log: fix for bugid 20010226.008
4080              
4081              the problem was that some of the pointers (PL_last_lop and
4082              PL_last_uni specifically) into the lex buffers weren't correctly
4083              being invalidated when the buffer changed; this would leave the
4084              pointers pointing at an arbitrary location in the buffer if
4085              the buffer didn't need to be reallocated, or point into freed
4086              memory if the buffer had to be realloced
4087              
4088              TODO item for bugdb maintainers: check other seemingly random
4089              parser-related bugs--they might be cured by this
4090      Branch: maint-5.6/perl
4091            ! toke.c
4092 ____________________________________________________________________________
4093 [  8973] By: jhi                                   on 2001/03/01  02:23:25
4094         Log: Retract #8970 because of a completely mysterious core dump:
4095              adding the tests 241..244 causes op/pat dump core at test #25.
4096              The test needs a lot of whittling down before the bug can be solved.
4097      Branch: perl
4098            ! t/op/pat.t
4099 ____________________________________________________________________________
4100 [  8972] By: jhi                                   on 2001/03/01  01:58:38
4101         Log: Regen perlapi.
4102      Branch: perl
4103            ! pod/perlapi.pod
4104 ____________________________________________________________________________
4105 [  8971] By: jhi                                   on 2001/03/01  01:34:09
4106         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))
4107              From: Nicholas Clark <nick@ccl4.org>
4108              Date: Wed, 28 Feb 2001 23:28:49 +0000
4109              Message-ID: <20010228232849.A55187@plum.flirble.org>
4110              
4111              Allow a completely write protected source code tree
4112              when using the Configure -Dmksymlinks.
4113      Branch: perl
4114            ! embed.pl warnings.pl
4115 ____________________________________________________________________________
4116 [  8970] By: jhi                                   on 2001/03/01  01:32:04
4117         Log: Add back the EBCDIC character range tests (for matching).
4118      Branch: perl
4119            ! t/op/pat.t
4120 ____________________________________________________________________________
4121 [  8969] By: nick                                  on 2001/02/28  18:18:01
4122         Log: Add charname comments to .ucm files writen by 'compile',
4123              also order charmaps in those files by source encoding.
4124              regenerate distrubuted .ucm files
4125      Branch: perlio
4126            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
4127            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
4128            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
4129            ! ext/Encode/Encode/iso8859-10.ucm
4130            ! ext/Encode/Encode/iso8859-13.ucm
4131            ! ext/Encode/Encode/iso8859-14.ucm
4132            ! ext/Encode/Encode/iso8859-15.ucm
4133            ! ext/Encode/Encode/iso8859-16.ucm
4134            ! ext/Encode/Encode/iso8859-2.ucm
4135            ! ext/Encode/Encode/iso8859-3.ucm
4136            ! ext/Encode/Encode/iso8859-4.ucm
4137            ! ext/Encode/Encode/iso8859-5.ucm
4138            ! ext/Encode/Encode/iso8859-6.ucm
4139            ! ext/Encode/Encode/iso8859-7.ucm
4140            ! ext/Encode/Encode/iso8859-8.ucm
4141            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
4142            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
4143 ____________________________________________________________________________
4144 [  8968] By: jhi                                   on 2001/02/28  16:26:37
4145         Log: Expand usemorebits early if d_casti32 needs to be undefined.
4146      Branch: perl
4147            ! hints/hpux.sh hints/irix_6.sh
4148 ____________________________________________________________________________
4149 [  8967] By: jhi                                   on 2001/02/28  16:22:26
4150         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
4151              retract toke.c/qu parts of #8583, retract #8485, retract
4152              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
4153              op/length.t, and MANIFEST, and delete t/op/qu.t.
4154      Branch: perl
4155            - t/op/qu.t
4156            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
4157            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
4158            ! t/op/length.t toke.c
4159 ____________________________________________________________________________
4160 [  8966] By: jhi                                   on 2001/02/28  15:00:27
4161         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
4162              by not changing from pre-Unicode days into being Unicode-aware.
4163              Sniff.
4164      Branch: perl
4165            ! pp.c t/op/pack.t t/op/qu.t
4166 ____________________________________________________________________________
4167 [  8965] By: jhi                                   on 2001/02/28  14:37:55
4168         Log: Subject: Re: Errors in core PODs
4169              From: Michael Stevens <michael@etla.org> 
4170              Date: Fri, 23 Feb 2001 15:47:56 +0000
4171              Message-ID: <20010223154756.A7723@firedrake.org> 
4172      Branch: perl
4173            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
4174            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
4175            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
4176            ! x2p/a2p.pod
4177 ____________________________________________________________________________
4178 [  8964] By: jhi                                   on 2001/02/28  14:35:35
4179         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
4180              (The #8961 was too bold.)
4181      Branch: perl
4182            ! hints/hpux.sh hints/irix_6.sh
4183 ____________________________________________________________________________
4184 [  8963] By: jhi                                   on 2001/02/28  14:33:39
4185         Log: Subject: Re: sync sync sync: have I missed any patches?
4186              From: Tim Jenness <t.jenness@jach.hawaii.edu>
4187              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
4188              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
4189              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
4190              
4191              Replace djSP with dSP.
4192      Branch: perl
4193            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
4194            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
4195            ! win32/perlhost.h
4196 ____________________________________________________________________________
4197 [  8962] By: jhi                                   on 2001/02/27  23:21:14
4198         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
4199      Branch: perl
4200            ! lib/Filter/Simple.pm
4201 ____________________________________________________________________________
4202 [  8961] By: jhi                                   on 2001/02/27  22:55:26
4203         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
4204              and this would be it.
4205      Branch: perl
4206            ! hints/hpux.sh hints/irix_6.sh
4207 ____________________________________________________________________________
4208 [  8960] By: jhi                                   on 2001/02/27  22:51:33
4209         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
4210              From: "Craig A. Berry" <craigberry@mac.com>
4211              Date: Tue, 27 Feb 2001 16:11:44 -0600
4212              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
4213      Branch: maint-5.6/perl
4214            ! configure.com vms/descrip_mms.template
4215 ____________________________________________________________________________
4216 [  8959] By: jhi                                   on 2001/02/27  22:47:23
4217         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
4218              From: "Craig A. Berry" <craigberry@mac.com>
4219              Date: Tue, 27 Feb 2001 16:11:44 -0600
4220              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
4221      Branch: perl
4222            ! configure.com vms/descrip_mms.template
4223 ____________________________________________________________________________
4224 [  8958] By: jhi                                   on 2001/02/27  15:16:42
4225         Log: Update Changes.
4226      Branch: perl
4227            ! Changes patchlevel.h
4228 ____________________________________________________________________________
4229 [  8957] By: jhi                                   on 2001/02/27  06:15:07
4230         Log: Subject: [5.6.x] EPOC additions
4231              From: Olaf Flebbe <O.Flebbe@science-computing.de>
4232              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
4233              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
4234      Branch: maint-5.6/perl
4235            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
4236 ____________________________________________________________________________
4237 [  8956] By: jhi                                   on 2001/02/27  06:12:11
4238         Log: Subject: [perl-current] EPOC 
4239              From: Olaf Flebbe <O.Flebbe@science-computing.de>
4240              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
4241              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
4242      Branch: perl
4243            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
4244            ! epoc/epocish.c epoc/epocish.h pp_sys.c
4245 ____________________________________________________________________________
4246 [  8955] By: jhi                                   on 2001/02/27  05:59:50
4247         Log: Subject: Re: Compile with perlcc..
4248              From: Edward Peschko <edwardp@excitehome.net>
4249              Date: Mon, 26 Feb 2001 18:51:58 -0800
4250              Message-ID: <20010226185158.A9871@excitehome.net>
4251              
4252              plus add a simple usage message if no arguments given.
4253      Branch: perl
4254            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
4255            ! utils/Makefile utils/perlcc.PL win32/pod.mak
4256 ____________________________________________________________________________
4257 [  8954] By: nick                                  on 2001/02/26  21:02:59
4258         Log: Integrate mainline
4259      Branch: perlio
4260           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
4261           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
4262           !> t/op/sprintf.t
4263 ____________________________________________________________________________
4264 [  8953] By: jhi                                   on 2001/02/26  14:43:54
4265         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
4266              From: Nicholas Clark <nick@ccl4.org>
4267              Date: Mon, 26 Feb 2001 00:42:07 +0000
4268              Message-ID: <20010226004207.F23333@plum.flirble.org>
4269      Branch: perl
4270            ! pp_ctl.c
4271 ____________________________________________________________________________
4272 [  8952] By: jhi                                   on 2001/02/26  14:42:13
4273         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
4274              From: Simon Cozens <simon@netthink.co.uk>
4275              Date: Mon, 26 Feb 2001 12:23:48 +0000
4276              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
4277      Branch: perl
4278            ! pod/perlguts.pod
4279 ____________________________________________________________________________
4280 [  8951] By: jhi                                   on 2001/02/26  14:39:15
4281         Log: Subject: [PATCH] perlio - unknown layer
4282              From: Nicholas Clark <nick@ccl4.org>
4283              Date: Mon, 26 Feb 2001 00:27:19 +0000
4284              Message-ID: <20010226002719.E23333@plum.flirble.org>
4285      Branch: perl
4286            ! perlio.c
4287 ____________________________________________________________________________
4288 [  8950] By: jhi                                   on 2001/02/26  14:38:04
4289         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
4290              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
4291              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
4292              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
4293      Branch: perl
4294            ! t/op/bop.t
4295 ____________________________________________________________________________
4296 [  8949] By: jhi                                   on 2001/02/26  14:37:07
4297         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
4298              From: Peter Prymmer <pvhp@forte.com>
4299              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
4300              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
4301      Branch: perl
4302            ! lib/Test.pm
4303 ____________________________________________________________________________
4304 [  8948] By: jhi                                   on 2001/02/26  14:35:53
4305         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
4306              From: Radu Greab <radu@netsoft.ro>
4307              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
4308              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
4309      Branch: perl
4310            ! pod/perlop.pod
4311 ____________________________________________________________________________
4312 [  8947] By: jhi                                   on 2001/02/26  14:34:46
4313         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
4314              From: David Mitchell <davem@fdgroup.co.uk>
4315              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
4316              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
4317      Branch: perl
4318            ! run.c
4319 ____________________________________________________________________________
4320 [  8946] By: jhi                                   on 2001/02/26  14:32:37
4321         Log: Subject: Modified README.bs2000 
4322              From: Dorner Thomas <Thomas.Dorner@start.de>
4323              Date: Mon, 26 Feb 2001 09:22:17 +0100
4324              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
4325      Branch: perl
4326            ! README.bs2000
4327 ____________________________________________________________________________
4328 [  8945] By: jhi                                   on 2001/02/26  14:19:53
4329         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
4330              to maintperl, listing the known failures on the tests 129 and 130.
4331      Branch: maint-5.6/perl
4332           !> t/op/sprintf.t
4333 ____________________________________________________________________________
4334 [  8944] By: jhi                                   on 2001/02/26  14:14:15
4335         Log: Add more known sprintf failures.
4336      Branch: perl
4337            ! t/op/sprintf.t
4338 ____________________________________________________________________________
4339 [  8943] By: jhi                                   on 2001/02/26  13:56:22
4340         Log: perlglob.exe needs to be found in Win32, patch from
4341              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
4342              which needs external glob at mini-perl time."
4343      Branch: perl
4344            ! ext/Encode/compile
4345 ____________________________________________________________________________
4346 [  8942] By: jhi                                   on 2001/02/26  13:52:19
4347         Log: A missing dTHX from Vadim Konovalov.
4348      Branch: perl
4349            ! perlio.c
4350 ____________________________________________________________________________
4351 [  8941] By: jhi                                   on 2001/02/26  13:37:05
4352         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
4353      Branch: perl
4354            ! op.c
4355 ____________________________________________________________________________
4356 [  8940] By: jhi                                   on 2001/02/26  13:35:40
4357         Log: Integrate perlio.
4358      Branch: perl
4359           !> ext/Encode/Encode.pm
4360 ____________________________________________________________________________
4361 [  8939] By: nick                                  on 2001/02/25  23:47:09
4362         Log: Integrate mainline.
4363      Branch: perlio
4364           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
4365           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
4366 ____________________________________________________________________________
4367 [  8938] By: nick                                  on 2001/02/25  19:36:28
4368         Log: Encode implementations docs.
4369      Branch: perlio
4370            ! ext/Encode/Encode.pm
4371 ____________________________________________________________________________
4372 [  8937] By: jhi                                   on 2001/02/25  19:26:16
4373         Log: Script wasn't aligned with reality.
4374      Branch: perl
4375            ! t/pod/find.t
4376 ____________________________________________________________________________
4377 [  8936] By: jhi                                   on 2001/02/25  18:54:55
4378         Log: Update Changes.
4379      Branch: perl
4380            ! Changes patchlevel.h
4381 ____________________________________________________________________________
4382 [  8935] By: jhi                                   on 2001/02/25  18:46:36
4383         Log: Retract #8929,8930,8932,8933 for now.
4384      Branch: perl
4385            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
4386 ____________________________________________________________________________
4387 [  8934] By: jhi                                   on 2001/02/25  17:34:35
4388         Log: Integrate perlio.
4389      Branch: perl
4390           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
4391           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
4392           !> t/lib/encode.t
4393 ____________________________________________________________________________
4394 [  8933] By: jhi                                   on 2001/02/25  17:33:12
4395         Log: (Retracted by #8395.)
4396              
4397              Slight tweaks in scan_const(), not fixes yet, it seems like
4398              lots of work remains to be done...
4399      Branch: perl
4400            ! toke.c
4401 ____________________________________________________________________________
4402 [  8932] By: jhi                                   on 2001/02/25  17:27:11
4403         Log: (Retracted by #8395.)
4404              
4405              Missing from #8930.
4406      Branch: perl
4407            ! perl.h
4408 ____________________________________________________________________________
4409 [  8931] By: jhi                                   on 2001/02/25  17:26:19
4410         Log: A comment tweak.
4411      Branch: perl
4412            ! utf8.c
4413 ____________________________________________________________________________
4414 [  8930] By: jhi                                   on 2001/02/25  17:25:47
4415         Log: (Retracted by #8395.)
4416              
4417              Attempt to fix the EBCDIC character range problwm with //.
4418      Branch: perl
4419            ! regcomp.c
4420 ____________________________________________________________________________
4421 [  8929] By: jhi                                   on 2001/02/25  17:23:45
4422         Log: (Retracted by #8395.)
4423              
4424              Expand the EBCDIC character range tests, and add few nasty
4425              tr tests from Karsten Sperling.
4426      Branch: perl
4427            ! t/op/pat.t t/op/tr.t
4428 ____________________________________________________________________________
4429 [  8928] By: jhi                                   on 2001/02/25  17:18:49
4430         Log: Missing check-in.
4431      Branch: perl
4432            ! lib/Pod/Find.pm
4433 ____________________________________________________________________________
4434 [  8927] By: nick                                  on 2001/02/25  11:30:22
4435         Log: Change method names in Encode implementation classes to something
4436              less confusing (preparing to "go public").
4437      Branch: perlio
4438            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
4439 ____________________________________________________________________________
4440 [  8926] By: nick                                  on 2001/02/25  10:53:24
4441         Log: GCC __atribute__ / printf fix
4442      Branch: perlio
4443            ! perl.h
4444 ____________________________________________________________________________
4445 [  8925] By: nick                                  on 2001/02/25  10:52:25
4446         Log: Checked in the wrong one ...
4447      Branch: perlio
4448            ! ext/Encode/Encode.pm
4449 ____________________________________________________________________________
4450 [  8924] By: nick                                  on 2001/02/24  18:46:51
4451         Log: Integrate mainline - to see what Jarkko has in ...
4452      Branch: perlio
4453           +> t/pod/testpods/lib/Pod/Stuff.pm
4454           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
4455 ____________________________________________________________________________
4456 [  8923] By: nick                                  on 2001/02/24  17:05:23
4457         Log: Encode API documentation nd tidy up.
4458              Minor additions to test.
4459              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
4460              Adds STRLEN to standard typemap.
4461      Branch: perlio
4462            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
4463            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
4464 ____________________________________________________________________________
4465 [  8922] By: jhi                                   on 2001/02/24  16:38:12
4466         Log: Add a test for the "character range should match in EBCDIC
4467              if specified using explicit numerics" bug found by Karsten
4468              Sperling.
4469      Branch: perl
4470            ! t/op/pat.t
4471 ____________________________________________________________________________
4472 [  8921] By: jhi                                   on 2001/02/24  16:30:16
4473         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
4474              From: schwern@pobox.com
4475              Date: Fri, 23 Feb 2001 03:21:37 -0500
4476              Message-ID: <20010223032137.A26022@magnonel.guild.net>
4477              
4478              plus Charles Lane's fixes, plus tweaks.
4479      Branch: perl
4480            + t/pod/testpods/lib/Pod/Stuff.pm
4481            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
4482 ____________________________________________________________________________
4483 [  8920] By: nick                                  on 2001/02/24  10:30:11
4484         Log: Integrate mainline
4485      Branch: perlio
4486           !> (integrate 33 files)
4487 ____________________________________________________________________________
4488 [  8919] By: jhi                                   on 2001/02/24  00:23:35
4489         Log: Subject: Re: I'm losing the war...
4490              From: "Vadim Konovalov" <watman@inbox.ru>
4491              Date: Sat, 24 Feb 2001 00:10:14 +0300
4492              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
4493              
4494              hv_store() not working correctly in ENV_IS_CASELESS case.
4495      Branch: perl
4496            ! hv.c
4497 ____________________________________________________________________________
4498 [  8918] By: jhi                                   on 2001/02/24  00:20:09
4499         Log: Subject: Re: [PATCH] fix for charnames above FFFF
4500              From: andreas.koenig@anima.de (Andreas J. Koenig)
4501              Date: 23 Feb 2001 02:39:03 +0100
4502              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
4503              
4504              A further efficiency tweak.
4505      Branch: perl
4506            ! lib/charnames.pm
4507 ____________________________________________________________________________
4508 [  8917] By: jhi                                   on 2001/02/23  20:27:51
4509         Log: Integrate change #8916 from mainline,
4510              do away with USE_WIN32_RTL_ENV.
4511      Branch: maint-5.6/perl
4512           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
4513 ____________________________________________________________________________
4514 [  8916] By: jhi                                   on 2001/02/23  20:02:25
4515         Log: Abolish USE_WIN32_RTL_ENV.
4516      Branch: perl
4517            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
4518 ____________________________________________________________________________
4519 [  8915] By: jhi                                   on 2001/02/23  19:36:00
4520         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
4521              later protected by some #define.
4522      Branch: perl
4523            ! gv.c
4524 ____________________________________________________________________________
4525 [  8914] By: jhi                                   on 2001/02/23  19:31:38
4526         Log: Retract #8902 for now, requested by Charles Lane, the correct
4527              fix will be something else.
4528      Branch: perl
4529            ! op.c
4530 ____________________________________________________________________________
4531 [  8913] By: jhi                                   on 2001/02/23  19:11:36
4532         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
4533              From: Peter Prymmer <pvhp@forte.com>
4534              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
4535              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
4536      Branch: perl
4537            ! t/op/lex_assign.t
4538 ____________________________________________________________________________
4539 [  8912] By: jhi                                   on 2001/02/23  18:38:20
4540         Log: Subject: [patch] perlio + useithreads
4541              From: Doug MacEachern <dougm@covalent.net>
4542              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
4543              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
4544              
4545              Gets things running but not complete.
4546      Branch: perl
4547            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
4548 ____________________________________________________________________________
4549 [  8911] By: jhi                                   on 2001/02/23  04:20:02
4550         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
4551              
4552              Duplicated environment freeing, File::Temp 0.12,
4553              op/append portability (EBCDIC) tweak.
4554      Branch: maint-5.6/perl
4555           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
4556           !> t/op/append.t
4557 ____________________________________________________________________________
4558 [  8910] By: jhi                                   on 2001/02/23  02:07:33
4559         Log: Integrate change #8909 from mainline, a better Borland
4560              putenv() workaround.
4561      Branch: maint-5.6/perl
4562           !> perl.c
4563 ____________________________________________________________________________
4564 [  8909] By: jhi                                   on 2001/02/23  02:05:46
4565         Log: A better workaround for Borland putenv() brokenness from Sarathy.
4566      Branch: perl
4567            ! perl.c
4568 ____________________________________________________________________________
4569 [  8908] By: jhi                                   on 2001/02/23  02:04:14
4570         Log: Subject: fix for parameter -Dm (for perl@8867)
4571              From: "Vadim Konovalov" <watman@inbox.ru>
4572              Date: Thu, 22 Feb 2001 17:30:12 +0300
4573              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
4574      Branch: perl
4575            ! perl.h
4576 ____________________________________________________________________________
4577 [  8907] By: jhi                                   on 2001/02/23  01:58:20
4578         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
4579              From: Peter Prymmer <pvhp@forte.com>
4580              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
4581              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
4582      Branch: perl
4583            ! t/op/append.t
4584 ____________________________________________________________________________
4585 [  8906] By: jhi                                   on 2001/02/23  01:48:34
4586         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
4587      Branch: perl
4588            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
4589 ____________________________________________________________________________
4590 [  8905] By: jhi                                   on 2001/02/23  01:43:30
4591         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
4592              From: Peter Prymmer <pvhp@forte.com>
4593              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
4594              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
4595      Branch: perl
4596            ! t/lib/st-06compat.t
4597 ____________________________________________________________________________
4598 [  8904] By: jhi                                   on 2001/02/23  01:42:39
4599         Log: Metaconfig unit change for #8903.
4600      Branch: metaconfig/U/perl
4601            ! Devel.U
4602 ____________________________________________________________________________
4603 [  8903] By: jhi                                   on 2001/02/23  01:42:12
4604         Log: Be more helpful for devel builders, suggested by John L. Allen.
4605      Branch: perl
4606            ! Configure
4607 ____________________________________________________________________________
4608 [  8902] By: jhi                                   on 2001/02/23  01:37:41
4609         Log: (Retracted by #8914)
4610              (Wrongly, reinstated by #8941)             
4611
4612              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
4613              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
4614              Date:     Thu, 22 Feb 2001 09:43:57 EST
4615              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
4616      Branch: perl
4617            ! op.c
4618 ____________________________________________________________________________
4619 [  8901] By: jhi                                   on 2001/02/23  01:20:32
4620         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
4621              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
4622              Date:     Thu, 22 Feb 2001 08:01:35 EST
4623              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
4624      Branch: perl
4625            ! malloc.c
4626 ____________________________________________________________________________
4627 [  8900] By: jhi                                   on 2001/02/23  01:18:02
4628         Log: Integrate changes #8898,8899 from mainline, environ handling.
4629      Branch: maint-5.6/perl
4630           !> perl.c
4631 ____________________________________________________________________________
4632 [  8899] By: jhi                                   on 2001/02/23  01:16:25
4633         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
4634              putenv() is not to be relied on, they are either broken or leaky
4635              or both.)
4636      Branch: perl
4637            ! perl.c
4638 ____________________________________________________________________________
4639 [  8898] By: jhi                                   on 2001/02/22  23:36:59
4640         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
4641              and safesysfree() must be used.
4642      Branch: perl
4643            ! perl.c
4644 ____________________________________________________________________________
4645 [  8897] By: jhi                                   on 2001/02/22  23:25:45
4646         Log: With environ one must use safesysmalloc()/safesysfree().
4647      Branch: perl
4648            ! perl.c
4649 ____________________________________________________________________________
4650 [  8896] By: jhi                                   on 2001/02/22  22:13:18
4651         Log: If we have a duplicated environment free it
4652              if PERL_DESTRUCT_LEVEL.
4653      Branch: perl
4654            ! perl.c
4655 ____________________________________________________________________________
4656 [  8895] By: alanbur                               on 2001/02/22  19:31:57
4657         Log: Synchronised with parent
4658      Branch: maint-5.6/pureperl
4659           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
4660 ____________________________________________________________________________
4661 [  8894] By: gsar                                  on 2001/02/22  19:06:18
4662         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
4663              
4664              fix memory leak in method call optimization (change#3768);
4665              made C<eval "$x->foo()"> leak
4666              
4667              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
4668      Branch: maint-5.6/perl
4669           !> op.c
4670 ____________________________________________________________________________
4671 [  8893] By: jhi                                   on 2001/02/22  18:35:27
4672         Log: (Retracted by #8915.)
4673              
4674              Third Degree finding:
4675              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
4676      Branch: perl
4677            ! gv.c
4678 ____________________________________________________________________________
4679 [  8892] By: jhi                                   on 2001/02/22  14:28:32
4680         Log: Update Changes.
4681      Branch: perl
4682            ! Changes patchlevel.h
4683 ____________________________________________________________________________
4684 [  8891] By: jhi                                   on 2001/02/22  13:22:45
4685         Log: Metaconfig unit changes for #8890.
4686      Branch: metaconfig
4687            ! U/modified/Cppsym.U U/threads/archname.U
4688 ____________________________________________________________________________
4689 [  8890] By: jhi                                   on 2001/02/22  13:22:12
4690         Log: Add -stdio to the archname if no perlio selected,
4691              no -perlio added since that is now the default.
4692              
4693              Add few CPUs/architectures to the Cppsym scan.
4694      Branch: perl
4695            ! Configure config_h.SH
4696 ____________________________________________________________________________
4697 [  8889] By: jhi                                   on 2001/02/22  13:05:59
4698         Log: Metaconfig unit change for #8888.
4699      Branch: metaconfig/U/perl
4700            ! useperlio.U
4701 ____________________________________________________________________________
4702 [  8888] By: jhi                                   on 2001/02/22  13:05:28
4703         Log: *drum roll*  Make perlio the default.
4704      Branch: perl
4705            ! Configure config_h.SH
4706 ____________________________________________________________________________
4707 [  8887] By: jhi                                   on 2001/02/22  12:50:52
4708         Log: Integrate change #8665 from maintperl to mainline,
4709              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
4710      Branch: perl
4711           !> ext/POSIX/POSIX.xs
4712 ____________________________________________________________________________
4713 [  8886] By: jhi                                   on 2001/02/22  12:49:24
4714         Log: Integrate changes #8883,8884 from mainline to maintperl.
4715              
4716              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
4717              Subject: Re: File::Temp::_gettemp warning
4718      Branch: maint-5.6/perl
4719           !> embed.h embed.pl lib/File/Temp.pm
4720 ____________________________________________________________________________
4721 [  8885] By: jhi                                   on 2001/02/22  12:43:59
4722         Log: Based on
4723              
4724              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
4725              From: schwab@suse.de
4726              Date: Thu, 22 Feb 2001 13:08:09 +0100
4727              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
4728              
4729              but the fix done slightly differently because the other
4730              half was already done in #8664.
4731      Branch: maint-5.6/perl
4732            ! ext/POSIX/POSIX.xs
4733 ____________________________________________________________________________
4734 [  8884] By: jhi                                   on 2001/02/22  12:37:15
4735         Log: Subject: Re: File::Temp::_gettemp warning
4736              From: Tim Jenness <t.jenness@jach.hawaii.edu>
4737              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
4738              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
4739              
4740              This patch to File::Temp does two things:
4741              
4742              1. Fixes the problem with CGI::Carp when determining
4743              the Fcntl constants
4744              
4745              2. Removes most of the carps and consolidates them so that all the
4746              reasons are included in a single die that is caught by the test. This
4747              means that the correct skipping behaviour is displayed by the test.
4748      Branch: perl
4749            ! lib/File/Temp.pm
4750 ____________________________________________________________________________
4751 [  8883] By: jhi                                   on 2001/02/22  12:29:19
4752         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
4753              From: Peter Prymmer <pvhp@forte.com>
4754              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
4755              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
4756      Branch: perl
4757            ! embed.h embed.pl
4758 ____________________________________________________________________________
4759 [  8882] By: jhi                                   on 2001/02/21  19:41:33
4760         Log: Integrate change #8881 from mainlin to maintperl.
4761              
4762              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
4763      Branch: maint-5.6/perl
4764           !> op.c
4765 ____________________________________________________________________________
4766 [  8881] By: jhi                                   on 2001/02/21  19:38:57
4767         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
4768              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
4769              Date:     Wed, 21 Feb 2001 13:08:03 EST
4770              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
4771      Branch: perl
4772            ! op.c
4773 ____________________________________________________________________________
4774 [  8880] By: jhi                                   on 2001/02/21  19:34:34
4775         Log: Retract #8875, cannot let go of the old semantics of unpack U
4776              without rethinking utf8decode.t.
4777      Branch: perl
4778            ! pp.c t/op/pack.t
4779 ____________________________________________________________________________
4780 [  8879] By: jhi                                   on 2001/02/21  19:08:02
4781         Log: Run run/*.t also in minitest.
4782      Branch: perl
4783            ! Makefile.SH
4784 ____________________________________________________________________________
4785 [  8878] By: nick                                  on 2001/02/21  18:55:37
4786         Log: Integrate mainline
4787      Branch: perlio
4788           !> (integrate 76 files)
4789 ____________________________________________________________________________
4790 [  8877] By: jhi                                   on 2001/02/21  15:09:33
4791         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
4792      Branch: metaconfig
4793            ! U/compline/nblock_io.U
4794      Branch: perl
4795            ! Configure config_h.SH
4796 ____________________________________________________________________________
4797 [  8876] By: jhi                                   on 2001/02/21  14:54:45
4798         Log: If no sfio, no -lsfio.
4799      Branch: metaconfig/U/perl
4800            ! d_sfio.U
4801      Branch: perl
4802            ! Configure config_h.SH
4803 ____________________________________________________________________________
4804 [  8875] By: jhi                                   on 2001/02/21  14:54:00
4805         Log: Make unpack C and unpack C truly equivalent.
4806      Branch: perl
4807            ! pp.c t/op/pack.t
4808 ____________________________________________________________________________
4809 [  8874] By: jhi                                   on 2001/02/21  14:26:02
4810         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
4811              From: Peter Prymmer <pvhp@forte.com>
4812              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
4813              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
4814      Branch: perl
4815            ! pod/perlport.pod
4816 ____________________________________________________________________________
4817 [  8873] By: jhi                                   on 2001/02/21  14:24:31
4818         Log: Subject: [PATCH] fix for charnames above FFFF
4819              From: andreas.koenig@anima.de (Andreas J. Koenig)
4820              Date: 21 Feb 2001 07:05:45 +0100
4821              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
4822      Branch: perl
4823            ! lib/charnames.pm t/lib/charnames.t
4824 ____________________________________________________________________________
4825 [  8872] By: jhi                                   on 2001/02/21  14:15:25
4826         Log: Integrate change #8868 from pureperl to mainline.
4827              
4828              Fixed reference count loop caused by sv_magic.
4829      Branch: perl
4830           !> sv.c
4831 ____________________________________________________________________________
4832 [  8871] By: jhi                                   on 2001/02/21  14:07:29
4833         Log: Integrate change #8868 from pureperl to maintperl.
4834              
4835              Fixed reference count loop caused by sv_magic.
4836      Branch: maint-5.6/perl
4837           !> sv.c
4838 ____________________________________________________________________________
4839 [  8870] By: jhi                                   on 2001/02/21  14:04:41
4840         Log: Put back the #8840, it was innocent.
4841      Branch: perl
4842            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
4843            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
4844 ____________________________________________________________________________
4845 [  8869] By: jhi                                   on 2001/02/21  14:00:03
4846         Log: unpack("C", ...) was left slightly unfinished by #8865.
4847      Branch: perl
4848            ! pp.c t/op/pack.t
4849 ____________________________________________________________________________
4850 [  8868] By: alanbur                               on 2001/02/21  01:33:45
4851         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
4852              from gv_fetchpv to create single-character magic variables (e.g. $!),
4853              and it is passed a sv and the gv that contains the sv as the mg_obj
4854              value.  When sv_magic stores the mg_obj pointer it increments the gv
4855              refcount, thus causing a sv-gv pair that can't be freed.  There is
4856              already a check for sv == obj which is used to prevent such reference
4857              loops.  This change extends the check to cover the case described above.
4858      Branch: maint-5.6/pureperl
4859            ! sv.c
4860 ____________________________________________________________________________
4861 [  8867] By: jhi                                   on 2001/02/21  00:52:39
4862         Log: Update Changes.
4863      Branch: perl
4864            ! Changes patchlevel.h
4865 ____________________________________________________________________________
4866 [  8866] By: jhi                                   on 2001/02/21  00:34:20
4867         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
4868              (Note: there were some conflicts due to EBCDIC and EPOC
4869              patches, in general I preferred the repository code.)
4870              (When 2.753 comes out, we need to synchronize.)
4871      Branch: perl
4872            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
4873            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
4874            ! t/lib/cgi-html.t
4875 ____________________________________________________________________________
4876 [  8865] By: jhi                                   on 2001/02/21  00:24:22
4877         Log: Make pack("C", 0x100) to create Unicode, unless under the
4878              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
4879              will understand Unicode, unless you under know what.
4880      Branch: perl
4881            ! pp.c t/op/pack.t t/op/qu.t
4882 ____________________________________________________________________________
4883 [  8864] By: alanbur                               on 2001/02/20  22:35:34
4884         Log: Resynchronised with parent
4885      Branch: maint-5.6/pureperl
4886           !> README.win32 ext/GDBM_File/GDBM_File.pm
4887           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
4888           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
4889           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
4890           !> t/lib/sdbm.t util.c
4891 ____________________________________________________________________________
4892 [  8863] By: jhi                                   on 2001/02/20  20:55:11
4893         Log: Integrate change #8860,8861 from mainline into maintperl.
4894              
4895              "pseudo-literal j"
4896              
4897              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
4898      Branch: maint-5.6/perl
4899           !> lib/Test.pm pod/perlop.pod
4900 ____________________________________________________________________________
4901 [  8862] By: jhi                                   on 2001/02/20  20:30:07
4902         Log: Don't do casting between pointers pointing to differently sized
4903              integers.
4904      Branch: perl
4905            ! hv.c sv.c
4906 ____________________________________________________________________________
4907 [  8861] By: jhi                                   on 2001/02/20  19:53:44
4908         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
4909              From: Peter Prymmer <pvhp@forte.com>
4910              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
4911              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
4912      Branch: perl
4913            ! lib/Test.pm
4914 ____________________________________________________________________________
4915 [  8860] By: jhi                                   on 2001/02/20  19:48:02
4916         Log: "pseudo-literal j", a documentation glitch reported to Debian.
4917              The text recovered from Perl 5.005_03, and pseudo-literal replaced
4918              by "backtick string".
4919      Branch: perl
4920            ! pod/perlop.pod
4921 ____________________________________________________________________________
4922 [  8859] By: jhi                                   on 2001/02/20  19:15:46
4923         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
4924              from Chris Nandor.
4925      Branch: perl
4926            ! makedef.pl
4927 ____________________________________________________________________________
4928 [  8858] By: jhi                                   on 2001/02/20  17:36:53
4929         Log: Integrate pureperl changes #8844,8845,8850 to mainline
4930              (via maintperl #8855).
4931              
4932              Fixed %^H scoping bug
4933              
4934              Removed GV <-> CV refcount loop
4935              
4936              Removed %ENV refcount loop
4937      Branch: perl
4938           !> gv.c op.c perl.c pp.c scope.c
4939 ____________________________________________________________________________
4940 [  8857] By: jhi                                   on 2001/02/20  17:34:32
4941         Log: Integrate changes #8853,8854 from maintperl to mainline.
4942              
4943              EBDIC fixes, README.win32 Borland update.
4944      Branch: perl
4945           !> README.win32 handy.h util.c
4946 ____________________________________________________________________________
4947 [  8856] By: jhi                                   on 2001/02/20  17:33:16
4948         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
4949      Branch: maint-5.6/perl
4950           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
4951           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
4952           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
4953 ____________________________________________________________________________
4954 [  8855] By: jhi                                   on 2001/02/20  17:32:13
4955         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
4956              
4957              Fixed %^H scoping bug
4958              
4959              Removed GV <-> CV refcount loop
4960              
4961              Removed %ENV refcount loop
4962      Branch: maint-5.6/perl
4963           !> gv.c op.c perl.c pp.c scope.c
4964 ____________________________________________________________________________
4965 [  8854] By: jhi                                   on 2001/02/20  17:25:06
4966         Log: Subject: Addition to readme.win32 for Borland C++ compilers
4967              Date: Tue, 20 Feb 2001 02:15:25 +0300
4968              From: "Vadim Konovalov" <watman@inbox.ru>
4969              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
4970              
4971              Document Borland compiler misbehaviour.
4972      Branch: maint-5.6/perl
4973            ! README.win32
4974 ____________________________________________________________________________
4975 [  8853] By: jhi                                   on 2001/02/20  17:22:25
4976         Log: The assimilation of ebcdic.c didn't quite work at the first try,
4977              patches from Thomas Dorner.
4978      Branch: maint-5.6/perl
4979            ! handy.h util.c
4980 ____________________________________________________________________________
4981 [  8852] By: jhi                                   on 2001/02/20  17:20:15
4982         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
4983              From: Chris Nandor <pudge@pobox.com>
4984              Date: Tue, 20 Feb 2001 08:32:45 -0500
4985              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
4986      Branch: maint-5.6/perl
4987            ! makedef.pl mg.c
4988 ____________________________________________________________________________
4989 [  8851] By: jhi                                   on 2001/02/20  17:15:52
4990         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
4991      Branch: perl
4992            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
4993            ! t/lib/filter-util.t
4994 ____________________________________________________________________________
4995 [  8850] By: alanbur                               on 2001/02/20  17:12:40
4996         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
4997              and the magic pointer points back to the GV that contains the
4998              %ENV hash.  This creates a refcount loop that prevents members
4999              of %ENV from being freed correctly.  This change removes the
5000              refcount loop - the magic pointer was never used anyway, the
5001              only use of the magic was to check the type ('E') so that the
5002              appropriate environment manipulation code is called when %ENV
5003              is modified.
5004      Branch: maint-5.6/pureperl
5005            ! perl.c
5006 ____________________________________________________________________________
5007 [  8849] By: jhi                                   on 2001/02/20  17:12:20
5008         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
5009              From: "Craig A. Berry" <craigberry@mac.com>
5010              Date: Mon, 19 Feb 2001 23:36:12 -0600
5011              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
5012              
5013              Case-forgiving systems match TestInit.pm with TES*.
5014      Branch: perl
5015            ! t/lib/glob-basic.t
5016 ____________________________________________________________________________
5017 [  8848] By: jhi                                   on 2001/02/20  17:10:02
5018         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
5019      Branch: perl
5020            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
5021            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
5022            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
5023 ____________________________________________________________________________
5024 [  8847] By: jhi                                   on 2001/02/20  15:34:41
5025         Log: The #8843 wasn't quite right: %Config needs to imported.
5026      Branch: perl
5027            ! t/run/runenv.t
5028 ____________________________________________________________________________
5029 [  8846] By: jhi                                   on 2001/02/20  15:31:50
5030         Log: Retract the #8838 and #8840 for now because of
5031              the DB_File tie problem.
5032      Branch: perl
5033            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
5034            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
5035            ! proto.h sv.c
5036 ____________________________________________________________________________
5037 [  8845] By: alanbur                               on 2001/02/20  14:25:41
5038         Log: Removed GV <-> CV refcount loop
5039              CvGV(mycv) points to the parent GV of the CV, and was previously
5040              refcounted.  The pointer remains, but the refcounting has been removed
5041              as it causes a refcount loop between the CV and GV that means the CV
5042              can't ever be deleted.
5043      Branch: maint-5.6/pureperl
5044            ! gv.c op.c pp.c
5045 ____________________________________________________________________________
5046 [  8844] By: alanbur                               on 2001/02/20  14:23:13
5047         Log: Fixed %^H scoping bug
5048      Branch: maint-5.6/pureperl
5049            ! scope.c
5050 ____________________________________________________________________________
5051 [  8843] By: jhi                                   on 2001/02/19  13:38:08
5052         Log: fork() not everywhere, cleanup temp files.
5053      Branch: perl
5054            ! t/run/runenv.t
5055 ____________________________________________________________________________
5056 [  8842] By: alanbur                               on 2001/02/19  12:42:07
5057         Log: Resynchronised with parent
5058      Branch: maint-5.6/pureperl
5059           !> pod/perlfaq4.pod sv.c utf8.c
5060 ____________________________________________________________________________
5061 [  8841] By: jhi                                   on 2001/02/19  03:35:51
5062         Log: Update Changes.
5063      Branch: perl
5064            ! Changes patchlevel.h
5065 ____________________________________________________________________________
5066 [  8840] By: jhi                                   on 2001/02/19  00:23:41
5067         Log: Subject: [patch] add sv_setref_uv
5068              From: Doug MacEachern <dougm@covalent.net>
5069              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
5070              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
5071      Branch: perl
5072            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
5073            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
5074 ____________________________________________________________________________
5075 [  8839] By: jhi                                   on 2001/02/19  00:01:38
5076         Log: Put to rest the 20010205.001, the email address checking (not) regex.
5077      Branch: perl
5078            ! pod/perlfaq9.pod
5079 ____________________________________________________________________________
5080 [  8838] By: jhi                                   on 2001/02/18  22:17:54
5081         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
5082              From: Doug MacEachern <dougm@covalent.net>
5083              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
5084              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
5085      Branch: perl
5086            ! lib/ExtUtils/xsubpp
5087 ____________________________________________________________________________
5088 [  8837] By: jhi                                   on 2001/02/18  22:16:50
5089         Log: Subject: [patch] -Wall cleanup round 2
5090              From: Doug MacEachern <dougm@covalent.net>
5091              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
5092              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
5093      Branch: perl
5094            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
5095            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
5096            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
5097            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
5098            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
5099            ! ext/SDBM_File/SDBM_File.xs
5100 ____________________________________________________________________________
5101 [  8836] By: jhi                                   on 2001/02/18  22:11:20
5102         Log: Misapplied regex optimizations when \C is present.
5103              Fixes 20001230.002.
5104              
5105              What still remains broken is that the submatches that
5106              have \C in them get their UTF8 flag on because their
5107              parent SV has it on.  This will result in malformed
5108              UTF8 if a \C happened to match a non-ASCII byte.
5109      Branch: perl
5110            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
5111            ! t/pragma/utf8.t
5112 ____________________________________________________________________________
5113 [  8835] By: jhi                                   on 2001/02/18  20:12:02
5114         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
5115              
5116              The hash key got wrongly UTF8fied.
5117      Branch: perl
5118            ! pod/perlapi.pod toke.c utf8.c
5119 ____________________________________________________________________________
5120 [  8834] By: jhi                                   on 2001/02/18  19:44:25
5121         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
5122              don't warn on magical or overloaded things.
5123      Branch: perl
5124            ! pp_hot.c
5125 ____________________________________________________________________________
5126 [  8833] By: nick                                  on 2001/02/18  19:31:22
5127         Log: Integrate mainline
5128      Branch: perlio
5129           +> t/TestInit.pm t/run/runenv.t
5130            - t/UTEST
5131           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
5132           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
5133           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
5134           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
5135           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
5136           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
5137           !> utf8.c
5138 ____________________________________________________________________________
5139 [  8832] By: jhi                                   on 2001/02/18  19:21:18
5140         Log: Integrate perlio.
5141      Branch: perl
5142           !> perlio.c pod/perldiag.pod
5143 ____________________________________________________________________________
5144 [  8831] By: jhi                                   on 2001/02/18  19:14:20
5145         Log: Integrate change #8827 from mainline.
5146              
5147              UTF8 tweaks.
5148      Branch: maint-5.6/perl
5149           !> sv.c utf8.c
5150 ____________________________________________________________________________
5151 [  8830] By: nick                                  on 2001/02/18  19:10:34
5152         Log: Apply the spirit of patch from Nick Clark:
5153              Subject: [PATCH] Re: extensions that provide layers
5154              From: Nicholas Clark <nick@ccl4.org>
5155              Date: Mon, 12 Feb 2001 16:43:51 +0000
5156              Message-Id: <20010212164350.Q3652@plum.flirble.org>
5157      Branch: perlio
5158            ! perlio.c pod/perldiag.pod
5159 ____________________________________________________________________________
5160 [  8829] By: jhi                                   on 2001/02/18  19:03:25
5161         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
5162              From: schwern@pobox.com 
5163              Date: Sun, 18 Feb 2001 13:44:35 -0500
5164              Message-ID: <20010218134435.A17544@magnonel.guild.net>
5165              
5166              Applied, but as t/TestInit.pm.
5167      Branch: perl
5168            + t/TestInit.pm
5169            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
5170            ! t/op/subst_wamp.t
5171 ____________________________________________________________________________
5172 [  8828] By: jhi                                   on 2001/02/18  18:43:52
5173         Log: Integrate perlio.
5174      Branch: perl
5175           !> perlio.c
5176 ____________________________________________________________________________
5177 [  8827] By: jhi                                   on 2001/02/18  18:41:33
5178         Log: UTF-8 tweaks.
5179      Branch: perl
5180            ! sv.c utf8.c
5181 ____________________________________________________________________________
5182 [  8826] By: nick                                  on 2001/02/18  17:40:59
5183         Log: Fix [ID 20010217.002]
5184              open FOO, "<:raw:perlio", ...
5185              :raw now inserts default base layer below itself.
5186              Also
5187              open FOO, "<:unix", ...
5188              works as well - but leaves buffer layer on stack under the unix layer.
5189      Branch: perlio
5190            ! perlio.c
5191 ____________________________________________________________________________
5192 [  8825] By: jhi                                   on 2001/02/18  17:15:39
5193         Log: Integrate perlio.
5194      Branch: perl
5195           !> perlio.c perliol.h
5196 ____________________________________________________________________________
5197 [  8824] By: jhi                                   on 2001/02/18  17:10:53
5198         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
5199              From: schwern@pobox.com
5200              Date: Sun, 18 Feb 2001 01:48:50 -0500
5201              Message-ID: <20010218014850.C19957@magnonel.guild.net>
5202      Branch: perl
5203            ! lib/Test/Harness.pm t/TEST t/op/chop.t
5204 ____________________________________________________________________________
5205 [  8823] By: jhi                                   on 2001/02/18  17:01:06
5206         Log: Add run/*.t to testables.
5207      Branch: perl
5208            ! t/TEST
5209 ____________________________________________________________________________
5210 [  8822] By: jhi                                   on 2001/02/18  16:58:58
5211         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
5212              From: schwern@pobox.com
5213              Date: Sun, 18 Feb 2001 01:11:35 -0500
5214              Message-ID: <20010218011135.A19957@magnonel.guild.net>
5215              
5216              Revive mjd's and Simon's PERL5OPT fix.
5217      Branch: perl
5218            + t/run/runenv.t
5219            ! MANIFEST perl.c
5220 ____________________________________________________________________________
5221 [  8821] By: jhi                                   on 2001/02/18  16:53:46
5222         Log: Subject: Re: Why t/TEST and not Test::Harness?
5223              From: schwern@pobox.com
5224              Date: Sat, 17 Feb 2001 22:44:44 -0500
5225              Message-ID: <20010217224444.A6679@magnonel.guild.net>
5226              
5227              Replace UTEST with TEST -utf8.
5228      Branch: perl
5229            - t/UTEST
5230            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
5231            ! t/lib/glob-basic.t
5232 ____________________________________________________________________________
5233 [  8820] By: nick                                  on 2001/02/18  13:06:16
5234         Log: Clean up a few core dumps when layers are used in unexpected ways.
5235              (Still not "right"...)
5236      Branch: perlio
5237            ! perlio.c perliol.h
5238 ____________________________________________________________________________
5239 [  8819] By: jhi                                   on 2001/02/18  02:25:55
5240         Log: Integrate change #8818 from maintperl, a FAQ nit.
5241      Branch: perl
5242           !> pod/perlfaq4.pod
5243 ____________________________________________________________________________
5244 [  8818] By: jhi                                   on 2001/02/18  02:24:50
5245         Log: FAQ nit from Chris Fedde.
5246      Branch: maint-5.6/perl
5247            ! pod/perlfaq4.pod
5248 ____________________________________________________________________________
5249 [  8817] By: nick                                  on 2001/02/17  18:20:14
5250         Log: Integrate mainline
5251      Branch: perlio
5252           +> lib/unicode/UCD.html lib/unicode/Unicode.html
5253           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
5254           +> pod/perlclib.pod
5255            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
5256            - lib/unicode/Unicode.301
5257           !> (integrate 324 files)
5258 ____________________________________________________________________________
5259 [  8816] By: jhi                                   on 2001/02/17  16:56:58
5260         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
5261      Branch: perl
5262            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
5263            ! ext/Storable/Storable.xs t/lib/st-06compat.t
5264            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
5265 ____________________________________________________________________________
5266 [  8815] By: jhi                                   on 2001/02/17  16:40:07
5267         Log: Subject: [patch] -Wall
5268              From: Doug MacEachern <dougm@covalent.net>
5269              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
5270              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
5271      Branch: perl
5272            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
5273            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
5274 ____________________________________________________________________________
5275 [  8814] By: jhi                                   on 2001/02/16  19:27:18
5276         Log: Document qu better.
5277      Branch: perl
5278            ! pod/perlop.pod
5279 ____________________________________________________________________________
5280 [  8813] By: jhi                                   on 2001/02/15  13:54:37
5281         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
5282              From: Hugo <hv@crypt.compulink.co.uk>
5283              Date: Thu, 15 Feb 2001 13:39:49 +0000
5284              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
5285      Branch: perl
5286            ! toke.c
5287 ____________________________________________________________________________
5288 [  8812] By: alanbur                               on 2001/02/15  13:52:16
5289         Log: Resynchronised with parent
5290      Branch: maint-5.6/pureperl
5291            - ebcdic.c
5292           !> (integrate 36 files)
5293 ____________________________________________________________________________
5294 [  8811] By: jhi                                   on 2001/02/15  13:51:16
5295         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
5296              
5297              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
5298              From: Jan Dubois <JanD@ActiveState.com>
5299              Date: Wed, 31 Jan 2001 21:17:03 -0800
5300              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
5301              
5302              tweak change#8659 to keep it simple
5303              
5304              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
5305              From: Russ Allbery <rra@stanford.edu>
5306              Date: 14 Feb 2001 10:15:41 -0800
5307              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
5308              
5309              (8809 empty)
5310
5311              Upgrade to podlators 1.08, from Russ Allbery.
5312      Branch: perl
5313           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
5314           !> utils/perldoc.PL
5315 ____________________________________________________________________________
5316 [  8810] By: jhi                                   on 2001/02/15  13:35:08
5317         Log: Upgrade to podlators 1.08, from Russ Allbery.
5318      Branch: maint-5.6/perl
5319            ! lib/Pod/Man.pm lib/Pod/Text.pm
5320 ____________________________________________________________________________
5321 [  8809] By: jhi                                   on 2001/02/15  13:26:38
5322         Log: (accidentally empty check-in)
5323      Branch: maint-5.6/perl
5324            ! lib/Test/Harness.pm
5325 ____________________________________________________________________________
5326 [  8808] By: jhi                                   on 2001/02/15  13:23:47
5327         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
5328              From: Russ Allbery <rra@stanford.edu>
5329              Date: 14 Feb 2001 10:15:41 -0800
5330              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
5331              
5332              perldoc was hardcoding $Config{installscript}, which breaks
5333              when install* isn't where Perl ends up (such as with AFS).
5334              
5335              Use $Config{scriptdir} instead.
5336      Branch: maint-5.6/perl
5337            ! utils/perldoc.PL
5338 ____________________________________________________________________________
5339 [  8807] By: jhi                                   on 2001/02/14  14:37:27
5340         Log: Update Changes.
5341      Branch: perl
5342            ! Changes patchlevel.h
5343 ____________________________________________________________________________
5344 [  8806] By: jhi                                   on 2001/02/14  14:25:31
5345         Log: Integrate changes #8803,8804,8805 from mainline.
5346              
5347              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
5348              
5349              Don't skip too much of the locale error message if no environ array,
5350              from Chris Nandor.
5351              
5352              More MacOS Classic fixes from Chris Nandor.
5353      Branch: maint-5.6/perl
5354           !> doop.c lib/Cwd.pm perl.c perl.h util.c
5355 ____________________________________________________________________________
5356 [  8805] By: jhi                                   on 2001/02/14  03:29:01
5357         Log: More MacOS Classic fixes from Chris Nandor.
5358      Branch: perl
5359            ! doop.c lib/Cwd.pm
5360 ____________________________________________________________________________
5361 [  8804] By: jhi                                   on 2001/02/14  03:18:35
5362         Log: Don't skip too much of the locale error message if no environ array,
5363              from Chris Nandor.
5364      Branch: perl
5365            ! util.c
5366 ____________________________________________________________________________
5367 [  8803] By: jhi                                   on 2001/02/14  03:14:14
5368         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
5369      Branch: perl
5370            ! perl.c perl.h
5371 ____________________________________________________________________________
5372 [  8802] By: jhi                                   on 2001/02/13  18:31:33
5373         Log: AUTHORS update.
5374      Branch: perl
5375            ! AUTHORS
5376 ____________________________________________________________________________
5377 [  8801] By: jhi                                   on 2001/02/13  17:55:19
5378         Log: Integrate change #8792 from mainline.
5379              
5380              Subject: buncha MacPerl patches for bleadperl
5381              From: Chris Nandor <pudge@pobox.com>
5382              Date: Tue, 13 Feb 2001 00:02:43 -0500
5383              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
5384      Branch: maint-5.6/perl
5385           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
5386           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
5387           !> t/lib/basename.t toke.c util.h
5388 ____________________________________________________________________________
5389 [  8800] By: jhi                                   on 2001/02/13  17:46:43
5390         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
5391              to be forced to Off_t.
5392              
5393              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
5394              From: nick@ccl4.org
5395              Date: Thu, 1 Feb 2001 12:01:04 +0000
5396              Message-Id: <20010201120103.E11401@plum.flirble.org>
5397      Branch: maint-5.6/perl
5398            ! iperlsys.h perlio.c
5399 ____________________________________________________________________________
5400 [  8799] By: jhi                                   on 2001/02/13  16:52:51
5401         Log: Duplex duplex hunk hunk.
5402      Branch: maint-5.6/perl
5403            ! Makefile.SH
5404 ____________________________________________________________________________
5405 [  8797] By: jhi                                   on 2001/02/13  14:52:04
5406         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
5407              From: "Craig A. Berry" <craigberry@mac.com>
5408              Date: Mon, 12 Feb 2001 11:05:25 -0600
5409              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
5410      Branch: perl
5411            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
5412 ____________________________________________________________________________
5413 [  8796] By: jhi                                   on 2001/02/13  14:36:47
5414         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
5415              From: simon.cozens@pembroke.oxford.ac.uk 
5416              Date: Sat, 10 Feb 2001 17:57:02 +0000
5417              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
5418              
5419              Now it does include.
5420      Branch: perl
5421            ! pod/perldiag.pod
5422 ____________________________________________________________________________
5423 [  8795] By: jhi                                   on 2001/02/13  14:30:11
5424         Log: Sort the MANIFEST.
5425      Branch: perl
5426            ! MANIFEST
5427 ____________________________________________________________________________
5428 [  8794] By: jhi                                   on 2001/02/13  14:26:51
5429         Log: Integrate change #8793 from mainline, FAQ updates.
5430      Branch: maint-5.6/perl
5431           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
5432 ____________________________________________________________________________
5433 [  8793] By: jhi                                   on 2001/02/13  14:25:13
5434         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
5435      Branch: perl
5436            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
5437 ____________________________________________________________________________
5438 [  8792] By: jhi                                   on 2001/02/13  14:22:50
5439         Log: Subject: buncha MacPerl patches for bleadperl
5440              From: Chris Nandor <pudge@pobox.com>
5441              Date: Tue, 13 Feb 2001 00:02:43 -0500
5442              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
5443      Branch: perl
5444            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
5445            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
5446            ! t/lib/basename.t toke.c util.h
5447 ____________________________________________________________________________
5448 [  8791] By: jhi                                   on 2001/02/13  14:10:39
5449         Log: Integrate change #8790 from mainline.
5450              
5451              environ array wrongly assumed in Perl_init_i18nl10n(),
5452      Branch: maint-5.6/perl
5453           !> util.c
5454 ____________________________________________________________________________
5455 [  8790] By: jhi                                   on 2001/02/13  14:06:15
5456         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
5457              noticed by Chris Nandor in MacOS Classic.
5458      Branch: perl
5459            ! util.c
5460 ____________________________________________________________________________
5461 [  8789] By: jhi                                   on 2001/02/13  13:58:07
5462         Log: Integrate changes #8373,8487,8544,8783 from mainline.
5463              
5464              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
5465              hints files, the dynaloading, assimilate ebcdic into util.c.
5466      Branch: maint-5.6/perl
5467            - ebcdic.c
5468            ! MANIFEST hints/posix-bc.sh
5469           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
5470           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
5471           !> perlapi.c proto.h util.c
5472 ____________________________________________________________________________
5473 [  8788] By: alanbur                               on 2001/02/13  10:33:13
5474         Log: Integrated changes from maint-5.6
5475      Branch: maint-5.6/pureperl
5476           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
5477           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
5478           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
5479           !> vos/config.ga.h vos/configure_perl.cm
5480 ____________________________________________________________________________
5481 [  8787] By: jhi                                   on 2001/02/13  05:56:36
5482         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
5483      Branch: perl
5484           !> Makefile.SH
5485 ____________________________________________________________________________
5486 [  8786] By: jhi                                   on 2001/02/13  05:54:34
5487         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
5488              From: Dorner Thomas <Thomas.Dorner@start.de>
5489              Date: Mon, 12 Feb 2001 15:06:26 +0100
5490              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
5491      Branch: maint-5.6/perl
5492            ! Makefile.SH
5493 ____________________________________________________________________________
5494 [  8785] By: jhi                                   on 2001/02/13  05:29:04
5495         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
5496      Branch: perl
5497           !> hints/openbsd.sh
5498 ____________________________________________________________________________
5499 [  8784] By: jhi                                   on 2001/02/13  02:25:24
5500         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
5501              From: Peter Prymmer <pvhp@forte.com>
5502              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
5503              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
5504      Branch: perl
5505            ! pod/perlclib.pod
5506 ____________________________________________________________________________
5507 [  8783] By: jhi                                   on 2001/02/13  02:22:36
5508         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
5509      Branch: perl
5510            - ebcdic.c
5511            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
5512            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
5513            ! util.c
5514 ____________________________________________________________________________
5515 [  8782] By: jhi                                   on 2001/02/13  02:00:07
5516         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
5517      Branch: maint-5.6/perl
5518            ! pod/perlport.pod
5519 ____________________________________________________________________________
5520 [  8781] By: jhi                                   on 2001/02/13  01:58:44
5521         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
5522      Branch: maint-5.6/perl
5523            ! hints/openbsd.sh
5524 ____________________________________________________________________________
5525 [  8780] By: jhi                                   on 2001/02/13  01:57:33
5526         Log: Synchronize the regexp tests between maintperl and mainline.
5527      Branch: maint-5.6/perl
5528           !> t/op/re_tests
5529 ____________________________________________________________________________
5530 [  8779] By: jhi                                   on 2001/02/13  01:49:35
5531         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
5532              From: Hugo <hv@crypt.compulink.co.uk>
5533              Date: Tue, 13 Feb 2001 00:11:11 +0000
5534              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
5535      Branch: perl
5536            ! regcomp.c t/op/re_tests
5537 ____________________________________________________________________________
5538 [  8778] By: jhi                                   on 2001/02/13  00:23:10
5539         Log: Comments do not nest.
5540      Branch: perl
5541            ! perl.h
5542 ____________________________________________________________________________
5543 [  8777] By: jhi                                   on 2001/02/13  00:17:54
5544         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
5545              From: Hugo <hv@crypt.compulink.co.uk>
5546              Date: Tue, 13 Feb 2001 00:11:11 +0000
5547              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
5548      Branch: maint-5.6/perl
5549            ! regcomp.c t/op/re_tests
5550 ____________________________________________________________________________
5551 [  8776] By: jhi                                   on 2001/02/12  23:25:52
5552         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
5553      Branch: maint-5.6/perl
5554            ! pod/perlport.pod
5555 ____________________________________________________________________________
5556 [  8775] By: jhi                                   on 2001/02/12  23:04:28
5557         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
5558      Branch: maint-5.6/perl
5559            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
5560            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
5561            ! vos/configure_perl.cm
5562 ____________________________________________________________________________
5563 [  8774] By: jhi                                   on 2001/02/12  22:59:11
5564         Log: Subject: Re: [patch] context for 'U' magic functions
5565              From: Doug MacEachern <dougm@covalent.net>
5566              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
5567              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
5568              
5569              plus the suggestion by Nick Ing-Simmons to name the macro
5570              as PERL_MG_UFUNC to avoid namespace pollution, plus add
5571              the advice by Doug for XS writers to perl.h
5572      Branch: perl
5573            ! mg.c perl.h
5574 ____________________________________________________________________________
5575 [  8773] By: jhi                                   on 2001/02/11  20:14:12
5576         Log: Update Changes.
5577      Branch: perl
5578            ! Changes patchlevel.h
5579 ____________________________________________________________________________
5580 [  8772] By: jhi                                   on 2001/02/11  18:47:52
5581         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
5582              From: Simon Cozens <simon@cozens.net>
5583              Date: Wed, 31 Jan 2001 16:31:43 +0000
5584              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
5585      Branch: perl
5586            + pod/perlclib.pod
5587            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
5588            ! pod/perltoc.pod
5589 ____________________________________________________________________________
5590 [  8771] By: jhi                                   on 2001/02/11  18:36:48
5591         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
5592              
5593              Blocks-4d3.beta.txt
5594              CaseFolding-3d4.beta.txt
5595              CompositionExclusions-3d6.beta.txt
5596              EastAsianWidth-4d4.beta.txt
5597              LineBreak-6d3.beta.txt
5598              NamesList-3.1.0d1.beta.txt
5599              PropList-3.1.0d4.beta.txt
5600              SpecialCasing-4d1.beta.txt
5601              UnicodeData-3.1.0d6.beta.txt
5602      Branch: perl
5603            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
5604           +> lib/unicode/UCD.html lib/unicode/Unicode.html
5605            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
5606            - lib/unicode/Unicode.301
5607            ! (edit 257 files)
5608 ____________________________________________________________________________
5609 [  8770] By: jhi                                   on 2001/02/11  17:26:22
5610         Log: UTF-8 documentation.
5611      Branch: perl
5612            ! utf8.h
5613 ____________________________________________________________________________
5614 [  8769] By: jhi                                   on 2001/02/11  17:12:49
5615         Log: Retract #8762.
5616      Branch: perl
5617            ! regexec.c
5618 ____________________________________________________________________________
5619 [  8768] By: jhi                                   on 2001/02/11  16:54:45
5620         Log: Subject: [PATCH] Test::Harness
5621              From: andreas.koenig@anima.de (Andreas J. Koenig)
5622              Date: 11 Feb 2001 14:37:00 +0100
5623              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
5624      Branch: perl
5625            ! lib/Test/Harness.pm
5626 ____________________________________________________________________________
5627 [  8767] By: jhi                                   on 2001/02/11  16:53:52
5628         Log: Subject: [PATCH] Document makepatch in Porting/patching
5629              From: andreas.koenig@anima.de (Andreas J. Koenig)
5630              Date: 11 Feb 2001 16:46:28 +0100
5631              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
5632      Branch: perl
5633            ! Porting/patching.pod
5634 ____________________________________________________________________________
5635 [  8766] By: jhi                                   on 2001/02/11  06:30:23
5636         Log: Subject: Re: [patch] GvSHARED
5637              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
5638              From: Doug MacEachern <dougm@covalent.net>
5639              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
5640              
5641              Subject: Re: [patch] GvSHARED
5642              From: Doug MacEachern <dougm@covalent.net>
5643              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
5644              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
5645              
5646              Subject: [patch] attributes.pm support for `shared'
5647              From: Doug MacEachern <dougm@covalent.net>
5648              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
5649              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
5650              
5651              our() attributes were ignored, our :shared pieces missing,
5652              allow attributes.pm to turn on shared.
5653      Branch: perl
5654            ! op.c t/op/attrs.t toke.c xsutils.c
5655 ____________________________________________________________________________
5656 [  8765] By: alanbur                               on 2001/02/10  23:11:19
5657         Log: Resync with parent (hopefully sucessfully this time)
5658      Branch: maint-5.6/pureperl
5659           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
5660           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
5661           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
5662           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
5663           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
5664           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
5665           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
5666 ____________________________________________________________________________
5667 [  8764] By: jhi                                   on 2001/02/10  22:54:38
5668         Log: Make TEST and UTEST more verbose in case something goes
5669              wrong in running/compiling a script, suggested by Doug
5670              MacEachern.
5671      Branch: perl
5672            ! t/TEST t/UTEST
5673 ____________________________________________________________________________
5674 [  8763] By: jhi                                   on 2001/02/10  22:11:34
5675         Log: Bogus shebang.
5676      Branch: perl
5677            ! t/lib/texttabs.t
5678 ____________________________________________________________________________
5679 [  8762] By: jhi                                   on 2001/02/10  21:56:02
5680         Log: (Retracted by #8769)
5681      Branch: perl
5682            ! regexec.c
5683 ____________________________________________________________________________
5684 [  8761] By: jhi                                   on 2001/02/10  21:26:15
5685         Log: Subject: Re: [patch] GvSHARED 
5686              From: Doug MacEachern <dougm@covalent.net>
5687              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
5688              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
5689              
5690              our @EXPORT : shared = (...);
5691      Branch: perl
5692            ! toke.c
5693 ____________________________________________________________________________
5694 [  8760] By: jhi                                   on 2001/02/10  21:25:07
5695         Log: Subject: [patch] GvSHARED
5696              From: Doug MacEachern <dougm@covalent.net>
5697              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
5698              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
5699      Branch: perl
5700            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
5701 ____________________________________________________________________________
5702 [  8759] By: alanbur                               on 2001/02/10  21:24:27
5703         Log: Backed out mismerge.
5704      Branch: maint-5.6/pureperl
5705            ! MANIFEST README.hpux README.vmesa gv.c installhtml
5706            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
5707            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
5708            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
5709            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
5710            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
5711            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
5712 ____________________________________________________________________________
5713 [  8758] By: jhi                                   on 2001/02/10  18:01:17
5714         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
5715              
5716              Fixed UMRs and leak in Perl_pmtrans()
5717              
5718              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
5719              associated UTFied tr/// code.  Also fixed scoping leak of
5720              PL_reg_start_tmp.
5721              
5722              newATTRSUB leaks when an attempt to redefine the active sort sub is
5723              made.
5724      Branch: maint-5.6/perl
5725           !> op.c regcomp.c
5726 ____________________________________________________________________________
5727 [  8757] By: alanbur                               on 2001/02/10  17:56:46
5728         Log: Resynchronised with parent
5729      Branch: maint-5.6/pureperl
5730           +> README.bs2000
5731            - README.posix-bc
5732            ! gv.c perl.c sv.c
5733           !> MANIFEST README.hpux README.vmesa installhtml
5734           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
5735           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
5736           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
5737           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
5738           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
5739           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
5740 ____________________________________________________________________________
5741 [  8756] By: alanbur                               on 2001/02/10  17:51:15
5742         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
5743              made.
5744      Branch: maint-5.6/pureperl
5745            ! op.c
5746 ____________________________________________________________________________
5747 [  8755] By: jhi                                   on 2001/02/09  22:41:35
5748         Log: Upgrade to CPAN 1.59_54, from Andreas König.
5749      Branch: perl
5750            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
5751 ____________________________________________________________________________
5752 [  8754] By: jhi                                   on 2001/02/09  22:29:20
5753         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
5754              
5755              Didn't upgrade the fill.t since it has a dependency to File::Slurp
5756              purely for debugging purposes, the actual test hasn't changed.
5757      Branch: perl
5758            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
5759            ! t/lib/textwrap.t
5760 ____________________________________________________________________________
5761 [  8753] By: jhi                                   on 2001/02/09  20:17:50
5762         Log: Integrate change #8682 from maintperl.
5763              
5764              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
5765              to work correctly.
5766      Branch: perl
5767           !> hints/irix_6.sh
5768 ____________________________________________________________________________
5769 [  8752] By: jhi                                   on 2001/02/09  20:00:46
5770         Log: Update Changes.
5771      Branch: perl
5772            ! Changes patchlevel.h
5773 ____________________________________________________________________________
5774 [  8751] By: nick                                  on 2001/02/09  19:48:37
5775         Log: Integrate mainline
5776      Branch: perlio
5777           +> README.bs2000 t/lib/cgi-esc.t
5778            - README.posix-bc
5779           !> (integrate 53 files)
5780 ____________________________________________________________________________
5781 [  8750] By: nick                                  on 2001/02/09  19:25:16
5782         Log: Subject: RE: Biannual Competition to Improve Hashing Function
5783              From: Fisher Mark <fisherm@tce.com>
5784              Date: Thu, 8 Feb 2001 10:44:00 -0500
5785              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
5786              Date: Thu, 8 Feb 2001 15:02:47 -0500
5787              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
5788      Branch: perl
5789            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
5790 ____________________________________________________________________________
5791 [  8749] By: jhi                                   on 2001/02/09  19:02:35
5792         Log: Forgotten fragment.
5793      Branch: perl
5794            ! pod/perlapi.pod
5795 ____________________________________________________________________________
5796 [  8748] By: jhi                                   on 2001/02/09  18:31:34
5797         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
5798              plus manual tweakage.
5799              
5800              Sync the perlfaq2 between mainline and maintperl.
5801      Branch: maint-5.6/perl
5802            ! pod/perlfaq2.pod
5803      Branch: perl
5804           !> pod/perlfaq2.pod
5805 ____________________________________________________________________________
5806 [  8747] By: jhi                                   on 2001/02/09  18:12:04
5807         Log: Subject: versiononly and installperl
5808              From: abigail@foad.org
5809              Date: Wed, 7 Feb 2001 22:43:12 +0100
5810              Message-ID: <20010207214312.7045.qmail@foad.org>    
5811              
5812              Add +v flag to force a normal install of the perl binary
5813              and the utilities.
5814              
5815              Subject: [PATCH] installperl
5816              From: Nicholas Clark <nick@ccl4.org>
5817              Date: Fri, 9 Feb 2001 16:28:57 +0000
5818              Message-ID: <20010209162857.B10931@plum.flirble.org>
5819              
5820              Add -A flag which also hardlinks the binary with
5821              the full architecture name.
5822      Branch: perl
5823            ! installperl
5824 ____________________________________________________________________________
5825 [  8746] By: jhi                                   on 2001/02/09  18:03:43
5826         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
5827              
5828              Subject: perlfaq2, re: perlmongers
5829              
5830              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
5831              
5832              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
5833              
5834              Subject: [ID 20010205.001] typo in perlfaq9
5835              
5836              Subject: [ID 20010208.002] unordered explanation in perlcall
5837      Branch: maint-5.6/perl
5838           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
5839           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
5840           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
5841 ____________________________________________________________________________
5842 [  8745] By: jhi                                   on 2001/02/09  17:59:09
5843         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
5844              From: abela@geneanet.org
5845              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
5846              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
5847      Branch: perl
5848            ! pod/perlcall.pod
5849 ____________________________________________________________________________
5850 [  8744] By: jhi                                   on 2001/02/09  17:48:16
5851         Log: Subject: [ID 20010205.001] typo in perlfaq9
5852              From: eserte@vran.herceg.de
5853              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
5854              Message-Id: <200102042244.XAA21926@vran.herceg.de>
5855      Branch: perl
5856            ! pod/perlfaq9.pod
5857 ____________________________________________________________________________
5858 [  8743] By: jhi                                   on 2001/02/09  17:25:12
5859         Log: Integrate change #8695 from maintperl.
5860              
5861              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
5862      Branch: perl
5863           !> thread.h
5864 ____________________________________________________________________________
5865 [  8742] By: jhi                                   on 2001/02/09  17:21:22
5866         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
5867              From: Andy Dougherty <doughera@lafayette.edu>
5868              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
5869              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
5870      Branch: perl
5871            ! embed.pl
5872 ____________________________________________________________________________
5873 [  8741] By: jhi                                   on 2001/02/09  17:05:19
5874         Log: Integrate changes #8738,8739,8740 from maintperl.
5875              
5876              Html files will be installed in a more logical and easier to
5877              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
5878              
5879              Html files will be generated with a header to make them look
5880              a little less bare.
5881              
5882              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
5883      Branch: perl
5884           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
5885 ____________________________________________________________________________
5886 [  8740] By: jhi                                   on 2001/02/09  17:03:46
5887         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
5888              From: "Brendan O'Dea" <bod@compusol.com.au>
5889              Date: Sun, 4 Feb 2001 11:17:56 +1100
5890              Message-ID: <20010204111756.A16301@compusol.com.au>
5891      Branch: maint-5.6/perl
5892            ! pod/perlfaq3.pod
5893 ____________________________________________________________________________
5894 [  8739] By: jhi                                   on 2001/02/09  17:01:59
5895         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
5896              From: "Indy Singh" <indy@nusphere.com>
5897              Date: Fri, 2 Feb 2001 15:09:59 -0500
5898              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
5899              
5900              Html files will be generated with a header to make them look
5901              a little less bare.
5902      Branch: maint-5.6/perl
5903            ! installhtml
5904 ____________________________________________________________________________
5905 [  8738] By: jhi                                   on 2001/02/09  16:58:48
5906         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
5907              From: "Indy Singh" <indy@nusphere.com>
5908              Date: Fri, 2 Feb 2001 15:08:23 -0500
5909              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
5910              
5911              Html files will be installed in a more logical and easier to
5912              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
5913      Branch: maint-5.6/perl
5914            ! win32/Makefile win32/makefile.mk
5915 ____________________________________________________________________________
5916 [  8737] By: jhi                                   on 2001/02/09  16:46:54
5917         Log: Integrate changes #8687,8736 from maintperl.
5918              
5919              HP-UX thread patches from Merijn H. Brand.
5920              
5921              Latin nit from Philip Newton.
5922      Branch: perl
5923           !> README.hpux hints/hpux.sh
5924 ____________________________________________________________________________
5925 [  8736] By: jhi                                   on 2001/02/09  16:42:31
5926         Log: Latin nit from Philip Newton.
5927      Branch: maint-5.6/perl
5928            ! README.hpux
5929 ____________________________________________________________________________
5930 [  8735] By: jhi                                   on 2001/02/09  16:24:03
5931         Log: Integrate changes #8704,8710 from pureperl.
5932              
5933              Fixed UMRs and leak in Perl_pmtrans()
5934              
5935              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
5936              associated UTFied tr/// code.  Also fixed scoping leak of
5937              PL_reg_start_tmp.
5938      Branch: perl
5939           !> op.c regcomp.c
5940 ____________________________________________________________________________
5941 [  8734] By: jhi                                   on 2001/02/09  15:40:21
5942         Log: Integrate change #8733 from maintperl.
5943              
5944              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
5945      Branch: perl
5946           !> pod/perlre.pod
5947 ____________________________________________________________________________
5948 [  8733] By: jhi                                   on 2001/02/09  15:35:47
5949         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
5950              From: Prymmer/Kahn <pvhp@best.com>
5951              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
5952              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
5953      Branch: maint-5.6/perl
5954            ! pod/perlre.pod
5955 ____________________________________________________________________________
5956 [  8732] By: jhi                                   on 2001/02/09  15:26:17
5957         Log: Rename README.posix-bc to README.bs2000 (to avoid the
5958              confusion of a "perlposix-bc.pod"), add a few missing
5959              arch pods, regen toc.
5960      Branch: maint-5.6/perl
5961           +> README.bs2000
5962            - README.posix-bc
5963            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
5964            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
5965 ____________________________________________________________________________
5966 [  8731] By: jhi                                   on 2001/02/09  15:23:39
5967         Log: De-cut-and-pasto.
5968      Branch: perl
5969            ! pod/perl.pod
5970 ____________________________________________________________________________
5971 [  8730] By: jhi                                   on 2001/02/09  15:11:13
5972         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
5973              when people think that perlposix-bc.pod tells anything about
5974              Perl and POSIX.  Regen toc.
5975      Branch: perl
5976           +> README.bs2000
5977            - README.posix-bc
5978            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
5979            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
5980 ____________________________________________________________________________
5981 [  8729] By: jhi                                   on 2001/02/09  14:52:28
5982         Log: The README.vmesa part of #8712 from maintperl.
5983      Branch: perl
5984            ! README.vmesa
5985 ____________________________________________________________________________
5986 [  8728] By: jhi                                   on 2001/02/09  14:46:06
5987         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
5988              From: Peter Prymmer <pvhp@forte.com>
5989              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
5990              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
5991      Branch: maint-5.6/perl
5992            ! README.vmesa win32/Makefile win32/makefile.mk
5993 ____________________________________________________________________________
5994 [  8727] By: jhi                                   on 2001/02/09  14:33:25
5995         Log: Integrate change #8712 from mainline.
5996              
5997              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
5998      Branch: maint-5.6/perl
5999           !> lib/Pod/Find.pm
6000 ____________________________________________________________________________
6001 [  8726] By: jhi                                   on 2001/02/09  14:30:28
6002         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
6003              From: Peter Prymmer <pvhp@forte.com>
6004              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
6005              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
6006      Branch: perl
6007            + t/lib/cgi-esc.t
6008            ! MANIFEST lib/CGI/Util.pm
6009 ____________________________________________________________________________
6010 [  8725] By: jhi                                   on 2001/02/09  04:56:47
6011         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
6012      Branch: maint-5.6/perl
6013            ! pod/perlport.pod
6014 ____________________________________________________________________________
6015 [  8724] By: jhi                                   on 2001/02/09  04:40:59
6016         Log: Integrate changes 7819,7820 from vmsperl into mainline.
6017              
6018              Add header for LIB$ prototypes (C. Berry)
6019              
6020              Convert fwrite()s to sockets to write()s, since some socket stacks
6021              don't take kindly to stdio.
6022              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
6023              (for often optional LNMs)
6024              Correct a few typos
6025              (C. Bailey)
6026      Branch: perl
6027           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
6028 ____________________________________________________________________________
6029 [  8723] By: jhi                                   on 2001/02/09  03:29:29
6030         Log: Integrate change #8722 from mainline.
6031              
6032              The Im() function wasn't returning zero for non-Math::Complex
6033              arguments.  The bug reported by John Gamble.
6034      Branch: maint-5.6/perl
6035           !> lib/Math/Complex.pm
6036 ____________________________________________________________________________
6037 [  8722] By: jhi                                   on 2001/02/09  03:28:33
6038         Log: The Im() function wasn't returning zero for non-Math::Complex
6039              arguments.  The bug reported by John Gamble.
6040      Branch: perl
6041            ! lib/Math/Complex.pm
6042 ____________________________________________________________________________
6043 [  8721] By: nick                                  on 2001/02/08  22:11:35
6044         Log: Correct the correction :-(
6045      Branch: perl
6046            ! perl.c
6047 ____________________________________________________________________________
6048 [  8720] By: bailey                                on 2001/02/08  20:59:22
6049         Log: Convert frwite()s to sockets to write()s, since some socket stacks
6050              don't take kindly to stdio.
6051              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
6052              (for often optional LNMs)
6053              Correct a few typos
6054              (C. Bailey)
6055      Branch: vmsperl
6056            ! vms/vms.c vms/vmsish.h
6057 ____________________________________________________________________________
6058 [  8719] By: bailey                                on 2001/02/08  20:51:02
6059         Log: Add header for LIB$ prototypes (C. Berry)
6060      Branch: vmsperl
6061            ! ext/Devel/DProf/DProf.xs
6062 ____________________________________________________________________________
6063 [  8718] By: bailey                                on 2001/02/08  20:49:00
6064         Log: SYN SYN
6065      Branch: vmsperl
6066           +> pod/perliol.pod t/lib/sample-tests/bailout
6067           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
6068           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
6069           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
6070           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
6071           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
6072           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
6073            - lib/unicode/Is/DCinital.pl
6074           !> (integrate 101 files)
6075 ____________________________________________________________________________
6076 [  8717] By: nick                                  on 2001/02/08  19:38:48
6077         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
6078              From: Robin Barker <rmb1@cise.npl.co.uk>
6079              Date: Thu, 8 Feb 2001 14:38:07 GMT
6080              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
6081      Branch: perl
6082            ! lib/CPAN.pm
6083 ____________________________________________________________________________
6084 [  8716] By: nick                                  on 2001/02/08  19:29:07
6085         Log: Generated files form 8713 etc.
6086      Branch: perl
6087            ! embed.h global.sym objXSUB.h perlapi.c proto.h
6088 ____________________________________________________________________________
6089 [  8715] By: nick                                  on 2001/02/08  19:26:08
6090         Log: Fixup non-ithread build after 8713
6091      Branch: perl
6092            ! perl.c
6093 ____________________________________________________________________________
6094 [  8714] By: nick                                  on 2001/02/08  19:17:45
6095         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
6096              From: nick@ccl4.org
6097              Date: Wed, 7 Feb 2001 00:27:47 +0000
6098              Message-Id: <20010207002747.B63724@plum.flirble.org>
6099      Branch: perl
6100            ! sv.c toke.c
6101 ____________________________________________________________________________
6102 [  8713] By: nick                                  on 2001/02/08  19:15:58
6103         Log: Subject: Re: [patch] Re: PL_ptr_table
6104              From: Doug Maceachern <dougm@covalent.net>
6105              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
6106              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
6107      Branch: perl
6108            ! embed.pl perl.c sv.c sv.h
6109 ____________________________________________________________________________
6110 [  8712] By: nick                                  on 2001/02/08  19:12:47
6111         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
6112              From: Peter Prymmer <pvhp@forte.com>
6113              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
6114              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
6115      Branch: perl
6116            ! lib/Pod/Find.pm
6117 ____________________________________________________________________________
6118 [  8711] By: nick                                  on 2001/02/07  21:06:11
6119         Log: Manually appliued version for dev branch of Alan/Sarathy 5.6 patch.
6120              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
6121              From: Alan Burlison <Alan.Burlison@uk.sun.com>
6122              Date: Tue, 06 Feb 2001 23:37:01 +0000
6123              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
6124      Branch: perl
6125            ! regcomp.c
6126 ____________________________________________________________________________
6127 [  8710] By: alanbur                               on 2001/02/07  00:22:04
6128         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
6129              associated UTFied tr/// code.  Also fixed scoping leak of
6130              PL_reg_start_tmp.
6131      Branch: maint-5.6/pureperl
6132            ! op.c regcomp.c
6133 ____________________________________________________________________________
6134 [  8709] By: nick                                  on 2001/02/06  21:16:49
6135         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
6136              From: Michael G Schwern <schwern@pobox.com>
6137              Date: Sun, 4 Feb 2001 19:47:14 -0500
6138              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
6139      Branch: perl
6140            ! pod/perlapi.pod pod/perlmodlib.PL
6141 ____________________________________________________________________________
6142 [  8708] By: nick                                  on 2001/02/06  20:41:20
6143         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
6144              From: Michael G Schwern <schwern@pobox.com>
6145              Date: Sun, 4 Feb 2001 21:17:49 -0500
6146              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
6147      Branch: perl
6148            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
6149            ! pod/perltootc.pod
6150 ____________________________________________________________________________
6151 [  8707] By: nick                                  on 2001/02/06  20:29:11
6152         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
6153              From: Michael G Schwern <schwern@pobox.com>
6154              Date: Tue, 6 Feb 2001 05:54:30 -0500
6155              Message-Id: <20010206055430.A951@blackrider.aocn.com>
6156      Branch: perl
6157            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
6158 ____________________________________________________________________________
6159 [  8706] By: nick                                  on 2001/02/06  20:21:40
6160         Log: Subject: RE: some win32 fixes
6161              Date: Tue, 6 Feb 2001 09:23:20 +0300
6162              From: Vadim Konovalov <vkonovalov@lucent.com>
6163              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
6164      Branch: perl
6165            ! toke.c win32/Makefile win32/config.bc win32/config.gc
6166            ! win32/config.vc win32/config_H.bc win32/makefile.mk
6167 ____________________________________________________________________________
6168 [  8705] By: alanbur                               on 2001/02/06  15:00:03
6169         Log: Synchronised with parent
6170      Branch: maint-5.6/pureperl
6171            ! regexec.c
6172           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
6173           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
6174 ____________________________________________________________________________
6175 [  8704] By: alanbur                               on 2001/02/06  14:55:24
6176         Log: Fixed UMRs and leak in Perl_pmtrans()
6177      Branch: maint-5.6/pureperl
6178            ! op.c
6179 ____________________________________________________________________________
6180 [  8703] By: gsar                                  on 2001/02/06  02:29:37
6181         Log: $(MAKE) distclean doesn't clean up properly on windows
6182      Branch: maint-5.6/perl
6183            ! win32/Makefile win32/makefile.mk
6184 ____________________________________________________________________________
6185 [  8702] By: gsar                                  on 2001/02/06  01:00:46
6186         Log: tweak change#8659 to keep it simple
6187      Branch: maint-5.6/perl
6188            ! utils/perldoc.PL
6189 ____________________________________________________________________________
6190 [  8701] By: gsar                                  on 2001/02/05  22:45:41
6191         Log: change#8693 was missing testsuite changes
6192      Branch: maint-5.6/perl
6193           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
6194 ____________________________________________________________________________
6195 [  8700] By: nick                                  on 2001/02/05  20:32:52
6196         Log: Integrate mainline
6197      Branch: perlio
6198           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
6199           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
6200           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
6201           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
6202           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
6203           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
6204           +> t/lib/test-harness.t
6205           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
6206           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
6207           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
6208           !> pod/perlutil.pod t/TEST utils/h2xs.PL
6209 ____________________________________________________________________________
6210 [  8699] By: nick                                  on 2001/02/05  19:41:07
6211         Log: Subject: perlfaq2, re: perlmongers
6212              From: David H. Adler <dha@panix.com>
6213              Date: Sun, 4 Feb 2001 23:48:23 -0500
6214              Message-Id: <20010204234823.A13429@panix.com>
6215      Branch: perl
6216            ! pod/perlfaq2.pod
6217 ____________________________________________________________________________
6218 [  8698] By: nick                                  on 2001/02/05  19:39:31
6219         Log: Missed file f#rom the testharness mess.
6220      Branch: perl
6221            + t/lib/test-harness.t
6222 ____________________________________________________________________________
6223 [  8697] By: nick                                  on 2001/02/05  19:37:21
6224         Log: Subject: [DOC PATCH] overload.pm nits
6225              From: John Tobey <jtobey@john-edwin-tobey.org>
6226              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
6227              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
6228      Branch: perl
6229            ! lib/overload.pm
6230 ____________________________________________________________________________
6231 [  8696] By: alanbur                               on 2001/02/05  11:56:00
6232         Log: Sync with parent
6233      Branch: maint-5.6/pureperl
6234           !> thread.h
6235 ____________________________________________________________________________
6236 [  8695] By: gsar                                  on 2001/02/05  03:27:34
6237         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
6238      Branch: maint-5.6/perl
6239            ! thread.h
6240 ____________________________________________________________________________
6241 [  8694] By: alanbur                               on 2001/02/05  00:07:47
6242         Log: Initial branch creation from //depot/maint-5.6/perl
6243      Branch: maint-5.6/pureperl
6244           +> (branch 1719 files)
6245 ____________________________________________________________________________
6246 [  8693] By: gsar                                  on 2001/02/04  22:38:49
6247         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
6248              changes)
6249      Branch: maint-5.6/perl
6250           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
6251           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
6252           !> ext/DB_File/version.c
6253 ____________________________________________________________________________
6254 [  8692] By: nick                                  on 2001/02/04  18:15:57
6255         Log: The missed t/TEST part of the grand testharness upgrade.
6256      Branch: perl
6257            ! t/TEST
6258 ____________________________________________________________________________
6259 [  8691] By: nick                                  on 2001/02/04  18:05:17
6260         Log: New improved test harness
6261              Subject: Re: [PATCH Test::Harness] Third time's a charm?
6262              From: Michael G Schwern <schwern@pobox.com>
6263              Date: Sun, 4 Feb 2001 08:01:20 -0500
6264              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
6265      Branch: perl
6266            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
6267            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
6268            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
6269            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
6270            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
6271            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
6272            ! MANIFEST lib/Test/Harness.pm
6273 ____________________________________________________________________________
6274 [  8690] By: nick                                  on 2001/02/04  17:57:51
6275         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
6276              From: Jonathan Stowe <gellyfish@gellyfish.com>
6277              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
6278              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
6279      Branch: perl
6280            ! utils/h2xs.PL
6281 ____________________________________________________________________________
6282 [  8689] By: nick                                  on 2001/02/04  17:55:24
6283         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
6284              From: Michael G Schwern <schwern@pobox.com>
6285              Date: Sat, 3 Feb 2001 22:46:38 -0500
6286              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
6287      Branch: perl
6288            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
6289            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
6290 ____________________________________________________________________________
6291 [  8688] By: nick                                  on 2001/02/04  17:43:55
6292         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
6293              length byfailing to spot lack of closing )
6294              From: nick@talking.bollo.cx
6295              Date: Sat, 03 Feb 2001 23:53:16 +0000
6296              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
6297      Branch: perl
6298            ! perlio.c pod/perldiag.pod
6299 ____________________________________________________________________________
6300 [  8687] By: jhi                                   on 2001/02/03  17:11:42
6301         Log: HP-UX thread patches from Merijn H. Brand.
6302      Branch: maint-5.6/perl
6303            ! README.hpux hints/hpux.sh
6304 ____________________________________________________________________________
6305 [  8686] By: jhi                                   on 2001/02/03  16:40:12
6306         Log: Metaconfig changes for #8685.
6307      Branch: metaconfig
6308            ! U/installdirs/instubperl.U
6309      Branch: metaconfig/U/perl
6310            ! Devel.U versiononly.U
6311 ____________________________________________________________________________
6312 [  8685] By: jhi                                   on 2001/02/03  16:39:49
6313         Log: For -Dusedevel builds turn off installusrbinperl and turn on
6314              versiononly, a combined idea of Richard Soderberg and Merijn
6315              H. Brand.  You can still override both of these from the command
6316              line if you need to, -Dinstallusrbinperl and -Uversiononly.
6317      Branch: perl
6318            ! Configure
6319 ____________________________________________________________________________
6320 [  8684] By: jhi                                   on 2001/02/03  16:16:34
6321         Log: Metaconfig unit fix for #8683.
6322      Branch: metaconfig
6323            ! U/compline/nblock_io.U
6324 ____________________________________________________________________________
6325 [  8683] By: jhi                                   on 2001/02/03  16:16:12
6326         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
6327              reported by Peter Prymmer for 5.6-TRIAL1.
6328      Branch: perl
6329            ! Configure
6330 ____________________________________________________________________________
6331 [  8682] By: jhi                                   on 2001/02/03  05:52:11
6332         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
6333              to work correctly.
6334      Branch: maint-5.6/perl
6335            ! hints/irix_6.sh
6336 ____________________________________________________________________________
6337 [  8681] By: jhi                                   on 2001/02/03  05:47:33
6338         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
6339      Branch: maint-5.6/perl
6340            ! pod/perlport.pod
6341 ____________________________________________________________________________
6342 [  8680] By: jhi                                   on 2001/02/02  21:39:49
6343         Log: perlport update from Peter Prymmer.
6344      Branch: maint-5.6/perl
6345            ! pod/perlport.pod
6346 ____________________________________________________________________________
6347 [  8679] By: nick                                  on 2001/02/02  20:50:48
6348         Log: Integrate mainline
6349      Branch: perlio
6350           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
6351           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
6352           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
6353 ____________________________________________________________________________
6354 [  8678] By: gsar                                  on 2001/02/02  16:02:12
6355         Log: note about bincompat, slightly modified (from Lupe Christoph)
6356      Branch: maint-5.6/perl
6357            ! README.solaris
6358 ____________________________________________________________________________
6359 [  8677] By: jhi                                   on 2001/02/02  15:46:20
6360         Log: Supported platforms updates.
6361      Branch: maint-5.6/perl
6362            ! pod/perlport.pod
6363 ____________________________________________________________________________
6364 [  8676] By: jhi                                   on 2001/02/02  03:41:26
6365         Log: A couple more perlfaq2 tweaks.
6366      Branch: maint-5.6/perl
6367            ! pod/perlfaq2.pod
6368 ____________________________________________________________________________
6369 [  8675] By: jhi                                   on 2001/02/02  03:17:44
6370         Log: Misedit in #8661.
6371      Branch: maint-5.6/perl
6372            ! Configure
6373 ____________________________________________________________________________
6374 [  8674] By: jhi                                   on 2001/02/02  03:14:38
6375         Log: Damien again.
6376      Branch: maint-5.6/perl
6377            ! pod/perlfaq2.pod
6378 ____________________________________________________________________________
6379 [  8673] By: jhi                                   on 2001/02/02  03:12:40
6380         Log: perlfaq update from Elaine Ashton.
6381      Branch: maint-5.6/perl
6382            ! pod/perlfaq2.pod
6383 ____________________________________________________________________________
6384 [  8672] By: jhi                                   on 2001/02/02  03:07:08
6385         Log: UTF-8 s/// patch from Inaba Hiroto.
6386      Branch: maint-5.6/perl
6387            ! pp_ctl.c pp_hot.c
6388 ____________________________________________________________________________
6389 [  8671] By: jhi                                   on 2001/02/01  22:34:31
6390         Log: Update Changes.
6391      Branch: perl
6392            ! Changes patchlevel.h
6393 ____________________________________________________________________________
6394 [  8670] By: jhi                                   on 2001/02/01  22:15:29
6395         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
6396              from maintperl.
6397              
6398              Upgrade to Getopt::Long 2.25, from Johan Vromans.
6399              
6400              more files need to be writable in the source distribution
6401              
6402              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
6403              
6404              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
6405              
6406              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
6407              
6408              Allow the float to be fuzzier.
6409              
6410              need to use INT2PTR instead of a straight cast or ia64 fails
6411              
6412              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
6413              
6414              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
6415      Branch: perl
6416           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
6417           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
6418           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
6419 ____________________________________________________________________________
6420 [  8669] By: jhi                                   on 2001/02/01  21:57:02
6421         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
6422              From: Robin Barker <rmb1@cise.npl.co.uk>
6423              Date: Thu, 1 Feb 2001 16:59:05 GMT
6424              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
6425      Branch: maint-5.6/perl
6426            ! pod/perlmodlib.PL
6427 ____________________________________________________________________________
6428 [  8668] By: nick                                  on 2001/02/01  19:41:40
6429         Log: Integrate mainline
6430      Branch: perlio
6431           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
6432           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
6433           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
6434 ____________________________________________________________________________
6435 [  8667] By: gsar                                  on 2001/02/01  16:59:11
6436         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
6437      Branch: maint-5.6/perl
6438            ! embed.pl embedvar.h
6439 ____________________________________________________________________________
6440 [  8666] By: gsar                                  on 2001/02/01  16:34:51
6441         Log: add missing entries to win32/config.?c
6442      Branch: maint-5.6/perl
6443            ! win32/config.bc win32/config.gc win32/config.vc
6444            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
6445 ____________________________________________________________________________
6446 [  8665] By: jhi                                   on 2001/02/01  14:58:51
6447         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
6448              From: "Stephen P. Potter" <spp@spotter.yi.org>
6449              Date: Thu, 01 Feb 2001 10:45:46 -0500
6450              Message-Id: <200102011545.KAA31479@spotter.yi.org>
6451      Branch: maint-5.6/perl
6452            ! pod/perlfunc.pod
6453 ____________________________________________________________________________
6454 [  8664] By: gsar                                  on 2001/02/01  14:52:37
6455         Log: need to use INT2PTR instead of a straight cast or ia64 fails
6456              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
6457      Branch: maint-5.6/perl
6458            ! ext/POSIX/POSIX.xs
6459 ____________________________________________________________________________
6460 [  8663] By: jhi                                   on 2001/02/01  14:09:13
6461         Log: Allow the float to be fuzzier.
6462      Branch: maint-5.6/perl
6463            ! t/lib/peek.t
6464 ____________________________________________________________________________
6465 [  8662] By: jhi                                   on 2001/02/01  13:59:00
6466         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
6467              From: Robin Barker <rmb1@cise.npl.co.uk>
6468              Date: Thu, 1 Feb 2001 13:05:39 GMT
6469              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
6470      Branch: maint-5.6/perl
6471            ! pod/perlmodlib.pod
6472 ____________________________________________________________________________
6473 [  8661] By: jhi                                   on 2001/02/01  13:57:38
6474         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
6475              Date: Thu, 01 Feb 2001 14:15:41 +0100
6476              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6477              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
6478              
6479              Have the $ccflags in the gcc version test (strange, this change
6480              is claimed to be have been integrated already)
6481      Branch: maint-5.6/perl
6482            ! Configure
6483 ____________________________________________________________________________
6484 [  8660] By: jhi                                   on 2001/02/01  13:44:10
6485         Log: Integrate changes #7950,7964,7962 from mainline.
6486              
6487              Find the stdchar signedness using cpp, should fix some of
6488              the Solaris compiler warnings reported by Alan Burlison.
6489      Branch: maint-5.6/perl
6490           !> Configure config_h.SH
6491 ____________________________________________________________________________
6492 [  8659] By: jhi                                   on 2001/02/01  05:35:32
6493         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
6494              From: Jan Dubois <JanD@ActiveState.com>
6495              Date: Wed, 31 Jan 2001 21:17:03 -0800
6496              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
6497      Branch: maint-5.6/perl
6498            ! utils/perldoc.PL
6499 ____________________________________________________________________________
6500 [  8658] By: jhi                                   on 2001/02/01  04:33:17
6501         Log: Integrate the README.os390 and README.posix-bc parts of mainline
6502              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
6503              installperl parts were taken care of by #8657.)
6504      Branch: maint-5.6/perl
6505           !> README.os390 README.posix-bc
6506 ____________________________________________________________________________
6507 [  8657] By: jhi                                   on 2001/02/01  04:29:21
6508         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
6509              From: Peter Prymmer <pvhp@forte.com>
6510              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
6511              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
6512      Branch: maint-5.6/perl
6513            + ext/DynaLoader/dl_dllload.xs
6514            ! MANIFEST Makefile.SH hints/os390.sh installperl
6515 ____________________________________________________________________________
6516 [  8656] By: jhi                                   on 2001/02/01  04:25:45
6517         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
6518              From: Peter Prymmer <pvhp@forte.com>
6519              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
6520              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
6521      Branch: maint-5.6/perl
6522            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
6523 ____________________________________________________________________________
6524 [  8655] By: jhi                                   on 2001/02/01  04:14:47
6525         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
6526              From: troc@netrus.net
6527              Date: Wed, 31 Jan 2001 22:31:26 -0500
6528              Message-Id: <200102010331.WAA117.85@rocco.homenet>
6529      Branch: maint-5.6/perl
6530            ! os2/os2.c
6531 ____________________________________________________________________________
6532 [  8654] By: jhi                                   on 2001/02/01  04:12:52
6533         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
6534              as reported by Alan Burlison.
6535      Branch: maint-5.6/perl
6536            ! pp.h
6537 ____________________________________________________________________________
6538 [  8653] By: jhi                                   on 2001/02/01  04:05:12
6539         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
6540              From: dsugalski@northernlight.com
6541              Date: Wed, 31 Jan 2001 18:54:11 -0500
6542              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
6543      Branch: maint-5.6/perl
6544            ! configure.com
6545 ____________________________________________________________________________
6546 [  8652] By: jhi                                   on 2001/02/01  04:03:11
6547         Log: Misplaced #endif.
6548              
6549              Subject: [perl-5-6-1-trial2] patches for EPOC
6550              From: Olaf Flebbe <O.Flebbe@science-computing.de>
6551              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
6552              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
6553      Branch: maint-5.6/perl
6554            ! epoc/epocish.c
6555 ____________________________________________________________________________
6556 [  8651] By: jhi                                   on 2001/02/01  04:00:25
6557         Log: Integrate changes #8647,8648,8650 from mainline.
6558              
6559              Macrofy a magic UTF-8 test.
6560              
6561              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
6562              
6563              Watch out for cross compiling for EPOC (usually done on linux).
6564      Branch: maint-5.6/perl
6565           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
6566 ____________________________________________________________________________
6567 [  8650] By: jhi                                   on 2001/02/01  03:56:20
6568         Log: Watch out for cross compiling for EPOC (usually done on linux)
6569              
6570              Subject: [perl-5-6-1-trial2] patches for EPOC
6571              From: Olaf Flebbe <O.Flebbe@science-computing.de>
6572              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
6573              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
6574      Branch: perl
6575            ! ext/Errno/Errno_pm.PL
6576 ____________________________________________________________________________
6577 [  8649] By: gsar                                  on 2001/02/01  00:46:00
6578         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
6579      Branch: maint-5.6/perl
6580            ! sv.c
6581 ____________________________________________________________________________
6582 [  8648] By: jhi                                   on 2001/01/31  23:35:36
6583         Log: All the uses of PL_numeric_radix must be protected by
6584              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
6585              
6586              Subject: [perl-5-6-1-trial2] patches for EPOC
6587              From: Olaf Flebbe <O.Flebbe@science-computing.de>
6588              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
6589              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
6590      Branch: perl
6591            ! sv.c
6592 ____________________________________________________________________________
6593 [  8647] By: jhi                                   on 2001/01/31  22:56:16
6594         Log: Macrofy a magic UTF-8 test.
6595      Branch: perl
6596            ! utf8.c utf8.h
6597 ____________________________________________________________________________
6598 [  8646] By: gsar                                  on 2001/01/31  15:55:12
6599         Log: update Changes
6600      Branch: maint-5.6/perl
6601            ! Changes
6602 ____________________________________________________________________________
6603 [  8645] By: gsar                                  on 2001/01/31  15:10:14
6604         Log: Configure tweak suggested by Peter Prymmer
6605      Branch: maint-5.6/perl
6606            ! Configure
6607 ____________________________________________________________________________
6608 [  8644] By: gsar                                  on 2001/01/31  15:06:32
6609         Log: more files need to be writable in the source distribution
6610      Branch: maint-5.6/perl
6611            ! Porting/makerel
6612 ____________________________________________________________________________
6613 [  8643] By: jhi                                   on 2001/01/31  14:59:46
6614         Log: Integrate changes #8258,8278,8279 from mainline.
6615              
6616              Make the large file tests more robust/talkative.
6617      Branch: maint-5.6/perl
6618           !> t/lib/syslfs.t t/op/lfs.t
6619 ____________________________________________________________________________
6620 [  8642] By: gsar                                  on 2001/01/31  14:53:48
6621         Log: integrate changes#8311,8334 from mainline
6622              
6623              Add a new MakeMaker variable PM_FILTER that defines a Unix
6624              filter to be run on each .pm during the pm_to_blib() phase,
6625              a fixed version of
6626              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
6627              
6628              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
6629              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
6630              accurate reading of the "atime".  
6631      Branch: maint-5.6/perl
6632           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
6633           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
6634           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
6635 ____________________________________________________________________________
6636 [  8641] By: jhi                                   on 2001/01/31  14:46:37
6637         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
6638      Branch: maint-5.6/perl
6639            ! lib/Getopt/Long.pm
6640 ____________________________________________________________________________
6641 [  8640] By: gsar                                  on 2001/01/31  14:40:24
6642         Log: make regen_all
6643      Branch: maint-5.6/perl
6644            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
6645 ____________________________________________________________________________
6646 [  8639] By: gsar                                  on 2001/01/31  14:37:25
6647         Log: refresh windows config files
6648      Branch: maint-5.6/perl
6649            ! win32/Makefile win32/config_H.bc win32/config_H.gc
6650            ! win32/config_H.vc win32/makefile.mk
6651 ____________________________________________________________________________
6652 [  8638] By: gsar                                  on 2001/01/31  14:28:10
6653         Log: makefile tweaks for windows: introduce a bulk-switch to enable
6654              same options as ActivePerl; sync changes with makefile.mk
6655      Branch: maint-5.6/perl
6656            ! win32/Makefile win32/makefile.mk
6657 ____________________________________________________________________________
6658 [  8637] By: jhi                                   on 2001/01/31  04:41:30
6659         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
6660              From: Nicholas Clark <nick@ccl4.org>
6661              Date: Tue, 30 Jan 2001 19:51:05 +0000
6662              Message-ID: <20010130195105.R76607@plum.flirble.org> 
6663              
6664              op/inc cure.
6665      Branch: perl
6666            ! pp.c pp.h pp_hot.c t/op/arith.t
6667 ____________________________________________________________________________
6668 [  8636] By: jhi                                   on 2001/01/31  02:38:32
6669         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
6670              no perlio],8257,8380,8479,8515 from mainline.
6671              
6672              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
6673              
6674              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
6675              Subject: [PATCH perl@8133] fix-up for VMS extensions
6676              
6677              In VMS embedded perls couldn't access the statically built Socket.
6678              
6679              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
6680              
6681              Further VMS piping fixes from Charles Lane.
6682              
6683              Subject:  [PATCH] make t/op/misc.t work on VMS
6684              
6685              Add tracing for debugging extensions builds in VMS.
6686              
6687              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
6688      Branch: maint-5.6/perl
6689           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
6690           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
6691           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
6692 ____________________________________________________________________________
6693 [  8635] By: jhi                                   on 2001/01/31  01:46:41
6694         Log: Integrate change #7732 from mainline.
6695              
6696              Sparc 64-bit pack() fix from Jens Hamisch.
6697      Branch: maint-5.6/perl
6698           !> pp.c
6699 ____________________________________________________________________________
6700 [  8634] By: jhi                                   on 2001/01/31  01:41:16
6701         Log: One spot missing from #8626.
6702      Branch: maint-5.6/perl
6703            ! sv.c
6704 ____________________________________________________________________________
6705 [  8633] By: jhi                                   on 2001/01/31  00:49:17
6706         Log: Integrate change #7495 from mainline.
6707              
6708              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
6709      Branch: maint-5.6/perl
6710           !> MANIFEST ext/re/Makefile.PL
6711 ____________________________________________________________________________
6712 [  8632] By: jhi                                   on 2001/01/30  23:38:49
6713         Log: Integrate change #8396 from mainline.
6714              
6715              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
6716              better multicast support (resend)
6717      Branch: maint-5.6/perl
6718           !> ext/Socket/Socket.pm
6719 ____________________________________________________________________________
6720 [  8631] By: jhi                                   on 2001/01/30  23:28:03
6721         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
6722              
6723              More AIX lore. (7514, ext/re/hints/aix.pl)
6724              
6725              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
6726              
6727              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)
6728              
6729              Subject: [ID 20001214.002] Net::Ping patch
6730              
6731              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
6732              
6733              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
6734              
6735              Add ReuseAddr as a (preferred) alias for Reuse as we now
6736              also have ReusePort.
6737              
6738              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
6739      Branch: maint-5.6/perl
6740           +> ext/re/hints/aix.pl
6741           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
6742           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
6743 ____________________________________________________________________________
6744 [  8630] By: jhi                                   on 2001/01/30  23:03:59
6745         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
6746              
6747              read() documentation tweak for 20001121.004.
6748              
6749              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
6750      Branch: maint-5.6/perl
6751           !> pod/perlfunc.pod pod/perlre.pod
6752 ____________________________________________________________________________
6753 [  8629] By: jhi                                   on 2001/01/30  22:41:57
6754         Log: Integrate change #8098 from mainline.
6755              
6756              fastgetcwd is defined using a glob alias on a $^O dependent basis
6757              and there was no default assignment or perl subroutine.
6758      Branch: maint-5.6/perl
6759           !> lib/Cwd.pm
6760 ____________________________________________________________________________
6761 [  8628] By: jhi                                   on 2001/01/30  21:58:52
6762         Log: Integrate change #7866 from mainline.
6763              
6764              File::Temp 0.11.
6765      Branch: maint-5.6/perl
6766           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
6767 ____________________________________________________________________________
6768 [  8627] By: jhi                                   on 2001/01/30  21:39:44
6769         Log: Integrate changes #8075,8086,8228 from mainline.  
6770              
6771              Darwin is not Windows. (8075,8086)
6772              
6773              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
6774      Branch: maint-5.6/perl
6775           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
6776           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
6777           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
6778           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
6779 ____________________________________________________________________________
6780 [  8626] By: jhi                                   on 2001/01/30  21:22:11
6781         Log: Integrate with tweakery the change #8625 from mainline,
6782              the multibyte decimal separator fix ("fa_IR locale failure").
6783      Branch: maint-5.6/perl
6784            ! embedvar.h perlapi.h
6785           !> intrpvar.h perl.c perl.h sv.c util.c
6786 ____________________________________________________________________________
6787 [  8625] By: jhi                                   on 2001/01/30  20:26:33
6788         Log: Fix for the fa_IR locale failure.  The reason for the failure
6789              was that Perl was assuming the decimal separator aka the radix
6790              separator is one character.  The Farsi-Iranian locale crushed
6791              that bad assumption since there the separator is 'Momayyez',
6792              glyphwise looking somewhat like a slash, and in Unicode UTF-8
6793              encoded in two bytes, 0xd9 0xab.
6794      Branch: perl
6795            ! intrpvar.h perl.c perl.h sv.c util.c
6796 ____________________________________________________________________________
6797 [  8624] By: gsar                                  on 2001/01/30  20:17:03
6798         Log: regen_headers
6799      Branch: maint-5.6/perl
6800            ! Makefile.SH pod/perlintern.pod
6801 ____________________________________________________________________________
6802 [  8623] By: gsar                                  on 2001/01/30  19:42:34
6803         Log: backout change#7431 and its dependents (causes spurious rebuilds
6804              of autogenerated files)
6805              
6806              fix benign b.t failure
6807      Branch: maint-5.6/perl
6808            ! Makefile.SH t/lib/b.t
6809 ____________________________________________________________________________
6810 [  8622] By: jhi                                   on 2001/01/30  19:41:41
6811         Log: Microperl sync.
6812      Branch: perl
6813            ! mg.c perl.h
6814 ____________________________________________________________________________
6815 [  8621] By: gsar                                  on 2001/01/30  19:24:47
6816         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
6817              from mainline
6818              
6819              Subject: podlators 1.06 released
6820              
6821              Subject: [PATCH @8436] Eliminate op_children
6822              
6823              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
6824              
6825              (Replaced by #8448)  More op_children traces (cleanup of #8442).
6826              
6827              Subject: [PATCH #3 @8436] Re: Eliminate op_children
6828              Replace #8444 and #8445.
6829              
6830              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
6831              at the setting of the ofs_sv in new_struct_thread() as the
6832              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
6833              uninitialized fields are, uh, initialized with),
6834              SvREFCNT_inc()ing that invited a core dump.
6835              
6836              podlators 1.07, from Russ Allbery.
6837              
6838              Subject: [PATCH] regcomp.c old feature removal
6839              From: mjd@plover.com
6840              Date: 16 Jan 2001 14:43:18 -0000 
6841              Message-ID: <20010116144318.7140.qmail@plover.com> 
6842      Branch: maint-5.6/perl
6843           +> lib/Pod/Text/Overstrike.pm
6844           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
6845           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
6846           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
6847           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
6848           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
6849           !> util.c
6850 ____________________________________________________________________________
6851 [  8620] By: gsar                                  on 2001/01/30  18:48:32
6852         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
6853              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
6854              now fails one test)
6855              
6856              Subject: [PATCH] lvalue AUTOLOAD. No, really.
6857              
6858              Subject: [PATCH] Interesting syntax idea
6859              Make opens + bareword assigns do typeglob assigns.
6860              
6861              Tests for #8254.
6862              
6863              Subject: [PATCH @8269] Continue blocks and B::Deparse
6864              Make the peephole optimizer to bypass more null ops and
6865              and rewrite the deparse handling of continue blocks.
6866              
6867              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
6868              Doc tweak on #8313.
6869              
6870              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
6871              
6872              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
6873              
6874              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
6875              
6876              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
6877              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
6878              according to the platform.
6879              
6880              Subject: [PATCH @8404] Consolidated lvalue sub changes
6881              
6882              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
6883              
6884              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
6885              
6886              Subject: B::Concise -- an improved replacement for B::Terse 
6887              
6888              The B::Terse drop-in replacement wasn't quite drop-in.
6889              
6890              The LVRET macro needed an aTHX.
6891              
6892              Use the /^Perl_/-less form of is_lvalue_sub().
6893              
6894              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
6895      Branch: maint-5.6/perl
6896           +> ext/B/B/Concise.pm
6897           !> (integrate 27 files)
6898 ____________________________________________________________________________
6899 [  8619] By: nick                                  on 2001/01/30  18:40:28
6900         Log: Integrate mainline
6901      Branch: perlio
6902           !> (integrate 40 files)
6903 ____________________________________________________________________________
6904 [  8618] By: jhi                                   on 2001/01/30  18:37:18
6905         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
6906              Date: Mon, 29 Jan 2001 22:51:29 -0600
6907              From: "Craig A. Berry" <craigberry@mac.com>
6908              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
6909      Branch: perl
6910            ! vms/test.com
6911 ____________________________________________________________________________
6912 [  8617] By: jhi                                   on 2001/01/30  18:34:53
6913         Log: Subject: [PATCH] Add missing CV flags to dump.c
6914              From: Tim Jenness <t.jenness@jach.hawaii.edu>
6915              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
6916              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
6917      Branch: perl
6918            ! dump.c
6919 ____________________________________________________________________________
6920 [  8616] By: jhi                                   on 2001/01/30  18:20:58
6921         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
6922              part isn't applicable to maintperl.
6923              
6924              UTF-8 nit from Inaba Hiroto.
6925      Branch: maint-5.6/perl
6926           !> pod/perlapi.pod utf8.c
6927 ____________________________________________________________________________
6928 [  8615] By: jhi                                   on 2001/01/30  18:18:51
6929         Log: UTF-8 nit from Inaba Hiroto.
6930      Branch: perl
6931            ! pod/perlapi.pod t/op/each.t utf8.c
6932 ____________________________________________________________________________
6933 [  8614] By: jhi                                   on 2001/01/30  18:13:38
6934         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
6935              
6936              perl's internal variables are not for public consumption,
6937              move their docs from perlapi.pod to perlintern.pod
6938              
6939              support for -Dusethreads build under HP-UX 10.20 and DCE threads
6940              library (11.0 and later have pthreads but 10.x don't)
6941              
6942              avoid uninitialized value warnings
6943              
6944              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
6945              gets weird results)
6946              
6947              perldoc nit on windows
6948              
6949              make it possible to run the tests outside the source tree
6950              (there's still a dependency on ../lib being the library
6951              location)
6952      Branch: perl
6953           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
6954           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
6955           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
6956           !> win32/bin/search.pl win32/vdir.h
6957 ____________________________________________________________________________
6958 [  8613] By: gsar                                  on 2001/01/30  16:39:59
6959         Log: make it possible to run the tests outside the source tree
6960              (there's still a dependency on ../lib being the library
6961              location)
6962      Branch: maint-5.6/perl
6963            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
6964 ____________________________________________________________________________
6965 [  8612] By: gsar                                  on 2001/01/30  16:31:12
6966         Log: perldoc nit on windows
6967      Branch: maint-5.6/perl
6968            ! utils/perldoc.PL
6969 ____________________________________________________________________________
6970 [  8611] By: gsar                                  on 2001/01/30  16:22:54
6971         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
6972              gets weird results)
6973      Branch: maint-5.6/perl
6974            ! win32/vdir.h
6975 ____________________________________________________________________________
6976 [  8610] By: gsar                                  on 2001/01/30  16:12:45
6977         Log: avoid uninitialized value warnings
6978      Branch: maint-5.6/perl
6979            ! win32/bin/search.pl
6980 ____________________________________________________________________________
6981 [  8609] By: gsar                                  on 2001/01/30  16:08:01
6982         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
6983              library (11.0 and later have pthreads but 10.x don't)
6984      Branch: maint-5.6/perl
6985            ! hints/hpux.sh thread.h
6986 ____________________________________________________________________________
6987 [  8608] By: gsar                                  on 2001/01/30  15:48:55
6988         Log: perl's internal variables are not for public consumption,
6989              move their docs from perlapi.pod to perlintern.pod
6990      Branch: maint-5.6/perl
6991            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
6992            ! thrdvar.h
6993 ____________________________________________________________________________
6994 [  8607] By: gsar                                  on 2001/01/30  15:44:27
6995         Log: mistakenly branched perl56delta.pod, revert
6996      Branch: maint-5.6/perl
6997            - pod/perl56delta.pod
6998           !> pod/perldelta.pod
6999 ____________________________________________________________________________
7000 [  8606] By: gsar                                  on 2001/01/30  14:20:24
7001         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
7002              dTHR which has been a noop for a while now, except for the
7003              compatibility definition in thread.h)
7004      Branch: maint-5.6/perl
7005           !> (integrate 45 files)
7006 ____________________________________________________________________________
7007 [  8605] By: jhi                                   on 2001/01/30  05:43:58
7008         Log: Mark the UTF-8 APIs as experimental.
7009      Branch: maint-5.6/perl
7010            ! embed.pl pod/perlapi.pod
7011 ____________________________________________________________________________
7012 [  8604] By: jhi                                   on 2001/01/30  05:38:40
7013         Log: Nits from earlier integrates.
7014      Branch: maint-5.6/perl
7015            ! lib/Carp/Heavy.pm
7016           !> sv.c
7017 ____________________________________________________________________________
7018 [  8603] By: jhi                                   on 2001/01/30  05:27:26
7019         Log: Regenerate Porting files.
7020      Branch: maint-5.6/perl
7021            ! Porting/Glossary Porting/config.sh Porting/config_H
7022 ____________________________________________________________________________
7023 [  8602] By: jhi                                   on 2001/01/30  05:14:59
7024         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
7025              8310,8339,8447,8492,8493,8505,8525: documentation changes.
7026              
7027              Subject: Re: perlfaq style changes
7028              
7029              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
7030              
7031              Subject: [PATCH] docs on NaN
7032              
7033              Subject: [patch] perlfaq7
7034              
7035              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
7036              
7037              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
7038              
7039              Subject: [PATCH] open() example in perlfunc.pod
7040              
7041              Podify README.mpeix (a new version from the web)
7042              
7043              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
7044              
7045              Subject: [PATCH] format and rewording in perlfaq.pod
7046              
7047              Subject: [PATCH] API Variable documentation   
7048              
7049              Memory management calls documentation.
7050              
7051              Subject: [PATCH: perl@8482] README.vms URL updates
7052              
7053              Subject: Minor typos in perlfaq2.pod
7054              
7055              Subject: [PATCH] pod/perlvar.pod
7056      Branch: maint-5.6/perl
7057           +> pod/perl56delta.pod
7058            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
7059           !> README.amiga README.epoc README.mpeix README.vms
7060           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
7061           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
7062           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
7063           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
7064           !> pod/perlvar.pod thrdvar.h
7065 ____________________________________________________________________________
7066 [  8601] By: jhi                                   on 2001/01/30  04:38:35
7067         Log: Integrate changes #8036,8096,8253 from mainline:
7068              hints changes.
7069              
7070              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
7071              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
7072              
7073              Output the (apparent) version of gcc in Tru64.
7074      Branch: maint-5.6/perl
7075           +> ext/POSIX/hints/svr4.pl
7076           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
7077           !> hints/svr4.sh t/lib/bigfltpm.t
7078 ____________________________________________________________________________
7079 [  8600] By: jhi                                   on 2001/01/30  04:04:01
7080         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
7081              locale fixes.
7082              
7083              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
7084              
7085              Debian allows /usr/bin/locale to exist without any locales. (7868)
7086              
7087              Allow the locale test needing POSIX and the taint test
7088              needing IPC::SysV to run under 'minitest' (basically,
7089              bail out if loading the extension fails). (8384)
7090              
7091              Cleanup the locale.t output  (8480)
7092      Branch: maint-5.6/perl
7093           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
7094           !> t/pragma/locale.t
7095 ____________________________________________________________________________
7096 [  8599] By: jhi                                   on 2001/01/30  03:51:04
7097         Log: Missing generated files from #8598.
7098      Branch: maint-5.6/perl
7099            ! embed.h global.sym objXSUB.h perlapi.c proto.h
7100 ____________________________________________________________________________
7101 [  8598] By: jhi                                   on 2001/01/30  03:41:54
7102         Log: Integrate change #8555 from mainline, manually integrate parts
7103              of changes 8452 and 8583.
7104              
7105              Subject: [PATCH] utf8.c documentation (8452)
7106              
7107              No point in checking the length if the pointer is bogus. (8555)
7108              
7109              Introduce bytes_from_utf8() and implement sv_eq() using it,
7110              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
7111              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
7112              was malformed. (8583)
7113      Branch: maint-5.6/perl
7114            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
7115           !> pod/perlapi.pod sv.c utf8.c
7116 ____________________________________________________________________________
7117 [  8597] By: gsar                                  on 2001/01/30  02:37:26
7118         Log: get PERL_OBJECT build going again on windows
7119      Branch: maint-5.6/perl
7120            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
7121            ! pod/perlapi.pod proto.h sv.c
7122 ____________________________________________________________________________
7123 [  8596] By: jhi                                   on 2001/01/30  02:16:17
7124         Log: Signedness nit.
7125      Branch: perl
7126            ! sv.c
7127 ____________________________________________________________________________
7128 [  8595] By: jhi                                   on 2001/01/30  02:11:07
7129         Log: EBCDIC patch for Storable, from Peter Prymmer.
7130      Branch: perl
7131            ! t/lib/st-06compat.t
7132 ____________________________________________________________________________
7133 [  8594] By: jhi                                   on 2001/01/30  01:04:48
7134         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
7135              From: Peter Prymmer <pvhp@forte.com>
7136              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
7137              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
7138      Branch: perl
7139            ! t/lib/b.t
7140 ____________________________________________________________________________
7141 [  8593] By: jhi                                   on 2001/01/30  00:56:47
7142         Log: Subject: [PATCH: perl@8585] pod problems in io
7143              From: Peter Prymmer <pvhp@forte.com>
7144              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
7145              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
7146      Branch: perl
7147            ! pod/perlapio.pod pod/perliol.pod
7148 ____________________________________________________________________________
7149 [  8592] By: jhi                                   on 2001/01/30  00:48:20
7150         Log: Integrate perlio.
7151      Branch: perl
7152           !> pod/perlapio.pod pod/perliol.pod
7153 ____________________________________________________________________________
7154 [  8591] By: nick                                  on 2001/01/29  22:02:28
7155         Log: GNU 'merge' Simon's copy of perliol.pod with version
7156              patched by Craig's patch.
7157      Branch: perlio
7158            ! pod/perliol.pod
7159 ____________________________________________________________________________
7160 [  8590] By: nick                                  on 2001/01/29  21:55:10
7161         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
7162      Branch: perlio
7163            ! pod/perlapio.pod pod/perliol.pod
7164 ____________________________________________________________________________
7165 [  8589] By: jhi                                   on 2001/01/29  15:35:33
7166         Log: Integrate change #8586 from maint-5.6/perl.
7167              
7168              make the BOM detection code not call tell() until it has to
7169              (meant to fix esoteric compatibility issues where PL_rsfp
7170              is overridden)
7171      Branch: perl
7172           !> toke.c
7173 ____________________________________________________________________________
7174 [  8588] By: jhi                                   on 2001/01/29  15:29:11
7175         Log: Subject: MAking Solaris malloc() the default
7176              From: Lupe Christoph <lupe@lupe-christoph.de>
7177              Date: Mon, 29 Jan 2001 12:59:36 +0100
7178              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
7179              
7180              The README.solaris part slightly tweaked.
7181      Branch: perl
7182            ! README.solaris hints/solaris_2.sh
7183 ____________________________________________________________________________
7184 [  8587] By: jhi                                   on 2001/01/29  15:17:34
7185         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
7186              From: root@ak-75.mind.de
7187              Date: Sun, 28 Jan 2001 20:32:29 +0100
7188              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
7189      Branch: perl
7190            ! pod/perlre.pod
7191 ____________________________________________________________________________
7192 [  8586] By: gsar                                  on 2001/01/29  13:43:44
7193         Log: make the BOM detection code not call tell() until it has to
7194              (meant to fix esoteric compatibility issues where PL_rsfp
7195              is overridden)
7196      Branch: maint-5.6/perl
7197            ! toke.c
7198 ____________________________________________________________________________
7199 [  8585] By: jhi                                   on 2001/01/28  20:05:45
7200         Log: Update Changes.
7201      Branch: perl
7202            ! Changes patchlevel.h
7203 ____________________________________________________________________________
7204 [  8584] By: jhi                                   on 2001/01/28  19:30:02
7205         Log: Integrate perlio.
7206      Branch: perl
7207           +> pod/perliol.pod
7208           !> MANIFEST pod/perlapio.pod
7209 ____________________________________________________________________________
7210 [  8583] By: jhi                                   on 2001/01/28  19:28:40
7211         Log: Patch from Inaba Hiroto:
7212              - canonical UTF-8 hash keys: if a key string for a hash is
7213              UTF8-on, try downgrade the string and use it if
7214              unicode::distinct is not in effect.
7215              For the task, I added a function bytes_from_utf8() to utf8.c.
7216              It might resemble utf8_to_bytes() but it is not convenient
7217              to the task.
7218              Made a test for it and added to t/op/each.t
7219              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
7220              the mortal copy of the argument SV.
7221              And changed t/io/utf8.t test 18 which expects print() to
7222              upgrade its argument.
7223              - re-implement sv_eq with bytes_from_utf8()
7224              - some bug fixes
7225              - tr/// does not handle UTF8 range (\x{}-\x{})
7226              - \ before raw UTF8 character produced
7227              "Malformed UTF-8 character" warning.
7228              - "\x{100}\N{CENT SIGN}" is Malformed.
7229              Added tests for these 3.
7230              - and one silly bug (by me) with qu operator.
7231      Branch: perl
7232            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
7233            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
7234            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
7235 ____________________________________________________________________________
7236 [  8582] By: nick                                  on 2001/01/28  19:25:04
7237         Log: Add pod/perliol.pod to MANIFEST :-(
7238      Branch: perlio
7239            ! MANIFEST
7240 ____________________________________________________________________________
7241 [  8581] By: nick                                  on 2001/01/28  19:22:40
7242         Log: PerlIO documentation. Proofing and sub-editing requested.
7243      Branch: perlio
7244            + pod/perliol.pod
7245            ! pod/perlapio.pod
7246 ____________________________________________________________________________
7247 [  8580] By: jhi                                   on 2001/01/28  05:16:25
7248         Log: Revert the change to sv_2pv() done by #8054: Someone who
7249              did SvNV_set() on a scalar that also happened to be POK,
7250              followed by sv_2pv() won't get the right coercion anymore.
7251              [Sarathy]
7252      Branch: maint-5.6/perl
7253            ! sv.c
7254 ____________________________________________________________________________
7255 [  8579] By: jhi                                   on 2001/01/28  05:15:04
7256         Log: Remove the #8084 effect: do not allow -Q to be interpreted
7257              as -&Q(), this is too much wiggle room.
7258      Branch: maint-5.6/perl
7259            ! toke.c
7260 ____________________________________________________________________________
7261 [  8578] By: jhi                                   on 2001/01/28  05:12:45
7262         Log: Needed bits of #8439 (should have been in #8576),
7263              mainly for lval substr().
7264      Branch: maint-5.6/perl
7265            ! mg.c pp.c pp_hot.c
7266 ____________________________________________________________________________
7267 [  8577] By: jhi                                   on 2001/01/28  05:02:46
7268         Log: A missing check-in.
7269      Branch: maint-5.6/perl
7270            ! utf8.c
7271 ____________________________________________________________________________
7272 [  8576] By: jhi                                   on 2001/01/28  04:26:18
7273         Log: Integrate changes #8425,8436,8439,8517 from mainline.
7274              The 8439 was not truly integrated because it had too many
7275              dependencies on the development branch and because it introduced
7276              concepts too bold for a maintenance branch (such as the qu operator).
7277              
7278              Subject: [PATCH perl@8342] -Wformat
7279              
7280              Tighten some of the UTF-8 tests a bit.
7281              
7282              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
7283              - The substr lval was still not okay.
7284              - Now pp_stringify and sv_setsv copies source's UTF8 flag
7285              even if IN_BYTE.  pp_stringify is called from fold_constants
7286              at optimization phase and "\x{100}" was made SvUTF8_off under
7287              use bytes (the bytes pragma is for "byte semantics" and not
7288              for "do not produce UTF8 data")
7289      Branch: maint-5.6/perl
7290            ! t/lib/charnames.t t/op/substr.t toke.c
7291           !> sv.c t/pragma/utf8.t
7292 ____________________________________________________________________________
7293 [  8575] By: jhi                                   on 2001/01/28  04:01:51
7294         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
7295              
7296              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
7297              
7298              Subject: [ID 20001230.003] UTF-8 tr still hurts
7299              
7300              Test cases for #8385 (from Simon's "torture.pl")
7301              
7302              Start fixing UTF-8 lval substr() (8405)
7303      Branch: maint-5.6/perl
7304           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
7305           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
7306 ____________________________________________________________________________
7307 [  8574] By: jhi                                   on 2001/01/28  03:09:06
7308         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
7309              from mainline.
7310              
7311              UTF-8 cleanup.
7312              
7313              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
7314              
7315              "\x{FF}\xFF" was broken.
7316              
7317              Tests for #8329 and #8330.
7318              
7319              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
7320              
7321              IRIX compiler noticed that the bof initialization might be
7322              bypassed by control flow.
7323              
7324              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
7325      Branch: maint-5.6/perl
7326           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
7327           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
7328 ____________________________________________________________________________
7329 [  8573] By: jhi                                   on 2001/01/28  02:06:12
7330         Log: Retract #8552.
7331      Branch: perl
7332            ! lib/Text/Wrap.pm t/lib/textwrap.t
7333 ____________________________________________________________________________
7334 [  8572] By: jhi                                   on 2001/01/28  02:04:49
7335         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
7336              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
7337              not really integrated but instead salvaged by hand
7338              (they had too many dependencies on the development release
7339              to be cleanly integratable).
7340              
7341              Subject: more UTF8 test suites and an UTF8 patch
7342              
7343              Tweak for MULTIPLICITY/USE_PERLIO
7344              
7345              Signedness nit.
7346              
7347              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
7348              
7349              Use the UTF8_XXX macros in is_utf8_char().
7350              
7351              Rewrite pp_concat() in terms of sv_catsv().  The . operator
7352              should now be UTF-8-proof.
7353              
7354              Subject: [PATCH perl@8269] scanning two hex-constants
7355              fails on EBCDIC environment (script length.t)
7356              
7357              Add some Unicode chop() tests.
7358      Branch: maint-5.6/perl
7359            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
7360           !> sv.c t/op/chop.t utf8.h
7361 ____________________________________________________________________________
7362 [  8571] By: jhi                                   on 2001/01/28  00:35:59
7363         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
7364              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
7365              
7366              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
7367              
7368              The maxiters upper limit sanity check (guarding against
7369              non-progress) assumed bytes instead of characters in s///
7370              and split().
7371              
7372              Signedness nit.
7373              
7374              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
7375              join() should now be UTF-8-proof.
7376              
7377              More split // UTF-8 tests. (8250)
7378      Branch: maint-5.6/perl
7379           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
7380           !> util.c
7381 ____________________________________________________________________________
7382 [  8570] By: jhi                                   on 2001/01/27  22:15:46
7383         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
7384              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
7385              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
7386              8084,8204,8244,8333 from mainline.
7387              
7388              For -Q where Q might be a one-letter sub name one does no more
7389              get a warning about an unknown filetest (7941,7943,7944,8084).
7390              
7391              Subject: Re: [ID 20001130.011] expression parsing bug ?
7392              
7393              Make uv_to_utf8() to zero-terminate its output buffer.
7394              
7395              Split off t/op/length.t (7995)
7396              
7397              Split off t/op/utf8decode.t (7996)
7398              
7399              Remove an unnecessary 'use utf8' from the utf8.t (7998)
7400              
7401              Split off t/op/concat.t (8004)
7402              
7403              Split off t/op/ver.t (8005)
7404              
7405              Document utf8_length(), utf8_distance(), and utf8_hop().
7406              
7407              Document utf8_to_uv() better.
7408              
7409              Introduce macros for UTF8 decoding (8028,8033).
7410              
7411              Add test for reverse() (8030,8031).
7412              
7413              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
7414              
7415              Do not return the Unicode replacement character    on UTF-8
7416              decoding failure.
7417              
7418              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
7419              not this_utf8 i.e. the output string has one, but don't mess
7420              with source assumption. (8052,8053)
7421              
7422              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
7423              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
7424              was not expecting to be called with something that was already
7425              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
7426              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
7427              (8054)
7428              
7429              Recode the naughty binary bytes in utf8decode.t using the \xHH.
7430              
7431              Make some panic messages a bit more logical.
7432      Branch: maint-5.6/perl
7433           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
7434           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
7435           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
7436           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
7437           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
7438           !> utf8.c utf8.h
7439 ____________________________________________________________________________
7440 [  8569] By: jhi                                   on 2001/01/27  19:16:43
7441         Log: Integrate changes #7750 from perlio and #8566 from mainline.
7442      Branch: maint-5.6/perl
7443           !> regexec.c sv.c
7444 ____________________________________________________________________________
7445 [  8568] By: jhi                                   on 2001/01/27  18:06:51
7446         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
7447              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
7448              7935[-perlio.c],7936,7959,7965 from mainline.
7449              
7450              Change the "big byte" error message to "Wide character".
7451              (7355, the croak-if-wide-chars-in-print part ignored)
7452              
7453              Use UINT64_C().
7454              
7455              Introduce Perl_utf8_length().
7456              
7457              diff -se shows these as different (7753, forgotten check-ins)
7458              
7459              Subject: [PATCH] doop.c - UTF8 tr///
7460              
7461              If we use (aTHX_ ...) then put Perl_ on the front.
7462              
7463              Make utf8_length() and utf8_distance() to be less forgiving
7464              about bad UTF-8.
7465              
7466              Test line numbers are different with utf8.
7467              
7468              No need to scan till infinity, 13 is enough. (7872,7911)
7469              
7470              Subject: [PATCH] Tokeniser debugging
7471              
7472              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
7473              
7474              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
7475              
7476              Be more careful in Perl_sv_utf8_downgrade().
7477              
7478              Use DO_UTF8().
7479              
7480              Raw zero bytes in text files confuse at least GNU patch 2.1.
7481      Branch: maint-5.6/perl
7482           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
7483           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
7484           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
7485           !> t/pragma/utf8.t toke.c utf8.c utf8.h
7486 ____________________________________________________________________________
7487 [  8567] By: nick                                  on 2001/01/27  11:10:38
7488         Log: Integrate mainline
7489      Branch: perlio
7490           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
7491           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
7492           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
7493           !> toke.c
7494 ____________________________________________________________________________
7495 [  8566] By: jhi                                   on 2001/01/27  06:22:48
7496         Log: More documentation for the regexp context stack.
7497      Branch: perl
7498            ! regexec.c
7499 ____________________________________________________________________________
7500 [  8565] By: jhi                                   on 2001/01/27  05:21:57
7501         Log: Update Changes.
7502      Branch: perl
7503            ! Changes patchlevel.h
7504 ____________________________________________________________________________
7505 [  8564] By: jhi                                   on 2001/01/27  04:44:04
7506         Log: Threadedness patch for #8562 from Doug MacEachern.
7507      Branch: perl
7508            ! toke.c
7509 ____________________________________________________________________________
7510 [  8563] By: jhi                                   on 2001/01/27  04:26:24
7511         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
7512              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
7513              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
7514              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
7515      Branch: perl
7516            ! op.c
7517 ____________________________________________________________________________
7518 [  8562] By: jhi                                   on 2001/01/27  04:20:30
7519         Log: Subject: Re: Announce : Tokener reporting patch
7520              From: Simon Cozens <simon@cozens.net>
7521              Date: Mon, 22 Jan 2001 02:17:22 +0000
7522              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
7523      Branch: perl
7524            ! embed.h embed.pl proto.h toke.c
7525 ____________________________________________________________________________
7526 [  8561] By: jhi                                   on 2001/01/27  04:17:24
7527         Log: Forgot from #8545.  Oops.
7528      Branch: perl
7529            ! pp.c t/pragma/overload.t
7530 ____________________________________________________________________________
7531 [  8560] By: jhi                                   on 2001/01/27  03:01:47
7532         Log: A better module compilation test, use MANIFEST as suggested
7533              by Spider.
7534      Branch: perl
7535            ! t/lib/1_compile.t
7536 ____________________________________________________________________________
7537 [  8559] By: jhi                                   on 2001/01/27  02:50:48
7538         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
7539              From: Peter Prymmer <pvhp@forte.com>
7540              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
7541              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
7542      Branch: perl
7543            ! t/lib/b.t
7544 ____________________________________________________________________________
7545 [  8558] By: jhi                                   on 2001/01/27  02:27:05
7546         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
7547              From: Peter Prymmer <pvhp@forte.com>
7548              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
7549              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
7550      Branch: perl
7551            ! t/pragma/sub_lval.t
7552 ____________________________________________________________________________
7553 [  8557] By: jhi                                   on 2001/01/27  02:26:03
7554         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
7555              From: Peter Prymmer <pvhp@forte.com>
7556              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
7557              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
7558      Branch: perl
7559            ! t/lib/st-06compat.t
7560 ____________________________________________________________________________
7561 [  8556] By: jhi                                   on 2001/01/27  02:24:33
7562         Log: Subject: [PATCH: perl@8531] minor update to README.os390
7563              From: Peter Prymmer <pvhp@forte.com>
7564              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
7565              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
7566      Branch: perl
7567            ! README.os390
7568 ____________________________________________________________________________
7569 [  8555] By: jhi                                   on 2001/01/27  00:35:47
7570         Log: No point in checking the length before we know whether the pointer
7571              is bogus or not, fixes Abigail's odbm failures in Linux.
7572      Branch: perl
7573            ! sv.c
7574 ____________________________________________________________________________
7575 [  8554] By: nick                                  on 2001/01/26  19:01:31
7576         Log: Integrate mainline
7577      Branch: perlio
7578           !> lib/Text/Wrap.pm t/lib/textwrap.t
7579 ____________________________________________________________________________
7580 [  8553] By: jhi                                   on 2001/01/26  15:19:39
7581         Log: Integrate change #7792 from perlio (multiplicity fix),
7582              fix the AV leak in regex DEBUGGING (tiny part of the
7583              polymorphic regexp patch #8143).
7584      Branch: maint-5.6/perl
7585            ! regcomp.c
7586           !> scope.h
7587 ____________________________________________________________________________
7588 [  8552] By: jhi                                   on 2001/01/26  15:03:23
7589         Log: Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
7590              From: Michael G Schwern <schwern@pobox.com>
7591              Date: Fri, 26 Jan 2001 09:28:31 -0500
7592              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
7593      Branch: perl
7594            ! lib/Text/Wrap.pm t/lib/textwrap.t
7595 ____________________________________________________________________________
7596 [  8551] By: jhi                                   on 2001/01/26  02:33:19
7597         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
7598              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
7599              
7600              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
7601              
7602              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
7603              
7604              Message nit.
7605              
7606              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
7607              
7608              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
7609              
7610              (the cleanup of unused submatches in regtry() and regcppop())
7611              
7612              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
7613              stored and restored, and thusly was trounced by the utf8 swash
7614              routines.
7615              
7616              use utf8 not required to use \x{}.
7617              
7618              Removed two more tests that make no sense in UTF-8 since the test
7619              data is not in UTF-8.
7620              
7621              Get the three different space character classes right under utf8.
7622              
7623              Implement ANYOFUTF8 regprop() dumping.
7624              
7625              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
7626              
7627              Document the regex context pushing/popping a bit better.
7628      Branch: maint-5.6/perl
7629           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
7630           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
7631           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
7632           !> t/op/regmesg.t utf8.c
7633 ____________________________________________________________________________
7634 [  8550] By: nick                                  on 2001/01/25  19:42:30
7635         Log: Integrate mainline
7636      Branch: perlio
7637           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
7638           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
7639           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
7640           !> t/lib/bigint.t t/lib/bigintpm.t
7641 ____________________________________________________________________________
7642 [  8549] By: jhi                                   on 2001/01/25  15:22:28
7643         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
7644      Branch: maint-5.6/perl
7645            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
7646 ____________________________________________________________________________
7647 [  8548] By: jhi                                   on 2001/01/25  15:02:55
7648         Log: Integrate changes #7997,8063,8492,8547 from mainline.
7649              
7650              Subject: Re: STRLEN - what?
7651              
7652              Subject: [PATCH] perlguts.pod
7653              
7654              Memory management calls documentation.
7655              
7656              Layout using tabulator is not a good idea in a pod.
7657      Branch: maint-5.6/perl
7658           !> pod/perlguts.pod
7659 ____________________________________________________________________________
7660 [  8547] By: jhi                                   on 2001/01/25  14:49:05
7661         Log: Layout using tabulator is not a good idea in a pod.
7662      Branch: perl
7663            ! pod/perlguts.pod
7664 ____________________________________________________________________________
7665 [  8546] By: jhi                                   on 2001/01/25  14:31:12
7666         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
7667              from mainline.
7668              
7669              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
7670              
7671              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
7672              
7673              More Win32 editor/IDE/shell hints.
7674              
7675              More Win32 Perling.
7676              
7677              Yet another editor edit.
7678              
7679              Edit edit edit.
7680              
7681              IDE/editor section tweaking.
7682              
7683              Few more IDE/editor nits from p5p.
7684      Branch: maint-5.6/perl
7685           !> pod/perlfaq3.pod
7686 ____________________________________________________________________________
7687 [  8545] By: jhi                                   on 2001/01/25  04:16:32
7688         Log: Subject: [PATCH 5.7.0] overload int()
7689              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7690              Date: Wed, 24 Jan 2001 19:06:57 -0500
7691              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
7692      Branch: perl
7693            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
7694            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
7695            ! t/lib/bigintpm.t
7696 ____________________________________________________________________________
7697 [  8544] By: jhi                                   on 2001/01/25  04:15:11
7698         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
7699              From: Peter Prymmer <pvhp@forte.com>
7700              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
7701              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
7702      Branch: perl
7703            ! Makefile.SH README.os390 hints/os390.sh installperl
7704 ____________________________________________________________________________
7705 [  8543] By: jhi                                   on 2001/01/25  03:52:08
7706         Log: Integrate change #8462,8469 from mainline.
7707              
7708              In VMS Perl subversion (perl -V) is undef.
7709      Branch: maint-5.6/perl
7710           !> configure.com
7711 ____________________________________________________________________________
7712 [  8542] By: jhi                                   on 2001/01/25  03:44:55
7713         Log: Integrate changes #7835,7850,8315,8316 from mainline.
7714              
7715              Solaris hints.
7716      Branch: maint-5.6/perl
7717           !> hints/solaris_2.sh
7718 ____________________________________________________________________________
7719 [  8541] By: jhi                                   on 2001/01/25  03:39:28
7720         Log: Integrate #8336 from mainline.
7721      Branch: maint-5.6/perl
7722           !> hv.c
7723 ____________________________________________________________________________
7724 [  8540] By: jhi                                   on 2001/01/25  03:23:50
7725         Log: Retract #8539.
7726      Branch: maint-5.6/perl
7727            ! pod/perlfaq3.pod
7728 ____________________________________________________________________________
7729 [  8539] By: jhi                                   on 2001/01/25  03:21:55
7730         Log: (Retracted by #5940.)
7731      Branch: maint-5.6/perl
7732            ! pod/perlfaq3.pod
7733 ____________________________________________________________________________
7734 [  8538] By: jhi                                   on 2001/01/25  03:14:07
7735         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
7736              From: Peter Prymmer <pvhp@forte.com>
7737              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
7738              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
7739              
7740              The VMS bits.
7741      Branch: maint-5.6/perl
7742            ! configure.com vms/descrip_mms.template
7743 ____________________________________________________________________________
7744 [  8537] By: jhi                                   on 2001/01/25  03:06:09
7745         Log: Integrate #7710,7824,7973 from mainline.
7746      Branch: maint-5.6/perl
7747           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
7748           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
7749           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
7750           !> vos/config.ga.def vos/config.ga.h win32/config.bc
7751           !> win32/config.gc win32/config.vc
7752 ____________________________________________________________________________
7753 [  8536] By: jhi                                   on 2001/01/24  13:50:20
7754         Log: Revert the edits made by me so far to the 5.6 branch since
7755              the TRIAL1 since I did edits when I should have been using
7756              integrates.  Bad programmer.   (Will integrate them properly later.)
7757              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
7758              The #8353 will not be reapplied at least for now since
7759              the UTF-8 hash keys need more thinking.
7760              (The patches #8347, #8354, #8454, #8473 were okay since they
7761              were original edits made specifically for the 5.6.1-TRIAL1.)
7762      Branch: maint-5.6/perl
7763            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7764            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
7765            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
7766            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
7767            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
7768            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
7769            ! win32/config.bc win32/config.gc win32/config.vc
7770 ____________________________________________________________________________
7771 [  8535] By: bailey                                on 2001/01/24  06:37:02
7772         Log: SYN SYN
7773      Branch: vmsperl
7774           +> (branch 26 files)
7775           !> (integrate 130 files)
7776 ____________________________________________________________________________
7777 [  8534] By: nick                                  on 2001/01/23  19:30:57
7778         Log: Integrate mainline.
7779      Branch: perlio
7780           !> Changes Configure Porting/Glossary Porting/config.sh
7781           !> Porting/config_H embed.h embed.pl ext/Encode/compile
7782           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
7783           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
7784           !> pod/perlvar.pod proto.h t/lib/1_compile.t
7785 ____________________________________________________________________________
7786 [  8533] By: jhi                                   on 2001/01/23  16:15:46
7787         Log: Forgotten from #8501.
7788      Branch: perl
7789            ! Porting/Glossary Porting/config.sh Porting/config_H
7790 ____________________________________________________________________________
7791 [  8532] By: jhi                                   on 2001/01/23  16:13:27
7792         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
7793              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
7794              Date: Mon, 22 Jan 2001 17:51:58 +0100
7795              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
7796      Branch: perl
7797            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
7798 ____________________________________________________________________________
7799 [  8531] By: jhi                                   on 2001/01/23  15:46:01
7800         Log: Update Changes.
7801      Branch: perl
7802            ! Changes patchlevel.h
7803 ____________________________________________________________________________
7804 [  8530] By: jhi                                   on 2001/01/23  15:38:39
7805         Log: De-cut-and-pasto.
7806      Branch: perl
7807            ! t/lib/1_compile.t
7808 ____________________________________________________________________________
7809 [  8529] By: jhi                                   on 2001/01/23  15:11:04
7810         Log: Document the mkdir trailing slashes case.
7811      Branch: perl
7812            ! pod/perlfunc.pod
7813 ____________________________________________________________________________
7814 [  8528] By: jhi                                   on 2001/01/23  15:08:28
7815         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
7816              get installed:
7817              
7818              Subject: lib/lib.pm
7819              From: <abigail@foad.org>
7820              Date: Mon, 28 Aug 2000 20:35:08 -0400
7821              Message-ID: <20000829003508.21281.qmail@foad.org>
7822      Branch: perl
7823            ! installperl
7824 ____________________________________________________________________________
7825 [  8527] By: jhi                                   on 2001/01/23  14:44:04
7826         Log: Metaconfig unit change for #8526.
7827      Branch: metaconfig
7828            ! U/threads/archname.U
7829 ____________________________________________________________________________
7830 [  8526] By: jhi                                   on 2001/01/23  14:43:19
7831         Log: Attach -perlio to the archname if so selected.
7832      Branch: perl
7833            ! Configure
7834 ____________________________________________________________________________
7835 [  8525] By: jhi                                   on 2001/01/23  14:24:01
7836         Log: Subject: [PATCH] pod/perlvar.pod
7837              From: abigail@foad.org
7838              Date: Tue, 23 Jan 2001 01:41:10 +0100
7839              Message-ID: <20010123004110.22259.qmail@foad.org>
7840      Branch: perl
7841            ! pod/perlvar.pod
7842 ____________________________________________________________________________
7843 [  8524] By: jhi                                   on 2001/01/23  14:22:32
7844         Log: A bug introduced in #8217 (the undefined variable in the
7845              lib/safe1_t #3) fixed, by Charles Lane:
7846              
7847              The earlier patch made it so that stuff running in Safe
7848              compartments could do a "caller" and see "main".  That
7849              little change in name is done right before the code in
7850              the compartment is run, and apparantly the parser
7851              was picking up the stash name before it got changed.
7852              
7853              (why it was threaded vs. unthreaded Perl that was sensitive to this
7854              I still don't know...and it probably doesn't matter).
7855              
7856              I tryed removing the stash name-change and saw that threaded Perl
7857              did indeed pass the lib/safe1.t tests.
7858              
7859              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
7860              do the name change (and to connect _ in the compartment to the global
7861              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
7862              to call _safe_pkg_prep when creating a new compartment.
7863              
7864              Passes all tests with threaded perl on linux; passes all tests
7865              with unthreaded perl on VMS.
7866              
7867              At some point I'll probably want to revisit Safe and Opcode to
7868              provide more sensible handling of global variables...and to get
7869              formats working in Safe compartments, which they don't do currently.
7870      Branch: perl
7871            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
7872 ____________________________________________________________________________
7873 [  8523] By: jhi                                   on 2001/01/23  14:11:58
7874         Log: Also the lib/Thread.pm itself needs to be ignored if
7875              the Thread extension hasn't been built.
7876      Branch: perl
7877            ! t/lib/1_compile.t
7878 ____________________________________________________________________________
7879 [  8522] By: jhi                                   on 2001/01/23  13:51:28
7880         Log: print() instead of warn() so that stderr doesn't get
7881              unncessarily polluted.
7882      Branch: perl
7883            ! ext/Encode/compile
7884 ____________________________________________________________________________
7885 [  8521] By: jhi                                   on 2001/01/23  13:49:48
7886         Log: Integrate perlio.
7887      Branch: perl
7888           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
7889           !> ext/Encode/encode.h
7890 ____________________________________________________________________________
7891 [  8520] By: nick                                  on 2001/01/22  21:44:00
7892         Log: More messing with Encode:
7893              Extra fields in header to allow multiple names and to record
7894              other things "compile" knows.
7895              Re-organise compile to factor out common output routines.
7896      Branch: perlio
7897            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
7898 ____________________________________________________________________________
7899 [  8519] By: nick                                  on 2001/01/22  20:33:50
7900         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
7901      Branch: perlio
7902            ! ext/Encode/Makefile.PL ext/Encode/compile
7903 ____________________________________________________________________________
7904 [  8518] By: nick                                  on 2001/01/22  20:28:13
7905         Log: Integrate mainline
7906      Branch: perlio
7907           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
7908           !> vos/config.alpha.def vos/config.alpha.h
7909 ____________________________________________________________________________
7910 [  8517] By: jhi                                   on 2001/01/22  15:37:17
7911         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
7912              by Inaba Hiroto.
7913      Branch: perl
7914            ! sv.c
7915 ____________________________________________________________________________
7916 [  8516] By: jhi                                   on 2001/01/22  14:55:15
7917         Log: More SIG_SIZE fixes.
7918      Branch: perl
7919            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
7920 ____________________________________________________________________________
7921 [  8515] By: jhi                                   on 2001/01/22  14:50:27
7922         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
7923              From: "Craig A. Berry" <craigberry@mac.com>
7924              Date: Mon, 22 Jan 2001 00:42:24 -0600
7925              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
7926      Branch: perl
7927            ! configure.com
7928 ____________________________________________________________________________
7929 [  8514] By: jhi                                   on 2001/01/22  14:31:17
7930         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
7931              From: "Craig A. Berry" <craigberry@mac.com>
7932              Date: Sun, 21 Jan 2001 23:03:25 -0600
7933              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
7934      Branch: perl
7935            ! configure.com
7936 ____________________________________________________________________________
7937 [  8513] By: jhi                                   on 2001/01/22  14:14:00
7938         Log: Add the .ucm encoding tables to the MANIFEST.
7939      Branch: perl
7940            ! MANIFEST
7941 ____________________________________________________________________________
7942 [  8512] By: jhi                                   on 2001/01/22  13:43:33
7943         Log: Integrate perlio.
7944      Branch: perl
7945           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
7946           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
7947           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
7948           +> ext/Encode/Encode/iso8859-10.ucm
7949           +> ext/Encode/Encode/iso8859-13.ucm
7950           +> ext/Encode/Encode/iso8859-14.ucm
7951           +> ext/Encode/Encode/iso8859-15.ucm
7952           +> ext/Encode/Encode/iso8859-16.ucm
7953           +> ext/Encode/Encode/iso8859-2.ucm
7954           +> ext/Encode/Encode/iso8859-3.ucm
7955           +> ext/Encode/Encode/iso8859-4.ucm
7956           +> ext/Encode/Encode/iso8859-5.ucm
7957           +> ext/Encode/Encode/iso8859-6.ucm
7958           +> ext/Encode/Encode/iso8859-7.ucm
7959           +> ext/Encode/Encode/iso8859-8.ucm
7960           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
7961           +> ext/Encode/Encode/symbol.ucm
7962           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
7963           !> perliol.h
7964 ____________________________________________________________________________
7965 [  8511] By: nick                                  on 2001/01/21  23:44:47
7966         Log: Make "real" layers of ":utf8" and ":raw".
7967              So now PERLIO=utf8 perl ...
7968              does what Andreas wanted.
7969              Fix arg passing in open.pm (still have a Carp issue).
7970      Branch: perlio
7971            ! lib/open.pm perlio.c perliol.h
7972 ____________________________________________________________________________
7973 [  8510] By: jhi                                   on 2001/01/21  22:56:53
7974         Log: Document the regex context pushing/popping a bit better.
7975      Branch: perl
7976            ! regexec.c
7977 ____________________________________________________________________________
7978 [  8509] By: jhi                                   on 2001/01/21  22:55:44
7979         Log: Tweak the mkdir trailing slash code some more.
7980              
7981              TO DO: the same handling should probably be done for
7982              all the other filesystem functions that can have directories
7983              as their arguments.
7984      Branch: perl
7985            ! pp_sys.c
7986 ____________________________________________________________________________
7987 [  8508] By: nick                                  on 2001/01/21  21:37:43
7988         Log: Switch "compiled in" encodings to .ucm format.
7989              (Leave others as .enc till we can run-time load .ucm,
7990              or find some other way to load them.)
7991      Branch: perlio
7992            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
7993            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
7994            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
7995            + ext/Encode/Encode/iso8859-10.ucm
7996            + ext/Encode/Encode/iso8859-13.ucm
7997            + ext/Encode/Encode/iso8859-14.ucm
7998            + ext/Encode/Encode/iso8859-15.ucm
7999            + ext/Encode/Encode/iso8859-16.ucm
8000            + ext/Encode/Encode/iso8859-2.ucm
8001            + ext/Encode/Encode/iso8859-3.ucm
8002            + ext/Encode/Encode/iso8859-4.ucm
8003            + ext/Encode/Encode/iso8859-5.ucm
8004            + ext/Encode/Encode/iso8859-6.ucm
8005            + ext/Encode/Encode/iso8859-7.ucm
8006            + ext/Encode/Encode/iso8859-8.ucm
8007            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
8008            + ext/Encode/Encode/symbol.ucm
8009            ! ext/Encode/Makefile.PL ext/Encode/compile
8010 ____________________________________________________________________________
8011 [  8507] By: nick                                  on 2001/01/21  21:02:03
8012         Log: Integrate (partial) mainline.
8013      Branch: perlio
8014           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
8015           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
8016           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
8017 ____________________________________________________________________________
8018 [  8506] By: jhi                                   on 2001/01/21  20:09:30
8019         Log: Update Changes.
8020      Branch: perl
8021            ! Changes patchlevel.h
8022 ____________________________________________________________________________
8023 [  8505] By: jhi                                   on 2001/01/21  19:39:59
8024         Log: Subject: Minor typos in perlfaq2.pod
8025              From: "Stephen P. Potter" <spp@spotter.yi.org>
8026              Message-Id: <200101192101.QAA11911@spotter.yi.org>
8027              Date: Fri, 19 Jan 2001 16:01:13 -0500
8028              
8029              with a nit from Philip Netwon.
8030      Branch: perl
8031            ! pod/perlfaq2.pod
8032 ____________________________________________________________________________
8033 [  8504] By: jhi                                   on 2001/01/21  19:33:05
8034         Log: Metaconfig change for #8503.
8035      Branch: metaconfig
8036            ! U/threads/usethreads.U
8037 ____________________________________________________________________________
8038 [  8503] By: jhi                                   on 2001/01/21  19:32:21
8039         Log: Sanity check for conflicting thread flavours.
8040      Branch: perl
8041            ! Configure config_h.SH
8042 ____________________________________________________________________________
8043 [  8502] By: jhi                                   on 2001/01/21  19:23:00
8044         Log: Metaconfig change for #8501.
8045      Branch: metaconfig
8046            ! U/modified/sig_name.U
8047 ____________________________________________________________________________
8048 [  8501] By: jhi                                   on 2001/01/21  19:22:26
8049         Log: The SIG_SIZE is the number of the elements *excluding*
8050              the terminating NULL.
8051      Branch: perl
8052            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
8053            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
8054            ! win32/config_H.vc
8055 ____________________________________________________________________________
8056 [  8500] By: jhi                                   on 2001/01/21  18:31:31
8057         Log: Integrate perlio.
8058      Branch: perl
8059           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
8060           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
8061           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
8062           !> pp_sys.c proto.h sv.c
8063 ____________________________________________________________________________
8064 [  8499] By: jhi                                   on 2001/01/21  17:43:57
8065         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
8066              From: Hugo <hv@crypt.compulink.co.uk>
8067              Date: Sun, 21 Jan 2001 13:34:05 +0000
8068              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
8069              
8070              In sprintf UTF8ize only if necessary.
8071      Branch: perl
8072            ! sv.c
8073 ____________________________________________________________________________
8074 [  8498] By: nick                                  on 2001/01/21  16:25:32
8075         Log: Encode cleanup.
8076              Add command line control over "compile" so that Makefile.PL
8077              needs can be combined with other uses.
8078              Use command line options in Makefile.PL.
8079              Fix multi-byte parsing in .ucm files.
8080      Branch: perlio
8081            ! ext/Encode/Makefile.PL ext/Encode/compile
8082 ____________________________________________________________________________
8083 [  8497] By: nick                                  on 2001/01/21  12:56:27
8084         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
8085      Branch: perlio
8086            ! ext/Encode/Encode.xs
8087 ____________________________________________________________________________
8088 [  8496] By: nick                                  on 2001/01/21  12:18:45
8089         Log: Fixup after integrate:
8090              missed the .sym files that are changed by regen_headers
8091              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
8092      Branch: perlio
8093            ! global.sym pp.sym sv.c
8094 ____________________________________________________________________________
8095 [  8495] By: nick                                  on 2001/01/21  11:51:07
8096         Log: Integrate mainline.
8097      Branch: perlio
8098           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
8099           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
8100           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
8101           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
8102           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
8103           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
8104           !> win32/Makefile win32/makefile.mk
8105 ____________________________________________________________________________
8106 [  8494] By: jhi                                   on 2001/01/20  23:12:11
8107         Log: Forgot the expect_number() prototype.
8108      Branch: perl
8109            ! embed.h embed.pl proto.h
8110 ____________________________________________________________________________
8111 [  8493] By: jhi                                   on 2001/01/20  22:56:39
8112         Log: Subject: [PATCH: perl@8482] README.vms URL updates
8113              From: Peter Prymmer <pvhp@forte.com>
8114              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
8115              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
8116              
8117              Plus Craig A. Berry's suggestion to use compaq.com instead
8118              of digital.com.
8119      Branch: perl
8120            ! README.vms
8121 ____________________________________________________________________________
8122 [  8492] By: jhi                                   on 2001/01/20  22:50:05
8123         Log: Memory management calls documentation.
8124      Branch: perl
8125            ! pod/perlguts.pod
8126 ____________________________________________________________________________
8127 [  8491] By: jhi                                   on 2001/01/20  22:38:33
8128         Log: Signedness nit plus few memcpy/Copy nits.
8129      Branch: perl
8130            ! sv.c
8131 ____________________________________________________________________________
8132 [  8490] By: jhi                                   on 2001/01/20  22:25:53
8133         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
8134              From: Peter Prymmer <pvhp@forte.com>
8135              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
8136              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
8137      Branch: perl
8138            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
8139 ____________________________________________________________________________
8140 [  8489] By: jhi                                   on 2001/01/20  22:24:41
8141         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
8142              From: Peter Prymmer <pvhp@forte.com>
8143              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
8144              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
8145      Branch: perl
8146            ! win32/Makefile win32/makefile.mk
8147 ____________________________________________________________________________
8148 [  8488] By: jhi                                   on 2001/01/20  22:22:27
8149         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
8150              From: Peter Prymmer <pvhp@forte.com>
8151              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
8152              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
8153      Branch: perl
8154            ! Makefile.SH
8155 ____________________________________________________________________________
8156 [  8487] By: jhi                                   on 2001/01/20  22:21:18
8157         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
8158              From: Peter Prymmer <pvhp@forte.com>
8159              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
8160              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
8161      Branch: perl
8162            + ext/DynaLoader/dl_dllload.xs
8163            ! MANIFEST Makefile.SH hints/os390.sh
8164 ____________________________________________________________________________
8165 [  8486] By: jhi                                   on 2001/01/20  22:17:53
8166         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
8167              From: Peter Prymmer <pvhp@forte.com>
8168              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
8169              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
8170      Branch: perl
8171            ! README.os390 README.posix-bc
8172 ____________________________________________________________________________
8173 [  8485] By: jhi                                   on 2001/01/20  20:15:30
8174         Log: Document and test the new qu operator.
8175      Branch: perl
8176            + t/op/qu.t
8177            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
8178            ! pod/perlretut.pod pod/perlunicode.pod
8179 ____________________________________________________________________________
8180 [  8484] By: nick                                  on 2001/01/20  19:42:30
8181         Log: Infrastructure to allow:
8182              open($fh,"|-",@array);
8183              to be implemented
8184              i.e. mark pp_open as needing a stack mark, and make pp_open
8185              process its args in that style (and pass them _all_ to tied handles OPEN).
8186              Invent do_openn() which takes SV ** at allow it to see multiple args.
8187              Note this does not _do_ anything yet.
8188      Branch: perlio
8189            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
8190            ! perlapi.c pp_proto.h pp_sys.c proto.h
8191 ____________________________________________________________________________
8192 [  8483] By: nick                                  on 2001/01/20  17:23:14
8193         Log: Integrate mainline.
8194      Branch: perlio
8195           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
8196           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
8197 ____________________________________________________________________________
8198 [  8482] By: jhi                                   on 2001/01/19  15:37:49
8199         Log: Update Changes.
8200      Branch: perl
8201            ! Changes patchlevel.h
8202 ____________________________________________________________________________
8203 [  8481] By: jhi                                   on 2001/01/19  14:41:24
8204         Log: Subject: Re: new feature: s?printf parameter reordering 
8205              From: Hugo <hv@crypt.compulink.co.uk>
8206              Date: Thu, 11 Jan 2001 17:09:03 +0000
8207              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
8208              
8209              - support reordering for all parameters: %, *v, *, .*
8210              - lay down that the reordering specification must immediately
8211              follow that parameter: %3$, *v3$, *3$, .*3$
8212              - fix vectorisation of a zero-length string
8213              - factor out the code choosing the argument to format
8214              
8215              Possibly unwanted side-effects:
8216              - the special format specifiers ' +-0' must now precede any
8217              vectorisation specifier. Tests in op/sprintf and op/ver
8218              have been changed to reflect this.
8219              - sprintf.t test #214 changed its expectations because in many
8220              cases, the next parameter has already been consumed when an
8221              invalid type letter is detected.
8222              
8223              Probably wanted side-effects:
8224              - attempts to format a non-existent parameter will warn as if C<undef>
8225              - attempt to write to non-existent parameter with '%n' will complain
8226              of "attempt to modify read-only value" instead of being silent
8227      Branch: perl
8228            ! sv.c t/op/sprintf.t t/op/ver.t
8229 ____________________________________________________________________________
8230 [  8480] By: jhi                                   on 2001/01/19  14:08:37
8231         Log: Subject: PATCH pragma/locale.t
8232              From: andreas.koenig@anima.de (Andreas J. Koenig)
8233              Date: 18 Jan 2001 09:45:37 +0100
8234              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
8235      Branch: perl
8236            ! t/pragma/locale.t
8237 ____________________________________________________________________________
8238 [  8479] By: jhi                                   on 2001/01/19  13:19:58
8239         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
8240      Branch: perl
8241            ! configure.com
8242 ____________________________________________________________________________
8243 [  8478] By: jhi                                   on 2001/01/19  02:12:35
8244         Log: Automate 1_compile.t.
8245      Branch: perl
8246            ! t/lib/1_compile.t
8247 ____________________________________________________________________________
8248 [  8477] By: jhi                                   on 2001/01/19  01:49:56
8249         Log: Integrate perlio.
8250      Branch: perl
8251           !> sv.c win32/config.bc win32/config.gc win32/config.vc
8252           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
8253 ____________________________________________________________________________
8254 [  8476] By: nick                                  on 2001/01/18  21:51:52
8255         Log: Integrate mainline
8256      Branch: perlio
8257           +> t/lib/1_compile.t t/lib/compmod.pl
8258           !> MANIFEST configure.com lib/unicode/distinct.pm
8259 ____________________________________________________________________________
8260 [  8475] By: nick                                  on 2001/01/18  21:48:02
8261         Log: Win32 "safe signals" co-existance fix.
8262              Fix SIG_SIZE value.
8263              Clear PL_sig_pending when cloning (fork).
8264      Branch: perlio
8265            ! sv.c win32/config.bc win32/config.gc win32/config.vc
8266            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
8267 ____________________________________________________________________________
8268 [  8474] By: jhi                                   on 2001/01/18  14:40:57
8269         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
8270      Branch: perl
8271            ! t/lib/1_compile.t
8272 ____________________________________________________________________________
8273 [  8473] By: gsar                                  on 2001/01/18  11:42:31
8274         Log: unsubmitted trial1 change
8275      Branch: maint-5.6/perl
8276            ! Changes
8277 ____________________________________________________________________________
8278 [  8472] By: jhi                                   on 2001/01/18  04:30:24
8279         Log: The first bug found by 1_compile.t.
8280      Branch: perl
8281            ! lib/unicode/distinct.pm
8282 ____________________________________________________________________________
8283 [  8471] By: jhi                                   on 2001/01/18  04:29:42
8284         Log: Add Schwern's 1_compile test.  The compile_module script renamed
8285              to be a bit shorter for the 8.3 people.
8286      Branch: perl
8287            + t/lib/1_compile.t t/lib/compmod.pl
8288            ! MANIFEST
8289 ____________________________________________________________________________
8290 [  8470] By: jhi                                   on 2001/01/18  04:16:00
8291         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)
8292              From: Peter Prymmer <pvhp@forte.com>
8293              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
8294              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
8295              Replace #8463.
8296      Branch: maint-5.6/perl
8297            ! configure.com
8298 ____________________________________________________________________________
8299 [  8469] By: jhi                                   on 2001/01/18  04:13:02
8300         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)
8301              From: Peter Prymmer <pvhp@forte.com>
8302              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
8303              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
8304              Replace #8462.
8305      Branch: perl
8306            ! configure.com
8307 ____________________________________________________________________________
8308 [  8468] By: jhi                                   on 2001/01/18  03:42:08
8309         Log: Integrate perlio.
8310      Branch: perl
8311           !> gv.c mg.c perlio.c util.c
8312 ____________________________________________________________________________
8313 [  8467] By: nick                                  on 2001/01/17  22:41:10
8314         Log: "Safe" signals - trial implementation.
8315              gv.c tweaked to zero PL_sig_pend array
8316              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
8317              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
8318              Odd thing is that it "works" with PERLIO=stdio as well (linux).
8319      Branch: perlio
8320            ! gv.c mg.c perlio.c util.c
8321 ____________________________________________________________________________
8322 [  8466] By: nick                                  on 2001/01/17  20:40:20
8323         Log: Integrate mainline.
8324      Branch: perlio
8325           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
8326           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
8327           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
8328           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
8329           !> vos/config.ga.h win32/config.bc win32/config.gc
8330           !> win32/config.vc
8331 ____________________________________________________________________________
8332 [  8465] By: jhi                                   on 2001/01/17  18:37:13
8333         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
8334              From: Nicholas Clark <nick@ccl4.org>
8335              Date: Wed, 17 Jan 2001 17:31:33 +0000
8336              Message-ID: <20010117173133.I2633@plum.flirble.org>
8337      Branch: perl
8338            ! t/op/int.t
8339 ____________________________________________________________________________
8340 [  8464] By: jhi                                   on 2001/01/17  14:43:17
8341         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
8342              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
8343              Date: Wed, 17 Jan 2001 15:16:43 +0100
8344              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
8345              
8346              pp_int() was dropping an NV to the floor,
8347              int(279964589018079/59) either returned not an integer
8348              4745162525730.15, or one got "Attempt to free unreferenced scalar."
8349      Branch: perl
8350            ! pp.c
8351 ____________________________________________________________________________
8352 [  8463] By: jhi                                   on 2001/01/17  06:12:42
8353         Log: (Replaced by #8470)
8354              
8355              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)
8356              From: "Craig A. Berry" <craigberry@mac.com>
8357              Date: Tue, 16 Jan 2001 23:38:46 -0600
8358              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
8359      Branch: maint-5.6/perl
8360            ! configure.com
8361 ____________________________________________________________________________
8362 [  8462] By: jhi                                   on 2001/01/17  06:11:31
8363         Log: (Replaced by #8469)
8364              
8365              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)
8366              From: "Craig A. Berry" <craigberry@mac.com>
8367              Date: Tue, 16 Jan 2001 23:38:46 -0600
8368              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
8369      Branch: perl
8370            ! configure.com
8371 ____________________________________________________________________________
8372 [  8461] By: jhi                                   on 2001/01/17  05:56:12
8373         Log: Allow for one trailing slash in the directory of mkdir().
8374      Branch: perl
8375            ! pp_sys.c
8376 ____________________________________________________________________________
8377 [  8460] By: jhi                                   on 2001/01/17  03:26:01
8378         Log: Metaconfig unit changes for #8459.
8379      Branch: metaconfig
8380            ! U/modified/Loc.U U/modified/sig_name.U
8381 ____________________________________________________________________________
8382 [  8459] By: jhi                                   on 2001/01/17  03:24:48
8383         Log: Define SIG_SIZE, the number of elements in the sig_name and
8384              sig_num arrays, including the final NULL entry.
8385      Branch: perl
8386            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8387            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
8388            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
8389            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
8390            ! win32/config.bc win32/config.gc win32/config.vc
8391 ____________________________________________________________________________
8392 [  8458] By: jhi                                   on 2001/01/17  01:41:33
8393         Log: Integrate perlio.
8394      Branch: perl
8395           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
8396           !> perlapi.h proto.h sv.c
8397 ____________________________________________________________________________
8398 [  8457] By: nick                                  on 2001/01/16  22:07:26
8399         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
8400              Provides all the "cost" but no benefit yet - it is to allow cost
8401              to be measured, and implementation experiments (just in mg.c?).
8402      Branch: perlio
8403            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
8404            ! perlapi.h proto.h sv.c
8405 ____________________________________________________________________________
8406 [  8456] By: nick                                  on 2001/01/16  21:07:07
8407         Log: Integrate mainline.
8408      Branch: perlio
8409           !> (integrate 51 files)
8410 ____________________________________________________________________________
8411 [  8455] By: jhi                                   on 2001/01/16  18:13:43
8412         Log: Subject: [PATCH] regcomp.c old feature removal
8413              From: mjd@plover.com
8414              Date: 16 Jan 2001 14:43:18 -0000 
8415              Message-ID: <20010116144318.7140.qmail@plover.com> 
8416      Branch: perl
8417            ! regcomp.c
8418 ____________________________________________________________________________
8419 [  8454] By: jhi                                   on 2001/01/16  16:12:39
8420         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
8421              From: "Indy Singh" <indy@nusphere.com>
8422              Date: Wed, 10 Jan 2001 20:17:49 -0500
8423              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
8424      Branch: maint-5.6/perl
8425            ! win32/Makefile
8426 ____________________________________________________________________________
8427 [  8453] By: jhi                                   on 2001/01/16  16:09:33
8428         Log: Update Changes.
8429      Branch: perl
8430            ! Changes patchlevel.h
8431 ____________________________________________________________________________
8432 [  8452] By: jhi                                   on 2001/01/16  15:42:04
8433         Log: Subject: Re: API Cleanup
8434              To: perl5-porters@perl.org
8435              Date: Tue, 16 Jan 2001 13:42:30 +0000
8436              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
8437              
8438              Subject: [PATCH] utf8.c documentation
8439              From: Simon Cozens <simon@cozens.net>
8440              Date: Tue, 16 Jan 2001 13:52:48 +0000
8441              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
8442              
8443              Subject: Re: API Cleanup
8444              From: Simon Cozens <simon@cozens.net>
8445              Date: Tue, 16 Jan 2001 14:58:55 +0000
8446              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
8447              
8448              UTF-8 doc patches.
8449      Branch: perl
8450            ! embed.pl pod/perlapi.pod utf8.c
8451 ____________________________________________________________________________
8452 [  8451] By: jhi                                   on 2001/01/16  14:41:39
8453         Log: podlators 1.07, from Russ Allbery.
8454      Branch: perl
8455            ! lib/Pod/Man.pm
8456 ____________________________________________________________________________
8457 [  8450] By: jhi                                   on 2001/01/16  14:24:19
8458         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
8459              From: "Indy Singh" <indy@nusphere.com>
8460              Date: Mon, 15 Jan 2001 20:59:40 -0500
8461              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
8462      Branch: perl
8463            ! win32/Makefile
8464 ____________________________________________________________________________
8465 [  8449] By: jhi                                   on 2001/01/16  03:42:55
8466         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
8467              at the setting of the ofs_sv in new_struct_thread() as the
8468              thr->Tofs_sv (PL_ofs_sv) was still 0xabab...., SvREFCNT_inc()ing
8469              that invited a core dump.
8470      Branch: perl
8471            ! util.c
8472 ____________________________________________________________________________
8473 [  8448] By: jhi                                   on 2001/01/16  01:49:07
8474         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
8475              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
8476              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
8477              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
8478              
8479              Replace #8444 and #8445.
8480      Branch: perl
8481            ! ext/B/B.xs ext/B/B/Debug.pm
8482 ____________________________________________________________________________
8483 [  8447] By: jhi                                   on 2001/01/15  21:05:35
8484         Log: Subject: [PATCH] API Variable documentation   
8485              From: Simon Cozens <simon@cozens.net>
8486              Date: Mon, 15 Jan 2001 19:35:54 +0000
8487              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
8488      Branch: perl
8489            ! pod/perlapi.pod thrdvar.h
8490 ____________________________________________________________________________
8491 [  8446] By: jhi                                   on 2001/01/15  20:49:20
8492         Log: Signedness nit.
8493      Branch: perl
8494            ! pp_ctl.c
8495 ____________________________________________________________________________
8496 [  8445] By: jhi                                   on 2001/01/15  20:28:48
8497         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
8498      Branch: perl
8499            ! ext/B/B/Debug.pm
8500 ____________________________________________________________________________
8501 [  8444] By: jhi                                   on 2001/01/15  13:09:10
8502         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
8503      Branch: perl
8504            ! ext/B/B.xs
8505 ____________________________________________________________________________
8506 [  8443] By: jhi                                   on 2001/01/15  13:06:26
8507         Log: Missing from #8439.
8508      Branch: perl
8509            ! keywords.h mg.c
8510 ____________________________________________________________________________
8511 [  8442] By: jhi                                   on 2001/01/15  13:02:38
8512         Log: Subject: [PATCH @8436] Eliminate op_children
8513              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
8514              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
8515              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
8516              
8517              Subject: [PATCH @8436] Re: Eliminate op_children
8518              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
8519              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
8520              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
8521      Branch: perl
8522            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
8523            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
8524            ! op.c op.h
8525 ____________________________________________________________________________
8526 [  8441] By: jhi                                   on 2001/01/15  12:57:08
8527         Log: Use the /^Perl_/-less form of is_lvalue_sub().
8528      Branch: perl
8529            ! pp.h
8530 ____________________________________________________________________________
8531 [  8440] By: jhi                                   on 2001/01/15  05:13:09
8532         Log: Revert #8437 and #8438, the Linux large files story is more complex.
8533      Branch: metaconfig/U/perl
8534            ! d_fpos64_t.U d_off64_t.U
8535      Branch: perl
8536            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8537            ! config_h.SH configure.com epoc/config.sh perl.h
8538            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
8539            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
8540            ! win32/config.bc win32/config.gc win32/config.vc
8541 ____________________________________________________________________________
8542 [  8439] By: jhi                                   on 2001/01/15  05:02:24
8543         Log: More UTF-8 patches from Inaba Hiroto.
8544              - The substr lval was still not okay.
8545              - Now pp_stringify and sv_setsv copies source's UTF8 flag
8546              even if IN_BYTE.  pp_stringify is called from fold_constants
8547              at optimization phase and "\x{100}" was made SvUTF8_off under
8548              use bytes (the bytes pragma is for "byte semantics" and not
8549              for "do not produce UTF8 data")
8550              - New `qu' operator to generate UTF8 string explicitly.
8551              Though I agree with the policy "0x00-0xff always produce bytes",
8552              sometimes want to such a string to be coded in UTF8.
8553              I can use pack"U0a*" but it requires more typing and has
8554              runtime overhead.
8555              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
8556              change, the bug apears if a pm has PMdf_UTF8 flag but interpolated
8557              string is not UTF8_on and has char 0x80-0xff.
8558              
8559              TODO: document and test qu.
8560      Branch: perl
8561            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
8562            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
8563            ! toke.c
8564 ____________________________________________________________________________
8565 [  8438] By: jhi                                   on 2001/01/14  05:10:23
8566         Log: Metaconfig unit changes for #8437.
8567      Branch: metaconfig/U/perl
8568            ! d_fpos64_t.U d_off64_t.U
8569 ____________________________________________________________________________
8570 [  8437] By: jhi                                   on 2001/01/14  04:55:34
8571         Log: Add <features.h> probing, seems to be needed for (some?)
8572              Linux largefileness.
8573      Branch: perl
8574            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8575            ! config_h.SH configure.com epoc/config.sh perl.h
8576            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
8577            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
8578            ! win32/config.bc win32/config.gc win32/config.vc
8579 ____________________________________________________________________________
8580 [  8436] By: jhi                                   on 2001/01/13  17:47:21
8581         Log: Tighten some of the tests a bit.
8582      Branch: perl
8583            ! t/pragma/utf8.t
8584 ____________________________________________________________________________
8585 [  8435] By: jhi                                   on 2001/01/13  17:31:54
8586         Log: Integrate perlio.
8587      Branch: perl
8588           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
8589           !> win32/config_H.gc win32/config_H.vc
8590 ____________________________________________________________________________
8591 [  8434] By: nick                                  on 2001/01/13  11:36:53
8592         Log: Run dmake regen_config_h for Win32
8593      Branch: perlio
8594            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
8595 ____________________________________________________________________________
8596 [  8433] By: nick                                  on 2001/01/13  11:31:55
8597         Log: VMS friendly patch to Encode compile process
8598      Branch: perlio
8599            ! ext/Encode/Makefile.PL ext/Encode/compile
8600 ____________________________________________________________________________
8601 [  8432] By: nick                                  on 2001/01/13  11:06:44
8602         Log: Integrate mainline
8603      Branch: perlio
8604           +> ext/B/B/Concise.pm
8605           !> (integrate 52 files)
8606 ____________________________________________________________________________
8607 [  8431] By: jhi                                   on 2001/01/13  05:55:55
8608         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
8609              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
8610              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
8611              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
8612      Branch: perl
8613            ! ext/B/B/Concise.pm
8614 ____________________________________________________________________________
8615 [  8430] By: jhi                                   on 2001/01/13  04:24:18
8616         Log: The LVRET macro needed an aTHX.
8617      Branch: perl
8618            ! pp.h
8619 ____________________________________________________________________________
8620 [  8429] By: jhi                                   on 2001/01/13  02:12:42
8621         Log: Update Changes.
8622      Branch: perl
8623            ! Changes patchlevel.h
8624 ____________________________________________________________________________
8625 [  8428] By: jhi                                   on 2001/01/13  02:08:50
8626         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
8627              From: Peter Prymmer <pvhp@forte.com>
8628              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
8629              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
8630              
8631              Add a BEGIN guard for sloppy floating point division.
8632      Branch: perl
8633            ! lib/Math/BigInt.pm lib/bigint.pl
8634 ____________________________________________________________________________
8635 [  8427] By: jhi                                   on 2001/01/13  01:47:16
8636         Log: The B::Terse drop-in replacement wasn't quite drop-in.
8637      Branch: perl
8638            ! ext/B/B/Terse.pm
8639 ____________________________________________________________________________
8640 [  8426] By: jhi                                   on 2001/01/12  21:20:43
8641         Log: Use UVXf.
8642      Branch: perl
8643            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8644            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
8645            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
8646            ! vos/config.ga.def vos/config.ga.h win32/config.bc
8647            ! win32/config.gc win32/config.vc
8648 ____________________________________________________________________________
8649 [  8425] By: jhi                                   on 2001/01/12  20:20:14
8650         Log: Subject: [PATCH perl@8342] -Wformat
8651              From: Robin Barker <rmb1@cise.npl.co.uk>
8652              Date: Fri, 12 Jan 2001 20:03:14 GMT
8653              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
8654      Branch: perl
8655            ! ext/Encode/Encode.xs mg.c sv.c toke.c
8656 ____________________________________________________________________________
8657 [  8424] By: jhi                                   on 2001/01/12  20:01:48
8658         Log: Subject: B::Concise -- an improved replacement for B::Terse 
8659              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
8660              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
8661              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
8662      Branch: perl
8663            + ext/B/B/Concise.pm
8664            ! MANIFEST ext/B/B/Terse.pm
8665 ____________________________________________________________________________
8666 [  8423] By: jhi                                   on 2001/01/12  19:24:02
8667         Log: The new metaconfig unit from the #8421.
8668      Branch: metaconfig/U/perl
8669            + d_sigprocmask.U
8670 ____________________________________________________________________________
8671 [  8422] By: jhi                                   on 2001/01/12  19:23:43
8672         Log: Forgot the microperl config from the #8421.
8673      Branch: perl
8674            ! uconfig.h uconfig.sh
8675 ____________________________________________________________________________
8676 [  8421] By: jhi                                   on 2001/01/12  19:05:27
8677         Log: Add sigprocmask() probe, regen Configure, regen toc.
8678      Branch: perl
8679            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8680            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
8681            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
8682            ! vos/config.ga.h win32/config.bc win32/config.gc
8683            ! win32/config.vc
8684 ____________________________________________________________________________
8685 [  8420] By: jhi                                   on 2001/01/12  18:34:31
8686         Log: Add sockatmark() to the todo list.
8687      Branch: perl
8688            ! Todo-5.6
8689 ____________________________________________________________________________
8690 [  8419] By: jhi                                   on 2001/01/12  18:09:46
8691         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
8692      Branch: perl
8693            ! op.c
8694 ____________________________________________________________________________
8695 [  8418] By: jhi                                   on 2001/01/12  18:05:30
8696         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
8697              From: Radu Greab <radu@netsoft.ro>
8698              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
8699              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
8700      Branch: perl
8701            ! op.c t/pragma/sub_lval.t
8702 ____________________________________________________________________________
8703 [  8417] By: jhi                                   on 2001/01/12  16:09:09
8704         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
8705              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
8706              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
8707              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
8708      Branch: perl
8709            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
8710            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
8711            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
8712            ! t/pragma/sub_lval.t toke.c
8713 ____________________________________________________________________________
8714 [  8416] By: jhi                                   on 2001/01/12  15:42:06
8715         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
8716              From: "Richard Soderberg" <rs@crystalflame.net>
8717              Date: Fri, 12 Jan 2001 04:49:35 -0800
8718              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
8719              
8720              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
8721              according to the platform.
8722      Branch: perl
8723            ! op.c
8724 ____________________________________________________________________________
8725 [  8415] By: jhi                                   on 2001/01/12  15:33:41
8726         Log: One more UTF-8 fix from Inaba Hiroto.
8727      Branch: perl
8728            ! pp.c regexec.c t/pragma/utf8.t
8729 ____________________________________________________________________________
8730 [  8414] By: jhi                                   on 2001/01/12  15:30:18
8731         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
8732      Branch: perl
8733            ! regexec.c
8734 ____________________________________________________________________________
8735 [  8413] By: jhi                                   on 2001/01/12  15:22:10
8736         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
8737              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
8738              Date: Thu, 11 Jan 2001 12:53:36 +0100
8739              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
8740      Branch: perl
8741            ! toke.c
8742 ____________________________________________________________________________
8743 [  8412] By: jhi                                   on 2001/01/12  15:20:25
8744         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
8745              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
8746              Date: Fri, 12 Jan 2001 14:37:55 +0100
8747              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
8748      Branch: perl
8749            ! hints/posix-bc.sh
8750 ____________________________________________________________________________
8751 [  8411] By: jhi                                   on 2001/01/12  15:14:14
8752         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
8753              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
8754              Date: Fri, 12 Jan 2001 10:42:21 +0100
8755              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
8756      Branch: perl
8757            ! t/op/regmesg.t
8758 ____________________________________________________________________________
8759 [  8410] By: jhi                                   on 2001/01/12  05:48:55
8760         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
8761              From: Nicholas Clark <nick@ccl4.org> 
8762              Date: Sun, 7 Jan 2001 19:47:14 +0000
8763              Message-ID: <20010107194714.B1048@plum.flirble.org>
8764      Branch: perl
8765            ! t/op/numconvert.t
8766 ____________________________________________________________________________
8767 [  8409] By: jhi                                   on 2001/01/12  05:41:28
8768         Log: Integrate perlio.
8769      Branch: perl
8770           !> mg.c scope.h
8771 ____________________________________________________________________________
8772 [  8408] By: nick                                  on 2001/01/11  22:43:28
8773         Log: Remove variables that were used in experiments.
8774      Branch: perlio
8775            ! mg.c
8776 ____________________________________________________________________________
8777 [  8407] By: nick                                  on 2001/01/11  20:57:44
8778         Log: Catch die in %SIG handler and unblock the signal before re-dying.
8779              This make Linux work _without_ sigsetjmp().
8780              Turn off sigsetjmp() to see what else it does.
8781              May need Configure probe for sigprocmask() if anything has sigaction()
8782              but not sigprocmask().
8783      Branch: perlio
8784            ! mg.c scope.h
8785 ____________________________________________________________________________
8786 [  8406] By: nick                                  on 2001/01/11  19:32:07
8787         Log: Integrate mainline
8788      Branch: perlio
8789           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
8790           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
8791           !> t/op/substr.t
8792 ____________________________________________________________________________
8793 [  8405] By: jhi                                   on 2001/01/11  17:11:01
8794         Log: Fix UTF-8 lval substr().
8795      Branch: perl
8796            ! mg.c t/op/substr.t
8797 ____________________________________________________________________________
8798 [  8404] By: jhi                                   on 2001/01/11  05:13:58
8799         Log: Update Changes.
8800      Branch: perl
8801            ! Changes patchlevel.h
8802 ____________________________________________________________________________
8803 [  8403] By: jhi                                   on 2001/01/11  04:38:24
8804         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
8805              From: Hugo <hv@crypt.compulink.co.uk>
8806              Date: Mon, 30 Oct 2000 01:33:26 +0000
8807              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
8808      Branch: perl
8809            ! regexec.c t/op/re_tests
8810 ____________________________________________________________________________
8811 [  8402] By: jhi                                   on 2001/01/11  04:26:12
8812         Log: Integrate perlio.
8813      Branch: perl
8814           !> scope.h util.c
8815 ____________________________________________________________________________
8816 [  8401] By: nick                                  on 2001/01/10  22:52:55
8817         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
8818              (So Alan and Ilya can try setting via hints.)
8819              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
8820              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
8821              doing the save everywhere seems to restart read() correctly, but just
8822              doing it once "round" the handler does not.
8823      Branch: perlio
8824            ! scope.h
8825 ____________________________________________________________________________
8826 [  8400] By: jhi                                   on 2001/01/10  21:57:54
8827         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
8828              of IRIX, HP-UX is unaffected.
8829      Branch: perl
8830            ! perl.h
8831 ____________________________________________________________________________
8832 [  8399] By: nick                                  on 2001/01/10  21:29:19
8833         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
8834      Branch: perlio
8835            ! util.c
8836 ____________________________________________________________________________
8837 [  8398] By: jhi                                   on 2001/01/10  20:55:31
8838         Log: Add ReuseAddr as a (preferred) alias for Reuse as we now
8839              also have ReusePort.
8840      Branch: perl
8841            ! ext/IO/lib/IO/Socket/INET.pm
8842 ____________________________________________________________________________
8843 [  8397] By: jhi                                   on 2001/01/10  20:50:57
8844         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
8845              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
8846              Date: Wed, 10 Jan 2001 01:38:13 -0800
8847              Message-ID: <20010110013813.B41744@yahoo-inc.com>
8848      Branch: perl
8849            ! ext/IO/lib/IO/Socket/INET.pm
8850 ____________________________________________________________________________
8851 [  8396] By: jhi                                   on 2001/01/10  20:49:30
8852         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
8853              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
8854              Date: Wed, 10 Jan 2001 01:37:32 -0800
8855              Message-ID: <20010110013732.A41744@yahoo-inc.com>
8856      Branch: perl
8857            ! ext/Socket/Socket.pm
8858 ____________________________________________________________________________
8859 [  8395] By: jhi                                   on 2001/01/10  20:41:37
8860         Log: Test for bug id 20010105.016 (fixed by #8378).
8861      Branch: perl
8862            ! t/op/split.t
8863 ____________________________________________________________________________
8864 [  8394] By: jhi                                   on 2001/01/10  20:26:32
8865         Log: Integrate perlio.
8866      Branch: perl
8867            ! util.c
8868 ____________________________________________________________________________
8869 [  8393] By: nick                                  on 2001/01/10  19:34:30
8870         Log: Back out Simon's pid hackery for now.
8871      Branch: perlio
8872            ! util.c
8873 ____________________________________________________________________________
8874 [  8392] By: nick                                  on 2001/01/10  19:23:13
8875         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
8876      Branch: perlio
8877           !> (integrate 29 files)
8878 ____________________________________________________________________________
8879 [  8391] By: jhi                                   on 2001/01/10  18:43:15
8880         Log: Subject: [PATCH] Fix my_pclose segfault
8881              From: Simon Cozens <simon@cozens.net>
8882              Date: Wed, 10 Jan 2001 18:39:35 +0000
8883              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
8884      Branch: perl
8885            ! util.c
8886 ____________________________________________________________________________
8887 [  8390] By: jhi                                   on 2001/01/10  18:42:08
8888         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
8889              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
8890              Date:     Wed, 10 Jan 2001 13:23:02 EST
8891              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
8892      Branch: perl
8893            ! ext/Opcode/Opcode.xs
8894 ____________________________________________________________________________
8895 [  8389] By: jhi                                   on 2001/01/10  15:16:07
8896         Log: Turn off the integer preservation for now.
8897      Branch: perl
8898            ! perl.h
8899 ____________________________________________________________________________
8900 [  8388] By: jhi                                   on 2001/01/10  15:01:25
8901         Log: Few more IDE/editor nits from p5p.
8902      Branch: perl
8903            ! pod/perlfaq3.pod
8904 ____________________________________________________________________________
8905 [  8387] By: jhi                                   on 2001/01/10  06:53:16
8906         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
8907              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
8908              Date: Tue, 9 Jan 2001 23:16:02 +0000
8909              Message-ID: <20010109231602.A81101@plum.flirble.org>
8910      Branch: perl
8911            ! sv.c
8912 ____________________________________________________________________________
8913 [  8386] By: jhi                                   on 2001/01/10  03:17:54
8914         Log: Test cases for #8385 (from Simon's "torture.pl")
8915      Branch: perl
8916            ! t/op/tr.t
8917 ____________________________________________________________________________
8918 [  8385] By: jhi                                   on 2001/01/10  03:17:11
8919         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
8920              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
8921              Date: Wed, 10 Jan 2001 11:39:39 +0900
8922              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
8923              
8924              Some more UTF-8 tr cases fixed.
8925      Branch: perl
8926            ! doop.c
8927 ____________________________________________________________________________
8928 [  8384] By: jhi                                   on 2001/01/09  22:45:40
8929         Log: Allow the locale test needing POSIX and the taint test
8930              needing IPC::SysV to run under 'minitest' (basically,
8931              bail out if loading the extension fails)
8932      Branch: perl
8933            ! t/op/misc.t t/op/taint.t
8934 ____________________________________________________________________________
8935 [  8383] By: jhi                                   on 2001/01/09  21:36:04
8936         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
8937              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
8938              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
8939              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
8940      Branch: perl
8941            ! t/io/openpid.t
8942 ____________________________________________________________________________
8943 [  8382] By: jhi                                   on 2001/01/09  21:06:08
8944         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
8945              Should finish up the bug id 20001205.022.
8946      Branch: perl
8947            ! pp.c pp_hot.c scope.c
8948 ____________________________________________________________________________
8949 [  8381] By: jhi                                   on 2001/01/09  18:27:43
8950         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
8951              From: Andy Dougherty <doughera@lafayette.edu>
8952              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
8953              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
8954              
8955              More robust yacc/bison error detection.
8956      Branch: perl
8957            ! t/comp/proto.t
8958 ____________________________________________________________________________
8959 [  8380] By: jhi                                   on 2001/01/09  15:21:38
8960         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
8961              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
8962              Date:     Tue, 9 Jan 2001 07:53:55 EST
8963              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
8964      Branch: perl
8965            ! t/op/misc.t vms/test.com
8966 ____________________________________________________________________________
8967 [  8379] By: jhi                                   on 2001/01/09  15:20:38
8968         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
8969              From: jhi@cc.hut.fi
8970              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
8971              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
8972              
8973              The #8378 fixed this.
8974      Branch: perl
8975            ! t/op/tr.t
8976 ____________________________________________________________________________
8977 [  8378] By: jhi                                   on 2001/01/09  15:05:32
8978         Log: Subject: One more patch for UTF8 
8979              From: Inaba Hiroto <inaba@st.rim.or.jp>
8980              Date: Tue, 09 Jan 2001 01:04:32 +0900
8981              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
8982              
8983              UTF-8 fixes for 'x' and tr///.
8984      Branch: perl
8985            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
8986            ! regcomp.c regexec.c toke.c utf8.c
8987 ____________________________________________________________________________
8988 [  8377] By: jhi                                   on 2001/01/09  14:32:17
8989         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
8990      Branch: perl
8991            ! t/op/length.t
8992 ____________________________________________________________________________
8993 [  8376] By: jhi                                   on 2001/01/09  04:32:32
8994         Log: integrate changes #7775, #8316, #8316 from mainline
8995      Branch: maint-5.6/perl
8996            ! hints/solaris_2.sh
8997 ____________________________________________________________________________
8998 [  8375] By: jhi                                   on 2001/01/09  04:26:43
8999         Log: Update Changes.
9000      Branch: perl
9001            ! Changes patchlevel.h
9002 ____________________________________________________________________________
9003 [  8374] By: jhi                                   on 2001/01/09  04:14:32
9004         Log: IDE/editor section tweaking.
9005      Branch: perl
9006            ! pod/perlfaq3.pod
9007 ____________________________________________________________________________
9008 [  8373] By: jhi                                   on 2001/01/09  02:38:26
9009         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
9010              From: Peter Prymmer <pvhp@forte.com>
9011              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
9012              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
9013              
9014              In preparation os OS/390 dynamic loading.
9015      Branch: perl
9016            ! README.os390 hints/os390.sh
9017 ____________________________________________________________________________
9018 [  8372] By: jhi                                   on 2001/01/09  00:24:30
9019         Log: Integrate with perlio.
9020      Branch: perl
9021           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
9022 ____________________________________________________________________________
9023 [  8371] By: nick                                  on 2001/01/08  23:54:33
9024         Log: Fix "scalars leaked" bugs caused by overload magic
9025              (Highlighted by Ilya's DESTROY optimization.)
9026      Branch: perlio
9027            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
9028 ____________________________________________________________________________
9029 [  8370] By: nick                                  on 2001/01/08  20:19:41
9030         Log: Integrate mainline
9031      Branch: perlio
9032           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
9033           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
9034           !> t/op/64bitint.t
9035 ____________________________________________________________________________
9036 [  8369] By: jhi                                   on 2001/01/08  17:30:52
9037         Log: save_delete() Safefree() doesn't (anymore?) work with shared
9038              strings, one test failure in op/misc and almost all of lib/b.
9039              (Outcomments #8369.)
9040      Branch: perl
9041            ! scope.c
9042 ____________________________________________________________________________
9043 [  8368] By: jhi                                   on 2001/01/08  14:47:10
9044         Log: (Outcommented by #8369.)
9045              
9046              Subject: Re: Perl BugID 20001205.022 ---- save_delete
9047              From: Simon Cozens <simon@cozens.net>
9048              Date: Sat, 6 Jan 2001 11:48:40 +0000
9049              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
9050              
9051              The save_delete() does need the Safefree.
9052      Branch: perl
9053            ! scope.c
9054 ____________________________________________________________________________
9055 [  8367] By: bailey                                on 2001/01/08  08:53:52
9056         Log: Once again syncing after too long an absence
9057      Branch: vmsperl
9058           +> (branch 55 files)
9059            - MAINTAIN fix_pl vos/config.def vos/config.h
9060            - vos/config_h.SH_orig
9061           !> (integrate 498 files)
9062 ____________________________________________________________________________
9063 [  8366] By: jhi                                   on 2001/01/08  02:42:59
9064         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
9065              From: nick@ccl4.org
9066              Date: Sun, 7 Jan 2001 21:07:18 +0000
9067              Message-Id: <20010107210717.D1048@plum.flirble.org>
9068      Branch: perl
9069            ! sv.c t/op/64bitint.t
9070 ____________________________________________________________________________
9071 [  8365] By: jhi                                   on 2001/01/08  02:35:16
9072         Log: Subject: [PATCH] environ nit
9073              From: Simon Cozens <simon@cozens.net>
9074              Date: Sun, 7 Jan 2001 17:57:07 +0000
9075              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
9076              
9077              Use environ only if we have it.
9078      Branch: perl
9079            ! mg.c
9080 ____________________________________________________________________________
9081 [  8364] By: jhi                                   on 2001/01/08  02:24:51
9082         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
9083      Branch: perl
9084            ! ext/GDBM_File/GDBM_File.xs
9085 ____________________________________________________________________________
9086 [  8363] By: jhi                                   on 2001/01/08  02:19:24
9087         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
9088              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
9089              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
9090              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
9091      Branch: perl
9092            ! dump.c op.c
9093 ____________________________________________________________________________
9094 [  8362] By: jhi                                   on 2001/01/08  02:17:43
9095         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
9096              From: Doug MacEachern <dougm@covalent.net>
9097              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
9098              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
9099              
9100              Allow AUTOLOAD to be an xsub and allow such xsubs
9101              to avoid use of $AUTOLOAD.
9102      Branch: perl
9103            ! gv.c
9104 ____________________________________________________________________________
9105 [  8361] By: jhi                                   on 2001/01/08  02:16:07
9106         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
9107              From: Radu Greab <radu@netsoft.ro>
9108              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
9109              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
9110              
9111              No need for the potentially unportable $SIG{CHLD}.
9112      Branch: perl
9113            ! t/io/pipe.t
9114 ____________________________________________________________________________
9115 [  8360] By: jhi                                   on 2001/01/08  01:58:23
9116         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
9117      Branch: perl
9118            ! lib/Getopt/Long.pm
9119 ____________________________________________________________________________
9120 [  8359] By: jhi                                   on 2001/01/08  01:55:44
9121         Log: Integrate perlio.
9122      Branch: perl
9123           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
9124           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
9125           !> utf8.c win32/Makefile
9126 ____________________________________________________________________________
9127 [  8358] By: jhi                                   on 2001/01/07  21:16:50
9128         Log: Update the EPOC cross SDK URL.
9129      Branch: perl
9130            ! README.epoc
9131 ____________________________________________________________________________
9132 [  8357] By: jhi                                   on 2001/01/07  21:16:09
9133         Log: Update the EPOC cross SDK URL.
9134      Branch: maint-5.6/perl
9135            ! README.epoc
9136 ____________________________________________________________________________
9137 [  8356] By: nick                                  on 2001/01/06  21:47:52
9138         Log: FILE * in XS code for PerlIO world:
9139              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
9140              - Add FILE * T_STDIO typemap.
9141              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
9142      Branch: perlio
9143            ! lib/ExtUtils/typemap perlio.c perlio.h
9144 ____________________________________________________________________________
9145 [  8355] By: jhi                                   on 2001/01/06  20:27:15
9146         Log: integrate change #8336 from mainline
9147              
9148              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
9149      Branch: maint-5.6/perl
9150            ! hv.c
9151 ____________________________________________________________________________
9152 [  8354] By: jhi                                   on 2001/01/06  20:24:29
9153         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
9154              From: Robin Barker <rmb1@cise.npl.co.uk>
9155              Date: Fri, 22 Dec 2000 12:17:38 GMT
9156              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
9157              
9158              The patch reformats some long =item lines so they give
9159              correct output via pod2man | nroff -man
9160              
9161              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
9162              From: Robin Barker <rmb1@cise.npl.co.uk>
9163              Date: Tue, 2 Jan 2001 15:35:03 GMT
9164              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
9165              
9166              Here is a _further_ patch which corrects a few more errors:
9167              * an empty C<=item> in CPAN.pm
9168              * patching the wrong file (pod/perlamiga.pod not README.amiga)
9169              * leaving empty C<=item>s which formatted incorrectly
9170              * over long C<=item>s revealed by latest patch to Pod::Man
9171      Branch: maint-5.6/perl
9172            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
9173            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
9174            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
9175            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
9176            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
9177            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
9178 ____________________________________________________________________________
9179 [  8353] By: jhi                                   on 2001/01/06  20:21:10
9180         Log: integrate changes #7980, 7990, 8056, 8057 from mainline
9181              
9182              UTF-8 hash keys.
9183      Branch: maint-5.6/perl
9184            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
9185 ____________________________________________________________________________
9186 [  8352] By: jhi                                   on 2001/01/06  20:18:44
9187         Log: Forgotten from #8438.
9188      Branch: maint-5.6/perl
9189            ! epoc/epocish.h
9190 ____________________________________________________________________________
9191 [  8351] By: jhi                                   on 2001/01/06  20:18:12
9192         Log: Forgotten from #8347.
9193      Branch: maint-5.6/perl
9194            ! config_h.SH
9195 ____________________________________________________________________________
9196 [  8350] By: jhi                                   on 2001/01/06  20:00:19
9197         Log: Thinko in #8347.
9198      Branch: maint-5.6/perl
9199            ! regcomp.c
9200 ____________________________________________________________________________
9201 [  8349] By: jhi                                   on 2001/01/06  18:05:30
9202         Log: Copy the FAQ3 IDE section from the development branch,
9203              changes originally by Peter Prymmer.
9204      Branch: maint-5.6/perl
9205            ! pod/perlfaq3.pod
9206 ____________________________________________________________________________
9207 [  8348] By: jhi                                   on 2001/01/06  18:03:02
9208         Log: EPOC updates for TRIAL1.
9209              
9210              Subject: [5.6.1 trial1] EPOC update
9211              From: Olaf Flebbe <O.Flebbe@science-computing.de>
9212              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
9213              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
9214              
9215              Subject: epoc patch2 for perl-5.6.1-trial1
9216              From: Olaf Flebbe <O.Flebbe@science-computing.de>
9217              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
9218              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
9219      Branch: maint-5.6/perl
9220            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
9221            ! epoc/epocish.c
9222 ____________________________________________________________________________
9223 [  8347] By: jhi                                   on 2001/01/06  17:29:10
9224         Log: integrate changes #7710,7824,7973 from mainline,
9225              plus VMS nits from Peter Prymmer and Dan Sugalski.
9226              
9227              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
9228              library (getprotobyname and getprotobynumber are outversioned by
9229              the same calls in libc, at least for xlc version 3.
9230              
9231              Add HAS_SBRK_PROTO.
9232              
9233              Fixes for signedness warnings noticed by VMSperlers.
9234      Branch: maint-5.6/perl
9235            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9236            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
9237            ! sv.c vms/descrip_mms.template vos/config.alpha.def
9238            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
9239            ! win32/config.bc win32/config.gc win32/config.vc
9240 ____________________________________________________________________________
9241 [  8346] By: nick                                  on 2001/01/06  14:36:01
9242         Log: Fixup accumulated integrate muddles (perlio == devperl again)
9243      Branch: perlio
9244            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
9245 ____________________________________________________________________________
9246 [  8345] By: nick                                  on 2001/01/06  14:24:58
9247         Log: Integrate mainline
9248      Branch: perlio
9249           !> (integrate 55 files)
9250 ____________________________________________________________________________
9251 [  8344] By: jhi                                   on 2001/01/06  02:24:02
9252         Log: Subject: [patch] PerlIO_cleanup() prototype
9253              From: Doug MacEachern <dougm@covalent.net>
9254              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
9255              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
9256      Branch: perl
9257            ! perlio.h
9258 ____________________________________________________________________________
9259 [  8343] By: jhi                                   on 2001/01/06  01:04:09
9260         Log: IRIX compiler noticed that the bof initialization might be
9261              bypassed by control flow.
9262      Branch: perl
9263            ! toke.c
9264 ____________________________________________________________________________
9265 [  8342] By: jhi                                   on 2001/01/06  00:10:48
9266         Log: Update Changes.
9267      Branch: perl
9268            ! Changes patchlevel.h
9269 ____________________________________________________________________________
9270 [  8341] By: jhi                                   on 2001/01/05  23:52:33
9271         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
9272      Branch: perl
9273            ! toke.c
9274 ____________________________________________________________________________
9275 [  8340] By: jhi                                   on 2001/01/05  22:44:08
9276         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
9277              From: Radu Greab <radu@netsoft.ro>
9278              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
9279              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
9280      Branch: perl
9281            ! t/io/pipe.t util.c
9282 ____________________________________________________________________________
9283 [  8339] By: jhi                                   on 2001/01/05  22:35:17
9284         Log: Subject: [PATCH] format and rewording in perlfaq.pod
9285              From: Robin Barker <rmb1@cise.npl.co.uk>
9286              Date: Fri, 5 Jan 2001 18:51:20 GMT
9287              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
9288      Branch: perl
9289            ! pod/perlfaq.pod
9290 ____________________________________________________________________________
9291 [  8338] By: jhi                                   on 2001/01/05  22:31:17
9292         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
9293              From: Peter Prymmer <pvhp@forte.com>
9294              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
9295              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
9296      Branch: perl
9297            ! utils/perlbug.PL
9298 ____________________________________________________________________________
9299 [  8337] By: jhi                                   on 2001/01/05  18:15:11
9300         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
9301              From: Robin Barker <rmb1@cise.npl.co.uk>
9302              Date: Tue, 2 Jan 2001 15:24:07 GMT
9303              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
9304              
9305              If you call configure as C<./Configure> or C<sh ./Configure>,
9306              $src is set to the absolute path name, not '.'.
9307              
9308              This, in turn, means -Dmksymlink tries to do its stuff because
9309              it does not think it is in the src directory.
9310              
9311              (plus a metaconfig nitfix)
9312      Branch: metaconfig
9313            ! U/compline/ccflags.U U/modified/src.U
9314      Branch: perl
9315            ! Configure config_h.SH
9316 ____________________________________________________________________________
9317 [  8336] By: jhi                                   on 2001/01/05  17:48:32
9318         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
9319              From: Alan Burlison <Alan.Burlison@uk.sun.com>
9320              Message-ID: <3A5606C4.473D2226@uk.sun.com>
9321              Date: Fri, 05 Jan 2001 17:39:16 +0000
9322      Branch: perl
9323            ! hv.c
9324 ____________________________________________________________________________
9325 [  8335] By: jhi                                   on 2001/01/05  16:05:44
9326         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
9327      Branch: perl
9328            ! lib/Getopt/Long.pm
9329 ____________________________________________________________________________
9330 [  8334] By: jhi                                   on 2001/01/05  16:00:51
9331         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
9332              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
9333              Date: Fri, 05 Jan 2001 13:46:51 +0100
9334              Message-ID: <13693.978698811@nice.ram.loc>
9335              
9336              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
9337              accurate reading of the "atime".  
9338      Branch: perl
9339            ! t/io/fs.t
9340 ____________________________________________________________________________
9341 [  8333] By: jhi                                   on 2001/01/05  15:57:37
9342         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
9343              From: Simon Cozens <simon@cozens.net>
9344              Date: Fri, 8 Dec 2000 13:33:31 +0000
9345              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
9346              
9347              A lost patch fragment.
9348      Branch: perl
9349            ! doop.c
9350 ____________________________________________________________________________
9351 [  8332] By: jhi                                   on 2001/01/05  15:40:42
9352         Log: Do away with strncpy() and a fixed length buffer.
9353      Branch: perl
9354            ! utf8.c
9355 ____________________________________________________________________________
9356 [  8331] By: jhi                                   on 2001/01/05  15:03:07
9357         Log: Tests for #8329 and #8330.
9358      Branch: perl
9359            ! t/op/bop.t
9360 ____________________________________________________________________________
9361 [  8330] By: jhi                                   on 2001/01/05  15:02:38
9362         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
9363              raw 8-bit form to the UTF-8 string.
9364      Branch: perl
9365            ! toke.c
9366 ____________________________________________________________________________
9367 [  8329] By: jhi                                   on 2001/01/05  14:55:13
9368         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
9369              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
9370              Date: Fri, 5 Jan 2001 12:28:52 +0100
9371              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
9372              
9373              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
9374              no effect.  (changed the strncpy() to Copy())
9375      Branch: perl
9376            ! toke.c
9377 ____________________________________________________________________________
9378 [  8328] By: jhi                                   on 2001/01/05  06:44:27
9379         Log: UTF-8 cleanup.
9380      Branch: perl
9381            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
9382            ! regexec.c sv.c toke.c
9383 ____________________________________________________________________________
9384 [  8327] By: jhi                                   on 2001/01/05  01:11:29
9385         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')
9386              From: Radu Greab <radu@netsoft.ro>
9387              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
9388              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
9389              
9390              Cleans up Harness to not use FileHandle, which uses IO.
9391      Branch: perl
9392            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
9393 ____________________________________________________________________________
9394 [  8326] By: jhi                                   on 2001/01/05  00:56:37
9395         Log: Update Changes.
9396      Branch: perl
9397            ! Changes patchlevel.h
9398 ____________________________________________________________________________
9399 [  8325] By: jhi                                   on 2001/01/05  00:53:18
9400         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
9401              From: Peter Prymmer <pvhp@forte.com>
9402              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
9403              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
9404              
9405              plus a couple more tailing whitespace removals.
9406      Branch: perl
9407            ! win32/Makefile
9408 ____________________________________________________________________________
9409 [  8324] By: jhi                                   on 2001/01/05  00:47:39
9410         Log: Add some Unicode chop() tests.
9411      Branch: perl
9412            ! t/op/chop.t
9413 ____________________________________________________________________________
9414 [  8323] By: jhi                                   on 2001/01/05  00:47:23
9415         Log: Unify UTF-8 malformedness handling.
9416      Branch: perl
9417            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
9418 ____________________________________________________________________________
9419 [  8322] By: jhi                                   on 2001/01/04  22:21:54
9420         Log: The new $issymlink was unknown to Mksymlinks.
9421      Branch: metaconfig/U/perl
9422            ! Mksymlinks.U issymlink.U
9423      Branch: perl
9424            ! Configure config_h.SH
9425 ____________________________________________________________________________
9426 [  8321] By: jhi                                   on 2001/01/04  21:51:05
9427         Log: The test didn't work under the core test framework.
9428      Branch: perl
9429            ! t/lib/st-lock.t
9430 ____________________________________________________________________________
9431 [  8320] By: jhi                                   on 2001/01/04  21:14:22
9432         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
9433      Branch: perl
9434            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
9435 ____________________________________________________________________________
9436 [  8319] By: jhi                                   on 2001/01/04  20:46:17
9437         Log: Typo in #8312 when manually appying a problematic patch fragment.
9438      Branch: perl
9439            ! ext/Storable/Storable.xs
9440 ____________________________________________________________________________
9441 [  8318] By: jhi                                   on 2001/01/04  20:43:01
9442         Log: The $sh_c didn't fly.
9443      Branch: metaconfig
9444            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
9445            ! U/modified/Loc.U U/modified/myhostname.U
9446            ! U/modified/spitshell.U
9447      Branch: metaconfig/U/perl
9448            ! issymlink.U
9449      Branch: perl
9450            ! Configure config_h.SH
9451 ____________________________________________________________________________
9452 [  8317] By: jhi                                   on 2001/01/04  19:58:01
9453         Log: AIX builtin test -h is broken, changes based on
9454              
9455              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
9456              Date: Tue, 02 Jan 2001 11:24:39 +0100
9457              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9458              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
9459      Branch: metaconfig
9460            + U/modified/spitshell.U
9461            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
9462            ! U/modified/Loc.U U/modified/myhostname.U
9463      Branch: metaconfig/U/perl
9464            ! Mksymlinks.U issymlink.U
9465      Branch: perl
9466            ! Configure
9467 ____________________________________________________________________________
9468 [  8316] By: jhi                                   on 2001/01/04  19:02:22
9469         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
9470              From: Andy Dougherty <doughera@lafayette.edu>
9471              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
9472              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
9473              
9474              Beware of GNU ld.
9475      Branch: perl
9476            ! hints/solaris_2.sh
9477 ____________________________________________________________________________
9478 [  8315] By: jhi                                   on 2001/01/04  18:56:48
9479         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
9480              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
9481              Date: Wed, 3 Jan 2001 07:58:51 +0100
9482              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
9483      Branch: perl
9484            ! hints/solaris_2.sh
9485 ____________________________________________________________________________
9486 [  8314] By: jhi                                   on 2001/01/04  18:54:07
9487         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
9488              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
9489              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
9490              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
9491              
9492              Doc tweak on #8313.
9493      Branch: perl
9494            ! ext/B/B/Deparse.pm
9495 ____________________________________________________________________________
9496 [  8313] By: jhi                                   on 2001/01/04  18:52:27
9497         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
9498              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
9499              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
9500              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
9501              
9502              Make the peephole optimizer to bypass more null ops and
9503              and rewrite the deparse handling of continue blocks.
9504      Branch: perl
9505            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
9506 ____________________________________________________________________________
9507 [  8312] By: jhi                                   on 2001/01/04  18:47:39
9508         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
9509      Branch: perl
9510            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
9511            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
9512            ! t/lib/st-lock.t
9513 ____________________________________________________________________________
9514 [  8311] By: jhi                                   on 2001/01/04  18:36:08
9515         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
9516              filter to be run on each .pm during the pm_to_blib() phase,
9517              a fixed version of
9518              
9519              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
9520              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
9521              Date: Wed, 03 Jan 2001 22:01:30 +0100
9522              Message-ID: <5296.978555690@nice.ram.loc>
9523      Branch: perl
9524            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
9525            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
9526            ! lib/ExtUtils/MakeMaker.pm
9527 ____________________________________________________________________________
9528 [  8310] By: jhi                                   on 2001/01/04  18:32:54
9529         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
9530              From: Robin Barker <rmb1@cise.npl.co.uk>
9531              Date: Tue, 2 Jan 2001 15:35:03 GMT
9532              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
9533      Branch: perl
9534            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
9535            ! pod/perlrequick.pod
9536 ____________________________________________________________________________
9537 [  8309] By: jhi                                   on 2001/01/04  18:29:07
9538         Log: Subject: Re: [patch] static-ize XS()
9539              From: Doug MacEachern <dougm@covalent.net>
9540              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
9541              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
9542              
9543              Provide prototypes for the XS functions.
9544      Branch: perl
9545            ! lib/ExtUtils/xsubpp
9546 ____________________________________________________________________________
9547 [  8308] By: jhi                                   on 2001/01/04  18:27:44
9548         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
9549              From: Doug MacEachern <dougm@covalent.net>
9550              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
9551              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
9552      Branch: perl
9553            ! lib/ExtUtils/typemap
9554 ____________________________________________________________________________
9555 [  8307] By: jhi                                   on 2001/01/04  18:25:25
9556         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
9557              From: Doug MacEachern <dougm@covalent.net>
9558              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
9559              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
9560              
9561              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
9562      Branch: perl
9563            ! lib/ExtUtils/MM_Unix.pm
9564 ____________________________________________________________________________
9565 [  8306] By: jhi                                   on 2001/01/04  18:23:00
9566         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
9567              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
9568              Date: Thu, 4 Jan 2001 12:47:10 +0100 
9569              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
9570              
9571              The toke.c part only, patching embed.h and proto.h is futile.
9572      Branch: perl
9573            ! toke.c
9574 ____________________________________________________________________________
9575 [  8305] By: jhi                                   on 2001/01/04  18:05:51
9576         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
9577              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
9578              Date: Thu, 4 Jan 2001 17:50:12 +0100 
9579              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
9580      Branch: perl
9581            ! toke.c
9582 ____________________________________________________________________________
9583 [  8304] By: jhi                                   on 2001/01/04  18:03:26
9584         Log: Subject: [PATCH perl@8269]
9585              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
9586              Date: Thu, 4 Jan 2001 12:53:39 +0100 
9587              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
9588              
9589              If running byacc write-enable also perly.h.
9590      Branch: perl
9591            ! Makefile.SH
9592 ____________________________________________________________________________
9593 [  8303] By: jhi                                   on 2001/01/04  15:40:49
9594         Log: Rewrite pp_concat() in terms of sv_catsv().
9595      Branch: perl
9596            ! pp_hot.c
9597 ____________________________________________________________________________
9598 [  8302] By: nick                                  on 2001/01/03  22:43:22
9599         Log: Integrate mainline.
9600      Branch: perlio
9601           !> ext/Encode/Encode.xs sv.c utf8.c
9602 ____________________________________________________________________________
9603 [  8301] By: jhi                                   on 2001/01/02  23:40:26
9604         Log: Variable naming tweak.
9605      Branch: perl
9606            ! sv.c
9607 ____________________________________________________________________________
9608 [  8300] By: jhi                                   on 2001/01/02  23:40:02
9609         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
9610              in is_utf8_string().
9611      Branch: perl
9612            ! utf8.c
9613 ____________________________________________________________________________
9614 [  8299] By: jhi                                   on 2001/01/02  22:14:40
9615         Log: Integrate perlio.
9616      Branch: perl
9617           !> pp.c pp_hot.c win32/Makefile
9618 ____________________________________________________________________________
9619 [  8298] By: nick                                  on 2001/01/02  22:03:06
9620         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
9621      Branch: perlio
9622            ! pp.c pp_hot.c
9623 ____________________________________________________________________________
9624 [  8297] By: jhi                                   on 2001/01/02  04:26:28
9625         Log: Signedness nit.
9626      Branch: perl
9627            ! ext/Encode/Encode.xs
9628 ____________________________________________________________________________
9629 [  8296] By: nick                                  on 2001/01/01  23:49:36
9630         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
9631      Branch: perlio
9632            ! win32/Makefile
9633 ____________________________________________________________________________
9634 [  8295] By: jhi                                   on 2001/01/01  23:05:48
9635         Log: Integrate perlio.
9636      Branch: perl
9637           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
9638           !> t/lib/encode.t
9639 ____________________________________________________________________________
9640 [  8294] By: nick                                  on 2001/01/01  22:48:34
9641         Log: Integrate mainline
9642      Branch: perlio
9643            ! pp_hot.c t/lib/encode.t
9644           !> (integrate 65 files)
9645 ____________________________________________________________________________
9646 [  8293] By: nick                                  on 2001/01/01  21:58:50
9647         Log: More rigor in UTF-8-ness of Encode's toUnicode
9648              XS export some of the utf8 internal functions.
9649              Test some of the functions.
9650              Fix pp_concat() bug shown by said tests.
9651      Branch: perlio
9652            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
9653            ! t/lib/encode.t
9654 ____________________________________________________________________________
9655 [  8292] By: jhi                                   on 2001/01/01  18:11:44
9656         Log: Integrate perlio.
9657      Branch: perl
9658           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
9659           !> ext/Encode/encengine.c ext/Encode/encode.h
9660 ____________________________________________________________________________
9661 [  8291] By: jhi                                   on 2001/01/01  18:10:58
9662         Log: Podify README.mpeix (a new version from the web),
9663              add a dummy NAME to Carp::Heavy, regen toc.
9664      Branch: perl
9665            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
9666            ! pod/perltoc.pod
9667 ____________________________________________________________________________
9668 [  8290] By: nick                                  on 2001/01/01  17:43:47
9669         Log: Loose the "Loading..." warning.
9670              Another bug in fallback support
9671      Branch: perlio
9672            ! ext/Encode/Encode.pm ext/Encode/encengine.c
9673 ____________________________________________________________________________
9674 [  8289] By: jhi                                   on 2001/01/01  00:01:57
9675         Log: Bump up Larry's copyright.
9676      Branch: perl
9677            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
9678            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
9679            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
9680            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
9681            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
9682            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
9683            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
9684            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
9685 ____________________________________________________________________________
9686 [  8288] By: nick                                  on 2000/12/31  21:27:53
9687         Log: Fix .ucm reading - forgot a chr()
9688              Start of .ucm write (for .enc to .ucm)
9689      Branch: perlio
9690            ! ext/Encode/compile
9691 ____________________________________________________________________________
9692 [  8287] By: jhi                                   on 2000/12/31  18:15:56
9693         Log: Comment away a diagnostic message as noted by Craig A. Berry
9694              (the unexpected message was confusing testing)
9695      Branch: perl
9696            ! ext/Encode/Encode.pm
9697 ____________________________________________________________________________
9698 [  8286] By: jhi                                   on 2000/12/31  18:14:51
9699         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
9700              Date: Sun, 31 Dec 2000 11:17:37 -0600
9701              From: "Craig A. Berry" <craigberry@mac.com>
9702              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
9703      Branch: perl
9704            ! ext/Encode/Makefile.PL
9705 ____________________________________________________________________________
9706 [  8285] By: nick                                  on 2000/12/31  18:11:54
9707         Log: Start of support of ICU-style .ucm files:
9708              - teach compile how to read a .ucm file
9709              - first guess at how to represent fallbacks in "tries".
9710              - use fallbacks if check == 0
9711              - new return code to indicate we used one.
9712      Branch: perlio
9713            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
9714            ! ext/Encode/encengine.c ext/Encode/encode.h
9715 ____________________________________________________________________________
9716 [  8284] By: jhi                                   on 2000/12/31  18:04:41
9717         Log: Pacify picky VMS compiler.
9718              
9719              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
9720              From: "Craig A. Berry" <craig.berry@psinetcs.com>
9721              Date: Sat, 30 Dec 2000 18:10:02 -0600
9722              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
9723      Branch: perl
9724            ! sv.c
9725 ____________________________________________________________________________
9726 [  8283] By: jhi                                   on 2000/12/31  16:11:47
9727         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
9728      Branch: perl
9729            ! t/lib/glob-basic.t
9730 ____________________________________________________________________________
9731 [  8282] By: jhi                                   on 2000/12/31  15:26:11
9732         Log: Integrate perlio.
9733      Branch: perl
9734           !> makedef.pl opcode.pl os2/os2.c perlio.c
9735 ____________________________________________________________________________
9736 [  8281] By: nick                                  on 2000/12/31  10:06:15
9737         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
9738              is available to be exported
9739      Branch: perlio
9740            ! makedef.pl perlio.c
9741 ____________________________________________________________________________
9742 [  8280] By: nick                                  on 2000/12/31  09:41:26
9743         Log: Ilya's OS2 patch (testing for damage on Win32)
9744      Branch: perlio
9745            ! makedef.pl opcode.pl os2/os2.c
9746 ____________________________________________________________________________
9747 [  8279] By: jhi                                   on 2000/12/30  21:52:07
9748         Log: Test nits.
9749      Branch: perl
9750            ! t/lib/syslfs.t t/op/lfs.t
9751 ____________________________________________________________________________
9752 [  8278] By: jhi                                   on 2000/12/30  21:47:49
9753         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
9754              From: andreas.koenig@anima.de (Andreas J. Koenig)
9755              Date: 30 Dec 2000 22:35:37 +0100
9756              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
9757              
9758              The 32-bit wraparound test wasn't quite right.
9759      Branch: perl
9760            ! t/lib/syslfs.t t/op/lfs.t
9761 ____________________________________________________________________________
9762 [  8277] By: jhi                                   on 2000/12/30  21:33:44
9763         Log: Subject: [PATCH] open() example in perlfunc.pod 
9764              From: Karsten Sperling <s_sperli@ira.uka.de>
9765              Date: Sat, 30 Dec 2000 22:27:09 +0100
9766              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
9767      Branch: perl
9768            ! pod/perlfunc.pod
9769 ____________________________________________________________________________
9770 [  8276] By: jhi                                   on 2000/12/30  20:32:40
9771         Log: Not quite that many tests yet.
9772      Branch: perl
9773            ! t/op/pat.t
9774 ____________________________________________________________________________
9775 [  8275] By: jhi                                   on 2000/12/30  20:26:58
9776         Log: Integrate perlio.
9777      Branch: perl
9778           !> toke.c
9779 ____________________________________________________________________________
9780 [  8274] By: jhi                                   on 2000/12/30  20:24:56
9781         Log: Signedness nit.
9782      Branch: perl
9783            ! utf8.c
9784 ____________________________________________________________________________
9785 [  8273] By: jhi                                   on 2000/12/30  20:15:46
9786         Log: Add a test case for 20000731.001 which was fixed by the #8267.
9787      Branch: perl
9788            ! t/op/pat.t
9789 ____________________________________________________________________________
9790 [  8272] By: nick                                  on 2000/12/30  19:47:51
9791         Log: Tweak for MULTIPLICITY/USE_PERLIO
9792      Branch: perlio
9793            ! toke.c
9794 ____________________________________________________________________________
9795 [  8271] By: nick                                  on 2000/12/30  19:46:45
9796         Log: Integrate mainline
9797      Branch: perlio
9798           +> lib/unicode/distinct.pm
9799           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
9800           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
9801           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
9802 ____________________________________________________________________________
9803 [  8270] By: jhi                                   on 2000/12/30  19:39:50
9804         Log: Subject: RE: perl@8269
9805              From: "Richard Soderberg" <rs@crystalflame.net>
9806              Date: Sat, 30 Dec 2000 11:36:27 -0800
9807              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
9808              
9809              A missing aTHX_.
9810      Branch: perl
9811            ! toke.c
9812 ____________________________________________________________________________
9813 [  8269] By: jhi                                   on 2000/12/30  18:55:48
9814         Log: Update Changes.
9815      Branch: perl
9816            ! Changes patchlevel.h
9817 ____________________________________________________________________________
9818 [  8268] By: jhi                                   on 2000/12/30  17:18:40
9819         Log: Add a test for Unicode split //.  The #8267 was the cure.
9820      Branch: perl
9821            ! t/op/split.t
9822 ____________________________________________________________________________
9823 [  8267] By: jhi                                   on 2000/12/30  17:14:19
9824         Log: Subject: more UTF8 test suites and an UTF8 patch
9825              From: Inaba Hiroto <inaba@st.rim.or.jp>
9826              Date: Sat, 30 Dec 2000 14:27:10 +0900
9827              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
9828              
9829              Just the patch part for now, and the pragma renamed
9830              as unicode::distinct.
9831      Branch: perl
9832            + lib/unicode/distinct.pm
9833            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
9834            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
9835            ! regcomp.h regexec.c sv.c toke.c utf8.c
9836 ____________________________________________________________________________
9837 [  8266] By: nick                                  on 2000/12/30  16:40:49
9838         Log: Integrate mainline
9839      Branch: perlio
9840           +> lib/Pod/Text/Overstrike.pm
9841           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
9842           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
9843           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
9844           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
9845           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
9846 ____________________________________________________________________________
9847 [  8265] By: jhi                                   on 2000/12/30  07:28:55
9848         Log: The sv_catsv() fix, take two.
9849      Branch: perl
9850            ! sv.c t/op/join.t
9851 ____________________________________________________________________________
9852 [  8264] By: jhi                                   on 2000/12/30  06:19:18
9853         Log: Undo all the join-related changes since #8248: relevant
9854              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
9855              The new sv_catsv() doesn't fly so it must go back to
9856              the drawing board.
9857      Branch: perl
9858            ! sv.c t/op/join.t t/pragma/utf8.t
9859 ____________________________________________________________________________
9860 [  8263] By: jhi                                   on 2000/12/30  01:08:32
9861         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
9862      Branch: perl
9863            ! sv.c
9864 ____________________________________________________________________________
9865 [  8262] By: jhi                                   on 2000/12/30  00:45:14
9866         Log: Retract #8261.
9867      Branch: perl
9868            ! hv.c util.c
9869 ____________________________________________________________________________
9870 [  8261] By: jhi                                   on 2000/12/30  00:38:32
9871         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
9872      Branch: perl
9873            ! hv.c util.c
9874 ____________________________________________________________________________
9875 [  8260] By: jhi                                   on 2000/12/29  22:51:33
9876         Log: (Retracted by #8264)  More fixing for #8251.
9877      Branch: perl
9878            ! sv.c
9879 ____________________________________________________________________________
9880 [  8259] By: jhi                                   on 2000/12/29  18:27:30
9881         Log: Subject: podlators 1.06 released
9882              From: Russ Allbery <rra@stanford.edu>
9883              Date: 25 Dec 2000 05:09:30 -0800
9884              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
9885      Branch: perl
9886            + lib/Pod/Text/Overstrike.pm
9887            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
9888            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
9889 ____________________________________________________________________________
9890 [  8258] By: jhi                                   on 2000/12/29  18:20:45
9891         Log: Make the large file tests more robust/talkative as suggested by
9892              
9893              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
9894              From: andreas.koenig@anima.de (Andreas J. Koenig)
9895              Date: 29 Dec 2000 14:23:01 +0100
9896              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
9897      Branch: perl
9898            ! t/lib/syslfs.t t/op/lfs.t
9899 ____________________________________________________________________________
9900 [  8257] By: jhi                                   on 2000/12/29  17:48:04
9901         Log: Further VMS piping fixes from Charles Lane:
9902              
9903              In summary, error messages produced when a subprocess terminated
9904              abnormally were being sent not just to the parent process, but to
9905              grandparents, because of default values for error output that were
9906              not completely overridden when the subprocess was started.
9907              
9908              This patch fixes this behavior by defining user-mode (i.e., temporary
9909              for the duration of the program) logical names for SYS$OUTPUT and
9910              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
9911              changes to make it so that the user-mode logicals are the ones that
9912              control where Perl's error messages go if it terminates abnormally.
9913              
9914              I also added some gratuitous fixes to the indentation of braces in
9915              the piping code.  It just looked ugly, before.
9916      Branch: perl
9917            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
9918 ____________________________________________________________________________
9919 [  8256] By: jhi                                   on 2000/12/29  17:45:12
9920         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
9921              From: "Casey R. Tweten" <crt@kiski.net>
9922              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
9923              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
9924              
9925              Tests for for #8240.
9926      Branch: perl
9927            ! t/pragma/constant.t
9928 ____________________________________________________________________________
9929 [  8255] By: jhi                                   on 2000/12/29  17:43:07
9930         Log: Subject: Re: [PATCH] Interesting syntax idea
9931              From: Simon Cozens <simon@cozens.net>
9932              Date: Fri, 29 Dec 2000 14:34:04 +0000
9933              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
9934              
9935              Tests for #8254.
9936      Branch: perl
9937            ! t/pragma/sub_lval.t
9938 ____________________________________________________________________________
9939 [  8254] By: jhi                                   on 2000/12/29  17:42:11
9940         Log: Subject: [PATCH] Interesting syntax idea
9941              From: Simon Cozens <simon@cozens.net>
9942              Date: Wed, 27 Dec 2000 05:08:57 +0000
9943              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
9944              
9945              Make opens + bareword assigns do typeglob assigns.
9946      Branch: perl
9947            ! op.c
9948 ____________________________________________________________________________
9949 [  8253] By: jhi                                   on 2000/12/29  17:36:45
9950         Log: Output the (apparent) version of gcc, as suggested by
9951              
9952              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
9953              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
9954              Date: 26 Dec 2000 04:29:17 -0500
9955              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
9956              
9957              (The patch as such didn't any more apply as the misparsing had
9958              already been addressed in #6474.)  Also change the wording about
9959              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
9960      Branch: perl
9961            ! hints/dec_osf.sh
9962 ____________________________________________________________________________
9963 [  8252] By: nick                                  on 2000/12/29  12:14:31
9964         Log: Integrate mainline
9965      Branch: perlio
9966           !> (integrate 27 files)
9967 ____________________________________________________________________________
9968 [  8251] By: jhi                                   on 2000/12/29  08:45:46
9969         Log: (Retracted by #8264)
9970              
9971              (Fixed by #8260.)
9972              
9973              sv_catsv() needs one more byte space than seems reasonable.
9974              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
9975              Curiouser and curiouser.
9976      Branch: perl
9977            ! sv.c
9978 ____________________________________________________________________________
9979 [  8250] By: jhi                                   on 2000/12/29  07:57:52
9980         Log: More split // UTF-8 tests.
9981      Branch: perl
9982            ! t/pragma/utf8.t
9983 ____________________________________________________________________________
9984 [  8249] By: jhi                                   on 2000/12/29  07:54:51
9985         Log: (Retracted by #8264)  More join() testing which was good because
9986              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
9987      Branch: perl
9988            ! pp.c t/op/join.t utf8.c utf8.h
9989 ____________________________________________________________________________
9990 [  8248] By: jhi                                   on 2000/12/29  07:08:32
9991         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
9992              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
9993              that the only cases to care about are byte+byte and byte+character.
9994              
9995              TODO: See how well pp_concat() could be implemented in terms
9996              of sv_catsv().
9997      Branch: perl
9998            ! doop.c sv.c t/op/join.t utf8.h
9999 ____________________________________________________________________________
10000 [  8247] By: jhi                                   on 2000/12/29  06:35:23
10001         Log: Signedness nit.
10002      Branch: perl
10003            ! pp_hot.c
10004 ____________________________________________________________________________
10005 [  8246] By: jhi                                   on 2000/12/29  01:23:31
10006         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
10007              From: Lupe Christoph <lupe@lupe-christoph.de>
10008              Date: Thu, 28 Dec 2000 23:00:00 +0100
10009              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
10010              
10011              Suggest rsync --delete --dry-run.
10012      Branch: perl
10013            ! pod/perlhack.pod
10014 ____________________________________________________________________________
10015 [  8245] By: jhi                                   on 2000/12/28  23:57:05
10016         Log: The maxiters upper limit sanity check (guarding against
10017              non-progress) assumed bytes instead of characters in s///
10018              and split().
10019      Branch: perl
10020            ! pp.c pp_hot.c
10021 ____________________________________________________________________________
10022 [  8244] By: jhi                                   on 2000/12/28  23:34:08
10023         Log: Make some panic messages a bit more logical.
10024      Branch: perl
10025            ! doop.c pod/perldiag.pod pp.c pp_hot.c
10026 ____________________________________________________________________________
10027 [  8243] By: jhi                                   on 2000/12/28  22:59:16
10028         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
10029              From: Simon Cozens <simon@cozens.net>
10030              Date: Wed, 27 Dec 2000 02:30:03 +0000
10031              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
10032      Branch: perl
10033            ! pp.c t/pragma/sub_lval.t
10034 ____________________________________________________________________________
10035 [  8242] By: jhi                                   on 2000/12/28  22:56:53
10036         Log: Subject: [PATCH blead] Fix B::Terse indentation
10037              From: Daniel Chetlin <daniel@chetlin.com>
10038              Date: Wed, 27 Dec 2000 06:43:30 -0800
10039              Message-ID: <20001227064329.B9573@darkstar>
10040      Branch: perl
10041            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
10042 ____________________________________________________________________________
10043 [  8241] By: jhi                                   on 2000/12/28  22:48:59
10044         Log: The latter patch from the
10045              
10046              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
10047              From: Peter Prymmer <pvhp@forte.com> 
10048              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
10049              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
10050              
10051              (the former patch from the above should have been
10052              taken care of by Nick I-S)
10053      Branch: perl
10054            ! win32/Makefile
10055 ____________________________________________________________________________
10056 [  8240] By: jhi                                   on 2000/12/28  22:45:22
10057         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
10058              From: "Casey R. Tweten" <crt@kiski.net>
10059              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
10060              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
10061      Branch: perl
10062            ! lib/constant.pm
10063 ____________________________________________________________________________
10064 [  8239] By: jhi                                   on 2000/12/28  22:37:45
10065         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
10066              From: Simon Cozens <simon@cozens.net>
10067              Date: Wed, 27 Dec 2000 14:12:44 +0000
10068              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
10069      Branch: perl
10070            ! t/op/method.t t/op/sort.t toke.c
10071 ____________________________________________________________________________
10072 [  8238] By: jhi                                   on 2000/12/28  22:30:32
10073         Log: Subject: [PATCH perl@8229] Call.pm
10074              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
10075              Date: Mon, 25 Dec 2000 10:47:15 -0000
10076              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
10077      Branch: perl
10078            ! ext/Filter/Util/Call/Call.pm
10079 ____________________________________________________________________________
10080 [  8237] By: jhi                                   on 2000/12/28  22:19:21
10081         Log: Subject: [PATCH blead] Fix problem with `&' prototype
10082              From: Daniel Chetlin <daniel@chetlin.com>
10083              Date: Wed, 27 Dec 2000 15:55:32 -0800
10084              Message-ID: <20001227155532.D9573@darkstar>
10085      Branch: perl
10086            ! op.c t/comp/proto.t
10087 ____________________________________________________________________________
10088 [  8236] By: jhi                                   on 2000/12/28  22:09:25
10089         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
10090              From: Daniel Chetlin <daniel@chetlin.com>
10091              Date: Sun, 24 Dec 2000 04:09:49 -0800
10092              Message-ID: <20001224040949.B3090@darkstar>
10093      Branch: perl
10094            ! gv.c mg.c t/op/attrs.t
10095 ____________________________________________________________________________
10096 [  8235] By: jhi                                   on 2000/12/28  22:07:11
10097         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
10098              From: Jan Dubois <jand@ActiveState.com>
10099              Date: Tue, 26 Dec 2000 20:57:31 -0800
10100              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
10101      Branch: perl
10102            ! win32/win32.c
10103 ____________________________________________________________________________
10104 [  8234] By: jhi                                   on 2000/12/28  21:52:42
10105         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
10106              From: Simon Cozens <simon@cozens.net>
10107              Date: Thu, 28 Dec 2000 20:33:13 +0000
10108              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
10109      Branch: perl
10110            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
10111 ____________________________________________________________________________
10112 [  8233] By: jhi                                   on 2000/12/28  19:40:49
10113         Log: Integrate perlio.
10114      Branch: perl
10115           !> ext/Encode/Makefile.PL ext/Encode/compile
10116 ____________________________________________________________________________
10117 [  8232] By: nick                                  on 2000/12/23  16:06:00
10118         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
10119              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
10120      Branch: perlio
10121            ! ext/Encode/Makefile.PL
10122 ____________________________________________________________________________
10123 [  8231] By: nick                                  on 2000/12/23  14:30:34
10124         Log: "Compiled" encode build cleanup
10125              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
10126              - .c files do not export sub-tables
10127      Branch: perlio
10128            ! ext/Encode/Makefile.PL ext/Encode/compile
10129 ____________________________________________________________________________
10130 [  8230] By: nick                                  on 2000/12/23  12:50:37
10131         Log: Integrate mainline
10132      Branch: perlio
10133           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
10134           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
10135           !> pod/perl5004delta.pod pod/perl5005delta.pod
10136           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
10137           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
10138           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
10139           !> pod/perlsub.pod
10140 ____________________________________________________________________________
10141 [  8229] By: jhi                                   on 2000/12/22  15:32:12
10142         Log: Integrate perlio.
10143      Branch: perl
10144           +> win32/distclean.bat
10145           !> MANIFEST t/io/utf8.t
10146 ____________________________________________________________________________
10147 [  8228] By: jhi                                   on 2000/12/22  15:29:40
10148         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
10149              From: Robin Barker <rmb1@cise.npl.co.uk>
10150              Date: Fri, 22 Dec 2000 12:17:38 GMT
10151              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
10152      Branch: perl
10153            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
10154            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
10155            ! pod/perl5004delta.pod pod/perl5005delta.pod
10156            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
10157            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
10158            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
10159            ! pod/perlsub.pod
10160 ____________________________________________________________________________
10161 [  8227] By: jhi                                   on 2000/12/22  15:24:28
10162         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
10163              From: "John L. Allen" <allen@grumman.com>
10164              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
10165              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
10166              
10167              Document APPLLIB_EXP.
10168      Branch: perl
10169            ! INSTALL
10170 ____________________________________________________________________________
10171 [  8226] By: nick                                  on 2000/12/21  22:11:50
10172         Log: Handy script for when one forgets to "dmake clean" 
10173      Branch: perlio
10174            + win32/distclean.bat
10175            ! MANIFEST
10176 ____________________________________________________________________________
10177 [  8225] By: nick                                  on 2000/12/21  21:54:04
10178         Log: CRLF platform issue with io/utf8 fix.
10179      Branch: perlio
10180            ! t/io/utf8.t
10181 ____________________________________________________________________________
10182 [  8224] By: nick                                  on 2000/12/21  21:02:20
10183         Log: Integrate mainline
10184      Branch: perlio
10185           !> Changes Configure Makefile.SH Porting/Glossary
10186           !> Porting/config.sh Porting/config_H configure.com
10187           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
10188           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
10189           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
10190           !> win32/config.bc win32/config.gc win32/config.vc
10191 ____________________________________________________________________________
10192 [  8223] By: jhi                                   on 2000/12/21  17:09:16
10193         Log: Update Changes.
10194      Branch: perl
10195            ! Changes patchlevel.h
10196 ____________________________________________________________________________
10197 [  8222] By: jhi                                   on 2000/12/21  16:24:01
10198         Log: Metaconfig unit changes for #8221.
10199      Branch: metaconfig/U/perl
10200           +> issymlink.U
10201            - testsyml.U
10202            ! Mksymlinks.U
10203 ____________________________________________________________________________
10204 [  8221] By: jhi                                   on 2000/12/21  16:23:48
10205         Log: Rename testsyml to issymlink.
10206      Branch: perl
10207            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10208            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
10209            ! win32/config.vc
10210 ____________________________________________________________________________
10211 [  8220] By: jhi                                   on 2000/12/21  15:47:26
10212         Log: Robustness support for #8218 (symlink forest) since the GNU
10213              tools seem to be overly picky about symlinkage depths.
10214      Branch: perl
10215            ! Makefile.SH t/io/fs.t
10216 ____________________________________________________________________________
10217 [  8219] By: jhi                                   on 2000/12/21  15:38:27
10218         Log: Metaconfig changes for #8218.
10219      Branch: metaconfig
10220            ! U/modified/Oldconfig.U
10221      Branch: metaconfig/U/perl
10222            + Mksymlinks.U
10223            ! testsyml.U
10224 ____________________________________________________________________________
10225 [  8218] By: jhi                                   on 2000/12/21  15:37:57
10226         Log: Add Configure option -Dmksymlinks which will create a symlink
10227              forest if the current/build differs from the source directory.
10228              TODO: mkdir -p is not portable.
10229      Branch: perl
10230            ! Configure
10231 ____________________________________________________________________________
10232 [  8217] By: jhi                                   on 2000/12/21  14:39:12
10233         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
10234              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
10235              Date: Thu, 21 Dec 2000 09:38:18 GMT
10236              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
10237              
10238              The ofs became an SV.
10239      Branch: perl
10240            ! ext/Thread/Thread.xs
10241 ____________________________________________________________________________
10242 [  8216] By: jhi                                   on 2000/12/21  05:40:21
10243         Log: The polymorphism seems to have fixed 20000517.001.
10244      Branch: perl
10245            ! t/pragma/utf8.t
10246 ____________________________________________________________________________
10247 [  8215] By: jhi                                   on 2000/12/21  04:44:52
10248         Log: read() documentation tweak for 20001121.004.
10249      Branch: perl
10250            ! pod/perlfunc.pod
10251 ____________________________________________________________________________
10252 [  8214] By: jhi                                   on 2000/12/21  03:54:11
10253         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
10254      Branch: perl
10255            ! pp_sys.c t/op/misc.t
10256 ____________________________________________________________________________
10257 [  8213] By: jhi                                   on 2000/12/21  00:28:10
10258         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
10259              From: Peter Prymmer <pvhp@forte.com>
10260              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
10261              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
10262      Branch: perl
10263            ! configure.com
10264 ____________________________________________________________________________
10265 [  8212] By: jhi                                   on 2000/12/21  00:26:21
10266         Log: Edit edit edit.
10267      Branch: perl
10268            ! pod/perlfaq3.pod
10269 ____________________________________________________________________________
10270 [  8211] By: jhi                                   on 2000/12/20  18:52:46
10271         Log: Update Changes.
10272      Branch: perl
10273            ! Changes patchlevel.h
10274 ____________________________________________________________________________
10275 [  8210] By: jhi                                   on 2000/12/20  18:34:47
10276         Log: Yet another editor edit.
10277      Branch: perl
10278            ! pod/perlfaq3.pod
10279 ____________________________________________________________________________
10280 [  8209] By: jhi                                   on 2000/12/20  15:33:28
10281         Log: More Win32 Perling.
10282      Branch: perl
10283            ! pod/perlfaq3.pod
10284 ____________________________________________________________________________
10285 [  8208] By: jhi                                   on 2000/12/20  15:07:46
10286         Log: More Win32 editor/IDE/shell hints.
10287      Branch: perl
10288            ! pod/perlfaq3.pod
10289 ____________________________________________________________________________
10290 [  8207] By: jhi                                   on 2000/12/20  03:54:08
10291         Log: Subject: [PATCH] obscure timing knowledge
10292              From: Nicholas Clark <nick@ccl4.org>
10293              Date: Tue, 19 Dec 2000 19:22:31 +0000
10294              Message-ID: <20001219192231.F2827@plum.flirble.org>
10295      Branch: perl
10296            ! sv.c
10297 ____________________________________________________________________________
10298 [  8206] By: jhi                                   on 2000/12/20  03:45:57
10299         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
10300              From: Spider Boardman <spider@leggy.zk3.dec.com>
10301              Date: Tue, 19 Dec 2000 21:30:16 -0500
10302              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
10303      Branch: perl
10304            ! sv.c
10305 ____________________________________________________________________________
10306 [  8205] By: jhi                                   on 2000/12/19  23:02:01
10307         Log: Update Changes.
10308      Branch: perl
10309            ! Changes patchlevel.h
10310 ____________________________________________________________________________
10311 [  8204] By: jhi                                   on 2000/12/19  22:58:18
10312         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
10313              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
10314              on editors and diffing/patching.
10315      Branch: perl
10316            ! t/op/utf8decode.t
10317 ____________________________________________________________________________
10318 [  8203] By: nick                                  on 2000/12/19  21:36:16
10319         Log: Integrate mainline (forgot my own change...)
10320      Branch: perlio
10321           !> ext/Encode/compile
10322 ____________________________________________________________________________
10323 [  8202] By: nick                                  on 2000/12/19  21:34:42
10324         Log: Integrate mainline.
10325      Branch: perlio
10326           !> (integrate 61 files)
10327 ____________________________________________________________________________
10328 [  8201] By: nick                                  on 2000/12/19  21:34:06
10329         Log: Avoid looking for File::Glob when we don't need it.
10330      Branch: perl
10331            ! ext/Encode/compile
10332 ____________________________________________________________________________
10333 [  8200] By: jhi                                   on 2000/12/19  18:35:49
10334         Log: Update Changes.
10335      Branch: perl
10336            ! Changes patchlevel.h
10337 ____________________________________________________________________________
10338 [  8199] By: jhi                                   on 2000/12/19  18:35:07
10339         Log: Microperl tweaks.
10340      Branch: perl
10341            ! sv.c uconfig.h uconfig.sh
10342 ____________________________________________________________________________
10343 [  8198] By: jhi                                   on 2000/12/19  18:29:59
10344         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
10345      Branch: perl
10346            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10347            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
10348 ____________________________________________________________________________
10349 [  8197] By: jhi                                   on 2000/12/19  17:55:29
10350         Log: In VMS embedded perls couldn't access the statically built Socket,
10351              from Charles Lane.
10352      Branch: perl
10353            ! configure.com
10354 ____________________________________________________________________________
10355 [  8196] By: jhi                                   on 2000/12/19  17:49:50
10356         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
10357              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
10358              Date: Sun, 17 Dec 2000 19:11:44 -0000
10359              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
10360      Branch: perl
10361            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
10362            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
10363 ____________________________________________________________________________
10364 [  8195] By: jhi                                   on 2000/12/19  17:47:53
10365         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
10366              From: Jonathan Stowe <gellyfish@gellyfish.com>
10367              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
10368              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
10369      Branch: perl
10370            ! utils/h2xs.PL
10371 ____________________________________________________________________________
10372 [  8194] By: jhi                                   on 2000/12/19  17:46:28
10373         Log: Subject: Re: useless use of void context work-around
10374              From: andreas.koenig@anima.de (Andreas J. Koenig)
10375              Date: 16 Dec 2000 15:13:36 +0100
10376              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
10377              
10378              Document (comment) the q(di ds ig) trick in the code.
10379      Branch: perl
10380            ! op.c
10381 ____________________________________________________________________________
10382 [  8193] By: jhi                                   on 2000/12/19  17:10:57
10383         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
10384              From: "Mark J. Reed" <mreed@strange.turner.com>
10385              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
10386              Message-Id: <200012160222.VAA13986@strange.turner.com>
10387      Branch: perl
10388            ! ext/Sys/Syslog/Syslog.pm
10389 ____________________________________________________________________________
10390 [  8192] By: jhi                                   on 2000/12/19  17:07:45
10391         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
10392              From: Nicholas Clark <nick@ccl4.org>
10393              Date: Sat, 16 Dec 2000 19:03:13 +0000
10394              Message-ID: <20001216190313.D68304@plum.flirble.org>
10395      Branch: perl
10396            ! t/op/64bitint.t
10397 ____________________________________________________________________________
10398 [  8191] By: jhi                                   on 2000/12/19  17:06:13
10399         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
10400              From: Dominic Dunlop <domo@computer.org>
10401              Date: Mon, 18 Dec 2000 12:00:15 +0100
10402              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
10403              
10404              This patchlet is needed in order that perl can be statically linked.  
10405      Branch: perl
10406            ! regexec.c
10407 ____________________________________________________________________________
10408 [  8190] By: jhi                                   on 2000/12/19  17:03:08
10409         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
10410              From: "Craig A. Berry" <craig.berry@psinetcs.com>
10411              Date: Sun, 17 Dec 2000 00:18:35 -0600
10412              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
10413      Branch: perl
10414            ! perlio.h vms/gen_shrfls.pl
10415 ____________________________________________________________________________
10416 [  8189] By: jhi                                   on 2000/12/19  16:20:28
10417         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
10418              From: Prymmer/Kahn <pvhp@best.com>
10419              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
10420              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
10421              
10422              A better version of #8188.
10423      Branch: perl
10424            ! pod/perlfaq3.pod
10425 ____________________________________________________________________________
10426 [  8188] By: jhi                                   on 2000/12/19  15:57:06
10427         Log: (Replaced by #8189)
10428              
10429              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
10430              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
10431              From: Prymmer/Kahn <pvhp@best.com>
10432              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
10433              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
10434              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
10435              Date: Mon, 18 Dec 2000 11:10:45 -0500
10436              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
10437      Branch: perl
10438            ! pod/perlfaq3.pod
10439 ____________________________________________________________________________
10440 [  8187] By: jhi                                   on 2000/12/19  15:54:19
10441         Log: Email address fix for Anton Berezin.
10442      Branch: perl
10443            ! AUTHORS
10444 ____________________________________________________________________________
10445 [  8186] By: jhi                                   on 2000/12/19  15:38:54
10446         Log: Subject: [PATCH perl@8102] cygwin port
10447              From: "Eric Fifer" <efifer@dircon.co.uk> 
10448              Date: Thu, 14 Dec 2000 13:41:29 -0000
10449              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
10450              
10451              When compiling modules the data item that is being imported
10452              from libperl.dll needs to be tagged as imported/shared data:
10453              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
10454      Branch: perl
10455            ! perliol.h
10456 ____________________________________________________________________________
10457 [  8185] By: jhi                                   on 2000/12/19  14:53:24
10458         Log: Regen uconfig.h and uconfig.sh.
10459      Branch: perl
10460            ! uconfig.h uconfig.sh
10461 ____________________________________________________________________________
10462 [  8184] By: jhi                                   on 2000/12/18  20:43:49
10463         Log: Comments work so much better when they are closed.
10464      Branch: perl
10465            ! regcomp.c
10466 ____________________________________________________________________________
10467 [  8183] By: jhi                                   on 2000/12/18  18:04:02
10468         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
10469              Fixes the bug 20001218.016.
10470      Branch: perl
10471            ! regcomp.c
10472 ____________________________________________________________________________
10473 [  8182] By: gsar                                  on 2000/12/18  09:53:47
10474         Log: delete spurious files
10475      Branch: maint-5.6/perl
10476            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
10477            - vos/config.h vos/config_h.SH_orig
10478 ____________________________________________________________________________
10479 [  8181] By: gsar                                  on 2000/12/18  09:46:08
10480         Log: regen perltoc
10481      Branch: maint-5.6/perl
10482            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
10483 ____________________________________________________________________________
10484 [  8180] By: gsar                                  on 2000/12/18  09:20:27
10485         Log: integrate changes#7924..7926,7946,7952 from mainline
10486      Branch: maint-5.6/perl
10487           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
10488           !> lib/File/stat.pm t/lib/class-struct.t
10489 ____________________________________________________________________________
10490 [  8179] By: gsar                                  on 2000/12/18  08:55:54
10491         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
10492              7918,7919,7988,8907 from mainline (various)
10493      Branch: maint-5.6/perl
10494           +> t/lib/class-struct.t
10495           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
10496           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
10497           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
10498 ____________________________________________________________________________
10499 [  8178] By: gsar                                  on 2000/12/18  08:16:30
10500         Log: avoid redefinition warnings on windows due to sys/socket.h getting
10501              #included before win32.h
10502      Branch: maint-5.6/perl
10503            ! win32/include/sys/socket.h
10504 ____________________________________________________________________________
10505 [  8177] By: gsar                                  on 2000/12/18  05:24:04
10506         Log: make regen_headers; fix POSIX.xs problems; remove outdated
10507              code from sys/socket.h that makes build fail now
10508      Branch: maint-5.6/perl
10509            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
10510            ! pod/perlapi.pod
10511           !> win32/include/sys/socket.h
10512 ____________________________________________________________________________
10513 [  8176] By: gsar                                  on 2000/12/18  05:20:17
10514         Log: update Changes
10515      Branch: maint-5.6/perl
10516            ! Changes patchlevel.h
10517 ____________________________________________________________________________
10518 [  8175] By: gsar                                  on 2000/12/18  04:57:48
10519         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
10520              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
10521              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
10522              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
10523              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
10524              7823,7825,7838
10525      Branch: maint-5.6/perl
10526           +> lib/File/Spec/Epoc.pm
10527           !> (integrate 88 files)
10528 ____________________________________________________________________________
10529 [  8174] By: gsar                                  on 2000/12/18  03:53:09
10530         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
10531              7625..7629,7631..7634,7637,7639,7642 from mainline
10532      Branch: maint-5.6/perl
10533           +> README.solaris
10534           !> (integrate 26 files)
10535 ____________________________________________________________________________
10536 [  8173] By: gsar                                  on 2000/12/18  03:37:02
10537         Log: integrate changes#7472,7474..7479,7481,7485,7489,7493,7494,7496,
10538              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
10539              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
10540              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
10541      Branch: maint-5.6/perl
10542           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
10543            - MAINTAIN
10544           !> (integrate 111 files)
10545 ____________________________________________________________________________
10546 [  8172] By: jhi                                   on 2000/12/18  02:49:27
10547         Log: Regen pods.
10548      Branch: perl
10549            ! pod/perlmodlib.pod pod/perltoc.pod
10550 ____________________________________________________________________________
10551 [  8171] By: gsar                                  on 2000/12/18  02:49:24
10552         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
10553              7465..7471 from mainline
10554              
10555              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
10556              in platforms that strictly require all the symbols being present
10557              at link time.
10558              
10559              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
10560              
10561              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
10562              
10563              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
10564              
10565              Subject: [PATCH] todo
10566              
10567              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
10568              
10569              Use $sort, $uniq (and $tr) consistently as wondered
10570              by Nicholas Clark.
10571              
10572              Too enthusiastic editing in #7460.
10573              
10574              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
10575              
10576              Upgrade to CPAN 1.58_55.
10577              Subject: CPAN.pm status
10578              
10579              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
10580              
10581              Make target reordering to avoid pointless re-makes.
10582              Subject: Re: Total re-make of 'make okfile' after 7451 ?
10583              
10584              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
10585              
10586              Subject: DOC PATCH 5.6.0
10587              
10588              Add the repository doc by Malcolm, Sarathy, and by Simon,
10589              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
10590      Branch: maint-5.6/perl
10591           +> Porting/repository.pod
10592           !> Configure MANIFEST Makefile.SH README.dos README.os2
10593           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
10594           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
10595           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
10596 ____________________________________________________________________________
10597 [  8169] By: gsar                                  on 2000/12/18  02:33:34
10598         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
10599              7435..7441,7445 from mainline
10600              
10601              Make the UTF-8 decoding stricter and more verbose when
10602              malformation happens.  This involved adding an argument
10603              to utf8_to_uv_chk(), which involved changing its prototype,
10604              and prefer STRLEN over I32 for the UTF-8 length, which as
10605              a domino effect necessitated changing the prototypes of
10606              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
10607              The stricter UTF-8 decoding checking uses Markus Kuhn's
10608              UTF-8 Decode Stress Tester from
10609              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
10610              
10611              Run vms/vms_yfix.pl, should have done that after changing
10612              perly.c in #7382.
10613              
10614              Subject: [PATCH 5.7.0] static linking with uninstalled perl
10615              
10616              (Replaced by #7440.)
10617              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
10618              
10619              Fix the bug ID 20001024.005, the bug introduced by #7416.
10620              
10621              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
10622              
10623              Fix the bug reported in
10624              From: andreas.koenig@anima.de (Andreas J. Koenig)
10625              Also make is_utf8_char() stricter.
10626              
10627              Missed the header file changes from #7425.
10628              
10629              Check if stdio supports tweaking lval and cnt simultaneously.
10630              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
10631              
10632              Stratus VOS updates from Paul Green.
10633              
10634              Podify README.epoc and README.vos.
10635              
10636              Add targets to Makefile.SH, most importantly
10637              'regen_all' which also remembers to update vms/perly*.
10638              
10639              Subject: Minor update to find2perl, for portability
10640              
10641              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
10642              
10643              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
10644              
10645              Rename UTF8LEN() to be UNISKIP(), too confusing to have
10646              UTF8LEN() and UTF8SKIP(). 
10647              
10648              Allow poking holes at the UTF-8 decoding strictness.
10649              
10650              Continue the internal UTF-8 API tweaking.
10651              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
10652              used much more than the simpler API, now called utf8_to_uv_simple().
10653              Still not quite happy with API, too much partial duplication
10654              of functionality.
10655              
10656              A new version of making the syslog test more robust.
10657              (Replaces #7421.)
10658              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
10659              
10660              buildtoc target tweaks.
10661              
10662              Integrate with vmsperl #7430 by Charles Bailey:
10663              
10664              Cleanup from prior patch (Charles Lane?):
10665              - improve handling of MFDs in Basename and Path
10666              - default to no xsubpp line # munging when building debug images
10667      Branch: maint-5.6/perl
10668           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
10669           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
10670           !> (integrate 67 files)
10671 ____________________________________________________________________________
10672 [  8168] By: gsar                                  on 2000/12/18  02:05:49
10673         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
10674              
10675              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
10676              From: Martin Husemann <martin@duskware.de>
10677              
10678              Subject: [PATCH 5.7.0] restore match data on backtracing
10679              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10680      Branch: maint-5.6/perl
10681           !> regcomp.c regexec.c t/op/re_tests
10682 ____________________________________________________________________________
10683 [  8167] By: gsar                                  on 2000/12/18  01:55:22
10684         Log: integrate changes#7858,7986 from mainline
10685              
10686              C<foreach my $x ...> in pseudo-fork()ed process may diddle
10687              parent's memory; fix it by keeping track of the actual pad
10688              offset rather than a raw pointer (this change is probably also
10689              relevant to non-ithreads case to avoid fallout from reallocs of
10690              the pad array, but is currently only enabled for the ithreads
10691              case in the interests of minimal disruption to existing "well
10692              tested" code)
10693              
10694              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
10695              due to the notorious GetFileType() bug in Windows 9x, which fstat()
10696              tickles)
10697      Branch: maint-5.6/perl
10698           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
10699           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
10700           !> win32/win32.c win32/win32.h win32/win32sck.c
10701 ____________________________________________________________________________
10702 [  8166] By: gsar                                  on 2000/12/18  01:52:59
10703         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
10704              from mainline (xsubpp and ExtUtils::LibList fixups, various
10705              other small items)
10706      Branch: maint-5.6/perl
10707           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
10708           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
10709           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
10710           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
10711           !> win32/bin/search.pl
10712 ____________________________________________________________________________
10713 [  8165] By: gsar                                  on 2000/12/18  01:28:45
10714         Log: integrate changes#7533,7563,7611,7623 from mainline (various
10715              malloc.c embellishments)
10716      Branch: maint-5.6/perl
10717           !> malloc.c pod/perldiag.pod
10718 ____________________________________________________________________________
10719 [  8164] By: gsar                                  on 2000/12/18  01:23:33
10720         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
10721              fixups)
10722      Branch: maint-5.6/perl
10723           !> utils/h2xs.PL
10724 ____________________________________________________________________________
10725 [  8163] By: gsar                                  on 2000/12/18  01:17:50
10726         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
10727              fixups)
10728      Branch: maint-5.6/perl
10729           !> Makefile.SH utils/perlbug.PL
10730 ____________________________________________________________________________
10731 [  8162] By: gsar                                  on 2000/12/18  00:25:43
10732         Log: always export Perl_deb() (it is required by re.xs whether
10733              Perl is built with or without -DDEBUGGING)
10734      Branch: maint-5.6/perl
10735            ! makedef.pl
10736 ____________________________________________________________________________
10737 [  8161] By: gsar                                  on 2000/12/18  00:23:38
10738         Log: integrate change#7414 from mainline
10739              
10740              Undo the basename() part of #7412 since the lib/basename
10741              tests would need upgrading too.
10742              
10743              squelch two tests in tr.t that rely on tr/// paranoia change
10744              that's not in 5.6.x
10745      Branch: maint-5.6/perl
10746            ! t/op/tr.t
10747           !> lib/File/Basename.pm
10748 ____________________________________________________________________________
10749 [  8160] By: gsar                                  on 2000/12/18  00:05:30
10750         Log: missing change in previous integrate
10751      Branch: maint-5.6/perl
10752           !> README.aix
10753 ____________________________________________________________________________
10754 [  8159] By: gsar                                  on 2000/12/18  00:03:38
10755         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
10756              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
10757              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7304..7408,
10758              7410..7413 from mainline
10759      Branch: maint-5.6/perl
10760           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
10761           +> t/lib/tie-splice.t
10762            - lib/unicode/Is/DCinital.pl
10763           !> (integrate 112 files)
10764 ____________________________________________________________________________
10765 [  8158] By: jhi                                   on 2000/12/17  23:04:24
10766         Log: Subject: [PATCHES] RE: perl@8150 
10767              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
10768              Date: Sun, 17 Dec 2000 21:46:39 +0100
10769              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
10770              
10771              Neither cygwin has a getpwuid() one can trust on.
10772      Branch: perl
10773            ! t/lib/glob-basic.t
10774 ____________________________________________________________________________
10775 [  8157] By: jhi                                   on 2000/12/17  23:01:54
10776         Log: More MAN.PODS => {} fixes.
10777      Branch: perl
10778            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
10779            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
10780            ! os2/OS2/REXX/Makefile.PL
10781 ____________________________________________________________________________
10782 [  8156] By: gsar                                  on 2000/12/17  22:49:13
10783         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
10784              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
10785              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
10786              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
10787              7201,7204 from mainline
10788      Branch: maint-5.6/perl
10789           !> (integrate 121 files)
10790 ____________________________________________________________________________
10791 [  8155] By: jhi                                   on 2000/12/17  22:30:58
10792         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
10793              From: "Craig A. Berry" <craigberry@mac.com>
10794              Date: Sun, 17 Dec 2000 13:09:28 -0600
10795              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
10796              
10797              MAN.PODS => ' ' is naughty.
10798      Branch: perl
10799            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
10800 ____________________________________________________________________________
10801 [  8154] By: nick                                  on 2000/12/17  22:07:13
10802         Log: MULTIPLICITY nit.
10803      Branch: perl
10804            ! mg.c
10805 ____________________________________________________________________________
10806 [  8153] By: gsar                                  on 2000/12/17  21:23:05
10807         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
10808              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
10809              from mainline
10810              
10811              Document the SvIOK_.*UV().
10812              
10813              Update Unicode todo list.
10814              
10815              Guard against bad string->int conversion for quads.
10816              
10817              Subject: small apidoc fix
10818              
10819              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
10820              
10821              Subject: [PATCH] Tied filehandle documentation
10822              
10823              Subject: [PATCH] Modernize Opcode.pm documentation
10824              
10825              Make Data::Dumper (non-XS) to work with changed semantics of ref().
10826              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
10827              [applied even though said semantics didn't change in 5.6.x]
10828              
10829              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
10830              
10831              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
10832              
10833              Fix the URL, but the server is still missing in action.
10834              Subject: [ID 20000905.002] perlfaq1.pod URL error
10835              
10836              Subject: [ID 20000903.001] \w in utf8-strings
10837              
10838              Fix the ccversion detection for 5.1 and beyond.
10839              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
10840              
10841              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
10842              
10843              Subject: [ID 20000904.008] Tiny fix for perldiag
10844              
10845              Subject: Re: [ID 20000906.004] segfault with bad perl statement
10846              
10847              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
10848              
10849              Subject: [ID 20000908.002] perlipc documentation bug.
10850              
10851              Subject: [PATCH lib/Benchmark.pm]
10852              
10853              Re-allow vec() for characters > 255.
10854              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
10855              
10856              Do away with memory models cruft.  Sorry, PDP users.
10857              
10858              Continue #7041.
10859              
10860              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
10861              
10862              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
10863              
10864              Upgrade to CPAN 1.57_65, from Andreas König.
10865              
10866              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
10867              by Russ Allbery.
10868              
10869              Silence t/pod/*.t about alternate quote-mappings now implemented
10870              by Pod::Text, from Brad Appleton.
10871              
10872              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
10873              Subject: borland C++ win32.c tweak
10874              
10875              C<@a = @b = split(...)> optimization coredumps under ithreads
10876              (missed a spot when fixing up op_pmreplroot hack for ithreads)
10877              
10878              Document the SvUTF8*().
10879              
10880              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
10881              
10882              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
10883              
10884              Do in VMS as the #7054 does.
10885              
10886              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
10887              
10888              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
10889              
10890              Subject: [patch: perl@7045] vms updates
10891              
10892              Test for the #7049.
10893              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
10894              
10895              Break up the myconfig lines a bit.
10896              Subject: perlbug/perl -V output format
10897              
10898              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
10899              
10900              The #7054 truncated Configure badly.
10901              
10902              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
10903              initialization in all the threads on Windows
10904              
10905              Allow for whitespace between "#" and "line" in cpp output.
10906              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
10907              
10908              Remove vestiges of tr//CU.
10909              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
10910              
10911              The return value of setlocale must be copied away.
10912              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
10913              
10914              Allow chop() and chomp() to be overridden.
10915              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
10916              
10917              Hints optimization.
10918              Subject: Minor nit
10919              
10920              Subject: [PATCH] de-wall t/README
10921              
10922              Subject: Re: Two advertising clauses need to be removed
10923      Branch: maint-5.6/perl
10924           !> (integrate 75 files)
10925 ____________________________________________________________________________
10926 [  8152] By: gsar                                  on 2000/12/17  20:30:11
10927         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
10928              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
10929              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
10930              
10931              Don't attach -ld to the archname if pointless.
10932              
10933              Document UNTIE in a very minimalistic way.
10934              
10935              POSIX doesn't report long double values under -Duselongdouble
10936              when the long doubles are "real" (bigger than doubles).
10937              
10938              More author updates.
10939              
10940              Try to deduce NV_MAX.  Really should be Configure fodder.
10941              
10942              :: not allowed in pathnames, change to .
10943              Subject: [PATCH perl@6938] cygwin port
10944              
10945              Forget about NV_MAX (#6951).  Various floating point tweaks,
10946              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
10947              
10948              Move the Solaris 7 scan to use64bitall, make the
10949              failure to find 64-bot sparc libc to mention the
10950              possibility of being in an intel, from Lupe and Alan.
10951              
10952              Regen perltoc.
10953              
10954              AUTHORS tweaks, from Peter Prymmer.
10955              
10956              More address tweaking.
10957              
10958              Small tweaks all over.
10959              
10960              File::Temp patches from Andreas König,
10961              
10962              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
10963              
10964              Subject: CPAN.pm beta 1.57_57 for the core
10965              
10966              Part of the solution.
10967              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
10968              
10969              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
10970              
10971              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
10972              
10973              Add the overload warnings to perldiag.
10974              
10975              Drop unused argument.
10976              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
10977              
10978              Subject: Nit in Configure (bleadperl@6961)
10979              
10980              Update to PodParser 1.18, from Brad Appleton.
10981              
10982              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
10983              
10984              Subject: [PATCH: 6948] add SCNfldbl to configure.com
10985              
10986              Document UNTIE. Also tweak implementation to suppress the 'inner references'
10987              warning when UNTIE exists and instead pass the cound of extra references to
10988              the UNTIE method.
10989              
10990              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
10991              so that case-ignoring systems like DCL can tell them from
10992              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
10993              
10994              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
10995              
10996              Feature ordering tweak.
10997              
10998              Regen perltoc.
10999              
11000              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
11001              
11002              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
11003              
11004              Subject: http:// in L<>
11005              
11006              Detypo.
11007              
11008              change#6791 accidentally clobbered change#6710, put it back
11009              
11010              Only the first line, thank you very much.
11011              
11012              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
11013              plus rework the http: spots as suggested by Tom Christiansen,
11014              plus regen perltoc.
11015              
11016              Undo part of change 6489 which looks like a bulk edit which
11017              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
11018              The supressing of main:: on return from select() is undesirable.
11019              
11020              Apparently avoiding the swapping is too costly.
11021              
11022              Various Configure nits by Philip Newton,
11023              plus the ebcdic one by me.
11024              
11025              Make certain cc is set before trying to run it.
11026              
11027              If overloaded %{} etc. return the object do not loop.
11028              Thus  sub deref { $_[0] } functions if object is wanted type.
11029              
11030              Update perlhist.
11031              
11032              More %{} and other deref special casing - do not pass to 'nomethod'.
11033      Branch: maint-5.6/perl
11034           !> (integrate 59 files)
11035 ____________________________________________________________________________
11036 [  8151] By: gsar                                  on 2000/12/17  19:14:38
11037         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
11038              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
11039              
11040              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
11041              
11042              Make the epsilon to be relative, not absolute.
11043              
11044              Put back the flags dump as reasoned in
11045              Subject: Re: [PATCH] Glob dumping
11046              
11047              Introduce ccname to keep track of what compiler kind of we have.
11048              
11049              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
11050              
11051              Put back the slice accidentally removed by #6907.
11052              
11053              Reset archname and archname64 always, forcing them be
11054              recomputed at each Configure run, make Configure and
11055              the hints files agree on the naming of largefiles variables.
11056              
11057              Don't say "Perl 5.0 source kit".
11058              
11059              Subject: [PATCH] fix misc cast warnings
11060              
11061              Subject: typos in pods
11062              
11063              NVs not necessarily doubles, as pointed out by Yitzchak.
11064              
11065              Subject: [PATCH 6889] add a few ldbl formats to configure.com
11066              
11067              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
11068              
11069              Better options for rsync.
11070              
11071              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
11072              
11073              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
11074              
11075              Subject: [PATCH] Re: UNTIE method 
11076              
11077              A better fix for the Socket building problem from Craig Berry.
11078              
11079              Retract the dummy test, skip the security tests (instead of failing),
11080              explain what the warnings mean.
11081              
11082              Heap decorruption.
11083              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
11084              
11085              Update to Unicode 3.0.1.
11086              
11087              Missed one Unicode file.
11088              
11089              Subject: Re: typos in pods
11090              
11091              The #6929 was too skimpy.
11092              
11093              sscanf() may be the only way to read long doubles from strings.
11094              
11095              Reveal Borland's isnan.
11096              Subject: build with BC++ tweak
11097              
11098              Issue useful diagnostic on unknown pod commands.
11099              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
11100              
11101              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
11102              
11103              Clarify the third case of ftmp-security warnings.
11104              
11105              Make -Dusemorebits find long doubles in Solaris.
11106              
11107              Wrap the test in eval.
11108      Branch: maint-5.6/perl
11109           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
11110           +> lib/unicode/PropList.txt lib/unicode/README.perl
11111           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
11112           +> lib/unicode/Unicode.301 vms/vmspipe.com
11113            - lib/unicode/Props.txt lib/unicode/UCD300.html
11114            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
11115           !> (integrate 305 files)
11116 ____________________________________________________________________________
11117 [  8150] By: jhi                                   on 2000/12/17  18:47:57
11118         Log: Uncheckedin generated files.
11119      Branch: perl
11120            ! global.sym perlapi.c pod/perlapi.pod
11121 ____________________________________________________________________________
11122 [  8149] By: jhi                                   on 2000/12/17  18:41:22
11123         Log: Update Changes.
11124      Branch: perl
11125            ! Changes patchlevel.h
11126 ____________________________________________________________________________
11127 [  8148] By: jhi                                   on 2000/12/17  18:39:16
11128         Log: Subject: [PATCH] Fcntl constants speedup
11129              From: Nicholas Clark <nick@ccl4.org>
11130              Date: Sun, 17 Dec 2000 16:29:24 +0000
11131              Message-ID: <20001217162924.E97668@plum.flirble.org>
11132              
11133              Use IVs for the Fcntl constants instead of NVs.
11134      Branch: perl
11135            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
11136 ____________________________________________________________________________
11137 [  8147] By: jhi                                   on 2000/12/17  18:33:41
11138         Log: Add test for #8145 (binmode() warning), add warning for
11139              ioctl() and sockpair(), document them. (fileno() cannot
11140              be tripwired with the same kind of warning because
11141              'defined fileno($foo)' seems to be an idiom.)
11142      Branch: perl
11143            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
11144 ____________________________________________________________________________
11145 [  8146] By: gsar                                  on 2000/12/17  18:09:08
11146         Log: update Changes
11147      Branch: maint-5.6/perl
11148            ! Changes
11149 ____________________________________________________________________________
11150 [  8145] By: jhi                                   on 2000/12/17  17:39:35
11151         Log: Subject: [PATCH] Re: The long awaited feature ...
11152              From: Simon Cozens <simon@cozens.net>
11153              Date: Sun, 17 Dec 2000 12:31:56 +0000
11154              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
11155              
11156              Add a warning to binmode() about using bad filehandles
11157              (can happen e.g. if someone forgets the filehandle argument)
11158      Branch: perl
11159            ! pp_sys.c
11160 ____________________________________________________________________________
11161 [  8144] By: jhi                                   on 2000/12/17  17:33:48
11162         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
11163              From: Jonathan Stowe <gellyfish@gellyfish.com>
11164              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
11165              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
11166      Branch: perl
11167            ! lib/Net/Ping.pm
11168 ____________________________________________________________________________
11169 [  8143] By: jhi                                   on 2000/12/17  05:31:37
11170         Log: Polymorphic regexps.
11171              
11172              Fixes at least the bugs 20001028.003 (both of them...) and
11173              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
11174              also to be fixed by now, probably already before this patch.
11175      Branch: perl
11176            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
11177            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
11178            ! t/op/utf8decode.t t/pragma/utf8.t
11179 ____________________________________________________________________________
11180 [  8142] By: jhi                                   on 2000/12/16  17:16:05
11181         Log: Subject: [patch perl@8102] dos/djgpp update
11182              From: Laszlo Molnar <ml1050@freemail.hu>
11183              Date: Sat, 16 Dec 2000 01:40:52 +0100
11184              Message-ID: <20001216014052.A335@freemail.hu>
11185      Branch: perl
11186            ! djgpp/config.over t/base/commonsense.t
11187 ____________________________________________________________________________
11188 [  8141] By: jhi                                   on 2000/12/16  17:09:27
11189         Log: Few uncheckedin files.
11190      Branch: perl
11191            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
11192 ____________________________________________________________________________
11193 [  8140] By: nick                                  on 2000/12/15  22:14:31
11194         Log: Integrate mainline
11195      Branch: perlio
11196           !> (integrate 53 files)
11197 ____________________________________________________________________________
11198 [  8139] By: jhi                                   on 2000/12/15  19:49:49
11199         Log: One more IVUV tweak from Nicholas Clark.
11200      Branch: perl
11201            ! sv.c
11202 ____________________________________________________________________________
11203 [  8138] By: jhi                                   on 2000/12/15  19:17:06
11204         Log: Return of the IVUV-preservation, now seems to be happy even
11205              in Digital UNIX (the broken strtoul brokenness detection
11206              seems to have been the fly in the ointment).
11207      Branch: perl
11208            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11209            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
11210            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
11211            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
11212            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
11213            ! vos/config.ga.h win32/config.bc win32/config.gc
11214            ! win32/config.vc
11215 ____________________________________________________________________________
11216 [  8137] By: jhi                                   on 2000/12/15  18:12:14
11217         Log: Metaconfig unit change for #8136.
11218      Branch: metaconfig
11219            ! U/modified/d_strtoul.U
11220      Branch: metaconfig/U/perl
11221            ! d_strtoull.U d_strtouq.U
11222 ____________________________________________________________________________
11223 [  8136] By: jhi                                   on 2000/12/15  18:11:35
11224         Log: I don't think it's sensible or portable to test the strtou*
11225              on /^-/ strings.
11226      Branch: perl
11227            ! Configure
11228 ____________________________________________________________________________
11229 [  8135] By: jhi                                   on 2000/12/15  17:18:49
11230         Log: Metaconfig unit change for #8134.
11231      Branch: metaconfig
11232            ! U/modified/d_strtoul.U
11233 ____________________________________________________________________________
11234 [  8134] By: jhi                                   on 2000/12/15  17:14:13
11235         Log: If longsize is 8 we don't need a LL suffix for integer constants.
11236      Branch: perl
11237            ! Configure config_h.SH
11238 ____________________________________________________________________________
11239 [  8133] By: jhi                                   on 2000/12/15  16:00:23
11240         Log: Update Changes.
11241      Branch: perl
11242            ! Changes patchlevel.h
11243 ____________________________________________________________________________
11244 [  8132] By: jhi                                   on 2000/12/15  15:44:16
11245         Log: Some compilers get huffy if you do not cast a const pointer
11246              to a non-const when assigning.
11247      Branch: perl
11248            ! gv.c
11249 ____________________________________________________________________________
11250 [  8131] By: jhi                                   on 2000/12/15  15:38:30
11251         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
11252              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11253              Date: Fri, 15 Dec 2000 05:26:57 -0500
11254              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
11255      Branch: perl
11256            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
11257            ! t/pragma/overload.t
11258 ____________________________________________________________________________
11259 [  8130] By: jhi                                   on 2000/12/15  15:36:08
11260         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
11261              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11262              Date: Thu, 14 Dec 2000 22:02:43 -0500
11263              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
11264      Branch: perl
11265            ! gv.c perl.h
11266 ____________________________________________________________________________
11267 [  8129] By: jhi                                   on 2000/12/15  15:34:16
11268         Log: Subject: PATCH: h2xs nit
11269              From: Tim Jenness <t.jenness@jach.hawaii.edu>
11270              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
11271              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
11272              
11273              Add a template README.
11274      Branch: perl
11275            ! utils/h2xs.PL
11276 ____________________________________________________________________________
11277 [  8128] By: jhi                                   on 2000/12/15  15:32:22
11278         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
11279      Branch: perl
11280            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
11281 ____________________________________________________________________________
11282 [  8127] By: jhi                                   on 2000/12/15  15:19:34
11283         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
11284              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
11285              Date:     Thu, 14 Dec 2000 20:04:42 EST
11286              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
11287      Branch: perl
11288            ! ext/Opcode/Opcode.xs
11289 ____________________________________________________________________________
11290 [  8126] By: jhi                                   on 2000/12/15  15:17:49
11291         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
11292              From: Peter Prymmer <pvhp@forte.com>
11293              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
11294              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
11295      Branch: perl
11296            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
11297            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
11298            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
11299 ____________________________________________________________________________
11300 [  8125] By: jhi                                   on 2000/12/15  15:11:05
11301         Log: This seems to be a stage sane and stable enough to checkin.
11302              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
11303      Branch: perl
11304            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
11305            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
11306            ! t/op/cmp.t t/op/numconvert.t
11307 ____________________________________________________________________________
11308 [  8124] By: jhi                                   on 2000/12/15  04:20:26
11309         Log: Something is really wonky.
11310      Branch: perl
11311            ! sv.c
11312 ____________________________________________________________________________
11313 [  8123] By: jhi                                   on 2000/12/15  04:00:50
11314         Log: Fixes for the IV UV patches to compile in Digital UNIX.
11315      Branch: perl
11316            ! sv.c
11317 ____________________________________________________________________________
11318 [  8122] By: jhi                                   on 2000/12/15  02:53:40
11319         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
11320              From: "Craig A. Berry" <craigberry@mac.com>
11321              Date: Thu, 14 Dec 2000 19:10:49 -0600
11322              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
11323      Branch: perl
11324            ! vms/vms.c
11325 ____________________________________________________________________________
11326 [  8121] By: jhi                                   on 2000/12/15  02:50:00
11327         Log: Metaconfig changes for #8120.
11328      Branch: metaconfig
11329            + U/modified/d_strtoul.U
11330      Branch: metaconfig/U/perl
11331            ! d_strtoull.U d_strtouq.U
11332 ____________________________________________________________________________
11333 [  8120] By: jhi                                   on 2000/12/15  02:49:42
11334         Log: From: Nicholas Clark <nick@ccl4.org> 
11335              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
11336              Date: Thu, 14 Dec 2000 18:38:57 +0000
11337              Message-ID: <20001214183857.B97909@plum.flirble.org>
11338      Branch: perl
11339            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11340            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
11341            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
11342            ! vos/config.ga.def vos/config.ga.h win32/config.bc
11343            ! win32/config.gc win32/config.vc
11344 ____________________________________________________________________________
11345 [  8119] By: jhi                                   on 2000/12/14  23:40:58
11346         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
11347              From: Nicholas Clark <nick@ccl4.org>
11348              Date: Wed, 13 Dec 2000 20:08:50 +0000
11349              Message-ID: <20001213200849.B71166@plum.flirble.org>
11350      Branch: perl
11351            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
11352            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
11353 ____________________________________________________________________________
11354 [  8118] By: jhi                                   on 2000/12/14  22:46:26
11355         Log: Integrate perlio.
11356      Branch: perl
11357           !> MANIFEST ext/Encode/compile makedef.pl
11358 ____________________________________________________________________________
11359 [  8117] By: nick                                  on 2000/12/14  22:38:53
11360         Log: Win32 tweaks to get Encode to build
11361              - temp hack to makedef.pl till PerlIO is properly "exported".
11362              - MSVC dislikes  
11363              static encpage_t foo[];
11364              so make 'em extern for now.
11365      Branch: perlio
11366            ! ext/Encode/compile makedef.pl
11367 ____________________________________________________________________________
11368 [  8116] By: nick                                  on 2000/12/14  22:00:53
11369         Log: Document the new files
11370      Branch: perlio
11371            ! MANIFEST
11372 ____________________________________________________________________________
11373 [  8115] By: jhi                                   on 2000/12/14  21:58:01
11374         Log: MANIFEST new files of #8114.
11375      Branch: perl
11376            ! MANIFEST
11377 ____________________________________________________________________________
11378 [  8114] By: jhi                                   on 2000/12/14  21:50:49
11379         Log: Integrate perlio.
11380      Branch: perl
11381           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
11382           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
11383           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
11384           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
11385           !> ext/Encode/Makefile.PL
11386 ____________________________________________________________________________
11387 [  8113] By: jhi                                   on 2000/12/14  21:48:49
11388         Log: The documentation part of the
11389              
11390              Subject: [ID 20001214.002] Net::Ping patch
11391              From: Jonathan Stowe <gellyfish@gellyfish.com>
11392              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
11393              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
11394              since the #7529 had already addressed the same problem.
11395      Branch: perl
11396            ! lib/Net/Ping.pm
11397 ____________________________________________________________________________
11398 [  8112] By: jhi                                   on 2000/12/14  21:42:57
11399         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
11400              From: Dominic Dunlop <domo@computer.org>
11401              Date: Tue, 12 Dec 2000 10:47:10 +0100
11402              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
11403              
11404              Document how elusive subroutines can be.
11405      Branch: perl
11406            ! pod/perlfunc.pod
11407 ____________________________________________________________________________
11408 [  8111] By: jhi                                   on 2000/12/14  21:38:05
11409         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
11410              From: Dominic Dunlop <domo@computer.org>
11411              Date: Thu, 14 Dec 2000 10:13:51 +0100
11412              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
11413      Branch: perl
11414            ! ext/POSIX/POSIX.pod
11415 ____________________________________________________________________________
11416 [  8110] By: jhi                                   on 2000/12/14  21:36:32
11417         Log: Subject: [patch] perlfaq7
11418              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
11419              Date: Thu, 14 Dec 2000 15:31:07 +0100
11420              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
11421      Branch: perl
11422            ! pod/perlfaq7.pod
11423 ____________________________________________________________________________
11424 [  8109] By: jhi                                   on 2000/12/14  21:29:20
11425         Log: Subject: [8104] Encode
11426              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11427              Date: Thu, 14 Dec 2000 14:49:34 +0100
11428              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
11429              
11430              Type casting for nervous compilers.
11431      Branch: perl
11432            ! ext/Encode/Encode.xs
11433 ____________________________________________________________________________
11434 [  8108] By: jhi                                   on 2000/12/14  21:26:17
11435         Log: Subject: [8104] DB_File
11436              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11437              Date: Thu, 14 Dec 2000 14:49:35 +0100
11438              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
11439              
11440              Type definition incorrect for DB 2.7.7.  Not known when it
11441              changed, so only changed it for a known revision.
11442      Branch: perl
11443            ! ext/DB_File/DB_File.xs
11444 ____________________________________________________________________________
11445 [  8107] By: jhi                                   on 2000/12/14  21:23:41
11446         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
11447              From: Peter Prymmer <pvhp@forte.com>
11448              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
11449              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
11450              
11451              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
11452      Branch: perl
11453            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
11454            ! ext/Encode/Encode/posix-bc.enc
11455 ____________________________________________________________________________
11456 [  8106] By: nick                                  on 2000/12/14  20:36:13
11457         Log: "Cold" build correction to Encode's Makefile.PL
11458      Branch: perlio
11459            ! ext/Encode/Makefile.PL
11460 ____________________________________________________________________________
11461 [  8105] By: nick                                  on 2000/12/14  20:09:37
11462         Log: "Compiled" encodings.
11463              Correct replacement character in EBCDIC .enc files
11464              Add 0x7F to ASCII repertoire.
11465      Branch: perlio
11466            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
11467            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
11468            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
11469            ! ext/Encode/Makefile.PL ext/Encode/compile
11470            ! ext/Encode/encengine.c ext/Encode/encode.h
11471 ____________________________________________________________________________
11472 [  8104] By: nick                                  on 2000/12/14  00:38:20
11473         Log: Integrate mainline
11474      Branch: perlio
11475           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
11476           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
11477           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
11478           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
11479           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
11480           !> t/lib/db-hash.t t/lib/db-recno.t
11481 ____________________________________________________________________________
11482 [  8103] By: nick                                  on 2000/12/13  23:16:13
11483         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
11484              so far and so it does not get lost.
11485      Branch: perlio
11486            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
11487 ____________________________________________________________________________
11488 [  8102] By: jhi                                   on 2000/12/13  17:14:22
11489         Log: Update Changes.
11490      Branch: perl
11491            ! Changes patchlevel.h
11492 ____________________________________________________________________________
11493 [  8101] By: jhi                                   on 2000/12/13  16:53:41
11494         Log: Move the proto of start_glob() to a better place; regen api files.
11495      Branch: perl
11496            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
11497 ____________________________________________________________________________
11498 [  8100] By: jhi                                   on 2000/12/13  16:47:11
11499         Log: Metaconfig change for #8099.
11500      Branch: metaconfig
11501            ! U/modified/Head.U
11502 ____________________________________________________________________________
11503 [  8099] By: jhi                                   on 2000/12/13  16:46:48
11504         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
11505              From: Andy Dougherty <doughera@lafayette.edu>
11506              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
11507              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
11508      Branch: perl
11509            ! Configure
11510 ____________________________________________________________________________
11511 [  8098] By: jhi                                   on 2000/12/13  16:39:02
11512         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
11513              From: rspier@pobox.com (Robert Spier)
11514              Date: Tue, 12 Dec 2000 21:12:39 -0500
11515              Message-ID: <14902.56087.678086.725773@rls.cx>
11516              
11517              fastgetcwd is defined using a glob alias on a $^O dependent basis -
11518              and there was no default assignment or perl subroutine.
11519      Branch: perl
11520            ! lib/Cwd.pm
11521 ____________________________________________________________________________
11522 [  8097] By: jhi                                   on 2000/12/13  16:16:01
11523         Log: Subject: [PATCH] move startglob out of pp_hot.c
11524              From: Nicholas Clark <nick@ccl4.org>
11525              Date: Mon, 11 Dec 2000 23:16:39 +0000
11526              Message-ID: <20001211231638.A55550@plum.flirble.org>
11527      Branch: perl
11528            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
11529 ____________________________________________________________________________
11530 [  8096] By: jhi                                   on 2000/12/13  15:26:23
11531         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
11532              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
11533              Date: Wed, 13 Dec 2000 14:01:37 +0100
11534              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
11535              
11536              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
11537              in turn requires libpthread in libswanted.
11538      Branch: perl
11539            ! hints/hpux.sh
11540 ____________________________________________________________________________
11541 [  8095] By: jhi                                   on 2000/12/12  19:51:05
11542         Log: The integration wars continue.
11543      Branch: perl
11544           !> sv.c
11545 ____________________________________________________________________________
11546 [  8094] By: jhi                                   on 2000/12/12  19:48:26
11547         Log: Subject: [PATCH perl@8070] DB_File-1.74  
11548              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
11549              Date: Mon, 11 Dec 2000 23:07:17 -0000
11550              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
11551      Branch: perl
11552            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
11553            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
11554            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
11555            ! t/lib/db-recno.t
11556 ____________________________________________________________________________
11557 [  8093] By: nick                                  on 2000/12/12  19:42:13
11558         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
11559      Branch: perlio
11560            ! sv.c
11561           !> lib/File/DosGlob.pm
11562 ____________________________________________________________________________
11563 [  8092] By: jhi                                   on 2000/12/12  19:28:11
11564         Log: Integrate perlio.
11565      Branch: perl
11566           !> sv.c
11567 ____________________________________________________________________________
11568 [  8091] By: nick                                  on 2000/12/12  18:49:45
11569         Log: Fix for Tk, and upgrading shared SVs.
11570      Branch: perlio
11571            ! sv.c
11572 ____________________________________________________________________________
11573 [  8090] By: jhi                                   on 2000/12/12  16:48:59
11574         Log: Subject: [PATCH] Re: Breadperl & Tk
11575              From: Nick Ing-Simmons <nik@tiuk.ti.com>
11576              Date: Tue, 12 Dec 2000 14:48:27 GMT
11577              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
11578      Branch: perl
11579            ! sv.c
11580 ____________________________________________________________________________
11581 [  8089] By: jhi                                   on 2000/12/12  03:37:19
11582         Log: Subject: DosGlob.pm diff for bash style brace expansion.
11583              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
11584              Date: Fri, 8 Dec 2000 10:45:30 -0600
11585              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
11586      Branch: perl
11587            ! lib/File/DosGlob.pm
11588 ____________________________________________________________________________
11589 [  8088] By: nick                                  on 2000/12/11  23:59:59
11590         Log: Integrate mainline
11591      Branch: perlio
11592           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
11593           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
11594           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
11595           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
11596           !> t/op/local.t t/pragma/warn/toke toke.c
11597 ____________________________________________________________________________
11598 [  8087] By: jhi                                   on 2000/12/11  23:20:23
11599         Log: Integrate perlio.
11600      Branch: perl
11601           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
11602 ____________________________________________________________________________
11603 [  8086] By: jhi                                   on 2000/12/11  22:50:59
11604         Log: Tune further the OS detection of CGI.
11605      Branch: perl
11606            ! lib/CGI.pm
11607 ____________________________________________________________________________
11608 [  8085] By: nick                                  on 2000/12/11  22:50:46
11609         Log: Finish 1st pass of "encoding" layer e.g. :
11610              open($fh,"<encoding(iso8859-7)",$greek) || die;
11611      Branch: perlio
11612            ! ext/Encode/Encode.xs perlio.c perliol.h
11613 ____________________________________________________________________________
11614 [  8084] By: jhi                                   on 2000/12/11  22:32:06
11615         Log: Revert the -f ambiguousity patch, seems to cause
11616              too much hassle (the interpret -Q as a function
11617              where Q is not a known filetest part is left in).
11618      Branch: perl
11619            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
11620            ! toke.c
11621 ____________________________________________________________________________
11622 [  8083] By: jhi                                   on 2000/12/11  22:27:23
11623         Log: (accidentally empty check-in)
11624      Branch: perl
11625            ! lib/File/DosGlob.pm
11626 ____________________________________________________________________________
11627 [  8082] By: nick                                  on 2000/12/11  19:09:51
11628         Log: Restore mmap function (broken by tweaks to shared buffer
11629              layer for encode(xxxx)).
11630      Branch: perlio
11631            ! perlio.c
11632 ____________________________________________________________________________
11633 [  8081] By: jhi                                   on 2000/12/11  18:29:13
11634         Log: Subject: Re: The long awaited feature ...
11635              From: Simon Cozens <simon@cozens.net>
11636              Date: Mon, 11 Dec 2000 15:54:24 +0000
11637              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
11638              
11639              More io/utf8 tests.
11640      Branch: perl
11641            ! t/io/utf8.t
11642 ____________________________________________________________________________
11643 [  8080] By: jhi                                   on 2000/12/11  18:19:36
11644         Log: Subject: PATCH MakeMaker manpage clarification
11645              From: andreas.koenig@anima.de (Andreas J. Koenig)
11646              Date: 10 Dec 2000 20:46:13 +0100
11647              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
11648      Branch: perl
11649            ! lib/ExtUtils/MakeMaker.pm
11650 ____________________________________________________________________________
11651 [  8079] By: jhi                                   on 2000/12/11  15:35:07
11652         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
11653              From: Simon Cozens <simon@cozens.net>
11654              Date: Sun, 10 Dec 2000 19:06:19 +0000
11655              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
11656      Branch: perl
11657            ! ext/B/B/Deparse.pm t/lib/b.t
11658 ____________________________________________________________________________
11659 [  8078] By: jhi                                   on 2000/12/11  15:09:11
11660         Log: Subject: [PATCH] docs on NaN
11661              From: Nicholas Clark <nick@ccl4.org>
11662              Date: Mon, 11 Dec 2000 01:48:38 +0000
11663              Message-ID: <20001211014838.B99205@plum.flirble.org>
11664      Branch: perl
11665            ! pod/perlop.pod
11666 ____________________________________________________________________________
11667 [  8077] By: jhi                                   on 2000/12/11  15:02:21
11668         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
11669              From: Simon Cozens <simon@cozens.net>
11670              Date: Mon, 11 Dec 2000 01:21:45 +0000
11671              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
11672      Branch: perl
11673            ! pp.c pp_hot.c scope.c t/op/local.t
11674 ____________________________________________________________________________
11675 [  8076] By: nick                                  on 2000/12/10  20:43:32
11676         Log: Not merge worthy...
11677              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
11678              syntax is modelled on attributes.
11679              Untested fix for io/utf8 on Win32 etc.
11680              Very clumsy start to the encode layer.
11681      Branch: perlio
11682            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
11683 ____________________________________________________________________________
11684 [  8075] By: jhi                                   on 2000/12/10  18:39:33
11685         Log: Darwin is not Windows.
11686      Branch: perl
11687            ! lib/CGI.pm
11688 ____________________________________________________________________________
11689 [  8074] By: jhi                                   on 2000/12/10  18:31:27
11690         Log: Subject: Ambiguous -%c() resolved as a file test
11691              From: "Paul Marquess" <Paul.Marquess@openwave.com>
11692              Date: Sun, 10 Dec 2000 15:35:07 -0000
11693              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
11694      Branch: perl
11695            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
11696 ____________________________________________________________________________
11697 [  8073] By: jhi                                   on 2000/12/10  18:16:29
11698         Log: Subject: PATCH installperl misinformed 
11699              From: andreas.koenig@anima.de (Andreas J. Koenig)
11700              Date: 10 Dec 2000 13:01:32 +0100 
11701              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
11702      Branch: perl
11703            ! installperl
11704 ____________________________________________________________________________
11705 [  8072] By: jhi                                   on 2000/12/10  18:07:55
11706         Log: The walkoptree confusion rages; walkoptree() seems to be coming
11707              from B.xs, while walkoptree_slow() comes from B.pm.
11708      Branch: perl
11709            ! ext/B/B.pm
11710 ____________________________________________________________________________
11711 [  8071] By: nick                                  on 2000/12/10  11:45:47
11712         Log: Integrate mainline
11713      Branch: perlio
11714           +> t/base/commonsense.t
11715           !> (integrate 37 files)
11716 ____________________________________________________________________________
11717 [  8070] By: jhi                                   on 2000/12/10  04:46:21
11718         Log: Update Changes.
11719      Branch: perl
11720            ! Changes patchlevel.h
11721 ____________________________________________________________________________
11722 [  8069] By: jhi                                   on 2000/12/10  04:39:19
11723         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
11724              From: andreas.koenig@anima.de (Andreas J. Koenig)
11725              Date: 09 Dec 2000 17:14:25 +0100
11726              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
11727      Branch: perl
11728            + t/base/commonsense.t
11729            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
11730 ____________________________________________________________________________
11731 [  8068] By: jhi                                   on 2000/12/10  04:17:36
11732         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
11733              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
11734              Date: Sat, 9 Dec 2000 16:47:22 -0000
11735              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
11736      Branch: perl
11737            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
11738            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
11739            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
11740            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
11741            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
11742            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
11743            ! t/lib/sdbm.t
11744 ____________________________________________________________________________
11745 [  8067] By: jhi                                   on 2000/12/10  03:52:02
11746         Log: Test case for #8066.
11747      Branch: perl
11748            ! t/op/misc.t
11749 ____________________________________________________________________________
11750 [  8066] By: jhi                                   on 2000/12/10  03:50:30
11751         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
11752              From: Simon Cozens <simon@cozens.net>
11753              Date: Sun, 10 Dec 2000 00:55:37 +0000
11754              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
11755      Branch: perl
11756            ! pp_sys.c
11757 ____________________________________________________________________________
11758 [  8065] By: jhi                                   on 2000/12/10  03:44:52
11759         Log: Test case for #8064.
11760      Branch: perl
11761            ! t/comp/proto.t
11762 ____________________________________________________________________________
11763 [  8064] By: jhi                                   on 2000/12/10  03:42:32
11764         Log: Subject: Re: prototype of substr
11765              From: Simon Cozens <simon@cozens.net>
11766              Date: Sun, 10 Dec 2000 00:13:33 +0000
11767              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
11768              
11769              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
11770      Branch: perl
11771            ! pp.c
11772 ____________________________________________________________________________
11773 [  8063] By: jhi                                   on 2000/12/10  03:39:42
11774         Log: Subject: [PATCH] perlguts.pod
11775              From: Simon Cozens <simon@cozens.net>
11776              Date: Sun, 10 Dec 2000 00:06:47 +0000
11777              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
11778              
11779              Documentation of the different types of ops,
11780              plus the functions in dump.c
11781      Branch: perl
11782            ! pod/perlguts.pod
11783 ____________________________________________________________________________
11784 [  8062] By: jhi                                   on 2000/12/10  03:30:04
11785         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
11786              From: Nicholas Clark <nick@talking.bollo.cx>
11787              Date: Sat, 09 Dec 2000 18:57:25 +0000
11788              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
11789              
11790              Be more robust in weird hostname setups.
11791      Branch: perl
11792            ! t/lib/net-hostent.t
11793 ____________________________________________________________________________
11794 [  8061] By: jhi                                   on 2000/12/10  03:28:21
11795         Log: Pacify fussy compiler. 
11796      Branch: perl
11797            ! pp_sys.c
11798 ____________________________________________________________________________
11799 [  8060] By: jhi                                   on 2000/12/10  02:52:46
11800         Log: Integrate perlio.
11801      Branch: perl
11802           !> pp_sys.c t/io/utf8.t
11803 ____________________________________________________________________________
11804 [  8059] By: nick                                  on 2000/12/09  23:40:14
11805         Log: read/sysread/recv should now be utf8 aware.
11806              Basic test for utf8 read.
11807      Branch: perlio
11808            ! pp_sys.c t/io/utf8.t
11809 ____________________________________________________________________________
11810 [  8058] By: jhi                                   on 2000/12/09  21:56:02
11811         Log: Integrate perlio.
11812      Branch: perl
11813           +> t/io/utf8.t
11814           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
11815 ____________________________________________________________________________
11816 [  8057] By: jhi                                   on 2000/12/09  21:53:35
11817         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
11818              From: Inaba Hiroto <inaba@st.rim.or.jp>
11819              Date: Sun, 10 Dec 2000 05:53:21 +0900
11820              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
11821              
11822              Tests for #8056.
11823      Branch: perl
11824            ! t/op/each.t
11825 ____________________________________________________________________________
11826 [  8056] By: jhi                                   on 2000/12/09  21:51:16
11827         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
11828              From: Inaba Hiroto <inaba@st.rim.or.jp>
11829              Date: Sat, 09 Dec 2000 18:02:00 +0900
11830              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
11831              
11832              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
11833      Branch: perl
11834            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
11835 ____________________________________________________________________________
11836 [  8055] By: nick                                  on 2000/12/09  20:11:48
11837         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
11838              than raw PerlIO_write() - does not seem to break any tests.
11839      Branch: perlio
11840            ! pp_sys.c
11841 ____________________________________________________________________________
11842 [  8054] By: nick                                  on 2000/12/09  19:47:30
11843         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
11844              (sysread, recv and write i.e. formats still to do...)
11845              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
11846              open($fh,">:utf8","name")
11847              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
11848              so no extra overhead is involved.
11849              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
11850              to a non-utf8 stream.
11851              Add initial io/utf8.t
11852              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
11853              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
11854              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
11855      Branch: perlio
11856            + t/io/utf8.t
11857            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
11858 ____________________________________________________________________________
11859 [  8053] By: nick                                  on 2000/12/09  19:26:37
11860         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
11861              was only testing this_utf8.
11862      Branch: perlio
11863            ! toke.c
11864 ____________________________________________________________________________
11865 [  8052] By: nick                                  on 2000/12/09  19:09:41
11866         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
11867              i.e. the output string has one, but don't mess with source assumption.
11868      Branch: perlio
11869            ! toke.c
11870 ____________________________________________________________________________
11871 [  8051] By: jhi                                   on 2000/12/09  16:55:17
11872         Log: Integrate perlio.
11873      Branch: perl
11874           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
11875           !> sv.c thrdvar.h util.c
11876 ____________________________________________________________________________
11877 [  8050] By: jhi                                   on 2000/12/09  16:48:07
11878         Log: Nits noticed by Peter Prymmer.
11879      Branch: perl
11880            ! lib/ExtUtils/MM_VMS.pm
11881 ____________________________________________________________________________
11882 [  8049] By: nick                                  on 2000/12/09  13:49:40
11883         Log: UTF8 output prework.
11884              - Store $\ and $, as SVs so they can have SvUTF8 flag
11885              - use do_print() rather than raw PerlIO_write() to print them.
11886      Branch: perlio
11887            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
11888            ! thrdvar.h util.c
11889 ____________________________________________________________________________
11890 [  8048] By: nick                                  on 2000/12/09  12:30:43
11891         Log: Integrate mainline.
11892      Branch: perlio
11893           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
11894           +> t/op/reverse.t
11895           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
11896           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
11897           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
11898           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
11899           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
11900           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
11901 ____________________________________________________________________________
11902 [  8047] By: jhi                                   on 2000/12/09  00:23:27
11903         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
11904              From: Michael G Schwern <schwern@pobox.com>
11905              Date: Fri, 8 Dec 2000 14:43:04 -0600
11906      Branch: perl
11907            ! lib/ExtUtils/MM_VMS.pm
11908 ____________________________________________________________________________
11909 [  8046] By: jhi                                   on 2000/12/08  23:10:27
11910         Log: A missed check-in.
11911      Branch: perl
11912            ! lib/ExtUtils/Manifest.pm
11913 ____________________________________________________________________________
11914 [  8045] By: jhi                                   on 2000/12/08  21:57:12
11915         Log: (null check-in)
11916      Branch: perl
11917            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
11918 ____________________________________________________________________________
11919 [  8044] By: jhi                                   on 2000/12/08  21:11:06
11920         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
11921              at the final draft stage.
11922      Branch: perl
11923            + ext/Encode/Encode/iso8859-16.enc
11924            ! MANIFEST
11925 ____________________________________________________________________________
11926 [  8043] By: jhi                                   on 2000/12/08  16:39:04
11927         Log: Update Changes.
11928      Branch: perl
11929            ! Changes patchlevel.h
11930 ____________________________________________________________________________
11931 [  8042] By: jhi                                   on 2000/12/08  16:33:39
11932         Log: Do not return the Unicode replacement character if UTF-8
11933              decoding goes awry, it should be up to the caller to decide.
11934      Branch: perl
11935            ! pod/perlapi.pod utf8.c
11936 ____________________________________________________________________________
11937 [  8041] By: jhi                                   on 2000/12/08  16:22:28
11938         Log: metaconfig maintenance.
11939      Branch: metaconfig
11940            ! U/modified/stdchar.U
11941      Branch: metaconfig/U/perl
11942            + testsyml.U
11943 ____________________________________________________________________________
11944 [  8040] By: jhi                                   on 2000/12/08  16:03:08
11945         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
11946              From: sthoenna@efn.org
11947              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
11948              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
11949      Branch: perl
11950            ! Changes lib/ExtUtils/MM_OS2.pm
11951 ____________________________________________________________________________
11952 [  8039] By: jhi                                   on 2000/12/08  15:57:11
11953         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
11954              From: Simon Cozens <simon@cozens.net>
11955              Date: Fri, 8 Dec 2000 13:33:31 +0000
11956              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
11957              
11958              (The pp_hot part needed a rewrite.)
11959      Branch: perl
11960            ! doop.c pp_hot.c utf8.c
11961 ____________________________________________________________________________
11962 [  8038] By: jhi                                   on 2000/12/08  15:25:08
11963         Log: Subject: djSP
11964              From: Michael Stevens <michael@etla.org>
11965              Date: Wed, 6 Dec 2000 23:24:01 +0000
11966              Message-ID: <20001206232400.A21381@firedrake.org>
11967              
11968              Plus a note from Nick Ing-Simmons.
11969      Branch: perl
11970            ! pp.h
11971 ____________________________________________________________________________
11972 [  8037] By: jhi                                   on 2000/12/08  15:18:35
11973         Log: Filetype is text.
11974      Branch: perl
11975            ! t/op/utf8decode.t
11976 ____________________________________________________________________________
11977 [  8036] By: jhi                                   on 2000/12/08  03:31:27
11978         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
11979              From: Andy Dougherty <doughera@lafayette.edu>
11980              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
11981              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
11982              
11983              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
11984              From: Andy Dougherty <doughera@lafayette.edu>
11985              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
11986              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
11987      Branch: perl
11988            + ext/POSIX/hints/svr4.pl
11989            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
11990 ____________________________________________________________________________
11991 [  8035] By: jhi                                   on 2000/12/08  03:26:01
11992         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
11993              From: Andy Dougherty <doughera@lafayette.edu>
11994              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
11995              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
11996      Branch: perl
11997            ! t/README t/base/term.t
11998 ____________________________________________________________________________
11999 [  8034] By: jhi                                   on 2000/12/08  03:21:59
12000         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
12001              From: mjd@plover.com  
12002              Date: 7 Dec 2000 21:04:20 -0000
12003              Message-ID: <20001207210420.22282.qmail@plover.com>
12004              
12005              Plus -z doc.
12006      Branch: perl
12007            ! pod/perlfunc.pod
12008 ____________________________________________________________________________
12009 [  8033] By: jhi                                   on 2000/12/08  03:19:03
12010         Log: Use the UTF8 macros a bit.  They can't be used with abandon
12011              everywhere because we do generate illegal UTF-8 in some situations.
12012              This is of course naughty.
12013      Branch: perl
12014            ! pod/perlapi.pod utf8.c utf8.h
12015 ____________________________________________________________________________
12016 [  8032] By: jhi                                   on 2000/12/08  03:00:09
12017         Log: Out of sync?
12018      Branch: perl
12019            ! t/pragma/warn/utf8
12020 ____________________________________________________________________________
12021 [  8031] By: jhi                                   on 2000/12/08  02:22:39
12022         Log: Cnt spl.
12023      Branch: perl
12024            ! MANIFEST
12025 ____________________________________________________________________________
12026 [  8030] By: jhi                                   on 2000/12/08  01:23:54
12027         Log: Add test for reverse().
12028      Branch: perl
12029            + t/op/reverse.t
12030            ! MANIFEST
12031 ____________________________________________________________________________
12032 [  8029] By: jhi                                   on 2000/12/08  01:21:47
12033         Log: Integrate perlio.
12034      Branch: perl
12035           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
12036           !> perlio.c perlio.h perlsdio.h warnings.pl
12037 ____________________________________________________________________________
12038 [  8028] By: jhi                                   on 2000/12/08  01:19:08
12039         Log: Introduce macros for UTF8 decoding.
12040      Branch: perl
12041            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
12042 ____________________________________________________________________________
12043 [  8027] By: nick                                  on 2000/12/07  22:18:19
12044         Log: Integrate mainline
12045      Branch: perlio
12046           !> embed.pl pod/perlapi.pod utf8.c
12047 ____________________________________________________________________________
12048 [  8026] By: nick                                  on 2000/12/07  21:45:08
12049         Log: Various oddities p4 diff -se showed up
12050              Remove 'our' from warnings.pl
12051      Branch: perlio
12052            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
12053 ____________________________________________________________________________
12054 [  8025] By: nick                                  on 2000/12/07  21:43:32
12055         Log: Change PerlIO_(get|set)pos to take SV *
12056              Should fix, OS/2, VMS, (sfio??)
12057      Branch: perlio
12058            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
12059 ____________________________________________________________________________
12060 [  8024] By: jhi                                   on 2000/12/07  19:05:32
12061         Log: Document utf8_to_uv() better.
12062      Branch: perl
12063            ! pod/perlapi.pod utf8.c
12064 ____________________________________________________________________________
12065 [  8023] By: jhi                                   on 2000/12/07  18:23:47
12066         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
12067      Branch: perl
12068            ! embed.pl pod/perlapi.pod utf8.c
12069 ____________________________________________________________________________
12070 [  8022] By: jhi                                   on 2000/12/07  04:13:51
12071         Log: Integrate perlio.
12072      Branch: perl
12073           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
12074           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
12075           !> win32/makefile.mk
12076 ____________________________________________________________________________
12077 [  8021] By: nick                                  on 2000/12/07  00:28:14
12078         Log: Various attempts at MSVC debug - not sure what has
12079              changed but works now. 
12080              Seems atexit() _may_ work for DLLs built with MSVC so don't
12081              call cleanup that way.
12082      Branch: perlio
12083            ! perlio.c win32/makefile.mk
12084 ____________________________________________________________________________
12085 [  8020] By: nick                                  on 2000/12/06  19:57:20
12086         Log: Integrate mainline
12087      Branch: perlio
12088           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
12089           !> (integrate 75 files)
12090 ____________________________________________________________________________
12091 [  8019] By: nick                                  on 2000/12/06  19:28:21
12092         Log: Add useperlio to config.vc
12093              Turn off binmode in config_H.PL
12094              Regen all the config_H.xx
12095              Attempt to get debugging build with MSVC.
12096      Branch: perlio
12097            ! win32/config.vc win32/config_H.bc win32/config_H.gc
12098            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
12099 ____________________________________________________________________________
12100 [  8018] By: nick                                  on 2000/12/06  19:21:57
12101         Log: Test various dup/external program options on all platforms.
12102      Branch: perlio
12103            ! t/io/dup.t
12104 ____________________________________________________________________________
12105 [  8017] By: nick                                  on 2000/12/06  19:20:47
12106         Log: Fix harness to be less picky
12107      Branch: perlio
12108            ! lib/Test/Harness.pm
12109 ____________________________________________________________________________
12110 [  8016] By: jhi                                   on 2000/12/06  16:45:12
12111         Log: Update Changes.
12112      Branch: perl
12113            ! Changes patchlevel.h
12114 ____________________________________________________________________________
12115 [  8015] By: jhi                                   on 2000/12/06  16:41:03
12116         Log: Test \x{...} with ord().
12117      Branch: perl
12118            ! t/op/ord.t
12119 ____________________________________________________________________________
12120 [  8014] By: jhi                                   on 2000/12/06  16:20:33
12121         Log: Test tweak because of #8013.
12122      Branch: perl
12123            ! t/lib/b.t
12124 ____________________________________________________________________________
12125 [  8013] By: jhi                                   on 2000/12/06  16:09:09
12126         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
12127              From: Michael G Schwern <schwern@pobox.com>
12128              Date: Tue, 5 Dec 2000 21:23:28 -0500
12129              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
12130              
12131              Carp::Heavy parts not very applicable because of recent changes.
12132      Branch: perl
12133            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
12134            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
12135            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
12136            ! lib/Exporter.pm lib/Exporter/Heavy.pm
12137            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
12138            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
12139            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
12140            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
12141            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
12142            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
12143            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
12144            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
12145            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
12146            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
12147            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
12148            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
12149            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
12150            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
12151            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
12152            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
12153            ! warnings.pl
12154 ____________________________________________________________________________
12155 [  8012] By: jhi                                   on 2000/12/06  15:22:38
12156         Log: Subject: [PATCH] Re: New harness is failing things
12157              From: Nick Ing-Simmons <nik@tiuk.ti.com>
12158              Date: Wed, 6 Dec 2000 13:00:30 GMT
12159              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
12160      Branch: perl
12161            ! lib/Test/Harness.pm
12162 ____________________________________________________________________________
12163 [  8011] By: jhi                                   on 2000/12/06  15:12:08
12164         Log: Subject: installhtml changes
12165              From: Michael Stevens <michael@etla.org>
12166              Date: Wed, 6 Dec 2000 13:15:53 +0000
12167              Message-ID: <20001206131553.A27317@firedrake.org>
12168      Branch: perl
12169            ! installhtml
12170 ____________________________________________________________________________
12171 [  8010] By: jhi                                   on 2000/12/06  15:06:05
12172         Log: Subject: the dTHR hits
12173              From: Michael Stevens <michael@etla.org>
12174              Date: Wed, 6 Dec 2000 12:06:03 +0000
12175              Message-ID: <20001206120603.A24581@firedrake.org>
12176              
12177              More, errrm, less dTHRs.
12178      Branch: perl
12179            ! bytecode.pl ext/B/B/C.pm
12180 ____________________________________________________________________________
12181 [  8009] By: jhi                                   on 2000/12/06  15:04:25
12182         Log: Subject: MakeMaker mailing list gone?
12183              From: Michael G Schwern <schwern@pobox.com>
12184              Date: Tue, 5 Dec 2000 19:29:59 -0500
12185              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
12186              
12187              The MakeMaker mailing list is dead, perlbug is the right
12188              address to report bugs.
12189      Branch: perl
12190            ! lib/ExtUtils/MakeMaker.pm
12191 ____________________________________________________________________________
12192 [  8008] By: jhi                                   on 2000/12/06  15:00:32
12193         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
12194              From: Michael G Schwern <schwern@pobox.com>
12195              Date: Tue, 5 Dec 2000 19:21:21 -0500
12196              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
12197              
12198              Add a default MANIFEST skip that ignores things like
12199              version control files, editor temporary files, and the Makefile.
12200      Branch: perl
12201            + lib/ExtUtils/MANIFEST.SKIP
12202            ! MANIFEST lib/ExtUtils/Manifest.pm
12203 ____________________________________________________________________________
12204 [  8007] By: jhi                                   on 2000/12/06  14:57:20
12205         Log: In Amiga more manual hackery of the scripts seems to be needed,
12206              from Jan-Erik Karlsson.  Why Configure does not get this right
12207              is unknown, may be shell-induced.
12208      Branch: perl
12209            ! README.amiga
12210 ____________________________________________________________________________
12211 [  8006] By: jhi                                   on 2000/12/05  23:53:12
12212         Log: Add TOPm1s to peek at the second topmost stack item.
12213      Branch: perl
12214            ! pp.h
12215 ____________________________________________________________________________
12216 [  8005] By: jhi                                   on 2000/12/05  23:13:55
12217         Log: Avaunt, you foul UTF-8 tests.
12218      Branch: perl
12219            ! t/op/ver.t t/pragma/utf8.t
12220 ____________________________________________________________________________
12221 [  8004] By: jhi                                   on 2000/12/05  23:09:54
12222         Log: Continue utf8 dispersal. 
12223      Branch: perl
12224            + t/op/concat.t
12225            ! MANIFEST t/pragma/utf8.t
12226 ____________________________________________________________________________
12227 [  8003] By: nick                                  on 2000/12/05  23:02:39
12228         Log: Integrate mainline.
12229      Branch: perlio
12230           +> t/op/length.t t/op/utf8decode.t
12231           !> (integrate 69 files)
12232 ____________________________________________________________________________
12233 [  8002] By: jhi                                   on 2000/12/05  22:59:28
12234         Log: Integrate perlio.
12235      Branch: perl
12236           !> iperlsys.h perl.c perlio.c win32/perllib.c
12237 ____________________________________________________________________________
12238 [  8001] By: nick                                  on 2000/12/05  22:07:52
12239         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
12240              - calloc/free suffer from damage on TerminateThread()
12241              - use PerlMemShared (as originally planned) now fixed
12242              - avoid doing anything important on DLL "detach".
12243      Branch: perlio
12244            ! perl.c perlio.c win32/perllib.c
12245 ____________________________________________________________________________
12246 [  8000] By: nick                                  on 2000/12/05  21:05:09
12247         Log: Fix gross PerlMemShared issue.
12248      Branch: perlio
12249            ! iperlsys.h
12250 ____________________________________________________________________________
12251 [  7999] By: jhi                                   on 2000/12/05  20:46:58
12252         Log: Test for Unicode (UTF-8) hash keys.
12253      Branch: perl
12254            ! t/op/each.t
12255 ____________________________________________________________________________
12256 [  7998] By: jhi                                   on 2000/12/05  20:30:35
12257         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
12258              is now always UTF-8), empty line cosmetics.
12259      Branch: perl
12260            ! t/pragma/utf8.t
12261 ____________________________________________________________________________
12262 [  7997] By: jhi                                   on 2000/12/05  20:15:40
12263         Log: Subject: Re: STRLEN - what?
12264              From: Andy Dougherty <doughera@lafayette.edu>
12265              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
12266              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
12267              
12268              Explain STRLEN.
12269      Branch: perl
12270            ! pod/perlguts.pod
12271 ____________________________________________________________________________
12272 [  7996] By: jhi                                   on 2000/12/05  20:13:34
12273         Log: Split off the UTF-8 decoder tests, make them to check also
12274              the error message.
12275      Branch: perl
12276            + t/op/utf8decode.t
12277            ! MANIFEST t/pragma/utf8.t utf8.c
12278 ____________________________________________________________________________
12279 [  7995] By: jhi                                   on 2000/12/05  16:39:47
12280         Log: Start migrating bits of pragma/utf8 to elsewhere
12281              (since the long term plan is to obsolete 'use utf8').
12282      Branch: perl
12283            + t/op/length.t
12284            ! MANIFEST t/pragma/utf8.t
12285 ____________________________________________________________________________
12286 [  7994] By: jhi                                   on 2000/12/05  16:30:21
12287         Log: Fix a manual edit typo from #7993, fix the message formatting
12288              for Unicode, add few our declarations.
12289      Branch: perl
12290            ! lib/Carp/Heavy.pm
12291 ____________________________________________________________________________
12292 [  7993] By: jhi                                   on 2000/12/05  16:09:15
12293         Log: Subject: Need help with warnings :-(
12294              From: "Ben Tilly" <ben_tilly@hotmail.com>
12295              Date: Tue, 05 Dec 2000 01:35:54 -0500
12296              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
12297              
12298              Subject: UPDATE: Carp/Heavy now passes all tests
12299              From: "Ben Tilly" <ben_tilly@hotmail.com>
12300              Date: Tue, 05 Dec 2000 07:59:41 -0500
12301              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
12302              
12303              The Brave New Carp.
12304      Branch: perl
12305            ! lib/Carp.pm lib/Carp/Heavy.pm
12306 ____________________________________________________________________________
12307 [  7992] By: jhi                                   on 2000/12/05  15:55:08
12308         Log: Subject: [PATCH perl@7979] cygwin port
12309              From: "Eric Fifer" <efifer@dircon.co.uk>
12310              Date: Tue, 5 Dec 2000 14:04:09 -0000
12311              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
12312      Branch: perl
12313            ! t/lib/net-hostent.t
12314 ____________________________________________________________________________
12315 [  7991] By: jhi                                   on 2000/12/05  15:52:34
12316         Log: Subject: Re: [PATCH] The largest hoax of all times?
12317              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12318              Date: Tue, 5 Dec 2000 00:40:25 -0500
12319              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
12320              
12321              Subject: Re: [PATCH] The largest hoax of all times?
12322              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12323              Date: Mon, 4 Dec 2000 23:55:53 -0500
12324              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
12325              
12326              Subject: Re: [PATCH] The largest hoax of all times?
12327              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12328              Date: Tue, 5 Dec 2000 01:28:45 -0500
12329              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
12330              
12331              Fix the unpredictable order of DESTROYs.
12332      Branch: perl
12333            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
12334            ! sv.c sv.h t/op/ref.t
12335 ____________________________________________________________________________
12336 [  7990] By: jhi                                   on 2000/12/05  14:38:53
12337         Log: Subject: [PATCH] shrink pp_hot fractionally
12338              From: Nicholas Clark <nick@ccl4.org>
12339              Date: Tue, 5 Dec 2000 12:44:31 +0000
12340              Message-ID: <20001205124431.E74518@plum.flirble.org>
12341              
12342              Use report_evil_fh().
12343      Branch: perl
12344            ! opcode.pl opnames.h pp_hot.c util.c
12345 ____________________________________________________________________________
12346 [  7989] By: jhi                                   on 2000/12/05  14:21:27
12347         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
12348              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
12349              Date: Mon, 04 Dec 2000 22:21:59 -0800
12350              Message-ID: <HmIL6gzkgepS092yn@efn.org>
12351              
12352              Harness shouldn't ignore responses like "ok 3\r\r\n".
12353      Branch: perl
12354            ! lib/Test/Harness.pm
12355 ____________________________________________________________________________
12356 [  7988] By: jhi                                   on 2000/12/05  13:51:28
12357         Log: Integrate the "skip" messages to explain().
12358      Branch: perl
12359            ! t/lib/syslfs.t t/op/lfs.t
12360 ____________________________________________________________________________
12361 [  7987] By: jhi                                   on 2000/12/05  12:34:54
12362         Log: The one that got away in #7984.
12363              
12364              Subject: Re: dTHR - what and why?
12365              From: Michael Stevens <michael@etla.org> 
12366              Date: Tue, 5 Dec 2000 11:15:52 +0000
12367              Message-ID: <20001205111552.A4647@firedrake.org>
12368      Branch: perl
12369            ! sv.h
12370 ____________________________________________________________________________
12371 [  7986] By: gsar                                  on 2000/12/05  09:14:44
12372         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
12373              due to the notorious GetFileType() bug in Windows 9x, which fstat()
12374              tickles)
12375      Branch: perl
12376            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
12377 ____________________________________________________________________________
12378 [  7985] By: jhi                                   on 2000/12/05  05:49:03
12379         Log: Integrate perlio.
12380      Branch: perl
12381           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
12382           !> win32/perlhost.h win32/perllib.c
12383 ____________________________________________________________________________
12384 [  7984] By: jhi                                   on 2000/12/05  05:48:16
12385         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
12386      Branch: perl
12387            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
12388            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
12389            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
12390            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
12391            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
12392            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
12393            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
12394            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
12395            ! win32/win32.c
12396 ____________________________________________________________________________
12397 [  7983] By: nick                                  on 2000/12/04  23:27:43
12398         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
12399      Branch: perlio
12400            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
12401            ! win32/perlhost.h win32/perllib.c
12402 ____________________________________________________________________________
12403 [  7982] By: jhi                                   on 2000/12/04  19:44:09
12404         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
12405              uncovered by #7980.
12406      Branch: perl
12407            ! op.c
12408 ____________________________________________________________________________
12409 [  7981] By: jhi                                   on 2000/12/04  19:42:07
12410         Log: Subject: [PATCH] Trivial dump.c feature
12411              From: Simon Cozens <simon@cozens.net>
12412              Date: Mon, 4 Dec 2000 18:08:38 +0000
12413              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
12414              
12415              Show whether a constant is UTF-8.
12416      Branch: perl
12417            ! dump.c
12418 ____________________________________________________________________________
12419 [  7980] By: jhi                                   on 2000/12/04  19:36:51
12420         Log: UTF-8 hash keys, patch from Inaba Hiroto.
12421      Branch: perl
12422            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
12423 ____________________________________________________________________________
12424 [  7979] By: jhi                                   on 2000/12/04  17:36:28
12425         Log: Update Changes.
12426      Branch: perl
12427            ! Changes patchlevel.h
12428 ____________________________________________________________________________
12429 [  7978] By: jhi                                   on 2000/12/04  16:42:17
12430         Log: Retract #7977, still too volatile (the euphemism of the day
12431              for unfinished and buggy :-)
12432      Branch: perl
12433            ! doop.c hv.c pp.c sv.h
12434 ____________________________________________________________________________
12435 [  7977] By: jhi                                   on 2000/12/04  16:25:15
12436         Log: (Retracted by #7978, too shaky yet.)
12437              
12438              Subject: Re: utf8 in hash keys, implementor missing
12439              From: Simon Cozens <simon@cozens.net>
12440              Date: Sat, 2 Dec 2000 19:49:35 +0000
12441              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
12442              
12443              The first step at UTF-8 hash keys.
12444      Branch: perl
12445            ! doop.c hv.c pp.c sv.h
12446 ____________________________________________________________________________
12447 [  7976] By: jhi                                   on 2000/12/04  16:13:53
12448         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
12449              From: sthoenna@efn.org
12450              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
12451              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
12452      Branch: perl
12453            ! os2/os2.c perlio.c
12454 ____________________________________________________________________________
12455 [  7975] By: jhi                                   on 2000/12/04  16:05:25
12456         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
12457              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
12458              Date: Thu, 30 Nov 2000 20:50:37 -0800
12459              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
12460      Branch: perl
12461            ! os2/os2.c
12462 ____________________________________________________________________________
12463 [  7974] By: jhi                                   on 2000/12/04  16:03:57
12464         Log: Subject: [PATCH] ++ 20% faster
12465              From: Nicholas Clark <nick@ccl4.org>
12466              Date: Mon, 4 Dec 2000 12:17:27 +0000
12467              Message-ID: <20001204121726.B52976@plum.flirble.org>
12468              
12469              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
12470      Branch: perl
12471            ! sv.c
12472 ____________________________________________________________________________
12473 [  7973] By: jhi                                   on 2000/12/04  16:00:48
12474         Log: 
12475              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
12476              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12477              Date: Mon, 04 Dec 2000 12:30:45 +0100
12478              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
12479              
12480              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
12481              library (getprotobyname and getprotobynumber are outversioned by
12482              the same calls in libc, at least for xlc version 3.
12483      Branch: perl
12484            ! hints/aix.sh
12485 ____________________________________________________________________________
12486 [  7972] By: jhi                                   on 2000/12/04  02:58:31
12487         Log: Integrate perlio.
12488      Branch: perl
12489           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
12490           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
12491           !> win32/win32.h win32/win32iop.h win32/win32thread.h
12492 ____________________________________________________________________________
12493 [  7971] By: nick                                  on 2000/12/04  00:24:33
12494         Log: Quieten some noise in Win32 builds:
12495              - win32.h is included after <sys/socket.h>, so need to 
12496              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
12497              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
12498      Branch: perlio
12499            ! doio.c perl.h toke.c win32/win32.h
12500 ____________________________________________________________________________
12501 [  7970] By: nick                                  on 2000/12/03  22:57:46
12502         Log: PERL_IMPLICIT_SYS compiles but does not work.
12503      Branch: perlio
12504            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
12505            ! win32/perlhost.h win32/perllib.c win32/win32.h
12506            ! win32/win32iop.h win32/win32thread.h
12507 ____________________________________________________________________________
12508 [  7969] By: jhi                                   on 2000/12/03  22:12:58
12509         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
12510              used to swash_init(), makes regprop() dumps more informative
12511              (+utf8::IsAlpha, -utf8::IsDigit, for example).
12512      Branch: perl
12513            ! regcomp.c regexec.c
12514 ____________________________________________________________________________
12515 [  7968] By: jhi                                   on 2000/12/03  21:39:56
12516         Log: Implement ANYOFUTF8 regprop() dumping.
12517      Branch: perl
12518            ! regcomp.c
12519 ____________________________________________________________________________
12520 [  7967] By: jhi                                   on 2000/12/03  20:57:19
12521         Log: Make uv_to_utf8() to zero-terminate its output buffer,
12522              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
12523      Branch: perl
12524            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
12525 ____________________________________________________________________________
12526 [  7966] By: nick                                  on 2000/12/03  18:41:21
12527         Log: Integrate mainline (STDCHAR)
12528      Branch: perlio
12529           !> Configure t/pragma/utf8.t
12530 ____________________________________________________________________________
12531 [  7965] By: jhi                                   on 2000/12/03  17:58:20
12532         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
12533      Branch: perl
12534            ! t/pragma/utf8.t
12535 ____________________________________________________________________________
12536 [  7964] By: jhi                                   on 2000/12/03  17:35:56
12537         Log: Integrate perlio.
12538      Branch: perl
12539           !> iperlsys.h perlio.c
12540 ____________________________________________________________________________
12541 [  7963] By: jhi                                   on 2000/12/03  17:33:55
12542         Log: Metaconfig unit change for #7962.
12543      Branch: metaconfig
12544            ! U/modified/stdchar.U
12545 ____________________________________________________________________________
12546 [  7962] By: jhi                                   on 2000/12/03  17:33:27
12547         Log: Untangle the <stdio.h> #include nest for the stdchar test,
12548              from Andy Dougherty.
12549      Branch: perl
12550            ! Configure
12551 ____________________________________________________________________________
12552 [  7961] By: nick                                  on 2000/12/03  16:53:00
12553         Log: Make iperlsys.h vector stdio not PerlIO.
12554      Branch: perlio
12555            ! iperlsys.h perlio.c
12556 ____________________________________________________________________________
12557 [  7960] By: nick                                  on 2000/12/03  14:43:01
12558         Log: Integrate mainline
12559      Branch: perlio
12560           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
12561           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
12562 ____________________________________________________________________________
12563 [  7959] By: jhi                                   on 2000/12/03  08:16:36
12564         Log: Use DO_UTF8().
12565      Branch: perl
12566            ! op.c
12567 ____________________________________________________________________________
12568 [  7958] By: jhi                                   on 2000/12/02  18:33:05
12569         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
12570              From: Mike Guy <mjtg@cam.ac.uk>         
12571              Date: Sat, 02 Dec 2000 17:27:13 +0000
12572              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
12573              
12574              An extraneous argument.
12575      Branch: perl
12576            ! toke.c
12577 ____________________________________________________________________________
12578 [  7957] By: jhi                                   on 2000/12/02  18:22:32
12579         Log: A missing hunk.
12580      Branch: perl
12581            ! t/lib/net-hostent.t
12582 ____________________________________________________________________________
12583 [  7956] By: jhi                                   on 2000/12/02  18:06:20
12584         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
12585              From: Nicholas Clark <nick@ccl4.org>
12586              Date: Sat, 2 Dec 2000 14:28:27 +0000
12587              Message-ID: <20001202142827.A12308@plum.flirble.org>
12588              
12589              Test robustness.
12590      Branch: perl
12591            ! t/lib/net-hostent.t
12592 ____________________________________________________________________________
12593 [  7955] By: jhi                                   on 2000/12/02  17:58:06
12594         Log: Metaconfig unit change for #7954.
12595      Branch: metaconfig
12596            ! U/modified/stdchar.U
12597 ____________________________________________________________________________
12598 [  7954] By: jhi                                   on 2000/12/02  17:54:32
12599         Log: An inconvenient hang would happen if the stdio _ptr wasn't
12600              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
12601              would be grepping stdin for all eternity for the _ptr.)
12602      Branch: perl
12603            ! Configure
12604 ____________________________________________________________________________
12605 [  7953] By: jhi                                   on 2000/12/02  00:07:15
12606         Log: Update Changes.
12607      Branch: perl
12608            ! Changes patchlevel.h
12609 ____________________________________________________________________________
12610 [  7952] By: jhi                                   on 2000/12/01  23:54:47
12611         Log: Subject: Re: long shell lines
12612              From: Andy Dougherty <doughera@lafayette.edu>
12613              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
12614              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
12615              
12616              Split overly long shell command lines.
12617      Branch: perl
12618            ! lib/ExtUtils/MM_Unix.pm
12619 ____________________________________________________________________________
12620 [  7951] By: jhi                                   on 2000/12/01  23:48:02
12621         Log: The metaconfig unit change for #7950.
12622      Branch: metaconfig
12623            + U/modified/stdchar.U
12624 ____________________________________________________________________________
12625 [  7950] By: jhi                                   on 2000/12/01  23:47:39
12626         Log: Try to find stdchar also from <stdio_impl.h>.
12627      Branch: perl
12628            ! Configure config_h.SH
12629 ____________________________________________________________________________
12630 [  7949] By: jhi                                   on 2000/12/01  23:46:45
12631         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
12632              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
12633              Date: Fri, 1 Dec 2000 16:26:08 -0500
12634              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
12635              
12636              Reword the diagnostic message.
12637      Branch: perl
12638            ! pod/perldiag.pod
12639 ____________________________________________________________________________
12640 [  7948] By: nick                                  on 2000/12/01  22:49:43
12641         Log: Integrate mainline (for s/y/m as sub names stuff).
12642      Branch: perlio
12643           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
12644           !> t/pragma/warn/toke toke.c
12645 ____________________________________________________________________________
12646 [  7947] By: jhi                                   on 2000/12/01  20:55:41
12647         Log: Integrate perlio.
12648      Branch: perl
12649           !> perlio.c perliol.h t/io/pipe.t
12650 ____________________________________________________________________________
12651 [  7946] By: jhi                                   on 2000/12/01  20:36:51
12652         Log: Upgrade to CPAN 1.59_51, from Andreas König.
12653      Branch: perl
12654            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
12655 ____________________________________________________________________________
12656 [  7945] By: nick                                  on 2000/12/01  20:31:32
12657         Log: Integrate mainline
12658      Branch: perlio
12659           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
12660           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
12661           +> t/lib/net-hostent.t
12662           !> (integrate 35 files)
12663 ____________________________________________________________________________
12664 [  7944] By: jhi                                   on 2000/12/01  20:23:29
12665         Log: Some help for 20001130.011.  Now one gets warnings like
12666              "Ambiguous -f() resolved as a file test ..."
12667      Branch: perl
12668            ! pod/perldiag.pod t/pragma/warn/toke toke.c
12669 ____________________________________________________________________________
12670 [  7943] By: jhi                                   on 2000/12/01  19:44:44
12671         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
12672              that also breaks using them as methods. 
12673      Branch: perl
12674            ! pod/perldiag.pod t/op/misc.t toke.c
12675 ____________________________________________________________________________
12676 [  7942] By: nick                                  on 2000/12/01  17:56:46
12677         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
12678              Make 'unix' pass most tests
12679              - do unread by temporary push of layer ("pending") holding unread chars
12680              - fast_gets is now based on per-handle flag
12681              - relax one of io/pipe.t tests to allow print to fail and close to
12682              succeed so that it passes on unbuffered "unix" layer.
12683              Remaining fail is sporadic and a genuine race condition between
12684              parent/child in fork test.
12685      Branch: perlio
12686            ! perlio.c perliol.h t/io/pipe.t
12687 ____________________________________________________________________________
12688 [  7941] By: jhi                                   on 2000/12/01  15:28:58
12689         Log: (Retracted by #7943.)
12690              
12691              Reserve the short named string operator names.
12692      Branch: perl
12693            ! pod/perldiag.pod t/op/misc.t toke.c
12694 ____________________________________________________________________________
12695 [  7940] By: jhi                                   on 2000/12/01  06:45:53
12696         Log: Get the three different space character classes right under utf8.
12697      Branch: perl
12698            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
12699            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
12700            ! regexec.c t/op/pat.t utf8.c
12701 ____________________________________________________________________________
12702 [  7939] By: jhi                                   on 2000/12/01  03:26:26
12703         Log: Two more tests that make no sense in UTF-8 since the test
12704              data is not in UTF-8.
12705      Branch: perl
12706            ! t/op/regexp.t
12707 ____________________________________________________________________________
12708 [  7938] By: jhi                                   on 2000/12/01  03:20:39
12709         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
12710              should it be required inside regexen?
12711      Branch: perl
12712            ! regcomp.c t/op/regmesg.t
12713 ____________________________________________________________________________
12714 [  7937] By: jhi                                   on 2000/12/01  02:58:53
12715         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
12716              stored and restored, and thusly was trounced by the utf8 swash
12717              routines.
12718      Branch: perl
12719            ! regcomp.c
12720 ____________________________________________________________________________
12721 [  7936] By: jhi                                   on 2000/11/30  20:41:39
12722         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
12723              Why the different platforms behave so differently (core dump vs
12724              no core dump) on this bug is a but of a mystery, but if I had to
12725              guess I would mumble something like 'alignment'.
12726      Branch: perl
12727            ! sv.c
12728 ____________________________________________________________________________
12729 [  7935] By: jhi                                   on 2000/11/30  16:17:02
12730         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
12731              From: Robin Barker <rmb1@cise.npl.co.uk>
12732              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
12733              Date: Thu, 30 Nov 2000 14:27:12 GMT
12734      Branch: perl
12735            ! perlio.c toke.c
12736 ____________________________________________________________________________
12737 [  7934] By: jhi                                   on 2000/11/30  16:04:49
12738         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
12739      Branch: perl
12740            ! t/lib/net-hostent.t
12741 ____________________________________________________________________________
12742 [  7933] By: jhi                                   on 2000/11/30  06:07:26
12743         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
12744              From: Peter Prymmer <pvhp@forte.com>
12745              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
12746              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
12747              
12748              In VMS the localhost may be LOCALHOST.
12749      Branch: perl
12750            ! t/lib/net-hostent.t
12751 ____________________________________________________________________________
12752 [  7932] By: jhi                                   on 2000/11/30  01:11:11
12753         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
12754              From: Peter Prymmer <pvhp@forte.com>
12755              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
12756              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
12757              
12758              plus regen perlapi.pod.
12759      Branch: perl
12760            ! pod/perlapi.pod utf8.c
12761 ____________________________________________________________________________
12762 [  7931] By: jhi                                   on 2000/11/30  01:06:19
12763         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
12764              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
12765              Date:     Wed, 29 Nov 2000 17:15:11 EST
12766              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
12767      Branch: perl
12768            ! t/lib/filter-util.pl t/lib/filter-util.t
12769 ____________________________________________________________________________
12770 [  7930] By: jhi                                   on 2000/11/29  18:51:55
12771         Log: Update Changes.
12772      Branch: perl
12773            ! Changes patchlevel.h
12774 ____________________________________________________________________________
12775 [  7929] By: jhi                                   on 2000/11/29  18:50:55
12776         Log: Update the va_copy() metaconfig unit.
12777      Branch: metaconfig/U/perl
12778            ! need_va_copy.U
12779 ____________________________________________________________________________
12780 [  7928] By: jhi                                   on 2000/11/29  17:50:43
12781         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
12782              From: Dominic Dunlop <domo@computer.org>
12783              Date: Tue, 28 Nov 2000 16:41:57 +0100
12784              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
12785              
12786              Patch to catch a core dump in the Configure va_copy test.
12787      Branch: perl
12788            ! Configure config_h.SH
12789 ____________________________________________________________________________
12790 [  7927] By: jhi                                   on 2000/11/29  17:31:59
12791         Log: Retract #7921, the patch shouldn't be needed.
12792      Branch: perl
12793            ! sv.c
12794 ____________________________________________________________________________
12795 [  7926] By: jhi                                   on 2000/11/29  17:01:41
12796         Log: Make the Class::Struct import() wiser.
12797      Branch: perl
12798            ! lib/Class/Struct.pm t/lib/class-struct.t
12799 ____________________________________________________________________________
12800 [  7925] By: jhi                                   on 2000/11/29  16:36:33
12801         Log: All the core library users of Class::Struct seem to be
12802              using "use Class::Struct 'struct';" instead of the bare
12803              "use Class::Struct;", which isn't documented in Class::Struct.
12804              This can't be right.
12805      Branch: perl
12806            ! lib/File/stat.pm
12807 ____________________________________________________________________________
12808 [  7924] By: jhi                                   on 2000/11/29  16:32:15
12809         Log: A test works better if it has the right 1..$n output.
12810      Branch: perl
12811            ! t/lib/class-struct.t
12812 ____________________________________________________________________________
12813 [  7923] By: jhi                                   on 2000/11/29  16:29:11
12814         Log: Forgot to MANIFEST the new Net::hostent test.
12815      Branch: perl
12816            ! MANIFEST
12817 ____________________________________________________________________________
12818 [  7922] By: jhi                                   on 2000/11/29  16:27:49
12819         Log: Integrate perlio.
12820      Branch: perl
12821           !> iperlsys.h perlio.c
12822 ____________________________________________________________________________
12823 [  7921] By: jhi                                   on 2000/11/29  16:27:10
12824         Log: (Retracted by #7927.)
12825              
12826              Subject: [PATCH] Is infinity a number?
12827              From: Simon Cozens <simon@cozens.net>
12828              Date: Wed, 29 Nov 2000 14:48:20 +0000
12829              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
12830      Branch: perl
12831            ! sv.c
12832 ____________________________________________________________________________
12833 [  7920] By: jhi                                   on 2000/11/29  16:23:02
12834         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
12835              From: rspier@pobox.com (Robert Spier)
12836              Date: Wed, 29 Nov 2000 02:17:49 -0500
12837              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
12838              
12839              Add a test for Net::hostent.
12840      Branch: perl
12841            + t/lib/net-hostent.t
12842 ____________________________________________________________________________
12843 [  7919] By: jhi                                   on 2000/11/29  16:21:31
12844         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
12845              add a test for Class::Struct.
12846      Branch: perl
12847            + t/lib/class-struct.t
12848            ! MANIFEST lib/Class/Struct.pm
12849 ____________________________________________________________________________
12850 [  7918] By: jhi                                   on 2000/11/29  15:48:40
12851         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
12852              From: rspier@pobox.com (Robert Spier)
12853              Date: Wed, 29 Nov 2000 02:25:39 -0500
12854              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
12855              
12856              More checking in case someone has broken their services or
12857              protocol databases.
12858      Branch: perl
12859            ! ext/Sys/Syslog/Syslog.pm
12860 ____________________________________________________________________________
12861 [  7917] By: jhi                                   on 2000/11/29  15:46:25
12862         Log: Subject: [PATCH] $^O  win32 -> MSWin32
12863              From: rspier@pobox.com (Robert Spier)
12864              Date: Wed, 29 Nov 2000 02:17:38 -0500
12865              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
12866              
12867              plus similar nits for vms, err, VMS, and UNICOS.
12868      Branch: perl
12869            ! t/lib/syslfs.t t/op/lfs.t
12870 ____________________________________________________________________________
12871 [  7916] By: jhi                                   on 2000/11/29  15:42:51
12872         Log: Subject: [PATCH] Tokeniser debugging
12873              From: Simon Cozens <simon@cozens.net>
12874              Date: Wed, 29 Nov 2000 14:15:45 +0000
12875              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
12876      Branch: perl
12877            ! perl.c perl.h pod/perlrun.pod toke.c
12878 ____________________________________________________________________________
12879 [  7915] By: jhi                                   on 2000/11/29  15:41:36
12880         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
12881              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12882              Date: Wed, 29 Nov 2000 02:13:14 -0500
12883              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
12884              
12885              OUT keyword nits.
12886              
12887              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
12888              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12889              Date: Wed, 29 Nov 2000 03:09:04 -0500
12890              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
12891              
12892              OUT and IN_OUT documentation.
12893      Branch: perl
12894            ! lib/ExtUtils/xsubpp pod/perlxs.pod
12895 ____________________________________________________________________________
12896 [  7914] By: jhi                                   on 2000/11/29  03:35:01
12897         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
12898              From: John Tobey <jtobey@john-edwin-tobey.org>
12899              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
12900              Message-Id: <m140e1N-000FOoC@feynman.localnet>
12901              
12902              plus a performance speedup noticed by Sarathy.
12903      Branch: perl
12904            ! op.c
12905 ____________________________________________________________________________
12906 [  7913] By: jhi                                   on 2000/11/29  03:16:59
12907         Log: Use "1 while unlink" so that VMS gets clean, too.
12908      Branch: perl
12909            ! t/lib/filter-util.t
12910 ____________________________________________________________________________
12911 [  7912] By: jhi                                   on 2000/11/29  03:09:08
12912         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
12913              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12914              Date: Tue, 28 Nov 2000 03:27:09 -0500
12915              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
12916      Branch: perl
12917            ! lib/ExtUtils/xsubpp
12918 ____________________________________________________________________________
12919 [  7911] By: jhi                                   on 2000/11/29  03:06:30
12920         Log: This should have been part of #7872: no need to scan UTF-8
12921              until eternity.
12922      Branch: perl
12923            ! utf8.c
12924 ____________________________________________________________________________
12925 [  7910] By: jhi                                   on 2000/11/29  02:50:04
12926         Log: One more perltie.pod nit from Casey R. Tweten.
12927      Branch: perl
12928            ! pod/perltie.pod
12929 ____________________________________________________________________________
12930 [  7909] By: jhi                                   on 2000/11/29  02:44:23
12931         Log: Document the known sprintf test failures, exact standard
12932              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
12933      Branch: perl
12934            ! pod/perldelta.pod t/op/sprintf.t
12935 ____________________________________________________________________________
12936 [  7908] By: jhi                                   on 2000/11/29  02:36:23
12937         Log: Add the Encoding table format documentation.
12938      Branch: perl
12939            + ext/Encode/Encode/EncodeFormat.pod
12940            ! MANIFEST
12941 ____________________________________________________________________________
12942 [  7907] By: jhi                                   on 2000/11/29  02:07:24
12943         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
12944              From: "Casey R. Tweten" <crt@kiski.net>
12945              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
12946              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
12947              
12948              Subject: Re: [PATCH] Updating perltie.pod for arrays
12949              From: "Casey R. Tweten" <crt@kiski.net>
12950              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
12951              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
12952      Branch: perl
12953            ! pod/perltie.pod
12954 ____________________________________________________________________________
12955 [  7906] By: nick                                  on 2000/11/28  22:40:59
12956         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
12957      Branch: perlio
12958            ! iperlsys.h perlio.c
12959 ____________________________________________________________________________
12960 [  7905] By: nick                                  on 2000/11/28  22:04:34
12961         Log: Integrate mainline
12962      Branch: perlio
12963           !> (integrate 39 files)
12964 ____________________________________________________________________________
12965 [  7904] By: jhi                                   on 2000/11/28  16:44:43
12966         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
12967              From: Nicholas Clark <nick@babyhippo.co.uk>
12968              Date: Tue, 28 Nov 2000 11:16:57 +0000
12969              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
12970      Branch: perl
12971            ! pod/perlipc.pod
12972 ____________________________________________________________________________
12973 [  7903] By: jhi                                   on 2000/11/28  16:40:31
12974         Log: Subject: [PATCH] Updating perltie.pod for arrays
12975              From: "Casey R. Tweten" <crt@kiski.net>
12976              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
12977              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
12978      Branch: perl
12979            ! pod/perltie.pod
12980 ____________________________________________________________________________
12981 [  7902] By: jhi                                   on 2000/11/28  16:39:37
12982         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
12983              From: Robin Barker <rmb1@cise.npl.co.uk>
12984              Date: Mon, 27 Nov 2000 17:56:44 GMT
12985              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
12986      Branch: perl
12987            ! pod/perlfunc.pod t/op/split.t
12988 ____________________________________________________________________________
12989 [  7901] By: jhi                                   on 2000/11/28  16:28:04
12990         Log: setmode() is a DOSish-only thing.
12991      Branch: perl
12992            ! perlio.c
12993 ____________________________________________________________________________
12994 [  7900] By: jhi                                   on 2000/11/28  16:21:46
12995         Log: Subject: [PATCH] perlcc.PL cleanups
12996              From: Simon Cozens <simon@cozens.net>
12997              Date: Tue, 28 Nov 2000 12:44:35 +0000
12998              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
12999      Branch: perl
13000            ! utils/perlcc.PL
13001 ____________________________________________________________________________
13002 [  7899] By: gsar                                  on 2000/11/28  06:32:55
13003         Log: reintegrate files missed by change#7895
13004      Branch: maint-5.6/perl
13005           +> ext/ByteLoader/bytecode.h utils/Makefile
13006            - utils/perlbc.PL
13007 ____________________________________________________________________________
13008 [  7897] By: gsar                                  on 2000/11/27  18:22:47
13009         Log: can't integrate these two files, for some reason
13010      Branch: maint-5.6/perl
13011            - ext/ByteLoader/bytecode.h utils/Makefile
13012 ____________________________________________________________________________
13013 [  7895] By: gsar                                  on 2000/11/27  18:11:21
13014         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
13015              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
13016              6757..6890,6892..6901 from mainline
13017              
13018              Bytecompiler patches from Benjamin Stuhl.
13019              
13020              More bytecompiler.
13021              
13022              Subject: [PATCH blead] B:: missing dependency
13023              
13024              Subject: [PATCH: 6757] configure.com updates and syslog build
13025              
13026              Long double Gconvert fixes from Yitzchak Scott-Thoennes
13027              and Spider Boardman.
13028              
13029              Subject: [PATCH blead] nextchar() abuse misses an optimisation
13030              
13031              Long double fixes from Spider Boardman.
13032              
13033              Make the selection of NVff et al stricter.
13034              
13035              cSVOPo_*v things index into the current PL_curpad
13036              under ithreads, which is different from the curpad
13037              used by the XSUB.  (In other words, the code as-is
13038              before this patch wouldn't work under ithreads.)
13039              
13040              Be portable.
13041              
13042              VMS MMS (make) wants null action.
13043              
13044              Mac and other portability updates from Chris Nandor.
13045              
13046              Storable support, v-version fixes.
13047              Subject: CPAN.pm beta for testing available
13048              
13049              Portability fix from Hugo van der Sanden.
13050              
13051              Bad makefile.
13052              
13053              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
13054              
13055              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
13056              
13057              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
13058              
13059              Replace #6705 with a minimal doc patch.
13060              Subject: [PATCH 5.6.0] replace change #6705
13061              
13062              Drop the separate perlbc, perlcc -b should be enough.
13063              
13064              installperl couldn't tell whether it had run tests or not.
13065              Subject: [PATCH] Re: installperl and t/TEST
13066              
13067              Add silencer flags to installperl.
13068              Subject: [PATCH] Making installperl silent.
13069              
13070              Make "make install" by default silent.  A new "install-verbose"
13071              target is verbose.
13072              
13073              More liberal parsing of version numbers.
13074              Subject: Re: CPAN.pm beta for testing available
13075              
13076              Create directories in silence.
13077              Subject: [PATCH] Another silencer for MakeMaker
13078              
13079              DOS patches and portability/porting notes, from Tim Jenness.
13080              
13081              Make installman to recognize the silence flag -S.
13082              
13083              Actually do something with the silencer option.
13084              
13085              Continue silencing.
13086              
13087              Show the doc file, not the temp file.
13088              
13089              Regen perltoc.
13090              
13091              Subject: [PATCH] More silencing of installman.
13092              
13093              Better wording for the vec lvalue diagnostic.
13094              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
13095              
13096              Subject: [PATCH: 6805] several more tweaks to configure.com
13097              
13098              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
13099              
13100              Missing parts of 
13101              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
13102              
13103              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
13104              (applied slightly modified)
13105              
13106              installperl --verbose and --silent.
13107              Subject: Re: [PATCH] More silencing of installman.
13108              
13109              Add install-silent target.
13110              
13111              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
13112              the problem reported in
13113              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
13114              
13115              Tweak the sfio/useperlio logic, hopefully as wished in
13116              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
13117              
13118              One forgotten file from #6816.
13119              
13120              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
13121              
13122              Remove duplicately applied patch shards.
13123              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
13124              
13125              Support preserving extremely big/small angles.
13126              
13127              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
13128              
13129              Subject: [PATCH] installation not quite silent yet.
13130              
13131              Update the test count.
13132              
13133              Use UVxf, PTR2UV, NVff.
13134              
13135              Document PTR2XX and INT2PTR.
13136              
13137              no-install target a la make -n.
13138              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
13139              
13140              grep -e isn't portable.
13141              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
13142              
13143              Can't get the test to reliably work thanks to the
13144              inaccurateness of floating point.  "Resolves" bug ids
13145              20000826.003, 20000826.009, 20000826.010,
13146              
13147              Subject: installman buglet
13148              
13149              DJGPP update from Laszlo Molnar.
13150              
13151              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
13152              
13153              Passing -R in ldflags makes now it to appear in the default
13154              for lddlflags, just like with -L.
13155              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
13156              
13157              Test nit.
13158              
13159              Use the actual thread type, not the pointer-to-struct.
13160              
13161              Provice virtual $Config{ccflags_nolargefiles} etc. 
13162              
13163              display_format used as a class method without arguments was broken,
13164              reported in
13165              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
13166              
13167              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
13168              
13169              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
13170              
13171              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
13172              
13173              opmini.o may be left around if a build is interrupted.
13174              
13175              Typo in #6858.
13176              
13177              Fix for ID 20000828.001, long doubles were not formatted
13178              correctly (showed up in $], which stopped installing perl).
13179              
13180              An attempt to fix the problem reported in
13181              Subject: Building perl@6856 using gcc/AIX 4.3.3 
13182              I can't test this properly since the gcc installation I have
13183              access to seems to be botched (gcc is calling the AIX cpp,
13184              a losing proposition...)
13185              
13186              Add -ld to archname on long tr...double platforms.
13187              
13188              Subject: hv.h Doc Patch
13189              
13190              Potential cruft.
13191              
13192              Subject: [PATCH bleedperl@6856] warnings fixes
13193              
13194              -S is the silent flag, -s is the strip flag.
13195              Subject: [PATCH] Re: [PATCH] make no-install          
13196              
13197              Take out the SUIDMAIL thing, that will not be
13198              a problem in 5.7.*.
13199              
13200              Subject: [PATCH bleedperl@6866] spellings
13201              
13202              Subject: [PATCH] Re: files not cleaned even by veryclean
13203              
13204              Use minimal @INC in tests, most of the time just '../lib',
13205              so that we simply can't pick up stuff from other Perls than
13206              the one we are testing.  Pointed out by
13207              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
13208              
13209              Update to Getopt::Long 2.24, from Johan Vromans.
13210              
13211              Fix for thinko in #6848.
13212              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
13213              
13214              Patches all over for people and the files they (hopefully) care about.
13215              
13216              Subject: Net::protoent does not export 'getproto'
13217              
13218              Missed a change in #6869.
13219              
13220              Subject: [PATCH] Warnings in B::Deparse
13221              
13222              Subject: [PATCH] Glob dumping
13223              
13224              Disable one of the tests for now.
13225              
13226              Disabling the one test is a bit tricky.
13227              
13228              Don't forget to tidy up.
13229              
13230              The #6881 removed one dump line.
13231              
13232              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
13233              
13234              Under usethreads the dumped variable is IN_PAD.
13235              Subject: Re: [PATCH] Glob dumping
13236              
13237              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
13238              
13239              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
13240              
13241              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
13242              
13243              Regen Configure for #6894.
13244              
13245              Subject: [PATCH: 6889] updates to perlebcdic.pod
13246              
13247              Undo namespace pollution of #6878.
13248              Subject: Re: Net::protoent does not export 'getproto'
13249              
13250              Admit that we are leaking scalars.
13251              
13252              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
13253      Branch: maint-5.6/perl
13254           !> (integrate 271 files)
13255 ____________________________________________________________________________
13256 [  7894] By: gsar                                  on 2000/11/27  16:00:34
13257         Log: a couple of nits
13258      Branch: maint-5.6/perl
13259            ! MANIFEST pp_sys.c
13260 ____________________________________________________________________________
13261 [  7893] By: gsar                                  on 2000/11/27  15:10:56
13262         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
13263              6740..6745,6747..6757,6760
13264              
13265              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
13266              
13267              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
13268              
13269              Doc nits spotted by Richard Soderberg.
13270              
13271              move WNOHANG definition to where other such things are
13272              
13273              Make $Config{byteorder} more magical so that it is
13274              dynamically computed: nice for 'fat binaries'.
13275              Subject: [PATCH]: default byteorder
13276              
13277              Subject: [PATCH] Cwd.pm now uses strict
13278              
13279              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
13280              
13281              Get -DLEAKTEST to compile (not necessarily to work, mind)
13282              Subject: [ID 20000724.006] -DLEAKTEST problem
13283              
13284              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
13285              
13286              Add perlebcdic from Peter Prymmer, regen toc.
13287              
13288              Don't propose using modules built for 5.005 if no binary
13289              compatibility with 5.005 is attempted.
13290              
13291              Do not use prototyping here.
13292              Subject: [ID 20000817.016] [PATCH] Peek.xs
13293              
13294              Document what the backtick returns if the command fails.
13295              
13296              Add byteorder to the myconfig output.
13297              
13298              Introduce NVef, NVff, and NVgf, use the middle one.
13299              (helps for lib/peek + Linux + long doubles)  Reported in
13300              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
13301              Use NVs in POSIX math, not doubles.
13302              Subject: [ID 20000817.014] POSIX & modfl
13303              
13304              Subject: [PATCH 5.6.0+] newSVrv() memory leak
13305              
13306              The byteorder code in #6671 was wrong.
13307              
13308              Fix the lib/complex failure of
13309              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
13310              Linux long double accuracy issue: something that
13311              when printed with %g looks like "2" but int() of it is 1.
13312              
13313              Propagate new Configure vars.
13314              
13315              Unbuffer the output.
13316              
13317              Subject: [PATCH] perltrap.pod spring cleaning
13318              
13319              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
13320              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
13321              
13322              Tiny Getopt::Long patch from Johan Vromans.
13323              
13324              Document code point which makes if (defined %stash::) to work
13325              (noted by Spider Boardman).
13326              
13327              Subject: [PATCH perl@6698] cygwin port
13328              
13329              Document the NDBM_File and ODBM_File as SDBM_File
13330              was documented in #6417.
13331              
13332              The new tests were missing from #6415.
13333              
13334              Add [[:blank:]] as suggested in
13335              Subject: [ID 20000716.024] [=cc=] / [:blank:]
13336              (the [=cc=] has already been taken care of by #6439
13337              so the whole bug report can be closed)
13338              and make [[:space:]] to be equivalent to isspace(3)
13339              (as opposed to \s, which is isSPACE()).  The difference
13340              is that now [[:space:]] matches the mythical vertical tab,
13341              while \s doesn't.
13342              
13343              Don't eat leading os from index entries.
13344              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
13345              
13346              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
13347              
13348              Typo in pp_complement().
13349              Subject: [PATCH perl-current] Deparse
13350              
13351              Add warnif(), check warnings further up the stack,
13352              all the warnings functions now can take an optional object reference.
13353              Subject: [PATCH bleedperl@6691] warnings pragma update
13354              
13355              Fix a core dump in lib/selfloader under -DDEBUGGING.
13356              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
13357              
13358              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
13359              
13360              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
13361              
13362              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
13363              Put back the long double avoidance code to POSIX.xs
13364              because VMS seems to need it still.
13365              
13366              Introduce a 'veryclean' target that is like 'distclean'
13367              but also removes *~ and *.orig.
13368              
13369              Subject: [ID 20000817.023] endianness description in perlfunc.pod
13370              
13371              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
13372              
13373              Let's try #6717 again.
13374              
13375              UTF8 concat fixes.
13376              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
13377              
13378              pp_open() could pass an uninitialized filename down to do_open9().
13379              
13380              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
13381              
13382              Update to CGI 2.72, from Lincoln Stein.
13383              
13384              Subject: [PATCH] Silence MakeMaker (Was: installman)
13385              
13386              Use temporary directory instead of current directory.
13387              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
13388              
13389              Document odd vs even subreleases and -Dusedevel.
13390              
13391              The veryclean target needs to clobber.
13392              
13393              Use File::Spec->tmpdir().
13394              
13395              Document the number of exponent digits.
13396              
13397              Mention perlebcdic and perlposix-bc.
13398              
13399              s/this one/the 5.6.0 release/
13400              
13401              The #6724 is here.
13402              
13403              The correct cleaning order is an art.
13404              
13405              small tweaks for change#6705: avoid C++ style comments in C code;
13406              use Perl's malloc API rather than the low level system one
13407              
13408              Array context keeps slithering in.
13409              
13410              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
13411              
13412              Subject: [PATCH] os2.c fix for use64bitint
13413              
13414              Update to Pod::LaTeX 0.53.
13415              Subject: [PATCH] lib/Pod/LaTeX.pm updates
13416              
13417              Document the endianness of Alpha more precisely.
13418              
13419              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
13420              
13421              Rename the macro argument because some preprocessors
13422              can't tell the difference and expand arguments also inside
13423              double quoted strings.
13424              
13425              free TLS slot properly on Windows
13426              
13427              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
13428              
13429              Unicos/mk requires elaborate paranoia.
13430              
13431              Tweak the floating point output routine preferences.
13432              
13433              Also under djgpp the timestamps are funky.
13434              
13435              Apply some PodParser 1.18 patches; the Pod/Find.pm
13436              patches cannot be applied since #6712 conflicts.
13437              
13438              Use PodParser 1.18 new test.
13439              
13440              A pod nit.
13441              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
13442              
13443              Be verydeepclean.
13444      Branch: maint-5.6/perl
13445           +> pod/perlebcdic.pod
13446           !> (integrate 106 files)
13447 ____________________________________________________________________________
13448 [  7892] By: jhi                                   on 2000/11/27  15:02:32
13449         Log: Update Changes.
13450      Branch: perl
13451            ! Changes patchlevel.h
13452 ____________________________________________________________________________
13453 [  7891] By: jhi                                   on 2000/11/27  14:57:23
13454         Log: Subject: Re: perlfaq style changes
13455              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
13456              Date: Sat, 25 Nov 2000 23:32:26 -0800
13457              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
13458              
13459              plus a note from Ronald Kimball.
13460      Branch: perl
13461            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
13462 ____________________________________________________________________________
13463 [  7890] By: jhi                                   on 2000/11/27  14:53:14
13464         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
13465              From: Benjamin Holzman <bah@ecnvantage.com>
13466              Date: Sun, 26 Nov 2000 16:27:33 -0500
13467              Message-ID: <20001126162733.J25040@ecnvantage.com>
13468      Branch: perl
13469            ! gv.c
13470 ____________________________________________________________________________
13471 [  7889] By: jhi                                   on 2000/11/27  14:43:11
13472         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
13473              From: lvirden@cas.org
13474              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
13475              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
13476      Branch: perl
13477            ! README.amiga
13478 ____________________________________________________________________________
13479 [  7888] By: jhi                                   on 2000/11/27  14:32:34
13480         Log: Restore also the locale test to no-sprintf-taint state.
13481              Fixes the bug 20001127.003.
13482      Branch: perl
13483            ! sv.c t/pragma/locale.t
13484 ____________________________________________________________________________
13485 [  7887] By: gsar                                  on 2000/11/27  14:13:05
13486         Log: integrate changes#6613..6616,6620..6665 from mainline
13487              
13488              VMS configure.com update continues.
13489              
13490              Subject: Test fails / warnings with perl-current #6612
13491              
13492              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
13493              
13494              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
13495              
13496              For now remove the mail code.
13497              
13498              Subject: Re: [PATCH] @+, @- readonly
13499              
13500              Subject: warning: storage class after type is obsolescent
13501              
13502              Subject: sfio2000
13503              
13504              Subject: Re: File::Temp problems on VMS in bleedperl
13505              
13506              README.os2 update.
13507              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
13508              
13509              Make the user to give up his firstborn, err, to knowingly
13510              verify installing an unstable developer release.  Also bump
13511              the release to 5.7.0, but leave a patch tag in the local
13512              patches saying that this is not yet the real thing.
13513              
13514              Update (kinda) to Test 1.14, from Joshua Pritikin.
13515              
13516              make ok etc also for win32.
13517              
13518              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
13519              
13520              Don't blow limited stacks, a lower number is enough to
13521              tickle the lookbehind limit.
13522              
13523              Use -Dusedevel; regen Configure and the respective Porting stuff.
13524              
13525              Subject: [PATCH] debugger exit code should reflect user exit code
13526              
13527              Subject: [PATCH perl@6620] cygwin port
13528              
13529              Missed a file from #6638.
13530              
13531              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)
13532              
13533              magic callbacks all need to have same type signature
13534              
13535              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
13536              
13537              Fix a dependency problem.
13538              Subject: [PATCH: 6640] VMS Makefile.SH update
13539              
13540              The numeric locale was reset to "C" by s?printf and never restored.
13541              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
13542              No test since adding the failing example to locale.t
13543              does not fail -- probably because the locale settings are so
13544              thoroughly tweaked by that time.  Running the example standalone
13545              does fail, though.  UPDATE: test case added at change #7540.
13546              
13547              Subject: [ID 20000324.040] minor fix to perlhpux.pod
13548              
13549              Update to CPAN 1.57.
13550              
13551              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
13552              
13553              Change the perlbug address to perl.org since it's more forgiving.
13554              
13555              Change the regx compilation error markers to use = instead of <
13556              since pod makes using the latter quite messy.  Reported in
13557              ID 20000814.006 by Abigail and in
13558              Subject: Unknown escape E<> ?
13559              
13560              Update to perldebtut 1.9, from Richard Foley.
13561              
13562              check that the number pseudo children doesn't exceed
13563              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
13564              the WaitForMultipleObjects() limit that would cause wait()
13565              to crash)
13566              wait() and waitpid() could potentially be rewritten to use
13567              more than one thread to do the waiting to eliminate this
13568              limitation
13569              
13570              change#6328 could make close(SOCKET) return false on windows
13571              when it shouldn't
13572              
13573              pod nit seen in passing
13574              
13575              on windows, the return values from wait() and waitpid() don't
13576              match those of pseudo-pids
13577              
13578              waitpid() now handles externally spawned pids correctly;
13579              fixes for backtick/wait/waitpid failures on Windows 9x
13580              these changes make the pid returned by process functions on
13581              Windows 9x always positive by clearing the high bit (which
13582              is always set on Win9x); pseudo-process PIDs are likewise
13583              always negative now on Win9x (just as on NT/2000)
13584              
13585              trailing new %ENV entries weren't being pushed into the real
13586              environment of subprocesses on Windows
13587              
13588              Tweak the regex compilation errors once more.
13589              
13590              avoid warnings from dense compiler
13591              
13592              add "ok" targets from change#6632 in makefile.mk
13593      Branch: maint-5.6/perl
13594            - lib/Pod/PlainText.pm vms/configure.com
13595           !> (integrate 66 files)
13596 ____________________________________________________________________________
13597 [  7886] By: jhi                                   on 2000/11/27  13:54:18
13598         Log: __FUNCTION__ isn't portable and trying to emulate it leads
13599              into practically spelling out the name of the function.
13600              Takes care of the bug 20001127.001.
13601      Branch: perl
13602            ! perlio.c
13603 ____________________________________________________________________________
13604 [  7885] By: gsar                                  on 2000/11/27  13:53:18
13605         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
13606              6610..6611 from mainline
13607              
13608              Make regular expression parse error messages easier to understand.
13609              Subject: Re: enhanced(?) regex error messages
13610              
13611              Tiny tidying on report_evil_fh().
13612              
13613              Subject: Re: enhanced(?) regex error messages 
13614              plus Capitalize the error messages, plus perldiag them.
13615              
13616              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
13617              
13618              Document here-doc better.
13619              
13620              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
13621              
13622              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
13623              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
13624              (either perlbug or p5p ate the original), plus regen
13625              perlapi and perltoc. 
13626              
13627              Regen global.sym.
13628              
13629              Double check that we have a dirhandle.
13630              
13631              Subject: Re: enhanced(?) regex error messages
13632              (plus two small patches sent privately)
13633              (this still seems to leave few test failures)
13634              
13635              warn is a macro, avoid using at a variable to avoid warnings
13636              in some configurations; readdir.t is too conservative in
13637              estimating number of *.t's
13638              
13639              Get back into sync with Jeffrey on the enhanced regex warnings.
13640              
13641              Subject: [PATCH 5.6.0] cygwin port
13642              
13643              Zero entries were skipped, fix from Adrian Goalby
13644              <argoalby@yahoo.co.uk>
13645              
13646              Subject: Remove dead entry in perldiag
13647              
13648              Amend the description of Perl6.
13649              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
13650              
13651              detypo
13652              
13653              It's the 2ndO'ROSSC.
13654              
13655              Revert the sv.c part of #6559, a better fix is needed.
13656              
13657              Iterating perl6 description.
13658              
13659              Update to Term::ANSIColor 1.03, from Russ Allbery.
13660              
13661              Update to Getopt::Long 2.23_05, from Johan Vromans.
13662              
13663              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
13664              
13665              Update to Pod::Parser 1.17, from Brad Appleton.
13666              
13667              Update to CPAN 1.56, from Andreas König.
13668              
13669              Update to CGI 2.70, from Lincoln Stein.
13670              
13671              Put back the std @INC thing.
13672              
13673              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
13674              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
13675              
13676              Document the IO::Select timeout.
13677              
13678              sleep(1) does not necessarily return 1.
13679              Subject: [PATCH bleadperl] op/lex_assign.t  
13680              
13681              Subject: debugger "d" command doesnt check line number
13682              
13683              B::Deparse didn't do sub attributes.
13684              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
13685              
13686              Preprocessing and postprocessing for File::Find.
13687              Subject: Patch to Find::File.pm to allow alphabetical results
13688              
13689              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
13690              
13691              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
13692              
13693              Subject: Re: [ID 20000730.003] utf8::length() bad
13694              
13695              Subject: Getting perlio and threads to compile
13696              (the Solaris version changes in Configure skipped)
13697              
13698              Tests for #6589.
13699              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
13700              
13701              Add Perl debugging tutorial, regen toc. 
13702              Subject: perldebtut.pod
13703              
13704              Add a few missing files, update MANIFEST.
13705              
13706              Rewrite of vms/subconfigure.com as configure.com,
13707              from Peter Prymmer and the vmsperl crew.
13708              
13709              Should have deleted this in #6603.
13710              
13711              Fix the test for 5005threads.
13712              
13713              Fix-n-skip the tests under 5005threads.
13714              
13715              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
13716              
13717              Upgrade to CGI 2.71, from Lincoln Stein.
13718      Branch: maint-5.6/perl
13719           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
13720           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
13721           +> t/op/regmesg.t t/pod/find.t vms/configure.com
13722            - vms/subconfigure.com
13723            ! lib/lib.pm
13724           !> (integrate 115 files)
13725 ____________________________________________________________________________
13726 [  7884] By: jhi                                   on 2000/11/27  13:44:33
13727         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
13728              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
13729              Date:     Mon, 27 Nov 2000 08:23:54 EST
13730              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
13731      Branch: perl
13732            ! vms/descrip_mms.template vms/test.com
13733 ____________________________________________________________________________
13734 [  7883] By: gsar                                  on 2000/11/27  11:50:46
13735         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
13736              6511..6513,6515..6523,6525..6536
13737              
13738              The swallow_bom() saga continues.  The #23 of require.t
13739              (UTF16-LE) still fails (silently, no output) but the #22
13740              (UTF16-BE) seems to be working now.  The root of the
13741              failure may be in sv_gets(): is it UTF-16LE-aware,
13742              especially when it comes to line endings? 
13743              
13744              Document the problem with -P in HP-UX and its workaround.
13745              
13746              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
13747              (aka ID 20000730.002)
13748              
13749              Subject: fix and question re: waitpid() under win32
13750              
13751              Make the safety catch for buggy gccs work with triple version
13752              numbers like 2.95.2.  Reported in
13753              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
13754              
13755              In Digital UNIX warn if gcc explicitly chosen because even
13756              2.95.2 is known to cause problems.
13757              
13758              Make chr() for values >127 to create utf8 when under utf8.
13759              
13760              various syntax errors and such (not fixed: comp/require.t#22 coredump
13761              on Windows)
13762              
13763              Stash away the largefiles flags and libswanted.
13764              
13765              BOM patching from Simon Cozens.
13766              
13767              If gccosandvers is equal to osname, clear gccosandvers.
13768              
13769              Make p4desc to skip non-mainperl branches by default.
13770              
13771              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
13772              
13773              The test from this
13774              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
13775              
13776              In new BSDs changes to argv[] do not show up in ps(1) output,
13777              instead one must use setproctitle().  This was already addressed
13778              by change #6457, but the below has a new variant for FreeBSD 4.0
13779              or later, and the matter is also documented more.
13780              
13781              FreeBSD 3.* updates from
13782              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
13783              
13784              regen_headers, regen perltoc.
13785              
13786              Document in one place the memory abstractions used in Perl core.
13787              
13788              memcpy has n o in it, as pinted ut by Sarathy.
13789              
13790              Remove the extraneous "main::" prefix from all the
13791              "opened only for", "on closed", and "never opened" warnings.
13792              
13793              The name of a filehandle does not have <these>.
13794              
13795              The tr utf8 patching continues.
13796              
13797              The new setproctitle() feature is available only in 
13798              bleeding edge FreeBSD.  From Paul Saab.
13799              
13800              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
13801              
13802              Dump UVs as UVs in Data::Dumper.
13803              
13804              detypo #6494
13805              
13806              Document the IVdf UVuf UVof UVxf.
13807              
13808              require.t needs binmode() to work on windows
13809              
13810              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
13811              that are hopefully soon put into use.
13812              
13813              Allow "no Module;" even if there is no 'unimport'.
13814              
13815              Better skip message for the test; one of the two problems in
13816              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
13817              
13818              The subtest 4 may fail also on VOBS, as pointed out
13819              by Nick Ing-Simmons in November 1999, bug id 19991124.003
13820              (but the failure in that bug report isn't the subtest 4).
13821              
13822              Be more informative on what is skipped and why,
13823              also repeat the list at the end.
13824              
13825              Add a URL for FSF.
13826              
13827              Subject: [PATCH] sv.h documentation - SvLEN
13828              
13829              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
13830              
13831              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
13832              
13833              Subject: [PATCH] bad cppsymbols on os2 + Configure question
13834              
13835              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
13836              
13837              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
13838              mention the idea of @( and @)
13839              
13840              This is 6512.  Really.
13841              
13842              Subject: [ID 19990721.004] Documentation bug in perlfunc
13843              
13844              Subject: Minor tweak to perlvar.pod
13845              
13846              In the warnings call filehandles consistently so;
13847              add "unopened" warning for stat().
13848              
13849              After the #6519 a warning about stat() is just that,
13850              not about a filetest, which now have their own warning.
13851              
13852              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
13853              
13854              Subject: Re: Array vs. List context
13855              
13856              Subject: New perlcc, take 2
13857              
13858              Weed buglets pointed out by
13859              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
13860              
13861              gcc versions might have (parentheses) in them.
13862              
13863              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
13864              
13865              Essential prototype changes were missing from #6527.
13866              Also make report_evil_fh() more bomb-proof.
13867              
13868              Zap lib/Sys directory when cleaning up.
13869              
13870              Change the Policy policy: now -Dprefix= with an existing
13871              Policy.sh and prefix == siteprefix == vendorprefix, then all
13872              of them follow along the new prefix.
13873              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
13874              
13875              Continue fixing the io warnings.  This also
13876              sort of fixes bug ID 20000802.003: the core dump
13877              is no more.  Whether the current behaviour is correct
13878              (giving a warning: "Not a format reference"), is another matter.
13879              
13880              Have symbols for the IoTYPEs.
13881              
13882              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
13883              
13884              Document a bit that UDP is not what you might think.
13885              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
13886              tr memory corruption fix from Simon Cozens.
13887              
13888              Plug the security hole described in the Aug 05 2000 bugtraq message
13889              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
13890              The security hole exists only in suidperls, which isn't
13891              installed or even built by default.
13892      Branch: maint-5.6/perl
13893           !> (integrate 71 files)
13894 ____________________________________________________________________________
13895 [  7882] By: gsar                                  on 2000/11/27  10:25:36
13896         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
13897              from mainline
13898              
13899              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
13900              to be fatal errors (instead of by default ignoring them, and
13901              ignoring with a bug: even though -w gave an error, the opening [
13902              was left in)  Reported in:
13903              
13904              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
13905              
13906              Subject: [PATCH] split /^/
13907              
13908              MacOS nits from Matthias Neeracher.
13909              
13910              More split() doc and test patches from Mike Guy.
13911              
13912              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
13913              from Graham Barr in the module list.
13914              
13915              docfix from Peter Scott <Peter@PSDT.com>.
13916              
13917              File::Temp patches for VMS and OS/2 from Tim Jenness.
13918              
13919              open() wariness in perlbug.
13920              
13921              Subject: [PATCH] minor doc change - perlguts
13922              
13923              Subject: Minor doc patch: handy.h
13924              
13925              Be wary of close()s, too.
13926              
13927              Further File::Temp patches from Yitzchak Scott-Thoennes
13928              and Craig A. Berry.
13929              
13930              Subject: [PATCH] fixes bug 20000508.004
13931              
13932              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
13933              
13934              Allow "no AutoLoader;", based on change #6444,
13935              suggested by Graham Barr.
13936              
13937              Use setproctitle() if available to modify $0.
13938              
13939              Warn if the version of the operating system used to compile gcc
13940              differs from the current version of the operating system.
13941              Also display the gcc compilation os and version in myconfig.
13942              Inspiration from
13943              
13944              Tiny fixes for #6460.
13945              
13946              The problem described in this
13947              Subject: [ID 20000322.018] named chars aren't magical enough
13948              has been fixed in perl 5.6.0 but just in case added a test
13949              to keep it away.  (The report from Joseph Hall.)
13950              
13951              Tune the comments and hopefully stop a memory leak.
13952              
13953              Subject: UTF8 concat
13954              (with a memory leak fixed, plus a few casts added)
13955              This also seems to help for
13956              Subject: [ID 20000716.015] join UTF8 weirdness
13957              
13958              Do not upgrade SVs into utf8 just because they participate
13959              in eq or cmp.  Reported and fix suggested in
13960              Subject: [ID 20000720.009] sv_eq UTF8 bug
13961              
13962              Fix the HALF_UPGRADE() macro introduced in #6263.
13963              
13964              Find green threads before native threads.
13965              Subject: Re: Patch to jpl/JNI/Makefile.PL
13966      Branch: maint-5.6/perl
13967           !> (integrate 30 files)
13968 ____________________________________________________________________________
13969 [  7881] By: jhi                                   on 2000/11/27  05:48:41
13970         Log: It seems that *both* the unused submatch loop cleanup
13971              codes are needed.
13972      Branch: perl
13973            ! regexec.c
13974 ____________________________________________________________________________
13975 [  7880] By: jhi                                   on 2000/11/27  04:50:07
13976         Log: Clean .exists deeper.
13977      Branch: perl
13978            ! Makefile.SH
13979 ____________________________________________________________________________
13980 [  7879] By: jhi                                   on 2000/11/27  02:31:35
13981         Log: The code in regcppop() (see #7878) contains the correct lower
13982              limit for the unused submatch 'cleanup' loop so that under
13983              "use utf8" the following code wouldn't dump core:
13984              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
13985              the cleanup loop in regtry() stomped beyond allocated area
13986              in the startp[] array.  Therefore, copied the correct lower
13987              loop limit (*PL_reglastparen) to regtry().  Note: something
13988              may still not be quite right: why was the _higher_ loop limit
13989              (prog->nparens) different in the utf8 case?
13990              
13991              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
13992              without core dumps, there were about 17 of them before
13993              the patch (with us since Perl 5.7.0).  Two failures, still:
13994              496 and 505 (though these may not be severe).
13995              
13996              Patch #7881 is also needed since both the cleanup loops
13997              seem to be needed.
13998              
13999              Also, the t/op/pat#44 seems to core dump under utf8.
14000              Plus a couple of failures.  UGH-8.
14001      Branch: perl
14002            ! regexec.c
14003 ____________________________________________________________________________
14004 [  7878] By: jhi                                   on 2000/11/27  02:21:17
14005         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
14006              the code in regcppop() seems to be redundant for the test suite --
14007              but it contains a germ of truth, and it needed for the build
14008              process itself: see #7879 and #7881.
14009      Branch: perl
14010            ! regexec.c
14011 ____________________________________________________________________________
14012 [  7877] By: jhi                                   on 2000/11/27  01:53:09
14013         Log: Comment on comment.
14014      Branch: perl
14015            ! regexec.c
14016 ____________________________________________________________________________
14017 [  7876] By: jhi                                   on 2000/11/27  00:49:59
14018         Log: Adjust the docs to agree with #7875.
14019      Branch: perl
14020            ! pod/perllocale.pod
14021 ____________________________________________________________________________
14022 [  7875] By: jhi                                   on 2000/11/27  00:49:27
14023         Log: Retract #7863.  It makes more sense not to taint formatted output,
14024              not even by sprintf().
14025      Branch: perl
14026            ! sv.c
14027 ____________________________________________________________________________
14028 [  7874] By: jhi                                   on 2000/11/26  23:36:02
14029         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
14030              Not really fixed (should really dump the UTF-8 charclass),
14031              but stopped displaying the garbage.
14032              
14033              Also add a note on the (missing) Unicode PSXSPC and BLANK.
14034      Branch: perl
14035            ! regcomp.c
14036 ____________________________________________________________________________
14037 [  7873] By: jhi                                   on 2000/11/26  21:31:13
14038         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
14039      Branch: perl
14040            ! regexec.c
14041 ____________________________________________________________________________
14042 [  7872] By: jhi                                   on 2000/11/26  21:06:04
14043         Log: No need to scan till infinity, 13 is enough.
14044      Branch: perl
14045            ! handy.h utf8.c
14046 ____________________________________________________________________________
14047 [  7871] By: jhi                                   on 2000/11/26  20:20:32
14048         Log: Test line numbers are different with utf8.
14049      Branch: perl
14050            ! t/op/re_tests
14051 ____________________________________________________________________________
14052 [  7870] By: jhi                                   on 2000/11/26  20:10:12
14053         Log: Message nit.
14054      Branch: perl
14055            ! regcomp.c
14056 ____________________________________________________________________________
14057 [  7869] By: jhi                                   on 2000/11/26  19:01:05
14058         Log: Make utf8_length() and utf8_distance() (the latter of which
14059              is unused at the moment) to be less forgiving about bad UTF-8.
14060      Branch: perl
14061            ! embed.h embed.pl objXSUB.h proto.h utf8.c
14062 ____________________________________________________________________________
14063 [  7868] By: jhi                                   on 2000/11/26  18:45:56
14064         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
14065              From: Benjamin Holzman <bah@ecnvantage.com>
14066              Date: Sat, 25 Nov 2000 20:40:20 -0500       
14067              Message-ID: <20001125204020.A25040@ecnvantage.com>              
14068              
14069              Debian allows installing /usr/bin/locale without installing
14070              any locales, an error message will ensue.
14071      Branch: perl
14072            ! t/pragma/locale.t
14073 ____________________________________________________________________________
14074 [  7867] By: jhi                                   on 2000/11/26  18:31:12
14075         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
14076              From: Benjamin Holzman <bah@ecnvantage.com>
14077              Date: Sun, 26 Nov 2000 02:42:34 -0500
14078              Message-ID: <20001126024234.G25040@ecnvantage.com>
14079              
14080              Patch for the bug 20000212.002.
14081      Branch: perl
14082            ! sv.c t/op/array.t
14083 ____________________________________________________________________________
14084 [  7866] By: jhi                                   on 2000/11/26  18:28:09
14085         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
14086              From: Tim Jenness <t.jenness@jach.hawaii.edu>
14087              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
14088              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
14089              
14090              File::Temp 0.11.
14091      Branch: perl
14092            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
14093 ____________________________________________________________________________
14094 [  7865] By: jhi                                   on 2000/11/26  18:24:22
14095         Log: The metaconfig unit change for #7864.
14096      Branch: metaconfig/U/perl
14097            ! need_va_copy.U
14098 ____________________________________________________________________________
14099 [  7864] By: jhi                                   on 2000/11/26  18:23:41
14100         Log: Make the va_copy() test not to be so talkative.
14101      Branch: perl
14102            ! Configure config_h.SH
14103 ____________________________________________________________________________
14104 [  7863] By: jhi                                   on 2000/11/26  18:11:02
14105         Log: Fix locale inconsistencies unearthed by Hugo's work.
14106              Now the floating point sprintf really does taint the result
14107              string as perllocale promises (has promised for a long time)
14108              if "use locale" is in the lexical scope.
14109      Branch: perl
14110            ! sv.c t/pragma/locale.t
14111 ____________________________________________________________________________
14112 [  7862] By: jhi                                   on 2000/11/26  00:35:15
14113         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
14114              From: Nicholas Clark <nick@ccl4.org>
14115              Date: Sun, 26 Nov 2000 00:07:50 +0000
14116              Message-ID: <20001126000750.A22446@plum.flirble.org>
14117              
14118              Infinit.
14119      Branch: perl
14120            ! sv.c
14121 ____________________________________________________________________________
14122 [  7861] By: jhi                                   on 2000/11/26  00:01:26
14123         Log: Integrate perlio.
14124      Branch: perl
14125           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
14126 ____________________________________________________________________________
14127 [  7860] By: nick                                  on 2000/11/25  22:04:17
14128         Log: Correct relative path from new ext\Filter\Util\Call location
14129              back to miniperl.
14130      Branch: perlio
14131            ! win32/makefile.mk
14132 ____________________________________________________________________________
14133 [  7859] By: nick                                  on 2000/11/25  21:26:54
14134         Log: Integrate mainline.
14135      Branch: perlio
14136           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
14137           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
14138           +> t/lib/filter-util.t
14139            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
14140            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
14141            - t/lib/filt-util.t
14142           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
14143           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
14144           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
14145           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
14146           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
14147           !> win32/makefile.mk
14148 ____________________________________________________________________________
14149 [  7858] By: gsar                                  on 2000/11/25  20:52:17
14150         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
14151              parent's memory; fix it by keeping track of the actual pad
14152              offset rather than a raw pointer (this change is probably also
14153              relevant to non-ithreads case to avoid fallout from reallocs of
14154              the pad array, but is currently only enabled for the ithreads
14155              case in the interests of minimal disruption to existing "well
14156              tested" code)
14157      Branch: perl
14158            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
14159            ! proto.h scope.c scope.h sv.c t/op/fork.t
14160 ____________________________________________________________________________
14161 [  7857] By: nick                                  on 2000/11/25  20:01:28
14162         Log: All tests pass on Win32/gcc/USE_PERLIO.
14163              - when crlf layer is pushed make unix-level binary.
14164              - remove :crlf injection in pp_backtick in pp_sys.c
14165              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
14166      Branch: perlio
14167            ! doio.c perlio.c pp_sys.c win32/makefile.mk
14168 ____________________________________________________________________________
14169 [  7856] By: jhi                                   on 2000/11/25  18:38:30
14170         Log: Update the metaconfig units for #7855.
14171      Branch: metaconfig/U/perl
14172            ! useperlio.U usesocks.U
14173 ____________________________________________________________________________
14174 [  7855] By: jhi                                   on 2000/11/25  18:37:54
14175         Log: Undo the SOCKS workarounds, instead start using PerlIO
14176              if SOCKS is selected.
14177              
14178              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
14179              From: Jens Hamisch <jens@Strawberry.COM>
14180              Date: Fri, 24 Nov 2000 18:31:30 +0100
14181              Message-ID: <20001124183130.E28337@Strawberry.COM>
14182              
14183              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
14184              From: Jens Hamisch <jens@Strawberry.COM>
14185              Date: Fri, 24 Nov 2000 19:11:51 +0100
14186              Message-ID: <20001124191151.A28753@Strawberry.COM>
14187      Branch: perl
14188            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
14189            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
14190 ____________________________________________________________________________
14191 [  7854] By: jhi                                   on 2000/11/25  17:39:08
14192         Log: Undo #7848.  Some of the code seems to use walkoptree(),
14193              some walkoptree_slow().  An unfinished renaming?
14194              Now the sub is walkoptree() (which is @EXPORT_OK),
14195              the walkoptree_slow() is a typeglob alias to walkoptree.
14196              This makes the tests to pass, at least.
14197      Branch: perl
14198            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
14199 ____________________________________________________________________________
14200 [  7853] By: nick                                  on 2000/11/24  22:24:33
14201         Log: Re-arrange crlf vs binary for platforms that care.
14202              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
14203              Lip-service to making stdio layer work on such platfroms (untested).
14204              Now fails 3 tests rather than one, checkin to see if I can debug 
14205              the issue under linux. (Do not merge.)
14206      Branch: perlio
14207            ! doio.c perlio.c perliol.h
14208 ____________________________________________________________________________
14209 [  7852] By: jhi                                   on 2000/11/24  18:57:39
14210         Log: AUTHORS edits.
14211      Branch: perl
14212            ! AUTHORS
14213 ____________________________________________________________________________
14214 [  7851] By: jhi                                   on 2000/11/24  17:34:56
14215         Log: Add Jan-Erik Karlsson.
14216      Branch: perl
14217            ! AUTHORS
14218 ____________________________________________________________________________
14219 [  7850] By: jhi                                   on 2000/11/24  17:27:56
14220         Log: Configure should find stdchar on its own.
14221      Branch: perl
14222            ! hints/solaris_2.sh
14223 ____________________________________________________________________________
14224 [  7849] By: jhi                                   on 2000/11/24  17:24:55
14225         Log: Subject: PATCH over 7848: Filter test flawed
14226              From: andreas.koenig@anima.de (Andreas J. Koenig)
14227              Date: 24 Nov 2000 10:28:29 +0100
14228              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
14229      Branch: perl
14230            ! t/lib/filter-util.t
14231 ____________________________________________________________________________
14232 [  7848] By: jhi                                   on 2000/11/24  17:22:15
14233         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
14234              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
14235              Date: Fri, 24 Nov 2000 16:12:58 +0000
14236              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
14237      Branch: perl
14238            ! ext/B/B.pm
14239 ____________________________________________________________________________
14240 [  7847] By: jhi                                   on 2000/11/24  03:07:01
14241         Log: Integrate perlio.
14242      Branch: perl
14243           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
14244           !> win32/makefile.mk
14245 ____________________________________________________________________________
14246 [  7846] By: gsar                                  on 2000/11/24  00:55:57
14247         Log: integrate changes#6415..6418,6420..6438 from mainline
14248              
14249              Fix the bitvector ops for utf8 (tricky since past 7 bits
14250              the utf8 'characters' can be more than one octet).
14251              
14252              MPE/ix updates for perl 5.6.0 from Mark Bixby.
14253              
14254              Subject: SDBM_File documentation
14255              
14256              Detypo.
14257              
14258              Decutandpasto.
14259              
14260              Send all installperl messages to STDERR and be -w clean.
14261              
14262              Out-of-date note removed.
14263              
14264              Protect against "wild next"s, that is, callbacks doing "next"
14265              instead of "return".
14266              
14267              Use STDOUT consistently.
14268              
14269              The output might have been produced in the wrong order.
14270              
14271              A missing 'break' after the [[:space:]] switch case.
14272              
14273              Add tests for
14274              [ID 19991110.003] another matching finding by pcre author
14275              which has already been fixed by some patch, as verified in
14276              
14277              Documentation to explain the behaviour of map().
14278              
14279              Add an optimization for map-maps-a-list-element-to-more-list-elements
14280              case, but add also notes explaining the relationship of this
14281              patch and the earlier notes by Sarathy.
14282              
14283              Subject: [ID 20000716.023] syslog test fails without sockets
14284              
14285              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
14286              Test cases for #6431.
14287              
14288              File::Spec::VMS fixup for tmpdir from Craig Berry.
14289              
14290              Make the "uninit variable" warning to say "concat or string"
14291              or "join or string" when in concat or join .
14292              
14293              Get UTF16 BOMs working.  Patch from
14294              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
14295              
14296              Subject: [PATCH] Make large file tests deal with SIGXFSZ
14297              
14298              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
14299              
14300              Subject: [PATCH] av.c apidoc
14301      Branch: maint-5.6/perl
14302           !> (integrate 43 files)
14303 ____________________________________________________________________________
14304 [  7845] By: gsar                                  on 2000/11/24  00:20:45
14305         Log: integrate changes#6406..6414 from mainline
14306              
14307              Merge perlhacktut into perlhack, update perlguts.
14308              
14309              Fix AutoSplit to use File::Spec the right way in VMS,
14310              from Peter Prymmer.
14311              
14312              The bug report
14313              [ID 19991110.002] minimal matching discrepancy found by pcre author
14314              seems to have been fixed (though differently from what was suggested
14315              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
14316              
14317              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
14318              not in pod, from Peter Prymmer
14319              
14320              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
14321              From: Hugo <hv@crypt.compulink.co.uk>
14322              Date: Fri, 14 Jul 2000 23:05:20 +0100
14323              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
14324              
14325              Didn't anymore apply, but that point still could use another fix.
14326              
14327              lib/b test fixes from Peter Prymmer.
14328              
14329              More docs for sv functions.
14330              
14331              perlvms.pod whitespace cleanup to keep pod utils happy.
14332              
14333              another VMS build tweak from Peter Prymmer
14334      Branch: maint-5.6/perl
14335           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
14336           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
14337           !> vms/descrip_mms.template vms/perlvms.pod
14338 ____________________________________________________________________________
14339 [  7844] By: nick                                  on 2000/11/23  23:42:45
14340         Log: Win32/perlio Now just fails one io/argv.t test - lack 
14341              of default :crlf on standard streams.
14342      Branch: perlio
14343            ! doio.c perlio.c
14344 ____________________________________________________________________________
14345 [  7843] By: nick                                  on 2000/11/23  23:04:05
14346         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
14347              peek fail is showing a real problem (multiple crlf layers
14348              are getting pushed.)
14349      Branch: perlio
14350            ! doio.c perlio.c win32/makefile.mk
14351 ____________________________________________________________________________
14352 [  7842] By: nick                                  on 2000/11/23  19:46:23
14353         Log: Implement PerlIO_binmode()
14354              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
14355              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
14356              make binmode in t/lib/io_tell.t unconditional so that works.
14357              Checkin just so Win32 machine can see these changes.
14358      Branch: perlio
14359            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
14360 ____________________________________________________________________________
14361 [  7841] By: jhi                                   on 2000/11/23  19:30:00
14362         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
14363      Branch: perl
14364            ! README.amiga
14365 ____________________________________________________________________________
14366 [  7840] By: jhi                                   on 2000/11/23  17:18:02
14367         Log: SOCKS wrestling continues, patches from Jens Hamisch.
14368      Branch: perl
14369            ! doio.c embed.h embed.pl perlsdio.h proto.h
14370 ____________________________________________________________________________
14371 [  7839] By: jhi                                   on 2000/11/23  16:54:14
14372         Log: Push Filter::Util::Call one level deeper.
14373      Branch: perl
14374            + t/lib/filter-util.t
14375           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
14376           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
14377            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
14378            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
14379            - t/lib/filt-util.t
14380            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
14381            ! win32/Makefile win32/makefile.mk
14382 ____________________________________________________________________________
14383 [  7838] By: jhi                                   on 2000/11/23  16:52:40
14384         Log: Reach back one higher up when searching for PERL_SRC.
14385      Branch: perl
14386            ! lib/ExtUtils/MM_Unix.pm
14387 ____________________________________________________________________________
14388 [  7837] By: jhi                                   on 2000/11/23  16:05:41
14389         Log: Subject: Re: perl@7826
14390              Date: Thu, 23 Nov 2000 02:20:25 -0600
14391              From: "Craig A. Berry" <craigberry@mac.com>
14392              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
14393              
14394              Make VMS to like Filter::Util::Call. 
14395      Branch: perl
14396            ! configure.com ext/Filter/Util/Makefile.PL
14397 ____________________________________________________________________________
14398 [  7836] By: nick                                  on 2000/11/23  16:04:08
14399         Log: Implement crlf layer - not ready for merge.
14400      Branch: perlio
14401            ! perlio.c win32/makefile.mk
14402 ____________________________________________________________________________
14403 [  7835] By: jhi                                   on 2000/11/23  15:56:52
14404         Log: STDCHAR is different in Sparc v9 vs x86.
14405      Branch: perl
14406            ! hints/solaris_2.sh
14407 ____________________________________________________________________________
14408 [  7834] By: jhi                                   on 2000/11/23  15:50:47
14409         Log: The type needs to be visible to protos.
14410      Branch: perl
14411            ! perl.h
14412 ____________________________________________________________________________
14413 [  7833] By: jhi                                   on 2000/11/23  15:40:46
14414         Log: Finish unfinished SOCKS workaround changes.
14415      Branch: perl
14416            ! doio.c
14417 ____________________________________________________________________________
14418 [  7832] By: jhi                                   on 2000/11/23  15:33:30
14419         Log: Integrate perlio.
14420      Branch: perl
14421           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
14422           !> win32/makefile.mk
14423 ____________________________________________________________________________
14424 [  7831] By: nick                                  on 2000/11/23  10:31:07
14425         Log: Correct makefile.mk dependancies for ext/Filter/Util
14426              Build ext/Encode
14427              Run dmake regen_config_h
14428      Branch: perlio
14429            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
14430            ! win32/makefile.mk
14431 ____________________________________________________________________________
14432 [  7830] By: nick                                  on 2000/11/23  08:05:07
14433         Log: Integrate mainline
14434      Branch: perlio
14435           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
14436           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
14437           +> t/lib/filt-util.pl t/lib/filt-util.t
14438           !> (integrate 41 files)
14439 ____________________________________________________________________________
14440 [  7829] By: gsar                                  on 2000/11/23  03:07:11
14441         Log: build the Filter extension on windows
14442      Branch: perl
14443            ! win32/Makefile win32/makefile.mk
14444 ____________________________________________________________________________
14445 [  7828] By: gsar                                  on 2000/11/23  02:46:35
14446         Log: regenerate win32/config* and fix some inconsistencies in the
14447              makefiles; always export Perl_deb() because it is needed
14448              by ext/re/* (whether perl itself is built with -DDEBUGGING
14449              or not)
14450      Branch: perl
14451            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
14452            ! win32/config_H.vc win32/makefile.mk
14453 ____________________________________________________________________________
14454 [  7827] By: gsar                                  on 2000/11/23  02:18:38
14455         Log: get sources building on windows+MSVC again (untested with other
14456              compilers)
14457      Branch: perl
14458            ! win32/include/sys/socket.h win32/perllib.c
14459 ____________________________________________________________________________
14460 [  7826] By: jhi                                   on 2000/11/23  01:18:26
14461         Log: Update Changes.
14462      Branch: perl
14463            ! Changes patchlevel.h
14464 ____________________________________________________________________________
14465 [  7825] By: jhi                                   on 2000/11/23  00:20:41
14466         Log: Subject: Re: av.c patch (having slight problems)
14467              From: "Ben Tilly" <ben_tilly@hotmail.com>
14468              Date: Tue, 21 Nov 2000 23:29:31 -0500
14469              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
14470              
14471              unshift() speedup.
14472      Branch: perl
14473            ! av.c
14474 ____________________________________________________________________________
14475 [  7824] By: jhi                                   on 2000/11/22  23:59:15
14476         Log: Fixes for signedness warnings noticed by VMSperlers.
14477      Branch: perl
14478            ! ext/Storable/Storable.xs regcomp.c sv.c
14479 ____________________________________________________________________________
14480 [  7823] By: jhi                                   on 2000/11/22  23:19:31
14481         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
14482              From: Peter Prymmer <pvhp@forte.com>
14483              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
14484              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
14485      Branch: perl
14486            ! t/pragma/warn/pp_hot
14487 ____________________________________________________________________________
14488 [  7822] By: jhi                                   on 2000/11/22  22:52:20
14489         Log: Be clean.
14490      Branch: perl
14491            ! Makefile.SH
14492 ____________________________________________________________________________
14493 [  7821] By: jhi                                   on 2000/11/22  22:46:39
14494         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
14495              by Damian Conway, as suggested by Paul Marquess.
14496      Branch: perl
14497            + lib/Filter/Simple.pm
14498 ____________________________________________________________________________
14499 [  7820] By: jhi                                   on 2000/11/22  22:45:51
14500         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
14501      Branch: perl
14502            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
14503            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
14504            + t/lib/filt-util.t
14505            ! MANIFEST
14506 ____________________________________________________________________________
14507 [  7819] By: jhi                                   on 2000/11/22  22:03:27
14508         Log: Integrate perlio.
14509      Branch: perl
14510           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
14511           !> win32/makefile.mk
14512 ____________________________________________________________________________
14513 [  7818] By: jhi                                   on 2000/11/22  21:56:02
14514         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
14515      Branch: perl
14516            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
14517            ! t/lib/io_sock.t
14518 ____________________________________________________________________________
14519 [  7817] By: jhi                                   on 2000/11/22  21:39:49
14520         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
14521              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14522              Date: Wed, 22 Nov 2000 16:08:12 -0500
14523              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
14524      Branch: perl
14525            ! lib/ExtUtils/Liblist.pm
14526 ____________________________________________________________________________
14527 [  7816] By: jhi                                   on 2000/11/22  21:38:25
14528         Log: Go ahead and #include <unistd.h> in perl.h.
14529      Branch: perl
14530            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
14531            ! util.c
14532 ____________________________________________________________________________
14533 [  7815] By: jhi                                   on 2000/11/22  21:22:52
14534         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
14535              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14536              Date: Mon, 20 Nov 2000 18:30:52 -0500
14537              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
14538      Branch: perl
14539            ! pod/perlre.pod regcomp.c t/op/re_tests
14540 ____________________________________________________________________________
14541 [  7814] By: jhi                                   on 2000/11/22  21:21:46
14542         Log: Subject: [PATCH 5.7.0] Liblist finally works
14543              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14544              Date: Tue, 21 Nov 2000 22:02:17 -0500
14545              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
14546      Branch: perl
14547            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
14548            ! lib/ExtUtils/MakeMaker.pm
14549 ____________________________________________________________________________
14550 [  7813] By: jhi                                   on 2000/11/22  21:20:23
14551         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
14552              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14553              Date: Wed, 22 Nov 2000 17:53:15 +0100
14554              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
14555              
14556              AIX dynaloader and perlio patch.
14557      Branch: perl
14558            ! ext/DynaLoader/dl_aix.xs
14559 ____________________________________________________________________________
14560 [  7812] By: jhi                                   on 2000/11/22  21:17:52
14561         Log: (Accidentally empty patch.)
14562      Branch: perl
14563            ! av.c
14564 ____________________________________________________________________________
14565 [  7811] By: jhi                                   on 2000/11/22  21:16:31
14566         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
14567              From: Peter Prymmer <pvhp@forte.com>
14568              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
14569              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
14570      Branch: perl
14571            ! vms/test.com
14572 ____________________________________________________________________________
14573 [  7810] By: jhi                                   on 2000/11/22  21:15:36
14574         Log: Subject: Re: perl@7777 
14575              From: "John P. Linderman" <jpl@research.att.com>
14576              Date: Wed, 22 Nov 2000 13:11:11 -0500
14577              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
14578              
14579              Detypoing.
14580      Branch: perl
14581            ! lib/CPAN.pm
14582 ____________________________________________________________________________
14583 [  7809] By: jhi                                   on 2000/11/22  21:14:19
14584         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
14585              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
14586              Date:     Wed, 22 Nov 2000 13:51:37 EST
14587              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
14588      Branch: perl
14589            ! perlsdio.h
14590 ____________________________________________________________________________
14591 [  7808] By: jhi                                   on 2000/11/22  21:13:27
14592         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
14593              From: Casey Tweten <crt@kiski.net>
14594              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
14595              Message-Id: <200011201653.LAA10194@home.kiski.net>
14596      Branch: perl
14597            ! t/lib/io_udp.t
14598 ____________________________________________________________________________
14599 [  7807] By: jhi                                   on 2000/11/22  21:12:35
14600         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
14601              From: Casey Tweten <crt@kiski.net>
14602              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
14603              Message-Id: <200011201636.LAA07227@home.kiski.net>
14604      Branch: perl
14605            ! t/lib/io_sock.t
14606 ____________________________________________________________________________
14607 [  7806] By: jhi                                   on 2000/11/22  21:10:59
14608         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
14609              From: "Casey R. Tweten" <crt@kiski.net>
14610              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
14611              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
14612      Branch: perl
14613            ! utils/h2xs.PL
14614 ____________________________________________________________________________
14615 [  7805] By: nick                                  on 2000/11/22  21:05:06
14616         Log: Integrate mainline
14617      Branch: perlio
14618           !> Changes Porting/genlog ext/DB_File/DB_File.xs
14619           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
14620           !> utils/perlbug.PL
14621 ____________________________________________________________________________
14622 [  7804] By: jhi                                   on 2000/11/22  21:01:12
14623         Log: Subject: [PATCH] Test.pm POD peculiarity
14624              From: "Casey R. Tweten" <crt@kiski.net>
14625              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
14626              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
14627      Branch: perl
14628            ! lib/Test.pm
14629 ____________________________________________________________________________
14630 [  7803] By: jhi                                   on 2000/11/22  20:59:59
14631         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
14632              From: "Philip Newton" <pnewton@gmx.de>
14633              Date: Wed, 22 Nov 2000 14:25:53 +0100
14634              Message-Id: <3A1BD771.25462.1939FAD@localhost>
14635              
14636              Be case-understanding also on 's', and use the -oi of sendmail
14637              not to terminate the transmission on a lone '.'.
14638      Branch: perl
14639            ! utils/perlbug.PL
14640 ____________________________________________________________________________
14641 [  7802] By: nick                                  on 2000/11/22  20:51:42
14642         Log: Win32 PerlIO intermediate state now working as expected.
14643              - In current state we are still using C runtime in text/binary
14644              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
14645              - PERLIO=stdio and PERLIO=unix pass all expected tests.
14646              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
14647              and PerlIO_seek() and the dummy crlf layer is not making adjustments
14648              for CRLF translation happening in C runtime. All other tests pass.
14649              
14650              Added note to README.win32 to point out the snags of doing a perl build
14651              with Norton AntiVirus turned on.
14652              
14653              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
14654              which file a fail comes from.
14655              
14656              Updated "canned" config.h to match the one generated.
14657      Branch: perlio
14658            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
14659            ! win32/makefile.mk
14660 ____________________________________________________________________________
14661 [  7801] By: jhi                                   on 2000/11/22  06:50:20
14662         Log: Nickety nits.
14663      Branch: perl
14664            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
14665 ____________________________________________________________________________
14666 [  7800] By: jhi                                   on 2000/11/22  01:29:55
14667         Log: Changes had accidentally gone too silent on non-main branches.
14668      Branch: perl
14669            ! Changes Porting/genlog patchlevel.h
14670 ____________________________________________________________________________
14671 [  7799] By: gsar                                  on 2000/11/22  01:02:56
14672         Log: some lib_pm.PL changes snuck in via change#7772
14673      Branch: maint-5.6/perl
14674            ! Makefile.SH
14675 ____________________________________________________________________________
14676 [  7798] By: nick                                  on 2000/11/21  21:59:40
14677         Log: Integrate mainline
14678      Branch: perlio
14679           !> (integrate 28 files)
14680 ____________________________________________________________________________
14681 [  7797] By: jhi                                   on 2000/11/21  21:01:45
14682         Log: Integrate perlio.
14683      Branch: perl
14684           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
14685 ____________________________________________________________________________
14686 [  7796] By: nick                                  on 2000/11/21  20:36:22
14687         Log: Win32 builds and runs (mostly) with USE_PERLIO.
14688              PERLIO=perlio passes all tests. 
14689              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
14690      Branch: perlio
14691            ! perlio.c win32/perllib.c win32/win32.c
14692 ____________________________________________________________________________
14693 [  7795] By: jhi                                   on 2000/11/21  19:03:44
14694         Log: Update Changes.
14695      Branch: perl
14696            ! Changes patchlevel.h
14697 ____________________________________________________________________________
14698 [  7794] By: jhi                                   on 2000/11/21  18:56:34
14699         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
14700              From: "Craig A. Berry" <craigberry@mac.com>
14701              Date: Mon, 20 Nov 2000 20:27:06 -0600
14702              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
14703              
14704              A cut-and-pasto.
14705      Branch: perl
14706            ! perlio.h
14707 ____________________________________________________________________________
14708 [  7793] By: jhi                                   on 2000/11/21  18:54:41
14709         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
14710              From: Dominic Dunlop <domo@computer.org> 
14711              Date: Mon, 20 Nov 2000 18:55:29 +0100
14712              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
14713              
14714              va_copy() and the need of it.
14715              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
14716      Branch: metaconfig/U/perl
14717            + need_va_copy.U
14718      Branch: perl
14719            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14720            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
14721            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
14722            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
14723            ! win32/config.bc win32/config.gc win32/config.vc
14724 ____________________________________________________________________________
14725 [  7792] By: jhi                                   on 2000/11/21  17:04:10
14726         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
14727      Branch: perl
14728           !> scope.h
14729 ____________________________________________________________________________
14730 [  7791] By: jhi                                   on 2000/11/21  17:01:16
14731         Log: Export the SOCKS workaround symbols only if necessary.
14732      Branch: perl
14733            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
14734 ____________________________________________________________________________
14735 [  7790] By: nick                                  on 2000/11/20  23:57:11
14736         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
14737      Branch: perlio
14738            ! scope.h
14739 ____________________________________________________________________________
14740 [  7789] By: nick                                  on 2000/11/20  23:38:33
14741         Log: Integrate mainline
14742      Branch: perlio
14743           +> lib/File/Spec/Epoc.pm
14744           !> (integrate 34 files)
14745 ____________________________________________________________________________
14746 [  7788] By: nick                                  on 2000/11/20  23:20:18
14747         Log: Make extra buffer layer work (dummy crlf layer)
14748      Branch: perlio
14749            ! doio.c perlio.c perlio.h
14750 ____________________________________________________________________________
14751 [  7787] By: jhi                                   on 2000/11/20  22:44:04
14752         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
14753              From: Peter Prymmer <pvhp@forte.com>
14754              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
14755              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
14756      Branch: perl
14757            ! t/pragma/locale.t
14758 ____________________________________________________________________________
14759 [  7786] By: jhi                                   on 2000/11/20  22:29:10
14760         Log: Subject: DOC PATCH 5.6.0 perlreftut
14761              From: mjd@plover.com
14762              Date: 20 Nov 2000 19:45:06 -0000
14763              Message-ID: <20001120194506.9505.qmail@plover.com>
14764      Branch: perl
14765            ! pod/perlreftut.pod
14766 ____________________________________________________________________________
14767 [  7785] By: jhi                                   on 2000/11/20  22:27:44
14768         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
14769              From: David Dyck <dcd@tc.fluke.com>
14770              Date: Mon, 20 Nov 2000 11:43:40 -0800
14771              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
14772      Branch: perl
14773            ! lib/Cwd.pm
14774 ____________________________________________________________________________
14775 [  7784] By: jhi                                   on 2000/11/20  22:23:21
14776         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
14777              Date: Mon, 20 Nov 2000 17:06:10 -0500
14778              To: Mailing list Perl5 <perl5-porters@perl.org>
14779              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
14780      Branch: perl
14781            ! pp_ctl.c t/op/pat.t
14782 ____________________________________________________________________________
14783 [  7783] By: jhi                                   on 2000/11/20  22:11:18
14784         Log: Subject: [PATCH] doop.c - UTF8 tr///               
14785              From: Simon Cozens <simon@cozens.net>
14786              Date: Sat, 18 Nov 2000 18:49:30 +0000
14787              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
14788              
14789              Subject: Re: [PATCH] doop.c - UTF8 tr///           
14790              From: Simon Cozens <simon@cozens.net>
14791              Date: Mon, 20 Nov 2000 20:45:22 +0000
14792              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
14793              
14794              Make tr on UTF-8 better but still not correct.
14795      Branch: perl
14796            ! doop.c
14797 ____________________________________________________________________________
14798 [  7782] By: jhi                                   on 2000/11/20  22:02:16
14799         Log: Remove the shared object before attempting to create
14800              (by linking) a new one.  E.g. in AIX not removing
14801              becomes quite painful if one tries to do more than one
14802              build in the same tree (an interrupted build, for example),
14803              since the AIX' shared dynaloader seemingly keeps the shared
14804              objects open and therefore 'busy' for quite a while, even when
14805              nobody is using the objects, leading into link failures.
14806      Branch: perl
14807            ! lib/ExtUtils/MM_Unix.pm
14808 ____________________________________________________________________________
14809 [  7781] By: gsar                                  on 2000/11/20  19:02:55
14810         Log: type mismatch due to faulty integration
14811      Branch: maint-5.6/perl
14812            ! toke.c win32/Makefile
14813 ____________________________________________________________________________
14814 [  7780] By: gsar                                  on 2000/11/20  17:31:55
14815         Log: integrate changes#6392,6394..6399,6401..6404
14816              
14817              The {multiplier} of a fixed substring was overlooked which
14818              caused a wrong initial search offset for that substring.
14819              
14820              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
14821              From: Hugo <hv@crypt.compulink.co.uk>
14822              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
14823              Date: Thu, 13 Jul 2000 19:27:13 +0100
14824              
14825              Fix the BOM bug: not a byteorder bug, a signedness bug.
14826              
14827              Replace change #6337 with a better one.
14828              
14829              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
14830              From: Hugo <hv@crypt.compulink.co.uk>
14831              Date: Fri, 14 Jul 2000 04:16:20 +0100
14832              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
14833              
14834              MakeMaker should not remove editor backups (*~) on `make clean`
14835              by default (completes change#6383)
14836              
14837              move new variables to the end of the interpreter structure (for
14838              bincompat in code that doesn't #include XSUB.h)
14839              
14840              rename totally bletcherous SvLOCK() thingy (doesn't do what the
14841              name suggests anyway)
14842              
14843              various cleanups (typos, misformatted code, and small bugs)
14844              
14845              typecasts needed for change#6394
14846              
14847              typos in change#6399, regen headers
14848              
14849              inconsistent types needs casts
14850              
14851              PERL_OBJECT build tweaks
14852      Branch: maint-5.6/perl
14853           !> MANIFEST doop.c embed.h embed.pl embedvar.h
14854           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
14855           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
14856           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
14857           !> toke.c util.c
14858 ____________________________________________________________________________
14859 [  7779] By: gsar                                  on 2000/11/20  17:06:29
14860         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
14861              
14862              Cosmetics and perldelta.
14863              
14864              Fix nits noticed by Boston.pm.
14865              
14866              Do the cc sanity check both before the hints and
14867              after the cc selction.
14868              
14869              get sprintf.t to adjust properly for 3-digit exponents
14870              
14871              don't clobber *.orig files on *clean targets
14872              
14873              fix bugs in processing %v-*d and similar format specs (from
14874              Avi Finkel <avi@finkel.org>)
14875              
14876              sprintf test tweaks (from Dominic Dunlop)
14877              
14878              new selfloader.t in change#6183 doesn't close DATA handles,
14879              and thus fails to clean up tmp files on dosish platforms
14880              
14881              typos (spotted by Peter Prymmer)
14882              
14883              typo fix from Craig Berry
14884      Branch: maint-5.6/perl
14885           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
14886           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
14887           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
14888           !> x2p/Makefile.SH
14889 ____________________________________________________________________________
14890 [  7778] By: gsar                                  on 2000/11/20  16:46:51
14891         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
14892              
14893              Subject: Re: format bug report  [Patch]
14894              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14895              Date: Wed, 05 Jul 2000 13:12:52 +0200
14896              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
14897              
14898              Subject: Re: format bug report  [Patch]
14899              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14900              Date: Wed, 05 Jul 2000 14:10:01 +0200
14901              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
14902              
14903              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
14904              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
14905              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
14906              Date: Fri, 07 Jul 2000 17:57:16 +0100
14907              
14908              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
14909              To: perl5-porters@perl.org
14910              From: Karsten Sperling <spiff@phreax.net>
14911              Date: Mon, 10 Jul 2000 15:12:52 +0200
14912              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
14913              
14914              README.posix-bc podified from Thomas Dorner.
14915              
14916              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
14917              From: Dominic Dunlop <domo@computer.org>
14918              Date: Tue, 11 Jul 2000 12:27:33 +0200
14919              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
14920              
14921              Typo in #6341.
14922              
14923              Fix for
14924              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
14925              From: Roderick Schertler <roderick@argon.org>
14926              Date: Tue, 11 Jul 2000 13:55:05 -0400
14927              Message-Id: <200007111755.NAA05077@jones.argon.org>
14928              
14929              Minor cleanups on the booklist.
14930              
14931              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
14932              regen perltoc.
14933              
14934              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
14935      Branch: maint-5.6/perl
14936           +> pod/perlbook.pod
14937           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
14938           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
14939           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
14940 ____________________________________________________________________________
14941 [  7777] By: jhi                                   on 2000/11/20  16:08:49
14942         Log: Update Changes.
14943      Branch: perl
14944            ! Changes patchlevel.h
14945 ____________________________________________________________________________
14946 [  7776] By: jhi                                   on 2000/11/20  15:27:56
14947         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
14948              This may be overly harsh but until proven otherwise, we think this
14949              way, or until we have a simple test for Configure (having to start
14950              up servers is does not count as simple) to check for the problems.
14951      Branch: perl
14952            ! perl.h
14953 ____________________________________________________________________________
14954 [  7775] By: jhi                                   on 2000/11/20  15:22:17
14955         Log: Solaris hints tweaks.
14956      Branch: perl
14957            ! hints/solaris_2.sh
14958 ____________________________________________________________________________
14959 [  7774] By: jhi                                   on 2000/11/20  15:01:20
14960         Log: Add a workaround to SOCKS 64-bit problems.
14961      Branch: perl
14962            ! doio.c embed.h embed.pl perlsdio.h proto.h
14963 ____________________________________________________________________________
14964 [  7773] By: jhi                                   on 2000/11/20  14:51:47
14965         Log: sysseek() instead of seek().
14966      Branch: perl
14967            ! t/lib/syslfs.t
14968 ____________________________________________________________________________
14969 [  7772] By: gsar                                  on 2000/11/20  13:06:23
14970         Log: integrate changes#6315..6319,6321..6331,6333..6338
14971              
14972              Integrate with Sarathy, preliminary fix for unicos
14973              alignment problems in [ID 20000612.002] Perl problem on Cray system.
14974              
14975              some debugger output does not go to the socket when RemotePort is set
14976              
14977              winsock cleanup never done on Windows (leads to handle leaks)
14978              
14979              fix UNC path handling on Windows under ithreads, and chdir()
14980              return value when given a non-existent directory
14981              
14982              Autogenerate pod/Makefile and pod/buildtoc.
14983              buildtoc also checks whether the existin pods are
14984              mentioned in MANIFEST and perl.pod, and vice versa.
14985              (None of the thusly found discrepancies fixed yet.)
14986              roffitall also needs to be autogenerated similarly but it
14987              seems so badly out of date that I didn't touch it yet.
14988              
14989              Config is being used.
14990              
14991              Add =head1 NAMEs so that buildtoc is happy.
14992              (The CGI::Util nit reported to Lincoln.)
14993              
14994              Fix complaints of buildtoc.
14995              
14996              Fix the alignment problem in Crays ([ID 20000612.002]).
14997              
14998              Remove perlbook, update perlfaq book listing,
14999              rearrange perl.pod, regenerate perltoc.
15000              
15001              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
15002              was cast to an unsigned (32-bit) integer with wild abandon.
15003              
15004              winsock options weren't being set in all threads under ithreads
15005              (caused send()s from second and subsequent threads to fail)
15006              
15007              accept() leaks memory on windows due to incorrect ordering of
15008              closesocket() and fclose() calls
15009              
15010              Reorder perl.pod once more.
15011              
15012              More POSIX.pod tweaks.
15013              
15014              Sprinkle ldlibpath.
15015              
15016              Precedence goof, fix based on
15017              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
15018              From: Hugo <hv@crypt.compulink.co.uk>
15019              Date: Tue, 11 Jul 2000 12:52:38 +0100
15020              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
15021              
15022              Subject: PATCH perlguts.pod: Document D and d magic types
15023              From: mjd@plover.com
15024              Date: 5 Jul 2000 18:01:51 -0000
15025              Message-ID: <20000705180151.29413.qmail@plover.com>
15026              
15027              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
15028              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
15029              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
15030              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
15031              
15032              Subject: [PATCH cfgperl] $& segfaults if you trick it
15033              From: simon@brecon.co.uk (Simon Cozens)
15034              Date: 7 Jul 2000 11:26:09 GMT
15035              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
15036              
15037              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
15038              From: Hugo <hv@crypt.compulink.co.uk>
15039              Date: Tue, 11 Jul 2000 12:44:50 +0100
15040              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
15041              
15042              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
15043              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
15044              Date: Tue, 11 Jul 2000 13:50:51 +0100
15045              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
15046      Branch: maint-5.6/perl
15047           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
15048           +> pod/buildtoc.PL
15049            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
15050           !> (integrate 26 files)
15051 ____________________________________________________________________________
15052 [  7771] By: gsar                                  on 2000/11/20  12:31:42
15053         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
15054              6310,6311,6314
15055              
15056              Subject: [PATCH bleedperl] File::Spec 0.82 beta
15057              From: Barrie Slaymaker <barries@jester.slaysys.com>
15058              Date: Wed, 28 Jun 2000 11:35:29 -0400
15059              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
15060              
15061              tweak perlembed for multiplicity/usethreads sanity; correct notes
15062              about Windows
15063              
15064              localize %INC in a Safe compartment so that use/require work
15065              (many other magic globals probably need similar treatment)
15066              
15067              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
15068              when @_ is modified, causing coredumps
15069              
15070              slurp mode fix in change#4736 still not quite right
15071              
15072              Point to perlipc for more SysV IPC examples.
15073              
15074              Elaborate POSIX.pod.  Still needs work.
15075              
15076              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
15077              
15078              fix large memory leak that has been around for ever, masked by
15079              -DPURIFY (most of the arenas were never freed!)
15080              
15081              fix memory leak on Windows (PL_sys_intern contents were never
15082              freed)
15083              
15084              PERL_OBJECT build tweak
15085              
15086              adjust change#6299
15087              
15088              remove rel2abs prototypes (from Barrie Slaymaker)
15089              
15090              missing perldiag entry for unpack("w",...) diagnostic (from
15091              Andreas Koenig)
15092              
15093              better diagnostic on Frob->stuff() when Frob:: doesn't exist
15094              (from Richard Soderberg <rs@oregonnet.com>)
15095              
15096              Win32 patches for cfgperl from Sarathy.
15097              
15098              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
15099              
15100              More POSIX.pod embellishment.
15101              
15102              tyop in change#6306
15103      Branch: maint-5.6/perl
15104           !> (integrate 44 files)
15105 ____________________________________________________________________________
15106 [  7770] By: gsar                                  on 2000/11/20  11:51:00
15107         Log: integrate changes#6268..6282 from cfgperl branch
15108              
15109              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
15110              From: Dominic Dunlop <domo@computer.org>
15111              Date: Thu, 29 Jun 2000 12:32:39 +0200
15112              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
15113              
15114              Regen headers for #6261 (and update embed.pl for this) and #6267,
15115              silence few compiler warnings.
15116              
15117              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
15118              From: Nicholas Clark <nick@talking.bollo.cx>
15119              Date: Fri, 23 Jun 2000 16:21:15 +0100
15120              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
15121              
15122              Subject: PATCH pod/perltie.pod
15123              From: Ian Phillipps <Ian.Phillipps@iname.com>
15124              Date: Fri, 16 Jun 2000 00:17:19 +0100
15125              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
15126              (only the first hunk, the second hunk had already been done
15127              by some other patch)
15128              
15129              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
15130              From: Tom Phoenix <rootbeer@redcat.com>
15131              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
15132              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
15133              
15134              Subject: [PATCH] xsub attributes
15135              From: Doug MacEachern <dougm@covalent.net>
15136              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
15137              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
15138              
15139              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
15140              From: Andy Dougherty <doughera@lafayette.edu>
15141              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
15142              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
15143              
15144              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
15145              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
15146              Date: Tue, 13 Jun 2000 02:43:48 -0500
15147              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
15148              
15149              Subject: [PATCH] Re: eval documentation: context
15150              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
15151              Date: Mon, 12 Jun 2000 15:07:29 +0100
15152              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
15153              
15154              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
15155              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
15156              Date: Mon, 12 Jun 2000 14:55:59 +0100
15157              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
15158              
15159              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
15160              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
15161              Date: Fri, 09 Jun 2000 12:39:27 -0400
15162              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
15163              (plus update the version "number" of Text::Wrap)
15164              
15165              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
15166              From: Tim Ayers <tayers@bridge.com>
15167              Date: Thu, 08 Jun 2000 08:11:06 +0200
15168              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
15169              [resent by Richard Foley, Message-Id probably wrong]
15170              
15171              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
15172              From: rspier@pobox.com (Robert Spier)
15173              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
15174              Message-ID: <14654.31913.845602.610277@rls.cx>
15175              
15176              Subject: [PATCH 5.6.0] utils/h2xs.PL
15177              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
15178              Date: Wed, 7 Jun 2000 04:02:04 -0500
15179              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
15180              
15181              Subject: [PATCH 5.6.0]ITHREADs for VMS
15182              From: Dan Sugalski <dan@sidhe.org>
15183              Date: Tue, 06 Jun 2000 11:59:50 -0400
15184              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
15185      Branch: maint-5.6/perl
15186           !> (integrate 31 files)
15187 ____________________________________________________________________________
15188 [  7769] By: gsar                                  on 2000/11/20  11:29:06
15189         Log: integrate changes#6261..6266 from cfgperl
15190              
15191              Subject: Re: [PATCH cfgperl] BOMs away!
15192              From: simon@brecon.co.uk (Simon Cozens)
15193              Date: 17 Jun 2000 11:49:57 GMT
15194              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
15195              
15196              Subject: 5.6.0 Patch for EPOC
15197              From: Olaf Flebbe <o.flebbe@gmx.de>
15198              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
15199              Message-ID: <23449.960929969@www11.gmx.net>
15200              
15201              tr fixes from Simon Cozens
15202              
15203              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
15204              From: Marty Lucich <marty@netcom.com>
15205              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
15206              Message-Id: <200006282116.OAA11148@netcom.com>
15207              ccdlflags update (the BSD/OS 4.1 part had already been taken
15208              care of by #6141).
15209              
15210              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
15211              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
15212              Date: Wed, 28 Jun 2000 17:50:12 -0700
15213              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
15214              
15215              Subject: [PATCH 5.6.0] cygwin port
15216              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
15217              From: "Fifer, Eric" <EFifer@sanwaint.com>
15218              Date: Thu, 29 Jun 2000 12:58:29 +0100
15219      Branch: maint-5.6/perl
15220           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
15221           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
15222           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
15223           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
15224 ____________________________________________________________________________
15225 [  7768] By: gsar                                  on 2000/11/20  11:13:44
15226         Log: integrate changes#6252..6256,6259..6260
15227              
15228              Paranoia tweak on #6249.
15229              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
15230              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
15231              Date: Sun, 25 Jun 2000 23:43:12 -0400
15232              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
15233              
15234              Subject: tr///, help wanted.
15235              From: simon@brecon.co.uk (Simon Cozens)
15236              Date: 28 Jun 2000 11:29:04 GMT
15237              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
15238              
15239              small thinko tweaks
15240              
15241              tweaks from Simon Conzes to further fix tr/// under utf8
15242              
15243              perlnewmod was missing from MANIFEST.
15244              
15245              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
15246              From: simon@brecon.co.uk (Simon Cozens)
15247              Date: 17 Jun 2000 11:56:44 GMT
15248              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
15249              pack U0, pack C0
15250      Branch: maint-5.6/perl
15251           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
15252           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
15253           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
15254           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
15255 ____________________________________________________________________________
15256 [  7767] By: gsar                                  on 2000/11/20  10:51:38
15257         Log: integrate change#6250 from cfgperl
15258              
15259              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
15260              From: Doug MacEachern <dougm@covalent.net>
15261              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
15262              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
15263      Branch: maint-5.6/perl
15264           +> t/op/my_stash.t
15265           !> MANIFEST embed.pl global.sym proto.h toke.c
15266 ____________________________________________________________________________
15267 [  7766] By: gsar                                  on 2000/11/20  10:48:34
15268         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
15269              
15270              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
15271              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
15272              Date: Mon, 26 Jun 2000 18:40:14 +0100
15273              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
15274              
15275              Subject: [PATCH] bytes<->utf8 fixes
15276              From: simon@brecon.co.uk (Simon Cozens)
15277              Date: 26 Jun 2000 04:55:45 GMT
15278              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
15279              
15280              Subject: [PATCH] is_utf8_string
15281              From: simon@brecon.co.uk (Simon Cozens)
15282              Date: 26 Jun 2000 02:25:59 GMT
15283              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
15284              
15285              Subject: [PATCH] avoid mg_ptr in '*' magic
15286              From: Doug MacEachern <dougm@covalent.net>
15287              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
15288              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
15289              
15290              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
15291              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
15292              Date: Sat, 24 Jun 2000 13:06:20 +0100
15293              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
15294              
15295              Allow for standalone testing.
15296              
15297              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
15298              From: Mark-Jason Dominus <mjd@plover.com>
15299              Date: Tue, 27 Jun 2000 22:36:42 -0400
15300              Message-ID: <20000628023642.12166.qmail@plover.com>
15301              
15302              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
15303              From: Frank Tobin <ftobin@uiuc.edu>
15304              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
15305              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
15306      Branch: maint-5.6/perl
15307           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
15308           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
15309           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
15310           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
15311           !> utf8.c utils/h2xs.PL
15312 ____________________________________________________________________________
15313 [  7765] By: gsar                                  on 2000/11/20  10:29:13
15314         Log: integrate change#6239 from cfgperl
15315              
15316              Configure maintenance.  Sever some dependency cycles,
15317              separate gccversion from the cc unit,
15318              address [ID 20000623.006] Configure script patch for using gcc on AIX
15319              (but solve it a little bit differently),
15320              unduplex some accidentally duplicated units,
15321              suggest using gcc if no cc available
15322              (p5p thread: "Solaris configure: counterproposal", 1999-09)
15323      Branch: maint-5.6/perl
15324           !> Configure Todo-5.6 config_h.SH
15325 ____________________________________________________________________________
15326 [  7764] By: gsar                                  on 2000/11/20  10:25:55
15327         Log: integrate changes#6233..6238 from cfgperl
15328              
15329              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
15330              From: Mark-Jason Dominus <mjd@plover.com>
15331              Date: Fri, 16 Jun 2000 20:53:04 -0400
15332              Message-ID: <20000617005304.8008.qmail@plover.com>
15333              
15334              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
15335              because when run as services (Win32ese for daemons)
15336              no environment variables are set and tmpdir ends up as /tmp,
15337              which is ambiguous.
15338              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
15339              From: matt@sergeant.org
15340              Date: 16 Jun 2000 16:30:43 -0000
15341              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
15342              
15343              The thread begun by
15344              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
15345              From: Kevin.Ruscoe@ubsw.com
15346              Date: Fri, 16 Jun 2000 16:38:51 +0100
15347              Message-Id: <H000019b03c300d6@MHS>
15348              
15349              Tweak embed.pl, regen headers.
15350              
15351              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
15352              From: Dan Sugalski <dan@sidhe.org>
15353              Date: Fri, 23 Jun 2000 17:00:00 -0400
15354              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
15355      Branch: maint-5.6/perl
15356           !> (integrate 27 files)
15357 ____________________________________________________________________________
15358 [  7763] By: gsar                                  on 2000/11/20  10:08:08
15359         Log: s/perl56delta/perldelta/g
15360      Branch: maint-5.6/perl
15361            ! pod/Makefile
15362 ____________________________________________________________________________
15363 [  7762] By: gsar                                  on 2000/11/20  10:04:00
15364         Log: integrate changes#6225,6229,6231,6232 from cfgperl
15365              
15366              Add source code filenames to apidoc.
15367              From: simon@brecon.co.uk (Simon Cozens)
15368              Subject: [PATCH embed.pl] Source X-ref
15369              Date: 22 Jun 2000 02:18:49 GMT
15370              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
15371              
15372              Subject: README.hpux version 0.6.1
15373              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
15374              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
15375              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
15376              
15377              Subject: [PATCH 5.6.0] cygwin port
15378              From: "Fifer, Eric" <EFifer@sanwaint.com>
15379              Date: Tue, 20 Jun 2000 14:30:58 +0100
15380              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
15381              
15382              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
15383              From: simon@brecon.co.uk (Simon Cozens)
15384              Date: 19 Jun 2000 15:18:27 GMT
15385              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
15386              
15387              plus update pod/Makefile and regenerate perltoc
15388      Branch: maint-5.6/perl
15389           +> pod/perlutil.pod
15390           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
15391           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
15392 ____________________________________________________________________________
15393 [  7761] By: jhi                                   on 2000/11/20  04:09:55
15394         Log: Miraculous typo.
15395      Branch: perl
15396            ! t/op/pat.t
15397 ____________________________________________________________________________
15398 [  7760] By: jhi                                   on 2000/11/20  04:06:08
15399         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
15400              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15401              Date: Sun, 19 Nov 2000 22:30:26 -0500
15402              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
15403      Branch: perl
15404            ! regexec.c scope.h t/op/pat.t
15405 ____________________________________________________________________________
15406 [  7759] By: jhi                                   on 2000/11/20  02:05:22
15407         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
15408      Branch: perl
15409            ! perl.h
15410 ____________________________________________________________________________
15411 [  7758] By: jhi                                   on 2000/11/20  01:58:11
15412         Log: Subject: [perl 7711: EPOC] updates
15413              From: Olaf Flebbe <o.flebbe@gmx.de>
15414              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
15415              Message-ID: <25575.974658810@www23.gmx.net>               
15416      Branch: perl
15417            + lib/File/Spec/Epoc.pm
15418            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
15419            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
15420            ! lib/File/Spec.pm perl.c sv.c
15421 ____________________________________________________________________________
15422 [  7757] By: jhi                                   on 2000/11/20  01:53:11
15423         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
15424      Branch: perl
15425            ! MANIFEST
15426 ____________________________________________________________________________
15427 [  7756] By: jhi                                   on 2000/11/20  01:47:22
15428         Log: Integrate perlio.
15429      Branch: perl
15430            - ext/re/hints/MSWin32.pl
15431           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
15432           !> win32/config.gc win32/config_H.gc win32/win32sck.c
15433 ____________________________________________________________________________
15434 [  7755] By: nick                                  on 2000/11/19  20:57:17
15435         Log: Add dummy crlf layer (just as buffer)
15436              Correct 1st bug - one layer of indirection.
15437      Branch: perlio
15438            ! perlio.c perlio.h perliol.h
15439 ____________________________________________________________________________
15440 [  7754] By: nick                                  on 2000/11/19  20:56:12
15441         Log: Work-round to Perl_deb_nocontext is no longer required
15442      Branch: perlio
15443            - ext/re/hints/MSWin32.pl
15444 ____________________________________________________________________________
15445 [  7753] By: nick                                  on 2000/11/19  20:01:16
15446         Log: diff -se shows these as different
15447      Branch: perlio
15448            ! global.sym pod/perlapi.pod
15449 ____________________________________________________________________________
15450 [  7752] By: nick                                  on 2000/11/19  18:57:30
15451         Log: Configure GCC/Win32 build -Duseperlio
15452              Fix a couple of gross issues
15453              - double-include of ../deb.o in re.dll
15454              - win32sck.c needs PerlIO and FILE 
15455      Branch: perlio
15456            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
15457            ! win32/win32sck.c
15458 ____________________________________________________________________________
15459 [  7751] By: nick                                  on 2000/11/19  17:05:36
15460         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
15461      Branch: perlio
15462            ! perlio.c
15463 ____________________________________________________________________________
15464 [  7750] By: nick                                  on 2000/11/19  16:57:14
15465         Log: Missing aTHX_
15466      Branch: perlio
15467            ! sv.c
15468 ____________________________________________________________________________
15469 [  7749] By: jhi                                   on 2000/11/19  16:28:40
15470         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
15471              From: "Peter J. Farley III" <pjfarley@banet.net>
15472              Date: Sun, 19 Nov 2000 01:42:58 -0500
15473              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
15474      Branch: perl
15475            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
15476 ____________________________________________________________________________
15477 [  7748] By: jhi                                   on 2000/11/19  16:08:10
15478         Log: Subject: podlators 1.05 available        
15479              From: Russ Allbery <rra@stanford.edu>   
15480              Date: 18 Nov 2000 22:04:28 -0800
15481              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
15482      Branch: perl
15483            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
15484 ____________________________________________________________________________
15485 [  7747] By: nick                                  on 2000/11/19  11:19:39
15486         Log: Integrate mainline
15487      Branch: perlio
15488           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
15489           !> util.c
15490 ____________________________________________________________________________
15491 [  7746] By: jhi                                   on 2000/11/19  06:42:22
15492         Log: Make hex scanning warn on "\x{x}" and "\xx".
15493              "\x" and and hex("x") are still valid.
15494      Branch: perl
15495            ! util.c
15496 ____________________________________________________________________________
15497 [  7745] By: nick                                  on 2000/11/18  22:52:28
15498         Log: Integrate mainline
15499      Branch: perlio
15500           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
15501           !> perl.h perlio.c proto.h regcomp.c regcomp.h
15502 ____________________________________________________________________________
15503 [  7744] By: jhi                                   on 2000/11/18  22:50:28
15504         Log: Introduce Perl_utf8_length().  Use it.
15505      Branch: perl
15506            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
15507 ____________________________________________________________________________
15508 [  7743] By: jhi                                   on 2000/11/18  22:38:51
15509         Log: Compiler denit.
15510      Branch: perl
15511            ! perlio.c
15512 ____________________________________________________________________________
15513 [  7742] By: jhi                                   on 2000/11/18  20:33:05
15514         Log: Integrate perlio.
15515      Branch: perl
15516           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
15517           !> perlio.h pp_ctl.c pp_sys.c sv.c
15518 ____________________________________________________________________________
15519 [  7741] By: jhi                                   on 2000/11/18  20:31:27
15520         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
15521              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15522              Date: Fri, 17 Nov 2000 20:35:11 -0500
15523              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
15524              
15525              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
15526              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15527              Date: Fri, 17 Nov 2000 21:03:47 -0500
15528              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
15529              
15530              Plus a little bit of tweaking in pregcomp().
15531      Branch: perl
15532            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
15533 ____________________________________________________________________________
15534 [  7740] By: nick                                  on 2000/11/18  20:17:22
15535         Log: Lexical use open ... support:
15536              add ->cop_io to COP structure in cop.h.
15537              Make mg.c and gv.c associate it with ${^OPEN}.
15538              Make lib/open.pm set it.
15539              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
15540              manner similar to ->cop_warnings.
15541              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
15542              call new PerlIO_apply_layers().
15543              Declare latter in perlio.h and define in perlio.c
15544      Branch: perlio
15545            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
15546            ! perlio.h pp_ctl.c pp_sys.c sv.c
15547 ____________________________________________________________________________
15548 [  7739] By: jhi                                   on 2000/11/18  19:54:00
15549         Log: Integrate perlio.
15550      Branch: perl
15551           !> doio.c perlio.c pp.c
15552 ____________________________________________________________________________
15553 [  7738] By: jhi                                   on 2000/11/18  17:16:13
15554         Log: Subject: [PATCH 5.7.0] etags broken again
15555              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15556              Date: Sat, 18 Nov 2000 02:41:36 -0500
15557              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
15558      Branch: perl
15559            ! emacs/ptags
15560 ____________________________________________________________________________
15561 [  7737] By: jhi                                   on 2000/11/18  17:12:18
15562         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
15563      Branch: perl
15564            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
15565 ____________________________________________________________________________
15566 [  7736] By: nick                                  on 2000/11/18  14:06:20
15567         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
15568              part to be isolated.
15569      Branch: perlio
15570            ! doio.c perlio.c
15571 ____________________________________________________________________________
15572 [  7735] By: nick                                  on 2000/11/18  11:03:32
15573         Log: Integrate mainline
15574      Branch: perlio
15575           !> Changes README.amiga README.win32 patchlevel.h
15576           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
15577 ____________________________________________________________________________
15578 [  7734] By: jhi                                   on 2000/11/18  01:18:56
15579         Log: Update Changes.
15580      Branch: perl
15581            ! Changes patchlevel.h
15582 ____________________________________________________________________________
15583 [  7733] By: jhi                                   on 2000/11/18  00:32:54
15584         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
15585              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15586              Date: Fri, 17 Nov 2000 17:28:02 -0500
15587              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
15588      Branch: perl
15589            ! regcomp.c regexec.c t/op/re_tests
15590 ____________________________________________________________________________
15591 [  7732] By: jhi                                   on 2000/11/18  00:28:56
15592         Log: Sparc 64-bit pack() fix from Jens Hamisch.
15593      Branch: perl
15594            ! pp.c
15595 ____________________________________________________________________________
15596 [  7731] By: jhi                                   on 2000/11/18  00:18:39
15597         Log: Explain in more detail the {} syntax ambiguousity.
15598              
15599              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
15600              From: Nicholas Clark <nick@ccl4.org>
15601              Date: Fri, 17 Nov 2000 22:10:28 +0000
15602              Message-ID: <20001117221028.A88930@plum.flirble.org>
15603      Branch: perl
15604            ! pod/perlfunc.pod
15605 ____________________________________________________________________________
15606 [  7730] By: jhi                                   on 2000/11/18  00:12:18
15607         Log: Subject: Fix for README.amiga (20000323.033)
15608              From: "Stephen P. Potter" <spp@spotter.yi.org>
15609              Date: Fri, 17 Nov 2000 12:25:51 -0500
15610              Message-Id: <200011171725.MAA05768@spotter.yi.org>
15611      Branch: perl
15612            ! README.amiga
15613 ____________________________________________________________________________
15614 [  7729] By: jhi                                   on 2000/11/18  00:08:34
15615         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
15616              From: "A. C. Yardley" <yardley@tanet.net>
15617              Date: Mon, 3 Apr 2000 11:35:33 -0700
15618              Message-ID: <3483.000403@tanet.net>
15619      Branch: perl
15620            ! README.win32
15621 ____________________________________________________________________________
15622 [  7728] By: nick                                  on 2000/11/17  21:59:47
15623         Log: Integrate mainline
15624      Branch: perlio
15625           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
15626           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
15627           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
15628           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
15629 ____________________________________________________________________________
15630 [  7727] By: nick                                  on 2000/11/17  21:56:31
15631         Log: Experiment on use of attributes.pm interface.
15632              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
15633              SVt_PVRV if not already something better (else vivify of say magic gets
15634              core dump).
15635      Branch: perlio
15636            ! perlio.c pp.c
15637 ____________________________________________________________________________
15638 [  7726] By: jhi                                   on 2000/11/17  14:15:49
15639         Log: Subject: Fix for 20000815.006
15640              From: "Stephen P. Potter" <spp@spotter.yi.org>
15641              Date: Fri, 17 Nov 2000 08:57:45 -0500
15642              Message-Id: <200011171357.IAA05122@spotter.yi.org>
15643              
15644              It's really 20000518.006.
15645      Branch: perl
15646            ! pod/perlmodlib.PL
15647 ____________________________________________________________________________
15648 [  7725] By: jhi                                   on 2000/11/17  14:12:31
15649         Log: Subject: Fix for 20000409.001
15650              From: "Stephen P. Potter" <spp@spotter.yi.org>
15651              Date: Fri, 17 Nov 2000 08:55:45 -0500
15652              Message-Id: <200011171355.IAA05104@spotter.yi.org>
15653      Branch: perl
15654            ! pod/perlfaq9.pod
15655 ____________________________________________________________________________
15656 [  7724] By: jhi                                   on 2000/11/17  14:08:58
15657         Log: Undo #7627 now that we have =head3.
15658      Branch: perl
15659            ! pod/perlhack.pod
15660 ____________________________________________________________________________
15661 [  7723] By: jhi                                   on 2000/11/17  14:04:09
15662         Log: As surmised the #7719 wasn't a good move.
15663      Branch: perl
15664            ! hints/solaris_2.sh
15665 ____________________________________________________________________________
15666 [  7722] By: jhi                                   on 2000/11/17  13:59:04
15667         Log: Also the 64bitall hints can be either here or there.
15668      Branch: perl
15669            ! hints/solaris_2.sh
15670 ____________________________________________________________________________
15671 [  7721] By: jhi                                   on 2000/11/17  02:26:23
15672         Log: Test tweak for the open pragma.
15673      Branch: perl
15674            ! t/lib/b.t
15675 ____________________________________________________________________________
15676 [  7720] By: jhi                                   on 2000/11/17  00:23:22
15677         Log: The long double hints can be here or there.
15678      Branch: perl
15679            ! hints/solaris_2.sh
15680 ____________________________________________________________________________
15681 [  7719] By: jhi                                   on 2000/11/17  00:14:06
15682         Log: For Solaris use64bitall the stdchar needs a little bit of help.
15683      Branch: perl
15684            ! hints/solaris_2.sh
15685 ____________________________________________________________________________
15686 [  7718] By: jhi                                   on 2000/11/16  23:27:34
15687         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
15688              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
15689              Date: Wed, 15 Nov 2000 08:56:32 +0100
15690              Message-ID: <3A1241B0.64477E00@alcatel.at>
15691      Branch: perl
15692            ! lib/Carp/Heavy.pm
15693 ____________________________________________________________________________
15694 [  7717] By: jhi                                   on 2000/11/16  23:23:29
15695         Log: Subject: [PATCH] Re: 20001101.003 PDL
15696              From: Nicholas Clark <nick@ccl4.org>
15697              Date: Thu, 16 Nov 2000 16:48:25 +0000
15698              Message-ID: <20001116164825.B93487@plum.flirble.org>
15699      Branch: perl
15700            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
15701 ____________________________________________________________________________
15702 [  7716] By: jhi                                   on 2000/11/16  23:21:31
15703         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
15704              From: "Casey R. Tweten" <crt@kiski.net>
15705              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
15706              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
15707      Branch: perl
15708            ! lib/Pod/Checker.pm pod/perlpod.pod
15709 ____________________________________________________________________________
15710 [  7715] By: jhi                                   on 2000/11/16  23:19:40
15711         Log: Avoid an infinite loop in VMS when utils scripts are run
15712              with no arguments, from Charles Lane.
15713      Branch: perl
15714            ! configure.com
15715 ____________________________________________________________________________
15716 [  7714] By: jhi                                   on 2000/11/16  23:17:08
15717         Log: Subject: perllocale.pod changes
15718              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
15719              Date: Mon, 13 Nov 2000 10:09:22 +0300
15720              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
15721      Branch: perl
15722            ! pod/perllocale.pod
15723 ____________________________________________________________________________
15724 [  7713] By: jhi                                   on 2000/11/16  23:14:06
15725         Log: Integrate perlio.
15726      Branch: perl
15727           !> doio.c perlio.c perlio.h util.c
15728 ____________________________________________________________________________
15729 [  7712] By: nick                                  on 2000/11/16  21:10:58
15730         Log: Integrate mainline
15731      Branch: perlio
15732           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
15733           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
15734           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
15735           !> vos/config.ga.def vos/config.ga.h win32/config.bc
15736           !> win32/config.gc win32/config.vc
15737 ____________________________________________________________________________
15738 [  7711] By: nick                                  on 2000/11/16  19:56:41
15739         Log: Minor tweaks:
15740              consistent way of getting 'rb', 'wb' etc. for binary opens
15741              move *perlio::layers to *open::layers
15742              a #define to show layers available
15743              DOSISH popen/PerlIO had export/import sense inverted.
15744      Branch: perlio
15745            ! doio.c perlio.c perlio.h util.c
15746 ____________________________________________________________________________
15747 [  7710] By: jhi                                   on 2000/11/16  15:46:05
15748         Log: Add HAS_SBRK_PROTO.
15749      Branch: metaconfig/U/perl
15750            + d_sbrkproto.U
15751      Branch: perl
15752            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15753            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
15754            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
15755            ! vos/config.ga.def vos/config.ga.h win32/config.bc
15756            ! win32/config.gc win32/config.vc
15757 ____________________________________________________________________________
15758 [  7709] By: nick                                  on 2000/11/16  07:31:49
15759         Log: Integrate mainline
15760      Branch: perlio
15761           !> (integrate 35 files)
15762 ____________________________________________________________________________
15763 [  7708] By: jhi                                   on 2000/11/16  05:33:03
15764         Log: These files are text, not binary.
15765      Branch: perl
15766            ! ext/Encode/Encode/iso8859-10.enc
15767            ! ext/Encode/Encode/iso8859-13.enc
15768            ! ext/Encode/Encode/iso8859-14.enc
15769            ! ext/Encode/Encode/iso8859-15.enc
15770 ____________________________________________________________________________
15771 [  7707] By: jhi                                   on 2000/11/16  01:53:37
15772         Log: Update Changes.
15773      Branch: perl
15774            ! Changes patchlevel.h
15775 ____________________________________________________________________________
15776 [  7706] By: jhi                                   on 2000/11/16  01:35:59
15777         Log: More #undefing of stdio.
15778      Branch: perl
15779            ! fakesdio.h nostdio.h
15780 ____________________________________________________________________________
15781 [  7705] By: jhi                                   on 2000/11/16  01:34:18
15782         Log: Add fwalk() probe to the configuration files and regen perltoc.
15783      Branch: perl
15784            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15785            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
15786            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
15787            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
15788            ! win32/config.bc win32/config.gc win32/config.vc
15789 ____________________________________________________________________________
15790 [  7704] By: jhi                                   on 2000/11/16  01:33:07
15791         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
15792              an optional third argument to Inlibc?)
15793      Branch: metaconfig/U/perl
15794            + d__fwalk.U
15795 ____________________________________________________________________________
15796 [  7703] By: jhi                                   on 2000/11/16  01:09:22
15797         Log: The type of the hash_cb() size argument is tricky.
15798      Branch: perl
15799            ! ext/DB_File/DB_File.xs
15800 ____________________________________________________________________________
15801 [  7702] By: jhi                                   on 2000/11/15  23:01:16
15802         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
15803      Branch: perl
15804            ! nostdio.h
15805 ____________________________________________________________________________
15806 [  7701] By: jhi                                   on 2000/11/15  22:52:32
15807         Log: Detypo.
15808      Branch: perl
15809            ! t/lib/bigfltpm.t
15810 ____________________________________________________________________________
15811 [  7700] By: jhi                                   on 2000/11/15  22:51:56
15812         Log: UINT64_C() work continues.
15813      Branch: perl
15814            ! handy.h perl.h utf8.h
15815 ____________________________________________________________________________
15816 [  7699] By: jhi                                   on 2000/11/15  14:13:04
15817         Log: SOCKS has its own USE_THREADS, based on
15818              
15819              Subject: [ID 20001114.002] et. al. bugfix followup
15820              From: Jens Hamisch <jens@Strawberry.COM> 
15821              Date: Wed, 15 Nov 2000 14:23:11 +0100
15822              Message-ID: <20001115142311.A21164@Strawberry.COM>
15823      Branch: perl
15824            ! perl.h
15825 ____________________________________________________________________________
15826 [  7698] By: jhi                                   on 2000/11/15  03:50:56
15827         Log: Add few missing #undefs and sort them.
15828      Branch: perl
15829            ! fakesdio.h
15830 ____________________________________________________________________________
15831 [  7697] By: jhi                                   on 2000/11/15  03:39:14
15832         Log: Linenumber fix.
15833      Branch: perl
15834            ! t/pragma/warn/utf8
15835 ____________________________________________________________________________
15836 [  7696] By: jhi                                   on 2000/11/15  02:55:26
15837         Log: EBCDIC tweaks.
15838              
15839              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
15840              From: Peter Prymmer <pvhp@forte.com>
15841              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
15842              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
15843      Branch: perl
15844            ! t/op/regmesg.t t/pragma/warn/utf8
15845 ____________________________________________________________________________
15846 [  7695] By: jhi                                   on 2000/11/15  02:53:58
15847         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
15848              From: Peter Prymmer <pvhp@forte.com>
15849              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
15850              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
15851      Branch: perl
15852            ! utf8.c
15853 ____________________________________________________________________________
15854 [  7694] By: jhi                                   on 2000/11/15  02:50:55
15855         Log: Subject: [PATCH: perl@7674] updates to README.os390
15856              From: Prymmer/Kahn <pvhp@best.com>
15857              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
15858              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
15859      Branch: perl
15860            ! README.os390
15861 ____________________________________________________________________________
15862 [  7693] By: jhi                                   on 2000/11/15  02:48:37
15863         Log: Quit utf8_to_uv() instantly if curlen == 0.
15864      Branch: perl
15865            ! utf8.c
15866 ____________________________________________________________________________
15867 [  7692] By: jhi                                   on 2000/11/15  02:24:29
15868         Log: Use u_int32_t for the size of hash_cb(), not size_t.
15869              
15870              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
15871              From: Jens Hamisch <jens@Strawberry.COM>     
15872              Date: Tue, 14 Nov 2000 19:03:55 +0100
15873              Message-Id: <20001114190355.A20559@Strawberry.COM>
15874      Branch: perl
15875            ! ext/DB_File/DB_File.xs
15876 ____________________________________________________________________________
15877 [  7691] By: jhi                                   on 2000/11/15  02:20:12
15878         Log: Use UINT64_C().
15879              
15880              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
15881              From: Jens Hamisch <jens@Strawberry.COM>
15882              Date: Tue, 14 Nov 2000 19:16:23 +0100
15883              Message-Id: <20001114191623.G20559@Strawberry.COM>
15884      Branch: perl
15885            ! utf8.c utf8.h
15886 ____________________________________________________________________________
15887 [  7690] By: jhi                                   on 2000/11/15  02:17:06
15888         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
15889              (a macro to define signed and unsigned integer constants).
15890      Branch: perl
15891            ! handy.h
15892 ____________________________________________________________________________
15893 [  7689] By: jhi                                   on 2000/11/15  01:56:51
15894         Log: Regen Configure.
15895      Branch: perl
15896            ! Configure
15897 ____________________________________________________________________________
15898 [  7688] By: jhi                                   on 2000/11/15  01:56:32
15899         Log: Make the unit know about SOCKS.
15900      Branch: metaconfig
15901            ! U/protos/socksizetype.U
15902 ____________________________________________________________________________
15903 [  7687] By: jhi                                   on 2000/11/15  01:54:47
15904         Log: Remove unused dependencies.
15905      Branch: metaconfig
15906            ! U/compline/d_getpagsz.U
15907 ____________________________________________________________________________
15908 [  7686] By: nick                                  on 2000/11/14  21:25:13
15909         Log: Integrate mainline.
15910      Branch: perlio
15911           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
15912           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
15913           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
15914           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
15915           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
15916           !> win32/config.bc win32/config.gc win32/config.vc
15917           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
15918 ____________________________________________________________________________
15919 [  7685] By: jhi                                   on 2000/11/14  17:54:56
15920         Log: Integrate perlio.
15921      Branch: perl
15922           +> fakesdio.h perliol.h
15923           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
15924           !> perlsdio.h perlsfio.h pod/perlfunc.pod
15925 ____________________________________________________________________________
15926 [  7684] By: nick                                  on 2000/11/14  17:43:04
15927         Log: PerlIO #include and #ifdef re-work.
15928      Branch: perlio
15929            + fakesdio.h perliol.h
15930            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
15931            ! perlsdio.h perlsfio.h
15932 ____________________________________________________________________________
15933 [  7683] By: jhi                                   on 2000/11/14  15:42:40
15934         Log: Hoist the duplicated socket/netdb include logic to perl.h;
15935              undef SETERRNO in case SOCKS has defined it.  Based on:
15936              
15937              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
15938              From: Jens Hamisch <jens@Strawberry.COM> 
15939              Date: Tue, 14 Nov 2000 11:34:40 +0100
15940              Message-Id: <20001114113440.A20005@Strawberry.COM>
15941      Branch: perl
15942            ! doio.c perl.h pp_sys.c
15943 ____________________________________________________________________________
15944 [  7682] By: jhi                                   on 2000/11/14  14:07:28
15945         Log: Subject: some additions for makefiles for win32 (for perl@7674)
15946              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
15947              Date: Tue, 14 Nov 2000 09:31:13 +0300
15948              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
15949      Branch: perl
15950            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
15951            ! win32/makefile.mk
15952 ____________________________________________________________________________
15953 [  7681] By: jhi                                   on 2000/11/14  14:01:41
15954         Log: Subject: tiny typo in perl5db.pl
15955              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
15956              Date: Tue, 14 Nov 2000 09:29:28 +0300
15957              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
15958      Branch: perl
15959            ! lib/perl5db.pl
15960 ____________________________________________________________________________
15961 [  7680] By: jhi                                   on 2000/11/14  04:13:50
15962         Log: Redo #7679 with LFs instead of CRLFs.
15963      Branch: perl
15964            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
15965            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
15966            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
15967 ____________________________________________________________________________
15968 [  7679] By: jhi                                   on 2000/11/14  01:21:09
15969         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
15970              From: Benjamin Stuhl <tiriath@yahoo.com> 
15971              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
15972              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
15973      Branch: perl
15974            + win32/bin/mdelete.bat
15975            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
15976            ! makedef.pl perlio.c win32/Makefile win32/config.gc
15977            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
15978 ____________________________________________________________________________
15979 [  7678] By: jhi                                   on 2000/11/14  01:19:20
15980         Log: Fix the re extension building for Win32.
15981              
15982              Subject: [PATCH perl@7638] Get PerlIO building on Win32
15983              From: Benjamin Stuhl <tiriath@yahoo.com> 
15984              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
15985              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
15986      Branch: perl
15987            + ext/re/hints/MSWin32.pl
15988            ! MANIFEST
15989 ____________________________________________________________________________
15990 [  7677] By: jhi                                   on 2000/11/14  01:13:54
15991         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
15992              From: sthoenna@efn.org
15993              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
15994              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
15995      Branch: perl
15996            ! doop.c pp.c toke.c utf8.c utf8.h
15997 ____________________________________________________________________________
15998 [  7676] By: jhi                                   on 2000/11/13  20:23:15
15999         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
16000              From: Nicholas Clark <nick@ccl4.org>
16001              Date: Mon, 13 Nov 2000 18:55:04 +0000
16002              Message-ID: <20001113185504.J29183@plum.flirble.org>
16003      Branch: perl
16004            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
16005 ____________________________________________________________________________
16006 [  7675] By: nick                                  on 2000/11/13  20:21:57
16007         Log: Integrate mainline ...
16008      Branch: perlio
16009           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
16010           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
16011           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
16012           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
16013 ____________________________________________________________________________
16014 [  7674] By: jhi                                   on 2000/11/13  15:07:56
16015         Log: Update Changes.
16016      Branch: perl
16017            ! Changes patchlevel.h
16018 ____________________________________________________________________________
16019 [  7673] By: jhi                                   on 2000/11/13  14:42:42
16020         Log: Remove the new two tests of lib/io_xs for now, they seem to
16021              fail under perlio on some platforms.
16022      Branch: perl
16023            ! t/lib/io_xs.t
16024 ____________________________________________________________________________
16025 [  7672] By: jhi                                   on 2000/11/13  13:57:53
16026         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
16027      Branch: perl
16028            ! perlio.c
16029 ____________________________________________________________________________
16030 [  7671] By: jhi                                   on 2000/11/13  05:30:48
16031         Log: Placate nervous compilers that see longer than ints switch()ing.
16032      Branch: perl
16033            ! utf8.c
16034 ____________________________________________________________________________
16035 [  7670] By: jhi                                   on 2000/11/13  05:14:21
16036         Log: fputs() does return EOF on error but here we don't care.
16037      Branch: perl
16038            ! perlio.c
16039 ____________________________________________________________________________
16040 [  7669] By: jhi                                   on 2000/11/13  05:02:45
16041         Log: Declare reg_data like reg_substr_data.
16042      Branch: perl
16043            ! regexp.h
16044 ____________________________________________________________________________
16045 [  7668] By: jhi                                   on 2000/11/13  04:54:34
16046         Log: Typos in #7667.
16047      Branch: perl
16048            ! perl.h
16049 ____________________________________________________________________________
16050 [  7667] By: jhi                                   on 2000/11/13  04:49:49
16051         Log: Cleanup messy #ifdef.
16052      Branch: perl
16053            ! perl.h
16054 ____________________________________________________________________________
16055 [  7666] By: jhi                                   on 2000/11/13  04:17:34
16056         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
16057              From: Nicholas Clark <nick@talking.bollo.cx>
16058              Date: Sun, 12 Nov 2000 21:14:11 +0000
16059              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
16060              
16061              Note: only one breakage of the two reported is fixed by this patch.
16062      Branch: perl
16063            ! perlio.c
16064 ____________________________________________________________________________
16065 [  7665] By: jhi                                   on 2000/11/13  04:05:07
16066         Log: Tweak the definition of the bit complement on UTF-8 data:
16067              if none of the characters in the string are > 0xff,
16068              the result is a complemented byte string, not a (UTF-8)
16069              char string.  Based on the summary in
16070              
16071              Subject: Re: [ID 20000918.005] ~ on wide chars
16072              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
16073              Date: Fri, 10 Nov 2000 09:47:15 -0800
16074              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
16075              
16076              This should give us the maximum backward (pre-char string)
16077              compatibility and utf8 compatibility.  The other alternative
16078              would be to limit the bit complement to be always byte only,
16079              taking the least significant byte of the chars.
16080      Branch: perl
16081            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
16082 ____________________________________________________________________________
16083 [  7664] By: jhi                                   on 2000/11/13  00:23:44
16084         Log: Couple of tests from #7660 salvaged.
16085      Branch: perl
16086            - t/op/tell.t
16087            ! MANIFEST t/io/tell.t
16088 ____________________________________________________________________________
16089 [  7663] By: jhi                                   on 2000/11/13  00:02:48
16090         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
16091              From: Nicholas Clark <nick@talking.bollo.cx>
16092              Date: Sun, 12 Nov 2000 21:23:43 +0000
16093              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
16094      Branch: perl
16095            ! perlsfio.h
16096 ____________________________________________________________________________
16097 [  7662] By: jhi                                   on 2000/11/13  00:01:39
16098         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
16099              From: Nicholas Clark <nick@talking.bollo.cx>
16100              Date: Sun, 12 Nov 2000 21:30:04 +0000
16101              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
16102      Branch: perl
16103            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
16104 ____________________________________________________________________________
16105 [  7661] By: jhi                                   on 2000/11/12  23:57:29
16106         Log: Document tell() on special streams.
16107      Branch: perl
16108            ! pod/perlfunc.pod
16109 ____________________________________________________________________________
16110 [  7660] By: jhi                                   on 2000/11/12  23:54:22
16111         Log: (Subsumed by #7664)
16112      Branch: perl
16113            + t/op/tell.t
16114            ! MANIFEST
16115 ____________________________________________________________________________
16116 [  7659] By: jhi                                   on 2000/11/12  22:55:25
16117         Log: Many subdocumented return values of the IO extension now documented.
16118              ungetc and write still left subdocumented.
16119              
16120              Subject: [PATCH] (was Re: IO::Handle::ungetc)
16121              From: Nicholas Clark <nick@talking.bollo.cx>
16122              Date: Sun, 12 Nov 2000 21:35:53 +0000
16123              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
16124      Branch: perl
16125            ! ext/IO/lib/IO/Handle.pm
16126 ____________________________________________________________________________
16127 [  7658] By: jhi                                   on 2000/11/12  21:37:06
16128         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
16129              From: Nicholas Clark <nick@talking.bollo.cx>
16130              Date: Sun, 12 Nov 2000 20:03:22 +0000
16131              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
16132      Branch: perl
16133            ! pod/perlfunc.pod
16134 ____________________________________________________________________________
16135 [  7657] By: jhi                                   on 2000/11/12  20:34:55
16136         Log: Integrate perlio.
16137      Branch: perl
16138           !> perlio.c
16139 ____________________________________________________________________________
16140 [  7656] By: nick                                  on 2000/11/12  19:25:06
16141         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
16142      Branch: perlio
16143            ! perlio.c
16144 ____________________________________________________________________________
16145 [  7655] By: nick                                  on 2000/11/12  19:09:41
16146         Log: Integrate mainline
16147      Branch: perlio
16148           +> README.solaris ext/Encode/Encode/cp1006.enc
16149           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
16150           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
16151           +> ext/Encode/Encode/iso8859-13.enc
16152           +> ext/Encode/Encode/iso8859-14.enc
16153           +> ext/Encode/Encode/iso8859-15.enc
16154           !> (integrate 34 files)
16155 ____________________________________________________________________________
16156 [  7654] By: jhi                                   on 2000/11/12  19:00:22
16157         Log: Add a metaconfig unit for fsync.
16158      Branch: metaconfig/U/perl
16159            + d_fsync.U
16160 ____________________________________________________________________________
16161 [  7653] By: jhi                                   on 2000/11/12  19:00:01
16162         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
16163      Branch: perl
16164            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16165            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
16166            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
16167            ! vos/config.ga.h win32/config.bc win32/config.gc
16168            ! win32/config.vc
16169 ____________________________________________________________________________
16170 [  7652] By: jhi                                   on 2000/11/11  21:12:01
16171         Log: Copy the s// information of README.hpux also to the perlrun.
16172      Branch: perl
16173            ! README.hpux pod/perlrun.pod
16174 ____________________________________________________________________________
16175 [  7651] By: jhi                                   on 2000/11/11  21:03:13
16176         Log: More README.solaris updates from Andy Dougherty.
16177      Branch: perl
16178            ! README.solaris
16179 ____________________________________________________________________________
16180 [  7650] By: jhi                                   on 2000/11/11  18:38:57
16181         Log: More descriptive error for unknown perlio layers.
16182              
16183              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
16184              From: Dominic Dunlop <domo@computer.org> 
16185              Date: Sat, 11 Nov 2000 18:20:32 +0100             
16186              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
16187      Branch: perl
16188            ! perlio.c pod/perldiag.pod
16189 ____________________________________________________________________________
16190 [  7649] By: jhi                                   on 2000/11/11  18:37:52
16191         Log: MachTen doesn't really do mmap() and munmap().
16192              
16193              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
16194              From: Dominic Dunlop <domo@computer.org> 
16195              Date: Sat, 11 Nov 2000 18:20:32 +0100             
16196              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
16197      Branch: perl
16198            ! hints/machten.sh
16199 ____________________________________________________________________________
16200 [  7648] By: jhi                                   on 2000/11/11  18:36:46
16201         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
16202              From: rspier@pobox.com (Robert Spier)
16203              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
16204              Message-ID: <14861.32839.491271.985797@rls.cx>
16205      Branch: perl
16206            ! Porting/Contract pod/perltoot.pod
16207 ____________________________________________________________________________
16208 [  7647] By: jhi                                   on 2000/11/11  18:35:30
16209         Log: Simplify the getpagesize() unit by dropping the
16210              pagesize probe since it's nowadays slightly more
16211              complicated because of sysconf(). (Note: if some
16212              platform really needs the -lPW for getpagesize,
16213              I just broke it.)
16214              
16215              TODO: a new pagesize unit.
16216      Branch: metaconfig
16217            ! U/compline/d_getpagsz.U
16218 ____________________________________________________________________________
16219 [  7646] By: jhi                                   on 2000/11/11  18:33:23
16220         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
16221      Branch: perl
16222            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16223            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
16224            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
16225            ! vos/config.ga.h win32/config.bc win32/config.gc
16226            ! win32/config.vc
16227 ____________________________________________________________________________
16228 [  7645] By: jhi                                   on 2000/11/11  16:45:15
16229         Log: Use sysconf() or getpagesize() to find out the pagesize.
16230      Branch: perl
16231            ! perlio.c
16232 ____________________________________________________________________________
16233 [  7644] By: jhi                                   on 2000/11/11  15:46:08
16234         Log: Integrate perlio.
16235      Branch: perl
16236           !> perlio.c
16237 ____________________________________________________________________________
16238 [  7643] By: jhi                                   on 2000/11/11  15:33:36
16239         Log: Subject: Re: [PATCH] README.solaris
16240              From: Lupe Christoph <lupe@lupe-christoph.de>
16241              Date: Sat, 11 Nov 2000 14:08:10 +0100
16242              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
16243      Branch: perl
16244            ! README.solaris
16245 ____________________________________________________________________________
16246 [  7642] By: jhi                                   on 2000/11/11  15:22:12
16247         Log: Subject: [PATCH perl@7638] cygwin port
16248              From: "Eric Fifer" <egf7@columbia.edu>            
16249              Date: Fri, 10 Nov 2000 19:30:30 -0000
16250              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
16251      Branch: perl
16252            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
16253 ____________________________________________________________________________
16254 [  7641] By: nick                                  on 2000/11/11  14:50:36
16255         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
16256              Also call "Buf" layer directly when unread'ing non-read chars.
16257      Branch: perlio
16258            ! perlio.c
16259 ____________________________________________________________________________
16260 [  7640] By: jhi                                   on 2000/11/11  02:05:02
16261         Log: Add more encoding tables.
16262      Branch: perl
16263            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
16264            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
16265            + ext/Encode/Encode/iso8859-10.enc
16266            + ext/Encode/Encode/iso8859-13.enc
16267            + ext/Encode/Encode/iso8859-14.enc
16268            + ext/Encode/Encode/iso8859-15.enc
16269            ! MANIFEST
16270 ____________________________________________________________________________
16271 [  7639] By: jhi                                   on 2000/11/10  18:49:25
16272         Log: Subject: [PATCH] README.solaris
16273              From: Andy Dougherty <doughera@lafayette.edu>
16274              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
16275              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
16276      Branch: perl
16277            + README.solaris
16278            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
16279            ! pod/perl.pod pod/perltoc.pod
16280 ____________________________________________________________________________
16281 [  7638] By: jhi                                   on 2000/11/10  15:04:15
16282         Log: Update Changes.
16283      Branch: perl
16284            ! Changes patchlevel.h
16285 ____________________________________________________________________________
16286 [  7637] By: jhi                                   on 2000/11/10  14:14:28
16287         Log: Explain better why certain regex tests are skipped.
16288              
16289              Subject: Re: tests skipped: unknown reason
16290              From: Lupe Christoph <lupe@lupe-christoph.de>
16291              Date: Fri, 10 Nov 2000 09:08:56 +0100
16292              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
16293      Branch: perl
16294            ! t/op/regexp.t
16295 ____________________________________________________________________________
16296 [  7636] By: nick                                  on 2000/11/10  13:40:00
16297         Log: Integrate mainline.
16298      Branch: perlio
16299           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
16300           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
16301           !> win32/bin/search.pl
16302 ____________________________________________________________________________
16303 [  7635] By: nick                                  on 2000/11/10  13:25:52
16304         Log: Re-instate stdio large file support via perlio.
16305      Branch: perl
16306            ! perlio.c
16307 ____________________________________________________________________________
16308 [  7634] By: jhi                                   on 2000/11/10  04:49:55
16309         Log: Amdahl UTS hints updates.
16310              
16311              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
16312              From: hom00@utsglobal.com (Harold O Morris)
16313              Date: Thu, 9 Nov 2000 20:02 PST
16314              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
16315      Branch: perl
16316            ! hints/uts.sh
16317 ____________________________________________________________________________
16318 [  7633] By: jhi                                   on 2000/11/09  23:33:28
16319         Log: Subject: [PATCH] IO::Seekable pod
16320              From: Nicholas Clark <nick@talking.bollo.cx>
16321              Date: Thu, 9 Nov 2000 20:29:45 +0000
16322              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
16323      Branch: perl
16324            ! ext/IO/lib/IO/Handle.pm
16325 ____________________________________________________________________________
16326 [  7632] By: jhi                                   on 2000/11/09  21:55:41
16327         Log: Various doc oddball characters.
16328              
16329              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
16330              From: Michael Somos <somos@grail.cba.csuohio.edu>
16331              Date: Mon, 6 Nov 2000 17:44:20 -0500
16332              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
16333      Branch: perl
16334            ! emacs/cperl-mode.el lib/unicode/syllables.txt
16335            ! win32/bin/search.pl
16336 ____________________________________________________________________________
16337 [  7631] By: jhi                                   on 2000/11/09  21:12:29
16338         Log: Subject: Re: bash -c exit and linux hints 
16339              From: "John P. Linderman" <jpl@research.att.com>
16340              Date: Thu, 02 Nov 2000 09:37:25 -0500
16341              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
16342      Branch: perl
16343            ! hints/linux.sh
16344 ____________________________________________________________________________
16345 [  7630] By: nick                                  on 2000/11/09  20:34:11
16346         Log: Integrate mainline.
16347      Branch: perlio
16348           !> (integrate 91 files)
16349 ____________________________________________________________________________
16350 [  7629] By: jhi                                   on 2000/11/09  19:46:31
16351         Log: Missing dTHXs.
16352              
16353              Subject: RE: perl@7595 builds not on cygwin
16354              From: "Eric Fifer" <egf7@columbia.edu>
16355              Date: Thu, 9 Nov 2000 19:26:50 -0000
16356              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
16357      Branch: perl
16358            ! ext/Devel/Peek/Peek.xs
16359 ____________________________________________________________________________
16360 [  7628] By: jhi                                   on 2000/11/09  14:48:27
16361         Log: Disable only the tests 99 and 166 for UTF-8 locales.
16362      Branch: perl
16363            ! t/pragma/locale.t
16364 ____________________________________________________________________________
16365 [  7627] By: jhi                                   on 2000/11/09  14:40:27
16366         Log: There's no =head3.
16367      Branch: perl
16368            ! pod/perlhack.pod
16369 ____________________________________________________________________________
16370 [  7626] By: jhi                                   on 2000/11/09  13:54:26
16371         Log: The generated boot_* headers are wrong.  Pickier compiler,
16372              such as KAI C++ will refuse to compile the resulting perlmain.
16373              
16374              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
16375              From: Harri Pasanen <harri.pasanen@trema.com>
16376              Date: Thu, 09 Nov 2000 14:23:28 +0100
16377              Message-Id: <3A0AA550.26D548A3@trema.com>
16378      Branch: perl
16379            ! minimod.pl
16380 ____________________________________________________________________________
16381 [  7625] By: jhi                                   on 2000/11/09  13:50:44
16382         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
16383              From: Prymmer/Kahn <pvhp@best.com>
16384              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
16385              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
16386              
16387              All except the "cow orker" change.
16388      Branch: perl
16389            ! Porting/pumpkin.pod
16390 ____________________________________________________________________________
16391 [  7624] By: jhi                                   on 2000/11/09  13:45:33
16392         Log: Fix for
16393              
16394              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
16395              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
16396              Date: Thu, 09 Nov 2000 11:05:52 +0100
16397              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
16398      Branch: perl
16399            ! pod/perldiag.pod t/pragma/warn/pp_sys
16400 ____________________________________________________________________________
16401 [  7623] By: jhi                                   on 2000/11/09  13:37:16
16402         Log: Typo in an ifndef.
16403              
16404              Subject: Re: [PATCH 5.7.0] better messages from malloc()
16405              From: Joe Smith <jms@inwap.com>         
16406              Date: Thu, 09 Nov 2000 01:33:14 -0800
16407              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
16408      Branch: perl
16409            ! malloc.c
16410 ____________________________________________________________________________
16411 [  7622] By: jhi                                   on 2000/11/09  13:31:18
16412         Log: Remove unused extra arguments.
16413      Branch: metaconfig/U/perl
16414            ! perlxv.U
16415      Branch: perl
16416            ! Configure config_h.SH
16417 ____________________________________________________________________________
16418 [  7621] By: jhi                                   on 2000/11/09  13:16:36
16419         Log: More VMS moves on environment handling, from Charles Lane.
16420      Branch: perl
16421            ! t/pragma/locale.t
16422 ____________________________________________________________________________
16423 [  7620] By: jhi                                   on 2000/11/09  04:42:38
16424         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
16425              From: David Dyck <dcd@tc.fluke.com>
16426              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
16427              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
16428      Branch: perl
16429            ! pp_sys.c
16430 ____________________________________________________________________________
16431 [  7619] By: jhi                                   on 2000/11/09  04:36:21
16432         Log: Forgot from #7618.
16433      Branch: perl
16434            ! lib/File/stat.pm
16435 ____________________________________________________________________________
16436 [  7618] By: jhi                                   on 2000/11/09  04:28:44
16437         Log: Make deleting for %ENV work for (newer versions of) VMS,
16438              from Craig A. Berry.
16439      Branch: perl
16440            ! vms/vms.c
16441 ____________________________________________________________________________
16442 [  7617] By: jhi                                   on 2000/11/09  04:25:05
16443         Log: Subject: [PATCH] Class::Struct at compile time
16444              From: "Casey R. Tweten" <crt@kiski.net>
16445              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
16446              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
16447      Branch: perl
16448            ! lib/Class/Struct.pm
16449 ____________________________________________________________________________
16450 [  7616] By: jhi                                   on 2000/11/09  04:15:17
16451         Log: Subject: [ID 20001108.013] spelling
16452              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
16453              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
16454              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
16455      Branch: perl
16456            ! lib/ftp.pl
16457 ____________________________________________________________________________
16458 [  7615] By: jhi                                   on 2000/11/09  04:12:42
16459         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
16460              From: Peter Prymmer <pvhp@forte.com>
16461              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
16462              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
16463      Branch: perl
16464            ! configure.com
16465 ____________________________________________________________________________
16466 [  7614] By: jhi                                   on 2000/11/08  22:42:55
16467         Log: A missing aTHX_.
16468      Branch: perl
16469            ! ext/IPC/SysV/SysV.xs
16470 ____________________________________________________________________________
16471 [  7613] By: jhi                                   on 2000/11/08  19:30:21
16472         Log: Update Changes.
16473      Branch: perl
16474            ! Changes patchlevel.h
16475 ____________________________________________________________________________
16476 [  7612] By: jhi                                   on 2000/11/08  18:35:25
16477         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
16478              From: David Dyck <dcd@tc.fluke.com>
16479              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
16480              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
16481      Branch: perl
16482            ! pp_sys.c
16483 ____________________________________________________________________________
16484 [  7611] By: jhi                                   on 2000/11/08  18:30:26
16485         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
16486              From: Dominic Dunlop <domo@computer.org>
16487              Date: Tue, 7 Nov 2000 12:05:25 +0100
16488              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
16489      Branch: perl
16490            ! malloc.c
16491 ____________________________________________________________________________
16492 [  7610] By: jhi                                   on 2000/11/08  18:25:14
16493         Log: Do not test UTF-8 locales since that the tests would require
16494              polymorphic regexen.
16495      Branch: perl
16496            ! t/pragma/locale.t
16497 ____________________________________________________________________________
16498 [  7609] By: jhi                                   on 2000/11/08  17:12:51
16499         Log: Locale buglets.
16500              
16501              Subject: RE: Locales support (setlocale) fixes
16502              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
16503              Date: Wed, 8 Nov 2000 20:01:39 +0300
16504              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
16505      Branch: perl
16506            ! t/pragma/locale.t util.c
16507 ____________________________________________________________________________
16508 [  7608] By: jhi                                   on 2000/11/08  17:00:16
16509         Log: Deleting $ENV{PATH} in VMS is not recommendable.
16510      Branch: perl
16511            ! t/pragma/locale.t
16512 ____________________________________________________________________________
16513 [  7607] By: jhi                                   on 2000/11/08  16:58:26
16514         Log: Subject: PATCH std stdio for (Free)BSD
16515              From: Nicholas Clark <nick@ccl4.org>
16516              Date: Wed, 8 Nov 2000 15:36:29 +0000
16517              Message-ID: <20001108153629.D98736@plum.flirble.org>
16518      Branch: metaconfig
16519            ! U/compline/d_stdstdio.U
16520      Branch: perl
16521            ! Configure config_h.SH
16522 ____________________________________________________________________________
16523 [  7606] By: jhi                                   on 2000/11/08  16:43:31
16524         Log: Forgot to bump the line numbers in #7601.
16525      Branch: perl
16526            ! t/pragma/warn/pp_sys
16527 ____________________________________________________________________________
16528 [  7605] By: jhi                                   on 2000/11/08  16:39:12
16529         Log: More careful detection of how well NVs and UVs mix.
16530              
16531              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))
16532              From: Nicholas Clark <nick@ccl4.org>
16533              Date: Wed, 8 Nov 2000 15:14:12 +0000
16534              Message-ID: <20001108151412.B98736@plum.flirble.org>
16535              
16536              Added some SIGFPE paranoia.
16537      Branch: metaconfig/U/perl
16538            ! perlxv.U
16539      Branch: perl
16540            ! Configure config_h.SH
16541 ____________________________________________________________________________
16542 [  7604] By: jhi                                   on 2000/11/08  14:39:10
16543         Log: Subject: [patch perl@7595] VMS configure.com tweak
16544              From: "Craig A. Berry" <craigberry@mac.com>
16545              Date: Wed, 8 Nov 2000 00:24:12 -0600
16546              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
16547      Branch: perl
16548            ! configure.com
16549 ____________________________________________________________________________
16550 [  7603] By: jhi                                   on 2000/11/08  14:27:11
16551         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
16552              From: Robin Barker <rmb1@cise.npl.co.uk>
16553              Date: Wed, 8 Nov 2000 11:11:39 GMT
16554              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
16555      Branch: perl
16556            ! perlio.c
16557 ____________________________________________________________________________
16558 [  7602] By: jhi                                   on 2000/11/08  14:25:03
16559         Log: Fix for the tie-refhash string table leaks.
16560              
16561              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
16562              Date: Wed, 8 Nov 2000 13:03:04 GMT
16563              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
16564      Branch: perl
16565            ! t/lib/tie-refhash.t
16566 ____________________________________________________________________________
16567 [  7601] By: jhi                                   on 2000/11/08  14:21:08
16568         Log: Try to avoid flockless and emulationless places.
16569      Branch: perl
16570            ! t/pragma/warn/pp_sys
16571 ____________________________________________________________________________
16572 [  7600] By: jhi                                   on 2000/11/08  02:28:54
16573         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
16574              
16575              Subject: [PATCH] prototyped functions that should be overrideable
16576              From: "Casey R. Tweten" <crt@kiski.net>
16577              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
16578              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
16579      Branch: perl
16580            ! toke.c
16581 ____________________________________________________________________________
16582 [  7599] By: jhi                                   on 2000/11/08  01:12:05
16583         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
16584              
16585              Subject: [PATCH] perlbug.PL
16586              From: "Kurt D. Starsinic" <kstar@chapin.edu>
16587              Date: Mon, 6 Nov 2000 21:39:01 -0500
16588              Message-ID: <20001106213901.B20955@O2.chapin.edu>
16589      Branch: perl
16590            ! utils/perlbug.PL
16591 ____________________________________________________________________________
16592 [  7598] By: jhi                                   on 2000/11/07  23:42:00
16593         Log: Bad thinko in #7581 (I used the test program with the expanded
16594              values as-is).
16595      Branch: metaconfig
16596            ! U/compline/d_stdstdio.U
16597      Branch: perl
16598            ! Configure
16599 ____________________________________________________________________________
16600 [  7597] By: jhi                                   on 2000/11/07  21:43:29
16601         Log: Subject: [PATCH perl@7573] cygwin port
16602              From: "Fifer, Eric" <EFifer@sanwaint.com>
16603              Date: Tue, 7 Nov 2000 18:08:51 -0000 
16604              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
16605              
16606              Synchronize with Cygwin 1.1.5.
16607      Branch: perl
16608            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
16609            ! pod/perlport.pod unixish.h util.c
16610 ____________________________________________________________________________
16611 [  7596] By: jhi                                   on 2000/11/07  21:39:25
16612         Log: perlhack updates from H.Merijn Brand.
16613      Branch: perl
16614            ! pod/perlhack.pod
16615 ____________________________________________________________________________
16616 [  7595] By: jhi                                   on 2000/11/07  20:21:41
16617         Log: Update Changes.
16618      Branch: perl
16619            ! Changes patchlevel.h
16620 ____________________________________________________________________________
16621 [  7594] By: jhi                                   on 2000/11/07  19:18:58
16622         Log: Be more robust in Dynaloader.pm.
16623      Branch: perl
16624            ! ext/DynaLoader/DynaLoader_pm.PL
16625 ____________________________________________________________________________
16626 [  7593] By: jhi                                   on 2000/11/07  16:49:31
16627         Log: AUTHORS update.
16628      Branch: perl
16629            ! AUTHORS
16630 ____________________________________________________________________________
16631 [  7592] By: gsar                                  on 2000/11/07  16:39:51
16632         Log: normalize relative paths in virtualized current directory on windows,
16633              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
16634              returns)
16635      Branch: perl
16636            ! win32/vdir.h
16637 ____________________________________________________________________________
16638 [  7591] By: jhi                                   on 2000/11/07  16:04:26
16639         Log: Too profiler-happy: with optimization the #7590 actually makes
16640              the test to run 0.5% _slower_.  Requires much more instrumentation.
16641              Retract #7590.
16642      Branch: perl
16643            ! regcomp.c regcomp.h
16644 ____________________________________________________________________________
16645 [  7590] By: jhi                                   on 2000/11/07  15:51:13
16646         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
16647              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
16648              by using memset() and testing bytewise (as opposed to bitwise).
16649      Branch: perl
16650            ! regcomp.c regcomp.h
16651 ____________________________________________________________________________
16652 [  7589] By: jhi                                   on 2000/11/07  12:56:39
16653         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
16654              From: "Craig A. Berry" <craig.berry@psinetcs.com>
16655              Date: Mon, 06 Nov 2000 23:45:30 -0500
16656              Message-Id: <0011079735.AA973576259@univpress.com>
16657      Branch: perl
16658            ! configure.com t/lib/st-lock.t
16659 ____________________________________________________________________________
16660 [  7588] By: jhi                                   on 2000/11/07  01:03:28
16661         Log: Tweak #7587.
16662      Branch: perl
16663            ! pod/perldiag.pod
16664 ____________________________________________________________________________
16665 [  7587] By: jhi                                   on 2000/11/07  01:00:27
16666         Log: A doc addition for bug id 20001105.019, beware \p.
16667      Branch: perl
16668            ! pod/perldiag.pod
16669 ____________________________________________________________________________
16670 [  7586] By: jhi                                   on 2000/11/07  00:32:22
16671         Log: Fake support of holey files in win/dosish platforms.
16672              
16673              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
16674              From: kipp@shonanblue.ne.jp
16675              Date: Mon, 6 Nov 2000 13:30:55 -0800
16676              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
16677      Branch: perl
16678            ! ext/SDBM_File/sdbm/sdbm.c
16679 ____________________________________________________________________________
16680 [  7585] By: jhi                                   on 2000/11/07  00:12:54
16681         Log: Subject: Pod updates
16682              From: "Stephen P. Potter" <spp@spotter.yi.org>
16683              Date: Mon, 06 Nov 2000 18:56:43 -0500
16684              Message-Id: <200011062357.SAA18173@spotter.yi.org>
16685      Branch: perl
16686            ! README.dos README.os2 README.win32 pod/buildtoc.PL
16687            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
16688            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
16689            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
16690            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
16691            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
16692            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
16693            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
16694            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
16695            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
16696            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
16697            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
16698            ! pod/perltootc.pod pod/perlunicode.pod
16699 ____________________________________________________________________________
16700 [  7584] By: jhi                                   on 2000/11/07  00:04:17
16701         Log: Varargs don't always work too well if one puts an unsigned
16702              char on the stack and pop an unsigned quad off the stack.
16703              
16704              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
16705              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
16706              Date: Mon, 06 Nov 2000 15:19:05 -0800
16707              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
16708      Branch: perl
16709            ! utf8.c
16710 ____________________________________________________________________________
16711 [  7583] By: jhi                                   on 2000/11/06  23:58:48
16712         Log: %ENV note tweaks from Dan Sugalski.
16713      Branch: perl
16714            ! pod/perlport.pod vms/perlvms.pod
16715 ____________________________________________________________________________
16716 [  7582] By: jhi                                   on 2000/11/06  23:05:49
16717         Log: glibc5 detection by __GNU_LIBRARY__.
16718      Branch: perl
16719            ! toke.c
16720 ____________________________________________________________________________
16721 [  7581] By: jhi                                   on 2000/11/06  22:51:29
16722         Log: Make the stdio test program of 7427 less noisy while being 
16723              compiled so that Digital UNIX wouldn't get both
16724              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
16725              undefined.  This makes perlio happy.
16726      Branch: metaconfig
16727            ! U/compline/d_stdstdio.U
16728      Branch: perl
16729            ! Configure config_h.SH
16730 ____________________________________________________________________________
16731 [  7580] By: jhi                                   on 2000/11/06  22:41:41
16732         Log: Document %ENV = () portability issues.
16733      Branch: perl
16734            ! pod/perlport.pod vms/perlvms.pod
16735 ____________________________________________________________________________
16736 [  7579] By: jhi                                   on 2000/11/06  21:29:24
16737         Log: VOS updates from Paul Green.
16738      Branch: perl
16739            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
16740 ____________________________________________________________________________
16741 [  7578] By: jhi                                   on 2000/11/06  21:00:40
16742         Log: Sanitize the environment further.
16743      Branch: perl
16744            ! t/pragma/locale.t
16745 ____________________________________________________________________________
16746 [  7577] By: jhi                                   on 2000/11/06  20:53:51
16747         Log: Re-introduce 7552 lost in integration.
16748      Branch: perl
16749            ! perlio.c
16750 ____________________________________________________________________________
16751 [  7576] By: jhi                                   on 2000/11/06  20:33:46
16752         Log: Admit that the test leaks scalars.
16753      Branch: perl
16754            ! t/comp/proto.t
16755 ____________________________________________________________________________
16756 [  7575] By: jhi                                   on 2000/11/06  20:17:08
16757         Log: Integrate perlio.
16758      Branch: perl
16759           !> perlio.c
16760 ____________________________________________________________________________
16761 [  7574] By: nick                                  on 2000/11/06  20:07:28
16762         Log: Remove debug. Try (Mmap_t) on madvise() call.
16763      Branch: perlio
16764            ! perlio.c
16765 ____________________________________________________________________________
16766 [  7573] By: jhi                                   on 2000/11/06  13:56:05
16767         Log: Update Changes.
16768      Branch: perl
16769            ! Changes patchlevel.h
16770 ____________________________________________________________________________
16771 [  7572] By: jhi                                   on 2000/11/06  13:48:41
16772         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
16773              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16774              Date: Mon, 06 Nov 2000 10:11:42 +0100
16775              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
16776      Branch: perl
16777            ! pod/perlhack.pod
16778 ____________________________________________________________________________
16779 [  7571] By: jhi                                   on 2000/11/06  01:45:51
16780         Log: AUTHORS updates.
16781      Branch: perl
16782            ! AUTHORS
16783 ____________________________________________________________________________
16784 [  7570] By: jhi                                   on 2000/11/06  00:18:00
16785         Log: Fix for
16786              
16787              Subject: [ID 20000728.005] perl -P broken
16788              From: David Dyck <dcd@tc.fluke.com>
16789              Date: Fri, 28 Jul 2000 17:19:16 -0700
16790              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
16791              
16792              (hopefully).  The fix is also not complete, it seems to break
16793              BOM swallowing for libc5 systems, but until someone figures
16794              out a way to do this without ftell(), this will do.
16795      Branch: perl
16796            ! toke.c
16797 ____________________________________________________________________________
16798 [  7569] By: jhi                                   on 2000/11/06  00:05:30
16799         Log: Document that the evaled syntax errors cause scalar leaks.
16800      Branch: perl
16801            ! t/comp/proto.t
16802 ____________________________________________________________________________
16803 [  7568] By: jhi                                   on 2000/11/05  23:14:47
16804         Log: opmini.o can linger from Configures past.
16805      Branch: perl
16806            ! Makefile.SH
16807 ____________________________________________________________________________
16808 [  7567] By: jhi                                   on 2000/11/05  21:28:39
16809         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
16810              first argument correctly.
16811      Branch: perl
16812            ! perlio.c
16813 ____________________________________________________________________________
16814 [  7566] By: jhi                                   on 2000/11/05  21:15:56
16815         Log: Integrate perlio.
16816      Branch: perl
16817           !> perlio.c
16818 ____________________________________________________________________________
16819 [  7565] By: jhi                                   on 2000/11/05  21:15:13
16820         Log: Use -dM for gcc (the suggested patch did it only for Linux,
16821              but I think it can be generalized).
16822              
16823              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
16824              From: Pixel <pixel@mandrakesoft.com>
16825              Date: 05 Nov 2000 21:49:34 +0100 
16826              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
16827      Branch: perl
16828            ! ext/Errno/Errno_pm.PL
16829 ____________________________________________________________________________
16830 [  7564] By: nick                                  on 2000/11/05  21:09:18
16831         Log: Added a mmap layer as a "subclass" of perlio.
16832              PERLIO=mmap ./perl harness passes
16833      Branch: perlio
16834            ! perlio.c
16835 ____________________________________________________________________________
16836 [  7563] By: jhi                                   on 2000/11/05  19:48:55
16837         Log: Add a note for future generations about bug id 20000229.006.
16838      Branch: perl
16839            ! malloc.c
16840 ____________________________________________________________________________
16841 [  7562] By: jhi                                   on 2000/11/05  19:38:24
16842         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
16843      Branch: perl
16844            ! pp_ctl.c t/op/pos.t
16845 ____________________________________________________________________________
16846 [  7561] By: jhi                                   on 2000/11/05  18:21:46
16847         Log: Add =pod to be tidy.
16848      Branch: perl
16849            ! lib/Math/Complex.pm
16850 ____________________________________________________________________________
16851 [  7560] By: jhi                                   on 2000/11/05  17:38:46
16852         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
16853      Branch: perl
16854            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
16855            ! ext/Storable/Storable.xs t/lib/st-recurse.t
16856 ____________________________________________________________________________
16857 [  7559] By: jhi                                   on 2000/11/05  17:32:59
16858         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
16859              From: "Peter J. Farley III" <pjfarley@banet.net>
16860              Date: Sun, 05 Nov 2000 11:55:59 -0500
16861              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
16862      Branch: perl
16863            ! t/lib/syslog.t
16864 ____________________________________________________________________________
16865 [  7558] By: jhi                                   on 2000/11/05  17:29:19
16866         Log: Integrate perlio.
16867      Branch: perl
16868           !> perlio.c
16869 ____________________________________________________________________________
16870 [  7557] By: jhi                                   on 2000/11/05  17:22:01
16871         Log: A fix of sorts for 20000329.026, a better error message
16872              for a missing "use charnames" when using the \N{...}. 
16873      Branch: perl
16874            ! pod/perldiag.pod toke.c
16875 ____________________________________________________________________________
16876 [  7556] By: jhi                                   on 2000/11/05  16:33:50
16877         Log: Test tweak: show also the failed locales.
16878              
16879              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
16880              From: Lupe Christoph <lupe@lupe-christoph.de>         
16881              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
16882              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
16883      Branch: perl
16884            ! t/pragma/locale.t
16885 ____________________________________________________________________________
16886 [  7555] By: nick                                  on 2000/11/05  11:09:34
16887         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
16888              open RDWR so does not fail. (pragma/warnings 303 again...)
16889      Branch: perlio
16890            ! perlio.c
16891 ____________________________________________________________________________
16892 [  7554] By: nick                                  on 2000/11/05  10:10:13
16893         Log: Fix case where ungetc(f,EOF) was allowed.
16894              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
16895              so we can see similarities.
16896              Use types more carefully and a STDCHAR array in hope that this will
16897              fix Jarrko's 64bit machine.
16898      Branch: perlio
16899            ! perlio.c
16900 ____________________________________________________________________________
16901 [  7553] By: jhi                                   on 2000/11/05  01:12:16
16902         Log: Fix for
16903              
16904              Subject: [ID 20001004.007] taint propogation is inconsistent
16905              From: pimlott@idiomtech.com (Andrew Pimlott) 
16906              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
16907              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
16908              
16909              The culprit was sv_setsv() which was rather blindly
16910              propagating taint, which lead to behaviour where if
16911              a tainted anon hash value was seen all the hash values
16912              from then on at that level became tainted, or at any
16913              upper levels in the case of nested anon hashes.
16914      Branch: perl
16915            ! sv.c t/op/taint.t
16916 ____________________________________________________________________________
16917 [  7552] By: jhi                                   on 2000/11/04  23:44:18
16918         Log: Some cpps don't like splitting conditionals across several lines.
16919      Branch: perl
16920            ! perlio.c
16921 ____________________________________________________________________________
16922 [  7551] By: nick                                  on 2000/11/04  23:40:44
16923         Log: Integrate mainline
16924      Branch: perlio
16925           !> pp_hot.c t/op/taint.t
16926 ____________________________________________________________________________
16927 [  7550] By: nick                                  on 2000/11/04  23:39:05
16928         Log: Integrate mainline again
16929      Branch: perlio
16930           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
16931           !> t/lib/b.t t/op/misc.t util.c
16932 ____________________________________________________________________________
16933 [  7549] By: jhi                                   on 2000/11/04  23:14:01
16934         Log: Fix for
16935              
16936              Subject: [ID 20001004.006] undef is never tainted
16937              From: pimlott@idiomtech.com (Andrew Pimlott)
16938              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
16939              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
16940              
16941              An undef read from a slurped file was not tainted.
16942      Branch: perl
16943            ! pp_hot.c t/op/taint.t
16944 ____________________________________________________________________________
16945 [  7548] By: jhi                                   on 2000/11/04  22:56:21
16946         Log: Test tweak ($Config{useperlio} is by default undef) .
16947      Branch: perl
16948            ! t/lib/b.t
16949 ____________________________________________________________________________
16950 [  7547] By: jhi                                   on 2000/11/04  22:43:56
16951         Log: Integrate perlio.
16952      Branch: perl
16953           +> lib/perlio.pm
16954           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
16955           !> pod/perlapi.pod t/lib/b.t
16956 ____________________________________________________________________________
16957 [  7546] By: jhi                                   on 2000/11/04  22:40:59
16958         Log: Configure would use a bad $myuname from an old config.sh.
16959              
16960              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
16961              From: Andy Dougherty <doughera@lafayette.edu>
16962              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
16963              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
16964      Branch: metaconfig
16965            ! U/modified/Oldconfig.U
16966      Branch: perl
16967            ! Configure config_h.SH
16968 ____________________________________________________________________________
16969 [  7545] By: jhi                                   on 2000/11/04  22:36:54
16970         Log: Subject: Locales support (setlocale) fixes
16971              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
16972              Date: Sat, 4 Nov 2000 10:15:48 +0300 
16973              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
16974              
16975              Modified quite a bit to be more portable.
16976      Branch: perl
16977            ! embed.h embed.pl perl.h proto.h util.c
16978 ____________________________________________________________________________
16979 [  7544] By: jhi                                   on 2000/11/04  22:32:47
16980         Log: Dying is too strict here, better just skip.
16981      Branch: perl
16982            ! t/op/misc.t
16983 ____________________________________________________________________________
16984 [  7543] By: nick                                  on 2000/11/04  21:55:13
16985         Log: Merge mainline
16986      Branch: perlio
16987           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
16988           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
16989           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
16990           !> (integrate 64 files)
16991 ____________________________________________________________________________
16992 [  7542] By: jhi                                   on 2000/11/04  21:09:28
16993         Log: More Changes tweakery.
16994      Branch: perl
16995            ! Changes Porting/genlog
16996 ____________________________________________________________________________
16997 [  7541] By: jhi                                   on 2000/11/04  20:58:18
16998         Log: Changes fixups.
16999      Branch: perl
17000            ! Changes
17001 ____________________________________________________________________________
17002 [  7540] By: jhi                                   on 2000/11/04  20:42:38
17003         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
17004              create a "fast path" for locale name probing using "locale -a"
17005              if available, squash finally hopefully the s?printf resetting
17006              the numeric locale (since, IIUC perllocale, it never shouldn't). 
17007      Branch: perl
17008            ! sv.c t/op/misc.t t/pragma/locale.t
17009 ____________________________________________________________________________
17010 [  7539] By: nick                                  on 2000/11/04  19:56:10
17011         Log: PerlIO infrastructure complete.
17012      Branch: perlio
17013            + lib/perlio.pm
17014            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
17015 ____________________________________________________________________________
17016 [  7538] By: nick                                  on 2000/11/04  14:31:32
17017         Log: Type tweaks + less contorted allocation scheme
17018      Branch: perlio
17019            ! perlio.c
17020 ____________________________________________________________________________
17021 [  7537] By: nick                                  on 2000/11/04  12:40:42
17022         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
17023              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
17024              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
17025              sensible) which lead to some interesting fails.
17026      Branch: perlio
17027            ! perlio.c
17028 ____________________________________________________________________________
17029 [  7536] By: jhi                                   on 2000/11/04  00:20:02
17030         Log: Add FCNTL_CAN_LOCK.
17031              
17032              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
17033              From: Andy Dougherty <doughera@lafayette.edu>
17034              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
17035              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
17036              
17037              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
17038              From: Andy Dougherty <doughera@lafayette.edu>
17039              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
17040              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
17041      Branch: metaconfig/U/perl
17042            + d_fcntl_can_lock.U
17043            ! startperl.U
17044      Branch: perl
17045            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17046            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
17047            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
17048            ! vos/config.ga.h win32/config.bc win32/config.gc
17049            ! win32/config.vc
17050 ____________________________________________________________________________
17051 [  7535] By: nick                                  on 2000/11/03  22:19:10
17052         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
17053              - Works on Linux with
17054              perlio + unix
17055              stdio
17056              - Works on Solaris with
17057              perlio + unix
17058              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
17059              - Fails (hangs in openpid) if you try and stack
17060              perlio + stdio - Linux stdio's read() logic is hanging.
17061      Branch: perlio
17062            ! iperlsys.h perlio.c
17063 ____________________________________________________________________________
17064 [  7534] By: jhi                                   on 2000/11/03  15:16:02
17065         Log: Subject: Re: README.aix
17066              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17067              Date: Fri, 03 Nov 2000 16:03:15 +0100
17068              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
17069      Branch: perl
17070            ! README.aix
17071 ____________________________________________________________________________
17072 [  7533] By: jhi                                   on 2000/11/03  03:59:02
17073         Log: Subject: [PATCH 5.7.0] better messages from malloc()
17074              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17075              Date: Wed, 1 Nov 2000 23:39:56 -0500
17076              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
17077      Branch: perl
17078            ! malloc.c pod/perldiag.pod
17079 ____________________________________________________________________________
17080 [  7532] By: jhi                                   on 2000/11/03  00:11:56
17081         Log: The #7521 touched things it shouldn't have.
17082      Branch: perl
17083            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
17084 ____________________________________________________________________________
17085 [  7531] By: jhi                                   on 2000/11/02  22:32:33
17086         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
17087              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
17088              Date:     Thu, 2 Nov 2000 16:58:36 EST
17089              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
17090      Branch: perl
17091            ! vms/gen_shrfls.pl
17092 ____________________________________________________________________________
17093 [  7530] By: jhi                                   on 2000/11/02  22:08:49
17094         Log: Fix the problem discussed in
17095              
17096              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
17097              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
17098              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
17099              
17100              originally from Linc Madison.  Also Andreas König's comments
17101              taken into account.  Some other problems with Tie::SubstrHash
17102              fixed: didn't croak when the table exceeded the requested number
17103              of entries (as documented) but instead when the number of entries
17104              exceeded the size of the table, a croak() had an unnecessary \n,
17105              didn't have a CLEAR method, documented that there is no exists().
17106              Didn't fix to be strict-proof because the module uses &foo; and
17107              dynamic scope.  Added a test script exercizing both first tamely 
17108              the basic functionality, and then the failure cases reported by
17109              Linc Madison.
17110      Branch: perl
17111            + t/lib/tie-substrhash.t
17112            ! MANIFEST lib/Tie/SubstrHash.pm
17113 ____________________________________________________________________________
17114 [  7529] By: jhi                                   on 2000/11/02  17:58:08
17115         Log: recv() can fail and return undef.
17116              
17117              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
17118              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
17119              Date: Thu, 2 Nov 2000 20:12:20 +0300
17120              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
17121      Branch: perl
17122            ! lib/Net/Ping.pm
17123 ____________________________________________________________________________
17124 [  7528] By: jhi                                   on 2000/11/02  17:49:09
17125         Log: Detpyo.
17126      Branch: perl
17127            ! pod/perlop.pod
17128 ____________________________________________________________________________
17129 [  7527] By: jhi                                   on 2000/11/02  15:48:37
17130         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
17131              fix a autovivification bug in Tie::RefHash, add tests for both.
17132              
17133              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
17134              From: Edward Avis <epa98@doc.ic.ac.uk>
17135              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
17136              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
17137      Branch: perl
17138            + t/lib/tie-refhash.t
17139            ! MANIFEST lib/Tie/RefHash.pm
17140 ____________________________________________________________________________
17141 [  7526] By: jhi                                   on 2000/11/02  13:56:26
17142         Log: Test::Harness revealed buglets in the new DynaLoader.
17143              
17144              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
17145              From: andreas.koenig@anima.de (Andreas J. Koenig)
17146              Date: 02 Nov 2000 11:26:48 +0100 
17147              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
17148      Branch: perl
17149            ! ext/DynaLoader/DynaLoader_pm.PL
17150 ____________________________________________________________________________
17151 [  7525] By: jhi                                   on 2000/11/01  23:52:08
17152         Log: The entry for #7503 was missing.
17153      Branch: perl
17154            ! Changes
17155 ____________________________________________________________________________
17156 [  7524] By: jhi                                   on 2000/11/01  23:40:52
17157         Log: Update Changes.
17158      Branch: perl
17159            ! Changes patchlevel.h
17160 ____________________________________________________________________________
17161 [  7523] By: jhi                                   on 2000/11/01  22:57:09
17162         Log: More tweaking on the #7522 theme.
17163      Branch: perl
17164            ! ext/DynaLoader/DynaLoader_pm.PL
17165 ____________________________________________________________________________
17166 [  7522] By: jhi                                   on 2000/11/01  22:06:15
17167         Log: Expand %Config variables and %ENV variables only if
17168              so requested during build time using the
17169              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
17170              Not expanding makes relocating distributions easier.
17171      Branch: perl
17172            ! ext/DynaLoader/DynaLoader_pm.PL
17173 ____________________________________________________________________________
17174 [  7521] By: jhi                                   on 2000/11/01  20:56:34
17175         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
17176              and setgid() because they were just changing $< and $( which means
17177              only changing the real uid/gid, as opposed to changing both
17178              real and effective ids.  (The alternative way could have been
17179              in POSIX.pm to change $> and $), too, but making a direct call
17180              to the C API feels cleaner.)  Fixes the bug
17181              
17182              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
17183              From: "Garry T. Williams" <garry@zvolve.com>
17184              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
17185              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
17186      Branch: perl
17187            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
17188            ! ext/POSIX/typemap pod/perlvar.pod
17189 ____________________________________________________________________________
17190 [  7520] By: jhi                                   on 2000/11/01  20:08:33
17191         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
17192              From: "Garry T. Williams" <garry@zvolve.com>
17193              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
17194              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
17195      Branch: perl
17196            ! pod/perlsec.pod
17197 ____________________________________________________________________________
17198 [  7519] By: jhi                                   on 2000/11/01  20:01:22
17199         Log: Locale warning explanation tweak.
17200      Branch: perl
17201            ! pod/perldiag.pod
17202 ____________________________________________________________________________
17203 [  7518] By: jhi                                   on 2000/11/01  18:57:13
17204         Log: C.pm part of
17205              
17206              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
17207              From: Jarkko Hietaniemi <jhi@iki.fi>
17208              Date: Tue, 10 Oct 2000 08:22:28 -0500
17209              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
17210      Branch: perl
17211            ! ext/B/B/C.pm
17212 ____________________________________________________________________________
17213 [  7517] By: jhi                                   on 2000/11/01  18:41:59
17214         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
17215              From: Martien Verbruggen <mgjv@comdyn.com.au>
17216              Date: Fri, 6 Oct 2000 14:09:10 +1100
17217              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
17218      Branch: perl
17219            ! pod/perlop.pod
17220 ____________________________________________________________________________
17221 [  7516] By: jhi                                   on 2000/11/01  18:34:55
17222         Log: Generalize the Camel wording.
17223              
17224              Subject: Re: perlfaq style changes
17225              From: John Borwick <jhborwic@unity.ncsu.edu>
17226              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
17227              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
17228      Branch: perl
17229            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
17230 ____________________________________________________________________________
17231 [  7515] By: jhi                                   on 2000/11/01  16:52:31
17232         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
17233              From: pimlott@idiomtech.com (Andrew Pimlott)
17234              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
17235              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
17236      Branch: perl
17237            ! pod/perlsec.pod
17238 ____________________________________________________________________________
17239 [  7514] By: jhi                                   on 2000/11/01  15:03:40
17240         Log: More AIX lore.
17241      Branch: perl
17242            ! ext/re/hints/aix.pl
17243 ____________________________________________________________________________
17244 [  7513] By: jhi                                   on 2000/11/01  14:48:30
17245         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
17246              From: root <root@chronos.fi.muni.cz>
17247              Date: Wed, 1 Nov 2000 12:31:32 +0100
17248              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
17249      Branch: perl
17250            ! lib/Net/Ping.pm
17251 ____________________________________________________________________________
17252 [  7512] By: jhi                                   on 2000/11/01  14:46:47
17253         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
17254              From: Martin Husemann <martin@duskware.de>
17255              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
17256              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
17257      Branch: perl
17258            ! regcomp.c
17259 ____________________________________________________________________________
17260 [  7511] By: jhi                                   on 2000/11/01  14:39:50
17261         Log: AUTHORS updates.
17262      Branch: perl
17263            ! AUTHORS
17264 ____________________________________________________________________________
17265 [  7510] By: jhi                                   on 2000/11/01  14:29:50
17266         Log: Subject: [PATCH] startperl to respect versiononly
17267              From: Robin Barker <rmb1@cise.npl.co.uk> 
17268              Date: Tue, 31 Oct 2000 16:29:36 GMT
17269              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
17270      Branch: metaconfig/U/perl
17271            ! startperl.U
17272      Branch: perl
17273            ! Configure config_h.SH
17274 ____________________________________________________________________________
17275 [  7509] By: jhi                                   on 2000/11/01  14:19:53
17276         Log: printf UVs the correct way, noticed by Robin Barker.
17277      Branch: perl
17278            ! utf8.c
17279 ____________________________________________________________________________
17280 [  7508] By: jhi                                   on 2000/11/01  14:10:03
17281         Log: Do not cleanup *% because the % has special meanings in some
17282              shell environments.
17283      Branch: perl
17284            ! ext/Storable/Makefile.PL
17285 ____________________________________________________________________________
17286 [  7507] By: jhi                                   on 2000/11/01  14:06:00
17287         Log: The NonStop-UX libraries have a novel way to say NaN.
17288      Branch: perl
17289            ! t/lib/bigfltpm.t
17290 ____________________________________________________________________________
17291 [  7506] By: jhi                                   on 2000/11/01  14:03:35
17292         Log: The osname has been lowercased by now, from Tom Bates.
17293      Branch: metaconfig
17294            ! U/modified/Oldconfig.U
17295      Branch: perl
17296            ! Configure config_h.SH
17297 ____________________________________________________________________________
17298 [  7505] By: jhi                                   on 2000/10/31  19:18:39
17299         Log: The compiler is either gcc or cc, from Tom Bates.
17300      Branch: perl
17301            ! hints/nonstopux.sh
17302 ____________________________________________________________________________
17303 [  7504] By: jhi                                   on 2000/10/31  14:53:42
17304         Log: Update Changes.
17305      Branch: perl
17306            ! Changes patchlevel.h
17307 ____________________________________________________________________________
17308 [  7503] By: jhi                                   on 2000/10/31  14:30:50
17309         Log: Whitespace style tweak.  Was originally going to see to
17310              
17311              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
17312              From: Joe Smith <jms@inwap.com>
17313              Date: Mon, 30 Oct 2000 18:47:57 -0800
17314              Message-Id: <39FE32DD.24AAC4D@inwap.com>
17315              
17316              but that had already been taken care of.
17317      Branch: metaconfig
17318            ! U/compline/d_stdstdio.U
17319      Branch: perl
17320            ! Configure config_h.SH
17321 ____________________________________________________________________________
17322 [  7502] By: jhi                                   on 2000/10/31  14:25:02
17323         Log: AUTHORS tweaks.
17324      Branch: perl
17325            ! AUTHORS
17326 ____________________________________________________________________________
17327 [  7501] By: jhi                                   on 2000/10/31  14:23:59
17328         Log: Subject: perlfaq style changes
17329              From: John Borwick <jhborwic@unity.ncsu.edu>
17330              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
17331              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
17332      Branch: perl
17333            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
17334            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
17335            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
17336            ! pod/perlfaq9.pod
17337 ____________________________________________________________________________
17338 [  7500] By: jhi                                   on 2000/10/31  14:22:15
17339         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
17340              
17341              Subject: Re: [ID 20000918.005] ~ on wide chars
17342              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
17343              Date: Mon, 30 Oct 2000 21:09:55 -0800
17344              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
17345              
17346              (The ord() part of the patch skipped.)
17347      Branch: perl
17348            ! doop.c
17349 ____________________________________________________________________________
17350 [  7499] By: jhi                                   on 2000/10/31  14:20:08
17351         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
17352              From: Jens Hamisch <jens@Strawberry.COM>
17353              Date: Mon, 30 Oct 2000 15:17:07 +0100
17354              Message-Id: <20001030151707.A9597@Strawberry.COM>
17355      Branch: perl
17356            ! av.c
17357 ____________________________________________________________________________
17358 [  7498] By: jhi                                   on 2000/10/31  14:16:29
17359         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
17360              From: Peter Prymmer <pvhp@forte.com>
17361              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
17362              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
17363      Branch: perl
17364            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
17365            + ext/Encode/Encode/posix-bc.enc
17366            ! MANIFEST t/lib/encode.t
17367 ____________________________________________________________________________
17368 [  7497] By: jhi                                   on 2000/10/31  14:13:22
17369         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
17370              From: Peter Prymmer <pvhp@forte.com>
17371              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
17372              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
17373      Branch: perl
17374            ! t/lib/cgi-html.t
17375 ____________________________________________________________________________
17376 [  7496] By: jhi                                   on 2000/10/31  14:12:05
17377         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
17378              From: Peter Prymmer <pvhp@forte.com>
17379              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
17380              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
17381      Branch: perl
17382            ! t/lib/cgi-function.t
17383 ____________________________________________________________________________
17384 [  7495] By: jhi                                   on 2000/10/31  14:11:08
17385         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
17386              From: Peter Prymmer <pvhp@forte.com>
17387              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
17388              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
17389      Branch: perl
17390            + ext/re/hints/aix.pl
17391            ! MANIFEST ext/re/Makefile.PL
17392 ____________________________________________________________________________
17393 [  7494] By: jhi                                   on 2000/10/31  14:08:32
17394         Log: Use Errno magic.
17395              
17396              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
17397              From: Casey Tweten <perl@ctweten.amsite.com>
17398              Date: Mon, 30 Oct 2000 15:51:17 -0500
17399              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
17400      Branch: perl
17401            ! lib/File/Temp.pm
17402 ____________________________________________________________________________
17403 [  7493] By: jhi                                   on 2000/10/31  14:05:07
17404         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
17405              
17406              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
17407              From: Nicholas Clark <nick@ccl4.org>
17408              Date: Mon, 30 Oct 2000 17:38:45 +0000
17409              Message-ID: <20001030173845.O60355@plum.flirble.org>
17410      Branch: perl
17411            ! Makefile.SH utils/perlbug.PL
17412 ____________________________________________________________________________
17413 [  7492] By: nick                                  on 2000/10/30  19:37:23
17414         Log: Change files which are mysteriously different to mainline to be
17415              copies of mainline.
17416      Branch: perlio
17417            ! objXSUB.h perlapi.c pod/perlapi.pod
17418 ____________________________________________________________________________
17419 [  7491] By: nick                                  on 2000/10/30  18:05:54
17420         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
17421              - typo in endian code in putc.
17422              - Don't allow read of write-only files and vice-versa
17423              - and off-by-one in flush-all loop.
17424              Remove debug calls as they were using GCC specific features.
17425      Branch: perlio
17426            ! perlio.c
17427 ____________________________________________________________________________
17428 [  7490] By: nick                                  on 2000/10/29  21:45:45
17429         Log: Integrate mainline to perlio
17430      Branch: perlio
17431           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
17432           !> toke.c
17433 ____________________________________________________________________________
17434 [  7489] By: jhi                                   on 2000/10/29  21:11:08
17435         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
17436              From: andreas.koenig@anima.de (Andreas J. Koenig)
17437              Date: 29 Oct 2000 22:05:59 +0100
17438              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
17439      Branch: perl
17440            ! lib/ExtUtils/Manifest.pm
17441 ____________________________________________________________________________
17442 [  7488] By: jhi                                   on 2000/10/29  21:07:47
17443         Log: Tests for #7487.
17444              
17445              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
17446              From: andreas.koenig@anima.de (Andreas J. Koenig)
17447              Date: 29 Oct 2000 19:37:09 +0100
17448              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
17449      Branch: perl
17450            ! t/comp/proto.t
17451 ____________________________________________________________________________
17452 [  7487] By: jhi                                   on 2000/10/29  21:06:27
17453         Log: constsub spillage.
17454              
17455              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
17456              From: John Tobey <jtobey@john-edwin-tobey.org>
17457              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
17458              Message-Id: <m13pvSr-000FObC@feynman.localnet>
17459      Branch: perl
17460            ! op.c
17461 ____________________________________________________________________________
17462 [  7486] By: nick                                  on 2000/10/29  21:05:04
17463         Log: Integrate mainline to perlio branch
17464      Branch: perlio
17465           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
17466           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
17467           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
17468           +> vos/install_perl.cm
17469            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
17470            - vos/config.h vos/config_h.SH_orig
17471           !> (integrate 141 files)
17472 ____________________________________________________________________________
17473 [  7485] By: jhi                                   on 2000/10/29  21:00:47
17474         Log: Make \x{...} consistently produce UTF-8.
17475              
17476              Subject: Re: \x{...} is confused 
17477              From: Simon Cozens <simon@cozens.net>
17478              Date: Sun, 29 Oct 2000 19:36:48 +0000
17479              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
17480      Branch: perl
17481            ! t/pragma/utf8.t toke.c
17482 ____________________________________________________________________________
17483 [  7484] By: nick                                  on 2000/10/29  20:05:29
17484         Log: PerlIO passes all tests.
17485      Branch: perlio
17486            ! perlio.c
17487 ____________________________________________________________________________
17488 [  7483] By: jhi                                   on 2000/10/29  18:06:55
17489         Log: Update Changes.
17490      Branch: perl
17491            ! Changes patchlevel.h
17492 ____________________________________________________________________________
17493 [  7482] By: nick                                  on 2000/10/29  17:43:28
17494         Log: Include <unistd.h> to get correct lseek() prototype etc.
17495              (I thought perl.h did that) - down to two fails
17496              - comp/require.t (last test)
17497              - lib/io_xs.t - possibly import/export of FILE * ?
17498      Branch: perlio
17499            ! perlio.c
17500 ____________________________________________________________________________
17501 [  7481] By: jhi                                   on 2000/10/29  17:02:37
17502         Log: UTF-8 decoder tweak.
17503      Branch: perl
17504            ! utf8.c
17505 ____________________________________________________________________________
17506 [  7480] By: nick                                  on 2000/10/29  16:26:11
17507         Log: Fixed two bugs:
17508              - error code not being set on close (of broken pipe)
17509              - append mode was truncating.
17510              At least one seek/tell bug remains.
17511      Branch: perlio
17512            ! perlio.c
17513 ____________________________________________________________________________
17514 [  7479] By: nick                                  on 2000/10/29  11:18:16
17515         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
17516              in case of accidents. Still several worrying fails, no line disciplines yet.
17517      Branch: perlio
17518            ! iperlsys.h perlio.c
17519 ____________________________________________________________________________
17520 [  7478] By: jhi                                   on 2000/10/29  02:04:01
17521         Log: Add also emailless people.
17522      Branch: perl
17523            ! AUTHORS
17524 ____________________________________________________________________________
17525 [  7477] By: jhi                                   on 2000/10/29  01:36:00
17526         Log: The #7476 needs a MANIFEST change, too.
17527      Branch: perl
17528            ! MANIFEST
17529 ____________________________________________________________________________
17530 [  7476] By: jhi                                   on 2000/10/29  01:35:21
17531         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
17532      Branch: perl
17533            - MAINTAIN
17534            ! AUTHORS Changes
17535 ____________________________________________________________________________
17536 [  7475] By: jhi                                   on 2000/10/28  23:57:25
17537         Log: De-quoted-unreadable to ISO Latin 1.
17538              (There's one ISO-2022-JP name in Changes5.004.)
17539      Branch: perl
17540            ! Changes Changes5.6
17541 ____________________________________________________________________________
17542 [  7474] By: jhi                                   on 2000/10/28  19:13:06
17543         Log: Subject: [ID 20001027.007] uniq array in perlfaq
17544              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
17545              Date: Fri, 27 Oct 2000 19:28:30 +0200
17546              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
17547      Branch: perl
17548            ! pod/perlfaq4.pod
17549 ____________________________________________________________________________
17550 [  7473] By: jhi                                   on 2000/10/28  18:02:05
17551         Log: Locking null mutexes is not recommendable.
17552              
17553              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
17554              From: Hugo <hv@crypt.compulink.co.uk>
17555              Date: Sat, 28 Oct 2000 18:41:12 +0100
17556              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
17557      Branch: perl
17558            ! op.c
17559 ____________________________________________________________________________
17560 [  7472] By: jhi                                   on 2000/10/28  17:52:58
17561         Log: Better create a true mailing list for the repository keepers.
17562      Branch: perl
17563            ! Porting/repository.pod
17564 ____________________________________________________________________________
17565 [  7471] By: jhi                                   on 2000/10/28  17:28:24
17566         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
17567              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
17568      Branch: perl
17569            + Porting/repository.pod
17570            ! MANIFEST
17571 ____________________________________________________________________________
17572 [  7470] By: jhi                                   on 2000/10/28  17:20:54
17573         Log: Subject: DOC PATCH 5.6.0
17574              From: mjd@plover.com
17575              Date: 27 Oct 2000 17:32:44 -0000
17576              Message-ID: <20001027173244.23754.qmail@plover.com>
17577      Branch: perl
17578            ! pod/perlfunc.pod
17579 ____________________________________________________________________________
17580 [  7469] By: jhi                                   on 2000/10/28  17:16:45
17581         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
17582              From: "Peter J. Farley III" <pjfarley@banet.net>
17583              Date: Fri, 27 Oct 2000 20:32:56 -0400
17584              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
17585      Branch: perl
17586            ! README.dos
17587 ____________________________________________________________________________
17588 [  7468] By: jhi                                   on 2000/10/28  17:07:18
17589         Log: Make target reordering to avoid pointless re-makes.
17590              
17591              Subject: Re: Total re-make of 'make okfile' after 7451 ?
17592              From: Nicholas Clark <nick@ccl4.org>
17593              Date: Sat, 28 Oct 2000 00:31:02 +0100
17594              Message-ID: <20001028003101.A54517@plum.flirble.org>
17595      Branch: perl
17596            ! Makefile.SH
17597 ____________________________________________________________________________
17598 [  7467] By: jhi                                   on 2000/10/28  17:05:31
17599         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
17600              From: lvirden@cas.org
17601              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
17602              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
17603      Branch: perl
17604            ! README.os2
17605 ____________________________________________________________________________
17606 [  7466] By: jhi                                   on 2000/10/28  16:09:16
17607         Log: Upgrade to CPAN 1.58_55.
17608              
17609              Subject: CPAN.pm status
17610              From: andreas.koenig@anima.de (Andreas J. Koenig) 
17611              Date: 28 Oct 2000 08:18:00 +0200 
17612              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
17613      Branch: perl
17614            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
17615 ____________________________________________________________________________
17616 [  7465] By: jhi                                   on 2000/10/28  16:02:47
17617         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
17618      Branch: perl
17619            ! embed.h embed.pl perl.h proto.h toke.c
17620 ____________________________________________________________________________
17621 [  7464] By: nick                                  on 2000/10/28  10:43:44
17622         Log: Fix for sv_2iv() on "shared" value from keys %hash.
17623      Branch: perl
17624            ! sv.c
17625 ____________________________________________________________________________
17626 [  7463] By: jhi                                   on 2000/10/27  16:18:29
17627         Log: Update Changes.
17628      Branch: perl
17629            ! Changes patchlevel.h
17630 ____________________________________________________________________________
17631 [  7462] By: jhi                                   on 2000/10/27  16:17:44
17632         Log: Too enthusiastic editing in #7460.
17633      Branch: metaconfig
17634            ! U/modified/Oldsym.U
17635      Branch: perl
17636            ! Configure config_h.SH
17637 ____________________________________________________________________________
17638 [  7461] By: jhi                                   on 2000/10/27  15:37:38
17639         Log: Retract #7459, the script needs more work.
17640      Branch: perl
17641            - mkreef
17642            ! MANIFEST
17643 ____________________________________________________________________________
17644 [  7460] By: jhi                                   on 2000/10/27  15:23:14
17645         Log: Use $sort, $uniq (and $tr) consistently as wondered
17646              by Nicholas Clark.
17647      Branch: metaconfig
17648            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
17649            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
17650            ! U/modified/libc.U
17651      Branch: perl
17652            ! Configure config_h.SH
17653 ____________________________________________________________________________
17654 [  7459] By: jhi                                   on 2000/10/27  15:02:07
17655         Log: (Retracted by #7461)
17656              
17657              Add a shell script for creating/removing symbolic link farms,
17658              useful for keeping the source code read-only and doing the
17659              builds somewhere else.
17660      Branch: perl
17661            + mkreef
17662            ! MANIFEST
17663 ____________________________________________________________________________
17664 [  7458] By: jhi                                   on 2000/10/27  14:42:20
17665         Log: Do away with the fix_pl.
17666      Branch: perl
17667            - fix_pl
17668            ! MANIFEST Makefile.SH
17669 ____________________________________________________________________________
17670 [  7457] By: jhi                                   on 2000/10/27  12:43:13
17671         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
17672              From: Jens Hamisch <jens@Strawberry.COM>
17673              Date: Fri, 27 Oct 2000 14:38:21 +0200
17674              Message-Id: <20001027143821.B3366@Strawberry.COM>
17675      Branch: perl
17676            ! perl.h
17677 ____________________________________________________________________________
17678 [  7456] By: jhi                                   on 2000/10/27  12:33:42
17679         Log: Subject: [PATCH] todo
17680              From: Nicholas Clark <nick@ccl4.org>
17681              Date: Thu, 26 Oct 2000 22:32:29 +0100
17682              Message-ID: <20001026223229.A44540@plum.flirble.org>
17683      Branch: perl
17684            ! pod/perltodo.pod
17685 ____________________________________________________________________________
17686 [  7455] By: jhi                                   on 2000/10/27  12:02:21
17687         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
17688              From: John Tobey <jtobey@john-edwin-tobey.org>
17689              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
17690              Message-Id: <m13ozHF-000FObC@feynman.localnet>
17691      Branch: perl
17692            ! op.c t/pragma/sub_lval.t
17693 ____________________________________________________________________________
17694 [  7454] By: jhi                                   on 2000/10/27  11:59:42
17695         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
17696              From: sthoenna@efn.org
17697              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
17698              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
17699      Branch: perl
17700            ! pp.c t/op/assignwarn.t
17701 ____________________________________________________________________________
17702 [  7453] By: jhi                                   on 2000/10/27  00:15:08
17703         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
17704      Branch: perl
17705            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
17706            ! ext/Storable/Storable.xs t/lib/st-lock.t
17707 ____________________________________________________________________________
17708 [  7452] By: jhi                                   on 2000/10/26  13:05:52
17709         Log: Undo #7451, this seems to be a deficiency in Perforce,
17710              there is no per-file line-terminator type, only per-client.
17711      Branch: perl
17712            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
17713            ! win32/makefile.mk
17714 ____________________________________________________________________________
17715 [  7451] By: jhi                                   on 2000/10/26  04:56:03
17716         Log: Experimenting in DOS arcana.
17717      Branch: perl
17718            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
17719            ! win32/makefile.mk
17720 ____________________________________________________________________________
17721 [  7450] By: jhi                                   on 2000/10/26  04:50:52
17722         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
17723              From: "Peter J. Farley III" <pjfarley@banet.net>            
17724              Date: Wed, 25 Oct 2000 23:10:18 -0400
17725              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
17726      Branch: perl
17727            ! t/io/open.t
17728 ____________________________________________________________________________
17729 [  7449] By: jhi                                   on 2000/10/26  04:49:16
17730         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
17731              From: Hugo <hv@crypt.compulink.co.uk>
17732              Date: Thu, 26 Oct 2000 01:55:17 +0100
17733              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
17734              
17735              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
17736      Branch: perl
17737            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
17738 ____________________________________________________________________________
17739 [  7448] By: jhi                                   on 2000/10/26  04:38:36
17740         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
17741              From: Peter Prymmer <pvhp@forte.com>
17742              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
17743              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
17744      Branch: perl
17745            ! configure.com
17746 ____________________________________________________________________________
17747 [  7447] By: jhi                                   on 2000/10/25  23:20:02
17748         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
17749              in platforms that strictly require all the symbols being present
17750              at link time.
17751      Branch: perl
17752            ! handy.h
17753 ____________________________________________________________________________
17754 [  7446] By: jhi                                   on 2000/10/25  21:55:57
17755         Log: Update Changes.
17756      Branch: perl
17757            ! Changes patchlevel.h
17758 ____________________________________________________________________________
17759 [  7445] By: jhi                                   on 2000/10/25  21:27:08
17760         Log: Integrate with vmsperl #7430 by Charles Bailey:
17761              
17762              Cleanup from prior patch (Charles Lane?):
17763              - improve handling of MFDs in Basename and Path
17764              - default to no xsubpp line # munging when building debug images
17765      Branch: perl
17766           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
17767 ____________________________________________________________________________
17768 [  7444] By: jhi                                   on 2000/10/25  21:03:50
17769         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
17770              From: John Peacock <JPeacock@UnivPress.com>
17771              Date: Thu, 18 May 2000 11:55:27 -0400
17772              Message-ID: <3924126F.A58BE57A@UnivPress.com>
17773      Branch: perl
17774            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
17775            ! t/op/write.t
17776 ____________________________________________________________________________
17777 [  7443] By: jhi                                   on 2000/10/25  20:43:10
17778         Log: Temporary stopgap for the self-tying issue: for now only
17779              array and hash self-ties are verboten.  The real fix, of
17780              course, would be to comprehensively test (and implement?)
17781              and debug (and document) self-ties.
17782      Branch: perl
17783            ! pod/perldiag.pod pp_sys.c t/op/tie.t
17784 ____________________________________________________________________________
17785 [  7442] By: jhi                                   on 2000/10/25  20:14:30
17786         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
17787              From: Dan Sugalski <dan@sidhe.org>
17788              Date: Wed, 25 Oct 2000 13:36:35 -0400
17789              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
17790              
17791              plus regen global.sym.
17792      Branch: perl
17793            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
17794            ! thrdvar.h util.c
17795 ____________________________________________________________________________
17796 [  7441] By: jhi                                   on 2000/10/25  20:12:20
17797         Log: buildtoc target tweaks.
17798      Branch: perl
17799            ! pod/Makefile.SH
17800 ____________________________________________________________________________
17801 [  7440] By: jhi                                   on 2000/10/25  20:03:53
17802         Log: A new version of making the syslog test more robust.
17803              (Replaces #7421.)
17804              
17805              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
17806              From: "Kurt D. Starsinic" <kstar@chapin.edu>
17807              Date: Wed, 25 Oct 2000 12:13:54 -0400
17808              Message-ID: <20001025121354.B2264@O2.chapin.edu>
17809      Branch: perl
17810            ! t/lib/syslog.t
17811 ____________________________________________________________________________
17812 [  7439] By: jhi                                   on 2000/10/25  20:00:48
17813         Log: Continue the internal UTF-8 API tweaking.
17814              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
17815              used much more than the simpler API, now called utf8_to_uv_simple().
17816              Still not quite happy with API, too much partial duplication
17817              of functionality.
17818      Branch: perl
17819            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
17820            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
17821            ! regcomp.c regexec.c sv.c toke.c utf8.c
17822 ____________________________________________________________________________
17823 [  7438] By: jhi                                   on 2000/10/25  18:52:30
17824         Log: Allow poking holes at the UTF-8 decoding strictness.
17825      Branch: perl
17826            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
17827            ! utf8.h
17828 ____________________________________________________________________________
17829 [  7437] By: jhi                                   on 2000/10/25  13:53:05
17830         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
17831              UTF8LEN() and UTF8SKIP(). 
17832      Branch: perl
17833            ! pp.c utf8.c utf8.h
17834 ____________________________________________________________________________
17835 [  7436] By: jhi                                   on 2000/10/25  13:51:37
17836         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
17837              From: Nicholas Clark <nick@ccl4.org>
17838              Date: Wed, 25 Oct 2000 14:44:05 +0100
17839              Message-ID: <20001025144404.D27253@plum.flirble.org>
17840      Branch: perl
17841            ! pod/perlrun.pod
17842 ____________________________________________________________________________
17843 [  7435] By: jhi                                   on 2000/10/25  13:49:32
17844         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
17845              From: Mike Guy <mjtg@cam.ac.uk>
17846              Date: Tue, 24 Oct 2000 14:59:40 +0100
17847              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
17848      Branch: perl
17849            ! scope.c
17850 ____________________________________________________________________________
17851 [  7434] By: jhi                                   on 2000/10/25  13:48:41
17852         Log: AIX is picky about its symbol exports.  Solution for now
17853              is to include the deb.o explicitly to the re extension build.
17854              
17855              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
17856              From: Peter Prymmer <pvhp@forte.com>
17857              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
17858              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
17859      Branch: perl
17860            ! ext/re/Makefile.PL hints/aix.sh
17861 ____________________________________________________________________________
17862 [  7433] By: jhi                                   on 2000/10/25  13:46:49
17863         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
17864              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17865              Date: Wed, 25 Oct 2000 12:02:20 +0200
17866              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
17867      Branch: perl
17868            ! perlsdio.h
17869 ____________________________________________________________________________
17870 [  7432] By: jhi                                   on 2000/10/25  13:44:28
17871         Log: Subject: Minor update to find2perl, for portability
17872              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
17873              Date: Wed, 25 Oct 2000 12:05:47 +0100
17874              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
17875      Branch: perl
17876            ! x2p/find2perl.PL
17877 ____________________________________________________________________________
17878 [  7431] By: jhi                                   on 2000/10/25  13:40:39
17879         Log: Add targets to Makefile.SH, most importantly
17880              'regen_all' which also remembers to update vms/perly*.
17881      Branch: perl
17882            ! Makefile.SH
17883 ____________________________________________________________________________
17884 [  7430] By: bailey                                on 2000/10/25  03:13:53
17885         Log: Cleanup from prior patch (Charles Lane?):
17886              - improve handling of MFDs in Basename and Path
17887              - default to no xsubpp line # munging when building debug images
17888      Branch: vmsperl
17889            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
17890 ____________________________________________________________________________
17891 [  7429] By: jhi                                   on 2000/10/24  20:03:40
17892         Log: Podify README.epoc and README.vos.
17893      Branch: perl
17894            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
17895            ! pod/perlport.pod pod/perltoc.pod
17896 ____________________________________________________________________________
17897 [  7428] By: jhi                                   on 2000/10/24  19:10:33
17898         Log: Stratus VOS updates from Paul Green.
17899      Branch: perl
17900            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
17901            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
17902            - vos/config.def vos/config.h vos/config_h.SH_orig
17903            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
17904            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
17905 ____________________________________________________________________________
17906 [  7427] By: jhi                                   on 2000/10/24  18:59:48
17907         Log: Check if stdio supports tweaking lval and cnt simultaneously.
17908              
17909              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
17910              From: Nicholas Clark <nick@ccl4.org>
17911              Date: Mon, 23 Oct 2000 15:39:32 +0100
17912              Message-ID: <20001023153932.A10786@plum.flirble.org>
17913      Branch: metaconfig
17914            ! U/compline/d_stdstdio.U
17915      Branch: perl
17916            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17917            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
17918            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
17919            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
17920            ! vos/config.h vos/config_h.SH_orig win32/config.bc
17921            ! win32/config.gc win32/config.vc
17922 ____________________________________________________________________________
17923 [  7426] By: jhi                                   on 2000/10/24  17:57:44
17924         Log: Missed the header file changes from #7425.
17925      Branch: perl
17926            ! embed.h embed.pl objXSUB.h proto.h
17927 ____________________________________________________________________________
17928 [  7425] By: jhi                                   on 2000/10/24  17:55:17
17929         Log: Fix the bug reported in
17930              
17931              From: andreas.koenig@anima.de (Andreas J. Koenig)
17932              Subject: Encode bug?
17933              Date: 24 Oct 2000 14:01:26 +0200 
17934              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
17935              
17936              Also make is_utf8_char() stricter.
17937      Branch: perl
17938            ! ext/Encode/Encode.xs utf8.c
17939 ____________________________________________________________________________
17940 [  7424] By: jhi                                   on 2000/10/24  15:15:39
17941         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
17942              From: Peter Scott <Peter@PSDT.com>
17943              Date: Mon, 23 Oct 2000 19:46:01 -0700
17944              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
17945      Branch: perl
17946            ! pod/perlfaq5.pod
17947 ____________________________________________________________________________
17948 [  7423] By: jhi                                   on 2000/10/24  14:25:30
17949         Log: Test tweak to avoid pulling in the whole Config.
17950      Branch: perl
17951            ! t/lib/st-lock.t
17952 ____________________________________________________________________________
17953 [  7422] By: jhi                                   on 2000/10/24  14:03:16
17954         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
17955      Branch: perl
17956            ! pp.c
17957 ____________________________________________________________________________
17958 [  7421] By: jhi                                   on 2000/10/24  13:32:09
17959         Log: (Replaced by #7440.)
17960              
17961              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
17962              From: "Kurt D. Starsinic" <kstar@chapin.edu>
17963              Date: Mon, 23 Oct 2000 16:40:54 -0400
17964              Message-ID: <20001023164054.B14491@O2.chapin.edu>
17965      Branch: perl
17966            ! t/lib/syslog.t
17967 ____________________________________________________________________________
17968 [  7420] By: jhi                                   on 2000/10/24  13:30:53
17969         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
17970              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17971              Date: Mon, 23 Oct 2000 17:29:03 -0400
17972              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
17973      Branch: perl
17974            ! lib/ExtUtils/MM_Unix.pm
17975 ____________________________________________________________________________
17976 [  7419] By: jhi                                   on 2000/10/24  13:29:57
17977         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
17978              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17979              Date: Mon, 23 Oct 2000 19:01:32 -0400
17980              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
17981      Branch: perl
17982            ! utils/h2xs.PL
17983 ____________________________________________________________________________
17984 [  7418] By: jhi                                   on 2000/10/24  13:26:04
17985         Log: Replace #7409 with
17986              
17987              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
17988              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
17989              Date: Mon, 23 Oct 2000 20:08:56 +0200
17990              Message-ID: <20001023200855.A14850@nice.ram.loc>
17991      Branch: perl
17992            ! ext/Storable/Storable.pm t/lib/st-lock.t
17993 ____________________________________________________________________________
17994 [  7417] By: jhi                                   on 2000/10/24  13:17:52
17995         Log: Run vms/vms_yfix.pl, should have done that after changing
17996              perly.c in #7382.
17997      Branch: perl
17998            ! vms/perly_c.vms vms/perly_h.vms
17999 ____________________________________________________________________________
18000 [  7416] By: jhi                                   on 2000/10/24  02:55:33
18001         Log: Make the UTF-8 decoding stricter and more verbose when
18002              malformation happens.  This involved adding an argument
18003              to utf8_to_uv_chk(), which involved changing its prototype,
18004              and prefer STRLEN over I32 for the UTF-8 length, which as
18005              a domino effect necessitated changing the prototypes of
18006              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
18007              The stricter UTF-8 decoding checking uses Markus Kuhn's
18008              UTF-8 Decode Stress Tester from
18009              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
18010      Branch: perl
18011            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
18012            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
18013            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
18014            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
18015 ____________________________________________________________________________
18016 [  7415] By: jhi                                   on 2000/10/23  14:06:06
18017         Log: Update Changes.
18018      Branch: perl
18019            ! Changes patchlevel.h
18020 ____________________________________________________________________________
18021 [  7414] By: jhi                                   on 2000/10/23  12:39:52
18022         Log: Undo the basename() part of #7412 since the lib/basename
18023              tests would need upgrading too.
18024      Branch: perl
18025            ! lib/File/Basename.pm
18026 ____________________________________________________________________________
18027 [  7413] By: jhi                                   on 2000/10/23  12:19:27
18028         Log: Document PERL_INSTALL_ROOT of #7210.
18029      Branch: perl
18030            ! lib/ExtUtils/Install.pm
18031 ____________________________________________________________________________
18032 [  7412] By: jhi                                   on 2000/10/23  12:16:47
18033         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
18034      Branch: perl
18035            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
18036            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
18037 ____________________________________________________________________________
18038 [  7411] By: jhi                                   on 2000/10/23  12:07:41
18039         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
18040              From: Prymmer/Kahn <pvhp@best.com>
18041              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
18042              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
18043      Branch: perl
18044            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
18045 ____________________________________________________________________________
18046 [  7410] By: jhi                                   on 2000/10/23  04:10:11
18047         Log: The change #7187 was not so good on VMS.
18048              
18049              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
18050              From: "Craig A. Berry" <craig.berry@psinetcs.com>
18051              Date: Sun, 22 Oct 2000 23:03:08 -0500
18052              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
18053      Branch: perl
18054            ! utils/perldoc.PL
18055 ____________________________________________________________________________
18056 [  7409] By: jhi                                   on 2000/10/23  03:57:36
18057         Log: Avoid Storable locking on DJGPP for now.
18058              
18059              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
18060              From: "Peter J. Farley III" <pjfarley@banet.net>
18061              Date: Sun, 22 Oct 2000 20:00:00 -0400
18062              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
18063      Branch: perl
18064            ! ext/Storable/Storable.pm t/lib/st-lock.t
18065 ____________________________________________________________________________
18066 [  7408] By: jhi                                   on 2000/10/23  03:50:24
18067         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
18068              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
18069              Date: Sun, 22 Oct 2000 21:12:22 -0400
18070              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
18071      Branch: perl
18072            ! lib/vars.pm
18073 ____________________________________________________________________________
18074 [  7407] By: jhi                                   on 2000/10/23  03:43:12
18075         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
18076              From: Hugo <hv@crypt.compulink.co.uk>
18077              Date: Mon, 23 Oct 2000 00:47:22 +0100
18078              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
18079      Branch: perl
18080            ! regexec.c t/op/pat.t
18081 ____________________________________________________________________________
18082 [  7406] By: jhi                                   on 2000/10/23  03:40:29
18083         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
18084      Branch: perl
18085            ! lib/ExtUtils/MakeMaker.pm
18086 ____________________________________________________________________________
18087 [  7405] By: jhi                                   on 2000/10/22  21:32:00
18088         Log: Doc patch.
18089              
18090              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
18091              From: rspier@pobox.com (Robert Spier)
18092              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
18093              Message-ID: <14835.16112.13457.447971@rls.cx>
18094      Branch: perl
18095            ! lib/strict.pm
18096 ____________________________________________________________________________
18097 [  7404] By: jhi                                   on 2000/10/22  21:30:51
18098         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
18099              From: rspier@pobox.com (Robert Spier)
18100              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
18101              Message-ID: <14835.17223.72448.705566@rls.cx>
18102      Branch: perl
18103            ! lib/ExtUtils/MakeMaker.pm
18104 ____________________________________________________________________________
18105 [  7403] By: jhi                                   on 2000/10/22  21:24:11
18106         Log: Subject: [PATCH bleadperl] ripples from constsub patch
18107              From: John Tobey <jtobey@john-edwin-tobey.org>
18108              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
18109              Message-Id: <m13nSOB-000FObC@feynman.localnet>
18110      Branch: perl
18111            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
18112 ____________________________________________________________________________
18113 [  7402] By: jhi                                   on 2000/10/22  20:59:35
18114         Log: Support s?printf parameter reordering.
18115      Branch: perl
18116            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
18117 ____________________________________________________________________________
18118 [  7401] By: jhi                                   on 2000/10/22  19:19:14
18119         Log: Expand %Config variables only if explicitly so requested
18120              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
18121              
18122              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
18123              From: Gurusamy Sarathy <gsar@ActiveState.com>
18124              Date: Sun, 22 Oct 2000 11:47:32 -0700
18125              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
18126      Branch: perl
18127            ! Makefile.SH lib/lib_pm.PL
18128 ____________________________________________________________________________
18129 [  7400] By: jhi                                   on 2000/10/22  18:24:10
18130         Log: Move the #7390 test from warn/op to comp/redef.
18131              
18132              Subject: Re: Creating const subs for constants.
18133              From: John Tobey <jtobey@john-edwin-tobey.org>
18134              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
18135              Message-Id: <m13nG72-000FObC@feynman.localnet>               
18136      Branch: perl
18137            ! t/comp/redef.t t/pragma/warn/op
18138 ____________________________________________________________________________
18139 [  7399] By: jhi                                   on 2000/10/22  17:49:59
18140         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
18141              From: Nicholas Clark <nick@ccl4.org>
18142              Date: Sat, 21 Oct 2000 22:23:19 +0100
18143              Message-ID: <20001021222319.B45586@plum.flirble.org>
18144      Branch: perl
18145            ! ext/DynaLoader/DynaLoader_pm.PL
18146 ____________________________________________________________________________
18147 [  7398] By: jhi                                   on 2000/10/22  17:47:35
18148         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
18149              From: Hugo <hv@crypt.compulink.co.uk>
18150              Date: Sat, 21 Oct 2000 18:19:59 +0100
18151              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
18152      Branch: perl
18153            ! ext/B/B.pm ext/B/B/C.pm
18154 ____________________________________________________________________________
18155 [  7397] By: jhi                                   on 2000/10/22  17:35:18
18156         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
18157              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
18158              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
18159              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
18160      Branch: perl
18161            ! hints/openbsd.sh
18162 ____________________________________________________________________________
18163 [  7396] By: jhi                                   on 2000/10/22  17:19:46
18164         Log: Subject: installman go-faster stripes
18165              From: Nicholas Clark <nick@talking.bollo.cx>
18166              Date: Sat, 21 Oct 2000 17:24:53 +0100
18167              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
18168              
18169              Subject: Re: installman go-faster stripes
18170              From: Russ Allbery <rra@stanford.edu>
18171              Date: 21 Oct 2000 11:04:13 -0700
18172              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
18173      Branch: perl
18174            ! installman pod/pod2man.PL
18175 ____________________________________________________________________________
18176 [  7395] By: jhi                                   on 2000/10/22  17:17:35
18177         Log: Hints tweak from Anton Berezin.
18178      Branch: perl
18179            ! hints/freebsd.sh
18180 ____________________________________________________________________________
18181 [  7394] By: jhi                                   on 2000/10/22  04:50:04
18182         Log: Tweak the Is* definitions of Unicode character classes
18183              to better match the official categorizations; embrace
18184              the official categorizations; add the combining marks
18185              as alpha (and -numeric); fix DCinital (a typo and edito)
18186              to be DCmedial.
18187      Branch: perl
18188            + lib/unicode/Is/DCmedial.pl
18189            - lib/unicode/Is/DCinital.pl
18190            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
18191            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
18192            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
18193            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
18194 ____________________________________________________________________________
18195 [  7393] By: jhi                                   on 2000/10/21  18:06:05
18196         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
18197              From: Daniel Chetlin <daniel@chetlin.com>
18198              Date: Sat, 21 Oct 2000 02:57:03 -0700
18199              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
18200      Branch: perl
18201            + t/lib/tie-splice.t
18202            ! MANIFEST lib/Tie/Array.pm
18203 ____________________________________________________________________________
18204 [  7392] By: gsar                                  on 2000/10/21  18:05:15
18205         Log: resync utfperl branch with mainline
18206      Branch: utfperl
18207           !> (integrate 1760 files)
18208 ____________________________________________________________________________
18209 [  7391] By: jhi                                   on 2000/10/21  14:37:49
18210         Log: Testcases for a #7383,#7385 related bug.
18211              
18212              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
18213              From: Nicholas Clark <nick@ccl4.org>
18214              Date: Sat, 21 Oct 2000 15:04:51 +0100
18215              Message-ID: <20001021150451.A51566@plum.flirble.org>
18216      Branch: perl
18217            ! t/pragma/utf8.t
18218 ____________________________________________________________________________
18219 [  7390] By: jhi                                   on 2000/10/21  14:35:57
18220         Log: Add a testcase for #7389.
18221      Branch: perl
18222            ! t/pragma/warn/op
18223 ____________________________________________________________________________
18224 [  7389] By: jhi                                   on 2000/10/21  14:26:45
18225         Log: Subject: Re: Creating const subs for constants.
18226              From: John Tobey <jtobey@john-edwin-tobey.org>
18227              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
18228              Message-Id: <m13mo0N-000FObC@feynman.localnet>
18229      Branch: perl
18230            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
18231            ! proto.h sv.c
18232 ____________________________________________________________________________
18233 [  7388] By: nick                                  on 2000/10/21  11:44:23
18234         Log: Populate perlio branch
18235      Branch: perlio
18236           +> (branch 1760 files)
18237 ____________________________________________________________________________
18238 [  7387] By: nick                                  on 2000/10/21  10:52:05
18239         Log: Get branch back as replica of mainline via :
18240              p4 integrate -b utfperl
18241              p4 resolve -at ./...
18242      Branch: utfperl
18243           +> (branch 269 files)
18244            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
18245            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
18246            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
18247            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
18248            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
18249            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
18250            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
18251            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
18252            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
18253            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
18254            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
18255            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
18256            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
18257            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
18258            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
18259            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
18260            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
18261            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
18262            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
18263            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
18264            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
18265            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
18266            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
18267            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
18268            - lib/unicode/UCD300.html lib/unicode/Unicode.300
18269            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
18270            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
18271            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
18272            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
18273           !> (integrate 965 files)
18274 ____________________________________________________________________________
18275 [  7386] By: jhi                                   on 2000/10/21  01:31:12
18276         Log: Update Changes.
18277      Branch: perl
18278            ! Changes patchlevel.h
18279 ____________________________________________________________________________
18280 [  7385] By: jhi                                   on 2000/10/21  01:28:42
18281         Log: The #7383 was right only in the context of the original bug report,
18282              not in more general case.
18283      Branch: perl
18284            ! pp_hot.c
18285 ____________________________________________________________________________
18286 [  7384] By: jhi                                   on 2000/10/21  01:08:23
18287         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
18288      Branch: perl
18289            ! ext/IO/lib/IO/Select.pm
18290 ____________________________________________________________________________
18291 [  7383] By: jhi                                   on 2000/10/21  00:44:18
18292         Log: Fix for ID 20001020.006, concatenating an unset submatch
18293              with utf8 resulted in "Modification of a read-only value".
18294      Branch: perl
18295            ! pp_hot.c t/pragma/utf8.t
18296 ____________________________________________________________________________
18297 [  7382] By: jhi                                   on 2000/10/20  20:44:31
18298         Log: Make scan_num() reëntrant, as suggested in
18299              
18300              Subject: [PATCH perl@7229] Rentrant parser and yylex()
18301              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
18302              Date: Fri, 20 Oct 2000 14:17:27 +0100
18303              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
18304      Branch: perl
18305            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
18306            ! toke.c
18307 ____________________________________________________________________________
18308 [  7381] By: jhi                                   on 2000/10/20  20:07:29
18309         Log: Reëntrancy fix.
18310              
18311              Subject: [PATCH perl@7229] Rentrant parser and yylex()
18312              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
18313              Date: Fri, 20 Oct 2000 14:17:27 +0100
18314              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
18315      Branch: perl
18316            ! embed.h embed.pl perl.h proto.h toke.c
18317 ____________________________________________________________________________
18318 [  7380] By: jhi                                   on 2000/10/20  19:15:54
18319         Log: Don't write double values through long double pointers,
18320              based on a part of
18321              
18322              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
18323              From: Jens Hamisch <jens@Strawberry.COM>
18324              Date: Tue, 17 Oct 2000 08:39:36 +0200
18325              Message-Id: <20001017083936.A11104@Strawberry.COM>
18326      Branch: perl
18327            ! perl.h pp.c
18328 ____________________________________________________________________________
18329 [  7379] By: jhi                                   on 2000/10/20  18:43:37
18330         Log: Portability tweak on #7377.
18331              
18332              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
18333              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
18334              Date:     Fri, 20 Oct 2000 13:13:41 EDT
18335              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
18336      Branch: perl
18337            ! t/lib/dprof.t
18338 ____________________________________________________________________________
18339 [  7378] By: jhi                                   on 2000/10/20  12:57:19
18340         Log: SOCKS function redefinitions need prototypes, too, otherwise
18341              for example 32 bit versus 64 bit differences cause a lot of
18342              problems.  Part of
18343              
18344              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
18345              From: Jens Hamisch <jens@Strawberry.COM>
18346              Date: Tue, 17 Oct 2000 08:39:36 +0200
18347              Message-Id: <20001017083936.A11104@Strawberry.COM>
18348      Branch: perl
18349            ! doio.c pp_sys.c
18350 ____________________________________________________________________________
18351 [  7377] By: jhi                                   on 2000/10/20  12:37:12
18352         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
18353              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
18354              Date:     Fri, 20 Oct 2000 08:26:04 EDT
18355              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
18356      Branch: perl
18357            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
18358 ____________________________________________________________________________
18359 [  7376] By: jhi                                   on 2000/10/20  12:35:31
18360         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
18361              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
18362              Date:     Fri, 20 Oct 2000 07:48:15 EDT
18363              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
18364      Branch: perl
18365            ! configure.com vms/gen_shrfls.pl
18366 ____________________________________________________________________________
18367 [  7375] By: bailey                                on 2000/10/20  04:44:37
18368         Log: SYN SYN
18369      Branch: vmsperl
18370           +> (branch 134 files)
18371            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
18372            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
18373            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
18374            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
18375            - eg/cgi/frameset.cgi eg/cgi/index.html
18376            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
18377            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
18378            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
18379            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
18380            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
18381            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
18382            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
18383            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
18384            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
18385            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
18386            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
18387            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
18388            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
18389            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
18390            - lib/unicode/Props.txt lib/unicode/UCD300.html
18391            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
18392            - utils/perlbc.PL vms/subconfigure.com
18393           !> (integrate 785 files)
18394 ____________________________________________________________________________
18395 [  7374] By: jhi                                   on 2000/10/20  00:59:48
18396         Log: In the latest compiler builds cccdlflags must not become -fpic,
18397              from Wilfredo Sánchez.
18398      Branch: perl
18399            ! hints/darwin.sh
18400 ____________________________________________________________________________
18401 [  7373] By: jhi                                   on 2000/10/20  00:56:35
18402         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
18403              From: Tony Cook <tony@develop-help.com>
18404              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
18405              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
18406      Branch: perl
18407            ! pod/perlop.pod
18408 ____________________________________________________________________________
18409 [  7372] By: jhi                                   on 2000/10/19  19:34:40
18410         Log: Typo noted by Mark Lutz.
18411      Branch: perl
18412            ! t/op/64bitint.t
18413 ____________________________________________________________________________
18414 [  7371] By: jhi                                   on 2000/10/19  19:33:13
18415         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
18416      Branch: metaconfig
18417            ! U/modified/Cppsym.U U/modified/Oldconfig.U
18418      Branch: metaconfig/U/perl
18419            ! End.U dlsrc.U libperl.U
18420      Branch: perl
18421            + hints/nonstopux.sh
18422            ! Configure MANIFEST config_h.SH
18423 ____________________________________________________________________________
18424 [  7370] By: jhi                                   on 2000/10/19  17:18:08
18425         Log: Subject: PATCH do_print has 2 PerlIO_error()s
18426              From: nick@ccl4.org
18427              Date: Thu, 19 Oct 2000 18:09:20 +0100
18428              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
18429      Branch: perl
18430            ! doio.c
18431 ____________________________________________________________________________
18432 [  7369] By: jhi                                   on 2000/10/19  14:01:49
18433         Log: Update Changes.
18434      Branch: perl
18435            ! Changes patchlevel.h
18436 ____________________________________________________________________________
18437 [  7368] By: jhi                                   on 2000/10/19  13:04:29
18438         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
18439              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18440              Date: Wed, 18 Oct 2000 13:12:01 +0200
18441              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
18442      Branch: perl
18443            ! hints/aix.sh
18444 ____________________________________________________________________________
18445 [  7367] By: jhi                                   on 2000/10/19  02:22:40
18446         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
18447              of a 'pmshort' anywhere in the B, so the offending line was simply
18448              removed.
18449      Branch: perl
18450            ! ext/B/B/Debug.pm
18451 ____________________________________________________________________________
18452 [  7366] By: jhi                                   on 2000/10/19  02:12:37
18453         Log: Add the test case for the bug id 20000730.004 which seems
18454              to have been fixed by now.
18455      Branch: perl
18456            ! t/pragma/utf8.t
18457 ____________________________________________________________________________
18458 [  7365] By: jhi                                   on 2000/10/18  23:36:24
18459         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
18460              From: Hugo <hv@crypt.compulink.co.uk>
18461              Date: Wed, 18 Oct 2000 23:25:58 +0100
18462              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
18463      Branch: perl
18464            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
18465 ____________________________________________________________________________
18466 [  7364] By: jhi                                   on 2000/10/18  21:12:53
18467         Log: (retracted)
18468      Branch: perl
18469            ! pp.c
18470 ____________________________________________________________________________
18471 [  7363] By: jhi                                   on 2000/10/18  20:55:38
18472         Log: Missing change from #7362.
18473      Branch: perl
18474            ! win32/perlhost.h
18475 ____________________________________________________________________________
18476 [  7362] By: jhi                                   on 2000/10/18  20:52:01
18477         Log: Borland C fstat() never saw the fd as writable.
18478              
18479              Subject: fix for Borland's weak "stat" (perl@7211)
18480              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
18481              Date: Mon, 16 Oct 2000 09:55:03 +0400
18482              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
18483      Branch: perl
18484            ! win32/win32.c
18485 ____________________________________________________________________________
18486 [  7361] By: jhi                                   on 2000/10/18  17:43:50
18487         Log: Regen toc.
18488      Branch: perl
18489            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
18490 ____________________________________________________________________________
18491 [  7360] By: jhi                                   on 2000/10/18  17:07:44
18492         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18493              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
18494              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
18495              Date: Mon, 16 Oct 2000 15:19:49 +0200
18496      Branch: perl
18497            + README.aix
18498            ! MANIFEST
18499 ____________________________________________________________________________
18500 [  7359] By: jhi                                   on 2000/10/18  17:04:49
18501         Log: Subject: Pod patch for Devel::Peek
18502              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18503              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
18504              Date: Mon, 16 Oct 2000 12:26:34 +0200
18505      Branch: perl
18506            ! ext/Devel/Peek/Peek.pm
18507 ____________________________________________________________________________
18508 [  7358] By: jhi                                   on 2000/10/18  17:03:15
18509         Log: Make Cwd more bulletproof in chrooted environments.
18510              
18511              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
18512              From: "Eric E. Coe" <Eric.Coe@oracle.com>
18513              Date: Wed, 18 Oct 2000 04:03:54 -0400
18514              Message-Id: <39ED596A.70E599FE@oracle.com>
18515      Branch: perl
18516            ! lib/Cwd.pm
18517 ____________________________________________________________________________
18518 [  7357] By: jhi                                   on 2000/10/18  16:37:26
18519         Log: Disable the UTF8 downgrade croakage for now to avoid
18520              too many not okay messages.
18521      Branch: perl
18522            ! doio.c
18523 ____________________________________________________________________________
18524 [  7356] By: jhi                                   on 2000/10/17  23:29:41
18525         Log: Show the failed remote port, instead of the failing line number.
18526              
18527              Subject: [PATCH 5.6.1 Debugger] More diagnostics
18528              From: David Sparks <daves@ActiveState.com>
18529              Date: Tue, 17 Oct 2000 15:00:24 -0700
18530              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
18531      Branch: perl
18532            ! lib/perl5db.pl
18533 ____________________________________________________________________________
18534 [  7355] By: jhi                                   on 2000/10/17  14:11:31
18535         Log: On output try to downgrade to bytes, croak if impossible,
18536              from Simon Cozens.  This means that outputting >255 UTF8
18537              is impossible.  Consider this as a strong incentive to get
18538              the I/O disciplines implemented.
18539      Branch: perl
18540            ! doio.c pod/perldiag.pod sv.c
18541 ____________________________________________________________________________
18542 [  7354] By: jhi                                   on 2000/10/17  13:42:23
18543         Log: Clarify documentation on 'use bytes'.
18544              
18545              Subject: Re: What does 'use bytes' "mean" ?
18546              From: Simon Cozens <simon@cozens.net>
18547              Date: Mon, 18 Sep 2000 18:24:25 +0100
18548              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
18549      Branch: perl
18550            ! lib/bytes.pm
18551 ____________________________________________________________________________
18552 [  7353] By: jhi                                   on 2000/10/17  13:28:12
18553         Log: Workaround for a sfio bug where the stream error indicator
18554              is not cleared as documented.
18555              
18556              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
18557              From: Nicholas Clark <nick@ccl4.org>
18558              Date: Mon, 16 Oct 2000 18:28:23 +0100
18559              Message-ID: <20001016182823.J19700@plum.flirble.org>
18560      Branch: perl
18561            ! doio.c
18562 ____________________________________________________________________________
18563 [  7352] By: jhi                                   on 2000/10/17  13:06:19
18564         Log: More IoTYPE sprinkling.
18565      Branch: perl
18566            ! doio.c pp_hot.c
18567 ____________________________________________________________________________
18568 [  7351] By: jhi                                   on 2000/10/16  22:47:07
18569         Log: Detect early whether the std streams have gone bad.
18570              
18571              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
18572              Date: Mon, 16 Oct 2000 23:28:42 +0100
18573              From: Nicholas Clark <nick@ccl4.org>
18574              Message-ID: <20001016232842.A37942@plum.flirble.org>
18575      Branch: perl
18576            ! t/op/misc.t
18577 ____________________________________________________________________________
18578 [  7350] By: jhi                                   on 2000/10/16  22:45:16
18579         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
18580              From: "Peter J. Farley III" <pjfarley@banet.net>
18581              Date: Mon, 16 Oct 2000 18:15:59 -0400
18582              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
18583      Branch: perl
18584            ! djgpp/djgpp.c dosish.h t/io/open.t
18585 ____________________________________________________________________________
18586 [  7349] By: jhi                                   on 2000/10/16  22:36:45
18587         Log: perldelta tweak.
18588      Branch: perl
18589            ! pod/perldelta.pod
18590 ____________________________________________________________________________
18591 [  7348] By: jhi                                   on 2000/10/16  15:17:53
18592         Log: Update Changes.
18593      Branch: perl
18594            ! Changes patchlevel.h
18595 ____________________________________________________________________________
18596 [  7347] By: jhi                                   on 2000/10/16  13:55:27
18597         Log: Add the capability to include/exclude branches.
18598      Branch: perl
18599            ! Porting/genlog
18600 ____________________________________________________________________________
18601 [  7346] By: jhi                                   on 2000/10/16  13:18:04
18602         Log: Add Charles Lane.
18603      Branch: perl
18604            ! AUTHORS Changes
18605 ____________________________________________________________________________
18606 [  7345] By: jhi                                   on 2000/10/16  13:13:21
18607         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
18608      Branch: perl
18609            ! pod/perldelta.pod
18610 ____________________________________________________________________________
18611 [  7344] By: gsar                                  on 2000/10/16  09:30:21
18612         Log: integrate change#6220 from cfgperl
18613              
18614              Win32 patches from Benjamin Stuhl.
18615      Branch: maint-5.6/perl
18616           !> makedef.pl win32/win32.h
18617 ____________________________________________________________________________
18618 [  7343] By: gsar                                  on 2000/10/16  08:32:19
18619         Log: integrate changes#6221,6222 from cfgperl
18620              
18621              Remove tr///CU (the feature is to be obsoleted by better interfaces).
18622              From: simon@brecon.co.uk (Simon Cozens)
18623              Subject: [PATCH] Eliminate tr///[CU][CU]
18624              Date: 23 Jun 2000 11:05:40 GMT
18625              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
18626              
18627              doc typo fix
18628              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
18629              From: Ian Phillipps <Ian.Phillipps@iname.com>
18630              Date: Fri, 23 Jun 2000 10:40:58 +0100
18631              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
18632      Branch: maint-5.6/perl
18633           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
18634 ____________________________________________________________________________
18635 [  7342] By: gsar                                  on 2000/10/16  08:28:08
18636         Log: integrate change#6217 from cfgperl (in part)
18637              
18638              Rename the fdpid locking and integrate with Sarathy.
18639      Branch: maint-5.6/perl
18640           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
18641           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
18642           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
18643           !> win32/win32.c
18644 ____________________________________________________________________________
18645 [  7341] By: gsar                                  on 2000/10/16  08:23:39
18646         Log: integrate changes#6214..6216 from mainline
18647              
18648              @_ can't have junk in it even in the non-USE_ITHREADS case because
18649              caller() wants to populate @DB::args with it (causes a coredump
18650              in Carp::confess())
18651              
18652              tweak comment about @DB::args
18653              
18654              be more optimal about clearing @_
18655      Branch: maint-5.6/perl
18656           !> av.h cop.h pp_ctl.c t/op/runlevel.t
18657 ____________________________________________________________________________
18658 [  7340] By: gsar                                  on 2000/10/16  08:20:37
18659         Log: integrate changes#6207..6210 from cfgperl
18660              
18661              Subject: [PATCH 5.6.0] Threadsafe patches
18662              From: Dan Sugalski <dan@sidhe.org>
18663              To: perl5-porters@perl.org
18664              Date: Mon, 08 May 2000 18:08:13 -0400
18665              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
18666              
18667              Regen headers for #6207.
18668              
18669              Lock PL_fdpid against race conditions, based on:
18670              Subject: [PATCH 5.6.0]subprocess fixup for threads
18671              From: Dan Sugalski <dan@sidhe.org>
18672              To: perl5-porters@perl.org
18673              Date: Tue, 11 Apr 2000 17:02:32 -0400
18674              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
18675              
18676              Mopup for #6207 and #6209.
18677      Branch: maint-5.6/perl
18678           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
18679           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
18680           !> win32/win32.c
18681 ____________________________________________________________________________
18682 [  7339] By: gsar                                  on 2000/10/16  08:14:34
18683         Log: integrate change#6203 from cfgperl
18684              
18685              perldiag should refer to perlos2.pod not README.os2
18686      Branch: maint-5.6/perl
18687           !> pod/perldiag.pod
18688 ____________________________________________________________________________
18689 [  7338] By: gsar                                  on 2000/10/16  08:11:42
18690         Log: integrate change#6201 from mainline
18691              
18692              Perl_eval_pv() leaks 4 bytes every time it is called because it
18693              does a PUSHMARK that's never ever POPMARKed; in general, only
18694              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
18695              Perl_eval_[sp]v() don't because they don't take any incoming
18696              arguments (this leak has been around since the original version
18697              of perl_eval_pv() in 5.003_97e)
18698      Branch: maint-5.6/perl
18699           !> perl.c
18700 ____________________________________________________________________________
18701 [  7337] By: gsar                                  on 2000/10/16  08:08:47
18702         Log: integrate changes#6197..6200 from cfgperl
18703              
18704              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
18705              From: John Borwick <jhborwic@unity.ncsu.edu>
18706              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
18707              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
18708              
18709              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
18710              From: Dan Sugalski <dan@sidhe.org>
18711              To: vmsperl@perl.org, perl5-porters@perl.org
18712              Date: Fri, 02 Jun 2000 16:00:41 -0400
18713              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
18714              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
18715              
18716              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
18717              From: Dan Sugalski <dan@sidhe.org>
18718              To: perl5-porters@perl.org, vmsperl@perl.org
18719              Date: Fri, 02 Jun 2000 17:30:51 -0400
18720              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
18721              
18722              Update to cperl-mode.el 4.31 from
18723              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
18724              Subject: A couple of notes
18725              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18726              To: Mailing list Perl5 <perl5-porters@perl.org>
18727              Date: Sat, 3 Jun 2000 23:33:32 -0400
18728              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
18729      Branch: maint-5.6/perl
18730           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
18731           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
18732           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
18733           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
18734           !> vms/vmsish.h
18735 ____________________________________________________________________________
18736 [  7336] By: gsar                                  on 2000/10/16  08:03:46
18737         Log: integrate changes#6194,6195 from mainline
18738              
18739              fix small eval"" memory leaks under USE_ITHREADS
18740              
18741              fix yet another eval"" leak under USE_ITHREADS
18742      Branch: maint-5.6/perl
18743           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
18744           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
18745           !> vms/perly_c.vms
18746 ____________________________________________________________________________
18747 [  7335] By: gsar                                  on 2000/10/16  08:02:15
18748         Log: integrate changes#6190,6191 from mainline
18749              
18750              submit missing embed.pl change
18751              
18752              vec() loses numericalness (modified version of patch suggested
18753              by Robin Barker)
18754      Branch: maint-5.6/perl
18755           !> doop.c embed.pl t/op/vec.t
18756 ____________________________________________________________________________
18757 [  7334] By: gsar                                  on 2000/10/16  08:01:03
18758         Log: integrate change#6189 from mainline
18759              
18760              counting tr/// corrupts later operation (from M.J.T Guy)
18761      Branch: maint-5.6/perl
18762           !> doop.c t/op/tr.t
18763 ____________________________________________________________________________
18764 [  7333] By: gsar                                  on 2000/10/16  07:59:07
18765         Log: integrate changes#6183..6188 from mainline
18766              
18767              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
18768              <nick@ccl4.org>)
18769              
18770              tweak for change#6127
18771              
18772              remove incorrect documentation about implicit split to @_ in
18773              list context, which never really worked in perl 5 (from
18774              M.J.T. Guy)
18775              
18776              further qualify references to "alphanumeric" (from Wolfgang Laun
18777              <wolfgang.laun@alcatel.at>)
18778              
18779              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
18780              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
18781              
18782              h2xs tweaks
18783      Branch: maint-5.6/perl
18784           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
18785           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
18786           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
18787           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
18788           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
18789           !> pod/pod2latex.PL utils/h2xs.PL
18790 ____________________________________________________________________________
18791 [  7332] By: gsar                                  on 2000/10/16  07:53:52
18792         Log: integrate change#6179 from mainline
18793              
18794              buggy modulus on UVs introduced by change#3378 (resulted in
18795              4063328477 % 65535 amounting to 27406, instead of 27407)
18796      Branch: maint-5.6/perl
18797           !> pp.c t/op/arith.t
18798 ____________________________________________________________________________
18799 [  7331] By: gsar                                  on 2000/10/16  07:52:49
18800         Log: integrate changes#6176,6177,6178,6182 from cfgperl
18801              
18802              Single-quoted utf8 patch from Simon Cozens.
18803              
18804              Substitution utf8 patch from Simon Cozens.
18805              
18806              Be cleaner.
18807              
18808              Be Cleaner Part Deux.
18809      Branch: maint-5.6/perl
18810           !> Makefile.SH pp_hot.c toke.c
18811 ____________________________________________________________________________
18812 [  7330] By: gsar                                  on 2000/10/16  07:41:36
18813         Log: integrate change#6172 from mainline
18814              
18815              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
18816              (from Ilya Zakharevich)
18817      Branch: maint-5.6/perl
18818           !> regexec.c t/op/re_tests
18819 ____________________________________________________________________________
18820 [  7329] By: gsar                                  on 2000/10/16  07:40:25
18821         Log: integrate change#6171 from mainline
18822              
18823              scalar() doesn't force scalar context when used in void context
18824              (from Simon Cozens)
18825      Branch: maint-5.6/perl
18826           !> op.c t/op/wantarray.t
18827 ____________________________________________________________________________
18828 [  7328] By: gsar                                  on 2000/10/16  07:39:33
18829         Log: integrate change#6170 from mainline
18830              
18831              change#6142 needs tweaks to tests to work where there's no
18832              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
18833      Branch: maint-5.6/perl
18834           !> t/lib/filefind.t
18835 ____________________________________________________________________________
18836 [  7327] By: gsar                                  on 2000/10/16  07:35:34
18837         Log: integrate changes#6166..6168 from cfgperl
18838              
18839              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
18840              in case somebody wants to write an extension for more
18841              shadow database interfaces.
18842              
18843              tweak todo
18844              
18845              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
18846      Branch: maint-5.6/perl
18847           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
18848           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
18849           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
18850           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
18851           !> win32/config.vc win32/config_H.bc win32/config_H.gc
18852           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
18853 ____________________________________________________________________________
18854 [  7326] By: gsar                                  on 2000/10/16  07:29:05
18855         Log: integrate changes#6157,6159..6161,6164 from cfgperl
18856              
18857              Regen Configure to jive with #6149.
18858              
18859              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
18860              
18861              Changes for the File::Temp 0.08 (change #6159) test suite
18862              to fit better into the Perl distribution test framework.
18863              
18864              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
18865              both from Simon Cozens.
18866              
18867              detypo
18868      Branch: maint-5.6/perl
18869           +> pod/perlmodlib.PL pod/perlnewmod.pod
18870           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
18871           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
18872           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
18873           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
18874 ____________________________________________________________________________
18875 [  7325] By: gsar                                  on 2000/10/16  07:25:13
18876         Log: integrate change#6158 from vmsperl
18877              
18878              Add fallback to tmpfile for use in cases where user's relying on
18879              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
18880              Lane's patch)
18881      Branch: maint-5.6/perl
18882           !> vms/vms.c vms/vmsish.h
18883 ____________________________________________________________________________
18884 [  7324] By: gsar                                  on 2000/10/16  07:20:50
18885         Log: integrate changes#6153..6155 from mainline
18886              
18887              prettier Test::Harness output on failed tests (from Nicholas Clark
18888              <nick@Bagpuss.uk.boo.com>)
18889              
18890              avoid type mismatch warning
18891              
18892              small bug in change#6144; remove random \xA0 character that snuck
18893              in via change#6145
18894      Branch: maint-5.6/perl
18895           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
18896           !> perl.c
18897 ____________________________________________________________________________
18898 [  7323] By: gsar                                  on 2000/10/16  07:18:47
18899         Log: integrate changes#6151,6152 from mainline
18900              
18901              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
18902              
18903              cosmetic fixups of RE debug output (from Ilya Zakharevich)
18904      Branch: maint-5.6/perl
18905           !> regexec.c
18906 ____________________________________________________________________________
18907 [  7322] By: gsar                                  on 2000/10/16  07:17:25
18908         Log: integrate changes#6146..6150 from mainline
18909              
18910              doc typo
18911              
18912              add a make entry to Config.pm so "perl -V:make" works on VMS
18913              (from Peter Prymmer)
18914              
18915              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
18916              
18917              OS/2 tweaks for usethreads build (from Rocco Caputo
18918              <troc@netrus.net>)
18919              
18920              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
18921      Branch: maint-5.6/perl
18922           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
18923           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
18924           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
18925           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
18926           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
18927           !> warnings.pl x2p/a2p.h
18928 ____________________________________________________________________________
18929 [  7321] By: gsar                                  on 2000/10/16  07:14:02
18930         Log: integrate changes#6143..6145 from mainline
18931              
18932              MacOS support, part 1 (from Matthias Neeracher
18933              <neeri@iis.ee.ethz.ch>)
18934              
18935              MacOS support, part 2: make AutoSplit use File::Spec instead
18936              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
18937              <neeri@iis.ee.ethz.ch>)
18938              
18939              make xsubpp skip embedded pod (from Matthias Neeracher
18940              <neeri@iis.ee.ethz.ch>)
18941      Branch: maint-5.6/perl
18942           +> ext/DynaLoader/dl_mac.xs
18943           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
18944           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
18945           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
18946           !> pp_ctl.c proto.h toke.c util.c util.h
18947 ____________________________________________________________________________
18948 [  7320] By: gsar                                  on 2000/10/16  07:12:13
18949         Log: integrate changes#6141,6142 from mainline
18950              
18951              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
18952              forwarded by Peter Seebach from the bsdi-users mailing list.
18953              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
18954              
18955              File::Find fails to chdir when chasing symlinks (from
18956              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
18957      Branch: maint-5.6/perl
18958           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
18959 ____________________________________________________________________________
18960 [  7319] By: gsar                                  on 2000/10/16  07:04:30
18961         Log: integrate change#6139 from mainline
18962              
18963              revise mktables.PL for bugs and newness in Unicode 3.0
18964              (from James Bence <jbence@amgen.com>)
18965      Branch: maint-5.6/perl
18966           +> (branch 30 files)
18967           !> (integrate 49 files)
18968 ____________________________________________________________________________
18969 [  7318] By: gsar                                  on 2000/10/16  07:01:01
18970         Log: integrate changes#6137,6138 from mainline
18971              
18972              fix bogus redeclaration warning for "our" variables in different
18973              scopes
18974              
18975              add note about the handling of negative indices to tied arrays
18976              (from Michael G Schwern <schwern@pobox.com>)
18977      Branch: maint-5.6/perl
18978           !> op.c pod/perltie.pod t/pragma/strict-vars
18979 ____________________________________________________________________________
18980 [  7317] By: gsar                                  on 2000/10/16  06:58:46
18981         Log: integrate changes#6127..6136 from mainline
18982              
18983              call_method(...,G_EVAL) can longjmp() out if the method probing
18984              failed (from Gisle Aas)
18985              
18986              new perlxstut example for passing/returning refs to arrays
18987              (from David Lowe <dlowe@pootpoot.com>)
18988              
18989              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
18990              
18991              fix places that mean C<"word" character> but say C<alphanumeric
18992              character>
18993              
18994              avoid warnings in POSIX.pm (from Barrie Slaymaker)
18995              
18996              warnings::enabled() doesn't fall back to looking at $^W if
18997              caller isn't using lexical warnings (from Paul Marquess)
18998              
18999              elide bogus test in change#6132
19000              
19001              make Test::Harness use wait.h/WCOREDUMP if available
19002              (from Ben Tilly <ben_tilly@hotmail.com>)
19003              
19004              enable Test::Harness to dynamically determine column width etc.
19005              (from Rob Napier <rnapier@employees.org>)
19006              
19007              random pod typos (from Peter Scott <Peter@PSDT.com>)
19008      Branch: maint-5.6/perl
19009           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
19010           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
19011           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
19012           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
19013 ____________________________________________________________________________
19014 [  7316] By: gsar                                  on 2000/10/16  06:53:23
19015         Log: integrate change#6126 from mainline
19016              
19017              change#2879 broke rvalue autovivification of magicals such as
19018              ${$num} (reworked variant of patch suggested by Simon Cozens)
19019      Branch: maint-5.6/perl
19020           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
19021           !> pp_hot.c proto.h t/op/gv.t
19022 ____________________________________________________________________________
19023 [  7315] By: gsar                                  on 2000/10/16  06:51:38
19024         Log: integrate changes#6123,6125 from mainline
19025              
19026              clarify gotcha with #line directives (from Rocco Caputo
19027              <troc@netrus.net>)
19028              
19029              enable propagating exception objects via Perl_croak() in XS code
19030              (from Gisle Aas)
19031      Branch: maint-5.6/perl
19032           !> pod/perldebug.pod pod/perlsyn.pod util.c
19033 ____________________________________________________________________________
19034 [  7314] By: gsar                                  on 2000/10/16  06:49:28
19035         Log: integrate change#6122 from mainline
19036              
19037              downgrade fatal error on C<"foo@nosucharray.com"> to optional
19038              warning (from Mark-Jason Dominus)
19039      Branch: maint-5.6/perl
19040           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
19041           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
19042           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
19043           !> toke.c
19044 ____________________________________________________________________________
19045 [  7313] By: gsar                                  on 2000/10/16  06:46:54
19046         Log: integrate changes#6112..6121 from vmsperl
19047              
19048              Check for existence of file before trying to delete
19049              
19050              Ugly workaround for version-specific RTL error
19051              
19052              Urk -- undo previous removal of vmsish 'exit' change
19053              
19054              Add bounds checking for several strings (Charles Lane)
19055              
19056              Miscellaneous cosmetic fixes (Charles Lane)
19057              
19058              Treat sockets as special in sys(read|write) (Charles Lane et al.)
19059              
19060              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
19061              Flatten case labels in switch statements uniformly (Charles Bailey)
19062              
19063              Quiet error messages in vmsish.t (Charles Lane)
19064              
19065              Add missing escape (Charles Lane)
19066              
19067              Allow eliminate_macros() and fixpath() to handle space-delimited
19068              lists (based on fixes by Craig Berry)
19069      Branch: maint-5.6/perl
19070           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
19071           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
19072           !> vms/vmsish.h
19073 ____________________________________________________________________________
19074 [  7312] By: gsar                                  on 2000/10/16  06:41:18
19075         Log: integrate changes#6107,6110 from cfgperl
19076              
19077              Tweak the todo list.
19078              
19079              todo tweak
19080      Branch: maint-5.6/perl
19081           !> Todo-5.6
19082 ____________________________________________________________________________
19083 [  7311] By: gsar                                  on 2000/10/16  06:38:38
19084         Log: integrate changes#6104,6108 from mainline
19085              
19086              PL_sys_intern was being initialized too late on windows
19087              
19088              reenable fake signal handling on Windows, bugs and all
19089      Branch: maint-5.6/perl
19090           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
19091           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
19092           !> win32/win32.c
19093 ____________________________________________________________________________
19094 [  7310] By: gsar                                  on 2000/10/16  06:36:03
19095         Log: integrate changes#6095,6097..6103 from cfgperl
19096              
19097              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
19098              might be useful in future.
19099              
19100              Add a note about possible compilation problems from Allen Smith.
19101              
19102              Add a note about other, yet unsupported, shadow password APIs.
19103              
19104              Tweaks for the cc bugs from Allen Smith.
19105              
19106              More compilation tweakery from Allen Smith.
19107              
19108              Hints and test tweaks for Unicos.
19109              
19110              The test suite tweak in #6101 wasn't quite right.
19111              
19112              Test tweaking for Unicos continues.
19113      Branch: maint-5.6/perl
19114           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
19115           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
19116           !> t/lib/complex.t t/op/64bitint.t
19117 ____________________________________________________________________________
19118 [  7309] By: gsar                                  on 2000/10/16  06:29:41
19119         Log: integrate changes#6093,6094 from mainline
19120              
19121              fork() failure to create pseudo process sets errno=EAGAIN and returns
19122              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
19123              
19124              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
19125      Branch: maint-5.6/perl
19126           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
19127           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
19128 ____________________________________________________________________________
19129 [  7308] By: gsar                                  on 2000/10/16  06:27:29
19130         Log: integrate change#6092 from cfgperl
19131              
19132              Regen perltoc with the fixed buildtoc.
19133      Branch: maint-5.6/perl
19134           !> pod/perltoc.pod
19135 ____________________________________________________________________________
19136 [  7307] By: gsar                                  on 2000/10/16  06:26:40
19137         Log: integrate changes#6089,6090 from mainline
19138              
19139              buildtoc tweak to fix newline lossage
19140              
19141              concat doesn't preserve utf8-ness, and doesn't invalidate
19142              [NI]OK; added tests for both
19143      Branch: maint-5.6/perl
19144           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
19145 ____________________________________________________________________________
19146 [  7306] By: gsar                                  on 2000/10/16  06:24:05
19147         Log: integrate change#6088 from cfgperl
19148              
19149              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
19150              because we do not use those.  The HAS_GETSPNAM remains,
19151              though, because we still do use that.
19152      Branch: maint-5.6/perl
19153           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
19154           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
19155           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
19156           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
19157           !> win32/config.vc win32/config_H.bc win32/config_H.gc
19158           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
19159 ____________________________________________________________________________
19160 [  7305] By: gsar                                  on 2000/10/16  06:15:52
19161         Log: integrate changes#6084,6085,6087 from mainline
19162              
19163              substr() does not preserve utf8-ness (from Stefan Eissing
19164              <Eissing@medicaldataservice.de>); added tests
19165              
19166              repeat operator (x) doesn't preserve utf8-ness
19167              
19168              reverse() and quotemeta() weren't preserving utf8-ness; add tests
19169      Branch: maint-5.6/perl
19170           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
19171 ____________________________________________________________________________
19172 [  7304] By: gsar                                  on 2000/10/16  06:13:10
19173         Log: integrate changes#6077..6083 from mainline
19174              
19175              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
19176              and Tom Phoenix)
19177              
19178              workaround for CRT bug in chdir() (from Charles Lane, via
19179              Peter Prymmer)
19180              
19181              remove outdated kludge in Carp (NULLs are permitted in diagnostics
19182              now)
19183              
19184              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
19185              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
19186              
19187              better default perlbug categories for ok reports (from Richard Foley)
19188              
19189              peek.t non-portable to ithreads
19190              
19191              note about undocumented caller() return value (from M.J.T. Guy);
19192              yet another peek.t tweak
19193      Branch: maint-5.6/perl
19194           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
19195           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
19196           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
19197           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
19198           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
19199           !> vms/vmsish.h
19200 ____________________________________________________________________________
19201 [  7303] By: gsar                                  on 2000/10/16  06:03:18
19202         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
19203              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
19204              
19205              &HUGE_VAL is not defined, it exists.
19206              
19207              Do not warn that an infinity does not look like a number.
19208              
19209              Rewrite the pwent/spent logic to be a little bit more clearer.
19210              
19211              Continue on the pwent/spent case.
19212              
19213              Correct Freudian slip.
19214              
19215              Use HUGE_VALL if applicable.
19216              
19217              pwent/spent #ifdef imbalance.
19218              
19219              Infinite problems.
19220              
19221              Call getspnam() only iff needd.
19222              
19223              Test both the scalar and list contexts.
19224              
19225              Use setxxent()/endxxent().
19226              
19227              Complex tweakery.
19228              
19229              Unicos hint tweak.
19230              
19231              Be more forgiving in POSIX about HUGE_VALL.
19232              
19233              Detypo.
19234              
19235              The search of infinity continues, this time simplified.
19236              
19237              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
19238              in natively 64-bit platforms where a long is a quad (no need
19239              for long longs).  Also added bias for IVs.
19240              
19241              Complex tweaks.
19242              
19243              Introduce t/lib/peek.t.
19244              
19245              Make the test more portable.
19246      Branch: maint-5.6/perl
19247           +> t/lib/peek.t
19248            ! pp_sys.c
19249           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
19250           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
19251           !> t/op/pwent.t toke.c util.c
19252 ____________________________________________________________________________
19253 [  7302] By: gsar                                  on 2000/10/16  05:03:37
19254         Log: integrate changes#6066..6071 from mainline
19255              
19256              s/END/CHECK/
19257              
19258              replace direct call to sighandler() with (*PL_sighandlerp)()
19259              
19260              note about values()
19261              
19262              File::Spec compatibility update (from Barrie Slaymaker
19263              <barries@slaysys.com>)
19264              
19265              remove misleading comment (from M.J.T. Guy)
19266              
19267              misformatted perllocal.pod (from Tim Jenness
19268              <t.jenness@jach.hawaii.edu>)
19269      Branch: maint-5.6/perl
19270           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
19271           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
19272           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
19273           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
19274 ____________________________________________________________________________
19275 [  7301] By: gsar                                  on 2000/10/16  05:00:08
19276         Log: integrate changes#6061..6063 from mainline
19277              
19278              change#5921 neglected to make eq honor "use bytes"
19279              
19280              additional tests for utf8.t
19281              
19282              tokeq() could read unallocated field in argument
19283      Branch: maint-5.6/perl
19284           !> sv.c t/pragma/utf8.t toke.c
19285 ____________________________________________________________________________
19286 [  7300] By: gsar                                  on 2000/10/16  04:56:54
19287         Log: integrate changes#6046,6048,6057,6058 from mainline
19288              
19289              libscheck has insufficient checks for n32 libs (from
19290              Albert Chin-A-Young <china@thewrittenword.com>)
19291              
19292              add note about how $( doesn't interpolate in REs (from
19293              Philip Newton <newton@ficus.frogspace.net>)
19294              
19295              fix broken parsing of /\x{ab}/
19296              
19297              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
19298              (spotted by Donald Kinzer <dkinzer@premia.com>)
19299      Branch: maint-5.6/perl
19300           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
19301           !> t/pragma/utf8.t
19302 ____________________________________________________________________________
19303 [  7299] By: gsar                                  on 2000/10/16  04:52:50
19304         Log: integrate change#6044 from mainline
19305              
19306              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
19307              such that underscores are only ignored in literal numbers,
19308              "\x{...}", and hex/oct argument
19309      Branch: maint-5.6/perl
19310           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
19311 ____________________________________________________________________________
19312 [  7298] By: gsar                                  on 2000/10/16  04:50:53
19313         Log: integrate changes#6027..6043 from mainline
19314              
19315              podlators-1.02 update (from Russ Allbery)
19316              
19317              Pod::Man generates groff-incompatible macro definition (from
19318              Tom Christiansen)
19319              
19320              add CGI.pm v2.66 (from Lincoln Stein)
19321              
19322              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
19323              for @- and @+ (from Johan Vromans)
19324              
19325              small nits in diagnostics.pm (from Robin Barker)
19326              
19327              whitespace adjustments
19328              
19329              missing files in MANIFEST
19330              
19331              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
19332              to compensate
19333              
19334              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
19335              
19336              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
19337      Branch: maint-5.6/perl
19338           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
19339           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
19340           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
19341           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
19342           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
19343           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
19344           !> t/lib/cgi-html.t t/lib/cgi-request.t
19345 ____________________________________________________________________________
19346 [  7297] By: gsar                                  on 2000/10/16  04:44:30
19347         Log: integrate change#6025 from mainline
19348              
19349              Is{Alnum,Alpha,Word} don't match titlecase
19350              TODO: IsSpace is defined recursively!
19351              (both spotted by Larry)
19352      Branch: maint-5.6/perl
19353           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
19354           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
19355 ____________________________________________________________________________
19356 [  7296] By: gsar                                  on 2000/10/16  04:39:30
19357         Log: integrate change#6023 from mainline
19358              
19359              debugger stomps on $. (from M.J.T. Guy)
19360      Branch: maint-5.6/perl
19361           !> lib/perl5db.pl
19362 ____________________________________________________________________________
19363 [  7295] By: gsar                                  on 2000/10/16  04:38:02
19364         Log: integrate change#6022 from mainline
19365              
19366              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
19367      Branch: maint-5.6/perl
19368           !> sv.c
19369 ____________________________________________________________________________
19370 [  7294] By: gsar                                  on 2000/10/16  04:37:05
19371         Log: integrate changes#6018..6021 from mainline
19372              
19373              make lib/syslog.t portable to systems that don't have _PATH_LOG,
19374              make _PATH_LOG() return "" if unavailable
19375              
19376              windows portability tweaks
19377              
19378              test tweak
19379              
19380              remove Win2K issue in pod (fixed by change#6020)
19381      Branch: maint-5.6/perl
19382           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
19383           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
19384           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
19385 ____________________________________________________________________________
19386 [  7293] By: gsar                                  on 2000/10/16  04:20:00
19387         Log: integrate changes#6013..6015 from mainline
19388              
19389              tweak change#5945 to display correct switch name in diagnostic
19390              
19391              glob() loading File::Glob behind the scenes may cause syntax errors
19392              
19393              tweak test for portability
19394      Branch: maint-5.6/perl
19395           !> op.c perl.c pod/perldiag.pod t/lib/b.t
19396 ____________________________________________________________________________
19397 [  7292] By: gsar                                  on 2000/10/16  04:18:11
19398         Log: integrate changes#6005..6010 from mainline, cfgperl
19399              
19400              perldoc might fail via "use blib" (from Hugo van der Sanden)
19401              
19402              Regen Configure.
19403              
19404              note about compile failures and END blocks (from M.J.T. Guy)
19405              
19406              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
19407              
19408              (change#6009 integrated earlier in change#7255)
19409              
19410              clarify note about shadow password support (from
19411              gellyfish@gellyfish.com)
19412      Branch: maint-5.6/perl
19413           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
19414           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
19415           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
19416 ____________________________________________________________________________
19417 [  7291] By: gsar                                  on 2000/10/16  04:12:03
19418         Log: integrate changes#6002,6003 from mainline
19419              
19420              destructive sv_setsv() can lose UV-ness from source, causing
19421              numeric promotions/comparisons to fail to do the right thing
19422              
19423              allow REG_EXPAND_SZ keys in Windows registry (from
19424              John Clayton <John.Clayton@barclayscapital.com>)
19425      Branch: maint-5.6/perl
19426           !> sv.c win32/win32.c
19427 ____________________________________________________________________________
19428 [  7290] By: gsar                                  on 2000/10/16  04:10:19
19429         Log: integrate change#6001 from mainline
19430              
19431              support additional library locations via $Config{otherlibdirs}
19432              (from Andy Dougherty)
19433      Branch: maint-5.6/perl
19434           !> Configure INSTALL Porting/Glossary Porting/config.sh
19435           !> Porting/config_H config_h.SH epoc/config.sh perl.c
19436           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
19437           !> win32/config.bc win32/config.gc win32/config.vc
19438 ____________________________________________________________________________
19439 [  7289] By: gsar                                  on 2000/10/16  04:08:28
19440         Log: integrate change#5999 from mainline
19441              
19442              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
19443      Branch: maint-5.6/perl
19444           !> t/pragma/warn/toke toke.c
19445 ____________________________________________________________________________
19446 [  7288] By: gsar                                  on 2000/10/16  04:07:01
19447         Log: integrate changes#5997,5998 from cfgperl
19448              
19449              Preserve $!.
19450              
19451              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
19452      Branch: maint-5.6/perl
19453           !> lib/Math/Complex.pm
19454 ____________________________________________________________________________
19455 [  7287] By: gsar                                  on 2000/10/16  04:04:37
19456         Log: integrate change#5995 from mainline
19457              
19458              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
19459      Branch: maint-5.6/perl
19460           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
19461 ____________________________________________________________________________
19462 [  7286] By: gsar                                  on 2000/10/16  04:03:21
19463         Log: integrate change#5994 from mainline
19464              
19465              fix for missed accounting for null byte in pack("Z",...) (from
19466              M.J.T. Guy)
19467      Branch: maint-5.6/perl
19468           !> pp.c t/op/pack.t
19469 ____________________________________________________________________________
19470 [  7285] By: gsar                                  on 2000/10/16  04:02:11
19471         Log: integrate changes#5989..5993 from mainline
19472              
19473              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
19474              itself and no other (from Tom Hughes)
19475              
19476              use $ENV{LIB} to search for libs under Visual C compiler
19477              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
19478              
19479              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
19480              
19481              pod nit (from Simon Cozens)
19482              
19483              various minor tweaks seen on p5p
19484      Branch: maint-5.6/perl
19485           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
19486           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
19487           !> t/op/array.t toke.c
19488 ____________________________________________________________________________
19489 [  7284] By: gsar                                  on 2000/10/16  03:59:00
19490         Log: integrate changes#5978..5988 from mainline
19491              
19492              sync version numbers in File::Spec with the ones on CPAN
19493              (from Barrie Slaymaker)
19494              
19495              under useithreads, constant pad entries could inadvertantly be
19496              shared across threads (from Eric Blood <eblood@xmission.com>);
19497              added Eric's test case to testsuite
19498              
19499              allow Configure -S to run non-interactively (spotted by Greg Hudson
19500              <ghudson@mit.edu>)
19501              
19502              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
19503              prototype mismatch with CORE::glob(); update pod and tests to
19504              suit (File::Glob::glob() is still available for backward
19505              compatibility, but should be considered deprecated)
19506              
19507              avoid error in IO::Socket::INET when given an unknown service name
19508              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
19509              
19510              numeric conversion of non-number in change#3378 tramples on
19511              OOK offset, causing segfaults
19512              
19513              attributes::reftype() doesn't work on tied argument
19514              
19515              forked child may not exit correctly if it failed to open
19516              /dev/console (from Graham Barr)
19517              
19518              add regular expressions tutorial and quick-start guide (from
19519              Mark Kvale <kvale@phy.ucsf.edu>)
19520              
19521              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
19522              
19523              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
19524              <paul@miraclefish.com>)
19525      Branch: maint-5.6/perl
19526           +> pod/perlrequick.pod pod/perlretut.pod
19527           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
19528           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
19529           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
19530           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
19531           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
19532           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
19533           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
19534           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
19535 ____________________________________________________________________________
19536 [  7283] By: gsar                                  on 2000/10/16  03:52:14
19537         Log: integrate change#5977 from mainline
19538              
19539              autoquote barewords followed by newline and arrow properly
19540              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
19541      Branch: maint-5.6/perl
19542           !> t/pragma/warn/toke toke.c
19543 ____________________________________________________________________________
19544 [  7282] By: gsar                                  on 2000/10/16  03:50:48
19545         Log: integrate change#5976 from mainline
19546              
19547              DB_File v1.73 update (from Paul Marquess)
19548      Branch: maint-5.6/perl
19549           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
19550           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
19551 ____________________________________________________________________________
19552 [  7281] By: gsar                                  on 2000/10/16  03:49:14
19553         Log: integrate change#5975 from mainline
19554              
19555              allow sort() reentrancy (variant of patch suggested by
19556              Hugo van der Sanden)
19557      Branch: maint-5.6/perl
19558           !> pp_ctl.c t/op/sort.t
19559 ____________________________________________________________________________
19560 [  7280] By: gsar                                  on 2000/10/16  03:48:22
19561         Log: integrate change#5974 from mainline
19562              
19563              change#4197 somehow missed initializing PL_errors, meaning
19564              syntax error queueing wasn't working outside eval"" at all;
19565              also fixed eval"" to localize PL_error_count, so that compile-time
19566              eval's don't clobber the error state of the outer context
19567      Branch: maint-5.6/perl
19568           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
19569           !> t/pragma/warn/toke
19570 ____________________________________________________________________________
19571 [  7279] By: gsar                                  on 2000/10/16  03:46:21
19572         Log: integrate change#5973 from mainline
19573              
19574              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
19575      Branch: maint-5.6/perl
19576           !> regcomp.c regexec.c t/op/re_tests
19577 ____________________________________________________________________________
19578 [  7278] By: gsar                                  on 2000/10/16  03:44:54
19579         Log: integrate change#5971 from cfgperl
19580              
19581              Unicos tweaks from Mark P. Lutz.
19582      Branch: maint-5.6/perl
19583           !> hints/unicos.sh lib/Math/Complex.pm
19584 ____________________________________________________________________________
19585 [  7277] By: gsar                                  on 2000/10/16  03:42:59
19586         Log: integrate changes#5966..5970 from mainline
19587              
19588              add testsuite for B backends, fix bug in B::Deparse (from
19589              Simon Cozens <simon@brecon.co.uk>)
19590              
19591              improved docs on the warn_uninit diagnostic (from David Glasser
19592              and Simon Cozens)
19593              
19594              tolerate spaces in group names in test on solaris (from David Boyce
19595              <dsb@boyski.com>)
19596              
19597              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
19598              
19599              Data::Dumper fumbles negative numbers on 32-bit platforms where
19600              IV is >32bits
19601      Branch: maint-5.6/perl
19602           +> t/lib/b.t t/lib/syslog.t
19603           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
19604           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
19605           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
19606 ____________________________________________________________________________
19607 [  7276] By: gsar                                  on 2000/10/16  03:39:30
19608         Log: integrate change#5965 from mainline
19609              
19610              avoid "will not stay shared" warnings for our variables (from
19611              Robin Barker)
19612      Branch: maint-5.6/perl
19613           !> op.c t/pragma/warn/op
19614 ____________________________________________________________________________
19615 [  7275] By: gsar                                  on 2000/10/16  03:38:18
19616         Log: integrate change#5964 from mainline
19617              
19618              reformat to 72 columns (again)
19619      Branch: maint-5.6/perl
19620           !> pod/perldiag.pod
19621 ____________________________________________________________________________
19622 [  7274] By: gsar                                  on 2000/10/16  03:36:58
19623         Log: integrate change#5963 from mainline
19624              
19625              patch from Larry to make (\&) prototype work; added tests for
19626              the same
19627      Branch: maint-5.6/perl
19628           !> op.c t/comp/proto.t
19629 ____________________________________________________________________________
19630 [  7273] By: gsar                                  on 2000/10/16  03:35:51
19631         Log: integrate changes#5956..5962 from mainline
19632              
19633              better diagnostics on failed tests (from Ilya Zakharevich)
19634              
19635              pod nits (from A. C. Yardley <yardley@tanet.net>)
19636              
19637              change#3569 deleted some essential code, revert; avoid use of
19638              atexit() to make DynaLoader work properly on AIX under mod_perl
19639              (from Jens-Uwe Mager <jum@helios.de>)
19640              
19641              doubled words in pods (from Simon Cozens
19642              <simon.p.cozens@jp.pwcglobal.com>)
19643              
19644              better INSTALL notes on Solaris issues (from Dominic Dunlop)
19645              
19646              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
19647              
19648              updated README.hpux (from Jeff Okamoto)
19649      Branch: maint-5.6/perl
19650           !> INSTALL README.hpux emacs/cperl-mode.el
19651           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
19652           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
19653           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
19654           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
19655           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
19656           !> t/op/lex_assign.t
19657 ____________________________________________________________________________
19658 [  7272] By: gsar                                  on 2000/10/16  03:31:22
19659         Log: integrate change#5955 from mainline
19660              
19661              longstanding bug exposed by change#3307: sort arguments weren't
19662              compiled with the right wantarray context (ensuing runtime lookup
19663              via block_gimme() was getting the incidental context of the
19664              sort() itself)
19665      Branch: maint-5.6/perl
19666           !> op.c t/op/sort.t
19667 ____________________________________________________________________________
19668 [  7271] By: gsar                                  on 2000/10/16  03:29:11
19669         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
19670              branch
19671              
19672              Flatten the cpp jungle doing the nosuid checking.
19673              
19674              Do not assume sign propagation. (from M.J.T. Guy)
19675              
19676              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
19677              
19678              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
19679              Now pp_ncmp() returns undef is either operand is a NaN.
19680              
19681              On second thoughts frexp() does have two arguments.
19682              
19683              Document that tr() is not tr(1).
19684              
19685              Be more robust on "extreme" (large absolute value)
19686              arguments.  Originally reported by Daniel Connelly
19687              as a problem with asinh() on large negative arguments,
19688              asinh() used to bail out because an argument to log()
19689              ended up being zero.  Ilya Zakharevich proposed using
19690              Taylor's series in such cases, which for such large
19691              arguments is a very good approximation.
19692              
19693              Undo "use integer" addition from 64bitint as it seems
19694              to break most of the subtests in Digital UNIX;
19695              Unicos needs to find another way.
19696      Branch: maint-5.6/perl
19697           !> (integrate 29 files)
19698 ____________________________________________________________________________
19699 [  7270] By: gsar                                  on 2000/10/16  03:09:44
19700         Log: integrate changes#5948,5949,5950 from mainline
19701              
19702              typo in vars.pm that leads to cryptic message (from Piotr
19703              Piatkowski <kompas@kompas.usr.onet.pl>)
19704              
19705              make perldoc use the pod2man from the same version (from
19706              M.J.T. Guy)
19707              
19708              reformat perldiag to avoid long lines
19709      Branch: maint-5.6/perl
19710           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
19711 ____________________________________________________________________________
19712 [  7269] By: gsar                                  on 2000/10/16  03:05:54
19713         Log: integrate change#5947 from mainline
19714              
19715              use &dl_error rather than &dl_load_file as the guard for calling
19716              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
19717              statically built perl)
19718      Branch: maint-5.6/perl
19719           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
19720 ____________________________________________________________________________
19721 [  7268] By: gsar                                  on 2000/10/16  03:04:48
19722         Log: integrate change#5945 from mainline
19723              
19724              make module name mandatory after -M switch; reorder perldiag
19725              alphabetically (from Mark-Jason Dominus)
19726      Branch: maint-5.6/perl
19727           !> perl.c pod/perldiag.pod
19728 ____________________________________________________________________________
19729 [  7267] By: gsar                                  on 2000/10/16  03:03:01
19730         Log: integrate change#5939 from mainline
19731              
19732              more pod nits (from Larry Virden)
19733      Branch: maint-5.6/perl
19734           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
19735           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
19736           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
19737 ____________________________________________________________________________
19738 [  7266] By: gsar                                  on 2000/10/16  03:01:39
19739         Log: integrate change#5938 from mainline
19740              
19741              Consolidated B::Deparse fixes (from Stephen McCamant)
19742      Branch: maint-5.6/perl
19743           !> ext/B/B/Deparse.pm
19744 ____________________________________________________________________________
19745 [  7265] By: gsar                                  on 2000/10/16  03:00:43
19746         Log: integrate change#5936 from mainline
19747              
19748              additional tests for change#7263 (from Paul Marquess)
19749      Branch: maint-5.6/perl
19750           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
19751           !> t/pragma/warn/5nolint t/pragma/warn/6default
19752 ____________________________________________________________________________
19753 [  7264] By: gsar                                  on 2000/10/16  02:58:34
19754         Log: integrate change#5934 from mainline
19755              
19756              propagate lexical warnings from surrounding scope correctly
19757              within string eval() (from Paul Marquess)
19758      Branch: maint-5.6/perl
19759           !> pp_ctl.c t/pragma/warn/pp_ctl
19760 ____________________________________________________________________________
19761 [  7263] By: gsar                                  on 2000/10/16  02:56:53
19762         Log: integrate change#5932 from mainline
19763              
19764              add rsignal(), whichsig() and do_join() to public API list
19765              (mod_perl uses them to good advantage)
19766      Branch: maint-5.6/perl
19767           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
19768 ____________________________________________________________________________
19769 [  7262] By: gsar                                  on 2000/10/16  02:55:53
19770         Log: integrate change#5931 from mainline
19771              
19772              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
19773      Branch: maint-5.6/perl
19774           !> pp_hot.c regexec.c t/op/pat.t
19775 ____________________________________________________________________________
19776 [  7261] By: gsar                                  on 2000/10/16  02:55:01
19777         Log: integrate change#5930 from mainline
19778              
19779              small os390 tweaks (from Peter Prymmer)
19780      Branch: maint-5.6/perl
19781           !> config_h.SH makedepend.SH
19782 ____________________________________________________________________________
19783 [  7260] By: gsar                                  on 2000/10/16  02:54:10
19784         Log: integrate change#5929 from mainline
19785              
19786              pod nits
19787      Branch: maint-5.6/perl
19788           !> pod/perlguts.pod
19789 ____________________________________________________________________________
19790 [  7259] By: gsar                                  on 2000/10/16  02:52:55
19791         Log: integrate change#5927 from mainline
19792              
19793              arrange for next() to resume at the unstack op rather than the
19794              loop conditional, so that scope cleanup happens correctly
19795              (from Stephen McCamant)
19796      Branch: maint-5.6/perl
19797           !> op.c pp_ctl.c t/op/misc.t
19798 ____________________________________________________________________________
19799 [  7258] By: gsar                                  on 2000/10/16  02:51:38
19800         Log: integrate change#5926 from mainline
19801              
19802              on windows, reserve 16M of stack rather than 128M (allows more
19803              threads to run concurrently)
19804      Branch: maint-5.6/perl
19805           !> win32/Makefile win32/makefile.mk
19806 ____________________________________________________________________________
19807 [  7257] By: gsar                                  on 2000/10/16  02:50:37
19808         Log: integrate change#5925 from mainline
19809              
19810              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
19811      Branch: maint-5.6/perl
19812           !> toke.c
19813 ____________________________________________________________________________
19814 [  7256] By: gsar                                  on 2000/10/16  02:49:36
19815         Log: integrate change#5924 from mainline
19816              
19817              avoid using uninitialized memory in require version check
19818      Branch: maint-5.6/perl
19819           !> pp_ctl.c universal.c
19820 ____________________________________________________________________________
19821 [  7255] By: gsar                                  on 2000/10/16  02:48:03
19822         Log: integrate changes#5923,5928,6009 from mainline
19823              
19824              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
19825      Branch: maint-5.6/perl
19826           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
19827 ____________________________________________________________________________
19828 [  7254] By: gsar                                  on 2000/10/16  02:44:46
19829         Log: integrate change#5922 from mainline
19830              
19831              commentary about IoTYPE() (from Nathan Torkington)
19832      Branch: maint-5.6/perl
19833           !> sv.h
19834 ____________________________________________________________________________
19835 [  7253] By: gsar                                  on 2000/10/16  02:43:49
19836         Log: integrate change#5921 from mainline
19837              
19838              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
19839      Branch: maint-5.6/perl
19840           !> sv.c t/lib/charnames.t t/pragma/utf8.t
19841 ____________________________________________________________________________
19842 [  7252] By: gsar                                  on 2000/10/16  02:42:31
19843         Log: integrate change#5920 from mainline
19844              
19845              Larry's fix for buggy propagation of utf8-ness in join(); add test
19846      Branch: maint-5.6/perl
19847           !> doop.c t/op/ver.t
19848 ____________________________________________________________________________
19849 [  7251] By: gsar                                  on 2000/10/16  02:41:14
19850         Log: integrate changes#5915..5919 from mainline
19851              
19852              various (pod tweaks &c)
19853      Branch: maint-5.6/perl
19854           !> (integrate 33 files)
19855 ____________________________________________________________________________
19856 [  7250] By: gsar                                  on 2000/10/16  02:38:16
19857         Log: integrate change#5914 from mainline
19858              
19859              caller() wasn't returning the right number of elements for
19860              eval {...}
19861      Branch: maint-5.6/perl
19862           !> pp_ctl.c t/pragma/warn/9enabled
19863 ____________________________________________________________________________
19864 [  7249] By: gsar                                  on 2000/10/16  02:37:02
19865         Log: integrate change#5913 from mainline
19866              
19867              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
19868              (from Mark-Jason Dominus)
19869      Branch: maint-5.6/perl
19870           !> pod/perlfunc.pod
19871 ____________________________________________________________________________
19872 [  7248] By: gsar                                  on 2000/10/16  02:35:58
19873         Log: integrate change#5912 from mainline
19874              
19875              fix totally broken caching in UNIVERSAL::isa() (from
19876              Nick Ing-Simmons)
19877      Branch: maint-5.6/perl
19878           !> t/op/universal.t universal.c
19879 ____________________________________________________________________________
19880 [  7247] By: gsar                                  on 2000/10/16  02:34:27
19881         Log: integrate changes#5910,5911 from mainline
19882              
19883              typo in pod
19884              
19885              add linebreak properties from unicode/LineBrk.txt (from
19886              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
19887      Branch: maint-5.6/perl
19888           +> (branch 29 files)
19889           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
19890 ____________________________________________________________________________
19891 [  7246] By: gsar                                  on 2000/10/16  02:33:29
19892         Log: integrate change#5909 from mainline
19893              
19894              mode argument to do_binmode() should be file mode, not boolean
19895      Branch: maint-5.6/perl
19896           !> pp_sys.c
19897 ____________________________________________________________________________
19898 [  7245] By: gsar                                  on 2000/10/16  02:31:04
19899         Log: integrate change#5908 from mainline
19900              
19901              introduce illegal symbols into null package so that
19902              gv_fetchpv(...,TRUE) always returns a valid GV even when the
19903              symbol is trapped by strictures (avoids coredumps)
19904      Branch: maint-5.6/perl
19905           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
19906           !> t/pragma/strict-vars
19907 ____________________________________________________________________________
19908 [  7244] By: jhi                                   on 2000/10/16  02:29:54
19909         Log: Subject: $Carp::ExportLevel confusion in Exporter
19910              From: "Ben Tilly" <ben_tilly@hotmail.com>
19911              Date: Sat, 14 Oct 2000 16:44:34 EDT
19912              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
19913      Branch: perl
19914            ! lib/Exporter/Heavy.pm
19915 ____________________________________________________________________________
19916 [  7243] By: jhi                                   on 2000/10/16  02:28:33
19917         Log: Subject: [PATCH perlguts.pod] Document offset hack
19918              From: Simon Cozens <simon@cozens.net>
19919              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
19920              Date: Sat, 14 Oct 2000 19:32:25 +0100
19921      Branch: perl
19922            ! pod/perlguts.pod
19923 ____________________________________________________________________________
19924 [  7242] By: gsar                                  on 2000/10/16  02:26:51
19925         Log: integrate changes#5905,5906,5907,6064 from mainline
19926              
19927              printf/sprintf didn't get quad types right under use64bitint
19928      Branch: maint-5.6/perl
19929           !> pp_sys.c sv.c t/op/64bitint.t
19930 ____________________________________________________________________________
19931 [  7241] By: jhi                                   on 2000/10/16  02:22:44
19932         Log: Subject: small pod patch
19933              From: Dan Boorstein <dan_boo@bellsouth.net>
19934              Date: Sat, 14 Oct 2000 14:29:24 -0400
19935              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
19936      Branch: perl
19937            ! pod/perlfaq7.pod pod/perlmod.pod
19938 ____________________________________________________________________________
19939 [  7240] By: jhi                                   on 2000/10/16  02:13:46
19940         Log: -w cleanup.
19941              
19942              Subject: Re: Problems with bleadperl 
19943              From: "Stephen P. Potter" <spp@ds.net>
19944              Date: Fri, 13 Oct 2000 13:32:49 -0400
19945              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
19946      Branch: perl
19947            ! t/pragma/overload.t
19948 ____________________________________________________________________________
19949 [  7239] By: jhi                                   on 2000/10/16  01:41:18
19950         Log: One more ~utf8 tweak.
19951      Branch: perl
19952            ! t/op/bop.t
19953 ____________________________________________________________________________
19954 [  7238] By: jhi                                   on 2000/10/16  01:34:14
19955         Log: Tweak the test of #7235.
19956      Branch: perl
19957            ! t/op/bop.t
19958 ____________________________________________________________________________
19959 [  7237] By: jhi                                   on 2000/10/16  01:25:04
19960         Log: Fix a couple of compiler-noted nits in #7235.
19961      Branch: perl
19962            ! pp.c
19963 ____________________________________________________________________________
19964 [  7236] By: jhi                                   on 2000/10/16  01:22:46
19965         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
19966      Branch: perl
19967            ! pp.c pp_hot.c
19968 ____________________________________________________________________________
19969 [  7235] By: jhi                                   on 2000/10/15  16:24:44
19970         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
19971              
19972              From: Simon Cozens <simon@cozens.net>
19973              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
19974              Date: Sat, 14 Oct 2000 20:52:13 +0100
19975              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
19976      Branch: perl
19977            ! pp.c t/op/bop.t utf8.h
19978 ____________________________________________________________________________
19979 [  7234] By: jhi                                   on 2000/10/15  15:19:29
19980         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
19981              The problem was that rx->minlen was in chars while pp_split()
19982              thought it would be in bytes. 
19983      Branch: perl
19984            ! pp.c t/pragma/utf8.t
19985 ____________________________________________________________________________
19986 [  7233] By: jhi                                   on 2000/10/14  20:24:24
19987         Log: Document FNCASE=y as discussed in the bug 20000902.009.
19988      Branch: perl
19989            ! README.dos
19990 ____________________________________________________________________________
19991 [  7232] By: jhi                                   on 2000/10/14  18:52:21
19992         Log: Add test for bug id 20000427.003 (which seems to have
19993              been fixed) (also duplicate as 20000427.004, though
19994              with a higher severity).  Move one utf8 from op/append
19995              to pragma/utf8, tag the tests with bug ids.
19996      Branch: perl
19997            ! t/op/append.t t/pragma/utf8.t
19998 ____________________________________________________________________________
19999 [  7231] By: jhi                                   on 2000/10/14  17:28:37
20000         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
20001      Branch: perl
20002            ! t/pragma/utf8.t
20003 ____________________________________________________________________________
20004 [  7230] By: jhi                                   on 2000/10/14  14:24:50
20005         Log: Needs to be conditional on SunOS 4.
20006              
20007              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
20008              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
20009              Date: Sat, 14 Oct 2000 13:37:49 +0100
20010              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
20011      Branch: metaconfig/U/perl
20012            ! End.U
20013      Branch: perl
20014            ! Configure myconfig.SH pod/perldelta.pod
20015 ____________________________________________________________________________
20016 [  7229] By: jhi                                   on 2000/10/14  00:49:22
20017         Log: Update Changes.
20018      Branch: perl
20019            ! Changes patchlevel.h
20020 ____________________________________________________________________________
20021 [  7228] By: jhi                                   on 2000/10/14  00:46:10
20022         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
20023              From: Peter Prymmer <pvhp@forte.com>
20024              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
20025              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
20026      Branch: perl
20027            ! lib/utf8.pm
20028 ____________________________________________________________________________
20029 [  7227] By: jhi                                   on 2000/10/13  23:20:30
20030         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
20031      Branch: perl
20032            ! t/op/tie.t
20033 ____________________________________________________________________________
20034 [  7226] By: jhi                                   on 2000/10/13  22:14:32
20035         Log: Tweak #7225.
20036              
20037              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
20038              From: Peter Prymmer <pvhp@forte.com>
20039              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
20040              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
20041      Branch: perl
20042            ! t/op/sprintf.t
20043 ____________________________________________________________________________
20044 [  7225] By: jhi                                   on 2000/10/13  22:11:31
20045         Log: op/sprintf.t patch for OS/390 (and any other host with limited
20046              floating-point exponent length)
20047              
20048              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
20049              From: Dominic Dunlop <domo@computer.org>
20050              Date: Fri, 13 Oct 2000 19:17:57 +0200
20051              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
20052      Branch: perl
20053            ! t/op/sprintf.t
20054 ____________________________________________________________________________
20055 [  7224] By: jhi                                   on 2000/10/13  18:40:48
20056         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
20057      Branch: perl
20058            ! toke.c
20059 ____________________________________________________________________________
20060 [  7223] By: jhi                                   on 2000/10/13  18:37:13
20061         Log: Thinko in #7222.
20062      Branch: perl
20063            ! utf8.c
20064 ____________________________________________________________________________
20065 [  7222] By: jhi                                   on 2000/10/13  18:05:23
20066         Log: Use UTF8SKIP(), from Simon Cozens.
20067      Branch: perl
20068            ! utf8.c
20069 ____________________________________________________________________________
20070 [  7221] By: jhi                                   on 2000/10/13  15:43:19
20071         Log: (accidentally empty check-in)
20072      Branch: perl
20073            ! utf8.c
20074 ____________________________________________________________________________
20075 [  7220] By: jhi                                   on 2000/10/13  15:23:51
20076         Log: Add (optimistically) Storable to static extensions.
20077      Branch: perl
20078            ! hints/uwin.sh hints/vmesa.sh
20079 ____________________________________________________________________________
20080 [  7219] By: jhi                                   on 2000/10/13  15:20:05
20081         Log: Amdahl UTS doesn't seem to do dynaloading.
20082      Branch: perl
20083            ! hints/uts.sh
20084 ____________________________________________________________________________
20085 [  7218] By: jhi                                   on 2000/10/13  15:15:20
20086         Log: Slight tweak of the code to appease Amdahl UTS cc.
20087      Branch: perl
20088            ! pp.c
20089 ____________________________________________________________________________
20090 [  7217] By: jhi                                   on 2000/10/13  14:50:42
20091         Log: In Amdahl UTS "struct sv" is defined by a system header,
20092              <ksync.h>.
20093      Branch: perl
20094            ! perl.h sv.h
20095 ____________________________________________________________________________
20096 [  7216] By: jhi                                   on 2000/10/13  11:58:25
20097         Log: Ilya implemented the memory profiling API.
20098      Branch: perl
20099            ! Todo
20100 ____________________________________________________________________________
20101 [  7215] By: jhi                                   on 2000/10/13  02:56:38
20102         Log: Subject: [PATCH 5.7.0] Perl API for mstats
20103              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20104              Date: Thu, 12 Oct 2000 22:52:40 -0400
20105              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
20106      Branch: perl
20107            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
20108 ____________________________________________________________________________
20109 [  7214] By: jhi                                   on 2000/10/13  02:55:38
20110         Log: Subject: [PATCH 5.7.0] IVs in mtats
20111              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20112              Date: Thu, 12 Oct 2000 22:51:04 -0400
20113              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
20114      Branch: perl
20115            ! malloc.c perl.h
20116 ____________________________________________________________________________
20117 [  7213] By: jhi                                   on 2000/10/13  02:31:47
20118         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
20119      Branch: perl
20120            ! pod/perldiag.pod pp_sys.c
20121 ____________________________________________________________________________
20122 [  7212] By: jhi                                   on 2000/10/13  01:27:38
20123         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
20124              From: Peter Prymmer <pvhp@forte.com>
20125              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
20126              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
20127      Branch: perl
20128            ! t/op/oct.t
20129 ____________________________________________________________________________
20130 [  7211] By: jhi                                   on 2000/10/13  00:35:09
20131         Log: Update Changes.
20132      Branch: perl
20133            ! Changes patchlevel.h
20134 ____________________________________________________________________________
20135 [  7210] By: jhi                                   on 2000/10/12  23:59:40
20136         Log: The Install.pm third of
20137              
20138              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
20139              From: Bill Campbell <bill@celestial.com>
20140              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
20141              Date: Thu, 5 Oct 2000 18:04:51 -0700
20142      Branch: perl
20143            ! lib/ExtUtils/Install.pm
20144 ____________________________________________________________________________
20145 [  7209] By: jhi                                   on 2000/10/12  23:58:43
20146         Log: Two thirds of
20147              
20148              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
20149              Date: Thu, 5 Oct 2000 18:04:51 -0700
20150              From: Bill Campbell <bill@celestial.com>
20151              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
20152              
20153              The Install.pm changes will be submitted separately because
20154              they need some work and discussion still.
20155      Branch: perl
20156            ! lib/getopts.pl lib/termcap.pl
20157 ____________________________________________________________________________
20158 [  7208] By: jhi                                   on 2000/10/12  23:41:19
20159         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
20160              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
20161              Date:     Thu, 12 Oct 2000 07:30:02 EDT
20162              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
20163      Branch: perl
20164            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
20165            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
20166 ____________________________________________________________________________
20167 [  7207] By: jhi                                   on 2000/10/12  23:39:01
20168         Log: An updated EBCDIC tr patch.
20169              
20170              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
20171              From: Peter Prymmer <pvhp@forte.com>
20172              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
20173              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
20174      Branch: perl
20175            ! t/op/tr.t
20176 ____________________________________________________________________________
20177 [  7206] By: jhi                                   on 2000/10/12  23:34:55
20178         Log: Upgrade to CPAN 1.58, from Andreas König.
20179      Branch: perl
20180            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
20181 ____________________________________________________________________________
20182 [  7205] By: jhi                                   on 2000/10/12  23:29:08
20183         Log: Introduce the man[24-8] variables, from Andy Dougherty.
20184      Branch: metaconfig/U/perl
20185            + mandirs.U mandirstyle.U
20186      Branch: perl
20187            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20188            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
20189            ! vos/config.h vos/config.pl vos/config_h.SH_orig
20190            ! win32/config.bc win32/config.gc win32/config.vc
20191 ____________________________________________________________________________
20192 [  7204] By: gsar                                  on 2000/10/12  18:11:24
20193         Log: restore change#7202
20194      Branch: perl
20195            ! mg.c
20196 ____________________________________________________________________________
20197 [  7203] By: gsar                                  on 2000/10/12  18:09:40
20198         Log: another test of the Emergency Broadcast System--back out 
20199              change#7202
20200      Branch: perl
20201            ! mg.c
20202 ____________________________________________________________________________
20203 [  7202] By: gsar                                  on 2000/10/12  16:40:47
20204         Log: (submitted on behalf of Jarkko)
20205              Fix the lib/encode.t subtest 6 failure as reported by Andreas
20206              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
20207              was unearthed by change 7182, as was a bug in HTML::Entities.
20208      Branch: perl
20209            ! mg.c
20210 ____________________________________________________________________________
20211 [  7201] By: jhi                                   on 2000/10/11  03:16:05
20212         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
20213      Branch: perl
20214            ! pp_hot.c t/pragma/utf8.t
20215 ____________________________________________________________________________
20216 [  7200] By: jhi                                   on 2000/10/11  00:40:30
20217         Log: The #7198 was a false alarm.
20218      Branch: perl
20219            ! pp_hot.c
20220 ____________________________________________________________________________
20221 [  7199] By: jhi                                   on 2000/10/11  00:26:04
20222         Log: Remove duplicated code.
20223      Branch: perl
20224            ! t/lib/cgi-html.t
20225 ____________________________________________________________________________
20226 [  7198] By: jhi                                   on 2000/10/10  23:30:46
20227         Log: (Retracted by #7200.)
20228      Branch: perl
20229            ! pp_hot.c
20230 ____________________________________________________________________________
20231 [  7197] By: jhi                                   on 2000/10/10  21:49:30
20232         Log: Add the test case for #7190, from the original bug report
20233              by Andreas König.
20234      Branch: perl
20235            ! t/pragma/utf8.t
20236 ____________________________________________________________________________
20237 [  7196] By: jhi                                   on 2000/10/10  21:40:49
20238         Log: Reapply Andy's patch and regen Configure.
20239      Branch: perl
20240            ! Configure INSTALL Makefile.SH Porting/Glossary
20241            ! Porting/config.sh config_h.SH epoc/config.sh installperl
20242            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
20243            ! win32/config.vc
20244 ____________________________________________________________________________
20245 [  7195] By: jhi                                   on 2000/10/10  21:09:30
20246         Log: Use the versiononly instead of the installscripts,
20247              retract the changes 7146 and 7147.
20248      Branch: perl
20249            ! Configure INSTALL Makefile.SH Porting/Glossary
20250            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
20251            ! installperl uconfig.sh vos/config.def win32/config.bc
20252            ! win32/config.gc win32/config.vc
20253 ____________________________________________________________________________
20254 [  7194] By: jhi                                   on 2000/10/10  21:06:15
20255         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
20256              From: Peter Prymmer <pvhp@forte.com>
20257              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
20258              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
20259      Branch: perl
20260            ! t/op/ver.t
20261 ____________________________________________________________________________
20262 [  7193] By: jhi                                   on 2000/10/10  21:05:12
20263         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
20264              From: Peter Prymmer <pvhp@forte.com>
20265              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
20266              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
20267      Branch: perl
20268            ! t/op/tr.t
20269 ____________________________________________________________________________
20270 [  7192] By: jhi                                   on 2000/10/10  20:57:30
20271         Log: Add versiononly, delete installscripts, from Andy Dougherty.
20272      Branch: metaconfig
20273            - U/installdirs/installscripts.U
20274      Branch: metaconfig/U/perl
20275            + versiononly.U
20276 ____________________________________________________________________________
20277 [  7191] By: jhi                                   on 2000/10/10  19:41:21
20278         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
20279              From: Peter Prymmer <pvhp@forte.com>
20280              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
20281              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
20282      Branch: perl
20283            ! pod/perlebcdic.pod
20284 ____________________________________________________________________________
20285 [  7190] By: jhi                                   on 2000/10/10  19:26:14
20286         Log: Subject: Re: utf8 concat, mg_get
20287              From: Simon Cozens <simon@cozens.net>
20288              Date: Tue, 10 Oct 2000 17:40:17 +0100
20289              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
20290      Branch: perl
20291            ! pp_hot.c
20292 ____________________________________________________________________________
20293 [  7189] By: jhi                                   on 2000/10/10  19:23:03
20294         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
20295              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
20296              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
20297              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
20298      Branch: perl
20299            ! lib/ExtUtils/MM_Unix.pm
20300 ____________________________________________________________________________
20301 [  7188] By: jhi                                   on 2000/10/10  15:31:24
20302         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
20303              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
20304              Date: Fri, 14 Jul 2000 10:47:36 +0100
20305              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
20306      Branch: perl
20307            ! README.win32
20308 ____________________________________________________________________________
20309 [  7187] By: jhi                                   on 2000/10/10  13:30:10
20310         Log: Quote the temp file name, needed in Win32 because the
20311              default name unfortunately contains spaces, shouldn't
20312              hurt elsewhere.
20313              
20314              Subject: FW: perldoc fails if $TEMP contains spaces
20315              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
20316              Date: Thu, 14 Sep 2000 08:58:45 +0100
20317              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
20318      Branch: perl
20319            ! utils/perldoc.PL
20320 ____________________________________________________________________________
20321 [  7186] By: jhi                                   on 2000/10/10  13:16:27
20322         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
20323              From: hv@hugo.hybyte.com
20324              Date: Tue, 10 Oct 2000 14:10:20 +0100
20325              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
20326      Branch: perl
20327            ! t/lib/thr5005.t util.c
20328 ____________________________________________________________________________
20329 [  7185] By: jhi                                   on 2000/10/10  12:06:22
20330         Log: Upgrade to podlators 1.04, from Russ Allbery.
20331      Branch: perl
20332            ! lib/Pod/Man.pm lib/Pod/Text.pm
20333 ____________________________________________________________________________
20334 [  7184] By: jhi                                   on 2000/10/10  12:01:32
20335         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
20336      Branch: perl
20337            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
20338 ____________________________________________________________________________
20339 [  7183] By: jhi                                   on 2000/10/09  23:47:15
20340         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
20341              From: Peter Prymmer <pvhp@forte.com>
20342              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
20343              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
20344      Branch: perl
20345            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
20346 ____________________________________________________________________________
20347 [  7182] By: jhi                                   on 2000/10/09  23:43:16
20348         Log: Make eq work again with utf8 (disabling the upgrading
20349              should no more be necessary since the copies of the
20350              scalars are upgraded, not the scalars themselves).
20351              Takes care of ID 20001009.001.  (The claimed length()
20352              bug in 20001009.001 seems bogus to me.)
20353      Branch: perl
20354            ! sv.c t/pragma/utf8.t
20355 ____________________________________________________________________________
20356 [  7181] By: gsar                                  on 2000/10/09  19:41:54
20357         Log: tweak for change#7173
20358      Branch: perl
20359            ! win32/win32sck.c
20360 ____________________________________________________________________________
20361 [  7180] By: gsar                                  on 2000/10/09  19:26:56
20362         Log: on Windows, clean targets might not work under some flavors of the shell
20363      Branch: perl
20364            ! win32/Makefile win32/makefile.mk
20365 ____________________________________________________________________________
20366 [  7179] By: jhi                                   on 2000/10/09  19:21:02
20367         Log: Update Changes.
20368      Branch: perl
20369            ! Changes patchlevel.h
20370 ____________________________________________________________________________
20371 [  7178] By: jhi                                   on 2000/10/09  19:18:23
20372         Log: Warn about unknown scripts.
20373              
20374              Subject: Re: ideas? patches? [PATCH bleadperl]
20375              From: Dominic Dunlop <domo@computer.org>
20376              Date: Mon, 9 Oct 2000 14:57:17 +0200
20377              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
20378      Branch: perl
20379            ! lib/charnames.pm
20380 ____________________________________________________________________________
20381 [  7177] By: jhi                                   on 2000/10/09  19:13:27
20382         Log: Change #7160 had a nasty typo.
20383      Branch: metaconfig
20384            ! U/compline/Compile.U
20385      Branch: perl
20386            ! Configure config_h.SH
20387 ____________________________________________________________________________
20388 [  7176] By: gsar                                  on 2000/10/09  18:59:33
20389         Log: pod nit
20390      Branch: perl
20391            ! pod/perlport.pod
20392 ____________________________________________________________________________
20393 [  7175] By: gsar                                  on 2000/10/09  18:54:28
20394         Log: Windows9x doesn't support link(), despite what Config.pm
20395              might think
20396      Branch: perl
20397            ! lib/ExtUtils/Manifest.pm
20398 ____________________________________________________________________________
20399 [  7174] By: gsar                                  on 2000/10/09  18:50:03
20400         Log: avoid nonportable example code
20401      Branch: perl
20402            ! lib/File/Copy.pm
20403 ____________________________________________________________________________
20404 [  7173] By: gsar                                  on 2000/10/09  18:46:54
20405         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
20406              being used) when closing a socket handle
20407      Branch: perl
20408            ! win32/win32.c win32/win32.h win32/win32sck.c
20409 ____________________________________________________________________________
20410 [  7172] By: gsar                                  on 2000/10/09  18:41:40
20411         Log: on Windows, cwd strings in the environment should be of the
20412              form =X:=X:\foo instead of =X=X:\foo\
20413      Branch: perl
20414            ! win32/vdir.h
20415 ____________________________________________________________________________
20416 [  7171] By: gsar                                  on 2000/10/09  18:30:09
20417         Log: on Windows, LoadLibrary() could load an extension DLL multiple
20418              times if forward slashes are used in the path
20419      Branch: perl
20420            ! win32/win32.c
20421 ____________________________________________________________________________
20422 [  7170] By: jhi                                   on 2000/10/09  17:53:59
20423         Log: Add a todo note about overloadable assertions.
20424      Branch: perl
20425            ! Todo-5.6
20426 ____________________________________________________________________________
20427 [  7169] By: jhi                                   on 2000/10/09  13:43:45
20428         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
20429              From: mjd@plover.com
20430              Date: 9 Oct 2000 00:24:44 -0000
20431              Message-ID: <20001009002444.10616.qmail@plover.com>
20432      Branch: perl
20433            ! pod/perldebguts.pod
20434 ____________________________________________________________________________
20435 [  7168] By: nick                                  on 2000/10/08  13:16:33
20436         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
20437              is not right thing to do on (e.g. x86). Network order is also "right" for
20438              X fonts.
20439      Branch: perl
20440            ! ext/Encode/Encode.pm
20441 ____________________________________________________________________________
20442 [  7167] By: nick                                  on 2000/10/08  12:54:42
20443         Log: Make "encodings" work post-install when Encode/*.enc files may not
20444              be in same directory as Encode.pm
20445      Branch: perl
20446            ! ext/Encode/Encode.pm
20447 ____________________________________________________________________________
20448 [  7166] By: nick                                  on 2000/10/08  11:51:26
20449         Log: Work round the fact that $hash->{$key} does not take into account
20450              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
20451              so that key is always in the "expected" encoding - i.e. same way we put
20452              it in the hash.
20453      Branch: perl
20454            ! ext/Encode/Encode.pm
20455 ____________________________________________________________________________
20456 [  7165] By: gsar                                  on 2000/10/08  04:15:29
20457         Log: save_re_context() could reset PL_curcop to freed memory, causing core
20458              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
20459      Branch: perl
20460            ! pp_ctl.c
20461 ____________________________________________________________________________
20462 [  7164] By: jhi                                   on 2000/10/06  20:51:48
20463         Log: UTF8ize split() so that the cloned substrings get the UTF8
20464              flag of the original scalar.  Problem reported by Simon Cozens.
20465      Branch: perl
20466            ! pp.c t/pragma/utf8.t
20467 ____________________________________________________________________________
20468 [  7163] By: nick                                  on 2000/10/06  20:48:34
20469         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
20470              got a false +ve and so did not reach code which would have un-FAKEd the SV.
20471      Branch: perl
20472            ! sv.c
20473 ____________________________________________________________________________
20474 [  7162] By: nick                                  on 2000/10/06  20:25:37
20475         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
20476              To fix  (sort {$a <=> $b} keys %hash) in particular but
20477              should cover a number of other as-yet-unknown cases as well.
20478      Branch: perl
20479            ! sv.c
20480 ____________________________________________________________________________
20481 [  7161] By: jhi                                   on 2000/10/06  19:56:18
20482         Log: Change the version number of Tie::Handle in the core to 4.0,
20483              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
20484              
20485              Subject: Note on Tie::Handle
20486              From: andreas.koenig@anima.de (Andreas J. Koenig)
20487              Date:      06 Oct 2000 21:48:58 +0200
20488              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
20489      Branch: perl
20490            ! lib/Tie/Handle.pm
20491 ____________________________________________________________________________
20492 [  7160] By: jhi                                   on 2000/10/06  18:20:35
20493         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
20494              as the first option of cc/ld because of ultrapicky compilers
20495              (e.g. OS/390 R2.5)
20496      Branch: metaconfig
20497            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
20498            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
20499            ! U/compline/orderlib.U U/modified/Cppsym.U
20500            ! U/modified/d_access.U
20501      Branch: metaconfig/U/perl
20502            ! Checkcc.U d_dlsymun.U gccvers.U
20503      Branch: perl
20504            ! Configure config_h.SH
20505 ____________________________________________________________________________
20506 [  7159] By: jhi                                   on 2000/10/06  13:56:39
20507         Log: Update Changes.
20508      Branch: perl
20509            ! Changes patchlevel.h
20510 ____________________________________________________________________________
20511 [  7158] By: jhi                                   on 2000/10/06  12:48:40
20512         Log: Eliminate $Is_VMS code from the test.
20513              
20514              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
20515              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
20516              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
20517              Date:     Thu, 5 Oct 2000 07:46:33 EDT
20518      Branch: perl
20519            ! t/lib/b.t
20520 ____________________________________________________________________________
20521 [  7157] By: jhi                                   on 2000/10/06  12:47:13
20522         Log: Also the $ccflags is needed for the C compiler check.
20523              
20524              Subject: Configure (check for C-compiler)
20525              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20526              Date: Fri, 06 Oct 2000 08:47:15 +0200
20527              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
20528      Branch: metaconfig/U/perl
20529            ! Checkcc.U
20530      Branch: perl
20531            ! Configure config_h.SH
20532 ____________________________________________________________________________
20533 [  7156] By: jhi                                   on 2000/10/06  11:45:15
20534         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
20535      Branch: perl
20536            ! perl.c pp_ctl.c sv.h utf8.c
20537 ____________________________________________________________________________
20538 [  7155] By: jhi                                   on 2000/10/06  11:40:41
20539         Log: IO::Handle->syswrite() did not handle length omission
20540              like CORE::syswrite() does.
20541              
20542              Subject: [Fwd] IO::Handle, syswrite and arguments
20543              From: Graham Barr <gbarr@pobox.com>
20544              Date: Fri, 6 Oct 2000 10:22:05 +0100
20545              Message-ID: <20001006102205.U6312@pobox.com>
20546              
20547              The original patch from andrew@ugh.net.au.
20548      Branch: perl
20549            ! ext/IO/lib/IO/Handle.pm
20550 ____________________________________________________________________________
20551 [  7154] By: jhi                                   on 2000/10/06  01:42:15
20552         Log: Tweak #7153.
20553      Branch: perl
20554            ! utf8.h
20555 ____________________________________________________________________________
20556 [  7153] By: jhi                                   on 2000/10/06  00:39:55
20557         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
20558      Branch: perl
20559            ! utf8.h
20560 ____________________________________________________________________________
20561 [  7152] By: jhi                                   on 2000/10/06  00:38:11
20562         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
20563      Branch: perl
20564            ! perl.c pp_ctl.c sv.h utf8.c
20565 ____________________________________________________________________________
20566 [  7151] By: jhi                                   on 2000/10/06  00:36:38
20567         Log: Subject: Re: Questions about Tie::Array and perl modules
20568              From: Nick Ing-Simmons <nik@tiuk.ti.com>
20569              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
20570              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
20571              
20572              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
20573      Branch: perl
20574            ! lib/Tie/Array.pm t/op/array.t
20575 ____________________________________________________________________________
20576 [  7150] By: jhi                                   on 2000/10/05  00:20:45
20577         Log: Regen Changes.
20578      Branch: perl
20579            ! Changes patchlevel.h
20580 ____________________________________________________________________________
20581 [  7149] By: jhi                                   on 2000/10/05  00:20:01
20582         Log: Regen toc.
20583      Branch: perl
20584            ! pod/perltoc.pod
20585 ____________________________________________________________________________
20586 [  7148] By: jhi                                   on 2000/10/04  23:35:08
20587         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
20588              reported several times by Dominic Dunlop, for example in
20589              ID 20000315.008.  Patch from Dominic.  Patch affects at
20590              least MachTen, and possibly other oldish BSDs. Should not
20591              break non-broken platforms (tested on LinuxPPC). 
20592      Branch: perl
20593            ! doio.c
20594 ____________________________________________________________________________
20595 [  7147] By: jhi                                   on 2000/10/04  23:26:34
20596         Log: The one that got away from 7146.
20597      Branch: metaconfig
20598            + U/installdirs/installscripts.U
20599 ____________________________________________________________________________
20600 [  7146] By: jhi                                   on 2000/10/04  23:25:04
20601         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
20602              suggested by H. Merijn Brand.
20603      Branch: perl
20604            ! Configure INSTALL Makefile.SH Porting/Glossary
20605            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
20606            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
20607            ! win32/config.vc
20608 ____________________________________________________________________________
20609 [  7145] By: jhi                                   on 2000/10/04  22:08:21
20610         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
20611              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20612              Date: Wed, 4 Oct 2000 17:37:46 -0400
20613              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
20614      Branch: perl
20615            ! utils/h2xs.PL
20616 ____________________________________________________________________________
20617 [  7144] By: jhi                                   on 2000/10/04  18:11:41
20618         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
20619              From: Jeff Pinyan <jeffp@crusoe.net>
20620              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
20621              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
20622      Branch: perl
20623            ! pod/perlrun.pod
20624 ____________________________________________________________________________
20625 [  7143] By: jhi                                   on 2000/10/04  18:09:58
20626         Log: Subject: perlhack.pod Patch for Externals Tools
20627              From: Fisher Mark <fisherm@tce.com>
20628              Date: Tue, 3 Oct 2000 15:43:27 -0500 
20629              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
20630      Branch: perl
20631            ! pod/perlhack.pod
20632 ____________________________________________________________________________
20633 [  7142] By: jhi                                   on 2000/10/04  18:08:41
20634         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
20635              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
20636              Date:     Wed, 4 Oct 2000 12:11:11 EDT
20637              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
20638      Branch: perl
20639            ! vms/vms.c
20640 ____________________________________________________________________________
20641 [  7141] By: jhi                                   on 2000/10/04  12:20:16
20642         Log: Subject: [PATCH 5.7.0] h2xs not working
20643              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20644              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
20645              Date: Tue, 3 Oct 2000 21:43:01 -0400
20646              
20647              Subject: [PATCH 5.7.0] h2xs not documenting the created module
20648              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20649              Date: Tue, 3 Oct 2000 22:55:19 -0400
20650              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
20651      Branch: perl
20652            ! utils/h2xs.PL
20653 ____________________________________________________________________________
20654 [  7140] By: jhi                                   on 2000/10/04  11:53:44
20655         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
20656              From: nick@babyhippo.com
20657              Date: Wed, 4 Oct 2000 12:06:45 +0100
20658              Message-Id: <20001004120645.A7356@babyhippo.com>
20659              
20660              Retract 7118 and 7135.
20661      Branch: perl
20662            ! installman installperl op.c t/pragma/subs.t
20663 ____________________________________________________________________________
20664 [  7139] By: jhi                                   on 2000/10/03  22:09:41
20665         Log: It is possible to have no hosts database at all.  Pointed out in
20666              
20667              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
20668              From: Peter Prymmer <pvhp@forte.com>
20669              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
20670              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
20671      Branch: metaconfig
20672            ! U/modified/myhostname.U
20673      Branch: perl
20674            ! Configure config_h.SH
20675 ____________________________________________________________________________
20676 [  7138] By: jhi                                   on 2000/10/03  21:49:49
20677         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
20678              From: Peter Prymmer <pvhp@forte.com>
20679              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
20680              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
20681      Branch: perl
20682            ! pp_sys.c
20683 ____________________________________________________________________________
20684 [  7137] By: jhi                                   on 2000/10/03  20:10:05
20685         Log: One remaining nit less at the VMS mailbox sizing.
20686      Branch: perl
20687            ! vms/vms.c
20688 ____________________________________________________________________________
20689 [  7136] By: jhi                                   on 2000/10/03  20:08:47
20690         Log: Test harness update to sync with the new perlcc,
20691              from Simon Cozens.
20692      Branch: perl
20693            ! t/TEST t/UTEST
20694 ____________________________________________________________________________
20695 [  7135] By: jhi                                   on 2000/10/03  15:15:42
20696         Log: Subject: Re: PATCH for 20001003.004
20697              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
20698              From: "AARON B. DOSSETT" <aaron@iglou.com>
20699              Message-Id: <E13gTay-0006od-00@iglou.com>
20700      Branch: perl
20701            ! installman installperl
20702 ____________________________________________________________________________
20703 [  7134] By: jhi                                   on 2000/10/03  15:00:34
20704         Log: Subject: [ID 20001003.006] B::Debug not -w clean
20705              From: Nicholas Clark <nick@babyhippo.co.uk>
20706              Date: Tue, 03 Oct 2000 15:46:32 +0100
20707              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
20708      Branch: perl
20709            ! ext/B/B/Debug.pm
20710 ____________________________________________________________________________
20711 [  7133] By: jhi                                   on 2000/10/03  14:58:39
20712         Log: Scale down the VMS message boxes, by Charles Lane.
20713              Fix for ID 20000903.009, workaround at
20714              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
20715      Branch: perl
20716            ! vms/vms.c
20717 ____________________________________________________________________________
20718 [  7132] By: jhi                                   on 2000/10/03  11:20:37
20719         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
20720      Branch: perl
20721            + t/lib/st-lock.t t/lib/st-utf8.t
20722            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
20723            ! ext/Storable/Storable.xs t/lib/st-recurse.t
20724 ____________________________________________________________________________
20725 [  7131] By: jhi                                   on 2000/10/03  03:38:23
20726         Log: Encode nits.
20727      Branch: perl
20728            ! MANIFEST Makefile.SH
20729 ____________________________________________________________________________
20730 [  7130] By: jhi                                   on 2000/10/03  03:31:05
20731         Log: Update Changes.
20732      Branch: perl
20733            ! Changes patchlevel.h
20734 ____________________________________________________________________________
20735 [  7129] By: jhi                                   on 2000/10/03  02:24:02
20736         Log: Misplaced else.
20737      Branch: metaconfig/U/perl
20738            ! d_strtoll.U
20739      Branch: perl
20740            ! Configure config_h.SH
20741 ____________________________________________________________________________
20742 [  7128] By: jhi                                   on 2000/10/03  02:08:29
20743         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
20744              From: sthoenna@efn.org
20745              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
20746              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
20747      Branch: metaconfig/U/perl
20748            ! d_strtoll.U
20749      Branch: perl
20750            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
20751 ____________________________________________________________________________
20752 [  7127] By: jhi                                   on 2000/10/03  01:13:14
20753         Log: Update Changes.
20754      Branch: perl
20755            ! Changes patchlevel.h
20756 ____________________________________________________________________________
20757 [  7126] By: jhi                                   on 2000/10/03  00:57:08
20758         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
20759              as suggested by Olaf Flebbe and Nick Clark.
20760      Branch: perl
20761            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
20762 ____________________________________________________________________________
20763 [  7125] By: jhi                                   on 2000/10/03  00:50:56
20764         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
20765              From: Nick Clark <nick@plum.flirble.org>
20766              Date: Mon, 2 Oct 2000 11:03:24 +0100
20767              Message-Id: <20001002110324.D20073@plum.flirble.org>
20768              
20769              Also fixes bug ID 20001002.005.
20770      Branch: perl
20771            ! t/lib/encode.t
20772 ____________________________________________________________________________
20773 [  7124] By: jhi                                   on 2000/10/03  00:34:59
20774         Log: Subject: [PATCH 5.7.0] Epoc update
20775              From: Olaf Flebbe <o.flebbe@gmx.de>
20776              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
20777              Message-ID: <26423.969484586@www10.gmx.net>
20778      Branch: perl
20779            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
20780            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
20781            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
20782            ! util.c util.h
20783 ____________________________________________________________________________
20784 [  7123] By: jhi                                   on 2000/10/03  00:30:07
20785         Log: Regen headers.
20786      Branch: perl
20787            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
20788 ____________________________________________________________________________
20789 [  7122] By: jhi                                   on 2000/10/03  00:10:48
20790         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
20791      Branch: perl
20792            ! hints/openbsd.sh
20793 ____________________________________________________________________________
20794 [  7121] By: jhi                                   on 2000/10/03  00:05:06
20795         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
20796              From: <abigail@foad.org>
20797              Date: Tue, 26 Sep 2000 13:36:14 -0400
20798              Message-ID: <20000926173614.4356.qmail@foad.org>
20799      Branch: perl
20800            ! pod/perlop.pod
20801 ____________________________________________________________________________
20802 [  7120] By: jhi                                   on 2000/10/03  00:04:00
20803         Log: Inside require() $^S was always left undefined.
20804              
20805              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
20806              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20807              Date: Wed, 27 Sep 2000 18:54:49 -0400
20808              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
20809      Branch: perl
20810            ! cop.h mg.c pp_ctl.c util.c
20811 ____________________________________________________________________________
20812 [  7119] By: jhi                                   on 2000/10/03  00:00:16
20813         Log: Subject: [PATCH] DLL not restartabke with threaded perl
20814              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
20815              Date: Thu, 28 Sep 2000 09:20:46 +0100
20816              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
20817      Branch: perl
20818            ! perl.c
20819 ____________________________________________________________________________
20820 [  7118] By: jhi                                   on 2000/10/02  23:59:20
20821         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
20822              From: Nicholas Clark <nick@ccl4.org>
20823              Date: Thu, 28 Sep 2000 11:52:24 +0100
20824              Message-ID: <20000928115224.D7924@plum.flirble.org>
20825      Branch: perl
20826            ! op.c
20827 ____________________________________________________________________________
20828 [  7117] By: jhi                                   on 2000/10/02  23:57:51
20829         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
20830              From: Nicholas Clark <nick@babyhippo.co.uk>
20831              Date: Thu, 28 Sep 2000 12:18:10 +0100
20832              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
20833              
20834              Did not apply cleanly, manual intervention was needed.
20835      Branch: perl
20836            ! ext/B/B/Bytecode.pm utils/perlcc.PL
20837 ____________________________________________________________________________
20838 [  7116] By: jhi                                   on 2000/10/02  23:50:40
20839         Log: Document the issue (is not a syntax error, kind of)
20840              
20841              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
20842              From: Nicholas Clark <nick@ccl4.org>
20843              Date: Thu, 28 Sep 2000 17:12:42 +0100
20844              Message-ID: <20000928171242.K7924@plum.flirble.org>
20845      Branch: perl
20846            ! pod/perldata.pod
20847 ____________________________________________________________________________
20848 [  7115] By: jhi                                   on 2000/10/02  23:48:58
20849         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
20850              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20851              Date: Thu, 28 Sep 2000 21:55:31 -0400
20852              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
20853      Branch: perl
20854            ! regexec.c
20855 ____________________________________________________________________________
20856 [  7114] By: jhi                                   on 2000/10/02  23:47:57
20857         Log: Subject: DOC PATCH 5.6.0
20858              From: mjd@plover.com
20859              Date: 30 Sep 2000 06:02:34 -0000
20860              Message-ID: <20000930060234.4559.qmail@plover.com>
20861      Branch: perl
20862            ! pod/perldebguts.pod
20863 ____________________________________________________________________________
20864 [  7113] By: jhi                                   on 2000/10/02  23:46:43
20865         Log: SOCK_DGRAM and listen() do not mix as reported in
20866              
20867              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
20868              From: Petter Reinholdtsen <pere@hungry.com>
20869              Date: Sun, 1 Oct 2000 10:57:20 +0800
20870              Message-Id: <200010010257.KAA05735@localhost.localdomain>
20871              
20872              The patch for 5.7.0+ had to be reengineered, though.
20873      Branch: perl
20874            ! ext/IO/lib/IO/Socket/UNIX.pm
20875 ____________________________________________________________________________
20876 [  7112] By: jhi                                   on 2000/10/02  23:36:57
20877         Log: Subject: Re: [PATCH 5.005_64 missed]
20878              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20879              Date: Sun, 1 Oct 2000 18:50:10 -0400
20880              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
20881      Branch: perl
20882            ! pod/perlxs.pod
20883 ____________________________________________________________________________
20884 [  7111] By: jhi                                   on 2000/10/02  23:35:40
20885         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
20886              From: Radu Greab <radu@netsoft.ro>
20887              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
20888              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
20889      Branch: perl
20890            ! op.c opcode.pl t/op/substr.t
20891 ____________________________________________________________________________
20892 [  7110] By: jhi                                   on 2000/10/02  23:32:38
20893         Log: Subject: [PATCH] Fix aliasing of tied filehandles
20894              From: Daniel Chetlin <daniel@chetlin.com>
20895              Date: Mon, 2 Oct 2000 14:53:27 -0700
20896              Message-ID: <20001002145327.C1617@ilmd>
20897      Branch: perl
20898            ! perl.h pp_hot.c t/op/tiehandle.t
20899 ____________________________________________________________________________
20900 [  7109] By: jhi                                   on 2000/10/02  23:31:30
20901         Log: s/Robin Parker/Robin Barker/
20902      Branch: perl
20903            ! Changes5.6
20904 ____________________________________________________________________________
20905 [  7108] By: jhi                                   on 2000/10/02  23:15:46
20906         Log: Retract #7091 as suggested in
20907              
20908              From: Robin Barker <rmb1@cise.npl.co.uk> 
20909              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
20910              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
20911              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
20912      Branch: perl
20913            ! embed.pl proto.h
20914 ____________________________________________________________________________
20915 [  7107] By: nick                                  on 2000/10/02  18:23:14
20916         Log: A few tweaks to get Tk803 to work with Encode scheme.
20917      Branch: perl
20918            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
20919 ____________________________________________________________________________
20920 [  7106] By: nick                                  on 2000/10/01  21:34:14
20921         Log: Add checking cases to Encode's toUnicode and fromUnicode.
20922      Branch: perl
20923            ! ext/Encode/Encode.pm
20924 ____________________________________________________________________________
20925 [  7105] By: nick                                  on 2000/10/01  17:18:01
20926         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
20927              To read and use them.
20928              Add a lib/encode.t which checks a few things.
20929      Branch: perl
20930            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
20931            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
20932            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
20933            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
20934            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
20935            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
20936            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
20937            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
20938            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
20939            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
20940            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
20941            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
20942            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
20943            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
20944            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
20945            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
20946            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
20947            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
20948            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
20949            + ext/Encode/Encode/iso2022-jp.enc
20950            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
20951            + ext/Encode/Encode/iso8859-1.enc
20952            + ext/Encode/Encode/iso8859-2.enc
20953            + ext/Encode/Encode/iso8859-3.enc
20954            + ext/Encode/Encode/iso8859-4.enc
20955            + ext/Encode/Encode/iso8859-5.enc
20956            + ext/Encode/Encode/iso8859-6.enc
20957            + ext/Encode/Encode/iso8859-7.enc
20958            + ext/Encode/Encode/iso8859-8.enc
20959            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
20960            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
20961            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
20962            + ext/Encode/Encode/macCentEuro.enc
20963            + ext/Encode/Encode/macCroatian.enc
20964            + ext/Encode/Encode/macCyrillic.enc
20965            + ext/Encode/Encode/macDingbats.enc
20966            + ext/Encode/Encode/macGreek.enc
20967            + ext/Encode/Encode/macIceland.enc
20968            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
20969            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
20970            + ext/Encode/Encode/macTurkish.enc
20971            + ext/Encode/Encode/macUkraine.enc
20972            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
20973            + t/lib/encode.t
20974            ! MANIFEST ext/Encode/Encode.pm
20975 ____________________________________________________________________________
20976 [  7104] By: nick                                  on 2000/09/30  13:04:30
20977         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
20978              From: Daniel Chetlin <daniel@chetlin.com>
20979              Date: Mon, 18 Sep 2000 05:05:40 -0700
20980              Message-Id: <20000918050540.C652@ilmd>
20981      Branch: perl
20982            ! lib/overload.pm sv.c t/pragma/overload.t
20983 ____________________________________________________________________________
20984 [  7103] By: nick                                  on 2000/09/30  12:53:36
20985         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
20986              From: Johan Vromans <jvromans@squirrel.nl>
20987              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
20988              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
20989      Branch: perl
20990            ! pod/Makefile.SH
20991 ____________________________________________________________________________
20992 [  7102] By: nick                                  on 2000/09/30  12:52:31
20993         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
20994              From: Spider Boardman <spider@Orb.Nashua.NH.US>
20995              Date: Sat, 16 Sep 2000 16:36:45 -0400
20996              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
20997      Branch: perl
20998            ! ext/B/B/Deparse.pm
20999 ____________________________________________________________________________
21000 [  7101] By: nick                                  on 2000/09/30  12:51:41
21001         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
21002              From: Craig A. Berry <craig.berry@psinetcs.com>
21003              Date: Sat, 16 Sep 2000 10:11:10 -0500
21004              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
21005      Branch: perl
21006            ! vms/vms.c
21007 ____________________________________________________________________________
21008 [  7100] By: nick                                  on 2000/09/30  12:50:33
21009         Log: Subject: Re: unicode support and perl [ID 20000901.097]
21010              From: Spider Boardman <spider@Orb.Nashua.NH.US>
21011              Date: Fri, 15 Sep 2000 16:37:58 -0400
21012              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
21013      Branch: perl
21014            ! t/op/append.t
21015 ____________________________________________________________________________
21016 [  7099] By: nick                                  on 2000/09/30  12:49:35
21017         Log: Subject: Re: unicode support and perl [ID 20000901.097]
21018              From: Spider Boardman <spider@Orb.Nashua.NH.US>
21019              Date: Fri, 15 Sep 2000 16:25:30 -0400
21020              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
21021      Branch: perl
21022            ! pp_hot.c
21023 ____________________________________________________________________________
21024 [  7098] By: nick                                  on 2000/09/30  12:48:00
21025         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
21026              From: Gisle Aas <gisle@ActiveState.com>
21027              Date: 15 Sep 2000 16:23:41 +0200
21028              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
21029      Branch: perl
21030            ! toke.c
21031 ____________________________________________________________________________
21032 [  7097] By: nick                                  on 2000/09/30  12:45:16
21033         Log: Subject: [PATCH] Nits in perlmod.pod
21034              From: Daniel Chetlin <daniel@chetlin.com>
21035              Date: Fri, 15 Sep 2000 02:04:09 -0700
21036              Message-Id: <20000915020409.A2104@ilmd>
21037      Branch: perl
21038            ! pod/perlmod.pod
21039 ____________________________________________________________________________
21040 [  7096] By: nick                                  on 2000/09/30  12:18:00
21041         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
21042              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
21043              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
21044              0 to checking to get the warning.
21045      Branch: perl
21046            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
21047            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
21048            ! regexec.c sv.c toke.c utf8.c
21049 ____________________________________________________________________________
21050 [  7095] By: nick                                  on 2000/09/15  16:55:59
21051         Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
21052              
21053              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
21054              From: Spider Boardman <spider@Orb.Nashua.NH.US>
21055              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
21056              Date: Fri, 15 Sep 2000 06:37:30 -0400
21057      Branch: perl
21058            ! ext/Encode/Encode.xs sv.c
21059 ____________________________________________________________________________
21060 [  7094] By: jhi                                   on 2000/09/15  03:23:32
21061         Log: Update Changes.
21062      Branch: perl
21063            ! Changes patchlevel.h
21064 ____________________________________________________________________________
21065 [  7093] By: jhi                                   on 2000/09/15  03:11:44
21066         Log: Fix for the charnames.t failures from Spider Boardman.
21067      Branch: perl
21068            ! toke.c
21069 ____________________________________________________________________________
21070 [  7092] By: jhi                                   on 2000/09/15  00:15:48
21071         Log: Botched the #7090 check-in.
21072      Branch: perl
21073            ! sv.c
21074 ____________________________________________________________________________
21075 [  7091] By: jhi                                   on 2000/09/14  23:33:24
21076         Log: Part of #7081 didn't come through.
21077      Branch: perl
21078            ! embed.pl proto.h
21079 ____________________________________________________________________________
21080 [  7090] By: jhi                                   on 2000/09/14  23:17:39
21081         Log: Subject: Re: perl@7078 
21082              From: Spider Boardman <spider@web.zk3.dec.com>
21083              Date: Thu, 14 Sep 2000 19:06:36 -0400
21084              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
21085      Branch: perl
21086            ! sv.c toke.c
21087 ____________________________________________________________________________
21088 [  7089] By: jhi                                   on 2000/09/14  23:11:21
21089         Log: Small portability tweaks.
21090      Branch: perl
21091            ! ext/Encode/Encode.xs
21092 ____________________________________________________________________________
21093 [  7088] By: jhi                                   on 2000/09/14  22:57:23
21094         Log: Fake return to pacify picky compilers.
21095      Branch: perl
21096            ! ext/Encode/Encode.xs
21097 ____________________________________________________________________________
21098 [  7087] By: jhi                                   on 2000/09/14  22:53:37
21099         Log: Subject: [PATCH] utf8.c apidoc
21100              From: Simon Cozens <simon@cozens.net>
21101              Date: Thu, 14 Sep 2000 23:46:57 +0100
21102              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
21103      Branch: perl
21104            ! perlapi.c pod/perlapi.pod utf8.c
21105 ____________________________________________________________________________
21106 [  7086] By: jhi                                   on 2000/09/14  22:40:38
21107         Log: We don't need to count the high bit bytes, a boolean is enough. 
21108      Branch: perl
21109            ! sv.c
21110 ____________________________________________________________________________
21111 [  7085] By: jhi                                   on 2000/09/14  21:20:09
21112         Log: Replace #7084 with
21113              
21114              Subject: Re: perl@7078 
21115              From: Spider Boardman <spider@web.zk3.dec.com>
21116              Date: Thu, 14 Sep 2000 17:09:36 -0400
21117              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
21118      Branch: perl
21119            ! sv.c utf8.c
21120 ____________________________________________________________________________
21121 [  7084] By: jhi                                   on 2000/09/14  20:03:34
21122         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
21123              convertable to bytes by checking it doesn't go above 0xc3
21124              
21125              Subject: Re: perl@7078
21126              From: Simon Cozens <simon@cozens.net>
21127              Date: Thu, 14 Sep 2000 20:59:19 +0100
21128              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
21129      Branch: perl
21130            ! utf8.c
21131 ____________________________________________________________________________
21132 [  7083] By: jhi                                   on 2000/09/14  19:38:47
21133         Log: Subject: Re: perl@7078
21134              From: Simon Cozens <simon@cozens.net>
21135              Date: Thu, 14 Sep 2000 20:13:09 +0100
21136              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
21137      Branch: perl
21138            ! t/op/bop.t
21139 ____________________________________________________________________________
21140 [  7082] By: jhi                                   on 2000/09/14  17:50:44
21141         Log: The one that got away.
21142      Branch: perl
21143            ! lib/File/Find.pm
21144 ____________________________________________________________________________
21145 [  7081] By: jhi                                   on 2000/09/14  17:45:35
21146         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
21147              From: Robin Barker <rmb1@cise.npl.co.uk>
21148              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
21149              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
21150      Branch: perl
21151            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
21152            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
21153            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
21154            ! regcomp.c toke.c universal.c
21155 ____________________________________________________________________________
21156 [  7080] By: jhi                                   on 2000/09/14  17:40:35
21157         Log: Problems picked up by AIX cc.
21158              
21159              Subject: Re: perl@7078 (patch included)
21160              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21161              Date: Thu, 14 Sep 2000 18:53:30 +0200
21162              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
21163      Branch: perl
21164            ! ext/Encode/Encode.xs
21165 ____________________________________________________________________________
21166 [  7079] By: jhi                                   on 2000/09/14  17:38:27
21167         Log: Subject: File::Find 5.7.0 POD nits
21168              From: Rich Morin <rdm@cfcl.com>
21169              Date: Wed, 13 Sep 2000 22:03:58 -0700
21170              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
21171      Branch: perl
21172            ! lib/File/Find.pm
21173 ____________________________________________________________________________
21174 [  7078] By: jhi                                   on 2000/09/14  14:58:20
21175         Log: Update Changes.
21176      Branch: perl
21177            ! Changes patchlevel.h
21178 ____________________________________________________________________________
21179 [  7077] By: jhi                                   on 2000/09/14  14:55:54
21180         Log: Compilation warnings and an error.
21181      Branch: perl
21182            ! sv.c
21183 ____________________________________________________________________________
21184 [  7076] By: jhi                                   on 2000/09/14  14:42:56
21185         Log: Fix for a parsing bug, not for the original bug.
21186              
21187              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
21188              From: Spider Boardman <spider@web.zk3.dec.com>
21189              Date: Wed, 13 Sep 2000 17:52:20 -0400
21190              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
21191      Branch: perl
21192            ! regcomp.c
21193 ____________________________________________________________________________
21194 [  7075] By: jhi                                   on 2000/09/14  14:40:40
21195         Log: Batch of UTF-8 patches from Simon Cozens.
21196      Branch: perl
21197            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
21198            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
21199            ! toke.c utf8.c
21200 ____________________________________________________________________________
21201 [  7074] By: jhi                                   on 2000/09/14  14:29:58
21202         Log: Subject: Re: Two advertising clauses need to be removed
21203              From: Russ Allbery <rra@stanford.edu>
21204              Date: 13 Sep 2000 18:50:26 -0700
21205              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
21206      Branch: perl
21207            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
21208 ____________________________________________________________________________
21209 [  7073] By: jhi                                   on 2000/09/14  14:28:20
21210         Log: Subject: [PATCH] de-wall t/README
21211              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
21212              Date: Wed, 13 Sep 2000 17:46:55 -0700
21213              Message-ID: <//Bw5gzkge/e092yn@efn.org>
21214      Branch: perl
21215            ! t/README
21216 ____________________________________________________________________________
21217 [  7072] By: jhi                                   on 2000/09/14  14:25:10
21218         Log: Hints optimization.
21219              
21220              Subject: Minor nit
21221              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21222              Date: Wed, 13 Sep 2000 21:42:07 +0200
21223              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
21224      Branch: perl
21225            ! hints/hpux.sh
21226 ____________________________________________________________________________
21227 [  7071] By: jhi                                   on 2000/09/14  14:23:30
21228         Log: Allow chop() and chomp() to be overridden.
21229              
21230              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
21231              From: "Casey R. Tweten" <crt@kiski.net>
21232              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
21233              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
21234      Branch: perl
21235            ! toke.c
21236 ____________________________________________________________________________
21237 [  7070] By: jhi                                   on 2000/09/14  14:20:36
21238         Log: The return value of setlocale must be copied away.
21239              
21240              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
21241              From: Alan Burlison <Alan.Burlison@uk.sun.com>
21242              Date: Wed, 13 Sep 2000 16:27:37 +0100 
21243              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
21244      Branch: perl
21245            ! util.c
21246 ____________________________________________________________________________
21247 [  7069] By: jhi                                   on 2000/09/14  14:16:27
21248         Log: Remove vestiges of tr//CU.
21249              
21250              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
21251              From: Nick Clark <nick@plum.flirble.org>
21252              Date: Tue, 12 Sep 2000 22:50:14 +0100
21253              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
21254              
21255              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
21256              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
21257              Date: Tue, 12 Sep 2000 21:38:48 -0700
21258              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
21259      Branch: perl
21260            ! op.h pod/perlunicode.pod
21261 ____________________________________________________________________________
21262 [  7068] By: jhi                                   on 2000/09/13  14:18:39
21263         Log: Add the Encode extension.  The code is still largely just skeleton.
21264      Branch: perl
21265            + ext/Encode/Encode.pm ext/Encode/Encode.xs
21266            + ext/Encode/Makefile.PL ext/Encode/Todo
21267            ! MANIFEST Todo-5.6
21268 ____________________________________________________________________________
21269 [  7067] By: jhi                                   on 2000/09/12  17:43:33
21270         Log: Allow for whitespace between "#" and "line" in cpp output.
21271              
21272              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
21273              From: Calle Dybedahl <calle@lysator.liu.se>
21274              Date: 12 Sep 2000 19:38:02 +0200 
21275              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
21276      Branch: perl
21277            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
21278 ____________________________________________________________________________
21279 [  7066] By: gsar                                  on 2000/09/12  17:24:29
21280         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
21281              initialization in all the threads on Windows
21282      Branch: perl
21283            ! win32/win32.c
21284 ____________________________________________________________________________
21285 [  7065] By: jhi                                   on 2000/09/12  15:11:31
21286         Log: Update Changes.
21287      Branch: perl
21288            ! Changes patchlevel.h
21289 ____________________________________________________________________________
21290 [  7064] By: jhi                                   on 2000/09/12  14:54:54
21291         Log: Retract #7062, the pod tests are not ready.
21292      Branch: perl
21293            ! t/TEST t/harness
21294 ____________________________________________________________________________
21295 [  7063] By: jhi                                   on 2000/09/12  14:25:41
21296         Log: The #7054 truncated Configure badly.
21297      Branch: metaconfig/U/perl
21298            ! End.U
21299      Branch: perl
21300            ! Configure config_h.SH
21301 ____________________________________________________________________________
21302 [  7062] By: jhi                                   on 2000/09/12  14:08:32
21303         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
21304              From: sthoenna@efn.org
21305              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
21306              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
21307      Branch: perl
21308            ! t/TEST t/harness
21309 ____________________________________________________________________________
21310 [  7061] By: jhi                                   on 2000/09/12  14:07:18
21311         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
21312              From: sthoenna@efn.org
21313              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
21314              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
21315      Branch: perl
21316            ! pod/perlxs.pod
21317 ____________________________________________________________________________
21318 [  7060] By: jhi                                   on 2000/09/12  14:06:08
21319         Log: Break up the myconfig lines a bit.
21320              
21321              Subject: perlbug/perl -V output format
21322              From: sthoenna@efn.org
21323              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
21324              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
21325      Branch: perl
21326            ! myconfig.SH
21327 ____________________________________________________________________________
21328 [  7059] By: jhi                                   on 2000/09/12  14:05:04
21329         Log: Test for the #7049.
21330              
21331              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
21332              From: andreas.koenig@anima.de (Andreas J. Koenig)
21333              Date: 12 Sep 2000 06:42:01 +0200
21334              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
21335      Branch: perl
21336            ! t/op/my.t
21337 ____________________________________________________________________________
21338 [  7058] By: jhi                                   on 2000/09/12  14:03:05
21339         Log: Subject: [patch: perl@7045] vms updates
21340              From: Peter Prymmer <pvhp@forte.com>
21341              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
21342              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
21343      Branch: perl
21344            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
21345 ____________________________________________________________________________
21346 [  7057] By: jhi                                   on 2000/09/12  14:00:51
21347         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
21348              From: sthoenna@efn.org
21349              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
21350              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
21351      Branch: perl
21352            ! t/op/64bitint.t
21353 ____________________________________________________________________________
21354 [  7056] By: jhi                                   on 2000/09/12  13:58:14
21355         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
21356              From: Jeff Pinyan <jeffp@crusoe.net>
21357              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
21358              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
21359      Branch: perl
21360            ! pod/perlfunc.pod
21361 ____________________________________________________________________________
21362 [  7055] By: jhi                                   on 2000/09/12  13:56:32
21363         Log: Do in VMS as the #7054 does.
21364      Branch: perl
21365            ! configure.com
21366 ____________________________________________________________________________
21367 [  7054] By: jhi                                   on 2000/09/12  13:50:31
21368         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
21369              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
21370              Date: Mon, 11 Sep 2000 08:33:09 +0100
21371              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
21372      Branch: metaconfig/U/perl
21373            ! End.U
21374      Branch: perl
21375            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
21376            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
21377 ____________________________________________________________________________
21378 [  7053] By: jhi                                   on 2000/09/12  13:29:19
21379         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
21380              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
21381              Date:     Tue, 12 Sep 2000 08:35:59 EDT
21382              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
21383      Branch: perl
21384            ! vms/test.com
21385 ____________________________________________________________________________
21386 [  7052] By: jhi                                   on 2000/09/11  23:01:50
21387         Log: Document the SvUTF8*().
21388      Branch: perl
21389            ! pod/perlapi.pod sv.h
21390 ____________________________________________________________________________
21391 [  7051] By: gsar                                  on 2000/09/11  14:46:30
21392         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
21393              (missed a spot when fixing up op_pmreplroot hack for ithreads)
21394      Branch: perl
21395            ! op.c t/op/split.t
21396 ____________________________________________________________________________
21397 [  7050] By: nick                                  on 2000/09/11  10:03:51
21398         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
21399              
21400              Subject: borland C++ win32.c tweak
21401              From: Vadim Konovalov <vkonovalov@lucent.com>
21402              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
21403              Date: Mon, 11 Sep 2000 11:22:33 +0400
21404      Branch: perl
21405            ! win32/win32.c
21406 ____________________________________________________________________________
21407 [  7049] By: nick                                  on 2000/09/11  09:57:33
21408         Log: Point fix for s/// on foreach (keys %xxx).
21409      Branch: perl
21410            ! pp_hot.c
21411 ____________________________________________________________________________
21412 [  7048] By: jhi                                   on 2000/09/10  23:37:09
21413         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
21414              by Pod::Text, from Brad Appleton.
21415      Branch: perl
21416            ! t/pod/testp2pt.pl
21417 ____________________________________________________________________________
21418 [  7047] By: jhi                                   on 2000/09/10  14:32:53
21419         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
21420              by Russ Allbery.
21421      Branch: perl
21422            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
21423 ____________________________________________________________________________
21424 [  7046] By: jhi                                   on 2000/09/10  14:15:08
21425         Log: Upgrade to CPAN 1.57_65, from Andreas König.
21426      Branch: perl
21427            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
21428 ____________________________________________________________________________
21429 [  7045] By: jhi                                   on 2000/09/08  21:36:32
21430         Log: Update Changes.
21431      Branch: perl
21432            ! Changes patchlevel.h
21433 ____________________________________________________________________________
21434 [  7044] By: jhi                                   on 2000/09/08  21:29:56
21435         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
21436              From: Peter Prymmer <pvhp@forte.com>
21437              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
21438              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
21439      Branch: perl
21440            ! configure.com
21441 ____________________________________________________________________________
21442 [  7043] By: jhi                                   on 2000/09/08  21:27:50
21443         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
21444              From: Peter Prymmer <pvhp@forte.com>
21445              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
21446              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
21447      Branch: perl
21448            ! Makefile.SH installperl
21449 ____________________________________________________________________________
21450 [  7042] By: jhi                                   on 2000/09/08  21:23:21
21451         Log: Continue #7041.
21452      Branch: perl
21453            ! cygwin/Makefile.SHs os2/Makefile.SHs
21454 ____________________________________________________________________________
21455 [  7041] By: jhi                                   on 2000/09/08  21:18:10
21456         Log: Do away with memory models cruft.  Sorry, PDP users.
21457      Branch: metaconfig
21458            ! U/modified/cc.U U/modified/libpth.U
21459      Branch: perl
21460            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
21461            ! Porting/config_H cflags.SH config_h.SH configure.com
21462            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
21463            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
21464            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
21465 ____________________________________________________________________________
21466 [  7040] By: jhi                                   on 2000/09/08  14:34:18
21467         Log: Major rewrite of s2p.  And I mean really major, it is
21468              an implementation of sed in perl.  If called as s2p it
21469              will function as s2p.  Note: needs non-UNIXifying.
21470              
21471              Subject: s2p
21472              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
21473              Date: Mon, 28 Aug 2000 14:05:12 +0200
21474              Message-ID: <39AA5578.2102E2AA@alcatel.at>
21475      Branch: perl
21476            ! x2p/s2p.PL
21477 ____________________________________________________________________________
21478 [  7039] By: jhi                                   on 2000/09/08  14:19:49
21479         Log: Re-allow vec() for characters > 255.
21480              
21481              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
21482              From: Spider Boardman <spider@web.zk3.dec.com>
21483              Date: Fri, 08 Sep 2000 02:21:02 -0400
21484              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
21485      Branch: perl
21486            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
21487            ! t/op/vec.t
21488 ____________________________________________________________________________
21489 [  7038] By: jhi                                   on 2000/09/08  14:14:18
21490         Log: Subject: [PATCH lib/Benchmark.pm]
21491              From: <abigail@foad.org>
21492              Date: Thu, 7 Sep 2000 15:03:20 -0400
21493              Message-ID: <20000907190320.888.qmail@foad.org>
21494      Branch: perl
21495            ! lib/Benchmark.pm
21496 ____________________________________________________________________________
21497 [  7037] By: jhi                                   on 2000/09/08  14:11:06
21498         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
21499              
21500              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
21501              From: Spider Boardman <spider@web.zk3.dec.com>
21502              Date: Fri, 08 Sep 2000 01:30:27 -0400
21503              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
21504      Branch: perl
21505            ! op.c
21506 ____________________________________________________________________________
21507 [  7036] By: jhi                                   on 2000/09/08  14:08:58
21508         Log: Subject: [ID 20000908.002] perlipc documentation bug.
21509              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
21510              Date: Fri, 08 Sep 2000 12:38:32 +0200
21511              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
21512      Branch: perl
21513            ! pod/perlipc.pod
21514 ____________________________________________________________________________
21515 [  7035] By: jhi                                   on 2000/09/08  14:03:12
21516         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
21517              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21518              Date: Fri, 08 Sep 2000 11:47:34 +0200
21519              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
21520      Branch: perl
21521            ! hints/dec_osf.sh
21522 ____________________________________________________________________________
21523 [  7034] By: jhi                                   on 2000/09/08  13:59:35
21524         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
21525              From: Simon Cozens <simon@cozens.net>
21526              Date: Thu, 7 Sep 2000 20:40:38 +0100
21527              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
21528      Branch: perl
21529            ! pp_hot.c
21530 ____________________________________________________________________________
21531 [  7033] By: jhi                                   on 2000/09/08  04:03:03
21532         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
21533              From: "Larry W. Virden" <lvirden@cas.org>
21534              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
21535              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
21536      Branch: perl
21537            ! pod/perldiag.pod
21538 ____________________________________________________________________________
21539 [  7032] By: jhi                                   on 2000/09/07  22:18:30
21540         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
21541              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
21542              Date: Mon, 04 Sep 2000 13:16:38 -0700
21543              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
21544      Branch: perl
21545            ! lib/perl5db.pl
21546 ____________________________________________________________________________
21547 [  7031] By: jhi                                   on 2000/09/07  22:02:29
21548         Log: Fix the ccversion detection for 5.1 and beyond.
21549              
21550              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
21551              From: Spider Boardman <spider@leggy.zk3.dec.com>
21552              Date: Thu, 7 Sep 2000 17:54:27 -0400
21553              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
21554      Branch: perl
21555            ! hints/dec_osf.sh
21556 ____________________________________________________________________________
21557 [  7030] By: jhi                                   on 2000/09/07  19:12:28
21558         Log: Fix for
21559              
21560              Subject: [ID 20000903.001] \w in utf8-strings
21561              From: Marc Lehmann <pcg@goof.com>
21562              Date: Sun, 03 Sep 2000 09:44:29 +0200
21563              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
21564              
21565              and various related nits.
21566      Branch: perl
21567            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
21568 ____________________________________________________________________________
21569 [  7029] By: jhi                                   on 2000/09/07  18:49:09
21570         Log: Fix the URL, but the server is still missing in action.
21571              
21572              Subject: [ID 20000905.002] perlfaq1.pod URL error
21573              From: "Larry W. Virden" <lvirden@cas.org>
21574              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
21575              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
21576      Branch: perl
21577            ! pod/perlfaq1.pod
21578 ____________________________________________________________________________
21579 [  7028] By: jhi                                   on 2000/09/07  18:47:13
21580         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
21581              From: Hugo <hv@crypt.compulink.co.uk>
21582              Date: Tue, 05 Sep 2000 14:13:37 +0100
21583              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
21584      Branch: perl
21585            ! toke.c
21586 ____________________________________________________________________________
21587 [  7027] By: jhi                                   on 2000/09/07  18:45:35
21588         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
21589              From: Daniel Chetlin <daniel@chetlin.com>
21590              Date: Tue, 5 Sep 2000 04:57:07 -0700
21591              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
21592      Branch: perl
21593            ! pod/perlfaq6.pod pod/perlop.pod
21594 ____________________________________________________________________________
21595 [  7026] By: jhi                                   on 2000/09/07  18:44:01
21596         Log: Document the new ref() semantics.
21597              
21598              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
21599              From: Gisle Aas <gisle@ActiveState.com>
21600              Date: 05 Sep 2000 08:10:30 +0200
21601              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
21602      Branch: perl
21603            ! pod/perldelta.pod
21604 ____________________________________________________________________________
21605 [  7025] By: jhi                                   on 2000/09/07  18:42:27
21606         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
21607              
21608              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
21609              From: Gisle Aas <gisle@ActiveState.com>
21610              Date: 05 Sep 2000 08:11:40 +0200
21611              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
21612      Branch: perl
21613            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
21614 ____________________________________________________________________________
21615 [  7024] By: jhi                                   on 2000/09/07  18:39:32
21616         Log: Subject: [PATCH] Modernize Opcode.pm documentation
21617              From: Gisle Aas <gisle@ActiveState.com>
21618              Date: 4 Sep 2000 00:18:55 -0000
21619              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
21620      Branch: perl
21621            ! ext/Opcode/Opcode.pm
21622 ____________________________________________________________________________
21623 [  7023] By: jhi                                   on 2000/09/07  18:37:42
21624         Log: Subject: [PATCH] Tied filehandle documentation
21625              From: Gisle Aas <gisle@ActiveState.com>
21626              Date: 4 Sep 2000 00:14:40 -0000
21627              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
21628      Branch: perl
21629            ! pod/perlfunc.pod pod/perltie.pod
21630 ____________________________________________________________________________
21631 [  7022] By: jhi                                   on 2000/09/07  18:35:37
21632         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
21633              From: Gisle Aas <gisle@ActiveState.com>
21634              Date: 4 Sep 2000 00:04:22 -0000
21635              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
21636      Branch: perl
21637            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
21638 ____________________________________________________________________________
21639 [  7021] By: jhi                                   on 2000/09/07  18:33:22
21640         Log: Subject: small apidoc fix
21641              From: Marc Lehmann <pcg@goof.com>
21642              Date: Sun, 3 Sep 2000 05:12:06 +0200
21643              Message-ID: <20000903051206.A5909@cerebro.laendle>
21644      Branch: perl
21645            ! pod/perlapi.pod utf8.c
21646 ____________________________________________________________________________
21647 [  7020] By: jhi                                   on 2000/09/07  16:14:57
21648         Log: Tiny perldelta nits.
21649      Branch: perl
21650            ! pod/perldelta.pod
21651 ____________________________________________________________________________
21652 [  7019] By: jhi                                   on 2000/09/07  16:04:20
21653         Log: Guard against bad string->int conversion for quads.
21654      Branch: perl
21655            ! t/op/64bitint.t
21656 ____________________________________________________________________________
21657 [  7018] By: jhi                                   on 2000/09/06  17:07:03
21658         Log: Update Unicode todo list.
21659      Branch: perl
21660            ! Todo-5.6
21661 ____________________________________________________________________________
21662 [  7017] By: jhi                                   on 2000/09/05  21:16:01
21663         Log: Document the SvIOK_.*UV().
21664      Branch: perl
21665            ! pod/perlapi.pod sv.h
21666 ____________________________________________________________________________
21667 [  7016] By: nick                                  on 2000/09/03  21:54:46
21668         Log: Hash lookup of constant strings optimization:
21669              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
21670              to string table (as per sharepvn). Add newSV_pvn_share to create such
21671              a thing. Make hv.c compare addresses of strings and skip string compare
21672              if equal. Make method_named and helem ops use these shared-string SVs
21673              when arg is constant. Make keys op return shared-string SVs (less clearly
21674              a win).
21675      Branch: perl
21676            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
21677            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
21678            ! pod/perlintern.pod pp_hot.c proto.h sv.c
21679 ____________________________________________________________________________
21680 [  7015] By: jhi                                   on 2000/09/02  17:48:59
21681         Log: This is 5.7.0.
21682      Branch: perl
21683            ! Changes
21684 ____________________________________________________________________________
21685 [  7014] By: jhi                                   on 2000/09/02  17:35:45
21686         Log: Changes and patchlevel tweaks.
21687      Branch: perl
21688            ! Changes patchlevel.h
21689 ____________________________________________________________________________
21690 [  7013] By: jhi                                   on 2000/09/02  17:30:50
21691         Log: Update Changes.
21692      Branch: perl
21693            ! Changes patchlevel.h
21694 ____________________________________________________________________________
21695 [  7012] By: nick                                  on 2000/09/02  17:25:20
21696         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
21697      Branch: perl
21698            ! gv.c lib/overload.pm
21699 ____________________________________________________________________________
21700 [  7011] By: jhi                                   on 2000/09/02  17:16:25
21701         Log: Update perlhist.
21702      Branch: perl
21703            ! pod/perlhist.pod
21704 ____________________________________________________________________________
21705 [  7010] By: jhi                                   on 2000/09/02  17:01:35
21706         Log: perldelta nits.
21707      Branch: perl
21708            ! pod/perldelta.pod
21709 ____________________________________________________________________________
21710 [  7009] By: nick                                  on 2000/09/02  16:48:35
21711         Log: If overloaded %{} etc. return the object do not loop.
21712              Thus  sub deref { $_[0] } functions if object is wanted type.
21713      Branch: perl
21714            ! pp.h
21715 ____________________________________________________________________________
21716 [  7008] By: jhi                                   on 2000/09/02  16:26:11
21717         Log: Retab MANIFEST.
21718      Branch: perl
21719            ! ext/Storable/MANIFEST
21720 ____________________________________________________________________________
21721 [  7007] By: jhi                                   on 2000/09/02  16:23:02
21722         Log: Make certain cc is set before trying to run it.
21723      Branch: perl
21724            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
21725 ____________________________________________________________________________
21726 [  7006] By: jhi                                   on 2000/09/02  15:45:41
21727         Log: Unicode notes.
21728      Branch: perl
21729            ! pod/perldelta.pod
21730 ____________________________________________________________________________
21731 [  7005] By: jhi                                   on 2000/09/02  15:42:11
21732         Log: Various Configure nits by Philip Newton,
21733              plus the ebcdic one by me.
21734      Branch: metaconfig
21735            + U/modified/pager.U
21736            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
21737      Branch: metaconfig/U/perl
21738            ! Devel.U quadfio.U
21739      Branch: perl
21740            ! Configure config_h.SH
21741 ____________________________________________________________________________
21742 [  7004] By: jhi                                   on 2000/09/02  15:06:14
21743         Log: Apparently avoiding the swapping is too costly.
21744              
21745              From: "Ben Tilly" <ben_tilly@hotmail.com>
21746              Subject: Re: the door is closed.
21747              Date: Fri, 01 Sep 2000 20:23:16 EDT
21748              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
21749      Branch: perl
21750            ! pod/perlfaq4.pod
21751 ____________________________________________________________________________
21752 [  7003] By: nick                                  on 2000/09/02  12:26:04
21753         Log: Undo part of change 6489 which looks like a bulk edit which
21754              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
21755              The supressing of main:: on return from select() is undesirable.
21756      Branch: perl
21757            ! pp_sys.c
21758 ____________________________________________________________________________
21759 [  7002] By: jhi                                   on 2000/09/01  23:08:54
21760         Log: Update Changes.
21761      Branch: perl
21762            ! Changes patchlevel.h
21763 ____________________________________________________________________________
21764 [  7001] By: jhi                                   on 2000/09/01  23:00:13
21765         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
21766              From: Peter Prymmer <pvhp@forte.com>
21767              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
21768              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
21769              
21770              plus rework the http: spots as suggested by Tom Christiansen,
21771              plus regen perltoc.
21772      Branch: perl
21773            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
21774            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
21775 ____________________________________________________________________________
21776 [  7000] By: jhi                                   on 2000/09/01  22:36:01
21777         Log: Only the first line, thank you very much.
21778      Branch: perl
21779            ! hints/solaris_2.sh
21780 ____________________________________________________________________________
21781 [  6999] By: gsar                                  on 2000/09/01  22:16:40
21782         Log: change#6791 accidentally clobbered change#6710, put it back
21783      Branch: perl
21784            ! win32/win32.c
21785 ____________________________________________________________________________
21786 [  6998] By: jhi                                   on 2000/09/01  22:14:16
21787         Log: Mention the HP-UX LP64 freak failure.
21788      Branch: perl
21789            ! pod/perldelta.pod
21790 ____________________________________________________________________________
21791 [  6997] By: jhi                                   on 2000/09/01  21:48:32
21792         Log: Detypo.
21793      Branch: perl
21794            ! hints/hpux.sh
21795 ____________________________________________________________________________
21796 [  6996] By: jhi                                   on 2000/09/01  21:27:10
21797         Log: Update Changes.
21798      Branch: perl
21799            ! Changes patchlevel.h
21800 ____________________________________________________________________________
21801 [  6995] By: jhi                                   on 2000/09/01  21:14:24
21802         Log: Mi splgn s gnin.g
21803      Branch: perl
21804            ! pp_ctl.c
21805 ____________________________________________________________________________
21806 [  6994] By: jhi                                   on 2000/09/01  21:09:54
21807         Log: Subject: http:// in L<>
21808              From: Nicholas Clark <nick@ccl4.org>
21809              Date: Fri, 1 Sep 2000 22:03:21 +0100
21810              Message-ID: <20000901220321.B72074@plum.flirble.org>
21811      Branch: perl
21812            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
21813 ____________________________________________________________________________
21814 [  6993] By: jhi                                   on 2000/09/01  21:06:54
21815         Log: Update to Storable 1.0, from Raphael Manfredi.
21816      Branch: perl
21817            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
21818            ! ext/Storable/Makefile.PL ext/Storable/README
21819            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
21820            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
21821            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
21822            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
21823            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
21824            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
21825 ____________________________________________________________________________
21826 [  6992] By: jhi                                   on 2000/09/01  20:43:05
21827         Log: Mention known sfio+linux buglet.
21828      Branch: perl
21829            ! pod/perldelta.pod
21830 ____________________________________________________________________________
21831 [  6991] By: jhi                                   on 2000/09/01  20:40:11
21832         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
21833              From: Peter Prymmer <pvhp@forte.com>
21834              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
21835              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
21836      Branch: perl
21837            ! vms/vms.c
21838 ____________________________________________________________________________
21839 [  6990] By: jhi                                   on 2000/09/01  20:25:26
21840         Log: Retract #6986.
21841      Branch: perl
21842            ! hints/solaris_2.sh
21843 ____________________________________________________________________________
21844 [  6989] By: jhi                                   on 2000/09/01  20:23:00
21845         Log: Mergesort is back.
21846      Branch: perl
21847            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
21848 ____________________________________________________________________________
21849 [  6988] By: jhi                                   on 2000/09/01  19:37:40
21850         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
21851              From: Mike Guy <mjtg@cam.ac.uk>
21852              Date: Fri, 01 Sep 2000 17:43:33 +0100
21853              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
21854      Branch: perl
21855            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
21856            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
21857 ____________________________________________________________________________
21858 [  6987] By: jhi                                   on 2000/09/01  19:17:10
21859         Log: Regen perltoc.
21860      Branch: perl
21861            ! pod/perltoc.pod
21862 ____________________________________________________________________________
21863 [  6986] By: jhi                                   on 2000/09/01  18:51:10
21864         Log: Subject: Re: Solaris x86 has no SPARC libraries!
21865              From: Lupe Christoph <lupe@lupe-christoph.de>
21866              Date: Fri, 1 Sep 2000 20:41:20 +0200
21867              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
21868      Branch: perl
21869            ! hints/solaris_2.sh
21870 ____________________________________________________________________________
21871 [  6985] By: jhi                                   on 2000/09/01  18:28:10
21872         Log: Update Changes.
21873      Branch: perl
21874            ! Changes patchlevel.h
21875 ____________________________________________________________________________
21876 [  6984] By: jhi                                   on 2000/09/01  18:26:53
21877         Log: Feature ordering tweak.
21878      Branch: perl
21879            ! myconfig.SH
21880 ____________________________________________________________________________
21881 [  6983] By: jhi                                   on 2000/09/01  18:19:50
21882         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
21883              From: <abigail@foad.org>
21884              Date: Fri, 1 Sep 2000 13:07:32 -0400
21885              Message-ID: <20000901170732.18249.qmail@foad.org>
21886      Branch: perl
21887            ! t/pragma/overload.t
21888 ____________________________________________________________________________
21889 [  6982] By: jhi                                   on 2000/09/01  18:17:54
21890         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
21891              so that case-ignoring systems like DCL can tell them from
21892              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
21893      Branch: metaconfig/U/perl
21894            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
21895      Branch: perl
21896            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21897            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
21898            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
21899            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
21900            ! vos/config.def vos/config.h vos/config_h.SH_orig
21901            ! win32/config.bc win32/config.gc win32/config.vc
21902 ____________________________________________________________________________
21903 [  6981] By: nick                                  on 2000/09/01  17:21:57
21904         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
21905              warning when UNTIE exists and instead pass the cound of extra references to
21906              the UNTIE method.
21907      Branch: perl
21908            ! pod/perltie.pod pp_sys.c
21909 ____________________________________________________________________________
21910 [  6980] By: jhi                                   on 2000/09/01  16:54:44
21911         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
21912              From: Peter Prymmer <pvhp@forte.com>
21913              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
21914              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
21915      Branch: perl
21916            ! configure.com
21917 ____________________________________________________________________________
21918 [  6979] By: jhi                                   on 2000/09/01  16:06:20
21919         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
21920              From: Mike Guy <mjtg@cam.ac.uk> 
21921              Date: Fri, 01 Sep 2000 16:49:27 +0100
21922              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
21923      Branch: perl
21924            ! t/base/rs.t
21925 ____________________________________________________________________________
21926 [  6978] By: jhi                                   on 2000/09/01  16:00:42
21927         Log: Update to PodParser 1.18, from Brad Appleton.
21928      Branch: perl
21929            ! lib/Pod/Checker.pm t/pod/find.t
21930 ____________________________________________________________________________
21931 [  6977] By: jhi                                   on 2000/09/01  14:48:58
21932         Log: Subject: Nit in Configure (bleadperl@6961)
21933              From: Lupe Christoph <lupe@lupe-christoph.de>
21934              Date: Fri, 1 Sep 2000 16:34:29 +0200
21935              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
21936      Branch: metaconfig
21937            ! U/compline/ccflags.U
21938      Branch: perl
21939            ! Configure config_h.SH
21940 ____________________________________________________________________________
21941 [  6976] By: jhi                                   on 2000/09/01  14:39:52
21942         Log: Update Changes.
21943      Branch: perl
21944            ! Changes patchlevel.h
21945 ____________________________________________________________________________
21946 [  6975] By: jhi                                   on 2000/09/01  14:37:36
21947         Log: microperl config update.
21948      Branch: perl
21949            ! uconfig.h uconfig.sh
21950 ____________________________________________________________________________
21951 [  6974] By: jhi                                   on 2000/09/01  14:36:53
21952         Log: Document known deficiencies.
21953      Branch: perl
21954            ! pod/perldelta.pod
21955 ____________________________________________________________________________
21956 [  6973] By: jhi                                   on 2000/09/01  14:10:20
21957         Log: Mention warnings fixes and updates.
21958      Branch: perl
21959            ! pod/perldelta.pod
21960 ____________________________________________________________________________
21961 [  6972] By: jhi                                   on 2000/09/01  14:01:52
21962         Log: Drop unused argument.
21963              
21964              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
21965              From: Spider Boardman <spider@web.zk3.dec.com>
21966              Date: Thu, 31 Aug 2000 16:10:15 -0400
21967              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
21968      Branch: perl
21969            ! toke.c
21970 ____________________________________________________________________________
21971 [  6971] By: jhi                                   on 2000/09/01  13:59:24
21972         Log: Add the overload warnings to perldiag.
21973      Branch: perl
21974            ! lib/overload.pm pod/perldiag.pod
21975 ____________________________________________________________________________
21976 [  6970] By: jhi                                   on 2000/09/01  13:55:10
21977         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
21978              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
21979              Date: Fri, 1 Sep 2000 13:43:15 +0100 
21980              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
21981      Branch: perl
21982            ! lib/overload.pm t/pragma/overload.t
21983 ____________________________________________________________________________
21984 [  6969] By: jhi                                   on 2000/09/01  13:52:27
21985         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
21986              From: <abigail@foad.org>
21987              Date: Fri, 1 Sep 2000 05:46:54 -0400
21988              Message-ID: <20000901094654.6476.qmail@foad.org>
21989      Branch: perl
21990            ! lib/overload.pm
21991 ____________________________________________________________________________
21992 [  6968] By: jhi                                   on 2000/09/01  13:50:05
21993         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
21994              From: Daniel Chetlin <daniel@chetlin.com>
21995              Date: Fri, 1 Sep 2000 02:10:55 -0700
21996              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
21997      Branch: perl
21998            ! pod/perlretut.pod
21999 ____________________________________________________________________________
22000 [  6967] By: jhi                                   on 2000/09/01  13:47:54
22001         Log: Part of the solution.
22002              
22003              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
22004              From: Mike Guy <mjtg@cam.ac.uk>
22005              Date: Fri, 01 Sep 2000 14:16:01 +0100
22006              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
22007      Branch: perl
22008            ! gv.c mg.c
22009 ____________________________________________________________________________
22010 [  6966] By: jhi                                   on 2000/09/01  13:46:17
22011         Log: Subject: CPAN.pm beta 1.57_57 for the core
22012              From: andreas.koenig@anima.de (Andreas J. Koenig)
22013              Date: 01 Sep 2000 15:16:31 +0200
22014              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
22015      Branch: perl
22016            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
22017 ____________________________________________________________________________
22018 [  6965] By: jhi                                   on 2000/09/01  13:43:18
22019         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
22020              From: "Craig A. Berry" <craig.berry@psinetcs.com>
22021              Date: Fri, 01 Sep 2000 01:47:22 -0500
22022              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
22023      Branch: perl
22024            ! pod/perldelta.pod vms/vms.c
22025 ____________________________________________________________________________
22026 [  6964] By: jhi                                   on 2000/09/01  13:35:35
22027         Log: File::Temp patches from Andreas König,
22028              
22029              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
22030              From: andreas.koenig@anima.de (Andreas J. Koenig)
22031              Date: 01 Sep 2000 10:07:20 +0200
22032              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
22033              
22034              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
22035              From: andreas.koenig@anima.de (Andreas J. Koenig)
22036              Date: 31 Aug 2000 23:26:08 +0200
22037              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
22038      Branch: perl
22039            ! lib/File/Temp.pm t/lib/ftmp-security.t
22040 ____________________________________________________________________________
22041 [  6963] By: jhi                                   on 2000/09/01  02:22:24
22042         Log: Retract the mergesort code, way too incompatible licensing
22043              and copyrights.
22044      Branch: perl
22045            ! pod/perldelta.pod pp_ctl.c
22046 ____________________________________________________________________________
22047 [  6962] By: jhi                                   on 2000/08/31  23:27:32
22048         Log: Update Changes.
22049      Branch: perl
22050            ! Changes patchlevel.h
22051 ____________________________________________________________________________
22052 [  6961] By: jhi                                   on 2000/08/31  23:20:04
22053         Log: Small tweaks all over.
22054      Branch: metaconfig
22055            ! U/compline/d_gconvert.U
22056      Branch: perl
22057            ! AUTHORS Configure config_h.SH pp_ctl.c
22058 ____________________________________________________________________________
22059 [  6960] By: jhi                                   on 2000/08/31  22:39:36
22060         Log: Further rewording.
22061      Branch: perl
22062            ! pp_ctl.c
22063 ____________________________________________________________________________
22064 [  6959] By: jhi                                   on 2000/08/31  21:26:44
22065         Log: More address tweaking.
22066      Branch: perl
22067            ! AUTHORS Changes
22068 ____________________________________________________________________________
22069 [  6958] By: jhi                                   on 2000/08/31  20:47:25
22070         Log: AUTHORS tweaks, from Peter Prymmer.
22071              
22072              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
22073              From: Peter Prymmer <pvhp@forte.com>
22074              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
22075              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
22076      Branch: perl
22077            ! AUTHORS MAINTAIN
22078 ____________________________________________________________________________
22079 [  6957] By: jhi                                   on 2000/08/31  20:34:43
22080         Log: perldelta tweaks.
22081      Branch: perl
22082            ! pod/perldelta.pod
22083 ____________________________________________________________________________
22084 [  6956] By: jhi                                   on 2000/08/31  19:11:06
22085         Log: Regen perltoc.
22086      Branch: perl
22087            ! pod/perltoc.pod
22088 ____________________________________________________________________________
22089 [  6955] By: jhi                                   on 2000/08/31  19:06:30
22090         Log: Clarify the mergesort situation.
22091      Branch: perl
22092            ! pp_ctl.c
22093 ____________________________________________________________________________
22094 [  6954] By: jhi                                   on 2000/08/31  18:24:17
22095         Log: Move the Solaris 7 scan to use64bitall, make the
22096              failure to find 64-bot sparc libc to mention the
22097              possibility of being in an intel, from Lupe and Alan.
22098      Branch: perl
22099            ! hints/solaris_2.sh
22100 ____________________________________________________________________________
22101 [  6953] By: jhi                                   on 2000/08/31  18:09:20
22102         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
22103              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
22104      Branch: metaconfig
22105            ! U/compline/d_gconvert.U U/threads/archname.U
22106      Branch: metaconfig/U/perl
22107            ! perlxv.U
22108      Branch: perl
22109            ! Configure config_h.SH sv.c
22110 ____________________________________________________________________________
22111 [  6952] By: jhi                                   on 2000/08/31  17:42:24
22112         Log: :: not allowed in pathnames, change to .
22113              
22114              Subject: [PATCH perl@6938] cygwin port
22115              From: "Fifer, Eric" <EFifer@sanwaint.com>
22116              Date: Thu, 31 Aug 2000 16:32:59 +0100
22117              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
22118      Branch: metaconfig/U/perl
22119            ! perlxv.U
22120 ____________________________________________________________________________
22121 [  6951] By: jhi                                   on 2000/08/31  17:02:05
22122         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
22123      Branch: perl
22124            ! perl.h
22125 ____________________________________________________________________________
22126 [  6950] By: jhi                                   on 2000/08/31  16:26:08
22127         Log: More author updates.
22128              
22129              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
22130              From: Simon Cozens <simon@cozens.net>
22131              Date: Thu, 31 Aug 2000 17:13:32 +0100
22132              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
22133      Branch: perl
22134            ! AUTHORS
22135 ____________________________________________________________________________
22136 [  6949] By: jhi                                   on 2000/08/31  16:04:49
22137         Log: POSIX doesn't report long double values under -Duselongdouble
22138              when the long doubles are "real" (bigger than doubles).
22139              
22140              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
22141              From: Spider Boardman <spider@peano.zk3.dec.com>
22142              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
22143              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
22144      Branch: perl
22145            ! ext/POSIX/POSIX.xs
22146 ____________________________________________________________________________
22147 [  6948] By: jhi                                   on 2000/08/31  15:25:10
22148         Log: Update Changes.
22149      Branch: perl
22150            ! Changes patchlevel.h
22151 ____________________________________________________________________________
22152 [  6947] By: jhi                                   on 2000/08/31  15:22:29
22153         Log: Document UNTIE in a very minimalistic way.
22154      Branch: perl
22155            ! pod/perlfunc.pod pod/perltie.pod
22156 ____________________________________________________________________________
22157 [  6946] By: jhi                                   on 2000/08/31  15:15:23
22158         Log: Document known failures.
22159      Branch: perl
22160            ! pod/perldelta.pod
22161 ____________________________________________________________________________
22162 [  6945] By: jhi                                   on 2000/08/31  15:07:00
22163         Log: Don't attach -ld to the archname if pointless.
22164      Branch: metaconfig
22165            ! U/threads/archname.U
22166      Branch: perl
22167            ! Configure config_h.SH
22168 ____________________________________________________________________________
22169 [  6944] By: jhi                                   on 2000/08/31  14:37:42
22170         Log: Wrap the test in eval.
22171              
22172              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
22173              From: Tim Jenness <timj@jach.hawaii.edu>
22174              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
22175              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
22176      Branch: perl
22177            ! t/lib/ftmp-security.t
22178 ____________________________________________________________________________
22179 [  6943] By: jhi                                   on 2000/08/31  14:30:57
22180         Log: Make -Dusemorebits find long doubles in Solaris.
22181      Branch: perl
22182            ! hints/solaris_2.sh
22183 ____________________________________________________________________________
22184 [  6942] By: jhi                                   on 2000/08/31  13:48:45
22185         Log: Clarify the third case of ftmp-security warnings.
22186      Branch: perl
22187            ! INSTALL
22188 ____________________________________________________________________________
22189 [  6941] By: jhi                                   on 2000/08/31  13:40:31
22190         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
22191              From: <abigail@foad.org>
22192              Date: Thu, 31 Aug 2000 01:35:05 -0400
22193              Message-ID: <20000831053505.32120.qmail@foad.org>
22194      Branch: perl
22195            ! pod/perldelta.pod
22196 ____________________________________________________________________________
22197 [  6940] By: jhi                                   on 2000/08/31  13:38:48
22198         Log: Issue useful diagnostic on unknown pod commands.
22199              
22200              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
22201              From: <abigail@foad.org>
22202              Date: Thu, 31 Aug 2000 03:41:18 -0400
22203              Message-ID: <20000831074118.24880.qmail@foad.org>
22204      Branch: perl
22205            ! lib/Pod/Man.pm
22206 ____________________________________________________________________________
22207 [  6939] By: jhi                                   on 2000/08/31  13:34:33
22208         Log: Reveal Borland's isnan.
22209              
22210              Subject: build with BC++ tweak
22211              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
22212              Date: Thu, 31 Aug 2000 13:09:37 +0400
22213              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
22214      Branch: perl
22215            ! win32/win32.h
22216 ____________________________________________________________________________
22217 [  6938] By: jhi                                   on 2000/08/31  05:01:20
22218         Log: Update Changes.
22219      Branch: perl
22220            ! Changes patchlevel.h
22221 ____________________________________________________________________________
22222 [  6937] By: jhi                                   on 2000/08/31  04:26:23
22223         Log: sscanf() may be the only way to read long doubles from strings.
22224      Branch: metaconfig/U/perl
22225            ! longdblfio.U
22226      Branch: perl
22227            ! Configure config_h.SH perl.h util.c
22228 ____________________________________________________________________________
22229 [  6936] By: jhi                                   on 2000/08/31  04:18:19
22230         Log: The #6929 was too skimpy.
22231      Branch: perl
22232            ! sv.c
22233 ____________________________________________________________________________
22234 [  6935] By: jhi                                   on 2000/08/31  02:47:07
22235         Log: Subject: Re: typos in pods
22236              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
22237              Date: Wed, 30 Aug 2000 19:25:34 -0700
22238              Message-ID: <eIcr5gzkg25X092yn@efn.org>
22239      Branch: perl
22240            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
22241 ____________________________________________________________________________
22242 [  6934] By: jhi                                   on 2000/08/31  02:42:55
22243         Log: Missed one Unicode file.
22244      Branch: perl
22245            + lib/unicode/UCDFF301.html
22246 ____________________________________________________________________________
22247 [  6933] By: jhi                                   on 2000/08/30  23:42:27
22248         Log: Update Changes.
22249      Branch: perl
22250            ! Changes patchlevel.h
22251 ____________________________________________________________________________
22252 [  6932] By: jhi                                   on 2000/08/30  23:40:07
22253         Log: Mention UNTIE in perldelta.  Still needs documenting
22254              in perltie et alia.
22255      Branch: perl
22256            ! pod/perldelta.pod
22257 ____________________________________________________________________________
22258 [  6931] By: jhi                                   on 2000/08/30  23:36:02
22259         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
22260              From: <abigail@foad.org>
22261              Date: Wed, 30 Aug 2000 19:28:07 -0400
22262              Message-ID: <20000830232807.305.qmail@foad.org>
22263      Branch: perl
22264            ! pod/perldelta.pod
22265 ____________________________________________________________________________
22266 [  6930] By: jhi                                   on 2000/08/30  23:32:40
22267         Log: Update to Unicode 3.0.1.
22268      Branch: perl
22269            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
22270            + lib/unicode/PropList.txt lib/unicode/README.perl
22271            + lib/unicode/UCD301.html lib/unicode/Unicode.301
22272            - lib/unicode/Props.txt lib/unicode/UCD300.html
22273            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
22274            ! (edit 257 files)
22275 ____________________________________________________________________________
22276 [  6929] By: jhi                                   on 2000/08/30  22:38:18
22277         Log: Heap decorruption.
22278              
22279              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
22280              From: Alan Burlison <Alan.Burlison@uk.sun.com>
22281              Date: Wed, 30 Aug 2000 22:39:52 +0100
22282              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
22283      Branch: perl
22284            ! sv.c
22285 ____________________________________________________________________________
22286 [  6928] By: jhi                                   on 2000/08/30  22:29:34
22287         Log: Retract the dummy test, skip the security tests (instead of failing),
22288              explain what the warnings mean.
22289      Branch: perl
22290            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
22291 ____________________________________________________________________________
22292 [  6927] By: jhi                                   on 2000/08/30  22:14:13
22293         Log: Change the internal implementation of sort() to be mergesort
22294              instead of quicksort, from John Linderman <jpl@research.att.com>.
22295              Gives us better worst case, better average case, and stability.
22296              What's there not to like?  (Small fixes for threaded builds
22297              were required).
22298      Branch: perl
22299            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
22300 ____________________________________________________________________________
22301 [  6926] By: jhi                                   on 2000/08/30  20:55:20
22302         Log: A better fix for the Socket building problem from Craig Berry.
22303      Branch: perl
22304            ! vms/vms.c
22305 ____________________________________________________________________________
22306 [  6925] By: jhi                                   on 2000/08/30  20:20:25
22307         Log: Subject: [PATCH] Re: UNTIE method 
22308              From: Nick Ing-Simmons <nik@tiuk.ti.com>
22309              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
22310              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
22311      Branch: perl
22312            ! pp_sys.c t/op/tie.t
22313 ____________________________________________________________________________
22314 [  6924] By: jhi                                   on 2000/08/30  20:17:11
22315         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
22316              From: "Craig A. Berry" <craig.berry@psinetcs.com>
22317              Date: Wed, 30 Aug 2000 15:03:14 -0500
22318              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
22319      Branch: perl
22320            ! vms/vms.c
22321 ____________________________________________________________________________
22322 [  6923] By: jhi                                   on 2000/08/30  20:15:18
22323         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
22324              From: "Craig A. Berry" <craig.berry@psinetcs.com>
22325              Date: Wed, 30 Aug 2000 13:30:36 -0500
22326              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
22327      Branch: perl
22328            ! vms/vms.c
22329 ____________________________________________________________________________
22330 [  6922] By: jhi                                   on 2000/08/30  19:54:43
22331         Log: Better options for rsync.
22332      Branch: perl
22333            ! pod/perlhack.pod
22334 ____________________________________________________________________________
22335 [  6921] By: jhi                                   on 2000/08/30  19:40:16
22336         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
22337              From: Rick Delaney <rick@consumercontact.com>
22338              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
22339              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
22340      Branch: perl
22341            ! pod/perlfunc.pod
22342 ____________________________________________________________________________
22343 [  6920] By: jhi                                   on 2000/08/30  19:36:40
22344         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
22345              From: Peter Prymmer <pvhp@forte.com>
22346              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
22347              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
22348      Branch: perl
22349            ! configure.com
22350 ____________________________________________________________________________
22351 [  6919] By: jhi                                   on 2000/08/30  14:52:02
22352         Log: Update Changes.
22353      Branch: perl
22354            ! Changes patchlevel.h
22355 ____________________________________________________________________________
22356 [  6918] By: jhi                                   on 2000/08/30  14:48:34
22357         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
22358      Branch: perl
22359            ! lib/ExtUtils/typemap
22360 ____________________________________________________________________________
22361 [  6917] By: jhi                                   on 2000/08/30  14:46:34
22362         Log: Subject: typos in pods
22363              From: Nicholas Clark <nick@ccl4.org>
22364              Date: Wed, 30 Aug 2000 01:12:50 +0100
22365              Message-ID: <20000830011249.A61388@plum.flirble.org>
22366      Branch: perl
22367            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
22368            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
22369            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
22370            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
22371 ____________________________________________________________________________
22372 [  6916] By: jhi                                   on 2000/08/30  14:19:09
22373         Log: Document Storable problems on Crays.  (Will have
22374              to document all the other Storable problems, too.)
22375      Branch: perl
22376            ! pod/perldelta.pod
22377 ____________________________________________________________________________
22378 [  6915] By: jhi                                   on 2000/08/30  14:06:02
22379         Log: Subject: [PATCH] fix misc cast warnings
22380              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
22381              Date: Tue, 29 Aug 2000 23:16:14 -0700
22382              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
22383      Branch: perl
22384            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
22385            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
22386            ! os2/os2ish.h
22387 ____________________________________________________________________________
22388 [  6914] By: jhi                                   on 2000/08/30  14:03:45
22389         Log: Timestamp mismatch again.  Need to fix this dependence on
22390              config_h.SH timestamp, since it's the contents of config_h.SH
22391              that matter.
22392      Branch: perl
22393            ! uconfig.h uconfig.sh
22394 ____________________________________________________________________________
22395 [  6913] By: jhi                                   on 2000/08/30  13:54:06
22396         Log: Don't say "Perl 5.0 source kit".
22397      Branch: perl
22398            ! perl.c
22399 ____________________________________________________________________________
22400 [  6912] By: jhi                                   on 2000/08/30  13:51:24
22401         Log: Reset archname and archname64 always, forcing them be
22402              recomputed at each Configure run, make Configure and
22403              the hints files agree on the naming of largefiles variables.
22404      Branch: metaconfig
22405            ! U/threads/archname.U
22406      Branch: metaconfig/U/perl
22407            ! use64bits.U
22408      Branch: perl
22409            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
22410            ! hints/linux.sh hints/solaris_2.sh
22411 ____________________________________________________________________________
22412 [  6911] By: jhi                                   on 2000/08/30  13:30:13
22413         Log: Put back the slice accidentally removed by #6907.
22414      Branch: perl
22415            ! hints/solaris_2.sh
22416 ____________________________________________________________________________
22417 [  6910] By: jhi                                   on 2000/08/30  01:24:26
22418         Log: Be consistent: other Net::get* do export theirs.
22419              
22420              Subject: Re: Net::protoent does not export 'getproto'
22421              From: Yasushi Nakajima <sey@jkc.co.jp>
22422              Date: Wed, 30 Aug 2000 09:53:14 +0900
22423              Message-Id: <200008300051.DAA24700@taku.hut.fi>
22424      Branch: perl
22425            ! lib/Net/protoent.pm
22426 ____________________________________________________________________________
22427 [  6909] By: jhi                                   on 2000/08/30  01:17:25
22428         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
22429              From: Gurusamy Sarathy <gsar@ActiveState.com>
22430              Date: Tue, 29 Aug 2000 17:17:07 -0700
22431              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
22432      Branch: perl
22433            ! cop.h
22434 ____________________________________________________________________________
22435 [  6908] By: jhi                                   on 2000/08/30  00:58:05
22436         Log: Update Changes.
22437      Branch: perl
22438            ! Changes patchlevel.h
22439 ____________________________________________________________________________
22440 [  6907] By: jhi                                   on 2000/08/30  00:57:22
22441         Log: Introduce ccname to keep track of what compiler kind of we have.
22442      Branch: metaconfig/U/perl
22443            ! Checkcc.U gccvers.U
22444      Branch: perl
22445            ! Configure config_h.SH hints/solaris_2.sh
22446 ____________________________________________________________________________
22447 [  6906] By: jhi                                   on 2000/08/30  00:25:47
22448         Log: Put back the flags dump as reasoned in
22449              
22450              Subject: Re: [PATCH] Glob dumping
22451              From: Mike Guy <mjtg@cam.ac.uk> 
22452              Date: Tue, 29 Aug 2000 21:41:32 +0100
22453              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
22454      Branch: perl
22455            ! dump.c t/lib/peek.t
22456 ____________________________________________________________________________
22457 [  6905] By: jhi                                   on 2000/08/30  00:16:17
22458         Log: Make the epsilon to be relative, not absolute.
22459              
22460              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
22461              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
22462              Date: Tue, 29 Aug 2000 19:58:56 -0400
22463              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
22464      Branch: perl
22465            ! t/lib/trig.t
22466 ____________________________________________________________________________
22467 [  6904] By: jhi                                   on 2000/08/30  00:13:09
22468         Log: From now on, Gisle is on my list of usual suspects :-)
22469              Retract #6902.
22470      Branch: perl
22471            ! ext/Opcode/Safe.pm
22472 ____________________________________________________________________________
22473 [  6903] By: jhi                                   on 2000/08/29  23:51:20
22474         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
22475              From: "Craig A. Berry" <craig.berry@psinetcs.com>
22476              Date: Tue, 29 Aug 2000 18:43:26 -0500
22477              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
22478      Branch: perl
22479            + vms/vmspipe.com
22480            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
22481            ! vms/vms.c
22482 ____________________________________________________________________________
22483 [  6902] By: jhi                                   on 2000/08/29  23:44:14
22484         Log: Retry what #6882 attempted.
22485              
22486              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
22487              From: Gisle Aas <gisle@ActiveState.com>
22488              Date: 30 Aug 2000 00:33:09 +0200
22489              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
22490      Branch: perl
22491            ! ext/Opcode/Safe.pm
22492 ____________________________________________________________________________
22493 [  6901] By: jhi                                   on 2000/08/29  22:59:32
22494         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
22495              From: Hugo <hv@crypt.compulink.co.uk>
22496              Date: Mon, 12 Jun 2000 19:36:08 +0100
22497              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
22498      Branch: perl
22499            ! sv.c
22500 ____________________________________________________________________________
22501 [  6900] By: jhi                                   on 2000/08/29  22:58:35
22502         Log: Admit that we are leaking scalars.
22503              
22504              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
22505              From: Spider Boardman <spider@leggy.zk3.dec.com>
22506              Date: Tue, 29 Aug 2000 18:48:29 -0400
22507              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
22508      Branch: perl
22509            ! t/pragma/warnings.t
22510 ____________________________________________________________________________
22511 [  6899] By: jhi                                   on 2000/08/29  20:53:13
22512         Log: Update Changes.
22513      Branch: perl
22514            ! Changes patchlevel.h
22515 ____________________________________________________________________________
22516 [  6898] By: jhi                                   on 2000/08/29  20:46:21
22517         Log: Undo namespace pollution of #6878.
22518              
22519              Subject: Re: Net::protoent does not export 'getproto'
22520              From: Mike Guy <mjtg@cam.ac.uk>
22521              Date: Tue, 29 Aug 2000 21:32:37 +0100
22522              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
22523      Branch: perl
22524            ! lib/Net/protoent.pm
22525 ____________________________________________________________________________
22526 [  6897] By: jhi                                   on 2000/08/29  20:44:29
22527         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
22528              From: Peter Prymmer <pvhp@forte.com>
22529              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
22530              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
22531      Branch: perl
22532            ! pod/perlebcdic.pod
22533 ____________________________________________________________________________
22534 [  6896] By: jhi                                   on 2000/08/29  20:40:57
22535         Log: There's no point repeating the 'revision' (5) of perl5.
22536      Branch: metaconfig/U/perl
22537            ! Devel.U patchlevel.U
22538      Branch: perl
22539            ! Configure config_h.SH
22540 ____________________________________________________________________________
22541 [  6895] By: jhi                                   on 2000/08/29  20:16:58
22542         Log: Regen Configure for #6894.
22543      Branch: metaconfig/U/perl
22544            ! perladmin.U
22545      Branch: perl
22546            ! Configure config_h.SH
22547 ____________________________________________________________________________
22548 [  6894] By: jhi                                   on 2000/08/29  19:59:52
22549         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
22550              From: "Philip Newton" <Philip.Newton@gmx.net>
22551              Date: Tue, 29 Aug 2000 21:39:14 +0200
22552              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
22553      Branch: perl
22554            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
22555            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
22556            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
22557            ! utils/perlbug.PL
22558 ____________________________________________________________________________
22559 [  6893] By: jhi                                   on 2000/08/29  19:55:30
22560         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
22561              From: "Philip Newton" <Philip.Newton@gmx.net>
22562              Date: Tue, 29 Aug 2000 21:39:14 +0200
22563              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
22564      Branch: perl
22565            ! installhtml
22566 ____________________________________________________________________________
22567 [  6892] By: jhi                                   on 2000/08/29  19:53:59
22568         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
22569              From: "Philip Newton" <Philip.Newton@gmx.net>
22570              Date: Tue, 29 Aug 2000 21:48:18 +0200
22571              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
22572      Branch: perl
22573            ! lib/File/Temp.pm
22574 ____________________________________________________________________________
22575 [  6891] By: jhi                                   on 2000/08/29  18:30:03
22576         Log: Nail the ID 20000828.023.
22577      Branch: perl
22578            ! ext/Storable/Storable.xs
22579 ____________________________________________________________________________
22580 [  6890] By: jhi                                   on 2000/08/29  16:50:17
22581         Log: Under usethreads the dumped variable is IN_PAD.
22582              
22583              Subject: Re: [PATCH] Glob dumping
22584              From: Gisle Aas <gisle@ActiveState.com>
22585              Date: 29 Aug 2000 18:45:05 +0200
22586              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
22587      Branch: perl
22588            ! t/lib/peek.t
22589 ____________________________________________________________________________
22590 [  6889] By: jhi                                   on 2000/08/29  15:17:37
22591         Log: Update Changes.
22592      Branch: perl
22593            ! Changes patchlevel.h
22594 ____________________________________________________________________________
22595 [  6888] By: jhi                                   on 2000/08/29  14:49:59
22596         Log: Retract #6882, broke the safe tests.
22597      Branch: perl
22598            ! ext/Opcode/Safe.pm
22599 ____________________________________________________________________________
22600 [  6887] By: jhi                                   on 2000/08/29  14:47:06
22601         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
22602              From: Gisle Aas <gisle@ActiveState.com> 
22603              Date: 09 Jun 2000 20:00:11 +0200
22604              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
22605      Branch: perl
22606            ! utils/perldoc.PL
22607 ____________________________________________________________________________
22608 [  6886] By: jhi                                   on 2000/08/29  14:42:45
22609         Log: The #6881 removed one dump line.
22610      Branch: perl
22611            ! t/lib/peek.t
22612 ____________________________________________________________________________
22613 [  6885] By: jhi                                   on 2000/08/29  14:30:47
22614         Log: Don't forget to tidy up.
22615      Branch: perl
22616            ! t/lib/ftmp-security.t
22617 ____________________________________________________________________________
22618 [  6884] By: jhi                                   on 2000/08/29  14:25:17
22619         Log: Disabling the one test is a bit tricky.
22620      Branch: perl
22621            ! t/lib/ftmp-security.t
22622 ____________________________________________________________________________
22623 [  6883] By: jhi                                   on 2000/08/29  14:16:25
22624         Log: Disable one of the tests for now.
22625      Branch: perl
22626            ! t/lib/ftmp-security.t
22627 ____________________________________________________________________________
22628 [  6882] By: jhi                                   on 2000/08/29  14:05:50
22629         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
22630              From: gisle@aas.no
22631              Date: 29 Aug 2000 10:35:06 -0000
22632              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
22633      Branch: perl
22634            ! ext/Opcode/Safe.pm
22635 ____________________________________________________________________________
22636 [  6881] By: jhi                                   on 2000/08/29  14:03:51
22637         Log: Subject: [PATCH] Glob dumping
22638              From: Gisle Aas <gisle@ActiveState.com>
22639              Date: 29 Aug 2000 07:59:42 -0000
22640              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
22641      Branch: perl
22642            ! dump.c
22643 ____________________________________________________________________________
22644 [  6880] By: jhi                                   on 2000/08/29  14:02:01
22645         Log: Subject: [PATCH] Warnings in B::Deparse
22646              From: <abigail@foad.org>
22647              Date: Tue, 29 Aug 2000 00:00:01 -0400
22648              Message-ID: <20000829040001.2999.qmail@foad.org>
22649      Branch: perl
22650            ! ext/B/B/Deparse.pm
22651 ____________________________________________________________________________
22652 [  6879] By: jhi                                   on 2000/08/29  13:57:26
22653         Log: Missed a change in #6869.
22654      Branch: perl
22655            ! mg.c
22656 ____________________________________________________________________________
22657 [  6878] By: jhi                                   on 2000/08/29  13:45:04
22658         Log: Subject: Net::protoent does not export 'getproto'
22659              From: Yasushi Nakajima <sey@jkc.co.jp>
22660              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
22661      Branch: perl
22662            ! lib/Net/protoent.pm
22663 ____________________________________________________________________________
22664 [  6877] By: jhi                                   on 2000/08/29  13:39:19
22665         Log: Patches all over for people and the files they (hopefully) care about.
22666      Branch: perl
22667            ! AUTHORS Changes MAINTAIN
22668 ____________________________________________________________________________
22669 [  6876] By: jhi                                   on 2000/08/29  12:53:54
22670         Log: Fix for thinko in #6848.
22671              
22672              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
22673              From: Lupe Christoph <lupe@lupe-christoph.de>
22674              Date: Tue, 29 Aug 2000 09:04:08 +0200
22675              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
22676      Branch: perl
22677            ! ext/Thread/Thread.xs
22678 ____________________________________________________________________________
22679 [  6875] By: jhi                                   on 2000/08/29  12:50:14
22680         Log: Update to Getopt::Long 2.24, from Johan Vromans.
22681      Branch: perl
22682            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
22683 ____________________________________________________________________________
22684 [  6874] By: jhi                                   on 2000/08/29  02:09:53
22685         Log: Use minimal @INC in tests, most of the time just '../lib',
22686              so that we simply can't pick up stuff from other Perls than
22687              the one we are testing.  Pointed out by
22688              
22689              From: Mike Guy <mjtg@cam.ac.uk>
22690              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
22691              Date: Fri, 25 Aug 2000 15:15:59 +0100
22692              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
22693      Branch: perl
22694            ! (edit 185 files)
22695 ____________________________________________________________________________
22696 [  6873] By: jhi                                   on 2000/08/29  01:07:11
22697         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
22698              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
22699              Date: Mon, 28 Aug 2000 17:45:52 -0700
22700              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
22701      Branch: perl
22702            ! Makefile.SH hints/os2.sh
22703 ____________________________________________________________________________
22704 [  6872] By: jhi                                   on 2000/08/28  23:33:39
22705         Log: Subject: [PATCH bleedperl@6866] spellings
22706              From: marcel@codewerk.com (Marcel Grunauer)
22707              Date: Tue, 29 Aug 2000 01:19:59 +0200
22708              Message-Id: <200008282319.BAA29862@gandalf.local>
22709      Branch: perl
22710            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
22711            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
22712            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
22713 ____________________________________________________________________________
22714 [  6871] By: jhi                                   on 2000/08/28  23:22:09
22715         Log: Take out the SUIDMAIL thing, that will not be
22716              a problem in 5.7.*.
22717      Branch: perl
22718            ! patchlevel.h
22719 ____________________________________________________________________________
22720 [  6870] By: jhi                                   on 2000/08/28  23:19:30
22721         Log: -S is the silent flag, -s is the strip flag.
22722              
22723              Subject: [PATCH] Re: [PATCH] make no-install          
22724              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
22725              Date: Mon, 28 Aug 2000 15:12:55 -0700
22726              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
22727      Branch: perl
22728            ! Makefile.SH
22729 ____________________________________________________________________________
22730 [  6869] By: jhi                                   on 2000/08/28  23:12:05
22731         Log: Subject: [PATCH bleedperl@6856] warnings fixes
22732              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
22733              Date: Mon, 28 Aug 2000 23:55:06 +0100
22734              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
22735      Branch: perl
22736            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
22737            ! warnings.h warnings.pl
22738 ____________________________________________________________________________
22739 [  6868] By: jhi                                   on 2000/08/28  21:38:22
22740         Log: Potential cruft.
22741      Branch: perl
22742            ! Makefile.SH
22743 ____________________________________________________________________________
22744 [  6867] By: jhi                                   on 2000/08/28  21:35:36
22745         Log: Update Changes.
22746      Branch: perl
22747            ! Changes patchlevel.h
22748 ____________________________________________________________________________
22749 [  6866] By: jhi                                   on 2000/08/28  21:33:49
22750         Log: Subject: hv.h Doc Patch
22751              From: Fisher Mark <fisherm@tce.com>
22752              Date: Mon, 28 Aug 2000 16:24:59 -0500
22753              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
22754      Branch: perl
22755            ! hv.h
22756 ____________________________________________________________________________
22757 [  6865] By: jhi                                   on 2000/08/28  21:02:15
22758         Log: Add -ld to archname on long tr...double platforms.
22759      Branch: metaconfig
22760            ! U/threads/archname.U
22761      Branch: perl
22762            ! Configure config_h.SH
22763 ____________________________________________________________________________
22764 [  6864] By: jhi                                   on 2000/08/28  20:38:59
22765         Log: An attempt to fix the problem reported in
22766              
22767              Subject: Building perl@6856 using gcc/AIX 4.3.3 
22768              From: Daniel Muino <dmuino@afip.gov.ar> 
22769              Date: Mon, 28 Aug 2000 15:50:01 -0300   
22770              Message-ID: <20000828155001.A14403@con2-dgi>
22771              
22772              I can't test this properly since the gcc installation I have
22773              access to seems to be botched (gcc is calling the AIX cpp,
22774              a losing proposition...)
22775      Branch: perl
22776            ! hints/aix.sh
22777 ____________________________________________________________________________
22778 [  6863] By: jhi                                   on 2000/08/28  18:57:52
22779         Log: Fix for ID 20000828.001, long doubles were not formatted
22780              correctly (showed up in $], which stopped installing perl).
22781      Branch: perl
22782            ! sv.c
22783 ____________________________________________________________________________
22784 [  6862] By: jhi                                   on 2000/08/28  18:07:15
22785         Log: Typo in #6858.
22786      Branch: perl
22787            ! lib/Cwd.pm
22788 ____________________________________________________________________________
22789 [  6861] By: jhi                                   on 2000/08/28  17:57:27
22790         Log: opmini.o may be left around if a build is interrupted.
22791      Branch: perl
22792            ! Makefile.SH
22793 ____________________________________________________________________________
22794 [  6860] By: jhi                                   on 2000/08/28  16:52:50
22795         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
22796              From: Daniel Chetlin <daniel@chetlin.com>
22797              Date: Mon, 28 Aug 2000 01:14:18 -0700
22798              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
22799      Branch: perl
22800            ! lib/overload.pm
22801 ____________________________________________________________________________
22802 [  6859] By: jhi                                   on 2000/08/28  16:08:46
22803         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
22804              From: Nicholas Clark <nick@ccl4.org>
22805              Date: Mon, 28 Aug 2000 16:03:27 +0100
22806              Message-Id: <20000828160327.C49785@plum.flirble.org>
22807      Branch: perl
22808            ! ext/ByteLoader/bytecode.h
22809 ____________________________________________________________________________
22810 [  6858] By: jhi                                   on 2000/08/28  16:02:10
22811         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
22812              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
22813              Date: Mon, 28 Aug 2000 13:08:30 +0200
22814              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
22815      Branch: perl
22816            ! lib/Cwd.pm
22817 ____________________________________________________________________________
22818 [  6857] By: jhi                                   on 2000/08/28  15:42:47
22819         Log: display_format used as a class method without arguments was broken,
22820              reported in
22821              
22822              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
22823              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
22824              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
22825              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
22826      Branch: perl
22827            ! lib/Math/Complex.pm t/lib/complex.t
22828 ____________________________________________________________________________
22829 [  6856] By: jhi                                   on 2000/08/27  22:09:48
22830         Log: Update Changes.
22831      Branch: perl
22832            ! Changes patchlevel.h
22833 ____________________________________________________________________________
22834 [  6855] By: jhi                                   on 2000/08/27  21:59:21
22835         Log: Retract #6853 (false alarm).
22836      Branch: perl
22837            ! lib/ExtUtils/xsubpp
22838 ____________________________________________________________________________
22839 [  6854] By: jhi                                   on 2000/08/27  21:37:44
22840         Log: Update Changes.
22841      Branch: perl
22842            ! Changes patchlevel.h
22843 ____________________________________________________________________________
22844 [  6853] By: jhi                                   on 2000/08/27  21:37:16
22845         Log: Subject: [PATCH perl@6850] workaround for xsubpp
22846              From: Hugo <hv@crypt.compulink.co.uk>
22847              Date: Sun, 27 Aug 2000 22:30:25 +0100
22848              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
22849      Branch: perl
22850            ! lib/ExtUtils/xsubpp
22851 ____________________________________________________________________________
22852 [  6852] By: jhi                                   on 2000/08/27  21:33:58
22853         Log: Big-endian 64-bit patch from Raphael Manfredi.
22854      Branch: perl
22855            ! ext/Storable/Storable.xs
22856 ____________________________________________________________________________
22857 [  6851] By: jhi                                   on 2000/08/27  21:22:21
22858         Log: More ruthless editing from Hugo van der Sanden.
22859      Branch: perl
22860            ! pod/perldelta.pod
22861 ____________________________________________________________________________
22862 [  6850] By: jhi                                   on 2000/08/27  16:11:46
22863         Log: Update Changes.
22864      Branch: perl
22865            ! Changes patchlevel.h
22866 ____________________________________________________________________________
22867 [  6849] By: jhi                                   on 2000/08/27  16:11:05
22868         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
22869      Branch: perl
22870            ! configpm pod/perldelta.pod
22871 ____________________________________________________________________________
22872 [  6848] By: jhi                                   on 2000/08/27  15:35:08
22873         Log: Use the actual thread type, not the pointer-to-struct.
22874      Branch: perl
22875            ! ext/Thread/Thread.xs
22876 ____________________________________________________________________________
22877 [  6847] By: jhi                                   on 2000/08/27  15:30:49
22878         Log: Test nit.
22879      Branch: perl
22880            ! t/pragma/warn/pp_sys
22881 ____________________________________________________________________________
22882 [  6846] By: jhi                                   on 2000/08/27  15:19:02
22883         Log: Passing -R in ldflags makes now it to appear in the default
22884              for lddlflags, just like with -L.
22885              
22886              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
22887              From: Lupe Christoph <lupe@lupe-christoph.de>
22888              Date: Sun, 27 Aug 2000 10:28:21 +0200
22889              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
22890      Branch: metaconfig/U/perl
22891            ! dlsrc.U
22892      Branch: perl
22893            ! Configure
22894 ____________________________________________________________________________
22895 [  6845] By: jhi                                   on 2000/08/27  15:08:54
22896         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
22897              From: Alan Burlison <Alan.Burlison@uk.sun.com>
22898              Date: Sat, 26 Aug 2000 22:23:27 +0100
22899              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
22900      Branch: perl
22901            ! lib/ExtUtils/MM_Unix.pm
22902 ____________________________________________________________________________
22903 [  6844] By: jhi                                   on 2000/08/27  15:02:37
22904         Log: DJGPP update from Laszlo Molnar.
22905              
22906              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
22907              From: ml1050 <ml1050@freemail.hu>
22908              Date: Sat, 26 Aug 2000 23:24:40 +0200
22909              Message-Id: <20000826232440.A439@freemail.hu>
22910      Branch: perl
22911            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
22912            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
22913 ____________________________________________________________________________
22914 [  6843] By: jhi                                   on 2000/08/27  14:53:58
22915         Log: Subject: installman buglet
22916              From: Lupe Christoph <lupe@lupe-christoph.de>
22917              Date: Sun, 27 Aug 2000 14:38:59 +0200
22918              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
22919      Branch: perl
22920            ! installman
22921 ____________________________________________________________________________
22922 [  6842] By: jhi                                   on 2000/08/27  14:52:08
22923         Log: Can't get the test to reliably work thanks to the
22924              inaccurateness of floating point.  "Resolves" bug ids
22925              20000826.003, 20000826.009, 20000826.010,
22926      Branch: perl
22927            ! t/lib/trig.t
22928 ____________________________________________________________________________
22929 [  6841] By: jhi                                   on 2000/08/26  15:53:58
22930         Log: Update Changes.
22931      Branch: perl
22932            ! Changes patchlevel.h
22933 ____________________________________________________________________________
22934 [  6840] By: jhi                                   on 2000/08/26  14:23:03
22935         Log: grep -e isn't portable.
22936              
22937              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
22938              From: chris@broadband.att.com
22939              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
22940              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
22941      Branch: perl
22942            ! hints/solaris_2.sh
22943 ____________________________________________________________________________
22944 [  6839] By: jhi                                   on 2000/08/26  14:12:23
22945         Log: no-install target a la make -n.
22946              
22947              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
22948              From: <abigail@foad.org>
22949              Date: Sat, 26 Aug 2000 03:57:34 -0400
22950              Message-ID: <20000826075735.18912.qmail@foad.org>
22951      Branch: perl
22952            ! Makefile.SH installman installperl
22953 ____________________________________________________________________________
22954 [  6838] By: jhi                                   on 2000/08/26  14:06:33
22955         Log: Retract #6826 as the #6828 should be do the same
22956              in a More Correct Way.
22957      Branch: perl
22958            ! installperl
22959 ____________________________________________________________________________
22960 [  6837] By: jhi                                   on 2000/08/26  05:24:00
22961         Log: More casting.
22962      Branch: perl
22963            ! ext/Storable/Storable.xs
22964 ____________________________________________________________________________
22965 [  6836] By: jhi                                   on 2000/08/26  05:05:46
22966         Log: Nicer in decimal.
22967      Branch: perl
22968            ! ext/Storable/Storable.xs
22969 ____________________________________________________________________________
22970 [  6835] By: jhi                                   on 2000/08/26  05:03:50
22971         Log: There be no UVdf.
22972      Branch: perl
22973            ! ext/Storable/Storable.xs
22974 ____________________________________________________________________________
22975 [  6834] By: jhi                                   on 2000/08/26  05:00:18
22976         Log: Continue IVdfing and UVxfing.
22977      Branch: perl
22978            ! ext/Storable/Storable.xs
22979 ____________________________________________________________________________
22980 [  6833] By: jhi                                   on 2000/08/26  04:53:14
22981         Log: Use IVdf.
22982      Branch: perl
22983            ! ext/Storable/Storable.xs
22984 ____________________________________________________________________________
22985 [  6832] By: jhi                                   on 2000/08/26  04:40:41
22986         Log: Document PTR2XX and INT2PTR.
22987      Branch: perl
22988            ! pod/perlguts.pod
22989 ____________________________________________________________________________
22990 [  6831] By: jhi                                   on 2000/08/26  04:33:18
22991         Log: Use UVxf, PTR2UV, NVff.
22992      Branch: perl
22993            ! ext/Storable/Storable.xs
22994 ____________________________________________________________________________
22995 [  6830] By: jhi                                   on 2000/08/26  04:31:32
22996         Log: Update the test count.
22997      Branch: perl
22998            ! t/lib/trig.t
22999 ____________________________________________________________________________
23000 [  6829] By: jhi                                   on 2000/08/26  03:05:50
23001         Log: Subject: [PATCH] installation not quite silent yet.
23002              From: <abigail@foad.org>
23003              Date: Fri, 25 Aug 2000 20:07:53 -0400
23004              Message-ID: <20000826000753.7822.qmail@foad.org>
23005      Branch: perl
23006            ! installman installperl
23007 ____________________________________________________________________________
23008 [  6828] By: jhi                                   on 2000/08/26  03:05:14
23009         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
23010              From: Spider Boardman <spider@web.zk3.dec.com>
23011              Date: Fri, 25 Aug 2000 19:12:40 -0400
23012              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
23013      Branch: perl
23014            ! gv.c
23015 ____________________________________________________________________________
23016 [  6827] By: jhi                                   on 2000/08/25  23:54:34
23017         Log: Support preserving extremely big/small angles.
23018      Branch: perl
23019            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
23020 ____________________________________________________________________________
23021 [  6826] By: jhi                                   on 2000/08/25  23:01:20
23022         Log: Patch installperl to be long double-aware.
23023              
23024              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
23025              From: Spider Boardman <spider@web.zk3.dec.com>
23026              Date: Fri, 25 Aug 2000 18:15:23 -0400
23027              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
23028      Branch: perl
23029            ! installperl
23030 ____________________________________________________________________________
23031 [  6825] By: jhi                                   on 2000/08/25  22:58:25
23032         Log: Remove duplicately applied patch shards.
23033              
23034              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
23035              From: Spider Boardman <spider@leggy.zk3.dec.com>
23036              Date: Fri, 25 Aug 2000 16:45:03 -0400
23037              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
23038      Branch: perl
23039            ! t/lib/cgi-html.t
23040 ____________________________________________________________________________
23041 [  6824] By: jhi                                   on 2000/08/25  22:57:00
23042         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
23043              From: Daniel Chetlin <daniel@chetlin.com>
23044              Date: Fri, 25 Aug 2000 12:23:16 -0700
23045              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
23046              
23047              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
23048              From: Daniel Chetlin <daniel@chetlin.com>
23049              Date: Fri, 25 Aug 2000 14:47:19 -0700
23050              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
23051      Branch: perl
23052            ! installman
23053 ____________________________________________________________________________
23054 [  6823] By: jhi                                   on 2000/08/25  22:44:17
23055         Log: Timestamp problem?
23056      Branch: perl
23057            ! uconfig.h uconfig.sh
23058 ____________________________________________________________________________
23059 [  6822] By: jhi                                   on 2000/08/25  19:01:06
23060         Log: One forgotten file from #6816.
23061      Branch: perl
23062            ! vos/config.h
23063 ____________________________________________________________________________
23064 [  6821] By: jhi                                   on 2000/08/25  18:56:39
23065         Log: Regen Changes.
23066      Branch: perl
23067            ! Changes patchlevel.h
23068 ____________________________________________________________________________
23069 [  6820] By: jhi                                   on 2000/08/25  18:52:35
23070         Log: Fix Changes ordering.
23071      Branch: perl
23072            ! Changes
23073 ____________________________________________________________________________
23074 [  6819] By: jhi                                   on 2000/08/25  18:50:25
23075         Log: Update Changes.
23076      Branch: perl
23077            ! Changes patchlevel.h
23078 ____________________________________________________________________________
23079 [  6818] By: jhi                                   on 2000/08/25  18:47:45
23080         Log: Tweak the sfio/useperlio logic, hopefully as wished in
23081              
23082              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
23083              From: Nicholas Clark <nick@babyhippo.co.uk>
23084              Date: Fri, 25 Aug 2000 12:01:45 +0100
23085              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
23086      Branch: metaconfig/U/perl
23087            ! d_sfio.U
23088      Branch: perl
23089            ! Configure
23090 ____________________________________________________________________________
23091 [  6817] By: jhi                                   on 2000/08/25  18:32:51
23092         Log: Allow microperl to assume <math.h>, without it the math
23093              functions like floor() are assumed to return int, which makes
23094              for core dumps in machines where integer and floating register
23095              don't mix.
23096      Branch: perl
23097            ! uconfig.h uconfig.sh
23098 ____________________________________________________________________________
23099 [  6816] By: jhi                                   on 2000/08/25  18:27:17
23100         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
23101              the problem reported in
23102              
23103              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
23104              From: danhale@us.ibm.com
23105              Date: Fri, 25 Aug 2000 10:58:06 -0400
23106              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
23107      Branch: metaconfig/U/perl
23108            + d_socks5_init.U
23109      Branch: perl
23110            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
23111            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
23112            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
23113            ! win32/config.gc win32/config.vc
23114 ____________________________________________________________________________
23115 [  6815] By: jhi                                   on 2000/08/25  17:43:31
23116         Log: A solution for the retrieve_fd autosplit warning,
23117              idea suggested by Mike Guy.
23118      Branch: perl
23119            ! ext/Storable/Storable.pm
23120 ____________________________________________________________________________
23121 [  6814] By: jhi                                   on 2000/08/25  17:16:03
23122         Log: Add install-silent target.
23123      Branch: perl
23124            ! Makefile.SH
23125 ____________________________________________________________________________
23126 [  6813] By: jhi                                   on 2000/08/25  17:14:23
23127         Log: Subject: Re: [PATCH] More silencing of installman.
23128              From: <abigail@foad.org>
23129              Date: Thu, 24 Aug 2000 19:27:03 -0400
23130              Message-ID: <20000824232703.7001.qmail@foad.org>
23131              
23132              Subject: Re: [PATCH] More silencing of installman.
23133              From: <abigail@foad.org>
23134              Date: Fri, 25 Aug 2000 03:00:58 -0400
23135              Message-ID: <20000825070058.10697.qmail@foad.org>
23136      Branch: perl
23137            ! installman
23138 ____________________________________________________________________________
23139 [  6812] By: jhi                                   on 2000/08/25  17:11:28
23140         Log: installperl --verbose and --silent.
23141              
23142              Subject: Re: [PATCH] More silencing of installman.
23143              From: <abigail@foad.org>
23144              Message-ID: <20000825064430.9719.qmail@foad.org>
23145              Date: Fri, 25 Aug 2000 02:44:30 -0400
23146      Branch: perl
23147            ! installperl
23148 ____________________________________________________________________________
23149 [  6811] By: jhi                                   on 2000/08/25  17:05:43
23150         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
23151              From: "Peter J. Farley III" <pjfarley@banet.net>
23152              Date: Thu, 24 Aug 2000 21:58:03 -0400
23153              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
23154              
23155              (applied slightly modified)
23156      Branch: perl
23157            ! lib/ExtUtils/MM_Unix.pm
23158 ____________________________________________________________________________
23159 [  6810] By: jhi                                   on 2000/08/25  17:01:18
23160         Log: Missing parts of 
23161              
23162              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
23163              From: Peter Prymmer <pvhp@forte.com>
23164              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
23165              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
23166      Branch: perl
23167            ! t/lib/cgi-html.t
23168 ____________________________________________________________________________
23169 [  6809] By: jhi                                   on 2000/08/25  16:46:32
23170         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
23171              From: "Craig A. Berry" <craig.berry@psinetcs.com>
23172              Date: Thu, 24 Aug 2000 19:13:11 -0500
23173              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
23174      Branch: perl
23175            ! vms/vms.c
23176 ____________________________________________________________________________
23177 [  6808] By: jhi                                   on 2000/08/25  16:39:22
23178         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
23179              From: Peter Prymmer <pvhp@forte.com>
23180              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
23181              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
23182      Branch: perl
23183            ! configure.com
23184 ____________________________________________________________________________
23185 [  6807] By: jhi                                   on 2000/08/25  16:36:37
23186         Log: Better wording for the vec lvalue diagnostic.
23187              
23188              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
23189              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
23190              Date: Wed, 23 Aug 2000 14:12:16 -0400
23191              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
23192      Branch: perl
23193            ! pod/perldiag.pod
23194 ____________________________________________________________________________
23195 [  6806] By: jhi                                   on 2000/08/24  18:17:22
23196         Log: Subject: [PATCH] More silencing of installman.
23197              From: <abigail@foad.org>
23198              Date: Thu, 24 Aug 2000 14:01:44 -0400
23199              Message-ID: <20000824180144.20062.qmail@foad.org>
23200      Branch: perl
23201            ! installman
23202 ____________________________________________________________________________
23203 [  6805] By: jhi                                   on 2000/08/24  15:00:31
23204         Log: Update Changes.
23205      Branch: perl
23206            ! Changes patchlevel.h
23207 ____________________________________________________________________________
23208 [  6804] By: jhi                                   on 2000/08/24  14:59:07
23209         Log: Regen perltoc.
23210      Branch: perl
23211            ! pod/perltoc.pod
23212 ____________________________________________________________________________
23213 [  6803] By: jhi                                   on 2000/08/24  14:44:39
23214         Log: Show the doc file, not the temp file.
23215      Branch: perl
23216            ! installman
23217 ____________________________________________________________________________
23218 [  6802] By: jhi                                   on 2000/08/24  14:41:53
23219         Log: Continue silencing.
23220      Branch: perl
23221            ! installman
23222 ____________________________________________________________________________
23223 [  6801] By: jhi                                   on 2000/08/24  14:34:40
23224         Log: Actually do something with the silencer option.
23225      Branch: perl
23226            ! installman
23227 ____________________________________________________________________________
23228 [  6800] By: jhi                                   on 2000/08/24  14:26:22
23229         Log: Make installman to recognize the silence flag -S.
23230      Branch: perl
23231            ! installman
23232 ____________________________________________________________________________
23233 [  6799] By: jhi                                   on 2000/08/24  13:49:38
23234         Log: DOS patches and portability/porting notes, from Tim Jenness.
23235      Branch: perl
23236            ! lib/File/Temp.pm
23237 ____________________________________________________________________________
23238 [  6798] By: jhi                                   on 2000/08/24  13:48:27
23239         Log: Create directories in silence.
23240              
23241              Subject: [PATCH] Another silencer for MakeMaker
23242              From: andreas.koenig@anima.de (Andreas J. Koenig)
23243              Date: 24 Aug 2000 14:18:52 +0200
23244              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
23245      Branch: perl
23246            ! lib/ExtUtils/Command.pm
23247 ____________________________________________________________________________
23248 [  6797] By: jhi                                   on 2000/08/24  13:46:42
23249         Log: More liberal parsing of version numbers.
23250              
23251              Subject: Re: CPAN.pm beta for testing available
23252              From: andreas.koenig@anima.de (Andreas J. Koenig)
23253              Date: 24 Aug 2000 13:51:57 +0200
23254              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
23255      Branch: perl
23256            ! lib/CPAN.pm
23257 ____________________________________________________________________________
23258 [  6796] By: jhi                                   on 2000/08/24  13:44:36
23259         Log: Make "make install" by default silent.  A new "install-verbose"
23260              target is verbose.
23261      Branch: perl
23262            ! Makefile.SH
23263 ____________________________________________________________________________
23264 [  6795] By: jhi                                   on 2000/08/24  13:39:14
23265         Log: Add silencer flags to installperl.
23266              
23267              Subject: [PATCH] Making installperl silent.
23268              From: <abigail@foad.org>
23269              Date: Thu, 24 Aug 2000 05:01:45 -0400
23270              Message-ID: <20000824090145.13141.qmail@foad.org>
23271      Branch: perl
23272            ! installperl
23273 ____________________________________________________________________________
23274 [  6794] By: jhi                                   on 2000/08/24  13:35:50
23275         Log: installperl couldn't tell whether it had run tests or not.
23276              
23277              Subject: [PATCH] Re: installperl and t/TEST
23278              From: <abigail@foad.org>
23279              Date: Thu, 24 Aug 2000 04:00:53 -0400
23280              Message-ID: <20000824080053.2494.qmail@foad.org>
23281      Branch: perl
23282            ! Makefile.SH installperl
23283 ____________________________________________________________________________
23284 [  6793] By: jhi                                   on 2000/08/24  13:27:50
23285         Log: Drop the separate perlbc, perlcc -b should be enough.
23286      Branch: perl
23287            - utils/perlbc.PL
23288            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
23289 ____________________________________________________________________________
23290 [  6792] By: jhi                                   on 2000/08/24  04:41:30
23291         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
23292              plus the typo fix from Peter Prymmer.
23293      Branch: perl
23294            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
23295            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
23296 ____________________________________________________________________________
23297 [  6791] By: jhi                                   on 2000/08/24  02:10:43
23298         Log: Replace #6705 with a minimal doc patch.
23299              
23300              Subject: [PATCH 5.6.0] replace change #6705
23301              From: Jan Dubois <jand@ActiveState.com>
23302              Date: Wed, 23 Aug 2000 18:31:51 -0700
23303              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
23304      Branch: perl
23305            ! lib/Win32.pod win32/win32.c
23306 ____________________________________________________________________________
23307 [  6790] By: jhi                                   on 2000/08/23  17:52:00
23308         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
23309              From: Mike Guy <mjtg@cam.ac.uk>
23310              Date: Wed, 23 Aug 2000 18:38:46 +0100
23311              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
23312      Branch: perl
23313            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
23314 ____________________________________________________________________________
23315 [  6789] By: jhi                                   on 2000/08/23  15:34:21
23316         Log: Update Changes.
23317      Branch: perl
23318            ! Changes patchlevel.h
23319 ____________________________________________________________________________
23320 [  6788] By: jhi                                   on 2000/08/23  15:33:40
23321         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
23322              From: Wilfredo Sánchez <wsanchez@apple.com>
23323              Date: Tue, 22 Aug 2000 19:31:27 -0700
23324              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
23325      Branch: perl
23326            ! perl.h
23327 ____________________________________________________________________________
23328 [  6787] By: jhi                                   on 2000/08/23  15:29:31
23329         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
23330              From: Spider Boardman <spider@leggy.zk3.dec.com>
23331              Date: Wed, 23 Aug 2000 10:33:23 -0400
23332              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
23333      Branch: perl
23334            ! lib/Pod/Html.pm
23335 ____________________________________________________________________________
23336 [  6786] By: jhi                                   on 2000/08/23  15:28:11
23337         Log: Bad makefile.
23338      Branch: perl
23339            ! ext/B/Makefile.PL
23340 ____________________________________________________________________________
23341 [  6785] By: jhi                                   on 2000/08/23  14:37:04
23342         Log: Update Changes.
23343      Branch: perl
23344            ! Changes patchlevel.h
23345 ____________________________________________________________________________
23346 [  6784] By: jhi                                   on 2000/08/23  13:58:41
23347         Log: Portability fix from Hugo van der Sanden.
23348      Branch: perl
23349            ! ext/re/Makefile.PL
23350 ____________________________________________________________________________
23351 [  6783] By: jhi                                   on 2000/08/23  13:53:53
23352         Log: Storable support, v-version fixes.
23353              
23354              Subject: CPAN.pm beta for testing available
23355              From: andreas.koenig@anima.de (Andreas J. Koenig)
23356              Date: 22 Aug 2000 23:31:33 +0200
23357              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
23358      Branch: perl
23359            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
23360 ____________________________________________________________________________
23361 [  6782] By: jhi                                   on 2000/08/23  13:51:26
23362         Log: Mac and other portability updates from Chris Nandor.
23363      Branch: perl
23364            ! pod/perlmodinstall.pod
23365 ____________________________________________________________________________
23366 [  6781] By: jhi                                   on 2000/08/23  13:47:33
23367         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
23368              From: Peter Prymmer <pvhp@forte.com>
23369              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
23370              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
23371      Branch: perl
23372            ! ext/Storable/Storable.xs
23373 ____________________________________________________________________________
23374 [  6780] By: jhi                                   on 2000/08/23  13:33:34
23375         Log: VMS MMS (make) wants null action.
23376      Branch: perl
23377            ! ext/B/Makefile.PL
23378 ____________________________________________________________________________
23379 [  6779] By: jhi                                   on 2000/08/22  19:44:47
23380         Log: Forgot portability nit.
23381      Branch: perl
23382            ! t/lib/st-forgive.t
23383 ____________________________________________________________________________
23384 [  6778] By: jhi                                   on 2000/08/22  19:35:25
23385         Log: Be portable.
23386      Branch: perl
23387            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
23388            ! t/lib/st-store.t
23389 ____________________________________________________________________________
23390 [  6777] By: jhi                                   on 2000/08/22  18:50:53
23391         Log: Update Changes.
23392      Branch: perl
23393            ! Changes patchlevel.h
23394 ____________________________________________________________________________
23395 [  6776] By: jhi                                   on 2000/08/22  18:44:46
23396         Log: cSVOPo_*v things index into the current PL_curpad
23397              under ithreads, which is different from the curpad
23398              used by the XSUB.  (In other words, the code as-is
23399              before this patch wouldn't work under ithreads.)
23400              From Sarathy.
23401      Branch: perl
23402            ! ext/B/B.xs
23403 ____________________________________________________________________________
23404 [  6775] By: jhi                                   on 2000/08/22  18:18:37
23405         Log: Make the selection of NVff et al stricter.
23406      Branch: metaconfig/U/perl
23407            ! perlxvf.U
23408      Branch: perl
23409            ! Configure config_h.SH
23410 ____________________________________________________________________________
23411 [  6774] By: jhi                                   on 2000/08/22  17:19:42
23412         Log: perldelta nits.
23413      Branch: perl
23414            ! pod/perldelta.pod
23415 ____________________________________________________________________________
23416 [  6773] By: jhi                                   on 2000/08/22  17:06:26
23417         Log: Long double fixes from Spider Boardman.
23418              
23419              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
23420              From: system PRIVILEGED account <root@peano.zk3.dec.com>
23421              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
23422              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
23423      Branch: perl
23424            ! t/lib/bigfltpm.t t/lib/st-06compat.t
23425 ____________________________________________________________________________
23426 [  6772] By: jhi                                   on 2000/08/22  15:04:53
23427         Log: Update Changes.
23428      Branch: perl
23429            ! Changes patchlevel.h
23430 ____________________________________________________________________________
23431 [  6771] By: jhi                                   on 2000/08/22  15:01:44
23432         Log: perldelta fixes from Hugo van der Sanden.
23433      Branch: perl
23434            ! pod/perldelta.pod
23435 ____________________________________________________________________________
23436 [  6770] By: jhi                                   on 2000/08/22  14:34:49
23437         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
23438              From: Hugo <hv@crypt.compulink.co.uk>
23439              Date: Tue, 22 Aug 2000 11:21:53 +0100
23440              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
23441      Branch: perl
23442            ! regcomp.c
23443 ____________________________________________________________________________
23444 [  6769] By: jhi                                   on 2000/08/22  14:30:02
23445         Log: Add Yitzchak, reformat.
23446      Branch: perl
23447            ! Changes config_h.SH
23448 ____________________________________________________________________________
23449 [  6768] By: jhi                                   on 2000/08/22  14:21:35
23450         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
23451              and Spider Boardman.
23452      Branch: metaconfig
23453            ! U/compline/d_gconvert.U
23454      Branch: perl
23455            ! Configure
23456 ____________________________________________________________________________
23457 [  6767] By: jhi                                   on 2000/08/22  14:11:24
23458         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
23459              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
23460              Date: Mon, 21 Aug 2000 19:08:31 -0700
23461              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
23462      Branch: perl
23463            - ext/Storable/patchlevel.h
23464            ! MANIFEST ext/Storable/MANIFEST
23465 ____________________________________________________________________________
23466 [  6766] By: jhi                                   on 2000/08/22  13:49:29
23467         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
23468              From: Peter Prymmer <pvhp@forte.com>
23469              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
23470              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
23471      Branch: perl
23472            ! configure.com ext/Storable/Makefile.PL
23473 ____________________________________________________________________________
23474 [  6765] By: jhi                                   on 2000/08/22  13:44:59
23475         Log: Subject: [PATCH blead] B:: missing dependency
23476              From: Hugo <hv@crypt.compulink.co.uk>
23477              Date: Tue, 22 Aug 2000 06:44:33 +0100
23478              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
23479      Branch: perl
23480            ! ext/B/Makefile.PL
23481 ____________________________________________________________________________
23482 [  6764] By: jhi                                   on 2000/08/22  13:38:12
23483         Log: More bytecompiler.
23484      Branch: perl
23485            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
23486 ____________________________________________________________________________
23487 [  6763] By: jhi                                   on 2000/08/22  13:36:44
23488         Log: Bytecompiler patches from Benjamin Stuhl.
23489      Branch: perl
23490            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
23491            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
23492            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
23493            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
23494            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
23495            ! perl.c perlapi.h pod/perldelta.pod
23496 ____________________________________________________________________________
23497 [  6762] By: jhi                                   on 2000/08/21  23:43:40
23498         Log: An obsoleted diagnostic.
23499      Branch: perl
23500            ! pod/perldelta.pod
23501 ____________________________________________________________________________
23502 [  6761] By: jhi                                   on 2000/08/21  23:01:45
23503         Log: The #6759 wasn't quite right.
23504      Branch: perl
23505            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
23506            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
23507            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
23508            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
23509            ! t/lib/st-tieditems.t
23510 ____________________________________________________________________________
23511 [  6760] By: jhi                                   on 2000/08/21  22:35:49
23512         Log: Be verydeepclean.
23513      Branch: perl
23514            ! Makefile.SH
23515 ____________________________________________________________________________
23516 [  6759] By: jhi                                   on 2000/08/21  22:25:40
23517         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
23518              From: Peter Prymmer <pvhp@forte.com>
23519              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
23520              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
23521      Branch: perl
23522            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
23523            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
23524            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
23525            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
23526            ! t/lib/st-tieditems.t
23527 ____________________________________________________________________________
23528 [  6758] By: jhi                                   on 2000/08/21  22:22:32
23529         Log: Few more casts, need reported in
23530              
23531              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
23532              From: Mike Stok <mike@stok.co.uk>
23533              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
23534              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
23535              
23536              and
23537              
23538              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
23539              From: abigail@foad.org
23540              Date: 21 Aug 2000 21:31:34 -0000
23541              Message-Id: <20000821213134.30170.qmail@foad.org>
23542      Branch: perl
23543            ! ext/Storable/Storable.xs
23544 ____________________________________________________________________________
23545 [  6757] By: jhi                                   on 2000/08/21  18:37:07
23546         Log: Update Changes.
23547      Branch: perl
23548            ! Changes patchlevel.h
23549 ____________________________________________________________________________
23550 [  6756] By: jhi                                   on 2000/08/21  18:34:02
23551         Log: A pod nit.
23552              
23553              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
23554              From: <abigail@foad.org>
23555              Date: Mon, 21 Aug 2000 14:00:16 -0400
23556              Message-ID: <20000821180016.28627.qmail@foad.org>
23557      Branch: perl
23558            ! pod/perlre.pod
23559 ____________________________________________________________________________
23560 [  6755] By: jhi                                   on 2000/08/21  18:30:56
23561         Log: Use PodParser 1.18 new test.
23562      Branch: perl
23563            ! t/pod/special_seqs.t t/pod/special_seqs.xr
23564 ____________________________________________________________________________
23565 [  6754] By: jhi                                   on 2000/08/21  18:28:35
23566         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
23567              patches cannot be applied since #6712 conflicts.
23568      Branch: perl
23569            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
23570 ____________________________________________________________________________
23571 [  6753] By: jhi                                   on 2000/08/21  18:15:11
23572         Log: Weed out some smaller changes.
23573      Branch: perl
23574            ! pod/perldelta.pod
23575 ____________________________________________________________________________
23576 [  6752] By: jhi                                   on 2000/08/21  18:02:30
23577         Log: Also under djgpp the timestamps are funky.
23578      Branch: perl
23579            ! t/op/stat.t
23580 ____________________________________________________________________________
23581 [  6751] By: jhi                                   on 2000/08/21  17:55:56
23582         Log: Tweak the floating point output routine preferences.
23583      Branch: metaconfig
23584            ! U/compline/d_gconvert.U
23585      Branch: perl
23586            ! Configure
23587 ____________________________________________________________________________
23588 [  6750] By: jhi                                   on 2000/08/21  17:51:29
23589         Log: Unicos/mk requires elaborate paranoia.
23590      Branch: perl
23591            ! lib/Math/Complex.pm
23592 ____________________________________________________________________________
23593 [  6749] By: gsar                                  on 2000/08/21  16:53:31
23594         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
23595      Branch: perl
23596            ! lib/Cwd.pm
23597 ____________________________________________________________________________
23598 [  6748] By: gsar                                  on 2000/08/21  16:22:19
23599         Log: free TLS slot properly on Windows
23600      Branch: perl
23601            ! thread.h win32/perllib.c win32/win32thread.h
23602 ____________________________________________________________________________
23603 [  6747] By: jhi                                   on 2000/08/21  16:20:58
23604         Log: Rename the macro argument because some preprocessors
23605              can't tell the difference and expand arguments also inside
23606              double quoted strings.
23607      Branch: perl
23608            ! regcomp.c
23609 ____________________________________________________________________________
23610 [  6746] By: jhi                                   on 2000/08/21  16:09:41
23611         Log: Support long doubles in Storable.
23612              
23613              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
23614              From: Radu Greab <radu@netsoft.ro>
23615              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
23616              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
23617      Branch: perl
23618            ! ext/Storable/Storable.xs
23619 ____________________________________________________________________________
23620 [  6745] By: jhi                                   on 2000/08/21  15:51:40
23621         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
23622              From: "Fifer, Eric" <EFifer@sanwaint.com>
23623              Date: Mon, 21 Aug 2000 15:34:49 +0100
23624              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
23625      Branch: perl
23626            ! t/pragma/warn/9enabled
23627 ____________________________________________________________________________
23628 [  6744] By: jhi                                   on 2000/08/21  15:39:35
23629         Log: Document the endianness of Alpha more precisely.
23630      Branch: perl
23631            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
23632            ! pod/perlport.pod
23633 ____________________________________________________________________________
23634 [  6743] By: jhi                                   on 2000/08/21  14:47:05
23635         Log: perldelta fixes from the p5p crowd.
23636      Branch: perl
23637            ! pod/perldelta.pod pod/perlop.pod
23638 ____________________________________________________________________________
23639 [  6742] By: jhi                                   on 2000/08/21  13:34:51
23640         Log: Update to Pod::LaTeX 0.53.
23641              
23642              Subject: [PATCH] lib/Pod/LaTeX.pm updates
23643              From: Tim Jenness <timj@jach.hawaii.edu>
23644              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
23645              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
23646      Branch: perl
23647            ! lib/Pod/LaTeX.pm
23648 ____________________________________________________________________________
23649 [  6741] By: jhi                                   on 2000/08/21  13:33:01
23650         Log: Subject: [PATCH] os2.c fix for use64bitint
23651              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
23652              Date: Mon, 21 Aug 2000 01:32:25 -0700
23653              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
23654      Branch: perl
23655            ! os2/os2.c
23656 ____________________________________________________________________________
23657 [  6740] By: jhi                                   on 2000/08/21  13:28:52
23658         Log: Array context keeps slithering in.
23659              
23660              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
23661              From: Daniel Chetlin <daniel@chetlin.com>
23662              Date: Sun, 20 Aug 2000 21:40:25 -0700
23663              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
23664      Branch: perl
23665            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
23666            ! pod/perldebtut.pod
23667 ____________________________________________________________________________
23668 [  6739] By: jhi                                   on 2000/08/21  13:23:55
23669         Log: Big-endian quad fixes for Storable from Radu Greab,
23670              plus few explicit null casts for picky compilers.
23671      Branch: perl
23672            ! ext/Storable/Storable.xs
23673 ____________________________________________________________________________
23674 [  6738] By: gsar                                  on 2000/08/21  05:56:13
23675         Log: small tweaks for change#6705: avoid C++ style comments in C code;
23676              use Perl's malloc API rather than the low level system one
23677      Branch: perl
23678            ! win32/win32.c
23679 ____________________________________________________________________________
23680 [  6737] By: gsar                                  on 2000/08/21  05:35:41
23681         Log: add Storable to list of extensions on Windows
23682      Branch: perl
23683            ! win32/Makefile win32/makefile.mk
23684 ____________________________________________________________________________
23685 [  6736] By: jhi                                   on 2000/08/21  02:57:53
23686         Log: Update Changes.
23687      Branch: perl
23688            ! Changes patchlevel.h
23689 ____________________________________________________________________________
23690 [  6735] By: jhi                                   on 2000/08/21  02:57:20
23691         Log: Draft 0.
23692      Branch: perl
23693            ! pod/perldelta.pod
23694 ____________________________________________________________________________
23695 [  6734] By: jhi                                   on 2000/08/21  02:57:03
23696         Log: Add Storable 0.7.2 from Raphael Manfredi,
23697              plus the patch from
23698              
23699              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
23700              From: Radu Greab <radu@netsoft.ro>
23701              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
23702              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
23703              
23704              plus changes to get Storable to compile with
23705              picky ANSI compilers.
23706      Branch: perl
23707            + ext/Storable/ChangeLog ext/Storable/MANIFEST
23708            + ext/Storable/Makefile.PL ext/Storable/README
23709            + ext/Storable/Storable.pm ext/Storable/Storable.xs
23710            + ext/Storable/patchlevel.h t/lib/st-06compat.t
23711            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
23712            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
23713            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
23714            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
23715            + t/lib/st-tieditems.t
23716            ! MANIFEST
23717 ____________________________________________________________________________
23718 [  6733] By: jhi                                   on 2000/08/21  02:29:09
23719         Log: The correct cleaning order is an art.
23720      Branch: perl
23721            ! Makefile.SH
23722 ____________________________________________________________________________
23723 [  6732] By: jhi                                   on 2000/08/21  01:23:39
23724         Log: The #6724 is here.
23725      Branch: perl
23726            ! t/lib/ftmp-security.t
23727 ____________________________________________________________________________
23728 [  6731] By: jhi                                   on 2000/08/20  23:17:03
23729         Log: s/this one/the 5.6.0 release/
23730      Branch: perl
23731            ! pod/perl56delta.pod
23732 ____________________________________________________________________________
23733 [  6730] By: jhi                                   on 2000/08/20  23:07:34
23734         Log: Mention perlebcdic and perlposix-bc.
23735      Branch: perl
23736            ! pod/perlport.pod
23737 ____________________________________________________________________________
23738 [  6729] By: jhi                                   on 2000/08/20  21:32:59
23739         Log: Document the number of exponent digits.
23740      Branch: perl
23741            ! pod/perlfunc.pod
23742 ____________________________________________________________________________
23743 [  6728] By: jhi                                   on 2000/08/20  21:16:47
23744         Log: Use File::Spec->tmpdir().
23745              
23746              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
23747              From: Tim Jenness <timj@jach.hawaii.edu>
23748              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
23749              MIME-Version: 1.0
23750              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
23751      Branch: perl
23752            ! utils/perlbug.PL
23753 ____________________________________________________________________________
23754 [  6727] By: jhi                                   on 2000/08/20  20:43:32
23755         Log: Update Changes.
23756      Branch: perl
23757            ! Changes patchlevel.h
23758 ____________________________________________________________________________
23759 [  6726] By: jhi                                   on 2000/08/20  20:41:44
23760         Log: The veryclean target needs to clobber.
23761      Branch: perl
23762            ! Makefile.SH
23763 ____________________________________________________________________________
23764 [  6725] By: jhi                                   on 2000/08/20  20:37:38
23765         Log: Document odd vs even subreleases and -Dusedevel.
23766      Branch: perl
23767            ! INSTALL
23768 ____________________________________________________________________________
23769 [  6724] By: jhi                                   on 2000/08/20  19:58:05
23770         Log: Use temporary directory instead of current directory.
23771              
23772              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
23773              From: Tim Jenness <timj@jach.hawaii.edu>
23774              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
23775              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
23776      Branch: perl
23777            ! t/lib/ftmp-security.t
23778 ____________________________________________________________________________
23779 [  6723] By: jhi                                   on 2000/08/20  19:55:55
23780         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
23781              From: andreas.koenig@anima.de (Andreas J. Koenig)
23782              Date: 20 Aug 2000 15:52:03 +0200
23783              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
23784      Branch: perl
23785            ! lib/ExtUtils/MM_Unix.pm
23786 ____________________________________________________________________________
23787 [  6722] By: jhi                                   on 2000/08/20  19:46:01
23788         Log: Update to CGI 2.72, from Lincoln Stein.
23789      Branch: perl
23790            ! lib/CGI.pm
23791 ____________________________________________________________________________
23792 [  6721] By: jhi                                   on 2000/08/20  19:43:54
23793         Log: Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
23794              From: Radu Greab <radu@netsoft.ro>
23795              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
23796              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
23797      Branch: perl
23798            ! ext/GDBM_File/GDBM_File.xs
23799 ____________________________________________________________________________
23800 [  6720] By: jhi                                   on 2000/08/20  19:42:01
23801         Log: pp_open() could pass an uninitialized filename down to do_open9().
23802      Branch: perl
23803            ! pp_sys.c
23804 ____________________________________________________________________________
23805 [  6719] By: jhi                                   on 2000/08/20  14:06:41
23806         Log: UTF8 concat fixes.
23807              
23808              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
23809              From: Hugo <hv@crypt.compulink.co.uk>
23810              Date: Sun, 20 Aug 2000 07:30:46 +0100
23811              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
23812      Branch: perl
23813            ! pp_hot.c t/op/append.t
23814 ____________________________________________________________________________
23815 [  6718] By: jhi                                   on 2000/08/20  02:09:37
23816         Log: Let's try #6717 again.
23817      Branch: perl
23818            ! lib/File/Temp.pm
23819 ____________________________________________________________________________
23820 [  6717] By: jhi                                   on 2000/08/20  01:56:55
23821         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
23822              From: "Craig A. Berry" <craig.berry@metamorgs.com>
23823              Date: Sat, 19 Aug 2000 18:15:39 -0500
23824              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
23825      Branch: perl
23826            ! lib/File/Temp.pm
23827 ____________________________________________________________________________
23828 [  6716] By: jhi                                   on 2000/08/19  15:50:11
23829         Log: Update Changes.
23830      Branch: perl
23831            ! Changes patchlevel.h
23832 ____________________________________________________________________________
23833 [  6715] By: jhi                                   on 2000/08/19  15:39:09
23834         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
23835              From: Jonathan D Johnston <jdjohnston2@juno.com>
23836              Date: Thu, 17 Aug 2000 23:13:01 -0400       
23837              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
23838      Branch: perl
23839            ! pod/perlfunc.pod
23840 ____________________________________________________________________________
23841 [  6714] By: jhi                                   on 2000/08/19  15:34:04
23842         Log: Introduce a 'veryclean' target that is like 'distclean'
23843              but also removes *~ and *.orig.
23844      Branch: perl
23845            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
23846            ! utils/Makefile x2p/Makefile.SH
23847 ____________________________________________________________________________
23848 [  6713] By: jhi                                   on 2000/08/19  14:15:45
23849         Log: Put back the long double avoidance code to POSIX.xs
23850              because VMS seems to need it still.
23851      Branch: perl
23852            ! ext/POSIX/POSIX.xs
23853 ____________________________________________________________________________
23854 [  6712] By: jhi                                   on 2000/08/19  14:10:41
23855         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
23856              From: Peter Prymmer <pvhp@forte.com>
23857              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
23858              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
23859      Branch: perl
23860            ! lib/Pod/Find.pm t/pod/find.t
23861 ____________________________________________________________________________
23862 [  6711] By: jhi                                   on 2000/08/19  14:09:19
23863         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
23864              From: Peter Prymmer <pvhp@forte.com>
23865              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
23866              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
23867              cc: vmsperl@perl.org
23868      Branch: perl
23869            ! t/lib/peek.t
23870 ____________________________________________________________________________
23871 [  6710] By: jhi                                   on 2000/08/19  14:08:01
23872         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
23873              From: Jan Dubois <jand@ActiveState.com>
23874              Date: Fri, 18 Aug 2000 16:31:48 -0700
23875              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
23876      Branch: perl
23877            ! win32/win32.c
23878 ____________________________________________________________________________
23879 [  6709] By: jhi                                   on 2000/08/19  14:06:57
23880         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
23881              
23882              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
23883              From: Spider.Boardman@Orb.Nashua.NH.US
23884              Date: Fri, 18 Aug 2000 18:41:14 -0400
23885              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
23886      Branch: perl
23887            ! regcomp.c
23888 ____________________________________________________________________________
23889 [  6708] By: jhi                                   on 2000/08/18  22:04:49
23890         Log: Update Changes.
23891      Branch: perl
23892            ! Changes patchlevel.h
23893 ____________________________________________________________________________
23894 [  6707] By: jhi                                   on 2000/08/18  21:55:14
23895         Log: Add warnif(), check warnings further up the stack,
23896              all the warnings functions now can take an optional object reference.
23897              
23898              Subject: [PATCH bleedperl@6691] warnings pragma update
23899              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
23900              Date: Fri, 18 Aug 2000 22:42:06 +0100
23901              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
23902      Branch: perl
23903            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
23904            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
23905            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
23906 ____________________________________________________________________________
23907 [  6706] By: jhi                                   on 2000/08/18  21:41:45
23908         Log: Typo in pp_complement().
23909              
23910              Subject: [PATCH perl-current] Deparse
23911              From: Peter Scott <Peter@PSDT.com>
23912              Date: Fri, 18 Aug 2000 12:44:37 -0700
23913              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
23914      Branch: perl
23915            ! ext/B/B/Deparse.pm
23916 ____________________________________________________________________________
23917 [  6705] By: jhi                                   on 2000/08/18  21:25:59
23918         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
23919              From: Jan Dubois <jand@ActiveState.com>
23920              Date: Fri, 18 Aug 2000 14:22:51 -0700
23921              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
23922      Branch: perl
23923            ! lib/Win32.pod win32/win32.c
23924 ____________________________________________________________________________
23925 [  6704] By: jhi                                   on 2000/08/18  21:16:14
23926         Log: Don't eat leading os from index entries.
23927              
23928              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
23929              From: Russ Allbery <rra@stanford.edu>
23930              Date: 10 Aug 2000 20:49:25 -0700
23931              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
23932      Branch: perl
23933            ! lib/Pod/Man.pm
23934 ____________________________________________________________________________
23935 [  6703] By: jhi                                   on 2000/08/18  21:07:06
23936         Log: Add [[:blank:]] as suggested in
23937              
23938              Subject: [ID 20000716.024] [=cc=] / [:blank:]
23939              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
23940              Date: Sun, 16 Jul 2000 17:55:29 -0700
23941              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
23942              
23943              (the [=cc=] has already been taken care of by #6439
23944              so the whole bug report can be closed)
23945              
23946              and make [[:space:]] to be equivalent to isspace(3)
23947              (as opposed to \s, which is isSPACE()).  The difference
23948              is that now [[:space:]] matches the mythical vertical tab,
23949              while \s doesn't.
23950      Branch: perl
23951            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
23952            ! regexec.c t/op/pat.t
23953 ____________________________________________________________________________
23954 [  6702] By: jhi                                   on 2000/08/18  18:47:47
23955         Log: The new tests were missing from #6415.
23956      Branch: perl
23957            ! t/op/bop.t
23958 ____________________________________________________________________________
23959 [  6701] By: jhi                                   on 2000/08/18  18:20:40
23960         Log: Document the NDBM_File and ODBM_File as SDBM_File
23961              was documented in #6417.
23962      Branch: perl
23963            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
23964            ! ext/SDBM_File/SDBM_File.pm
23965 ____________________________________________________________________________
23966 [  6700] By: jhi                                   on 2000/08/18  18:10:39
23967         Log: Subject: [PATCH perl@6698] cygwin port
23968              From: "Fifer, Eric" <EFifer@sanwaint.com>
23969              Date: Fri, 18 Aug 2000 17:30:05 +0100
23970              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
23971      Branch: perl
23972            ! lib/File/Temp.pm
23973 ____________________________________________________________________________
23974 [  6699] By: jhi                                   on 2000/08/18  16:21:49
23975         Log: Document code point which makes if (defined %stash::) to work
23976              (noted by Spider Boardman).
23977      Branch: perl
23978            ! op.c
23979 ____________________________________________________________________________
23980 [  6698] By: jhi                                   on 2000/08/18  13:43:27
23981         Log: Update Changes.
23982      Branch: perl
23983            ! Changes patchlevel.h
23984 ____________________________________________________________________________
23985 [  6697] By: jhi                                   on 2000/08/18  13:35:57
23986         Log: Tiny Getopt::Long patch from Johan Vromans.
23987      Branch: perl
23988            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
23989 ____________________________________________________________________________
23990 [  6696] By: jhi                                   on 2000/08/18  13:26:14
23991         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
23992              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
23993              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
23994              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
23995      Branch: perl
23996            ! pod/perldiag.pod pod/perlsyn.pod
23997 ____________________________________________________________________________
23998 [  6695] By: jhi                                   on 2000/08/18  13:13:26
23999         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
24000              From: Daniel Chetlin <daniel@chetlin.com>
24001              Date: Fri, 18 Aug 2000 03:13:36 -0700
24002              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
24003      Branch: perl
24004            ! pod/perlfunc.pod
24005 ____________________________________________________________________________
24006 [  6694] By: jhi                                   on 2000/08/18  13:08:05
24007         Log: Subject: [PATCH] perltrap.pod spring cleaning
24008              From: Daniel Chetlin <daniel@chetlin.com>
24009              Date: Fri, 18 Aug 2000 03:06:54 -0700
24010              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
24011              
24012              plus Mike Guy's nitfix.
24013      Branch: perl
24014            ! pod/perltrap.pod
24015 ____________________________________________________________________________
24016 [  6693] By: jhi                                   on 2000/08/18  13:00:26
24017         Log: Unbuffer the output.
24018              
24019              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
24020              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
24021              Date: Thu, 17 Aug 2000 18:39:29 -0700
24022              Message-ID: <RPJn5gzkgydf092yn@efn.org>
24023      Branch: perl
24024            ! t/op/fork.t
24025 ____________________________________________________________________________
24026 [  6692] By: jhi                                   on 2000/08/18  05:19:17
24027         Log: Delete the image, too, not just its MANIFEStation.
24028      Branch: perl
24029            - lib/CGI/eg/wilogo.gif
24030 ____________________________________________________________________________
24031 [  6691] By: jhi                                   on 2000/08/18  05:10:26
24032         Log: Propagate new Configure vars.
24033      Branch: perl
24034            ! configure.com epoc/config.sh uconfig.h uconfig.sh
24035            ! vos/config.def vos/config.h vos/config_h.SH_orig
24036            ! win32/config.bc win32/config.gc win32/config.vc
24037            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
24038 ____________________________________________________________________________
24039 [  6690] By: jhi                                   on 2000/08/18  04:30:56
24040         Log: Update Changes.
24041      Branch: perl
24042            ! Changes patchlevel.h
24043 ____________________________________________________________________________
24044 [  6689] By: jhi                                   on 2000/08/18  04:12:30
24045         Log: Fix the lib/complex failure of
24046              
24047              From: abigail@foad.org
24048              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
24049              Date: 15 Aug 2000 04:06:38 -0000
24050              Message-Id: <20000815040638.8524.qmail@foad.org> 
24051              
24052              Linux long double accuracy issue: something that
24053              when printed with %g looks like "2" but int() of it is 1.
24054      Branch: perl
24055            ! lib/Math/Complex.pm
24056 ____________________________________________________________________________
24057 [  6688] By: jhi                                   on 2000/08/18  03:15:35
24058         Log: The byteorder code in #6671 was wrong.
24059      Branch: perl
24060            ! configpm
24061 ____________________________________________________________________________
24062 [  6687] By: jhi                                   on 2000/08/18  02:08:42
24063         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
24064              From: Jan Dubois <jand@ActiveState.com>
24065              Date: Thu, 17 Aug 2000 18:31:55 -0700
24066              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
24067      Branch: perl
24068            ! sv.c
24069 ____________________________________________________________________________
24070 [  6686] By: jhi                                   on 2000/08/18  02:04:15
24071         Log: Use NVs in POSIX math, not doubles.
24072              
24073              From: abigail@foad.org
24074              Subject: [ID 20000817.014] POSIX & modfl
24075              Date: 17 Aug 2000 20:49:18 -0000
24076              Message-Id: <20000817204918.23123.qmail@foad.org>
24077      Branch: perl
24078            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
24079 ____________________________________________________________________________
24080 [  6685] By: jhi                                   on 2000/08/18  02:02:12
24081         Log: Introduce NVef, NVff, and NVgf, use the middle one.
24082              (helps for lib/peek + Linux + long doubles)  Reported in
24083              
24084              From: abigail@foad.org
24085              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
24086              Date: 15 Aug 2000 04:06:38 -0000
24087              Message-Id: <20000815040638.8524.qmail@foad.org> 
24088              
24089              (note: the lib/complex failure has not yet been addressed)
24090      Branch: metaconfig/U/perl
24091            ! perlxvf.U
24092      Branch: perl
24093            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
24094            ! config_h.SH dump.c perl.h pod/perlguts.pod
24095 ____________________________________________________________________________
24096 [  6684] By: jhi                                   on 2000/08/17  23:22:19
24097         Log: Add byteorder to the myconfig output.
24098      Branch: perl
24099            ! myconfig.SH
24100 ____________________________________________________________________________
24101 [  6683] By: jhi                                   on 2000/08/17  23:20:19
24102         Log: The image doth not exist, spotted by Johan Vromans.
24103      Branch: perl
24104            ! MANIFEST
24105 ____________________________________________________________________________
24106 [  6682] By: jhi                                   on 2000/08/17  22:38:16
24107         Log: Document what the backtick returns if the command fails.
24108      Branch: perl
24109            ! pod/perlop.pod
24110 ____________________________________________________________________________
24111 [  6681] By: jhi                                   on 2000/08/17  22:33:12
24112         Log: Do not use prototyping here.
24113              
24114              Subject: [ID 20000817.016] [PATCH] Peek.xs
24115              From: abigail@foad.org
24116              Date: 17 Aug 2000 20:55:56 -0000
24117              Message-Id: <20000817205556.24270.qmail@foad.org>
24118      Branch: perl
24119            ! ext/Devel/Peek/Makefile.PL
24120 ____________________________________________________________________________
24121 [  6680] By: jhi                                   on 2000/08/17  19:46:43
24122         Log: Don't propose using modules built for 5.005 if no binary
24123              compatibility with 5.005 is attempted.
24124              
24125              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
24126              Subject: Minor nit with 5.7.0 (6655)
24127              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
24128              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
24129      Branch: metaconfig
24130            ! U/installdirs/inc_version_list.U
24131      Branch: perl
24132            ! Configure config_h.SH
24133 ____________________________________________________________________________
24134 [  6679] By: jhi                                   on 2000/08/17  19:16:39
24135         Log: Microperl config update.
24136      Branch: perl
24137            ! uconfig.h uconfig.sh
24138 ____________________________________________________________________________
24139 [  6678] By: jhi                                   on 2000/08/17  19:16:13
24140         Log: The #6648 wasn't protective enough for limited platforms
24141              (like microperl).
24142      Branch: perl
24143            ! dump.c sv.c
24144 ____________________________________________________________________________
24145 [  6677] By: jhi                                   on 2000/08/17  14:46:35
24146         Log: Update Changes.
24147      Branch: perl
24148            ! Changes patchlevel.h
24149 ____________________________________________________________________________
24150 [  6676] By: jhi                                   on 2000/08/17  14:44:02
24151         Log: Add perlebcdic from Peter Prymmer, regen toc.
24152      Branch: perl
24153            + pod/perlebcdic.pod
24154            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
24155 ____________________________________________________________________________
24156 [  6675] By: jhi                                   on 2000/08/17  14:41:52
24157         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
24158      Branch: perl
24159            ! pod/perldebtut.pod
24160 ____________________________________________________________________________
24161 [  6674] By: jhi                                   on 2000/08/17  14:29:43
24162         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
24163              
24164              Subject: [ID 20000724.006] -DLEAKTEST problem
24165              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
24166              Date: Tue, 25 Jul 2000 00:36:32 -0500
24167              Message-Id: <20000725003632.A26186@www.llamacom.com>
24168              
24169              Reminder sent
24170              
24171              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
24172              From: Hugo <hv@crypt.compulink.co.uk>
24173              Date: Thu, 17 Aug 2000 15:23:42 +0100
24174              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
24175      Branch: perl
24176            ! util.c
24177 ____________________________________________________________________________
24178 [  6673] By: jhi                                   on 2000/08/17  04:07:10
24179         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
24180              From: John Peacock <JPeacock@UnivPress.com>
24181              Date: Tue, 01 Aug 2000 09:38:12 -0400
24182              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
24183      Branch: perl
24184            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
24185 ____________________________________________________________________________
24186 [  6672] By: jhi                                   on 2000/08/17  03:04:35
24187         Log: Subject: [PATCH] Cwd.pm now uses strict
24188              From: Tim Jenness <timj@jach.hawaii.edu>
24189              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
24190              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
24191      Branch: perl
24192            ! lib/Cwd.pm
24193 ____________________________________________________________________________
24194 [  6671] By: jhi                                   on 2000/08/17  02:16:35
24195         Log: Make $Config{byteorder} more magical so that it is
24196              dynamically computed: nice for 'fat binaries'.
24197              
24198              Subject: [PATCH]: default byteorder
24199              From: Wilfredo Sánchez <wsanchez@apple.com>
24200              Date: Mon, 31 Jul 2000 19:45:31 -0700
24201              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
24202      Branch: perl
24203            ! configpm
24204 ____________________________________________________________________________
24205 [  6670] By: gsar                                  on 2000/08/17  01:22:21
24206         Log: move WNOHANG definition to where other such things are
24207      Branch: perl
24208            ! win32/win32.h
24209 ____________________________________________________________________________
24210 [  6669] By: jhi                                   on 2000/08/17  01:19:17
24211         Log: Update Changes.
24212      Branch: perl
24213            ! Changes patchlevel.h
24214 ____________________________________________________________________________
24215 [  6668] By: jhi                                   on 2000/08/17  01:16:29
24216         Log: Doc nits spotted by Richard Soderberg.
24217      Branch: perl
24218            ! README.posix-bc README.vmesa
24219 ____________________________________________________________________________
24220 [  6667] By: jhi                                   on 2000/08/17  01:12:11
24221         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
24222              From: "Casey R. Tweten" <crt@kiski.net>
24223              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
24224              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
24225      Branch: perl
24226            ! pod/perldebtut.pod
24227 ____________________________________________________________________________
24228 [  6666] By: jhi                                   on 2000/08/17  01:09:31
24229         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
24230              From: "Casey R. Tweten" <crt@kiski.net>
24231              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
24232              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
24233      Branch: perl
24234            ! lib/Shell.pm
24235 ____________________________________________________________________________
24236 [  6665] By: gsar                                  on 2000/08/17  01:03:52
24237         Log: add "ok" targets from change#6632 in makefile.mk
24238      Branch: perl
24239            ! pod/perlport.pod win32/Makefile win32/makefile.mk
24240 ____________________________________________________________________________
24241 [  6664] By: gsar                                  on 2000/08/17  00:56:11
24242         Log: avoid warnings from dense compiler
24243      Branch: perl
24244            ! win32/win32.c
24245 ____________________________________________________________________________
24246 [  6663] By: jhi                                   on 2000/08/17  00:51:49
24247         Log: Tweak the regex compilation errors once more.
24248      Branch: perl
24249            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
24250            ! t/op/regmesg.t t/pragma/warn/regcomp
24251 ____________________________________________________________________________
24252 [  6662] By: gsar                                  on 2000/08/17  00:28:19
24253         Log: trailing new %ENV entries weren't being pushed into the real
24254              environment of subprocesses on Windows
24255      Branch: perl
24256            ! t/op/magic.t win32/perlhost.h
24257 ____________________________________________________________________________
24258 [  6661] By: gsar                                  on 2000/08/17  00:19:20
24259         Log: waitpid() now handles externally spawned pids correctly;
24260              fixes for backtick/wait/waitpid failures on Windows 9x
24261              
24262              these changes make the pid returned by process functions on
24263              Windows 9x always positive by clearing the high bit (which
24264              is always set on Win9x); pseudo-process PIDs are likewise
24265              always negative now on Win9x (just as on NT/2000)
24266      Branch: perl
24267            ! pp_sys.c win32/perlhost.h win32/win32.c
24268 ____________________________________________________________________________
24269 [  6660] By: jhi                                   on 2000/08/17  00:04:32
24270         Log: Retract #6645.
24271      Branch: perl
24272            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
24273            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
24274            ! t/op/sprintf.t
24275 ____________________________________________________________________________
24276 [  6659] By: gsar                                  on 2000/08/16  23:59:28
24277         Log: on windows, the return values from wait() and waitpid() don't
24278              match those of pseudo-pids
24279      Branch: perl
24280            ! pp_sys.c t/op/fork.t util.c win32/win32.c
24281 ____________________________________________________________________________
24282 [  6658] By: gsar                                  on 2000/08/16  23:56:14
24283         Log: pod nit seen in passing
24284      Branch: perl
24285            ! pod/perlfunc.pod
24286 ____________________________________________________________________________
24287 [  6657] By: gsar                                  on 2000/08/16  23:53:42
24288         Log: change#6328 could make close(SOCKET) return false on windows
24289              when it shouldn't
24290      Branch: perl
24291            ! win32/win32sck.c
24292 ____________________________________________________________________________
24293 [  6656] By: gsar                                  on 2000/08/16  23:46:57
24294         Log: check that the number pseudo children doesn't exceed
24295              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
24296              the WaitForMultipleObjects() limit that would cause wait()
24297              to crash)
24298              
24299              wait() and waitpid() could potentially be rewritten to use
24300              more than one thread to do the waiting to eliminate this
24301              limitation
24302      Branch: perl
24303            ! win32/perlhost.h
24304 ____________________________________________________________________________
24305 [  6655] By: jhi                                   on 2000/08/16  14:11:05
24306         Log: Update Changes.
24307      Branch: perl
24308            ! Changes patchlevel.h
24309 ____________________________________________________________________________
24310 [  6654] By: jhi                                   on 2000/08/16  14:10:12
24311         Log: Update to perldebtut 1.9, from Richard Foley.
24312      Branch: perl
24313            ! pod/perldebtut.pod
24314 ____________________________________________________________________________
24315 [  6653] By: jhi                                   on 2000/08/16  14:08:17
24316         Log: Change the regx compilation error markers to use = instead of <
24317              since pod makes using the latter quite messy.  Reported in
24318              ID 20000814.006 by Abigail and in
24319              Subject: Unknown escape E<> ?
24320              From: Lupe Christoph <lupe@lupe-christoph.de>
24321              Date: Fri, 11 Aug 2000 00:30:27 +0200
24322              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
24323      Branch: perl
24324            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
24325            ! t/op/regmesg.t t/pragma/warn/regcomp
24326 ____________________________________________________________________________
24327 [  6652] By: jhi                                   on 2000/08/16  13:25:31
24328         Log: Change the perlbug address to perl.org since it's more forgiving.
24329              
24330              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
24331              From: abigail@foad.org
24332              Date: 15 Aug 2000 04:15:40 -0000
24333              Message-Id: <20000815041540.8633.qmail@foad.org>
24334      Branch: perl
24335            ! utils/perlbug.PL
24336 ____________________________________________________________________________
24337 [  6651] By: jhi                                   on 2000/08/16  13:22:35
24338         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
24339              From: Tim Jenness <timj@jach.hawaii.edu>
24340              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
24341              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
24342      Branch: perl
24343            ! lib/Cwd.pm
24344 ____________________________________________________________________________
24345 [  6650] By: jhi                                   on 2000/08/16  13:18:13
24346         Log: Update to CPAN 1.57.
24347              
24348              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
24349              From: andreas.koenig@anima.de (Andreas J. Koenig)
24350              Date: 16 Aug 2000 15:09:46 +0200
24351              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
24352      Branch: perl
24353            ! lib/CPAN.pm
24354 ____________________________________________________________________________
24355 [  6649] By: jhi                                   on 2000/08/16  13:12:31
24356         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
24357              From: "Larry W. Virden" <lvirden@cas.org>
24358              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
24359              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
24360      Branch: perl
24361            ! README.hpux
24362 ____________________________________________________________________________
24363 [  6648] By: jhi                                   on 2000/08/16  13:03:53
24364         Log: The numeric locale was reset to "C" by s?printf and never restored.
24365              
24366              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
24367              From: Christian Kirsch <ck@held.mind.de>
24368              Date: Wed, 9 Aug 2000 17:05:17 +0200
24369              Message-Id: <20000809170517.A25389@held>
24370              
24371              No test since adding the failing example to locale.t
24372              does not fail -- probably because the locale settings are so
24373              thoroughly tweaked by that time.  Running the example standalone
24374              does fail, though.  UPDATE: test case added at change #7540.
24375      Branch: perl
24376            ! dump.c perl.h pp.c pp_ctl.c sv.c
24377 ____________________________________________________________________________
24378 [  6647] By: jhi                                   on 2000/08/16  00:07:54
24379         Log: Update Changes and test semi-automatic patchlevel updating.
24380      Branch: perl
24381            ! Changes patchlevel.h
24382 ____________________________________________________________________________
24383 [  6646] By: jhi                                   on 2000/08/15  23:35:07
24384         Log: Fix a dependency problem.
24385              
24386              Subject: [PATCH: 6640] VMS Makefile.SH update
24387              From: Peter Prymmer <pvhp@forte.com>
24388              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
24389              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
24390      Branch: perl
24391            ! vms/descrip_mms.template
24392 ____________________________________________________________________________
24393 [  6645] By: jhi                                   on 2000/08/15  23:33:23
24394         Log: (Retracted by #6660)
24395              
24396              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
24397              From: Dominic Dunlop <domo@computer.org>
24398              Date: Tue, 15 Aug 2000 22:20:52 +0200
24399              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
24400      Branch: metaconfig/U/perl
24401            + d_printfed.U
24402      Branch: perl
24403            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
24404            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
24405            ! t/op/sprintf.t
24406 ____________________________________________________________________________
24407 [  6644] By: jhi                                   on 2000/08/15  21:17:20
24408         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
24409              From: abigail@foad.org
24410              Date: 15 Aug 2000 20:12:41 -0000
24411              Message-Id: <20000815201241.25556.qmail@foad.org>
24412      Branch: perl
24413            ! INSTALL
24414 ____________________________________________________________________________
24415 [  6643] By: jhi                                   on 2000/08/15  21:15:28
24416         Log: (an already applied patch)
24417      Branch: perl
24418            ! lib/CGI.pm
24419 ____________________________________________________________________________
24420 [  6642] By: gsar                                  on 2000/08/15  19:54:05
24421         Log: magic callbacks all need to have same type signature
24422      Branch: perl
24423            ! embed.pl mg.c proto.h
24424 ____________________________________________________________________________
24425 [  6641] By: jhi                                   on 2000/08/15  17:56:27
24426         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)
24427              From: Mike Guy <mjtg@cam.ac.uk>
24428              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
24429              Date: Tue, 15 Aug 2000 18:26:45 +0100
24430              
24431              Only the peek.t part applied, not the hash quality part.
24432      Branch: perl
24433            ! t/lib/peek.t
24434 ____________________________________________________________________________
24435 [  6640] By: jhi                                   on 2000/08/15  16:37:37
24436         Log: Update Changes.
24437      Branch: perl
24438            ! Changes
24439 ____________________________________________________________________________
24440 [  6639] By: jhi                                   on 2000/08/15  16:34:55
24441         Log: Missed a file from #6638.
24442      Branch: perl
24443            ! lib/File/Temp.pm
24444 ____________________________________________________________________________
24445 [  6638] By: jhi                                   on 2000/08/15  16:33:19
24446         Log: Subject: [PATCH perl@6620] cygwin port
24447              From: "Fifer, Eric" <EFifer@sanwaint.com>
24448              Date: Tue, 15 Aug 2000 17:00:49 +0100
24449              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
24450      Branch: perl
24451            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
24452 ____________________________________________________________________________
24453 [  6637] By: jhi                                   on 2000/08/15  16:29:22
24454         Log: Subject: [PATCH] debugger exit code should reflect user exit code
24455              From: Mike Guy <mjtg@cam.ac.uk>
24456              Date: Tue, 15 Aug 2000 16:55:59 +0100
24457              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
24458      Branch: perl
24459            ! lib/perl5db.pl
24460 ____________________________________________________________________________
24461 [  6636] By: jhi                                   on 2000/08/15  15:30:58
24462         Log: Update Changes.
24463      Branch: perl
24464            ! Changes
24465 ____________________________________________________________________________
24466 [  6635] By: jhi                                   on 2000/08/15  15:27:21
24467         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
24468      Branch: metaconfig
24469            ! U/mkglossary U/mksample
24470      Branch: metaconfig/U/perl
24471            ! Devel.U
24472      Branch: perl
24473            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
24474 ____________________________________________________________________________
24475 [  6634] By: jhi                                   on 2000/08/15  14:11:55
24476         Log: Don't blow limited stacks, a lower number is enough to
24477              tickle the lookbehind limit.
24478              
24479              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
24480              From: Dominic Dunlop <domo@computer.org>
24481              Date: Tue, 15 Aug 2000 13:51:24 +0200
24482              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
24483      Branch: perl
24484            ! t/op/regmesg.t
24485 ____________________________________________________________________________
24486 [  6633] By: jhi                                   on 2000/08/15  14:01:46
24487         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
24488              From: Mike Guy <mjtg@cam.ac.uk>
24489              Date: Tue, 15 Aug 2000 12:10:50 +0100
24490              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
24491      Branch: perl
24492            ! utils/perldoc.PL
24493 ____________________________________________________________________________
24494 [  6632] By: jhi                                   on 2000/08/15  13:58:48
24495         Log: make ok etc also for win32.
24496              
24497              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
24498              From: Prymmer/Kahn <pvhp@best.com>
24499              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
24500              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
24501      Branch: perl
24502            ! win32/Makefile
24503 ____________________________________________________________________________
24504 [  6631] By: jhi                                   on 2000/08/15  13:45:03
24505         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
24506      Branch: perl
24507            ! lib/Test.pm
24508 ____________________________________________________________________________
24509 [  6630] By: jhi                                   on 2000/08/15  03:25:09
24510         Log: Update Changes.
24511      Branch: perl
24512            ! Changes
24513 ____________________________________________________________________________
24514 [  6629] By: jhi                                   on 2000/08/15  03:23:53
24515         Log: magic_regdatum_set() is void, not int.
24516      Branch: perl
24517            ! embed.pl mg.c proto.h
24518 ____________________________________________________________________________
24519 [  6628] By: jhi                                   on 2000/08/15  03:08:02
24520         Log: Make the user to give up his firstborn, err, to knowingly
24521              verify installing an unstable developer release.  Also bump
24522              the release to 5.7.0, but leave a patch tag in the local
24523              patches saying that this is not yet the real thing.
24524      Branch: metaconfig
24525            ! U/modified/Instruct.U
24526      Branch: metaconfig/U/perl
24527            + Devel.U
24528      Branch: perl
24529            ! Configure patchlevel.h
24530 ____________________________________________________________________________
24531 [  6627] By: jhi                                   on 2000/08/14  22:32:52
24532         Log: README.os2 update.
24533              
24534              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
24535              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
24536              Date: Wed, 02 Aug 2000 21:55:09 -0700
24537              Message-ID: <tsPi5gzkgegX092yn@efn.org>
24538      Branch: perl
24539            ! README.os2
24540 ____________________________________________________________________________
24541 [  6626] By: jhi                                   on 2000/08/14  21:00:02
24542         Log: Subject: Re: File::Temp problems on VMS in bleedperl
24543              From: Tim Jenness <timj@jach.hawaii.edu>
24544              cc: vmsperl@perl.org
24545              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
24546              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
24547      Branch: perl
24548            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
24549 ____________________________________________________________________________
24550 [  6625] By: jhi                                   on 2000/08/14  20:52:16
24551         Log: Add SUIDMAIL as was done for the CERT alert.
24552      Branch: perl
24553            ! patchlevel.h
24554 ____________________________________________________________________________
24555 [  6624] By: jhi                                   on 2000/08/14  20:48:50
24556         Log: Subject: sfio2000
24557              From: Daniel Muino <dmuino@afip.gov.ar>
24558              Date: Mon, 14 Aug 2000 16:58:11 -0300
24559              Message-ID: <20000814165811.B16368@con2-dgi>
24560      Branch: perl
24561            ! perlsdio.h perlsfio.h
24562 ____________________________________________________________________________
24563 [  6623] By: jhi                                   on 2000/08/14  20:47:36
24564         Log: Subject: warning: storage class after type is obsolescent
24565              From: Daniel Muino <dmuino@afip.gov.ar>
24566              Date: Mon, 14 Aug 2000 16:42:47 -0300
24567              Message-ID: <20000814164247.A16368@con2-dgi>
24568      Branch: perl
24569            ! regcomp.pl regnodes.h
24570 ____________________________________________________________________________
24571 [  6622] By: jhi                                   on 2000/08/14  20:43:05
24572         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
24573              From: abigail@foad.org
24574              Date: 14 Aug 2000 20:00:10 -0000
24575              Message-Id: <20000814200010.27271.qmail@foad.org>
24576      Branch: perl
24577            ! Changes
24578 ____________________________________________________________________________
24579 [  6621] By: jhi                                   on 2000/08/14  15:23:05
24580         Log: Update Changes.
24581      Branch: perl
24582            ! Changes
24583 ____________________________________________________________________________
24584 [  6620] By: jhi                                   on 2000/08/14  15:22:14
24585         Log: Subject: Re: [PATCH] @+, @- readonly
24586              From: Mike Guy <mjtg@cam.ac.uk>
24587              Date: Mon, 14 Aug 2000 15:26:55 +0100
24588              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
24589      Branch: perl
24590            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
24591            ! sv.c t/op/pat.t
24592 ____________________________________________________________________________
24593 [  6619] By: jhi                                   on 2000/08/14  14:12:08
24594         Log: Update Changes.
24595      Branch: perl
24596            ! Changes
24597 ____________________________________________________________________________
24598 [  6618] By: jhi                                   on 2000/08/14  14:09:34
24599         Log: For now remove the mail code.
24600      Branch: perl
24601            ! perl.c
24602 ____________________________________________________________________________
24603 [  6617] By: jhi                                   on 2000/08/14  14:08:28
24604         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
24605      Branch: perl
24606            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
24607            ! pod/perlfaq8.pod pod/perlsec.pod
24608 ____________________________________________________________________________
24609 [  6616] By: jhi                                   on 2000/08/14  14:00:11
24610         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
24611              From: Mike Guy <mjtg@cam.ac.uk>
24612              Date: Mon, 14 Aug 2000 08:26:02 +0100
24613              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
24614      Branch: perl
24615            ! lib/perl5db.pl
24616 ____________________________________________________________________________
24617 [  6615] By: jhi                                   on 2000/08/14  13:58:45
24618         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
24619              From: Mike Guy <mjtg@cam.ac.uk>
24620              Date: Mon, 14 Aug 2000 08:04:22 +0100
24621              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
24622      Branch: perl
24623            ! gv.c mg.c t/op/pat.t
24624 ____________________________________________________________________________
24625 [  6614] By: jhi                                   on 2000/08/14  13:56:45
24626         Log: Subject: Test fails / warnings with perl-current #6612
24627              From: Mike Guy <mjtg@cam.ac.uk>
24628              Date: Mon, 14 Aug 2000 07:57:23 +0100
24629              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
24630      Branch: perl
24631            ! t/lib/b.t t/lib/peek.t
24632 ____________________________________________________________________________
24633 [  6613] By: jhi                                   on 2000/08/14  13:45:33
24634         Log: VMS configure.com update continues.
24635      Branch: perl
24636            - vms/configure.com
24637            ! MANIFEST configure.com
24638 ____________________________________________________________________________
24639 [  6612] By: jhi                                   on 2000/08/13  22:13:35
24640         Log: Update Changes.
24641      Branch: perl
24642            ! Changes
24643 ____________________________________________________________________________
24644 [  6611] By: jhi                                   on 2000/08/13  16:21:45
24645         Log: Upgrade to CGI 2.71, from Lincoln Stein.
24646      Branch: perl
24647            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
24648 ____________________________________________________________________________
24649 [  6610] By: jhi                                   on 2000/08/13  15:09:16
24650         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
24651              From: Mike Guy <mjtg@cam.ac.uk>
24652              Date: Sun, 13 Aug 2000 13:45:51 +0100
24653              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
24654      Branch: perl
24655            ! t/op/regmesg.t
24656 ____________________________________________________________________________
24657 [  6609] By: jhi                                   on 2000/08/13  14:31:26
24658         Log: Andreas says that 1.56 is fine, so reverting back to it.
24659      Branch: perl
24660            ! lib/CPAN.pm
24661 ____________________________________________________________________________
24662 [  6608] By: jhi                                   on 2000/08/13  05:34:20
24663         Log: Update Changes.
24664      Branch: perl
24665            ! Changes
24666 ____________________________________________________________________________
24667 [  6607] By: jhi                                   on 2000/08/13  05:32:01
24668         Log: Put back the \z changes of #5406 to CPAN.pm.
24669      Branch: perl
24670            ! lib/CPAN.pm
24671 ____________________________________________________________________________
24672 [  6606] By: jhi                                   on 2000/08/13  05:20:16
24673         Log: Fix-n-skip the tests under 5005threads.
24674      Branch: perl
24675            ! t/lib/b.t
24676 ____________________________________________________________________________
24677 [  6605] By: jhi                                   on 2000/08/13  05:07:48
24678         Log: Fix the test for 5005threads.
24679      Branch: perl
24680            ! t/lib/peek.t
24681 ____________________________________________________________________________
24682 [  6604] By: jhi                                   on 2000/08/13  03:35:37
24683         Log: Should have deleted this in #6603.
24684      Branch: perl
24685            - vms/subconfigure.com
24686 ____________________________________________________________________________
24687 [  6603] By: jhi                                   on 2000/08/12  18:29:32
24688         Log: Rewrite of vms/subconfigure.com as configure.com,
24689              from Peter Prymmer and the vmsperl crew.
24690      Branch: perl
24691            + vms/configure.com
24692            ! MANIFEST
24693 ____________________________________________________________________________
24694 [  6602] By: jhi                                   on 2000/08/11  13:00:01
24695         Log: PlainText.pm is dead.
24696      Branch: perl
24697            - lib/Pod/PlainText.pm
24698            ! MANIFEST
24699 ____________________________________________________________________________
24700 [  6601] By: jhi                                   on 2000/08/11  04:06:45
24701         Log: Update Changes.
24702      Branch: perl
24703            ! Changes
24704 ____________________________________________________________________________
24705 [  6600] By: jhi                                   on 2000/08/11  04:06:10
24706         Log: Add a few missing files, update MANIFEST.
24707      Branch: perl
24708            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
24709            + lib/Pod/PlainText.pm t/pod/find.t
24710            ! MANIFEST t/op/regmesg.t
24711 ____________________________________________________________________________
24712 [  6599] By: jhi                                   on 2000/08/11  03:31:10
24713         Log: Add Perl debugging tutorial, regen toc. 
24714              
24715              Subject: perldebtut.pod
24716              From: Richard Foley <Richard.Foley@m.dasa.de>
24717              Date: Wed, 09 Aug 2000 10:17:15 +0200
24718              Message-id: <3991138B.262247B8@m.dasa.de>
24719      Branch: perl
24720            + pod/perldebtut.pod
24721            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
24722 ____________________________________________________________________________
24723 [  6598] By: jhi                                   on 2000/08/11  02:48:56
24724         Log: tiny Changes edit
24725      Branch: perl
24726            ! Changes
24727 ____________________________________________________________________________
24728 [  6597] By: jhi                                   on 2000/08/11  02:39:04
24729         Log: Tests for #6589.
24730              
24731              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
24732              From: simon@brecon.co.uk (Simon Cozens)
24733              Date: 11 Aug 2000 02:24:52 GMT
24734              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
24735      Branch: perl
24736            ! t/lib/b.t
24737 ____________________________________________________________________________
24738 [  6596] By: jhi                                   on 2000/08/11  01:50:07
24739         Log: Update Changes.
24740      Branch: perl
24741            ! Changes
24742 ____________________________________________________________________________
24743 [  6595] By: jhi                                   on 2000/08/11  01:47:16
24744         Log: nitfix
24745      Branch: perl
24746            ! Changes
24747 ____________________________________________________________________________
24748 [  6594] By: jhi                                   on 2000/08/11  01:36:16
24749         Log: Subject: Getting perlio and threads to compile
24750              From: Lupe Christoph <lupe@lupe-christoph.de>
24751              Date: Wed, 9 Aug 2000 11:35:54 +0200
24752              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
24753              
24754              (the Solaris version changes in Configure skipped)
24755      Branch: perl
24756            ! hints/solaris_2.sh thread.h
24757 ____________________________________________________________________________
24758 [  6593] By: jhi                                   on 2000/08/11  01:30:16
24759         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
24760              From: simon@brecon.co.uk (Simon Cozens)
24761              Date: 1 Aug 2000 06:55:19 GMT
24762              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
24763      Branch: perl
24764            ! lib/utf8.pm
24765 ____________________________________________________________________________
24766 [  6592] By: jhi                                   on 2000/08/11  01:26:39
24767         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
24768              From: Peter Scott <Peter@PeterScott.com>
24769              Date: Thu, 10 Aug 2000 08:23:27 -0700
24770              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
24771      Branch: perl
24772            ! lib/perl5db.pl
24773 ____________________________________________________________________________
24774 [  6591] By: jhi                                   on 2000/08/11  01:22:02
24775         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
24776              From: Hugo <hv@crypt.compulink.co.uk>
24777              Date: Thu, 10 Aug 2000 19:23:04 +0100
24778              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
24779      Branch: perl
24780            ! regexec.c t/op/pat.t
24781 ____________________________________________________________________________
24782 [  6590] By: jhi                                   on 2000/08/11  01:19:19
24783         Log: Preprocessing and postprocessing for File::Find.
24784              
24785              Subject: Patch to Find::File.pm to allow alphabetical results
24786              From: Joe Smith <jsmith@inwap.com>
24787              Date: Wed, 9 Aug 2000 02:44:54 -0700
24788              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
24789      Branch: perl
24790            ! lib/File/Find.pm
24791 ____________________________________________________________________________
24792 [  6589] By: jhi                                   on 2000/08/11  01:12:39
24793         Log: B::Deparse didn't do sub attributes.
24794              
24795              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
24796              From: simon@brecon.co.uk (Simon Cozens)
24797              Date: 9 Aug 2000 04:49:20 GMT
24798              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
24799      Branch: perl
24800            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
24801 ____________________________________________________________________________
24802 [  6588] By: jhi                                   on 2000/08/11  01:06:40
24803         Log: Subject: debugger "d" command doesnt check line number
24804              From: Mike Guy <mjtg@cam.ac.uk>
24805              Date: Tue, 08 Aug 2000 21:54:29 +0100
24806              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
24807      Branch: perl
24808            ! lib/perl5db.pl mg.c pod/perldiag.pod
24809 ____________________________________________________________________________
24810 [  6587] By: jhi                                   on 2000/08/11  00:45:03
24811         Log: sleep(1) does not necessarily return 1.
24812              
24813              Subject: [PATCH bleadperl] op/lex_assign.t  
24814              From: Hugo <hv@crypt.compulink.co.uk>
24815              Date: Thu, 03 Aug 2000 14:34:22 +0100        
24816              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
24817      Branch: perl
24818            ! t/op/lex_assign.t
24819 ____________________________________________________________________________
24820 [  6586] By: jhi                                   on 2000/08/11  00:31:50
24821         Log: Document the IO::Select timeout.
24822      Branch: perl
24823            ! ext/IO/lib/IO/Select.pm
24824 ____________________________________________________________________________
24825 [  6585] By: jhi                                   on 2000/08/11  00:13:54
24826         Log: Forgot contributor.
24827      Branch: perl
24828            ! Changes
24829 ____________________________________________________________________________
24830 [  6584] By: jhi                                   on 2000/08/11  00:09:19
24831         Log: detypo
24832      Branch: perl
24833            ! Changes
24834 ____________________________________________________________________________
24835 [  6583] By: jhi                                   on 2000/08/11  00:07:53
24836         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
24837              
24838              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
24839              From: Mike Guy <mjtg@cam.ac.uk> 
24840              Date: Thu, 10 Aug 2000 15:50:54 +0100
24841              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
24842      Branch: perl
24843            ! sv.c t/op/int.t
24844 ____________________________________________________________________________
24845 [  6582] By: jhi                                   on 2000/08/10  23:29:32
24846         Log: Update Changes.
24847      Branch: perl
24848            ! Changes
24849 ____________________________________________________________________________
24850 [  6581] By: jhi                                   on 2000/08/10  23:26:16
24851         Log: Put back the std @INC thing.
24852      Branch: perl
24853            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
24854            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
24855            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
24856            ! t/lib/gol-oo.t
24857 ____________________________________________________________________________
24858 [  6580] By: jhi                                   on 2000/08/10  23:03:34
24859         Log: Update to CGI 2.70, from Lincoln Stein.
24860      Branch: perl
24861            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
24862            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
24863            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
24864            ! t/lib/cgi-request.t
24865 ____________________________________________________________________________
24866 [  6579] By: jhi                                   on 2000/08/10  22:41:50
24867         Log: Update to CPAN 1.56, from Andreas König.
24868      Branch: perl
24869            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
24870 ____________________________________________________________________________
24871 [  6578] By: jhi                                   on 2000/08/10  22:38:13
24872         Log: Update to Pod::Parser 1.17, from Brad Appleton.
24873      Branch: perl
24874            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
24875            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
24876            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
24877            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
24878            ! t/pod/include.t t/pod/included.t t/pod/lref.t
24879            ! t/pod/multiline_items.t t/pod/nested_items.t
24880            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
24881            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
24882            ! t/pod/special_seqs.t
24883 ____________________________________________________________________________
24884 [  6577] By: jhi                                   on 2000/08/10  22:35:41
24885         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
24886      Branch: perl
24887            ! AUTHORS MAINTAIN
24888 ____________________________________________________________________________
24889 [  6576] By: jhi                                   on 2000/08/10  22:24:54
24890         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
24891      Branch: perl
24892            + t/lib/gol-oo.t
24893            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
24894            ! t/lib/gol-compat.t t/lib/gol-linkage.t
24895 ____________________________________________________________________________
24896 [  6575] By: jhi                                   on 2000/08/10  22:02:07
24897         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
24898      Branch: perl
24899            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
24900 ____________________________________________________________________________
24901 [  6574] By: jhi                                   on 2000/08/10  21:55:03
24902         Log: Iterating perl6 description.
24903      Branch: perl
24904            ! pod/perlfaq1.pod
24905 ____________________________________________________________________________
24906 [  6573] By: jhi                                   on 2000/08/10  21:48:26
24907         Log: Revert the sv.c part of #6559, a better fix is needed.
24908      Branch: perl
24909            ! sv.c
24910 ____________________________________________________________________________
24911 [  6572] By: jhi                                   on 2000/08/10  20:33:43
24912         Log: It's the 2ndO'ROSSC.
24913      Branch: perl
24914            ! pod/perlfaq1.pod
24915 ____________________________________________________________________________
24916 [  6571] By: jhi                                   on 2000/08/10  15:55:48
24917         Log: detypo
24918      Branch: perl
24919            ! pod/perlfaq1.pod
24920 ____________________________________________________________________________
24921 [  6570] By: jhi                                   on 2000/08/10  14:11:17
24922         Log: An exceptionally sticky typo.
24923      Branch: perl
24924            ! Changes
24925 ____________________________________________________________________________
24926 [  6569] By: jhi                                   on 2000/08/10  14:09:33
24927         Log: detypo (and test Changes updating script)
24928      Branch: perl
24929            ! Changes
24930 ____________________________________________________________________________
24931 [  6568] By: jhi                                   on 2000/08/10  14:07:07
24932         Log: Update Changes.
24933      Branch: perl
24934            ! Changes
24935 ____________________________________________________________________________
24936 [  6567] By: jhi                                   on 2000/08/10  14:06:19
24937         Log: Amend the description of Perl6.
24938              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
24939              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
24940              Date: Wed, 9 Aug 2000 22:11:06 -0500
24941              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
24942      Branch: perl
24943            ! pod/perlfaq1.pod
24944 ____________________________________________________________________________
24945 [  6566] By: jhi                                   on 2000/08/10  13:58:57
24946         Log: Subject: Remove dead entry in perldiag
24947              From: Mike Guy <mjtg@cam.ac.uk>
24948              Date: Thu, 10 Aug 2000 14:19:19 +0100
24949              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
24950      Branch: perl
24951            ! pod/perldiag.pod
24952 ____________________________________________________________________________
24953 [  6565] By: jhi                                   on 2000/08/10  13:51:48
24954         Log: Zero entries were skipped, fix from Adrian Goalby
24955              <argoalby@yahoo.co.uk>
24956      Branch: perl
24957            ! lib/unicode/Number.pl lib/unicode/mktables.PL
24958 ____________________________________________________________________________
24959 [  6564] By: jhi                                   on 2000/08/10  13:00:12
24960         Log: Subject: [PATCH 5.6.0] cygwin port
24961              From: "Fifer, Eric" <EFifer@sanwaint.com>
24962              Date: Thu, 10 Aug 2000 13:15:36 +0100
24963              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
24964      Branch: perl
24965            ! README.cygwin hints/cygwin.sh
24966 ____________________________________________________________________________
24967 [  6563] By: jhi                                   on 2000/08/10  12:55:16
24968         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
24969      Branch: perl
24970            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
24971 ____________________________________________________________________________
24972 [  6562] By: gsar                                  on 2000/08/10  08:38:39
24973         Log: warn is a macro, avoid using at a variable to avoid warnings
24974              in some configurations; readdir.t is too conservative in
24975              estimating number of *.t's
24976      Branch: perl
24977            ! t/op/readdir.t util.c
24978 ____________________________________________________________________________
24979 [  6561] By: jhi                                   on 2000/08/09  23:35:42
24980         Log: Update Changes.
24981      Branch: perl
24982            ! Changes
24983 ____________________________________________________________________________
24984 [  6560] By: jhi                                   on 2000/08/09  23:05:47
24985         Log: Subject: Re: enhanced(?) regex error messages
24986              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
24987              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
24988              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
24989              
24990              (plus two small patches sent privately)
24991              (this still seems to leave few test failures)
24992      Branch: perl
24993            + t/op/regmesg.t
24994            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
24995            ! t/pragma/warn/regcomp
24996 ____________________________________________________________________________
24997 [  6559] By: jhi                                   on 2000/08/09  20:41:18
24998         Log: (The fix did work but was not right, retracted in #6573)
24999              
25000              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
25001              From: Christian Kirsch <ck@held.mind.de>
25002              Date: Wed, 9 Aug 2000 17:05:17 +0200
25003              Message-Id: <20000809170517.A25389@held>
25004      Branch: perl
25005            ! sv.c t/pragma/locale.t
25006 ____________________________________________________________________________
25007 [  6558] By: jhi                                   on 2000/08/08  22:34:08
25008         Log: Tiny updates on the contributors list.
25009      Branch: perl
25010            ! Changes
25011 ____________________________________________________________________________
25012 [  6557] By: jhi                                   on 2000/08/08  19:34:28
25013         Log: Double check that we have a dirhandle.
25014      Branch: perl
25015            ! util.c
25016 ____________________________________________________________________________
25017 [  6556] By: jhi                                   on 2000/08/08  19:01:51
25018         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
25019              May be repopulated with fresh maintained examples.
25020      Branch: perl
25021            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
25022            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
25023            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
25024            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
25025            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
25026            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
25027            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
25028            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
25029            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
25030            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
25031            + lib/CGI/eg/wilogo_gif.uu
25032            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
25033            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
25034            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
25035            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
25036            - eg/cgi/frameset.cgi eg/cgi/index.html
25037            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
25038            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
25039            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
25040            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
25041            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
25042            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
25043            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
25044            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
25045            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
25046            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
25047            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
25048            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
25049            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
25050            - eg/van/vanish eg/who eg/wrapsuid
25051            ! MANIFEST
25052 ____________________________________________________________________________
25053 [  6555] By: jhi                                   on 2000/08/08  18:51:08
25054         Log: Delete chat2 as requested by Randal.
25055              
25056              Subject: Re: perlfaq8 coyness
25057              From: merlyn@stonehenge.com (Randal L. Schwartz) 
25058              Date: 15 May 2000 18:52:42 -0700 
25059              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
25060      Branch: perl
25061            - lib/chat2.pl
25062            ! MANIFEST
25063 ____________________________________________________________________________
25064 [  6554] By: jhi                                   on 2000/08/08  18:31:35
25065         Log: Regen global.sym.
25066      Branch: perl
25067            ! global.sym
25068 ____________________________________________________________________________
25069 [  6553] By: jhi                                   on 2000/08/08  18:28:13
25070         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
25071              (either perlbug or p5p ate the original), plus regen
25072              perlapi and perltoc. 
25073      Branch: perl
25074            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
25075            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
25076            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
25077            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
25078            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
25079            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
25080            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
25081            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
25082            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
25083            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
25084 ____________________________________________________________________________
25085 [  6552] By: jhi                                   on 2000/08/08  18:06:29
25086         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
25087              From: Mike Guy <mjtg@cam.ac.uk>
25088              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
25089              Date: Tue, 08 Aug 2000 15:51:27 +0100
25090      Branch: perl
25091            ! doop.c sv.h t/op/join.t t/pragma/overload.t
25092 ____________________________________________________________________________
25093 [  6551] By: jhi                                   on 2000/08/08  18:01:11
25094         Log: Re-apply #6549.
25095      Branch: perl
25096            ! lib/perl5db.pl
25097 ____________________________________________________________________________
25098 [  6550] By: jhi                                   on 2000/08/08  17:43:08
25099         Log: Accidental retraction of #6549.
25100      Branch: perl
25101            ! lib/perl5db.pl
25102 ____________________________________________________________________________
25103 [  6549] By: jhi                                   on 2000/08/08  17:40:04
25104         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
25105              From: Mike Guy <mjtg@cam.ac.uk>
25106              Date: Mon, 07 Aug 2000 21:49:58 +0100
25107              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
25108      Branch: perl
25109            ! lib/perl5db.pl
25110 ____________________________________________________________________________
25111 [  6548] By: jhi                                   on 2000/08/08  17:37:57
25112         Log: Document here-doc better.
25113              
25114              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
25115              From: Mike Guy <mjtg@cam.ac.uk>
25116              Date: Mon, 07 Aug 2000 14:02:09 +0100
25117              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
25118      Branch: perl
25119            ! pod/perldata.pod
25120 ____________________________________________________________________________
25121 [  6547] By: jhi                                   on 2000/08/08  17:33:34
25122         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
25123              From: "Randy J. Ray" <rjray@redhat.com>
25124              Date: Mon, 07 Aug 2000 19:12:25 -0700
25125              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
25126      Branch: perl
25127            ! perl.c pod/perlrun.pod
25128 ____________________________________________________________________________
25129 [  6546] By: jhi                                   on 2000/08/08  17:29:26
25130         Log: Subject: Re: enhanced(?) regex error messages 
25131              From: Hugo <hv@crypt.compulink.co.uk>
25132              Date: Tue, 08 Aug 2000 03:25:51 +0100
25133              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
25134              
25135              plus Capitalize the error messages, plus perldiag them.
25136      Branch: perl
25137            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
25138 ____________________________________________________________________________
25139 [  6545] By: jhi                                   on 2000/08/08  13:59:28
25140         Log: Augment #6539 a bit: don't croak if there's magic in the air.
25141              
25142              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
25143              From: Hugo <hv@crypt.compulink.co.uk>
25144              Date: Tue, 08 Aug 2000 03:02:03 +0100
25145              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
25146      Branch: perl
25147            ! pp.c t/op/bless.t
25148 ____________________________________________________________________________
25149 [  6544] By: jhi                                   on 2000/08/07  21:11:52
25150         Log: Make the test -w clean.
25151      Branch: perl
25152            ! t/op/bless.t
25153 ____________________________________________________________________________
25154 [  6543] By: jhi                                   on 2000/08/07  19:49:53
25155         Log: use warnings instead of $^W.
25156      Branch: perl
25157            ! t/op/bless.t
25158 ____________________________________________________________________________
25159 [  6542] By: jhi                                   on 2000/08/07  17:41:41
25160         Log: Disable a portability warning Because We Know What We Are Doing.
25161      Branch: perl
25162            ! t/op/bless.t
25163 ____________________________________________________________________________
25164 [  6541] By: jhi                                   on 2000/08/07  17:29:51
25165         Log: Tiny tidying on report_evil_fh().
25166      Branch: perl
25167            ! util.c
25168 ____________________________________________________________________________
25169 [  6540] By: jhi                                   on 2000/08/07  16:37:38
25170         Log: Make regular expression parse error messages easier to understand.
25171              
25172              Subject: Re: enhanced(?) regex error messages
25173              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
25174              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
25175              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
25176      Branch: perl
25177            ! regcomp.c
25178 ____________________________________________________________________________
25179 [  6539] By: jhi                                   on 2000/08/07  16:12:27
25180         Log: Make bless(REF, REF) a fatal error, add bless tests.
25181              
25182              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
25183              From: Hugo <hv@crypt.compulink.co.uk>
25184              Date: Mon, 07 Aug 2000 16:59:38 +0100
25185              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
25186      Branch: perl
25187            + t/op/bless.t
25188            ! MANIFEST pod/perldiag.pod pp.c sv.c
25189 ____________________________________________________________________________
25190 [  6538] By: jhi                                   on 2000/08/07  15:59:43
25191         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
25192              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
25193              Date: Thu, 3 Aug 2000 14:29:21 -0700
25194              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
25195      Branch: perl
25196            ! lib/lib_pm.PL
25197 ____________________________________________________________________________
25198 [  6537] By: jhi                                   on 2000/08/07  15:47:18
25199         Log: Retract #6419 for now since it breaks in AFS and MachTen.
25200      Branch: perl
25201            ! lib/Cwd.pm
25202 ____________________________________________________________________________
25203 [  6536] By: jhi                                   on 2000/08/07  15:05:29
25204         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
25205              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
25206              The security hole exists only in suidperls, which isn't
25207              installed or even built by default.
25208      Branch: perl
25209            ! perl.c
25210 ____________________________________________________________________________
25211 [  6535] By: jhi                                   on 2000/08/07  14:45:14
25212         Log: tr memory corruption fix from Simon Cozens.
25213      Branch: perl
25214            ! doop.c
25215 ____________________________________________________________________________
25216 [  6534] By: jhi                                   on 2000/08/06  11:38:16
25217         Log: Document a bit that UDP is not what you might think.
25218              
25219              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
25220              From: Lupe Christoph <lupe@lupe-christoph.de>
25221              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
25222              Date: Mon, 24 Jul 2000 08:59:15 +0200
25223      Branch: perl
25224            ! pod/perlipc.pod
25225 ____________________________________________________________________________
25226 [  6533] By: jhi                                   on 2000/08/06  11:35:01
25227         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
25228              From: Jeff Pinyan <jeffp@hut.crusoe.net>
25229              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
25230              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
25231      Branch: perl
25232            ! pod/perlfunc.pod
25233 ____________________________________________________________________________
25234 [  6532] By: jhi                                   on 2000/08/06  03:45:41
25235         Log: Have symbols for the IoTYPEs.
25236      Branch: perl
25237            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
25238 ____________________________________________________________________________
25239 [  6531] By: jhi                                   on 2000/08/06  01:33:55
25240         Log: Continue fixing the io warnings.  This also
25241              sort of fixes bug ID 20000802.003: the core dump
25242              is no more.  Whether the current behaviour is correct
25243              (giving a warning: "Not a format reference"), is another matter.
25244      Branch: perl
25245            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
25246            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
25247 ____________________________________________________________________________
25248 [  6530] By: jhi                                   on 2000/08/05  21:33:12
25249         Log: Change the Policy policy: now -Dprefix= with an existing
25250              Policy.sh and prefix == siteprefix == vendorprefix, then all
25251              of them follow along the new prefix.
25252              
25253              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
25254              From: Andy Dougherty <doughera@lafayette.edu>
25255              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
25256              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
25257      Branch: perl
25258            ! Policy_sh.SH
25259 ____________________________________________________________________________
25260 [  6529] By: jhi                                   on 2000/08/05  18:57:28
25261         Log: Zap lib/Sys directory when cleaning up.
25262      Branch: perl
25263            ! Makefile.SH
25264 ____________________________________________________________________________
25265 [  6528] By: jhi                                   on 2000/08/05  18:40:44
25266         Log: Essential prototype changes were missing from #6527.
25267              Also make report_evil_fh() more bomb-proof.
25268      Branch: perl
25269            ! embed.h util.c
25270 ____________________________________________________________________________
25271 [  6527] By: jhi                                   on 2000/08/05  03:22:05
25272         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
25273              From: "Ronald F. Guilmette" <rfg@monkeys.com>
25274              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
25275              Message-Id: <200007242247.PAA52177@monkeys.com>
25276      Branch: perl
25277            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
25278 ____________________________________________________________________________
25279 [  6526] By: jhi                                   on 2000/08/04  21:23:27
25280         Log: gcc versions might have (parentheses) in them.
25281      Branch: metaconfig/U/perl
25282            ! gccvers.U
25283      Branch: perl
25284            ! Configure config_h.SH
25285 ____________________________________________________________________________
25286 [  6525] By: jhi                                   on 2000/08/04  20:23:12
25287         Log: Weed buglets pointed out by
25288              
25289              From: Lupe Christoph <lupe@lupe-christoph.de>
25290              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
25291              Date: Fri, 4 Aug 2000 17:34:39 +0200
25292              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
25293      Branch: metaconfig/U/perl
25294            ! gccvers.U uselfs.U
25295      Branch: perl
25296            ! Configure config_h.SH
25297 ____________________________________________________________________________
25298 [  6524] By: jhi                                   on 2000/08/04  19:02:08
25299         Log: Warn under -w if lstat(FH) is attempted.
25300              
25301              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
25302              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
25303              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
25304              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
25305      Branch: perl
25306            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
25307            ! t/pragma/warn/pp_sys
25308 ____________________________________________________________________________
25309 [  6523] By: jhi                                   on 2000/08/04  12:31:11
25310         Log: Subject: New perlcc, take 2
25311              From: simon@brecon.co.uk (Simon Cozens)
25312              Date: 4 Aug 2000 06:21:04 GMT
25313              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
25314      Branch: perl
25315            ! utils/perlcc.PL
25316 ____________________________________________________________________________
25317 [  6522] By: jhi                                   on 2000/08/04  12:26:33
25318         Log: Subject: Re: Array vs. List context
25319              From: Daniel Chetlin <daniel@chetlin.com>
25320              Date: Fri, 4 Aug 2000 00:22:44 -0700
25321              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
25322      Branch: perl
25323            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
25324            ! pod/perlfaq4.pod
25325 ____________________________________________________________________________
25326 [  6521] By: jhi                                   on 2000/08/04  12:22:38
25327         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
25328              From: Raymund Will <ray@caldera.de>
25329              Date: Fri, 4 Aug 2000 12:07:09 +0200
25330              Message-Id: <20000804120709.A14982@caldera.de>
25331      Branch: perl
25332            ! configure.gnu
25333 ____________________________________________________________________________
25334 [  6520] By: jhi                                   on 2000/08/04  04:09:06
25335         Log: After the #6519 a warning about stat() is just that,
25336              not about a filetest, which now have their own warning.
25337      Branch: perl
25338            ! pod/perldiag.pod
25339 ____________________________________________________________________________
25340 [  6519] By: jhi                                   on 2000/08/04  04:06:30
25341         Log: In the warnings call filehandles consistently so;
25342              add "unopened" warning for stat().
25343      Branch: perl
25344            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
25345            ! t/pragma/warn/pp_sys
25346 ____________________________________________________________________________
25347 [  6518] By: jhi                                   on 2000/08/04  02:55:35
25348         Log: Subject: Minor tweak to perlvar.pod
25349              From: "Stephen P. Potter" <spp@ds.net>
25350              Date: Tue, 18 Apr 2000 09:26:03 -0400
25351              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
25352      Branch: perl
25353            ! pod/perlvar.pod
25354 ____________________________________________________________________________
25355 [  6517] By: jhi                                   on 2000/08/04  02:50:08
25356         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
25357              From: "Clinton Pierce" <cpierce1@ford.com>
25358              Date: Wed, 21 Jul 1999 16:45:31 -0400
25359              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
25360              
25361              Fix by Stephen Potter (visible in the bug db but not in p5p?)
25362      Branch: perl
25363            ! pod/perlfunc.pod pod/perlop.pod
25364 ____________________________________________________________________________
25365 [  6516] By: jhi                                   on 2000/08/04  02:09:25
25366         Log: This is 6512.  Really.
25367      Branch: perl
25368            ! dump.c
25369 ____________________________________________________________________________
25370 [  6515] By: jhi                                   on 2000/08/04  01:25:50
25371         Log: mention the idea of @( and @)
25372      Branch: perl
25373            ! Todo-5.6
25374 ____________________________________________________________________________
25375 [  6514] By: bailey                                on 2000/08/04  01:18:46
25376         Log: YA resync with mainstem, including VMS patches from others
25377      Branch: vmsperl
25378           +> (branch 48 files)
25379            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
25380           !> (integrate 354 files)
25381 ____________________________________________________________________________
25382 [  6513] By: jhi                                   on 2000/08/04  01:18:18
25383         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
25384              From: Mark Dickinson <dickins3@fas.harvard.edu>
25385              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
25386              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
25387      Branch: perl
25388            ! t/op/grent.t t/op/pwent.t
25389 ____________________________________________________________________________
25390 [  6512] By: jhi                                   on 2000/08/04  01:14:06
25391         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
25392              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
25393              Date: Wed, 02 Aug 2000 10:51:01 +0100
25394              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
25395      Branch: perl
25396            ! sv.c
25397 ____________________________________________________________________________
25398 [  6511] By: jhi                                   on 2000/08/04  00:57:00
25399         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
25400              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
25401              Date: Thu, 03 Aug 2000 17:20:04 -0700
25402              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
25403      Branch: metaconfig
25404            ! U/modified/Cppsym.U
25405      Branch: perl
25406            ! Configure config_h.SH
25407 ____________________________________________________________________________
25408 [  6510] By: jhi                                   on 2000/08/04  00:25:28
25409         Log: detypo
25410      Branch: perl
25411            ! Makefile.SH
25412 ____________________________________________________________________________
25413 [  6509] By: jhi                                   on 2000/08/03  23:43:18
25414         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
25415              From: Dominic Dunlop <domo@computer.org>
25416              Date: Thu, 3 Aug 2000 22:16:46 +0200
25417              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
25418      Branch: perl
25419            ! t/op/sprintf.t
25420 ____________________________________________________________________________
25421 [  6508] By: jhi                                   on 2000/08/03  23:40:37
25422         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
25423              From: Hugo <hv@crypt.compulink.co.uk>
25424              Date: Thu, 03 Aug 2000 18:25:30 +0100
25425              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
25426      Branch: perl
25427            ! regcomp.c t/op/re_tests
25428 ____________________________________________________________________________
25429 [  6507] By: jhi                                   on 2000/08/03  23:38:28
25430         Log: Subject: [PATCH] sv.h documentation - SvLEN
25431              From: Mike Guy <mjtg@cam.ac.uk>
25432              Date: Thu, 03 Aug 2000 14:43:09 +0100
25433              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
25434      Branch: perl
25435            ! sv.h
25436 ____________________________________________________________________________
25437 [  6506] By: jhi                                   on 2000/08/03  15:49:14
25438         Log: Disable the fix_pl hack for now.
25439      Branch: perl
25440            ! Makefile.SH
25441 ____________________________________________________________________________
25442 [  6505] By: jhi                                   on 2000/08/03  13:49:04
25443         Log: Add a URL for FSF.
25444              
25445              Subject: Patch for README
25446              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
25447              Date: Wed, 2 Aug 2000 13:25:09 -0500
25448              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
25449      Branch: perl
25450            ! README
25451 ____________________________________________________________________________
25452 [  6504] By: jhi                                   on 2000/08/03  13:29:19
25453         Log: Be more informative on what is skipped and why,
25454              also repeat the list at the end.
25455      Branch: perl
25456            ! Porting/p4desc
25457 ____________________________________________________________________________
25458 [  6503] By: jhi                                   on 2000/08/03  13:07:05
25459         Log: Circumvent the removal of .patch by fix_pl.
25460              
25461              Subject: Re: [ID 20000802.011] unable to 'make test'          
25462              From: simon@brecon.co.uk (Simon Cozens) 
25463              Date: 3 Aug 2000 04:17:00 GMT
25464              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
25465      Branch: perl
25466            ! Makefile.SH
25467 ____________________________________________________________________________
25468 [  6502] By: jhi                                   on 2000/08/03  00:14:34
25469         Log: Add the missing setproctitle unit.
25470      Branch: metaconfig/U/perl
25471            + d_setproctitle.U
25472 ____________________________________________________________________________
25473 [  6501] By: jhi                                   on 2000/08/03  00:00:26
25474         Log: The subtest 4 may fail also on VOBS, as pointed out
25475              by Nick Ing-Simmons in November 1999, bug id 19991124.003
25476              (but the failure in that bug report isn't the subtest 4).
25477      Branch: perl
25478            ! t/op/stat.t
25479 ____________________________________________________________________________
25480 [  6500] By: jhi                                   on 2000/08/02  23:49:30
25481         Log: Better skip message for the test; one of the two problems in
25482              
25483              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
25484              From: Lupe Christoph <lupe@lupe-christoph.de>
25485              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
25486              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
25487      Branch: perl
25488            ! t/op/numconvert.t
25489 ____________________________________________________________________________
25490 [  6499] By: jhi                                   on 2000/08/02  22:49:16
25491         Log: Allow "no Module;" even if there is no 'unimport'.
25492              
25493              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
25494              From: mjd@plover.com
25495              Date: 24 Mar 2000 15:24:34 -0000
25496              Message-Id: <20000324152434.15160.qmail@plover.com>
25497      Branch: perl
25498            ! gv.c
25499 ____________________________________________________________________________
25500 [  6498] By: jhi                                   on 2000/08/02  22:42:58
25501         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
25502              that are hopefully soon put into use.
25503      Branch: perl
25504            ! opcode.h opcode.pl opnames.h
25505 ____________________________________________________________________________
25506 [  6497] By: gsar                                  on 2000/08/02  22:28:59
25507         Log: require.t needs binmode() to work on windows
25508      Branch: perl
25509            ! t/comp/require.t
25510 ____________________________________________________________________________
25511 [  6496] By: jhi                                   on 2000/08/02  22:08:51
25512         Log: Document the IVdf UVuf UVof UVxf.
25513      Branch: perl
25514            ! pod/perlguts.pod
25515 ____________________________________________________________________________
25516 [  6495] By: jhi                                   on 2000/08/02  21:54:26
25517         Log: detypo #6494
25518      Branch: perl
25519            ! ext/Data/Dumper/Dumper.xs
25520 ____________________________________________________________________________
25521 [  6494] By: jhi                                   on 2000/08/02  21:49:17
25522         Log: Dump UVs as UVs in Data::Dumper.
25523              
25524              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
25525              From: Gurusamy Sarathy <gsar@ActiveState.com>
25526              Date: Thu, 27 Apr 2000 12:26:25 -0700
25527              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
25528      Branch: perl
25529            ! ext/Data/Dumper/Dumper.xs
25530 ____________________________________________________________________________
25531 [  6493] By: jhi                                   on 2000/08/02  17:01:58
25532         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
25533              From: Hugo <hv@crypt.compulink.co.uk>
25534              Date: Wed, 02 Aug 2000 14:53:56 +0100
25535              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
25536      Branch: perl
25537            ! regexec.c t/op/re_tests
25538 ____________________________________________________________________________
25539 [  6492] By: jhi                                   on 2000/08/02  15:02:46
25540         Log: The new setproctitle() feature is available only in 
25541              bleeding edge FreeBSD.  From Paul Saab.
25542      Branch: perl
25543            ! mg.c
25544 ____________________________________________________________________________
25545 [  6491] By: jhi                                   on 2000/08/02  13:34:36
25546         Log: The tr utf8 patching continues.
25547              
25548              Subject: Re: #6469, too many tests claimed in require.t
25549              From: simon@brecon.co.uk (Simon Cozens)
25550              Date: 2 Aug 2000 02:37:17 GMT
25551              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
25552              
25553              (the logic of the test was the wrong way round in the patch)
25554      Branch: perl
25555            ! doop.c
25556 ____________________________________________________________________________
25557 [  6490] By: jhi                                   on 2000/08/02  13:27:38
25558         Log: The name of a filehandle does not have <these>.
25559      Branch: perl
25560            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
25561            ! t/pragma/warn/pp_sys util.c
25562 ____________________________________________________________________________
25563 [  6489] By: jhi                                   on 2000/08/02  04:26:46
25564         Log: Remove the extraneous "main::" prefix from all the
25565              "opened only for", "on closed", and "never opened" warnings.
25566              
25567              Subject: Re: inappropriate warning
25568              From: Gurusamy Sarathy <gsar@ActiveState.com>
25569              Date: Mon, 20 Mar 2000 11:28:02 -0800
25570              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
25571      Branch: perl
25572            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
25573            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
25574            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
25575 ____________________________________________________________________________
25576 [  6488] By: jhi                                   on 2000/08/02  03:02:57
25577         Log: memcpy has n o in it, as pinted ut by Sarathy.
25578      Branch: perl
25579            ! pod/perlguts.pod
25580 ____________________________________________________________________________
25581 [  6487] By: jhi                                   on 2000/08/02  02:44:51
25582         Log: Document in one place the memory abstractions used in Perl core.
25583              
25584              Subject: Re: Memory abstraction
25585              From: simon@brecon.co.uk (Simon Cozens)
25586              Date: 2 Aug 2000 02:20:23 GMT
25587              Organization: Earth.li Origins
25588      Branch: perl
25589            ! pod/perlguts.pod
25590 ____________________________________________________________________________
25591 [  6486] By: jhi                                   on 2000/08/02  02:41:57
25592         Log: regen_headers, regen perltoc.
25593      Branch: perl
25594            ! perlapi.c pod/perltoc.pod
25595 ____________________________________________________________________________
25596 [  6485] By: jhi                                   on 2000/08/02  01:43:33
25597         Log: "This little thing tests for a file .patch, and if it contains
25598              a number, pops into patchlevel.h" (making it easier to track
25599              which development version people are reporting bugs against)
25600              
25601              Subject: Patchlevel autogeneration for repository perls
25602              From: simon@brecon.co.uk (Simon Cozens)
25603              Date: 14 Jul 2000 07:12:15 GMT
25604              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
25605      Branch: perl
25606            + fix_pl
25607            ! MANIFEST Makefile.SH
25608 ____________________________________________________________________________
25609 [  6484] By: jhi                                   on 2000/08/02  01:32:54
25610         Log: FreeBSD 3.* updates from
25611              
25612              From: Paul Saab <ps@yahoo-inc.com>
25613              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
25614              Date: Tue, 1 Aug 2000 15:41:39 -0700
25615              Message-Id: <20000801154139.A53740@yahoo-inc.com>
25616      Branch: perl
25617            ! hints/freebsd.sh
25618 ____________________________________________________________________________
25619 [  6483] By: jhi                                   on 2000/08/02  01:27:44
25620         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
25621              instead one must use setproctitle().  This was already addressed
25622              by change #6457, but the below has a new variant for FreeBSD 4.0
25623              or later, and the matter is also documented more.
25624              
25625              From: Paul Saab <ps@yahoo-inc.com>
25626              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
25627              Date: Tue, 1 Aug 2000 15:41:39 -0700
25628              Message-Id: <20000801154139.A53740@yahoo-inc.com>
25629      Branch: metaconfig/U/perl
25630            + i_libutil.U
25631      Branch: perl
25632            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
25633 ____________________________________________________________________________
25634 [  6482] By: jhi                                   on 2000/08/01  22:17:32
25635         Log: The test from this
25636              
25637              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
25638              Date: Sat, 15 Apr 2000 17:03:44 +0100
25639              From: Tom Hughes <tom@compton.nu>
25640              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
25641              
25642              was missing, the code change went in as #5989
25643              (which had a different test?)
25644      Branch: perl
25645            ! t/op/misc.t
25646 ____________________________________________________________________________
25647 [  6481] By: jhi                                   on 2000/08/01  21:48:38
25648         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
25649              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
25650              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
25651              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
25652      Branch: perl
25653            ! perl.h
25654 ____________________________________________________________________________
25655 [  6480] By: jhi                                   on 2000/08/01  18:05:28
25656         Log: Make p4desc to skip non-mainperl branches by default.
25657      Branch: perl
25658            ! Porting/p4desc
25659 ____________________________________________________________________________
25660 [  6479] By: jhi                                   on 2000/08/01  17:29:19
25661         Log: If gccosandvers is equal to osname, clear gccosandvers.
25662      Branch: metaconfig/U/perl
25663            ! gccvers.U
25664      Branch: perl
25665            ! Configure config_h.SH
25666 ____________________________________________________________________________
25667 [  6478] By: jhi                                   on 2000/08/01  15:54:08
25668         Log: BOM patching from Simon Cozens.
25669      Branch: perl
25670            ! toke.c
25671 ____________________________________________________________________________
25672 [  6477] By: jhi                                   on 2000/08/01  04:50:33
25673         Log: Stash away the largefiles flags and libswanted.
25674      Branch: perl
25675            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
25676 ____________________________________________________________________________
25677 [  6476] By: gsar                                  on 2000/08/01  04:24:24
25678         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
25679              on Windows)
25680      Branch: perl
25681            ! t/pragma/utf8.t utf8.c win32/win32.c
25682 ____________________________________________________________________________
25683 [  6475] By: jhi                                   on 2000/08/01  03:35:24
25684         Log: Make chr() for values >127 to create utf8 when under utf8.
25685              
25686              Subject: Re: uft8/chr()
25687              From: simon@brecon.co.uk (Simon Cozens)
25688              Date: 1 Aug 2000 02:37:02 GMT
25689              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
25690      Branch: perl
25691            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
25692 ____________________________________________________________________________
25693 [  6474] By: jhi                                   on 2000/08/01  02:36:18
25694         Log: In Digital UNIX warn if gcc explicitly chosen because even
25695              2.95.2 is known to cause problems.
25696      Branch: perl
25697            ! hints/dec_osf.sh
25698 ____________________________________________________________________________
25699 [  6473] By: jhi                                   on 2000/08/01  02:00:56
25700         Log: Make the safety catch for buggy gccs work with triple version
25701              numbers like 2.95.2.  Reported in
25702              
25703              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
25704              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
25705              Date: Mon, 31 Jul 2000 14:55:06 +0200
25706              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
25707      Branch: perl
25708            ! hints/dec_osf.sh
25709 ____________________________________________________________________________
25710 [  6472] By: jhi                                   on 2000/08/01  01:13:33
25711         Log: Subject: fix and question re: waitpid() under win32
25712              From: Brian Clarke <clarke@appliedmeta.com>
25713              Date: Fri, 28 Jul 2000 15:18:29 -0400
25714              Message-ID: <3981DC85.290314EB@appliedmeta.com>
25715              
25716              Slightly reformatted and WNOHANG # define moved to win32.h
25717              so that also POSIX.xs sees it, as suggsted by Sarathy.
25718      Branch: perl
25719            ! win32/win32.c win32/win32.h
25720 ____________________________________________________________________________
25721 [  6471] By: jhi                                   on 2000/08/01  00:55:05
25722         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
25723              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
25724              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
25725              Date: Mon, 31 Jul 2000 13:28:51 +0100
25726              
25727              (aka ID 20000730.002)
25728      Branch: perl
25729            ! op.c t/op/tr.t
25730 ____________________________________________________________________________
25731 [  6470] By: jhi                                   on 2000/07/31  23:34:42
25732         Log: Document the problem with -P in HP-UX and its workaround.
25733              
25734              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
25735              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
25736              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
25737              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
25738      Branch: perl
25739            ! README.hpux
25740 ____________________________________________________________________________
25741 [  6469] By: jhi                                   on 2000/07/31  04:15:02
25742         Log: The swallow_bom() saga continues.  The #23 of require.t
25743              (UTF16-LE) still fails (silently, no output) but the #22
25744              (UTF16-BE) seems to be working now.  The root of the
25745              failure may be in sv_gets(): is it UTF-16LE-aware,
25746              especially when it comes to line endings? 
25747      Branch: perl
25748            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
25749            ! t/comp/require.t toke.c utf8.c
25750 ____________________________________________________________________________
25751 [  6468] By: jhi                                   on 2000/07/30  19:05:48
25752         Log: Find green threads before native threads.
25753              
25754              Subject: Re: Patch to jpl/JNI/Makefile.PL
25755              From: Jens Thomsen <jens@fiend.cis.com>
25756              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
25757              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
25758      Branch: perl
25759            ! jpl/JNI/Makefile.PL
25760 ____________________________________________________________________________
25761 [  6467] By: jhi                                   on 2000/07/30  18:36:22
25762         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
25763      Branch: perl
25764            ! doop.c
25765 ____________________________________________________________________________
25766 [  6466] By: jhi                                   on 2000/07/30  04:37:29
25767         Log: A new version of the "remove UPPERACSE string comparison"
25768              operators.  The problem with the previous one (change #6454)
25769              was that it was for Perl 5.6.0.  From Paul Marquess.
25770      Branch: perl
25771            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
25772            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
25773            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
25774 ____________________________________________________________________________
25775 [  6465] By: jhi                                   on 2000/07/29  22:39:56
25776         Log: Do not upgrade SVs into utf8 just because they participate
25777              in eq or cmp.  Reported and fix suggested in
25778              
25779              Subject: [ID 20000720.009] sv_eq UTF8 bug
25780              From: "Simon Cozens" <simon@othersideofthe.earth.li>
25781              Date: 21 Jul 2000 04:37:29 -0000
25782              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
25783              
25784              Exercise for the kind reader: should we or should we not
25785              cache the utf8 conversion alonside the SV? (as magic,
25786              as thestrxfrm()ed version is cached under use locale)
25787              Argue both for and against.
25788      Branch: perl
25789            ! sv.c
25790 ____________________________________________________________________________
25791 [  6464] By: jhi                                   on 2000/07/29  22:36:22
25792         Log: Subject: UTF8 concat
25793              From: simon@brecon.co.uk (Simon Cozens) 
25794              Date: 30 Jun 2000 06:13:25 GMT
25795              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
25796              
25797              (with a memory leak fixed, plus a few casts added)
25798              
25799              This also seems to help for
25800              
25801              Subject: [ID 20000716.015] join UTF8 weirdness
25802              From: root <root@ak-71.mind.de> 
25803              Date: Sat, 15 Jul 2000 15:29:54 +0200
25804              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
25805              
25806              (from Andreas König)
25807      Branch: perl
25808            ! pp_hot.c
25809 ____________________________________________________________________________
25810 [  6463] By: jhi                                   on 2000/07/29  00:55:39
25811         Log: Tune the comments and hopefully stop a memory leak.
25812      Branch: perl
25813            ! toke.c utf8.c
25814 ____________________________________________________________________________
25815 [  6462] By: jhi                                   on 2000/07/29  00:16:53
25816         Log: The problem described in this
25817              
25818              Subject: [ID 20000322.018] named chars aren't magical enough
25819              From: root <root@dixie.cscaper.com>     
25820              Date: Wed, 22 Mar 2000 18:37:42 -0700
25821              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
25822              
25823              has been fixed in perl 5.6.0 but just in case added a test
25824              to keep it away.  (The report from Joseph Hall.)
25825      Branch: perl
25826            ! t/lib/charnames.t
25827 ____________________________________________________________________________
25828 [  6461] By: jhi                                   on 2000/07/28  23:56:36
25829         Log: Tiny fixes for #6460.
25830      Branch: metaconfig/U/perl
25831            ! gccvers.U
25832      Branch: perl
25833            ! Configure config_h.SH
25834 ____________________________________________________________________________
25835 [  6460] By: jhi                                   on 2000/07/28  23:24:41
25836         Log: Warn if the version of the operating system used to compile gcc
25837              differs from the current version of the operating system.
25838              Also display the gcc compilation os and version in myconfig.
25839              Inspiration from
25840              
25841              Subject: Re: [ID 20000710.003] ERRORS!!         
25842              From: "Kurt D. Starsinic" <kstar@chapin.edu>
25843              Date: Mon, 10 Jul 2000 15:54:16 -0400
25844              Message-ID: <20000710155416.A1384@O2.chapin.edu>
25845      Branch: metaconfig/U/perl
25846            ! gccvers.U
25847      Branch: perl
25848            ! Configure config_h.SH myconfig.SH
25849 ____________________________________________________________________________
25850 [  6459] By: jhi                                   on 2000/07/28  22:00:32
25851         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
25852              letter to $Config{osvers}.
25853      Branch: metaconfig
25854            ! U/modified/Oldconfig.U
25855      Branch: perl
25856            ! Configure config_h.SH
25857 ____________________________________________________________________________
25858 [  6458] By: jhi                                   on 2000/07/28  04:15:39
25859         Log: Back out #6454, doesn't seem to work.
25860              (Reason: that patch was for perl 5.6.0, not perl-current)
25861              (A version of the patch for perl-current came in later as #6466)
25862      Branch: perl
25863            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
25864            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
25865            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
25866 ____________________________________________________________________________
25867 [  6457] By: jhi                                   on 2000/07/27  23:31:49
25868         Log: Use setproctitle() if available to modify $0.
25869              
25870              Subject: setting $* on BSD4 broken
25871              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
25872              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
25873              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
25874      Branch: metaconfig
25875            ! U/modified/Myinit.U
25876      Branch: perl
25877            ! Configure config_h.SH mg.c
25878 ____________________________________________________________________________
25879 [  6456] By: jhi                                   on 2000/07/27  14:50:47
25880         Log: Allow "no AutoLoader;", based on change #6444,
25881              suggested by Graham Barr.
25882      Branch: perl
25883            ! lib/AutoLoader.pm
25884 ____________________________________________________________________________
25885 [  6455] By: jhi                                   on 2000/07/27  14:19:10
25886         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
25887              From: rspier@pobox.com (Robert Spier)
25888              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
25889              Message-ID: <14720.15855.787664.424783@rls.cx>
25890      Branch: perl
25891            ! pod/perldiag.pod
25892 ____________________________________________________________________________
25893 [  6454] By: jhi                                   on 2000/07/27  14:03:02
25894         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
25895              for a long time).
25896              
25897              Reported in
25898              
25899              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
25900              From: Ryan Herbert <rherbert@sycamorehq.com>
25901              Date: Mon, 17 Jul 2000 11:40:42 -0400
25902              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
25903              
25904              Patched in
25905              
25906              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
25907              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
25908              Date: Wed, 26 Jul 2000 23:40:18 +0100
25909              Message-ID: <000001bff752$79511880$0a17073e@tiny>
25910              
25911              based on an earlier patch from Stephen P. Potter.
25912              
25913              (Removed later by change #6458 because this patch was for
25914              perl 5.6.0, not perl-current)
25915      Branch: perl
25916            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
25917            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
25918            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
25919 ____________________________________________________________________________
25920 [  6453] By: jhi                                   on 2000/07/27  13:48:02
25921         Log: Subject: [PATCH] fixes bug 20000508.004
25922              From: Michael Stevens <mstevens@globnix.org>
25923              Date: Thu, 27 Jul 2000 13:49:04 +0100
25924              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
25925      Branch: perl
25926            ! pod/perldata.pod
25927 ____________________________________________________________________________
25928 [  6452] By: jhi                                   on 2000/07/26  23:51:26
25929         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
25930              and Craig A. Berry.
25931      Branch: perl
25932            ! lib/File/Temp.pm pod/perlport.pod
25933 ____________________________________________________________________________
25934 [  6451] By: jhi                                   on 2000/07/26  19:43:30
25935         Log: Be wary of close()s, too.
25936              
25937              Subject: Re: [PATCH] perlbug cleanup
25938              From: Tim Jenness <t.jenness@jach.hawaii.edu>
25939              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
25940              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
25941      Branch: perl
25942            ! utils/perlbug.PL
25943 ____________________________________________________________________________
25944 [  6450] By: jhi                                   on 2000/07/26  18:41:40
25945         Log: Subject: Minor doc patch: handy.h
25946              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
25947              Date: Wed, 26 Jul 2000 15:34:25 -0300
25948              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
25949      Branch: perl
25950            ! handy.h pod/perlapi.pod
25951 ____________________________________________________________________________
25952 [  6449] By: jhi                                   on 2000/07/26  18:23:55
25953         Log: Subject: [PATCH] minor doc change - perlguts
25954              From: Michael Stevens <mstevens@globnix.org>
25955              Date: Thu, 13 Jul 2000 12:39:18 +0100
25956              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
25957      Branch: perl
25958            ! pod/perlguts.pod
25959 ____________________________________________________________________________
25960 [  6448] By: jhi                                   on 2000/07/26  18:20:30
25961         Log: open() wariness in perlbug.
25962              
25963              Subject: [PATCH] perlbug cleanup
25964              From: Michael Stevens <mstevens@globnix.org>
25965              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
25966              Date: Thu, 13 Jul 2000 15:52:23 +0100
25967      Branch: perl
25968            ! utils/perlbug.PL
25969 ____________________________________________________________________________
25970 [  6447] By: jhi                                   on 2000/07/26  18:13:04
25971         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
25972      Branch: perl
25973            ! lib/File/Temp.pm t/lib/ftmp-security.t
25974 ____________________________________________________________________________
25975 [  6446] By: jhi                                   on 2000/07/26  18:06:32
25976         Log: docfix from Peter Scott <Peter@PSDT.com>.
25977      Branch: perl
25978            ! pod/perlfunc.pod
25979 ____________________________________________________________________________
25980 [  6445] By: jhi                                   on 2000/07/26  17:53:31
25981         Log: Fix *foo{FORMAT}.
25982              
25983              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
25984              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
25985              Date: Wed, 26 Jul 2000 19:51:02 +0200
25986              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
25987              
25988              From: Graham Barr <gbarr@pobox.com>
25989              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
25990              Date: Wed, 26 Jul 2000 17:38:36 +0100
25991              Message-ID: <20000726173836.L472@pobox.com>
25992      Branch: perl
25993            ! pp.c sv.c t/op/gv.t
25994 ____________________________________________________________________________
25995 [  6444] By: jhi                                   on 2000/07/26  17:49:14
25996         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
25997              from Graham Barr in the module list.
25998      Branch: perl
25999            ! gv.c pod/perlobj.pod
26000 ____________________________________________________________________________
26001 [  6443] By: jhi                                   on 2000/07/26  16:06:56
26002         Log: More split() doc and test patches from Mike Guy.
26003      Branch: perl
26004            ! pod/perlfunc.pod t/op/split.t
26005 ____________________________________________________________________________
26006 [  6442] By: jhi                                   on 2000/07/26  16:05:30
26007         Log: MacOS nits from Matthias Neeracher.
26008      Branch: perl
26009            ! perl.c pp_ctl.c
26010 ____________________________________________________________________________
26011 [  6441] By: jhi                                   on 2000/07/26  04:39:57
26012         Log: Subject: [PATCH] split /^/
26013              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
26014              Date: Tue, 25 Jul 2000 14:18:57 +0100
26015              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
26016              
26017              (with notes from tchrist and gbarr)
26018      Branch: perl
26019            ! pod/perlfunc.pod t/op/split.t
26020 ____________________________________________________________________________
26021 [  6440] By: jhi                                   on 2000/07/26  04:32:32
26022         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
26023              From: Peter Prymmer <pvhp@forte.com>
26024              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
26025              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
26026      Branch: perl
26027            ! vms/munchconfig.c
26028 ____________________________________________________________________________
26029 [  6439] By: jhi                                   on 2000/07/26  04:31:01
26030         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
26031              to be fatal errors (instead of by default ignoring them, and
26032              ignoring with a bug: even though -w gave an error, the opening [
26033              was left in)  Reported in:
26034              
26035              Subject: [ID 20000716.024] [=cc=] / [:blank:]
26036              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
26037              Date: Sun, 16 Jul 2000 17:55:29 -0700
26038              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
26039      Branch: perl
26040            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
26041 ____________________________________________________________________________
26042 [  6438] By: jhi                                   on 2000/07/25  15:41:15
26043         Log: Subject: [PATCH] av.c apidoc
26044              From: simon@brecon.co.uk (Simon Cozens)
26045              Date: 24 Jul 2000 06:40:52 GMT
26046              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
26047      Branch: perl
26048            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
26049            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
26050 ____________________________________________________________________________
26051 [  6437] By: jhi                                   on 2000/07/25  14:05:36
26052         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
26053              From: "Stephen P. Potter" <spp@ds.net>
26054              Date: Mon, 24 Jul 2000 14:22:23 -0400
26055              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
26056      Branch: perl
26057            ! pod/perllocale.pod
26058 ____________________________________________________________________________
26059 [  6436] By: jhi                                   on 2000/07/25  14:02:03
26060         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
26061              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
26062              Date: Mon, 24 Jul 2000 18:04:28 +0100
26063              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
26064      Branch: perl
26065            ! t/lib/syslfs.t t/op/lfs.t
26066 ____________________________________________________________________________
26067 [  6435] By: jhi                                   on 2000/07/25  13:59:28
26068         Log: Get UTF16 BOMs working.  Patch from
26069              
26070              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
26071              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
26072              Date: Tue, 25 Jul 2000 12:52:45 +0100
26073              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
26074              
26075              and notes from
26076              
26077              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
26078              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
26079              Date: Tue, 25 Jul 2000 11:43:25 +0100
26080              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
26081      Branch: perl
26082            ! t/comp/require.t toke.c utf8.c
26083 ____________________________________________________________________________
26084 [  6434] By: jhi                                   on 2000/07/25  02:39:54
26085         Log: Make the "uninit variable" warning to say "concat or string"
26086              or "join or string" when in concat or join .
26087              
26088              Subject: Re: [ID 20000403.009] uninitialised concatenation???
26089              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
26090              Date: Tue, 04 Apr 2000 18:22:58 +0100
26091              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
26092              
26093              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
26094              From: William R Ward <hermit@BayView.COM>
26095              Date: Thu, 30 Mar 2000 19:50:03 -0800
26096              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
26097      Branch: perl
26098            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
26099            ! t/pragma/warn/op t/pragma/warn/sv
26100 ____________________________________________________________________________
26101 [  6433] By: jhi                                   on 2000/07/24  17:52:56
26102         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
26103      Branch: perl
26104            ! lib/File/Spec/VMS.pm
26105 ____________________________________________________________________________
26106 [  6432] By: jhi                                   on 2000/07/24  17:44:44
26107         Log: Test cases for #6431.
26108              
26109              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
26110              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
26111              Date: Mon, 24 Jul 2000 15:32:29 +0100
26112              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
26113      Branch: perl
26114            ! t/op/pat.t t/op/split.t
26115 ____________________________________________________________________________
26116 [  6431] By: jhi                                   on 2000/07/24  17:43:17
26117         Log: Bind op fix.
26118              
26119              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
26120              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
26121              Date: Mon, 17 Jul 2000 20:04:56 +0100
26122              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
26123      Branch: perl
26124            ! op.c
26125 ____________________________________________________________________________
26126 [  6430] By: jhi                                   on 2000/07/24  03:42:42
26127         Log: Subject: [ID 20000716.023] syslog test fails without sockets
26128              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
26129              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
26130              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
26131      Branch: metaconfig/U/perl
26132            ! Extensions.U
26133      Branch: perl
26134            ! Configure config_h.SH
26135 ____________________________________________________________________________
26136 [  6429] By: jhi                                   on 2000/07/24  03:11:52
26137         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
26138              case, but add also notes explaining the relationship of this
26139              patch and the earlier notes by Sarathy.
26140              
26141              Subject: Map is still slow
26142              From: "Ben Tilly" <ben_tilly@hotmail.com>
26143              Date: Sat, 15 Jul 2000 17:23:27 EDT
26144              Message-ID: <20000715212327.21656.qmail@hotmail.com>
26145      Branch: perl
26146            ! pp_ctl.c
26147 ____________________________________________________________________________
26148 [  6428] By: jhi                                   on 2000/07/24  02:58:52
26149         Log: Documentation to explain the behaviour of map().
26150              
26151              Subject: Re: Map is still slow 
26152              From: Gurusamy Sarathy <gsar@ActiveState.com>
26153              Date: Sat, 15 Jul 2000 16:05:09 -0700
26154              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
26155      Branch: perl
26156            ! pp_ctl.c
26157 ____________________________________________________________________________
26158 [  6427] By: jhi                                   on 2000/07/24  02:50:03
26159         Log: Add tests for
26160              [ID 19991110.003] another matching finding by pcre author
26161              which has already been fixed by some patch, as verified in
26162              
26163              Subject: Re: two regex bugs from the mists of time (well, last November)
26164              From: Hugo <hv@crypt.compulink.co.uk>
26165              Date: Sat, 22 Jul 2000 18:12:58 +0100
26166              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
26167      Branch: perl
26168            ! t/op/re_tests
26169 ____________________________________________________________________________
26170 [  6426] By: jhi                                   on 2000/07/24  02:11:20
26171         Log: A missing 'break' after the [[:space:]] switch case.
26172              
26173              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
26174              From: "Stephen P. Potter" <spp@ds.net>
26175              Date: Tue, 18 Jul 2000 16:25:17 -0400
26176              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
26177      Branch: perl
26178            ! regcomp.c
26179 ____________________________________________________________________________
26180 [  6425] By: jhi                                   on 2000/07/24  02:06:12
26181         Log: The output might have been produced in the wrong order.
26182              
26183              Subject: [ID 20000720.003] [PATCH] t/op/write.t
26184              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
26185              Date: Thu, 20 Jul 2000 18:49:18 +0100
26186              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
26187      Branch: perl
26188            ! t/op/write.t
26189 ____________________________________________________________________________
26190 [  6424] By: jhi                                   on 2000/07/24  02:00:07
26191         Log: Use STDOUT consistently.
26192              
26193              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
26194              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
26195              Date: Thu, 20 Jul 2000 18:04:01 +0100
26196              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
26197      Branch: perl
26198            ! lib/Test/Harness.pm
26199 ____________________________________________________________________________
26200 [  6423] By: jhi                                   on 2000/07/24  01:54:54
26201         Log: Protect against "wild next"s, that is, callbacks doing "next"
26202              instead of "return".
26203              
26204              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
26205              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
26206              Date: Tue, 18 Jul 2000 11:30:16 +0100
26207              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
26208      Branch: perl
26209            ! lib/File/Find.pm
26210 ____________________________________________________________________________
26211 [  6422] By: jhi                                   on 2000/07/24  01:35:47
26212         Log: Out-of-date note removed.
26213              
26214              Subject: [PATCH] documentation perlipc
26215              From: rspier@pobox.com (Robert Spier)
26216              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
26217              Message-ID: <14711.35178.572612.502654@rls.cx>
26218      Branch: perl
26219            ! pod/perlipc.pod
26220 ____________________________________________________________________________
26221 [  6421] By: jhi                                   on 2000/07/24  00:09:18
26222         Log: Send all installperl messages to STDERR and be -w clean.
26223              
26224              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
26225              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
26226              Date: Sat, 22 Jul 2000 14:02:11 +0100
26227              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
26228      Branch: perl
26229            ! installperl
26230 ____________________________________________________________________________
26231 [  6420] By: jhi                                   on 2000/07/24  00:04:19
26232         Log: Decutandpasto.
26233              
26234              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
26235              From: "Richard Soderberg" <rs@crystalflame.net>
26236              Date: Sun, 23 Jul 2000 01:37:23 -0700
26237              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
26238      Branch: perl
26239            ! pod/perlipc.pod
26240 ____________________________________________________________________________
26241 [  6419] By: jhi                                   on 2000/07/24  00:01:12
26242         Log: A cleaner abs_path().
26243              Subject: Re: unix alternative to Cwd.pm
26244              From: Jeff Pinyan <jeffp@crusoe.net>
26245              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
26246              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
26247      Branch: perl
26248            ! lib/Cwd.pm
26249 ____________________________________________________________________________
26250 [  6418] By: jhi                                   on 2000/07/23  23:48:56
26251         Log: Detypo.
26252              
26253              Subject: [PATCH perl-current] Typo in hints/powerux.sh
26254              From: "Richard Soderberg" <rs@crystalflame.net>
26255              Date: Sun, 23 Jul 2000 01:27:33 -0700
26256              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
26257      Branch: perl
26258            ! hints/powerux.sh
26259 ____________________________________________________________________________
26260 [  6417] By: jhi                                   on 2000/07/17  22:13:31
26261         Log: Subject: SDBM_File documentation
26262              From: mjd@plover.com
26263              Date: 16 Jul 2000 17:41:17 -0000
26264              Message-ID: <20000716174117.18515.qmail@plover.com>
26265      Branch: perl
26266            ! ext/SDBM_File/SDBM_File.pm
26267 ____________________________________________________________________________
26268 [  6416] By: jhi                                   on 2000/07/17  19:13:26
26269         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
26270      Branch: perl
26271            ! hints/mpeix.sh mpeix/relink
26272 ____________________________________________________________________________
26273 [  6415] By: jhi                                   on 2000/07/15  14:11:02
26274         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
26275              the utf8 'characters' can be more than one octet).
26276              
26277              Date: Sat, 15 Jul 2000 00:21:56 +0100
26278              From: Tom Hughes <tom@compton.nu>
26279              Subject: Re: [ID 20000714.002]
26280              Message-ID: <db2334de49.tom@compton.compton.nu>
26281              
26282              Reported in
26283              
26284              Subject: [ID 20000714.002]
26285              From: "Simon Cozens" <simon@othersideofthe.earth.li>
26286              Date: 14 Jul 2000 15:13:09 -0000
26287              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
26288      Branch: perl
26289            ! doop.c
26290 ____________________________________________________________________________
26291 [  6414] By: jhi                                   on 2000/07/15  03:13:41
26292         Log: another VMS build tweak from Peter Prymmer
26293      Branch: perl
26294            ! vms/descrip_mms.template
26295 ____________________________________________________________________________
26296 [  6413] By: jhi                                   on 2000/07/15  03:10:40
26297         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
26298      Branch: perl
26299            ! vms/perlvms.pod
26300 ____________________________________________________________________________
26301 [  6412] By: jhi                                   on 2000/07/15  00:31:05
26302         Log: More docs for sv functions.
26303              
26304              Subject: [PATCH cfgperl] sv.c apidoc
26305              From: simon@brecon.co.uk (Simon Cozens)
26306              Date: 13 Jul 2000 09:00:20 GMT
26307              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
26308              
26309              Subject: Re: [PATCH cfgperl] sv.c apidoc
26310              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
26311              Date: Thu, 13 Jul 2000 12:27:41 +0100
26312              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
26313              
26314              Subject: Re: [PATCH cfgperl] sv.c apidoc
26315              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
26316              Date: Thu, 13 Jul 2000 13:23:09 +0100
26317              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
26318              
26319              Subject: Re: [PATCH cfgperl] sv.c apidoc
26320              From: simon@brecon.co.uk (Simon Cozens)
26321              Date: 14 Jul 2000 06:51:02 GMT
26322              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
26323      Branch: perl
26324            ! embed.pl pod/perlapi.pod sv.c
26325 ____________________________________________________________________________
26326 [  6411] By: jhi                                   on 2000/07/15  00:10:41
26327         Log: lib/b test fixes from Peter Prymmer.
26328      Branch: perl
26329            ! t/lib/b.t
26330 ____________________________________________________________________________
26331 [  6410] By: jhi                                   on 2000/07/15  00:02:09
26332         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
26333              From: Hugo <hv@crypt.compulink.co.uk>
26334              Date: Fri, 14 Jul 2000 23:05:20 +0100
26335              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
26336              
26337              Didn't anymore apply, but that point still could use another fix.
26338      Branch: perl
26339            ! pod/perlfunc.pod
26340 ____________________________________________________________________________
26341 [  6409] By: jhi                                   on 2000/07/14  23:15:15
26342         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
26343              not in pod, from Peter Prymmer
26344      Branch: perl
26345            ! vms/descrip_mms.template
26346 ____________________________________________________________________________
26347 [  6408] By: jhi                                   on 2000/07/14  20:35:05
26348         Log: The bug report
26349              [ID 19991110.002] minimal matching discrepancy found by pcre author
26350              seems to have been fixed (though differently from what was suggested
26351              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
26352      Branch: perl
26353            ! t/op/re_tests
26354 ____________________________________________________________________________
26355 [  6407] By: jhi                                   on 2000/07/14  17:38:08
26356         Log: Fix AutoSplit to use File::Spec the right way in VMS,
26357              from Peter Prymmer.
26358      Branch: perl
26359            ! lib/AutoSplit.pm
26360 ____________________________________________________________________________
26361 [  6406] By: jhi                                   on 2000/07/14  14:13:22
26362         Log: Merge perlhacktut into perlhack, update perlguts.
26363              
26364              Subject: Re: Perlhacktut
26365              From: simon@brecon.co.uk (Simon Cozens)
26366              Date: 14 Jul 2000 06:49:21 GMT
26367              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
26368              
26369              Subject: Re: Perlhacktut
26370              From: simon@brecon.co.uk (Simon Cozens)
26371              Date: 14 Jul 2000 07:09:45 GMT
26372              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
26373      Branch: perl
26374            ! pod/perlguts.pod pod/perlhack.pod
26375 ____________________________________________________________________________
26376 [  6405] By: jhi                                   on 2000/07/14  14:02:31
26377         Log: Integrate with Sarathy.
26378      Branch: cfgperl
26379           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
26380           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
26381           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
26382 ____________________________________________________________________________
26383 [  6404] By: gsar                                  on 2000/07/14  12:15:02
26384         Log: PERL_OBJECT build tweaks
26385      Branch: perl
26386            ! toke.c
26387 ____________________________________________________________________________
26388 [  6403] By: gsar                                  on 2000/07/14  11:23:41
26389         Log: inconsistent types needs casts
26390      Branch: perl
26391            ! toke.c
26392 ____________________________________________________________________________
26393 [  6402] By: gsar                                  on 2000/07/14  11:12:04
26394         Log: typos in change#6399, regen headers
26395      Branch: perl
26396            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
26397 ____________________________________________________________________________
26398 [  6401] By: gsar                                  on 2000/07/14  10:59:12
26399         Log: typecasts needed for change#6394
26400      Branch: perl
26401            ! toke.c
26402 ____________________________________________________________________________
26403 [  6400] By: gsar                                  on 2000/07/14  10:49:37
26404         Log: integrate cfgperl contents into mainline
26405      Branch: perl
26406           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
26407           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
26408 ____________________________________________________________________________
26409 [  6399] By: gsar                                  on 2000/07/14  10:38:35
26410         Log: enable UTF-16 filter by default if relevant BOM is seen; various
26411              cleanups (typos, misformatted code, and small bugs)
26412      Branch: perl
26413            ! doop.c embed.pl mg.c op.c pp.c toke.c
26414 ____________________________________________________________________________
26415 [  6398] By: gsar                                  on 2000/07/14  08:55:38
26416         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
26417              name suggests anyway)
26418      Branch: perl
26419            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
26420 ____________________________________________________________________________
26421 [  6397] By: gsar                                  on 2000/07/14  08:44:33
26422         Log: move new variables to the end of the interpreter structure (for
26423              bincompat in code that doesn't #include XSUB.h)
26424      Branch: perl
26425            ! intrpvar.h
26426 ____________________________________________________________________________
26427 [  6396] By: gsar                                  on 2000/07/14  08:13:58
26428         Log: MakeMaker should not remove editor backups (*~) on `make clean`
26429              by default (completes change#6383)
26430      Branch: perl
26431            ! lib/ExtUtils/MM_Unix.pm
26432 ____________________________________________________________________________
26433 [  6395] By: jhi                                   on 2000/07/14  05:20:33
26434         Log: Replace change #6337 with a better one.
26435              
26436              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
26437              From: Hugo <hv@crypt.compulink.co.uk>
26438              Date: Fri, 14 Jul 2000 04:16:20 +0100
26439              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
26440      Branch: cfgperl
26441            ! regexec.c t/op/re_tests
26442 ____________________________________________________________________________
26443 [  6394] By: jhi                                   on 2000/07/14  01:33:59
26444         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
26445      Branch: cfgperl
26446            ! embed.pl global.sym proto.h toke.c
26447 ____________________________________________________________________________
26448 [  6393] By: jhi                                   on 2000/07/13  23:41:23
26449         Log: remove discarded test
26450      Branch: cfgperl
26451            ! MANIFEST
26452 ____________________________________________________________________________
26453 [  6392] By: jhi                                   on 2000/07/13  23:32:25
26454         Log: The {multiplier} of a fixed substring was overlooked which
26455              caused a wrong initial search offset for that substring.
26456              
26457              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
26458              From: Hugo <hv@crypt.compulink.co.uk>
26459              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
26460              Date: Thu, 13 Jul 2000 19:27:13 +0100
26461      Branch: cfgperl
26462            ! regcomp.c t/op/re_tests
26463 ____________________________________________________________________________
26464 [  6391] By: jhi                                   on 2000/07/13  16:37:42
26465         Log: typo fix from Craig Berry
26466      Branch: cfgperl
26467            ! vms/subconfigure.com
26468 ____________________________________________________________________________
26469 [  6390] By: jhi                                   on 2000/07/13  13:20:12
26470         Log: Integrate with Sarathy.
26471      Branch: cfgperl
26472            - t/op/method2entersub.t
26473           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
26474           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
26475           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
26476           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
26477 ____________________________________________________________________________
26478 [  6389] By: jhi                                   on 2000/07/13  13:18:48
26479         Log: Detypo from Peter Prymmer, part of #6388.
26480      Branch: cfgperl
26481            ! Configure config_h.SH
26482      Branch: metaconfig
26483            ! U/modified/d_longlong.U
26484 ____________________________________________________________________________
26485 [  6388] By: gsar                                  on 2000/07/13  06:33:40
26486         Log: typos (spotted by Peter Prymmer)
26487      Branch: perl
26488            ! Configure t/lib/english.t
26489 ____________________________________________________________________________
26490 [  6387] By: gsar                                  on 2000/07/13  05:35:28
26491         Log: new selfloader.t in change#6183 doesn't close DATA handles,
26492              and thus fails to clean up tmp files on dosish platforms
26493      Branch: perl
26494            ! t/lib/selfloader.t
26495 ____________________________________________________________________________
26496 [  6386] By: gsar                                  on 2000/07/12  21:42:39
26497         Log: sprintf test tweaks (from Dominic Dunlop)
26498      Branch: perl
26499            ! t/op/sprintf.t
26500 ____________________________________________________________________________
26501 [  6385] By: gsar                                  on 2000/07/12  21:33:46
26502         Log: fix bugs in processing %v-*d and similar format specs (from
26503              Avi Finkel <avi@finkel.org>)
26504      Branch: perl
26505            ! sv.c t/op/sprintf.t
26506 ____________________________________________________________________________
26507 [  6384] By: gsar                                  on 2000/07/12  16:04:19
26508         Log: readd missing perldelta.pod changes from changes#6339,6376
26509      Branch: perl
26510            ! pod/perldelta.pod
26511 ____________________________________________________________________________
26512 [  6383] By: gsar                                  on 2000/07/12  16:00:51
26513         Log: don't clobber *.orig files on *clean targets
26514      Branch: perl
26515            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
26516 ____________________________________________________________________________
26517 [  6382] By: gsar                                  on 2000/07/12  07:59:12
26518         Log: fix broken integrations in cfgperl
26519      Branch: cfgperl
26520           !> Changes pod/perldelta.pod
26521 ____________________________________________________________________________
26522 [  6381] By: gsar                                  on 2000/07/12  07:42:17
26523         Log: integrate cfgperl changes into mainline
26524      Branch: perl
26525            ! Changes
26526           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
26527           !> pod/perlre.pod
26528 ____________________________________________________________________________
26529 [  6380] By: gsar                                  on 2000/07/12  07:31:00
26530         Log: get sprintf.t to adjust properly for 3-digit exponents
26531      Branch: perl
26532            ! t/op/sprintf.t
26533 ____________________________________________________________________________
26534 [  6379] By: gsar                                  on 2000/07/12  06:40:04
26535         Log: change#6174 needs corresponding change in win32/config_h.PL,
26536              which grovels through config_h.SH to find the config.h name
26537      Branch: perl
26538            ! win32/config_h.PL
26539 ____________________________________________________________________________
26540 [  6378] By: jhi                                   on 2000/07/12  05:03:59
26541         Log: Do the cc sanity check both before the hints and
26542              after the cc selction.
26543      Branch: cfgperl
26544            ! Configure config_h.SH
26545      Branch: metaconfig
26546            ! U/modified/Oldconfig.U U/modified/cc.U
26547      Branch: metaconfig/U/perl
26548            + Checkcc.U
26549 ____________________________________________________________________________
26550 [  6377] By: jhi                                   on 2000/07/12  02:49:22
26551         Log: Fix nits noticed by Boston.pm.
26552      Branch: cfgperl
26553            ! pod/perlre.pod
26554 ____________________________________________________________________________
26555 [  6376] By: jhi                                   on 2000/07/11  21:22:13
26556         Log: Configure cosmetics and perldelta.
26557      Branch: cfgperl
26558            ! Configure config_h.SH pod/perldelta.pod
26559      Branch: metaconfig
26560            ! U/modified/cc.U
26561 ____________________________________________________________________________
26562 [  6375] By: gsar                                  on 2000/07/11  21:17:35
26563         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
26564      Branch: perl
26565            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
26566            ! win32/win32sck.c
26567 ____________________________________________________________________________
26568 [  6374] By: gsar                                  on 2000/07/11  20:48:50
26569         Log: tweak for build failure under multiplicity
26570      Branch: perl
26571            ! toke.c
26572 ____________________________________________________________________________
26573 [  6373] By: gsar                                  on 2000/07/11  20:37:23
26574         Log: integrate cfgperl changes#6325..6373 into mainline
26575              (NOTE: today's batch of integrations still untested)
26576      Branch: perl
26577           +> ext/DynaLoader/hints/netbsd.pl
26578            ! Changes
26579           !> (integrate 26 files)
26580 ____________________________________________________________________________
26581 [  6372] By: jhi                                   on 2000/07/11  20:30:36
26582         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
26583              regen perltoc.
26584      Branch: cfgperl
26585            + pod/perlbook.pod
26586            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
26587            ! pod/perltoc.pod
26588 ____________________________________________________________________________
26589 [  6371] By: jhi                                   on 2000/07/11  20:08:56
26590         Log: Minor cleanups on the booklist.
26591      Branch: cfgperl
26592            ! pod/perlfaq2.pod
26593 ____________________________________________________________________________
26594 [  6370] By: jhi                                   on 2000/07/11  19:31:13
26595         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
26596      Branch: cfgperl
26597            ! t/pragma/overload.t
26598 ____________________________________________________________________________
26599 [  6369] By: gsar                                  on 2000/07/11  19:27:48
26600         Log: integrate cfgperl changes#6293..6324 into mainline
26601      Branch: perl
26602           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
26603            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
26604           !> (integrate 30 files)
26605 ____________________________________________________________________________
26606 [  6368] By: gsar                                  on 2000/07/11  19:18:57
26607         Log: skip integrate of problematic change#6292 from cfgperl into mainline
26608      Branch: perl
26609           !> pp_hot.c
26610 ____________________________________________________________________________
26611 [  6367] By: gsar                                  on 2000/07/11  19:17:21
26612         Log: integrate cfgperl changes#6288..6290 into mainline
26613      Branch: perl
26614           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
26615 ____________________________________________________________________________
26616 [  6366] By: gsar                                  on 2000/07/11  19:11:18
26617         Log: integrate cfgperl changes#6268..6282 into mainline
26618      Branch: perl
26619           !> (integrate 30 files)
26620 ____________________________________________________________________________
26621 [  6365] By: gsar                                  on 2000/07/11  18:57:00
26622         Log: delete new accidentally branched file
26623      Branch: perl
26624            - t/op/method2entersub.t
26625 ____________________________________________________________________________
26626 [  6364] By: gsar                                  on 2000/07/11  18:55:13
26627         Log: skip integrate of change#6267 from cfgperl into mainline (the
26628              method call optimization is flawed without additional hints
26629              from user about immutableness of @ISA and no runtime method
26630              definitions)
26631      Branch: perl
26632           +> t/op/method2entersub.t
26633           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
26634           !> perl.h t/op/sprintf.t xsutils.c
26635 ____________________________________________________________________________
26636 [  6363] By: gsar                                  on 2000/07/11  18:49:43
26637         Log: integrate cfgperl changes#6261..6266 into mainline
26638      Branch: perl
26639           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
26640           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
26641           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
26642           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
26643 ____________________________________________________________________________
26644 [  6362] By: gsar                                  on 2000/07/11  18:43:26
26645         Log: integrate cfgperl changes#6252..6260 into mainline
26646      Branch: perl
26647           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
26648           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
26649           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
26650           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
26651 ____________________________________________________________________________
26652 [  6361] By: gsar                                  on 2000/07/11  18:37:12
26653         Log: skip integrate of problematic change#6251 from cfgperl into mainline
26654      Branch: perl
26655           !> lib/Exporter.pm
26656 ____________________________________________________________________________
26657 [  6360] By: gsar                                  on 2000/07/11  18:34:56
26658         Log: integrate cfgperl change#6250 into mainline
26659      Branch: perl
26660           +> t/op/my_stash.t
26661           !> MANIFEST embed.pl proto.h toke.c
26662 ____________________________________________________________________________
26663 [  6359] By: gsar                                  on 2000/07/11  18:21:19
26664         Log: integrate cfgperl changes#6242..6249 into mainline
26665      Branch: perl
26666           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
26667           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
26668           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
26669           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
26670           !> t/lib/peek.t utf8.c
26671 ____________________________________________________________________________
26672 [  6358] By: gsar                                  on 2000/07/11  18:15:45
26673         Log: skip integrate of problematic change#6241 from cfgperl into mainline
26674      Branch: perl
26675           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
26676 ____________________________________________________________________________
26677 [  6357] By: jhi                                   on 2000/07/11  18:15:16
26678         Log: Fix for
26679              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
26680              From: Roderick Schertler <roderick@argon.org> 
26681              Date: Tue, 11 Jul 2000 13:55:05 -0400 
26682              Message-Id: <200007111755.NAA05077@jones.argon.org> 
26683      Branch: cfgperl
26684            ! doio.c
26685 ____________________________________________________________________________
26686 [  6356] By: jhi                                   on 2000/07/11  18:12:51
26687         Log: Typo in #6341.
26688      Branch: cfgperl
26689            ! pp_hot.c
26690 ____________________________________________________________________________
26691 [  6355] By: gsar                                  on 2000/07/11  18:12:10
26692         Log: integrate cfgperl changes#6231..6240 into mainline
26693      Branch: perl
26694           +> pod/perlutil.pod
26695           !> (integrate 35 files)
26696 ____________________________________________________________________________
26697 [  6354] By: jhi                                   on 2000/07/11  18:04:34
26698         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
26699              From: Dominic Dunlop <domo@computer.org> 
26700              Date: Tue, 11 Jul 2000 12:27:33 +0200 
26701              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
26702              
26703              Replaces change #6268.
26704      Branch: cfgperl
26705            ! t/op/sprintf.t
26706 ____________________________________________________________________________
26707 [  6353] By: gsar                                  on 2000/07/11  17:59:51
26708         Log: skip integrate of problematic change#6230 from cfgperl into mainline
26709              (a later version of File::Spec is already in mainline)
26710      Branch: perl
26711           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
26712           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
26713 ____________________________________________________________________________
26714 [  6352] By: gsar                                  on 2000/07/11  17:57:48
26715         Log: integrate cfgperl changes#6224..6229 into mainline
26716      Branch: perl
26717           +> lib/lib.pm.PL
26718            - lib/lib.pm
26719           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
26720           !> lib/English.pm op.c t/lib/english.t
26721 ____________________________________________________________________________
26722 [  6351] By: gsar                                  on 2000/07/11  17:50:10
26723         Log: skip integrate of problematic change#6223 from cfgperl into mainline
26724      Branch: perl
26725           !> doio.c
26726 ____________________________________________________________________________
26727 [  6350] By: gsar                                  on 2000/07/11  17:48:28
26728         Log: integrate cfgperl changes#6220..6222 into mainline
26729      Branch: perl
26730           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
26731           !> toke.c utf8.c win32/win32.h
26732 ____________________________________________________________________________
26733 [  6349] By: gsar                                  on 2000/07/11  17:46:13
26734         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
26735              mainline
26736      Branch: perl
26737           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
26738           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
26739           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
26740 ____________________________________________________________________________
26741 [  6348] By: jhi                                   on 2000/07/11  17:45:49
26742         Log: README.posix-bc podified from Thomas Dorner.
26743      Branch: cfgperl
26744            ! README.posix-bc
26745 ____________________________________________________________________________
26746 [  6347] By: gsar                                  on 2000/07/11  17:42:04
26747         Log: integrate cfgperl change#6217 into mainline
26748      Branch: perl
26749           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
26750           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
26751           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
26752 ____________________________________________________________________________
26753 [  6346] By: gsar                                  on 2000/07/11  17:39:37
26754         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
26755              mainline
26756      Branch: perl
26757           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
26758           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
26759           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
26760           !> perlapi.h pod/perlapi.pod
26761 ____________________________________________________________________________
26762 [  6345] By: gsar                                  on 2000/07/11  17:36:42
26763         Log: integrate cfgperl changes#6207..6210 into mainline
26764      Branch: perl
26765           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
26766           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
26767 ____________________________________________________________________________
26768 [  6344] By: gsar                                  on 2000/07/11  17:31:20
26769         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
26770              mainline
26771      Branch: perl
26772           !> (integrate 40 files)
26773 ____________________________________________________________________________
26774 [  6343] By: gsar                                  on 2000/07/11  17:19:08
26775         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
26776      Branch: perl
26777           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
26778            ! Changes
26779           !> (integrate 34 files)
26780 ____________________________________________________________________________
26781 [  6342] By: jhi                                   on 2000/07/11  16:05:48
26782         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
26783              To: perl5-porters@perl.org
26784              From: Karsten Sperling <spiff@phreax.net>
26785              Date: Mon, 10 Jul 2000 15:12:52 +0200
26786              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
26787      Branch: cfgperl
26788            ! lib/Symbol.pm
26789 ____________________________________________________________________________
26790 [  6341] By: jhi                                   on 2000/07/11  15:59:23
26791         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
26792              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
26793              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
26794              Date: Fri, 07 Jul 2000 17:57:16 +0100
26795      Branch: cfgperl
26796            ! pp_hot.c
26797 ____________________________________________________________________________
26798 [  6340] By: jhi                                   on 2000/07/11  15:55:47
26799         Log: Subject: Re: format bug report  [Patch]
26800              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
26801              Date: Wed, 05 Jul 2000 13:12:52 +0200
26802              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
26803              
26804              Subject: Re: format bug report  [Patch]
26805              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
26806              Date: Wed, 05 Jul 2000 14:10:01 +0200
26807              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
26808      Branch: cfgperl
26809            ! t/op/write.t toke.c
26810 ____________________________________________________________________________
26811 [  6339] By: jhi                                   on 2000/07/11  13:54:09
26812         Log: Be less forgiving about ambiguous and illegal tr ranges.
26813              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
26814              From: Mark-Jason Dominus <mjd@plover.com>
26815              Date: Tue, 04 Jul 2000 10:00:12 -0400
26816              Message-ID: <20000704140012.17772.qmail@plover.com>
26817              
26818              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
26819              From: Mark-Jason Dominus <mjd@plover.com>
26820              Date: Wed, 05 Jul 2000 09:37:36 -0400
26821              Message-ID: <20000705133736.27293.qmail@plover.com>
26822      Branch: cfgperl
26823            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
26824 ____________________________________________________________________________
26825 [  6338] By: jhi                                   on 2000/07/11  13:31:24
26826         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
26827              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
26828              Date: Tue, 11 Jul 2000 13:50:51 +0100
26829              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
26830      Branch: cfgperl
26831            ! sv.c
26832 ____________________________________________________________________________
26833 [  6337] By: jhi                                   on 2000/07/11  13:29:14
26834         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
26835              From: Hugo <hv@crypt.compulink.co.uk>
26836              Date: Tue, 11 Jul 2000 12:44:50 +0100
26837              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
26838      Branch: cfgperl
26839            ! regexec.c t/op/re_tests
26840 ____________________________________________________________________________
26841 [  6336] By: jhi                                   on 2000/07/11  13:26:47
26842         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
26843              From: simon@brecon.co.uk (Simon Cozens)
26844              Date: 7 Jul 2000 11:26:09 GMT
26845              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
26846      Branch: cfgperl
26847            ! mg.c
26848 ____________________________________________________________________________
26849 [  6335] By: jhi                                   on 2000/07/11  13:23:37
26850         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
26851              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
26852              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
26853              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
26854      Branch: cfgperl
26855            + ext/DynaLoader/hints/netbsd.pl
26856            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
26857 ____________________________________________________________________________
26858 [  6334] By: jhi                                   on 2000/07/11  13:20:38
26859         Log: Subject: PATCH perlguts.pod: Document D and d magic types
26860              From: mjd@plover.com
26861              Date: 5 Jul 2000 18:01:51 -0000
26862              Message-ID: <20000705180151.29413.qmail@plover.com>
26863      Branch: cfgperl
26864            ! pod/perlguts.pod
26865 ____________________________________________________________________________
26866 [  6333] By: jhi                                   on 2000/07/11  13:15:51
26867         Log: Precedence goof, fix based on
26868              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
26869              From: Hugo <hv@crypt.compulink.co.uk>
26870              Date: Tue, 11 Jul 2000 12:52:38 +0100
26871              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
26872      Branch: cfgperl
26873            ! t/op/taint.t
26874 ____________________________________________________________________________
26875 [  6332] By: jhi                                   on 2000/07/11  12:40:17
26876         Log: Integrate with Sarathy.
26877      Branch: cfgperl
26878           !> win32/win32sck.c
26879 ____________________________________________________________________________
26880 [  6331] By: jhi                                   on 2000/07/10  20:14:16
26881         Log: Sprinkle ldlibpath.
26882      Branch: cfgperl
26883            ! pod/Makefile.SH
26884 ____________________________________________________________________________
26885 [  6330] By: jhi                                   on 2000/07/10  17:54:49
26886         Log: More POSIX.pod tweaks.
26887      Branch: cfgperl
26888            ! ext/POSIX/POSIX.pod
26889 ____________________________________________________________________________
26890 [  6329] By: jhi                                   on 2000/07/10  14:02:12
26891         Log: Reorder perl.pod once more.
26892      Branch: cfgperl
26893            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
26894 ____________________________________________________________________________
26895 [  6328] By: gsar                                  on 2000/07/10  07:06:00
26896         Log: accept() leaks memory on windows due to incorrect ordering of
26897              closesocket() and fclose() calls
26898      Branch: perl
26899            ! win32/win32sck.c
26900 ____________________________________________________________________________
26901 [  6327] By: gsar                                  on 2000/07/10  06:49:17
26902         Log: winsock options weren't being set in all threads under ithreads
26903              (caused send()s from second and subsequent threads to fail)
26904      Branch: perl
26905            ! win32/win32sck.c
26906 ____________________________________________________________________________
26907 [  6326] By: jhi                                   on 2000/07/08  02:45:40
26908         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
26909              was cast to an unsigned (32-bit) integer with wild abandon.
26910      Branch: cfgperl
26911            ! ext/Devel/DProf/DProf.xs
26912 ____________________________________________________________________________
26913 [  6325] By: jhi                                   on 2000/07/07  18:50:33
26914         Log: Remove perlbook, update perlfaq book listing,
26915              rearrange perl.pod, regenerate perltoc.
26916      Branch: cfgperl
26917            - pod/perlbook.pod
26918            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
26919            ! pod/perlfaq2.pod pod/perltoc.pod
26920 ____________________________________________________________________________
26921 [  6324] By: jhi                                   on 2000/07/07  14:03:40
26922         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
26923      Branch: cfgperl
26924            ! sv.h toke.c
26925 ____________________________________________________________________________
26926 [  6323] By: jhi                                   on 2000/07/06  16:03:55
26927         Log: Fix complaints of buildtoc.
26928      Branch: cfgperl
26929            + lib/Win32.pod
26930            - pod/Win32.pod
26931            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
26932 ____________________________________________________________________________
26933 [  6322] By: jhi                                   on 2000/07/06  15:15:52
26934         Log: Add =head1 NAMEs so that buildtoc is happy.
26935              (The CGI::Util nit reported to Lincoln.)
26936      Branch: cfgperl
26937            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
26938            ! pod/perltoc.pod
26939 ____________________________________________________________________________
26940 [  6321] By: jhi                                   on 2000/07/06  03:16:04
26941         Log: Config is being used.
26942      Branch: cfgperl
26943            ! t/op/method.t
26944 ____________________________________________________________________________
26945 [  6320] By: jhi                                   on 2000/07/06  03:13:13
26946         Log: Integrate with Sarathy.
26947      Branch: cfgperl
26948           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
26949 ____________________________________________________________________________
26950 [  6319] By: jhi                                   on 2000/07/06  03:11:46
26951         Log: Autogenerate pod/Makefile and pod/buildtoc.
26952              buildtoc also checks whether the existin pods are
26953              mentioned in MANIFEST and perl.pod, and vice versa.
26954              (None of the thusly found discrepancies fixed yet.)
26955              roffitall also needs to be autogenerated similarly but it
26956              seems so badly out of date that I didn't touch it yet.
26957      Branch: cfgperl
26958            + pod/Makefile.SH pod/buildtoc.PL
26959            - pod/Makefile pod/buildtoc
26960            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
26961 ____________________________________________________________________________
26962 [  6318] By: gsar                                  on 2000/07/05  22:10:54
26963         Log: fix UNC path handling on Windows under ithreads, and chdir()
26964              return value when given a non-existent directory
26965      Branch: perl
26966            ! win32/vdir.h
26967 ____________________________________________________________________________
26968 [  6317] By: gsar                                  on 2000/07/05  22:08:19
26969         Log: winsock cleanup never done on Windows (leads to handle leaks)
26970      Branch: perl
26971            ! win32/perllib.c win32/win32sck.c
26972 ____________________________________________________________________________
26973 [  6316] By: gsar                                  on 2000/07/05  22:06:19
26974         Log: some debugger output does not go to the socket when RemotePort is set
26975      Branch: perl
26976            ! lib/perl5db.pl
26977 ____________________________________________________________________________
26978 [  6315] By: jhi                                   on 2000/07/05  00:25:21
26979         Log: Integrate with Sarathy, preliminary fix for unicos
26980              alignment problems in [ID 20000612.002] Perl problem on Cray system.
26981      Branch: cfgperl
26982            ! sv.h
26983           !> pp_hot.c
26984 ____________________________________________________________________________
26985 [  6314] By: gsar                                  on 2000/07/04  23:34:02
26986         Log: tyop in change#6306
26987      Branch: perl
26988            ! pp_hot.c
26989 ____________________________________________________________________________
26990 [  6313] By: jhi                                   on 2000/07/04  22:14:38
26991         Log: Multiline string literals ENONPORTABLE.
26992      Branch: cfgperl
26993            ! pp_hot.c
26994 ____________________________________________________________________________
26995 [  6312] By: jhi                                   on 2000/07/04  20:34:44
26996         Log: Integrate with Sarathy.
26997      Branch: cfgperl
26998           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
26999           !> t/op/method.t
27000 ____________________________________________________________________________
27001 [  6311] By: jhi                                   on 2000/07/04  20:30:56
27002         Log: More POSIX.pod embellishment.
27003      Branch: cfgperl
27004            ! ext/POSIX/POSIX.pod
27005 ____________________________________________________________________________
27006 [  6310] By: gsar                                  on 2000/07/04  17:28:48
27007         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
27008      Branch: perl
27009            ! t/lib/b.t
27010 ____________________________________________________________________________
27011 [  6309] By: jhi                                   on 2000/07/04  17:22:18
27012         Log: The #6308 required a little bit more.
27013      Branch: cfgperl
27014            ! Makefile.SH win32/Makefile
27015 ____________________________________________________________________________
27016 [  6308] By: jhi                                   on 2000/07/04  16:35:24
27017         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
27018      Branch: cfgperl
27019            + lib/lib_pm.PL
27020            - lib/lib.pm.PL
27021            ! MANIFEST Makefile.SH
27022 ____________________________________________________________________________
27023 [  6307] By: jhi                                   on 2000/07/04  16:28:58
27024         Log: Win32 patches for cfgperl from Sarathy.
27025      Branch: cfgperl
27026            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
27027            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
27028            ! thread.h toke.c util.c win32/Makefile win32/win32.c
27029 ____________________________________________________________________________
27030 [  6306] By: gsar                                  on 2000/07/04  16:28:40
27031         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
27032              (from Richard Soderberg <rs@oregonnet.com>)
27033      Branch: perl
27034            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
27035 ____________________________________________________________________________
27036 [  6305] By: jhi                                   on 2000/07/04  16:24:24
27037         Log: Integrate with Sarathy.
27038      Branch: cfgperl
27039           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
27040           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
27041           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
27042           !> proto.h win32/win32.c
27043 ____________________________________________________________________________
27044 [  6304] By: gsar                                  on 2000/07/04  16:17:24
27045         Log: missing perldiag entry for unpack("w",...) diagnostic (from
27046              Andreas Koenig)
27047      Branch: perl
27048            ! pod/perldiag.pod
27049 ____________________________________________________________________________
27050 [  6303] By: gsar                                  on 2000/07/04  16:14:44
27051         Log: remove rel2abs prototypes (from Barrie Slaymaker)
27052      Branch: perl
27053            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
27054            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
27055 ____________________________________________________________________________
27056 [  6302] By: gsar                                  on 2000/07/04  04:59:35
27057         Log: adjust change#6299
27058      Branch: perl
27059            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
27060            ! win32/win32.c
27061 ____________________________________________________________________________
27062 [  6301] By: jhi                                   on 2000/07/04  04:50:07
27063         Log: Integrate with Sarathy.
27064      Branch: cfgperl
27065           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
27066           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
27067           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
27068 ____________________________________________________________________________
27069 [  6300] By: gsar                                  on 2000/07/04  04:42:09
27070         Log: PERL_OBJECT build tweak
27071      Branch: perl
27072            ! perl.h
27073 ____________________________________________________________________________
27074 [  6299] By: gsar                                  on 2000/07/04  04:37:00
27075         Log: fix memory leak on Windows (PL_sys_intern contents were never
27076              freed)
27077      Branch: perl
27078            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
27079            ! perlapi.c proto.h win32/win32.c
27080 ____________________________________________________________________________
27081 [  6298] By: gsar                                  on 2000/07/04  04:15:59
27082         Log: fix large memory leak that has been around for ever, masked by
27083              -DPURIFY (most of the arenas were never freed!)
27084      Branch: perl
27085            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
27086 ____________________________________________________________________________
27087 [  6297] By: gsar                                  on 2000/07/04  04:07:46
27088         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
27089      Branch: perl
27090            ! perl.c
27091 ____________________________________________________________________________
27092 [  6296] By: jhi                                   on 2000/06/30  18:28:37
27093         Log: Elaborate POSIX.pod.  Still needs work.
27094      Branch: cfgperl
27095            ! ext/POSIX/POSIX.pod
27096 ____________________________________________________________________________
27097 [  6295] By: jhi                                   on 2000/06/30  14:58:18
27098         Log: Point to perlipc for more SysV IPC examples.
27099      Branch: cfgperl
27100            ! pod/perlfunc.pod
27101 ____________________________________________________________________________
27102 [  6294] By: gsar                                  on 2000/06/30  14:47:45
27103         Log: slurp mode fix in change#4736 still not quite right
27104      Branch: perl
27105            ! pp_hot.c t/io/argv.t
27106 ____________________________________________________________________________
27107 [  6293] By: jhi                                   on 2000/06/30  12:02:55
27108         Log: Integrate with Sarathy.
27109      Branch: cfgperl
27110           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
27111 ____________________________________________________________________________
27112 [  6292] By: jhi                                   on 2000/06/30  12:01:11
27113         Log: From: simon@brecon.co.uk (Simon Cozens)
27114              Subject: UTF8 concat
27115              Date: 30 Jun 2000 06:13:25 GMT
27116              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
27117      Branch: cfgperl
27118            ! pp_hot.c
27119 ____________________________________________________________________________
27120 [  6291] By: gsar                                  on 2000/06/30  04:37:33
27121         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
27122              when @_ is modified, causing coredumps
27123      Branch: perl
27124            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
27125 ____________________________________________________________________________
27126 [  6290] By: jhi                                   on 2000/06/30  02:21:44
27127         Log: Integrate with Sarathy.
27128      Branch: cfgperl
27129           !> vms/vms.c vms/vmsish.h
27130 ____________________________________________________________________________
27131 [  6289] By: jhi                                   on 2000/06/30  02:21:02
27132         Log: Check VERSIONs.
27133      Branch: cfgperl
27134            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
27135            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
27136            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
27137 ____________________________________________________________________________
27138 [  6288] By: jhi                                   on 2000/06/30  02:18:52
27139         Log: Integrate with Sarathy.
27140      Branch: cfgperl
27141           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
27142           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
27143           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
27144           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
27145 ____________________________________________________________________________
27146 [  6287] By: gsar                                  on 2000/06/30  02:17:08
27147         Log: integrate vmsperl changes into mainline
27148      Branch: perl
27149           !> vms/vms.c vms/vmsish.h
27150 ____________________________________________________________________________
27151 [  6285] By: gsar                                  on 2000/06/30  02:05:28
27152         Log: localize %INC in a Safe compartment so that use/require work
27153              (many other magic globals probably need similar treatment)
27154      Branch: perl
27155            ! ext/Opcode/Opcode.xs
27156 ____________________________________________________________________________
27157 [  6284] By: gsar                                  on 2000/06/30  01:54:54
27158         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
27159              about Windows
27160      Branch: perl
27161            ! pod/perlembed.pod
27162 ____________________________________________________________________________
27163 [  6283] By: jhi                                   on 2000/06/30  01:50:10
27164         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
27165              From: Barrie Slaymaker <barries@jester.slaysys.com>
27166              Date: Wed, 28 Jun 2000 11:35:29 -0400
27167              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
27168      Branch: perl
27169            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
27170            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
27171            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
27172            ! lib/File/Spec/Win32.pm
27173 ____________________________________________________________________________
27174 [  6282] By: jhi                                   on 2000/06/29  22:57:22
27175         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
27176              From: Dan Sugalski <dan@sidhe.org>
27177              Date: Tue, 06 Jun 2000 11:59:50 -0400
27178              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
27179      Branch: cfgperl
27180            ! vms/vms.c
27181 ____________________________________________________________________________
27182 [  6281] By: jhi                                   on 2000/06/29  22:52:50
27183         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
27184              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
27185              Date: Wed, 7 Jun 2000 04:02:04 -0500
27186              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
27187      Branch: cfgperl
27188            ! utils/h2xs.PL
27189 ____________________________________________________________________________
27190 [  6280] By: jhi                                   on 2000/06/29  22:45:47
27191         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
27192              From: rspier@pobox.com (Robert Spier)
27193              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
27194              Message-ID: <14654.31913.845602.610277@rls.cx>
27195      Branch: cfgperl
27196            ! utils/h2xs.PL
27197 ____________________________________________________________________________
27198 [  6279] By: jhi                                   on 2000/06/29  22:38:16
27199         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
27200              From: Tim Ayers <tayers@bridge.com>
27201              Date: Thu, 08 Jun 2000 08:11:06 +0200
27202              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
27203              [resent by Richard Foley, Message-Id probably wrong]
27204      Branch: cfgperl
27205            ! pod/perlsub.pod
27206 ____________________________________________________________________________
27207 [  6278] By: jhi                                   on 2000/06/29  22:21:45
27208         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
27209              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
27210              Date: Fri, 09 Jun 2000 12:39:27 -0400
27211              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
27212              (plus update the version "number" of Text::Wrap)
27213      Branch: cfgperl
27214            ! lib/Text/Wrap.pm
27215 ____________________________________________________________________________
27216 [  6277] By: jhi                                   on 2000/06/29  22:13:10
27217         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
27218              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
27219              Date: Mon, 12 Jun 2000 14:55:59 +0100
27220              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
27221      Branch: cfgperl
27222            ! pod/perlfunc.pod
27223 ____________________________________________________________________________
27224 [  6276] By: jhi                                   on 2000/06/29  22:11:06
27225         Log: Subject: [PATCH] Re: eval documentation: context
27226              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
27227              Date: Mon, 12 Jun 2000 15:07:29 +0100
27228              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
27229      Branch: cfgperl
27230            ! pod/perlfunc.pod
27231 ____________________________________________________________________________
27232 [  6275] By: jhi                                   on 2000/06/29  21:59:46
27233         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
27234              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
27235              Date: Tue, 13 Jun 2000 02:43:48 -0500
27236              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
27237      Branch: cfgperl
27238            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
27239 ____________________________________________________________________________
27240 [  6274] By: jhi                                   on 2000/06/29  21:56:14
27241         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
27242              From: Andy Dougherty <doughera@lafayette.edu>
27243              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
27244              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
27245      Branch: cfgperl
27246            ! ext/File/Glob/Glob.pm
27247 ____________________________________________________________________________
27248 [  6273] By: jhi                                   on 2000/06/29  21:49:09
27249         Log: Subject: [PATCH] xsub attributes
27250              From: Doug MacEachern <dougm@covalent.net>
27251              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
27252              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
27253      Branch: cfgperl
27254            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
27255            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
27256 ____________________________________________________________________________
27257 [  6272] By: jhi                                   on 2000/06/29  21:41:28
27258         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
27259              From: Tom Phoenix <rootbeer@redcat.com>
27260              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
27261              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
27262      Branch: cfgperl
27263            ! lib/Net/Ping.pm
27264 ____________________________________________________________________________
27265 [  6271] By: jhi                                   on 2000/06/29  21:36:55
27266         Log: Subject: PATCH pod/perltie.pod
27267              From: Ian Phillipps <Ian.Phillipps@iname.com>
27268              Date: Fri, 16 Jun 2000 00:17:19 +0100
27269              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
27270              (only the first hunk, the second hunk had already been done
27271              by some other patch)
27272      Branch: cfgperl
27273            ! pod/perltie.pod
27274 ____________________________________________________________________________
27275 [  6270] By: jhi                                   on 2000/06/29  21:24:51
27276         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
27277              From: Nicholas Clark <nick@talking.bollo.cx>
27278              Date: Fri, 23 Jun 2000 16:21:15 +0100
27279              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
27280      Branch: cfgperl
27281            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
27282            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
27283 ____________________________________________________________________________
27284 [  6269] By: jhi                                   on 2000/06/29  19:38:15
27285         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
27286              silence few compiler warnings.
27287      Branch: cfgperl
27288            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
27289 ____________________________________________________________________________
27290 [  6268] By: jhi                                   on 2000/06/29  18:21:50
27291         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
27292              From: Dominic Dunlop <domo@computer.org> 
27293              Date: Thu, 29 Jun 2000 12:32:39 +0200 
27294              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
27295      Branch: cfgperl
27296            ! t/op/sprintf.t
27297 ____________________________________________________________________________
27298 [  6267] By: jhi                                   on 2000/06/29  18:16:07
27299         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
27300              From: Doug MacEachern <dougm@covalent.net>
27301              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
27302              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
27303      Branch: cfgperl
27304            + t/op/method2entersub.t
27305            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
27306            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
27307            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
27308            ! xsutils.c
27309 ____________________________________________________________________________
27310 [  6266] By: jhi                                   on 2000/06/29  15:11:15
27311         Log: Subject: [PATCH 5.6.0] cygwin port
27312              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
27313              From: "Fifer, Eric" <EFifer@sanwaint.com>
27314              Date: Thu, 29 Jun 2000 12:58:29 +0100
27315      Branch: cfgperl
27316            ! cygwin/Makefile.SHs
27317 ____________________________________________________________________________
27318 [  6265] By: jhi                                   on 2000/06/29  15:04:05
27319         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
27320              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
27321              Date: Wed, 28 Jun 2000 17:50:12 -0700
27322              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
27323      Branch: cfgperl
27324            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
27325 ____________________________________________________________________________
27326 [  6264] By: jhi                                   on 2000/06/29  15:00:57
27327         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
27328              From: Marty Lucich <marty@netcom.com>
27329              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
27330              Message-Id: <200006282116.OAA11148@netcom.com>
27331              ccdlflags update (the BSD/OS 4.1 part had already been taken
27332              care of by #6141).
27333      Branch: cfgperl
27334            ! hints/bsdos.sh
27335 ____________________________________________________________________________
27336 [  6263] By: jhi                                   on 2000/06/29  13:47:44
27337         Log: tr fixes from Simon Cozens
27338      Branch: cfgperl
27339            ! doop.c
27340 ____________________________________________________________________________
27341 [  6262] By: jhi                                   on 2000/06/28  18:46:01
27342         Log: Subject: 5.6.0 Patch for EPOC
27343              From: Olaf Flebbe <o.flebbe@gmx.de>
27344              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
27345              Message-ID: <23449.960929969@www11.gmx.net>
27346      Branch: cfgperl
27347            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
27348            ! epoc/epocish.h
27349 ____________________________________________________________________________
27350 [  6261] By: jhi                                   on 2000/06/28  18:29:07
27351         Log: Subject: Re: [PATCH cfgperl] BOMs away!
27352              From: simon@brecon.co.uk (Simon Cozens)
27353              Date: 17 Jun 2000 11:49:57 GMT
27354              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
27355      Branch: cfgperl
27356            ! pod/perldiag.pod t/comp/require.t toke.c
27357 ____________________________________________________________________________
27358 [  6260] By: jhi                                   on 2000/06/28  17:47:16
27359         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
27360              From: simon@brecon.co.uk (Simon Cozens) 
27361              Date: 17 Jun 2000 11:56:44 GMT 
27362              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
27363              pack U0, pack C0
27364      Branch: cfgperl
27365            ! pod/perlfunc.pod pp.c t/op/pack.t
27366 ____________________________________________________________________________
27367 [  6259] By: jhi                                   on 2000/06/28  16:43:17
27368         Log: perlnewmod was missing from MANIFEST.
27369      Branch: cfgperl
27370            ! MANIFEST
27371 ____________________________________________________________________________
27372 [  6258] By: jhi                                   on 2000/06/28  15:54:30
27373         Log: linenumber tweak
27374      Branch: cfgperl
27375            ! t/pragma/warn/regcomp
27376 ____________________________________________________________________________
27377 [  6257] By: jhi                                   on 2000/06/28  15:50:44
27378         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
27379              From: Doug MacEachern <dougm@covalent.net>
27380              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
27381              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
27382              (one part of the patch had been applied earlier)
27383      Branch: cfgperl
27384            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
27385 ____________________________________________________________________________
27386 [  6256] By: jhi                                   on 2000/06/28  15:40:22
27387         Log: tweaks from Simon Cozens to further fix tr/// under utf8
27388      Branch: cfgperl
27389            ! doop.c
27390 ____________________________________________________________________________
27391 [  6255] By: jhi                                   on 2000/06/28  15:33:45
27392         Log: small thinko tweaks
27393      Branch: cfgperl
27394            ! lib/IPC/Open3.pm t/op/my_stash.t
27395 ____________________________________________________________________________
27396 [  6254] By: jhi                                   on 2000/06/28  15:33:25
27397         Log: Subject: tr///, help wanted.
27398              From: simon@brecon.co.uk (Simon Cozens)
27399              Date: 28 Jun 2000 11:29:04 GMT
27400              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
27401      Branch: cfgperl
27402            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
27403            ! pp_proto.h proto.h t/op/tr.t
27404 ____________________________________________________________________________
27405 [  6253] By: jhi                                   on 2000/06/28  15:09:17
27406         Log: Paranoia tweak on #6249.
27407              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
27408              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
27409              Date: Sun, 25 Jun 2000 23:43:12 -0400
27410              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
27411      Branch: cfgperl
27412            ! lib/IPC/Open3.pm
27413 ____________________________________________________________________________
27414 [  6252] By: jhi                                   on 2000/06/28  15:01:38
27415         Log: Document #6249 and #6251.
27416      Branch: cfgperl
27417            ! lib/Exporter.pm lib/IPC/Open3.pm
27418 ____________________________________________________________________________
27419 [  6251] By: jhi                                   on 2000/06/28  14:50:43
27420         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
27421              From: Doug MacEachern <dougm@covalent.net>
27422              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
27423              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
27424      Branch: cfgperl
27425            ! lib/Exporter.pm
27426 ____________________________________________________________________________
27427 [  6250] By: jhi                                   on 2000/06/28  14:45:23
27428         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
27429              From: Doug MacEachern <dougm@covalent.net>
27430              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
27431              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
27432      Branch: cfgperl
27433            + t/op/my_stash.t
27434            ! MANIFEST embed.pl global.sym proto.h toke.c
27435 ____________________________________________________________________________
27436 [  6249] By: jhi                                   on 2000/06/28  14:36:34
27437         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
27438              From: Frank Tobin <ftobin@uiuc.edu>
27439              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
27440              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
27441      Branch: cfgperl
27442            ! lib/IPC/Open3.pm
27443 ____________________________________________________________________________
27444 [  6248] By: jhi                                   on 2000/06/28  14:11:25
27445         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
27446              From: Mark-Jason Dominus <mjd@plover.com>
27447              Date: Tue, 27 Jun 2000 22:36:42 -0400
27448              Message-ID: <20000628023642.12166.qmail@plover.com>
27449      Branch: cfgperl
27450            ! pod/perlfunc.pod
27451 ____________________________________________________________________________
27452 [  6247] By: jhi                                   on 2000/06/27  12:46:37
27453         Log: Tweak $VERSION, patch from Doug MacEachern.
27454      Branch: cfgperl
27455            ! lib/File/Spec.pm
27456 ____________________________________________________________________________
27457 [  6246] By: jhi                                   on 2000/06/27  03:34:46
27458         Log: Allow for standalone testing.
27459      Branch: cfgperl
27460            ! t/lib/filefunc.t t/lib/filespec.t
27461 ____________________________________________________________________________
27462 [  6245] By: jhi                                   on 2000/06/27  02:50:02
27463         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
27464              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
27465              Date: Sat, 24 Jun 2000 13:06:20 +0100
27466              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
27467      Branch: cfgperl
27468            ! ext/DynaLoader/DynaLoader_pm.PL
27469 ____________________________________________________________________________
27470 [  6244] By: jhi                                   on 2000/06/27  02:46:10
27471         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
27472              From: Doug MacEachern <dougm@covalent.net>
27473              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
27474              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
27475      Branch: cfgperl
27476            ! gv.c sv.c t/lib/peek.t
27477 ____________________________________________________________________________
27478 [  6243] By: jhi                                   on 2000/06/27  02:38:07
27479         Log: Subject: [PATCH] is_utf8_string
27480              From: simon@brecon.co.uk (Simon Cozens)
27481              Date: 26 Jun 2000 02:25:59 GMT
27482              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
27483      Branch: cfgperl
27484            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
27485            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
27486            ! proto.h utf8.c
27487 ____________________________________________________________________________
27488 [  6242] By: jhi                                   on 2000/06/27  02:24:00
27489         Log: Subject: [PATCH] bytes<->utf8 fixes
27490              From: simon@brecon.co.uk (Simon Cozens)
27491              Date: 26 Jun 2000 04:55:45 GMT
27492              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
27493      Branch: cfgperl
27494            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
27495 ____________________________________________________________________________
27496 [  6241] By: jhi                                   on 2000/06/27  02:12:42
27497         Log: Do no -warn on \_, only on \alpha.
27498              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
27499              From: David Dyck <dcd@tc.fluke.com>
27500              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
27501              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
27502      Branch: cfgperl
27503            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
27504 ____________________________________________________________________________
27505 [  6240] By: jhi                                   on 2000/06/27  02:00:01
27506         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
27507              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
27508              Date: Mon, 26 Jun 2000 18:40:14 +0100
27509              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
27510      Branch: cfgperl
27511            ! utils/h2xs.PL
27512 ____________________________________________________________________________
27513 [  6239] By: jhi                                   on 2000/06/27  01:53:40
27514         Log: Configure maintenance.  Sever some dependency cycles,
27515              separate gccversion from the cc unit,
27516              address [ID 20000623.006] Configure script patch for using gcc on AIX
27517              (but solve it a little bit differently),
27518              unduplex some accidentally duplicated units,
27519              suggest using gcc if no cc available
27520              (p5p thread: "Solaris configure: counterproposal", 1999-09)
27521      Branch: cfgperl
27522            ! Configure Todo-5.6 config_h.SH
27523      Branch: metaconfig
27524            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
27525            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
27526      Branch: metaconfig/U/perl
27527            + gccvers.U
27528            ! d_getespwnam.U d_getprpwnam.U i_prot.U
27529 ____________________________________________________________________________
27530 [  6238] By: jhi                                   on 2000/06/25  18:04:56
27531         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
27532              From: Dan Sugalski <dan@sidhe.org>
27533              Date: Fri, 23 Jun 2000 17:00:00 -0400
27534              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
27535      Branch: cfgperl
27536            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
27537 ____________________________________________________________________________
27538 [  6237] By: jhi                                   on 2000/06/25  16:36:45
27539         Log: Tweak embed.pl, regen headers.
27540      Branch: cfgperl
27541            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
27542            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
27543            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
27544            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
27545            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
27546 ____________________________________________________________________________
27547 [  6236] By: jhi                                   on 2000/06/25  15:26:42
27548         Log: Regen headers.
27549      Branch: cfgperl
27550            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
27551            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
27552            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
27553            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
27554            ! regnodes.h warnings.h
27555 ____________________________________________________________________________
27556 [  6235] By: jhi                                   on 2000/06/23  19:39:35
27557         Log: The thread begun by
27558              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
27559              From: Kevin.Ruscoe@ubsw.com
27560              Date: Fri, 16 Jun 2000 16:38:51 +0100
27561              Message-Id: <H000019b03c300d6@MHS>
27562      Branch: cfgperl
27563            ! hints/solaris_2.sh
27564 ____________________________________________________________________________
27565 [  6234] By: jhi                                   on 2000/06/23  19:23:36
27566         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
27567              because when run as services (Win32ese for daemons)
27568              no environment variables are set and tmpdir ends up as /tmp,
27569              which is ambiguous.
27570              
27571              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
27572              From: matt@sergeant.org
27573              Date: 16 Jun 2000 16:30:43 -0000
27574              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
27575      Branch: cfgperl
27576            ! lib/File/Spec/Win32.pm
27577 ____________________________________________________________________________
27578 [  6233] By: jhi                                   on 2000/06/23  19:18:58
27579         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
27580              From: Mark-Jason Dominus <mjd@plover.com>
27581              Date: Fri, 16 Jun 2000 20:53:04 -0400
27582              Message-ID: <20000617005304.8008.qmail@plover.com>
27583      Branch: cfgperl
27584            ! op.h
27585 ____________________________________________________________________________
27586 [  6232] By: jhi                                   on 2000/06/23  16:10:02
27587         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
27588              From: simon@brecon.co.uk (Simon Cozens)
27589              Date: 19 Jun 2000 15:18:27 GMT
27590              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
27591              
27592              plus update pod/Makefile and regenerate perltoc
27593      Branch: cfgperl
27594            + pod/perlutil.pod
27595            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
27596 ____________________________________________________________________________
27597 [  6231] By: jhi                                   on 2000/06/23  15:19:18
27598         Log: Subject: [PATCH 5.6.0] cygwin port
27599              From: "Fifer, Eric" <EFifer@sanwaint.com>
27600              Date: Tue, 20 Jun 2000 14:30:58 +0100
27601              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
27602      Branch: cfgperl
27603            ! README.cygwin lib/File/Find.pm
27604 ____________________________________________________________________________
27605 [  6230] By: jhi                                   on 2000/06/23  14:25:21
27606         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
27607      Branch: cfgperl
27608            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
27609            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
27610            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
27611            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
27612 ____________________________________________________________________________
27613 [  6229] By: jhi                                   on 2000/06/23  14:13:34
27614         Log: Subject: README.hpux version 0.6.1
27615              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
27616              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
27617              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
27618      Branch: cfgperl
27619            ! README.hpux
27620 ____________________________________________________________________________
27621 [  6228] By: jhi                                   on 2000/06/23  14:07:20
27622         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
27623              From: Doug MacEachern <dougm@covalent.net>
27624              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
27625              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
27626      Branch: cfgperl
27627            ! op.c
27628 ____________________________________________________________________________
27629 [  6227] By: jhi                                   on 2000/06/23  14:01:06
27630         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
27631              From: Doug MacEachern <dougm@covalent.net>
27632              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
27633              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
27634      Branch: cfgperl
27635            + lib/lib.pm.PL
27636            - lib/lib.pm
27637            ! MANIFEST Makefile.SH
27638 ____________________________________________________________________________
27639 [  6226] By: jhi                                   on 2000/06/23  13:53:07
27640         Log: Subject: [PATCH] remove forward declarations in Socket.pm
27641              From: Doug MacEachern <dougm@covalent.net>
27642              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
27643              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
27644              
27645              From: Doug MacEachern <dougm@covalent.net>
27646              Subject: Re: [PATCH] remove forward declarations in Socket.pm
27647              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
27648              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
27649      Branch: cfgperl
27650            ! ext/Socket/Socket.pm op.c
27651 ____________________________________________________________________________
27652 [  6225] By: jhi                                   on 2000/06/23  13:41:52
27653         Log: Add source code filenames to apidoc.
27654              From: simon@brecon.co.uk (Simon Cozens)
27655              Subject: [PATCH embed.pl] Source X-ref
27656              Date: 22 Jun 2000 02:18:49 GMT
27657              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
27658      Branch: cfgperl
27659            ! embed.pl
27660 ____________________________________________________________________________
27661 [  6224] By: jhi                                   on 2000/06/23  13:32:33
27662         Log: A way to avoid English.pm performance hit.
27663              From: root <root@jester.slaysys.com>
27664              Subject: [YAPATCH English.pm] My turn to putt again
27665              Date: Thu, 22 Jun 2000 20:33:58 -0400
27666              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
27667      Branch: cfgperl
27668            ! lib/English.pm t/lib/english.t
27669 ____________________________________________________________________________
27670 [  6223] By: jhi                                   on 2000/06/23  13:27:06
27671         Log: Avoid double close().
27672              Subject: [PATCH] avoid double close()
27673              From: Doug MacEachern <dougm@covalent.net>
27674              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
27675              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
27676      Branch: cfgperl
27677            ! doio.c
27678 ____________________________________________________________________________
27679 [  6222] By: jhi                                   on 2000/06/23  13:25:54
27680         Log: doc typo fix
27681              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
27682              From: Ian Phillipps <Ian.Phillipps@iname.com>
27683              Date: Fri, 23 Jun 2000 10:40:58 +0100
27684              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
27685      Branch: cfgperl
27686            ! lib/Pod/Usage.pm
27687 ____________________________________________________________________________
27688 [  6221] By: jhi                                   on 2000/06/23  13:24:15
27689         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
27690              From: simon@brecon.co.uk (Simon Cozens)
27691              Subject: [PATCH] Eliminate tr///[CU][CU]
27692              Date: 23 Jun 2000 11:05:40 GMT
27693              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
27694      Branch: cfgperl
27695            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
27696 ____________________________________________________________________________
27697 [  6220] By: jhi                                   on 2000/06/22  16:07:51
27698         Log: Win32 patches from Benjamin Stuhl.
27699      Branch: cfgperl
27700            ! makedef.pl win32/win32.h
27701 ____________________________________________________________________________
27702 [  6219] By: jhi                                   on 2000/06/22  16:06:34
27703         Log: Bytecode patches from Benjamin Stuhl.
27704      Branch: cfgperl
27705            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
27706            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
27707            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
27708 ____________________________________________________________________________
27709 [  6218] By: jhi                                   on 2000/06/15  23:54:16
27710         Log: Bytecode patches from Benjamin Stuhl.
27711      Branch: cfgperl
27712            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
27713 ____________________________________________________________________________
27714 [  6217] By: jhi                                   on 2000/06/09  13:38:29
27715         Log: Rename the fdpid locking and integrate with Sarathy.
27716      Branch: cfgperl
27717            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
27718            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
27719            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
27720            ! win32/win32.c
27721           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
27722 ____________________________________________________________________________
27723 [  6216] By: gsar                                  on 2000/06/08  14:54:21
27724         Log: be more optimal about clearing @_
27725      Branch: perl
27726            ! cop.h
27727 ____________________________________________________________________________
27728 [  6215] By: gsar                                  on 2000/06/08  14:33:04
27729         Log: tweak comment about @DB::args
27730      Branch: perl
27731            ! av.h pp_ctl.c
27732 ____________________________________________________________________________
27733 [  6214] By: gsar                                  on 2000/06/08  13:57:54
27734         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
27735              caller() wants to populate @DB::args with it (causes a coredump
27736              in Carp::confess())
27737      Branch: perl
27738            ! cop.h t/op/runlevel.t
27739 ____________________________________________________________________________
27740 [  6213] By: gsar                                  on 2000/06/08  07:06:35
27741         Log: back out change#6106 (seems problematic)
27742      Branch: perl
27743            ! hints/solaris_2.sh
27744 ____________________________________________________________________________
27745 [  6212] By: jhi                                   on 2000/06/07  03:10:36
27746         Log: Continuing mopup for #6204.
27747      Branch: cfgperl
27748            ! ext/B/defsubs_h.PL
27749 ____________________________________________________________________________
27750 [  6211] By: jhi                                   on 2000/06/07  02:41:50
27751         Log: Mopup for #6204.
27752              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
27753              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
27754              This is comes from const() where POK isn't on when expected.
27755      Branch: cfgperl
27756            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
27757            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
27758            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
27759            ! perlapi.h pod/perlapi.pod
27760 ____________________________________________________________________________
27761 [  6210] By: jhi                                   on 2000/06/07  01:56:29
27762         Log: Mopup for #6207 and #6209.
27763      Branch: cfgperl
27764            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
27765 ____________________________________________________________________________
27766 [  6209] By: jhi                                   on 2000/06/07  01:33:12
27767         Log: Lock PL_fdpid against race conditions, based on:
27768              Subject: [PATCH 5.6.0]subprocess fixup for threads
27769              From: Dan Sugalski <dan@sidhe.org>
27770              To: perl5-porters@perl.org
27771              Date: Tue, 11 Apr 2000 17:02:32 -0400
27772              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
27773      Branch: cfgperl
27774            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
27775            ! win32/win32.c
27776 ____________________________________________________________________________
27777 [  6208] By: jhi                                   on 2000/06/07  01:05:23
27778         Log: Regen headers for #6207.
27779      Branch: cfgperl
27780            ! embed.h global.sym objXSUB.h proto.h
27781 ____________________________________________________________________________
27782 [  6207] By: jhi                                   on 2000/06/06  23:43:13
27783         Log: Subject: [PATCH 5.6.0] Threadsafe patches
27784              From: Dan Sugalski <dan@sidhe.org>
27785              To: perl5-porters@perl.org
27786              Date: Mon, 08 May 2000 18:08:13 -0400
27787              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
27788      Branch: cfgperl
27789            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
27790            ! proto.h sv.h util.c
27791 ____________________________________________________________________________
27792 [  6206] By: jhi                                   on 2000/06/06  23:21:23
27793         Log: Subject: [PATCH] Eliminate $a/$b in pod
27794              From: David Glasser <me@davidglasser.net>
27795              To: perl5-porters@perl.org
27796              Date: Mon, 29 May 2000 21:15:59 -0400
27797              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
27798      Branch: cfgperl
27799            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
27800            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
27801            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
27802            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
27803            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
27804            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
27805            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
27806            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
27807            ! pod/perlvar.pod pod/perlxs.pod
27808 ____________________________________________________________________________
27809 [  6205] By: jhi                                   on 2000/06/06  23:12:14
27810         Log: Subject: [PATCH] Win32 improvements
27811              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
27812              To: gsar@activestate.com, perl5-porters@perl.org
27813              Date: Mon, 29 May 2000 17:22:24 PDT
27814              Message-ID: <20000530002224.91142.qmail@hotmail.com>
27815              (MUA had mangled many lines by wordwrapping)
27816      Branch: cfgperl
27817            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
27818 ____________________________________________________________________________
27819 [  6204] By: jhi                                   on 2000/06/06  23:01:50
27820         Log: Subject: [PATCH] B::Bytecode patches
27821              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
27822              To: gsar@activestate.com, jhi@iki.fi
27823              Cc: perl5-porters@perl.org
27824              Message-ID: <20000602202526.48694.qmail@hotmail.com>
27825              (MUA had mangled many lines by wordwrapping)
27826      Branch: cfgperl
27827            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
27828            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
27829            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
27830            ! intrpvar.h perl.c
27831 ____________________________________________________________________________
27832 [  6203] By: jhi                                   on 2000/06/06  22:32:43
27833         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
27834              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
27835              Date: Tue, 06 Jun 2000 13:07:45 -0700
27836              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
27837      Branch: cfgperl
27838            ! pod/perldiag.pod
27839 ____________________________________________________________________________
27840 [  6202] By: jhi                                   on 2000/06/06  19:38:35
27841         Log: Integrate with Sarathy.
27842      Branch: cfgperl
27843           !> perl.c
27844 ____________________________________________________________________________
27845 [  6201] By: gsar                                  on 2000/06/06  00:42:59
27846         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
27847              does a PUSHMARK that's never ever POPMARKed; in general, only
27848              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
27849              Perl_eval_[sp]v() don't because they don't take any incoming
27850              arguments (this leak has been around since the original version
27851              of perl_eval_pv() in 5.003_97e)
27852      Branch: perl
27853            ! perl.c
27854 ____________________________________________________________________________
27855 [  6200] By: jhi                                   on 2000/06/04  03:44:52
27856         Log: Update to cperl-mode.el 4.31 from
27857              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
27858              Subject: A couple of notes
27859              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27860              To: Mailing list Perl5 <perl5-porters@perl.org>
27861              Date: Sat, 3 Jun 2000 23:33:32 -0400
27862              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
27863      Branch: cfgperl
27864            ! emacs/cperl-mode.el
27865 ____________________________________________________________________________
27866 [  6199] By: jhi                                   on 2000/06/03  15:11:05
27867         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
27868              From: Dan Sugalski <dan@sidhe.org>
27869              To: perl5-porters@perl.org, vmsperl@perl.org
27870              Date: Fri, 02 Jun 2000 17:30:51 -0400
27871              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
27872      Branch: cfgperl
27873            ! vms/descrip_mms.template vms/gen_shrfls.pl
27874 ____________________________________________________________________________
27875 [  6198] By: jhi                                   on 2000/06/03  14:59:15
27876         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
27877              From: Dan Sugalski <dan@sidhe.org>
27878              To: vmsperl@perl.org, perl5-porters@perl.org
27879              Date: Fri, 02 Jun 2000 16:00:41 -0400
27880              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
27881              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
27882      Branch: cfgperl
27883            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
27884            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
27885            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
27886 ____________________________________________________________________________
27887 [  6197] By: jhi                                   on 2000/06/03  14:41:30
27888         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
27889              From: John Borwick <jhborwic@unity.ncsu.edu>
27890              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
27891              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
27892      Branch: cfgperl
27893            ! pod/perlsyn.pod
27894 ____________________________________________________________________________
27895 [  6196] By: jhi                                   on 2000/06/03  14:38:09
27896         Log: Integrate with Sarathy.
27897      Branch: cfgperl
27898           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
27899           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
27900           !> vms/perly_c.vms
27901 ____________________________________________________________________________
27902 [  6195] By: gsar                                  on 2000/06/02  22:43:13
27903         Log: fix yet another eval"" leak under USE_ITHREADS
27904      Branch: perl
27905            ! op.c
27906 ____________________________________________________________________________
27907 [  6194] By: gsar                                  on 2000/06/02  18:22:06
27908         Log: fix small eval"" memory leaks under USE_ITHREADS
27909      Branch: perl
27910            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
27911            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
27912            ! vms/perly_c.vms
27913 ____________________________________________________________________________
27914 [  6193] By: jhi                                   on 2000/06/01  13:03:56
27915         Log: Signals-be-gone for microperl.
27916      Branch: cfgperl
27917            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
27918 ____________________________________________________________________________
27919 [  6192] By: jhi                                   on 2000/06/01  12:52:02
27920         Log: Integrate with Sarathy.
27921      Branch: cfgperl
27922           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
27923           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
27924           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
27925           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
27926           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
27927           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
27928           !> t/op/vec.t utils/h2xs.PL
27929 ____________________________________________________________________________
27930 [  6191] By: gsar                                  on 2000/06/01  09:38:21
27931         Log: vec() loses numericalness (modified version of patch suggested
27932              by Robin Barker)
27933      Branch: perl
27934            ! doop.c t/op/vec.t
27935 ____________________________________________________________________________
27936 [  6190] By: gsar                                  on 2000/06/01  09:26:15
27937         Log: submit missing embed.pl change
27938      Branch: perl
27939            ! embed.pl
27940 ____________________________________________________________________________
27941 [  6189] By: gsar                                  on 2000/06/01  09:05:34
27942         Log: counting tr/// corrupts later operation (from M.J.T Guy)
27943      Branch: perl
27944            ! doop.c t/op/tr.t
27945 ____________________________________________________________________________
27946 [  6188] By: gsar                                  on 2000/06/01  08:58:39
27947         Log: h2xs tweaks
27948      Branch: perl
27949            ! utils/h2xs.PL
27950 ____________________________________________________________________________
27951 [  6187] By: gsar                                  on 2000/06/01  08:50:07
27952         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
27953              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
27954      Branch: perl
27955            + lib/Pod/LaTeX.pm
27956            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
27957            ! pod/pod2latex.PL
27958 ____________________________________________________________________________
27959 [  6186] By: gsar                                  on 2000/06/01  08:24:40
27960         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
27961              <wolfgang.laun@alcatel.at>)
27962      Branch: perl
27963            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
27964            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
27965 ____________________________________________________________________________
27966 [  6185] By: gsar                                  on 2000/06/01  08:12:00
27967         Log: remove incorrect documentation about implicit split to @_ in
27968              list context, which never really worked in perl 5 (from
27969              M.J.T. Guy)
27970      Branch: perl
27971            ! pod/perlfunc.pod pod/perltrap.pod
27972 ____________________________________________________________________________
27973 [  6184] By: gsar                                  on 2000/06/01  07:52:27
27974         Log: tweak for change#6127
27975      Branch: perl
27976            ! perl.c
27977 ____________________________________________________________________________
27978 [  6183] By: gsar                                  on 2000/06/01  07:41:02
27979         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
27980              <nick@ccl4.org>)
27981      Branch: perl
27982            + t/lib/selfloader.t
27983            ! MANIFEST lib/SelfLoader.pm
27984 ____________________________________________________________________________
27985 [  6182] By: jhi                                   on 2000/06/01  00:34:42
27986         Log: Be Cleaner Part Deux.
27987      Branch: cfgperl
27988            ! Makefile.SH
27989 ____________________________________________________________________________
27990 [  6181] By: jhi                                   on 2000/06/01  00:32:09
27991         Log: Integrate with Sarathy.
27992      Branch: cfgperl
27993           !> pp.c t/op/arith.t
27994 ____________________________________________________________________________
27995 [  6180] By: jhi                                   on 2000/06/01  00:31:13
27996         Log: microperl nits from Simon Cozens.
27997      Branch: cfgperl
27998            + uconfig.h
27999            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
28000            ! unixish.h
28001 ____________________________________________________________________________
28002 [  6179] By: gsar                                  on 2000/05/31  22:37:51
28003         Log: buggy modulus on UVs introduced by change#3378 (resulted in
28004              4063328477 % 65535 amounting to 27406, instead of 27407)
28005      Branch: perl
28006            ! pp.c t/op/arith.t
28007 ____________________________________________________________________________
28008 [  6178] By: jhi                                   on 2000/05/31  21:52:41
28009         Log: Be cleaner.
28010      Branch: cfgperl
28011            ! Makefile.SH
28012 ____________________________________________________________________________
28013 [  6177] By: jhi                                   on 2000/05/31  21:47:33
28014         Log: Substitution utf8 patch from Simon Cozens.
28015      Branch: cfgperl
28016            ! pp_hot.c
28017 ____________________________________________________________________________
28018 [  6176] By: jhi                                   on 2000/05/31  21:45:34
28019         Log: Single-quoted utf8 patch from Simon Cozens.
28020      Branch: cfgperl
28021            ! toke.c
28022 ____________________________________________________________________________
28023 [  6175] By: jhi                                   on 2000/05/31  21:40:18
28024         Log: Integrate with Sarathy.
28025      Branch: cfgperl
28026           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
28027 ____________________________________________________________________________
28028 [  6174] By: jhi                                   on 2000/05/31  21:37:31
28029         Log: microperl changes from Simon Cozens; Makefile for microperl
28030              written from scratch; few casts added as microperl compilation
28031              doesn't have all prototypes available.
28032      Branch: cfgperl
28033            + Makefile.micro README.micro Todo.micro uconfig.sh
28034            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
28035            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
28036      Branch: metaconfig
28037            + U/modified/Config_h.U
28038 ____________________________________________________________________________
28039 [  6173] By: jhi                                   on 2000/05/31  20:00:24
28040         Log: metaconfig maintenance.
28041      Branch: metaconfig
28042            + U/modified/Inhdr.U U/typedefs/inotype.U
28043      Branch: metaconfig/U/perl
28044            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
28045            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
28046 ____________________________________________________________________________
28047 [  6172] By: gsar                                  on 2000/05/31  05:05:42
28048         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
28049              (from Ilya Zakharevich)
28050      Branch: perl
28051            ! regexec.c t/op/re_tests
28052 ____________________________________________________________________________
28053 [  6171] By: gsar                                  on 2000/05/31  05:01:47
28054         Log: scalar() doesn't force scalar context when used in void context
28055              (from Simon Cozens)
28056      Branch: perl
28057            ! op.c t/op/wantarray.t
28058 ____________________________________________________________________________
28059 [  6170] By: gsar                                  on 2000/05/31  04:41:33
28060         Log: change#6142 needs tweaks to tests to work where there's no symlink()
28061              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
28062      Branch: perl
28063            ! t/lib/filefind.t
28064 ____________________________________________________________________________
28065 [  6169] By: gsar                                  on 2000/05/31  04:29:49
28066         Log: integrate cfgperl contents into mainline
28067      Branch: perl
28068           +> pod/perlmodlib.PL pod/perlnewmod.pod
28069           !> (integrate 42 files)
28070 ____________________________________________________________________________
28071 [  6168] By: jhi                                   on 2000/05/30  22:53:37
28072         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
28073      Branch: cfgperl
28074            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
28075            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
28076            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
28077            ! win32/config.bc win32/config.gc win32/config.vc
28078            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
28079            ! win32/config_h.PL win32/config_sh.PL
28080      Branch: metaconfig/U/perl
28081            ! perlxv.U
28082 ____________________________________________________________________________
28083 [  6167] By: jhi                                   on 2000/05/30  22:20:21
28084         Log: tweak todo 
28085      Branch: cfgperl
28086            ! Todo-5.6
28087 ____________________________________________________________________________
28088 [  6166] By: jhi                                   on 2000/05/30  22:11:51
28089         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
28090              in case somebody wants to write an extension for more
28091              shadow database interfaces.
28092      Branch: cfgperl
28093            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
28094            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
28095            ! vos/config.def vos/config.h vos/config_h.SH_orig
28096            ! win32/config.bc win32/config.gc win32/config.vc
28097            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
28098      Branch: metaconfig
28099            ! U/modified/Myinit.U
28100      Branch: metaconfig/U/perl
28101            + d_getespwnam.U d_getprpwnam.U i_prot.U
28102 ____________________________________________________________________________
28103 [  6165] By: jhi                                   on 2000/05/30  18:35:34
28104         Log: Integrate with Sarathy.
28105      Branch: cfgperl
28106           !> op.c
28107 ____________________________________________________________________________
28108 [  6164] By: jhi                                   on 2000/05/30  18:30:16
28109         Log: detypo
28110      Branch: cfgperl
28111            ! Configure config_h.SH
28112      Branch: metaconfig/U/perl
28113            ! perlxv.U
28114 ____________________________________________________________________________
28115 [  6163] By: gsar                                  on 2000/05/30  03:24:03
28116         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
28117      Branch: perl
28118            ! op.c
28119 ____________________________________________________________________________
28120 [  6162] By: gsar                                  on 2000/05/30  03:09:38
28121         Log: fix memory leak in method call optimization (change#3768);
28122              made C<eval "$x->foo()"> leak
28123      Branch: perl
28124            ! op.c
28125 ____________________________________________________________________________
28126 [  6161] By: jhi                                   on 2000/05/29  17:56:26
28127         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
28128              both from Simon Cozens.
28129      Branch: cfgperl
28130            + pod/perlmodlib.PL pod/perlnewmod.pod
28131            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
28132            ! pod/perlmodlib.pod pod/perltoc.pod
28133 ____________________________________________________________________________
28134 [  6160] By: jhi                                   on 2000/05/29  17:23:55
28135         Log: Changes for the File::Temp 0.08 (change #6159) test suite
28136              to fit better into the Perl distribution test framework.
28137      Branch: cfgperl
28138            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
28139            ! t/lib/ftmp-tempfile.t
28140 ____________________________________________________________________________
28141 [  6159] By: jhi                                   on 2000/05/29  16:55:36
28142         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
28143      Branch: cfgperl
28144            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
28145            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
28146 ____________________________________________________________________________
28147 [  6158] By: bailey                                on 2000/05/29  16:22:08
28148         Log: Add fallback to tmpfile for use in cases where user's relying on
28149              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
28150              Lane's patch)
28151      Branch: vmsperl
28152            ! vms/vms.c vms/vmsish.h
28153 ____________________________________________________________________________
28154 [  6157] By: jhi                                   on 2000/05/29  03:10:36
28155         Log: Regen Configure to jive with #6149.
28156      Branch: cfgperl
28157            ! Configure
28158      Branch: metaconfig
28159            ! U/modified/Getfile.U
28160 ____________________________________________________________________________
28161 [  6156] By: jhi                                   on 2000/05/29  03:01:38
28162         Log: Integrate with Sarathy.
28163      Branch: cfgperl
28164           +> ext/DynaLoader/dl_mac.xs
28165           !> (integrate 38 files)
28166 ____________________________________________________________________________
28167 [  6155] By: gsar                                  on 2000/05/28  21:15:58
28168         Log: small bug in change#6144; remove random \xA0 character that snuck
28169              in via change#6145
28170      Branch: perl
28171            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
28172 ____________________________________________________________________________
28173 [  6154] By: gsar                                  on 2000/05/28  21:04:19
28174         Log: avoid type mismatch warning
28175      Branch: perl
28176            ! perl.c
28177 ____________________________________________________________________________
28178 [  6153] By: gsar                                  on 2000/05/28  20:58:31
28179         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
28180              <nick@Bagpuss.uk.boo.com>)
28181      Branch: perl
28182            ! lib/Test/Harness.pm
28183 ____________________________________________________________________________
28184 [  6152] By: gsar                                  on 2000/05/28  20:53:42
28185         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
28186      Branch: perl
28187            ! regexec.c
28188 ____________________________________________________________________________
28189 [  6151] By: gsar                                  on 2000/05/28  20:50:28
28190         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
28191      Branch: perl
28192            ! regexec.c
28193 ____________________________________________________________________________
28194 [  6150] By: gsar                                  on 2000/05/28  20:39:58
28195         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
28196      Branch: perl
28197            ! pod/perlrequick.pod
28198 ____________________________________________________________________________
28199 [  6149] By: gsar                                  on 2000/05/28  20:35:16
28200         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
28201              <troc@netrus.net>)
28202      Branch: perl
28203            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
28204            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
28205            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
28206            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
28207 ____________________________________________________________________________
28208 [  6148] By: gsar                                  on 2000/05/28  20:21:07
28209         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
28210      Branch: perl
28211            ! lib/ExtUtils/MM_Unix.pm
28212 ____________________________________________________________________________
28213 [  6147] By: gsar                                  on 2000/05/28  20:12:41
28214         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
28215              (from Peter Prymmer)
28216      Branch: perl
28217            ! vms/subconfigure.com
28218 ____________________________________________________________________________
28219 [  6146] By: gsar                                  on 2000/05/28  20:06:15
28220         Log: doc typo
28221      Branch: perl
28222            ! lib/warnings.pm warnings.h warnings.pl
28223 ____________________________________________________________________________
28224 [  6145] By: gsar                                  on 2000/05/28  18:44:33
28225         Log: make xsubpp skip embedded pod (from Matthias Neeracher
28226              <neeri@iis.ee.ethz.ch>)
28227      Branch: perl
28228            ! lib/ExtUtils/xsubpp
28229 ____________________________________________________________________________
28230 [  6144] By: gsar                                  on 2000/05/28  18:42:49
28231         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
28232              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
28233              <neeri@iis.ee.ethz.ch>)
28234      Branch: perl
28235            ! lib/AutoSplit.pm
28236 ____________________________________________________________________________
28237 [  6143] By: gsar                                  on 2000/05/28  18:41:12
28238         Log: MacOS support, part 1 (from Matthias Neeracher
28239              <neeri@iis.ee.ethz.ch>)
28240      Branch: perl
28241            + ext/DynaLoader/dl_mac.xs
28242            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
28243            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
28244            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
28245            ! util.h
28246 ____________________________________________________________________________
28247 [  6142] By: gsar                                  on 2000/05/28  18:21:51
28248         Log: File::Find fails to chdir when chasing symlinks (from
28249              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
28250      Branch: perl
28251            ! lib/File/Find.pm t/lib/filefind.t
28252 ____________________________________________________________________________
28253 [  6141] By: jhi                                   on 2000/05/28  14:25:15
28254         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
28255              forwarded by Peter Seebach from the bsdi-users mailing list.
28256              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
28257      Branch: perl
28258            ! hints/bsdos.sh
28259 ____________________________________________________________________________
28260 [  6140] By: jhi                                   on 2000/05/28  14:11:57
28261         Log: Integrate with Sarathy.
28262      Branch: cfgperl
28263           +> (branch 30 files)
28264           !> (integrate 93 files)
28265 ____________________________________________________________________________
28266 [  6139] By: gsar                                  on 2000/05/28  10:01:48
28267         Log: revise mktables.PL for bugs and newness in Unicode 3.0
28268              (from James Bence <jbence@amgen.com>)
28269      Branch: perl
28270            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
28271            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
28272            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
28273            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
28274            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
28275            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
28276            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
28277            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
28278            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
28279            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
28280            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
28281            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
28282            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
28283            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
28284            + lib/unicode/Is/SylWU.pl
28285            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
28286            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
28287            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
28288            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
28289            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
28290            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
28291            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
28292            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
28293            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
28294            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
28295            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
28296            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
28297            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
28298            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
28299            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
28300            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
28301            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
28302            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
28303            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
28304            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
28305            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
28306            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
28307            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
28308            ! lib/unicode/Makefile lib/unicode/mktables.PL
28309 ____________________________________________________________________________
28310 [  6138] By: gsar                                  on 2000/05/28  08:50:32
28311         Log: add note about the handling of negative indices to tied arrays
28312              (from Michael G Schwern <schwern@pobox.com>)
28313      Branch: perl
28314            ! pod/perltie.pod
28315 ____________________________________________________________________________
28316 [  6137] By: gsar                                  on 2000/05/28  08:46:10
28317         Log: fix bogus redeclaration warning for "our" variables in different
28318              scopes
28319      Branch: perl
28320            ! op.c t/pragma/strict-vars
28321 ____________________________________________________________________________
28322 [  6136] By: gsar                                  on 2000/05/28  08:31:20
28323         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
28324      Branch: perl
28325            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
28326 ____________________________________________________________________________
28327 [  6135] By: gsar                                  on 2000/05/28  08:17:50
28328         Log: enable Test::Harness to dynamically determine column width etc.
28329              (from Rob Napier <rnapier@employees.org>)
28330      Branch: perl
28331            ! lib/Test/Harness.pm
28332 ____________________________________________________________________________
28333 [  6134] By: gsar                                  on 2000/05/28  08:13:39
28334         Log: make Test::Harness use wait.h/WCOREDUMP if available
28335              (from Ben Tilly <ben_tilly@hotmail.com>)
28336      Branch: perl
28337            ! lib/Test/Harness.pm
28338 ____________________________________________________________________________
28339 [  6133] By: gsar                                  on 2000/05/28  08:08:05
28340         Log: elide bogus test in change#6132
28341      Branch: perl
28342            ! t/pragma/warn/9enabled
28343 ____________________________________________________________________________
28344 [  6132] By: gsar                                  on 2000/05/28  08:03:14
28345         Log: warnings::enabled() doesn't fall back to looking at $^W if
28346              caller isn't using lexical warnings (from Paul Marquess)
28347      Branch: perl
28348            ! pp_ctl.c t/pragma/warn/9enabled
28349 ____________________________________________________________________________
28350 [  6131] By: gsar                                  on 2000/05/28  07:57:47
28351         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
28352      Branch: perl
28353            ! ext/POSIX/POSIX.pm
28354 ____________________________________________________________________________
28355 [  6130] By: gsar                                  on 2000/05/28  07:29:12
28356         Log: fix places that mean C<"word" character> but say C<alphanumeric
28357              character>
28358      Branch: perl
28359            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
28360 ____________________________________________________________________________
28361 [  6129] By: gsar                                  on 2000/05/28  07:18:41
28362         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
28363      Branch: perl
28364            ! vms/test.com
28365 ____________________________________________________________________________
28366 [  6128] By: gsar                                  on 2000/05/28  07:12:55
28367         Log: new perlxstut example for passing/returning refs to arrays
28368              (from David Lowe <dlowe@pootpoot.com>)
28369      Branch: perl
28370            ! pod/perlxstut.pod
28371 ____________________________________________________________________________
28372 [  6127] By: gsar                                  on 2000/05/28  07:02:50
28373         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
28374              failed (from Gisle Aas)
28375      Branch: perl
28376            ! cop.h perl.c
28377 ____________________________________________________________________________
28378 [  6126] By: gsar                                  on 2000/05/28  06:39:53
28379         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
28380              (reworked variant of patch suggested by Simon Cozens)
28381      Branch: perl
28382            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
28383            ! pp_hot.c proto.h t/op/gv.t
28384 ____________________________________________________________________________
28385 [  6125] By: gsar                                  on 2000/05/28  05:14:55
28386         Log: enable propagating exception objects via Perl_croak() in XS code
28387              (from Gisle Aas)
28388      Branch: perl
28389            ! util.c
28390 ____________________________________________________________________________
28391 [  6124] By: gsar                                  on 2000/05/28  05:07:28
28392         Log: integrate vmsperl contents into mainline
28393      Branch: perl
28394           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
28395           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
28396           !> vms/vmsish.h
28397 ____________________________________________________________________________
28398 [  6123] By: gsar                                  on 2000/05/28  05:03:53
28399         Log: clarify gotcha with #line directives (from Rocco Caputo
28400              <troc@netrus.net>)
28401      Branch: perl
28402            ! pod/perldebug.pod pod/perlsyn.pod
28403 ____________________________________________________________________________
28404 [  6122] By: gsar                                  on 2000/05/28  04:58:29
28405         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
28406              (from Mark-Jason Dominus)
28407      Branch: perl
28408            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
28409            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
28410            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
28411            ! toke.c
28412 ____________________________________________________________________________
28413 [  6121] By: bailey                                on 2000/05/25  04:46:54
28414         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
28415              lists (based on fixes by Craig Berry)
28416      Branch: vmsperl
28417            ! lib/File/Spec/VMS.pm
28418 ____________________________________________________________________________
28419 [  6120] By: bailey                                on 2000/05/25  04:25:38
28420         Log: Add missing escape (Charles Lane)
28421      Branch: vmsperl
28422            ! t/op/lex_assign.t
28423 ____________________________________________________________________________
28424 [  6119] By: bailey                                on 2000/05/25  04:21:25
28425         Log: Quiet error messages in vmsish.t (Charles Lane)
28426      Branch: vmsperl
28427            ! vms/ext/vmsish.t
28428 ____________________________________________________________________________
28429 [  6118] By: bailey                                on 2000/05/25  04:17:57
28430         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
28431              Flatten case labels in switch statements uniformly (Charles Bailey)
28432      Branch: vmsperl
28433            ! vms/vms.c
28434 ____________________________________________________________________________
28435 [  6117] By: bailey                                on 2000/05/25  03:58:09
28436         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
28437      Branch: vmsperl
28438            ! vms/vmsish.h
28439 ____________________________________________________________________________
28440 [  6116] By: bailey                                on 2000/05/25  03:11:15
28441         Log: Miscellaneous cosmetic fixes (Charles Lane)
28442      Branch: vmsperl
28443            ! lib/ExtUtils/MM_VMS.pm
28444 ____________________________________________________________________________
28445 [  6115] By: bailey                                on 2000/05/25  03:10:36
28446         Log: Add bounds checking for several strings (Charles Lane)
28447      Branch: vmsperl
28448            ! vms/vms.c
28449 ____________________________________________________________________________
28450 [  6114] By: bailey                                on 2000/05/25  02:25:34
28451         Log: Urk -- undo previous removal of vmsish 'exit' change
28452      Branch: vmsperl
28453            ! vms/ext/vmsish.pm vms/vmsish.h
28454 ____________________________________________________________________________
28455 [  6113] By: bailey                                on 2000/05/24  02:24:40
28456         Log: Ugly workaround for version-specific RTL error
28457      Branch: vmsperl
28458            ! vms/vms.c
28459 ____________________________________________________________________________
28460 [  6112] By: bailey                                on 2000/05/24  02:19:55
28461         Log: Check for existence of file before trying to delete
28462      Branch: vmsperl
28463            ! vms/test.com
28464 ____________________________________________________________________________
28465 [  6111] By: bailey                                on 2000/05/23  23:35:13
28466         Log: Resync with mainline prior to post-5.6.0 updates
28467      Branch: vmsperl
28468           +> (branch 49 files)
28469            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
28470            ! vms/ext/vmsish.pm
28471           !> (integrate 334 files)
28472 ____________________________________________________________________________
28473 [  6110] By: jhi                                   on 2000/05/23  19:28:32
28474         Log: todo tweak
28475      Branch: cfgperl
28476            ! Todo-5.6
28477 ____________________________________________________________________________
28478 [  6109] By: jhi                                   on 2000/05/18  17:38:54
28479         Log: Integrate with Sarathy.
28480      Branch: cfgperl
28481           !> mg.c perl.h win32/perlhost.h
28482 ____________________________________________________________________________
28483 [  6108] By: gsar                                  on 2000/05/17  02:24:56
28484         Log: reenable fake signal handling on Windows, bugs and all
28485      Branch: perl
28486            ! mg.c perl.h win32/perlhost.h
28487 ____________________________________________________________________________
28488 [  6107] By: jhi                                   on 2000/05/15  18:01:41
28489         Log: Tweak the todo list.
28490      Branch: cfgperl
28491            ! Todo-5.6
28492 ____________________________________________________________________________
28493 [  6106] By: jhi                                   on 2000/05/15  13:41:48
28494         Log: The (Configure) script refuses to go on, after asking for
28495              'You may also choose to try maximal 64-bitness....'.
28496              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
28497              -- Patrick Zima
28498              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
28499      Branch: cfgperl
28500            ! hints/solaris_2.sh
28501 ____________________________________________________________________________
28502 [  6105] By: jhi                                   on 2000/05/11  14:37:43
28503         Log: Integrate with Sarathy.
28504      Branch: cfgperl
28505           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
28506           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
28507 ____________________________________________________________________________
28508 [  6104] By: gsar                                  on 2000/05/11  03:39:07
28509         Log: PL_sys_intern was being initialized too late on windows
28510      Branch: perl
28511            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
28512            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
28513 ____________________________________________________________________________
28514 [  6103] By: jhi                                   on 2000/05/09  19:42:20
28515         Log: Test tweaking for Unicos continues.
28516      Branch: cfgperl
28517            ! t/op/64bitint.t
28518 ____________________________________________________________________________
28519 [  6102] By: jhi                                   on 2000/05/09  16:47:27
28520         Log: The test suite tweak in #6101 wasn't quite right.
28521      Branch: cfgperl
28522            ! t/lib/complex.t
28523 ____________________________________________________________________________
28524 [  6101] By: jhi                                   on 2000/05/09  15:35:34
28525         Log: Hints and test tweaks for Unicos.
28526      Branch: cfgperl
28527            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
28528 ____________________________________________________________________________
28529 [  6100] By: jhi                                   on 2000/05/08  21:15:06
28530         Log: More compilation tweakery from Allen Smith.
28531      Branch: cfgperl
28532            ! hints/irix_6.sh
28533 ____________________________________________________________________________
28534 [  6099] By: jhi                                   on 2000/05/08  19:21:18
28535         Log: Tweaks for the cc bugs from Allen Smith.
28536      Branch: cfgperl
28537            ! hints/irix_6.sh
28538 ____________________________________________________________________________
28539 [  6098] By: jhi                                   on 2000/05/08  19:13:37
28540         Log: Add a note about other, yet unsupported, shadow password APIs.
28541      Branch: cfgperl
28542            ! pp_sys.c
28543 ____________________________________________________________________________
28544 [  6097] By: jhi                                   on 2000/05/08  18:46:34
28545         Log: Add a note about possible compilation problems from Allen Smith.
28546      Branch: cfgperl
28547            ! hints/irix_6.sh
28548 ____________________________________________________________________________
28549 [  6096] By: jhi                                   on 2000/05/08  17:33:10
28550         Log: Integrate with Sarathy.
28551      Branch: cfgperl
28552           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
28553           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
28554 ____________________________________________________________________________
28555 [  6095] By: jhi                                   on 2000/05/08  16:21:33
28556         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
28557              might be useful in future.
28558      Branch: cfgperl
28559            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
28560            ! config_h.SH
28561      Branch: metaconfig
28562            ! U/installdirs/inc_version_list.U
28563      Branch: metaconfig/U/perl
28564            ! perlxv.U
28565 ____________________________________________________________________________
28566 [  6094] By: gsar                                  on 2000/05/08  14:22:22
28567         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
28568      Branch: perl
28569            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
28570            ! hints/cygwin.sh pp_sys.c
28571 ____________________________________________________________________________
28572 [  6093] By: gsar                                  on 2000/05/08  12:52:28
28573         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
28574              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
28575      Branch: perl
28576            ! pp_sys.c sv.c win32/perlhost.h
28577 ____________________________________________________________________________
28578 [  6092] By: jhi                                   on 2000/05/07  22:40:34
28579         Log: Regen perltoc with the fixed buildtoc.
28580      Branch: cfgperl
28581            ! pod/perltoc.pod
28582 ____________________________________________________________________________
28583 [  6091] By: jhi                                   on 2000/05/07  22:24:16
28584         Log: Integrate with Sarathy.
28585      Branch: cfgperl
28586           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
28587           !> t/op/substr.t toke.c
28588 ____________________________________________________________________________
28589 [  6090] By: gsar                                  on 2000/05/07  19:47:07
28590         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
28591              [NI]OK; added tests for both
28592      Branch: perl
28593            ! perl.c pp_hot.c sv.c t/op/substr.t
28594 ____________________________________________________________________________
28595 [  6089] By: gsar                                  on 2000/05/07  18:18:38
28596         Log: buildtoc tweak to fix newline lossage
28597      Branch: perl
28598            ! pod/buildtoc
28599 ____________________________________________________________________________
28600 [  6088] By: jhi                                   on 2000/05/07  16:35:36
28601         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
28602              because we do not use those.  The HAS_GETSPNAM remains,
28603              though, because we still do use that.
28604      Branch: cfgperl
28605            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
28606            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
28607            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
28608            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
28609            ! win32/config.vc win32/config_H.bc win32/config_H.gc
28610            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
28611 ____________________________________________________________________________
28612 [  6087] By: gsar                                  on 2000/05/07  16:05:16
28613         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
28614      Branch: perl
28615            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
28616 ____________________________________________________________________________
28617 [  6086] By: jhi                                   on 2000/05/07  15:27:07
28618         Log: Integrate with Sarathy.
28619      Branch: cfgperl
28620           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
28621           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
28622           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
28623           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
28624           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
28625           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
28626 ____________________________________________________________________________
28627 [  6085] By: gsar                                  on 2000/05/07  05:52:02
28628         Log: repeat operator (x) doesn't preserve utf8-ness
28629      Branch: perl
28630            ! pp.c t/op/substr.t
28631 ____________________________________________________________________________
28632 [  6084] By: gsar                                  on 2000/05/07  05:39:55
28633         Log: substr() does not preserve utf8-ness (from Stefan Eissing
28634              <Eissing@medicaldataservice.de>); added tests
28635      Branch: perl
28636            ! pp.c t/op/substr.t
28637 ____________________________________________________________________________
28638 [  6083] By: gsar                                  on 2000/05/07  05:24:46
28639         Log: note about undocumented caller() return value (from M.J.T. Guy);
28640              yet another peek.t tweak
28641      Branch: perl
28642            ! pod/perlfunc.pod t/lib/peek.t
28643 ____________________________________________________________________________
28644 [  6082] By: gsar                                  on 2000/05/07  05:08:40
28645         Log: peek.t non-portable to ithreads
28646      Branch: perl
28647            ! t/lib/peek.t
28648 ____________________________________________________________________________
28649 [  6081] By: gsar                                  on 2000/05/07  04:17:04
28650         Log: better default perlbug categories for ok reports (from Richard Foley)
28651      Branch: perl
28652            ! utils/perlbug.PL
28653 ____________________________________________________________________________
28654 [  6080] By: gsar                                  on 2000/05/07  04:08:07
28655         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
28656              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
28657      Branch: perl
28658            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
28659            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
28660            ! AUTHORS MAINTAIN MANIFEST
28661 ____________________________________________________________________________
28662 [  6079] By: gsar                                  on 2000/05/07  04:01:38
28663         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
28664      Branch: perl
28665            ! lib/Carp/Heavy.pm
28666 ____________________________________________________________________________
28667 [  6078] By: gsar                                  on 2000/05/07  01:24:19
28668         Log: workaround for CRT bug in chdir() (from Charles Lane, via
28669              Peter Prymmer)
28670      Branch: perl
28671            ! iperlsys.h vms/vms.c vms/vmsish.h
28672 ____________________________________________________________________________
28673 [  6077] By: gsar                                  on 2000/05/07  01:22:23
28674         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
28675              and Tom Phoenix)
28676      Branch: perl
28677            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
28678 ____________________________________________________________________________
28679 [  6076] By: gsar                                  on 2000/05/06  17:36:29
28680         Log: integrate cfgperl contents into mainline
28681      Branch: perl
28682           +> t/lib/peek.t
28683           !> Configure MANIFEST Porting/Glossary Porting/config.sh
28684           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
28685           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
28686           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
28687 ____________________________________________________________________________
28688 [  6075] By: jhi                                   on 2000/05/05  18:56:10
28689         Log: Make the test more portable.
28690      Branch: cfgperl
28691            ! t/lib/peek.t
28692 ____________________________________________________________________________
28693 [  6074] By: jhi                                   on 2000/05/05  18:49:20
28694         Log: Introduce t/lib/peek.t.
28695      Branch: cfgperl
28696            + t/lib/peek.t
28697            ! MANIFEST
28698 ____________________________________________________________________________
28699 [  6073] By: jhi                                   on 2000/05/05  14:30:45
28700         Log: Complex tweaks.
28701      Branch: cfgperl
28702            ! lib/Math/Complex.pm t/lib/complex.t
28703 ____________________________________________________________________________
28704 [  6072] By: jhi                                   on 2000/05/05  12:27:13
28705         Log: Integrate with Sarathy.
28706      Branch: cfgperl
28707           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
28708           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
28709           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
28710           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
28711 ____________________________________________________________________________
28712 [  6071] By: gsar                                  on 2000/05/05  02:24:46
28713         Log: misformatted perllocal.pod (from Tim Jenness
28714              <t.jenness@jach.hawaii.edu>)
28715      Branch: perl
28716            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
28717 ____________________________________________________________________________
28718 [  6070] By: gsar                                  on 2000/05/05  02:16:52
28719         Log: remove misleading comment (from M.J.T. Guy)
28720      Branch: perl
28721            ! t/lib/anydbm.t
28722 ____________________________________________________________________________
28723 [  6069] By: gsar                                  on 2000/05/05  02:15:13
28724         Log: File::Spec compatibility update (from Barrie Slaymaker
28725              <barries@slaysys.com>)
28726      Branch: perl
28727            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
28728            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
28729 ____________________________________________________________________________
28730 [  6068] By: gsar                                  on 2000/05/05  02:01:50
28731         Log: note about values()
28732      Branch: perl
28733            ! pod/perlfunc.pod
28734 ____________________________________________________________________________
28735 [  6067] By: gsar                                  on 2000/05/05  01:33:09
28736         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
28737      Branch: perl
28738            ! win32/win32.c
28739 ____________________________________________________________________________
28740 [  6066] By: gsar                                  on 2000/05/05  01:23:43
28741         Log: s/END/CHECK/
28742      Branch: perl
28743            ! perl.c
28744 ____________________________________________________________________________
28745 [  6065] By: jhi                                   on 2000/05/04  17:30:22
28746         Log: Integrate with Sarathy.
28747      Branch: cfgperl
28748           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
28749 ____________________________________________________________________________
28750 [  6064] By: gsar                                  on 2000/05/04  17:26:14
28751         Log: change#5905 wasn't quite right--it's intent only applies when arguments
28752              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
28753      Branch: perl
28754            ! pp_sys.c sv.c
28755 ____________________________________________________________________________
28756 [  6063] By: gsar                                  on 2000/05/04  16:52:29
28757         Log: tokeq() could read unallocated field in argument
28758      Branch: perl
28759            ! toke.c
28760 ____________________________________________________________________________
28761 [  6062] By: gsar                                  on 2000/05/04  16:34:51
28762         Log: additional tests for utf8.t
28763      Branch: perl
28764            ! t/pragma/utf8.t
28765 ____________________________________________________________________________
28766 [  6061] By: gsar                                  on 2000/05/04  16:09:28
28767         Log: change#5921 neglected to make eq honor "use bytes"
28768      Branch: perl
28769            ! sv.c
28770 ____________________________________________________________________________
28771 [  6060] By: jhi                                   on 2000/05/04  15:30:16
28772         Log: Integrate with Sarathy.
28773      Branch: cfgperl
28774           !> perl.c regcomp.c t/pragma/utf8.t
28775 ____________________________________________________________________________
28776 [  6059] By: jhi                                   on 2000/05/04  15:26:37
28777         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
28778              in natively 64-bit platforms where a long is a quad (no need
28779              for long longs).  Also added bias for IVs.
28780      Branch: cfgperl
28781            ! toke.c
28782 ____________________________________________________________________________
28783 [  6058] By: gsar                                  on 2000/05/04  00:19:14
28784         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
28785              (spotted by Donald Kinzer <dkinzer@premia.com>)
28786      Branch: perl
28787            ! perl.c
28788 ____________________________________________________________________________
28789 [  6057] By: gsar                                  on 2000/05/03  18:34:01
28790         Log: fix broken parsing of /\x{ab}/
28791      Branch: perl
28792            ! regcomp.c t/pragma/utf8.t
28793 ____________________________________________________________________________
28794 [  6056] By: jhi                                   on 2000/05/03  17:57:16
28795         Log: The search of infinity continues, this time simplified.
28796      Branch: cfgperl
28797            ! lib/Math/Complex.pm
28798 ____________________________________________________________________________
28799 [  6055] By: jhi                                   on 2000/05/03  17:45:30
28800         Log: Detypo.
28801      Branch: cfgperl
28802            ! hints/unicos.sh
28803 ____________________________________________________________________________
28804 [  6054] By: jhi                                   on 2000/05/02  22:28:27
28805         Log: Be more forgiving in POSIX about HUGE_VALL.
28806      Branch: cfgperl
28807            ! ext/POSIX/POSIX.xs
28808 ____________________________________________________________________________
28809 [  6053] By: jhi                                   on 2000/05/02  22:25:05
28810         Log: Integrate with Sarathy.
28811      Branch: cfgperl
28812           !> hints/irix_6.sh pod/perlop.pod
28813 ____________________________________________________________________________
28814 [  6052] By: jhi                                   on 2000/05/02  22:24:31
28815         Log: Unicos hint tweak.
28816      Branch: cfgperl
28817            ! hints/unicos.sh
28818 ____________________________________________________________________________
28819 [  6051] By: jhi                                   on 2000/05/02  22:21:26
28820         Log: Complex tweakery.
28821      Branch: cfgperl
28822            ! lib/Math/Complex.pm t/lib/complex.t
28823 ____________________________________________________________________________
28824 [  6050] By: jhi                                   on 2000/05/02  19:26:22
28825         Log: Use setxxent()/endxxent().
28826      Branch: cfgperl
28827            ! t/op/grent.t t/op/pwent.t
28828 ____________________________________________________________________________
28829 [  6049] By: jhi                                   on 2000/05/02  19:06:02
28830         Log: Test both the scalar and list contexts.
28831      Branch: cfgperl
28832            ! t/op/grent.t t/op/pwent.t
28833 ____________________________________________________________________________
28834 [  6048] By: gsar                                  on 2000/05/02  18:29:10
28835         Log: add note about how $( doesn't interpolate in REs (from
28836              Philip Newton <newton@ficus.frogspace.net>)
28837      Branch: perl
28838            ! pod/perlop.pod
28839 ____________________________________________________________________________
28840 [  6047] By: jhi                                   on 2000/05/02  17:41:24
28841         Log: Call getspnam() only iff needd.
28842      Branch: cfgperl
28843            ! pp_sys.c
28844 ____________________________________________________________________________
28845 [  6046] By: gsar                                  on 2000/05/02  17:07:25
28846         Log: libscheck has insufficient checks for n32 libs (from
28847              Albert Chin-A-Young <china@thewrittenword.com>)
28848      Branch: perl
28849            ! hints/irix_6.sh
28850 ____________________________________________________________________________
28851 [  6045] By: jhi                                   on 2000/05/02  13:57:17
28852         Log: Integrate with Sarathy.
28853      Branch: cfgperl
28854           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
28855           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
28856 ____________________________________________________________________________
28857 [  6044] By: gsar                                  on 2000/05/02  06:48:19
28858         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
28859              such that underscores are only ignored in literal numbers,
28860              "\x{...}", and hex/oct argument
28861      Branch: perl
28862            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
28863 ____________________________________________________________________________
28864 [  6043] By: gsar                                  on 2000/05/02  02:22:29
28865         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
28866      Branch: perl
28867            ! pod/perlretut.pod
28868 ____________________________________________________________________________
28869 [  6042] By: gsar                                  on 2000/05/02  02:17:51
28870         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
28871      Branch: perl
28872            ! pod/perltrap.pod
28873 ____________________________________________________________________________
28874 [  6041] By: gsar                                  on 2000/05/02  01:53:51
28875         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
28876              to compensate
28877      Branch: perl
28878            ! Porting/makerel
28879 ____________________________________________________________________________
28880 [  6040] By: gsar                                  on 2000/05/02  01:51:57
28881         Log: missing files in MANIFEST
28882      Branch: perl
28883            ! MANIFEST
28884 ____________________________________________________________________________
28885 [  6039] By: jhi                                   on 2000/05/02  00:36:46
28886         Log: Infinite problems.
28887      Branch: cfgperl
28888            ! lib/Math/Complex.pm
28889 ____________________________________________________________________________
28890 [  6038] By: jhi                                   on 2000/05/02  00:06:38
28891         Log: pwent/spent #ifdef imbalance.
28892      Branch: cfgperl
28893            ! pp_sys.c
28894 ____________________________________________________________________________
28895 [  6037] By: jhi                                   on 2000/05/01  22:50:11
28896         Log: Use HUGE_VALL if applicable.
28897      Branch: cfgperl
28898            ! ext/POSIX/POSIX.xs util.c
28899 ____________________________________________________________________________
28900 [  6036] By: jhi                                   on 2000/05/01  22:20:53
28901         Log: Correct Freudian slip.
28902      Branch: cfgperl
28903            ! pp_sys.c
28904 ____________________________________________________________________________
28905 [  6035] By: jhi                                   on 2000/05/01  21:07:38
28906         Log: Continue on the pwent/spent case.
28907      Branch: cfgperl
28908            ! pp_sys.c
28909 ____________________________________________________________________________
28910 [  6034] By: jhi                                   on 2000/05/01  17:45:14
28911         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
28912              adjustments in 6032 conflicted badly with this, will have
28913              to revisit them later.
28914      Branch: cfgperl
28915           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
28916           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
28917           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
28918           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
28919           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
28920           !> t/lib/cgi-html.t t/lib/cgi-request.t
28921 ____________________________________________________________________________
28922 [  6033] By: jhi                                   on 2000/05/01  17:40:49
28923         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
28924      Branch: cfgperl
28925            ! pp_sys.c
28926 ____________________________________________________________________________
28927 [  6032] By: gsar                                  on 2000/05/01  15:56:32
28928         Log: whitespace adjustments
28929      Branch: perl
28930            ! pp_sys.c
28931 ____________________________________________________________________________
28932 [  6031] By: gsar                                  on 2000/05/01  15:19:41
28933         Log: small nits in diagnostics.pm (from Robin Barker)
28934      Branch: perl
28935            ! lib/diagnostics.pm pod/perldiag.pod
28936 ____________________________________________________________________________
28937 [  6030] By: gsar                                  on 2000/05/01  08:39:18
28938         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
28939              for @- and @+ (from Johan Vromans)
28940      Branch: perl
28941            ! lib/English.pm pod/perlvar.pod
28942 ____________________________________________________________________________
28943 [  6029] By: gsar                                  on 2000/05/01  08:16:10
28944         Log: add CGI.pm v2.66 (from Lincoln Stein)
28945      Branch: perl
28946            + lib/CGI/Util.pm t/lib/cgi-pretty.t
28947            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
28948            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
28949            ! t/lib/cgi-html.t t/lib/cgi-request.t
28950 ____________________________________________________________________________
28951 [  6028] By: gsar                                  on 2000/05/01  06:34:41
28952         Log: Pod::Man generates groff-incompatible macro definition (from
28953              Tom Christiansen)
28954      Branch: perl
28955            ! lib/Pod/Man.pm
28956 ____________________________________________________________________________
28957 [  6027] By: gsar                                  on 2000/05/01  06:31:36
28958         Log: podlators-1.02 update (from Russ Allbery)
28959      Branch: perl
28960            ! lib/Pod/Man.pm lib/Pod/Text.pm
28961 ____________________________________________________________________________
28962 [  6026] By: jhi                                   on 2000/04/30  23:24:23
28963         Log: Integrate with Sarathy.
28964      Branch: cfgperl
28965           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
28966           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
28967           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
28968           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
28969           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
28970           !> t/lib/syslog.t toke.c win32/win32.h
28971 ____________________________________________________________________________
28972 [  6025] By: gsar                                  on 2000/04/30  18:17:47
28973         Log: Is{Alnum,Alpha,Word} don't match titlecase
28974              
28975              TODO: IsSpace is defined recursively!
28976              
28977              (both spotted by Larry)
28978      Branch: perl
28979            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
28980            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
28981 ____________________________________________________________________________
28982 [  6024] By: gsar                                  on 2000/04/30  17:50:19
28983         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
28984              (from Hugo van der Sanden)
28985      Branch: perl
28986            ! toke.c
28987 ____________________________________________________________________________
28988 [  6023] By: gsar                                  on 2000/04/30  17:14:43
28989         Log: debugger stomps on $. (from M.J.T. Guy)
28990      Branch: perl
28991            ! lib/perl5db.pl
28992 ____________________________________________________________________________
28993 [  6022] By: gsar                                  on 2000/04/30  16:59:22
28994         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
28995      Branch: perl
28996            ! sv.c
28997 ____________________________________________________________________________
28998 [  6021] By: gsar                                  on 2000/04/29  21:00:08
28999         Log: remove Win2K issue in pod (fixed by change#6020)
29000      Branch: perl
29001            ! README.win32 pod/perl56delta.pod
29002 ____________________________________________________________________________
29003 [  6020] By: gsar                                  on 2000/04/29  20:51:49
29004         Log: test tweak
29005      Branch: perl
29006            ! t/lib/open3.t
29007 ____________________________________________________________________________
29008 [  6019] By: gsar                                  on 2000/04/29  20:34:27
29009         Log: windows portability tweaks
29010      Branch: perl
29011            ! t/lib/b.t win32/win32.h
29012 ____________________________________________________________________________
29013 [  6018] By: gsar                                  on 2000/04/29  19:55:24
29014         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
29015              make _PATH_LOG() return "" if unavailable
29016      Branch: perl
29017            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
29018            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
29019 ____________________________________________________________________________
29020 [  6017] By: jhi                                   on 2000/04/28  22:49:46
29021         Log: Integrate with Sarathy.
29022      Branch: cfgperl
29023           !> op.c perl.c pod/perldiag.pod t/lib/b.t
29024 ____________________________________________________________________________
29025 [  6016] By: jhi                                   on 2000/04/28  22:46:14
29026         Log: Do not warn that an infinity does not look like a number.
29027      Branch: cfgperl
29028            ! sv.c
29029 ____________________________________________________________________________
29030 [  6015] By: gsar                                  on 2000/04/28  22:35:49
29031         Log: tweak test for portability
29032      Branch: perl
29033            ! t/lib/b.t
29034 ____________________________________________________________________________
29035 [  6014] By: gsar                                  on 2000/04/28  22:05:31
29036         Log: glob() loading File::Glob behind the scenes may cause syntax errors
29037      Branch: perl
29038            ! op.c
29039 ____________________________________________________________________________
29040 [  6013] By: gsar                                  on 2000/04/28  21:25:22
29041         Log: tweak change#5945 to display correct switch name in diagnostic
29042      Branch: perl
29043            ! perl.c pod/perldiag.pod
29044 ____________________________________________________________________________
29045 [  6012] By: jhi                                   on 2000/04/28  21:08:12
29046         Log: Integrate with Sarathy.
29047      Branch: cfgperl
29048           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
29049           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
29050           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
29051 ____________________________________________________________________________
29052 [  6011] By: jhi                                   on 2000/04/28  21:04:46
29053         Log: &HUGE_VAL is not defined, it exists.
29054      Branch: cfgperl
29055            ! lib/Math/Complex.pm
29056 ____________________________________________________________________________
29057 [  6010] By: gsar                                  on 2000/04/28  21:02:58
29058         Log: clarify note about shadow password support (from
29059              gellyfish@gellyfish.com)
29060      Branch: perl
29061            ! pod/perlfunc.pod
29062 ____________________________________________________________________________
29063 [  6009] By: gsar                                  on 2000/04/28  21:00:00
29064         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
29065      Branch: perl
29066            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
29067 ____________________________________________________________________________
29068 [  6008] By: gsar                                  on 2000/04/28  20:56:33
29069         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
29070      Branch: perl
29071            ! installperl vms/subconfigure.com
29072 ____________________________________________________________________________
29073 [  6007] By: gsar                                  on 2000/04/28  20:51:21
29074         Log: note about compile failures and END blocks (from M.J.T. Guy)
29075      Branch: perl
29076            ! pod/perl56delta.pod pod/perlmod.pod
29077 ____________________________________________________________________________
29078 [  6006] By: jhi                                   on 2000/04/28  20:42:14
29079         Log: Regen Configure.
29080      Branch: cfgperl
29081            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
29082            ! config_h.SH
29083 ____________________________________________________________________________
29084 [  6005] By: gsar                                  on 2000/04/28  20:41:16
29085         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
29086      Branch: perl
29087            ! utils/perldoc.PL
29088 ____________________________________________________________________________
29089 [  6004] By: jhi                                   on 2000/04/28  20:28:21
29090         Log: Integrate with Sarathy.
29091      Branch: cfgperl
29092           !> Configure INSTALL Porting/Glossary Porting/config.sh
29093           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
29094           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
29095           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
29096           !> win32/config.vc win32/win32.c
29097 ____________________________________________________________________________
29098 [  6003] By: gsar                                  on 2000/04/28  20:11:20
29099         Log: allow REG_EXPAND_SZ keys in Windows registry (from
29100              John Clayton <John.Clayton@barclayscapital.com>)
29101      Branch: perl
29102            ! win32/win32.c
29103 ____________________________________________________________________________
29104 [  6002] By: gsar                                  on 2000/04/28  19:34:16
29105         Log: destructive sv_setsv() can lose UV-ness from source, causing
29106              numeric promotions/comparisons to fail to do the right thing
29107      Branch: perl
29108            ! sv.c
29109 ____________________________________________________________________________
29110 [  6001] By: gsar                                  on 2000/04/28  18:44:15
29111         Log: support additional library locations via $Config{otherlibdirs}
29112              (from Andy Dougherty)
29113      Branch: perl
29114            ! Configure INSTALL Porting/Glossary Porting/config.sh
29115            ! Porting/config_H config_h.SH epoc/config.sh perl.c
29116            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
29117            ! win32/config.bc win32/config.gc win32/config.vc
29118 ____________________________________________________________________________
29119 [  6000] By: gsar                                  on 2000/04/28  18:26:58
29120         Log: reworked otherlibdirs.U (from Andy Dougherty)
29121      Branch: metaconfig
29122            ! U/installdirs/otherlibdirs.U
29123 ____________________________________________________________________________
29124 [  5999] By: gsar                                  on 2000/04/28  18:17:07
29125         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
29126      Branch: perl
29127            ! t/pragma/warn/toke toke.c
29128 ____________________________________________________________________________
29129 [  5998] By: jhi                                   on 2000/04/28  13:32:17
29130         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
29131      Branch: cfgperl
29132            ! lib/Math/Complex.pm
29133 ____________________________________________________________________________
29134 [  5997] By: jhi                                   on 2000/04/28  13:14:04
29135         Log: Preserve $!.
29136      Branch: cfgperl
29137            ! lib/Math/Complex.pm
29138 ____________________________________________________________________________
29139 [  5996] By: jhi                                   on 2000/04/28  12:59:23
29140         Log: Integrate with Sarathy.
29141      Branch: cfgperl
29142           +> pod/perlrequick.pod pod/perlretut.pod
29143           !> (integrate 51 files)
29144 ____________________________________________________________________________
29145 [  5995] By: gsar                                  on 2000/04/28  09:37:36
29146         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
29147      Branch: perl
29148            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
29149 ____________________________________________________________________________
29150 [  5994] By: gsar                                  on 2000/04/28  09:33:26
29151         Log: fix for missed accounting for null byte in pack("Z",...) (from
29152              M.J.T. Guy)
29153      Branch: perl
29154            ! pp.c t/op/pack.t
29155 ____________________________________________________________________________
29156 [  5993] By: gsar                                  on 2000/04/28  09:30:05
29157         Log: various minor tweaks seen on p5p
29158      Branch: perl
29159            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
29160 ____________________________________________________________________________
29161 [  5992] By: gsar                                  on 2000/04/28  09:08:19
29162         Log: pod nit (from Simon Cozens)
29163      Branch: perl
29164            ! pod/perlop.pod
29165 ____________________________________________________________________________
29166 [  5991] By: gsar                                  on 2000/04/28  09:06:36
29167         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
29168      Branch: perl
29169            ! README.posix-bc hints/posix-bc.sh
29170 ____________________________________________________________________________
29171 [  5990] By: gsar                                  on 2000/04/28  08:54:52
29172         Log: use $ENV{LIB} to search for libs under Visual C compiler
29173              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
29174      Branch: perl
29175            ! lib/ExtUtils/Liblist.pm
29176 ____________________________________________________________________________
29177 [  5989] By: gsar                                  on 2000/04/28  08:27:12
29178         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
29179              itself and no other (from Tom Hughes)
29180      Branch: perl
29181            ! t/op/array.t toke.c
29182 ____________________________________________________________________________
29183 [  5988] By: gsar                                  on 2000/04/28  08:01:38
29184         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
29185              <paul@miraclefish.com>)
29186      Branch: perl
29187            ! lib/ExtUtils/MakeMaker.pm
29188 ____________________________________________________________________________
29189 [  5987] By: gsar                                  on 2000/04/28  07:53:09
29190         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
29191      Branch: perl
29192            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
29193 ____________________________________________________________________________
29194 [  5986] By: gsar                                  on 2000/04/28  07:44:17
29195         Log: add regular expressions tutorial and quick-start guide (from
29196              Mark Kvale <kvale@phy.ucsf.edu>)
29197      Branch: perl
29198            + pod/perlrequick.pod pod/perlretut.pod
29199            ! AUTHORS MAINTAIN MANIFEST
29200 ____________________________________________________________________________
29201 [  5985] By: gsar                                  on 2000/04/28  07:30:28
29202         Log: forked child may not exit correctly if it failed to open
29203              /dev/console (from Graham Barr)
29204      Branch: perl
29205            ! ext/Sys/Syslog/Syslog.pm
29206 ____________________________________________________________________________
29207 [  5984] By: gsar                                  on 2000/04/28  07:27:20
29208         Log: attributes::reftype() doesn't work on tied argument
29209      Branch: perl
29210            ! xsutils.c
29211 ____________________________________________________________________________
29212 [  5983] By: gsar                                  on 2000/04/28  07:15:04
29213         Log: numeric conversion of non-number in change#3378 tramples on
29214              OOK offset, causing segfaults
29215      Branch: perl
29216            ! sv.c
29217 ____________________________________________________________________________
29218 [  5982] By: gsar                                  on 2000/04/28  04:48:25
29219         Log: avoid error in IO::Socket::INET when given an unknown service name
29220              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
29221      Branch: perl
29222            ! ext/IO/lib/IO/Socket/INET.pm
29223 ____________________________________________________________________________
29224 [  5981] By: gsar                                  on 2000/04/28  04:31:31
29225         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
29226              prototype mismatch with CORE::glob(); update pod and tests to
29227              suit (File::Glob::glob() is still available for backward
29228              compatibility, but should be considered deprecated)
29229      Branch: perl
29230            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
29231            ! t/lib/glob-taint.t
29232 ____________________________________________________________________________
29233 [  5980] By: gsar                                  on 2000/04/28  03:47:29
29234         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
29235              <ghudson@mit.edu>)
29236      Branch: metaconfig
29237            ! U/modified/Options.U
29238      Branch: perl
29239            ! Configure
29240 ____________________________________________________________________________
29241 [  5979] By: gsar                                  on 2000/04/28  03:07:54
29242         Log: under useithreads, constant pad entries could inadvertantly be
29243              shared across threads (from Eric Blood <eblood@xmission.com>);
29244              added Eric's test case to testsuite
29245      Branch: perl
29246            ! op.c t/op/misc.t
29247 ____________________________________________________________________________
29248 [  5978] By: gsar                                  on 2000/04/27  21:13:00
29249         Log: sync version numbers in File::Spec with the ones on CPAN
29250              (from Barrie Slaymaker)
29251      Branch: perl
29252            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
29253            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
29254            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
29255 ____________________________________________________________________________
29256 [  5977] By: gsar                                  on 2000/04/27  21:07:29
29257         Log: autoquote barewords followed by newline and arrow properly
29258              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
29259      Branch: perl
29260            ! t/pragma/warn/toke toke.c
29261 ____________________________________________________________________________
29262 [  5976] By: gsar                                  on 2000/04/27  20:41:20
29263         Log: DB_File v1.73 update (from Paul Marquess)
29264      Branch: perl
29265            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
29266            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
29267 ____________________________________________________________________________
29268 [  5975] By: gsar                                  on 2000/04/27  20:34:24
29269         Log: allow sort() reentrancy (variant of patch suggested by
29270              Hugo van der Sanden)
29271      Branch: perl
29272            ! pp_ctl.c t/op/sort.t
29273 ____________________________________________________________________________
29274 [  5974] By: gsar                                  on 2000/04/27  19:46:57
29275         Log: change#4197 somehow missed initializing PL_errors, meaning
29276              sytax error queueing wasn't working outside eval"" at all;
29277              also fixed eval"" to localize PL_error_count, so that compile-time
29278              eval's don't clobber the error state of the outer context
29279      Branch: perl
29280            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
29281            ! t/pragma/warn/toke
29282 ____________________________________________________________________________
29283 [  5973] By: gsar                                  on 2000/04/27  18:29:05
29284         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
29285      Branch: perl
29286            ! regcomp.c regexec.c t/op/re_tests
29287 ____________________________________________________________________________
29288 [  5972] By: jhi                                   on 2000/04/27  18:22:41
29289         Log: Integrate with Sarathy.
29290      Branch: cfgperl
29291           +> t/lib/b.t t/lib/syslog.t
29292           !> (integrate 31 files)
29293 ____________________________________________________________________________
29294 [  5971] By: jhi                                   on 2000/04/27  18:18:46
29295         Log: Unicos tweaks from Mark P. Lutz.
29296      Branch: cfgperl
29297            ! hints/unicos.sh lib/Math/Complex.pm
29298 ____________________________________________________________________________
29299 [  5970] By: gsar                                  on 2000/04/27  18:05:11
29300         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
29301              IV is >32bits
29302      Branch: perl
29303            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
29304 ____________________________________________________________________________
29305 [  5969] By: gsar                                  on 2000/04/27  17:50:56
29306         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
29307      Branch: perl
29308            + t/lib/syslog.t
29309            ! MANIFEST ext/Sys/Syslog/Syslog.pm
29310 ____________________________________________________________________________
29311 [  5968] By: gsar                                  on 2000/04/27  17:44:49
29312         Log: tolerate spaces in group names in test on solaris (from David Boyce
29313              <dsb@boyski.com>)
29314      Branch: perl
29315            ! t/op/groups.t
29316 ____________________________________________________________________________
29317 [  5967] By: gsar                                  on 2000/04/27  17:41:22
29318         Log: improved docs on the warn_uninit diagnostic (from David Glasser
29319              and Simon Cozens)
29320      Branch: perl
29321            ! pod/perldiag.pod
29322 ____________________________________________________________________________
29323 [  5966] By: gsar                                  on 2000/04/27  16:54:58
29324         Log: add testsuite for B backends, fix bug in B::Deparse (from
29325              Simon Cozens <simon@brecon.co.uk>)
29326      Branch: perl
29327            + t/lib/b.t
29328            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
29329 ____________________________________________________________________________
29330 [  5965] By: gsar                                  on 2000/04/27  16:10:37
29331         Log: avoid "will not stay shared" warnings for our variables (from
29332              Robin Barker)
29333      Branch: perl
29334            ! op.c t/pragma/warn/op
29335 ____________________________________________________________________________
29336 [  5964] By: gsar                                  on 2000/04/27  07:05:05
29337         Log: reformat to 72 columns (again)
29338      Branch: perl
29339            ! pod/perldiag.pod
29340 ____________________________________________________________________________
29341 [  5963] By: gsar                                  on 2000/04/27  06:28:31
29342         Log: patch from Larry to make (\&) prototype work; added tests for
29343              the same
29344      Branch: perl
29345            ! op.c t/comp/proto.t
29346 ____________________________________________________________________________
29347 [  5962] By: gsar                                  on 2000/04/27  06:15:47
29348         Log: updated README.hpux (from Jeff Okamoto)
29349      Branch: perl
29350            ! README.hpux
29351 ____________________________________________________________________________
29352 [  5961] By: gsar                                  on 2000/04/27  05:55:03
29353         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
29354      Branch: perl
29355            ! emacs/cperl-mode.el
29356 ____________________________________________________________________________
29357 [  5960] By: gsar                                  on 2000/04/27  05:49:26
29358         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
29359      Branch: perl
29360            ! INSTALL
29361 ____________________________________________________________________________
29362 [  5959] By: gsar                                  on 2000/04/27  05:33:41
29363         Log: doubled words in pods (from Simon Cozens
29364              <simon.p.cozens@jp.pwcglobal.com>)
29365      Branch: perl
29366            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
29367            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
29368            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
29369            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
29370            ! pod/perltootc.pod
29371 ____________________________________________________________________________
29372 [  5958] By: gsar                                  on 2000/04/27  05:11:39
29373         Log: change#3569 deleted some essential code, revert; avoid use of
29374              atexit() to make DynaLoader work properly on AIX under mod_perl
29375              (from Jens-Uwe Mager <jum@helios.de>)
29376      Branch: perl
29377            ! ext/DynaLoader/dl_aix.xs
29378 ____________________________________________________________________________
29379 [  5957] By: gsar                                  on 2000/04/27  04:54:51
29380         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
29381      Branch: perl
29382            ! pod/perlmod.pod
29383 ____________________________________________________________________________
29384 [  5956] By: gsar                                  on 2000/04/27  04:51:47
29385         Log: better diagnostics on failed tests (from Ilya Zakharevich)
29386      Branch: perl
29387            ! t/op/lex_assign.t
29388 ____________________________________________________________________________
29389 [  5955] By: gsar                                  on 2000/04/27  04:26:44
29390         Log: longstanding bug exposed by change#3307: sort arguments weren't
29391              compiled with the right wantarray context (ensuing runtime lookup
29392              via block_gimme() was getting the incidental context of the
29393              sort() itself)
29394      Branch: perl
29395            ! op.c t/op/sort.t
29396 ____________________________________________________________________________
29397 [  5954] By: gsar                                  on 2000/04/26  23:42:12
29398         Log: integrate cfgperl contents into mainline
29399      Branch: perl
29400           !> (integrate 30 files)
29401 ____________________________________________________________________________
29402 [  5953] By: jhi                                   on 2000/04/26  23:06:42
29403         Log: Integrate with Sarathy.
29404      Branch: cfgperl
29405           !> README.win32 ext/B/B/Deparse.pm
29406           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
29407           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
29408           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
29409           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
29410           !> utils/perldoc.PL vms/perlvms.pod
29411 ____________________________________________________________________________
29412 [  5952] By: jhi                                   on 2000/04/26  23:03:46
29413         Log: Undo "use integer" addition from 64bitint as it seems
29414              to break most of the subtests in Digital UNIX;
29415              Unicos needs to find another way.
29416      Branch: cfgperl
29417            ! t/op/64bitint.t
29418 ____________________________________________________________________________
29419 [  5951] By: jhi                                   on 2000/04/26  22:57:53
29420         Log: Be more robust on "extreme" (large absolute value)
29421              arguments.  Originally reported by Daniel Connelly
29422              as a problem with asinh() on large negative arguments,
29423              asinh() used to bail out because an argument to log()
29424              ended up being zero.  Ilya Zakharevich proposed using
29425              Taylor's series in such cases, which for such large
29426              arguments is a very good approximation.
29427      Branch: cfgperl
29428            ! lib/Math/Complex.pm t/lib/complex.t
29429 ____________________________________________________________________________
29430 [  5950] By: gsar                                  on 2000/04/25  19:13:12
29431         Log: reformat perldiag to avoid long lines
29432      Branch: perl
29433            ! pod/perldiag.pod
29434 ____________________________________________________________________________
29435 [  5949] By: gsar                                  on 2000/04/25  18:41:11
29436         Log: make perldoc use the pod2man from the same version (from
29437              M.J.T. Guy)
29438      Branch: perl
29439            ! utils/perldoc.PL
29440 ____________________________________________________________________________
29441 [  5948] By: gsar                                  on 2000/04/25  18:21:57
29442         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
29443              <kompas@kompas.usr.onet.pl>)
29444      Branch: perl
29445            ! lib/vars.pm
29446 ____________________________________________________________________________
29447 [  5947] By: gsar                                  on 2000/04/25  18:11:53
29448         Log: use &dl_error rather than &dl_load_file as the guard for calling
29449              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
29450              statically built perl)
29451      Branch: perl
29452            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
29453 ____________________________________________________________________________
29454 [  5946] By: jhi                                   on 2000/04/25  17:37:54
29455         Log: Document that tr() is not tr(1).
29456      Branch: cfgperl
29457            ! pod/perlop.pod
29458 ____________________________________________________________________________
29459 [  5945] By: gsar                                  on 2000/04/25  16:34:33
29460         Log: make module name mandatory after -M switch; reorder perldiag
29461              alphabetically (from Mark-Jason Dominus)
29462      Branch: perl
29463            ! perl.c pod/perldiag.pod
29464 ____________________________________________________________________________
29465 [  5944] By: jhi                                   on 2000/04/25  01:15:18
29466         Log: On second thoughts frexp() does have two arguments.
29467      Branch: cfgperl
29468            ! perl.h
29469 ____________________________________________________________________________
29470 [  5943] By: jhi                                   on 2000/04/24  22:56:32
29471         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
29472              Now pp_ncmp() returns undef is either operand is a NaN.
29473      Branch: cfgperl
29474            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
29475            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
29476            ! vms/subconfigure.com vos/config.def vos/config.h
29477            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
29478            ! win32/config.vc win32/config_H.bc win32/config_H.gc
29479            ! win32/config_H.vc
29480      Branch: metaconfig/U/perl
29481            + d_modfl.U
29482 ____________________________________________________________________________
29483 [  5942] By: jhi                                   on 2000/04/24  19:45:17
29484         Log: Regen Configure to match #5937.
29485      Branch: cfgperl
29486            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
29487            ! config_h.SH
29488      Branch: metaconfig
29489            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
29490 ____________________________________________________________________________
29491 [  5941] By: jhi                                   on 2000/04/24  19:24:11
29492         Log: Further Unicos fixes for Mark Lutz.
29493      Branch: cfgperl
29494            ! hints/unicos.sh pp_ctl.c
29495 ____________________________________________________________________________
29496 [  5940] By: jhi                                   on 2000/04/24  19:09:06
29497         Log: Various Unicos 10.0.0.6 fixes.
29498              
29499              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
29500              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
29501              Reply-To: tecmpl1@triton.ca.boeing.com 
29502              To: perl5-porters@perl.org 
29503              Date: Fri, 14 Apr 2000 20:21:00 GMT 
29504              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
29505      Branch: cfgperl
29506            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
29507 ____________________________________________________________________________
29508 [  5939] By: gsar                                  on 2000/04/24  19:01:24
29509         Log: more pod nits (from Larry Virden)
29510      Branch: perl
29511            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
29512            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
29513            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
29514 ____________________________________________________________________________
29515 [  5938] By: gsar                                  on 2000/04/24  18:54:01
29516         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
29517      Branch: perl
29518            ! ext/B/B/Deparse.pm
29519 ____________________________________________________________________________
29520 [  5937] By: jhi                                   on 2000/04/24  17:39:00
29521         Log: Integrate with Sarathy.
29522      Branch: cfgperl
29523           +> (branch 31 files)
29524           !> (integrate 73 files)
29525 ____________________________________________________________________________
29526 [  5936] By: gsar                                  on 2000/04/24  17:30:06
29527         Log: additional tests for change#5934 (from Paul Marquess, who also
29528              sent in the same fix)
29529      Branch: perl
29530            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
29531            ! t/pragma/warn/5nolint t/pragma/warn/6default
29532 ____________________________________________________________________________
29533 [  5935] By: jhi                                   on 2000/04/24  17:26:05
29534         Log: Do not assume sign propagation.
29535              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
29536              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
29537              To: payner@ncifcrf.gov, perl5-porters@perl.org 
29538              Date: Tue, 18 Apr 2000 18:24:49 +0100 
29539              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
29540      Branch: cfgperl
29541            ! t/op/bop.t t/op/misc.t
29542 ____________________________________________________________________________
29543 [  5934] By: gsar                                  on 2000/04/24  17:16:54
29544         Log: propagate lexical warnings from surrounding scope correctly
29545              within string eval()
29546      Branch: perl
29547            ! pp_ctl.c t/pragma/warn/pp_ctl
29548 ____________________________________________________________________________
29549 [  5933] By: jhi                                   on 2000/04/24  17:01:07
29550         Log: Flatten the cpp jungle doing the nosuid checking.
29551      Branch: cfgperl
29552            ! perl.c
29553 ____________________________________________________________________________
29554 [  5932] By: gsar                                  on 2000/04/24  09:08:14
29555         Log: add rsignal(), whichsig() and do_join() to public API list
29556              (mod_perl uses them to good advantage)
29557      Branch: perl
29558            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
29559 ____________________________________________________________________________
29560 [  5931] By: gsar                                  on 2000/04/24  09:01:40
29561         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
29562      Branch: perl
29563            ! pp_hot.c regexec.c t/op/pat.t
29564 ____________________________________________________________________________
29565 [  5930] By: gsar                                  on 2000/04/24  08:58:33
29566         Log: small os390 tweaks (from Peter Prymmer)
29567      Branch: perl
29568            ! config_h.SH makedepend.SH
29569 ____________________________________________________________________________
29570 [  5929] By: gsar                                  on 2000/04/24  08:55:25
29571         Log: pod nits
29572      Branch: perl
29573            ! pod/perlguts.pod
29574 ____________________________________________________________________________
29575 [  5928] By: gsar                                  on 2000/04/24  08:50:13
29576         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
29577      Branch: perl
29578            ! ext/IO/lib/IO/Poll.pm
29579 ____________________________________________________________________________
29580 [  5927] By: gsar                                  on 2000/04/24  08:43:24
29581         Log: arrange for next() to resume at the unstack op rather than the
29582              loop conditional, so that scope cleanup happens correctly
29583              (from Stephen McCamant)
29584      Branch: perl
29585            ! op.c pp_ctl.c t/op/misc.t
29586 ____________________________________________________________________________
29587 [  5926] By: gsar                                  on 2000/04/24  08:18:40
29588         Log: on windows, reserve 16M of stack rather than 128M (allows more
29589              threads to run concurrently)
29590      Branch: perl
29591            ! win32/Makefile win32/makefile.mk
29592 ____________________________________________________________________________
29593 [  5925] By: gsar                                  on 2000/04/24  08:13:52
29594         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
29595      Branch: perl
29596            ! toke.c
29597 ____________________________________________________________________________
29598 [  5924] By: gsar                                  on 2000/04/24  08:08:59
29599         Log: avoid using uninitialized memory in require version check
29600      Branch: perl
29601            ! pp_ctl.c universal.c
29602 ____________________________________________________________________________
29603 [  5923] By: gsar                                  on 2000/04/24  07:20:14
29604         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
29605      Branch: perl
29606            ! ext/IO/lib/IO/Poll.pm
29607 ____________________________________________________________________________
29608 [  5922] By: gsar                                  on 2000/04/24  07:08:42
29609         Log: commentary about IoTYPE() (from Nathan Torkington)
29610      Branch: perl
29611            ! sv.h
29612 ____________________________________________________________________________
29613 [  5921] By: gsar                                  on 2000/04/24  06:58:26
29614         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
29615              by fix
29616      Branch: perl
29617            ! sv.c t/lib/charnames.t t/pragma/utf8.t
29618 ____________________________________________________________________________
29619 [  5920] By: gsar                                  on 2000/04/24  06:37:59
29620         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
29621      Branch: perl
29622            ! doop.c t/op/ver.t
29623 ____________________________________________________________________________
29624 [  5919] By: gsar                                  on 2000/04/24  06:21:58
29625         Log: Configure might miss old directories when prefix must be
29626              expanded (from Robin Barker)
29627      Branch: metaconfig
29628            ! U/installdirs/inc_version_list.U
29629      Branch: perl
29630            ! Configure
29631 ____________________________________________________________________________
29632 [  5918] By: gsar                                  on 2000/04/24  06:16:11
29633         Log: VMS nits in glob() test (from Charles Lane)
29634      Branch: perl
29635            ! t/lib/glob-basic.t
29636 ____________________________________________________________________________
29637 [  5917] By: gsar                                  on 2000/04/24  06:11:56
29638         Log: various pod nits (from Larry Virden and others)
29639      Branch: perl
29640            ! README.amiga README.hpux README.machten README.os2
29641            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
29642            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
29643            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
29644            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
29645            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
29646            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
29647            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
29648            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
29649 ____________________________________________________________________________
29650 [  5916] By: gsar                                  on 2000/04/24  05:52:43
29651         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
29652              <wjones@tc.fluke.com>)
29653      Branch: perl
29654            ! t/lib/glob-basic.t
29655 ____________________________________________________________________________
29656 [  5915] By: gsar                                  on 2000/04/24  05:07:01
29657         Log: supported platforms mixed up
29658      Branch: perl
29659            ! pod/perl56delta.pod pod/perlport.pod
29660 ____________________________________________________________________________
29661 [  5914] By: gsar                                  on 2000/04/24  04:56:08
29662         Log: caller() wasn't returning the right number of elements for
29663              eval {...}
29664      Branch: perl
29665            ! pp_ctl.c t/pragma/warn/9enabled
29666 ____________________________________________________________________________
29667 [  5913] By: gsar                                  on 2000/04/24  04:35:41
29668         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
29669              Mark-Jason Dominus)
29670      Branch: perl
29671            ! pod/perlfunc.pod
29672 ____________________________________________________________________________
29673 [  5912] By: gsar                                  on 2000/04/24  04:17:15
29674         Log: fix totally broken caching in UNIVERSAL::isa() (from
29675              Nick Ing-Simmons)
29676      Branch: perl
29677            ! t/op/universal.t universal.c
29678 ____________________________________________________________________________
29679 [  5911] By: gsar                                  on 2000/04/24  03:39:47
29680         Log: add linebreak properties from unicode/LineBrk.txt (from
29681              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
29682      Branch: perl
29683            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
29684            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
29685            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
29686            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
29687            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
29688            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
29689            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
29690            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
29691            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
29692            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
29693            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
29694            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
29695            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
29696            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
29697            + lib/unicode/Is/LbrkZW.pl
29698            ! lib/unicode/mktables.PL
29699 ____________________________________________________________________________
29700 [  5910] By: gsar                                  on 2000/04/24  03:23:10
29701         Log: typo in pod
29702      Branch: perl
29703            ! ext/Thread/Thread.pm
29704 ____________________________________________________________________________
29705 [  5909] By: gsar                                  on 2000/04/24  03:22:03
29706         Log: mode argument to do_binmode() should be file mode, not boolean
29707      Branch: perl
29708            ! pp_sys.c
29709 ____________________________________________________________________________
29710 [  5908] By: gsar                                  on 2000/04/16  16:51:08
29711         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
29712              always returns a valid GV even when the symbol is trapped by strictures
29713              (avoids coredumps)
29714              
29715              TODO: the C<package;> hack needs similar treatment
29716      Branch: perl
29717            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
29718            ! t/pragma/strict-vars
29719 ____________________________________________________________________________
29720 [  5907] By: jhi                                   on 2000/03/31  23:42:56
29721         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
29722              an assumption which #5905 demolished.
29723      Branch: cfgperl
29724            ! pp_sys.c
29725 ____________________________________________________________________________
29726 [  5906] By: jhi                                   on 2000/03/31  18:54:37
29727         Log: Typo in #5905.
29728      Branch: cfgperl
29729            ! t/op/64bitint.t
29730 ____________________________________________________________________________
29731 [  5905] By: jhi                                   on 2000/03/31  18:50:54
29732         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
29733              reported by Joseph N. Hall.  The bug was that even with use64bitint
29734              one had to use the prefixes q, L, or ll with printf/sprintf,
29735              contrary to the documentation and common sense.
29736      Branch: cfgperl
29737            ! sv.c t/op/64bitint.t
29738 ____________________________________________________________________________
29739 [  5904] By: gsar                                  on 2000/03/28  02:31:32
29740         Log: add Changes, perldelta.pod
29741      Branch: perl
29742            + Changes pod/perldelta.pod
29743 ____________________________________________________________________________
29744 [  5903] By: gsar                                  on 2000/03/28  02:03:55
29745         Log: rename Changes and perldelta.pod
29746      Branch: perl
29747           +> Changes5.6 pod/perl56delta.pod
29748            - Changes pod/perldelta.pod
29749            ! MANIFEST
29750 ____________________________________________________________________________
29751 [  5902] By: gsar                                  on 2000/03/28  01:59:14
29752         Log: create maint-5.6 branch
29753      Branch: maint-5.6/perl
29754           +> (branch 1611 files)
29755 ____________________________________________________________________________
29756 [  5901] By: jhi                                   on 2000/03/23  05:48:43
29757         Log: Integrate with Sarathy.
29758      Branch: cfgperl
29759           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
29760 ____________________________________________________________________________
29761 [  5900] By: gsar                                  on 2000/03/23  05:42:43
29762         Log: three guesses on what this is :-)
29763      Branch: perl
29764            ! Changes