$VERSION "a5" doesn't quite work.
[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.2          Development release working toward v5.8
32 --------------
33 ____________________________________________________________________________
34 [ 13022] By: jhi                                   on 2001/11/15  15:11:37
35         Log: Subject: [PATCH] new tests for command-line switches
36              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
37              Date: Thu, 15 Nov 2001 17:00:30 +0100
38              Message-ID: <20011115170030.A14193@rafael>
39      Branch: perl
40            + t/run/switches.t
41            ! MANIFEST
42 ____________________________________________________________________________
43 [ 13021] By: jhi                                   on 2001/11/15  15:06:36
44         Log: Upgrade to podlators 1.13.
45      Branch: perl
46            + lib/Pod/ParseLink.pm
47            ! MANIFEST lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
48            ! lib/Pod/Text/Color.pm lib/Pod/Text/Overstrike.pm
49            ! lib/Pod/Text/Termcap.pm pod/pod2man.PL t/pod/lref.xr
50            ! t/pod/pod2usage.xr t/pod/podselect.xr
51 ____________________________________________________________________________
52 [ 13020] By: jhi                                   on 2001/11/15  14:47:29
53         Log: skip "might be used uninitialized".
54      Branch: perl
55            ! pp_sys.c
56 ____________________________________________________________________________
57 [ 13019] By: jhi                                   on 2001/11/15  14:35:55
58         Log: Fix for "perlio bug in koi8-r encoding".  The problem
59              seemed to be that binmode() always flushed the handle,
60              which is not so good when switching encodings.  Fixed,
61              added Matt Sergeant's testcase, documented in perlfunc/binmode,
62              also added a pointer about disciplines to perlfunc/open,
63              and in general cleaned up and reformatted the open entry.
64      Branch: perl
65            ! ext/PerlIO/t/encoding.t perlio.c pod/perlfunc.pod
66 ____________________________________________________________________________
67 [ 13018] By: jhi                                   on 2001/11/15  13:22:57
68         Log: Subject: Re: [ID 20011114.118] chop and chomp bind too tightly
69              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
70              Date: 15 Nov 2001 08:57:06 -0000
71              Message-Id: <slrn9v70s9.gqe.rgarciasuarez@rafael.kazibao.net>
72              
73              chop() and chomp() are not real list functions,
74              so let's not have them overrideable.  (Casey will
75              be confused since in #7071 he patched the other way.)
76      Branch: perl
77            ! pod/perlfunc.pod toke.c
78 ____________________________________________________________________________
79 [ 13017] By: ams                                   on 2001/11/15  12:56:49
80         Log: Subject: [PATCH pod/perltrap.pod] Re: Strange syntax error with map
81              From: Robin Barker <rmb1@cise.npl.co.uk>
82              Date: Thu, 15 Nov 2001 13:48:34 GMT
83              Message-Id: <200111151348.NAA01299@tempest.npl.co.uk>
84              (Applied with tweaks.)
85      Branch: perl
86            ! pod/perltrap.pod
87 ____________________________________________________________________________
88 [ 13016] By: ams                                   on 2001/11/15  09:12:48
89         Log: Subject: [DOC PATCH] mention Filter::cpp in perlrun
90              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
91              Date: Thu, 15 Nov 2001 09:06:39 +0100
92              Message-Id: <20011115090639.A13005@rafael>
93      Branch: perl
94            ! pod/perlrun.pod
95 ____________________________________________________________________________
96 [ 13015] By: jhi                                   on 2001/11/15  04:08:50
97         Log: "link =" from utils.lst was being processed oddly.
98      Branch: perl
99            ! installman
100 ____________________________________________________________________________
101 [ 13014] By: ams                                   on 2001/11/15  02:52:52
102         Log: Subject: [PATCH current] CreateTTY in -d
103              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
104              Date: Wed, 14 Nov 2001 21:26:31 -0500
105              Message-Id: <20011114212631.A25705@math.ohio-state.edu>
106      Branch: perl
107            ! lib/perl5db.pl
108 ____________________________________________________________________________
109 [ 13013] By: jhi                                   on 2001/11/15  00:46:07
110         Log: Corify the Filter::Simple tests. 
111      Branch: perl
112            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter.t
113            ! lib/Filter/Simple/t/filter_only.t
114 ____________________________________________________________________________
115 [ 13012] By: jhi                                   on 2001/11/15  00:42:25
116         Log: Upgrade to Filter::Simple 0.70.
117      Branch: perl
118            + lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter_only.t
119            + t/lib/FilterOnlyTest.pm
120            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
121            ! lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
122            ! t/lib/FilterTest.pm
123 ____________________________________________________________________________
124 [ 13011] By: jhi                                   on 2001/11/14  22:38:31
125         Log: Cleanliness inspired by Cygwin.
126      Branch: perl
127            ! Makefile.SH x2p/Makefile.SH
128 ____________________________________________________________________________
129 [ 13010] By: jhi                                   on 2001/11/14  22:30:59
130         Log: Add perlunintro (formerly known as perlunitut); regen toc.
131      Branch: perl
132            + pod/perlunintro.pod
133            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
134 ____________________________________________________________________________
135 [ 13009] By: jhi                                   on 2001/11/14  22:27:12
136         Log: FAQ sync.
137      Branch: perl
138            ! pod/perlfaq6.pod
139 ____________________________________________________________________________
140 [ 13008] By: jhi                                   on 2001/11/14  22:16:06
141         Log: Quieten pgcc 2.91.66 worries.
142      Branch: perl
143            ! gv.c pp_ctl.c utf8.c
144 ____________________________________________________________________________
145 [ 13007] By: jhi                                   on 2001/11/14  22:05:01
146         Log: Upgrade to Switch 2.06.
147      Branch: perl
148            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
149            ! lib/Switch/t/nested.t
150 ____________________________________________________________________________
151 [ 13006] By: jhi                                   on 2001/11/14  21:55:51
152         Log: Upgrade to Attribute::Handlers 0.76.
153      Branch: perl
154            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
155            ! lib/Attribute/Handlers/README
156            ! lib/Attribute/Handlers/demo/Demo.pm
157            ! lib/Attribute/Handlers/demo/Descriptions.pm
158            ! lib/Attribute/Handlers/demo/MyClass.pm
159            ! lib/Attribute/Handlers/demo/demo_cycle.pl
160            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
161            ! lib/Attribute/Handlers/t/multi.t
162 ____________________________________________________________________________
163 [ 13005] By: jhi                                   on 2001/11/14  21:53:22
164         Log: Signedness nit.
165      Branch: perl
166            ! regexec.c
167 ____________________________________________________________________________
168 [ 13004] By: jhi                                   on 2001/11/14  21:24:39
169         Log: VERSIONize.
170      Branch: perl
171            ! lib/File/Spec/Epoc.pm lib/PerlIO.pm lib/encoding.pm
172            ! lib/integer.pm
173 ____________________________________________________________________________
174 [ 13003] By: jhi                                   on 2001/11/14  21:17:02
175         Log: No pod in internal Net::FTP classes.
176      Branch: perl
177            ! pod/buildtoc.PL
178 ____________________________________________________________________________
179 [ 13002] By: jhi                                   on 2001/11/14  21:11:48
180         Log: Subject: Re: [PATCH regexec.c] lookahead for REF, MINMOD, PLUS, CURLY* 
181              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
182              Date: Wed, 14 Nov 2001 09:59:31 -0500 (EST)
183              Message-ID: <Pine.GSO.4.21.0111140958390.1124-100000@crusoe.crusoe.net>
184      Branch: perl
185            ! regexec.c
186 ____________________________________________________________________________
187 [ 13001] By: jhi                                   on 2001/11/14  21:09:48
188         Log: test.pl tweaks from Rafael and Pudge (assuming I deciphered
189              Pudge correctly).
190      Branch: perl
191            ! t/test.pl
192 ____________________________________________________________________________
193 [ 13000] By: jhi                                   on 2001/11/14  21:00:23
194         Log: Add comments to mark where $^X is being handled.
195      Branch: perl
196            ! perl.c toke.c
197 ____________________________________________________________________________
198 [ 12999] By: jhi                                   on 2001/11/14  20:45:42
199         Log: Subject: Re: Test [ID 25] [PATCH t/op/repeat.t] Cleanup and bug test
200              From: Michael G Schwern <schwern@pobox.com>
201              Date: Wed, 14 Nov 2001 16:38:25 -0500
202              Message-ID: <20011114163825.D6519@blackrider>
203      Branch: perl
204            ! t/op/repeat.t
205 ____________________________________________________________________________
206 [ 12998] By: jhi                                   on 2001/11/14  20:22:06
207         Log: Subject: [PATCH t/op/die_exit.t] Fwd: [craigberry@mac.com: die_exit.t]
208              From: Michael G Schwern <schwern@pobox.com>
209              Date: Wed, 14 Nov 2001 13:19:15 -0500
210              Message-ID: <20011114131915.K5096@blackrider>
211      Branch: perl
212            ! t/op/die_exit.t
213 ____________________________________________________________________________
214 [ 12997] By: jhi                                   on 2001/11/14  19:36:57
215         Log: Subject: Re: [PATCH] new version of runperl()
216              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
217              Date: Wed, 14 Nov 2001 15:39:12 EST
218              Message-Id: <011114153711.30f96@DUPHY4.Physics.Drexel.Edu>
219              
220              "VMS $^X pipes etc" patch.
221      Branch: perl
222            ! vms/vms.c
223 ____________________________________________________________________________
224 [ 12996] By: jhi                                   on 2001/11/14  19:31:01
225         Log: test.pl runperl() nits from Chris Nandor and Craig Berry,
226              and add "verbose" option to show the final command.
227      Branch: perl
228            ! t/test.pl
229 ____________________________________________________________________________
230 [ 12995] By: jhi                                   on 2001/11/14  15:02:29
231         Log: Goof in some of the comment fields of #12994.
232      Branch: perl
233            ! lib/unicore/In/0.pl lib/unicore/In/1.pl lib/unicore/In/2.pl
234            ! lib/unicore/In/3.pl lib/unicore/In/4.pl lib/unicore/In/5.pl
235            ! lib/unicore/In/6.pl lib/unicore/In/7.pl lib/unicore/In/8.pl
236            ! lib/unicore/In/9.pl
237 ____________________________________________________________________________
238 [ 12994] By: jhi                                   on 2001/11/14  14:59:32
239         Log: The First, Last ranges in the Unicode data weren't
240              getting their general categories added properly;
241              noticed by Jeffrey Friedl.
242      Branch: perl
243            ! lib/unicore/Category.pl lib/unicore/In/0.pl
244            ! lib/unicore/In/1.pl lib/unicore/In/164.pl
245            ! lib/unicore/In/169.pl lib/unicore/In/170.pl
246            ! lib/unicore/In/2.pl lib/unicore/In/3.pl lib/unicore/In/4.pl
247            ! lib/unicore/In/5.pl lib/unicore/In/6.pl lib/unicore/In/7.pl
248            ! lib/unicore/In/8.pl lib/unicore/In/9.pl
249            ! lib/unicore/Is/Alnum.pl lib/unicore/Is/Alpha.pl
250            ! lib/unicore/Is/C.pl lib/unicore/Is/Cntrl.pl
251            ! lib/unicore/Is/Co.pl lib/unicore/Is/Cs.pl
252            ! lib/unicore/Is/Graph.pl lib/unicore/Is/L.pl
253            ! lib/unicore/Is/Lo.pl lib/unicore/Is/Print.pl
254            ! lib/unicore/Is/Word.pl lib/unicore/Name.pl
255            ! lib/unicore/mktables
256 ____________________________________________________________________________
257 [ 12993] By: jhi                                   on 2001/11/14  13:54:20
258         Log: Subject: [PATCH] new version of runperl()
259              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
260              Date: Wed, 14 Nov 2001 12:23:01 +0100
261              Message-ID: <20011114122301.A29384@rafael>
262      Branch: perl
263            ! t/io/argv.t t/test.pl
264 ____________________________________________________________________________
265 [ 12992] By: ams                                   on 2001/11/14  13:40:39
266         Log: Subject: [PATCH perl.c] s/parse_perl/parse_body/
267              From: Michael G Schwern <schwern@pobox.com>
268              Date: Tue, 13 Nov 2001 23:17:54 -0500
269              Message-Id: <20011113231754.S32567@blackrider>
270      Branch: perl
271            ! perl.c
272 ____________________________________________________________________________
273 [ 12991] By: jhi                                   on 2001/11/14  13:24:34
274         Log: Subject: Re: [PATCH pod/perlapio.pod double-word fix]
275              From: Philip Newton <Philip.Newton@gmx.net>
276              Date: Wed, 14 Nov 2001 10:59:53 +0100
277              Message-ID: <e6b4vt8mfasdv0vlm1tqggqhtjbpchvpmg@4ax.com>
278              
279              plus a lot of paragraph reformatting because of long lines.
280      Branch: perl
281            ! pod/perlapio.pod
282 ____________________________________________________________________________
283 [ 12990] By: jhi                                   on 2001/11/14  13:19:19
284         Log: A bool is not a pointer.
285      Branch: perl
286            ! pp_sys.c
287 ____________________________________________________________________________
288 [ 12989] By: jhi                                   on 2001/11/14  02:41:42
289         Log: AUTHORS updates.
290      Branch: perl
291            ! AUTHORS
292 ____________________________________________________________________________
293 [ 12988] By: jhi                                   on 2001/11/14  02:18:44
294         Log: There are several MIME RFCs.
295      Branch: perl
296            ! ext/Encode/Encode.pm
297 ____________________________________________________________________________
298 [ 12987] By: ams                                   on 2001/11/14  01:09:28
299         Log: Subject: [PATCH t/op/groups.t vms/test.com] Simple little VMS fix
300              From: Michael G Schwern <schwern@pobox.com>
301              Date: Tue, 13 Nov 2001 20:59:13 -0500
302              Message-Id: <20011113205913.H32567@blackrider>
303      Branch: perl
304            ! t/op/groups.t vms/test.com
305 ____________________________________________________________________________
306 [ 12986] By: ams                                   on 2001/11/14  01:07:06
307         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sel.t vms/test.com] VMS fix
308              From: Michael G Schwern <schwern@pobox.com>
309              Date: Tue, 13 Nov 2001 20:51:34 -0500
310              Message-Id: <20011113205134.F32567@blackrider>
311      Branch: perl
312            ! ext/IO/lib/IO/t/io_sel.t vms/test.com
313 ____________________________________________________________________________
314 [ 12985] By: ams                                   on 2001/11/14  00:43:59
315         Log: Subject: [PATCH pod/perlport.pod] Re: select() broken under VMS?
316              From: Michael G Schwern <schwern@pobox.com>
317              Date: Tue, 13 Nov 2001 20:38:42 -0500
318              Message-Id: <20011113203842.E32567@blackrider>
319      Branch: perl
320            ! pod/perlport.pod
321 ____________________________________________________________________________
322 [ 12984] By: ams                                   on 2001/11/14  00:32:15
323         Log: Subject: [PATCH ext/IO/lib/IO/t/*.t vms/test.com] VMS fixups for IO::* tests
324              From: Michael G Schwern <schwern@pobox.com>
325              Date: Tue, 13 Nov 2001 20:27:02 -0500
326              Message-Id: <20011113202702.D32567@blackrider>
327      Branch: perl
328            ! ext/IO/lib/IO/t/io_const.t ext/IO/lib/IO/t/io_dir.t
329            ! ext/IO/lib/IO/t/io_dup.t ext/IO/lib/IO/t/io_pipe.t
330            ! ext/IO/lib/IO/t/io_sock.t ext/IO/lib/IO/t/io_unix.t
331            ! ext/IO/lib/IO/t/io_xs.t vms/test.com
332 ____________________________________________________________________________
333 [ 12983] By: ams                                   on 2001/11/14  00:00:27
334         Log: Subject: [PATCH pod/perlport.pod] s/socket/select/ typo
335              From: Michael G Schwern <schwern@pobox.com>
336              Date: Tue, 13 Nov 2001 19:51:59 -0500
337              Message-Id: <20011113195159.B32567@blackrider>
338      Branch: perl
339            ! pod/perlport.pod
340 ____________________________________________________________________________
341 [ 12982] By: ams                                   on 2001/11/13  23:53:11
342         Log: Subject: [PATCH pod/perlapio.pod double-word fix]
343              From: Larry Shatzer <fugazi@zippy.zyx.net>
344              Date: Tue, 13 Nov 2001 17:27:59 -0700
345              Message-Id: <20011113172759.E27768@zippy.zyx.net>
346      Branch: perl
347            ! pod/perlapio.pod
348 ____________________________________________________________________________
349 [ 12981] By: jhi                                   on 2001/11/13  22:50:27
350         Log: Fix for the :utf8 read() bug noticed by Matt Sergeant:
351              "large enough" Unicode characters returned more than one
352              as their "Unicode size".
353      Branch: perl
354            ! pp_sys.c t/io/utf8.t
355 ____________________________________________________________________________
356 [ 12980] By: ams                                   on 2001/11/13  19:32:33
357         Log: Subject: [PATCH] vms/gen_shrfls.pl tweak
358              From: "Craig A. Berry" <craigberry@mac.com>
359              Date: Tue, 13 Nov 2001 14:33:25 -0600
360              Message-Id: <5.1.0.14.2.20011113142319.01c3ad50@exchi01>
361      Branch: perl
362            ! vms/gen_shrfls.pl
363 ____________________________________________________________________________
364 [ 12979] By: jhi                                   on 2001/11/13  18:10:15
365         Log: Subject: Minor patch to Encode.pm (detypo)
366              From: "Philip Newton" <Philip.Newton@gmx.net>
367              Date: Tue, 13 Nov 2001 20:11:01 +0100
368              Message-ID: <20011113.200845@ID-11583.news.dfncis.de>
369      Branch: perl
370            ! ext/Encode/Encode.pm
371 ____________________________________________________________________________
372 [ 12978] By: jhi                                   on 2001/11/13  17:55:02
373         Log: Evil tabulators.
374      Branch: perl
375            ! ext/Encode/Encode.pm
376 ____________________________________________________________________________
377 [ 12977] By: jhi                                   on 2001/11/13  17:52:17
378         Log: Document the available encodings.
379      Branch: perl
380            ! ext/Encode/Encode.pm
381 ____________________________________________________________________________
382 [ 12976] By: ams                                   on 2001/11/13  17:14:07
383         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
384              From: Barrie Slaymaker <barries@slaysys.com>
385              Date: Tue, 13 Nov 2001 12:41:36 -0500
386              Message-Id: <20011113124133.C24305@sizzle.whoville.com>
387      Branch: perl
388            ! t/op/universal.t
389 ____________________________________________________________________________
390 [ 12975] By: ams                                   on 2001/11/13  16:24:21
391         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
392              From: Barrie Slaymaker <barries@slaysys.com>
393              Date: Tue, 13 Nov 2001 10:56:20 -0500
394              Message-Id: <20011113105620.B24192@sizzle.whoville.com>
395              (Test applied with minor tweaks and ->isa("HASH") omission.)
396      Branch: perl
397            ! lib/UNIVERSAL.pm t/op/universal.t
398 ____________________________________________________________________________
399 [ 12974] By: ams                                   on 2001/11/13  15:46:07
400         Log: Subject: [PATCH Benchmark.pm] docco tweaks
401              From: Barrie Slaymaker <barries@slaysys.com>
402              Date: Tue, 13 Nov 2001 11:34:45 -0500
403              Message-Id: <20011113113442.B24305@sizzle.whoville.com>
404      Branch: perl
405            ! lib/Benchmark.pm
406 ____________________________________________________________________________
407 [ 12973] By: jhi                                   on 2001/11/13  13:42:40
408         Log: Subject: [PATCH] Attack of the C loops, round 1
409              From: Richard Soderberg <rs@oregonnet.com>
410              Date: Mon, 12 Nov 2001 12:07:29 -0800
411              Message-Id: <200111122007.MAA01994@oregonnet.com>
412              
413              Subject: [PATCH] bytecode.pl (tiny patch)
414              From: Richard Soderberg <rs@oregonnet.com>
415              Date: Mon, 12 Nov 2001 12:53:24 -0800
416              Message-Id: <200111122053.MAA06272@oregonnet.com>
417      Branch: perl
418            ! bytecode.pl installhtml
419 ____________________________________________________________________________
420 [ 12972] By: jhi                                   on 2001/11/13  13:41:02
421         Log: Subject: [PATCH] Update to Filter::Util::Call
422              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
423              Date: Sun, 11 Nov 2001 22:33:33 -0000
424              Message-ID: <AIEAJICLCBDNAAOLLOKLAEKFDEAA.Paul_Marquess@Yahoo.co.uk>
425              
426              Use the new CXT* macros.
427      Branch: perl
428            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
429 ____________________________________________________________________________
430 [ 12971] By: jhi                                   on 2001/11/13  13:31:34
431         Log: Subject: [PATCH vms/ext/vmsish.* vms/descrip_mms.template MANIFEST] Making vmsish.pm a no-op on non-VMS  
432              From: Michael G Schwern <schwern@pobox.com>
433              Date: Mon, 12 Nov 2001 20:50:34 -0500
434              Message-ID: <20011112205034.H2888@blackrider>
435      Branch: perl
436            + lib/vmsish.pm lib/vmsish.t
437            - vms/ext/vmsish.pm vms/ext/vmsish.t
438            ! MANIFEST vms/descrip_mms.template
439 ____________________________________________________________________________
440 [ 12970] By: jhi                                   on 2001/11/13  13:09:23
441         Log: :utf8 works only with perlio.
442      Branch: perl
443            ! lib/open.t
444 ____________________________________________________________________________
445 [ 12969] By: jhi                                   on 2001/11/13  13:03:36
446         Log: Subject: Re: @Config -"des" not quite working on VMS
447              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
448              Date: Tue, 13 Nov 2001 08:35:13 EST 
449              Message-Id: <011113083447.28742@DUPHY4.Physics.Drexel.Edu>
450      Branch: perl
451            ! configure.com
452 ____________________________________________________________________________
453 [ 12968] By: jhi                                   on 2001/11/13  12:59:11
454         Log: Subject: [PATCH] lib/charnames.pm 
455              From: Jeffrey Friedl <jfriedl@yahoo.com>
456              Date: Tue, 13 Nov 2001 00:36:21 -0800 (PST) 
457              Message-Id: <200111130836.fAD8aLG76010@ventrue.corp.yahoo.com>
458      Branch: perl
459            ! lib/charnames.pm
460 ____________________________________________________________________________
461 [ 12967] By: pudge                                 on 2001/11/13  05:44:13
462         Log: Docs for Mac::err.
463      Branch: maint-5.6/macperl
464            ! macos/ext/Mac/err/err.pm
465 ____________________________________________________________________________
466 [ 12966] By: pudge                                 on 2001/11/13  05:43:58
467         Log: Some cleanup; change some globals to references for
468              possible persistence later.
469      Branch: maint-5.6/macperl
470            ! macos/lib/Mac/Glue.pm
471 ____________________________________________________________________________
472 [ 12965] By: pudge                                 on 2001/11/13  05:42:59
473         Log: Add in a bunch of Mac OS 9 constants for Mac::Files.
474      Branch: maint-5.6/macperl
475            ! macos/ext/Mac/Files/Files.pm
476 ____________________________________________________________________________
477 [ 12964] By: pudge                                 on 2001/11/13  05:42:35
478         Log: Get Mac::Navigation to compile (bug #464684).
479      Branch: maint-5.6/macperl
480            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
481            ! macos/ext/Mac/Navigation/Makefile.PL
482            ! macos/ext/Mac/Navigation/Navigation.xs
483            ! macos/macperl/Makefile.mk
484 ____________________________________________________________________________
485 [ 12963] By: pudge                                 on 2001/11/13  05:41:12
486         Log: Add in modules and POD to help menu.
487      Branch: maint-5.6/macperl
488            ! macos/macperl/MacPerl.podhelp
489 ____________________________________________________________________________
490 [ 12962] By: pudge                                 on 2001/11/13  05:28:18
491         Log: Update bundled modules.
492      Branch: maint-5.6/macperl
493            + macos/bundled_ext/Filter/t/FilterTest.pm
494            + macos/bundled_ext/List/Util/t/shuffle.t
495            + macos/bundled_ext/Storable/t/compat06.t
496            + macos/bundled_ext/Storable/t/st-dump.pl
497            + macos/bundled_ext/Time/HiRes/hints/dynixptx.pl
498            + macos/bundled_lib/blib/lib/LWP/ConnCache.pm
499            + macos/bundled_lib/blib/lib/LWP/Protocol/http10.pm
500            + macos/bundled_lib/blib/lib/LWP/Protocol/https10.pm
501            + macos/bundled_lib/blib/lib/LWP/Protocol/nogo.pm
502            + macos/bundled_lib/blib/lib/Net/HTTP/NB.pm
503            + macos/bundled_lib/blib/lib/lwpcook.pod
504            + macos/bundled_lib/t/Filter/Simple/filter.t
505            + macos/bundled_lib/t/Switch/t/given.t
506            + macos/bundled_lib/t/Switch/t/nested.t
507            + macos/bundled_lib/t/Switch/t/switch.t
508            + macos/bundled_lib/t/Text/Balanced/t/extbrk.t
509            + macos/bundled_lib/t/Text/Balanced/t/extcbk.t
510            + macos/bundled_lib/t/Text/Balanced/t/extdel.t
511            + macos/bundled_lib/t/Text/Balanced/t/extmul.t
512            + macos/bundled_lib/t/Text/Balanced/t/extqlk.t
513            + macos/bundled_lib/t/Text/Balanced/t/exttag.t
514            + macos/bundled_lib/t/Text/Balanced/t/extvar.t
515            + macos/bundled_lib/t/Text/Balanced/t/gentag.t
516            + macos/bundled_lib/t/URI/rfc2732.t
517            + macos/bundled_lib/t/libnet/config.t
518            + macos/bundled_lib/t/libnet/libnet_t.pl
519            + macos/bundled_lib/t/libwww-perl/live/google.t
520            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-b.t
521            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-d.t
522            + macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
523            + macos/bundled_lib/t/libwww-perl/live/jigsaw-md5.t
524            + macos/bundled_lib/t/libwww-perl/live/jigsaw-neg.t
525            + macos/bundled_lib/t/libwww-perl/live/jigsaw-te.t
526            + macos/bundled_lib/t/libwww-perl/live/validator.t
527            - macos/bundled_ext/Filter/t/MyFilter.pm
528            - macos/bundled_ext/Storable/t/compat-0.6.t
529            - macos/bundled_ext/Storable/t/dump.pl
530            - macos/bundled_ext/Time/Piece/Makefile.PL
531            - macos/bundled_ext/Time/Piece/Piece.pm
532            - macos/bundled_ext/Time/Piece/Piece.t
533            - macos/bundled_ext/Time/Piece/Piece.xs
534            - macos/bundled_ext/Time/Piece/README
535            - macos/bundled_ext/Time/Piece/Seconds.pm
536            - macos/bundled_lib/blib/lib/LWP/Protocol/http11.pm
537            - macos/bundled_lib/blib/lib/Net/DummyInetd.pm
538            - macos/bundled_lib/blib/lib/Net/PH.pm
539            - macos/bundled_lib/blib/lib/Net/SNPP.pm
540            - macos/bundled_lib/blib/lib/Text/Balanced.pod
541            - macos/bundled_lib/t/Filter/Simple/test.pl
542            - macos/bundled_lib/t/Switch/test.pl
543            - macos/bundled_lib/t/Text/Balanced/t/genxt.t
544            - macos/bundled_lib/t/Text/Balanced/t/xbrak.t
545            - macos/bundled_lib/t/Text/Balanced/t/xcode.t
546            - macos/bundled_lib/t/Text/Balanced/t/xdeli.t
547            - macos/bundled_lib/t/Text/Balanced/t/xmult.t
548            - macos/bundled_lib/t/Text/Balanced/t/xquot.t
549            - macos/bundled_lib/t/Text/Balanced/t/xtagg.t
550            - macos/bundled_lib/t/Text/Balanced/t/xvari.t
551            - macos/bundled_lib/t/libnet/ph.t
552            ! (edit 125 files)
553 ____________________________________________________________________________
554 [ 12961] By: ams                                   on 2001/11/13  00:45:08
555         Log: Subject: [PATCH pod/perlport.pod] exit docs out of order
556              From: Michael G Schwern <schwern@pobox.com>
557              Date: Mon, 12 Nov 2001 20:16:45 -0500
558              Message-Id: <20011112201644.G2888@blackrider>
559      Branch: perl
560            ! pod/perlport.pod
561 ____________________________________________________________________________
562 [ 12960] By: ams                                   on 2001/11/12  23:54:00
563         Log: Subject: [PATCH t/io/dup.t ext/IO/lib/IO/t/io_dup.t vms/test.com]
564              Recoving dup tests for VMS
565              From: Michael G Schwern <schwern@pobox.com>
566              Date: Mon, 12 Nov 2001 19:35:33 -0500
567              Message-Id: <20011112193533.D2888@blackrider>
568      Branch: perl
569            ! ext/IO/lib/IO/t/io_dup.t t/io/dup.t vms/test.com
570 ____________________________________________________________________________
571 [ 12959] By: jhi                                   on 2001/11/12  20:23:59
572         Log: Update Changes.
573      Branch: perl
574            ! Changes patchlevel.h
575 ____________________________________________________________________________
576 [ 12958] By: jhi                                   on 2001/11/12  16:33:01
577         Log: Subject: [Patch Perl@12856] MULTIPLICITY on VMS                
578              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)             
579              Date: Mon, 12 Nov 2001 12:35:18 EST 
580              Message-Id: <011112123409.27041@DUPHY4.Physics.Drexel.Edu>
581      Branch: perl
582            ! ext/Cwd/Cwd.xs perlio.c vms/ext/Stdio/Stdio.xs
583            ! vms/gen_shrfls.pl vms/sockadapt.c vms/vms.c
584 ____________________________________________________________________________
585 [ 12957] By: jhi                                   on 2001/11/12  15:26:37
586         Log: Subject: [PATCH File::Spec::Win32::abs2rel] remove volume from result
587              From: Barrie Slaymaker <barries@slaysys.com>
588              Date: Mon, 12 Nov 2001 11:19:52 -0500
589              Message-ID: <20011112111948.C7626@sizzle.whoville.com>
590      Branch: perl
591            ! lib/File/Spec.t lib/File/Spec/Win32.pm
592 ____________________________________________________________________________
593 [ 12956] By: jhi                                   on 2001/11/12  15:23:48
594         Log: Subject: [PATCH Benchmark.pm] Add "none" style to cmpthese(), alter result
595              From: Barrie Slaymaker <barries@slaysys.com>
596              Date: Mon, 12 Nov 2001 11:07:36 -0500
597              Message-ID: <20011112110733.B7626@sizzle.whoville.com>
598      Branch: perl
599            ! lib/Benchmark.pm
600 ____________________________________________________________________________
601 [ 12955] By: jhi                                   on 2001/11/12  15:22:23
602         Log: Misplaced test, noticed by Barrie Slaymaker.
603              (We are missing Benchmark tests, then.)
604      Branch: perl
605            + ext/Devel/DProf/DProf.t
606            - lib/Benchmark.t
607            ! MANIFEST
608 ____________________________________________________________________________
609 [ 12954] By: jhi                                   on 2001/11/12  14:50:44
610         Log: Subject: [PATCH] a few typo fixes 
611              From: Jeffrey Friedl <jfriedl@yahoo.com>
612              Date: Sun, 11 Nov 2001 21:15:18 -0800 (PST)
613              Message-Id: <200111120515.fAC5FIc74795@ventrue.corp.yahoo.com>
614              
615              Patching README.foo instead of pod/perlfoo.pod,
616              not patching Math::BigInt (Tels will take care of that),
617              dropping broken hv.c and sv.h patches, patching libnetcfg.PL
618              and perldoc.PL instead of libnetcfg and perldoc, patching
619              ext/Digest/MD5/t/files.t since MD5.pm was changed.
620      Branch: perl
621            ! (edit 109 files)
622 ____________________________________________________________________________
623 [ 12953] By: jhi                                   on 2001/11/12  13:11:55
624         Log: Add a note about the dangers of bad UTF-8.
625      Branch: perl
626            ! pod/perlunicode.pod
627 ____________________________________________________________________________
628 [ 12952] By: jhi                                   on 2001/11/12  12:54:52
629         Log: NetWare Nit from Ananth Kesari.
630      Branch: perl
631            ! NetWare/config.wc
632 ____________________________________________________________________________
633 [ 12951] By: jhi                                   on 2001/11/12  12:32:13
634         Log: Ooops.  I was "fixing" the wrong routine in #12947 and #12950.
635      Branch: perl
636            ! ext/Encode/Encode.pm
637 ____________________________________________________________________________
638 [ 12950] By: jhi                                   on 2001/11/12  12:14:53
639         Log: (retracted by #12951)
640      Branch: perl
641            ! ext/Encode/Encode.pm
642 ____________________________________________________________________________
643 [ 12949] By: ams                                   on 2001/11/12  06:40:18
644         Log: Subject: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
645              From: Robert Spier <rspier@pobox.com>
646              Date: Sun, 11 Nov 2001 18:50:18 -0800
647              Message-Id: <15343.14570.121505.233336@rls.cx>
648              
649              Subject: Re: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
650              From: Rick Delaney <rick.delaney@home.com>
651              Date: 12 Nov 2001 00:15:52 -0500
652              Message-Id: <m3wv0wmuwn.fsf@cs839290-a.mtth1.on.wave.home.com>
653      Branch: perl
654            ! pp_hot.c t/op/taint.t
655 ____________________________________________________________________________
656 [ 12948] By: jhi                                   on 2001/11/12  01:23:58
657         Log: It seems that we actually have this detail implemented
658              as for as Level 1 Support of Unicode regex support is
659              concerned: at Level 1 only 1:1 support for loose
660              (aka caseless, aka caseigoring ) matching is required.
661      Branch: perl
662            ! pod/perlunicode.pod
663 ____________________________________________________________________________
664 [ 12947] By: jhi                                   on 2001/11/11  21:41:44
665         Log: (retracted by #12951)
666      Branch: perl
667            ! ext/Encode/Encode.pm
668 ____________________________________________________________________________
669 [ 12946] By: jhi                                   on 2001/11/11  21:09:31
670         Log: BOM, bom, Bom.
671      Branch: perl
672            ! pod/perlunicode.pod
673 ____________________________________________________________________________
674 [ 12945] By: jhi                                   on 2001/11/11  21:07:18
675         Log: Upgrade to Math::BigInt 1.46.
676      Branch: perl
677            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
678            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
679            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
680            ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/mbimbf.t
681            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
682 ____________________________________________________________________________
683 [ 12944] By: jhi                                   on 2001/11/11  18:52:22
684         Log: Subject: Re: PERFORCE change 12943 for review
685              From: "Philip Newton" <Philip.Newton@gmx.net>
686              Date: Sun, 11 Nov 2001 20:53:36 +0100
687              Message-ID: <20011111.204950@ID-11583.news.dfncis.de>           
688      Branch: perl
689            ! pod/perlunicode.pod
690 ____________________________________________________________________________
691 [ 12943] By: jhi                                   on 2001/11/11  18:00:03
692         Log: Doc updates; make the Unicode discussions a little
693              bit less alarming, and add information about encodings,
694              surrogates, and BOMs.
695      Branch: perl
696            ! pod/perlunicode.pod
697 ____________________________________________________________________________
698 [ 12942] By: ams                                   on 2001/11/11  16:45:00
699         Log: Subject: [PATCH @12917] Unicode::Collate v0.09
700              From: =?ISO-2022-JP?B?GyRCRGdXIkNOOVQbKEI=?= <bqw10602@nifty.com>
701              Date: Mon, 12 Nov 2001 00:22:57 +0900
702              Message-Id: <20011112002232.BD46.BQW10602@nifty.com>
703      Branch: perl
704            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
705            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
706 ____________________________________________________________________________
707 [ 12941] By: ams                                   on 2001/11/11  13:01:40
708         Log: Subject: Re: PERFORCE change 12929 for review
709              From: "Philip Newton" <Philip.Newton@gmx.net>
710              Date: Sun, 11 Nov 2001 14:27:44 +0100
711              Message-Id: <20011111.142505@ID-11583.news.dfncis.de>
712      Branch: perl
713            ! MANIFEST
714 ____________________________________________________________________________
715 [ 12940] By: ams                                   on 2001/11/11  05:06:43
716         Log: Subject: [PATCH t/op/chdir.t] %ENV protection
717              From: Michael G Schwern <schwern@pobox.com>
718              Date: Thu, 8 Nov 2001 22:56:45 -0500
719              Message-Id: <20011108225645.H5587@blackrider>
720      Branch: perl
721            ! t/op/chdir.t
722 ____________________________________________________________________________
723 [ 12939] By: ams                                   on 2001/11/11  05:01:00
724         Log: Subject: [PATCH ext/Cwd/t/cwd.t] VMS fixage and cleanup
725              From: Michael G Schwern <schwern@pobox.com>
726              Date: Sun, 11 Nov 2001 00:54:43 -0500
727              Message-Id: <20011111005443.A24450@blackrider>
728      Branch: perl
729            ! ext/Cwd/t/cwd.t
730 ____________________________________________________________________________
731 [ 12938] By: ams                                   on 2001/11/11  03:25:13
732         Log: Subject: [PATCH lib/File/stat.pm lib/File/stat.t]
733              (was Re: [ID 20011110.104] File::stat vs. $! conflict)
734              From: "chromatic" <chromatic@rmci.net>
735              Date: Sat, 10 Nov 2001 21:03:20 -0700
736              Message-Id: <20011111041025.12984.qmail@onion.perl.org>
737      Branch: perl
738            ! lib/File/stat.pm lib/File/stat.t
739 ____________________________________________________________________________
740 [ 12937] By: ams                                   on 2001/11/11  02:05:23
741         Log: Subject: Re: [PATCH] resurrect t/op/magic.t on VMS
742              From: "Craig A. Berry" <craigberry@mac.com>
743              Date: Sat, 10 Nov 2001 17:23:52 -0600
744              Message-Id: <5.1.0.14.2.20011110171532.028bcaa8@mail.mac.com>
745      Branch: perl
746            ! t/op/magic.t
747 ____________________________________________________________________________
748 [ 12936] By: jhi                                   on 2001/11/10  18:55:21
749         Log: Bah.  %X doesn't mean 0xC1, it means 0XC1.  So let's %x.
750      Branch: perl
751            ! lib/open.pm lib/open.t
752 ____________________________________________________________________________
753 [ 12935] By: jhi                                   on 2001/11/10  17:47:21
754         Log: The Official name of ASCII.
755      Branch: perl
756            ! ext/Encode/Encode.pm
757 ____________________________________________________________________________
758 [ 12934] By: jhi                                   on 2001/11/10  17:44:27
759         Log: The KOI8-R example wasn't quite right.
760      Branch: perl
761            ! lib/open.pm lib/open.t
762 ____________________________________________________________________________
763 [ 12933] By: jhi                                   on 2001/11/10  17:30:52
764         Log: Enhance the open pragma to support :utf8, :locale,
765              and :encoding directly as special cases, and rename
766              the INOUT to IO.
767      Branch: perl
768            ! ext/Encode/Encode.pm lib/open.pm lib/open.t perlio.c
769 ____________________________________________________________________________
770 [ 12932] By: jhi                                   on 2001/11/10  15:15:29
771         Log: Document the UTF-16 surrogate encoding and decoding.
772      Branch: perl
773            ! ext/Encode/Encode.pm
774 ____________________________________________________________________________
775 [ 12931] By: jhi                                   on 2001/11/10  15:05:56
776         Log: A potential recursion breaker.
777      Branch: perl
778            ! sv.c
779 ____________________________________________________________________________
780 [ 12930] By: ams                                   on 2001/11/10  07:46:53
781         Log: Subject: [PATCH] Add core switch to CGI.pm distribution tests
782              (was Re: perl@12892)
783              From: "chromatic" <chromatic@rmci.net>
784              Date: Sat, 10 Nov 2001 01:28:09 -0700
785              Message-Id: <20011110083514.86488.qmail@onion.perl.org>
786      Branch: perl
787            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
788            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
789            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
790            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
791 ____________________________________________________________________________
792 [ 12929] By: jhi                                   on 2001/11/10  06:38:07
793         Log: Add a test for the bytes pragma.
794      Branch: perl
795            + lib/bytes.t
796            ! MANIFEST
797 ____________________________________________________________________________
798 [ 12928] By: jhi                                   on 2001/11/10  06:10:39
799         Log: Doc update.
800      Branch: perl
801            ! lib/bytes.pm
802 ____________________________________________________________________________
803 [ 12927] By: jhi                                   on 2001/11/10  04:19:44
804         Log: Cease to exist.
805      Branch: perl
806            - lib/Unicode/Normalize.pm
807 ____________________________________________________________________________
808 [ 12926] By: ams                                   on 2001/11/10  03:23:16
809         Log: Subject: [patch] my_setenv speedup + fixes
810              From: Doug MacEachern <dougm@covalent.net>
811              Date: Fri, 9 Nov 2001 18:13:18 -0800 (PST)
812              Message-Id: <Pine.LNX.4.21.0111091808500.22397-100000@localhost>
813      Branch: perl
814            ! util.c
815 ____________________________________________________________________________
816 [ 12925] By: jhi                                   on 2001/11/10  01:55:13
817         Log: Newline trouble.
818      Branch: perl
819            ! lib/ExtUtils/Embed.t
820 ____________________________________________________________________________
821 [ 12924] By: jhi                                   on 2001/11/10  01:42:29
822         Log: Subject: [PATCH perl@12917] vms/munchconfig.c line length fix
823              From: "Craig A. Berry" <craigberry@mac.com>
824              Date: Fri, 09 Nov 2001 18:13:16 -0600
825              Message-Id: <5.1.0.14.2.20011109180651.02b31d20@exchi01>
826      Branch: perl
827            ! vms/munchconfig.c
828 ____________________________________________________________________________
829 [ 12923] By: jhi                                   on 2001/11/10  01:39:01
830         Log: Subject: [PATCH] new tests for swiches -n -p -a -F
831              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
832              Date: Sat, 10 Nov 2001 00:10:45 +0100
833              Message-ID: <20011110001045.A11945@rafael>
834      Branch: perl
835            + t/run/noswitch.t t/run/switchF.t t/run/switcha.t
836            + t/run/switchn.t t/run/switchp.t
837            ! MANIFEST
838 ____________________________________________________________________________
839 [ 12922] By: jhi                                   on 2001/11/10  01:34:51
840         Log: Subject: [PATCH] some tests not cleaning up properly               
841              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
842              Date: Fri, 9 Nov 2001 22:13:10 +0100
843              Message-ID: <20011109221310.A11115@rafael>
844      Branch: perl
845            ! ext/Cwd/t/cwd.t t/io/argv.t
846 ____________________________________________________________________________
847 [ 12921] By: jhi                                   on 2001/11/10  01:32:52
848         Log: Subject: [Patch Perl@12892] a *real* Embed test for VMS           
849              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
850              Date: Fri, 9 Nov 2001 15:07:19 EST
851              Message-Id: <011109150622.16fb0@DUPHY4.Physics.Drexel.Edu>
852      Branch: perl
853            ! lib/ExtUtils/Embed.t
854 ____________________________________________________________________________
855 [ 12920] By: dougm                                 on 2001/11/10  00:34:50
856         Log: when PERL_USE_SAFE_PUTENV is defined environ will not
857              have been copied so it shouldn't be freed in perl_destruct()
858      Branch: perl
859            ! perl.c
860 ____________________________________________________________________________
861 [ 12919] By: ams                                   on 2001/11/09  15:36:22
862         Log: Subject: [PATCH ext/Cwd/t/cwd.t] Cwd test not cleaning up after itself
863              From: Michael G Schwern <schwern@pobox.com>
864              Date: Fri, 9 Nov 2001 00:38:59 -0500
865              Message-Id: <20011109003859.K5587@blackrider>
866              (Applied with directory name changes suggested by Craig Berry.)
867      Branch: perl
868            ! ext/Cwd/t/cwd.t
869 ____________________________________________________________________________
870 [ 12918] By: ams                                   on 2001/11/09  15:29:15
871         Log: Subject: [PATCH vms/ext/filespec.t] Cleanup & fix of unsafe filename
872              From: Michael G Schwern <schwern@pobox.com>
873              Date: Fri, 9 Nov 2001 01:44:14 -0500
874              Message-Id: <20011109014414.N5587@blackrider>
875      Branch: perl
876            ! vms/ext/filespec.t
877 ____________________________________________________________________________
878 [ 12917] By: jhi                                   on 2001/11/09  14:39:14
879         Log: Update Changes.
880      Branch: perl
881            ! Changes patchlevel.h
882 ____________________________________________________________________________
883 [ 12916] By: jhi                                   on 2001/11/09  14:33:39
884         Log: Regen toc.
885      Branch: perl
886            ! pod/perltoc.pod
887 ____________________________________________________________________________
888 [ 12915] By: jhi                                   on 2001/11/09  14:08:30
889         Log: JPL sync: CVSROOT=:pserver:anoncvs@as220.org:/home/cvsroot,
890              see http://www.jepstone.net/bjepson//jpl/cvs.html
891      Branch: perl
892            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
893 ____________________________________________________________________________
894 [ 12914] By: ams                                   on 2001/11/09  14:05:12
895         Log: Subject: [PATCH vms/test.com] VMS test.com running in wrong order?
896              From: Michael G Schwern <schwern@pobox.com>
897              Date: Thu, 8 Nov 2001 22:05:49 -0500
898              Message-Id: <20011108220549.F5587@blackrider>
899      Branch: perl
900            ! vms/test.com
901 ____________________________________________________________________________
902 [ 12913] By: jhi                                   on 2001/11/09  13:54:23
903         Log: NetWare update from Ananth Kesari.
904      Branch: perl
905            ! NetWare/Makefile NetWare/config_H.wc NetWare/nwstdio.h
906 ____________________________________________________________________________
907 [ 12912] By: ams                                   on 2001/11/09  13:40:26
908         Log: Subject: [PATCH ID 20011109.100] #!perl -F...
909              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
910              Date: Fri, 9 Nov 2001 14:32:28 +0100
911              Message-Id: <20011109143228.A18996@rafael>
912      Branch: perl
913            ! perl.c
914 ____________________________________________________________________________
915 [ 12911] By: jhi                                   on 2001/11/09  13:37:01
916         Log: FAQ sync.
917      Branch: perl
918            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
919            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
920            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
921 ____________________________________________________________________________
922 [ 12910] By: ams                                   on 2001/11/09  07:33:49
923         Log: Subject: [PATCH lib/File/Find/t/find.t] Helpful File::Find debugging code
924              From: Michael G Schwern <schwern@pobox.com>
925              Date: Fri, 9 Nov 2001 00:41:56 -0500
926              Message-Id: <20011109004156.L5587@blackrider>
927      Branch: perl
928            ! lib/File/Find/t/find.t
929 ____________________________________________________________________________
930 [ 12909] By: jhi                                   on 2001/11/09  00:23:40
931         Log: Upgrade to Unicode::Normalize 0.10, now in XS.
932              The CPAN distribution has both pm and XS implementations,
933              and for performance reasons we choose the XS.
934              Another reason to choose the XS is that it doesn't
935              require Lingua::KO::Hangul::Util, which means that
936              we can delete that-- which in turn means that Unicode::UCD
937              cannot expect that: support it, but don't expect.
938              Ditto Unicode::Collate.
939              
940              Note that Unicode::Normalize Makefile.PL and
941              Normalize.xs have been modified from the CPAN 0.10
942              versions: the first one to be simpler (no pm) and
943              clean up the generated unf*.h files, the second one
944              to quench compiler grumblings.  Must notify Sadahiro
945              about these changes.
946      Branch: perl
947            + ext/Unicode/Normalize/Changes
948            + ext/Unicode/Normalize/Makefile.PL
949            + ext/Unicode/Normalize/Normalize.pm
950            + ext/Unicode/Normalize/Normalize.pod
951            + ext/Unicode/Normalize/Normalize.xs
952            + ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
953            + ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
954            + ext/Unicode/Normalize/t/test.t
955            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
956            - lib/Lingua/KO/Hangul/Util/README
957            - lib/Lingua/KO/Hangul/Util/t/test.t
958            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
959            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
960            ! MANIFEST NetWare/Makefile djgpp/config.over epoc/config.sh
961            ! hints/uwin.sh hints/vmesa.sh lib/Unicode/Collate.pm
962            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t win32/Makefile
963            ! win32/makefile.mk
964 ____________________________________________________________________________
965 [ 12908] By: jhi                                   on 2001/11/08  23:49:42
966         Log: Test miscounting.
967      Branch: perl
968            ! ext/POSIX/t/posix.t
969 ____________________________________________________________________________
970 [ 12907] By: jhi                                   on 2001/11/08  22:06:31
971         Log: Quote the variables in failures messages more nicely.
972      Branch: perl
973            ! t/test.pl
974 ____________________________________________________________________________
975 [ 12906] By: jhi                                   on 2001/11/08  21:55:32
976         Log: Subject: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
977              From: Michael G Schwern <schwern@pobox.com>
978              Date: Thu, 8 Nov 2001 17:24:49 -0500
979              Message-ID: <20011108172449.A5587@blackrider>
980              
981              Subject: Re: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
982              From: "Craig A. Berry" <craigberry@mac.com>
983              Date: Thu, 8 Nov 2001 16:35:00 -0600
984              Message-Id: <a05101000b810b89c5c5a@[172.16.52.1]>
985      Branch: perl
986            ! ext/POSIX/t/posix.t t/test.pl vms/test.com
987 ____________________________________________________________________________
988 [ 12905] By: jhi                                   on 2001/11/08  21:51:51
989         Log: Subject: [PATCH] RE: Win2k / Cygwin-1.3.3
990              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
991              Date: Thu, 8 Nov 2001 22:52:50 -0000
992              Message-ID: <AIEAJICLCBDNAAOLLOKLKEHNDEAA.Paul_Marquess@Yahoo.co.uk>
993      Branch: perl
994            ! ext/DB_File/t/db-recno.t
995 ____________________________________________________________________________
996 [ 12904] By: jhi                                   on 2001/11/08  21:49:20
997         Log: Unicode::UCD is not yet supported in EBCDIC platforms.
998              (Probably not an EBCDIC issue the way one would think
999              since no chr() et alia are used in UCD.pm.)
1000      Branch: perl
1001            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
1002 ____________________________________________________________________________
1003 [ 12903] By: jhi                                   on 2001/11/08  15:16:49
1004         Log: Whether overwriting the $self->{...} values (see #12902)
1005              is a good policy or not is debatable, but let's at least
1006              be consistent.
1007      Branch: perl
1008            ! lib/ExtUtils/MM_Unix.pm
1009 ____________________________________________________________________________
1010 [ 12902] By: jhi                                   on 2001/11/08  15:13:15
1011         Log: The MakeMaker argument () quoting patch that sneaked
1012              in at #12883 didn't handle make macros like this $(...).
1013              Leaning toothpicks, we've got them.
1014      Branch: perl
1015            ! lib/ExtUtils/MM_Unix.pm
1016 ____________________________________________________________________________
1017 [ 12901] By: jhi                                   on 2001/11/08  14:28:38
1018         Log: Subject: Re: [PATCH t/io/argv.t vms/test.com t/test.pl] argv.t cleanup & fixes for VMS
1019              From: Michael G Schwern <schwern@pobox.com>
1020              Date: Wed, 7 Nov 2001 02:02:29 -0500
1021              Message-ID: <20011107020229.K2858@blackrider>
1022      Branch: perl
1023            ! t/io/argv.t t/test.pl vms/test.com
1024 ____________________________________________________________________________
1025 [ 12900] By: jhi                                   on 2001/11/08  14:14:40
1026         Log: Subject: [PATCH 20011106.084] -s on #! line 
1027              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1028              Date: Wed, 7 Nov 2001 22:23:39 +0100
1029              Message-ID: <20011107222339.E729@rafael>
1030      Branch: perl
1031            ! embed.h embed.pl perl.c proto.h toke.c
1032 ____________________________________________________________________________
1033 [ 12899] By: jhi                                   on 2001/11/08  13:46:02
1034         Log: Subject: [REPATCH] Re: [PATCH pod/perlhack.pod] When to use what test libraries
1035              From: Michael G Schwern <schwern@pobox.com>
1036              Date: Wed, 7 Nov 2001 16:52:49 -0500
1037              Message-ID: <20011107165249.I7346@blackrider>
1038      Branch: perl
1039            ! pod/perlhack.pod
1040 ____________________________________________________________________________
1041 [ 12898] By: ams                                   on 2001/11/08  13:02:19
1042         Log: Subject: Re: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
1043              From: Mark-Jason Dominus <mjd@plover.com>
1044              Date: Thu, 08 Nov 2001 08:59:02 -0500
1045              Message-Id: <20011108135902.2275.qmail@plover.com>
1046      Branch: perl
1047            ! INSTALL README README.amiga README.os2 README.vms
1048            ! lib/I18N/LangTags.pm lib/I18N/LangTags/README
1049            ! lib/Locale/Maketext/README win32/Makefile win32/makefile.mk
1050 ____________________________________________________________________________
1051 [ 12897] By: ams                                   on 2001/11/08  12:49:28
1052         Log: Subject: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
1053              From: mjd@plover.com
1054              Date: 8 Nov 2001 13:33:18 -0000
1055              Message-Id: <20011108133318.1786.qmail@plover.com>
1056      Branch: perl
1057            ! Porting/pumpkin.pod lib/Net/libnetFAQ.pod pod/perldiag.pod
1058            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
1059            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
1060            ! pod/perlfaq8.pod pod/perlfaq9.pod pod/perlmodinstall.pod
1061            ! pod/perlport.pod pod/perlvar.pod
1062 ____________________________________________________________________________
1063 [ 12896] By: ams                                   on 2001/11/08  11:22:12
1064         Log: open(FH, $file) should strip leading and trailing whitespace.
1065      Branch: perl
1066            ! doio.c
1067 ____________________________________________________________________________
1068 [ 12895] By: ams                                   on 2001/11/08  10:17:14
1069         Log: Subject: [PATCH] resurrect t/op/glob.t on VMS
1070              From: "Craig A. Berry" <craigberry@mac.com>
1071              Date: Wed, 07 Nov 2001 13:41:50 -0600
1072              Message-Id: <5.1.0.14.2.20011107133422.02419350@exchi01>
1073      Branch: perl
1074            ! t/op/glob.t
1075 ____________________________________________________________________________
1076 [ 12894] By: ams                                   on 2001/11/08  08:32:20
1077         Log: Subject: [ID 20011108.092] makedepend bug with new gcc
1078              From: Alexander Klimov <ask@wisdom.weizmann.ac.il>
1079              Date: Thu, 8 Nov 2001 10:00:29 +0200 (IST)
1080              Message-Id: <Pine.GSO.4.40.0111080952570.12110-100000@dardar.wisdom.weizmann.ac.il>
1081      Branch: perl
1082            ! makedepend.SH
1083 ____________________________________________________________________________
1084 [ 12893] By: ams                                   on 2001/11/08  08:26:31
1085         Log: Subject: bleadperl perldebug.pod: mention perldebtut.pod
1086              From: mjd@plover.com
1087              Date: 8 Nov 2001 08:08:07 -0000
1088              Message-Id: <20011108080807.30147.qmail@plover.com>
1089              
1090              Subject: bleadperl perl.pod
1091              From: mjd@plover.com
1092              Date: 8 Nov 2001 08:10:47 -0000
1093              Message-Id: <20011108081047.30178.qmail@plover.com>
1094              
1095              Subject: more bleadperl perl.pod
1096              From: mjd@plover.com
1097              Date: 8 Nov 2001 08:16:28 -0000
1098              Message-Id: <20011108081628.30229.qmail@plover.com>
1099      Branch: perl
1100            ! pod/perl.pod pod/perldebug.pod
1101 ____________________________________________________________________________
1102 [ 12892] By: jhi                                   on 2001/11/07  16:01:37
1103         Log: Tweak for Cray-friendliness from Nicholas Clark.
1104      Branch: perl
1105            ! sv.c
1106 ____________________________________________________________________________
1107 [ 12891] By: jhi                                   on 2001/11/07  15:54:24
1108         Log: VMS patch redo from Charles Lane.
1109      Branch: perl
1110            ! vms/gen_shrfls.pl
1111 ____________________________________________________________________________
1112 [ 12890] By: ams                                   on 2001/11/07  15:16:10
1113         Log: Subject: [ID 20011107.088] two perl pod nits
1114              From: lvirden@cas.org
1115              Date: Wed, 7 Nov 2001 11:09:34 -0500 (EST)
1116              Message-Id: <200111071609.fA7G9YW24607@lwv26awu.cas.org>
1117      Branch: perl
1118            ! pod/perl.pod pod/perlfaq3.pod
1119 ____________________________________________________________________________
1120 [ 12889] By: jhi                                   on 2001/11/07  15:07:18
1121         Log: Update Changes.
1122      Branch: perl
1123            ! Changes patchlevel.h
1124 ____________________________________________________________________________
1125 [ 12888] By: jhi                                   on 2001/11/07  14:26:42
1126         Log: The (emulated) "no utf8" must be in a BEGIN block
1127              to be effective.
1128      Branch: perl
1129            ! lib/CGI/t/html.t
1130 ____________________________________________________________________________
1131 [ 12887] By: jhi                                   on 2001/11/07  13:52:58
1132         Log: "v-strings" is the right term.
1133      Branch: perl
1134            ! pod/perltodo.pod
1135 ____________________________________________________________________________
1136 [ 12886] By: jhi                                   on 2001/11/07  13:48:36
1137         Log: Add vstrings-as-objects need to perltodo.
1138      Branch: perl
1139            ! pod/perltodo.pod
1140 ____________________________________________________________________________
1141 [ 12885] By: jhi                                   on 2001/11/07  13:43:33
1142         Log: Subject: Re: SunOS 5.8 is FUN! (and not quite ok, either) - @12876, gcc and suncc
1143              From: Nicholas Clark <nick@ccl4.org>
1144              Date: Wed, 7 Nov 2001 14:36:32 +0000
1145              Message-ID: <20011107143631.I24980@plum.flirble.org>
1146      Branch: perl
1147            ! t/op/pack.t
1148 ____________________________________________________________________________
1149 [ 12884] By: jhi                                   on 2001/11/07  13:34:44
1150         Log: The Embed test requires a major rewrite for VMS
1151              (plus it reveals a couple of annoying glitches
1152              in buffering), so skip the test for now; from
1153              Charles Lane.
1154      Branch: perl
1155            ! lib/ExtUtils/Embed.t
1156 ____________________________________________________________________________
1157 [ 12883] By: jhi                                   on 2001/11/07  13:33:16
1158         Log: Subject: [PATCH Perl@12856] vms/gen_shrfls.pl more general config.sh parsing
1159              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
1160              Date: Wed, 7 Nov 2001 09:23:28 EST
1161              Message-Id: <011107092325.11726@DUPHY4.Physics.Drexel.Edu>
1162      Branch: perl
1163            ! lib/ExtUtils/MM_Unix.pm vms/gen_shrfls.pl
1164 ____________________________________________________________________________
1165 [ 12882] By: ams                                   on 2001/11/07  05:14:04
1166         Log: Subject: Re: [ID 20011106.083] $dbline[$i] == 0 generates warnings
1167              From: Mark-Jason Dominus <mjd@plover.com>
1168              Date: Wed, 07 Nov 2001 00:43:46 -0500
1169              Message-Id: <20011107054346.14428.qmail@plover.com>
1170      Branch: perl
1171            ! gv.c op.c toke.c
1172 ____________________________________________________________________________
1173 [ 12881] By: jhi                                   on 2001/11/07  03:33:08
1174         Log: Subject: [PATCH lib/perl5db.pl] Mentioning perldebguts   
1175              From: Michael G Schwern <schwern@pobox.com>             
1176              Date: Tue, 6 Nov 2001 22:04:39 -0500
1177              Message-ID: <20011106220439.D2858@blackrider>              
1178      Branch: perl
1179            ! lib/perl5db.pl
1180 ____________________________________________________________________________
1181 [ 12880] By: jhi                                   on 2001/11/07  01:35:30
1182         Log: Subject: [PATCH lib/Term/Cap.t] Sync CPAN version of tests (was Re: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under
1183              stress))
1184              From: Jonathan Stowe <gellyfish@gellyfish.com>
1185              Date: Tue, 6 Nov 2001 06:54:37 +0000 (GMT)
1186              Message-ID: <Pine.LNX.4.33.0111060651210.315-100000@orpheus.gellyfish.com>
1187              
1188              (except for one hunk where indentation differs)
1189      Branch: perl
1190            ! lib/Term/Cap.t
1191 ____________________________________________________________________________
1192 [ 12879] By: jhi                                   on 2001/11/07  01:22:40
1193         Log: Subject: [PATCH File::Spec::*] a bunch of untested patches
1194              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1195              Date: Tue, 6 Nov 2001 21:45:01 +0100
1196              Message-ID: <20011106214501.A704@rafael>
1197      Branch: perl
1198            ! lib/File/Spec/OS2.pm lib/File/Spec/VMS.pm
1199            ! lib/File/Spec/Win32.pm
1200 ____________________________________________________________________________
1201 [ 12878] By: jhi                                   on 2001/11/07  01:06:41
1202         Log: Subject: [PATCH t/test.pl] Adding isnt() and next_test() 
1203              From: Michael G Schwern <schwern@pobox.com>              
1204              Date: Tue, 6 Nov 2001 20:58:45 -0500
1205              Message-ID: <20011106205845.G29411@blackrider>
1206      Branch: perl
1207            ! t/test.pl
1208 ____________________________________________________________________________
1209 [ 12877] By: jhi                                   on 2001/11/07  01:01:18
1210         Log: Subject: making do_sprintf public       
1211              From: Doug MacEachern <dougm@covalent.net>    
1212              Date: Tue, 6 Nov 2001 10:52:31 -0800 (PST)
1213              Message-ID: <Pine.LNX.4.21.0111061051250.27804-100000@localhost>
1214      Branch: perl
1215            ! embed.h embed.pl global.sym
1216 ____________________________________________________________________________
1217 [ 12876] By: jhi                                   on 2001/11/06  22:12:28
1218         Log: Update to CGI.pm 2.78.
1219              
1220              TODO: the test suite needs to be merged so that
1221              when in core, the core version is tested, and when
1222              using the CPAN version, testing the CPAN version.
1223              (the changes need to be sent to Lincoln, too...)
1224      Branch: perl
1225            ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
1226            ! lib/CGI/Pretty.pm lib/CGI/Switch.pm lib/CGI/Util.pm
1227            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
1228            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
1229            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
1230            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
1231 ____________________________________________________________________________
1232 [ 12875] By: jhi                                   on 2001/11/06  22:10:03
1233         Log: Integrate with perlio; (strictly) readonly hashes via XS.
1234      Branch: perl
1235           +> t/lib/access.t
1236           !> MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
1237 ____________________________________________________________________________
1238 [ 12874] By: nick                                  on 2001/11/06  21:05:16
1239         Log: Keep It Simple and Stupid version of readonly hash support.
1240              - Test for SvREAONLY(hv) at a few spots in hv.c
1241              - add the error message to perldiag.pod
1242              - (dubious) add access::readonly() to univeral.c
1243              - add test using above
1244              - fixup ext/B/t/stash.t to account for access:: existing
1245      Branch: perlio
1246            + t/lib/access.t
1247            ! MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
1248 ____________________________________________________________________________
1249 [ 12873] By: jhi                                   on 2001/11/06  17:07:50
1250         Log: Fix incorrect warnings about broken globbing;
1251              from Andy Dougherty.
1252      Branch: perl
1253            ! hints/linux.sh
1254 ____________________________________________________________________________
1255 [ 12872] By: jhi                                   on 2001/11/06  15:18:41
1256         Log: More UTF-8 EXACT tweaking, plus a forgotten UTF-8 
1257              toggle-on from the encoding pragma.
1258      Branch: perl
1259            ! regcomp.c regexec.c
1260 ____________________________________________________________________________
1261 [ 12871] By: jhi                                   on 2001/11/06  13:19:46
1262         Log: Retract #12824, doesn't help and is ignored
1263              by Configure anyway.
1264      Branch: perl
1265            ! hints/beos.sh
1266 ____________________________________________________________________________
1267 [ 12870] By: ams                                   on 2001/11/06  10:40:37
1268         Log: Subject: Cosmetic change
1269              From: H.Merijn Brand <h.m.brand@hccnet.nl>
1270              Date: Tue, 06 Nov 2001 12:30:52 +0100
1271              Message-Id: <20011106122922.30FA.H.M.BRAND@hccnet.nl>
1272      Branch: perl
1273            ! README.hpux
1274 ____________________________________________________________________________
1275 [ 12869] By: nick                                  on 2001/11/06  08:26:40
1276         Log: Integrate mainline
1277      Branch: perlio
1278           !> ext/DB_File/DB_File.pm global.sym hints/os390.sh
1279           !> lib/encoding.pm lib/encoding.t proto.h regcomp.c regexec.c
1280 ____________________________________________________________________________
1281 [ 12868] By: jhi                                   on 2001/11/06  03:15:50
1282         Log: The parentheses are protected enough.
1283      Branch: perl
1284            ! hints/os390.sh
1285 ____________________________________________________________________________
1286 [ 12867] By: jhi                                   on 2001/11/06  03:13:50
1287         Log: ccflags, not ldflags.
1288      Branch: perl
1289            ! hints/os390.sh
1290 ____________________________________________________________________________
1291 [ 12866] By: jhi                                   on 2001/11/06  03:12:57
1292         Log: ... and the proto to go with #12865.
1293      Branch: perl
1294            ! proto.h
1295 ____________________________________________________________________________
1296 [ 12865] By: jhi                                   on 2001/11/06  03:11:12
1297         Log: Oops.  Luckily nothing was using this symbol yet.
1298      Branch: perl
1299            ! global.sym
1300 ____________________________________________________________________________
1301 [ 12864] By: jhi                                   on 2001/11/06  03:05:34
1302         Log: Implement the encoding pragma for regex literals.
1303      Branch: perl
1304            ! lib/encoding.pm lib/encoding.t regcomp.c regexec.c
1305 ____________________________________________________________________________
1306 [ 12863] By: jhi                                   on 2001/11/06  01:01:49
1307         Log: More UTF8 EXACT fixing.
1308      Branch: perl
1309            ! regexec.c
1310 ____________________________________________________________________________
1311 [ 12862] By: jhi                                   on 2001/11/06  00:05:19
1312         Log: More re debugging.
1313      Branch: perl
1314            ! regexec.c
1315 ____________________________________________________________________________
1316 [ 12861] By: jhi                                   on 2001/11/05  23:24:24
1317         Log: EXACT correction attempt.  Continued in #12863.
1318      Branch: perl
1319            ! regexec.c
1320 ____________________________________________________________________________
1321 [ 12860] By: jhi                                   on 2001/11/05  22:57:04
1322         Log: Unterminated L<.
1323      Branch: perl
1324            ! ext/DB_File/DB_File.pm
1325 ____________________________________________________________________________
1326 [ 12859] By: nick                                  on 2001/11/05  19:15:17
1327         Log: Integrate mainline
1328      Branch: perlio
1329           +> lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
1330           +> lib/Math/BigInt/t/Math/BigInt/Subclass.pm
1331           +> lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/sub_mbf.t
1332           +> lib/Math/BigInt/t/sub_mbi.t
1333            - lib/Math/BigInt/t/Math/Subclass.pm
1334            - lib/Math/BigInt/t/subclass.t
1335           !> (integrate 30 files)
1336 ____________________________________________________________________________
1337 [ 12858] By: jhi                                   on 2001/11/05  17:05:38
1338         Log: Regex debugging fixes from Hugo.
1339      Branch: perl
1340            ! regcomp.c regexec.c
1341 ____________________________________________________________________________
1342 [ 12857] By: jhi                                   on 2001/11/05  16:09:51
1343         Log: IRIX: at some point the cc -version has started
1344              to output to stderr, not stdout any more.
1345      Branch: perl
1346            ! hints/irix_6.sh
1347 ____________________________________________________________________________
1348 [ 12856] By: jhi                                   on 2001/11/05  15:27:45
1349         Log: Update Changes.
1350      Branch: perl
1351            ! Changes patchlevel.h
1352 ____________________________________________________________________________
1353 [ 12855] By: jhi                                   on 2001/11/05  15:21:13
1354         Log: The ${"\cTAINT"} raises the ire of 'use strict'.
1355      Branch: perl
1356            ! lib/File/Spec/Unix.pm
1357 ____________________________________________________________________________
1358 [ 12854] By: jhi                                   on 2001/11/05  15:16:24
1359         Log: Subject: Re: Tainted $ENV{TMPDIR} and File::Spec->tmpdir()
1360              From: rgarciasuarez@free.fr
1361              Date: Mon, 05 Nov 2001 17:10:29 +0100 (MET)            
1362              Message-ID: <1004976629.3be6b9f593085@imp3-1.free.fr>
1363      Branch: perl
1364            ! lib/File/Spec/Unix.pm
1365 ____________________________________________________________________________
1366 [ 12853] By: jhi                                   on 2001/11/05  14:54:37
1367         Log: Use config.arch in OS/390 where the combination of
1368              IEEE floats and ldflags is tricky.
1369      Branch: perl
1370            ! hints/os390.sh
1371 ____________________________________________________________________________
1372 [ 12852] By: jhi                                   on 2001/11/05  14:53:53
1373         Log: Metaconfig unit change for #12851.
1374      Branch: metaconfig
1375            ! U/modified/Config_sh.U
1376 ____________________________________________________________________________
1377 [ 12851] By: jhi                                   on 2001/11/05  14:53:14
1378         Log: Support a config.arch file, similar to config.over,
1379              but loaded just before it.
1380      Branch: perl
1381            ! Configure INSTALL
1382 ____________________________________________________________________________
1383 [ 12850] By: jhi                                   on 2001/11/05  13:34:25
1384         Log: Subject: [PATCH Symbol.{pm.t}] bugfixes 
1385              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1386              Date: Mon, 5 Nov 2001 14:26:24 +0100
1387              Message-ID: <20011105142624.C31977@rafael>
1388      Branch: perl
1389            ! lib/Symbol.pm lib/Symbol.t
1390 ____________________________________________________________________________
1391 [ 12849] By: jhi                                   on 2001/11/04  22:15:39
1392         Log: Subject: [PATCH] unbalanced parenthesis in pods                 
1393              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1394              Date: Sun, 4 Nov 2001 22:28:57 +0100
1395              Message-ID: <20011104222857.C696@rafael>
1396      Branch: perl
1397            ! pod/perldebug.pod pod/perlpodspec.pod
1398 ____________________________________________________________________________
1399 [ 12848] By: jhi                                   on 2001/11/04  22:11:24
1400         Log: The missing pieces from the Math::BigInt 1.45 puzzle.
1401      Branch: perl
1402            ! lib/Math/BigFloat.pm lib/Math/BigInt/t/bigintpm.t
1403 ____________________________________________________________________________
1404 [ 12847] By: jhi                                   on 2001/11/04  17:44:41
1405         Log: Math::Big* test tweaks to work better with core:
1406              but the coast still not clear.
1407      Branch: perl
1408            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
1409            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
1410 ____________________________________________________________________________
1411 [ 12846] By: jhi                                   on 2001/11/04  17:43:10
1412         Log: Protect against high load: measure how much wall
1413              clock time went by while sleeping.  Avoids some
1414              false negatives, while may introduce some false
1415              positives.  Life is hard.
1416      Branch: perl
1417            ! ext/Time/HiRes/HiRes.t
1418 ____________________________________________________________________________
1419 [ 12845] By: jhi                                   on 2001/11/04  17:29:40
1420         Log: More forgotten from #12843.
1421      Branch: perl
1422            ! lib/Math/BigInt/t/bigfltpm.inc
1423 ____________________________________________________________________________
1424 [ 12844] By: jhi                                   on 2001/11/04  17:19:13
1425         Log: Forgot from #12843.
1426      Branch: perl
1427            + lib/Math/BigInt/t/bigintpm.inc
1428            ! MANIFEST
1429 ____________________________________________________________________________
1430 [ 12843] By: jhi                                   on 2001/11/04  16:52:45
1431         Log: Upgrade to Math::BigInt 1.45; from Tels.
1432              NOTE: some of the tests are failing but that's because
1433              the core integration is not yet done.
1434      Branch: perl
1435            + lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
1436            + lib/Math/BigInt/t/Math/BigInt/Subclass.pm
1437            + lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
1438            - lib/Math/BigInt/t/Math/Subclass.pm
1439            - lib/Math/BigInt/t/subclass.t
1440            ! MANIFEST lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm
1441            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/calling.t
1442            ! lib/Math/BigInt/t/mbimbf.t
1443 ____________________________________________________________________________
1444 [ 12842] By: jhi                                   on 2001/11/04  16:45:02
1445         Log: VMS: adds capability to control more configuration stuff with
1446              -D and -U switches; parsing config.sh to extract previous config
1447              info in VMS-form, and a rewrite of the "prompt/response" routine;
1448              from Charles Lane.
1449      Branch: perl
1450            ! configure.com
1451 ____________________________________________________________________________
1452 [ 12841] By: jhi                                   on 2001/11/04  15:18:39
1453         Log: Subject: Typo correction in perldebguts.pod
1454              From: mjd@plover.com
1455              Date: 4 Nov 2001 16:20:05 -0000
1456              Message-ID: <20011104162005.16699.qmail@plover.com>
1457      Branch: perl
1458            ! pod/perldebguts.pod
1459 ____________________________________________________________________________
1460 [ 12840] By: jhi                                   on 2001/11/04  15:17:22
1461         Log: Subject: Re: Where are my 'O's? [+ 12836 smoke]
1462              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1463              Date: Sun, 4 Nov 2001 11:47:30 +0100
1464              Message-ID: <20011104114730.A715@rafael>
1465              
1466              Remove -T from the test, wrong place for that.
1467      Branch: perl
1468            ! lib/File/Temp/t/mktemp.t
1469 ____________________________________________________________________________
1470 [ 12839] By: jhi                                   on 2001/11/04  15:15:42
1471         Log: Subject: [REPATCH] Re: PerlIOBuf_dup
1472              From: Nicholas Clark <nick@ccl4.org>
1473              Date: Sun, 4 Nov 2001 10:41:24 +0000
1474              Message-ID: <20011104104123.U20123@plum.flirble.org>
1475      Branch: perl
1476            ! ext/Encode/Encode.xs ext/PerlIO/t/encoding.t perlio.c
1477 ____________________________________________________________________________
1478 [ 12838] By: jhi                                   on 2001/11/03  21:19:43
1479         Log: Subject: Re: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
1480              From: Michael G Schwern <schwern@pobox.com>
1481              Date: Sat, 3 Nov 2001 15:41:47 -0500
1482              Message-ID: <20011103154147.C600@blackrider>
1483      Branch: perl
1484            ! lib/Term/Cap.t
1485 ____________________________________________________________________________
1486 [ 12837] By: jhi                                   on 2001/11/03  21:14:34
1487         Log: Subject: [PATCH] stop unrestricted negativity in HiRes.t 
1488              From: "Craig A. Berry" <craigberry@mac.com>     
1489              Date: Sat, 03 Nov 2001 16:02:28 -0600
1490              Message-Id: <5.1.0.14.2.20011103155539.03e44c60@exchi01>
1491      Branch: perl
1492            ! ext/Time/HiRes/HiRes.t
1493 ____________________________________________________________________________
1494 [ 12836] By: jhi                                   on 2001/11/03  18:41:33
1495         Log: Subject: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
1496              From: "chromatic" <chromatic@rmci.net>
1497              Date: Sat, 03 Nov 2001 12:28:17 -0700
1498              Message-ID: <20011103193507.94848.qmail@onion.perl.org>
1499      Branch: perl
1500            ! lib/Term/Cap.t
1501 ____________________________________________________________________________
1502 [ 12835] By: jhi                                   on 2001/11/03  18:34:08
1503         Log: Don't bother doing POSIX charclass parsing if it
1504              possibly cannot be so.  Prepares way for charclass
1505              syntax like [[abc]||[def]] (or just [[abc][def]])
1506              for union, [[\w]&&[$a]] for intersection,
1507              and [[a-z]&&[^def]] for subtraction.
1508              
1509              Currently /[[a]/ (or /[a[]/) parses as a character
1510              class containing two characters, "[" and "a",
1511              this may have to be broken for the syntax described
1512              above, otherwise we would have to scan the whole pattern
1513              to find out whether the square brackets match pairwise.
1514              Luckily, the special case of "[" doesn't seem to be
1515              documented (as opposed to "]" and "-"), so we may have
1516              better story for breaking it...  One can always use \[
1517              if one wants a literal "[", so there.
1518      Branch: perl
1519            ! regcomp.c
1520 ____________________________________________________________________________
1521 [ 12834] By: jhi                                   on 2001/11/03  17:51:44
1522         Log: Comment correction.
1523      Branch: perl
1524            ! regcomp.c
1525 ____________________________________________________________________________
1526 [ 12833] By: jhi                                   on 2001/11/03  17:33:21
1527         Log: Add MakeMaker PREREQ_PRINT and PRINT_PREREQ targets.
1528              The latter is a RedHatism.
1529      Branch: perl
1530            ! lib/ExtUtils/MakeMaker.pm
1531 ____________________________________________________________________________
1532 [ 12832] By: jhi                                   on 2001/11/03  15:43:03
1533         Log: Integrate perlio.
1534      Branch: perl
1535           !> perlio.c
1536 ____________________________________________________________________________
1537 [ 12831] By: nick                                  on 2001/11/03  11:42:15
1538         Log: Integrate mainline
1539      Branch: perlio
1540           !> doio.c ext/DynaLoader/dl_mac.xs ext/Errno/Errno_pm.PL
1541           !> ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
1542           !> hints/beos.sh hints/darwin.sh perl.c perl.h perlio.c regexec.c
1543           !> sv.c t/test.pl
1544 ____________________________________________________________________________
1545 [ 12830] By: nick                                  on 2001/11/03  10:27:34
1546         Log: Fix clone_leak problem.
1547              PerlIOStdio_dup was leaking FILE * as it was still doing fdopen()
1548              as vestige of calling PerlLIO_dup().
1549      Branch: perlio
1550            ! perlio.c
1551 ____________________________________________________________________________
1552 [ 12829] By: nick                                  on 2001/11/03  09:40:46
1553         Log: Tweaks attempting to locate Doug's clone_leak leak.
1554              - add some PerlIO_debug()
1555              - handle PerlIO_clone() with empty lists (clone before Perl_parse())
1556              - Even if it closing stdout etc. do a fflush()
1557      Branch: perlio
1558            ! perlio.c
1559 ____________________________________________________________________________
1560 [ 12828] By: nick                                  on 2001/11/03  08:34:31
1561         Log: Integrate mainline
1562      Branch: perlio
1563           !> (integrate 54 files)
1564 ____________________________________________________________________________
1565 [ 12827] By: ams                                   on 2001/11/03  03:45:19
1566         Log: Ugly bandaid to stop C<package;> from segfaulting (remember to
1567              remove this later). Based on a patch from Robert Spier in
1568              <15330.61459.14452.795263@rls.cx>.
1569      Branch: perl
1570            ! sv.c
1571 ____________________________________________________________________________
1572 [ 12826] By: jhi                                   on 2001/11/02  23:56:00
1573         Log: microperl sync.
1574      Branch: perl
1575            ! doio.c perl.c perl.h perlio.c regexec.c
1576 ____________________________________________________________________________
1577 [ 12825] By: jhi                                   on 2001/11/02  23:20:03
1578         Log: Definitions for the Unicode Newline Guidelines.
1579      Branch: perl
1580            ! perl.h
1581 ____________________________________________________________________________
1582 [ 12824] By: jhi                                   on 2001/11/02  23:08:05
1583         Log: There is no csh of any kind in default BeOS.
1584              For the purposes of miniperl globbing, bash
1585              will do.
1586      Branch: perl
1587            ! hints/beos.sh
1588 ____________________________________________________________________________
1589 [ 12823] By: jhi                                   on 2001/11/02  21:56:36
1590         Log: Integrate change #12820 from macperl to maint and blead;
1591              
1592              Fix up (dynaloading) to work properly with multiplicity
1593      Branch: maint-5.6/perl
1594           !> ext/DynaLoader/dl_mac.xs
1595      Branch: perl
1596           !> ext/DynaLoader/dl_mac.xs
1597 ____________________________________________________________________________
1598 [ 12822] By: pudge                                 on 2001/11/02  21:38:22
1599         Log: Several fixes for various exit problems and clearing out
1600              task queue, as well as another (incomplete) go at
1601              fixing error message handling
1602      Branch: maint-5.6/macperl
1603            ! macos/macish.c macos/macish.h macos/macperl/MPConsole.cp
1604 ____________________________________________________________________________
1605 [ 12821] By: pudge                                 on 2001/11/02  21:36:26
1606         Log: Add source files for bleadperl builds
1607      Branch: maint-5.6/macperl
1608            ! macos/Makefile.mk
1609 ____________________________________________________________________________
1610 [ 12820] By: pudge                                 on 2001/11/02  21:35:15
1611         Log: Fix up to work properly with multiplicity
1612      Branch: maint-5.6/macperl
1613            ! ext/DynaLoader/dl_mac.xs
1614 ____________________________________________________________________________
1615 [ 12819] By: pudge                                 on 2001/11/02  21:21:56
1616         Log: Integrate with maintperl.
1617      Branch: maint-5.6/macperl
1618           +> t/op/system.t t/op/system_tests
1619           !> MANIFEST Todo-5.6 ext/ODBM_File/ODBM_File.xs perl.h
1620           !> pod/perltodo.pod util.c win32/win32.c
1621 ____________________________________________________________________________
1622 [ 12818] By: jhi                                   on 2001/11/02  21:03:58
1623         Log: Locate _PATH_LOG if it's a socket even if not #defined
1624              (helps Tru64)  From Paul David Fardy <pdf@morgan.ucs.mun.ca>,
1625              via Nick Clark.
1626      Branch: perl
1627            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
1628 ____________________________________________________________________________
1629 [ 12817] By: jhi                                   on 2001/11/02  20:07:05
1630         Log: Subject: [PATCH t/test.pl] _expect and other little tweaks
1631              From: Michael G Schwern <schwern@pobox.com>
1632              Date: Fri, 2 Nov 2001 15:36:41 -0500
1633              Message-ID: <20011102153641.E23234@blackrider>
1634      Branch: perl
1635            ! t/test.pl
1636 ____________________________________________________________________________
1637 [ 12816] By: jhi                                   on 2001/11/02  17:53:00
1638         Log: Subject: [PATCH] patches for MacOS X 10.1 for perl 5.7.2
1639              From: merlyn@stonehenge.com (Randal L. Schwartz)
1640              Date: 02 Nov 2001 09:33:34 -0800
1641              Message-ID: <m1wv193wnl.fsf@halfdome.holdit.com>
1642              
1643              (two of the changes)
1644              
1645              Better coexistence with extensions.
1646      Branch: perl
1647            ! ext/Errno/Errno_pm.PL hints/darwin.sh
1648 ____________________________________________________________________________
1649 [ 12815] By: ams                                   on 2001/11/02  16:47:43
1650         Log: Subject: Re: [PATCH] the the double double word word fix fix
1651              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
1652              Date: Fri, 02 Nov 2001 19:43:07 +0100
1653              Message-Id: <3BE2E93B.627C198E@alcatel.at>
1654      Branch: perl
1655            ! pod/perldebug.pod
1656 ____________________________________________________________________________
1657 [ 12814] By: jhi                                   on 2001/11/02  15:24:10
1658         Log: Update Changes.
1659      Branch: perl
1660            ! Changes patchlevel.h
1661 ____________________________________________________________________________
1662 [ 12813] By: jhi                                   on 2001/11/02  15:19:35
1663         Log: More encoding testing.
1664      Branch: perl
1665            ! lib/encoding.pm lib/encoding.t
1666 ____________________________________________________________________________
1667 [ 12812] By: ams                                   on 2001/11/02  15:07:11
1668         Log: Slight modification of #12811.
1669      Branch: perl
1670            ! op.c
1671 ____________________________________________________________________________
1672 [ 12811] By: jhi                                   on 2001/11/02  14:58:13
1673         Log: Subject: Re: [ID 20011101.069] \stat('.') gives "Attempt to free unreferenced scalar"
1674              From: Radu Greab <radu@netsoft.ro>
1675              Date: Fri, 2 Nov 2001 15:28:58 +0200
1676              Message-ID: <15330.40858.629851.468818@ix.netsoft.ro>
1677      Branch: perl
1678            ! op.c t/op/stat.t
1679 ____________________________________________________________________________
1680 [ 12810] By: jhi                                   on 2001/11/02  14:15:34
1681         Log: Subject: [PATCH] Re: Extra MakeMaker noise in lib/ExtUtils/Embed.t @12791
1682              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1683              Date: Thu, 1 Nov 2001 22:35:50 +0100
1684              Message-ID: <20011101223550.A10849@rafael>
1685      Branch: perl
1686            ! lib/ExtUtils/Embed.t
1687 ____________________________________________________________________________
1688 [ 12809] By: jhi                                   on 2001/11/02  14:10:05
1689         Log: Subject: [REPATCH] Re: [PATCH File::Find] use warnings::register
1690              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
1691              Date: 2 Nov 2001 14:48:51 -0000
1692              Message-Id: <slrn9u5cj6.liq.rgarciasuarez@rafael.kazibao.net> 
1693      Branch: perl
1694            ! lib/File/Find.pm
1695 ____________________________________________________________________________
1696 [ 12808] By: jhi                                   on 2001/11/02  05:40:21
1697         Log: Add documentation.
1698      Branch: perl
1699            ! embed.pl pod/perlapi.pod utf8.c
1700 ____________________________________________________________________________
1701 [ 12807] By: jhi                                   on 2001/11/02  05:18:45
1702         Log: Unicode: add ToFold mapping.  Not used yet; but basically
1703              a more useful mapping for caseless aka case-ignoring than
1704              doing either lc($a) eq lc($b) or uc($a) eq uc($b); the full
1705              algorithm for creating the foldings uses equivalence classes,
1706              see http://www.unicode.org/unicode/reports/tr21/
1707              Hopefully this feature will be used in //i.
1708              (The folding tables were introduced by #12689.)
1709      Branch: perl
1710            ! embed.h embed.pl embedvar.h intrpvar.h perl.c perlapi.h sv.c
1711            ! utf8.c
1712 ____________________________________________________________________________
1713 [ 12806] By: jhi                                   on 2001/11/02  05:04:05
1714         Log: Subject: [PATCH] AutoSplit.t clean-up for VMS
1715              From: "Craig A. Berry" <craigberry@mac.com>
1716              Date: Fri, 02 Nov 2001 00:03:52 -0600
1717              Message-Id: <5.1.0.14.2.20011101235844.02cd4e50@exchi01>
1718      Branch: perl
1719            ! lib/AutoSplit.t
1720 ____________________________________________________________________________
1721 [ 12805] By: jhi                                   on 2001/11/02  04:17:04
1722         Log: Subject: Trivial doc patch
1723              From: andreas.koenig@anima.de (Andreas J. Koenig)
1724              Date: 02 Nov 2001 06:11:35 +0100
1725              Message-ID: <m37kt94v08.fsf@anima.de>
1726      Branch: perl
1727            ! pod/perlport.pod
1728 ____________________________________________________________________________
1729 [ 12804] By: jhi                                   on 2001/11/02  02:14:46
1730         Log: Make encoding and charnames pragmas coexist.
1731      Branch: perl
1732            ! lib/charnames.pm lib/encoding.pm lib/encoding.t
1733 ____________________________________________________________________________
1734 [ 12803] By: jhi                                   on 2001/11/02  01:26:53
1735         Log: The basic character classes seem to go untested with Unicode.
1736      Branch: perl
1737            ! t/op/pat.t
1738 ____________________________________________________________________________
1739 [ 12802] By: ams                                   on 2001/11/02  00:39:36
1740         Log: Subject: [PATCH] the the double double word word fix fix
1741              From: Richard Soderberg <rs@oregonnet.com>
1742              Date: Thu, 1 Nov 2001 13:12:03 -0800
1743              Message-Id: <200111012112.NAA23288@oregonnet.com>
1744              
1745              Subject: Re: [PATCH] the the double double word word fix fix
1746              From: Mark-Jason Dominus <mjd@plover.com>
1747              Date: Thu, 01 Nov 2001 16:43:40 -0500
1748              Message-Id: <20011101214340.2044.qmail@plover.com>
1749              
1750              Subject: Re: [PATCH] the the double double word word fix fix
1751              From: Mark-Jason Dominus <mjd@plover.com>
1752              Date: Thu, 01 Nov 2001 16:51:39 -0500
1753              Message-Id: <20011101215139.2196.qmail@plover.com>
1754      Branch: perl
1755            ! pod/perldebtut.pod pod/perldiag.pod pod/perlfaq3.pod
1756            ! pod/perlguts.pod pod/perlintro.pod pod/perliol.pod
1757            ! pod/perlmodlib.PL pod/perlmodstyle.pod pod/perlpodspec.pod
1758            ! pod/perlrequick.pod pod/perlretut.pod pod/perltoc.pod
1759            ! pod/perltodo.pod pod/perlxstut.pod
1760 ____________________________________________________________________________
1761 [ 12801] By: jhi                                   on 2001/11/01  14:27:51
1762         Log: Comment tweaks.
1763      Branch: perl
1764            ! toke.c
1765 ____________________________________________________________________________
1766 [ 12800] By: jhi                                   on 2001/11/01  14:06:04
1767         Log: FAQ sync.
1768      Branch: perl
1769            ! pod/perlfaq9.pod
1770 ____________________________________________________________________________
1771 [ 12799] By: jhi                                   on 2001/11/01  13:59:42
1772         Log: If an encoding is set by -M/-m, it must be in
1773              effect only for the actual script, not any other
1774              required/-M/-m'ed module, otherwise we enter a nasty
1775              recursion in regexec.c while trying to init the simple
1776              UTF-8 charclasses like PL_utf8_alnum.
1777      Branch: perl
1778            ! lib/encoding.pm pod/perlunicode.pod pp_ctl.c
1779 ____________________________________________________________________________
1780 [ 12798] By: jhi                                   on 2001/10/31  21:10:09
1781         Log: A bit more descriptive name.
1782      Branch: perl
1783            ! mg.c
1784 ____________________________________________________________________________
1785 [ 12797] By: jhi                                   on 2001/10/31  20:32:29
1786         Log: Subject: [PATCH Perl@12768] Time::Hires test fix
1787              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
1788              Date: Wed, 31 Oct 2001 13:47:04 EST
1789              Message-Id: <011031134626.1227@DUPHY4.Physics.Drexel.Edu>
1790      Branch: perl
1791            ! ext/Time/HiRes/HiRes.t
1792 ____________________________________________________________________________
1793 [ 12796] By: jhi                                   on 2001/10/31  20:31:20
1794         Log: Subject: [PATCH Perl@12768] make setting signal() persistent
1795              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
1796              Date: Wed, 31 Oct 2001 13:43:29 EST
1797              Message-Id: <011031134318.231c@DUPHY4.Physics.Drexel.Edu>
1798      Branch: perl
1799            ! mg.c
1800 ____________________________________________________________________________
1801 [ 12795] By: jhi                                   on 2001/10/31  20:29:37
1802         Log: Subject: [PATCH] Various test cleanups
1803              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1804              Date: Tue, 30 Oct 2001 21:56:26 +0100
1805              Message-ID: <20011030215626.A28503@rafael>
1806      Branch: perl
1807            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
1808            ! ext/DB_File/t/db-recno.t ext/Encode.t
1809 ____________________________________________________________________________
1810 [ 12794] By: jhi                                   on 2001/10/31  15:26:59
1811         Log: Update Changes.
1812      Branch: perl
1813            ! Changes patchlevel.h
1814 ____________________________________________________________________________
1815 [ 12793] By: jhi                                   on 2001/10/31  15:23:12
1816         Log: Subject: [PATCH] Data::Dumper opt. use B::Deparse for coderefs
1817              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>               
1818              Date: Wed, 31 Oct 2001 17:16:39 +0100
1819              Message-ID: <20011031171639.A32511@rafael>
1820      Branch: perl
1821            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/t/dumper.t
1822 ____________________________________________________________________________
1823 [ 12792] By: jhi                                   on 2001/10/31  15:20:01
1824         Log: Skip message nit.
1825      Branch: perl
1826            ! t/io/fs.t
1827 ____________________________________________________________________________
1828 [ 12791] By: jhi                                   on 2001/10/31  14:54:19
1829         Log: Subject: Re: [REPATCH] Re: [PATCH] Re: [ID 20011030.064] File::Temp tempdir(CLEANUP => 1) and -T on OpenBSD 2.9
1830              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
1831              Date: 31 Oct 2001 14:49:37 -0000
1832              Message-Id: <slrn9u03sk.hco.rgarciasuarez@rafael.kazibao.net> 
1833      Branch: perl
1834            ! lib/File/Path.pm lib/File/Path.t lib/File/Temp/t/mktemp.t
1835 ____________________________________________________________________________
1836 [ 12790] By: jhi                                   on 2001/10/31  14:44:33
1837         Log: Extend the effect of the encoding pragma to chr() and ord().
1838              
1839              TODO: regex literals, reentrancy problems with the utf8
1840              and charnames pragmas.
1841      Branch: perl
1842            ! lib/encoding.pm lib/encoding.t pod/perlfunc.pod pp.c sv.c
1843 ____________________________________________________________________________
1844 [ 12789] By: jhi                                   on 2001/10/31  13:25:02
1845         Log: Doc tweaks.
1846      Branch: perl
1847            ! lib/encoding.pm
1848 ____________________________________________________________________________
1849 [ 12788] By: nick                                  on 2001/10/31  08:59:56
1850         Log: Integrate mainline
1851      Branch: perlio
1852           +> lib/encoding.pm lib/encoding.t t/op/system.t t/op/system_tests
1853           !> (integrate 49 files)
1854 ____________________________________________________________________________
1855 [ 12787] By: jhi                                   on 2001/10/31  03:22:34
1856         Log: Forgot new proto.
1857      Branch: perl
1858            ! proto.h
1859 ____________________________________________________________________________
1860 [ 12786] By: jhi                                   on 2001/10/31  02:32:35
1861         Log: Clarification: use encoding cannot be used to
1862              change the default encoding of "your whole script";
1863              only the default encoding of the *data*.  Also, it
1864              seems that "use encoding" does not mix with "use utf8"
1865              (a coredumping recursion ensues).  Should not be a huge
1866              problem since "use utf8" is pretty marginal nowadays.
1867      Branch: perl
1868            ! ext/Encode/Encode.pm lib/encoding.pm pod/perlunicode.pod
1869 ____________________________________________________________________________
1870 [ 12785] By: jhi                                   on 2001/10/31  02:19:49
1871         Log: More documentation for the encode pragma.
1872      Branch: perl
1873            ! ext/Encode/Encode.pm lib/encoding.pm lib/open.pm
1874            ! pod/perlapi.pod pod/perlunicode.pod sv.c
1875 ____________________________________________________________________________
1876 [ 12784] By: jhi                                   on 2001/10/31  02:08:27
1877         Log: Thinko in #12783.
1878      Branch: perl
1879            ! sv.c
1880 ____________________________________________________________________________
1881 [ 12783] By: jhi                                   on 2001/10/31  02:04:22
1882         Log: Make sv_recode_to_utf8() a real API: the encoding
1883              is a parameter, instead of a global.  Document the
1884              PERL_ENCODING.
1885      Branch: perl
1886            ! embed.h embed.pl pod/perlapi.pod pod/perlrun.pod proto.h sv.c
1887            ! toke.c
1888 ____________________________________________________________________________
1889 [ 12782] By: jhi                                   on 2001/10/31  00:57:42
1890         Log: Enable -Mencoding=foobar also for string literals.
1891      Branch: perl
1892            ! embed.h embed.pl global.sym lib/encoding.pm lib/encoding.t
1893            ! pod/perlapi.pod proto.h sv.c toke.c
1894 ____________________________________________________________________________
1895 [ 12781] By: jhi                                   on 2001/10/30  17:06:39
1896         Log: Subject: Re: [PATCH] Re: DynaLoader problem on NCR SVR4 box
1897              From: Andy Dougherty <doughera@lafayette.edu>
1898              Date: Tue, 30 Oct 2001 12:44:27 -0500 (EST)
1899              Message-ID: <Pine.SOL.4.10.10110301241210.25351-100000@maxwell.phys.lafayette.edu>
1900      Branch: perl
1901            ! ext/POSIX/hints/svr4.pl
1902 ____________________________________________________________________________
1903 [ 12780] By: jhi                                   on 2001/10/30  14:54:12
1904         Log: Subject: RE: [PATCH h2xs] Use of static data in XS modules
1905              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
1906              Date: Mon, 29 Oct 2001 23:11:58 -0000
1907              Message-ID: <AIEAJICLCBDNAAOLLOKLMEJGDDAA.Paul_Marquess@Yahoo.co.uk>
1908              
1909              Add compat.h.
1910      Branch: perl
1911            ! lib/h2xs.t utils/h2xs.PL
1912 ____________________________________________________________________________
1913 [ 12779] By: jhi                                   on 2001/10/30  13:51:43
1914         Log: Subject: PerlIOBuf_dup
1915              From: Nicholas Clark <nick@ccl4.org>              
1916              Date: Mon, 29 Oct 2001 21:52:35 +0000             
1917              Message-ID: <20011029215235.K41204@plum.flirble.org>
1918              
1919              Add prototype.
1920      Branch: perl
1921            ! perliol.h
1922 ____________________________________________________________________________
1923 [ 12778] By: jhi                                   on 2001/10/30  13:49:51
1924         Log: Subject: [PATCH] Make malloc.c errors more useful
1925              From: Richard Soderberg <rs@oregonnet.com>
1926              Date: Mon, 29 Oct 2001 22:28:02 -0800
1927              Message-Id: <200110300628.WAA11025@oregonnet.com>
1928      Branch: perl
1929            ! malloc.c
1930 ____________________________________________________________________________
1931 [ 12777] By: jhi                                   on 2001/10/30  04:02:10
1932         Log: Retract #12776 - the bug 19990906.001 is still valid.
1933      Branch: perl
1934            ! t/run/kill_perl.t
1935 ____________________________________________________________________________
1936 [ 12776] By: jhi                                   on 2001/10/30  03:03:49
1937         Log: (Retracted by #12777)
1938              Subject: Perlbug 19990906.001 - segfault on long escaped quote regex
1939              From: Michael G Schwern <schwern@pobox.com> 
1940              Date: Mon, 29 Oct 2001 23:01:08 -0500
1941              Message-ID: <20011029230108.G18053@blackrider>
1942      Branch: perl
1943            ! t/run/kill_perl.t
1944 ____________________________________________________________________________
1945 [ 12775] By: jhi                                   on 2001/10/30  02:56:41
1946         Log: Comment nits.
1947      Branch: perl
1948            ! lib/encoding.t
1949 ____________________________________________________________________________
1950 [ 12774] By: gsar                                  on 2001/10/30  01:32:57
1951         Log: integrate change#12772 from mainline
1952              
1953              Subject: [PATCH] Mommy, what's a pointer cast?
1954      Branch: maint-5.6/perl
1955            ! perl.h
1956 ____________________________________________________________________________
1957 [ 12773] By: jhi                                   on 2001/10/30  01:19:32
1958         Log: Subject: [PATCH] Mommy, what's a pointer cast?
1959              From: Richard Soderberg <rs@oregonnet.com>
1960              Date: Mon, 29 Oct 2001 17:01:10 -0800
1961              Message-Id: <200110300101.RAA31561@oregonnet.com>
1962              
1963              (threads* parts)
1964      Branch: perl
1965            ! ext/threads/shared/shared.xs ext/threads/threads.xs
1966 ____________________________________________________________________________
1967 [ 12772] By: jhi                                   on 2001/10/30  01:19:13
1968         Log: Subject: [PATCH] Mommy, what's a pointer cast?
1969              From: Richard Soderberg <rs@oregonnet.com>
1970              Date: Mon, 29 Oct 2001 17:01:10 -0800
1971              Message-Id: <200110300101.RAA31561@oregonnet.com>
1972              
1973              (the perl.h part)
1974      Branch: perl
1975            ! perl.h
1976 ____________________________________________________________________________
1977 [ 12771] By: jhi                                   on 2001/10/30  01:17:21
1978         Log: Subject: [PATCH] OpenBSD likes signal.h 
1979              From: Richard Soderberg <rs@oregonnet.com>
1980              Date: Mon, 29 Oct 2001 17:00:31 -0800
1981              Message-Id: <200110300100.RAA31533@oregonnet.com>
1982      Branch: perl
1983            ! unixish.h
1984 ____________________________________________________________________________
1985 [ 12770] By: jhi                                   on 2001/10/30  01:10:24
1986         Log: Subject: [PATCH] RE: DB_File-1.79 on Cygwin 1.3.3
1987              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
1988              Date: Mon, 29 Oct 2001 23:04:23 -0000
1989              Message-ID: <AIEAJICLCBDNAAOLLOKLGEJGDDAA.Paul_Marquess@Yahoo.co.uk>
1990      Branch: perl
1991            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
1992            ! ext/DB_File/t/db-recno.t
1993 ____________________________________________________________________________
1994 [ 12769] By: jhi                                   on 2001/10/30  01:08:01
1995         Log: Subject: [PATCH perl@12718] HiRes.t tweaks
1996              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
1997              Date: Mon, 29 Oct 2001 12:34:07 -0600
1998              Message-Id: <5.1.0.14.2.20011029121906.035d7e00@exchi01>
1999      Branch: perl
2000            ! ext/Time/HiRes/HiRes.t
2001 ____________________________________________________________________________
2002 [ 12768] By: jhi                                   on 2001/10/29  15:10:04
2003         Log: Update Changes.
2004      Branch: perl
2005            ! Changes patchlevel.h
2006 ____________________________________________________________________________
2007 [ 12767] By: jhi                                   on 2001/10/29  14:49:28
2008         Log: AIX needs an explicit symbol export list.
2009      Branch: perl
2010            ! lib/ExtUtils/Embed.t
2011 ____________________________________________________________________________
2012 [ 12766] By: jhi                                   on 2001/10/29  14:08:21
2013         Log: The test (and the module) would require some
2014              quality hacking time to work on EBCDIC.  Based n
2015              the test results nothing seems to be majorly broken,
2016              the module just seems to have strange assumptions:
2017              got: ''\226\225\205'
2018              expected: ''one'
2019              The \226\225\205 being, of course, 'one', in EBCDIC.
2020      Branch: perl
2021            ! lib/Dumpvalue.t
2022 ____________________________________________________________________________
2023 [ 12765] By: jhi                                   on 2001/10/29  13:58:48
2024         Log: Mark the test known to be failing in EBCDIC.
2025      Branch: perl
2026            ! t/op/tr.t
2027 ____________________________________________________________________________
2028 [ 12764] By: jhi                                   on 2001/10/29  13:51:51
2029         Log: None of the libnet modules are going to work in
2030              EBCDIC without the Convert::EBCDIC.
2031      Branch: perl
2032            ! t/lib/1_compile.t
2033 ____________________________________________________________________________
2034 [ 12763] By: jhi                                   on 2001/10/29  13:45:39
2035         Log: Neither is 0xff illegal UTF-EBCDIC since it's the last C1.
2036      Branch: perl
2037            ! t/op/pack.t
2038 ____________________________________________________________________________
2039 [ 12762] By: jhi                                   on 2001/10/29  13:40:17
2040         Log: UTF-EBCDIC ain't UTF-8.
2041      Branch: perl
2042            ! t/op/pack.t
2043 ____________________________________________________________________________
2044 [ 12761] By: jhi                                   on 2001/10/29  13:35:35
2045         Log: In EBCDIC cannot test compile Net::Cmd without Convert::EBCDIC.
2046      Branch: perl
2047            ! t/lib/1_compile.t
2048 ____________________________________________________________________________
2049 [ 12760] By: jhi                                   on 2001/10/29  13:32:20
2050         Log: Let's not assume ASCII.
2051      Branch: perl
2052            ! t/op/lc.t
2053 ____________________________________________________________________________
2054 [ 12759] By: jhi                                   on 2001/10/29  13:24:54
2055         Log: Call the new perlio symbols differently.
2056      Branch: perl
2057            ! makedef.pl
2058 ____________________________________________________________________________
2059 [ 12758] By: jhi                                   on 2001/10/29  13:23:11
2060         Log: Don't expect ASCII ordering.
2061      Branch: perl
2062            ! lib/ExtUtils/Manifest.t
2063 ____________________________________________________________________________
2064 [ 12757] By: jhi                                   on 2001/10/29  13:13:09
2065         Log: Forgot from #12756.
2066      Branch: perl
2067            ! perlio.h
2068 ____________________________________________________________________________
2069 [ 12756] By: jhi                                   on 2001/10/29  13:12:41
2070         Log: BeOS tweaks:
2071              - fseeko and ftello can be found by Configure but
2072              we do not seem to have prototypes for them so
2073              let's make up some
2074              - BeOS didn't use to have real sockets (sockets as
2075              filedescriptors) but the BONE package is supposed
2076              to fix this.  I do not know how to detect BONEness,
2077              see hints/beos.sh for a spot that needs to fixed.
2078              - BeOS has O_TEXT != O_BINARY but has no setmode()
2079      Branch: perl
2080            ! hints/beos.sh perlio.c
2081 ____________________________________________________________________________
2082 [ 12755] By: sky                                   on 2001/10/29  12:56:12
2083         Log: Ugly fix to not die when a thread creator is holding locks.
2084      Branch: perl
2085            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
2086            ! ext/threads/threads.xs
2087 ____________________________________________________________________________
2088 [ 12754] By: jhi                                   on 2001/10/29  12:31:34
2089         Log: Integrate change #12752 from maintperl;
2090              
2091              croak(Nullch) wasn't printing the contents of ERRSV if there was
2092              no outer eval (bug in change#6125)
2093      Branch: perl
2094           !> util.c
2095 ____________________________________________________________________________
2096 [ 12753] By: jhi                                   on 2001/10/29  12:28:41
2097         Log: Subject: [PATCH h2xs] Use of static data in XS modules
2098              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
2099              Date: Sun, 28 Oct 2001 21:19:07 -0000
2100              Message-ID: <AIEAJICLCBDNAAOLLOKLIEHNDDAA.Paul_Marquess@Yahoo.co.uk>
2101              
2102              with nits from Sarathy.
2103      Branch: perl
2104            ! utils/h2xs.PL
2105 ____________________________________________________________________________
2106 [ 12752] By: gsar                                  on 2001/10/29  03:07:15
2107         Log: croak(Nullch) wasn't printing the contents of ERRSV if there was
2108              no outer eval (bug in change#6125)
2109      Branch: maint-5.6/perl
2110            ! util.c
2111 ____________________________________________________________________________
2112 [ 12751] By: jhi                                   on 2001/10/28  23:11:15
2113         Log: More todo for the encoding pragma.
2114      Branch: perl
2115            ! lib/encoding.pm
2116 ____________________________________________________________________________
2117 [ 12750] By: jhi                                   on 2001/10/28  22:55:24
2118         Log: Add the encoding pragma to control the "upgrade"
2119              from the native eight bit data to Unicode.
2120              
2121              TODO: \x.. and \0... literals.  \N{}.  chr()? ord()?
2122      Branch: perl
2123            + lib/encoding.pm lib/encoding.t
2124            ! MANIFEST embedvar.h gv.c intrpvar.h mg.c perlapi.h
2125            ! pod/perlunicode.pod pod/perlvar.pod sv.c
2126 ____________________________________________________________________________
2127 [ 12749] By: sky                                   on 2001/10/28  21:02:33
2128         Log: Update documentation.
2129      Branch: perl
2130            ! ext/threads/shared/shared.pm
2131 ____________________________________________________________________________
2132 [ 12748] By: jhi                                   on 2001/10/28  20:55:57
2133         Log: Integrate change #12747 from maintperl;
2134              
2135              finishing touches to system() fixes on windows:
2136              * detect cmd shell correctly even if it had full path in it
2137              * more quoting needed for single-arg system if the argument
2138              really had multiple quoted arguments within it
2139              * be smarter about not calling the shell when the executable
2140              has spaces, but otherwise does not need shell involvement
2141              * add a testsuite (windows-specific currently)
2142      Branch: perl
2143           +> t/op/system.t t/op/system_tests
2144            ! MANIFEST pod/perltodo.pod
2145           !> win32/win32.c
2146 ____________________________________________________________________________
2147 [ 12747] By: gsar                                  on 2001/10/28  18:33:23
2148         Log: finishing touches to system() fixes on windows:
2149              * detect cmd shell correctly even if it had full path in it
2150              * more quoting needed for single-arg system if the argument
2151              really had multiple quoted arguments within it
2152              * be smarter about not calling the shell when the executable
2153              has spaces, but otherwise does not need shell involvement
2154              * add a testsuite (windows-specific currently)
2155      Branch: maint-5.6/perl
2156            + t/op/system.t t/op/system_tests
2157            ! MANIFEST Todo-5.6 pod/perltodo.pod win32/win32.c
2158 ____________________________________________________________________________
2159 [ 12746] By: jhi                                   on 2001/10/28  16:34:35
2160         Log: Integrate perlio.
2161      Branch: perl
2162           !> ext/Time/HiRes/HiRes.xs lib/ExtUtils/Embed.t
2163 ____________________________________________________________________________
2164 [ 12745] By: nick                                  on 2001/10/28  16:08:14
2165         Log: Mingw32 fixup for Embed.t
2166      Branch: perlio
2167            ! lib/ExtUtils/Embed.t
2168 ____________________________________________________________________________
2169 [ 12744] By: nick                                  on 2001/10/28  15:54:14
2170         Log: GCC vs MS 64-bit constant syntax
2171      Branch: perlio
2172            ! ext/Time/HiRes/HiRes.xs
2173 ____________________________________________________________________________
2174 [ 12743] By: nick                                  on 2001/10/28  15:42:55
2175         Log: Integrate mainline
2176      Branch: perlio
2177           !> ext/threads/threads.pm lib/ExtUtils/Embed.t
2178 ____________________________________________________________________________
2179 [ 12742] By: sky                                   on 2001/10/28  14:47:10
2180         Log: Manpage updates.
2181      Branch: perl
2182            ! ext/threads/threads.pm
2183 ____________________________________________________________________________
2184 [ 12741] By: jhi                                   on 2001/10/28  14:39:55
2185         Log: Newline confusion: t/TEST sees an extra newline and gets huffy.
2186      Branch: perl
2187            ! lib/ExtUtils/Embed.t
2188 ____________________________________________________________________________
2189 [ 12740] By: nick                                  on 2001/10/28  14:14:24
2190         Log: Integrate mainline
2191      Branch: perlio
2192           !> lib/ExtUtils/Embed.t win32/win32.c
2193 ____________________________________________________________________________
2194 [ 12739] By: jhi                                   on 2001/10/28  14:06:58
2195         Log: Need to be ./executed.
2196      Branch: perl
2197            ! lib/ExtUtils/Embed.t
2198 ____________________________________________________________________________
2199 [ 12738] By: jhi                                   on 2001/10/28  14:03:58
2200         Log: Integrate perlio.
2201      Branch: perl
2202           !> perlio.c win32/win32.h
2203 ____________________________________________________________________________
2204 [ 12737] By: nick                                  on 2001/10/28  13:53:45
2205         Log: Tweak for build with Mingw32 - __attribute__((unused)) is not liked
2206              by gcc -xc++.
2207      Branch: perlio
2208            ! win32/win32.h
2209 ____________________________________________________________________________
2210 [ 12736] By: nick                                  on 2001/10/28  13:50:50
2211         Log: Have :stdio layer update an honour the fd refcnt table.
2212              Embed.t now passes with PERLIO=stdio as well (tested under ithreads)
2213      Branch: perlio
2214            ! perlio.c
2215 ____________________________________________________________________________
2216 [ 12735] By: jhi                                   on 2001/10/28  13:34:37
2217         Log: Integrate changes #12724 and #12725 from maintperl;
2218              multiarg system now works.
2219      Branch: perl
2220           !> win32/win32.c
2221 ____________________________________________________________________________
2222 [ 12734] By: jhi                                   on 2001/10/28  13:31:54
2223         Log: Integrate perlio.
2224      Branch: perl
2225           +> lib/ExtUtils/Embed.t
2226           !> MANIFEST perlio.c
2227 ____________________________________________________________________________
2228 [ 12733] By: nick                                  on 2001/10/28  13:07:16
2229         Log: Use fd refcounts to solve the problem highlighted by new Embed.t, at
2230              least for PERLIO=perlio unthreaded case
2231      Branch: perlio
2232            ! perlio.c
2233 ____________________________________________________________________________
2234 [ 12732] By: nick                                  on 2001/10/28  11:10:24
2235         Log: Typo in exe name
2236      Branch: perlio
2237            ! lib/ExtUtils/Embed.t
2238 ____________________________________________________________________________
2239 [ 12731] By: nick                                  on 2001/10/28  11:09:59
2240         Log: Integrate Mainline
2241      Branch: perlio
2242           !> Changes configure.com ext/DB_File/DB_File.pm
2243           !> ext/ODBM_File/ODBM_File.xs ext/Time/HiRes/HiRes.xs
2244           !> ext/threads/shared/shared.xs lib/ExtUtils/xsubpp
2245           !> lib/unicore/Is.pl lib/unicore/mktables makedef.pl op.h
2246           !> patchlevel.h perlio.c pod/perlapi.pod pod/perlfaq4.pod
2247           !> pod/perlhack.pod pod/perltoc.pod pod/perlunicode.pod sv.h
2248           !> t/TEST t/op/regexp.t win32/buildext.pl
2249 ____________________________________________________________________________
2250 [ 12730] By: nick                                  on 2001/10/28  11:05:35
2251         Log: Fixup Embed.t for Win32/VC++
2252      Branch: perlio
2253            ! lib/ExtUtils/Embed.t
2254 ____________________________________________________________________________
2255 [ 12729] By: nick                                  on 2001/10/28  09:36:20
2256         Log: Adapt testcase from Doug Maceachern <dougm@covalent.net> for perlio_destruct
2257              bug as lib/ExtUtils/Embed.t which tests that and some aspects of
2258              ExtUtils::Embed.
2259      Branch: perlio
2260            + lib/ExtUtils/Embed.t
2261            ! MANIFEST
2262 ____________________________________________________________________________
2263 [ 12728] By: sky                                   on 2001/10/28  08:12:53
2264         Log: Change #12726 changed require 5.002 to 5.0 somehow, I know I never changed that
2265              line manually!
2266      Branch: perl
2267            ! lib/ExtUtils/xsubpp
2268 ____________________________________________________________________________
2269 [ 12727] By: sky                                   on 2001/10/28  08:02:09
2270         Log: And here we use the prototypes.
2271      Branch: perl
2272            ! ext/threads/shared/shared.xs
2273 ____________________________________________________________________________
2274 [ 12726] By: sky                                   on 2001/10/28  08:00:48
2275         Log: Support [] style prototypes.
2276      Branch: perl
2277            ! lib/ExtUtils/xsubpp
2278 ____________________________________________________________________________
2279 [ 12725] By: gsar                                  on 2001/10/28  04:49:15
2280         Log: yet another multi-arg system() fix on windows: batch files as the
2281              first argument (i.e. directly executed by CreateProcess()) need
2282              extra quoting to escape shell-shock
2283      Branch: maint-5.6/perl
2284            ! win32/win32.c
2285 ____________________________________________________________________________
2286 [ 12724] By: gsar                                  on 2001/10/28  03:49:31
2287         Log: another multi-arg system() fix on windows: passing empty arguments
2288              now works
2289      Branch: maint-5.6/perl
2290            ! win32/win32.c
2291 ____________________________________________________________________________
2292 [ 12723] By: jhi                                   on 2001/10/28  03:32:32
2293         Log: Explicitly expect only 4 or 8 bytes of PTRSIZE.
2294              No final #else #error because we do not seem to
2295              be using #error?
2296      Branch: perl
2297            ! op.h
2298 ____________________________________________________________________________
2299 [ 12722] By: jhi                                   on 2001/10/28  02:41:04
2300         Log: Subject: [PATCH Perl@12647] Time::HiRes ualarm for VMS without one
2301              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)        
2302              Date: Sat, 27 Oct 2001 23:28:44 EST 
2303              Message-Id: <011027232650.19ae30@DUPHY4.Physics.Drexel.Edu>
2304      Branch: perl
2305            ! ext/Time/HiRes/HiRes.xs
2306 ____________________________________________________________________________
2307 [ 12721] By: jhi                                   on 2001/10/28  01:53:34
2308         Log: Regen perlapi, perltoc.
2309      Branch: perl
2310            ! pod/perlapi.pod pod/perltoc.pod
2311 ____________________________________________________________________________
2312 [ 12720] By: jhi                                   on 2001/10/28  01:30:04
2313         Log: Subject: [PATCH] sv.h documentation
2314              From: Tim Jenness <t.jenness@jach.hawaii.edu>              
2315              Date: Sat, 27 Oct 2001 15:27:41 -1000 (HST) 
2316              Message-ID: <Pine.LNX.4.33.0110271526270.24647-100000@lapaki>
2317      Branch: perl
2318            ! sv.h
2319 ____________________________________________________________________________
2320 [ 12719] By: gsar                                  on 2001/10/27  23:42:51
2321         Log: "nmake clean" fails to clean ext/... because buildext.pl calls
2322              system("nmake -nologo", "clean") and there is no executable
2323              called "nmake -nologo"; this used to "work" pre-change#12559 due
2324              to bugs in multiarg system() that have since been fixed
2325      Branch: perl
2326            ! win32/buildext.pl
2327 ____________________________________________________________________________
2328 [ 12718] By: jhi                                   on 2001/10/27  21:58:35
2329         Log: Update Changes.
2330      Branch: perl
2331            ! Changes patchlevel.h
2332 ____________________________________________________________________________
2333 [ 12717] By: jhi                                   on 2001/10/27  21:54:11
2334         Log: Subject: perlhack.pod addendum for consideration (perlbug mail interface)
2335              From: Richard.Foley@t-online.de (Richard Foley)            
2336              Date: Sun, 28 Oct 2001 00:48:32 +0200
2337              Message-ID: <15xbQQ-1BoWxsC@fwd02.sul.t-online.com>
2338      Branch: perl
2339            ! pod/perlhack.pod
2340 ____________________________________________________________________________
2341 [ 12716] By: jhi                                   on 2001/10/27  21:41:02
2342         Log: Must store pointers with the right width.
2343      Branch: perl
2344            ! op.h
2345 ____________________________________________________________________________
2346 [ 12715] By: jhi                                   on 2001/10/27  21:22:52
2347         Log: Integrate change #12711 from perlio;
2348              
2349              Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
2350              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
2351      Branch: perl
2352           !> perlio.c
2353 ____________________________________________________________________________
2354 [ 12714] By: jhi                                   on 2001/10/27  21:04:59
2355         Log: Subject: [PATCH] make minitest
2356              From: Nicholas Clark <nick@ccl4.org>
2357              Date: Sat, 27 Oct 2001 22:56:16 +0100
2358              Message-ID: <20011027225616.L20275@plum.flirble.org>
2359      Branch: perl
2360            ! t/TEST
2361 ____________________________________________________________________________
2362 [ 12713] By: jhi                                   on 2001/10/27  20:58:33
2363         Log: Patch #12661 missed this.
2364      Branch: perl
2365            ! ext/DB_File/DB_File.pm
2366 ____________________________________________________________________________
2367 [ 12712] By: jhi                                   on 2001/10/27  20:56:38
2368         Log: Subject: [PATCH perl@12696] C RTL awareness update for VMS
2369              From: "Craig A. Berry" <craigberry@mac.com>
2370              Date: Sat, 27 Oct 2001 16:07:47 -0500
2371              Message-Id: <5.1.0.14.2.20011027134037.01bebc60@exchi01>
2372      Branch: perl
2373            ! configure.com perlio.c
2374 ____________________________________________________________________________
2375 [ 12711] By: nick                                  on 2001/10/27  19:49:25
2376         Log: Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
2377              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
2378      Branch: perlio
2379            ! perlio.c
2380 ____________________________________________________________________________
2381 [ 12710] By: jhi                                   on 2001/10/27  17:07:46
2382         Log: Let's not replace reason if there's one already supplied.
2383      Branch: perl
2384            ! t/op/regexp.t
2385 ____________________________________________________________________________
2386 [ 12709] By: jhi                                   on 2001/10/27  17:02:30
2387         Log: is not good.
2388      Branch: perl
2389            ! t/op/regexp.t
2390 ____________________________________________________________________________
2391 [ 12708] By: jhi                                   on 2001/10/27  16:54:07
2392         Log: ldlibpth can exist but be unset.
2393      Branch: perl
2394            ! t/TEST
2395 ____________________________________________________________________________
2396 [ 12707] By: jhi                                   on 2001/10/27  16:47:07
2397         Log: Unicode: property alias naming cleanup.
2398      Branch: perl
2399            ! lib/unicore/Is.pl lib/unicore/mktables pod/perlunicode.pod
2400 ____________________________________________________________________________
2401 [ 12706] By: jhi                                   on 2001/10/27  15:24:06
2402         Log: FAQ sync.
2403      Branch: perl
2404            ! pod/perlfaq4.pod
2405 ____________________________________________________________________________
2406 [ 12705] By: jhi                                   on 2001/10/27  15:23:15
2407         Log: Integrate change #12703 from maintperl;
2408              
2409              typemap stuff intervenes before declaration, move it to PREINIT
2410              section
2411              
2412              (an empty integrate, but now the files are in sync
2413              between the branches)
2414      Branch: perl
2415           !> ext/ODBM_File/ODBM_File.xs
2416 ____________________________________________________________________________
2417 [ 12704] By: jhi                                   on 2001/10/27  15:21:17
2418         Log: More PerlIO symbols.
2419      Branch: perl
2420            ! makedef.pl
2421 ____________________________________________________________________________
2422 [ 12703] By: gsar                                  on 2001/10/27  15:12:54
2423         Log: typemap stuff intervenes before declaration, move it to PREINIT
2424              section
2425      Branch: maint-5.6/perl
2426            ! ext/ODBM_File/ODBM_File.xs
2427 ____________________________________________________________________________
2428 [ 12702] By: nick                                  on 2001/10/27  14:09:35
2429         Log: Integrate mainline
2430      Branch: perlio
2431           +> ext/threads/shared/t/av_simple.t
2432           +> ext/threads/shared/t/hv_refs.t
2433           +> ext/threads/shared/t/hv_simple.t lib/unicore/To/Fold.pl
2434           !> (integrate 109 files)
2435 ____________________________________________________________________________
2436 [ 12700] By: ams                                   on 2001/10/26  21:22:23
2437         Log: Subject: [PATCH] tweak divide
2438              From: Nicholas Clark <nick@ccl4.org>
2439              Date: Fri, 26 Oct 2001 22:52:17 +0100
2440              Message-Id: <20011026225217.B20275@plum.flirble.org>
2441      Branch: perl
2442            ! pp.c
2443 ____________________________________________________________________________
2444 [ 12699] By: pudge                                 on 2001/10/26  20:49:00
2445         Log: Integrate a buncha things from maintperl.
2446      Branch: maint-5.6/macperl
2447           !> (integrate 32 files)
2448 ____________________________________________________________________________
2449 [ 12698] By: jhi                                   on 2001/10/26  19:13:24
2450         Log: Subject: [PATCH] Re: DynaLoader problem on NCR SVR4 box
2451              From: Andy Dougherty <doughera@lafayette.edu>
2452              Date: Fri, 26 Oct 2001 14:36:29 -0400 (EDT)
2453              Message-ID: <Pine.SOL.4.10.10110261434280.23229-100000@maxwell.phys.lafayette.edu>
2454      Branch: perl
2455            ! hints/svr4.sh
2456 ____________________________________________________________________________
2457 [ 12697] By: jhi                                   on 2001/10/26  18:42:58
2458         Log: When you're root, many things become writable.
2459      Branch: perl
2460            ! lib/ExtUtils/Mkbootstrap.t lib/ExtUtils/Packlist.t
2461 ____________________________________________________________________________
2462 [ 12696] By: jhi                                   on 2001/10/26  15:52:58
2463         Log: Update Changes.
2464      Branch: perl
2465            ! Changes patchlevel.h
2466 ____________________________________________________________________________
2467 [ 12695] By: gsar                                  on 2001/10/26  15:34:31
2468         Log: Term/Cap.t attempts to access the floppy drive for no good reason
2469              on dosish systems
2470      Branch: perl
2471            ! lib/Term/Cap.t
2472 ____________________________________________________________________________
2473 [ 12694] By: gsar                                  on 2001/10/26  15:15:16
2474         Log: fix misleading comment on known inadequacy in B::Terse, and skip
2475              it correctly
2476      Branch: perl
2477            ! ext/B/t/terse.t
2478 ____________________________________________________________________________
2479 [ 12693] By: gsar                                  on 2001/10/26  14:53:56
2480         Log: fix spurious AutoSplit.t failure under windows
2481      Branch: perl
2482            ! lib/AutoSplit.t
2483 ____________________________________________________________________________
2484 [ 12692] By: gsar                                  on 2001/10/26  14:39:06
2485         Log: Time::HiRes::alarm() ain't gonna work either if ualarm() ain't
2486      Branch: perl
2487            ! ext/Time/HiRes/HiRes.t
2488 ____________________________________________________________________________
2489 [ 12691] By: jhi                                   on 2001/10/26  14:34:15
2490         Log: More logical to use %04"UVXf" than %"UVuf" since
2491              the Unicode standard prefers hex.
2492      Branch: perl
2493            ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl
2494            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
2495            ! lib/unicore/mktables utf8.c
2496 ____________________________________________________________________________
2497 [ 12690] By: gsar                                  on 2001/10/26  14:15:55
2498         Log: change#12065 seems to have broken Encode build on windows; fix
2499      Branch: perl
2500            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
2501 ____________________________________________________________________________
2502 [ 12689] By: jhi                                   on 2001/10/26  14:12:04
2503         Log: Unicode: add the case folding table.
2504      Branch: perl
2505            + lib/unicore/To/Fold.pl
2506            ! MANIFEST lib/unicore/mktables
2507 ____________________________________________________________________________
2508 [ 12688] By: sky                                   on 2001/10/26  13:51:29
2509         Log: Get the new functions right, do not export lock since we use builtin lock.
2510              TODO: fix xsubpp to support the new prototypes
2511      Branch: perl
2512            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
2513 ____________________________________________________________________________
2514 [ 12687] By: jhi                                   on 2001/10/26  13:43:03
2515         Log: USE_ENVIRON_ARRAY instead of !MACOS_TRADITIONAL,
2516              as suggested by Sarathy.
2517      Branch: perl
2518            ! mg.c
2519 ____________________________________________________________________________
2520 [ 12686] By: gsar                                  on 2001/10/26  13:39:52
2521         Log: avoid compiler warning
2522      Branch: perl
2523            ! win32/win32.c
2524 ____________________________________________________________________________
2525 [ 12685] By: jhi                                   on 2001/10/26  13:39:12
2526         Log: WinCE update from Rainer Keuchel.
2527      Branch: perl
2528            ! perl.h wince/Makefile.ce wince/config.ce wince/perldll.def
2529            ! wince/wince.c
2530 ____________________________________________________________________________
2531 [ 12684] By: sky                                   on 2001/10/26  13:34:33
2532         Log: And then finally cond_wait cond_signal and cond_broadcast are now implmented.
2533      Branch: perl
2534            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
2535 ____________________________________________________________________________
2536 [ 12683] By: gbarr                                 on 2001/10/26  13:32:47
2537         Log: More fixes that were made to the core and not in the libnet src
2538      Branch: perl
2539            ! lib/Net/Domain.pm
2540 ____________________________________________________________________________
2541 [ 12682] By: jhi                                   on 2001/10/26  13:31:10
2542         Log: Subject: Re: DB_File-1.79 on Cygwin 1.3.3
2543              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>    
2544              Date: Fri, 26 Oct 2001 13:55:21 +0200
2545              Message-Id: <20011026135017.F575.H.M.BRAND@hccnet.nl>
2546              
2547              (plus make the db-recno.t#59 accept both \n and \r\n)
2548      Branch: perl
2549            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
2550            ! ext/DB_File/t/db-recno.t
2551 ____________________________________________________________________________
2552 [ 12681] By: gbarr                                 on 2001/10/26  13:22:38
2553         Log: Fix tests to be able to run in the core and the CPAN dist
2554      Branch: perl
2555            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
2556            ! lib/Net/t/require.t lib/Net/t/smtp.t
2557 ____________________________________________________________________________
2558 [ 12680] By: jhi                                   on 2001/10/26  13:16:03
2559         Log: Subject: Re: perl@12605 on VMS, [minor PATCH enclosed]
2560              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
2561              Message-Id: <011026081912.dc29b@DUPHY4.Physics.Drexel.Edu>
2562              Date: Fri, 26 Oct 2001 08:34:46 EDT
2563      Branch: perl
2564            ! ext/Time/HiRes/HiRes.t
2565 ____________________________________________________________________________
2566 [ 12679] By: gbarr                                 on 2001/10/26  13:11:00
2567         Log: Sync libnet modules with what will be libnet-1.08
2568      Branch: perl
2569            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.pm
2570            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/I.pm
2571            ! lib/Net/Netrc.pm lib/Net/SMTP.pm lib/Net/t/ftp.t
2572            ! lib/Net/t/hostname.t lib/Net/t/nntp.t lib/Net/t/smtp.t
2573 ____________________________________________________________________________
2574 [ 12678] By: jhi                                   on 2001/10/26  13:03:01
2575         Log: Integrate maintperl changes #12268 and #12669;
2576              
2577              final touches to the audit for statics and thread-unsafe code
2578              * make DB_File, ODBM_File thread-safe 
2579              * remove unnecessary/dangerous statics and protect others
2580              from not getting accidentally enabled under threaded perls
2581              
2582              windows support functions get_childdir() et al aren't exported
2583              correctly under vanilla build
2584              
2585              Testing under win32 appreciated since changes there had
2586              to be manually merged and I cannot test how badly did I do.
2587      Branch: perl
2588           !> ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
2589           !> ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
2590           !> gv.c iperlsys.h makedef.pl mg.c op.c scope.c toke.c util.c
2591           !> win32/vmem.h win32/win32.c win32/win32iop.h
2592 ____________________________________________________________________________
2593 [ 12677] By: sky                                   on 2001/10/26  12:37:17
2594         Log: More Config::threads to threads::threads changes
2595      Branch: perl
2596            ! ext/threads/shared/shared.pm ext/threads/t/basic.t
2597 ____________________________________________________________________________
2598 [ 12676] By: sky                                   on 2001/10/26  12:31:46
2599         Log: Make new() work exactly like create(). Move from Config::threads to threads::threads
2600      Branch: perl
2601            ! ext/threads/threads.pm ext/threads/threads.xs
2602 ____________________________________________________________________________
2603 [ 12675] By: sky                                   on 2001/10/26  12:06:30
2604         Log: Allocing a TLS in runtime is not too hot.
2605      Branch: perl
2606            ! ext/threads/threads.xs
2607 ____________________________________________________________________________
2608 [ 12674] By: sky                                   on 2001/10/26  11:59:09
2609         Log: Don't display debug data.
2610      Branch: perl
2611            ! ext/threads/threads.pm
2612 ____________________________________________________________________________
2613 [ 12673] By: sky                                   on 2001/10/26  11:35:47
2614         Log: Extend support of change #12672 to support arrays and hashes. Shared reference support is
2615              complete bar support for blessed objects.
2616              TODO: tests for shared arrays and more hv reference tests. Also a complex test testing all types intermixed.
2617      Branch: perl
2618            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
2619 ____________________________________________________________________________
2620 [ 12672] By: sky                                   on 2001/10/26  11:15:28
2621         Log: Fix case where shared reference does not exist in current thread.
2622      Branch: perl
2623            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
2624 ____________________________________________________________________________
2625 [ 12671] By: sky                                   on 2001/10/26  08:48:52
2626         Log: Support for references in shared arrays.
2627      Branch: perl
2628            ! ext/threads/shared/shared.xs
2629 ____________________________________________________________________________
2630 [ 12670] By: sky                                   on 2001/10/26  08:30:11
2631         Log: Add tests for references in hashes.
2632      Branch: perl
2633            + ext/threads/shared/t/hv_refs.t
2634            ! MANIFEST
2635 ____________________________________________________________________________
2636 [ 12669] By: gsar                                  on 2001/10/26  06:07:10
2637         Log: windows support functions get_childdir() et al aren't exported
2638              correctly under vanilla build
2639      Branch: maint-5.6/perl
2640            ! iperlsys.h makedef.pl mg.c win32/win32.c win32/win32iop.h
2641 ____________________________________________________________________________
2642 [ 12668] By: gsar                                  on 2001/10/26  03:52:12
2643         Log: final touches to the audit for statics and thread-unsafe code
2644              * make DB_File, ODBM_File thread-safe 
2645              * remove unnecessary/dangerous statics and protect others
2646              from not getting accidentally enabled under threaded perls
2647      Branch: maint-5.6/perl
2648            ! ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
2649            ! ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
2650            ! gv.c mg.c op.c scope.c toke.c util.c win32/vmem.h
2651            ! win32/win32.c
2652 ____________________________________________________________________________
2653 [ 12667] By: ams                                   on 2001/10/26  03:48:36
2654         Log: Subject: [PATCH] Fix sharedsv.c compile-time warnings.
2655              From: "Richard Soderberg" <rs@crystalflame.net>
2656              Date: Thu, 25 Oct 2001 23:42:50 -0400
2657              Message-Id: <NAEKLNAAHLMBPMPNBMLEKEJCEAAA.rs@crystalflame.net>
2658      Branch: perl
2659            ! sharedsv.c
2660 ____________________________________________________________________________
2661 [ 12666] By: jhi                                   on 2001/10/26  02:07:17
2662         Log: Integrate change #12664 from maintperl;
2663              
2664              the newest GCCs don't seem to like C<"string1"##STRING2>
2665              so keep it as C<"string1" STRING2> (latter appears to
2666              work everywhere)
2667      Branch: perl
2668           !> ext/DynaLoader/dlutils.c
2669 ____________________________________________________________________________
2670 [ 12665] By: jhi                                   on 2001/10/26  02:04:29
2671         Log: Subject: [PATCH] perl.h for Mac OS (Classic)
2672              From: Chris Nandor <pudge@pobox.com>
2673              Date: Thu, 25 Oct 2001 22:15:03 -0400
2674              Message-Id: <p0510030db7fe771a5a34@[10.0.1.177]>
2675      Branch: perl
2676            ! perl.h
2677 ____________________________________________________________________________
2678 [ 12664] By: gsar                                  on 2001/10/26  00:22:35
2679         Log: the newest GCCs don't seem to like C<"string1"##STRING2> so keep it as
2680              C<"string1" STRING2> (latter appears to work everywhere)
2681      Branch: maint-5.6/perl
2682            ! ext/DynaLoader/dlutils.c
2683 ____________________________________________________________________________
2684 [ 12663] By: jhi                                   on 2001/10/25  22:59:44
2685         Log: AUTHORS update.
2686      Branch: perl
2687            ! AUTHORS
2688 ____________________________________________________________________________
2689 [ 12662] By: jhi                                   on 2001/10/25  22:50:41
2690         Log: Integrate change #12660 from maintperl;
2691              
2692              make the dMY_CXT stuff available under all of
2693              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
2694      Branch: perl
2695           !> perl.h
2696 ____________________________________________________________________________
2697 [ 12661] By: jhi                                   on 2001/10/25  22:47:28
2698         Log: Subject: [PATCH] DB_File-1.79
2699              From: "Paul Marquess" <paul.marquess@openwave.com>
2700              Date: Fri, 26 Oct 2001 00:03:54 +0100
2701              Message-ID: <AIEAJICLCBDNAAOLLOKLAEELDDAA.paul.marquess@openwave.com>
2702      Branch: perl
2703            ! ext/DB_File/Changes ext/DB_File/DB_File.xs
2704            ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
2705 ____________________________________________________________________________
2706 [ 12660] By: gsar                                  on 2001/10/25  22:44:44
2707         Log: make the dMY_CXT stuff available under all of
2708              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
2709      Branch: maint-5.6/perl
2710            ! perl.h
2711 ____________________________________________________________________________
2712 [ 12659] By: jhi                                   on 2001/10/25  21:27:23
2713         Log: Subject: [PATCH t/run/killperl.t] Re: [ID 20011025.054] Segmentation fault when using the function read not correctly
2714              From: Michael G Schwern <schwern@pobox.com>
2715              Date: Thu, 25 Oct 2001 18:28:12 -0400
2716              Message-ID: <20011025182812.M4811@blackrider>
2717      Branch: perl
2718            ! t/run/kill_perl.t
2719 ____________________________________________________________________________
2720 [ 12658] By: jhi                                   on 2001/10/25  20:54:58
2721         Log: STRLEN != int.
2722      Branch: perl
2723            ! regcomp.c regexec.c
2724 ____________________________________________________________________________
2725 [ 12657] By: jhi                                   on 2001/10/25  20:51:44
2726         Log: Subject: [PATCH] remove small IVop redundancy
2727              From: Nicholas Clark <nick@ccl4.org>
2728              Date: Thu, 25 Oct 2001 22:48:28 +0100
2729              Message-ID: <20011025224827.M66471@plum.flirble.org>
2730      Branch: perl
2731            ! pp.c pp_hot.c
2732 ____________________________________________________________________________
2733 [ 12656] By: jhi                                   on 2001/10/25  18:45:52
2734         Log: Metaconfig unit change for #12655.
2735      Branch: metaconfig/U/perl
2736            ! Extensions.U
2737 ____________________________________________________________________________
2738 [ 12655] By: jhi                                   on 2001/10/25  18:45:18
2739         Log: Subject: Re: Not OK @12650
2740              From: Andy Dougherty <doughera@lafayette.edu>
2741              Date: Thu, 25 Oct 2001 15:34:02 -0400 (EDT)
2742              Message-ID: <Pine.SOL.4.10.10110251520300.22317-100000@maxwell.phys.lafayette.edu>
2743      Branch: perl
2744            ! Configure
2745 ____________________________________________________________________________
2746 [ 12654] By: jhi                                   on 2001/10/25  18:07:58
2747         Log: Integrate changes #12652 and #12653 from maintperl;
2748              
2749              more tweaks to change#12626
2750              * move the boilerplate code over to perl.h and make DynaLoader
2751              use it
2752              * make re, Opcode, File::Glob and B threadsafe
2753              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
2754              C<no re;> anywhere)
2755              
2756              include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
2757              
2758              File::Glob required a bit more work in bleadperl
2759              because of ExtUtils::Constant (see the Makefile.PL change)
2760      Branch: perl
2761            ! ext/File/Glob/Glob.pm ext/File/Glob/Makefile.PL
2762           !> ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
2763           !> ext/Opcode/Opcode.xs ext/re/re.xs perl.h
2764 ____________________________________________________________________________
2765 [ 12653] By: gsar                                  on 2001/10/25  17:23:52
2766         Log: include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
2767      Branch: maint-5.6/perl
2768            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
2769            ! ext/Opcode/Opcode.xs ext/re/re.xs
2770 ____________________________________________________________________________
2771 [ 12652] By: gsar                                  on 2001/10/25  16:46:44
2772         Log: more tweaks to change#12626
2773              * move the boilerplate code over to perl.h and make DynaLoader
2774              use it
2775              * make re, Opcode, File::Glob and B threadsafe
2776              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
2777              C<no re;> anywhere)
2778      Branch: maint-5.6/perl
2779            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
2780            ! ext/Opcode/Opcode.xs ext/re/re.xs perl.h
2781 ____________________________________________________________________________
2782 [ 12651] By: jhi                                   on 2001/10/25  16:35:51
2783         Log: Metaconfig unit change for #12650.
2784      Branch: metaconfig/U/perl
2785            ! Extensions.U
2786 ____________________________________________________________________________
2787 [ 12650] By: jhi                                   on 2001/10/25  16:35:34
2788         Log: Subject: Re: ithreads doesn't like usedl=n
2789              From: Andy Dougherty <doughera@lafayette.edu>
2790              Date: Thu, 25 Oct 2001 13:16:00 -0400 (EDT)
2791              Message-ID: <Pine.SOL.4.10.10110251312200.22183-100000@maxwell.phys.lafayette.edu>
2792              
2793              Special-case threads::shared.
2794      Branch: perl
2795            ! Configure
2796 ____________________________________________________________________________
2797 [ 12649] By: jhi                                   on 2001/10/25  16:21:35
2798         Log: Getting fancier...
2799      Branch: perl
2800            ! t/TEST
2801 ____________________________________________________________________________
2802 [ 12648] By: jhi                                   on 2001/10/25  14:26:20
2803         Log: csh - what a pain.
2804      Branch: perl
2805            ! t/TEST
2806 ____________________________________________________________________________
2807 [ 12647] By: jhi                                   on 2001/10/25  14:04:01
2808         Log: Update Changes.
2809      Branch: perl
2810            ! Changes patchlevel.h
2811 ____________________________________________________________________________
2812 [ 12646] By: jhi                                   on 2001/10/25  13:34:19
2813         Log: Allow resetting the locale system for the duration
2814              of the build (Mac OS X default setting LANG=En_US
2815              ist kaputt)
2816      Branch: perl
2817            ! Makefile.SH
2818 ____________________________________________________________________________
2819 [ 12645] By: jhi                                   on 2001/10/25  13:04:17
2820         Log: Update the MD5 checksum of MD5.xs (caused by #12642)
2821      Branch: perl
2822            ! ext/Digest/MD5/t/files.t
2823 ____________________________________________________________________________
2824 [ 12644] By: jhi                                   on 2001/10/25  12:56:33
2825         Log: Subject: [PATCH] Omit needless calls to pod2man (perl@12641)
2826              From: Andy Dougherty <doughera@lafayette.edu>
2827              Date: Thu, 25 Oct 2001 09:56:57 -0400 (EDT) 
2828              Message-ID: <Pine.SOL.4.10.10110250955390.18833-100000@maxwell.phys.lafayette.edu>
2829      Branch: perl
2830            ! ext/I18N/Langinfo/Makefile.PL ext/threads/Makefile.PL
2831            ! ext/threads/shared/Makefile.PL
2832 ____________________________________________________________________________
2833 [ 12643] By: sky                                   on 2001/10/25  12:28:26
2834         Log: Add support for reference members of hashes.
2835      Branch: perl
2836            ! ext/threads/shared/shared.xs
2837 ____________________________________________________________________________
2838 [ 12642] By: ams                                   on 2001/10/25  12:21:13
2839         Log: Subject: [PATCH] ext/Digest/MD5/MD5.xs RFC typo
2840              From: "Norton Allen" <nort@qnx.com>
2841              Date: Thu, 25 Oct 2001 08:53:56 -0400 (edt)
2842              Message-Id: <200110251253.IAA180600866@rosamund.arp.harvard.edu>
2843      Branch: perl
2844            ! ext/Digest/MD5/MD5.xs
2845 ____________________________________________________________________________
2846 [ 12641] By: sky                                   on 2001/10/25  10:27:39
2847         Log: Tests shared hashes.
2848      Branch: perl
2849            + ext/threads/shared/t/hv_simple.t
2850            ! MANIFEST
2851 ____________________________________________________________________________
2852 [ 12640] By: sky                                   on 2001/10/25  10:18:23
2853         Log: Fix threadcounts for arrays and hashes.
2854      Branch: perl
2855            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
2856 ____________________________________________________________________________
2857 [ 12639] By: sky                                   on 2001/10/25  10:17:26
2858         Log: Note to self, doing *src_ary++ in a macro that evaluates
2859              the value more than once is a good way to dump core.
2860      Branch: perl
2861            ! sharedsv.c
2862 ____________________________________________________________________________
2863 [ 12638] By: jhi                                   on 2001/10/25  05:18:06
2864         Log: Integrate change #12636 from maintperl; more dl fixups.
2865      Branch: perl
2866           !> ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
2867           !> ext/DynaLoader/dl_vms.xs
2868 ____________________________________________________________________________
2869 [ 12637] By: jhi                                   on 2001/10/25  05:14:17
2870         Log: Like dl_hpux, like dl_dld.
2871      Branch: perl
2872            ! ext/DynaLoader/dl_dld.xs
2873 ____________________________________________________________________________
2874 [ 12636] By: gsar                                  on 2001/10/25  02:34:06
2875         Log: followups to change#12635
2876      Branch: maint-5.6/perl
2877            ! ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
2878            ! ext/DynaLoader/dl_vms.xs
2879 ____________________________________________________________________________
2880 [ 12635] By: gsar                                  on 2001/10/25  02:22:03
2881         Log: add part of change#12634 to the two files that need it; dl_aix.xs
2882              in maint-5.6 doesn't have the branch that had the problem in
2883              mainline
2884      Branch: maint-5.6/perl
2885            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_hpux.xs
2886 ____________________________________________________________________________
2887 [ 12634] By: jhi                                   on 2001/10/25  01:53:03
2888         Log: Fixes for #12627.
2889      Branch: perl
2890            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_hpux.xs
2891 ____________________________________________________________________________
2892 [ 12633] By: jhi                                   on 2001/10/25  01:52:33
2893         Log: Since pv_uni_display and sv_uni_display are now used
2894              in the re extension, their symbols have to be exported.
2895      Branch: perl
2896            ! embed.pl global.sym
2897 ____________________________________________________________________________
2898 [ 12632] By: jhi                                   on 2001/10/25  01:00:06
2899         Log: Subject:  Re: [PATCH Perl@12567] debug /list
2900              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
2901              Date: Tue, 23 Oct 2001 21:40:33 EDT
2902              Message-Id: <011023214011.184825@DUPHY4.Physics.Drexel.Edu>
2903      Branch: perl
2904            ! configure.com
2905 ____________________________________________________________________________
2906 [ 12631] By: jhi                                   on 2001/10/25  00:25:55
2907         Log: This takes care of some of the re 'debug' cases but
2908              not all cases since the information whether the pattern
2909              or the target are utf8 seems to be either lost or not
2910              spread widely enough, sigh.
2911      Branch: perl
2912            ! regcomp.c
2913 ____________________________________________________________________________
2914 [ 12630] By: jhi                                   on 2001/10/25  00:03:07
2915         Log: Subject: [PATCH] - was RE: [PATCH perl@12443] VMS64-bitconfigure
2916              From: John Peacock <jpeacock@rowman.com>
2917              Date: Wed, 24 Oct 2001 16:53:29 -0400
2918              Message-ID: <3BD72A49.1508D152@rowman.com>
2919      Branch: perl
2920            ! configure.com
2921 ____________________________________________________________________________
2922 [ 12629] By: jhi                                   on 2001/10/24  23:16:21
2923         Log: Upgrade NetWare and WinCE as in #12626.
2924      Branch: perl
2925            ! NetWare/dl_netware.xs wince/dl_win32.xs
2926 ____________________________________________________________________________
2927 [ 12628] By: jhi                                   on 2001/10/24  23:07:00
2928         Log: Tru64 compiler nit.
2929      Branch: perl
2930            ! ext/threads/shared/shared.xs
2931 ____________________________________________________________________________
2932 [ 12627] By: jhi                                   on 2001/10/24  22:02:23
2933         Log: Integrate change #12626 from maintperl;
2934              make DynaLoader threadsafe by moving all statics into
2935              interpreter-local space
2936              
2937              TODO: Netware, OS/2, WinCE
2938      Branch: perl
2939           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
2940           !> ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
2941           !> ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
2942           !> ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
2943           !> ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
2944           !> ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
2945           !> ext/DynaLoader/dlutils.c win32/dl_win32.xs
2946 ____________________________________________________________________________
2947 [ 12626] By: gsar                                  on 2001/10/24  21:43:10
2948         Log: make DynaLoader threadsafe by moving all statics into interpreter-local
2949              space
2950      Branch: maint-5.6/perl
2951            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
2952            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
2953            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
2954            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
2955            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
2956            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
2957            ! ext/DynaLoader/dlutils.c win32/dl_win32.xs
2958 ____________________________________________________________________________
2959 [ 12625] By: sky                                   on 2001/10/24  20:05:26
2960         Log: Change #12623 inflicted an infinite hang. Fixed.
2961      Branch: perl
2962            ! ext/threads/shared/shared.xs
2963 ____________________________________________________________________________
2964 [ 12624] By: sky                                   on 2001/10/24  19:06:55
2965         Log: Adds support for hashes. Neither hashes nor arrays can contain references yet.
2966      Branch: perl
2967            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
2968 ____________________________________________________________________________
2969 [ 12623] By: sky                                   on 2001/10/24  18:06:34
2970         Log: We need to do sharedsv_find in the original perl context.
2971      Branch: perl
2972            ! ext/threads/shared/shared.xs
2973 ____________________________________________________________________________
2974 [ 12622] By: sky                                   on 2001/10/24  17:26:51
2975         Log: Add support for basic support for AVs, references not supported yet.
2976              Add test for AVs.
2977              Add more tests to sv_refs
2978              Fix documentation issues.  
2979      Branch: perl
2980            + ext/threads/shared/t/av_simple.t
2981            ! MANIFEST ext/threads/shared/shared.pm
2982            ! ext/threads/shared/shared.xs ext/threads/shared/t/sv_refs.t
2983 ____________________________________________________________________________
2984 [ 12621] By: jhi                                   on 2001/10/24  14:08:39
2985         Log: Dump Unicode better for re 'debug'.  The regprop()
2986              is unfinished since have to figure out how to detect
2987              Unicodeness in there.
2988      Branch: perl
2989            ! regcomp.c regexec.c
2990 ____________________________________________________________________________
2991 [ 12620] By: sky                                   on 2001/10/24  13:18:07
2992         Log: Add support for finding shared arrays and hashes.
2993      Branch: perl
2994            ! sharedsv.c
2995 ____________________________________________________________________________
2996 [ 12619] By: jhi                                   on 2001/10/24  13:06:24
2997         Log: Rewrite sv_uni_display() as pv_uni_display() as
2998              reimplement sv_uni_display() using that.
2999      Branch: perl
3000            ! dump.c embed.h embed.pl proto.h
3001 ____________________________________________________________________________
3002 [ 12618] By: jhi                                   on 2001/10/24  12:14:03
3003         Log: Integrate change #12615 from maintperl;
3004              on Windows, IO::File::new_tmpfile() fails after being called
3005              32767 times because MSVCRT thinks stdio's TMP_MAX is a
3006              process-wide limit
3007      Branch: perl
3008           !> win32/win32.c
3009 ____________________________________________________________________________
3010 [ 12617] By: jhi                                   on 2001/10/24  12:10:37
3011         Log: Don't try to print ints as IVs.
3012      Branch: perl
3013            ! ext/Time/HiRes/HiRes.xs
3014 ____________________________________________________________________________
3015 [ 12616] By: sky                                   on 2001/10/24  11:06:35
3016         Log: We only need to fetch the SV from the backend if the index
3017              is not the same as mg_private.     In theory this could be
3018              a problem if there are an exact multiple of U16 changes
3019              of a shared variable between two access in a given thread,
3020              we choose to avoid theory for now.
3021      Branch: perl
3022            ! ext/threads/shared/shared.xs sharedsv.c sharedsv.h
3023 ____________________________________________________________________________
3024 [ 12615] By: gsar                                  on 2001/10/24  04:09:43
3025         Log: on Windows, IO::File::new_tmpfile() fails after being called
3026              32767 times because MSVCRT thinks stdio's TMP_MAX is a
3027              process-wide limit
3028      Branch: maint-5.6/perl
3029            ! win32/win32.c
3030 ____________________________________________________________________________
3031 [ 12614] By: jhi                                   on 2001/10/23  22:19:34
3032         Log: Negation and Unicode: sort of solves 20010303.010,
3033              except not quite like reported in the Subject
3034              (Perl_warner is still utf8-ignorant).
3035      Branch: perl
3036            ! pp.c t/lib/warnings/sv
3037 ____________________________________________________________________________
3038 [ 12613] By: jhi                                   on 2001/10/23  21:53:13
3039         Log: Make the "isn't numeric" warning to show Unicode as Unicode.
3040      Branch: perl
3041            ! sv.c t/lib/warnings/sv
3042 ____________________________________________________________________________
3043 [ 12612] By: jhi                                   on 2001/10/23  21:52:45
3044         Log: sv_uni_display(): do not add the "...", let the caller
3045              do it if wanted, and be prepared for more display options.
3046      Branch: perl
3047            ! dump.c embed.h embed.pl proto.h
3048 ____________________________________________________________________________
3049 [ 12611] By: nick                                  on 2001/10/23  20:28:07
3050         Log: Integrate mainline
3051      Branch: perlio
3052           !> Changes configure.com cygwin/cygwin.c
3053           !> ext/DynaLoader/DynaLoader_pm.PL ext/File/Glob/t/basic.t
3054           !> ext/Time/HiRes/HiRes.t ext/Time/HiRes/HiRes.xs lib/AutoSplit.t
3055           !> lib/File/Spec.t lib/File/Spec/Mac.pm lib/File/Spec/Win32.pm
3056           !> lib/Net/Domain.pm patchlevel.h perl.c perlio.c
3057           !> pod/perlunicode.pod pp.c t/TEST t/op/lc.t t/op/taint.t
3058           !> utils/h2xs.PL utils/perldoc.PL
3059 ____________________________________________________________________________
3060 [ 12610] By: sky                                   on 2001/10/23  19:39:24
3061         Log: Change #12607 introduced a bug, seems like some MAGICAL svs don't call themselves
3062              READONLY but still dies with modification attempt. We only call bless for ext and
3063              umagic.
3064      Branch: perl
3065            ! sv.c
3066 ____________________________________________________________________________
3067 [ 12609] By: jhi                                   on 2001/10/23  19:35:02
3068         Log: Croak() on negative time; doc tweaks.
3069      Branch: perl
3070            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
3071            ! ext/Time/HiRes/HiRes.xs
3072 ____________________________________________________________________________
3073 [ 12608] By: jhi                                   on 2001/10/23  18:38:03
3074         Log: FAQ sync.
3075      Branch: perl
3076            ! pod/perlfaq4.pod pod/perlfaq7.pod
3077 ____________________________________________________________________________
3078 [ 12607] By: sky                                   on 2001/10/23  18:27:27
3079         Log: Call setmagic on the referant we blessing!
3080      Branch: perl
3081            ! sv.c
3082 ____________________________________________________________________________
3083 [ 12606] By: jhi                                   on 2001/10/23  16:30:00
3084         Log: Small test nits.
3085      Branch: perl
3086            ! t/op/lc.t
3087 ____________________________________________________________________________
3088 [ 12605] By: jhi                                   on 2001/10/23  13:08:32
3089         Log: Update Changes.
3090      Branch: perl
3091            ! Changes patchlevel.h
3092 ____________________________________________________________________________
3093 [ 12604] By: jhi                                   on 2001/10/23  13:03:21
3094         Log: Make the PerlIO_init() prototypes consistent.
3095      Branch: perl
3096            ! perlio.c
3097 ____________________________________________________________________________
3098 [ 12603] By: jhi                                   on 2001/10/23  12:54:52
3099         Log: Upping the test count is a good idea.
3100      Branch: perl
3101            ! t/op/lc.t
3102 ____________________________________________________________________________
3103 [ 12602] By: jhi                                   on 2001/10/23  12:52:10
3104         Log: Document the final sigma spot.
3105      Branch: perl
3106            ! pp.c
3107 ____________________________________________________________________________
3108 [ 12601] By: jhi                                   on 2001/10/23  12:26:12
3109         Log: Fix multicharacter titlecase (ucfirst).
3110      Branch: perl
3111            ! pod/perlunicode.pod pp.c t/op/lc.t
3112 ____________________________________________________________________________
3113 [ 12600] By: jhi                                   on 2001/10/23  11:47:19
3114         Log: Subject: [PATCH 5.6.1 perldoc] one more touch on File::Temp
3115              From: Mikhail Zabaluev <mhz@alt-linux.org>
3116              Date: Tue, 23 Oct 2001 10:40:37 +0400
3117              Message-ID: <20011023104037.A12761@localhost.localdomain>
3118              
3119              (#12406 replaced with this)
3120      Branch: perl
3121            ! utils/perldoc.PL
3122 ____________________________________________________________________________
3123 [ 12599] By: jhi                                   on 2001/10/23  00:26:17
3124         Log: MacOS Classic updates from Pudge.
3125      Branch: perl
3126            ! lib/File/Spec.t lib/File/Spec/Mac.pm
3127 ____________________________________________________________________________
3128 [ 12598] By: jhi                                   on 2001/10/22  22:32:59
3129         Log: Subject: [PATCH bleadperl] AutoSplit.t now passes (partialy) on Win32
3130              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
3131              Date: Sun, 14 Oct 2001 23:14:46 +0200
3132              Message-ID: <265984377.20011014231446@tesla.rcub.bg.ac.yu>
3133              
3134              except for the 2->4 changes.
3135      Branch: perl
3136            ! lib/AutoSplit.t
3137 ____________________________________________________________________________
3138 [ 12597] By: gsar                                  on 2001/10/22  22:02:50
3139         Log: integrate macperl contents into maint-5.6
3140      Branch: maint-5.6/perl
3141            ! mg.c
3142           !> AUTHORS README.macos ext/DynaLoader/DynaLoader_pm.PL
3143           !> ext/DynaLoader/dl_mac.xs lib/File/Find.pm lib/File/Spec.pm
3144           !> lib/File/Spec/Epoc.pm lib/File/Spec/Functions.pm
3145           !> lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
3146           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm lib/File/Temp.pm
3147           !> perl.c perl.h pod/perlport.pod t/lib/filefind-taint.t
3148           !> t/lib/filefind.t t/lib/filespec.t
3149 ____________________________________________________________________________
3150 [ 12596] By: jhi                                   on 2001/10/22  21:43:44
3151         Log: At some point the #6234 has been lost from the mainline
3152              (noticed by Pudge; what's a Mac guy doing reading Win modules? :-)
3153      Branch: perl
3154            ! lib/File/Spec/Win32.pm
3155 ____________________________________________________________________________
3156 [ 12595] By: jhi                                   on 2001/10/22  21:31:31
3157         Log: Cygwin seems to round up (or closest, but not down)
3158              for time(), so half of the time (bad pun intended)
3159              Time::HiRes::time() is less than time(), half of
3160              the time it's more.  So let's try harder in the loop.
3161      Branch: perl
3162            ! ext/Time/HiRes/HiRes.t
3163 ____________________________________________________________________________
3164 [ 12594] By: jhi                                   on 2001/10/22  21:23:15
3165         Log: MacOS Classic timeofday(), from Chris Nandor. 
3166      Branch: perl
3167            ! ext/Time/HiRes/HiRes.xs
3168 ____________________________________________________________________________
3169 [ 12593] By: jhi                                   on 2001/10/22  21:17:39
3170         Log: Integrate changes #12580 and #12581 from macperl;
3171              
3172              Fix path construction.
3173              
3174              (Copyright) Nit.
3175      Branch: perl
3176           !> ext/DynaLoader/DynaLoader_pm.PL perl.c
3177 ____________________________________________________________________________
3178 [ 12592] By: jhi                                   on 2001/10/22  21:00:18
3179         Log: No domainname(1) in Cygwin, either, and the 2>/dev/null
3180              doesn't seem to help (the error being output to console, maybe?)
3181      Branch: perl
3182            ! lib/Net/Domain.pm
3183 ____________________________________________________________________________
3184 [ 12591] By: jhi                                   on 2001/10/22  20:55:08
3185         Log: Taint the getcwd() result also in Cygwin.
3186              (TODO: which other platforms need the same thing?)
3187      Branch: perl
3188            ! cygwin/cygwin.c
3189 ____________________________________________________________________________
3190 [ 12590] By: jhi                                   on 2001/10/22  20:27:47
3191         Log: Pretty hard for eval { setpwent(); getpwent(); 1 } to return false.
3192      Branch: perl
3193            ! t/op/taint.t
3194 ____________________________________________________________________________
3195 [ 12589] By: jhi                                   on 2001/10/22  20:10:40
3196         Log: getpwuid() fragility continues.
3197      Branch: perl
3198            ! utils/h2xs.PL
3199 ____________________________________________________________________________
3200 [ 12588] By: jhi                                   on 2001/10/22  19:58:34
3201         Log: getpwuid() might succeed but that's no guarantee
3202              that the $home will be defined.
3203      Branch: perl
3204            ! ext/File/Glob/t/basic.t
3205 ____________________________________________________________________________
3206 [ 12587] By: jhi                                   on 2001/10/22  19:50:35
3207         Log: It's safer to to expand the variable, too... (see #12571)
3208      Branch: perl
3209            ! t/TEST
3210 ____________________________________________________________________________
3211 [ 12586] By: pudge                                 on 2001/10/22  19:42:04
3212         Log: Integrate with maintperl.
3213      Branch: maint-5.6/macperl
3214           !> win32/bin/pl2bat.pl win32/win32.c
3215 ____________________________________________________________________________
3216 [ 12585] By: pudge                                 on 2001/10/22  19:32:02
3217         Log: Oops, forgot to include Win32 ... just as well, since it
3218              seems in bleadperl, change #7764 was not included
3219              (adding C:\temp).  Re-added.  Rip it back out if it
3220              doesn't belong.  :-)
3221      Branch: maint-5.6/macperl
3222            ! lib/File/Spec/Win32.pm
3223 ____________________________________________________________________________
3224 [ 12584] By: jhi                                   on 2001/10/22  19:26:47
3225         Log: Subject: [PATCH perl@12567] configure.com: no threads/shared without ithreads
3226              From: "Craig A. Berry" <craigberry@mac.com>
3227              Date: Mon, 22 Oct 2001 15:25:19 -0500
3228              Message-Id: <5.1.0.14.2.20011022151232.032544e8@exchi01>
3229      Branch: perl
3230            ! configure.com
3231 ____________________________________________________________________________
3232 [ 12583] By: pudge                                 on 2001/10/22  19:26:00
3233         Log: Add in lots of File::Spec changes, from Thomas Wegner,
3234              and sync with changes from bleadperl.
3235      Branch: maint-5.6/macperl
3236            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm
3237            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
3238            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
3239            ! lib/File/Spec/Win32.pm t/lib/filespec.t
3240 ____________________________________________________________________________
3241 [ 12582] By: pudge                                 on 2001/10/22  19:23:28
3242         Log: Sync with latest File::Find and tests from bleadperl.
3243      Branch: maint-5.6/macperl
3244            ! lib/File/Find.pm t/lib/filefind-taint.t t/lib/filefind.t
3245 ____________________________________________________________________________
3246 [ 12581] By: pudge                                 on 2001/10/22  19:22:12
3247         Log: Nit.
3248      Branch: maint-5.6/macperl
3249            ! perl.c
3250 ____________________________________________________________________________
3251 [ 12580] By: pudge                                 on 2001/10/22  19:21:37
3252         Log: Fix path construction.
3253      Branch: maint-5.6/macperl
3254            ! ext/DynaLoader/DynaLoader_pm.PL
3255 ____________________________________________________________________________
3256 [ 12579] By: nick                                  on 2001/10/22  19:08:35
3257         Log: Integrate mainline (for Arthurs thread.xs fix)
3258      Branch: perlio
3259           !> ext/threads/threads.xs lib/Net/Domain.pm t/TEST t/op/groups.t
3260 ____________________________________________________________________________
3261 [ 12578] By: pudge                                 on 2001/10/22  19:02:34
3262         Log: Fix up exported symbols, move relevant docs
3263              over from macperl.pod.
3264      Branch: maint-5.6/macperl
3265            ! macos/ext/MacPerl/MacPerl.pm
3266 ____________________________________________________________________________
3267 [ 12577] By: pudge                                 on 2001/10/22  19:01:38
3268         Log: Make ADDRESS called optionally as a method.
3269      Branch: maint-5.6/macperl
3270            ! macos/lib/Mac/Glue.pm
3271 ____________________________________________________________________________
3272 [ 12576] By: pudge                                 on 2001/10/22  18:58:22
3273         Log: Fix exit code (MacPerl bug #422129) and add Stop Script
3274              Apple event.
3275      Branch: maint-5.6/macperl
3276            ! macos/macish.c macos/macish.h macos/macperl/MPAppleEvents.c
3277            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
3278            ! macos/macperl/MPTerminology.aete
3279 ____________________________________________________________________________
3280 [ 12575] By: pudge                                 on 2001/10/22  18:56:34
3281         Log: Clean up some build utilities. Change Entab to Duplicate;
3282              fix docs and error reporting; improve macify() of paths;
3283              remove requirement for Exporter.pm presence.
3284      Branch: maint-5.6/macperl
3285            ! macos/InstallBLIB macos/MacPerlTests.cmd
3286            ! macos/lib/ExtUtils/MM_MacOS.pm macos/lib/Mac/BuildTools.pm
3287 ____________________________________________________________________________
3288 [ 12574] By: pudge                                 on 2001/10/22  18:53:28
3289         Log: Sync Time::HiRes with bleadperl
3290      Branch: maint-5.6/macperl
3291            ! macos/bundled_ext/Time/HiRes/HiRes.pm
3292            ! macos/bundled_ext/Time/HiRes/HiRes.t
3293            ! macos/bundled_ext/Time/HiRes/HiRes.xs
3294 ____________________________________________________________________________
3295 [ 12573] By: pudge                                 on 2001/10/22  18:52:58
3296         Log: Fix up Changes
3297      Branch: maint-5.6/macperl
3298            ! macos/Changes
3299 ____________________________________________________________________________
3300 [ 12572] By: jhi                                   on 2001/10/22  18:49:32
3301         Log: A user might belong to only a single group
3302              (the group equal to the group id).
3303      Branch: perl
3304            ! t/op/groups.t
3305 ____________________________________________________________________________
3306 [ 12571] By: jhi                                   on 2001/10/22  18:36:46
3307         Log: Prepending (instead of replacing with) the pwd is safer. 
3308      Branch: perl
3309            ! t/TEST
3310 ____________________________________________________________________________
3311 [ 12570] By: jhi                                   on 2001/10/22  18:34:54
3312         Log: Be more robust if no hostname or domainname
3313              (especially the latter)
3314      Branch: perl
3315            ! lib/Net/Domain.pm
3316 ____________________________________________________________________________
3317 [ 12569] By: sky                                   on 2001/10/22  17:41:07
3318         Log: Flush IO buffers before starting a thread, this mimics fork and seems like a saneer behaviour.
3319      Branch: perl
3320            ! ext/threads/threads.xs
3321 ____________________________________________________________________________
3322 [ 12568] By: nick                                  on 2001/10/22  16:31:24
3323         Log: Integrate mainline
3324      Branch: perlio
3325           +> ext/threads/shared/Makefile.PL ext/threads/shared/README
3326           +> ext/threads/shared/shared.pm ext/threads/shared/shared.xs
3327           +> ext/threads/shared/t/sv_refs.t
3328           +> ext/threads/shared/t/sv_simple.t pod/perlpodspec.pod
3329            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
3330            - lib/unicore/To/SpecUpper.pl
3331           !> (integrate 42 files)
3332 ____________________________________________________________________________
3333 [ 12567] By: jhi                                   on 2001/10/22  12:56:20
3334         Log: Update Changes.
3335      Branch: perl
3336            ! Changes patchlevel.h
3337 ____________________________________________________________________________
3338 [ 12566] By: jhi                                   on 2001/10/22  12:22:29
3339         Log: Subject: [PATCH pod/perlvar.pod] Undeprecating $]
3340              From: Michael G Schwern <schwern@pobox.com>
3341              Date: Mon, 22 Oct 2001 03:48:38 -0400
3342              Message-ID: <20011022034838.B1676@blackrider>
3343      Branch: perl
3344            ! pod/perlvar.pod
3345 ____________________________________________________________________________
3346 [ 12565] By: jhi                                   on 2001/10/22  12:21:28
3347         Log: Pod nits, as suggested by Stas Bekman.
3348      Branch: perl
3349            ! ext/threads/shared/shared.pm ext/threads/threads.pm
3350 ____________________________________________________________________________
3351 [ 12564] By: jhi                                   on 2001/10/22  12:17:00
3352         Log: Subject: [PATCH @ ] Fix for FETCH/NEXTKEY problem in all *DB*_File modules
3353              From: "Paul Marquess" <paul.marquess@openwave.com> 
3354              Date: Sun, 21 Oct 2001 21:11:15 +0100
3355              Message-ID: <AIEAJICLCBDNAAOLLOKLAEOMDCAA.paul.marquess@openwave.com>
3356      Branch: perl
3357            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
3358            ! ext/DB_File/t/db-hash.t ext/GDBM_File/GDBM_File.xs
3359            ! ext/GDBM_File/gdbm.t ext/GDBM_File/typemap
3360            ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/ndbm.t
3361            ! ext/ODBM_File/ODBM_File.xs ext/ODBM_File/odbm.t
3362            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.xs
3363            ! ext/SDBM_File/sdbm.t
3364 ____________________________________________________________________________
3365 [ 12563] By: jhi                                   on 2001/10/22  12:15:19
3366         Log: Integrate change #12559 from maintperl;
3367              various fixes for system() and backticks under windows
3368      Branch: perl
3369           !> win32/win32.c
3370 ____________________________________________________________________________
3371 [ 12562] By: jhi                                   on 2001/10/22  12:05:35
3372         Log: Integrate change #12560 from maintperl;
3373              make pl2bat use %0 rather than "%0" (the latter fails to work
3374              in a lot of common cases)
3375      Branch: perl
3376           !> win32/bin/pl2bat.pl
3377 ____________________________________________________________________________
3378 [ 12561] By: jhi                                   on 2001/10/22  12:00:23
3379         Log: Integrate changes #12549 and #12550 from maintperl;
3380              
3381              readline() doesn't work with our variables; it confuses them with
3382              my variables (change#4227 was incomplete)
3383      Branch: perl
3384            ! t/lib/strict/vars
3385           !> t/base/rs.t toke.c
3386 ____________________________________________________________________________
3387 [ 12560] By: gsar                                  on 2001/10/22  09:51:59
3388         Log: make pl2bat use %0 rather than "%0" (the latter fails to work
3389              in a lot of common cases)
3390      Branch: maint-5.6/perl
3391            ! win32/bin/pl2bat.pl
3392 ____________________________________________________________________________
3393 [ 12559] By: gsar                                  on 2001/10/22  09:49:51
3394         Log: various fixes for system() and backticks under windows:
3395              
3396              * avoid munging whitespace that is passed within quotes
3397              * work around a cmd.exe misfeature that made multi-arg
3398              system() unreliable when there is more than one quoted
3399              argument
3400              * make multi-arg system() autoquote arguments as needed
3401              before passing them to the shell (this avoids having to
3402              second guess the shell quoting)
3403              * perl's -Dp switch can be used to trace the innards
3404      Branch: maint-5.6/perl
3405            ! win32/win32.c
3406 ____________________________________________________________________________
3407 [ 12558] By: nick                                  on 2001/10/22  08:58:42
3408         Log: Integrate ithreads buffer flush fix from perlio
3409      Branch: perl
3410           !> ext/threads/t/basic.t perl.c
3411 ____________________________________________________________________________
3412 [ 12557] By: nick                                  on 2001/10/22  08:35:09
3413         Log: All tests pass (legitimately) on ithreads
3414      Branch: perlio
3415            ! ext/threads/t/basic.t perl.c
3416 ____________________________________________________________________________
3417 [ 12556] By: nick                                  on 2001/10/22  06:51:22
3418         Log: Integrate non-ithreads fix to mainline
3419      Branch: perl
3420           !> perlio.c
3421 ____________________________________________________________________________
3422 [ 12555] By: nick                                  on 2001/10/22  06:48:33
3423         Log: Restore non-ithreads build. Interestingly binmode test passes
3424              non-ithreads - so crlf layer is not damaged and ithreads fail
3425              is a symptom ...
3426      Branch: perlio
3427            ! perlio.c
3428 ____________________________________________________________________________
3429 [ 12554] By: jhi                                   on 2001/10/21  22:21:55
3430         Log: Integrate from perlio; restructuring.
3431      Branch: perl
3432           !> embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
3433           !> perlio.h perliol.h pod/perlapi.pod sv.c win32/makefile.mk
3434           !> win32/perlhost.h
3435 ____________________________________________________________________________
3436 [ 12553] By: pudge                                 on 2001/10/21  21:51:34
3437         Log: Integrate from maintperl
3438              (Changes 12350, 12496, 12548, 12549, 12550)
3439      Branch: maint-5.6/macperl
3440           !> ext/IO/lib/IO/Seekable.pm lib/Carp/Heavy.pm t/base/rs.t
3441           !> t/lib/filefind-taint.t t/pragma/strict-vars toke.c
3442 ____________________________________________________________________________
3443 [ 12552] By: nick                                  on 2001/10/21  19:18:12
3444         Log: Win32 PerlIO_cleanup special cases should no longer be required.
3445      Branch: perlio
3446            ! perl.c
3447 ____________________________________________________________________________
3448 [ 12551] By: nick                                  on 2001/10/21  19:16:56
3449         Log: Multiple win32io.o is fatal for GCC (and noise with VC++)
3450      Branch: perlio
3451            ! win32/makefile.mk
3452 ____________________________________________________________________________
3453 [ 12550] By: gsar                                  on 2001/10/21  19:05:54
3454         Log: change#12549 wasn't aware of strictures
3455      Branch: maint-5.6/perl
3456            ! t/pragma/strict-vars toke.c
3457 ____________________________________________________________________________
3458 [ 12549] By: gsar                                  on 2001/10/21  18:03:19
3459         Log: readline() doesn't work with our variables; it confuses them with
3460              my variables (change#4227 was incomplete)
3461      Branch: maint-5.6/perl
3462            ! t/base/rs.t toke.c
3463 ____________________________________________________________________________
3464 [ 12548] By: gsar                                  on 2001/10/21  17:48:01
3465         Log: change#12220 appears to have pulled in a mainline change that
3466              isn't applicable to maint-5.6 (some platforms don't taint
3467              cwd)
3468      Branch: maint-5.6/perl
3469            ! t/lib/filefind-taint.t
3470 ____________________________________________________________________________
3471 [ 12547] By: nick                                  on 2001/10/21  17:15:54
3472         Log: Convert rest of PerlIO's memory tables to per-interp and add clone functions
3473              for them. Call explicit cleanup during destruct process.
3474              - one binmode test is failing
3475              - also ext/threads/t/basic.t fails under make test, and is noisy under
3476              harness. (Threads results are intermingled and don't match order expected.)
3477      Branch: perlio
3478            ! embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
3479            ! perlio.h perliol.h pod/perlapi.pod sv.c
3480 ____________________________________________________________________________
3481 [ 12546] By: jhi                                   on 2001/10/21  16:12:08
3482         Log: Implement multicharacter case mappings where a single
3483              Unicode character can be mapped into several.
3484      Branch: perl
3485            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
3486            - lib/unicore/To/SpecUpper.pl
3487            ! MANIFEST embed.h embed.pl global.sym lib/unicore/To/Lower.pl
3488            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
3489            ! lib/unicore/mktables pod/perlfunc.pod pod/perlunicode.pod pp.c
3490            ! proto.h t/op/lc.t utf8.c
3491 ____________________________________________________________________________
3492 [ 12545] By: sky                                   on 2001/10/21  15:25:16
3493         Log: First support of threads::shared, support shared svs and references.
3494      Branch: perl
3495            + ext/threads/shared/Makefile.PL ext/threads/shared/README
3496            + ext/threads/shared/shared.pm ext/threads/shared/shared.xs
3497            + ext/threads/shared/t/sv_refs.t
3498            + ext/threads/shared/t/sv_simple.t
3499            ! MANIFEST sharedsv.c
3500 ____________________________________________________________________________
3501 [ 12544] By: nick                                  on 2001/10/21  14:52:35
3502         Log: PerlIO layer table as PL_perlio (per-interpreter)
3503      Branch: perlio
3504            ! embed.h embedvar.h intrpvar.h perlapi.h perlio.c perlio.h
3505            ! pod/perlapi.pod sv.c
3506 ____________________________________________________________________________
3507 [ 12543] By: jhi                                   on 2001/10/21  13:36:40
3508         Log: Prettyprinting.
3509      Branch: perl
3510            ! pod/perlunicode.pod
3511 ____________________________________________________________________________
3512 [ 12542] By: ams                                   on 2001/10/21  03:50:25
3513         Log: Subject: perlpodspec and perlpod rewrite, draft 3 "final"
3514              From: "Sean M. Burke" <sburke@cpan.org>
3515              Date: Sat, 20 Oct 2001 17:51:09 -0600
3516              Message-Id: <3.0.6.32.20011020175109.007cb3d0@mail.spinn.net>
3517      Branch: perl
3518            + pod/perlpodspec.pod
3519            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlpod.pod
3520            ! pod/perltoc.pod
3521 ____________________________________________________________________________
3522 [ 12541] By: nick                                  on 2001/10/20  22:23:53
3523         Log: Fix typos in new locking on MemShared
3524              Make buffers in PerlIOBuf_* in per-thread heap (they are cloned after all...)
3525              - seems to make segfaults more deterministic - suspect they are 
3526              attempt to free() after Interp and Host have gone.
3527      Branch: perlio
3528            ! perlio.c win32/perlhost.h
3529 ____________________________________________________________________________
3530 [ 12540] By: nick                                  on 2001/10/20  21:50:46
3531         Log: Remove the MemShared re-#define (again)
3532      Branch: perlio
3533            ! perlio.c
3534 ____________________________________________________________________________
3535 [ 12539] By: nick                                  on 2001/10/20  21:49:06
3536         Log: Use locks on MemShared
3537      Branch: perlio
3538            ! win32/perlhost.h
3539 ____________________________________________________________________________
3540 [ 12538] By: jhi                                   on 2001/10/20  17:31:07
3541         Log: Subject: [REPATCH installhtml] Re: installhtml needs a good beating out
3542              From: "chromatic" <chromatic@rmci.net>
3543              Date: Sat, 20 Oct 2001 11:13:47 -0600
3544              Message-ID: <20011020172003.60024.qmail@onion.perl.org>
3545      Branch: perl
3546            ! installhtml
3547 ____________________________________________________________________________
3548 [ 12537] By: nick                                  on 2001/10/20  16:44:03
3549         Log: Integrate mainline
3550      Branch: perlio
3551           !> (integrate 48 files)
3552 ____________________________________________________________________________
3553 [ 12536] By: jhi                                   on 2001/10/20  15:58:00
3554         Log: Update Changes.
3555      Branch: perl
3556            ! Changes patchlevel.h
3557 ____________________________________________________________________________
3558 [ 12535] By: jhi                                   on 2001/10/20  15:18:57
3559         Log: Upgrade to podlators 1.11, from Russ Allbery.
3560      Branch: perl
3561            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
3562            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
3563            ! pod/pod2man.PL pod/pod2text.PL
3564 ____________________________________________________________________________
3565 [ 12534] By: jhi                                   on 2001/10/20  15:14:25
3566         Log: Integrate perlio change #12532:
3567              introduce and use PerlIO_intmod2str().
3568      Branch: perl
3569           !> doio.c lib/Net/Domain.pm perlio.c perlio.h
3570 ____________________________________________________________________________
3571 [ 12533] By: jhi                                   on 2001/10/20  14:42:33
3572         Log: Update to Getopt::Long 2.26_02, from Johan Vromans.
3573      Branch: perl
3574            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES lib/newgetopt.pl
3575 ____________________________________________________________________________
3576 [ 12532] By: nick                                  on 2001/10/20  14:25:37
3577         Log: Extract doio.c's open(2) mode to string conversion as PerlIO_intmod2str()
3578              Use for non-PERLIO fdupopen().
3579      Branch: perlio
3580            ! doio.c lib/Net/Domain.pm perlio.c perlio.h
3581 ____________________________________________________________________________
3582 [ 12531] By: jhi                                   on 2001/10/20  14:05:47
3583         Log: Integrate perlio: PerlIO win32 fixes.
3584      Branch: perl
3585           !> embed.h embed.pl embedvar.h ext/threads/threads.xs global.sym
3586           !> perl.h perlapi.c perlapi.h perlio.c perlsdio.h pod/perlapi.pod
3587           !> proto.h sv.h win32/win32io.c
3588 ____________________________________________________________________________
3589 [ 12530] By: nick                                  on 2001/10/20  12:53:30
3590         Log: Fixed in two places - p4 resolve
3591      Branch: perlio
3592            ! perlsdio.h
3593 ____________________________________________________________________________
3594 [ 12529] By: nick                                  on 2001/10/20  12:51:05
3595         Log: Fix for ithreads/stdio build
3596      Branch: perlio
3597            ! perlio.c perlsdio.h
3598 ____________________________________________________________________________
3599 [ 12528] By: ams                                   on 2001/10/20  12:13:25
3600         Log: Subject: [PATCH installman] Using Pod::Man instead of pod2man
3601              From: Michael G Schwern <schwern@pobox.com>
3602              Date: Sat, 20 Oct 2001 01:41:21 -0400
3603              Message-Id: <20011020014121.I3681@blackrider>
3604      Branch: perl
3605            ! installman
3606 ____________________________________________________________________________
3607 [ 12527] By: ams                                   on 2001/10/20  12:09:41
3608         Log: Subject: [PATCH lib/Pod/Checker.pm] Minor typo
3609              From: Michael G Schwern <schwern@pobox.com>
3610              Date: Sat, 20 Oct 2001 02:04:21 -0400
3611              Message-Id: <20011020020421.A11732@blackrider>
3612      Branch: perl
3613            ! lib/Pod/Checker.pm
3614 ____________________________________________________________________________
3615 [ 12526] By: ams                                   on 2001/10/20  11:59:41
3616         Log: Subject: [PATCH lib/Net/Config.pm] Fix Some Pod Typos
3617              From: "chromatic" <chromatic@rmci.net>
3618              Date: Fri, 19 Oct 2001 22:46:39 -0600
3619              Message-Id: <20011020045254.73112.qmail@onion.perl.org>
3620      Branch: perl
3621            ! lib/Net/Config.pm
3622 ____________________________________________________________________________
3623 [ 12525] By: nick                                  on 2001/10/20  11:16:18
3624         Log: Avoid calling (now non-existant) Perl_sv_setsv(), by calling
3625              Perl_sv_setsv_flags directly.
3626      Branch: perlio
3627            ! ext/threads/threads.xs
3628 ____________________________________________________________________________
3629 [ 12524] By: nick                                  on 2001/10/20  10:28:17
3630         Log: Add a new flag character 'm' to embed.pl set to represent
3631              "functions" which are really macros. Use it foe the troublesome
3632              sv_setsv() etc. macros in sv.h - changing latter to define
3633              sv_setsv rather than sv_setsv_macro etc.
3634      Branch: perlio
3635            ! embed.h embed.pl embedvar.h global.sym perlapi.c perlapi.h
3636            ! pod/perlapi.pod proto.h sv.h
3637 ____________________________________________________________________________
3638 [ 12523] By: nick                                  on 2001/10/20  09:17:17
3639         Log: Add comments explaining why win32.h/embed.h are included where they are
3640              in perl.h 
3641      Branch: perlio
3642            ! perl.h
3643 ____________________________________________________________________________
3644 [ 12522] By: nick                                  on 2001/10/20  08:27:44
3645         Log: Code PerlIOWin32_dup - does not fix Win32 problems as :win32 is not 
3646              being used yet.
3647      Branch: perlio
3648            ! win32/win32io.c
3649 ____________________________________________________________________________
3650 [ 12521] By: jhi                                   on 2001/10/20  02:36:21
3651         Log: Wording tweaks.
3652      Branch: perl
3653            ! t/TEST
3654 ____________________________________________________________________________
3655 [ 12520] By: jhi                                   on 2001/10/20  01:02:26
3656         Log: Subject: IO module with nonblocking socket connect patch 
3657              From: Raul Dias <raul@dias.com.br>
3658              Date: Fri, 19 Oct 2001 22:45:32 -0300
3659              Message-Id: <200110200145.f9K1jWW08398@stratus.swi.com.br>     
3660      Branch: perl
3661            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
3662 ____________________________________________________________________________
3663 [ 12519] By: jhi                                   on 2001/10/20  00:51:07
3664         Log: Test vertical whitespace combined with /x in \p{}.
3665      Branch: perl
3666            ! t/op/pat.t
3667 ____________________________________________________________________________
3668 [ 12518] By: jhi                                   on 2001/10/20  00:13:47
3669         Log: Subject: [PATCH] PERL_MM_USE_DEFAULT
3670              From: Gisle Aas <gisle@ActiveState.com> 
3671              Date: 19 Oct 2001 16:46:02 -0700
3672              Message-ID: <lrofn3i479.fsf_-_@caliper.ActiveState.com> 
3673      Branch: perl
3674            ! lib/ExtUtils/MakeMaker.pm
3675 ____________________________________________________________________________
3676 [ 12517] By: jhi                                   on 2001/10/19  23:59:34
3677         Log: No more this symbol.
3678      Branch: perl
3679            ! makedef.pl
3680 ____________________________________________________________________________
3681 [ 12516] By: jhi                                   on 2001/10/19  23:57:48
3682         Log: Integrate change #12511; fix gross win32 build issues.
3683      Branch: perl
3684           !> makedef.pl sv.c
3685 ____________________________________________________________________________
3686 [ 12515] By: jhi                                   on 2001/10/19  23:16:06
3687         Log: Unpack in scalar context should return the first value
3688              returned in list context, as pointed out by Ton Hospel
3689              in 2001-05-21 (this is how it works already in blead,
3690              just adding the test).
3691      Branch: perl
3692            ! t/op/pack.t
3693 ____________________________________________________________________________
3694 [ 12514] By: jhi                                   on 2001/10/19  21:10:43
3695         Log: Subject: [PATCH perl@12494] perldoc.PL tweak for VMS
3696              From: "Craig A. Berry" <craigberry@mac.com>
3697              Date: Fri, 19 Oct 2001 16:59:30 -0500
3698              Message-Id: <5.1.0.14.2.20011019162623.021e3868@exchi01>
3699      Branch: perl
3700            ! utils/perldoc.PL
3701 ____________________________________________________________________________
3702 [ 12513] By: jhi                                   on 2001/10/19  21:09:27
3703         Log: Subject: [PATCH Perl@12494] vmsish fix, ieee rand() cleanup
3704              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
3705              Date: Fri, 19 Oct 2001 17:45:23 EDT
3706              Message-Id: <011019174427.d749b@DUPHY4.Physics.Drexel.Edu>
3707      Branch: perl
3708            ! configure.com dump.c ext/B/t/stash.t op.c op.h opcode.h
3709            ! opcode.pl perl.c perl.h perlvars.h pp.sym pp_ctl.c pp_proto.h
3710            ! pp_sys.c vms/ext/vmsish.pm vms/ext/vmsish.t vms/vms.c
3711            ! vms/vmsish.h
3712 ____________________________________________________________________________
3713 [ 12512] By: jhi                                   on 2001/10/19  20:28:48
3714         Log: Subject: [PATCH Perl@12494] two fake test failures on VMS fixed
3715              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
3716              Date: Fri, 19 Oct 2001 17:26:35 EDT
3717              Message-Id: <011019172623.11292c@DUPHY4.Physics.Drexel.Edu>
3718      Branch: perl
3719            ! lib/Term/Complete.t lib/Test/Simple/t/output.t
3720 ____________________________________________________________________________
3721 [ 12511] By: nick                                  on 2001/10/19  19:55:36
3722         Log: Fix gross win32 build issues
3723      Branch: perlio
3724            ! makedef.pl sv.c
3725 ____________________________________________________________________________
3726 [ 12510] By: jhi                                   on 2001/10/19  19:52:17
3727         Log: Subject: Re: find2perl and File::Find on cdrom filesystems (with Tel's patch applied to perl-current)
3728              From: David Dyck <dcd@tc.fluke.com>
3729              Date: Fri, 19 Oct 2001 13:36:09 -0700 (PDT)
3730              Message-ID: <Pine.LNX.4.33.0110191309310.28510-100000@dd.tc.fluke.com>
3731      Branch: perl
3732            ! lib/File/Find.pm
3733 ____________________________________________________________________________
3734 [ 12509] By: jhi                                   on 2001/10/19  19:01:46
3735         Log: Subject: Re: PerlIO and Encode
3736              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
3737              Date: Tue, 16 Oct 2001 01:50:16 +0900
3738              Message-Id: <20011016014150.0C8E.BQW10602@nifty.com>
3739      Branch: perl
3740            ! ext/Encode/Encode.pm ext/Encode/Encode/Tcl.pm
3741            ! ext/Encode/Encode/Tcl.t
3742 ____________________________________________________________________________
3743 [ 12508] By: ams                                   on 2001/10/19  17:59:16
3744         Log: C<foo I<bar>> hunks from <20011019014551.A35625@not.autrijus.org>.
3745              (See #12499)
3746      Branch: perl
3747            ! pod/perlintro.pod
3748 ____________________________________________________________________________
3749 [ 12507] By: nick                                  on 2001/10/19  16:30:43
3750         Log: Integrate mainline
3751      Branch: perlio
3752           +> lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
3753           +> lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
3754           +> lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
3755           +> lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
3756           +> lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
3757           +> lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
3758           +> lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
3759           +> lib/unicore/To/SpecUpper.pl pod/perlintro.pod
3760           +> pod/perlmodstyle.pod win32/Makefile.win64 win32/config.win64
3761           +> win32/config_H.win64
3762            - lib/Test/Utils.pm lib/unicore/mktables.PL
3763            - t/lib/Test/Simple/Catch/More.pm
3764           !> (integrate 84 files)
3765 ____________________________________________________________________________
3766 [ 12506] By: jhi                                   on 2001/10/19  14:20:15
3767         Log: Retract the #10451 which seems to be the cause
3768              of the major leakage from while(){eval"sub{}"}
3769      Branch: perl
3770            ! op.c t/run/kill_perl.t
3771 ____________________________________________________________________________
3772 [ 12505] By: jhi                                   on 2001/10/19  13:39:59
3773         Log: Regen toc.
3774      Branch: perl
3775            ! pod/perltoc.pod
3776 ____________________________________________________________________________
3777 [ 12504] By: jhi                                   on 2001/10/19  13:35:59
3778         Log: Tiny tweaks.
3779      Branch: perl
3780            ! pod/perl.pod
3781 ____________________________________________________________________________
3782 [ 12503] By: ams                                   on 2001/10/19  13:34:24
3783         Log: Subject: Re: perlintro.pod
3784              From: Abe Timmerman <abe@ztreet.demon.nl>
3785              Date: Fri, 19 Oct 2001 14:12:40 +0200
3786              Message-Id: <ls40ttsmrr3rpjlm3dqhh8v60onsiopmuc@4ax.com>
3787      Branch: perl
3788            ! pod/perlintro.pod
3789 ____________________________________________________________________________
3790 [ 12502] By: ams                                   on 2001/10/19  13:24:12
3791         Log: Slight reorganisation of references.
3792      Branch: perl
3793            ! pod/perl.pod
3794 ____________________________________________________________________________
3795 [ 12501] By: jhi                                   on 2001/10/19  13:19:14
3796         Log: Subject: [DOC PATCH lib/ExtUtils/MakeMaker.pm] Discouraging use of PREREQ_FATAL in day-to-day Makefile.PL's   
3797              From: Kay Röpke <kroepke@dolphin-services.de>
3798              Date: Fri, 19 Oct 2001 14:04:01 +0200 
3799              Message-Id: <E15uYNb-00040L-00@mrvdom01.schlund.de>
3800      Branch: perl
3801            ! lib/ExtUtils/MakeMaker.pm
3802 ____________________________________________________________________________
3803 [ 12500] By: jhi                                   on 2001/10/19  03:25:44
3804         Log: Unicode categories continue:
3805              implement Category=, Script=, Block=
3806              (these are based on an upcoming update of TR#18)
3807              Fix a bug where we got two In categories named "old italic",
3808              and another where shortcut for the Is categories wasn't taken.
3809      Branch: perl
3810            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/In/137.pl
3811            ! lib/unicore/mktables lib/utf8_heavy.pl pod/perltodo.pod
3812            ! pod/perlunicode.pod t/op/pat.t
3813 ____________________________________________________________________________
3814 [ 12499] By: ams                                   on 2001/10/19  01:42:29
3815         Log: Subject: a small patch to perlintro.pod.
3816              From: Autrijus Tang <autrijus@autrijus.org>
3817              Date: Fri, 19 Oct 2001 01:45:51 +0800
3818              Message-Id: <20011019014551.A35625@not.autrijus.org>
3819              (Applied by hand with nits.)
3820      Branch: perl
3821            ! pod/perlintro.pod
3822 ____________________________________________________________________________
3823 [ 12498] By: jhi                                   on 2001/10/19  00:14:50
3824         Log: Subject: [PATCH] OpenBSD hints for ithreads
3825              From: Andy Dougherty <doughera@lafayette.edu>
3826              Date: Thu, 18 Oct 2001 12:33:59 -0400 (EDT)
3827              Message-ID: <Pine.SOL.4.10.10110181232060.15040-100000@maxwell.phys.lafayette.edu>
3828      Branch: perl
3829            ! hints/openbsd.sh
3830 ____________________________________________________________________________
3831 [ 12497] By: jhi                                   on 2001/10/18  16:14:13
3832         Log: Retract #12446; the problem solved by #12474.
3833      Branch: perl
3834            ! hints/aix.sh
3835 ____________________________________________________________________________
3836 [ 12496] By: gsar                                  on 2001/10/18  15:38:22
3837         Log: Carp::shortmess_heavy() doesn't notice trailing newline in
3838              message and suppress line number info (from Steve Hay
3839              <Steve.Hay@uk.radan.com>)
3840      Branch: maint-5.6/perl
3841            ! lib/Carp/Heavy.pm
3842 ____________________________________________________________________________
3843 [ 12495] By: jhi                                   on 2001/10/18  14:06:52
3844         Log: More documented In categories.
3845      Branch: perl
3846            ! pod/perlunicode.pod
3847 ____________________________________________________________________________
3848 [ 12494] By: jhi                                   on 2001/10/18  13:04:48
3849         Log: Update Changes.
3850      Branch: perl
3851            ! Changes patchlevel.h
3852 ____________________________________________________________________________
3853 [ 12493] By: jhi                                   on 2001/10/18  12:58:31
3854         Log: Add the lib/unicore/To/Spec*.pl to the MANIFEST.
3855      Branch: perl
3856            ! MANIFEST
3857 ____________________________________________________________________________
3858 [ 12492] By: jhi                                   on 2001/10/18  12:37:28
3859         Log: Wrong skip() arguments.
3860      Branch: perl
3861            ! ext/B/t/terse.t
3862 ____________________________________________________________________________
3863 [ 12491] By: jhi                                   on 2001/10/18  12:17:16
3864         Log: Subject: try#2: [proposed PATCH Perl@12401] ieee floats, rand() & old systems  
3865              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
3866              Date: Wed, 17 Oct 2001 09:10:53 EDT 
3867              Message-Id: <011017090944.15ad2e@DUPHY4.Physics.Drexel.Edu>
3868      Branch: perl
3869            ! configure.com embedvar.h opcode.pl perlapi.h perlvars.h
3870            ! pod/perlapi.pod vms/vms.c
3871 ____________________________________________________________________________
3872 [ 12490] By: ams                                   on 2001/10/18  09:31:00
3873         Log: Subject: PATCH perl.pod: Suggested reorganization of table of contents
3874              From: Mark-Jason Dominus <mjd@plover.com>
3875              Date: Thu, 18 Oct 2001 06:25:35 -0400
3876              Message-Id: <20011018102535.19264.qmail@plover.com>
3877      Branch: perl
3878            ! pod/perl.pod
3879 ____________________________________________________________________________
3880 [ 12489] By: jhi                                   on 2001/10/18  02:24:52
3881         Log: Prettyprinting.
3882      Branch: perl
3883            ! lib/unicore/In.pl lib/unicore/Is.pl lib/unicore/mktables
3884 ____________________________________________________________________________
3885 [ 12488] By: jhi                                   on 2001/10/18  00:47:19
3886         Log: Regen toc.
3887      Branch: perl
3888            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
3889 ____________________________________________________________________________
3890 [ 12487] By: jhi                                   on 2001/10/18  00:43:18
3891         Log: Add perlintro, from Skud.
3892      Branch: perl
3893            + pod/perlintro.pod
3894            ! MANIFEST
3895 ____________________________________________________________________________
3896 [ 12486] By: jhi                                   on 2001/10/18  00:10:44
3897         Log: FAQ sync.
3898      Branch: perl
3899            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
3900            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq7.pod
3901            ! pod/perlfaq8.pod pod/perlfaq9.pod
3902 ____________________________________________________________________________
3903 [ 12485] By: jhi                                   on 2001/10/17  23:57:15
3904         Log: Oh, bother. In Tru64 cc -std1 was looking rather nice
3905              in speed (upto 20% speedup in certain operations) but meanwhile
3906              regexps and arithmetics got slower (5-10%) (according to
3907              perlbench average speedup is negligible, and within measuring
3908              flutter, 1%).  Therefore retracting all the changes
3909              aimed at getting -std1 to compile cleanly:  #12475, #12476,
3910              #12479, #12480, #12481, #12482, #12483, #12484.
3911      Branch: perl
3912            ! doio.c mg.c miniperlmain.c perl.c perl.h perlio.c pp_ctl.c
3913            ! pp_hot.c pp_sys.c toke.c
3914 ____________________________________________________________________________
3915 [ 12484] By: jhi                                   on 2001/10/17  21:58:40
3916         Log: (retracted by #12485)
3917              Strict ANSI doesn't like the third argument of main()
3918              so enable ignoring it if using ultra picky compiler.
3919      Branch: perl
3920            ! miniperlmain.c
3921 ____________________________________________________________________________
3922 [ 12483] By: jhi                                   on 2001/10/17  21:48:24
3923         Log: (retracted by #12485)
3924              Move the VMS_FOO_ERROR codes next to the SETERRNO() definition.
3925      Branch: perl
3926            ! perl.h
3927 ____________________________________________________________________________
3928 [ 12482] By: jhi                                   on 2001/10/17  21:42:57
3929         Log: (retracted by #12485)
3930              Add explanatory comment.
3931      Branch: perl
3932            ! mg.c
3933 ____________________________________________________________________________
3934 [ 12481] By: jhi                                   on 2001/10/17  20:50:37
3935         Log: (retracted by #12485)
3936              More dollar$hiding.
3937      Branch: perl
3938            ! doio.c perl.h pp_sys.c
3939 ____________________________________________________________________________
3940 [ 12480] By: jhi                                   on 2001/10/17  20:27:34
3941         Log: (retracted by #12485)
3942              KISS.
3943      Branch: perl
3944            ! mg.c
3945 ____________________________________________________________________________
3946 [ 12479] By: jhi                                   on 2001/10/17  19:57:34
3947         Log: (retracted by #12485)
3948              Thou shalt not #ifdef inside macro invocations,
3949              noticed by Rafael Garcia-Suarez.
3950      Branch: perl
3951            ! mg.c
3952 ____________________________________________________________________________
3953 [ 12478] By: ams                                   on 2001/10/17  18:50:55
3954         Log: Subject: [PATCH pp_sys.c] coredump fix in pp_accept()
3955              From: Anton Berezin <tobez@tobez.org>
3956              Date: Wed, 17 Oct 2001 18:25:48 +0200
3957              Message-Id: <20011017182548.A12082@heechee.tobez.org>
3958      Branch: perl
3959            ! pp_sys.c
3960 ____________________________________________________________________________
3961 [ 12476] By: jhi                                   on 2001/10/17  16:46:50
3962         Log: (retracted by #12485)
3963              Unterminated #ifdef.
3964      Branch: perl
3965            ! mg.c
3966 ____________________________________________________________________________
3967 [ 12475] By: jhi                                   on 2001/10/17  16:42:49
3968         Log: (retracted by #12485)
3969              Avoid dollar signs in identifiers (in non-VMS) to
3970              placate ultra picky ANSI compilers (such as DEC^WCPQ^WHP).
3971      Branch: perl
3972            ! doio.c mg.c perl.c perl.h perlio.c pp_ctl.c pp_hot.c pp_sys.c
3973            ! toke.c
3974 ____________________________________________________________________________
3975 [ 12474] By: ams                                   on 2001/10/17  15:14:50
3976         Log: Subject: Two AIX patches
3977              From: H.Merijn Brand <h.m.brand@hccnet.nl>
3978              Date: Wed, 17 Oct 2001 18:04:35 +0200
3979              Message-Id: <20011017180223.1346.H.M.BRAND@hccnet.nl>
3980      Branch: perl
3981            ! hints/aix.sh makedef.pl
3982 ____________________________________________________________________________
3983 [ 12473] By: jhi                                   on 2001/10/17  14:48:38
3984         Log: Limiting the Time::HiRes::sleep and usleep to
3985              one second is not a good policy if drop-in
3986              replacement is still a goal.
3987      Branch: perl
3988            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
3989            ! ext/Time/HiRes/HiRes.xs
3990 ____________________________________________________________________________
3991 [ 12472] By: jhi                                   on 2001/10/17  11:00:54
3992         Log: Subject: [PATCH] Test::Simple 0.32
3993              From: Michael G Schwern <schwern@pobox.com> 
3994              Date: Wed, 17 Oct 2001 03:42:41 -0400
3995              Message-ID: <20011017034241.A25038@blackrider>
3996      Branch: perl
3997            + lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
3998            + lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
3999            + lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
4000            + lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
4001            + lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
4002            + lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
4003            - lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
4004            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
4005            ! lib/Test/Simple/Changes lib/Test/Simple/t/More.t
4006            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
4007            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
4008            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
4009            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
4010            ! lib/Test/Simple/t/simple.t lib/Test/Simple/t/skip.t
4011            ! lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
4012            ! lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
4013            ! t/lib/Test/Simple/Catch.pm
4014            ! t/lib/Test/Simple/sample_tests/five_fail.plx
4015 ____________________________________________________________________________
4016 [ 12471] By: jhi                                   on 2001/10/17  10:25:06
4017         Log: Subject: [PATCH t/TEST t/harness vms/test.com] Set PERL_CORE environment var   
4018              From: Michael G Schwern <schwern@pobox.com> 
4019              Date: Wed, 17 Oct 2001 04:04:13 -0400
4020              Message-ID: <20011017040413.C25550@blackrider>
4021      Branch: perl
4022            ! t/TEST t/harness vms/test.com
4023 ____________________________________________________________________________
4024 [ 12470] By: jhi                                   on 2001/10/17  02:25:01
4025         Log: Regen doc with perlmodstyle added.
4026      Branch: perl
4027            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
4028 ____________________________________________________________________________
4029 [ 12469] By: jhi                                   on 2001/10/17  02:24:02
4030         Log: Pod cleanup.
4031      Branch: perl
4032            ! lib/File/Spec.pm lib/File/Spec/Mac.pm
4033 ____________________________________________________________________________
4034 [ 12468] By: jhi                                   on 2001/10/17  02:16:11
4035         Log: Subject: perlmodstyle as a patch
4036              From: Kirrily Robert <skud@infotrope.net>
4037              Date: Tue, 16 Oct 2001 22:47:23 -0400
4038              Message-ID: <20011016224723.A20673@infotrope.net>
4039      Branch: perl
4040            + pod/perlmodstyle.pod
4041            ! MANIFEST
4042 ____________________________________________________________________________
4043 [ 12467] By: jhi                                   on 2001/10/17  00:59:43
4044         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
4045              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
4046              Date: Thu, 6 Sep 2001 11:09:40 +0100
4047              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
4048              
4049              Mention also the develooper p5p archive.
4050      Branch: perl
4051            ! pod/perlhack.pod
4052 ____________________________________________________________________________
4053 [ 12466] By: jhi                                   on 2001/10/17  00:57:38
4054         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] PREREQ_PM does not really require.
4055              From: Kay Röpke <kroepke@dolphin-services.de>
4056              Date: Tue, 16 Oct 2001 17:23:52 +0200
4057              Message-Id: <E15tW4O-0003J7-00@mrvdom03.schlund.de>
4058      Branch: perl
4059            ! lib/ExtUtils/MakeMaker.pm
4060 ____________________________________________________________________________
4061 [ 12465] By: jhi                                   on 2001/10/17  00:54:28
4062         Log: Add the special casing mappings (from SpecCase.txt)
4063              (except for the hyper special case mappings that have
4064              the condition list); the special casing mappings are
4065              unused for now.  Small tidying up on mktables.
4066      Branch: perl
4067            + lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
4068            + lib/unicore/To/SpecUpper.pl
4069            ! lib/unicore/mktables
4070 ____________________________________________________________________________
4071 [ 12464] By: jhi                                   on 2001/10/16  22:38:24
4072         Log: Subject: [PATCH] Doc patch on here-docs (perlop and perldata)
4073              From: "David H. Adler" <dha@panix.com>       
4074              Date: Tue, 16 Oct 2001 11:59:35 -0400
4075              Message-ID: <20011016115935.A13078@panix.com>
4076              
4077              Subject: [ PATCH ] perldata patch, revised
4078              From: "David H. Adler" <dha@panix.com>     
4079              Date: Tue, 16 Oct 2001 18:26:49 -0400
4080              Message-ID: <20011016182649.C23970@panix.com>
4081      Branch: perl
4082            ! pod/perldata.pod pod/perlop.pod
4083 ____________________________________________________________________________
4084 [ 12463] By: jhi                                   on 2001/10/16  19:39:25
4085         Log: Integrate perlio: PerlIO_dup (for all but Win32).
4086      Branch: perl
4087           !> embed.h embed.pl ext/Encode/Encode.xs
4088           !> ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs hv.c perl.h
4089           !> perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
4090           !> win32/win32io.c
4091 ____________________________________________________________________________
4092 [ 12462] By: nick                                  on 2001/10/16  19:11:30
4093         Log: PerlIOXxxx_dups for all but Win32
4094      Branch: perlio
4095            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
4096            ! ext/PerlIO/Via/Via.xs
4097 ____________________________________________________________________________
4098 [ 12461] By: nick                                  on 2001/10/16  18:28:48
4099         Log: Implement PerlIOStdio_dup (explains core dumps - dup
4100              was not setting up a FILE * to be fclosed()).
4101      Branch: perlio
4102            ! perlio.c
4103 ____________________________________________________________________________
4104 [ 12460] By: nick                                  on 2001/10/16  17:31:47
4105         Log: When USE_ITHREADS avoid SV * in PerlIO_debug, at risk of buffer
4106              overflow.
4107      Branch: perlio
4108            ! perlio.c
4109 ____________________________________________________________________________
4110 [ 12459] By: jhi                                   on 2001/10/16  17:10:22
4111         Log: Subject: [PATCH perl@12443] VMS 64-bit configure
4112              From: "Craig A. Berry" <craigberry@mac.com>
4113              Date: Tue, 16 Oct 2001 13:08:38 -0500
4114              Message-Id: <5.1.0.14.2.20011016122704.029eaea8@exchi01>
4115      Branch: perl
4116            ! configure.com
4117 ____________________________________________________________________________
4118 [ 12458] By: jhi                                   on 2001/10/16  17:07:20
4119         Log: Can't expect too much accuracy from a sleep of one second.
4120              (I think this will also fail with high load.)
4121      Branch: perl
4122            ! ext/Time/HiRes/HiRes.t
4123 ____________________________________________________________________________
4124 [ 12457] By: jhi                                   on 2001/10/16  16:50:24
4125         Log: Subject: WIN64 (Itanium) port of Perl 5.6.1
4126              From: "Werner, Randolf" <randolf.werner@sap.com>
4127              Date: Tue, 16 Oct 2001 18:33:02 +0200
4128              Message-ID: <816D93CCC927D31188570008C75D1DE10A5CB1F8@dbwdfx1a.wdf.sap-ag.de>
4129      Branch: perl
4130            + win32/Makefile.win64 win32/config.win64 win32/config_H.win64
4131            ! MANIFEST Porting/makerel ext/SDBM_File/sdbm/sdbm.c
4132 ____________________________________________________________________________
4133 [ 12456] By: nick                                  on 2001/10/16  14:08:16
4134         Log: Builds under ithreads (but fails all threads tests)
4135      Branch: perlio
4136            ! hv.c perlio.c sv.c
4137 ____________________________________________________________________________
4138 [ 12455] By: jhi                                   on 2001/10/16  13:59:32
4139         Log: I think the Perl_sortsv needs *not* be skipped?
4140      Branch: perl
4141            ! makedef.pl
4142 ____________________________________________________________________________
4143 [ 12454] By: jhi                                   on 2001/10/16  13:05:38
4144         Log: Subject: [ PATCH ] maint/perl/t/op/groups.t for build on Cygwin
4145              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
4146              Date: Tue, 16 Oct 2001 15:32:44 +0200
4147              Message-ID: <3BCC531C.11494.3E433F@localhost>
4148      Branch: perl
4149            ! t/op/groups.t
4150 ____________________________________________________________________________
4151 [ 12453] By: jhi                                   on 2001/10/16  13:04:38
4152         Log: Subject: [ PATCH ] maint/perl/t/io/fs.t for build on Cygwin
4153              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
4154              Date: Tue, 16 Oct 2001 15:01:04 +0200
4155              Message-ID: <3BCC4BB0.30935.2145B7@localhost>
4156      Branch: perl
4157            ! t/io/fs.t
4158 ____________________________________________________________________________
4159 [ 12452] By: jhi                                   on 2001/10/16  12:03:49
4160         Log: A forgotten deletion.
4161      Branch: perl
4162            - lib/unicore/mktables.PL
4163 ____________________________________________________________________________
4164 [ 12451] By: nick                                  on 2001/10/16  11:32:48
4165         Log: Skeleton of "PerlIO_dup" coded.
4166              Still-passes all tests non-threaded (well it would wouldn't it!)
4167      Branch: perlio
4168            ! embed.h embed.pl ext/Encode/Encode.xs
4169            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs perl.h
4170            ! perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
4171            ! win32/win32io.c
4172 ____________________________________________________________________________
4173 [ 12450] By: jhi                                   on 2001/10/16  02:27:51
4174         Log: Document the problem with the swash_fetch() API that affects
4175              more complex case conversions.
4176      Branch: perl
4177            ! lib/utf8_heavy.pl utf8.c
4178 ____________________________________________________________________________
4179 [ 12449] By: jhi                                   on 2001/10/16  01:55:48
4180         Log: Make Time::HiRes::sleep() and usleep() to return
4181              the number of seconds (a floating point value) and 
4182              microseconds (an integer) actually slept (well,
4183              modulo the time spent in measuring the time actually
4184              slept...), to be a better drop-in replacement for
4185              the builtin sleep().  Noticed by Chris Nandor.
4186              
4187              Also make usleep() to croak if fed illegal number
4188              of useconds (anything greater than 1_000_000).
4189      Branch: perl
4190            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
4191            ! ext/Time/HiRes/HiRes.xs
4192 ____________________________________________________________________________
4193 [ 12448] By: jhi                                   on 2001/10/16  00:57:05
4194         Log: A missing SvREFCNT_dec.
4195      Branch: perl
4196            ! perl.c
4197 ____________________________________________________________________________
4198 [ 12447] By: nick                                  on 2001/10/15  20:27:53
4199         Log: Beginings of PerlIO_dup support (unstable)
4200      Branch: perlio
4201            ! perlio.c perliol.h
4202 ____________________________________________________________________________
4203 [ 12446] By: jhi                                   on 2001/10/15  18:44:19
4204         Log: (retracted by #12497)
4205              In AIX vac 5 just can't seem to get regcomp right.
4206      Branch: perl
4207            ! hints/aix.sh
4208 ____________________________________________________________________________
4209 [ 12445] By: jhi                                   on 2001/10/15  16:44:04
4210         Log: Bump the version number to agree with the maintperl one.
4211      Branch: perl
4212            ! lib/Tie/RefHash.pm
4213 ____________________________________________________________________________
4214 [ 12444] By: nick                                  on 2001/10/15  15:59:57
4215         Log: Integrate mainline
4216      Branch: perlio
4217           +> lib/Math/BigInt/t/Math/Subclass.pm
4218           +> lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
4219           +> lib/Math/BigInt/t/subclass.t lib/unicore/In/163.pl
4220           +> lib/unicore/In/164.pl lib/unicore/In/165.pl
4221           +> lib/unicore/In/166.pl lib/unicore/In/167.pl
4222           +> lib/unicore/In/168.pl lib/unicore/In/169.pl
4223           +> lib/unicore/In/170.pl lib/unicore/In/171.pl lib/unicore/Is.pl
4224           +> lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
4225           +> lib/unicore/mktables
4226            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
4227            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
4228            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
4229            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
4230            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
4231            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
4232            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
4233            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
4234            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
4235            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
4236            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
4237            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
4238            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
4239            - lib/unicore/syllables.txt
4240           !> (integrate 344 files)
4241 ____________________________________________________________________________
4242 [ 12443] By: jhi                                   on 2001/10/15  13:40:20
4243         Log: Casting tweak from Paul Marquess, helps Merijn on AIX.
4244      Branch: perl
4245            ! ext/DB_File/DB_File.xs
4246 ____________________________________________________________________________
4247 [ 12442] By: jhi                                   on 2001/10/15  13:35:36
4248         Log: Sync the skip() amounts with the number of tests.
4249      Branch: perl
4250            ! lib/Term/Complete.t
4251 ____________________________________________________________________________
4252 [ 12441] By: jhi                                   on 2001/10/15  13:11:03
4253         Log: Update Changes.
4254      Branch: perl
4255            ! Changes patchlevel.h
4256 ____________________________________________________________________________
4257 [ 12440] By: jhi                                   on 2001/10/15  12:58:24
4258         Log: MacOS Classic catdir() rewrite from Thomas Wegner
4259              (backward incompatibility, but a deliberate one,
4260              the old version simply is broken in its logic),
4261              also documentation updates, and as suggested replicated
4262              the File::Spec::Unix documentation updates also on the
4263              File::Spec documentation.
4264              
4265              TODO: there seems to be duplication of documentation
4266              between File::Spec and File::Spec::Unix.  I think
4267              the ::Unix should be left only with specific UNIXisms,
4268              and all the generic documentation should be in ::Spec.
4269      Branch: perl
4270            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
4271            ! lib/File/Spec.pm lib/File/Spec.t lib/File/Spec/Mac.pm
4272            ! lib/File/Spec/Unix.pm
4273 ____________________________________________________________________________
4274 [ 12439] By: jhi                                   on 2001/10/15  12:32:07
4275         Log: Subject: Re: [PATCH t/op/magic.t] missing tests on Win32
4276              From: Blair Zajac <blair@orcaware.com>
4277              Date: Mon, 24 Sep 2001 11:48:58 -0700
4278              Message-ID: <3BAF801A.88A4F614@orcaware.com>     
4279              
4280              (the skip() messages)
4281      Branch: perl
4282            ! t/op/magic.t
4283 ____________________________________________________________________________
4284 [ 12438] By: ams                                   on 2001/10/14  23:43:59
4285         Log: Subject: [PATCH] make PerlIO default on VMS
4286              From: "Craig A. Berry" <craigberry@mac.com>
4287              Date: Sun, 14 Oct 2001 15:27:18 -0500
4288              Message-Id: <5.1.0.14.0.20011014152339.021ec150@exchi01>
4289      Branch: perl
4290            ! configure.com
4291 ____________________________________________________________________________
4292 [ 12437] By: jhi                                   on 2001/10/14  23:05:57
4293         Log: Retract #12436 (Abhijit already did this at #12426)
4294      Branch: perl
4295            ! lib/ExtUtils/MM_Unix.pm
4296 ____________________________________________________________________________
4297 [ 12436] By: jhi                                   on 2001/10/14  21:22:43
4298         Log: (retracted by #12437)
4299              Subject: [PATCH lib/ExtUtils/MM_Unix.pm] MakeMaker tries to parse commented out $VERSION
4300              From: =?iso-8859-1?Q?Kay_R=F6pke?= <kroepke@dolphin-services.de>
4301              Date: Sat, 13 Oct 2001 20:33:55 +0200
4302              Message-Id: <E15sTbe-0001nt-00@mrvdom04.kundenserver.de>
4303      Branch: perl
4304            ! lib/ExtUtils/MM_Unix.pm
4305 ____________________________________________________________________________
4306 [ 12435] By: jhi                                   on 2001/10/14  21:21:52
4307         Log: Subject: h2xs grammar nit
4308              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
4309              Date: Fri, 12 Oct 2001 00:12:01 -0700 (PDT)
4310              Message-ID: <Pine.GSU.4.21.0110120010540.9710-100000@garcia.efn.org>
4311      Branch: perl
4312            ! utils/h2xs.PL
4313 ____________________________________________________________________________
4314 [ 12434] By: jhi                                   on 2001/10/14  13:48:30
4315         Log: Subject: [PATCH @12422] Fix scoping problem with FATAL warnings
4316              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
4317              Date: Sun, 14 Oct 2001 11:25:08 +0100
4318              Message-ID: <AIEAJICLCBDNAAOLLOKLCEFDDCAA.Paul_Marquess@Yahoo.co.uk>
4319      Branch: perl
4320            ! lib/warnings.pm pod/perllexwarn.pod t/lib/warnings/7fatal
4321            ! warnings.pl
4322 ____________________________________________________________________________
4323 [ 12433] By: jhi                                   on 2001/10/13  23:20:11
4324         Log: Use File::Spec (needs Thomas Wegner's upcoming patch
4325              for File::Spec::Mac::catfile)
4326      Branch: perl
4327            ! lib/h2xs.t
4328 ____________________________________________________________________________
4329 [ 12432] By: jhi                                   on 2001/10/13  23:17:31
4330         Log: Subject: [PATCH] Re: default module version for h2xs (was Re: [PATCH] Re: What sort of Makefile.PL should h2xs write?)   
4331              From: Nicholas Clark <nick@ccl4.org>
4332              Date: Sat, 13 Oct 2001 00:07:31 +0100
4333              Message-ID: <20011013000731.D67535@plum.flirble.org>
4334      Branch: perl
4335            ! lib/h2xs.t utils/h2xs.PL
4336 ____________________________________________________________________________
4337 [ 12431] By: jhi                                   on 2001/10/13  22:35:58
4338         Log: Define PASTHRU_DEFINE and PASTHRU_INC (which are used
4339              before DEFINE and INC), and repent by taking DEFINE and
4340              INC away from PASTHRU.
4341      Branch: perl
4342            ! lib/ExtUtils/MM_Unix.pm
4343 ____________________________________________________________________________
4344 [ 12430] By: jhi                                   on 2001/10/13  21:23:09
4345         Log: More MANIFEST anomalies.
4346      Branch: perl
4347            ! MANIFEST
4348 ____________________________________________________________________________
4349 [ 12429] By: jhi                                   on 2001/10/13  21:01:32
4350         Log: Not that many.
4351      Branch: perl
4352            ! MANIFEST
4353 ____________________________________________________________________________
4354 [ 12428] By: sky                                   on 2001/10/13  20:59:27
4355         Log: Subject: [DOC PATCH] pod syntax fixups for File::Spec::* modules
4356              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4357              Date: Sat, 13 Oct 2001 23:15:55 +0200
4358              Message-ID: <20011013231555.A18071@rafael>
4359      Branch: perl
4360            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm lib/File/Spec/Mac.pm
4361            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
4362 ____________________________________________________________________________
4363 [ 12427] By: jhi                                   on 2001/10/13  20:54:17
4364         Log: Rewrite mktables from scratch.
4365              - Cleaner.
4366              - Faster: 15-20 seconds as opposed to several minutes.
4367              - More dynamic: the names of the various categories
4368              such as the linebreak ones are dynamic, not static.
4369              - Is.pl: long names for the general category properties
4370              are now available.
4371              - Ranges (<... ,First>, <..., Last>) from the general
4372              categories work now.
4373              - No more mktables.PL because the mktables.PL is not
4374              and never has been run to create a mktables.
4375              - syllables.txt and Is/Syl*.pl removed: non-standard
4376              (not part of the Unicode), and the whole concept is
4377              being reworked (http://syllabary.sourceforge.net/),
4378              the old way wouldn't even work with the new Syllables.txt
4379              (it would result in 1000+ new categories)
4380      Branch: perl
4381            + lib/unicore/In/163.pl lib/unicore/In/164.pl
4382            + lib/unicore/In/165.pl lib/unicore/In/166.pl
4383            + lib/unicore/In/167.pl lib/unicore/In/168.pl
4384            + lib/unicore/In/169.pl lib/unicore/In/170.pl
4385            + lib/unicore/In/171.pl lib/unicore/Is.pl
4386            + lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
4387            + lib/unicore/mktables
4388            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
4389            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
4390            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
4391            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
4392            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
4393            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
4394            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
4395            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
4396            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
4397            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
4398            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
4399            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
4400            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
4401            - lib/unicore/syllables.txt
4402            ! (edit 304 files)
4403 ____________________________________________________________________________
4404 [ 12426] By: ams                                   on 2001/10/13  18:05:36
4405         Log: ExtUtils::MM_Unix should ignore comments when searching for
4406              $VERSION.
4407      Branch: perl
4408            ! lib/ExtUtils/MM_Unix.pm
4409 ____________________________________________________________________________
4410 [ 12425] By: jhi                                   on 2001/10/13  12:26:41
4411         Log: Subject: Re: New module XML::Clean
4412              From: andreas.koenig@anima.de (Andreas J. Koenig)
4413              Date: 13 Oct 2001 10:17:09 +0200
4414              Message-ID: <m37ku0t0my.fsf@anima.de>
4415      Branch: perl
4416            ! pod/perlnewmod.pod
4417 ____________________________________________________________________________
4418 [ 12424] By: sky                                   on 2001/10/13  09:39:59
4419         Log: Set thread stack size if needed.
4420      Branch: perl
4421            ! ext/threads/threads.xs
4422 ____________________________________________________________________________
4423 [ 12423] By: sky                                   on 2001/10/13  09:36:49
4424         Log: We do want to set the attribute to joinable even on modern posix
4425              platforms.
4426      Branch: perl
4427            ! ext/threads/threads.xs
4428 ____________________________________________________________________________
4429 [ 12422] By: jhi                                   on 2001/10/13  02:04:44
4430         Log: Subject: [PATCH ext/Data/Dumper.xs]
4431              From: Brian Ingerson <ingy@ttul.org>
4432              Date: Fri, 12 Oct 2001 19:32:35 -0700
4433              Message-ID: <20011012193235.B889@ttul.org>
4434      Branch: perl
4435            ! ext/Data/Dumper/Dumper.xs
4436 ____________________________________________________________________________
4437 [ 12421] By: jhi                                   on 2001/10/12  23:22:45
4438         Log: Update Changes.
4439      Branch: perl
4440            ! Changes patchlevel.h
4441 ____________________________________________________________________________
4442 [ 12420] By: jhi                                   on 2001/10/12  22:51:17
4443         Log: FAQ sync.
4444      Branch: perl
4445            ! pod/perlfaq3.pod pod/perlfaq4.pod
4446 ____________________________________________________________________________
4447 [ 12419] By: jhi                                   on 2001/10/12  22:46:49
4448         Log: Subject: RE: [PATCH File::Copy] Silence warnings for tied filehandles     
4449              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
4450              Date: Fri, 12 Oct 2001 11:51:05 -0700
4451              Message-ID: <35A280DF784CD411A06B0008C7B130AD0115DDAE@sdex04.sd.intuit.com>
4452      Branch: perl
4453            ! lib/File/Copy.pm
4454 ____________________________________________________________________________
4455 [ 12418] By: jhi                                   on 2001/10/12  22:44:24
4456         Log: Subject: [PATCH lib/Term/Complete.t] Rethinking the Test
4457              From: "chromatic" <chromatic@rmci.net>     
4458              Date: Thu, 11 Oct 2001 10:57:55 -0600
4459              Message-ID: <20011011170354.74354.qmail@onion.perl.org>
4460              
4461              Subject: [PATCH Complete.pm] Re: [PATCH lib/Term/Complete.t] Rethinking the Test
4462              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4463              Date: Thu, 11 Oct 2001 22:34:21 +0200
4464              Message-ID: <20011011223421.A693@rafael>     
4465              
4466              plus undef $Term::Complete::stty as suggested by Rafael.
4467      Branch: perl
4468            ! lib/Term/Complete.pm lib/Term/Complete.t
4469 ____________________________________________________________________________
4470 [ 12417] By: jhi                                   on 2001/10/12  20:35:49
4471         Log: UUnndduupplleexx..
4472      Branch: perl
4473            ! perl.h
4474 ____________________________________________________________________________
4475 [ 12416] By: sky                                   on 2001/10/12  20:16:19
4476         Log: Subject: Re: Sparc/Linux/ithreads unhappy @12391 [PATCH]
4477              From: Andy Dougherty <doughera@lafayette.edu>
4478              Date: Fri, 12 Oct 2001 16:53:03 -0400 (EDT)
4479              Message-ID: <Pine.SOL.4.10.10110121647360.11279-100000@maxwell.phys.lafayette.edu>
4480              (Potentially only band-aid)
4481      Branch: perl
4482            ! sv.c
4483 ____________________________________________________________________________
4484 [ 12415] By: jhi                                   on 2001/10/12  20:13:06
4485         Log: VMS pre-7.0 (which doesn't have sigaction()) uniformly
4486              mishandles kill(), and therefore the sigaction test
4487              should be skipped, from Charles Lane.
4488      Branch: perl
4489            ! ext/POSIX/t/sigaction.t
4490 ____________________________________________________________________________
4491 [ 12414] By: sky                                   on 2001/10/12  18:47:49
4492         Log: Perhaps other OLD_POSIX_API systems might be happy and not only HP-UX 10.20
4493      Branch: perl
4494            ! op.h
4495 ____________________________________________________________________________
4496 [ 12413] By: jhi                                   on 2001/10/12  18:35:31
4497         Log: Upgrade to Math::BigInt 1.44 from Tels and
4498              further fixes from John Peacock.
4499      Branch: perl
4500            + lib/Math/BigInt/t/Math/Subclass.pm
4501            + lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
4502            + lib/Math/BigInt/t/subclass.t
4503            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
4504            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
4505            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
4506            ! lib/Math/BigInt/t/mbimbf.t
4507 ____________________________________________________________________________
4508 [ 12412] By: sky                                   on 2001/10/12  18:28:23
4509         Log: perhaps pthread_attr_t really needs to be set for the old api
4510      Branch: perl
4511            ! ext/threads/threads.xs
4512 ____________________________________________________________________________
4513 [ 12411] By: sky                                   on 2001/10/12  18:11:45
4514         Log: pthread_keycreate not pthread_key_create under the here be dragons API
4515      Branch: perl
4516            ! ext/threads/threads.h
4517 ____________________________________________________________________________
4518 [ 12410] By: sky                                   on 2001/10/12  18:07:37
4519         Log: Apperently OLD PTHREADS API is a bit retarded.
4520              This should fix another set of compile failures in HP-UX 10.20.
4521      Branch: perl
4522            ! ext/threads/threads.h ext/threads/threads.xs
4523 ____________________________________________________________________________
4524 [ 12409] By: nick                                  on 2001/10/12  15:30:01
4525         Log: Blind integrate of mainline
4526      Branch: perlio
4527           +> (branch 32 files)
4528            - lib/unicode/README
4529           !> (integrate 121 files)
4530 ____________________________________________________________________________
4531 [ 12408] By: sky                                   on 2001/10/12  14:55:08
4532         Log: Let us avoid being smart for now.
4533      Branch: perl
4534            ! ext/threads/threads.h
4535 ____________________________________________________________________________
4536 [ 12407] By: sky                                   on 2001/10/12  14:38:12
4537         Log: (void*) the argument to make sure we work with picky compilers
4538      Branch: perl
4539            ! ext/threads/threads.xs
4540 ____________________________________________________________________________
4541 [ 12406] By: ams                                   on 2001/10/12  13:26:04
4542         Log: (replaced with #12600)
4543              
4544              Subject: [PATCH 5.6.1 perldoc] use File::Temp
4545              From: Mikhail Zabaluev <mhz@alt-linux.org>
4546              Date: Fri, 12 Oct 2001 12:47:47 +0400
4547              Message-Id: <20011012124747.E13918@localhost.localdomain>
4548      Branch: perl
4549            ! utils/perldoc.PL
4550 ____________________________________________________________________________
4551 [ 12405] By: ams                                   on 2001/10/12  13:05:32
4552         Log: Subject: [PATCH] (Was: lib/Memoize/t/speed.................FAILED at test 2)
4553              From: andreas.koenig@anima.de (Andreas J. Koenig)
4554              Date: 12 Oct 2001 11:12:07 +0200
4555              Message-Id: <m3wv21te6w.fsf_-_@anima.de>
4556      Branch: perl
4557            ! lib/Memoize/t/speed.t
4558 ____________________________________________________________________________
4559 [ 12404] By: sky                                   on 2001/10/12  12:46:15
4560         Log: A) Support OLD_PTHREADS_API
4561              B) Change from using pthread_t to using a TLS to store the
4562              index of the thread in an hash, this is to avoid problems when
4563              in fact pthread_t was not a seralizable type.
4564              Both these changes are because of HP-UX 10.20
4565              This has not been tested on win32 but should work there.
4566              Need to add support for NetWare.
4567      Branch: perl
4568            ! ext/threads/threads.h ext/threads/threads.xs
4569 ____________________________________________________________________________
4570 [ 12403] By: ams                                   on 2001/10/12  07:34:19
4571         Log: Subject: Re: New module XML::Clean
4572              From: andreas.koenig@anima.de (Andreas J. Koenig)
4573              Date: 12 Oct 2001 10:20:35 +0200
4574              Message-Id: <m3elo9uv58.fsf@anima.de>
4575      Branch: perl
4576            ! pod/perlnewmod.pod
4577 ____________________________________________________________________________
4578 [ 12402] By: jhi                                   on 2001/10/11  19:51:04
4579         Log: More HP model tweaks from Merijn.
4580      Branch: perl
4581            ! README.hpux
4582 ____________________________________________________________________________
4583 [ 12401] By: jhi                                   on 2001/10/11  13:03:10
4584         Log: Update Changes.
4585      Branch: perl
4586            ! Changes patchlevel.h
4587 ____________________________________________________________________________
4588 [ 12400] By: jhi                                   on 2001/10/11  11:33:20
4589         Log: HP-UX update from H.Merijn Brand.
4590      Branch: perl
4591            ! README.hpux
4592 ____________________________________________________________________________
4593 [ 12399] By: jhi                                   on 2001/10/11  00:53:56
4594         Log: Subject: [PATCH] fix link rot in README.vms
4595              From: "Craig A. Berry" <craigberry@mac.com>
4596              Date: Wed, 10 Oct 2001 17:17:00 -0500
4597              Message-Id: <5.1.0.14.0.20011010171057.01bd77c8@exchi01>
4598      Branch: perl
4599            ! README.vms
4600 ____________________________________________________________________________
4601 [ 12398] By: jhi                                   on 2001/10/11  00:49:42
4602         Log: Subject: [PATCH lib/Term/Complete.t] (was Re: lib/Term/Complete.t won't complete in background)
4603              From: "chromatic" <chromatic@rmci.net>
4604              Date: Wed, 10 Oct 2001 15:50:30 -0600
4605              Message-ID: <20011010215627.13283.qmail@onion.perl.org> 
4606      Branch: perl
4607            ! lib/Term/Complete.t
4608 ____________________________________________________________________________
4609 [ 12397] By: jhi                                   on 2001/10/11  00:48:54
4610         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Packlist.t] Add Tests for ExtUtils::Packlist
4611              From: "chromatic" <chromatic@rmci.net>
4612              Date: Wed, 10 Oct 2001 15:45:42 -0600
4613              Message-ID: <20011010215140.8913.qmail@onion.perl.org>
4614      Branch: perl
4615            + lib/ExtUtils/Packlist.t
4616            ! MANIFEST
4617 ____________________________________________________________________________
4618 [ 12396] By: jhi                                   on 2001/10/10  20:20:22
4619         Log: VMS needs quotes around the -I option to keep it from
4620              being downcased, from Charles Lane.
4621      Branch: perl
4622            ! t/run/kill_perl.t
4623 ____________________________________________________________________________
4624 [ 12395] By: ams                                   on 2001/10/10  16:22:32
4625         Log: Subject: [PATCH lib/FindBin.pm]
4626              From: Stas Bekman <stas@stason.org>
4627              Date: Tue, 09 Oct 2001 23:57:10 +0800
4628              Message-Id: <3BC31E56.60805@stason.org>
4629      Branch: perl
4630            ! lib/FindBin.pm
4631 ____________________________________________________________________________
4632 [ 12394] By: ams                                   on 2001/10/10  16:09:53
4633         Log: Subject: Re: /usr/include/sys/e ?? (perl@12340)
4634              From: Abhijit Menon-Sen <ams@wiw.org>
4635              Date: Wed, 10 Oct 2001 21:59:33 +0530
4636              Message-Id: <20011010215933.B2444@lustre.dyn.wiw.org>
4637      Branch: perl
4638            ! ext/Data/Dumper/Dumper.xs
4639 ____________________________________________________________________________
4640 [ 12393] By: jhi                                   on 2001/10/10  15:53:39
4641         Log: VMS: reorder the elimination of 000000 in the canonpath logic,
4642              from Charles Lane.
4643      Branch: perl
4644            ! lib/File/Spec/VMS.pm
4645 ____________________________________________________________________________
4646 [ 12392] By: ams                                   on 2001/10/10  14:49:43
4647         Log: Subject: [PATCH] two s/// bugfixes
4648              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4649              Date: Wed, 10 Oct 2001 17:23:44 +0200
4650              Message-Id: <20011010172344.C22440@rafael>
4651      Branch: perl
4652            ! pp_ctl.c regexec.c t/op/subst.t
4653 ____________________________________________________________________________
4654 [ 12391] By: jhi                                   on 2001/10/10  12:22:02
4655         Log: Fix/improve handling of the [000000] special "root"
4656              directory, by putting cwd in canonical form when doing
4657              abs2rel, and prepending a 000000 to directory "chunks"
4658              if missing from base or path.  Also adjust test to
4659              reflect the (improved) output from abs2rel.
4660              From Charles Lane.
4661      Branch: perl
4662            ! lib/File/Spec.t lib/File/Spec/VMS.pm
4663 ____________________________________________________________________________
4664 [ 12390] By: jhi                                   on 2001/10/10  11:48:14
4665         Log: In VMS the copy-to-untaint %ENV in the initialization also loses
4666              all of the extra VMSish attributes (such as "treat this logical
4667              as a device name") that are necessary to make programs run.
4668              A tainted %ENV does not hinder VMS.  From Charles Lane.
4669      Branch: perl
4670            ! lib/File/Find/t/taint.t
4671 ____________________________________________________________________________
4672 [ 12389] By: jhi                                   on 2001/10/10  11:40:29
4673         Log: VMS-specific fixes to the ExtUtils::Manifest tests.
4674              
4675              o  VMS is case-insensitive, RTL downcases filenames read
4676              by perl... so need to re-upcase filenames like MANIFEST
4677              and MANIFEST.SKIP
4678              
4679              o  Need to convert VMS-style to Unix-style filenames when comparing
4680              names in MANIFEST to names in filesystem.
4681              
4682              o  Need to remove mantest/MANIFEST before rmdir'ing mantest,
4683              since VMS won't let you (easily) delete non-empty directories.
4684              
4685              From Charles Lane.
4686      Branch: perl
4687            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Manifest.t
4688 ____________________________________________________________________________
4689 [ 12388] By: jhi                                   on 2001/10/10  11:28:44
4690         Log: Unix and VMS agree on "*" as a "match any number of any chars"
4691              wildcards, but differ ("?"  vs.  "%") for their "match any single
4692              char" wildcard.  This patch changes "?"  chars to "%" before doing a
4693              VMS glob...at no loss of functionality, since "?"  isn't a valid
4694              filename char on VMS.  From Charles Lane.
4695      Branch: perl
4696            ! doio.c
4697 ____________________________________________________________________________
4698 [ 12387] By: jhi                                   on 2001/10/10  11:20:13
4699         Log: (accidentally empty submit; new life as #12390)
4700      Branch: perl
4701            ! lib/File/Find/t/taint.t
4702 ____________________________________________________________________________
4703 [ 12386] By: jhi                                   on 2001/10/10  11:12:40
4704         Log: Even more VMS tweakage from Charles Lane:
4705              
4706              Tweak #1:  splitdir only works on directory part of filespec,
4707              split off volume first
4708              Tweak #2:  VMS pre-7.0's $ENV{'HOME'} is not settable
4709              (it's a horrible kludge in the run-time library,
4710              improved in later versions). Check the
4711              $Config{'d_setenv'} flag before attempting to set it.
4712      Branch: perl
4713            ! t/op/chdir.t
4714 ____________________________________________________________________________
4715 [ 12385] By: jhi                                   on 2001/10/09  20:34:36
4716         Log: VMS tweakage from Charles Lane.
4717              
4718              . command.com doubles an output line when prompting for extensions
4719              . Term::Cap has no business trying to run obscure Un*x utilities on VMS
4720              . perl5db doesn't clean up after itself
4721      Branch: perl
4722            ! configure.com lib/Term/Cap.pm lib/perl5db.pl
4723 ____________________________________________________________________________
4724 [ 12384] By: sky                                   on 2001/10/09  19:16:11
4725         Log: Subject: [PATCH again again], Re: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
4726              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4727              Date: Tue, 9 Oct 2001 22:10:26 +0200
4728              Message-ID: <20011009221026.A8579@rafael>
4729      Branch: perl
4730            ! pod/perldata.pod
4731 ____________________________________________________________________________
4732 [ 12383] By: jhi                                   on 2001/10/09  14:33:15
4733         Log: Subject: [PATCH t/op/subst.t] new tests, new TODO test
4734              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
4735              Date: 9 Oct 2001 15:15:06 -0000
4736              Message-Id: <slrn9s653h.h2p.rgarciasuarez@rafael.kazibao.net>
4737      Branch: perl
4738            ! t/op/subst.t
4739 ____________________________________________________________________________
4740 [ 12382] By: jhi                                   on 2001/10/09  14:03:30
4741         Log: Update Changes.
4742      Branch: perl
4743            ! Changes patchlevel.h
4744 ____________________________________________________________________________
4745 [ 12381] By: jhi                                   on 2001/10/09  13:52:50
4746         Log: Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat
4747              Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat,
4748              when a NULL is passed for the filename string pointer.
4749              From Charles Lane.
4750      Branch: perl
4751            ! vms/vms.c
4752 ____________________________________________________________________________
4753 [ 12379] By: jhi                                   on 2001/10/09  13:03:49
4754         Log: Subject: HP systems update
4755              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4756              Date: Tue, 09 Oct 2001 15:59:22 +0200
4757              Message-Id: <20011009155614.A4F5.H.M.BRAND@hccnet.nl>
4758      Branch: perl
4759            ! README.hpux
4760 ____________________________________________________________________________
4761 [ 12378] By: jhi                                   on 2001/10/09  12:52:21
4762         Log: CPAN::Nox does now have a test.
4763      Branch: perl
4764            ! t/lib/1_compile.t
4765 ____________________________________________________________________________
4766 [ 12377] By: jhi                                   on 2001/10/09  12:23:27
4767         Log: Subject: [ID 20011001.009] /usr/bin/perl (in addition to /usr/local/bin/perl)
4768              From: David Dyck <dcd@tc.fluke.com>
4769              Date: Mon, 1 Oct 2001 12:17:36 -0700
4770              Message-Id: <200110011917.MAA11879@dd.tc.fluke.com>
4771      Branch: perl
4772            ! installperl
4773 ____________________________________________________________________________
4774 [ 12376] By: jhi                                   on 2001/10/09  12:18:39
4775         Log: NetWare update from Ananth Kesari.
4776      Branch: perl
4777            ! NetWare/nwperlsys.h makedef.pl
4778 ____________________________________________________________________________
4779 [ 12375] By: jhi                                   on 2001/10/09  11:43:01
4780         Log: Subject: [PATCH Perl@12307] File::Find test on VMS
4781              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
4782              Date: Tue, 9 Oct 2001 08:40:57 EDT
4783              Message-Id: <011009083426.17530f@DUPHY4.Physics.Drexel.Edu>
4784      Branch: perl
4785            ! lib/File/Find/t/find.t
4786 ____________________________________________________________________________
4787 [ 12374] By: ams                                   on 2001/10/09  05:31:45
4788         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Mkbootstrap.t] Add Tests for
4789              ExtUtils::Mkbootstrap
4790              From: "chromatic" <chromatic@rmci.net>
4791              Date: Tue, 09 Oct 2001 00:08:37 -0600
4792              Message-Id: <20011009061432.46666.qmail@onion.perl.org>
4793      Branch: perl
4794            + lib/ExtUtils/Mkbootstrap.t
4795            ! MANIFEST
4796 ____________________________________________________________________________
4797 [ 12373] By: jhi                                   on 2001/10/09  02:56:13
4798         Log: Enable more debugging.
4799      Branch: perl
4800            ! lib/utf8_heavy.pl
4801 ____________________________________________________________________________
4802 [ 12372] By: ams                                   on 2001/10/09  02:11:59
4803         Log: #12370 forgot to modify is_gv_magical().
4804      Branch: perl
4805            ! gv.c
4806 ____________________________________________________________________________
4807 [ 12371] By: jhi                                   on 2001/10/09  01:48:17
4808         Log: Make the toupper/lower/title API for Unicode not right
4809              but at least less wrong: prepare for the mapping being
4810              more than just one-character-to-one-character.
4811      Branch: perl
4812            ! embed.h embed.pl global.sym handy.h pp.c proto.h regcomp.c
4813            ! regexec.c utf8.c
4814 ____________________________________________________________________________
4815 [ 12370] By: jhi                                   on 2001/10/09  01:23:08
4816         Log: Subject: Re: [PATCH mg.c gv.c and others] ${^TAINT}
4817              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
4818              Date: Mon, 8 Oct 2001 22:18:23 -0400
4819              Message-ID: <20011008221823.A413700@linguist.thayer.dartmouth.edu>
4820      Branch: perl
4821            ! pod/perlvar.pod t/op/taint.t
4822 ____________________________________________________________________________
4823 [ 12369] By: jhi                                   on 2001/10/08  23:31:21
4824         Log: FAQ sync.
4825      Branch: perl
4826            ! pod/perlfaq3.pod pod/perlfaq4.pod
4827 ____________________________________________________________________________
4828 [ 12368] By: jhi                                   on 2001/10/08  21:20:45
4829         Log: Subject: [PATCH lib/Term/Cap.t] Fix Debian Failures on Test 22
4830              From: "chromatic" <chromatic@rmci.net>
4831              Date: Mon, 08 Oct 2001 14:05:32 -0600
4832              Message-ID: <20011008201126.73702.qmail@onion.perl.org>
4833      Branch: perl
4834            ! lib/Term/Cap.t
4835 ____________________________________________________________________________
4836 [ 12367] By: jhi                                   on 2001/10/08  21:10:49
4837         Log: Subject: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
4838              From: Michael G Schwern <schwern@pobox.com>
4839              Date: Mon, 8 Oct 2001 17:00:14 -0400
4840              Message-ID: <20011008170014.L17083@blackrider>
4841      Branch: perl
4842            ! gv.c mg.c pod/perlvar.pod t/op/magic.t t/op/taint.t
4843 ____________________________________________________________________________
4844 [ 12366] By: jhi                                   on 2001/10/08  20:43:19
4845         Log: Subject: [PATCH Perl@12307] Time::Hires for VMS pre-7.0
4846              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
4847              Date: Mon, 8 Oct 2001 16:01:33 EDT
4848              Message-Id: <011008155856.1604b5@DUPHY4.Physics.Drexel.Edu>
4849      Branch: perl
4850            ! ext/Time/HiRes/HiRes.xs
4851 ____________________________________________________________________________
4852 [ 12365] By: jhi                                   on 2001/10/08  20:41:50
4853         Log: Subject: [PATCH] Autosplit patch for VMS
4854              From: "Craig A. Berry" <craigberry@mac.com>
4855              Date: Mon, 08 Oct 2001 15:40:43 -0500
4856              Message-Id: <5.1.0.14.0.20011008150808.02302618@exchi01>
4857      Branch: perl
4858            ! lib/AutoSplit.pm lib/AutoSplit.t
4859 ____________________________________________________________________________
4860 [ 12364] By: jhi                                   on 2001/10/08  20:36:58
4861         Log: Don't assume that everybody is running OS X 10.1 yet;
4862              from Kay Röpke.
4863      Branch: perl
4864            ! hints/darwin.sh
4865 ____________________________________________________________________________
4866 [ 12363] By: jhi                                   on 2001/10/08  14:26:35
4867         Log: Update Changes.
4868      Branch: perl
4869            ! Changes patchlevel.h
4870 ____________________________________________________________________________
4871 [ 12362] By: jhi                                   on 2001/10/08  14:05:50
4872         Log: Retract #12358 for now.
4873      Branch: perl
4874            ! lib/Term/Cap.t
4875 ____________________________________________________________________________
4876 [ 12361] By: jhi                                   on 2001/10/08  13:57:10
4877         Log: Can't figure out what this is testing.
4878              (If it is trying to catch SIGKILL, it should stop
4879              trying because that is by definition impossible.)
4880      Branch: perl
4881            ! lib/sigtrap.t
4882 ____________________________________________________________________________
4883 [ 12360] By: jhi                                   on 2001/10/08  13:23:28
4884         Log: Subject: [PATCH bleadperl] why some tests fail on Win95...
4885              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
4886              Date: Sun, 30 Sep 2001 21:15:13 +0200
4887              Message-ID: <5033457805.20010930211513@tesla.rcub.bg.ac.yu>
4888      Branch: perl
4889            ! lib/ExtUtils/MM_Win32.pm
4890 ____________________________________________________________________________
4891 [ 12359] By: jhi                                   on 2001/10/08  12:37:17
4892         Log: Clarify the ldlibpth part and condense the overall text.
4893      Branch: perl
4894            ! t/TEST
4895 ____________________________________________________________________________
4896 [ 12358] By: jhi                                   on 2001/10/08  11:56:49
4897         Log: Subject: Re: [PATCH] & what's to be done for 5.8.0?
4898              From: "chromatic" <chromatic@rmci.net>
4899              Date: Sun, 07 Oct 2001 16:59:26 -0600
4900              Message-ID: <20011007230518.90917.qmail@onion.perl.org>
4901      Branch: perl
4902            ! lib/Term/Cap.t
4903 ____________________________________________________________________________
4904 [ 12357] By: jhi                                   on 2001/10/08  11:54:50
4905         Log: Update the list because fo #12265.
4906      Branch: perl
4907            ! t/lib/1_compile.t
4908 ____________________________________________________________________________
4909 [ 12356] By: jhi                                   on 2001/10/08  11:53:30
4910         Log: Subject: [PATCH] & what's to be done for 5.8.0? 
4911              From: Nicholas Clark <nick@ccl4.org>
4912              Date: Sun, 7 Oct 2001 20:53:33 +0100
4913              Message-ID: <20011007205333.S38756@plum.flirble.org>   
4914      Branch: perl
4915            ! ext/B/t/showlex.t ext/B/t/stash.t ext/Cwd/t/taint.t
4916            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
4917            ! ext/DB_File/t/db-recno.t ext/Fcntl/t/fcntl.t lib/CGI/t/carp.t
4918            ! lib/CGI/t/cookie.t lib/File/Find/t/taint.t lib/FindBin.t
4919            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
4920            ! lib/Net/t/smtp.t lib/Switch/t/given.t lib/Switch/t/nested.t
4921            ! lib/Switch/t/switch.t lib/Term/Complete.t
4922            ! lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/todo.t
4923            ! lib/bigfloat.t lib/bigint.t lib/integer.t t/op/flip.t
4924            ! t/op/my_stash.t
4925 ____________________________________________________________________________
4926 [ 12355] By: jhi                                   on 2001/10/08  11:51:29
4927         Log: Integrate patch #12350 from maintperl; typo in
4928              IO::Seekable doc.
4929      Branch: perl
4930           !> ext/IO/lib/IO/Seekable.pm
4931 ____________________________________________________________________________
4932 [ 12354] By: jhi                                   on 2001/10/08  11:41:16
4933         Log: Detypo.
4934      Branch: perl
4935            ! hints/darwin.sh
4936 ____________________________________________________________________________
4937 [ 12353] By: sky                                   on 2001/10/07  17:16:14
4938         Log: Change 12349 didn't really get it right.
4939      Branch: perl
4940            ! lib/Unicode/README
4941 ____________________________________________________________________________
4942 [ 12352] By: jhi                                   on 2001/10/07  15:03:18
4943         Log: If running the harness the dynamic library search path
4944              may need setting.
4945      Branch: perl
4946            ! t/TEST
4947 ____________________________________________________________________________
4948 [ 12351] By: jhi                                   on 2001/10/07  14:17:12
4949         Log: It seems that in MacOS X 10.1 one must use -flat_namespace
4950              in ldflags.
4951      Branch: perl
4952            ! hints/darwin.sh
4953 ____________________________________________________________________________
4954 [ 12350] By: gsar                                  on 2001/10/07  13:30:42
4955         Log: typo in IO::Seekable doc
4956      Branch: maint-5.6/perl
4957            ! ext/IO/lib/IO/Seekable.pm
4958 ____________________________________________________________________________
4959 [ 12349] By: jhi                                   on 2001/10/07  12:49:31
4960         Log: Give up the fantasy of having lib/Unicode and lib/unicode:
4961              doesn't work on Mac OS X 10.1 (when unpacking the tar the
4962              latter gets renamed as lib/unicode:1, assumedly for security
4963              reasons not to overwrite stuff)
4964      Branch: perl
4965            + lib/Unicode/README
4966            - lib/unicode/README
4967            ! MANIFEST
4968 ____________________________________________________________________________
4969 [ 12348] By: ams                                   on 2001/10/07  05:33:40
4970         Log: Subject: [PATCH MANIFEST lib/CPAN/t/Nox.t] Add Tests for CPAN::Nox
4971              From: "chromatic" <chromatic@rmci.net>
4972              Date: Sat, 06 Oct 2001 21:42:03 -0600
4973              Message-Id: <20011007034754.21057.qmail@onion.perl.org>
4974      Branch: perl
4975            + lib/CPAN/t/Nox.t
4976            ! MANIFEST
4977 ____________________________________________________________________________
4978 [ 12347] By: ams                                   on 2001/10/07  00:48:10
4979         Log: Subject: [PATCH MANIFEST lib/sigtrap.t] Add Tests for sigtrap.pm
4980              From: "chromatic" <chromatic@rmci.net>
4981              Date: Sat, 06 Oct 2001 18:52:10 -0600
4982              Message-Id: <20011007005801.98381.qmail@onion.perl.org>
4983      Branch: perl
4984            + lib/sigtrap.t
4985            ! MANIFEST
4986 ____________________________________________________________________________
4987 [ 12346] By: ams                                   on 2001/10/06  23:14:01
4988         Log: Subject: [PATCH] (was Re: [PATCH] Re: What sort of Makefile.PL should
4989              h2xs write?)
4990              From: Nicholas Clark <nick@ccl4.org>
4991              Date: Sat, 6 Oct 2001 21:46:43 +0100
4992              Message-Id: <20011006214643.L38756@plum.flirble.org>
4993      Branch: perl
4994            ! utils/h2xs.PL
4995 ____________________________________________________________________________
4996 [ 12345] By: ams                                   on 2001/10/06  17:39:53
4997         Log: Subject: [PATCH] Memoize tests
4998              From: Nicholas Clark <nick@ccl4.org>
4999              Date: Sat, 6 Oct 2001 18:04:21 +0100
5000              Message-Id: <20011006180421.J38756@plum.flirble.org>
5001      Branch: perl
5002            ! lib/Memoize/t/array.t lib/Memoize/t/array_confusion.t
5003            ! lib/Memoize/t/correctness.t lib/Memoize/t/errors.t
5004            ! lib/Memoize/t/expire.t lib/Memoize/t/expire_file.t
5005            ! lib/Memoize/t/expire_module_n.t
5006            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
5007            ! lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
5008            ! lib/Memoize/t/speed.t lib/Memoize/t/tie.t
5009            ! lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
5010            ! lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
5011            ! lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
5012 ____________________________________________________________________________
5013 [ 12344] By: jhi                                   on 2001/10/06  00:30:23
5014         Log: Retract the latter part of #12343.
5015      Branch: perl
5016            ! ext/IO/lib/IO/Socket/INET.pm
5017 ____________________________________________________________________________
5018 [ 12343] By: jhi                                   on 2001/10/05  23:32:07
5019         Log: Subject: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
5020              From: David Dyck <dcd@tc.fluke.com>
5021              Date: Fri, 5 Oct 2001 16:04:43 -0700 (PDT)
5022              Message-ID: <Pine.LNX.4.33.0110051548340.9856-100000@dd.tc.fluke.com>
5023              
5024              Subject: Re: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
5025              From: David Dyck <dcd@tc.fluke.com>
5026              Date: Fri, 5 Oct 2001 17:27:46 -0700 (PDT)
5027              Message-ID: <Pine.LNX.4.33.0110051714350.14248-100000@dd.tc.fluke.com>
5028      Branch: perl
5029            ! ext/IO/lib/IO/Socket/INET.pm
5030 ____________________________________________________________________________
5031 [ 12342] By: jhi                                   on 2001/10/05  16:28:37
5032         Log: Subject: [PATCH perl@12307] Re: test names from C<make TEST>
5033              From: Robin Barker <rmb1@cise.npl.co.uk>
5034              Date: Fri, 5 Oct 2001 18:20:44 +0100 (BST)
5035              Message-Id: <200110051720.SAA17023@tempest.npl.co.uk>
5036      Branch: perl
5037            ! t/TEST
5038 ____________________________________________________________________________
5039 [ 12341] By: jhi                                   on 2001/10/05  13:54:08
5040         Log: Don't assume that %x is good for displaying UVs.
5041      Branch: perl
5042            ! dump.c
5043 ____________________________________________________________________________
5044 [ 12340] By: jhi                                   on 2001/10/05  12:41:31
5045         Log: Update Changes.
5046      Branch: perl
5047            ! Changes patchlevel.h
5048 ____________________________________________________________________________
5049 [ 12339] By: ams                                   on 2001/10/05  10:22:34
5050         Log: Subject: [PATCH] perlfunc/select
5051              From: Nicholas Clark <nick@ccl4.org>
5052              Date: Fri, 5 Oct 2001 11:33:58 +0100
5053              Message-Id: <20011005113358.Z38756@plum.flirble.org>
5054      Branch: perl
5055            ! pod/perlfunc.pod
5056 ____________________________________________________________________________
5057 [ 12338] By: jhi                                   on 2001/10/04  22:54:06
5058         Log: Retract #12313 and #12249.
5059      Branch: perl
5060            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
5061            ! pod/perldata.pod pod/perldbmfilter.pod pod/perldsc.pod
5062            ! pod/perlebcdic.pod
5063 ____________________________________________________________________________
5064 [ 12337] By: jhi                                   on 2001/10/04  17:17:03
5065         Log: Subject: [PATCH] perlvms.pod update
5066              From: "Craig A. Berry" <craigberry@mac.com>
5067              Date: Thu, 04 Oct 2001 12:55:52 -0500
5068              Message-Id: <5.1.0.14.0.20011004124831.01aa49c0@exchi01>
5069      Branch: perl
5070            ! vms/perlvms.pod
5071 ____________________________________________________________________________
5072 [ 12336] By: jhi                                   on 2001/10/04  14:02:17
5073         Log: Subject: PATCH: Tie::SubstrHash
5074              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
5075              Date: Thu, 04 Oct 2001 12:12:41 +0100
5076              Message-Id: <200110041112.f94BCfS17390@crypt.compulink.co.uk> 
5077      Branch: perl
5078            ! lib/Tie/SubstrHash.pm
5079 ____________________________________________________________________________
5080 [ 12335] By: jhi                                   on 2001/10/04  04:45:00
5081         Log: Unicode properties saga continues.
5082      Branch: perl
5083            ! lib/unicore/In.pl lib/unicore/In/136.pl lib/unicore/In/155.pl
5084            ! lib/unicore/mktables.PL lib/utf8_heavy.pl
5085 ____________________________________________________________________________
5086 [ 12334] By: jhi                                   on 2001/10/04  03:42:04
5087         Log: Yet more Unicode properties.
5088      Branch: perl
5089            + lib/unicore/In/137.pl lib/unicore/In/138.pl
5090            + lib/unicore/In/139.pl lib/unicore/In/140.pl
5091            + lib/unicore/In/141.pl lib/unicore/In/142.pl
5092            + lib/unicore/In/143.pl lib/unicore/In/144.pl
5093            + lib/unicore/In/145.pl lib/unicore/In/146.pl
5094            + lib/unicore/In/147.pl lib/unicore/In/148.pl
5095            + lib/unicore/In/149.pl lib/unicore/In/150.pl
5096            + lib/unicore/In/151.pl lib/unicore/In/152.pl
5097            + lib/unicore/In/153.pl lib/unicore/In/154.pl
5098            + lib/unicore/In/155.pl lib/unicore/In/156.pl
5099            + lib/unicore/In/157.pl lib/unicore/In/158.pl
5100            + lib/unicore/In/159.pl lib/unicore/In/160.pl
5101            + lib/unicore/In/161.pl lib/unicore/In/162.pl
5102            ! MANIFEST lib/unicore/In.pl lib/unicore/In/136.pl
5103            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perltodo.pod
5104            ! pod/perlunicode.pod
5105 ____________________________________________________________________________
5106 [ 12333] By: jhi                                   on 2001/10/04  03:02:19
5107         Log: Subject: [PATCH perl@12307] 2 more VMS test tweaks
5108              From: "Craig A. Berry" <craigberry@mac.com>
5109              Date: Wed, 03 Oct 2001 17:45:25 -0500
5110              Message-Id: <5.1.0.14.0.20011003154131.01bc8528@exchi01>
5111              
5112              (the lib/Term/Complete.t patched differently by #12332)
5113      Branch: perl
5114            ! lib/ExtUtils/Command.t
5115 ____________________________________________________________________________
5116 [ 12332] By: jhi                                   on 2001/10/04  03:00:03
5117         Log: Restore only if something to restore.
5118      Branch: perl
5119            ! lib/Term/Complete.t
5120 ____________________________________________________________________________
5121 [ 12331] By: pudge                                 on 2001/10/03  19:30:48
5122         Log: Update various resources for credits,
5123              minor icons fixes, and versions.
5124      Branch: maint-5.6/macperl
5125            ! macos/MPVersion.r macos/Perl.r macos/macperl/MPDroplet.r
5126            ! macos/macperl/MPExtension.rsrc macos/macperl/MPSave.c
5127            ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc
5128 ____________________________________________________________________________
5129 [ 12330] By: pudge                                 on 2001/10/03  19:17:25
5130         Log: Quiet the warnings about using undef value
5131      Branch: maint-5.6/macperl
5132            ! lib/File/Temp.pm
5133 ____________________________________________________________________________
5134 [ 12329] By: pudge                                 on 2001/10/03  19:14:59
5135         Log: Fix up Ballon Help and Help menu docs (first pass);
5136              remove balloon rez file, and autogenerate with
5137              Balloon2Rez instead.
5138      Branch: maint-5.6/macperl
5139            + macos/macperl/macscripts/Balloon2Rez
5140            - macos/macperl/MPBalloons.r
5141            ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.podhelp
5142 ____________________________________________________________________________
5143 [ 12328] By: pudge                                 on 2001/10/03  19:11:15
5144         Log: Allow overriding of defaults, for change #12327.
5145      Branch: maint-5.6/macperl
5146            ! perl.h
5147 ____________________________________________________________________________
5148 [ 12327] By: pudge                                 on 2001/10/03  19:10:26
5149         Log: Override PerlProc_exit.
5150      Branch: maint-5.6/macperl
5151            ! macos/macish.h
5152 ____________________________________________________________________________
5153 [ 12326] By: pudge                                 on 2001/10/03  19:08:28
5154         Log: Add in new macos/ modules, fix up BuildTools and Makefile.
5155      Branch: maint-5.6/macperl
5156            + macos/bundled_lib/blib/lib/MD5.pm
5157            + macos/bundled_lib/t/MD5/md5.t macos/lib/Mac/AETE/App.pm
5158            + macos/lib/Mac/AETE/Dialect.pm
5159            + macos/lib/Mac/AETE/Format/Converter.pm
5160            + macos/lib/Mac/AETE/Format/Dictionary.pm
5161            + macos/lib/Mac/AETE/Format/Glue.pm macos/lib/Mac/AETE/Parser.pm
5162            + macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm
5163            + macos/lib/Mac/Toolbox.pod
5164            ! macos/Makefile.mk macos/lib/Mac/BuildTools.pm
5165 ____________________________________________________________________________
5166 [ 12325] By: pudge                                 on 2001/10/03  18:51:28
5167         Log: Sync up silly CVS headers ... I should commit CVS
5168              first to avoid this ...
5169      Branch: maint-5.6/macperl
5170            ! macos/config.h macos/ext/Mac/ExtUtils/MakeToolboxModule
5171            ! macos/ext/Mac/Fonts/Fonts.xs macos/ext/MacPerl/MacPerl.xs
5172            ! macos/macperl/MPEditor.c macos/macperl/MPGlobals.h
5173            ! macos/macperl/MPScript.c macos/macperl/MPUtils.c
5174 ____________________________________________________________________________
5175 [ 12324] By: pudge                                 on 2001/10/03  18:44:09
5176         Log: Fix Matthias' address, and attributions.
5177      Branch: maint-5.6/macperl
5178            ! AUTHORS README.macos ext/DynaLoader/dl_mac.xs perl.c
5179            ! pod/perlport.pod
5180 ____________________________________________________________________________
5181 [ 12323] By: pudge                                 on 2001/10/03  18:42:37
5182         Log: Fix Matthias' address, and attributions.
5183      Branch: maint-5.6/macperl
5184            ! macos/config.h macos/ext/Mac/AppleEvents/AppleEvents.pm
5185            ! macos/ext/Mac/Components/Components.pm
5186            ! macos/ext/Mac/Controls/Controls.pm macos/ext/Mac/DCon/DCon.pm
5187            ! macos/ext/Mac/Dialogs/Dialogs.pm
5188            ! macos/ext/Mac/Events/Events.pm
5189            ! macos/ext/Mac/ExtUtils/MakeToolboxModule
5190            ! macos/ext/Mac/Files/Files.pm macos/ext/Mac/Fonts/Fonts.pm
5191            ! macos/ext/Mac/Gestalt/Gestalt.pm
5192            ! macos/ext/Mac/ImageCompression/ImageCompression.pm
5193            ! macos/ext/Mac/Lists/Lists.pm macos/ext/Mac/Memory/Memory.pm
5194            ! macos/ext/Mac/Menus/Menus.pm
5195            ! macos/ext/Mac/MoreFiles/MoreFiles.pm
5196            ! macos/ext/Mac/Movies/Movies.pm
5197            ! macos/ext/Mac/Navigation/Navigation.pm
5198            ! macos/ext/Mac/Notification/Notification.pm
5199            ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm
5200            ! macos/ext/Mac/QDOffscreen/QDOffscreen.pm
5201            ! macos/ext/Mac/QuickDraw/QuickDraw.pm
5202            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.pm
5203            ! macos/ext/Mac/Resources/Resources.pm macos/ext/Mac/SAT/SAT.pm
5204            ! macos/ext/Mac/Sound/Sound.pm macos/ext/Mac/Speech/Speech.pm
5205            ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm
5206            ! macos/ext/Mac/StandardFile/StandardFile.pm
5207            ! macos/ext/Mac/TextEdit/TextEdit.pm
5208            ! macos/ext/Mac/Types/Types.pm macos/ext/Mac/Windows/Windows.pm
5209            ! macos/fcntl.h macos/lib/ExtUtils/MM_MacOS.pm
5210            ! macos/lib/Mac/LowMem.pm
5211 ____________________________________________________________________________
5212 [ 12322] By: sky                                   on 2001/10/03  18:41:07
5213         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
5214              From: "Craig A. Berry" <craigberry@mac.com>
5215              Date: Wed, 03 Oct 2001 14:30:55 -0500
5216              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
5217      Branch: perl
5218            ! vms/vms.c
5219 ____________________________________________________________________________
5220 [ 12321] By: jhi                                   on 2001/10/03  18:38:34
5221         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
5222              From: "Craig A. Berry" <craigberry@mac.com>
5223              Date: Wed, 03 Oct 2001 14:30:55 -0500
5224              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
5225      Branch: perl
5226            ! vms/vms.c
5227 ____________________________________________________________________________
5228 [ 12320] By: jhi                                   on 2001/10/03  16:47:30
5229         Log: Unicode properties: fix L& (the #12319 didn't allow L&,
5230              only IsL&) and Inherited (negative lookahead good);
5231              add tests for Common, Inherited, and L&.
5232      Branch: perl
5233            ! lib/utf8_heavy.pl pod/perltodo.pod t/op/pat.t
5234 ____________________________________________________________________________
5235 [ 12319] By: jhi                                   on 2001/10/03  16:12:53
5236         Log: Unicode properties: support \p{(?:Is)?L&} as an alias for \pL.
5237              (The Unicode standard uses L& quite often.)
5238      Branch: perl
5239            ! lib/utf8_heavy.pl
5240 ____________________________________________________________________________
5241 [ 12318] By: jhi                                   on 2001/10/03  15:57:34
5242         Log: Add the 'Common' Unicode property (code points not
5243              explicitly assigned to any other script).
5244      Branch: perl
5245            + lib/unicore/In/136.pl
5246            ! MANIFEST lib/unicore/In.pl lib/unicore/mktables.PL
5247 ____________________________________________________________________________
5248 [ 12317] By: jhi                                   on 2001/10/03  13:23:32
5249         Log: Skip the RV printing test under threads until fixed.
5250      Branch: perl
5251            ! ext/B/t/terse.t
5252 ____________________________________________________________________________
5253 [ 12316] By: jhi                                   on 2001/10/03  12:57:05
5254         Log: Subject: 12309 / cygwin / win2k
5255              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5256              Date: Wed, 03 Oct 2001 15:25:15 +0200
5257              Message-Id: <20011003152353.A479.H.M.BRAND@hccnet.nl>
5258      Branch: perl
5259            ! makedef.pl
5260 ____________________________________________________________________________
5261 [ 12315] By: jhi                                   on 2001/10/03  12:50:17
5262         Log: Metaconfig unit change for #12314.
5263      Branch: metaconfig
5264            ! U/modified/Head.U
5265 ____________________________________________________________________________
5266 [ 12314] By: jhi                                   on 2001/10/03  12:49:26
5267         Log: Subject: Both cygwin and djgpp on one machine
5268              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5269              Date: Wed, 03 Oct 2001 15:02:59 +0200
5270              Message-Id: <20011003150222.A474.H.M.BRAND@hccnet.nl>
5271      Branch: perl
5272            ! Configure
5273 ____________________________________________________________________________
5274 [ 12313] By: jhi                                   on 2001/10/03  12:04:49
5275         Log: (retracted by #12338)
5276              
5277              Subject: [PATCH] Code clean up for perlboot.pod
5278              From: Casey West <casey@geeknest.com>
5279              Date: Tue, 2 Oct 2001 19:24:43 -0400
5280              Message-ID: <20011002192443.B2163@stupid.geeknest.com>
5281              
5282              Subject: [PATCH] Code clean up for perlbot.diff
5283              From: Casey West <casey@geeknest.com>
5284              Date: Tue, 2 Oct 2001 19:25:22 -0400
5285              Message-ID: <20011002192522.C2163@stupid.geeknest.com>
5286              
5287              Subject: [PATCH] Code clean up for perlcall.pod
5288              From: Casey West <casey@geeknest.com>
5289              Date: Tue, 2 Oct 2001 19:25:57 -0400
5290              Message-ID: <20011002192557.D2163@stupid.geeknest.com>
5291              
5292              Subject: [PATCH] Code clean up for perldata.pod
5293              From: Casey West <casey@geeknest.com>
5294              Date: Tue, 2 Oct 2001 19:26:29 -0400
5295              Message-ID: <20011002192629.E2163@stupid.geeknest.com>
5296              
5297              Subject: [PATCH] Code clean up for perldbmfilter.pod
5298              From: Casey West <casey@geeknest.com>
5299              Date: Tue, 2 Oct 2001 19:26:59 -0400
5300              Message-ID: <20011002192659.F2163@stupid.geeknest.com>
5301              
5302              Subject: [PATCH] Code clean up for perlebcdic.pod
5303              From: Casey West <casey@geeknest.com>
5304              Date: Tue, 2 Oct 2001 19:27:37 -0400
5305              Message-ID: <20011002192737.G2163@stupid.geeknest.com>
5306      Branch: perl
5307            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
5308            ! pod/perldata.pod pod/perldbmfilter.pod pod/perlebcdic.pod
5309 ____________________________________________________________________________
5310 [ 12312] By: ams                                   on 2001/10/02  23:43:55
5311         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] makemaker@perl.org
5312              From: Michael G Schwern <schwern@pobox.com>
5313              Date: Tue, 2 Oct 2001 17:00:49 -0400
5314              Message-Id: <20011002170049.A9955@blackrider>
5315      Branch: perl
5316            ! lib/ExtUtils/MakeMaker.pm
5317 ____________________________________________________________________________
5318 [ 12311] By: jhi                                   on 2001/10/02  23:24:07
5319         Log: FAQ sync.
5320      Branch: perl
5321            ! pod/perlfaq3.pod
5322 ____________________________________________________________________________
5323 [ 12310] By: nick                                  on 2001/10/02  16:09:49
5324         Log: Integrate mainline
5325      Branch: perlio
5326           !> AUTHORS Changes ext/I18N/Langinfo/Langinfo.pm
5327           !> ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
5328           !> lib/Pod/Html.pm lib/unicore/In.pl lib/unicore/mktables.PL mg.c
5329           !> patchlevel.h t/op/pat.t
5330 ____________________________________________________________________________
5331 [ 12309] By: jhi                                   on 2001/10/02  14:34:59
5332         Log: Unicode properties: allow also intra(wordbreak)name whitespace,
5333              not just one single space.
5334      Branch: perl
5335            ! lib/unicore/In.pl lib/unicore/mktables.PL t/op/pat.t
5336 ____________________________________________________________________________
5337 [ 12308] By: jhi                                   on 2001/10/02  12:49:41
5338         Log: AUTHORS updates.
5339      Branch: perl
5340            ! AUTHORS
5341 ____________________________________________________________________________
5342 [ 12307] By: jhi                                   on 2001/10/02  12:22:21
5343         Log: Update Changes.
5344      Branch: perl
5345            ! Changes patchlevel.h
5346 ____________________________________________________________________________
5347 [ 12306] By: jhi                                   on 2001/10/02  11:59:12
5348         Log: Work around old buggy glibcs for langinfo constants,
5349              from Nicholas Clark and David Dyck.
5350      Branch: perl
5351            ! ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
5352 ____________________________________________________________________________
5353 [ 12305] By: jhi                                   on 2001/10/02  11:45:55
5354         Log: Eradicate Time::Piece; add an example.
5355      Branch: perl
5356            ! ext/I18N/Langinfo/Langinfo.pm
5357 ____________________________________________________________________________
5358 [ 12304] By: jhi                                   on 2001/10/02  11:34:18
5359         Log: Subject: [PATCH] Pod::Html makes a poor guess at author
5360              From: Robert Spier <rspier@pobox.com>
5361              Date: Mon, 1 Oct 2001 23:20:16 -0700
5362              Message-ID: <15289.23712.422087.878224@rls.cx>
5363      Branch: perl
5364            ! lib/Pod/Html.pm
5365 ____________________________________________________________________________
5366 [ 12303] By: sky                                   on 2001/10/02  10:40:57
5367         Log: Fixes obscure bug that manifests itself by.
5368              local $!=0;undef*STDOUT;#segfaults
5369              Has been around for a while. Possible other magic IO vars are
5370              possibly affected aswell. Reported by Jos Boumans.
5371      Branch: perl
5372            ! mg.c
5373 ____________________________________________________________________________
5374 [ 12302] By: nick                                  on 2001/10/02  09:00:52
5375         Log: Integrate mainline
5376      Branch: perlio
5377           !> ext/B/t/terse.t ext/I18N/Langinfo/Langinfo.t hints/darwin.sh
5378           !> lib/Term/Cap.t lib/open.t pod/perlapi.pod pod/perlunicode.pod
5379           !> pp_ctl.c regcomp.c t/TEST t/op/arith.t t/op/pack.t t/op/pat.t
5380 ____________________________________________________________________________
5381 [ 12301] By: nick                                  on 2001/10/02  08:40:57
5382         Log: Integrate mainline + lib/open.t patch from Chromatic
5383      Branch: perlio
5384           +> lib/Term/Cap.t lib/Text/TabsWrap/CHANGELOG
5385            ! lib/open.t
5386           !> (integrate 29 files)
5387 ____________________________________________________________________________
5388 [ 12300] By: jhi                                   on 2001/10/01  19:22:16
5389         Log: Mac OS X doesn't have threadsafe (_r) libc interfaces.
5390              Until it has, better stop early if someone requests threads.
5391      Branch: perl
5392            ! hints/darwin.sh
5393 ____________________________________________________________________________
5394 [ 12299] By: jhi                                   on 2001/10/01  19:01:31
5395         Log: Subject: [ID 20011001.011] redundant code in t/TEST
5396              From: David Dyck <dcd@tc.fluke.com>
5397              Date: Mon, 1 Oct 2001 12:56:24 -0700
5398              Message-Id: <200110011956.MAA16250@dd.tc.fluke.com>
5399      Branch: perl
5400            ! t/TEST
5401 ____________________________________________________________________________
5402 [ 12298] By: jhi                                   on 2001/10/01  18:52:12
5403         Log: Subject: [PATCH lib/Term/Cap.t] Robustify %ENV Handling in Test (was Re: Failed Term/Cap.t test)
5404              From: "chromatic" <chromatic@rmci.net>
5405              Date: Mon, 01 Oct 2001 12:27:12 -0600
5406              Message-ID: <20011001183251.89148.qmail@onion.perl.org>
5407      Branch: perl
5408            ! lib/Term/Cap.t
5409 ____________________________________________________________________________
5410 [ 12297] By: jhi                                   on 2001/10/01  17:04:18
5411         Log: UNICOS testing patches from Nicholas Clark.
5412      Branch: perl
5413            ! t/op/arith.t t/op/pack.t
5414 ____________________________________________________________________________
5415 [ 12296] By: jhi                                   on 2001/10/01  17:01:26
5416         Log: Subject: [PATCH lib/open.t] Better Locale Flutzigation (was Re: lib/open.t and locale tests)
5417              From: "chromatic" <chromatic@rmci.net>
5418              Date: Mon, 01 Oct 2001 10:21:51 -0600
5419              Message-ID: <20011001162731.40639.qmail@onion.perl.org>
5420      Branch: perl
5421            ! lib/open.t
5422 ____________________________________________________________________________
5423 [ 12295] By: jhi                                   on 2001/10/01  14:55:37
5424         Log: Make missing the RADIXCHAR a softer, gentler error.
5425      Branch: perl
5426            ! ext/I18N/Langinfo/Langinfo.t
5427 ____________________________________________________________________________
5428 [ 12294] By: jhi                                   on 2001/10/01  14:51:42
5429         Log: Nuke also the LANG because of glibc.
5430      Branch: perl
5431            ! lib/open.t
5432 ____________________________________________________________________________
5433 [ 12293] By: jhi                                   on 2001/10/01  14:51:20
5434         Log: Also the ^Is is optional.
5435      Branch: perl
5436            ! pod/perlunicode.pod t/op/pat.t
5437 ____________________________________________________________________________
5438 [ 12292] By: jhi                                   on 2001/10/01  14:08:26
5439         Log: Be careful to pull chars from the varargs stack when
5440              formatting chars.
5441      Branch: perl
5442            ! regcomp.c
5443 ____________________________________________________________________________
5444 [ 12291] By: jhi                                   on 2001/10/01  12:27:57
5445         Log: sortsv not in place anymore, noticed by John P. Linderman.
5446      Branch: perl
5447            ! pod/perlapi.pod pp_ctl.c
5448 ____________________________________________________________________________
5449 [ 12290] By: jhi                                   on 2001/10/01  12:25:03
5450         Log: Make the diagnostic messages more neutral.
5451      Branch: perl
5452            ! ext/B/t/terse.t
5453 ____________________________________________________________________________
5454 [ 12289] By: jhi                                   on 2001/10/01  03:59:34
5455         Log: Forgotten from #12288.
5456      Branch: perl
5457            ! ext/Data/Dumper/Dumper.pm
5458 ____________________________________________________________________________
5459 [ 12288] By: jhi                                   on 2001/10/01  03:58:37
5460         Log: Subject: [PATCH ext/Data/Dumper.pm Dumper.xs Dumper.t] Option to sort hashes
5461              From: Brian Ingerson <ingy@ttul.org>
5462              Date: Sun, 30 Sep 2001 21:45:56 -0700
5463              Message-ID: <20010930214556.D26392@ttul.org>
5464              
5465              (remember also the #12289)
5466      Branch: perl
5467            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
5468 ____________________________________________________________________________
5469 [ 12287] By: jhi                                   on 2001/10/01  03:33:15
5470         Log: More Unicode property tests for the abbreviated
5471              general properties.
5472      Branch: perl
5473            ! t/op/pat.t
5474 ____________________________________________________________________________
5475 [ 12286] By: jhi                                   on 2001/10/01  02:02:08
5476         Log: Further tweaks to the Unicode properties.
5477      Branch: perl
5478            ! lib/utf8_heavy.pl pod/perlunicode.pod regcomp.c t/op/pat.t
5479 ____________________________________________________________________________
5480 [ 12285] By: jhi                                   on 2001/10/01  01:46:35
5481         Log: Retract #12284.
5482      Branch: perl
5483            ! lib/Term/Cap.t
5484 ____________________________________________________________________________
5485 [ 12284] By: jhi                                   on 2001/10/01  01:24:12
5486         Log: (Retracted by #12285)
5487      Branch: perl
5488            ! lib/Term/Cap.t
5489 ____________________________________________________________________________
5490 [ 12283] By: jhi                                   on 2001/10/01  01:22:05
5491         Log: Subject: [PATCH MANIFEST lib/Term/Cap.t] Add tests for Term::Cap   
5492              From: "chromatic" <chromatic@rmci.net>  
5493              Date: Sun, 30 Sep 2001 16:10:02 -0600
5494              Message-ID: <20010930221540.67279.qmail@onion.perl.org>
5495      Branch: perl
5496            + lib/Term/Cap.t
5497            ! MANIFEST
5498 ____________________________________________________________________________
5499 [ 12282] By: jhi                                   on 2001/10/01  01:19:21
5500         Log: Use stty -g to restore the terminal state, do not even
5501              try to run the tests if stty -g is not available.
5502      Branch: perl
5503            ! lib/Term/Complete.t
5504 ____________________________________________________________________________
5505 [ 12281] By: jhi                                   on 2001/09/30  21:05:00
5506         Log: Cleanup utf8_heavy; allow dropping the In prefix from
5507              Unicode script/block properties.
5508      Branch: perl
5509            ! lib/utf8_heavy.pl
5510 ____________________________________________________________________________
5511 [ 12280] By: jhi                                   on 2001/09/30  13:42:18
5512         Log: Retract the #12259 for now.
5513      Branch: perl
5514            ! embed.h embed.pl sv.h
5515 ____________________________________________________________________________
5516 [ 12279] By: jhi                                   on 2001/09/30  13:37:59
5517         Log: Upgrade to Text-Tabs+Wrap-2001.0929 from David Muir Sharnoff.
5518      Branch: perl
5519            + lib/Text/TabsWrap/CHANGELOG
5520            ! MANIFEST lib/Text/TabsWrap/t/fill.t lib/Text/Wrap.pm
5521 ____________________________________________________________________________
5522 [ 12278] By: jhi                                   on 2001/09/30  05:05:18
5523         Log: #12272 wasn't right, it introduced an extra ().
5524      Branch: perl
5525            ! lib/utf8_heavy.pl
5526 ____________________________________________________________________________
5527 [ 12277] By: jhi                                   on 2001/09/30  00:31:07
5528         Log: Subject: [PATCH @12256 ext/DB_File.pm ext/GDBM_File.pm] Remove string eval from AUTOLOAD
5529              From: Jonathan Stowe <gellyfish@gellyfish.com>
5530              Date: Sat, 29 Sep 2001 15:52:43 +0100 (BST)
5531              Message-ID: <Pine.LNX.4.33.0109291535120.18586-100000@orpheus.gellyfish.com>
5532      Branch: perl
5533            ! ext/DB_File/DB_File.pm ext/GDBM_File/GDBM_File.pm
5534 ____________________________________________________________________________
5535 [ 12276] By: jhi                                   on 2001/09/30  00:15:38
5536         Log: Subject: Patch to put qsortsv in the public API
5537              From: Brian Ingerson <ingy@ttul.org>
5538              Date: Sat, 29 Sep 2001 17:41:13 -0700
5539              Message-ID: <20010929174113.A30223@ttul.org>
5540      Branch: perl
5541            ! embed.h embed.pl global.sym pod/perlapi.pod pp_ctl.c proto.h
5542 ____________________________________________________________________________
5543 [ 12275] By: jhi                                   on 2001/09/30  00:11:21
5544         Log: Subject: [PATCH perlvar, perlfunc, inccode.t] additional docs and tests
5545              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5546              Date: Sat, 29 Sep 2001 23:54:48 +0200
5547              Message-ID: <20010929235448.A5017@rafael>
5548      Branch: perl
5549            ! pod/perlfunc.pod pod/perlvar.pod t/op/inccode.t
5550 ____________________________________________________________________________
5551 [ 12274] By: jhi                                   on 2001/09/30  00:03:19
5552         Log: FAQ sync.
5553      Branch: perl
5554            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
5555            ! pod/perlfaq9.pod
5556 ____________________________________________________________________________
5557 [ 12273] By: bailey                                on 2001/09/29  23:43:46
5558         Log: Resync with mainline
5559      Branch: vmsperl
5560           +> (branch 1207 files)
5561            - (delete 324 files)
5562           !> (integrate 866 files)
5563 ____________________________________________________________________________
5564 [ 12272] By: jhi                                   on 2001/09/29  21:32:33
5565         Log: Nasty recursion trap if one would match Unicode.
5566      Branch: perl
5567            ! lib/utf8_heavy.pl
5568 ____________________________________________________________________________
5569 [ 12271] By: jhi                                   on 2001/09/29  21:18:44
5570         Log: More Unicode todo.
5571      Branch: perl
5572            ! pod/perltodo.pod
5573 ____________________________________________________________________________
5574 [ 12270] By: jhi                                   on 2001/09/29  20:15:32
5575         Log: Explain a bit the new more flexible \p\P syntax.
5576      Branch: perl
5577            ! pod/perlunicode.pod
5578 ____________________________________________________________________________
5579 [ 12269] By: jhi                                   on 2001/09/29  20:05:24
5580         Log: More leniency to the \p and \P: now can have whitespace
5581              between the property definition and the curlies; now can
5582              invert the property by having a caret between the open
5583              curly and the property.
5584      Branch: perl
5585            ! lib/utf8_heavy.pl pod/perldiag.pod regcomp.c t/op/pat.t
5586 ____________________________________________________________________________
5587 [ 12268] By: nick                                  on 2001/09/29  17:39:26
5588         Log: Integrate mainline. Builds lots of sv.h/embed.h redef warnings
5589              one test (lib/open.t) fails
5590      Branch: perlio
5591           +> ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
5592           +> ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
5593           +> ext/threads/t/stress_cv.t ext/threads/t/stress_string.t
5594           +> lib/Tie/Scalar.t lib/open.t
5595            - ext/B/B.t ext/B/Debug.t ext/B/Deparse.t ext/B/Showlex.t
5596            - ext/B/Stash.t
5597           !> (integrate 62 files)
5598 ____________________________________________________________________________
5599 [ 12267] By: jhi                                   on 2001/09/29  13:54:04
5600         Log: Save and restore $ENV{'SYS$LOGIN'} only in VMS.
5601      Branch: perl
5602            ! t/op/chdir.t
5603 ____________________________________________________________________________
5604 [ 12266] By: jhi                                   on 2001/09/29  13:51:49
5605         Log: Subject: [PATCH perl@12258] chdir.t finally (I hope)
5606              From: "Craig A. Berry" <craigberry@mac.com> 
5607              Date: Sat, 29 Sep 2001 09:35:33 -0500
5608              Message-Id: <a05101000b7db8afde231@[172.16.52.1]>
5609      Branch: perl
5610            ! t/op/chdir.t
5611 ____________________________________________________________________________
5612 [ 12265] By: jhi                                   on 2001/09/29  13:49:43
5613         Log: Subject: [PATCH MANIFEST lib/Tie/Scalar.pm lib/Tie/Scalar.t] Add tests, clean up Tie::Scalar
5614              From: "chromatic" <chromatic@rmci.net>
5615              Date: Fri, 28 Sep 2001 21:20:12 -0600
5616              Message-ID: <20010929032543.58322.qmail@onion.perl.org>
5617      Branch: perl
5618            + lib/Tie/Scalar.t
5619            ! MANIFEST lib/Tie/Scalar.pm
5620 ____________________________________________________________________________
5621 [ 12264] By: jhi                                   on 2001/09/29  04:57:42
5622         Log: Allow for more flexibility in the \p{In...} names, now
5623              case doesn't matter, and any space or dash can be
5624              matched by any space, dash, underbar, or empty.
5625              (may be going too far on leniency)
5626      Branch: perl
5627            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/Scripts.pl
5628            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perlunicode.pod
5629            ! t/op/pat.t
5630 ____________________________________________________________________________
5631 [ 12263] By: jhi                                   on 2001/09/28  23:04:13
5632         Log: Subject: [PATCH MANIFEST lib/open.t] Add tests for open.pm
5633              From: "chromatic" <chromatic@rmci.net>
5634              Date: Fri, 28 Sep 2001 17:39:50 -0600
5635              Message-ID: <20010928234521.14178.qmail@onion.perl.org>
5636      Branch: perl
5637            + lib/open.t
5638            ! MANIFEST
5639 ____________________________________________________________________________
5640 [ 12262] By: jhi                                   on 2001/09/28  22:23:53
5641         Log: Subject: [PATCH perl@12258] glob test case tweak for VMS
5642              From: "Craig A. Berry" <craigberry@mac.com>
5643              Date: Fri, 28 Sep 2001 16:24:51 -0500
5644              Message-Id: <a05101000b7da98ceb83c@[172.16.52.1]>
5645      Branch: perl
5646            ! ext/File/Glob/t/basic.t
5647 ____________________________________________________________________________
5648 [ 12261] By: jhi                                   on 2001/09/28  22:23:05
5649         Log: Subject: [DOC PATCH] Carp.pm pod typo
5650              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5651              Date: Fri, 28 Sep 2001 23:14:51 +0200
5652              Message-ID: <20010928231451.E16889@rafael>
5653      Branch: perl
5654            ! lib/Carp.pm
5655 ____________________________________________________________________________
5656 [ 12260] By: jhi                                   on 2001/09/28  22:21:55
5657         Log: Subject: [PATCH] Allow an @INC hook to set %INC
5658              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5659              Date: Fri, 28 Sep 2001 22:18:13 +0200
5660              Message-ID: <20010928221813.A16889@rafael>
5661      Branch: perl
5662            ! pp_ctl.c
5663 ____________________________________________________________________________
5664 [ 12259] By: jhi                                   on 2001/09/28  22:20:26
5665         Log: Subject: Re: macro redefinitions on Win32 (was Re: Question about PERLIO)
5666              From: Nicholas Clark <nick@ccl4.org>
5667              Date: Fri, 28 Sep 2001 23:39:33 +0100
5668              Message-ID: <20010928233933.C23673@plum.flirble.org>
5669      Branch: perl
5670            ! embed.h embed.pl sv.h
5671 ____________________________________________________________________________
5672 [ 12258] By: jhi                                   on 2001/09/28  12:45:45
5673         Log: Update Changes.
5674      Branch: perl
5675            ! Changes patchlevel.h
5676 ____________________________________________________________________________
5677 [ 12256] By: jhi                                   on 2001/09/28  12:18:29
5678         Log: Move the B tests to B/t.
5679      Branch: perl
5680            + ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
5681            + ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
5682            - ext/B/B.t ext/B/B/Terse.t ext/B/Debug.t ext/B/Deparse.t
5683            - ext/B/Showlex.t ext/B/Stash.t
5684            ! MANIFEST
5685 ____________________________________________________________________________
5686 [ 12255] By: jhi                                   on 2001/09/28  12:09:40
5687         Log: Forgot from #12254.
5688      Branch: perl
5689            + ext/B/B/Terse.t
5690 ____________________________________________________________________________
5691 [ 12254] By: jhi                                   on 2001/09/28  12:09:06
5692         Log: Subject: [PATCH MANIFEST ext/B/B/Terse.t] Add tests for B::Terse
5693              From: "chromatic" <chromatic@rmci.net>
5694              Date: Thu, 27 Sep 2001 23:22:17 -0600
5695              Message-ID: <20010928052747.56587.qmail@onion.perl.org>   
5696      Branch: perl
5697            ! MANIFEST
5698 ____________________________________________________________________________
5699 [ 12253] By: jhi                                   on 2001/09/28  02:31:49
5700         Log: Test numbering mismatch.
5701      Branch: perl
5702            ! t/op/chdir.t
5703 ____________________________________________________________________________
5704 [ 12252] By: jhi                                   on 2001/09/27  22:46:42
5705         Log: Subject: [PATCH perl@12239] slightly less broken chdir.t for VMS
5706              From: "Craig A. Berry" <craigberry@mac.com>
5707              Date: Wed, 26 Sep 2001 17:43:14 -0500
5708              Message-Id: <5.1.0.14.0.20010926173048.01aac5b0@exchi01>
5709      Branch: perl
5710            ! iperlsys.h t/op/chdir.t
5711 ____________________________________________________________________________
5712 [ 12251] By: jhi                                   on 2001/09/27  22:44:35
5713         Log: Subject: [PATCH gv.c] make __ANON__ global
5714              From: Robin Barker <rmb1@cise.npl.co.uk>
5715              Date: Wed, 26 Sep 2001 17:56:28 +0100 (BST)
5716              Message-Id: <200109261656.RAA27762@tempest.npl.co.uk>
5717      Branch: perl
5718            ! gv.c t/op/anonsub.t t/op/runlevel.t
5719 ____________________________________________________________________________
5720 [ 12250] By: jhi                                   on 2001/09/27  22:33:11
5721         Log: Subject: Re: [BUG] B::Terse can't handle constant scalar refs
5722              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5723              Date: Thu, 27 Sep 2001 22:34:32 +0200
5724              Message-ID: <20010927223432.A1485@rafael>
5725      Branch: perl
5726            ! ext/B/B/Terse.pm
5727 ____________________________________________________________________________
5728 [ 12249] By: jhi                                   on 2001/09/27  22:29:32
5729         Log: (retracted by #12338)
5730              
5731              Subject: [PATCH] Cleanup of perldsc.pod      
5732              From: Casey West <casey@geeknest.com>
5733              Date: Thu, 27 Sep 2001 11:13:17 -0400
5734              Message-ID: <20010927111317.A1942@stupid.geeknest.com>
5735      Branch: perl
5736            ! pod/perldsc.pod
5737 ____________________________________________________________________________
5738 [ 12248] By: jhi                                   on 2001/09/27  22:23:24
5739         Log: Not everyone is using ithreads...
5740      Branch: perl
5741            ! ext/Devel/Peek/Peek.t
5742 ____________________________________________________________________________
5743 [ 12247] By: jhi                                   on 2001/09/27  13:39:39
5744         Log: Document the nss_delete core dump workaround for HP-UX
5745              and Solaris, bug IDs 20010805.018 and 20010629.004.
5746      Branch: perl
5747            ! README.hpux README.solaris
5748 ____________________________________________________________________________
5749 [ 12246] By: jhi                                   on 2001/09/27  12:05:36
5750         Log: Dump Unicode hash keys also as Unicode,
5751              not just as a byte string.
5752      Branch: perl
5753            ! dump.c ext/Devel/Peek/Peek.t
5754 ____________________________________________________________________________
5755 [ 12245] By: jhi                                   on 2001/09/27  11:15:51
5756         Log: Integrate changes #12241 and #12242 from macperl:
5757              
5758              Remove unneeded disabling of umask() calls
5759              
5760              Note (get|set)sockopt are available.
5761      Branch: perl
5762           !> lib/File/Temp.pm pod/perlport.pod
5763 ____________________________________________________________________________
5764 [ 12244] By: sky                                   on 2001/09/27  08:53:00
5765         Log: Flush buffers on thread closedown.
5766      Branch: perl
5767            ! ext/threads/threads.xs
5768 ____________________________________________________________________________
5769 [ 12243] By: jhi                                   on 2001/09/27  02:20:06
5770         Log: Dump SvUTF8(sv)s also as \x{...}.
5771              
5772              TODO: dump the SvUTF8() hash keys similarly. 
5773      Branch: perl
5774            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.t proto.h
5775 ____________________________________________________________________________
5776 [ 12242] By: pudge                                 on 2001/09/26  20:41:35
5777         Log: Note (get|set)sockopt are available.
5778      Branch: maint-5.6/macperl
5779            ! pod/perlport.pod
5780 ____________________________________________________________________________
5781 [ 12241] By: pudge                                 on 2001/09/26  20:28:49
5782         Log: Remove unneeded disabling of umask() calls
5783      Branch: maint-5.6/macperl
5784            ! lib/File/Temp.pm
5785 ____________________________________________________________________________
5786 [ 12240] By: sky                                   on 2001/09/26  18:44:56
5787         Log: Documention update
5788      Branch: perl
5789            ! ext/threads/threads.pm
5790 ____________________________________________________________________________
5791 [ 12239] By: jhi                                   on 2001/09/26  13:49:05
5792         Log: Update Changes.
5793      Branch: perl
5794            ! Changes patchlevel.h
5795 ____________________________________________________________________________
5796 [ 12238] By: jhi                                   on 2001/09/26  13:40:53
5797         Log: Check that all environment variables are tainted.
5798      Branch: perl
5799            ! t/op/taint.t
5800 ____________________________________________________________________________
5801 [ 12237] By: jhi                                   on 2001/09/26  13:02:07
5802         Log: Manual integration error in #12235.
5803      Branch: perl
5804            ! lib/File/DosGlob.t
5805 ____________________________________________________________________________
5806 [ 12236] By: jhi                                   on 2001/09/26  12:57:11
5807         Log: Subject: Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.
5808              From: "chromatic" <chromatic@rmci.net>
5809              Date: Tue, 25 Sep 2001 23:57:07 -0600
5810              Message-ID: <20010926060233.7554.qmail@onion.perl.org>
5811      Branch: perl
5812            ! perlio.c
5813 ____________________________________________________________________________
5814 [ 12235] By: jhi                                   on 2001/09/26  12:53:16
5815         Log: Integrate macperl changes from Chris Nandor:
5816              12192 11817 11815 11813 11778 11775
5817              
5818              Update CPAN.pm to work with new Mac::BuildTools instead
5819              of ExtUtils::MM_MacOS "orphan" functions
5820              
5821              Fix test
5822              
5823              Make syntax check report in MPW style, fix tests
5824              to use Mac::err=unix to get normal-style error
5825              messages.
5826              
5827              More module and test ports from Thomas Wegner et al
5828              
5829              Fix open of /dev/null for Mac OS
5830              
5831              Allow for platforms to override formatting of errors
5832              on output from Matthias Neeracher (core files)
5833      Branch: perl
5834            ! ext/B/Deparse.t lib/File/DosGlob.pm lib/File/DosGlob.t
5835            ! lib/File/Spec.t lib/File/Temp/t/security.t lib/strict.t
5836            ! lib/subs.t lib/warnings.t t/op/magic.t t/run/kill_perl.t
5837           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c lib/CPAN.pm
5838           !> lib/File/Spec/Mac.pm lib/File/Temp.pm perl.c perl.h pp_ctl.c
5839           !> t/base/term.t t/op/runlevel.t t/pod/testp2pt.pl util.c
5840 ____________________________________________________________________________
5841 [ 12234] By: jhi                                   on 2001/09/26  11:58:11
5842         Log: grrr.
5843      Branch: perl
5844            ! t/op/gv.t
5845 ____________________________________________________________________________
5846 [ 12233] By: jhi                                   on 2001/09/26  11:56:09
5847         Log: Retract #12232.
5848      Branch: perl
5849            ! t/op/gv.t
5850 ____________________________________________________________________________
5851 [ 12232] By: jhi                                   on 2001/09/26  11:53:37
5852         Log: (Retracted by #12233.)
5853      Branch: perl
5854            ! t/op/gv.t
5855 ____________________________________________________________________________
5856 [ 12231] By: jhi                                   on 2001/09/26  11:52:09
5857         Log: Detypo.
5858      Branch: perl
5859            ! ext/Encode/Makefile.PL
5860 ____________________________________________________________________________
5861 [ 12230] By: sky                                   on 2001/09/26  11:36:23
5862         Log: Increase the amount of time we spend in each thread, and add one that uses an anonymous sub.
5863              We are using a "delay" here because we do not want to depend on thread synchronization issues.
5864      Branch: perl
5865            + ext/threads/t/stress_cv.t
5866            ! MANIFEST ext/threads/t/stress_string.t
5867 ____________________________________________________________________________
5868 [ 12229] By: jhi                                   on 2001/09/26  11:27:54
5869         Log: NetWare tweak from Ananth Kesari.
5870      Branch: perl
5871            ! NetWare/t/Readme.txt
5872 ____________________________________________________________________________
5873 [ 12228] By: jhi                                   on 2001/09/26  11:26:26
5874         Log: Trick to fool case-blind filesystems.
5875      Branch: perl
5876            ! ext/Encode/Makefile.PL
5877 ____________________________________________________________________________
5878 [ 12227] By: sky                                   on 2001/09/26  11:06:50
5879         Log: Threads can start executing in a different order than they were
5880              created.... so we cannot ok() inside the threadstarter.
5881      Branch: perl
5882            ! ext/threads/t/stress_string.t
5883 ____________________________________________________________________________
5884 [ 12226] By: sky                                   on 2001/09/26  07:41:45
5885         Log: Add in stress_string.t to stress test threads a bit more.
5886      Branch: perl
5887            + ext/threads/t/stress_string.t
5888            ! MANIFEST
5889 ____________________________________________________________________________
5890 [ 12225] By: sky                                   on 2001/09/26  07:04:21
5891         Log: Fix negative refcount introduced by #12223.
5892      Branch: perl
5893            ! ext/threads/threads.xs
5894 ____________________________________________________________________________
5895 [ 12224] By: sky                                   on 2001/09/26  06:57:58
5896         Log: Update documentation to match change #12223
5897      Branch: perl
5898            ! sharedsv.c
5899 ____________________________________________________________________________
5900 [ 12223] By: sky                                   on 2001/09/26  06:54:32
5901         Log: Use a separate interpreter for the sharedsv space. Another
5902              negative sv leak. Sigh.
5903      Branch: perl
5904            ! sharedsv.c
5905 ____________________________________________________________________________
5906 [ 12222] By: sky                                   on 2001/09/26  05:58:35
5907         Log: Do the environ assignment in perl_contruct to match perl_destruct.
5908              Now we don't need to perl_parse/perl_run. However environ is a
5909              global....
5910      Branch: perl
5911            ! perl.c
5912 ____________________________________________________________________________
5913 [ 12221] By: sky                                   on 2001/09/26  05:41:02
5914         Log: Move the creation of PL_strtab to perl_construct so we can work
5915              with HV and HEs without running perl_parse.
5916      Branch: perl
5917            ! perl.c
5918 ____________________________________________________________________________
5919 [ 12220] By: gsar                                  on 2001/09/26  02:18:26
5920         Log: integrate macperl changes into maint-5.6
5921      Branch: maint-5.6/perl
5922           !> (integrate 26 files)
5923 ____________________________________________________________________________
5924 [ 12219] By: pudge                                 on 2001/09/26  00:19:35
5925         Log: Fix just a few of the bugs in Mac::InternetConfig (Bug #462999, Axel Rose);
5926              fix doc in Mac::Fonts (Patch #447221, Andreas Marcel Riechert).
5927      Branch: maint-5.6/macperl
5928            ! macos/ext/Mac/Fonts/Fonts.xs
5929            ! macos/ext/Mac/InternetConfig/InternetConfig.pm
5930 ____________________________________________________________________________
5931 [ 12218] By: ams                                   on 2001/09/25  23:31:33
5932         Log: Subject: Re: [PATCH] AutoSplit.t (was Re: Untested libraries update)
5933              From: Nicholas Clark <nick@ccl4.org>
5934              Date: Wed, 26 Sep 2001 01:20:20 +0100
5935              Message-Id: <20010926012020.B48092@plum.flirble.org>
5936      Branch: perl
5937            ! lib/AutoSplit.t
5938 ____________________________________________________________________________
5939 [ 12217] By: ams                                   on 2001/09/25  22:33:05
5940         Log: Subject: [PATCH perl@12180] angle bracket filespec problem on VMS
5941              From: "Craig A. Berry" <craigberry@mac.com>
5942              Date: Tue, 25 Sep 2001 18:08:42 -0500
5943              Message-Id: <5.1.0.14.0.20010925154848.036887d8@exchi01>
5944      Branch: perl
5945            ! vms/vms.c
5946 ____________________________________________________________________________
5947 [ 12216] By: ams                                   on 2001/09/25  21:41:01
5948         Log: Subject: [PATCH lib/AutoSplit.t]  Fixing mysterious TEST failure. (was
5949              Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.)
5950              From: Michael G Schwern <schwern@pobox.com>
5951              Date: Wed, 26 Sep 2001 00:38:21 -0400
5952              Message-Id: <20010926003821.A627@blackrider>
5953      Branch: perl
5954            ! lib/AutoSplit.t
5955 ____________________________________________________________________________
5956 [ 12215] By: jhi                                   on 2001/09/25  21:40:04
5957         Log: Subject: [PATCH lib/Test/Simple.pm lib/Test/Utils.pm] fix test.deparse
5958              From: Michael G Schwern <schwern@pobox.com>
5959              Date: Tue, 25 Sep 2001 17:43:49 -0400
5960              Message-ID: <20010925174349.B19534@blackrider>
5961      Branch: perl
5962            ! lib/Test/Simple.pm lib/Test/Utils.pm
5963 ____________________________________________________________________________
5964 [ 12214] By: pudge                                 on 2001/09/25  21:11:21
5965         Log: Integrate changes from bleadperl.
5966      Branch: maint-5.6/macperl
5967           !> pod/perlport.pod
5968 ____________________________________________________________________________
5969 [ 12213] By: jhi                                   on 2001/09/25  20:37:14
5970         Log: skip($mess) should result in one skip.
5971      Branch: perl
5972            ! t/test.pl
5973 ____________________________________________________________________________
5974 [ 12212] By: pudge                                 on 2001/09/25  20:21:06
5975         Log: Integrate change #12200 from maintperl.
5976      Branch: maint-5.6/macperl
5977           !> win32/perlhost.h
5978 ____________________________________________________________________________
5979 [ 12211] By: pudge                                 on 2001/09/25  20:11:56
5980         Log: Fix file types to "apple"
5981      Branch: maint-5.6/macperl
5982            ! macos/ext/Mac/Menus/t/MenuBar.rsrc
5983            ! macos/ext/Mac/SAT/t/Collision.rsrc
5984 ____________________________________________________________________________
5985 [ 12210] By: pudge                                 on 2001/09/25  19:28:20
5986         Log: Fix rsrc file as snd file; fix path in t file.
5987      Branch: maint-5.6/macperl
5988            ! macos/ext/Mac/Notification/t/Notification.rsrc
5989            ! macos/ext/Mac/Notification/t/Notification.t
5990 ____________________________________________________________________________
5991 [ 12209] By: pudge                                 on 2001/09/25  19:15:57
5992         Log: Sync up with File::Find from bleadperl.
5993      Branch: maint-5.6/macperl
5994            ! lib/File/Find.pm t/lib/filefind-taint.t
5995 ____________________________________________________________________________
5996 [ 12208] By: pudge                                 on 2001/09/25  19:06:48
5997         Log: Ignore SIGPIPE being set to IGNORE.  Temporary fix until we upgrade
5998              to new version of libnet.  (Axel Rose, Paul Schinder, and a cast
5999              of hundreds)
6000      Branch: maint-5.6/macperl
6001            ! macos/bundled_lib/blib/lib/Net/Cmd.pm
6002            ! macos/bundled_lib/blib/lib/Net/FTP/A.pm
6003            ! macos/bundled_lib/blib/lib/Net/FTP/I.pm
6004 ____________________________________________________________________________
6005 [ 12207] By: nick                                  on 2001/09/25  19:04:36
6006         Log: Integrate mainline (untested while modem is up)
6007      Branch: perlio
6008           +> lib/AutoSplit.t t/test.pl
6009            - lib/warnings/register.t
6010           !> (integrate 28 files)
6011 ____________________________________________________________________________
6012 [ 12206] By: jhi                                   on 2001/09/25  17:21:00
6013         Log: perldiag entry for #12205.
6014      Branch: perl
6015            ! pod/perldiag.pod
6016 ____________________________________________________________________________
6017 [ 12205] By: jhi                                   on 2001/09/25  17:20:38
6018         Log: Subject: [PATCH] warning on v-string in use/require
6019              From: John Peacock <jpeacock@rowman.com>
6020              Date: Mon, 24 Sep 2001 17:29:03 -0400
6021              Message-ID: <3BAFA59F.9C0E0339@rowman.com>
6022      Branch: perl
6023            ! ext/IO/lib/IO/Socket.pm pp_ctl.c t/lib/warnings/pp_ctl
6024 ____________________________________________________________________________
6025 [ 12204] By: jhi                                   on 2001/09/25  17:11:02
6026         Log: perltooc et al updates.
6027      Branch: perl
6028            ! plan9/mkfile pod/roffitall
6029 ____________________________________________________________________________
6030 [ 12203] By: jhi                                   on 2001/09/25  17:05:19
6031         Log: Subject: [PATCH pp_sys.c t/op/chdir.t ...] Deprecating chdir(undef)/chdir('')
6032              From: Michael G Schwern <schwern@pobox.com>
6033              Date: Sun, 23 Sep 2001 00:07:12 -0400
6034              Message-ID: <20010923000712.A7005@blackrider>
6035      Branch: perl
6036            ! pod/perl572delta.pod pod/perldiag.pod pp_sys.c t/op/chdir.t
6037 ____________________________________________________________________________
6038 [ 12202] By: jhi                                   on 2001/09/25  16:55:29
6039         Log: Subject: [PATCH perl@12185] Some Encode/*.enc files needs to be corrected
6040              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
6041              Date: Wed, 26 Sep 2001 01:25:10 +0900
6042              Message-Id: <20010926012410.5B86.BQW10602@nifty.com>
6043      Branch: perl
6044            ! ext/Encode/Encode/cp932.enc ext/Encode/Encode/cp936.enc
6045            ! ext/Encode/Encode/cp949.enc ext/Encode/Encode/cp950.enc
6046            ! ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/shiftjis.enc
6047 ____________________________________________________________________________
6048 [ 12201] By: jhi                                   on 2001/09/25  16:52:03
6049         Log: Integrate change #12200 from maintperl;
6050              on windows, virtualized environment could propagate deleted variables
6051              into children if they happen to be at the very end of the table
6052      Branch: perl
6053           !> win32/perlhost.h
6054 ____________________________________________________________________________
6055 [ 12200] By: gsar                                  on 2001/09/25  16:36:01
6056         Log: on windows, virtualized environment could propagate deleted variables
6057              into children if they happen to be at the very end of the table
6058              (thanks for succinct test case from Johan Holmberg, and fix from
6059              Doug Lankshear)
6060      Branch: maint-5.6/perl
6061            ! win32/perlhost.h
6062 ____________________________________________________________________________
6063 [ 12199] By: gsar                                  on 2001/09/25  15:19:13
6064         Log: avoid the use of ftime() (it does a useless, potentially
6065              expensive call to GetTimeZoneInformation()); this potentially
6066              also results in three more digits of precision from
6067              Time::HiRes::time()
6068      Branch: perl
6069            ! ext/Time/HiRes/HiRes.xs
6070 ____________________________________________________________________________
6071 [ 12198] By: jhi                                   on 2001/09/25  14:27:01
6072         Log: Replace the use Test::More in t/{op,io,run} with t/test.pl.
6073              
6074              Note: io/binmode is failing, have to figure out why.
6075      Branch: perl
6076            + t/test.pl
6077            ! MANIFEST t/io/binmode.t t/op/chdir.t t/op/crypt.t
6078            ! t/op/inccode.t t/op/rand.t t/op/srand.t t/op/ver.t
6079            ! t/run/exit.t
6080 ____________________________________________________________________________
6081 [ 12197] By: ams                                   on 2001/09/25  13:48:55
6082         Log: Subject: [PATCH] AutoSplit.t (was Re: Untested libraries update)
6083              From: Nicholas Clark <nick@ccl4.org>
6084              Date: Tue, 25 Sep 2001 00:37:40 +0100
6085              Message-Id: <20010925003740.S4971@plum.flirble.org>
6086              (Further changes expected.)
6087      Branch: perl
6088            + lib/AutoSplit.t
6089            ! MANIFEST
6090 ____________________________________________________________________________
6091 [ 12196] By: sky                                   on 2001/09/25  13:37:12
6092         Log: Second attempt at fixing Time::HiRes::time on win32. Apperently if ENV{TZ} is wrong we fail. New attempt uses 
6093              _ftime to try and be more robust.
6094      Branch: perl
6095            ! ext/Time/HiRes/HiRes.xs
6096 ____________________________________________________________________________
6097 [ 12194] By: ams                                   on 2001/09/25  11:40:00
6098         Log: Subject: [PATCH perl@12180] perltootc -> perltooc in vms/descrip_mms.template
6099              From: "Craig A. Berry" <craigberry@mac.com>
6100              Date: Mon, 24 Sep 2001 17:54:20 -0500
6101              Message-Id: <5.1.0.14.0.20010924171225.01bb0428@exchi01>
6102      Branch: perl
6103            ! vms/descrip_mms.template
6104 ____________________________________________________________________________
6105 [ 12193] By: pudge                                 on 2001/09/25  02:53:42
6106         Log: Fixes for multiline error parsing (Bug #459263); cmd-.
6107              not working, cursor not spinning (Bug #422129); external
6108              editor problems (Bug #456329); escape/cmd-. not activating
6109              "Cancel" in Save dialog box (Bug #446960); Runtimes not
6110              executing on launch (Bug #464441).
6111      Branch: maint-5.6/macperl
6112            ! macos/macish.c macos/macish.h macos/macperl/MPEditor.c
6113            ! macos/macperl/MPGlobals.h macos/macperl/MPScript.c
6114            ! macos/macperl/MacPerl.r
6115 ____________________________________________________________________________
6116 [ 12192] By: pudge                                 on 2001/09/25  02:42:49
6117         Log: Update CPAN.pm to work with new Mac::BuildTools instead
6118              of ExtUtils::MM_MacOS "orphan" functions
6119      Branch: maint-5.6/macperl
6120            ! lib/CPAN.pm
6121 ____________________________________________________________________________
6122 [ 12191] By: pudge                                 on 2001/09/25  02:37:58
6123         Log: Fix up another xsubpp problem (Matthias Neeracher)
6124      Branch: maint-5.6/macperl
6125            ! macos/xsubpp
6126 ____________________________________________________________________________
6127 [ 12190] By: pudge                                 on 2001/09/25  02:37:38
6128         Log: Remove literal tabs from source in MM_MacOS.pm (Thomas Wegner)
6129      Branch: maint-5.6/macperl
6130            ! macos/lib/ExtUtils/MM_MacOS.pm
6131 ____________________________________________________________________________
6132 [ 12189] By: pudge                                 on 2001/09/25  02:37:08
6133         Log: Fix up Makefiles for more Mac:: modules (and prepare for
6134              static build ...?)
6135      Branch: maint-5.6/macperl
6136            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
6137            ! macos/macperl/Makefile.mk
6138 ____________________________________________________________________________
6139 [ 12188] By: pudge                                 on 2001/09/25  02:36:19
6140         Log: Fix up tests
6141      Branch: maint-5.6/macperl
6142            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
6143 ____________________________________________________________________________
6144 [ 12187] By: pudge                                 on 2001/09/25  02:11:13
6145         Log: Make malloc smarter, fix bugs.  (Bug #404030)
6146      Branch: maint-5.6/macperl
6147            ! macos/icemalloc.c macos/icemalloc.h
6148 ____________________________________________________________________________
6149 [ 12186] By: nick                                  on 2001/09/24  19:18:17
6150         Log: Integrate mainline
6151      Branch: perlio
6152           +> ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
6153           +> lib/filetest.t
6154           !> (integrate 30 files)
6155 ____________________________________________________________________________
6156 [ 12185] By: jhi                                   on 2001/09/24  18:56:40
6157         Log: Retract #12136, the warnings::register is already
6158              tested by t/lib/warnings/9enabled, as pointed out
6159              by Paul Marquess.
6160      Branch: perl
6161            - lib/warnings/register.t
6162            ! MANIFEST lib/warnings/register.pm t/lib/1_compile.t
6163 ____________________________________________________________________________
6164 [ 12184] By: gsar                                  on 2001/09/24  18:39:58
6165         Log: fix Time::HiRes implementation of gettimeofday() on windows
6166              (HiRes.t#14 now passes)
6167      Branch: perl
6168            ! ext/Time/HiRes/HiRes.xs
6169 ____________________________________________________________________________
6170 [ 12183] By: gsar                                  on 2001/09/24  18:13:23
6171         Log: File::Spec::catfile() canonifies everything to blackslashes on
6172              windows :-(
6173      Branch: perl
6174            ! lib/ExtUtils/Manifest.t
6175 ____________________________________________________________________________
6176 [ 12182] By: gsar                                  on 2001/09/24  17:59:54
6177         Log: test number mismatch
6178      Branch: perl
6179            ! t/op/magic.t
6180 ____________________________________________________________________________
6181 [ 12181] By: jhi                                   on 2001/09/24  17:10:41
6182         Log: ok().
6183      Branch: perl
6184            ! t/op/pack.t
6185 ____________________________________________________________________________
6186 [ 12180] By: jhi                                   on 2001/09/24  16:09:37
6187         Log: unpack("Z*Z*", pack("Z*Z*", ..)) bug, patch and test from
6188              Wolfgang Laun <Wolfgang.Laun@alcatel.at>
6189      Branch: perl
6190            ! pp_pack.c t/op/pack.t
6191 ____________________________________________________________________________
6192 [ 12179] By: jhi                                   on 2001/09/24  15:46:49
6193         Log: Update Changes.
6194      Branch: perl
6195            ! Changes patchlevel.h
6196 ____________________________________________________________________________
6197 [ 12178] By: jhi                                   on 2001/09/24  14:12:06
6198         Log: Subject: [REPATCH] Re: [PATCH lib/ExtUtils/Manifest.pm] Minor bug in comment logic in maniread() on VMS
6199              From: Michael G Schwern <schwern@pobox.com>
6200              Date: Mon, 24 Sep 2001 11:12:13 -0400
6201              Message-ID: <20010924111213.G27885@blackrider>
6202      Branch: perl
6203            ! lib/ExtUtils/Manifest.pm
6204 ____________________________________________________________________________
6205 [ 12177] By: jhi                                   on 2001/09/24  14:02:32
6206         Log: Subject: [PATCH vms/test.com] Fixing inline TODO recognition
6207              From: Michael G Schwern <schwern@pobox.com> 
6208              Date: Mon, 24 Sep 2001 11:02:07 -0400
6209              Message-ID: <20010924110207.E27885@blackrider>
6210      Branch: perl
6211            ! vms/test.com
6212 ____________________________________________________________________________
6213 [ 12176] By: ams                                   on 2001/09/24  14:01:59
6214         Log: Update Changes.
6215      Branch: perl
6216            ! Changes
6217 ____________________________________________________________________________
6218 [ 12175] By: jhi                                   on 2001/09/24  13:20:28
6219         Log: Various cleanups.
6220      Branch: perl
6221            ! ext/threads/Makefile.PL ext/threads/threads.xs
6222 ____________________________________________________________________________
6223 [ 12173] By: pudge                                 on 2001/09/24  12:56:13
6224         Log: Integrate maint-5.6/perl changes 12024, 12026, 12145, 12146.
6225      Branch: maint-5.6/macperl
6226           !> (integrate 33 files)
6227 ____________________________________________________________________________
6228 [ 12171] By: jhi                                   on 2001/09/24  12:26:58
6229         Log: Subject: [PATCH gb2312.enc] (Re: [PATCH perl@12088] 2022-cn.enc of Encode.pm)
6230              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
6231              Date: Mon, 24 Sep 2001 20:04:58 +0900
6232              Message-Id: <20010924200207.A030.BQW10602@nifty.com>         
6233      Branch: perl
6234            ! ext/Encode/Encode/gb2312.enc
6235 ____________________________________________________________________________
6236 [ 12170] By: jhi                                   on 2001/09/24  12:08:30
6237         Log: Clarifying comment to #12164.
6238      Branch: perl
6239            ! lib/Cwd.pm
6240 ____________________________________________________________________________
6241 [ 12169] By: jhi                                   on 2001/09/24  11:59:33
6242         Log: Subject: [PATCH] Re: What sort of Makefile.PL should h2xs write?
6243              From: Nicholas Clark <nick@ccl4.org>
6244              Date: Sun, 23 Sep 2001 23:00:56 +0100
6245              Message-ID: <20010923230055.Y4971@plum.flirble.org>
6246              
6247              (with "sample_constants" changed to "fallback")
6248      Branch: perl
6249            + ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
6250            ! MANIFEST ext/I18N/Langinfo/Langinfo.xs
6251            ! ext/I18N/Langinfo/Makefile.PL lib/ExtUtils/Constant.pm
6252            ! lib/h2xs.t utils/h2xs.PL
6253 ____________________________________________________________________________
6254 [ 12168] By: jhi                                   on 2001/09/24  11:25:56
6255         Log: Metaconfig unit change for #12167.
6256      Branch: metaconfig
6257            ! U/modified/Cppsym.U
6258 ____________________________________________________________________________
6259 [ 12167] By: jhi                                   on 2001/09/24  11:25:22
6260         Log: Add a few glibc cpp symbols to probe for.
6261      Branch: perl
6262            ! Configure
6263 ____________________________________________________________________________
6264 [ 12166] By: jhi                                   on 2001/09/24  11:14:43
6265         Log: DJGPP tweaks for Laszlo Molnar.
6266      Branch: perl
6267            ! djgpp/djgppsed.sh dosish.h
6268 ____________________________________________________________________________
6269 [ 12165] By: ams                                   on 2001/09/24  10:07:08
6270         Log: Subject: [PATCH t/op/inccode.t] More tests
6271              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
6272              Date: 24 Sep 2001 10:01:44 -0000
6273              Message-Id: <slrn9qu158.l2t.rgarciasuarez@rafael.kazibao.net>
6274      Branch: perl
6275            ! t/op/inccode.t
6276 ____________________________________________________________________________
6277 [ 12164] By: ams                                   on 2001/09/24  09:43:29
6278         Log: Subject: [PATCH Cwd.pm] local $/ = "\n";
6279              From: Jeff 'japhy/Marillion' Pinyan <jeffp@crusoe.net>
6280              Date: Mon, 24 Sep 2001 00:22:32 -0400 (EDT)
6281              Message-Id: <Pine.GSO.4.21.0109240021410.9178-100000@crusoe.crusoe.net>
6282      Branch: perl
6283            ! lib/Cwd.pm
6284 ____________________________________________________________________________
6285 [ 12163] By: jhi                                   on 2001/09/23  22:50:35
6286         Log: 1_compile updates.
6287      Branch: perl
6288            ! t/lib/1_compile.t
6289 ____________________________________________________________________________
6290 [ 12162] By: jhi                                   on 2001/09/23  21:11:22
6291         Log: Subject: [PATCH] proposal : put the @INC-hooks directly in %INC
6292              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6293              Date: Wed, 19 Sep 2001 22:47:14 +0200
6294              Message-ID: <20010919224714.A6382@rafael>
6295      Branch: perl
6296            ! pod/perlvar.pod pp_ctl.c
6297 ____________________________________________________________________________
6298 [ 12161] By: ams                                   on 2001/09/23  17:40:02
6299         Log: Subject: [PATCH MANIFEST lib/filetest t/lib/1_compile.t] Add Tests for
6300              filetest Pragma
6301              From: "chromatic" <chromatic@rmci.net>
6302              Date: Sun, 23 Sep 2001 12:07:25 -0600
6303              Message-Id: <20010923181223.32427.qmail@onion.perl.org>
6304      Branch: perl
6305            + lib/filetest.t
6306            ! MANIFEST t/lib/1_compile.t
6307 ____________________________________________________________________________
6308 [ 12160] By: ams                                   on 2001/09/23  16:32:11
6309         Log: Additional minor chdir() tweak.
6310      Branch: perl
6311            ! pod/perlfunc.pod
6312 ____________________________________________________________________________
6313 [ 12159] By: ams                                   on 2001/09/23  16:25:01
6314         Log: Subject: PATCH lib/ExtUtils/Command.t
6315              From: Abe Timmerman <abe@ztreet.demon.nl>
6316              Date: Sun, 23 Sep 2001 19:11:44 +0200
6317              Message-Id: <b94sqtk7sidi2501apjssfubdc2ulmap38@4ax.com>
6318      Branch: perl
6319            ! lib/ExtUtils/Command.t
6320 ____________________________________________________________________________
6321 [ 12158] By: jhi                                   on 2001/09/23  12:52:36
6322         Log: Subject: [PATCH] Win32 compilation without USE_ITHREADS
6323              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
6324              Date: Sun, 23 Sep 2001 02:02:26 +0200
6325              Message-ID: <3BAD42B2.2951.39B2E2A@localhost>
6326      Branch: perl
6327            ! makedef.pl
6328 ____________________________________________________________________________
6329 [ 12157] By: jhi                                   on 2001/09/23  12:46:05
6330         Log: Subject: [PATCH t/op/study.t] Cleanup & OS/390 "fix"
6331              From: Michael G Schwern <schwern@pobox.com> (by way of Craig A. Berry)         
6332              Date: Sat, 22 Sep 2001 12:54:39 -0500
6333              Message-Id: <a05101003b7d27f77cfa1@[172.16.52.1]>
6334      Branch: perl
6335            ! t/op/study.t
6336 ____________________________________________________________________________
6337 [ 12156] By: nick                                  on 2001/09/23  07:48:44
6338         Log: Integrate mainline
6339      Branch: perlio
6340            - check83.pl
6341           !> ext/Encode/Encode/2022-cn.enc
6342 ____________________________________________________________________________
6343 [ 12155] By: nick                                  on 2001/09/23  07:48:01
6344         Log: Integrate mainline
6345      Branch: perlio
6346           +> (branch 64 files)
6347            - ext/Encode/Encode/cns11643-1.enc
6348            - ext/Encode/Encode/cns11643-2.enc
6349            - ext/Encode/Encode/iso2022-cn.enc
6350            - ext/Encode/Encode/iso2022-jp.enc
6351            - ext/Encode/Encode/iso2022-jp1.enc
6352            - ext/Encode/Encode/iso2022-jp2.enc
6353            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
6354            - ext/Encode/Encode/iso8859-1.enc
6355            - ext/Encode/Encode/iso8859-1.ucm
6356            - ext/Encode/Encode/iso8859-10.enc
6357            - ext/Encode/Encode/iso8859-10.ucm
6358            - ext/Encode/Encode/iso8859-13.enc
6359            - ext/Encode/Encode/iso8859-13.ucm
6360            - ext/Encode/Encode/iso8859-14.enc
6361            - ext/Encode/Encode/iso8859-14.ucm
6362            - ext/Encode/Encode/iso8859-15.enc
6363            - ext/Encode/Encode/iso8859-15.ucm
6364            - ext/Encode/Encode/iso8859-16.enc
6365            - ext/Encode/Encode/iso8859-16.ucm
6366            - ext/Encode/Encode/iso8859-2.enc
6367            - ext/Encode/Encode/iso8859-2.ucm
6368            - ext/Encode/Encode/iso8859-3.enc
6369            - ext/Encode/Encode/iso8859-3.ucm
6370            - ext/Encode/Encode/iso8859-4.enc
6371            - ext/Encode/Encode/iso8859-4.ucm
6372            - ext/Encode/Encode/iso8859-5.enc
6373            - ext/Encode/Encode/iso8859-5.ucm
6374            - ext/Encode/Encode/iso8859-6.enc
6375            - ext/Encode/Encode/iso8859-6.ucm
6376            - ext/Encode/Encode/iso8859-7.enc
6377            - ext/Encode/Encode/iso8859-7.ucm
6378            - ext/Encode/Encode/iso8859-8.enc
6379            - ext/Encode/Encode/iso8859-8.ucm
6380            - ext/Encode/Encode/iso8859-9.enc
6381            - ext/Encode/Encode/iso8859-9.ucm
6382            - ext/Encode/Encode/isoir-197.enc
6383            - ext/Encode/Encode/macRomania.enc pod/perltootc.pod
6384            - t/lib/sample-tests/header_at_end
6385            - t/lib/sample-tests/header_at_end_fail
6386           !> (integrate 174 files)
6387 ____________________________________________________________________________
6388 [ 12154] By: ams                                   on 2001/09/23  07:11:46
6389         Log: Mention $ENV{SYS$LOGIN} in chdir() documentation, as suggested
6390              by Blair Zajac.
6391      Branch: perl
6392            ! pod/perlfunc.pod
6393 ____________________________________________________________________________
6394 [ 12153] By: ams                                   on 2001/09/23  06:56:32
6395         Log: Subject: [PATCH pp.c t/op/gv.t pod/perlref.pod pod/perldiag.pod] Re:
6396              Forgotten deprecation of *glob{FILEHANDLE}?
6397              From: "chromatic" <chromatic@rmci.net>
6398              Date: Sat, 22 Sep 2001 21:27:56 -0600
6399              Message-Id: <20010923033252.33085.qmail@onion.perl.org>
6400      Branch: perl
6401            ! pod/perldiag.pod pod/perlref.pod pp.c t/op/gv.t
6402 ____________________________________________________________________________
6403 [ 12152] By: ams                                   on 2001/09/23  06:42:58
6404         Log: Subject: [PATCH lib/File/Find.pm] Fixing lib/File/Find/t/taint.t on VMS
6405              From: Michael G Schwern <schwern@pobox.com>
6406              Date: Sun, 23 Sep 2001 03:34:39 -0400
6407              Message-Id: <20010923033439.E7005@blackrider>
6408      Branch: perl
6409            ! lib/File/Find.pm
6410 ____________________________________________________________________________
6411 [ 12151] By: ams                                   on 2001/09/23  06:37:57
6412         Log: Subject: Re: t/op/magic.t missing tests on Win32
6413              From: Michael G Schwern <schwern@pobox.com>
6414              Date: Sat, 22 Sep 2001 20:29:09 -0400
6415              Message-Id: <20010922202909.I18223@blackrider>
6416      Branch: perl
6417            ! t/op/magic.t
6418 ____________________________________________________________________________
6419 [ 12150] By: ams                                   on 2001/09/23  06:36:26
6420         Log: Subject: [PATCH MANIFEST lib/Dumpvalue.t lib/Dumpvalue.pm] Add tests for
6421              Dumpvalue.pm
6422              From: "chromatic" <chromatic@rmci.net>
6423              Date: Sat, 22 Sep 2001 19:41:31 -0600
6424              Message-Id: <20010923014628.7739.qmail@onion.perl.org>
6425      Branch: perl
6426            + lib/Dumpvalue.t
6427            ! MANIFEST lib/Dumpvalue.pm
6428 ____________________________________________________________________________
6429 [ 12149] By: ams                                   on 2001/09/23  06:25:35
6430         Log: Subject: [PATCH perl@12088] 2022-cn.enc of Encode.pm
6431              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
6432              Date: Sun, 23 Sep 2001 15:27:56 +0900
6433              Message-Id: <20010923152641.5E26.BQW10602@nifty.com>
6434      Branch: perl
6435            ! ext/Encode/Encode/2022-cn.enc
6436 ____________________________________________________________________________
6437 [ 12148] By: jhi                                   on 2001/09/22  23:33:42
6438         Log: Manual eror in #12147.
6439      Branch: perl
6440            ! win32/win32.c
6441 ____________________________________________________________________________
6442 [ 12147] By: jhi                                   on 2001/09/22  23:25:02
6443         Log: Integrate change #12146 from maintperl;
6444              win32_chdir() et al don't handle a NULL argument gracefully
6445      Branch: perl
6446           !> win32/perlhost.h win32/win32.c
6447 ____________________________________________________________________________
6448 [ 12146] By: gsar                                  on 2001/09/22  23:18:47
6449         Log: win32_chdir() et al don't handle a NULL argument gracefully
6450      Branch: maint-5.6/perl
6451            ! win32/perlhost.h win32/win32.c
6452 ____________________________________________________________________________
6453 [ 12145] By: gsar                                  on 2001/09/22  23:17:42
6454         Log: typo in change#12026
6455      Branch: maint-5.6/perl
6456            ! op.c
6457 ____________________________________________________________________________
6458 [ 12144] By: jhi                                   on 2001/09/22  21:22:28
6459         Log: Subject: [PATCH] Re: scalar context unpack bugs
6460              From: Nicholas Clark <nick@ccl4.org>
6461              Date: Sat, 22 Sep 2001 23:07:56 +0100
6462              Message-ID: <20010922230755.O4971@plum.flirble.org>
6463      Branch: perl
6464            ! pp_pack.c t/op/pack.t
6465 ____________________________________________________________________________
6466 [ 12143] By: jhi                                   on 2001/09/22  21:18:43
6467         Log: Try ExtUtils::Command.t everywhere, not just on Win32
6468              (as suggested by NI-S).  Also allow running it either
6469              in t/ or in the main directory.
6470      Branch: perl
6471            ! lib/ExtUtils/Command.t
6472 ____________________________________________________________________________
6473 [ 12142] By: jhi                                   on 2001/09/22  21:04:39
6474         Log: Update the test on warnings/register.t.
6475      Branch: perl
6476            ! t/lib/1_compile.t
6477 ____________________________________________________________________________
6478 [ 12141] By: jhi                                   on 2001/09/22  20:40:06
6479         Log: The code is now almost tidy enough to keep the IRIX cc happy.
6480      Branch: perl
6481            ! hints/irix_6.sh
6482 ____________________________________________________________________________
6483 [ 12140] By: ams                                   on 2001/09/22  17:26:32
6484         Log: Subject: [PATCH perl@12088] configure.com: don't build 'threads" w/out
6485              use_ithreads
6486              From: "Craig A. Berry" <craigberry@mac.com>
6487              Date: Sat, 22 Sep 2001 13:15:32 -0500
6488              Message-Id: <a05101005b7d284f5192c@[172.16.52.1]>
6489      Branch: perl
6490            ! configure.com
6491 ____________________________________________________________________________
6492 [ 12139] By: ams                                   on 2001/09/22  16:44:08
6493         Log: Do what perl_clone() does for sharedsv functions.
6494      Branch: perl
6495            ! embed.pl proto.h
6496 ____________________________________________________________________________
6497 [ 12138] By: jhi                                   on 2001/09/22  16:42:04
6498         Log: Retract #12134; reintroduce #11949: PADOFFSETs are now UVs
6499              (suggested by Sarathy, extensions shouldn't be dabbling with
6500              op structures, so binary backward compatibility should not be
6501              an issue.)
6502      Branch: perl
6503            ! hints/irix_6.sh op.h
6504 ____________________________________________________________________________
6505 [ 12137] By: ams                                   on 2001/09/22  16:21:05
6506         Log: More cleanups. (What's PERL_DECL_PROT?)
6507      Branch: perl
6508            ! embed.pl proto.h sharedsv.h
6509 ____________________________________________________________________________
6510 [ 12136] By: ams                                   on 2001/09/22  15:14:34
6511         Log: (Retracted by #12185)
6512              
6513              Subject: [PATCH MANIFEST lib/warnings/register.t lib/warnings/register.pm]
6514              Add Tests for warnings::register, Doc Update
6515              From: "chromatic" <chromatic@rmci.net>
6516              Date: Sat, 22 Sep 2001 09:43:20 -0600
6517              Message-Id: <20010922154815.32004.qmail@onion.perl.org>
6518      Branch: perl
6519            + lib/warnings/register.t
6520            ! MANIFEST lib/warnings/register.pm
6521 ____________________________________________________________________________
6522 [ 12135] By: ams                                   on 2001/09/22  15:07:50
6523         Log: `@foo' should be @foo for consistency.
6524      Branch: perl
6525            ! pod/perldiag.pod
6526 ____________________________________________________________________________
6527 [ 12134] By: jhi                                   on 2001/09/22  14:20:47
6528         Log: (Retracted by #12138)
6529              
6530              Add -woff (turn warning off) 3187:
6531              "A pointer is converted to a smaller integer."
6532              This happens when your pointers are 64-bit: then every case
6533              of converting pointers to PADOFFSETs (explicitly 32-bit)
6534              faces truncation (even explicit use of INT2PTR doesn't help).
6535              CxITERVAR(), POPLOOP(), and PUSHLOOP() are afflicted.
6536              Changing PADOFFSET from U32 to UV would help, but that
6537              would break binary backward compatibility of BASEOP and padop
6538              (assuming you have been using 64-bit pointers).
6539      Branch: perl
6540            ! hints/irix_6.sh
6541 ____________________________________________________________________________
6542 [ 12133] By: jhi                                   on 2001/09/22  13:53:49
6543         Log: More 8.3-cleanup: there isn't an encoding called macRumanian,
6544              but the name comes from the inside the file, not from the file
6545              name, and Rumanian is the name of the language.
6546      Branch: perl
6547            + ext/Encode/Encode/macRumanian.enc
6548            - ext/Encode/Encode/macRomania.enc
6549            ! MANIFEST
6550 ____________________________________________________________________________
6551 [ 12132] By: jhi                                   on 2001/09/22  13:48:29
6552         Log: Rename perltootc as perltooc for 8.3-friedliness.
6553      Branch: perl
6554            + pod/perltooc.pod
6555            - pod/perltootc.pod
6556            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlboot.pod
6557            ! pod/perlmod.pod pod/perlobj.pod pod/perltoc.pod
6558            ! pod/perltoot.pod
6559 ____________________________________________________________________________
6560 [ 12131] By: jhi                                   on 2001/09/22  13:38:49
6561         Log: Find more conflicts by lowercasing.
6562      Branch: perl
6563            + Porting/check83.pl
6564            - check83.pl
6565            ! MANIFEST
6566 ____________________________________________________________________________
6567 [ 12130] By: jhi                                   on 2001/09/22  13:20:20
6568         Log: The AIX cc 5.0.0.0 is simply too buggy.
6569      Branch: perl
6570            ! hints/aix.sh
6571 ____________________________________________________________________________
6572 [ 12129] By: ams                                   on 2001/09/22  12:35:38
6573         Log: Uninteresting cleanup.
6574      Branch: perl
6575            ! form.h
6576 ____________________________________________________________________________
6577 [ 12128] By: ams                                   on 2001/09/22  12:28:48
6578         Log: Subject: [PATCH@12110] Missing ")" in CvFILEGV
6579              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
6580              Date: Sat, 22 Sep 2001 14:29:13 +0100
6581              Message-Id: <AIEAJICLCBDNAAOLLOKLAEGADAAA.Paul_Marquess@Yahoo.co.uk>
6582      Branch: perl
6583            ! cv.h
6584 ____________________________________________________________________________
6585 [ 12127] By: ams                                   on 2001/09/22  12:04:28
6586         Log: What's a backet?
6587      Branch: perl
6588            ! dump.c
6589 ____________________________________________________________________________
6590 [ 12126] By: ams                                   on 2001/09/22  10:02:34
6591         Log: Removed duplicated tests #19 and #20.
6592      Branch: perl
6593            ! t/op/do.t
6594 ____________________________________________________________________________
6595 [ 12125] By: ams                                   on 2001/09/22  03:58:41
6596         Log: Subject: Re: [ID 20010919.001] local() fails on imported variables
6597              From: Michael Carman <mjcarman@home.com>
6598              Date: Fri, 21 Sep 2001 17:54:05 -0500
6599              Message-Id: <3BABC50D.6040202@home.com>
6600              (Applied with some changes.)
6601      Branch: perl
6602            ! pod/perlmod.pod
6603 ____________________________________________________________________________
6604 [ 12124] By: ams                                   on 2001/09/22  03:44:19
6605         Log: Subject: [PATCH t/op/chdir.t] Reconciling the Cwd/File::Spec differences
6606              From: Michael G Schwern <schwern@pobox.com>
6607              Date: Fri, 21 Sep 2001 19:20:40 -0400
6608              Message-Id: <20010921192040.E5494@blackrider>
6609      Branch: perl
6610            ! t/op/chdir.t
6611 ____________________________________________________________________________
6612 [ 12123] By: ams                                   on 2001/09/22  03:41:08
6613         Log: Subject: [PATCH] t/op/chdir.t won't pass on VMS
6614              From: Blair Zajac <blair@orcaware.com>
6615              Date: Fri, 21 Sep 2001 15:13:04 -0700
6616              Message-Id: <3BABBB70.55FD41DC@orcaware.com>
6617      Branch: perl
6618            ! t/op/chdir.t
6619 ____________________________________________________________________________
6620 [ 12122] By: ams                                   on 2001/09/22  03:37:07
6621         Log: Subject: [REPATCH] Re: [PATCH t/op/do.t] new regression tests for bug ID
6622              20010920.007
6623              From: Michael G Schwern <schwern@pobox.com>
6624              Date: Fri, 21 Sep 2001 17:59:03 -0400
6625              Message-Id: <20010921175903.V5494@blackrider>
6626      Branch: perl
6627            ! t/op/do.t
6628 ____________________________________________________________________________
6629 [ 12121] By: ams                                   on 2001/09/22  03:30:38
6630         Log: Subject: [PATCH pod/perlport.pod] expand DOS-like table (was Re: test
6631              suite on WinCE)
6632              From: Michael G Schwern <schwern@pobox.com>
6633              Date: Fri, 21 Sep 2001 19:41:03 -0400
6634              Message-Id: <20010921194103.G5494@blackrider>
6635      Branch: perl
6636            ! pod/perlport.pod
6637 ____________________________________________________________________________
6638 [ 12120] By: ams                                   on 2001/09/22  03:28:06
6639         Log: Subject: [PATCH t/op/magic.t] Re: Weird $ENV{FOO} = undef warning
6640              From: Michael G Schwern <schwern@pobox.com>
6641              Date: Fri, 21 Sep 2001 17:33:35 -0400
6642              Message-Id: <20010921173335.T5494@blackrider>
6643              ($ENV{FOO}=undef hunk not applied.)
6644      Branch: perl
6645            ! t/op/magic.t
6646 ____________________________________________________________________________
6647 [ 12119] By: ams                                   on 2001/09/22  03:02:26
6648         Log: Subject: [PATCH] perldiag.pod
6649              From: Peter Scott <Peter@PSDT.com>
6650              Date: Fri, 21 Sep 2001 18:54:50 -0700
6651              Message-Id: <4.3.2.7.2.20010921183823.00aa9890@mail.webquarry.com>
6652              (Moved to the right place.)
6653      Branch: perl
6654            ! pod/perldiag.pod
6655 ____________________________________________________________________________
6656 [ 12118] By: ams                                   on 2001/09/21  20:05:29
6657         Log: Subject: [PATCH t/op/do.t] new regression tests for bug ID 20010920.007
6658              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6659              Date: Fri, 21 Sep 2001 22:36:54 +0200
6660              Message-Id: <20010921223654.A12742@rafael>
6661      Branch: perl
6662            ! t/op/do.t
6663 ____________________________________________________________________________
6664 [ 12117] By: jhi                                   on 2001/09/21  20:05:23
6665         Log: Restore things as they were before
6666              the backward compatibility police notices.
6667      Branch: perl
6668            ! lib/Cwd.pm
6669 ____________________________________________________________________________
6670 [ 12116] By: jhi                                   on 2001/09/21  17:52:28
6671         Log: More Cwd from Schwern: make also OS/2 and DOS
6672              Cwd agree with File::Spec (that is, native path
6673              syntax using \ instead of / -- backward compatibility
6674              polic warning) and stop Win32 from using bsd_realpath().
6675      Branch: perl
6676            ! lib/Cwd.pm
6677 ____________________________________________________________________________
6678 [ 12115] By: jhi                                   on 2001/09/21  17:19:03
6679         Log: Subject: [PATCH @12110] RE: Untested libraries update
6680              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
6681              Date: Fri, 21 Sep 2001 18:21:07 +0100
6682              Message-ID: <AIEAJICLCBDNAAOLLOKLOEENDAAA.Paul_Marquess@Yahoo.co.uk>
6683      Branch: perl
6684            ! lib/warnings/register.pm
6685 ____________________________________________________________________________
6686 [ 12114] By: jhi                                   on 2001/09/21  17:09:52
6687         Log: Subject: Re: And now the Cwd problem (was Re: chdir.t problem...)
6688              From: Michael G Schwern <schwern@pobox.com>
6689              Date: Thu, 20 Sep 2001 22:54:02 -0400
6690              Message-ID: <20010920225402.A3611@blackrider>
6691      Branch: perl
6692            ! lib/Cwd.pm
6693 ____________________________________________________________________________
6694 [ 12113] By: ams                                   on 2001/09/21  17:08:24
6695         Log: Subject: [PATCH] avoid v-strings with require/use
6696              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
6697              Date: Fri, 21 Sep 2001 12:34:40 -0400
6698              Message-Id: <20010921123440.A148500@linguist.thayer.dartmouth.edu>
6699      Branch: perl
6700            ! ext/ByteLoader/bytecode.h ext/Data/Dumper/Dumper.pm
6701            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/Dir.pm
6702            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
6703            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
6704            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoLoader.pm
6705            ! lib/AutoSplit.pm lib/Class/Struct.pm lib/Cwd.pm
6706            ! lib/Dumpvalue.pm lib/ExtUtils/Command.pm
6707            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
6708            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
6709            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/File/Basename.pm
6710            ! lib/File/CheckTree.pm lib/File/Compare.pm lib/File/Copy.pm
6711            ! lib/File/Find.pm lib/File/Path.pm lib/File/stat.pm
6712            ! lib/FileHandle.pm lib/Math/Trig.pm lib/Net/Ping.pm
6713            ! lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
6714            ! lib/Net/servent.pm lib/Shell.pm lib/Tie/Array.pm
6715            ! lib/Tie/Handle.pm lib/Time/Local.pm lib/Time/gmtime.pm
6716            ! lib/Time/localtime.pm lib/User/grent.pm lib/base.pm
6717            ! lib/diagnostics.pm lib/fields.pm lib/vars.pm
6718            ! pod/perl56delta.pod pod/perlfunc.pod pp_ctl.c utils/pl2pm.PL
6719 ____________________________________________________________________________
6720 [ 12110] By: jhi                                   on 2001/09/21  13:59:13
6721         Log: Update Changes.
6722      Branch: perl
6723            ! Changes patchlevel.h
6724 ____________________________________________________________________________
6725 [ 12109] By: jhi                                   on 2001/09/21  13:44:43
6726         Log: Make AIX and Tru64 compilers happy.  
6727      Branch: perl
6728            ! ext/threads/threads.h ext/threads/threads.xs
6729 ____________________________________________________________________________
6730 [ 12108] By: jhi                                   on 2001/09/21  12:16:27
6731         Log: Subject: [PATCH] Re: [ID 20010920.007] q and qq does not work after do
6732              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
6733              Date: 21 Sep 2001 09:16:37 -0000
6734              Message-Id: <slrn9qm1ca.h6b.rgarciasuarez@rafael.kazibao.net>
6735      Branch: perl
6736            ! toke.c
6737 ____________________________________________________________________________
6738 [ 12107] By: jhi                                   on 2001/09/21  12:14:41
6739         Log: Subject: [PATCH pp_sys.c] pp_chdir Win32 fix
6740              From: Michael G Schwern <schwern@pobox.com>
6741              Date: Thu, 20 Sep 2001 21:21:34 -0400
6742              Message-ID: <20010920212134.Y28291@blackrider>
6743      Branch: perl
6744            ! pp_sys.c
6745 ____________________________________________________________________________
6746 [ 12106] By: jhi                                   on 2001/09/21  12:12:09
6747         Log: Subject: Re: GDB Debugging Macros from mod_perl
6748              From: rspier@pobox.com (Robert Spier)
6749              Date: Thu, 20 Sep 2001 22:45:03 -0700
6750              Message-ID: <15274.54239.413929.49430@rls.cx>
6751      Branch: perl
6752            ! pod/perltodo.pod
6753 ____________________________________________________________________________
6754 [ 12105] By: sky                                   on 2001/09/21  10:33:34
6755         Log: Fixed bug where Time::HiRes::time returned time adjusted to 
6756              timezone! GetSystemTime should be available on all Win32 
6757              platforms we support. Perhaps Time::HiRes should be extended to
6758              support WinCE and Novell?
6759      Branch: perl
6760            ! ext/Time/HiRes/HiRes.xs
6761 ____________________________________________________________________________
6762 [ 12104] By: sky                                   on 2001/09/21  08:12:39
6763         Log: Attempt to fix solaris issue raised by Andy Dougherty.  
6764      Branch: perl
6765            ! ext/threads/threads.h ext/threads/threads.xs
6766 ____________________________________________________________________________
6767 [ 12103] By: sky                                   on 2001/09/21  07:57:41
6768         Log: Rename the *thread* functions to Perl_* to avoid clashes.
6769              Notably on AIX but could become a problem on other platforms.
6770      Branch: perl
6771            ! ext/threads/threads.h ext/threads/threads.xs
6772 ____________________________________________________________________________
6773 [ 12102] By: sky                                   on 2001/09/21  07:35:30
6774         Log: Add the shared sv space to the global vars.
6775              Fix problems compiling on win32.
6776      Branch: perl
6777            ! embedvar.h ext/threads/threads.xs perlapi.h perlvars.h
6778            ! sharedsv.c sharedsv.h
6779 ____________________________________________________________________________
6780 [ 12101] By: ams                                   on 2001/09/21  00:19:55
6781         Log: Subject: [PATCH] win32/Makefile warning fix
6782              From: Blair Zajac <blair@orcaware.com>
6783              Date: Thu, 20 Sep 2001 18:15:43 -0700
6784              Message-Id: <3BAA94BF.FFD5FC3A@orcaware.com>
6785      Branch: perl
6786            ! win32/Makefile
6787 ____________________________________________________________________________
6788 [ 12100] By: jhi                                   on 2001/09/20  21:57:04
6789         Log: Subject: [PATCH bleadperl] Command.t patch had some errors... sorry.
6790              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
6791              Date: Thu, 20 Sep 2001 18:36:22 +0200
6792              Message-ID: <549856591.20010920183622@tesla.rcub.bg.ac.yu>
6793      Branch: perl
6794            ! lib/ExtUtils/Command.t
6795 ____________________________________________________________________________
6796 [ 12099] By: jhi                                   on 2001/09/20  21:53:00
6797         Log: Cant spl wirth a dam.
6798      Branch: perl
6799            ! intrpvar.h
6800 ____________________________________________________________________________
6801 [ 12098] By: jhi                                   on 2001/09/20  21:52:24
6802         Log: Don't use C++ comments.
6803      Branch: perl
6804            ! ext/threads/threads.xs
6805 ____________________________________________________________________________
6806 [ 12097] By: ams                                   on 2001/09/20  21:42:07
6807         Log: Change #12044 didn't.
6808      Branch: perl
6809            ! lib/constant.pm
6810 ____________________________________________________________________________
6811 [ 12096] By: jhi                                   on 2001/09/20  13:38:44
6812         Log: Metaconfig unit changes for #12095.
6813      Branch: metaconfig
6814            ! U/modified/Myinit.U U/modified/libs.U
6815 ____________________________________________________________________________
6816 [ 12095] By: jhi                                   on 2001/09/20  13:38:22
6817         Log: Remove iconv references since we are not using it
6818              and not going to; regen perltoc, perlmodlib.
6819              (Some references still linger in perltoc, have to figure
6820              out where they are coming from.)
6821      Branch: perl
6822            ! Configure NetWare/config.wc NetWare/config_H.wc
6823            ! Porting/Glossary Porting/config.sh Porting/config_H
6824            ! config_h.SH configure.com epoc/config.sh perl.h
6825            ! pod/perlmodlib.pod pod/perltoc.pod uconfig.h uconfig.sh
6826            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
6827            ! vos/config.ga.h win32/config.bc win32/config.gc
6828            ! win32/config.vc win32/config_H.bc win32/config_H.gc
6829            ! win32/config_H.vc wince/config.ce wince/config.h
6830            ! wince/config_H.ce
6831 ____________________________________________________________________________
6832 [ 12094] By: jhi                                   on 2001/09/20  12:49:17
6833         Log: Subject: [PATCH docs] Re: ARGV and read
6834              From: Dave Mitchell <davem@fdgroup.co.uk>
6835              Date: Thu, 20 Sep 2001 13:21:31 +0100 (BST)
6836              Message-Id: <200109201221.NAA04258@gizmo.fdgroup.co.uk>
6837      Branch: perl
6838            ! pod/perltodo.pod pod/perlvar.pod
6839 ____________________________________________________________________________
6840 [ 12093] By: jhi                                   on 2001/09/20  12:45:35
6841         Log: Fresh copies from the cvs.perl.org perlfaq repository.
6842      Branch: perl
6843            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
6844            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
6845            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
6846            ! pod/perlfaq9.pod
6847 ____________________________________________________________________________
6848 [ 12092] By: jhi                                   on 2001/09/20  12:32:44
6849         Log: Subject: [PATCH] Re: n questions (was Re: 4 questions about pack/unpack)        
6850              From: Nicholas Clark <nick@ccl4.org>
6851              Date: Thu, 20 Sep 2001 14:27:08 +0100
6852              Message-ID: <20010920142708.X4971@plum.flirble.org>
6853      Branch: perl
6854            ! pp_pack.c t/op/pack.t
6855 ____________________________________________________________________________
6856 [ 12091] By: jhi                                   on 2001/09/20  12:16:50
6857         Log: The sharedsv_space* are variables, not code.  Duh.
6858      Branch: perl
6859            ! intrpvar.h makedef.pl
6860 ____________________________________________________________________________
6861 [ 12090] By: ams                                   on 2001/09/20  11:26:06
6862         Log: Subject: [patch lib/lib_pm.PL]
6863              From: Stas Bekman <stas@stason.org>
6864              Date: Thu, 20 Sep 2001 18:48:53 +0800
6865              Message-Id: <3BA9C995.6010302@stason.org>
6866              (Applied by hand.)
6867      Branch: perl
6868            ! lib/lib_pm.PL
6869 ____________________________________________________________________________
6870 [ 12089] By: jhi                                   on 2001/09/20  01:36:23
6871         Log: Only 21 tests, skipping or not.
6872      Branch: perl
6873            ! lib/ExtUtils/Command.t
6874 ____________________________________________________________________________
6875 [ 12088] By: jhi                                   on 2001/09/19  18:54:37
6876         Log: New exported symbols.
6877      Branch: perl
6878            ! makedef.pl
6879 ____________________________________________________________________________
6880 [ 12087] By: jhi                                   on 2001/09/19  13:45:59
6881         Log: Update Changes.
6882      Branch: perl
6883            ! Changes patchlevel.h
6884 ____________________________________________________________________________
6885 [ 12086] By: jhi                                   on 2001/09/19  13:02:58
6886         Log: Correct numbering of the tests is useful.
6887      Branch: perl
6888            ! ext/threads/t/basic.t
6889 ____________________________________________________________________________
6890 [ 12085] By: jhi                                   on 2001/09/19  12:11:15
6891         Log: More tests now too.
6892      Branch: perl
6893            ! lib/ExtUtils/Command.t
6894 ____________________________________________________________________________
6895 [ 12084] By: jhi                                   on 2001/09/19  12:08:33
6896         Log: More tests now.
6897      Branch: perl
6898            ! ext/threads/t/basic.t
6899 ____________________________________________________________________________
6900 [ 12083] By: jhi                                   on 2001/09/19  11:35:55
6901         Log: The test assumed 7-bit ASCII.  Now it "just"
6902              assumes 8-bit whatever.
6903      Branch: perl
6904            ! t/op/crypt.t
6905 ____________________________________________________________________________
6906 [ 12082] By: jhi                                   on 2001/09/19  11:19:56
6907         Log: Subject: Re: [PATCH] Smoke 12057 /pro/3gl/CPAN/perl-current
6908              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6909              Date: Wed, 19 Sep 2001 11:45:28 +0200
6910              Message-Id: <20010919110037.19C7.H.M.BRAND@hccnet.nl>
6911              
6912              Lvalue casts are not portable.
6913      Branch: perl
6914            ! ext/threads/threads.xs
6915 ____________________________________________________________________________
6916 [ 12081] By: sky                                   on 2001/09/19  10:17:52
6917         Log: Make the basic test contain only realy basic API tests
6918              Seems to be a problem with detach.
6919      Branch: perl
6920            ! ext/threads/t/basic.t
6921 ____________________________________________________________________________
6922 [ 12080] By: ams                                   on 2001/09/19  01:23:55
6923         Log: Subject: [PATCH] Syncing with Test::Simple 0.19
6924              From: Michael G Schwern <schwern@pobox.com>
6925              Date: Tue, 18 Sep 2001 19:53:48 -0400
6926              Message-Id: <20010918195348.M585@blackrider>
6927              
6928              Subject: [REPATCH] Re: [PATCH lib/Test/More.pm] Stray newline confusing t/TEST
6929              From: Michael G Schwern <schwern@pobox.com>
6930              Date: Tue, 18 Sep 2001 22:07:13 -0400
6931              Message-Id: <20010918220713.B19616@blackrider>
6932      Branch: perl
6933            ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
6934            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
6935            ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/fail.t
6936            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/todo.t
6937            ! lib/Test/Tutorial.pod
6938 ____________________________________________________________________________
6939 [ 12079] By: jhi                                   on 2001/09/19  00:19:45
6940         Log: Indent the test a bit.
6941      Branch: perl
6942            ! ext/threads/t/basic.t
6943 ____________________________________________________________________________
6944 [ 12078] By: jhi                                   on 2001/09/18  22:54:21
6945         Log: Subject: [PATCH bleadperl] added tainting for getcwd for Win32
6946              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
6947              Date: Tue, 18 Sep 2001 18:06:44 +0200
6948              Message-ID: <11018348611.20010918180644@tesla.rcub.bg.ac.yu>
6949      Branch: perl
6950            ! win32/win32.c
6951 ____________________________________________________________________________
6952 [ 12077] By: jhi                                   on 2001/09/18  22:52:24
6953         Log: Subject: stat access time is wrong on Win95
6954              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
6955              Date: Tue, 18 Sep 2001 21:59:24 +0200
6956              Message-ID: <413158386.20010918215924@tesla.rcub.bg.ac.yu>
6957      Branch: perl
6958            ! lib/ExtUtils/Command.pm lib/ExtUtils/Command.t
6959 ____________________________________________________________________________
6960 [ 12076] By: ams                                   on 2001/09/18  22:11:25
6961         Log: Subject: [PATCH] Re: [PATCH] t/op/crypt.t
6962              From: Michael G Schwern <schwern@pobox.com>
6963              Date: Tue, 18 Sep 2001 18:47:14 -0400
6964              Message-Id: <20010918184714.I585@blackrider>
6965      Branch: perl
6966            ! t/op/crypt.t
6967 ____________________________________________________________________________
6968 [ 12075] By: sky                                   on 2001/09/18  19:29:37
6969         Log: two test failures
6970              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6971              Message-ID: <20010918221702.A17408@rafael>
6972              partly applied, #12074 already fixed half the patch
6973      Branch: perl
6974            ! ext/threads/t/basic.t
6975 ____________________________________________________________________________
6976 [ 12074] By: sky                                   on 2001/09/18  18:49:03
6977         Log: Fixes test case failure introduced by #12071, the warning is
6978              now correctly spelled :-)
6979      Branch: perl
6980            ! ext/IO/lib/IO/t/io_sel.t
6981 ____________________________________________________________________________
6982 [ 12073] By: sky                                   on 2001/09/18  18:46:22
6983         Log: Make the test behave properly!
6984      Branch: perl
6985            ! ext/threads/t/basic.t
6986 ____________________________________________________________________________
6987 [ 12072] By: ams                                   on 2001/09/18  18:44:59
6988         Log: OP_RCATLINE is an SVOP, not a BASEOP.
6989      Branch: perl
6990            ! opcode.h opcode.pl
6991 ____________________________________________________________________________
6992 [ 12071] By: ams                                   on 2001/09/18  18:06:27
6993         Log: Deprecate != Depreciate.
6994      Branch: perl
6995            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Select.pm
6996            ! lib/Pod/ParseUtils.pm
6997 ____________________________________________________________________________
6998 [ 12070] By: ams                                   on 2001/09/18  15:14:58
6999         Log: Subject: [PATCH] Getopt::Std cleanup
7000              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7001              Date: Tue, 18 Sep 2001 17:32:13 +0200
7002              Message-Id: <20010918173213.C777@rafael>
7003      Branch: perl
7004            ! lib/Getopt/Std.pm lib/Getopt/Std.t
7005 ____________________________________________________________________________
7006 [ 12069] By: sky                                   on 2001/09/18  14:56:33
7007         Log: Forgot the makefile
7008      Branch: perl
7009            + ext/threads/Makefile.PL
7010 ____________________________________________________________________________
7011 [ 12068] By: sky                                   on 2001/09/18  14:13:26
7012         Log: Adds the thread 0.05 module. It is now moved to the core from CPAN.
7013              The test will fail because of Test.pm not knowing about threads. 
7014              basic needs to be manually tested
7015              compile time warnings on IV2PTR conversions need to be fixed
7016      Branch: perl
7017            + ext/threads/Changes ext/threads/README ext/threads/t/basic.t
7018            + ext/threads/threads.h ext/threads/threads.pm
7019            + ext/threads/threads.xs
7020            ! MANIFEST
7021 ____________________________________________________________________________
7022 [ 12067] By: jhi                                   on 2001/09/18  11:51:08
7023         Log: DJGPP tweak from Laszlo Molnar.
7024      Branch: perl
7025            ! djgpp/config.over
7026 ____________________________________________________________________________
7027 [ 12066] By: sky                                   on 2001/09/18  10:24:31
7028         Log: Changed how ownership of mutexes are held. We never hold a mutex only a slot indicating that we own the lock.
7029      Branch: perl
7030            ! sharedsv.c sharedsv.h
7031 ____________________________________________________________________________
7032 [ 12065] By: jhi                                   on 2001/09/18  00:00:09
7033         Log: Strip ^iso- from the Encode filenames to be 8.3-friendly,
7034              ditto ^cns.
7035      Branch: perl
7036            + ext/Encode/Encode/11643-1.enc ext/Encode/Encode/11643-2.enc
7037            + ext/Encode/Encode/2022-cn.enc ext/Encode/Encode/2022-jp.enc
7038            + ext/Encode/Encode/2022-jp1.enc ext/Encode/Encode/2022-jp2.enc
7039            + ext/Encode/Encode/2022-kr.enc ext/Encode/Encode/2022.enc
7040            + ext/Encode/Encode/8859-1.enc ext/Encode/Encode/8859-1.ucm
7041            + ext/Encode/Encode/8859-10.enc ext/Encode/Encode/8859-10.ucm
7042            + ext/Encode/Encode/8859-11.enc ext/Encode/Encode/8859-11.ucm
7043            + ext/Encode/Encode/8859-13.enc ext/Encode/Encode/8859-13.ucm
7044            + ext/Encode/Encode/8859-14.enc ext/Encode/Encode/8859-14.ucm
7045            + ext/Encode/Encode/8859-15.enc ext/Encode/Encode/8859-15.ucm
7046            + ext/Encode/Encode/8859-16.enc ext/Encode/Encode/8859-16.ucm
7047            + ext/Encode/Encode/8859-2.enc ext/Encode/Encode/8859-2.ucm
7048            + ext/Encode/Encode/8859-3.enc ext/Encode/Encode/8859-3.ucm
7049            + ext/Encode/Encode/8859-4.enc ext/Encode/Encode/8859-4.ucm
7050            + ext/Encode/Encode/8859-5.enc ext/Encode/Encode/8859-5.ucm
7051            + ext/Encode/Encode/8859-6.enc ext/Encode/Encode/8859-6.ucm
7052            + ext/Encode/Encode/8859-7.enc ext/Encode/Encode/8859-7.ucm
7053            + ext/Encode/Encode/8859-8.enc ext/Encode/Encode/8859-8.ucm
7054            + ext/Encode/Encode/8859-9.enc ext/Encode/Encode/8859-9.ucm
7055            + ext/Encode/Encode/ir-197.enc
7056            - ext/Encode/Encode/cns11643-1.enc
7057            - ext/Encode/Encode/cns11643-2.enc
7058            - ext/Encode/Encode/iso2022-cn.enc
7059            - ext/Encode/Encode/iso2022-jp.enc
7060            - ext/Encode/Encode/iso2022-jp1.enc
7061            - ext/Encode/Encode/iso2022-jp2.enc
7062            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
7063            - ext/Encode/Encode/iso8859-1.enc
7064            - ext/Encode/Encode/iso8859-1.ucm
7065            - ext/Encode/Encode/iso8859-10.enc
7066            - ext/Encode/Encode/iso8859-10.ucm
7067            - ext/Encode/Encode/iso8859-11.enc
7068            - ext/Encode/Encode/iso8859-11.ucm
7069            - ext/Encode/Encode/iso8859-13.enc
7070            - ext/Encode/Encode/iso8859-13.ucm
7071            - ext/Encode/Encode/iso8859-14.enc
7072            - ext/Encode/Encode/iso8859-14.ucm
7073            - ext/Encode/Encode/iso8859-15.enc
7074            - ext/Encode/Encode/iso8859-15.ucm
7075            - ext/Encode/Encode/iso8859-16.enc
7076            - ext/Encode/Encode/iso8859-16.ucm
7077            - ext/Encode/Encode/iso8859-2.enc
7078            - ext/Encode/Encode/iso8859-2.ucm
7079            - ext/Encode/Encode/iso8859-3.enc
7080            - ext/Encode/Encode/iso8859-3.ucm
7081            - ext/Encode/Encode/iso8859-4.enc
7082            - ext/Encode/Encode/iso8859-4.ucm
7083            - ext/Encode/Encode/iso8859-5.enc
7084            - ext/Encode/Encode/iso8859-5.ucm
7085            - ext/Encode/Encode/iso8859-6.enc
7086            - ext/Encode/Encode/iso8859-6.ucm
7087            - ext/Encode/Encode/iso8859-7.enc
7088            - ext/Encode/Encode/iso8859-7.ucm
7089            - ext/Encode/Encode/iso8859-8.enc
7090            - ext/Encode/Encode/iso8859-8.ucm
7091            - ext/Encode/Encode/iso8859-9.enc
7092            - ext/Encode/Encode/iso8859-9.ucm
7093            - ext/Encode/Encode/isoir-197.enc
7094            ! MANIFEST ext/Encode/Encode/Tcl.t ext/Encode/Makefile.PL
7095 ____________________________________________________________________________
7096 [ 12064] By: jhi                                   on 2001/09/17  23:53:38
7097         Log: Must Uppercase.
7098      Branch: perl
7099            ! ext/Encode/Encode.pm
7100 ____________________________________________________________________________
7101 [ 12063] By: jhi                                   on 2001/09/17  23:39:28
7102         Log: Add various encodings.
7103      Branch: perl
7104            + ext/Encode/Encode/iso8859-11.enc
7105            + ext/Encode/Encode/iso8859-11.ucm ext/Encode/Encode/koi8-f.enc
7106            + ext/Encode/Encode/koi8-f.ucm ext/Encode/Encode/koi8-u.enc
7107            + ext/Encode/Encode/koi8-u.ucm ext/Encode/Encode/nextstep.enc
7108            + ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/roman8.enc
7109            + ext/Encode/Encode/roman8.ucm ext/Encode/Encode/viscii.enc
7110            + ext/Encode/Encode/viscii.ucm
7111            ! MANIFEST ext/Encode/Encode.pm
7112 ____________________________________________________________________________
7113 [ 12062] By: jhi                                   on 2001/09/17  22:48:21
7114         Log: lib/unicode relic.
7115      Branch: perl
7116            ! ext/Encode/compile
7117 ____________________________________________________________________________
7118 [ 12061] By: jhi                                   on 2001/09/17  20:50:16
7119         Log: Subject: [PATCH] Re: filename problems
7120              From: Michael G Schwern <schwern@pobox.com>
7121              Date: Mon, 17 Sep 2001 17:26:26 -0400
7122              Message-ID: <20010917172626.Q585@blackrider>
7123      Branch: perl
7124            + t/lib/sample-tests/head_end t/lib/sample-tests/head_fail
7125            - t/lib/sample-tests/header_at_end
7126            - t/lib/sample-tests/header_at_end_fail
7127            ! MANIFEST lib/Test/Harness/t/test-harness.t
7128 ____________________________________________________________________________
7129 [ 12060] By: jhi                                   on 2001/09/17  20:14:53
7130         Log: Explicitly explain the 1e9 seconds, not everybody
7131              is a C geek.
7132      Branch: perl
7133            ! ext/Time/HiRes/HiRes.pm
7134 ____________________________________________________________________________
7135 [ 12059] By: jhi                                   on 2001/09/17  20:07:20
7136         Log: Explain an apparent bug reported by
7137              Richard J. Barbalace <rjbarbal@MIT.EDU>,
7138              with additional explanation from Gisle Aas.
7139      Branch: perl
7140            ! ext/Time/HiRes/HiRes.pm
7141 ____________________________________________________________________________
7142 [ 12058] By: ams                                   on 2001/09/17  19:52:01
7143         Log: Subject: [PATCH t/lib/warnings/pp, t/lib/warnings/op] new tests
7144              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7145              Date: Mon, 17 Sep 2001 22:48:05 +0200
7146              Message-Id: <20010917224805.C11744@rafael>
7147      Branch: perl
7148            ! t/lib/warnings/op t/lib/warnings/pp
7149 ____________________________________________________________________________
7150 [ 12057] By: ams                                   on 2001/09/17  16:51:18
7151         Log: Its a nit!
7152      Branch: perl
7153            ! sv.h
7154 ____________________________________________________________________________
7155 [ 12056] By: ams                                   on 2001/09/17  16:47:55
7156         Log: Subject: [PATCH perl@12023] waitpid enhancements for VMS
7157              From: "Craig A. Berry" <craigberry@mac.com>
7158              Date: Mon, 17 Sep 2001 12:34:20 -0500
7159              Message-Id: <5.1.0.14.0.20010916222208.0469cdf8@exchi01>
7160      Branch: perl
7161            ! vms/vms.c
7162 ____________________________________________________________________________
7163 [ 12055] By: ams                                   on 2001/09/17  16:05:15
7164         Log: Subject: [PATCH] Make CPAN.pm use Digest::MD5
7165              From: Gisle Aas <gisle@ActiveState.com>
7166              Date: 16 Apr 2001 16:20:34 -0700
7167              Message-ID: <lrlmp0sa7x.fsf@caliper.ActiveState.com>
7168              (Applied by hand.)
7169      Branch: perl
7170            ! lib/CPAN.pm lib/CPAN/Nox.pm
7171 ____________________________________________________________________________
7172 [ 12054] By: jhi                                   on 2001/09/17  14:06:26
7173         Log: Update Changes.
7174      Branch: perl
7175            ! Changes patchlevel.h
7176 ____________________________________________________________________________
7177 [ 12053] By: jhi                                   on 2001/09/17  13:45:26
7178         Log: Adding new files to the MANIFEST is always nice.
7179      Branch: perl
7180            ! MANIFEST
7181 ____________________________________________________________________________
7182 [ 12052] By: jhi                                   on 2001/09/17  13:12:31
7183         Log: Reindent the PerlIO files (suggested by NI-S), used
7184              indent -kr -nce -psl -sc -TSV -TAV -THV -TGV -TIV -TUV -TNV -TMAGIC -TFILE -TPerlIO -TPerlIO_list_t -TPerlIO_funcs -TPerlIO_pair_t
7185              (GNU indent).  Note that wholesale re-indenting might
7186              be nice, but that would break nice formatting/alignment
7187              of assignments, equality testing, and complex boolean
7188              expressions with lots of &s and |s.
7189      Branch: perl
7190            ! perlio.c perlio.h perliol.h
7191 ____________________________________________________________________________
7192 [ 12051] By: jhi                                   on 2001/09/17  12:55:53
7193         Log: Add a script for being 8.3-polite.
7194              The found conflicts are being worked on.
7195      Branch: perl
7196            + check83.pl
7197            ! MANIFEST Porting/pumpkin.pod
7198 ____________________________________________________________________________
7199 [ 12050] By: sky                                   on 2001/09/17  12:44:36
7200         Log: Fixes coredump introduced by 11755 and 11790. Thanks to Doug for
7201              finding it.
7202      Branch: perl
7203            ! sv.c
7204 ____________________________________________________________________________
7205 [ 12049] By: jhi                                   on 2001/09/17  11:55:07
7206         Log: Bump up versions because of #12041.
7207      Branch: perl
7208            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/File.pm
7209            ! ext/IO/lib/IO/Pipe.pm lib/Fatal.pm lib/Time/gmtime.pm
7210            ! lib/Time/localtime.pm
7211 ____________________________________________________________________________
7212 [ 12048] By: jhi                                   on 2001/09/17  11:51:54
7213         Log: Bump the version number because of #12042.
7214      Branch: perl
7215            ! lib/CPAN/FirstTime.pm
7216 ____________________________________________________________________________
7217 [ 12047] By: ams                                   on 2001/09/17  11:21:40
7218         Log: Subject: Re: [PATCH] turn $a.=<F> into an RCATLINE
7219              From: Abhijit Menon-Sen <ams@wiw.org>
7220              Date: Mon, 17 Sep 2001 17:44:12 +0530
7221              Message-Id: <20010917174412.B7058@lustre.dyn.wiw.org>
7222      Branch: perl
7223            ! op.c
7224 ____________________________________________________________________________
7225 [ 12046] By: sky                                   on 2001/09/17  07:14:17
7226         Log: Subject: Re: t/op/ver.t using skip() improperly
7227              From: "chromatic" <chromatic@rmci.net>
7228              Date: Mon, 17 Sep 2001 00:22:29 -0600
7229              Message-ID: <20010917062713.47716.qmail@onion.perl.org>
7230      Branch: perl
7231            ! t/op/ver.t
7232 ____________________________________________________________________________
7233 [ 12045] By: nick                                  on 2001/09/17  07:12:14
7234         Log: Integrate mainline
7235      Branch: perlio
7236           +> t/op/chdir.t
7237           !> (integrate 117 files)
7238 ____________________________________________________________________________
7239 [ 12044] By: ams                                   on 2001/09/17  05:49:53
7240         Log: Subject: [PATCH lib/constant.pm] Major POD rewrite of constant.pm
7241              From: Ilmari Karonen <iltzu@sci.fi>
7242              Date: Mon, 17 Sep 2001 00:47:57 +0300 (EET DST)
7243              Message-Id: <Pine.SOL.3.96.1010917002916.13210A-100000@simpukka>
7244              (And $VERSION = '1.05'.)
7245      Branch: perl
7246            ! lib/constant.pm
7247 ____________________________________________________________________________
7248 [ 12043] By: ams                                   on 2001/09/17  05:44:50
7249         Log: Subject: Re: [BUG?] chdir(undef) == chdir() probably a bug
7250              From: Michael G Schwern <schwern@pobox.com>
7251              Date: Mon, 17 Sep 2001 07:49:04 +0200
7252              Message-Id: <20010917074904.V1588@blackrider>
7253              (Applied with tweaks to chdir.t and pp_sys.c hunks.)
7254      Branch: perl
7255            + t/op/chdir.t
7256            ! MANIFEST pp_sys.c
7257 ____________________________________________________________________________
7258 [ 12042] By: jhi                                   on 2001/09/17  02:54:13
7259         Log: Subject: Re: CPAN.pm needs some hacking 
7260              From: "chromatic" <chromatic@rmci.net>
7261              Date: Sun, 16 Sep 2001 16:46:29 -0600
7262              Message-ID: <20010916225113.5606.qmail@onion.perl.org>
7263      Branch: perl
7264            ! lib/CPAN/FirstTime.pm
7265 ____________________________________________________________________________
7266 [ 12041] By: jhi                                   on 2001/09/16  20:43:15
7267         Log: Change use|require 5.005_64 to use|require 5.6.1.
7268      Branch: perl
7269            ! ext/Data/Dumper/Dumper.pm ext/Devel/DProf/DProf.pm
7270            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
7271            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
7272            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoSplit.pm
7273            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Command.pm
7274            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
7275            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
7276            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/FileHandle.pm
7277            ! lib/Math/Trig.pm lib/Net/Ping.pm lib/Net/hostent.pm
7278            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
7279            ! lib/Shell.pm lib/Tie/Array.pm lib/Tie/Handle.pm
7280            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
7281            ! lib/base.pm lib/fields.pm
7282 ____________________________________________________________________________
7283 [ 12040] By: jhi                                   on 2001/09/16  20:36:58
7284         Log: Bump up version numbers.
7285              
7286              TODO 1: double check that pre-5.6.1 CPAN.pm:s
7287              don't try to download 5.8.0 because of the
7288              version numbers.  Mainly this means using _00
7289              in the core version numbers.
7290              
7291              TODO 2: the "use 5.005_64" in many modules
7292              needs to be changed to, say, "use 5.6.1".
7293      Branch: perl
7294            ! ext/B/B/Assembler.pm ext/Data/Dumper/Dumper.pm
7295            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/CPAN.pm
7296            ! lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
7297            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Manifest.pm
7298            ! lib/File/Basename.pm lib/File/Copy.pm lib/File/Find.pm
7299            ! lib/File/Path.pm lib/File/Spec.pm lib/File/Spec/Functions.pm
7300            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
7301            ! lib/File/Spec/Win32.pm lib/FindBin.pm lib/Pod/Checker.pm
7302            ! lib/Pod/Find.pm lib/SelfLoader.pm lib/Shell.pm
7303            ! lib/Tie/Handle.pm lib/blib.pm lib/diagnostics.pm
7304            ! vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
7305 ____________________________________________________________________________
7306 [ 12039] By: jhi                                   on 2001/09/16  19:23:07
7307         Log: Use UCHARAT() as suggested by Inaba Hiroto.
7308      Branch: perl
7309            ! regexec.c
7310 ____________________________________________________________________________
7311 [ 12038] By: ams                                   on 2001/09/16  15:16:24
7312         Log: Subject: [PATCH] Re: Core module version numbers review
7313              From: Peter Scott <Peter@PSDT.com>
7314              Date: Sun, 16 Sep 2001 09:09:58 -0700
7315              Message-Id: <4.3.2.7.2.20010916090716.00b452a0@mail.webquarry.com>
7316      Branch: perl
7317            ! lib/perl5db.pl
7318 ____________________________________________________________________________
7319 [ 12037] By: jhi                                   on 2001/09/16  14:27:54
7320         Log: Supply more details on how lc/uc/lcfirst/ucfirst are
7321              not yet fully implemented.
7322      Branch: perl
7323            ! pod/perlfunc.pod pod/perlunicode.pod
7324 ____________________________________________________________________________
7325 [ 12036] By: jhi                                   on 2001/09/15  23:13:12
7326         Log: Subject: [patch] plug PL_beginav_save leak
7327              From: Doug MacEachern <dougm@covalent.net>
7328              Date: Sat, 15 Sep 2001 17:02:18 -0700 (PDT)
7329              Message-ID: <Pine.LNX.4.21.0109151659060.6089-100000@mako.covalent.net>
7330      Branch: perl
7331            ! perl.c
7332 ____________________________________________________________________________
7333 [ 12035] By: jhi                                   on 2001/09/15  23:12:28
7334         Log: (accidentally empty checkin)
7335      Branch: perl
7336            ! sv.c
7337 ____________________________________________________________________________
7338 [ 12034] By: jhi                                   on 2001/09/15  23:08:09
7339         Log: Subject: [patch] ithreads+PL_beginav_save
7340              From: Doug MacEachern <dougm@covalent.net>
7341              Date: Sat, 15 Sep 2001 16:53:01 -0700 (PDT)
7342              Message-ID: <Pine.LNX.4.21.0109151651050.6089-100000@mako.covalent.net>
7343      Branch: perl
7344            ! sv.c
7345 ____________________________________________________________________________
7346 [ 12033] By: jhi                                   on 2001/09/15  23:07:19
7347         Log: Subject: [PATCH] h2xs.PL with C::Scan
7348              From: Tim Jenness <t.jenness@jach.hawaii.edu>
7349              Date: Sat, 15 Sep 2001 13:41:28 -1000 (HST)
7350              Message-ID: <Pine.LNX.4.33.0109151338560.3075-100000@lapaki>
7351      Branch: perl
7352            ! utils/h2xs.PL
7353 ____________________________________________________________________________
7354 [ 12032] By: jhi                                   on 2001/09/15  18:43:20
7355         Log: Elaborate (well, make more vague, really) #12030.
7356      Branch: perl
7357            ! pod/perltodo.pod pod/perlunicode.pod
7358 ____________________________________________________________________________
7359 [ 12031] By: jhi                                   on 2001/09/15  18:37:07
7360         Log: Subject: [PATCH regexec.c] adding (U8) to case insensitive matching
7361              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
7362              Date: Fri, 14 Sep 2001 20:58:30 -0400 (EDT)
7363              Message-ID: <Pine.GSO.4.21.0109142057490.12393-100000@crusoe.crusoe.net>
7364      Branch: perl
7365            ! regexec.c
7366 ____________________________________________________________________________
7367 [ 12030] By: jhi                                   on 2001/09/15  17:15:40
7368         Log: Document that the lc(), uc(), lcfirst(), ucfirst()
7369              are not yet complete.
7370      Branch: perl
7371            ! pod/perltodo.pod pod/perlunicode.pod
7372 ____________________________________________________________________________
7373 [ 12029] By: jhi                                   on 2001/09/15  13:53:42
7374         Log: Document what's still to be done on the regular expression
7375              Unicode support, based on the UTR#18.
7376      Branch: perl
7377            ! pod/perltodo.pod pod/perlunicode.pod
7378 ____________________________________________________________________________
7379 [ 12028] By: jhi                                   on 2001/09/15  12:37:31
7380         Log: Regen headers.
7381      Branch: perl
7382            ! embedvar.h perlapi.h
7383 ____________________________________________________________________________
7384 [ 12027] By: jhi                                   on 2001/09/15  12:33:49
7385         Log: Subject: Re: [ID 20010815.012] Unfortunate interaction between -0 cmd line arg & (??{CODE}) regex 
7386              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
7387              Date: Sun, 09 Sep 2001 18:41:54 +0100
7388              Message-Id: <200109091741.f89HfsM18534@crypt.compulink.co.uk>
7389      Branch: perl
7390            ! Porting/findvars ext/ByteLoader/bytecode.h
7391            ! ext/Thread/Thread.xs mg.c op.c perl.c perl.h pp_ctl.c sv.c
7392            ! t/run/kill_perl.t thrdvar.h toke.c util.c wince/perldll.def
7393 ____________________________________________________________________________
7394 [ 12026] By: gsar                                  on 2001/09/15  04:04:04
7395         Log: enable most warnings for windows build; fix the various typecasting
7396              nits that showed up (no bugfixes here)
7397      Branch: maint-5.6/perl
7398            ! av.c cop.h doop.c dump.c ext/Devel/Peek/Peek.xs
7399            ! ext/POSIX/POSIX.xs gv.c hv.c mg.c op.c perl.c perl.h perly.c
7400            ! perly.y pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c
7401            ! sv.c toke.c universal.c utf8.c util.c vms/perly_c.vms
7402            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
7403            ! x2p/walk.c
7404 ____________________________________________________________________________
7405 [ 12025] By: jhi                                   on 2001/09/14  22:22:58
7406         Log: Integrate change #12024 from maintperl
7407              (a local() precedence bug)
7408      Branch: perl
7409           !> lib/ExtUtils/Install.pm
7410 ____________________________________________________________________________
7411 [ 12024] By: gsar                                  on 2001/09/14  22:11:06
7412         Log: fix local() precedence bug in change#8311, came into maint-5.6 as
7413              change#8642
7414      Branch: maint-5.6/perl
7415            ! lib/ExtUtils/Install.pm
7416 ____________________________________________________________________________
7417 [ 12023] By: jhi                                   on 2001/09/14  15:04:16
7418         Log: Update Changes.
7419      Branch: perl
7420            ! Changes patchlevel.h
7421 ____________________________________________________________________________
7422 [ 12022] By: jhi                                   on 2001/09/14  14:49:52
7423         Log: Subject: Re: [ID 20010911.001] Not OK: perl v5.7.2 +DEVEL11978 on
7424              From: "chromatic" <chromatic@rmci.net>
7425              Date: Fri, 14 Sep 2001 09:44:57 -0600 
7426              Message-ID: <20010914154936.70059.qmail@onion.perl.org>
7427      Branch: perl
7428            ! lib/ExtUtils/Manifest.t
7429 ____________________________________________________________________________
7430 [ 12021] By: jhi                                   on 2001/09/14  14:46:36
7431         Log: Hopefully better skipping of the Complete.t tests
7432              in case of not a tty. 
7433      Branch: perl
7434            ! lib/Term/Complete.t t/op/stat.t
7435 ____________________________________________________________________________
7436 [ 12020] By: jhi                                   on 2001/09/14  14:10:44
7437         Log: Subject: [PATCH regexec.c] more jumpables, and hit-bit bug
7438              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
7439              Date: Fri, 14 Sep 2001 09:58:24 -0400 (EDT)
7440              Message-ID: <Pine.GSO.4.21.0109140955250.12393-100000@crusoe.crusoe.net>     
7441      Branch: perl
7442            ! regexec.c t/op/pat.t
7443 ____________________________________________________________________________
7444 [ 12019] By: jhi                                   on 2001/09/14  14:02:59
7445         Log: Subject: Re: unterminated C<...> at line 426 in file perlport.pod
7446              From: Robin Barker <rmb1@cise.npl.co.uk>
7447              Date: Fri, 14 Sep 2001 16:01:11 +0100 (BST)
7448              Message-Id: <200109141501.QAA13044@tempest.npl.co.uk>
7449      Branch: perl
7450            ! pod/perlport.pod
7451 ____________________________________________________________________________
7452 [ 12018] By: jhi                                   on 2001/09/14  13:55:56
7453         Log: NetWare tweaks from Ananth Kesari.
7454      Branch: perl
7455            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
7456            ! NetWare/nwutil.h
7457 ____________________________________________________________________________
7458 [ 12017] By: jhi                                   on 2001/09/14  13:50:08
7459         Log: Subject: unterminated C<...> at line 426 in file perlport.pod
7460              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7461              Date: Fri, 14 Sep 2001 10:51:13 +0200
7462              Message-Id: <20010914103300.4B59.H.M.BRAND@hccnet.nl>
7463      Branch: perl
7464            ! pod/perlport.pod
7465 ____________________________________________________________________________
7466 [ 12016] By: jhi                                   on 2001/09/14  13:28:08
7467         Log: Subject: Re: [PATCH 2 pl2pm.PL]
7468              From: Joe Smith <Joe.Smith@inwap.com>
7469              Date: Fri, 14 Sep 2001 00:13:32 -0700
7470              Message-Id: <3BA1AE1C.64313CEE@inwap.com>                 
7471              
7472              Eradicate qu.
7473      Branch: perl
7474            ! keywords.h keywords.pl utils/pl2pm.PL
7475 ____________________________________________________________________________
7476 [ 12015] By: jhi                                   on 2001/09/14  02:38:23
7477         Log: Retract #12013, didn't go over too well in Tru64.
7478      Branch: perl
7479            ! embed.h embed.pl sv.h
7480 ____________________________________________________________________________
7481 [ 12014] By: jhi                                   on 2001/09/14  02:31:05
7482         Log: Subject: [PATCH] Execute files of debugger commands
7483              From: Peter Scott <Peter@PSDT.com>
7484              Date: Thu, 13 Sep 2001 15:26:31 -0700
7485              Message-Id: <4.3.2.7.2.20010913115845.00b22100@mail.webquarry.com>
7486      Branch: perl
7487            ! lib/perl5db.pl pod/perldebug.pod
7488 ____________________________________________________________________________
7489 [ 12013] By: jhi                                   on 2001/09/14  02:25:05
7490         Log: (Retracted by #12015)
7491              Subject: [proposed PATCH] Re: perl@11920
7492              From: Nicholas Clark <nick@ccl4.org>
7493              Date: Wed, 12 Sep 2001 23:46:09 +0100
7494              Message-ID: <20010912234609.H4971@plum.flirble.org>     
7495      Branch: perl
7496            ! embed.h embed.pl sv.h
7497 ____________________________________________________________________________
7498 [ 12012] By: jhi                                   on 2001/09/14  02:12:02
7499         Log: ucblib shouldn't be linked against in nonstop-ux,
7500              from Tom Bates.
7501      Branch: perl
7502            ! hints/nonstopux.sh
7503 ____________________________________________________________________________
7504 [ 12011] By: jhi                                   on 2001/09/13  12:54:51
7505         Log: Do stty only if we have stty.
7506              
7507              TODO: non-UNIX platforms.  Solaris and /usr/ucb/stty?
7508      Branch: perl
7509            ! lib/Term/Complete.pm
7510 ____________________________________________________________________________
7511 [ 12010] By: jhi                                   on 2001/09/13  12:44:28
7512         Log: Skip the test if not running on a tty.
7513      Branch: perl
7514            ! lib/Term/Complete.t
7515 ____________________________________________________________________________
7516 [ 12009] By: jhi                                   on 2001/09/13  12:01:56
7517         Log: Regen headers.
7518      Branch: perl
7519            ! embed.h opcode.h pod/perlapi.pod proto.h
7520 ____________________________________________________________________________
7521 [ 12008] By: jhi                                   on 2001/09/12  17:51:32
7522         Log: Subject: [PATCH op.c] Re: perl@12003
7523              From: Robin Barker <rmb1@cise.npl.co.uk>
7524              Date: Wed, 12 Sep 2001 19:00:38 +0100 (BST)
7525              Message-Id: <200109121800.TAA05256@tempest.npl.co.uk>
7526      Branch: perl
7527            ! op.c
7528 ____________________________________________________________________________
7529 [ 12007] By: jhi                                   on 2001/09/12  17:49:39
7530         Log: Subject: [PATCH sv.c] may be uninitialized warning forperl@12003
7531              From: Robin Barker <rmb1@cise.npl.co.uk>
7532              Date: Wed, 12 Sep 2001 19:00:31 +0100 (BST)
7533              Message-Id: <200109121800.TAA05250@tempest.npl.co.uk>
7534      Branch: perl
7535            ! sv.c
7536 ____________________________________________________________________________
7537 [ 12006] By: jhi                                   on 2001/09/12  17:41:49
7538         Log: Upgrade to Memoize 0.66.
7539      Branch: perl
7540            ! lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
7541            ! lib/Memoize/Expire.pm lib/Memoize/README lib/Memoize/TODO
7542            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
7543 ____________________________________________________________________________
7544 [ 12005] By: jhi                                   on 2001/09/12  13:14:59
7545         Log: Subject: [ID 20010912.007] substr reference core dump
7546              From: me-01@ton.iguana.be
7547              Date: 12 Sep 2001 14:11:16 -0000
7548              Message-Id: <20010912141116.6058.qmail@quasar.home.lunix>
7549      Branch: perl
7550            ! mg.c
7551 ____________________________________________________________________________
7552 [ 12004] By: ams                                   on 2001/09/12  01:13:49
7553         Log: Subject: [PATCH perlfaq4.pod] Deobfuscate Fisher-Yates example code
7554              From: Ilmari Karonen <iltzu@sci.fi>
7555              Date: Tue, 11 Sep 2001 23:31:25 +0300 (EET DST)
7556              Message-Id: <Pine.SOL.3.96.1010911231925.688A-100000@simpukka>
7557      Branch: perl
7558            ! pod/perlfaq4.pod
7559 ____________________________________________________________________________
7560 [ 12003] By: jhi                                   on 2001/09/11  13:02:37
7561         Log: Update Changes.
7562      Branch: perl
7563            ! Changes patchlevel.h
7564 ____________________________________________________________________________
7565 [ 12002] By: jhi                                   on 2001/09/11  11:50:48
7566         Log: NetWare update from Ananth Kesari.
7567      Branch: perl
7568            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
7569            ! NetWare/config.wc NetWare/config_H.wc NetWare/nwutil.h
7570 ____________________________________________________________________________
7571 [ 12001] By: jhi                                   on 2001/09/11  11:40:51
7572         Log: Retract #11984: div() being redefined, and 1397
7573              failing on 64-bit platforms.
7574      Branch: perl
7575            ! lib/Math/BigInt/Calc.pm
7576 ____________________________________________________________________________
7577 [ 12000] By: jhi                                   on 2001/09/11  11:19:07
7578         Log: Metaconfig unit change for #11999.
7579      Branch: metaconfig
7580            ! U/protos/d_lseekproto.U
7581 ____________________________________________________________________________
7582 [ 11999] By: jhi                                   on 2001/09/11  11:18:36
7583         Log: The lseek fix (#11991) was no fix.
7584      Branch: perl
7585            ! Configure
7586 ____________________________________________________________________________
7587 [ 11998] By: sky                                   on 2001/09/11  07:52:06
7588         Log: Subject: [PATCH] Encode.pm add UCS-2 little endian support
7589              From: Matt Sergeant <MSergeant@star.net.uk>
7590              Date: Tue, 11 Sep 2001 09:22:32 +0100
7591              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B9003C@UKS040>
7592      Branch: perl
7593            ! ext/Encode/Encode.pm
7594 ____________________________________________________________________________
7595 [ 11997] By: sky                                   on 2001/09/11  06:35:29
7596         Log: Sometimes dTHX is added because it is needed on non 
7597              gnuc platforms, but not needed there. This uses GCC
7598              to silence GCC specific warnings by marking pTHX as 
7599              unused.
7600      Branch: perl
7601            ! perl.h
7602 ____________________________________________________________________________
7603 [ 11996] By: nick                                  on 2001/09/11  06:25:27
7604         Log: Integrate mainline
7605      Branch: perlio
7606            - ext/POSIX/sigaction.t lib/File/Find/taint.t
7607           !> lib/CGI/t/carp.t lib/Test/Simple/t/simple.t t/op/crypt.t
7608 ____________________________________________________________________________
7609 [ 11995] By: nick                                  on 2001/09/11  06:23:39
7610         Log: Part Integrate mainline
7611      Branch: perlio
7612           +> (branch 69 files)
7613            - ext/Cwd/Cwd.t ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t
7614            - ext/POSIX/POSIX.t lib/Attribute/Handlers/test.pl
7615            - lib/Env/array.t lib/Env/env.t lib/File/Find/find.t
7616            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
7617            - lib/Switch/t/switch_case.t lib/Test/Harness.t
7618            - lib/Test/More/Changes lib/Test/More/t/More.t
7619            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
7620            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
7621            - lib/Text/Balanced.pod lib/Text/Balanced/t/genxt.t
7622            - lib/Text/Balanced/t/xbrak.t lib/Text/Balanced/t/xcode.t
7623            - lib/Text/Balanced/t/xdeli.t lib/Text/Balanced/t/xmult.t
7624            - lib/Text/Balanced/t/xquot.t lib/Text/Balanced/t/xtagg.t
7625            - lib/Text/Balanced/t/xvari.t objXSUB.h t/lib/MyFilter.pm
7626            - t/lib/Test/More/Catch.pm wince/perl.ico
7627           !> (integrate 197 files)
7628 ____________________________________________________________________________
7629 [ 11994] By: jhi                                   on 2001/09/11  03:12:44
7630         Log: Subject: Re: [PATCH] Encode.pm docs fix
7631              From: Gisle Aas <gisle@ActiveState.com>
7632              Date: 10 Sep 2001 11:27:02 -0700
7633              Message-ID: <lrwv363nrd.fsf@caliper.ActiveState.com>
7634      Branch: perl
7635            ! ext/Encode/Encode.pm
7636 ____________________________________________________________________________
7637 [ 11993] By: jhi                                   on 2001/09/11  02:27:25
7638         Log: Fix unpack U to be the reverse of pack U
7639              (but implement unpack U0U as a backdoor to get
7640              the UTF-8 malformed warnings from un-UTF-8 data)
7641      Branch: perl
7642            ! pod/perlunicode.pod pp_pack.c t/op/pack.t t/op/utf8decode.t
7643 ____________________________________________________________________________
7644 [ 11992] By: jhi                                   on 2001/09/11  00:14:24
7645         Log: Metaconfig unit change for #11991;
7646              delete an unused unit (d_strtoull.U is the one used)
7647      Branch: metaconfig
7648            ! U/protos/d_lseekproto.U
7649      Branch: metaconfig/U/perl
7650            - strtoull.U
7651 ____________________________________________________________________________
7652 [ 11991] By: jhi                                   on 2001/09/11  00:14:01
7653         Log: Subject: [PATCH] Configure not recording lseek proto
7654              From: Blair Zajac <blair@orcaware.com>
7655              Date: Mon, 10 Sep 2001 17:52:37 -0700
7656              Message-ID: <3B9D6055.BA334A31@orcaware.com>
7657              
7658              plus regen Configure.
7659      Branch: perl
7660            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7661            ! config_h.SH uconfig.h
7662 ____________________________________________________________________________
7663 [ 11990] By: jhi                                   on 2001/09/10  23:59:25
7664         Log: Subject: [PATCH] Re: the remaining bugs in \x escapes (was Re: [PATCH] oct and hex in glorious 64 bit (with less bugs) (was Re: hex and oct again (was Re: FreeBSD MD5 crypt? Re: crypt/hex/oct and Unicode?)))                  
7665              From: Nicholas Clark <nick@ccl4.org>
7666              Date: Tue, 11 Sep 2001 00:00:31 +0100
7667              Message-ID: <20010911000031.G1512@plum.flirble.org>
7668      Branch: perl
7669            + t/op/qq.t
7670            ! MANIFEST numeric.c perl.h regcomp.c t/op/pat.t toke.c
7671 ____________________________________________________________________________
7672 [ 11989] By: jhi                                   on 2001/09/10  23:31:45
7673         Log: Subject: [PATCH] Building on win32 w/o perlio
7674              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
7675              Date: Mon, 10 Sep 2001 23:38:46 +0200
7676              Message-ID: <3B9D4F06.14433.2C37644@localhost>
7677      Branch: perl
7678            ! perl.c win32/Makefile win32/makefile.mk
7679 ____________________________________________________________________________
7680 [ 11988] By: jhi                                   on 2001/09/10  23:26:40
7681         Log: Subject: [PATCH MANIFEST lib/CGI/t/push.t] New Test for CGI::Push
7682              From: "chromatic" <chromatic@rmci.net>
7683              Date: Mon, 10 Sep 2001 15:14:01 -0600
7684              Message-ID: <20010910211833.30177.qmail@onion.perl.org>
7685      Branch: perl
7686            + lib/CGI/t/push.t
7687            ! MANIFEST
7688 ____________________________________________________________________________
7689 [ 11987] By: jhi                                   on 2001/09/10  23:24:11
7690         Log: Subject: avoiding hoardes of zombies
7691              From: Nicholas Clark <nick@ccl4.org>
7692              Date: Mon, 10 Sep 2001 22:00:40 +0100
7693              Message-ID: <20010910220040.C1512@plum.flirble.org>
7694      Branch: perl
7695            ! pod/perlipc.pod
7696 ____________________________________________________________________________
7697 [ 11986] By: jhi                                   on 2001/09/10  23:22:10
7698         Log: Subject: PATCH Resubmission  - was Re: [ID 20010902.001] v strings over 2*31 barf
7699              From: John Peacock <jpeacock@rowman.com>
7700              Date: Mon, 10 Sep 2001 16:34:30 -0400
7701              Message-ID: <3B9D23D6.90BCCC25@rowman.com>
7702      Branch: perl
7703            ! sv.c t/op/ver.t utf8.h
7704 ____________________________________________________________________________
7705 [ 11985] By: ams                                   on 2001/09/10  23:20:13
7706         Log: Typo fixed by Blair Zajac in <3B9D284C.23B8D20B@orcaware.com>.
7707      Branch: perl
7708            ! MANIFEST
7709 ____________________________________________________________________________
7710 [ 11984] By: jhi                                   on 2001/09/10  23:09:31
7711         Log: (Retracted by #12001)
7712              Subject: Calc with USE_MUL/USE_DIV
7713              From: Tels <perl_dummy@bloodgate.com>
7714              Date: Fri, 07 Sep 2001 18:52:08 +0200 (CEST)
7715              Message-Id: <200109071651.TAA11249@tiku.hut.fi>
7716      Branch: perl
7717            ! lib/Math/BigInt/Calc.pm
7718 ____________________________________________________________________________
7719 [ 11983] By: jhi                                   on 2001/09/10  22:37:14
7720         Log: Subject: [PATCH op.c] Re: perl@11978
7721              From: Robin Barker <rmb1@cise.npl.co.uk>
7722              Date: Mon, 10 Sep 2001 18:58:01 +0100 (BST)
7723              Message-Id: <200109101758.SAA07670@tempest.npl.co.uk>
7724              
7725              Format errors.
7726      Branch: perl
7727            ! op.c
7728 ____________________________________________________________________________
7729 [ 11982] By: jhi                                   on 2001/09/10  22:35:57
7730         Log: Switch PADOFFSET back to U32 both because of binary backward
7731              compatibility and because Arthur seems to have been fixing the
7732              problems with naughty integer-pointer casting.
7733      Branch: perl
7734            ! op.h
7735 ____________________________________________________________________________
7736 [ 11981] By: ams                                   on 2001/09/10  16:31:43
7737         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Command.pm, lib/ExtUtils/Command.t]
7738              Fix Pod Typo, Add Test for ExtUtils::Command
7739              From: "chromatic" <chromatic@rmci.net>
7740              Date: Mon, 10 Sep 2001 11:20:56 -0600
7741              Message-Id: <20010910172528.54160.qmail@onion.perl.org>
7742      Branch: perl
7743            + lib/ExtUtils/Command.t
7744            ! MANIFEST lib/ExtUtils/Command.pm
7745 ____________________________________________________________________________
7746 [ 11980] By: jhi                                   on 2001/09/10  13:29:35
7747         Log: Subject: [PATCH] Encode.pm docs fix
7748              From: Matt Sergeant <MSergeant@star.net.uk>
7749              Date: Mon, 10 Sep 2001 15:24:01 +0100
7750              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B90035@UKS040>     
7751      Branch: perl
7752            ! ext/Encode/Encode.pm
7753 ____________________________________________________________________________
7754 [ 11979] By: jhi                                   on 2001/09/10  13:17:48
7755         Log: Update Changes.
7756      Branch: perl
7757            ! Changes patchlevel.h
7758 ____________________________________________________________________________
7759 [ 11978] By: jhi                                   on 2001/09/10  12:59:40
7760         Log: Revert #11973, the dTHX seems to be needed in there
7761              for threaded builds.
7762      Branch: perl
7763            ! perlio.c
7764 ____________________________________________________________________________
7765 [ 11977] By: jhi                                   on 2001/09/10  12:55:47
7766         Log: Detypo.
7767      Branch: perl
7768            ! pod/perlguts.pod
7769 ____________________________________________________________________________
7770 [ 11976] By: jhi                                   on 2001/09/10  12:46:34
7771         Log: Further Class::Struct patching from Damian.
7772              
7773              The new new semantics are:
7774              
7775              * If you pass an initializer for a nested object, it has to be:
7776              a) a reference to an object of that class, or      
7777              b) a reference to an object of a subclass of that class, or
7778              c) a reference to a hash of arguments to be passed to the
7779              class's constructor
7780              * If you pass no initializer for a nested object, the attribute
7781              is initialized to C<undef>
7782      Branch: perl
7783            ! lib/Class/Struct.pm
7784 ____________________________________________________________________________
7785 [ 11975] By: jhi                                   on 2001/09/10  12:42:24
7786         Log: Skip the crypt test if no crypt.
7787      Branch: perl
7788            ! t/op/crypt.t
7789 ____________________________________________________________________________
7790 [ 11974] By: jhi                                   on 2001/09/10  12:39:25
7791         Log: Warn against using bare v-strings as IP addresses
7792              (okay if using the wrappers from Socket)
7793      Branch: perl
7794            ! pod/perldata.pod pod/perlport.pod
7795 ____________________________________________________________________________
7796 [ 11973] By: sky                                   on 2001/09/10  11:57:58
7797         Log: Remove unused dTHX. Silenced another warning.
7798      Branch: perl
7799            ! perlio.c
7800 ____________________________________________________________________________
7801 [ 11972] By: sky                                   on 2001/09/10  11:54:25
7802         Log: Silence some more warnings INT2PTR.
7803      Branch: perl
7804            ! pp.c pp_ctl.c sharedsv.c sv.c taint.c
7805 ____________________________________________________________________________
7806 [ 11971] By: sky                                   on 2001/09/10  11:21:50
7807         Log: Silence another ITHREAD 64bit INT/32bit PTR warning.
7808      Branch: perl
7809            ! cop.h
7810 ____________________________________________________________________________
7811 [ 11970] By: sky                                   on 2001/09/10  11:17:25
7812         Log: Apply INT2PTR with force to silence warnings from
7813              PM_GETRE and friends. No more warnings with 64bit 
7814              IVs and 32bit pointers.    
7815      Branch: perl
7816            ! op.c op.h perl.c
7817 ____________________________________________________________________________
7818 [ 11969] By: sky                                   on 2001/09/10  10:13:02
7819         Log: Removed reference of -DPERL_CUSTOM_OPS in the documentation.
7820      Branch: perl
7821            ! pod/perlguts.pod
7822 ____________________________________________________________________________
7823 [ 11968] By: sky                                   on 2001/09/10  10:02:51
7824         Log: Remove #ifdef PERL_CUSTOM_OPS, always build with PERL_CUSTOM_OPS
7825              Rename to custop_op_name to Perl_custom_op_name to match perlapi
7826              Clone the hashtable PL_custom_op_names and PL_custop_op_descs in 
7827              perl_clone.
7828      Branch: perl
7829            ! embed.pl intrpvar.h makedef.pl op.c opcode.pl sv.c
7830 ____________________________________________________________________________
7831 [ 11967] By: jhi                                   on 2001/09/10  03:14:35
7832         Log: Using strlen() not good on embedded nul bytes.
7833      Branch: perl
7834            ! regcomp.c
7835 ____________________________________________________________________________
7836 [ 11966] By: ams                                   on 2001/09/09  21:06:13
7837         Log: Subject: Re: [ID 20010810.011] 'use v2b' not allowed with strict
7838              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7839              Date: Mon, 13 Aug 2001 22:51:59 +0200
7840              Message-ID: <20010813225159.C6681@rafael>
7841              (Applied with several tweaks.)
7842      Branch: perl
7843            ! embed.h embed.pl proto.h toke.c
7844 ____________________________________________________________________________
7845 [ 11965] By: jhi                                   on 2001/09/09  14:40:39
7846         Log: The exact error message is system-dependent.
7847      Branch: perl
7848            ! lib/ExtUtils/Manifest.t
7849 ____________________________________________________________________________
7850 [ 11964] By: jhi                                   on 2001/09/09  14:38:05
7851         Log: Add Windows and Mac Sami support to Encode
7852              (http://www.egt.ie/standards/se/sami-teastabaiki.html)
7853      Branch: perl
7854            + ext/Encode/Encode/isoir-197.enc ext/Encode/Encode/macSami.enc
7855            ! MANIFEST
7856 ____________________________________________________________________________
7857 [ 11963] By: jhi                                   on 2001/09/09  13:54:07
7858         Log: Use the tried method.
7859      Branch: perl
7860            ! pod/perlport.pod
7861 ____________________________________________________________________________
7862 [ 11962] By: jhi                                   on 2001/09/09  13:46:59
7863         Log: Can't count parentheses.
7864      Branch: perl
7865            ! ext/IO/lib/IO/Socket/INET.pm
7866 ____________________________________________________________________________
7867 [ 11961] By: jhi                                   on 2001/09/09  13:34:12
7868         Log: perlport additions: 1 while unlink, add/delete directory
7869              entries and permissions, cygwin stat funkiness (from Michael
7870              Schwern and Nicholas Clark)
7871      Branch: perl
7872            ! pod/perlport.pod
7873 ____________________________________________________________________________
7874 [ 11960] By: jhi                                   on 2001/09/09  13:19:12
7875         Log: blib does have a detectable test.
7876      Branch: perl
7877            ! t/lib/1_compile.t
7878 ____________________________________________________________________________
7879 [ 11959] By: jhi                                   on 2001/09/09  13:16:43
7880         Log: Subject: [PATCH MANIFEST, lib/Term/Complete.t] Add Test for Term::Complete
7881              From: "chromatic" <chromatic@rmci.net>
7882              Date: Sat, 08 Sep 2001 19:33:42 -0600
7883              Message-ID: <20010909013810.11522.qmail@onion.perl.org>
7884      Branch: perl
7885            + lib/Term/Complete.t
7886            ! MANIFEST
7887 ____________________________________________________________________________
7888 [ 11958] By: jhi                                   on 2001/09/09  13:09:02
7889         Log: Subject: [PATCH MANIFEST lib/Test/Tutorial.pod] Test::Tutorial?
7890              From: Michael G Schwern <schwern@pobox.com> 
7891              Date: Sat, 8 Sep 2001 02:40:26 -0400
7892              Message-ID: <20010908024026.A26283@blackrider>
7893      Branch: perl
7894            + lib/Test/Tutorial.pod
7895            ! MANIFEST
7896 ____________________________________________________________________________
7897 [ 11957] By: jhi                                   on 2001/09/09  13:03:33
7898         Log: Try to look up protocol (by name) only iff it has non-numbers:
7899              nice if the server is in a chrooted environment (no /etc/protocols,
7900              server code using hardcorded protocol numbers like 6 for tcp),
7901              suggested by John Holdsworth <coldwave@bigfoot.com>.
7902              In other words, if we are given a number, why look it up again
7903              (by number)?
7904      Branch: perl
7905            ! ext/IO/lib/IO/Socket/INET.pm
7906 ____________________________________________________________________________
7907 [ 11956] By: jhi                                   on 2001/09/09  12:53:12
7908         Log: Subject: [PATCH regcomp.c] zero-width assertions CAN be ?'d
7909              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
7910              Date: Sat, 8 Sep 2001 15:42:30 -0400 (EDT) 
7911              Message-ID: <Pine.GSO.4.21.0109081535480.24489-100000@crusoe.crusoe.net>
7912              
7913              Subject: Re: [PATCH t/op/misc.t] regcomp.c patch broke test 
7914              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
7915              Date: Sat, 8 Sep 2001 18:33:12 -0400 (EDT)
7916              Message-ID: <Pine.GSO.4.21.0109081832030.24489-100000@crusoe.crusoe.net>
7917              Subject: [PATCH t/lib/warnings/regcomp] (?=...)? gives no warning now
7918              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
7919              Date: Sat, 8 Sep 2001 18:37:22 -0400 (EDT)
7920              Message-ID: <Pine.GSO.4.21.0109081835340.24489-100000@crusoe.crusoe.net>
7921      Branch: perl
7922            ! regcomp.c t/lib/warnings/regcomp t/run/kill_perl.t
7923 ____________________________________________________________________________
7924 [ 11955] By: ams                                   on 2001/09/09  02:54:21
7925         Log: Subject: Re: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
7926              From: "Craig A. Berry" <craigberry@mac.com>
7927              Date: Sat, 08 Sep 2001 19:02:16 -0500
7928              Message-Id: <5.1.0.14.0.20010908185936.01aadcc0@mail.mac.com>
7929      Branch: perl
7930            ! lib/CGI/t/carp.t
7931 ____________________________________________________________________________
7932 [ 11954] By: jhi                                   on 2001/09/09  02:30:39
7933         Log: Documentation tweaks; think the IP address as an opaque string.
7934      Branch: perl
7935            ! ext/Socket/Socket.pm
7936 ____________________________________________________________________________
7937 [ 11953] By: jhi                                   on 2001/09/09  00:32:05
7938         Log: Subject: [REPATCH] Re: [PATCH] new test lib/blib.t
7939              From: Michael G Schwern <schwern@pobox.com>
7940              Date: Sat, 8 Sep 2001 19:45:46 -0400
7941              Message-ID: <20010908194546.C9193@blackrider>
7942      Branch: perl
7943            + lib/blib.t
7944            ! MANIFEST lib/blib.pm t/lib/1_compile.t
7945 ____________________________________________________________________________
7946 [ 11952] By: jhi                                   on 2001/09/09  00:27:15
7947         Log: Subject: [PATCH MANIFEST, lib/CGI/t/fast.t] Added Test for CGI::Fast
7948              From: "chromatic" <chromatic@rmci.net>
7949              Date: Sat, 08 Sep 2001 12:31:44 -0600
7950              Message-ID: <20010908183612.49960.qmail@onion.perl.org>
7951      Branch: perl
7952            + lib/CGI/t/fast.t
7953            ! MANIFEST
7954 ____________________________________________________________________________
7955 [ 11951] By: jhi                                   on 2001/09/09  00:24:07
7956         Log: The Socket tests were wrong: they were assuming too much.
7957      Branch: perl
7958            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
7959 ____________________________________________________________________________
7960 [ 11950] By: jhi                                   on 2001/09/08  20:09:07
7961         Log: Retract the portability changes since they
7962              seem to have opened a can of worms... will
7963              go back to UNICOS/mk and do the bare minimum
7964              required to get the tests working.
7965      Branch: perl
7966            ! ext/Socket/Socket.xs
7967 ____________________________________________________________________________
7968 [ 11949] By: jhi                                   on 2001/09/08  19:48:20
7969         Log: PADOFFSET is used to cast pointers into integers,
7970              if pointers are 64 bits and U32 32 bits,
7971              bad things may happen, or at least warnings issued.
7972      Branch: perl
7973            ! op.h
7974 ____________________________________________________________________________
7975 [ 11948] By: jhi                                   on 2001/09/08  18:50:07
7976         Log: Still more Socket portability tweaking.
7977              Now Socket.t seems to be happy in all of
7978              Linux/x86, Tru64/alpha, Solaris/sparc,
7979              IRIX/MIPS (both 32-bit and 64-bit), and UNICOS/mk/alpha.
7980              
7981              Addendum: it seems that io_multihomed, io_sock, and hostent
7982              were broken in little-endians (linux/x86 and tru64/alpha)
7983              because of this change.  Argh.
7984      Branch: perl
7985            ! ext/Socket/Socket.xs
7986 ____________________________________________________________________________
7987 [ 11947] By: jhi                                   on 2001/09/08  17:23:23
7988         Log: More portability kicking on inet_ntoa().
7989      Branch: perl
7990            ! ext/Socket/Socket.xs
7991 ____________________________________________________________________________
7992 [ 11946] By: jhi                                   on 2001/09/08  15:09:58
7993         Log: Subject: [REPATCH] Re: [PATCH MANIFEST, lib/ExtUtils/Manifest.t] Another New Test
7994              From: Michael G Schwern <schwern@pobox.com> 
7995              Date: Fri, 7 Sep 2001 23:06:51 -0400
7996              Message-ID: <20010907230651.R606@blackrider>
7997      Branch: perl
7998            + lib/ExtUtils/Manifest.t
7999            ! MANIFEST lib/ExtUtils/MM_Unix.pm lib/ExtUtils/Manifest.pm
8000 ____________________________________________________________________________
8001 [ 11945] By: jhi                                   on 2001/09/08  14:49:15
8002         Log: Subject: Re: [PATCH MANIFEST, lib/ExtUtils/testlib.t] More Tests
8003              From: "chromatic" <chromatic@rmci.net>
8004              Date: Fri, 07 Sep 2001 17:53:15 -0600      
8005              Message-ID: <20010907235740.80566.qmail@onion.perl.org>              
8006      Branch: perl
8007            + lib/ExtUtils/testlib.t
8008            ! MANIFEST
8009 ____________________________________________________________________________
8010 [ 11944] By: jhi                                   on 2001/09/07  22:57:00
8011         Log: Thinko.
8012      Branch: perl
8013            ! lib/integer.t
8014 ____________________________________________________________________________
8015 [ 11943] By: jhi                                   on 2001/09/07  20:34:55
8016         Log: Subject: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
8017              From: "Craig A. Berry" <craigberry@mac.com>
8018              Date: Fri, 07 Sep 2001 15:30:03 -0500
8019              Message-Id: <5.1.0.14.0.20010907142644.03700c38@exchi01>
8020      Branch: perl
8021            ! lib/CGI/Carp.pm
8022 ____________________________________________________________________________
8023 [ 11942] By: jhi                                   on 2001/09/07  20:30:43
8024         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] (was Re: MakeMaker: MM_Unix rule excluding pods)
8025              From: Michael G Schwern <schwern@pobox.com>
8026              Date: Fri, 7 Sep 2001 15:38:13 -0400
8027              Message-ID: <20010907153813.K606@blackrider>
8028      Branch: perl
8029            ! lib/ExtUtils/MM_Unix.pm
8030 ____________________________________________________________________________
8031 [ 11941] By: jhi                                   on 2001/09/07  20:28:24
8032         Log: Subject: [PATCH perl.h mg.c pp_sys.c] Silence the remaing format warning
8033              From: Robin Barker <rmb1@cise.npl.co.uk>
8034              Date: Fri, 7 Sep 2001 18:28:23 +0100 (BST)
8035              Message-Id: <200109071728.SAA13569@tempest.npl.co.uk>
8036      Branch: perl
8037            ! Porting/pumpkin.pod mg.c perl.h pp_sys.c
8038 ____________________________________________________________________________
8039 [ 11940] By: jhi                                   on 2001/09/07  20:26:29
8040         Log: Clean up 1_compile.t; move tests to more consistent
8041              places (t/ subdirectories); add integer.t (much of
8042              the pragma is tested elsewhere but there is no one
8043              centralized place)
8044      Branch: perl
8045            + ext/Fcntl/t/fcntl.t ext/Fcntl/t/syslfs.t ext/POSIX/t/posix.t
8046            + ext/POSIX/t/sigaction.t lib/Env/t/array.t lib/Env/t/env.t
8047            + lib/File/Find/t/find.t lib/File/Find/t/taint.t lib/integer.t
8048            - ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t ext/POSIX/POSIX.t
8049            - ext/POSIX/sigaction.t lib/Env/array.t lib/Env/env.t
8050            - lib/File/Find/find.t lib/File/Find/taint.t
8051            ! MANIFEST t/lib/1_compile.t t/op/lfs.t
8052 ____________________________________________________________________________
8053 [ 11939] By: jhi                                   on 2001/09/07  17:25:32
8054         Log: Subject: Re: [PATCH lib/File/Find/taint.t] Use Test::More
8055              From: "chromatic" <chromatic@rmci.net>
8056              Date: Fri, 07 Sep 2001 10:17:40 -0600
8057              Message-ID: <20010907162205.84723.qmail@onion.perl.org>
8058      Branch: perl
8059            ! lib/File/Find/taint.t
8060 ____________________________________________________________________________
8061 [ 11938] By: jhi                                   on 2001/09/07  14:04:43
8062         Log: Update Changes.
8063      Branch: perl
8064            ! Changes patchlevel.h
8065 ____________________________________________________________________________
8066 [ 11937] By: jhi                                   on 2001/09/07  13:52:03
8067         Log: Rename the old threading tutorial, start a new one,
8068              regen toc.
8069      Branch: perl
8070            + pod/perlothrtut.pod
8071            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlthrtut.pod
8072            ! pod/perltoc.pod
8073 ____________________________________________________________________________
8074 [ 11936] By: jhi                                   on 2001/09/07  13:05:48
8075         Log: vars very much has a test.
8076      Branch: perl
8077            ! t/lib/1_compile.t
8078 ____________________________________________________________________________
8079 [ 11935] By: jhi                                   on 2001/09/07  12:52:06
8080         Log: Subject: Re: wince/perl.ico marked as binary
8081              From: Nicholas Clark <nick@ccl4.org>
8082              Date: Fri, 7 Sep 2001 13:54:40 +0100
8083              Message-ID: <20010907135439.D39150@plum.flirble.org>
8084              
8085              and wince/Makefile.ce change from Rainer Keuchel.
8086      Branch: perl
8087            + wince/makeico.pl
8088            ! MANIFEST wince/Makefile.ce
8089 ____________________________________________________________________________
8090 [ 11934] By: jhi                                   on 2001/09/07  12:43:50
8091         Log: Subject: Re: [PATCH regexec.c] more general .* and .*?
8092              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
8093              Date: Fri, 7 Sep 2001 09:41:10 -0400 (EDT)
8094              Message-ID: <Pine.GSO.4.21.0109070933530.7041-100000@crusoe.crusoe.net>
8095      Branch: perl
8096            ! regexec.c
8097 ____________________________________________________________________________
8098 [ 11933] By: jhi                                   on 2001/09/07  12:37:46
8099         Log: (Replaced by #11934)
8100              Subject: Re: [PATCH regexec.c] more general .* and .*?
8101              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
8102              Date: Fri, 7 Sep 2001 08:44:17 -0400 (EDT)
8103              Message-ID: <Pine.GSO.4.21.0109070836110.7041-100000@crusoe.crusoe.net>
8104      Branch: perl
8105            ! regexec.c
8106 ____________________________________________________________________________
8107 [ 11932] By: jhi                                   on 2001/09/07  12:27:14
8108         Log: The #11931 patching misbehaved.
8109      Branch: perl
8110            ! lib/Test/Harness/t/test-harness.t
8111 ____________________________________________________________________________
8112 [ 11931] By: jhi                                   on 2001/09/07  12:21:30
8113         Log: Subject: [PATCH lib/Test/Harness* t/TEST] Test::Harness 1.25 sync
8114              From: Michael G Schwern <schwern@pobox.com>
8115              Date: Fri, 7 Sep 2001 03:30:41 -0400
8116              Message-ID: <20010907033041.A2796@blackrider>
8117      Branch: perl
8118            + lib/Test/Harness/Changes lib/Test/Harness/t/base.t
8119            + lib/Test/Harness/t/ok.t lib/Test/Harness/t/test-harness.t
8120            + t/lib/sample-tests/header_at_end_fail
8121            + t/lib/sample-tests/skip_no_msg t/lib/sample-tests/todo_inline
8122            - lib/Test/Harness.t
8123            ! MANIFEST lib/Test/Harness.pm t/TEST
8124 ____________________________________________________________________________
8125 [ 11930] By: jhi                                   on 2001/09/07  11:59:17
8126         Log: Subject: [PATCH] Digest::MD5 update
8127              From: Gisle Aas <gisle@ActiveState.com>
8128              Date: 06 Sep 2001 23:32:56 -0700
8129              Message-ID: <lrofon5x47.fsf@caliper.ActiveState.com>
8130      Branch: perl
8131            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
8132            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
8133 ____________________________________________________________________________
8134 [ 11929] By: jhi                                   on 2001/09/07  11:23:05
8135         Log: Subject: [PATCH MANIFEST, lib/less.t] Add Tests for the less Pragma
8136              From: "chromatic" <chromatic@rmci.net>
8137              Date: Thu, 06 Sep 2001 23:11:44 -0600
8138              Message-ID: <20010907051609.91459.qmail@onion.perl.org>
8139      Branch: perl
8140            + lib/less.t
8141            ! MANIFEST t/lib/1_compile.t
8142 ____________________________________________________________________________
8143 [ 11928] By: jhi                                   on 2001/09/07  11:19:29
8144         Log: The binary file must somehow differently stored.
8145      Branch: perl
8146            - wince/perl.ico
8147            ! MANIFEST
8148 ____________________________________________________________________________
8149 [ 11927] By: jhi                                   on 2001/09/07  03:53:29
8150         Log: Add more modules to the list of modules that have tests,
8151              Schwern's wallet is getting more nervous.
8152              (Run t/lib/1_compile.t manually to see which modules
8153              are lacking tests, or the tests can't be run for some
8154              reason or another, such as the Net:: modules)
8155      Branch: perl
8156            ! t/lib/1_compile.t
8157 ____________________________________________________________________________
8158 [ 11926] By: jhi                                   on 2001/09/07  03:43:11
8159         Log: Try to make Socket::inet_ntoa() more robust.
8160      Branch: perl
8161            ! ext/Socket/Socket.t ext/Socket/Socket.xs pod/perldiag.pod
8162 ____________________________________________________________________________
8163 [ 11925] By: jhi                                   on 2001/09/07  01:57:58
8164         Log: Subject: Re: [PATCH lib/English.t] Test All Aliases (including %Errno)
8165              From: chromatic <chromatic@rmci.net>       
8166              Date: Wed, 5 Sep 2001 22:58:05 -0600                         
8167              Message-Id: <01090522580506.19590@firewheel>           
8168      Branch: perl
8169            ! lib/English.t
8170 ____________________________________________________________________________
8171 [ 11924] By: jhi                                   on 2001/09/07  01:55:05
8172         Log: Subject: Re: perlvar manpage and localizing special vars
8173              From: Stas Bekman <stas@stason.org>
8174              Date: Fri, 7 Sep 2001 10:10:24 +0800 (SGT)
8175              Message-ID: <Pine.LNX.4.33.0109071009240.19262-100000@stas.singnet.com.sg>
8176      Branch: perl
8177            ! pod/perlvar.pod
8178 ____________________________________________________________________________
8179 [ 11923] By: jhi                                   on 2001/09/07  01:49:36
8180         Log: Subject: [PATCH MakeMaker.pm] noise from make in ext/SDBM
8181              From: Robin Barker <rmb1@cise.npl.co.uk>
8182              Date: Thu, 6 Sep 2001 19:36:49 +0100 (BST)
8183              Message-Id: <200109061836.TAA08747@tempest.npl.co.uk>
8184      Branch: perl
8185            ! lib/ExtUtils/MakeMaker.pm
8186 ____________________________________________________________________________
8187 [ 11922] By: jhi                                   on 2001/09/06  18:09:08
8188         Log: Symbol missing; AIX unhappy.
8189      Branch: perl
8190            ! makedef.pl
8191 ____________________________________________________________________________
8192 [ 11921] By: jhi                                   on 2001/09/06  17:52:43
8193         Log: Add a test for [ID 20010906.019] perl crashes on "undef foo"
8194              Reported in 5.61, seems to work okay in blead.
8195      Branch: perl
8196            ! t/run/kill_perl.t
8197 ____________________________________________________________________________
8198 [ 11920] By: jhi                                   on 2001/09/06  14:35:09
8199         Log: Update Changes.
8200      Branch: perl
8201            ! Changes patchlevel.h
8202 ____________________________________________________________________________
8203 [ 11919] By: jhi                                   on 2001/09/06  14:20:10
8204         Log: Document the bad assumptions currently breaking
8205              the Socket.t tests 10, 11, and 13 in UNICOS.
8206      Branch: perl
8207            ! ext/Socket/Socket.xs
8208 ____________________________________________________________________________
8209 [ 11918] By: jhi                                   on 2001/09/06  14:07:45
8210         Log: Subject: [PATCH x2p] make OPTIMIZE=...
8211              From: Robin Barker <rmb1@cise.npl.co.uk>
8212              Date: Thu, 6 Sep 2001 13:31:37 +0100 (BST)
8213              Message-Id: <200109061231.NAA25265@tempest.npl.co.uk>
8214      Branch: perl
8215            ! x2p/Makefile.SH x2p/cflags.SH
8216 ____________________________________________________________________________
8217 [ 11917] By: jhi                                   on 2001/09/06  14:01:45
8218         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
8219              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
8220              Date: Thu, 6 Sep 2001 11:09:40 +0100
8221              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
8222              
8223              Subject: Re: [PATCH] for perlhack.pod - no p5p archive on deja/google    
8224              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
8225              Date: 6 Sep 2001 10:14:38 -0000
8226              Message-Id: <slrn9pej4m.1j8.rgarciasuarez@rafael.kazibao.net>   
8227      Branch: perl
8228            ! pod/perlfaq1.pod pod/perlhack.pod
8229 ____________________________________________________________________________
8230 [ 11916] By: jhi                                   on 2001/09/06  13:56:19
8231         Log: Subject: Extra NUL is Data::Dumper output - patch
8232              From: Tony Cook <tony@develop-help.com>
8233              Date: Thu, 6 Sep 2001 12:35:49 +1000 (EST)
8234              Message-ID: <Pine.LNX.4.10.10109061157210.9366-100000@develop-help.com>
8235      Branch: perl
8236            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
8237 ____________________________________________________________________________
8238 [ 11915] By: jhi                                   on 2001/09/06  13:51:16
8239         Log: Avoid redefinition warning
8240              Subroutine Cwd::fastcwd redefined at lib/XSLoader.pm line 97.
8241              from
8242              perl -w -Ilib -MCwd -e ''
8243      Branch: perl
8244            ! lib/Cwd.pm
8245 ____________________________________________________________________________
8246 [ 11914] By: jhi                                   on 2001/09/06  13:30:32
8247         Log: Update the is_tainted() example implementation.
8248      Branch: perl
8249            ! pod/perlsec.pod
8250 ____________________________________________________________________________
8251 [ 11913] By: jhi                                   on 2001/09/06  13:15:59
8252         Log: Missing) in #11912.
8253      Branch: perl
8254            ! lib/Test/Simple/t/fail.t
8255 ____________________________________________________________________________
8256 [ 11912] By: jhi                                   on 2001/09/06  13:08:48
8257         Log: Rewhack Test-Simple into core harness.
8258      Branch: perl
8259            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
8260            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
8261            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
8262            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
8263            ! lib/Test/Simple/t/skipall.t
8264 ____________________________________________________________________________
8265 [ 11911] By: jhi                                   on 2001/09/06  11:54:06
8266         Log: Workaround for the new Exporter 'feature'.
8267      Branch: perl
8268            ! lib/Test/More.pm
8269 ____________________________________________________________________________
8270 [ 11910] By: jhi                                   on 2001/09/06  11:52:56
8271         Log: Re-introduce pure-Perl fall-back for abs_path,
8272              re-introduce #11898.
8273      Branch: perl
8274            ! lib/Cwd.pm lib/File/Find.pm
8275 ____________________________________________________________________________
8276 [ 11909] By: jhi                                   on 2001/09/06  03:49:13
8277         Log: More tests.
8278      Branch: perl
8279            ! lib/Exporter.t
8280 ____________________________________________________________________________
8281 [ 11908] By: jhi                                   on 2001/09/06  03:38:22
8282         Log: Retract #11898 for now because it introduces
8283              a rather nasty depencency: when B is being built,
8284              MakeMaker is used.  MakeMaker uses File::Find.
8285              File::Find uses Cwd::getcwd()...which doesn't
8286              exist yet.
8287      Branch: perl
8288            ! lib/File/Find.pm
8289 ____________________________________________________________________________
8290 [ 11907] By: jhi                                   on 2001/09/06  03:20:02
8291         Log: New test welcome.
8292      Branch: perl
8293            + lib/Test/Simple/t/simple.t
8294 ____________________________________________________________________________
8295 [ 11906] By: jhi                                   on 2001/09/06  03:08:01
8296         Log: Old test begone.
8297      Branch: perl
8298            - lib/Attribute/Handlers/test.pl
8299 ____________________________________________________________________________
8300 [ 11905] By: jhi                                   on 2001/09/06  01:41:03
8301         Log: Test-Simple syncup from Schwern.
8302      Branch: perl
8303            + lib/Test/Simple/t/More.t lib/Test/Simple/t/fail-like.t
8304            + lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/skip.t
8305            + lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
8306            + lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
8307            + lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
8308            - lib/Test/More/Changes lib/Test/More/t/More.t
8309            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
8310            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
8311            - lib/Test/Simple/t/simple.t t/lib/Test/More/Catch.pm
8312            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
8313            ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
8314            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
8315            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
8316            ! lib/Test/Simple/t/plan_is_noplan.t t/lib/Test/Simple/Catch.pm
8317            ! t/lib/Test/Simple/sample_tests/death.plx
8318            ! t/lib/Test/Simple/sample_tests/death_in_eval.plx
8319            ! t/lib/Test/Simple/sample_tests/extras.plx
8320            ! t/lib/Test/Simple/sample_tests/five_fail.plx
8321            ! t/lib/Test/Simple/sample_tests/last_minute_death.plx
8322            ! t/lib/Test/Simple/sample_tests/one_fail.plx
8323            ! t/lib/Test/Simple/sample_tests/require.plx
8324            ! t/lib/Test/Simple/sample_tests/success.plx
8325            ! t/lib/Test/Simple/sample_tests/too_few.plx
8326            ! t/lib/Test/Simple/sample_tests/two_fail.plx
8327 ____________________________________________________________________________
8328 [ 11904] By: pudge                                 on 2001/09/06  00:28:01
8329         Log: Integrate File::Find changes from bleadperl
8330      Branch: maint-5.6/macperl
8331            ! lib/File/Find.pm t/lib/filefind-taint.t
8332 ____________________________________________________________________________
8333 [ 11903] By: pudge                                 on 2001/09/06  00:22:29
8334         Log: Integrate 11847 from maint-5.6/perl
8335      Branch: maint-5.6/macperl
8336           !> sv.c
8337 ____________________________________________________________________________
8338 [ 11902] By: jhi                                   on 2001/09/05  23:27:57
8339         Log: In UNICOS division yada yada.
8340      Branch: perl
8341            ! t/op/override.t
8342 ____________________________________________________________________________
8343 [ 11901] By: jhi                                   on 2001/09/05  23:26:23
8344         Log: In UNICOS division is really lossy, better use
8345              a tolerance test.
8346      Branch: perl
8347            ! ext/Time/HiRes/HiRes.t
8348 ____________________________________________________________________________
8349 [ 11900] By: jhi                                   on 2001/09/05  23:22:38
8350         Log: In UNICOS sigaction() sets an extra flag
8351              ("the signal has been registered for all the processes in
8352              a multitasking group.")
8353      Branch: perl
8354            ! ext/POSIX/sigaction.t
8355 ____________________________________________________________________________
8356 [ 11899] By: jhi                                   on 2001/09/05  23:18:48
8357         Log: Documentation micropatch from Damian.
8358      Branch: perl
8359            ! lib/Attribute/Handlers.pm
8360 ____________________________________________________________________________
8361 [ 11898] By: jhi                                   on 2001/09/05  23:16:50
8362         Log: (Retracted by #11908)
8363              Subject: [PATCH] Re: [PATCH lib/File/Find.pm lib/File/Find/taint.t] Fixing those damned taint tests
8364              From: Michael G Schwern <schwern@pobox.com>
8365              Date: Wed, 5 Sep 2001 15:58:21 -0400
8366              Message-ID: <20010905155821.I632@blackrider>
8367      Branch: perl
8368            ! lib/File/Find.pm lib/File/Find/taint.t
8369 ____________________________________________________________________________
8370 [ 11897] By: jhi                                   on 2001/09/05  23:14:43
8371         Log: Subject: [PATCH lib/CGI/t/carp.t] Tests for CGI::Carp               
8372              From: Michael G Schwern <schwern@pobox.com>
8373              Date: Wed, 5 Sep 2001 19:16:31 -0400
8374              Message-ID: <20010905191631.E11386@blackrider>
8375      Branch: perl
8376            + lib/CGI/t/carp.t
8377            ! MANIFEST
8378 ____________________________________________________________________________
8379 [ 11896] By: jhi                                   on 2001/09/05  23:14:11
8380         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`       
8381              From: chromatic <chromatic@rmci.net>
8382              Date: Wed, 5 Sep 2001 18:08:07 -0600
8383              Message-Id: <01090518080700.19590@firewheel>
8384      Branch: perl
8385            ! lib/English.pm
8386 ____________________________________________________________________________
8387 [ 11895] By: jhi                                   on 2001/09/05  22:52:01
8388         Log: Fix a typo #11889 and add a test for the same.
8389      Branch: perl
8390            ! ext/Socket/Socket.t ext/Socket/Socket.xs
8391 ____________________________________________________________________________
8392 [ 11894] By: jhi                                   on 2001/09/05  22:43:26
8393         Log: Subject: [PATCH bleadperl] tweak warnings.t and kill_perl.t for VMS
8394              From: "Craig A. Berry" <craigberry@mac.com>
8395              Date: Wed, 05 Sep 2001 17:48:54 -0500
8396              Message-Id: <5.1.0.14.0.20010905145002.02b45218@exchi01>
8397      Branch: perl
8398            ! lib/warnings.t t/run/kill_perl.t
8399 ____________________________________________________________________________
8400 [ 11893] By: jhi                                   on 2001/09/05  22:36:35
8401         Log: Subject: [PATCH t/run/kill_perl.t] tying a bareword causes a segfault in 5.6.1
8402              From: Michael G Schwern <schwern@pobox.com>
8403              Date: Wed, 5 Sep 2001 17:22:25 -0400
8404              Message-ID: <20010905172225.C11386@blackrider>
8405      Branch: perl
8406            ! t/run/kill_perl.t
8407 ____________________________________________________________________________
8408 [ 11892] By: jhi                                   on 2001/09/05  22:34:55
8409         Log: Subject: [PATCH] Re: [ID 20010825.006] -DCRIPPLED_CC is broken
8410              From: Nicholas Clark <nick@ccl4.org>
8411              Date: Wed, 5 Sep 2001 20:54:24 +0100
8412              Message-ID: <20010905205424.C25120@plum.flirble.org>
8413      Branch: perl
8414            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h sv.c sv.h
8415 ____________________________________________________________________________
8416 [ 11891] By: jhi                                   on 2001/09/05  22:34:16
8417         Log: Forgotten thing.
8418      Branch: perl
8419            ! uconfig.h
8420 ____________________________________________________________________________
8421 [ 11890] By: jhi                                   on 2001/09/05  22:27:42
8422         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`
8423              From: chromatic <chromatic@rmci.net>               
8424              Date: Wed, 5 Sep 2001 13:22:08 -0600
8425              Message-Id: <01090513220807.10587@firewheel> 
8426      Branch: perl
8427            ! lib/English.pm
8428 ____________________________________________________________________________
8429 [ 11889] By: jhi                                   on 2001/09/05  22:23:06
8430         Log: inet_ntoa() tweaks:
8431              - don't allow addresses with > 255 characters
8432              - indent the HP-UX workaround
8433              - don't leak memory
8434      Branch: perl
8435            ! ext/Socket/Socket.xs
8436 ____________________________________________________________________________
8437 [ 11888] By: jhi                                   on 2001/09/05  16:26:17
8438         Log: Clear up a documentation confusion noticed by Xiaoyun Wu
8439              <xwu@theeducationcenter.com>
8440      Branch: perl
8441            ! lib/File/Find.pm
8442 ____________________________________________________________________________
8443 [ 11887] By: jhi                                   on 2001/09/05  15:40:03
8444         Log: Typo nits.
8445      Branch: perl
8446            ! lib/File/Find.pm
8447 ____________________________________________________________________________
8448 [ 11886] By: jhi                                   on 2001/09/05  15:30:11
8449         Log: -Wall nit.
8450      Branch: perl
8451            ! op.c
8452 ____________________________________________________________________________
8453 [ 11885] By: gbarr                                 on 2001/09/05  15:26:18
8454         Log: Update to Scalar-List-Utils 1.05
8455      Branch: perl
8456            ! ext/List/Util/ChangeLog ext/List/Util/README
8457            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
8458 ____________________________________________________________________________
8459 [ 11884] By: jhi                                   on 2001/09/05  13:05:14
8460         Log: Update Changes.
8461      Branch: perl
8462            ! Changes patchlevel.h
8463 ____________________________________________________________________________
8464 [ 11883] By: gbarr                                 on 2001/09/05  12:51:35
8465         Log: Update to Scalar-List-Utils 1.04
8466      Branch: perl
8467            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
8468            ! ext/List/Util/lib/List/Util.pm
8469            ! ext/List/Util/lib/Scalar/Util.pm
8470 ____________________________________________________________________________
8471 [ 11882] By: jhi                                   on 2001/09/05  12:29:44
8472         Log: Metaconfigify #11724.
8473      Branch: metaconfig
8474            ! U/threads/archname.U
8475 ____________________________________________________________________________
8476 [ 11881] By: jhi                                   on 2001/09/05  12:21:44
8477         Log: The MacOS reference is okay, no reason to hide it.
8478      Branch: perl
8479            ! lib/Cwd.pm
8480 ____________________________________________________________________________
8481 [ 11880] By: jhi                                   on 2001/09/05  12:20:49
8482         Log: Subject: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cleanup (was  Re: [PATCH lib/Cwd.pm]  Try this again.)
8483              From: Michael G Schwern <schwern@pobox.com>
8484              Date: Tue, 4 Sep 2001 15:30:10 -0400
8485              Message-ID: <20010904153010.H26466@blackrider> 
8486              
8487              (We'll see whether the ../../lib/Cwd.pm works in alien lands)
8488      Branch: perl
8489            ! ext/Cwd/Makefile.PL lib/Cwd.pm
8490 ____________________________________________________________________________
8491 [ 11879] By: jhi                                   on 2001/09/05  12:12:18
8492         Log: Subject: [PATCH lib/Cwd.pm] cwd() taint safe  (was Re: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cleanup (was  Re: [PATCH lib/Cwd.pm]  Try this again.))
8493              From: Michael G Schwern <schwern@pobox.com>
8494              Date: Tue, 4 Sep 2001 17:39:13 -0400
8495              Message-ID: <20010904173913.C626@blackrider>
8496      Branch: perl
8497            ! lib/Cwd.pm
8498 ____________________________________________________________________________
8499 [ 11878] By: jhi                                   on 2001/09/05  12:10:50
8500         Log: Subject: Re: Perl_pp_* in public API?
8501              From: "Craig A. Berry" <craigberry@mac.com>
8502              Date: Tue, 4 Sep 2001 21:51:29 -0500
8503              Message-Id: <a05101000b7bb3f558c8a@[172.16.52.1]>
8504      Branch: perl
8505            ! ext/List/Util/Util.xs
8506 ____________________________________________________________________________
8507 [ 11877] By: jhi                                   on 2001/09/05  12:07:53
8508         Log: From Damian: Class::Struct was unable to define
8509              recursive classes.  After the patch an object reference
8510              (rather than a hash) is required to initialize
8511              an object attribute.  If no such initializer is given to
8512              the constructor, object attributes are now default
8513              initialized to C<undef>.
8514      Branch: perl
8515            ! lib/Class/Struct.pm lib/Class/Struct.t
8516 ____________________________________________________________________________
8517 [ 11876] By: jhi                                   on 2001/09/05  11:51:24
8518         Log: Subject: Re: sv_catpvfn and sv_setpvfn
8519              From: Richard Soderberg <rs@oregonnet.com>
8520              Date: Tue, 4 Sep 2001 15:16:47 -0700
8521              Message-Id: <200109042216.PAA17858@oregonnet.com>
8522      Branch: perl
8523            ! pod/perlclib.pod pod/perlguts.pod
8524 ____________________________________________________________________________
8525 [ 11875] By: jhi                                   on 2001/09/05  11:48:14
8526         Log: NetWare updates from Ananth Kesari.
8527      Branch: perl
8528            ! NetWare/config.wc NetWare/netware.h NetWare/nw5.c
8529            ! NetWare/nw5thread.h
8530 ____________________________________________________________________________
8531 [ 11874] By: jhi                                   on 2001/09/05  11:30:59
8532         Log: Subject: [PATCH] oct and hex in glorious 64 bit (with less bugs) (was Re: hex and oct again (was Re: FreeBSD MD5 crypt? Re: crypt/hex/oct and Unicode?))
8533              From: Nicholas Clark <nick@ccl4.org>
8534              Date: Tue, 4 Sep 2001 22:42:50 +0100
8535              Message-ID: <20010904224250.P25120@plum.flirble.org>
8536      Branch: perl
8537            ! embed.h embed.pl numeric.c perl.c perl.h pod/perlclib.pod
8538            ! pod/perlfunc.pod pp.c proto.h regcomp.c t/op/64bitint.t
8539            ! t/op/oct.t toke.c
8540 ____________________________________________________________________________
8541 [ 11873] By: jhi                                   on 2001/09/04  21:03:17
8542         Log: Fix Cwd::getcwd() not being tainted, as noticed
8543              by Schwern.
8544      Branch: perl
8545            + ext/Cwd/t/cwd.t ext/Cwd/t/taint.t
8546            - ext/Cwd/Cwd.t
8547            ! MANIFEST ext/Cwd/Cwd.xs util.c
8548 ____________________________________________________________________________
8549 [ 11872] By: jhi                                   on 2001/09/04  20:00:50
8550         Log: Retract #11870 and volatilize the right destruct_level.
8551              Silly thinko pointed out by Sarathy.
8552      Branch: perl
8553            ! intrpvar.h perl.c
8554 ____________________________________________________________________________
8555 [ 11871] By: jhi                                   on 2001/09/04  19:45:59
8556         Log: At least a temporary fix for the mysterious scope core dumps
8557              in Tru64 from Graham.
8558      Branch: perl
8559            ! ext/List/Util/Util.xs
8560 ____________________________________________________________________________
8561 [ 11870] By: jhi                                   on 2001/09/04  19:01:48
8562         Log: (Retracted by #11872)
8563      Branch: perl
8564            ! intrpvar.h
8565 ____________________________________________________________________________
8566 [ 11869] By: jhi                                   on 2001/09/04  17:43:31
8567         Log: Quench a -Wall gripe noticed by Robin Barker.
8568      Branch: perl
8569            ! op.c
8570 ____________________________________________________________________________
8571 [ 11868] By: jhi                                   on 2001/09/04  16:38:07
8572         Log: Subject: [PATCH perl@11834] Unicode::UCD rewritten using Lingua::KO::Hangul::Util
8573              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
8574              Date: Wed, 05 Sep 2001 02:01:32 +0900
8575              Message-Id: <20010905015059.E684.BQW10602@nifty.com>
8576      Branch: perl
8577            ! lib/Unicode/UCD.pm
8578 ____________________________________________________________________________
8579 [ 11867] By: jhi                                   on 2001/09/04  16:35:27
8580         Log: Subject: Re: [PATCH gv.c] @& sets PL_sawampersand
8581              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
8582              Date: Tue, 4 Sep 2001 12:51:02 -0400 (EDT)
8583              Message-ID: <Pine.GSO.4.21.0109041250420.7601-100000@crusoe.crusoe.net>
8584      Branch: perl
8585            ! gv.c
8586 ____________________________________________________________________________
8587 [ 11866] By: jhi                                   on 2001/09/04  13:52:28
8588         Log: Update Changes.
8589      Branch: perl
8590            ! Changes patchlevel.h
8591 ____________________________________________________________________________
8592 [ 11865] By: jhi                                   on 2001/09/04  13:36:58
8593         Log: Add the \[$@%&*] prototype support.
8594      Branch: perl
8595            ! op.c pod/perlsub.pod t/comp/proto.t
8596 ____________________________________________________________________________
8597 [ 11864] By: jhi                                   on 2001/09/04  13:10:38
8598         Log: Subject: [PATCH lib/CGI/t/form.t] Cleanup
8599              From: Michael G Schwern <schwern@pobox.com>
8600              Date: Mon, 3 Sep 2001 18:59:01 -0400
8601              Message-ID: <20010903185901.Z9233@blackrider>
8602      Branch: perl
8603            ! lib/CGI/t/form.t
8604 ____________________________________________________________________________
8605 [ 11863] By: jhi                                   on 2001/09/04  13:06:39
8606         Log: Subject: [PATCH gv.c] @& sets PL_sawampersand
8607              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
8608              Date: Mon, 3 Sep 2001 12:36:20 -0400 (EDT)
8609              Message-ID: <Pine.GSO.4.21.0109031235240.7601-100000@crusoe.crusoe.net>
8610      Branch: perl
8611            ! gv.c
8612 ____________________________________________________________________________
8613 [ 11862] By: jhi                                   on 2001/09/04  13:05:23
8614         Log: More srand entry tweakage based on Randal's suggestion.
8615      Branch: perl
8616            ! pod/perlfunc.pod
8617 ____________________________________________________________________________
8618 [ 11861] By: jhi                                   on 2001/09/04  12:48:14
8619         Log: Subject: [PATCH] 'main' *is* a reserved word
8620              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8621              Date: Mon, 3 Sep 2001 22:55:41 +0200
8622              Message-ID: <20010903225541.A24097@rafael>
8623      Branch: perl
8624            ! toke.c
8625 ____________________________________________________________________________
8626 [ 11860] By: jhi                                   on 2001/09/04  12:46:30
8627         Log: Subject: [PATCH: bleedperl] s/ROOT\./_ROOT./ for VMS default install prefix appendage
8628              From: Peter Prymmer <pvhp@best.com>
8629              Date: Mon, 3 Sep 2001 13:43:04 -0700 (PDT)
8630              Message-ID: <Pine.BSF.4.21.0109031338300.5068-100000@shell8.ba.best.com>
8631      Branch: perl
8632            ! README.vms configure.com
8633 ____________________________________________________________________________
8634 [ 11859] By: jhi                                   on 2001/09/04  12:44:29
8635         Log: Subject: Re: A slightly better default seed?   
8636              From: Michael G Schwern <schwern@pobox.com>
8637              Date: Mon, 3 Sep 2001 18:08:15 -0400 
8638              Message-ID: <20010903180815.W9233@blackrider>
8639      Branch: perl
8640            ! t/op/srand.t
8641 ____________________________________________________________________________
8642 [ 11858] By: jhi                                   on 2001/09/04  12:41:59
8643         Log: Add sharedsv.o to microperl object files.
8644      Branch: perl
8645            ! Makefile.micro
8646 ____________________________________________________________________________
8647 [ 11857] By: jhi                                   on 2001/09/04  12:27:51
8648         Log: AUTHORS updates and
8649              
8650              Subject: [PATCH] Just some preening :-)        
8651              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
8652              Date: Tue, 4 Sep 2001 14:16:59 +0100
8653              Message-ID: <20010904141659.A10129@homer.diplex.co.uk>            
8654      Branch: perl
8655            ! AUTHORS ext/Data/Dumper/Changes lib/Text/Soundex.pm
8656 ____________________________________________________________________________
8657 [ 11856] By: jhi                                   on 2001/09/04  12:09:43
8658         Log: Typo fix and slight rewording.
8659      Branch: perl
8660            ! pod/perlfunc.pod
8661 ____________________________________________________________________________
8662 [ 11855] By: jhi                                   on 2001/09/04  12:04:16
8663         Log: Update the FAQ now that Scalar-List-Utils 1.03 has shuffle().
8664      Branch: perl
8665            ! pod/perlfaq4.pod
8666 ____________________________________________________________________________
8667 [ 11854] By: jhi                                   on 2001/09/03  20:12:21
8668         Log: The helper file changed name.
8669      Branch: perl
8670            ! MANIFEST
8671 ____________________________________________________________________________
8672 [ 11853] By: gbarr                                 on 2001/09/03  20:00:00
8673         Log: Update to Scalar-List-Utils 1.03
8674      Branch: perl
8675            + ext/List/Util/t/shuffle.t
8676            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
8677            ! ext/List/Util/lib/List/Util.pm ext/List/Util/t/blessed.t
8678            ! ext/List/Util/t/dualvar.t ext/List/Util/t/first.t
8679            ! ext/List/Util/t/max.t ext/List/Util/t/maxstr.t
8680            ! ext/List/Util/t/min.t ext/List/Util/t/minstr.t
8681            ! ext/List/Util/t/readonly.t ext/List/Util/t/reduce.t
8682            ! ext/List/Util/t/reftype.t ext/List/Util/t/sum.t
8683            ! ext/List/Util/t/tainted.t ext/List/Util/t/weak.t
8684 ____________________________________________________________________________
8685 [ 11852] By: jhi                                   on 2001/09/03  19:50:57
8686         Log: Make crypt() do something more sane for Unicode
8687              (take crypt() of the low eight bits of the characters,
8688              instead of taking crypt() of the UTF-8 of the scalar);
8689              add a test for crypt().
8690      Branch: perl
8691            + t/op/crypt.t
8692            ! MANIFEST pod/perlfunc.pod pp.c
8693 ____________________________________________________________________________
8694 [ 11851] By: jhi                                   on 2001/09/03  19:19:35
8695         Log: Reorganize the srand entry.
8696      Branch: perl
8697            ! pod/perlfunc.pod
8698 ____________________________________________________________________________
8699 [ 11850] By: jhi                                   on 2001/09/03  18:54:51
8700         Log: Remove the tests that assume something about
8701              calling srand() without arguments multiple times.
8702      Branch: perl
8703            ! t/op/srand.t
8704 ____________________________________________________________________________
8705 [ 11849] By: jhi                                   on 2001/09/03  18:15:16
8706         Log: Upgrade to Math::BigInt 1.42.
8707      Branch: perl
8708            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
8709            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
8710            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
8711            ! lib/Math/BigInt/t/mbimbf.t
8712 ____________________________________________________________________________
8713 [ 11848] By: gsar                                  on 2001/09/03  17:07:54
8714         Log: integrate change#11847 from maint-5.6
8715              
8716              typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
8717      Branch: perl
8718            ! sv.c
8719 ____________________________________________________________________________
8720 [ 11847] By: gsar                                  on 2001/09/03  16:47:54
8721         Log: typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
8722      Branch: maint-5.6/perl
8723            ! sv.c
8724 ____________________________________________________________________________
8725 [ 11846] By: jhi                                   on 2001/09/03  15:12:58
8726         Log: As far as I can tell these functions have been Unicodified.
8727      Branch: perl
8728            ! doop.c
8729 ____________________________________________________________________________
8730 [ 11845] By: jhi                                   on 2001/09/03  15:11:27
8731         Log: Update to Storable 1.0.13.
8732      Branch: perl
8733            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
8734            ! ext/Storable/Storable.xs
8735 ____________________________________________________________________________
8736 [ 11844] By: jhi                                   on 2001/09/03  12:42:06
8737         Log: Patch the Filter::Simple test to work with
8738              the core test suite (since the FilterTest.pm
8739              is in t/lib, not in lib).
8740      Branch: perl
8741            ! lib/Filter/Simple/t/filter.t
8742 ____________________________________________________________________________
8743 [ 11843] By: jhi                                   on 2001/09/03  12:39:11
8744         Log: Damian's Filter::Simple test uses FilterTest, not MyFilter.
8745      Branch: perl
8746            + t/lib/FilterTest.pm
8747            - t/lib/MyFilter.pm
8748 ____________________________________________________________________________
8749 [ 11842] By: jhi                                   on 2001/09/03  12:17:30
8750         Log: Damian-o-rama: upgrade to Attribute::Handlers 0.75,
8751              Filter::Simple 0.61, NEXT 0.02, Switch 2.05, and
8752              Text::Balanced 1.86.
8753      Branch: perl
8754            + lib/Attribute/Handlers/t/multi.t lib/Filter/Simple/Changes
8755            + lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
8756            + lib/NEXT/Changes lib/NEXT/README lib/Switch/t/given.t
8757            + lib/Switch/t/nested.t lib/Switch/t/switch.t
8758            + lib/Text/Balanced/Changes lib/Text/Balanced/README
8759            + lib/Text/Balanced/t/extbrk.t lib/Text/Balanced/t/extcbk.t
8760            + lib/Text/Balanced/t/extdel.t lib/Text/Balanced/t/extmul.t
8761            + lib/Text/Balanced/t/extqlk.t lib/Text/Balanced/t/exttag.t
8762            + lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
8763            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
8764            - lib/Switch/t/switch_case.t lib/Text/Balanced.pod
8765            - lib/Text/Balanced/t/genxt.t lib/Text/Balanced/t/xbrak.t
8766            - lib/Text/Balanced/t/xcode.t lib/Text/Balanced/t/xdeli.t
8767            - lib/Text/Balanced/t/xmult.t lib/Text/Balanced/t/xquot.t
8768            - lib/Text/Balanced/t/xtagg.t lib/Text/Balanced/t/xvari.t
8769            ! MANIFEST lib/Attribute/Handlers.pm
8770            ! lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
8771            ! lib/Attribute/Handlers/demo/Demo.pm
8772            ! lib/Attribute/Handlers/demo/Descriptions.pm
8773            ! lib/Attribute/Handlers/demo/MyClass.pm
8774            ! lib/Attribute/Handlers/demo/demo.pl
8775            ! lib/Attribute/Handlers/demo/demo2.pl
8776            ! lib/Attribute/Handlers/demo/demo3.pl
8777            ! lib/Attribute/Handlers/demo/demo4.pl
8778            ! lib/Attribute/Handlers/demo/demo_call.pl
8779            ! lib/Attribute/Handlers/demo/demo_chain.pl
8780            ! lib/Attribute/Handlers/demo/demo_cycle.pl
8781            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
8782            ! lib/Attribute/Handlers/demo/demo_phases.pl
8783            ! lib/Attribute/Handlers/demo/demo_range.pl
8784            ! lib/Attribute/Handlers/demo/demo_rawdata.pl
8785            ! lib/Filter/Simple.pm lib/NEXT.pm lib/NEXT/test.pl
8786            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
8787            ! lib/Text/Balanced.pm
8788 ____________________________________________________________________________
8789 [ 11841] By: sky                                   on 2001/09/03  11:04:15
8790         Log: Forgot to add a file with Change #11840
8791      Branch: perl
8792            + t/op/srand.t
8793 ____________________________________________________________________________
8794 [ 11840] By: sky                                   on 2001/09/03  11:02:04
8795         Log: Subject: [PATCH t/op/srand.t t/op/rand.t pod/perlfunc.pod MANIFEST] Tests for srand()
8796              From: Michael G Schwern <schwern@pobox.com>
8797              Date: Mon, 3 Sep 2001 07:43:00 -0400
8798              Message-ID: <20010903074300.E9233@blackrider>
8799      Branch: perl
8800            ! MANIFEST pod/perlfunc.pod t/op/rand.t
8801 ____________________________________________________________________________
8802 [ 11839] By: sky                                   on 2001/09/03  10:47:11
8803         Log: Document the changes with regards to running of END blocks.
8804              And DESTROY on global objects are called in perl_destruct()!
8805      Branch: perl
8806            ! pod/perl572delta.pod pod/perlembed.pod
8807 ____________________________________________________________________________
8808 [ 11838] By: sky                                   on 2001/09/03  09:34:44
8809         Log: Subject: [PATCH t/op/time.t] Partial cleanup
8810              From: Michael G Schwern <schwern@pobox.com>
8811              Date: Mon, 3 Sep 2001 06:29:42 -0400
8812              Message-ID: <20010903062942.C9233@blackrider>
8813      Branch: perl
8814            ! t/op/time.t
8815 ____________________________________________________________________________
8816 [ 11837] By: sky                                   on 2001/09/03  09:30:02
8817         Log: Subject: [PATCH t/op/rand.t] Increase the repetitions
8818              From: Michael G Schwern <schwern@pobox.com>
8819              Date: Mon, 3 Sep 2001 06:24:13 -0400
8820              Message-ID: <20010903062413.B9233@blackrider>
8821      Branch: perl
8822            ! t/op/rand.t
8823 ____________________________________________________________________________
8824 [ 11836] By: sky                                   on 2001/09/03  07:56:47
8825         Log: Subject: [PATCH] CGI::Cookie, Apache & Switch tests
8826              From: Michael G Schwern <schwern@pobox.com>
8827              Date: Sun, 2 Sep 2001 21:38:43 -0400
8828              Message-ID: <20010902213843.L2711@blackrider>
8829      Branch: perl
8830            + lib/CGI/t/apache.t lib/CGI/t/cookie.t lib/CGI/t/switch.t
8831            ! MANIFEST
8832 ____________________________________________________________________________
8833 [ 11835] By: nick                                  on 2001/09/03  06:20:06
8834         Log: Integrate mainline
8835      Branch: perlio
8836           +> lib/Shell.t t/op/inccode.t t/run/kill_perl.t
8837            - t/op/misc.t
8838           !> (integrate 187 files)
8839 ____________________________________________________________________________
8840 [ 11834] By: jhi                                   on 2001/09/02  13:07:53
8841         Log: Update Changes.
8842      Branch: perl
8843            ! Changes patchlevel.h
8844 ____________________________________________________________________________
8845 [ 11833] By: jhi                                   on 2001/09/02  12:59:05
8846         Log: Slight tweaks.
8847      Branch: perl
8848            ! t/run/kill_perl.t
8849 ____________________________________________________________________________
8850 [ 11832] By: jhi                                   on 2001/09/02  12:41:12
8851         Log: Special casing had become a little bit more complex in Unicode 3.1.1.
8852      Branch: perl
8853            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
8854 ____________________________________________________________________________
8855 [ 11831] By: sky                                   on 2001/09/02  12:10:42
8856         Log: Change #11828 wasn't complete, this updates to intest path
8857      Branch: perl
8858            ! t/run/kill_perl.t
8859 ____________________________________________________________________________
8860 [ 11830] By: jhi                                   on 2001/09/02  11:56:18
8861         Log: 's's's.
8862      Branch: perl
8863            ! Changes
8864 ____________________________________________________________________________
8865 [ 11829] By: jhi                                   on 2001/09/02  11:54:22
8866         Log: Update Changes.
8867      Branch: perl
8868            ! Changes patchlevel.h
8869 ____________________________________________________________________________
8870 [ 11828] By: sky                                   on 2001/09/02  11:53:56
8871         Log: Subject: [PATCH] rm t/run/segfault.t; mv t/op/misc.t t/run/kill_perl.t
8872              From: Michael G Schwern <schwern@pobox.com>
8873              Date: Sat, 1 Sep 2001 20:18:58 -0400
8874              Message-ID: <20010901201858.X606@blackrider>
8875              +MANIFEST Fix
8876      Branch: perl
8877            + t/run/kill_perl.t
8878            - t/op/misc.t t/run/segfault.t
8879            ! MANIFEST
8880 ____________________________________________________________________________
8881 [ 11827] By: jhi                                   on 2001/09/02  11:46:47
8882         Log: Subject: [PATCH] lib/Time/Local.pm
8883              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
8884              Date: Sun, 2 Sep 2001 06:50:01 -0500
8885              Message-ID: <20010902065001.A21529@staff1.cso.uiuc.edu>
8886      Branch: perl
8887            ! lib/Time/Local.pm
8888 ____________________________________________________________________________
8889 [ 11826] By: jhi                                   on 2001/09/02  11:40:49
8890         Log: Tick off Unicode collation and the normalization from
8891              the todo list.
8892      Branch: perl
8893            ! pod/perltodo.pod
8894 ____________________________________________________________________________
8895 [ 11825] By: jhi                                   on 2001/09/02  11:16:24
8896         Log: Update to Unicode 3.1.1.
8897      Branch: perl
8898            ! lib/unicore/ArabLink.pl lib/unicore/ArabLnkGrp.pl
8899            ! lib/unicore/ArabShap.txt lib/unicore/CaseFold.txt
8900            ! lib/unicore/EAWidth.txt lib/unicore/PropList.html
8901            ! lib/unicore/PropList.txt lib/unicore/README.perl
8902            ! lib/unicore/ReadMe.txt lib/unicore/SpecCase.txt
8903            ! lib/unicore/rename lib/unicore/version
8904 ____________________________________________________________________________
8905 [ 11824] By: jhi                                   on 2001/09/02  10:32:30
8906         Log: Slight doc tweaks for the module.
8907      Branch: perl
8908            ! lib/Unicode/UCD.pm
8909 ____________________________________________________________________________
8910 [ 11823] By: jhi                                   on 2001/09/02  10:02:20
8911         Log: Rename the variable: it *used* to be (wrongly) that the
8912              code related to PL_reg_sv (so PL_reg_sv_utf8 was logical)
8913              but that is no more the case: PL_reg_match_utf8 is better.
8914      Branch: perl
8915            ! embedvar.h mg.c perlapi.c perlapi.h pp.c pp_hot.c regcomp.c
8916            ! regexec.c sv.c thrdvar.h
8917 ____________________________________________________________________________
8918 [ 11822] By: ams                                   on 2001/09/02  02:54:50
8919         Log: Subject: RE: [PATCH] Add a nextstate into empty blocks
8920              From: Ilmari Karonen <iltzu@sci.fi>
8921              Date: Sun, 19 Aug 2001 19:27:33 +0300 (EET DST)
8922              Message-Id: <Pine.SOL.3.96.1010819163840.8384B-100000@simpukka>
8923              (op/sub_lval.t updated to take new error message into account.)
8924      Branch: perl
8925            ! op.c t/op/sub_lval.t
8926 ____________________________________________________________________________
8927 [ 11821] By: gsar                                  on 2001/09/02  01:06:30
8928         Log: remove stray CRs in files; keep all files with UNIX line-ends
8929              (Porting/makerel adds CRs to the files that need it in the
8930              distribution)
8931      Branch: perl
8932            ! NetWare/t/NWScripts.pl README.dos
8933            ! ext/Encode/Encode/cns11643-1.enc
8934            ! ext/Encode/Encode/cns11643-2.enc ext/SDBM_File/Makefile.PL
8935            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
8936 ____________________________________________________________________________
8937 [ 11820] By: gsar                                  on 2001/09/02  00:56:44
8938         Log: some remnants of change#11803
8939      Branch: perl
8940            ! ext/ByteLoader/byterun.h perl.h
8941 ____________________________________________________________________________
8942 [ 11819] By: jhi                                   on 2001/09/01  23:40:36
8943         Log: Update to Unicode::Collate 0.08.
8944      Branch: perl
8945            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
8946            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
8947 ____________________________________________________________________________
8948 [ 11818] By: jhi                                   on 2001/09/01  23:02:09
8949         Log: Test tweaks.
8950      Branch: perl
8951            ! t/op/pat.t
8952 ____________________________________________________________________________
8953 [ 11817] By: pudge                                 on 2001/09/01  22:36:29
8954         Log: Fix test
8955      Branch: maint-5.6/macperl
8956            ! t/lib/b.t
8957 ____________________________________________________________________________
8958 [ 11816] By: pudge                                 on 2001/09/01  22:15:09
8959         Log: Misc. patches: fix tests script; add Mac::LowMem; quiet
8960              warnings in Config.pm with -W; increase default and
8961              minimum RAM; bump version number.
8962      Branch: maint-5.6/macperl
8963            + macos/lib/Mac/LowMem.pm
8964            ! macos/MPVersion.r macos/MacPerlTests.cmd macos/Makefile.mk
8965            ! macos/configpm macos/macperl/MacPerl.r
8966 ____________________________________________________________________________
8967 [ 11815] By: pudge                                 on 2001/09/01  22:10:49
8968         Log: Make syntax check report in MPW style, fix tests
8969              to use Mac::err=unix to get normal-style error
8970              messages.
8971      Branch: maint-5.6/macperl
8972            ! perl.c t/lib/b.t t/op/misc.t t/op/runlevel.t t/pod/testp2pt.pl
8973            ! t/pragma/strict.t t/pragma/subs.t t/pragma/warnings.t
8974 ____________________________________________________________________________
8975 [ 11814] By: pudge                                 on 2001/09/01  22:09:08
8976         Log: Make MPW-style errors optional (but the default); add
8977              MacPerl::ErrorFormat() function and Mac::err pragma
8978      Branch: maint-5.6/macperl
8979            + macos/ext/Mac/err/Makefile.PL macos/ext/Mac/err/err.pm
8980            + macos/ext/Mac/err/err.xs
8981            ! macos/ext/Mac/Makefile.mk macos/ext/MacPerl/MacPerl.xs
8982            ! macos/macish.c macos/macish.h macos/macperl.sym
8983 ____________________________________________________________________________
8984 [ 11813] By: pudge                                 on 2001/09/01  22:01:40
8985         Log: More module and test ports from Thomas Wegner et al
8986      Branch: maint-5.6/macperl
8987            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
8988            ! lib/File/DosGlob.pm lib/File/Spec/Mac.pm lib/File/Temp.pm
8989            ! t/lib/dosglob.t t/lib/filespec.t t/lib/ftmp-security.t
8990            ! t/op/magic.t
8991 ____________________________________________________________________________
8992 [ 11812] By: sky                                   on 2001/09/01  17:19:30
8993         Log: Subject: [PATCH t/op/concat.t] cleanup
8994              From: Michael G Schwern <schwern@pobox.com>
8995              Date: Sat, 1 Sep 2001 14:06:28 -0400
8996              Message-ID: <20010901140628.C606@blackrider>
8997      Branch: perl
8998            ! t/op/concat.t
8999 ____________________________________________________________________________
9000 [ 11811] By: sky                                   on 2001/09/01  12:25:29
9001         Log: Change #11805 didn't update the MANIFEST
9002      Branch: perl
9003            ! MANIFEST
9004 ____________________________________________________________________________
9005 [ 11810] By: sky                                   on 2001/09/01  11:52:44
9006         Log: Subject: [PATCH], was t/op/incode.t breaks make minitest
9007              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9008              Date: Sat, 1 Sep 2001 14:50:14 +0200
9009              Message-ID: <20010901145014.A691@rafael>
9010      Branch: perl
9011            ! t/op/inccode.t
9012 ____________________________________________________________________________
9013 [ 11809] By: sky                                   on 2001/09/01  11:49:22
9014         Log: Subject: PATCH: ExtUtils::MakeMaker
9015              From: Tony Bowden <tony@kasei.com>
9016              Date: Sat, 1 Sep 2001 10:33:53 +0100
9017              Message-ID: <20010901103353.A13863@soto.kasei.com>
9018              Manually applied
9019      Branch: perl
9020            ! lib/ExtUtils/MakeMaker.pm
9021 ____________________________________________________________________________
9022 [ 11808] By: sky                                   on 2001/09/01  11:39:13
9023         Log: Subject: [ID 20010831.002] Bug in Term::Cap on Solaris ansi terminal using CPAN::Shell
9024              From: mike808@users.sourceforge.net
9025              Date: Sat, 1 Sep 101 11:27:50 GMT
9026              Message-Id: <200108312123.QAA27476@smtp.networkusa.net>
9027              With little tweak
9028      Branch: perl
9029            ! lib/Term/Cap.pm
9030 ____________________________________________________________________________
9031 [ 11807] By: ams                                   on 2001/09/01  11:31:16
9032         Log: Subject: oct() and hex()
9033              From: Nicholas Clark <nick@ccl4.org>
9034              Date: Fri, 31 Aug 2001 23:14:13 +0100
9035              Message-Id: <20010831231413.J4950@plum.flirble.org>
9036      Branch: perl
9037            ! pod/perlclib.pod
9038 ____________________________________________________________________________
9039 [ 11806] By: pudge                                 on 2001/09/01  00:04:52
9040         Log: Integrate change 11801 from maintperl
9041      Branch: maint-5.6/macperl
9042            ! perl.c
9043 ____________________________________________________________________________
9044 [ 11805] By: sky                                   on 2001/08/31  21:35:10
9045         Log: Subject: Re: [ID 20010831.001] SEGV from ($a, b) = (1, 2)
9046              From: Michael G Schwern <schwern@pobox.com>
9047              Date: Fri, 31 Aug 2001 15:36:28 -0400
9048              Message-ID: <20010831153628.B598@blackrider>
9049              Check for things which used to segfault
9050      Branch: perl
9051            + t/run/segfault.t
9052 ____________________________________________________________________________
9053 [ 11804] By: gsar                                  on 2001/08/31  21:02:54
9054         Log: integrate change#11801 from maint-5.6
9055              
9056              remove age-old UNICOS "workaround" that introduces a static, and
9057              hence an egregious race condition for threaded builds (*sigh*
9058              beats me why this kludge wasn't guarded by a UNICOS-specific
9059              #define *sigh*)
9060      Branch: perl
9061            ! perl.c
9062 ____________________________________________________________________________
9063 [ 11803] By: gsar                                  on 2001/08/31  20:58:38
9064         Log: remove deprecated PERL_OBJECT cruft, it has long since stopped
9065              working in 5.7.x
9066      Branch: perl
9067            - objXSUB.h
9068            ! EXTERN.h MANIFEST Makefile.SH Makefile.micro NetWare/Makefile
9069            ! NetWare/config_h.PL NetWare/dl_netware.xs NetWare/interface.c
9070            ! NetWare/nw5.c NetWare/nw5sck.c NetWare/nw5thread.c
9071            ! NetWare/nwperlsys.c NetWare/nwperlsys.h Porting/makerel
9072            ! README.win32 XSUB.h bytecode.pl cv.h cygwin/cygwin.c
9073            ! emacs/ptags embed.h embed.pl embedvar.h epoc/epoc.c ext/B/B.xs
9074            ! ext/B/B/C.pm ext/ByteLoader/ByteLoader.xs
9075            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
9076            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
9077            ! ext/POSIX/POSIX.xs globals.c iperlsys.h lib/ExtUtils/Embed.pm
9078            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
9079            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
9080            ! lib/ExtUtils/xsubpp makedef.pl mg.c op.c perl.c perl.h
9081            ! perlapi.c perlapi.h perlio.c perly.c perly.y perly_c.diff
9082            ! pod/perlguts.pod pp_ctl.c pp_hot.c proto.h regcomp.c regexec.c
9083            ! scope.c sv.c sv.h toke.c universal.c vms/descrip_mms.template
9084            ! vms/perly_c.vms win32/Makefile win32/config_h.PL
9085            ! win32/dl_win32.xs win32/makefile.mk win32/perlhost.h
9086            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
9087            ! win32/win32thread.c wince/Makefile.ce wince/config_h.PL
9088            ! wince/dl_win32.xs wince/perllib.c wince/win32.h
9089            ! wince/win32thread.c wince/wince.c wince/wincesck.c xsutils.c
9090 ____________________________________________________________________________
9091 [ 11802] By: ams                                   on 2001/08/31  18:11:32
9092         Log: Subject: [DOC PATCH] Add perl4 warning messages to perldiag.pod
9093              From: "Philip Newton" <Philip.Newton@gmx.net>
9094              Date: Fri, 31 Aug 2001 21:12:56 +0200
9095              Message-Id: <20010831.211000@ID-11583.news.dfncis.de>
9096      Branch: perl
9097            ! pod/perldiag.pod
9098 ____________________________________________________________________________
9099 [ 11801] By: gsar                                  on 2001/08/31  17:49:03
9100         Log: remove age-old UNICOS "workaround" that introduces a static, and
9101              hence an egregious race condition for threaded builds (*sigh*
9102              beats me why this kludge wasn't guarded by a UNICOS-specific
9103              #define *sigh*)
9104      Branch: maint-5.6/perl
9105            ! perl.c
9106 ____________________________________________________________________________
9107 [ 11800] By: sky                                   on 2001/08/31  17:30:26
9108         Log: Fixes bug in change 11717 that bus errored on HP-UX 10.20
9109              Might break on platforms where bool is larger than 8 bites ???
9110      Branch: perl
9111            ! regcomp.c
9112 ____________________________________________________________________________
9113 [ 11799] By: ams                                   on 2001/08/31  12:15:44
9114         Log: Integrate 11778 into mainline.
9115      Branch: perl
9116            ! t/base/term.t
9117 ____________________________________________________________________________
9118 [ 11798] By: sky                                   on 2001/08/31  11:31:44
9119         Log: Change 11797 sneaked in a faulty regcomp.c change which wasn't
9120              supposed to happen.
9121      Branch: perl
9122            ! regcomp.c
9123 ____________________________________________________________________________
9124 [ 11797] By: sky                                   on 2001/08/31  11:28:17
9125         Log: Subject: Re: Problem in ext/Time/HiRest/HiRes.t 
9126              From: "John P. Linderman" <jpl@research.att.com>
9127              Date: Fri, 31 Aug 2001 08:20:35 -0400
9128              Message-Id: <200108311220.IAA54125@raptor.research.att.com>
9129              Fixes test 14 which could fail randomly in rare cases.
9130      Branch: perl
9131            ! ext/Time/HiRes/HiRes.t regcomp.c
9132 ____________________________________________________________________________
9133 [ 11796] By: ams                                   on 2001/08/31  01:13:07
9134         Log: Subject: [PATCH] Embaressing typo in Syslog's Makefile.PL
9135              From: Nicholas Clark <nick@ccl4.org>
9136              Date: Thu, 30 Aug 2001 23:21:50 +0100
9137              Message-Id: <20010830232150.D4950@plum.flirble.org>
9138      Branch: perl
9139            ! ext/Sys/Syslog/Makefile.PL
9140 ____________________________________________________________________________
9141 [ 11795] By: ams                                   on 2001/08/30  23:53:23
9142         Log: Subject: [PATCH pod/perlhack.pod] Yet another improvement to the
9143              patching example
9144              From: Michael G Schwern <schwern@pobox.com>
9145              Date: Thu, 30 Aug 2001 17:02:08 -0400
9146              Message-Id: <20010830170208.M2318@blackrider>
9147      Branch: perl
9148            ! pod/perlhack.pod
9149 ____________________________________________________________________________
9150 [ 11794] By: ams                                   on 2001/08/30  19:35:36
9151         Log: Subject: [PATCH] pp_modulo
9152              From: Nicholas Clark <nick@ccl4.org>
9153              Date: Thu, 30 Aug 2001 18:20:54 +0100
9154              Message-Id: <20010830182053.A4950@plum.flirble.org>
9155      Branch: perl
9156            ! pp.c t/op/64bitint.t
9157 ____________________________________________________________________________
9158 [ 11793] By: sky                                   on 2001/08/30  13:02:48
9159         Log: 11792 wasn't complete
9160      Branch: perl
9161            ! makedef.pl regcomp.c
9162 ____________________________________________________________________________
9163 [ 11792] By: sky                                   on 2001/08/30  12:21:11
9164         Log: Added checks for PL_custom* and Perl_custom* functions in makedef.pl
9165      Branch: perl
9166            ! makedef.pl
9167 ____________________________________________________________________________
9168 [ 11791] By: sky                                   on 2001/08/30  10:08:02
9169         Log: Due to braindamaged makedef.pl change 11758 broke makedef.pl
9170      Branch: perl
9171            ! config_h.SH
9172 ____________________________________________________________________________
9173 [ 11790] By: sky                                   on 2001/08/30  08:22:31
9174         Log: Introduces SvREPADTMP(sv) that marks a repad SvIV as a offset
9175              on the pad. Fixes coredumps in cleanups introduced by
9176              Change 11755  
9177      Branch: perl
9178            ! op.c perl.c sv.h
9179 ____________________________________________________________________________
9180 [ 11789] By: sky                                   on 2001/08/29  19:01:47
9181         Log: GCC on HP-UX 11 with 64bit support breaks inet_ntoa
9182              This is a replacement implmentation that works on HPUX.
9183              This bug should probably be fixed in GCC.
9184      Branch: perl
9185            ! ext/Socket/Socket.xs
9186 ____________________________________________________________________________
9187 [ 11788] By: ams                                   on 2001/08/29  17:35:33
9188         Log: Subject: [PATCH] pass all tests when compiling with -DNO_PERL_PRESERVE_IVUV
9189              From: Nicholas Clark <nick@ccl4.org>
9190              Date: Wed, 29 Aug 2001 18:21:56 +0100
9191              Message-Id: <20010829182156.O4950@plum.flirble.org>
9192      Branch: perl
9193            ! ext/Devel/Peek/Peek.t sv.c t/op/64bitint.t t/op/numconvert.t
9194 ____________________________________________________________________________
9195 [ 11787] By: sky                                   on 2001/08/29  10:42:54
9196         Log: Added test for pack_addr_in and unpack_addr_in
9197              Nitpik in test 10
9198      Branch: perl
9199            ! ext/Socket/Socket.t
9200 ____________________________________________________________________________
9201 [ 11786] By: sky                                   on 2001/08/29  10:28:14
9202         Log: Added three tests to test inet_ntoa/inet_aton and *packaddr*
9203              Trying to catch errors on HP-UX
9204      Branch: perl
9205            ! ext/Socket/Socket.t
9206 ____________________________________________________________________________
9207 [ 11785] By: sky                                   on 2001/08/29  09:07:03
9208         Log: make sure USE_THREADS is defined so external apps work
9209      Branch: perl
9210            ! config_h.SH
9211 ____________________________________________________________________________
9212 [ 11784] By: sky                                   on 2001/08/29  08:06:12
9213         Log: Subject: Re: The hitlist of untested modules.
9214              From: Jonathan Stowe <gellyfish@gellyfish.com>
9215              Date: Wed, 29 Aug 2001 09:25:49 +0100 (BST)
9216              Message-ID: <Pine.LNX.4.33.0108290923320.29273-100000@orpheus.gellyfish.com>
9217              Start of tests for Shell.pm (make Schwern poorer!)
9218      Branch: perl
9219            + lib/Shell.t
9220            ! MANIFEST
9221 ____________________________________________________________________________
9222 [ 11783] By: sky                                   on 2001/08/29  07:37:50
9223         Log: END{} can change the return value even if we die from BEGIN{}
9224      Branch: perl
9225            ! miniperlmain.c
9226 ____________________________________________________________________________
9227 [ 11782] By: ams                                   on 2001/08/29  06:32:17
9228         Log: Subject: Re: [PATCH] newer tests for the coderef-in-@INC !
9229              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9230              Date: Wed, 29 Aug 2001 09:18:17 +0200
9231              Message-Id: <20010829091817.A4453@rafael>
9232      Branch: perl
9233            ! t/op/inccode.t
9234 ____________________________________________________________________________
9235 [ 11781] By: pudge                                 on 2001/08/29  02:28:33
9236         Log: Delete xsubpp.patch, as full copy exists now
9237      Branch: maint-5.6/macperl
9238            - macos/xsubpp.patch
9239 ____________________________________________________________________________
9240 [ 11780] By: pudge                                 on 2001/08/29  02:26:03
9241         Log: Add Changes file
9242      Branch: maint-5.6/macperl
9243            + macos/Changes
9244 ____________________________________________________________________________
9245 [ 11779] By: pudge                                 on 2001/08/29  02:23:11
9246         Log: Add Mac version of xsubpp as separate file
9247      Branch: maint-5.6/macperl
9248            + macos/xsubpp
9249            ! macos/Makefile.mk
9250 ____________________________________________________________________________
9251 [ 11778] By: pudge                                 on 2001/08/29  02:14:57
9252         Log: Fix open of /dev/null for Mac OS
9253      Branch: maint-5.6/macperl
9254            ! t/base/term.t
9255 ____________________________________________________________________________
9256 [ 11777] By: pudge                                 on 2001/08/29  02:12:52
9257         Log: Various patches: enable more tests; skip CVS in PerlInstall;
9258              fix typemap for Mac::Processes; remove comments in MM_MacOS.pm
9259      Branch: maint-5.6/macperl
9260            ! macos/MacPerlTests.cmd macos/PerlInstall
9261            ! macos/ext/Mac/Processes/typemap macos/lib/ExtUtils/MM_MacOS.pm
9262 ____________________________________________________________________________
9263 [ 11776] By: pudge                                 on 2001/08/29  02:11:42
9264         Log: Allow for platforms to override formatting of errors
9265              on output from Matthias Neeracher (Mac files)
9266      Branch: maint-5.6/macperl
9267            ! macos/macish.c macos/macish.h
9268 ____________________________________________________________________________
9269 [ 11775] By: pudge                                 on 2001/08/29  01:59:32
9270         Log: Allow for platforms to override formatting of errors
9271              on output from Matthias Neeracher (core files)
9272      Branch: maint-5.6/macperl
9273            ! perl.h pp_ctl.c util.c
9274 ____________________________________________________________________________
9275 [ 11774] By: pudge                                 on 2001/08/29  01:29:43
9276         Log: Add some param checking, from reports by Kevin Reid.
9277      Branch: maint-5.6/macperl
9278            ! macos/ext/Mac/Controls/Controls.pm
9279            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/Windows/Windows.pm
9280 ____________________________________________________________________________
9281 [ 11773] By: ams                                   on 2001/08/28  23:54:57
9282         Log: Subject: [PATCH] make coretest
9283              From: Paul Johnson <paul@pjcj.net>
9284              Date: Wed, 29 Aug 2001 00:11:38 +0200
9285              Message-Id: <20010829001138.B12169@pjcj.net>
9286              (Applied without the change to perlhack.pod. This should
9287              probably stay undocumented.)
9288      Branch: perl
9289            ! Makefile.SH t/TEST
9290 ____________________________________________________________________________
9291 [ 11772] By: sky                                   on 2001/08/28  13:01:20
9292         Log: Subject: [PATCH t/op/pack.t pod/perlhack.pod] Adding the failure diagnostic  
9293              From: Michael G Schwern <schwern@pobox.com>
9294              Date: Tue, 28 Aug 2001 09:57:39 -0400
9295              Message-ID: <20010828095738.E17775@blackrider>
9296      Branch: perl
9297            ! pod/perlhack.pod t/op/pack.t
9298 ____________________________________________________________________________
9299 [ 11771] By: sky                                   on 2001/08/28  11:20:13
9300         Log: Subject: [PATCH] put useful info in %INC for files loaded by a hook in @INC
9301              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9302              Date: Tue, 28 Aug 2001 14:23:43 +0200
9303              Message-ID: <20010828142343.A19299@rafael>
9304      Branch: perl
9305            ! pod/perlvar.pod pp_ctl.c
9306 ____________________________________________________________________________
9307 [ 11770] By: ams                                   on 2001/08/28  10:13:21
9308         Log: Subject: [PATCH] odd typo in op.h
9309              From: Nicholas Clark <nick@ccl4.org>
9310              Date: Tue, 28 Aug 2001 12:10:26 +0100
9311              Message-Id: <20010828121026.V4950@plum.flirble.org>
9312      Branch: perl
9313            ! op.h
9314 ____________________________________________________________________________
9315 [ 11769] By: sky                                   on 2001/08/28  08:09:16
9316         Log: Subject: [ID 20010827.008] no-foo options broken in B::Lint
9317              From: Ville "Skyttä" <scop@cs132170.pp.htv.fi>
9318              Date: Tue, 28 Aug 2001 02:22:20 +0300
9319              Message-Id: <200108272322.f7RNMKd02261@cs132170.pp.htv.fi>
9320      Branch: perl
9321            ! ext/B/B/Lint.pm
9322 ____________________________________________________________________________
9323 [ 11768] By: ams                                   on 2001/08/28  00:47:35
9324         Log: Subject: Re: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
9325              From: Michael G Schwern <schwern@pobox.com>
9326              Date: Mon, 27 Aug 2001 21:24:44 -0400
9327              Message-Id: <20010827212444.F12582@blackrider>
9328      Branch: perl
9329            ! pod/perlhack.pod t/op/pack.t
9330 ____________________________________________________________________________
9331 [ 11767] By: ams                                   on 2001/08/27  23:59:48
9332         Log: Subject: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
9333              From: Michael G Schwern <schwern@pobox.com>
9334              Date: Mon, 27 Aug 2001 20:12:29 -0400
9335              Message-Id: <20010827201229.D12582@blackrider>
9336      Branch: perl
9337            ! pod/perlhack.pod t/op/pack.t
9338 ____________________________________________________________________________
9339 [ 11766] By: ams                                   on 2001/08/27  23:39:40
9340         Log: Update Changes.
9341      Branch: perl
9342            ! Changes
9343 ____________________________________________________________________________
9344 [ 11765] By: ams                                   on 2001/08/27  22:53:10
9345         Log: Subject: Re: [PATCH] new tests for the coderef-in-@INC
9346              From: Michael G Schwern <schwern@pobox.com>
9347              Date: Mon, 27 Aug 2001 19:47:30 -0400
9348              Message-Id: <20010827194730.C12582@blackrider>
9349      Branch: perl
9350            ! t/op/inccode.t
9351 ____________________________________________________________________________
9352 [ 11764] By: ams                                   on 2001/08/27  22:46:21
9353         Log: Subject: [PATCH] new tests for the coderef-in-@INC
9354              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9355              Date: Mon, 27 Aug 2001 22:36:27 +0200
9356              Message-Id: <20010827223627.C690@rafael>
9357              
9358              Subject: Re: [PATCH] new tests for the coderef-in-@INC
9359              From: Nicholas Clark <nick@ccl4.org>
9360              Date: Tue, 28 Aug 2001 00:02:46 +0100
9361              Message-Id: <20010828000245.R4950@plum.flirble.org>
9362      Branch: perl
9363            + t/op/inccode.t
9364            ! MANIFEST
9365 ____________________________________________________________________________
9366 [ 11763] By: ams                                   on 2001/08/27  22:41:09
9367         Log: Subject: [PATCH lib/warnings.t] Removing 2>&1 requirement  (was Re:
9368              bleadperl on fire, Win95+4NT)
9369              From: Michael G Schwern <schwern@pobox.com>
9370              Date: Mon, 27 Aug 2001 16:54:42 -0400
9371              Message-Id: <20010827165442.F9436@blackrider>
9372      Branch: perl
9373            ! lib/warnings.t
9374 ____________________________________________________________________________
9375 [ 11762] By: sky                                   on 2001/08/27  19:19:17
9376         Log: Changed back Net/Ping.pm change #11759 since WNOHANG wasn't
9377              avaible at compile time. This broke the compilation of 
9378              Net/Ping.pm
9379      Branch: perl
9380            ! lib/Net/Ping.pm
9381 ____________________________________________________________________________
9382 [ 11761] By: sky                                   on 2001/08/27  18:34:48
9383         Log: Removed tripple definitions of CUSTOM_OP functions.
9384      Branch: perl
9385            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
9386 ____________________________________________________________________________
9387 [ 11760] By: sky                                   on 2001/08/27  18:21:27
9388         Log: Regen headers
9389      Branch: perl
9390            ! embed.h embedvar.h objXSUB.h opcode.h opnames.h perlapi.c
9391            ! perlapi.h proto.h
9392 ____________________________________________________________________________
9393 [ 11759] By: ams                                   on 2001/08/27  16:31:53
9394         Log: Subject: [PATCH] pod/perlfunc.pod, lib/Net/Ping.pm, ext/POSIX/POSIX.pod
9395              From: "chromatic" <chromatic@rmci.net>
9396              Date: Mon, 27 Aug 2001 11:17:09 -0600
9397              Message-Id: <20010827172111.89491.qmail@onion.perl.org>
9398      Branch: perl
9399            ! ext/POSIX/POSIX.pod lib/Net/Ping.pm pod/perlfunc.pod
9400 ____________________________________________________________________________
9401 [ 11758] By: sky                                   on 2001/08/27  15:16:42
9402         Log: Changes USE_THREADS to USE_5005THREADS in the entire source.
9403              Thanks to H. Merijn Brand for the patch.
9404              Some of the comments and or guards might be removable in perl.h now.
9405      Branch: perl
9406            ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
9407            ! Porting/Glossary Porting/config_H README.threads config_h.SH
9408            ! cop.h cv.h deb.c dosish.h dump.c embed.h embed.pl embedvar.h
9409            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Deparse.pm
9410            ! ext/B/ramblings/runtime.porting ext/DynaLoader/dl_aix.xs
9411            ! ext/Thread/Thread.xs gv.c intrpvar.h mg.c miniperlmain.c
9412            ! objXSUB.h op.c os2/os2.c os2/os2ish.h perl.c perl.h perlapi.c
9413            ! perlvars.h pod/perlguts.pod pp.c pp.h pp_ctl.c pp_hot.c
9414            ! proto.h regexec.c scope.c sv.c sv.h thrdvar.h thread.h toke.c
9415            ! uconfig.h util.c vms/genconfig.pl vms/vms.c vos/config.alpha.h
9416            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
9417            ! win32/config_H.vc win32/perllib.c win32/win32.h
9418            ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
9419            ! wince/config.h wince/config_H.ce wince/win32.h
9420            ! wince/win32thread.c wince/win32thread.h wince/wincesck.c
9421 ____________________________________________________________________________
9422 [ 11757] By: sky                                   on 2001/08/27  13:39:16
9423         Log: Subject: GNU ld parses arguments different
9424              From: H.Merijn Brand <h.m.brand@hccnet.nl>
9425              Date: Mon, 27 Aug 2001 16:25:51 +0200
9426              Message-Id: <20010827162254.2EA6.H.M.BRAND@hccnet.nl>
9427      Branch: perl
9428            ! hints/hpux.sh
9429 ____________________________________________________________________________
9430 [ 11756] By: sky                                   on 2001/08/27  13:18:45
9431         Log: Subject: Custom Ops
9432              From: Simon Cozens <simon@netthink.co.uk>
9433              Date: Sat, 25 Aug 2001 17:45:09 +0100
9434              Message-ID: <20010825174509.A5752@netthink.co.uk>
9435              I also added a fix to Opcode.pm to quite test cases.
9436      Branch: perl
9437            ! dump.c embed.pl ext/Opcode/Opcode.pm intrpvar.h op.c op.h
9438            ! opcode.pl pod/perlguts.pod pp_ctl.c pp_sys.c run.c sv.c utf8.c
9439 ____________________________________________________________________________
9440 [ 11755] By: sky                                   on 2001/08/27  05:37:17
9441         Log: Plugs a memory leak on destruction of regular expressions
9442              introcued by #11274.
9443              PL_regex_padav now has an AV as it's first entry with a list
9444              of freed regex_padav slots that it will reuse on creating
9445              new PMOPs.
9446      Branch: perl
9447            ! op.c perl.c
9448 ____________________________________________________________________________
9449 [ 11754] By: ams                                   on 2001/08/26  14:38:52
9450         Log: Subject: [PATCH] t/io/binmode.t
9451              From: Nicholas Clark <nick@ccl4.org>
9452              Date: Sun, 26 Aug 2001 12:03:05 +0100
9453              Message-Id: <20010826120305.C4950@plum.flirble.org>
9454              
9455              (Also a nitpick in #11752 to t/op/universal.t)
9456      Branch: perl
9457            ! t/io/binmode.t t/op/universal.t
9458 ____________________________________________________________________________
9459 [ 11753] By: ams                                   on 2001/08/26  08:19:34
9460         Log: Subject: [PATCH] op/universal.t failing
9461              From: Nicholas Clark <nick@ccl4.org>
9462              Date: Sun, 26 Aug 2001 09:48:22 +0100
9463              Message-Id: <20010826094822.B4950@plum.flirble.org>
9464      Branch: perl
9465            ! t/op/universal.t
9466 ____________________________________________________________________________
9467 [ 11752] By: ams                                   on 2001/08/25  22:46:13
9468         Log: Subject: Re: 'can' with undefined subs
9469              From: Tony Bowden <tony@kasei.com>
9470              Date: Sat, 25 Aug 2001 14:58:17 +0100
9471              Message-Id: <20010825145817.A11788@soto.kasei.com>
9472              (Applied with minor modifications.)
9473      Branch: perl
9474            ! t/op/universal.t
9475 ____________________________________________________________________________
9476 [ 11751] By: ams                                   on 2001/08/25  18:28:43
9477         Log: Subject: Re: 'can' with undefined subs
9478              From: Tony Bowden <tony@kasei.com>
9479              Date: Sat, 25 Aug 2001 15:13:14 +0100
9480              Message-Id: <20010825151314.B11788@soto.kasei.com>
9481      Branch: perl
9482            ! lib/UNIVERSAL.pm
9483 ____________________________________________________________________________
9484 [ 11750] By: nick                                  on 2001/08/25  15:24:15
9485         Log: Integrate mainline
9486      Branch: perlio
9487           +> t/io/binmode.t
9488           !> (integrate 26 files)
9489 ____________________________________________________________________________
9490 [ 11749] By: nick                                  on 2001/08/25  14:55:41
9491         Log: Subject:  Re: [PATCH] Added wisdom to perlhack.pod
9492              From:  John Peacock <jpeacock@rowman.com>
9493              Date:  Wed, 22 Aug 2001 12:05:28 -0400
9494              Message-Id:  <3B83D848.7FD9C6EF@rowman.com>
9495      Branch: perl
9496            ! pod/perlhack.pod
9497 ____________________________________________________________________________
9498 [ 11748] By: nick                                  on 2001/08/25  14:53:04
9499         Log: Subject:  Re: [PATCH] (was Re: PerlIO regerssion tests?)
9500              From:  Michael G Schwern <schwern@pobox.com>
9501              Date:  Wed, 22 Aug 2001 19:22:45 -0400
9502              Message-Id:  <20010822192245.U619@blackrider>
9503      Branch: perl
9504            ! MANIFEST
9505 ____________________________________________________________________________
9506 [ 11747] By: nick                                  on 2001/08/25  14:52:33
9507         Log: Subject:  [PATCH] (was Re: PerlIO regerssion tests?)
9508              From:  Nicholas Clark <nick@ccl4.org>
9509              Date:  Wed, 22 Aug 2001 23:29:06 +0100
9510              Message-Id:  <20010822232906.Z82818@plum.flirble.org>
9511      Branch: perl
9512            + t/io/binmode.t
9513            ! perlio.c pod/perlfunc.pod
9514 ____________________________________________________________________________
9515 [ 11744] By: nick                                  on 2001/08/25  14:37:33
9516         Log: Subject:  [PATCH bleadperl] quiet down VC++ warnings in a2py.c and walk.c
9517              From:  Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
9518              Date:  Fri, 24 Aug 2001 22:10:42 +0200
9519              Message-Id:  <1065978076.20010824221042@tesla.rcub.bg.ac.yu>
9520      Branch: perl
9521            ! x2p/a2py.c x2p/walk.c
9522 ____________________________________________________________________________
9523 [ 11743] By: nick                                  on 2001/08/25  14:32:47
9524         Log: Subject:  [DOC PATCH] The coderef-in-@INC feature
9525              From:  Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9526              Date:  Fri, 24 Aug 2001 23:34:13 +0200
9527              Message-Id:  <20010824233413.A1285@rafael>
9528      Branch: perl
9529            ! pod/perlfunc.pod pod/perlvar.pod
9530 ____________________________________________________________________________
9531 [ 11742] By: ams                                   on 2001/08/25  13:16:02
9532         Log: Subject: [PATCH] Re: The coderef in @INC strikes back
9533              From: Nicholas Clark <nick@ccl4.org>
9534              Date: Sat, 25 Aug 2001 14:50:07 +0100
9535              Message-Id: <20010825145007.L41464@plum.flirble.org>
9536      Branch: perl
9537            ! pp_ctl.c
9538 ____________________________________________________________________________
9539 [ 11741] By: nick                                  on 2001/08/24  07:08:45
9540         Log: When applying patch via Porting/apply fails, do p4 refresh
9541              to get old files back.
9542      Branch: perl
9543            ! Porting/apply
9544 ____________________________________________________________________________
9545 [ 11740] By: ams                                   on 2001/08/24  04:47:24
9546         Log: #11739 was incomplete.
9547      Branch: perl
9548            ! pod/perldiag.pod
9549 ____________________________________________________________________________
9550 [ 11739] By: ams                                   on 2001/08/24  04:09:40
9551         Log: Subject: [DOC patch bleadperl] "misspelled" misspelled
9552              From: "Philip Newton" <Philip.Newton@gmx.net>
9553              Date: Fri, 24 Aug 2001 07:08:34 +0200
9554      Branch: perl
9555            ! pod/perldiag.pod
9556 ____________________________________________________________________________
9557 [ 11738] By: ams                                   on 2001/08/24  02:19:42
9558         Log: Fixed Doug Wilson's email address.
9559      Branch: perl
9560            ! AUTHORS
9561 ____________________________________________________________________________
9562 [ 11737] By: ams                                   on 2001/08/24  00:10:13
9563         Log: Subject: [DOC PATCH] Adding new warning in perldiag.pod
9564              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9565              Date: Thu, 23 Aug 2001 22:22:58 +0200
9566              Message-Id: <20010823222258.A901@rafael>
9567      Branch: perl
9568            ! pod/perldiag.pod
9569 ____________________________________________________________________________
9570 [ 11736] By: ams                                   on 2001/08/24  00:05:02
9571         Log: Subject: [PATCH perl@ ] add $Config('scriptdir'} on VMS
9572              From: "Craig A. Berry" <craigberry@mac.com>
9573              Date: Thu, 23 Aug 2001 19:07:45 -0500
9574              Message-Id: <a05101004b7ab4593bb24@[172.16.52.1]>
9575      Branch: perl
9576            ! configure.com
9577 ____________________________________________________________________________
9578 [ 11735] By: sky                                   on 2001/08/23  13:42:07
9579         Log: Backed out 11732, it breaks lib/strict.t 
9580      Branch: perl
9581            ! op.c
9582 ____________________________________________________________________________
9583 [ 11734] By: sky                                   on 2001/08/23  11:45:59
9584         Log: Removed toy from 17133 after Matt Sargeants request.
9585      Branch: perl
9586            ! pod/perlfaq4.pod
9587 ____________________________________________________________________________
9588 [ 11733] By: sky                                   on 2001/08/23  11:36:29
9589         Log: Subject: [PATCH perlfaq4] Faster permutation algorithms
9590              From: Robin Houston <robin@kitsite.com>
9591              Date: Wed, 22 Aug 2001 23:06:16 +0100
9592              Message-ID: <20010822230616.A254@robin.kitsite.com>
9593      Branch: perl
9594            ! pod/perlfaq4.pod
9595 ____________________________________________________________________________
9596 [ 11732] By: sky                                   on 2001/08/23  10:36:02
9597         Log: Subject: Re: [ID 20010822.001] Freeing pads after parse error
9598              From: Simon Cozens <simon@netthink.co.uk>
9599              Date: Thu, 23 Aug 2001 12:06:36 +0100
9600              Message-ID: <20010823120636.A9961@netthink.co.uk>
9601      Branch: perl
9602            ! op.c
9603 ____________________________________________________________________________
9604 [ 11731] By: gsar                                  on 2001/08/23  03:58:58
9605         Log: fix broken windows build
9606      Branch: perl
9607            ! perl.h
9608 ____________________________________________________________________________
9609 [ 11730] By: ams                                   on 2001/08/22  21:35:30
9610         Log: Subject: [PATCH] io/tell.t doesn't chdir t
9611              From: Nicholas Clark <nick@ccl4.org>
9612              Date: Wed, 22 Aug 2001 23:25:58 +0100
9613              Message-Id: <20010822232557.Y82818@plum.flirble.org>
9614      Branch: perl
9615            ! t/io/tell.t
9616 ____________________________________________________________________________
9617 [ 11729] By: ams                                   on 2001/08/22  20:32:21
9618         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
9619              questions)
9620              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
9621              Date: Wed, 22 Aug 2001 17:09:04 -0400
9622              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
9623              (Oops, forgot File::Spec::Unix in the previous patch.)
9624      Branch: perl
9625            ! lib/File/Spec/Unix.pm
9626 ____________________________________________________________________________
9627 [ 11728] By: ams                                   on 2001/08/22  20:25:41
9628         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
9629              questions)
9630              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
9631              Date: Wed, 22 Aug 2001 17:09:04 -0400
9632              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
9633      Branch: perl
9634            ! lib/File/Spec.pm
9635 ____________________________________________________________________________
9636 [ 11727] By: ams                                   on 2001/08/22  19:43:30
9637         Log: Subject: Re: [PATCH 1 of 3] $] is deprecated - eliminate from core tests
9638              From: John Peacock <jpeacock@rowman.com>
9639              Date: Wed, 22 Aug 2001 12:35:52 -0400
9640              Message-Id: <3B83DF68.5D89DC81@rowman.com>
9641              (Adds proper tests for $], notwithstanding Subject. +nitpick)
9642      Branch: perl
9643            ! t/op/ver.t
9644 ____________________________________________________________________________
9645 [ 11726] By: ams                                   on 2001/08/22  19:36:39
9646         Log: Subject: [ID 20010822.007] eval STRING & diagnostics.pm not mixing
9647              From: schwern@ool-18b93024.dyn.optonline.net (Michael G Schwern)
9648              Date: Wed, 22 Aug 2001 16:03:00 -0400 (EDT)
9649              Message-Id: <20010822200300.0D1638253@ool-18b93024.dyn.optonline.net>
9650      Branch: perl
9651            ! lib/diagnostics.pm lib/diagnostics.t
9652 ____________________________________________________________________________
9653 [ 11725] By: ams                                   on 2001/08/22  19:25:01
9654         Log: Subject: [PATCH] 64 bit integer preserving pp_divide
9655              From: Nicholas Clark <nick@ccl4.org>
9656              Date: Wed, 22 Aug 2001 20:59:05 +0100
9657              Message-Id: <20010822205905.U82818@plum.flirble.org>
9658      Branch: perl
9659            ! pp.c t/op/64bitint.t t/op/arith.t
9660 ____________________________________________________________________________
9661 [ 11724] By: ams                                   on 2001/08/22  10:02:33
9662         Log: Subject: Configure blooper
9663              From: H.Merijn Brand <h.m.brand@hccnet.nl>
9664              Date: Wed, 22 Aug 2001 12:38:35 +0200
9665              Message-Id: <20010822123750.A797.H.M.BRAND@hccnet.nl>
9666      Branch: perl
9667            ! Configure
9668 ____________________________________________________________________________
9669 [ 11723] By: ams                                   on 2001/08/21  16:17:53
9670         Log: Subject: [PATCH] installperl -help
9671              From: Nicholas Clark <nick@ccl4.org>
9672              Date: Tue, 21 Aug 2001 17:34:23 +0100
9673              Message-Id: <20010821173423.F82818@plum.flirble.org>
9674      Branch: perl
9675            ! installperl
9676 ____________________________________________________________________________
9677 [ 11722] By: ams                                   on 2001/08/20  07:46:31
9678         Log: Subject: [PATCH perlvar.pod] Rewrite $. entry and switch to -> syntax
9679              From: Ilmari Karonen <iltzu@sci.fi>
9680              Date: Mon, 20 Aug 2001 06:42:01 +0300 (EET DST)
9681              Message-Id: <Pine.SOL.3.96.1010820063126.28048A-100000@simpukka>
9682      Branch: perl
9683            ! pod/perlvar.pod
9684 ____________________________________________________________________________
9685 [ 11721] By: nick                                  on 2001/08/20  06:24:31
9686         Log: Integrate mainline
9687      Branch: perlio
9688           +> Porting/apply lib/Lingua/KO/Hangul/Util.pm
9689           +> lib/Lingua/KO/Hangul/Util/Changes
9690           +> lib/Lingua/KO/Hangul/Util/README
9691           +> lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
9692           +> lib/Unicode/Collate/Changes lib/Unicode/Collate/README
9693           +> lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
9694           +> lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
9695           +> lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
9696           +> lib/Unicode/Normalize/t/test.t
9697            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
9698           !> (integrate 55 files)
9699 ____________________________________________________________________________
9700 [ 11720] By: pudge                                 on 2001/08/19  19:00:16
9701         Log: Integrate Change #11599 from maint-5.6/perl
9702      Branch: maint-5.6/macperl
9703           !> README.win32
9704 ____________________________________________________________________________
9705 [ 11719] By: ams                                   on 2001/08/18  21:21:42
9706         Log: Add Porting/apply to MANIFEST.
9707      Branch: perl
9708            ! MANIFEST
9709 ____________________________________________________________________________
9710 [ 11718] By: sky                                   on 2001/08/18  14:38:01
9711         Log: PL_reentrant_buffer does not exist in 5005threaded perl.
9712              Better solution would be to make 5005threaded perl use
9713              the same system as ithreads do
9714      Branch: perl
9715            ! perl.h
9716 ____________________________________________________________________________
9717 [ 11717] By: jhi                                   on 2001/08/18  14:24:42
9718         Log: New try for ID 20010407.006: detach the semantics
9719              "was the last match target UTF8" into its own variable.
9720      Branch: perl
9721            ! embedvar.h intrpvar.h mg.c perlapi.h pod/perlapi.pod pp.c
9722            ! pp_hot.c regcomp.c regexec.c sv.c t/op/pat.t thrdvar.h
9723 ____________________________________________________________________________
9724 [ 11716] By: jhi                                   on 2001/08/18  12:11:14
9725         Log: UTF8 flag should be meaningful only when POK.
9726      Branch: perl
9727            ! dump.c
9728 ____________________________________________________________________________
9729 [ 11715] By: sky                                   on 2001/08/18  11:45:16
9730         Log: USE_THREADS and USE_ITHREADS are never true at the same time
9731      Branch: perl
9732            ! perl.h
9733 ____________________________________________________________________________
9734 [ 11714] By: jhi                                   on 2001/08/18  06:03:24
9735         Log: Retract #11712 for now.  The real fix would probably
9736              be something like making PL_reg_sv a copy (PV + UTF8)
9737              of the matched/substituted string (note: not just a SvPOK
9738              string, for example the stringified form of a ROK would
9739              be applicable)  Beware of leaks.
9740      Branch: perl
9741            ! pp_hot.c t/op/pat.t
9742 ____________________________________________________________________________
9743 [ 11713] By: jhi                                   on 2001/08/18  03:22:42
9744         Log: UTF8 wasn't printing for PVMGs.
9745      Branch: perl
9746            ! dump.c
9747 ____________________________________________________________________________
9748 [ 11712] By: jhi                                   on 2001/08/18  03:22:24
9749         Log: (Retracted by #11714)
9750              
9751              Okay analysis, debatable fix.  (The fix will inc
9752              the refcount of all temporary match objects,
9753              like for example tied(%h) =~ /^.../ from Tie/RefHash.t,
9754              which will then cause griping at untie() time
9755              ("inner references remain").
9756              
9757              Fix for ID 20010407.006: PL_reg_sv got wiped out
9758              by freetemps if the match target was a temporary
9759              (like function_call() =~ /.../), which in turn meant
9760              that the $1 et al stopped working if they had UTF-8
9761              in them.  Therefore bump up the refcount of PL_reg_sv.
9762      Branch: perl
9763            ! pp_hot.c t/op/pat.t
9764 ____________________________________________________________________________
9765 [ 11711] By: ams                                   on 2001/08/17  20:32:08
9766         Log: Subject: [PATCH] doesn't compile, was perl@11710
9767              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9768              Date: Fri, 17 Aug 2001 23:21:10 +0200
9769              Message-Id: <20010817232110.C7041@rafael> 
9770      Branch: perl
9771            ! sharedsv.c
9772 ____________________________________________________________________________
9773 [ 11710] By: jhi                                   on 2001/08/17  14:26:57
9774         Log: Update Changes.
9775      Branch: perl
9776            ! Changes patchlevel.h
9777 ____________________________________________________________________________
9778 [ 11709] By: jhi                                   on 2001/08/17  13:47:53
9779         Log: Upgrade to libnet 1.0704.
9780      Branch: perl
9781            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
9782            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Cmd.pm
9783            ! lib/Net/Config.pm lib/Net/Domain.pm lib/Net/FTP.pm
9784            ! lib/Net/FTP/A.pm lib/Net/FTP/I.pm lib/Net/FTP/dataconn.pm
9785            ! lib/Net/NNTP.pm lib/Net/Netrc.pm lib/Net/POP3.pm
9786            ! lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/Time.pm
9787            ! lib/Net/libnetFAQ.pod lib/Net/t/ftp.t
9788 ____________________________________________________________________________
9789 [ 11708] By: sky                                   on 2001/08/17  13:34:04
9790         Log: Let perl_clone copy PL_exit_flags
9791      Branch: perl
9792            ! sv.c
9793 ____________________________________________________________________________
9794 [ 11707] By: sky                                   on 2001/08/17  12:28:41
9795         Log: Protext sharedsv_space better. Extended EDIT and RELEASE macro
9796      Branch: perl
9797            ! sharedsv.c sharedsv.h
9798 ____________________________________________________________________________
9799 [ 11706] By: jhi                                   on 2001/08/17  11:59:28
9800         Log: The metaconfig unit change for #11705.
9801      Branch: metaconfig/U/perl
9802            ! Extensions.U
9803 ____________________________________________________________________________
9804 [ 11705] By: jhi                                   on 2001/08/17  11:58:48
9805         Log: Allow the threads extension to be found if present.
9806      Branch: perl
9807            ! Configure
9808 ____________________________________________________________________________
9809 [ 11704] By: nick                                  on 2001/08/17  11:47:54
9810         Log: Mail -> change script (pre-alpha)
9811      Branch: perl
9812            + Porting/apply
9813 ____________________________________________________________________________
9814 [ 11703] By: sky                                   on 2001/08/17  07:11:24
9815         Log: Fixed macros for localtime_r under USE_REENTRANT_API, also fixed for HP-UX 10.20
9816              Thanks to Tom Hospel for pointing out my error.
9817      Branch: perl
9818            ! op.h
9819 ____________________________________________________________________________
9820 [ 11702] By: sky                                   on 2001/08/17  04:18:11
9821         Log: Adds PERL_EXIT_DESTRUCT_END to PL_exit_flags which if set moves END block running to perl_destruct, changes prototype of perl_destruct to return exitstatus.
9822      Branch: perl
9823            ! embed.pl miniperlmain.c perl.c perl.h proto.h
9824 ____________________________________________________________________________
9825 [ 11701] By: jhi                                   on 2001/08/17  03:22:38
9826         Log: Integrate Lingua::KO::Hangul::Util 0.02, Unicode::Normalize,
9827              and Unicode::Collate 0.07, from SADAHIRO Tomoyuki.
9828      Branch: perl
9829            + lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
9830            + lib/Lingua/KO/Hangul/Util/README
9831            + lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
9832            + lib/Unicode/Collate/Changes lib/Unicode/Collate/README
9833            + lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
9834            + lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
9835            + lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
9836            + lib/Unicode/Normalize/t/test.t
9837            ! MANIFEST
9838 ____________________________________________________________________________
9839 [ 11700] By: jhi                                   on 2001/08/17  02:58:59
9840         Log: Subject: [PATCH perl@11683] IEEE float tweak for VMS
9841              Date: Thu, 16 Aug 2001 22:46:15 -0500
9842              From: "Craig A. Berry" <craigberry@mac.com>
9843              Message-Id: <5.1.0.14.0.20010816204836.01ab4e58@exchi01>
9844      Branch: perl
9845            ! configure.com numeric.c
9846 ____________________________________________________________________________
9847 [ 11699] By: jhi                                   on 2001/08/17  02:33:00
9848         Log: It seems that Tru64 has "naturally" threadsafe APIs only for
9849              of the usual suspects (like getpwent) but not for others
9850              (like localtime and rand).  The _r versions are available
9851              for all of them, so let's use them.
9852      Branch: perl
9853            ! perl.h
9854 ____________________________________________________________________________
9855 [ 11698] By: jhi                                   on 2001/08/17  01:53:02
9856         Log: (Accidental apply; thankfully empty.)
9857      Branch: perl
9858            ! hints/os390.sh
9859 ____________________________________________________________________________
9860 [ 11697] By: jhi                                   on 2001/08/17  01:50:55
9861         Log: Subject: Re: [ID 20010803.016] Possible regex bug in 5.6.1 
9862              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
9863              Date: Thu, 16 Aug 2001 16:27:49 +0100
9864              Message-Id: <200108161527.f7GFRnH09419@crypt.compulink.co.uk>
9865      Branch: perl
9866            ! regexec.c t/op/re_tests
9867 ____________________________________________________________________________
9868 [ 11696] By: jhi                                   on 2001/08/17  01:50:01
9869         Log: Subject: Re: [ID 20010814.004] pos() doesn't work when using =~m// in list context 
9870              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
9871              Date: Thu, 16 Aug 2001 18:50:01 +0100
9872              Message-Id: <200108161750.f7GHo1l22207@crypt.compulink.co.uk>
9873      Branch: perl
9874            ! pp_hot.c t/op/pat.t
9875 ____________________________________________________________________________
9876 [ 11695] By: jhi                                   on 2001/08/17  01:49:12
9877         Log: Subject: [PATCH] *time_r again
9878              From: "Arthur Bergman" <arthur@contiller.se>
9879              Date: Thu, 16 Aug 2001 16:01:54 +0200
9880              Message-ID: <00ca01c1265c$0175f940$21000a0a@vogw2kdev>
9881      Branch: perl
9882            ! op.h
9883 ____________________________________________________________________________
9884 [ 11694] By: jhi                                   on 2001/08/17  01:47:53
9885         Log: system() and backtick error handling cleanup from Craig A. Berry.
9886      Branch: perl
9887            ! vms/vms.c
9888 ____________________________________________________________________________
9889 [ 11693] By: gsar                                  on 2001/08/17  01:07:21
9890         Log: change#10334 leaks memory, copies string when it doesn't
9891              need to
9892      Branch: perl
9893            ! perl.c
9894 ____________________________________________________________________________
9895 [ 11692] By: jhi                                   on 2001/08/16  12:22:29
9896         Log: One more twist to the sprintf + utf8 testing.
9897      Branch: perl
9898            ! t/op/misc.t
9899 ____________________________________________________________________________
9900 [ 11691] By: jhi                                   on 2001/08/16  11:46:02
9901         Log: Fix for 20010407.008 sprintf removes utf8-ness.
9902      Branch: perl
9903            ! pp.c t/op/misc.t
9904 ____________________________________________________________________________
9905 [ 11690] By: jhi                                   on 2001/08/16  11:31:00
9906         Log: Subject: [PATCH] *time_r fixes
9907              From: "Arthur Bergman" <arthur@contiller.se>
9908              Message-ID: <00b901c1264e$1cbe6970$21000a0a@vogw2kdev>
9909              Date: Thu, 16 Aug 2001 14:22:27 +0200
9910      Branch: perl
9911            ! op.h
9912 ____________________________________________________________________________
9913 [ 11689] By: jhi                                   on 2001/08/16  11:29:30
9914         Log: Upgrade to CGI.pm 2.77.
9915      Branch: perl
9916            ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm lib/CGI/t/form.t
9917            ! lib/CGI/t/function.t
9918 ____________________________________________________________________________
9919 [ 11688] By: jhi                                   on 2001/08/16  01:07:21
9920         Log: Document the bytes-to-Unicode upgrading.
9921      Branch: perl
9922            ! pod/perlunicode.pod
9923 ____________________________________________________________________________
9924 [ 11687] By: jhi                                   on 2001/08/16  00:29:29
9925         Log: Add a test for Unicode sprintf.
9926      Branch: perl
9927            ! t/op/misc.t
9928 ____________________________________________________________________________
9929 [ 11686] By: jhi                                   on 2001/08/16  00:20:40
9930         Log: Add Unicode tests for index/rindex.
9931      Branch: perl
9932            ! t/op/index.t
9933 ____________________________________________________________________________
9934 [ 11685] By: jhi                                   on 2001/08/15  22:51:53
9935         Log: Document a bit the art of minimizing the installation,
9936              based on the p5p discussion.
9937      Branch: perl
9938            ! INSTALL
9939 ____________________________________________________________________________
9940 [ 11684] By: nick                                  on 2001/08/15  15:03:31
9941         Log: Integrate mainline
9942      Branch: perlio
9943           +> sharedsv.c sharedsv.h
9944           !> (integrate 53 files)
9945 ____________________________________________________________________________
9946 [ 11683] By: jhi                                   on 2001/08/15  13:49:07
9947         Log: Update Changes.
9948      Branch: perl
9949            ! Changes patchlevel.h
9950 ____________________________________________________________________________
9951 [ 11682] By: jhi                                   on 2001/08/15  13:26:00
9952         Log: The #11673 necessitated a test tweak.
9953      Branch: perl
9954            ! t/io/utf8.t
9955 ____________________________________________________________________________
9956 [ 11681] By: jhi                                   on 2001/08/15  13:12:50
9957         Log: Also UNICOS is in the general case unable to silently
9958              handle fp overflows.
9959      Branch: perl
9960            ! numeric.c
9961 ____________________________________________________________________________
9962 [ 11680] By: jhi                                   on 2001/08/15  13:05:15
9963         Log: Try to get NV_MIN, NV_MAX, NV_MIN_10_EXP, NV_MAX_10_EXP,
9964              NV_EPSILON #defined.
9965      Branch: perl
9966            ! perl.h
9967 ____________________________________________________________________________
9968 [ 11679] By: jhi                                   on 2001/08/15  12:48:32
9969         Log: Re-establish the fp overflow detection for VAX VMS; there
9970              is no easy way to have the IEEE fp silent overflow semantics.
9971              (in Alpha VMS we still will use IEEE fp by default-- but it
9972              is still possible to configure Perl to use G_FLOAT)
9973      Branch: perl
9974            ! numeric.c
9975 ____________________________________________________________________________
9976 [ 11678] By: jhi                                   on 2001/08/15  12:27:41
9977         Log: Subject: [PATCH] pp_lock 
9978              From: "Arthur Bergman" <arthur@contiller.se>
9979              Date: Wed, 15 Aug 2001 11:52:16 +0200
9980              Message-ID: <008401c1256f$f75a91b0$21000a0a@vogw2kdev>
9981      Branch: perl
9982            ! pp.c
9983 ____________________________________________________________________________
9984 [ 11677] By: jhi                                   on 2001/08/15  12:26:44
9985         Log: Subject: Re: [ID 20010809.023] perlre misleads when stating that (?i) should be at front of pattern 
9986              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
9987              Date: Wed, 15 Aug 2001 11:32:11 +0100
9988              Message-Id: <200108151032.f7FAWBI30961@crypt.compulink.co.uk>
9989      Branch: perl
9990            ! regcomp.c t/op/re_tests
9991 ____________________________________________________________________________
9992 [ 11676] By: jhi                                   on 2001/08/15  12:25:29
9993         Log: Subject: Re: [ID 20010811.006] re_eval: logical leaks 
9994              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
9995              Date: Wed, 15 Aug 2001 10:33:49 +0100
9996              Message-Id: <200108150933.f7F9Xnr11222@crypt.compulink.co.uk>
9997      Branch: perl
9998            ! regexec.c t/op/re_tests
9999 ____________________________________________________________________________
10000 [ 11675] By: jhi                                   on 2001/08/15  03:28:20
10001         Log: Subject: Re: bug in File::Spec 0.82 (canonpath)
10002              From: Barrie Slaymaker <barries@slaysys.com>
10003              Date: Tue, 14 Aug 2001 14:32:25 -0400
10004              Message-ID: <20010814143225.A19822@jester.slaysys.com>
10005      Branch: perl
10006            ! lib/File/Spec.t lib/File/Spec/Unix.pm
10007 ____________________________________________________________________________
10008 [ 11674] By: jhi                                   on 2001/08/15  03:25:32
10009         Log: Subject: [PATCH: perl@11626] modify VMS default prefix for installation
10010              From: Peter Prymmer <pvhp@forte.com>
10011              Date: Tue, 14 Aug 2001 13:33:32 -0700 (PDT)
10012              Message-ID: <Pine.OSF.4.10.10108141327590.192110-100000@aspara.forte.com>
10013      Branch: perl
10014            ! README.vms configure.com
10015 ____________________________________________________________________________
10016 [ 11673] By: jhi                                   on 2001/08/15  03:16:14
10017         Log: Subject: [PATCH perl@11660] Warning incorrectly reported without -w
10018              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10019              Date: Tue, 14 Aug 2001 21:23:27 +0200
10020              Message-ID: <20010814212327.A1919@rafael>
10021      Branch: perl
10022            ! doio.c
10023 ____________________________________________________________________________
10024 [ 11672] By: jhi                                   on 2001/08/15  03:15:25
10025         Log: Subject: [PATCH bleadperl] fixing SDBM_File problems under win32
10026              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
10027              Date: Tue, 14 Aug 2001 22:30:11 +0200
10028              Message-ID: <4224685483.20010814223011@tesla.rcub.bg.ac.yu>
10029              
10030              Combination of nmake, quoting, and Perl expanded $( in here-doc.
10031      Branch: perl
10032            ! ext/SDBM_File/Makefile.PL
10033 ____________________________________________________________________________
10034 [ 11671] By: jhi                                   on 2001/08/14  13:44:40
10035         Log: Todo updates.
10036      Branch: perl
10037            ! pod/perltodo.pod
10038 ____________________________________________________________________________
10039 [ 11670] By: jhi                                   on 2001/08/14  13:10:36
10040         Log: Subject: [PATCH bleadperl CORE] removing sv.c warnings on VC++5.0
10041              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
10042              Date: Mon, 13 Aug 2001 23:15:01 +0200
10043              Message-ID: <6114148607.20010813231501@tesla.rcub.bg.ac.yu>
10044      Branch: perl
10045            ! sv.c
10046 ____________________________________________________________________________
10047 [ 11669] By: jhi                                   on 2001/08/14  13:07:09
10048         Log: Subject: [PATCH] [b-]showlex.t
10049              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
10050              Date: Sun, 12 Aug 2001 22:24:51 +0200
10051              Message-ID: <6510457078.20010812222451@tesla.rcub.bg.ac.yu>
10052              
10053              The 4nt command shell will expand the % in command line
10054              no matter what quoting is attempted, changed the % to @.
10055      Branch: perl
10056            ! ext/B/Showlex.t
10057 ____________________________________________________________________________
10058 [ 11668] By: jhi                                   on 2001/08/14  13:01:02
10059         Log: Subject: [PATCH] magic.t
10060              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
10061              Date: Sun, 12 Aug 2001 20:49:27 +0200
10062              Message-ID: <844732764.20010812204927@tesla.rcub.bg.ac.yu>
10063      Branch: perl
10064            ! t/op/magic.t
10065 ____________________________________________________________________________
10066 [ 11667] By: jhi                                   on 2001/08/14  12:35:17
10067         Log: Add sharedsv* to the DOSish platforms; plus add
10068              some WinCE files to the list of DOSish files.
10069      Branch: perl
10070            ! NetWare/Makefile Porting/makerel win32/Makefile
10071            ! win32/makefile.mk wince/Makefile.ce
10072 ____________________________________________________________________________
10073 [ 11666] By: jhi                                   on 2001/08/14  12:29:57
10074         Log: More DOSish files.
10075      Branch: perl
10076            ! Porting/makerel
10077 ____________________________________________________________________________
10078 [ 11665] By: jhi                                   on 2001/08/14  12:27:58
10079         Log: Strip CRs from the WinCE files.  Now we need to
10080              figure out in which CRs are really needed: probably
10081              Makefile.ce and the README files, at least, probably
10082              also the registry.bat.
10083      Branch: perl
10084            ! wince/Makefile.ce wince/README.compile wince/README.perlce
10085            ! wince/config.h wince/include/cectype.h wince/include/errno.h
10086            ! wince/include/sys/stat.h wince/include/sys/types.h
10087            ! wince/include/sys/utime.h wince/include/time.h wince/perl.rc
10088            ! wince/perldll.def wince/registry.bat wince/wince.h
10089            ! wince/xbuildall.ksh wince/xdistclean.ksh wince/xmakediffs.ksh
10090 ____________________________________________________________________________
10091 [ 11664] By: jhi                                   on 2001/08/14  12:05:09
10092         Log: Add some files to DOSish and writables.
10093      Branch: perl
10094            ! Porting/makerel
10095 ____________________________________________________________________________
10096 [ 11663] By: jhi                                   on 2001/08/14  03:08:07
10097         Log: Compile failure message tidying.
10098      Branch: perl
10099            ! t/lib/1_compile.t
10100 ____________________________________________________________________________
10101 [ 11662] By: jhi                                   on 2001/08/14  01:41:22
10102         Log: The new sharedsv* should be exported only if usethreads.
10103      Branch: perl
10104            ! makedef.pl
10105 ____________________________________________________________________________
10106 [ 11661] By: jhi                                   on 2001/08/14  00:25:30
10107         Log: Subject: [PATCH: perl@11626] URL updates for README.os390
10108              From: Peter Prymmer <pvhp@forte.com>
10109              Date: Mon, 13 Aug 2001 15:21:06 -0700 (PDT)
10110              Message-ID: <Pine.OSF.4.10.10108131517570.151295-100000@aspara.forte.com>
10111      Branch: perl
10112            ! README.os390
10113 ____________________________________________________________________________
10114 [ 11660] By: jhi                                   on 2001/08/13  12:54:54
10115         Log: Update Changes.
10116      Branch: perl
10117            ! Changes patchlevel.h
10118 ____________________________________________________________________________
10119 [ 11659] By: jhi                                   on 2001/08/13  12:45:21
10120         Log: Subject: [PATHC] sharedsv.[c|h]
10121              From: "Artur Bergman" <artur@contiller.se>
10122              Date: Mon, 13 Aug 2001 14:38:41 +0200
10123              Message-ID: <005401c123f4$e1f53360$21000a0a@vogw2kdev>  
10124              
10125              Subject: [PATCH] embed.pl
10126              From: Arthur Bergman <arthur@contiller.se>
10127              Date: Mon, 13 Aug 2001 14:38:14 +0200
10128              Message-ID: <B79D96D6.3088%arthur@contiller.se>
10129              
10130              Subject: [PATCH] sharedsv cleanups
10131              From: "Arthur Bergman" <arthur@contiller.se>
10132              Date: Mon, 13 Aug 2001 15:14:25 +0200
10133              Message-ID: <005a01c123f9$dfe525d0$21000a0a@vogw2kdev>  
10134              
10135              Plus few tweaks: _init needs to be Adp, the prototypes
10136              should not be revealed unless using ithreads, #endif FOO
10137              must be #endif /* FOO */, adding (parentheses) around
10138              do { } while doesn't work too well.
10139      Branch: perl
10140            + sharedsv.c sharedsv.h
10141            ! MANIFEST Makefile.SH embed.h embed.pl global.sym objXSUB.h
10142            ! perl.h perlapi.c pod/perlapi.pod proto.h
10143 ____________________________________________________________________________
10144 [ 11658] By: jhi                                   on 2001/08/13  12:00:08
10145         Log: Subject: Re: END {} blocks run in perl_run
10146              From: Arthur Bergman <arthur@contiller.se>
10147              Date: Mon, 13 Aug 2001 11:11:30 +0200
10148              Message-ID: <B79D6661.3068%arthur@contiller.se>
10149      Branch: perl
10150            ! perl.c
10151 ____________________________________________________________________________
10152 [ 11657] By: nick                                  on 2001/08/13  09:03:02
10153         Log: Integrate mainline
10154      Branch: perlio
10155           +> (branch 326 files)
10156            - (delete 330 files)
10157           !> (integrate 85 files)
10158 ____________________________________________________________________________
10159 [ 11656] By: jhi                                   on 2001/08/12  23:24:18
10160         Log: If you want you can now add -DUSE_UTF8_SCRIPTS to your cflags
10161              and the Perl will be built to do that by default (adding that
10162              will break scripts having non-UTF-8 binary data, such as Latin-1.)
10163      Branch: perl
10164            ! op.c toke.c utf8.h
10165 ____________________________________________________________________________
10166 [ 11655] By: jhi                                   on 2001/08/12  23:05:14
10167         Log: Unnecessary downgrades.
10168      Branch: perl
10169            ! doop.c
10170 ____________________________________________________________________________
10171 [ 11654] By: jhi                                   on 2001/08/12  22:56:47
10172         Log: Failure not true anymore (probably caused by my broken setup).
10173      Branch: perl
10174            ! t/op/pat.t
10175 ____________________________________________________________________________
10176 [ 11653] By: jhi                                   on 2001/08/12  22:46:12
10177         Log: Not quite so relicy as thought in #11651 (op/concat #4 and #5
10178              stopped working).
10179      Branch: perl
10180            ! op.h pp_ctl.c regcomp.c
10181 ____________________________________________________________________________
10182 [ 11652] By: jhi                                   on 2001/08/12  22:30:04
10183         Log: There is no IN_UTF8.
10184      Branch: perl
10185            ! utf8.h
10186 ____________________________________________________________________________
10187 [ 11651] By: jhi                                   on 2001/08/12  21:08:06
10188         Log: More (less) regex/utf8 relics.  (Toned down later in #11653.)
10189      Branch: perl
10190            ! op.c op.h pp_ctl.c regcomp.c
10191 ____________________________________________________________________________
10192 [ 11650] By: jhi                                   on 2001/08/12  20:17:32
10193         Log: Relic in op.c (no regex feature should depend on the utf8 pragma),
10194              and a test tweak.
10195      Branch: perl
10196            ! op.c t/pod/find.t
10197 ____________________________________________________________________________
10198 [ 11649] By: jhi                                   on 2001/08/12  18:45:52
10199         Log: Todo updates and fixes.
10200      Branch: perl
10201            ! pod/perltodo.pod
10202 ____________________________________________________________________________
10203 [ 11648] By: jhi                                   on 2001/08/12  18:43:50
10204         Log: Mark tests (and one module) having explicit Latin-1
10205              (and one file having explicit UTF-8) with an explicit
10206              'no utf8' (and one explicit 'use utf8').
10207              
10208              NOTE: t/op/pat.t #64 fails mysteriously under 'use utf8'.
10209      Branch: perl
10210            ! lib/CGI/t/html.t lib/Locale/Codes/t/languages.t
10211            ! lib/Locale/Language.pm lib/charnames.t lib/locale.t
10212            ! t/lib/locale/latin1 t/lib/locale/utf8 t/op/pat.t
10213 ____________________________________________________________________________
10214 [ 11647] By: jhi                                   on 2001/08/12  17:10:22
10215         Log: Subject: SV: END {} blocks run in perl_run
10216              From: "Arthur Bergman" <arthur@contiller.se>
10217              Date: Sun, 12 Aug 2001 00:34:28 +0200 
10218              Message-ID: <03fd01c122b5$c803c600$052aa8c0@foo>
10219      Branch: perl
10220            ! miniperlmain.c perl.c
10221 ____________________________________________________________________________
10222 [ 11646] By: jhi                                   on 2001/08/12  16:59:00
10223         Log: Typos in #11645.
10224      Branch: perl
10225            ! perl.h
10226 ____________________________________________________________________________
10227 [ 11645] By: jhi                                   on 2001/08/12  16:55:31
10228         Log: On ithreads default to use_reentrant except on naturally
10229              threadsafe platforms.
10230      Branch: perl
10231            ! perl.h
10232 ____________________________________________________________________________
10233 [ 11644] By: jhi                                   on 2001/08/12  15:45:43
10234         Log: (Hopefully) a fix for 20010723.004: make install needs
10235              write permission in build directory.  The problem was
10236              probably caused by overeager sprinkling of the lib/re.pm
10237              dependencies (which was done to guarantee lib/re.pm being
10238              uptodate for parallel makes: now solved by funneling that
10239              through an explicit recursive make in the preplibrary target).
10240      Branch: perl
10241            ! Makefile.SH
10242 ____________________________________________________________________________
10243 [ 11643] By: jhi                                   on 2001/08/12  14:16:44
10244         Log: Dispell the "use utf8" superstition.
10245      Branch: perl
10246            ! lib/utf8.pm pod/perlfunc.pod pod/perlretut.pod pod/perltoc.pod
10247            ! pod/perlunicode.pod
10248 ____________________________________________________________________________
10249 [ 11642] By: jhi                                   on 2001/08/12  13:56:42
10250         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
10251              From: "Abigail" <abigail@foad.org> 
10252              Date: Sat, 11 Aug 2001 23:49:49 +0200
10253              Message-ID: <20010811214950.23255.qmail@foad.org>
10254      Branch: perl
10255            ! t/op/taint.t
10256 ____________________________________________________________________________
10257 [ 11641] By: jhi                                   on 2001/08/12  13:56:18
10258         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
10259              From: Abhijit Menon-Sen <ams@wiw.org>
10260              Date: Sat, 11 Aug 2001 06:18:19 +0530
10261              Message-ID: <20010811061819.P526@lustre.dyn.wiw.org>
10262      Branch: perl
10263            ! mg.c
10264 ____________________________________________________________________________
10265 [ 11640] By: jhi                                   on 2001/08/12  13:45:58
10266         Log: Test for change #11639.
10267      Branch: perl
10268            ! t/op/tiehandle.t
10269 ____________________________________________________________________________
10270 [ 11639] By: jhi                                   on 2001/08/12  13:42:03
10271         Log: Subject: Re: Can't localize *FH, then tie it
10272              From: Abhijit Menon-Sen <ams@wiw.org>
10273              Date: Sun, 12 Aug 2001 16:08:06 +0530
10274              Message-ID: <20010812160806.A28712@lustre.dyn.wiw.org>
10275      Branch: perl
10276            ! pp_hot.c pp_sys.c
10277 ____________________________________________________________________________
10278 [ 11638] By: jhi                                   on 2001/08/12  03:30:07
10279         Log: Drop all the unnecessary "use utf8" clauses and some of
10280              the unnecessary "use bytes" ones.
10281              
10282              TODO: scour the documentation for unnecessary "use utf8"
10283              and prominently display it in perldelta when the time comes.
10284              ("use utf8" should be necessary ONLY if one wants the script
10285              to be in UTF-8.)  Also should be checked in some non-ASCII
10286              non-Latin-1 platform, like EBCDIC.
10287      Branch: perl
10288            ! t/comp/require.t t/io/utf8.t t/op/concat.t t/op/each.t
10289            ! t/op/pat.t t/op/regmesg.t t/op/sprintf.t t/op/tr.t
10290 ____________________________________________________________________________
10291 [ 11637] By: jhi                                   on 2001/08/11  17:55:36
10292         Log: Add t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quotemeta work.
10293              Smoked out bugs (well, the same bug twice) from ucfirst and lcfirst
10294              in Unicode handling.
10295      Branch: perl
10296            + t/op/lc.t
10297            ! MANIFEST pp.c t/op/misc.t t/op/readdir.t
10298 ____________________________________________________________________________
10299 [ 11636] By: jhi                                   on 2001/08/11  17:14:06
10300         Log: Thinko: we want the flags for native cc, not gcc.
10301      Branch: perl
10302            ! hints/dec_osf.sh
10303 ____________________________________________________________________________
10304 [ 11635] By: jhi                                   on 2001/08/11  15:14:48
10305         Log: Subject: [PATCH] Re: [ID 20010809.028] x operator not copying elements in 'for' list?
10306              From: Robin Houston <robin@kitsite.com>
10307              Date: Fri, 10 Aug 2001 14:42:02 +0100
10308              Message-ID: <20010810144202.A32754@puffinry.freeserve.co.uk>
10309      Branch: perl
10310            ! pp.c
10311 ____________________________________________________________________________
10312 [ 11634] By: jhi                                   on 2001/08/11  14:59:22
10313         Log: Subject: [PATCH] turn $a.=<F> into an RCATLINE
10314              From: Abhijit Menon-Sen <ams@wiw.org>
10315              Date: Sat, 11 Aug 2001 16:31:04 +0530
10316              Message-ID: <20010811163104.Q526@lustre.dyn.wiw.org>
10317      Branch: perl
10318            ! op.c
10319 ____________________________________________________________________________
10320 [ 11633] By: jhi                                   on 2001/08/11  14:58:07
10321         Log: Get rid of indread, from Abhijit Menon-Sen.
10322      Branch: perl
10323            ! pp_sys.c
10324 ____________________________________________________________________________
10325 [ 11632] By: jhi                                   on 2001/08/10  23:39:04
10326         Log: CRLFgngngn.
10327      Branch: perl
10328            ! win32/Makefile win32/makefile.mk
10329 ____________________________________________________________________________
10330 [ 11631] By: jhi                                   on 2001/08/10  23:37:43
10331         Log: Decommission Time::Piece; unnecessary Yet Another Time-Date Module.
10332      Branch: perl
10333            - ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
10334            - ext/Time/Piece/Piece.t ext/Time/Piece/Piece.xs
10335            - ext/Time/Piece/README ext/Time/Piece/Seconds.pm
10336            ! MANIFEST Porting/config.sh djgpp/config.over epoc/config.sh
10337            ! ext/POSIX/POSIX.pod hints/vmesa.sh pod/perlfaq4.pod
10338            ! pod/perllocale.pod pod/perltoc.pod t/lib/1_compile.t
10339            ! win32/Makefile win32/makefile.mk
10340 ____________________________________________________________________________
10341 [ 11630] By: jhi                                   on 2001/08/10  13:53:15
10342         Log: Avoid #elif (less portable than #else #if).
10343      Branch: perl
10344            ! handy.h
10345 ____________________________________________________________________________
10346 [ 11629] By: jhi                                   on 2001/08/10  13:49:53
10347         Log: Subject: patch for perlvar.pod
10348              From: mah@everybody.org (Mark A. Hershberger)
10349              Date: 08 Aug 2001 17:03:16 -0500
10350              Message-ID: <87g0b2w6or.fsf@mah.mcdermott.com>
10351      Branch: perl
10352            ! pod/perlvar.pod
10353 ____________________________________________________________________________
10354 [ 11628] By: jhi                                   on 2001/08/10  13:45:48
10355         Log: cpp commands must start (the # must be) at the column #0.
10356      Branch: perl
10357            ! op.c
10358 ____________________________________________________________________________
10359 [ 11627] By: jhi                                   on 2001/08/10  13:41:07
10360         Log: If using gcc -B/foo/bar makedepend would give
10361              unnecessary warnings about unused -B/foo/bar.
10362      Branch: perl
10363            ! makedepend.SH
10364 ____________________________________________________________________________
10365 [ 11626] By: jhi                                   on 2001/08/09  14:56:29
10366         Log: Update Changes.
10367      Branch: perl
10368            ! Changes patchlevel.h
10369 ____________________________________________________________________________
10370 [ 11625] By: jhi                                   on 2001/08/09  14:54:05
10371         Log: s/z/tz/
10372      Branch: perl
10373            ! pod/perlfaq2.pod
10374 ____________________________________________________________________________
10375 [ 11624] By: jhi                                   on 2001/08/09  14:52:52
10376         Log: Article nit.
10377      Branch: perl
10378            ! pod/perlfaq2.pod
10379 ____________________________________________________________________________
10380 [ 11623] By: jhi                                   on 2001/08/09  14:49:00
10381         Log: Rename lib/unicode files to lib/unicore to avoid
10382              conflicts between core lib/unicode and Unicode::
10383              files in case-ignoring filesystems.
10384      Branch: perl
10385            + (add 325 files)
10386            - (delete 324 files)
10387            ! MANIFEST lib/charnames.pm lib/utf8_heavy.pl pod/perlretut.pod
10388 ____________________________________________________________________________
10389 [ 11622] By: jhi                                   on 2001/08/09  13:33:47
10390         Log: Upgrade to Math::BigInt 1.41.
10391      Branch: perl
10392            ! lib/Math/BigInt.pm lib/Math/BigInt/t/bigintpm.t
10393 ____________________________________________________________________________
10394 [ 11621] By: jhi                                   on 2001/08/09  13:31:20
10395         Log: Subject: [PATCH] remove PL_na from typemap
10396              From: James <james@rf.net>
10397              Date: Mon, 06 Aug 2001 20:23:15 -0700
10398              Message-ID: <3B6F5F23.A31A81B1@rf.net>
10399              
10400              (had to be manually applied)
10401      Branch: perl
10402            ! lib/ExtUtils/typemap
10403 ____________________________________________________________________________
10404 [ 11620] By: jhi                                   on 2001/08/09  13:27:11
10405         Log: The metaconfig unit changes for #11618.
10406      Branch: metaconfig/U/perl
10407            + d_fpclassl.U i_fp.U
10408 ____________________________________________________________________________
10409 [ 11619] By: jhi                                   on 2001/08/09  13:25:21
10410         Log: Forgot this from #11618.
10411              
10412              NOTE: wince/config_H.ce needs updating.
10413      Branch: perl
10414            ! wince/config.ce
10415 ____________________________________________________________________________
10416 [ 11618] By: jhi                                   on 2001/08/09  13:21:51
10417         Log: Introduce more floating point classifying APIs;
10418              try to define (most importantly) Perl_is{inf,nan}(x).
10419              
10420              For this first cut, assume none such APIs exist in non-UNIXoid
10421              platforms-- this is of course too unkind: Win32 rumoredly has
10422              _fpclass() and _isnan(), and VMS/VOS very probably have some
10423              of the APIs available.     The only thing Perl uses at the moment
10424              is Perl_isnan() (has been in use for a while now).
10425              
10426              NOTE: the Win32 and NetWare config_h.?c need regenerating.
10427      Branch: perl
10428            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
10429            ! Porting/config_H config_h.SH configure.com epoc/config.sh
10430            ! hints/hpux.sh perl.h pod/perltoc.pod uconfig.h uconfig.sh
10431            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
10432            ! vos/config.ga.h win32/config.bc win32/config.gc
10433            ! win32/config.vc win32/config_H.bc win32/config_H.gc
10434            ! win32/config_H.vc wince/config.ce wince/config.h
10435 ____________________________________________________________________________
10436 [ 11617] By: jhi                                   on 2001/08/09  11:08:51
10437         Log: Integrate change #11519 from perlio:
10438              
10439              Avoid testing for (non-)existance of "encoding(xxxx)"
10440              layer is called "encoding" the (xxxx) is an argument.
10441      Branch: perl
10442           !> lib/open.pm
10443 ____________________________________________________________________________
10444 [ 11616] By: nick                                  on 2001/08/09  07:50:24
10445         Log: Integrate mainline
10446      Branch: perlio
10447           +> ext/PerlIO/t/via.t lib/Getopt/Long/CHANGES
10448           +> lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
10449           +> lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
10450           +> lib/Getopt/Long/t/gol-oo.t utils/perlivp.PL
10451            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
10452            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
10453           !> (integrate 79 files)
10454 ____________________________________________________________________________
10455 [ 11615] By: nick                                  on 2001/08/09  06:23:44
10456         Log: Avoid testing for (non-)existance of "encoding(xxxx)"
10457              layer is called "encoding" the (xxxx) is an argument.
10458      Branch: perlio
10459            ! lib/open.pm
10460 ____________________________________________________________________________
10461 [ 11614] By: jhi                                   on 2001/08/08  21:50:19
10462         Log: Subject: [PATCH bleadperl] Teach B::Concise about PADOP
10463              From: Paul Johnson <paul@pjcj.net>
10464              Date: Wed, 8 Aug 2001 23:54:17 +0200
10465              Message-ID: <20010808235417.O1006@pjcj.net>
10466      Branch: perl
10467            ! ext/B/B/Concise.pm
10468 ____________________________________________________________________________
10469 [ 11613] By: jhi                                   on 2001/08/08  13:22:13
10470         Log: Make VMS use IEEE math by default; reorder Tru64 hints
10471              so that -fprm d -ieee (the -ieee gives as e.g. IEEE 754
10472              exception semantics) is always set if using (the new) cc.
10473      Branch: perl
10474            ! configure.com hints/dec_osf.sh
10475 ____________________________________________________________________________
10476 [ 11612] By: jhi                                   on 2001/08/08  12:14:56
10477         Log: Subject: Re: [ID 20010806.008] tied hashes, invocation of FIRSTKEY
10478              From: Abhijit Menon-Sen <ams@wiw.org>
10479              Date: Tue, 7 Aug 2001 17:16:05 +0530
10480              Message-ID: <20010807171605.K526@lustre.dyn.wiw.org>
10481      Branch: perl
10482            ! pp_sys.c
10483 ____________________________________________________________________________
10484 [ 11611] By: jhi                                   on 2001/08/08  02:28:58
10485         Log: Subject: [PATCH perl@11597] fix t/run/exit.t for VMS
10486              From: "Craig A. Berry" <craigberry@mac.com>
10487              Date: Tue, 07 Aug 2001 22:27:47 -0500
10488              Message-Id: <5.1.0.14.0.20010806105326.02d22298@exchi01>
10489      Branch: perl
10490            ! t/run/exit.t
10491 ____________________________________________________________________________
10492 [ 11610] By: jhi                                   on 2001/08/08  00:12:00
10493         Log: Subject: [PATCH bleadperl] better VMS docs for $?, exit(), and system()
10494              From: "Craig A. Berry" <craigberry@mac.com>
10495              Date: Tue, 07 Aug 2001 20:01:53 -0500
10496              Message-Id: <5.1.0.14.0.20010807155648.01ba3c98@exchi01>
10497      Branch: perl
10498            ! pod/perlport.pod pod/perlvar.pod vms/perlvms.pod
10499 ____________________________________________________________________________
10500 [ 11609] By: jhi                                   on 2001/08/07  23:49:09
10501         Log: Update the magazine information.
10502      Branch: perl
10503            ! pod/perlfaq2.pod
10504 ____________________________________________________________________________
10505 [ 11608] By: jhi                                   on 2001/08/07  23:35:27
10506         Log: Ignore SIGFPE everywhere.
10507      Branch: perl
10508            ! hints/os390.sh hints/posix-bc.sh hints/uts.sh numeric.c perl.h
10509 ____________________________________________________________________________
10510 [ 11607] By: jhi                                   on 2001/08/07  23:07:04
10511         Log: With permission, change the licensing of the docs by
10512              TomC (and Gnat) to comply with the rest of Perl.
10513      Branch: perl
10514            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
10515            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
10516            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
10517            ! pod/perlfaq9.pod pod/perlopentut.pod pod/perltoot.pod
10518            ! pod/perltootc.pod
10519 ____________________________________________________________________________
10520 [ 11606] By: jhi                                   on 2001/08/07  22:50:04
10521         Log: Subject: [PATCH 5.6.x, 5.7.2] hints/openbsd.sh tweaks.
10522              From: Andy Dougherty <doughera@lafayette.edu>
10523              Date: Tue, 7 Aug 2001 15:49:33 -0400 (EDT)
10524              Message-ID: <Pine.SOL.4.10.10108071544040.2431-100000@maxwell.phys.lafayette.edu>
10525      Branch: perl
10526            ! hints/openbsd.sh
10527 ____________________________________________________________________________
10528 [ 11605] By: jhi                                   on 2001/08/07  22:49:18
10529         Log: Subject: [PATCH] Makefile.SH test_prep dependency
10530              From: Andy Dougherty <doughera@lafayette.edu>
10531              Date: Tue, 7 Aug 2001 15:44:01 -0400 (EDT)
10532              Message-ID: <Pine.SOL.4.10.10108071540190.2431-100000@maxwell.phys.lafayette.edu>
10533      Branch: perl
10534            ! Makefile.SH
10535 ____________________________________________________________________________
10536 [ 11604] By: jhi                                   on 2001/08/07  22:44:35
10537         Log: Don't autogenerate the headers et alia,
10538              make regen_headers explicitly.
10539      Branch: perl
10540            ! Makefile.SH
10541 ____________________________________________________________________________
10542 [ 11603] By: jhi                                   on 2001/08/07  22:33:48
10543         Log: Subject: Re: [ID 20010807.011] 5.6.1 coredumping on bleedperl embed.pl
10544              From: Gurusamy Sarathy <gsar@ActiveState.com> 
10545              Date: Tue, 07 Aug 2001 08:33:26 -0700
10546              Message-Id: <200108071533.f77FXQf01168@smtp3.ActiveState.com>
10547              
10548              Unnecessary dependency.
10549      Branch: perl
10550            ! embed.pl
10551 ____________________________________________________________________________
10552 [ 11602] By: jhi                                   on 2001/08/07  13:52:41
10553         Log: Subject: Re: [ID 20010806.006] Can't read coderef from tied variable
10554              From: Abhijit Menon-Sen <ams@wiw.org>
10555              Date: Tue, 7 Aug 2001 09:10:54 +0530
10556              Message-ID: <20010807091054.H526@lustre.dyn.wiw.org>
10557      Branch: perl
10558            ! pp_hot.c
10559 ____________________________________________________________________________
10560 [ 11601] By: jhi                                   on 2001/08/07  13:46:33
10561         Log: Subject: [PATCH perl@11597] B && BEGIN handling
10562              From: "James A. Duncan" <jduncan@fotango.com>
10563              Date: Mon, 6 Aug 2001 17:29:11 +0100
10564              Message-ID: <20010806172911.A2071@fotango.com>
10565              
10566              (the intrpvar.h addition moved to the end for bincompat)
10567      Branch: perl
10568            ! embedvar.h ext/B/B.xs intrpvar.h perl.c perlapi.h
10569 ____________________________________________________________________________
10570 [ 11600] By: jhi                                   on 2001/08/07  11:53:48
10571         Log: Integrate change #11598 from maintperl (fcrypt.c URL updates)
10572      Branch: perl
10573           !> README.win32
10574 ____________________________________________________________________________
10575 [ 11599] By: gsar                                  on 2001/08/07  06:31:39
10576         Log: fix URLs for fcrypt.c
10577      Branch: maint-5.6/perl
10578            ! README.win32
10579 ____________________________________________________________________________
10580 [ 11598] By: jhi                                   on 2001/08/06  15:02:48
10581         Log: Yet another way to say Infinity: HP-UX calls its "++".
10582      Branch: perl
10583            ! lib/Math/BigInt/t/bigintpm.t
10584 ____________________________________________________________________________
10585 [ 11597] By: jhi                                   on 2001/08/06  13:40:01
10586         Log: Update Changes.
10587      Branch: perl
10588            ! Changes patchlevel.h
10589 ____________________________________________________________________________
10590 [ 11596] By: jhi                                   on 2001/08/06  13:24:28
10591         Log: Advertise File::Temp, don't advertise POSIX::tmpnam().
10592      Branch: perl
10593            ! pod/perlfaq5.pod
10594 ____________________________________________________________________________
10595 [ 11595] By: jhi                                   on 2001/08/06  12:51:38
10596         Log: The #11593 wasn't right.
10597      Branch: perl
10598            ! lib/Math/BigInt/t/bigintpm.t
10599 ____________________________________________________________________________
10600 [ 11594] By: jhi                                   on 2001/08/06  12:34:15
10601         Log: Subject: [PATCH: perl@11564] introducing perlivp
10602              From: Prymmer/Kahn <pvhp@best.com>
10603              Date: Sun, 5 Aug 2001 22:00:14 -0700 (PDT)
10604              Message-ID: <Pine.BSF.4.21.0108052155110.7110-100000@shell8.ba.best.com>
10605              
10606              Subject: Re: [PATCH: perl@11564] introducing perlivp
10607              From: Prymmer/Kahn <pvhp@best.com>
10608              Date: Sun, 5 Aug 2001 22:32:59 -0700 (PDT)
10609              Message-ID: <Pine.BSF.4.21.0108052229470.9059-100000@shell8.ba.best.com>
10610      Branch: perl
10611            + utils/perlivp.PL
10612            ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
10613            ! win32/Makefile win32/makefile.mk
10614 ____________________________________________________________________________
10615 [ 11593] By: jhi                                   on 2001/08/05  23:10:52
10616         Log: libcs are confused what to call Infinity.
10617      Branch: perl
10618            ! lib/Math/BigInt/t/bigintpm.t
10619 ____________________________________________________________________________
10620 [ 11592] By: jhi                                   on 2001/08/05  23:07:50
10621         Log: Avoid SIGFPE in Tru64.
10622      Branch: perl
10623            ! numeric.c
10624 ____________________________________________________________________________
10625 [ 11591] By: jhi                                   on 2001/08/05  22:46:10
10626         Log: Upgrade to Math::BigInt 1.40.
10627              
10628              NOTE: this patch necessitates doing something about
10629              infinity handling since the new bigintpm.t tests use
10630              infinity, which causes SIGFPEs at least in Tru64.
10631      Branch: perl
10632            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
10633            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
10634            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
10635            ! lib/Math/BigInt/t/mbimbf.t
10636 ____________________________________________________________________________
10637 [ 11590] By: gsar                                  on 2001/08/05  21:57:43
10638         Log: remove hardcoded cmd shell in testsuite
10639      Branch: perl
10640            ! t/op/glob.t t/op/magic.t t/op/stat.t
10641 ____________________________________________________________________________
10642 [ 11589] By: gsar                                  on 2001/08/05  21:35:50
10643         Log: 4-arg select() was busted on windows because change#8178 didn't
10644              make it into mainline
10645      Branch: perl
10646            ! perl.h win32/include/sys/socket.h
10647 ____________________________________________________________________________
10648 [ 11588] By: jhi                                   on 2001/08/05  19:40:31
10649         Log: Rename the Getopt::Long tests to be as they are
10650              in the Getopt::Long official distribution.
10651      Branch: perl
10652            + lib/Getopt/Long/t/gol-basic.t lib/Getopt/Long/t/gol-compat.t
10653            + lib/Getopt/Long/t/gol-linkage.t lib/Getopt/Long/t/gol-oo.t
10654            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
10655            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
10656            ! MANIFEST
10657 ____________________________________________________________________________
10658 [ 11587] By: jhi                                   on 2001/08/05  19:38:07
10659         Log: Upgrade to Getopt::Long 2.26.
10660      Branch: perl
10661            + lib/Getopt/Long/CHANGES lib/Getopt/Long/README
10662            ! MANIFEST lib/Getopt/Long.pm
10663 ____________________________________________________________________________
10664 [ 11586] By: jhi                                   on 2001/08/05  19:26:50
10665         Log: Retract #10874 (the hack should be unnecessary by now)
10666      Branch: perl
10667            ! lib/Test/Harness.pm
10668 ____________________________________________________________________________
10669 [ 11585] By: gsar                                  on 2001/08/05  16:45:54
10670         Log: avoid temp file littering in tests
10671      Branch: perl
10672            ! ext/PerlIO/t/encoding.t lib/Memoize/t/errors.t
10673 ____________________________________________________________________________
10674 [ 11584] By: jhi                                   on 2001/08/05  16:42:50
10675         Log: Subject: warning in sv.c: double format, NV arg
10676              From: "Philip Newton" <Philip.Newton@gmx.net>
10677              Date: Sun, 5 Aug 2001 19:41:07 +0200
10678              Message-Id: <200108051735.f75HZ1L18235@chaos.wustl.edu>
10679      Branch: perl
10680            ! sv.c
10681 ____________________________________________________________________________
10682 [ 11583] By: gsar                                  on 2001/08/05  16:28:22
10683         Log: fix POSIX.t#13 for windos
10684      Branch: perl
10685            ! ext/POSIX/POSIX.t
10686 ____________________________________________________________________________
10687 [ 11582] By: jhi                                   on 2001/08/05  16:10:59
10688         Log: Add a test for PerlIO::Via.
10689      Branch: perl
10690            + ext/PerlIO/t/via.t
10691            ! MANIFEST ext/PerlIO/Via/Via.pm
10692 ____________________________________________________________________________
10693 [ 11581] By: gsar                                  on 2001/08/05  15:00:26
10694         Log: flock() and link() are not available on Windows 9x
10695      Branch: perl
10696            ! win32/config_sh.PL
10697 ____________________________________________________________________________
10698 [ 11580] By: jhi                                   on 2001/08/05  13:56:46
10699         Log: Some Tru64 C compilers have C++ components that confuse
10700              the ccversion parsing.
10701      Branch: perl
10702            ! hints/dec_osf.sh
10703 ____________________________________________________________________________
10704 [ 11579] By: jhi                                   on 2001/08/05  13:31:07
10705         Log: (Reintroduce #11125)
10706              
10707              Subject: MakeMaker should pass through DEFINE and INC to subdirs 
10708              From: Alan Burlison <Alan.Burlison@sun.com> 
10709              Date: Tue, 03 Jul 2001 15:20:13 +0100   
10710              Message-ID: <3B41D49D.A923D4F9@sun.com> 
10711      Branch: perl
10712            ! lib/ExtUtils/MM_Unix.pm
10713 ____________________________________________________________________________
10714 [ 11578] By: jhi                                   on 2001/08/05  03:17:20
10715         Log: Little pointer juggling for HP-UX cc to avoid
10716              "warning 524: Cast (non-lvalue) appears on left-hand side of assignment."
10717              followed by
10718              "error 1549: Modifiable lvalue required for assignment operator."
10719      Branch: perl
10720            ! hv.c
10721 ____________________________________________________________________________
10722 [ 11577] By: jhi                                   on 2001/08/04  18:09:38
10723         Log: Continuation of #11575: SANY_SEEN completely deprecated,
10724              plus more tests that unearthed a bug in @a = ($utf8 =~ /\C/g),
10725              plus a fix for the bug.
10726      Branch: perl
10727            ! pp_hot.c regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
10728 ____________________________________________________________________________
10729 [ 11576] By: jhi                                   on 2001/08/04  17:31:06
10730         Log: Subject: Re: [patch] rid "Scalars leaked" from perl_clone
10731              From: Doug MacEachern <dougm@covalent.net>
10732              Date: Sat, 4 Aug 2001 11:09:37 -0700 (PDT)
10733              Message-ID: <Pine.LNX.4.21.0108041102390.23972-100000@mako.covalent.net>
10734      Branch: perl
10735            ! sv.c
10736 ____________________________________________________________________________
10737 [ 11575] By: jhi                                   on 2001/08/04  17:28:55
10738         Log: Decouple SANY into SANY and CANY: the new SANY is /./s,
10739              the new CANY is the \C.  The problem reported and the
10740              test case supplied in
10741              
10742              Subject: UTF-8 bugs in string length & single line regex matches
10743              From: "Daniel P. Berrange" <dan@berrange.com>
10744              Date: Fri, 3 Aug 2001 11:39:33 +0100
10745              Message-ID: <20010803113932.A19318@berrange.com>
10746      Branch: perl
10747            ! regcomp.c regcomp.h regcomp.sym regexec.c regexp.h regnodes.h
10748            ! t/op/pat.t
10749 ____________________________________________________________________________
10750 [ 11574] By: jhi                                   on 2001/08/04  15:42:34
10751         Log: Subject: Re: [patch] ignore PL_curpm in PL_regex_padav cleanup
10752              From: Doug MacEachern <dougm@covalent.net>
10753              Date: Sat, 4 Aug 2001 09:43:02 -0700 (PDT)
10754              Message-ID: <Pine.LNX.4.21.0108040939050.23972-100000@mako.covalent.net>
10755      Branch: perl
10756            ! perl.c regexec.c
10757 ____________________________________________________________________________
10758 [ 11573] By: jhi                                   on 2001/08/04  14:20:26
10759         Log: The #11572 didn't up the test count.
10760      Branch: perl
10761            ! t/op/length.t
10762 ____________________________________________________________________________
10763 [ 11572] By: jhi                                   on 2001/08/04  14:12:45
10764         Log: Subject: UTF-8 bugs in string length & single line regex matches
10765              From: "Daniel P. Berrange" <dan@berrange.com>
10766              Date: Fri, 3 Aug 2001 11:39:33 +0100         
10767              Message-ID: <20010803113932.A19318@berrange.com>
10768              
10769              (the mg_length() fix)
10770      Branch: perl
10771            ! mg.c t/op/length.t
10772 ____________________________________________________________________________
10773 [ 11571] By: jhi                                   on 2001/08/04  14:10:39
10774         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
10775              From: Abhijit Menon-Sen <ams@wiw.org>
10776              Date: Sat, 4 Aug 2001 16:56:35 +0530
10777              Message-ID: <20010804165635.E526@lustre.dyn.wiw.org>
10778      Branch: perl
10779            ! hv.c
10780 ____________________________________________________________________________
10781 [ 11570] By: jhi                                   on 2001/08/04  14:09:59
10782         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
10783              From: Abhijit Menon-Sen <ams@wiw.org>
10784              Date: Sat, 4 Aug 2001 16:16:03 +0530
10785              Message-ID: <20010804161603.C526@lustre.dyn.wiw.org>
10786      Branch: perl
10787            ! hv.c
10788 ____________________________________________________________________________
10789 [ 11569] By: jhi                                   on 2001/08/04  14:09:09
10790         Log: Subject: Re: [patch] refcount re ops
10791              From: Abhijit Menon-Sen <ams@wiw.org>
10792              Date: Sat, 4 Aug 2001 08:54:55 +0530
10793              Message-ID: <20010804085455.B526@lustre.dyn.wiw.org>
10794      Branch: perl
10795            ! sv.c
10796 ____________________________________________________________________________
10797 [ 11568] By: jhi                                   on 2001/08/04  14:08:19
10798         Log: Subject: [patch] refcount re ops
10799              From: Doug MacEachern <dougm@covalent.net>
10800              Date: Fri, 3 Aug 2001 18:17:41 -0700 (PDT)
10801              Message-ID: <Pine.LNX.4.21.0108031814240.23972-100000@mako.covalent.net>
10802      Branch: perl
10803            ! regcomp.c sv.c
10804 ____________________________________________________________________________
10805 [ 11567] By: jhi                                   on 2001/08/03  23:52:56
10806         Log: Subject: [patch] ignore PL_curpm in PL_regex_padav cleanup
10807              From: Doug MacEachern <dougm@covalent.net>
10808              Date: Fri, 3 Aug 2001 17:37:53 -0700 (PDT)
10809              Message-ID: <Pine.LNX.4.21.0108031730040.23972-100000@mako.covalent.net>
10810      Branch: perl
10811            ! perl.c regexec.c
10812 ____________________________________________________________________________
10813 [ 11566] By: jhi                                   on 2001/08/03  20:45:10
10814         Log: Subject: [PATCH perl@11564] fix t/op/misc.t for VMS
10815              From: "Craig A. Berry" <craigberry@mac.com> 
10816              Date: Fri, 03 Aug 2001 16:16:16 -0500
10817              Message-Id: <5.1.0.14.0.20010803161026.03530e58@exchi01> 
10818      Branch: perl
10819            ! t/op/misc.t
10820 ____________________________________________________________________________
10821 [ 11565] By: jhi                                   on 2001/08/03  13:46:40
10822         Log: Subject: Re: [ID 20010731.105] MinGW can't compile win32.c on Windows 2000
10823              From: John Kristian <jmk2001@engineer.com>
10824              Date: Fri, 03 Aug 2001 00:59:08 -0700
10825              Message-id: <03a101c11bf2$2c9b5ee0$0100a8c0@JOHNKRISTIAN>
10826      Branch: perl
10827            ! win32/win32.c
10828 ____________________________________________________________________________
10829 [ 11564] By: jhi                                   on 2001/08/03  13:25:39
10830         Log: Update Changes.
10831      Branch: perl
10832            ! Changes patchlevel.h
10833 ____________________________________________________________________________
10834 [ 11563] By: jhi                                   on 2001/08/03  12:13:17
10835         Log: Subject: [PATCH perl@11523] fix Stash.t for VMS
10836              From: "Craig A. Berry" <craigberry@mac.com>
10837              Date: Thu, 02 Aug 2001 23:15:24 -0500
10838              Message-Id: <5.1.0.14.0.20010802230843.03530e58@mail.mac.com>
10839      Branch: perl
10840            ! ext/B/Stash.t
10841 ____________________________________________________________________________
10842 [ 11562] By: jhi                                   on 2001/08/03  12:11:57
10843         Log: Subject: [patch] plug PL_cshname leak
10844              From: Doug MacEachern <dougm@covalent.net>
10845              Date: Thu, 2 Aug 2001 20:59:04 -0700 (PDT)
10846              Message-ID: <Pine.LNX.4.21.0108022058020.8991-100000@mako.covalent.net>
10847      Branch: perl
10848            ! sv.c
10849 ____________________________________________________________________________
10850 [ 11561] By: jhi                                   on 2001/08/03  12:10:32
10851         Log: Subject: [patch] plug PL_sh_path leak
10852              From: Doug MacEachern <dougm@covalent.net>
10853              Date: Thu, 2 Aug 2001 20:54:08 -0700 (PDT)
10854              Message-ID: <Pine.LNX.4.21.0108022043040.8991-100000@mako.covalent.net>
10855      Branch: perl
10856            ! sv.c
10857 ____________________________________________________________________________
10858 [ 11560] By: jhi                                   on 2001/08/03  12:09:50
10859         Log: Subject: [patch] plug PL_regex_padav leaks
10860              From: Doug MacEachern <dougm@covalent.net>
10861              Date: Thu, 2 Aug 2001 20:24:55 -0700 (PDT)
10862              Message-ID: <Pine.LNX.4.21.0108022020100.8991-100000@mako.covalent.net>
10863      Branch: perl
10864            ! op.c op.h perl.c
10865 ____________________________________________________________________________
10866 [ 11559] By: jhi                                   on 2001/08/03  12:08:59
10867         Log: Subject: [patch] plug PL_origargv leak
10868              From: Doug MacEachern <dougm@covalent.net>
10869              Date: Thu, 2 Aug 2001 18:15:22 -0700 (PDT)
10870              Message-ID: <Pine.LNX.4.21.0108021813380.8991-100000@mako.covalent.net>
10871      Branch: perl
10872            ! perl.c
10873 ____________________________________________________________________________
10874 [ 11558] By: jhi                                   on 2001/08/03  12:07:58
10875         Log: Subject: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
10876              From: Abhijit Menon-Sen <ams@wiw.org>
10877              Date: Fri, 3 Aug 2001 06:38:11 +0530
10878              Message-ID: <20010803063811.A19266@lustre.dyn.wiw.org>
10879      Branch: perl
10880            ! hv.c
10881 ____________________________________________________________________________
10882 [ 11557] By: nick                                  on 2001/08/03  08:17:38
10883         Log: Integrate mainline
10884      Branch: perlio
10885           +> (branch 47 files)
10886            - lib/Switch/test.pl
10887           !> (integrate 49 files)
10888 ____________________________________________________________________________
10889 [ 11556] By: jhi                                   on 2001/08/02  22:46:22
10890         Log: Subject: [PATCH perl@11523] fix Showlex.t for VMS
10891              From: "Craig A. Berry" <craigberry@mac.com>
10892              Date: Thu, 02 Aug 2001 12:56:19 -0500
10893              Message-Id: <5.1.0.14.0.20010802124618.034c5008@exchi01>
10894      Branch: perl
10895            ! ext/B/Showlex.t
10896 ____________________________________________________________________________
10897 [ 11555] By: jhi                                   on 2001/08/02  22:29:34
10898         Log: Be more careful about non-existent files.
10899      Branch: perl
10900            ! lib/File/Copy.pm
10901 ____________________________________________________________________________
10902 [ 11554] By: jhi                                   on 2001/08/02  21:37:27
10903         Log: Subject: [PATCH resend] deparse empty formats
10904              From: Robin Houston <robin@kitsite.com> 
10905              Date: Thu, 2 Aug 2001 14:32:36 +0100
10906              Message-ID: <20010802143236.A894@robin.kitsite.com>
10907      Branch: perl
10908            ! ext/B/B/Deparse.pm
10909 ____________________________________________________________________________
10910 [ 11553] By: jhi                                   on 2001/08/02  16:37:32
10911         Log: Subject: [patch] ithreads + refto fix improvement
10912              From: Doug MacEachern <dougm@covalent.net>
10913              Date: Thu, 2 Aug 2001 09:41:53 -0700 (PDT)
10914              Message-ID: <Pine.LNX.4.21.0108020939030.8991-100000@mako.covalent.net>
10915      Branch: perl
10916            ! pp.c
10917 ____________________________________________________________________________
10918 [ 11552] By: jhi                                   on 2001/08/02  14:24:26
10919         Log: Readability nit from Abhijit.
10920      Branch: perl
10921            ! op.c
10922 ____________________________________________________________________________
10923 [ 11551] By: jhi                                   on 2001/08/02  14:22:31
10924         Log: setproctitle() API version nit from Anton Berezin.
10925      Branch: perl
10926            ! mg.c
10927 ____________________________________________________________________________
10928 [ 11550] By: jhi                                   on 2001/08/02  13:51:41
10929         Log: Add PerlCE to the docs.
10930      Branch: perl
10931            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
10932            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
10933 ____________________________________________________________________________
10934 [ 11549] By: jhi                                   on 2001/08/02  13:25:43
10935         Log: Integrate the PerlCE (WinCE Perl) port;
10936              kindly supplied by Rainer Keuchel <rkeuc@allgeier.com>.
10937      Branch: perl
10938            + README.ce wince/FindExt.pm wince/Makefile.ce
10939            + wince/README.compile wince/README.perlce wince/bin/exetype.pl
10940            + wince/bin/perlglob.pl wince/bin/pl2bat.pl wince/bin/runperl.pl
10941            + wince/bin/search.pl wince/config.ce wince/config.h
10942            + wince/config_H.ce wince/config_h.PL wince/config_sh.PL
10943            + wince/dl_win32.xs wince/include/arpa/inet.h
10944            + wince/include/cectype.h wince/include/errno.h
10945            + wince/include/netdb.h wince/include/sys/socket.h
10946            + wince/include/sys/stat.h wince/include/sys/types.h
10947            + wince/include/sys/utime.h wince/include/time.h wince/perl.ico
10948            + wince/perl.rc wince/perldll.def wince/perllib.c
10949            + wince/perlmain.c wince/registry.bat wince/runperl.c
10950            + wince/splittree.pl wince/win32.h wince/win32iop.h
10951            + wince/win32thread.c wince/win32thread.h wince/wince.c
10952            + wince/wince.h wince/wincesck.c wince/xbuildall.ksh
10953            + wince/xdistclean.ksh wince/xmakediffs.ksh
10954            ! MANIFEST perl.c perl.h perlio.c
10955 ____________________________________________________________________________
10956 [ 11548] By: jhi                                   on 2001/08/02  13:18:08
10957         Log: setproctitle() made simpler.  (This assumes the string is
10958              \0-terminated: if not, the three-arg form setproctitle(fmt, len, s)
10959              should be used.  Note len, not len + 1.)  BSD-fu from Anton
10960              Berezin.
10961      Branch: perl
10962            ! mg.c
10963 ____________________________________________________________________________
10964 [ 11547] By: jhi                                   on 2001/08/02  12:49:54
10965         Log: Subject: [PATCH] -Wall cleanup: op.c
10966              From: Richard Soderberg <rs@oregonnet.com>
10967              Date: Thu, 2 Aug 2001 00:17:09 -0700
10968              Message-Id: <200108020717.AAA26895@oregonnet.com>
10969              
10970              Subject: [PATCH] -Wall cleanup: sv.c
10971              From: Richard Soderberg <rs@oregonnet.com>
10972              Date: Thu, 2 Aug 2001 00:49:21 -0700
10973              Message-Id: <200108020749.AAA27492@oregonnet.com>
10974      Branch: perl
10975            ! op.c sv.c
10976 ____________________________________________________________________________
10977 [ 11546] By: jhi                                   on 2001/08/02  00:53:34
10978         Log: Update Changes.
10979      Branch: perl
10980            ! Changes patchlevel.h
10981 ____________________________________________________________________________
10982 [ 11545] By: jhi                                   on 2001/08/02  00:48:55
10983         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
10984              From: Doug MacEachern <dougm@covalent.net>
10985              Date: Wed, 1 Aug 2001 18:34:44 -0700 (PDT)
10986              Message-ID: <Pine.LNX.4.21.0108011830080.8991-100000@mako.covalent.net>
10987      Branch: perl
10988            ! op.c
10989 ____________________________________________________________________________
10990 [ 11544] By: jhi                                   on 2001/08/01  23:08:41
10991         Log: The #11541 didn't work under threads.
10992      Branch: perl
10993            ! op.c
10994 ____________________________________________________________________________
10995 [ 11543] By: jhi                                   on 2001/08/01  22:46:41
10996         Log: Subject: Re: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
10997              From: Hugo <hv@crypt.compulink.co.uk>
10998              Date: Fri, 22 Jun 2001 01:19:08 +0100 
10999              Message-Id: <200106220019.BAA03365@crypt.compulink.co.uk>
11000              
11001              (Skip tests if accept() failed)
11002      Branch: perl
11003            ! ext/IO/lib/IO/t/io_unix.t
11004 ____________________________________________________________________________
11005 [ 11542] By: jhi                                   on 2001/08/01  22:40:09
11006         Log: Subject: [ID 20010730.003] IRIX 6.5 already has struct sv in <sys/sema.h> (defined in perl.h)
11007              From: "Stian Seeberg" <sseeberg@nimsoft.no>
11008              Date: Mon, 30 Jul 2001 12:28:07 +0200
11009              Message-Id: <68236D3FC2D92347B466639324391D1A0432AB@PONDUS.nimsoft.no>
11010      Branch: perl
11011            ! perl.h
11012 ____________________________________________________________________________
11013 [ 11541] By: jhi                                   on 2001/08/01  22:38:31
11014         Log: Subject: Pluggable optimizer
11015              From: Simon Cozens <simon@netthink.co.uk>
11016              Date: Wed, 1 Aug 2001 13:57:02 -0700
11017              Message-ID: <20010801135702.I10442@netthink.co.uk>
11018      Branch: perl
11019            ! embedvar.h op.c perl.c perl.h perlapi.h sv.c thrdvar.h util.c
11020 ____________________________________________________________________________
11021 [ 11540] By: jhi                                   on 2001/08/01  22:29:54
11022         Log: Subject: [ID 20010801.039] perlre.pod message typo
11023              From: Autrijus Tang <autrijus@geb.elixus.org>
11024              Date: Thu, 2 Aug 2001 04:48:02 +0800 (CST)
11025              Message-Id: <200108012048.f71Km2r79890@geb.elixus.org>                         
11026      Branch: perl
11027            ! pod/perlre.pod
11028 ____________________________________________________________________________
11029 [ 11539] By: jhi                                   on 2001/08/01  16:32:52
11030         Log: Test for change #11536.
11031      Branch: perl
11032            ! t/op/tiehandle.t
11033 ____________________________________________________________________________
11034 [ 11538] By: jhi                                   on 2001/08/01  16:27:19
11035         Log: More test fixups for #11537.
11036      Branch: perl
11037            ! t/lib/warnings/4lint t/lib/warnings/9enabled
11038 ____________________________________________________________________________
11039 [ 11537] By: jhi                                   on 2001/08/01  16:26:25
11040         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
11041              From: Doug MacEachern <dougm@covalent.net>
11042              Date: Mon, 30 Jul 2001 17:38:50 -0700 (PDT)
11043              Message-ID: <Pine.LNX.4.21.0107301720310.25941-100000@mako.covalent.net>
11044      Branch: perl
11045            ! op.c t/TestInit.pm
11046 ____________________________________________________________________________
11047 [ 11536] By: jhi                                   on 2001/08/01  16:08:08
11048         Log: Subject: [patch] ithreads + refto bug
11049              From: Doug MacEachern <dougm@covalent.net>
11050              Date: Wed, 1 Aug 2001 09:47:28 -0700 (PDT)
11051              Message-ID: <Pine.LNX.4.21.0108010937240.7498-100000@mako.covalent.net>
11052              
11053              (Test in change #11539)
11054      Branch: perl
11055            ! pp.c
11056 ____________________________________________________________________________
11057 [ 11535] By: jhi                                   on 2001/08/01  16:05:56
11058         Log: Subject: [PATCH: perl@11523] fixups for t/harness
11059              From: Prymmer/Kahn <pvhp@best.com>
11060              Date: Wed, 1 Aug 2001 09:24:23 -0700 (PDT)
11061              Message-ID: <Pine.BSF.4.21.0108010910310.17655-100000@shell8.ba.best.com>
11062      Branch: perl
11063            ! t/harness
11064 ____________________________________________________________________________
11065 [ 11534] By: jhi                                   on 2001/08/01  16:00:45
11066         Log: Subject: [PATCH: perl@11523] add xsubpp and libnetcfg to installed *.bat files for win32 builds
11067              From: Prymmer/Kahn <pvhp@best.com>
11068              Date: Wed, 1 Aug 2001 09:07:13 -0700 (PDT)
11069              Message-ID: <Pine.BSF.4.21.0108010859230.17655-100000@shell8.ba.best.com>
11070      Branch: perl
11071            ! win32/Makefile win32/makefile.mk
11072 ____________________________________________________________________________
11073 [ 11533] By: jhi                                   on 2001/08/01  13:38:29
11074         Log: Need to know the number of tests.
11075      Branch: perl
11076            ! t/run/exit.t
11077 ____________________________________________________________________________
11078 [ 11532] By: jhi                                   on 2001/08/01  13:04:31
11079         Log: Subject: Re: new exit tests on VMS
11080              From: "Craig A. Berry" <craigberry@mac.com>
11081              Date: Tue, 31 Jul 2001 12:19:29 -0500
11082              Message-Id: <5.1.0.14.0.20010731114845.03743008@mail.telocity.com>
11083      Branch: perl
11084            ! t/run/exit.t
11085 ____________________________________________________________________________
11086 [ 11531] By: jhi                                   on 2001/08/01  12:46:43
11087         Log: Retract #11530 (the dTHX is needed under threads)
11088      Branch: perl
11089            ! perlio.c
11090 ____________________________________________________________________________
11091 [ 11530] By: jhi                                   on 2001/08/01  12:39:35
11092         Log: (Retracted by #11531)
11093      Branch: perl
11094            ! perlio.c
11095 ____________________________________________________________________________
11096 [ 11529] By: jhi                                   on 2001/08/01  12:32:22
11097         Log: Subject: [PATCH 1/4] -Wall cleanups: unixish.h
11098              From: Richard Soderberg <rs@crystalflame.net>
11099              Date: Tue, 31 Jul 2001 23:16:22 -0700 (PDT) 
11100              Message-ID: <Pine.LNX.4.21.0107312313490.24341-100000@oregonnet.com>
11101      Branch: perl
11102            ! unixish.h
11103 ____________________________________________________________________________
11104 [ 11528] By: jhi                                   on 2001/08/01  12:18:59
11105         Log: Subject: [PATCH 5.7.2] Allow for long long in h2xs 
11106              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11107              Date: Tue, 31 Jul 2001 05:39:09 -0400
11108              Message-ID: <20010731053909.A1810@math.ohio-state.edu>
11109              
11110              (with a note about the case of UV being equal to long long)
11111      Branch: perl
11112            ! utils/h2xs.PL
11113 ____________________________________________________________________________
11114 [ 11527] By: jhi                                   on 2001/07/31  23:49:04
11115         Log: Subject: [PATCH perl@11487] fix fs.t for VMS
11116              From: "Craig A. Berry" <craigberry@mac.com>
11117              Date: Tue, 31 Jul 2001 14:57:43 -0500
11118              Message-Id: <5.1.0.14.0.20010731145015.03743008@exchi01>
11119      Branch: perl
11120            ! t/io/fs.t
11121 ____________________________________________________________________________
11122 [ 11526] By: jhi                                   on 2001/07/31  23:47:57
11123         Log: Fix for
11124              
11125              Subject: [ID 20010116.001] File::Copy truncates orig file 
11126              From: arbor@al37al08.telecel.pt
11127              Date: Tue, 16 Jan 2001 11:43:02 GMT
11128              Message-Id: <200101161143.AA11184@al37al08.telecel.pt>
11129              
11130              (copy($foo, $foo) would truncate $foo)
11131      Branch: perl
11132            ! lib/File/Copy.pm lib/File/Copy.t
11133 ____________________________________________________________________________
11134 [ 11525] By: jhi                                   on 2001/07/31  23:01:01
11135         Log: Metaconfig unit change for #11524.
11136      Branch: metaconfig/U/perl
11137            ! Extras.U
11138 ____________________________________________________________________________
11139 [ 11524] By: jhi                                   on 2001/07/31  23:00:36
11140         Log: Multiple modules didn't work; plus typo fixes.
11141      Branch: perl
11142            ! Configure
11143 ____________________________________________________________________________
11144 [ 11523] By: jhi                                   on 2001/07/31  15:29:58
11145         Log: Update Changes.
11146      Branch: perl
11147            ! Changes patchlevel.h
11148 ____________________________________________________________________________
11149 [ 11522] By: jhi                                   on 2001/07/31  15:25:35
11150         Log: Regen perlapi.
11151      Branch: perl
11152            ! pod/perlapi.pod
11153 ____________________________________________________________________________
11154 [ 11521] By: jhi                                   on 2001/07/31  15:19:01
11155         Log: Subject: Re: [PATCH sv.c] mortal doc thinko
11156              From: Dave Mitchell <davem@fdgroup.co.uk>
11157              Date: Tue, 31 Jul 2001 11:52:42 +0100 (BST)
11158              Message-Id: <200107311052.LAA14427@gizmo.fdgroup.co.uk>
11159      Branch: perl
11160            ! sv.c
11161 ____________________________________________________________________________
11162 [ 11520] By: jhi                                   on 2001/07/31  15:17:43
11163         Log: Regen toc.
11164      Branch: perl
11165            ! pod/perltoc.pod
11166 ____________________________________________________________________________
11167 [ 11519] By: jhi                                   on 2001/07/31  15:17:17
11168         Log: Regen Porting stuff.
11169      Branch: perl
11170            ! Porting/Glossary Porting/config.sh Porting/config_H
11171 ____________________________________________________________________________
11172 [ 11518] By: jhi                                   on 2001/07/31  14:16:08
11173         Log: Subject: [PATCH 5.7.2] Allow for GNU-isms in h2xs
11174              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11175              Date: Tue, 31 Jul 2001 05:34:38 -0400
11176              Message-ID: <20010731053438.A1754@math.ohio-state.edu>
11177      Branch: perl
11178            ! utils/h2xs.PL
11179 ____________________________________________________________________________
11180 [ 11517] By: jhi                                   on 2001/07/31  14:15:01
11181         Log: Metaconfig unit change for #11516. 
11182      Branch: metaconfig/U/perl
11183            ! gccvers.U
11184 ____________________________________________________________________________
11185 [ 11516] By: jhi                                   on 2001/07/31  14:14:35
11186         Log: Add -Wall in cflags, not in Configure.
11187              (This way -Wall affects only the core and the core XS,
11188              not user modules' XS.  Concern from Paul Marquess,
11189              implementation idea from Andy Dougherty.)
11190      Branch: perl
11191            ! Configure cflags.SH
11192 ____________________________________________________________________________
11193 [ 11515] By: jhi                                   on 2001/07/31  13:57:15
11194         Log: Metaconfig unit changes for #11514.
11195      Branch: metaconfig
11196            + U/modified/sysman.U
11197            ! U/installdirs/man1dir.U
11198 ____________________________________________________________________________
11199 [ 11514] By: jhi                                   on 2001/07/31  13:56:26
11200         Log: Subject: Configure's detection of system manual
11201              From: Sean Dague <sean@dague.net> 
11202              Date: Sun, 13 May 2001 15:53:15 -0400
11203              Message-ID: <20010513155315.A15833@underhill.dague.net>
11204      Branch: perl
11205            ! Configure
11206 ____________________________________________________________________________
11207 [ 11513] By: jhi                                   on 2001/07/31  03:23:01
11208         Log: Subject: [ID 20010621.004] Typo in perlobj.pod
11209              From: Autrijus Tang <autrijus@autrijus.org> 
11210              Date: Thu, 21 Jun 2001 23:56:48 +0800
11211              Message-Id: <20010621235648.A57340@not.autrijus.org>
11212      Branch: perl
11213            ! pod/perlobj.pod
11214 ____________________________________________________________________________
11215 [ 11512] By: jhi                                   on 2001/07/31  03:13:35
11216         Log: Subject: Typo in DB_File.pm
11217              From: "Philip Newton" <Philip.Newton@gmx.net>
11218              Date: Tue, 31 Jul 2001 06:19:35 +0200
11219              Message-Id: <200107310413.f6V4DmL11900@chaos.wustl.edu>
11220      Branch: perl
11221            ! ext/DB_File/DB_File.pm
11222 ____________________________________________________________________________
11223 [ 11511] By: jhi                                   on 2001/07/31  03:01:49
11224         Log: Subject: Re: [ID 20010529.002] typos in man page perlre 
11225              From: "Stephen P. Potter" <spp@spotter.yi.org>
11226              Date: Wed, 30 May 2001 13:59:34 -0400
11227              Message-Id: <20010530175939.59DEC729E1@belgarath.spotter.yi.org>
11228      Branch: perl
11229            ! pod/perlre.pod
11230 ____________________________________________________________________________
11231 [ 11510] By: jhi                                   on 2001/07/31  02:13:58
11232         Log: eval "format foo=" would loop indefinitely; reported in
11233              
11234              Subject: A load of old rubbish
11235              From: Mike Guy <mjtg@cam.ac.uk>
11236              Date: Mon, 14 May 2001 16:12:22 +0100
11237              Message-Id: <E14zK1G-0003a2-00@virgo.cus.cam.ac.uk>
11238              
11239              (The core dumps reported in there already fixed.)
11240      Branch: perl
11241            ! toke.c
11242 ____________________________________________________________________________
11243 [ 11509] By: jhi                                   on 2001/07/31  00:37:49
11244         Log: Upgrade to Switch 2.04, now with Perl 6 given+when.
11245      Branch: perl
11246            + lib/Switch/Changes lib/Switch/README lib/Switch/t/given_when.t
11247            + lib/Switch/t/switch_case.t
11248            - lib/Switch/test.pl
11249            ! MANIFEST lib/Switch.pm
11250 ____________________________________________________________________________
11251 [ 11508] By: jhi                                   on 2001/07/31  00:17:38
11252         Log: Subject: [PATCH @11505] DB_File-1.78
11253              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
11254              Date: Mon, 30 Jul 2001 22:54:37 +0100
11255              Message-ID: <AIEAJICLCBDNAAOLLOKLGELNCLAA.Paul_Marquess@Yahoo.co.uk>
11256      Branch: perl
11257            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
11258            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
11259 ____________________________________________________________________________
11260 [ 11507] By: jhi                                   on 2001/07/30  23:11:10
11261         Log: Explain in more detail why -pipe and -fno-common are good.
11262      Branch: perl
11263            ! hints/darwin.sh
11264 ____________________________________________________________________________
11265 [ 11506] By: nick                                  on 2001/07/30  14:32:23
11266         Log: Integrate mainline
11267      Branch: perlio
11268           !> INSTALL Makefile.SH doio.c hints/darwin.sh
11269 ____________________________________________________________________________
11270 [ 11505] By: jhi                                   on 2001/07/30  14:14:39
11271         Log: Perl hasn't been putting man pages into $prefix/lib for
11272              a long time now; pointed out by Andy Dougherty. 
11273      Branch: perl
11274            ! hints/darwin.sh
11275 ____________________________________________________________________________
11276 [ 11504] By: jhi                                   on 2001/07/30  14:13:15
11277         Log: Document the extras Configure option.
11278      Branch: perl
11279            ! INSTALL
11280 ____________________________________________________________________________
11281 [ 11503] By: jhi                                   on 2001/07/30  13:52:14
11282         Log: Integrate change #11051 from macperl; O_RDONLY is not zero
11283              everywhere.
11284      Branch: perl
11285           !> doio.c
11286 ____________________________________________________________________________
11287 [ 11502] By: jhi                                   on 2001/07/30  13:45:27
11288         Log: Doubly guard against invoking CPAN if no extras defined,
11289              pointed out by H. Merijn Brand.
11290      Branch: perl
11291            ! Makefile.SH
11292 ____________________________________________________________________________
11293 [ 11501] By: pudge                                 on 2001/07/30  12:57:56
11294         Log: Fix O_RDONLY check to check for O_RDONLY.
11295      Branch: maint-5.6/macperl
11296            ! doio.c
11297 ____________________________________________________________________________
11298 [ 11500] By: pudge                                 on 2001/07/30  12:41:11
11299         Log: Integrate miscellaneous changes from maint-5.6/perl.
11300      Branch: maint-5.6/macperl
11301           !> MANIFEST t/TEST t/harness t/pod/testp2pt.pl t/run/runenv.t
11302 ____________________________________________________________________________
11303 [ 11499] By: nick                                  on 2001/07/30  06:52:42
11304         Log: Integrate mainline
11305      Branch: perlio
11306           +> macos/MacPerlTests.cmd macos/xsubpp.patch os2/perlrexx.c
11307           +> win32/sync_ext.pl
11308            - win32/sncfnmcs.pl
11309           !> (integrate 71 files)
11310 ____________________________________________________________________________
11311 [ 11498] By: jhi                                   on 2001/07/30  03:53:34
11312         Log: Update Changes.
11313      Branch: perl
11314            ! Changes patchlevel.h
11315 ____________________________________________________________________________
11316 [ 11497] By: jhi                                   on 2001/07/30  03:45:32
11317         Log: Now Configure -Dextras=Foo::Bar and "make install" will
11318              fetch and install Foo::Bar.
11319      Branch: perl
11320            ! Makefile.SH
11321 ____________________________________________________________________________
11322 [ 11496] By: jhi                                   on 2001/07/30  03:18:28
11323         Log: Metaconfig unit change for #11495.
11324      Branch: metaconfig/U/perl
11325            ! Extras.U
11326 ____________________________________________________________________________
11327 [ 11495] By: jhi                                   on 2001/07/30  03:18:01
11328         Log: extras.make, extras.test, and extras.install make targets.
11329      Branch: perl
11330            ! Configure Makefile.SH
11331 ____________________________________________________________________________
11332 [ 11494] By: jhi                                   on 2001/07/30  01:37:35
11333         Log: Metaconfig unit change for #11493.
11334      Branch: metaconfig/U/perl
11335            ! Extras.U
11336 ____________________________________________________________________________
11337 [ 11493] By: jhi                                   on 2001/07/30  01:37:14
11338         Log: Better to have the list of extras in $extras than 'define'.
11339      Branch: perl
11340            ! Configure
11341 ____________________________________________________________________________
11342 [ 11492] By: jhi                                   on 2001/07/30  01:33:16
11343         Log: The metaconfig unit change for #11490.
11344      Branch: metaconfig/U/perl
11345            + Extras.U
11346 ____________________________________________________________________________
11347 [ 11491] By: jhi                                   on 2001/07/30  01:32:54
11348         Log: Missed from #11490 (the required dependency).
11349      Branch: perl
11350            ! Makefile.SH
11351 ____________________________________________________________________________
11352 [ 11490] By: jhi                                   on 2001/07/30  01:32:02
11353         Log: Add the support of asking for extra modules or bundles of modules
11354              to be fetched from the CPAN and installed as a part of the Perl
11355              build process.  None of this installation is yet really done;
11356              only the list is asked, and saved away in extras.lst for
11357              the build and installation process to worry about later.
11358      Branch: perl
11359            ! Configure
11360 ____________________________________________________________________________
11361 [ 11489] By: jhi                                   on 2001/07/29  22:15:25
11362         Log: Beginnings of better Inf and NaN support.
11363              At least toke.c and sv.c still need quite a bit of work.
11364      Branch: perl
11365            ! numeric.c perl.h
11366 ____________________________________________________________________________
11367 [ 11488] By: jhi                                   on 2001/07/29  21:18:57
11368         Log: Top-level Makefile didn't honour OPTIMIZE.
11369      Branch: perl
11370            ! Makefile.SH
11371 ____________________________________________________________________________
11372 [ 11487] By: jhi                                   on 2001/07/29  20:56:04
11373         Log: Update Changes.
11374      Branch: perl
11375            ! Changes patchlevel.h
11376 ____________________________________________________________________________
11377 [ 11486] By: jhi                                   on 2001/07/29  20:38:09
11378         Log: Use Search::Dict 1.02 interface for charinfo().
11379      Branch: perl
11380            ! lib/UnicodeCD.pm
11381 ____________________________________________________________________________
11382 [ 11485] By: jhi                                   on 2001/07/29  20:37:11
11383         Log: Now also allow transforming the read lines before comparing them.
11384              (This will help UnicodeCD.) 
11385      Branch: perl
11386            ! lib/Search/Dict.pm
11387 ____________________________________________________________________________
11388 [ 11484] By: jhi                                   on 2001/07/29  20:03:13
11389         Log: Remove tiehandle code.
11390      Branch: perl
11391            ! lib/UnicodeCD.pm
11392 ____________________________________________________________________________
11393 [ 11483] By: jhi                                   on 2001/07/29  19:59:02
11394         Log: Allow specifying a comparison function for Search::Dict::look().
11395      Branch: perl
11396            ! lib/Search/Dict.pm
11397 ____________________________________________________________________________
11398 [ 11482] By: jhi                                   on 2001/07/29  18:55:04
11399         Log: Small UnicodeCD tweaks.
11400      Branch: perl
11401            ! lib/UnicodeCD.pm lib/UnicodeCD.t
11402 ____________________________________________________________________________
11403 [ 11481] By: jhi                                   on 2001/07/29  17:14:19
11404         Log: Subject: [PATCH @11446] UnicodeCD::charinfo
11405              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
11406              Date: Tue, 24 Jul 2001 01:51:32 +0900
11407              Message-Id: <20010724015114.CF4D.BQW10602@nifty.com>
11408      Branch: perl
11409            ! lib/UnicodeCD.pm lib/UnicodeCD.t
11410 ____________________________________________________________________________
11411 [ 11480] By: jhi                                   on 2001/07/29  16:55:58
11412         Log: Subject: [PATCH] installperl
11413              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
11414              Date: Fri, 27 Jul 2001 19:05:04 -0700
11415              Message-Id: <F7912758-82FC-11D5-BFC6-003065D59FBA@thor.sbay.org>
11416      Branch: perl
11417            ! installperl
11418 ____________________________________________________________________________
11419 [ 11479] By: jhi                                   on 2001/07/29  16:52:52
11420         Log: Subject: [PATCH] Set proper compatibility versions in core
11421              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
11422              Date: Fri, 27 Jul 2001 20:01:49 -0700
11423              Message-Id: <E3A6C66A-8304-11D5-BFC6-003065D59FBA@thor.sbay.org>
11424      Branch: perl
11425            ! Makefile.SH
11426 ____________________________________________________________________________
11427 [ 11478] By: jhi                                   on 2001/07/29  16:50:55
11428         Log: Metaconfig unit change for #11477.
11429      Branch: metaconfig/U/perl
11430            ! dlsrc.U
11431 ____________________________________________________________________________
11432 [ 11477] By: jhi                                   on 2001/07/29  16:50:35
11433         Log: Subject: [PATCH] Darwin: -fpic not so good
11434              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
11435              Date: Fri, 27 Jul 2001 18:57:38 -0700
11436              Message-Id: <EC1496A6-82FB-11D5-BFC6-003065D59FBA@thor.sbay.org>
11437      Branch: perl
11438            ! Configure
11439 ____________________________________________________________________________
11440 [ 11476] By: jhi                                   on 2001/07/29  16:44:03
11441         Log: Subject: [PATCH] Clean up Darwin hints
11442              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
11443              Date: Fri, 27 Jul 2001 19:13:15 -0700
11444              Message-Id: <1A70CA3F-82FE-11D5-BFC6-003065D59FBA@thor.sbay.org>
11445      Branch: perl
11446            ! hints/darwin.sh
11447 ____________________________________________________________________________
11448 [ 11475] By: jhi                                   on 2001/07/29  16:28:45
11449         Log: Subject: [PATCH split()] split()'s unused captures should be undef, not ''
11450              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
11451              Date: Fri, 27 Jul 2001 14:00:37 -0400 (EDT)
11452              Message-ID: <Pine.GSO.4.21.0107271358310.28213-100000@crusoe.crusoe.net>
11453      Branch: perl
11454            ! pod/perlfunc.pod pp.c t/op/split.t
11455 ____________________________________________________________________________
11456 [ 11474] By: jhi                                   on 2001/07/29  16:27:54
11457         Log: Subject: [PATCH perlvar.pod] $^N foolery as well
11458              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
11459              Date: Thu, 26 Jul 2001 20:03:12 -0400 (EDT)
11460              Message-ID: <Pine.GSO.4.21.0107261958380.28213-100000@crusoe.crusoe.net>
11461      Branch: perl
11462            ! pod/perlvar.pod
11463 ____________________________________________________________________________
11464 [ 11473] By: jhi                                   on 2001/07/29  16:27:00
11465         Log: Subject: [PATCH] fixes to constant.pm documentation
11466              From: Ilmari Karonen <iltzu@sci.fi>
11467              Date: Tue, 24 Jul 2001 16:44:24 +0300 (EET DST)
11468              Message-ID: <Pine.SOL.3.96.1010724163055.6822A-100000@simpukka>
11469      Branch: perl
11470            ! lib/constant.pm
11471 ____________________________________________________________________________
11472 [ 11472] By: jhi                                   on 2001/07/28  18:39:03
11473         Log: Subject: [DOC PATCH bleadperl] perlport.pod and C<..">>"...>
11474              From: "Philip Newton" <Philip.Newton@gmx.net>
11475              Date: Fri, 27 Jul 2001 07:51:10 +0200
11476              Message-Id: <200107270548.f6R5mJL09063@chaos.wustl.edu>
11477      Branch: perl
11478            ! pod/perlport.pod
11479 ____________________________________________________________________________
11480 [ 11471] By: nick                                  on 2001/07/26  06:23:32
11481         Log: Subject:  [PATCH] Doc fix for perlguts / threading
11482              From:  Arthur Bergman <arthur@contiller.se>
11483              Date:  Wed, 25 Jul 2001 11:28:23 +0200
11484              Message-Id:  <B7845DD6.2812%arthur@contiller.se>
11485      Branch: perl
11486            ! pod/perlguts.pod
11487 ____________________________________________________________________________
11488 [ 11470] By: nick                                  on 2001/07/26  06:21:06
11489         Log: Subject:  [DOC PATCH bleadperl] INSTALL: README for Unix systems exist
11490              From:  Philip Newton <Philip.Newton@gmx.net>
11491              Date:  Wed, 25 Jul 2001 08:19:47 +0200
11492              Message-Id:  <E15PHy4-0000cR-00@mserv1f.vianw.co.uk>
11493      Branch: perl
11494            ! INSTALL
11495 ____________________________________________________________________________
11496 [ 11469] By: nick                                  on 2001/07/26  06:20:25
11497         Log: Subject:  [DOC PATCH bleadperl] typo in INSTALL?
11498              From:  Philip Newton <Philip.Newton@gmx.net>
11499              Date:  Wed, 25 Jul 2001 08:12:48 +0200
11500              Message-Id:  <E15PHrJ-00003f-00@mserv1f.vianw.co.uk>
11501      Branch: perl
11502            ! INSTALL
11503 ____________________________________________________________________________
11504 [ 11468] By: jhi                                   on 2001/07/25  01:39:11
11505         Log: More +x.
11506      Branch: perl
11507            ! Porting/makerel
11508 ____________________________________________________________________________
11509 [ 11467] By: jhi                                   on 2001/07/24  16:05:34
11510         Log: Update Changes.
11511      Branch: perl
11512            ! Changes patchlevel.h
11513 ____________________________________________________________________________
11514 [ 11466] By: jhi                                   on 2001/07/24  15:40:28
11515         Log: Subject: [PATCH bleadperl os2/perlrexx.c] my C compiler has no HTML parser
11516              From: "Philip Newton" <Philip.Newton@gmx.net>
11517              Date: Tue, 24 Jul 2001 06:45:55 +0200
11518              Message-ID: <20010724.064500@ID-11583.news.dfncis.de>
11519      Branch: perl
11520            ! os2/perlrexx.c
11521 ____________________________________________________________________________
11522 [ 11465] By: jhi                                   on 2001/07/24  15:37:48
11523         Log: Subject: [PATCH: perl@11446] add io/fs.t to vmsperl test suite
11524              From: Peter Prymmer <pvhp@forte.com>
11525              Date: Mon, 23 Jul 2001 16:58:30 -0700 (PDT)
11526              Message-ID: <Pine.OSF.4.10.10107231643480.401242-100000@aspara.forte.com>
11527      Branch: perl
11528            ! pod/perlport.pod t/io/fs.t vms/test.com
11529 ____________________________________________________________________________
11530 [ 11464] By: jhi                                   on 2001/07/24  02:58:20
11531         Log: Workaround on Cwd bootstrap problem.
11532      Branch: perl
11533            ! lib/ExtUtils/MakeMaker.pm
11534 ____________________________________________________________________________
11535 [ 11463] By: jhi                                   on 2001/07/23  23:11:41
11536         Log: When in Rome, quote like the Romans do.
11537      Branch: perl
11538            ! cflags.SH
11539 ____________________________________________________________________________
11540 [ 11462] By: jhi                                   on 2001/07/23  23:04:02
11541         Log: Subject: [PATCH 5.7.2] OS/2 multi-architecture
11542              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11543              Date: Mon, 23 Jul 2001 19:29:49 -0400
11544              Message-ID: <20010723192949.A14802@math.ohio-state.edu>
11545      Branch: perl
11546            + os2/perlrexx.c
11547            ! MANIFEST configpm makedef.pl mg.c os2/Makefile.SHs
11548            ! os2/OS2/REXX/t/rx_vrexx.t os2/os2.c os2/os2ish.h perl.c
11549            ! t/op/write.t
11550 ____________________________________________________________________________
11551 [ 11461] By: jhi                                   on 2001/07/23  22:58:15
11552         Log: Subject: [PATCH 5.7.2] MakeMaker FIRST_MAKEFILE and subdir
11553              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11554              Date: Mon, 23 Jul 2001 18:43:42 -0400
11555              Message-ID: <20010723184342.A14494@math.ohio-state.edu>
11556      Branch: perl
11557            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
11558 ____________________________________________________________________________
11559 [ 11460] By: jhi                                   on 2001/07/23  22:54:52
11560         Log: Subject: [PATCH 5.7.2] MakeMaker subdir
11561              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11562              Date: Mon, 23 Jul 2001 18:33:16 -0400
11563              Message-ID: <20010723183316.A14298@math.ohio-state.edu>
11564      Branch: perl
11565            ! lib/ExtUtils/MakeMaker.pm
11566 ____________________________________________________________________________
11567 [ 11459] By: jhi                                   on 2001/07/23  22:52:02
11568         Log: Subject: [PATCH 5.7.2] OPTIMIZE= during perl make
11569              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11570              Date: Mon, 23 Jul 2001 18:20:35 -0400
11571              Message-ID: <20010723182035.A14192@math.ohio-state.edu>
11572      Branch: perl
11573            ! Makefile.SH cflags.SH
11574 ____________________________________________________________________________
11575 [ 11458] By: jhi                                   on 2001/07/23  22:41:19
11576         Log: Subject: [PATCH] Print CONFIGURE params in ExtUtils::MakeMaker output
11577              From: "David D. Kilzer" <ddkilzer@lubricants-oil.com>
11578              Date: Mon, 23 Jul 2001 11:32:17 -0500
11579              Message-ID: <20010723113217.A28614@elbonia.lubricants-oil.com>
11580      Branch: perl
11581            ! lib/ExtUtils/MakeMaker.pm
11582 ____________________________________________________________________________
11583 [ 11457] By: jhi                                   on 2001/07/23  21:22:36
11584         Log: Subject: [PATCH 5.7.2] debug reloading selfloaded stuff
11585              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11586              Date: Mon, 23 Jul 2001 18:13:20 -0400
11587              Message-ID: <20010723181320.A14005@math.ohio-state.edu>
11588      Branch: perl
11589            ! lib/perl5db.pl
11590 ____________________________________________________________________________
11591 [ 11456] By: jhi                                   on 2001/07/23  21:19:28
11592         Log: Subject: [PATCH 5.7.2] debugging selfloaded stuff
11593              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11594              Date: Mon, 23 Jul 2001 18:07:40 -0400
11595              Message-ID: <20010723180740.A13960@math.ohio-state.edu>
11596      Branch: perl
11597            ! op.c
11598 ____________________________________________________________________________
11599 [ 11455] By: jhi                                   on 2001/07/23  21:13:12
11600         Log: Subject: [PATCH perl@11446] util.c: return required in Perl_my_fork
11601              From: "Craig A. Berry" <craigberry@mac.com>
11602              Date: Mon, 23 Jul 2001 15:35:06 -0500
11603              Message-Id: <5.1.0.14.0.20010723152732.02ad4470@exchi01>
11604      Branch: perl
11605            ! util.c
11606 ____________________________________________________________________________
11607 [ 11454] By: jhi                                   on 2001/07/23  21:09:13
11608         Log: Subject: [PATCH perlfaq9.pod typo]
11609              From: "Larry Shatzer, Jr." <lshatzer@islanddata.com>
11610              Date: Mon, 23 Jul 2001 07:49:05 -0700
11611              Message-ID: <002f01c11386$a8539580$bb01a8c0@LSHATZER>
11612      Branch: perl
11613            ! pod/perlfaq9.pod
11614 ____________________________________________________________________________
11615 [ 11453] By: jhi                                   on 2001/07/23  21:06:42
11616         Log: Subject: win32\sncfnmcs.pl corrections
11617              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
11618              Date: Mon, 23 Jul 2001 12:56:54 +0200
11619              Message-ID: <E3FB32585BF1D411B9E900805FF51A080C1C5D@RU0022EXCH001U>
11620              
11621              Rename the script a little bit more sensibly.
11622      Branch: perl
11623            + win32/sync_ext.pl
11624            - win32/sncfnmcs.pl
11625            ! MANIFEST README.win32
11626 ____________________________________________________________________________
11627 [ 11452] By: jhi                                   on 2001/07/23  17:22:37
11628         Log: Test tweak.
11629      Branch: perl
11630            ! ext/B/Deparse.t
11631 ____________________________________________________________________________
11632 [ 11451] By: jhi                                   on 2001/07/23  17:10:52
11633         Log: Metaconfig unit tweak for #11450.
11634      Branch: metaconfig/U/perl
11635            ! Mksymlinks.U
11636 ____________________________________________________________________________
11637 [ 11450] By: jhi                                   on 2001/07/23  17:09:46
11638         Log: Too volatile failsafe check.
11639      Branch: perl
11640            ! Configure
11641 ____________________________________________________________________________
11642 [ 11449] By: jhi                                   on 2001/07/23  16:53:59
11643         Log: Further doc tweaks.
11644      Branch: perl
11645            ! lib/UnicodeCD.pm
11646 ____________________________________________________________________________
11647 [ 11448] By: jhi                                   on 2001/07/23  05:26:50
11648         Log: Doc tweaks.
11649      Branch: perl
11650            ! lib/UnicodeCD.pm
11651 ____________________________________________________________________________
11652 [ 11447] By: jhi                                   on 2001/07/23  04:57:49
11653         Log: Doc tweakery from Abhijit.
11654      Branch: perl
11655            ! Porting/repository.pod
11656 ____________________________________________________________________________
11657 [ 11446] By: jhi                                   on 2001/07/22  15:41:02
11658         Log: An accidental empty line.
11659      Branch: perl
11660            ! MANIFEST
11661 ____________________________________________________________________________
11662 [ 11445] By: jhi                                   on 2001/07/22  15:38:30
11663         Log: Missing MANIFESTations.
11664      Branch: perl
11665            ! MANIFEST
11666 ____________________________________________________________________________
11667 [ 11444] By: jhi                                   on 2001/07/22  15:30:10
11668         Log: Update Changes.
11669      Branch: perl
11670            ! Changes patchlevel.h
11671 ____________________________________________________________________________
11672 [ 11443] By: jhi                                   on 2001/07/22  15:02:11
11673         Log: Subject: Re: Typo in Porting/pumpkin/pod ?
11674              From: Mike Guy <mjtg@cam.ac.uk>
11675              Date: Fri, 20 Jul 2001 16:12:49 +0100
11676              Message-Id: <E15NbxR-0006HD-00@draco.cus.cam.ac.uk>
11677      Branch: perl
11678            ! Porting/pumpkin.pod
11679 ____________________________________________________________________________
11680 [ 11442] By: jhi                                   on 2001/07/22  14:58:33
11681         Log: Subject: Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
11682              From: Peter Prymmer <pvhp@forte.com>
11683              Date: Fri, 20 Jul 2001 17:04:55 -0700 (PDT)
11684              Message-ID: <Pine.OSF.4.10.10107201650510.144528-100000@aspara.forte.com>
11685      Branch: perl
11686            ! pod/perlhack.pod
11687 ____________________________________________________________________________
11688 [ 11441] By: jhi                                   on 2001/07/22  14:54:29
11689         Log: Subject: [PATCH Test.pm] Getting rid of the expected "UNEXPECTEDLY SUCCEEDED"
11690              From: Michael G Schwern <schwern@pobox.com>
11691              Date: Fri, 20 Jul 2001 20:22:35 -0400
11692              Message-ID: <20010720202235.O4498@blackrider>
11693      Branch: perl
11694            ! lib/Test.pm lib/Test/t/mix.t lib/Test/t/success.t
11695            ! lib/Test/t/todo.t
11696 ____________________________________________________________________________
11697 [ 11440] By: jhi                                   on 2001/07/22  14:51:14
11698         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]?
11699              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
11700              Message-Id: <200107210559.WAA09160@ventrue.corp.yahoo.com>
11701              Date: Fri, 20 Jul 2001 22:59:25 -0700 (PDT)
11702      Branch: perl
11703            ! ext/POSIX/POSIX.pod
11704 ____________________________________________________________________________
11705 [ 11439] By: jhi                                   on 2001/07/22  14:49:25
11706         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]? 
11707              From: Mark-Jason Dominus <mjd@plover.com>
11708              Date: Fri, 20 Jul 2001 23:16:54 -0400
11709              Message-ID: <20010721031654.21877.qmail@plover.com>
11710      Branch: perl
11711            ! ext/POSIX/POSIX.pod
11712 ____________________________________________________________________________
11713 [ 11438] By: jhi                                   on 2001/07/22  14:41:58
11714         Log: Subject: Re: [PATCH O.pm] avoid to clutter output with -l
11715              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11716              Date: Sun, 22 Jul 2001 14:56:09 +0200
11717              Message-ID: <20010722145609.A766@rafael>
11718      Branch: perl
11719            ! ext/B/O.pm
11720 ____________________________________________________________________________
11721 [ 11437] By: jhi                                   on 2001/07/22  14:39:07
11722         Log: Subject: regexec.c #define cleanup
11723              From: Mark-Jason Dominus <mjd@plover.com>
11724              Date: Sat, 21 Jul 2001 18:33:25 -0400
11725              Message-ID: <20010721223325.3069.qmail@plover.com>
11726      Branch: perl
11727            ! regexec.c
11728 ____________________________________________________________________________
11729 [ 11436] By: jhi                                   on 2001/07/22  14:36:43
11730         Log: Subject: [PATCH: perl@11373] Win32 update for t/io/fs.t (may effect NetWare)
11731              From: Prymmer/Kahn <pvhp@best.com>
11732              Date: Sat, 21 Jul 2001 12:08:29 -0700 (PDT)
11733              Message-ID: <Pine.BSF.4.21.0107211156160.17271-100000@shell8.ba.best.com>
11734      Branch: perl
11735            ! t/io/fs.t
11736 ____________________________________________________________________________
11737 [ 11435] By: jhi                                   on 2001/07/22  00:22:51
11738         Log: Typo in #11432.
11739      Branch: perl
11740            ! ext/POSIX/POSIX.t
11741 ____________________________________________________________________________
11742 [ 11434] By: jhi                                   on 2001/07/21  23:12:26
11743         Log: Integrate (manually) change #11424 from macperl.
11744      Branch: perl
11745            ! ext/Filter/t/call.t
11746 ____________________________________________________________________________
11747 [ 11433] By: jhi                                   on 2001/07/21  23:07:43
11748         Log: Integrate change #11408 from macperl.
11749      Branch: perl
11750           !> README.macos pod/perlport.pod
11751 ____________________________________________________________________________
11752 [ 11432] By: jhi                                   on 2001/07/21  23:02:30
11753         Log: Integrate change #11388 from macperl (the *.t parts needed hand massage).
11754      Branch: perl
11755           +> macos/MacPerlTests.cmd macos/xsubpp.patch
11756            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
11757            ! ext/DB_File/t/db-recno.t ext/NDBM_File/ndbm.t
11758            ! ext/POSIX/POSIX.t
11759 ____________________________________________________________________________
11760 [ 11431] By: gsar                                  on 2001/07/21  05:03:44
11761         Log: pod/*.t tests not picked up by t/TEST either
11762      Branch: maint-5.6/perl
11763            ! t/TEST
11764 ____________________________________________________________________________
11765 [ 11430] By: gsar                                  on 2001/07/21  04:58:12
11766         Log: better tweak for change#11429 (windows has both / and \ separated
11767              paths in @INC at that point)
11768      Branch: maint-5.6/perl
11769            ! t/pod/testp2pt.pl
11770 ____________________________________________________________________________
11771 [ 11429] By: gsar                                  on 2001/07/21  04:41:15
11772         Log: MacOS pod test tweak needs \Escape
11773      Branch: maint-5.6/perl
11774            ! t/pod/testp2pt.pl
11775 ____________________________________________________________________________
11776 [ 11428] By: gsar                                  on 2001/07/21  04:39:34
11777         Log: run/runenv.t needs fflushNULL sanity (t/TEST is too dumb to detect
11778              resulting duplicate output, but t/harness isn't)
11779      Branch: maint-5.6/perl
11780            ! t/run/runenv.t
11781 ____________________________________________________________________________
11782 [ 11427] By: gsar                                  on 2001/07/21  04:37:26
11783         Log: t/harness wasn't picking up all the tests
11784      Branch: maint-5.6/perl
11785            ! t/harness
11786 ____________________________________________________________________________
11787 [ 11426] By: gsar                                  on 2001/07/21  04:09:26
11788         Log: update MANIFEST for new file
11789      Branch: maint-5.6/perl
11790            ! MANIFEST
11791 ____________________________________________________________________________
11792 [ 11425] By: gsar                                  on 2001/07/21  04:07:46
11793         Log: integrate maint-5.6/macperl changes into maint-5.6/perl, with
11794              the exception of the macperl/macos/... tree
11795      Branch: maint-5.6/perl
11796           +> t/lib/filefind-taint.t
11797           !> (integrate 72 files)
11798 ____________________________________________________________________________
11799 [ 11424] By: pudge                                 on 2001/07/20  18:55:25
11800         Log: Fix test.
11801      Branch: maint-5.6/macperl
11802            ! macos/bundled_ext/Filter/t/call.t
11803 ____________________________________________________________________________
11804 [ 11423] By: gsar                                  on 2001/07/20  18:38:48
11805         Log: Make perl fork()-safe (in a slightly limited way) even on
11806              platforms that don't have pthread_atfork() (extension of
11807              the fix in change#11151).
11808              
11809              Note that this will not help extensions that call fork()
11810              directly in C, or that link to libraries that call fork()
11811              directly.  Such cases must be fixed to either call
11812              PerlProc_fork(), or call atfork_lock() in parent before the
11813              calling the function that forks and call atfork_unlock()
11814              in both parent and child immediately after the fork().
11815              (There are no worries if C code calls exec() in the child
11816              immediately after a fork().  Only cases where the child
11817              calls perl's API functions (including New()) after the
11818              fork() are problematic.)
11819              
11820              This change also eliminates the use of vfork() from perl,
11821              since all such uses were violating the severe restrictions
11822              on modifying the state of the process between the vfork()
11823              and the exec().
11824              
11825              This is a modified version of patches suggested by Abhijit
11826              Menon-Sen and Richard Soderberg.
11827      Branch: perl
11828            ! embed.h embed.pl global.sym iperlsys.h miniperlmain.c
11829            ! objXSUB.h perl.c perlapi.c pp_sys.c proto.h thread.h util.c
11830 ____________________________________________________________________________
11831 [ 11422] By: pudge                                 on 2001/07/20  18:16:37
11832         Log: Add Filter::Util::Call, Class::ISA, Digest, Filter::Simple,
11833              Switch, and Text::Balanced.
11834      Branch: maint-5.6/macperl
11835            + macos/bundled_ext/Filter/Util/Call/Call.pm
11836            + macos/bundled_ext/Filter/Util/Call/Call.xs
11837            + macos/bundled_ext/Filter/Util/Call/Makefile.PL
11838            + macos/bundled_ext/Filter/t/MyFilter.pm
11839            + macos/bundled_ext/Filter/t/call.t
11840            + macos/bundled_ext/Filter/t/filter-util.pl
11841            + macos/bundled_lib/blib/lib/Class/ISA.pm
11842            + macos/bundled_lib/blib/lib/Digest.pm
11843            + macos/bundled_lib/blib/lib/Filter/Simple.pm
11844            + macos/bundled_lib/blib/lib/Switch.pm
11845            + macos/bundled_lib/blib/lib/Text/Balanced.pm
11846            + macos/bundled_lib/blib/lib/Text/Balanced.pod
11847            + macos/bundled_lib/t/Class/ISA/test.pl
11848            + macos/bundled_lib/t/Digest/Digest.t
11849            + macos/bundled_lib/t/Filter/Simple/test.pl
11850            + macos/bundled_lib/t/Switch/test.pl
11851            + macos/bundled_lib/t/Text/Balanced/t/genxt.t
11852            + macos/bundled_lib/t/Text/Balanced/t/xbrak.t
11853            + macos/bundled_lib/t/Text/Balanced/t/xcode.t
11854            + macos/bundled_lib/t/Text/Balanced/t/xdeli.t
11855            + macos/bundled_lib/t/Text/Balanced/t/xmult.t
11856            + macos/bundled_lib/t/Text/Balanced/t/xquot.t
11857            + macos/bundled_lib/t/Text/Balanced/t/xtagg.t
11858            + macos/bundled_lib/t/Text/Balanced/t/xvari.t
11859 ____________________________________________________________________________
11860 [ 11421] By: pudge                                 on 2001/07/20  18:03:28
11861         Log: Add Filter::Util::Call to config/make files; edit utils
11862              to recognize the module (it was descended too far down).
11863              Bump version to 5.6.1a4.
11864      Branch: maint-5.6/macperl
11865            ! macos/InstallBLIB macos/MPVersion.r macos/Makefile.mk
11866            ! macos/config.sh macos/lib/ExtUtils/MM_MacOS.pm
11867            ! macos/macperl/Makefile.mk macos/xsubpp.patch
11868 ____________________________________________________________________________
11869 [ 11420] By: pudge                                 on 2001/07/20  18:02:05
11870         Log: Make DB_File the default for MLDBM on MacOS.
11871      Branch: maint-5.6/macperl
11872            ! macos/bundled_lib/blib/lib/MLDBM.pm
11873 ____________________________________________________________________________
11874 [ 11419] By: nick                                  on 2001/07/20  14:51:03
11875         Log: Subject:  [PATCH UnicodeCD.pm] Fix erronous documentation
11876              From:  Simon Cozens <simon@netthink.co.uk>
11877              Date:  Fri, 20 Jul 2001 11:42:35 -0400
11878              Message-Id:  <20010720114235.A5235@netthink.co.uk>
11879      Branch: perl
11880            ! lib/UnicodeCD.pm
11881 ____________________________________________________________________________
11882 [ 11418] By: nick                                  on 2001/07/20  14:48:12
11883         Log: Subject:  [PATCH regcomp.h] adds a comment
11884              From:  Abhijit Menon-Sen <ams@wiw.org>
11885              Date:  Fri, 20 Jul 2001 21:05:37 +0530
11886              Message-Id:  <20010720210537.A7678@lustre.dyn.wiw.org>
11887      Branch: perl
11888            ! regcomp.h
11889 ____________________________________________________________________________
11890 [ 11417] By: nick                                  on 2001/07/20  14:16:38
11891         Log: Subject:  [PATCH 5.7.2] INSTALL updates
11892              From:  Andy Dougherty <doughera@lafayette.edu>
11893              Date:  Fri, 20 Jul 2001 11:01:40 -0400 (EDT)
11894              Message-Id:  <Pine.SOL.4.10.10107201059510.16494-100000@maxwell.phys.lafayette.edu>
11895      Branch: perl
11896            ! INSTALL
11897 ____________________________________________________________________________
11898 [ 11416] By: nick                                  on 2001/07/20  06:44:44
11899         Log: Subject:  Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
11900              From:  Russ Allbery <rra@stanford.edu>
11901              Date:  19 Jul 2001 15:52:37 -0700
11902              Message-Id:  <ylvgko4jm2.fsf@windlord.stanford.edu>
11903      Branch: perl
11904            ! lib/Pod/Man.pm
11905 ____________________________________________________________________________
11906 [ 11415] By: nick                                  on 2001/07/20  06:35:11
11907         Log: Subject:  [PATCH] defer op_seq allocation
11908              From:  Abhijit Menon-Sen <ams@wiw.org>
11909              Date:  Thu, 19 Jul 2001 22:12:24 +0530
11910              Message-Id:  <20010719221224.A13786@lustre.dyn.wiw.org>
11911      Branch: perl
11912            ! op.c
11913 ____________________________________________________________________________
11914 [ 11414] By: nick                                  on 2001/07/20  06:23:36
11915         Log: Subject:  [PATCH] prototype for Time::HiRes::sleep()
11916              From:  Abhijit Menon-Sen <ams@wiw.org>
11917              Date:  Fri, 20 Jul 2001 01:18:50 +0530
11918              Message-Id:  <20010720011850.A19650@lustre.dyn.wiw.org>
11919              (Private e-mail)
11920      Branch: perl
11921            ! ext/Time/HiRes/HiRes.xs
11922 ____________________________________________________________________________
11923 [ 11413] By: nick                                  on 2001/07/20  06:18:53
11924         Log: Integrate mainline
11925      Branch: perlio
11926           +> ext/Encode/Encode/euc-jp-0212.enc t/lib/commonsense.t
11927            - t/base/commonsense.t
11928           !> MANIFEST doio.c ext/B/B/Deparse.pm ext/Encode/Encode/Tcl.pm
11929           !> ext/POSIX/POSIX.t ext/Time/HiRes/HiRes.xs gv.c hints/darwin.sh
11930           !> hints/rhapsody.sh numeric.c pod/perlfunc.pod pod/perlhack.pod
11931           !> pod/perlre.pod pp_sys.c sv.c t/README t/op/arith.t
11932           !> t/op/sprintf.t thread.h utils/h2xs.PL win32/perlhost.h
11933           !> win32/win32.c
11934 ____________________________________________________________________________
11935 [ 11412] By: nick                                  on 2001/07/19  06:44:27
11936         Log: Integrate win32/perlhost.h from maintenance branch.
11937              (Rest of $ENV{PATH} / system() fix.)
11938      Branch: perl
11939           !> win32/perlhost.h
11940 ____________________________________________________________________________
11941 [ 11411] By: nick                                  on 2001/07/19  06:41:34
11942         Log: Subject:  [DOC PATCH bleadperl] its vs it's in perlhack.pod
11943              From:  Philip Newton <Philip.Newton@gmx.net>
11944              Date:  Wed, 18 Jul 2001 21:43:57 +0200
11945              Message-Id:  <E15Mx9y-0007Oz-00@mserv1b.vianw.co.uk>
11946      Branch: perl
11947            ! pod/perlhack.pod
11948 ____________________________________________________________________________
11949 [ 11410] By: nick                                  on 2001/07/19  06:39:35
11950         Log: Subject:  Security hole in taint checking in open()
11951              From:  deekoo@tentacle.net
11952              Date:  Thu, 19 Jul 2001 00:03:46 -0700 (PDT)
11953              Message-Id:  <Pine.LNX.4.33.0107182248330.11996-100000@chaos.tentacle.net>
11954      Branch: perl
11955            ! doio.c
11956 ____________________________________________________________________________
11957 [ 11409] By: nick                                  on 2001/07/19  06:28:08
11958         Log: Subject:  [PATCH] Re: Time::HiRes qw(sleep) fails
11959              From:  Abhijit Menon-Sen <ams@wiw.org>
11960              Date:  Thu, 19 Jul 2001 04:30:43 +0530
11961              Message-Id:  <20010719043043.A10327@lustre.dyn.wiw.org>
11962      Branch: perl
11963            ! ext/Time/HiRes/HiRes.xs
11964 ____________________________________________________________________________
11965 [ 11408] By: pudge                                 on 2001/07/19  03:27:36
11966         Log: Update docs with latest implementation information and new URLs.
11967      Branch: maint-5.6/macperl
11968            ! README.macos pod/perlport.pod
11969 ____________________________________________________________________________
11970 [ 11407] By: pudge                                 on 2001/07/19  02:35:46
11971         Log: Add Time::HiRes, and add default Makefile.mk for Digest::MD5.
11972              Fix BuildRules to accept optimization variables.
11973      Branch: maint-5.6/macperl
11974            + macos/bundled_ext/Digest/MD5/Makefile.mk
11975            ! macos/BuildRules.mk macos/Makefile.mk
11976            ! macos/bundled_ext/Time/HiRes/HiRes.xs macos/config.sh
11977            ! macos/macish.c macos/macish.h macos/macperl/Makefile.mk
11978 ____________________________________________________________________________
11979 [ 11406] By: pudge                                 on 2001/07/19  01:11:39
11980         Log: Integrate changes 11399,11401
11981      Branch: maint-5.6/macperl
11982           !> win32/perlhost.h win32/win32.c
11983 ____________________________________________________________________________
11984 [ 11405] By: nick                                  on 2001/07/18  06:50:33
11985         Log: Integrate Sarathy's Win32 $ENV{'PATH'}/system fixes (11399, 11400)
11986              from perl5.6*
11987      Branch: perl
11988           !> win32/perlhost.h win32/win32.c
11989 ____________________________________________________________________________
11990 [ 11404] By: nick                                  on 2001/07/18  06:43:59
11991         Log: Subject:  Re: Perl 5.7.2 Has Been Released 
11992              From:  hv@crypt0.demon.co.uk
11993              Date:  Wed, 18 Jul 2001 05:58:46 +0100
11994              Message-Id:  <200107180458.f6I4wlJ19966@crypt0.demon.co.uk>
11995      Branch: perl
11996            ! ext/POSIX/POSIX.t
11997 ____________________________________________________________________________
11998 [ 11403] By: nick                                  on 2001/07/18  06:38:57
11999         Log: Subject:  Re: [ID 20010716.005] numeric conversions in 5.7.[12] changed from perl5.6.1 (leading whitespace) 
12000              From:  hv@crypt0.demon.co.uk
12001              Date:  Wed, 18 Jul 2001 05:21:54 +0100
12002              Message-Id:  <200107180421.f6I4Ltc00987@crypt0.demon.co.uk>
12003      Branch: perl
12004            ! numeric.c t/op/arith.t
12005 ____________________________________________________________________________
12006 [ 11402] By: nick                                  on 2001/07/18  06:19:17
12007         Log: Subject:  Doc patch: perlre should mention perlrequick and perlretut
12008              From:  mjd@plover.com
12009              Date:  17 Jul 2001 17:59:20 -0000
12010              Message-Id:  <20010717175920.8177.qmail@plover.com>
12011      Branch: perl
12012            ! pod/perlre.pod
12013 ____________________________________________________________________________
12014 [ 11401] By: gsar                                  on 2001/07/17  21:31:31
12015         Log: thinko in change#11400 (duh)
12016      Branch: maint-5.6/perl
12017            ! win32/perlhost.h
12018 ____________________________________________________________________________
12019 [ 11400] By: gsar                                  on 2001/07/17  19:46:34
12020         Log: change#11399 revealed another unrelated bug; this is just a temporary
12021              bandaid
12022      Branch: maint-5.6/perl
12023            ! win32/perlhost.h
12024 ____________________________________________________________________________
12025 [ 11399] By: gsar                                  on 2001/07/17  19:11:57
12026         Log: fix bugs in handling of the virtualized environment under windows;
12027              there were bugs in propagating any changes to %ENV down to the real
12028              environment when such changes happened in the toplevel process
12029              (thanks to Johan Holmberg <holmberg@iar.se> for the excellent
12030              problem identification, and for a part of the fix)
12031      Branch: maint-5.6/perl
12032            ! win32/perlhost.h win32/win32.c
12033 ____________________________________________________________________________
12034 [ 11398] By: nick                                  on 2001/07/17  08:26:35
12035         Log: Subject: Re: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
12036              From: Peter Prymmer <pvhp@forte.com>
12037              Date: Mon, 16 Jul 2001 16:43:14 -0700 (PDT)
12038              Message-Id: <Pine.OSF.4.10.10107161631300.464972-100000@aspara.forte.com>
12039              
12040              Move t/base/commonsense.t to t/lib/commonsense.t - base tests
12041              should not depend on existance of Config.pm
12042      Branch: perl
12043           +> t/lib/commonsense.t
12044            - t/base/commonsense.t
12045            ! MANIFEST t/README
12046 ____________________________________________________________________________
12047 [ 11397] By: nick                                  on 2001/07/17  08:09:58
12048         Log: Subject:  [PATCH pod/perlhack.pod] Sections on writing tests & patching core mods
12049              From:  Michael G Schwern <schwern@pobox.com>
12050              Date:  Mon, 16 Jul 2001 18:20:31 -0400
12051              Message-Id:  <20010716182031.A1128@blackrider>
12052      Branch: perl
12053            ! pod/perlhack.pod
12054 ____________________________________________________________________________
12055 [ 11396] By: nick                                  on 2001/07/17  08:04:11
12056         Log: Subject:  [PATCH perlfunc.pod] make printf refer to sprintf
12057              From:  Gwyn Judd <b.judd@xtra.co.nz>
12058              Date:  Tue, 17 Jul 2001 20:55:58 +1200
12059              Message-Id:  <20010717205558.A3107@thislove>
12060      Branch: perl
12061            ! pod/perlfunc.pod
12062 ____________________________________________________________________________
12063 [ 11395] By: nick                                  on 2001/07/17  08:02:22
12064         Log: Subject:  [PATCH: perl@11373] fix t/op/sprintf.t to not load %Config
12065              From:  Peter Prymmer <pvhp@forte.com>
12066              Date:  Mon, 16 Jul 2001 15:48:33 -0700 (PDT)
12067              Message-Id:  <Pine.OSF.4.10.10107161543400.464972-100000@aspara.forte.com>
12068      Branch: perl
12069            ! t/op/sprintf.t
12070 ____________________________________________________________________________
12071 [ 11394] By: nick                                  on 2001/07/17  07:57:06
12072         Log: Subject:  Re: [PATCH gv.c] allow ${"1f"} to be non-regex var 
12073              From:  Jeff 'Japhy' Pinyan <jeffp@crusoe.net>
12074              Date:  Mon, 16 Jul 2001 18:46:53 -0400 (EDT)
12075              Message-Id:  <Pine.GSO.4.21.0107161829390.1405-100000@crusoe.crusoe.net>
12076      Branch: perl
12077            ! gv.c
12078 ____________________________________________________________________________
12079 [ 11392] By: nick                                  on 2001/07/17  07:50:12
12080         Log: Subject:  [PATCH] fix PTHREAD_ATFORK croaking too early, too often
12081              From:  Coral <coral@moonlight.crystalflame.net>
12082              Date:  Mon, 16 Jul 2001 14:25:19 -0700 (PDT)
12083              Message-Id:  <200107162125.f6GLPJ345261@moonlight.crystalflame.net>
12084      Branch: perl
12085            ! pp_sys.c thread.h
12086 ____________________________________________________________________________
12087 [ 11391] By: nick                                  on 2001/07/17  07:34:28
12088         Log: Subject:  Re: [PATCH h2xs.PL ] use Test::More where appropriate (was Re:   
12089              From:  Jonathan Stowe <gellyfish@gellyfish.com>
12090              Date:  Mon, 16 Jul 2001 18:31:21 +0100 (BST)
12091              Message-Id:  <Pine.LNX.4.33.0107161827570.15520-100000@orpheus.gellyfish.com>
12092      Branch: perl
12093            ! utils/h2xs.PL
12094 ____________________________________________________________________________
12095 [ 11390] By: pudge                                 on 2001/07/16  23:54:44
12096         Log: Add in List::Util, Memoize, NEXT, and a bunch of tests for other
12097              modules.  Also added Mac::BuildTools, Mac::AppleEvents::Simple,
12098              and Mac::Apps::Launch, which don't work, and Time::HiRes and
12099              Time::Piece, which don't yet work.
12100      Branch: maint-5.6/macperl
12101            + (add 154 files)
12102 ____________________________________________________________________________
12103 [ 11389] By: pudge                                 on 2001/07/16  23:13:10
12104         Log: Fix %ENV to be tainted [SF bug #231848, Thomas Wegner].
12105              Also add hack to get around missing setenv for PERL5DB.
12106      Branch: maint-5.6/macperl
12107            ! macos/macish.c macos/macish.h
12108 ____________________________________________________________________________
12109 [ 11388] By: pudge                                 on 2001/07/16  23:11:26
12110         Log: Fix DB_File, and patch tests for it, and NDBM_File, and POSIX.
12111      Branch: maint-5.6/macperl
12112            ! macos/MacPerlTests.cmd macos/xsubpp.patch t/lib/db-btree.t
12113            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/ndbm.t t/lib/posix.t
12114 ____________________________________________________________________________
12115 [ 11387] By: pudge                                 on 2001/07/16  23:05:12
12116         Log: Fix up some configuration and make options, add extra
12117              extensions.
12118      Branch: maint-5.6/macperl
12119            ! macos/ExtBuildRules.mk macos/Makefile.mk macos/config.sh
12120            ! macos/macperl/Makefile.mk
12121 ____________________________________________________________________________
12122 [ 11386] By: pudge                                 on 2001/07/16  21:22:32
12123         Log: From Change 11374 in maintperl.
12124      Branch: maint-5.6/macperl
12125           !> utils/h2ph.PL
12126 ____________________________________________________________________________
12127 [ 11385] By: nick                                  on 2001/07/16  14:12:58
12128         Log: Back out change to h2xs till it passes its test.
12129      Branch: perl
12130            ! utils/h2xs.PL
12131 ____________________________________________________________________________
12132 [ 11384] By: nick                                  on 2001/07/16  14:00:10
12133         Log: Subject:  [PATCH h2xs.PL ] use Test::More where appropriate (was Re: [PATCH]
12134              From:  Jonathan Stowe <gellyfish@gellyfish.com>
12135              Date:  Mon, 16 Jul 2001 08:37:05 +0100 (BST)
12136              Message-Id:  <Pine.LNX.4.33.0107160830480.9915-100000@orpheus.gellyfish.com>
12137      Branch: perl
12138            ! utils/h2xs.PL
12139 ____________________________________________________________________________
12140 [ 11383] By: nick                                  on 2001/07/16  13:53:12
12141         Log: Subject:  [PATCH hints/darwin.sh] Don't override user-specified optimize flag
12142              From:  Robin Houston <robin@kitsite.com>
12143              Date:  Sun, 15 Jul 2001 18:22:31 +0100
12144              Message-Id:  <20010715182230.A11174@robin>
12145      Branch: perl
12146            ! hints/darwin.sh
12147 ____________________________________________________________________________
12148 [ 11382] By: nick                                  on 2001/07/16  13:52:49
12149         Log: Subject:  [PATCH perl@11372] re_dup
12150              From:  Radu Greab <radu@netsoft.ro>
12151              Date:  Sun, 15 Jul 2001 04:50:06 +0300
12152              Message-Id:  <15184.63182.656988.340591@ix.netsoft.ro>
12153      Branch: perl
12154            ! sv.c
12155 ____________________________________________________________________________
12156 [ 11379] By: nick                                  on 2001/07/16  13:35:39
12157         Log: Subject:  [PATCH B::Deparse] formats can't contain formats
12158              From:  Robin Houston <robin@kitsite.com>
12159              Date:  Sat, 14 Jul 2001 14:28:50 +0100
12160              Message-Id:  <20010714142850.A10205@robin>
12161      Branch: perl
12162            ! ext/B/B/Deparse.pm
12163 ____________________________________________________________________________
12164 [ 11378] By: nick                                  on 2001/07/16  13:30:36
12165         Log: Subject:  [PATCH @11359] Encode::Tcl.pm, EUC-JP with jis-x0212
12166              From:  Sadahiro Tomoyuki <BQW10602@nifty.com>
12167              Date:  Sat, 14 Jul 2001 22:17:42 +0900
12168              Message-Id:  <20010714221736.6CA3.BQW10602@nifty.com>
12169      Branch: perl
12170            + ext/Encode/Encode/euc-jp-0212.enc
12171            ! ext/Encode/Encode/Tcl.pm
12172 ____________________________________________________________________________
12173 [ 11377] By: nick                                  on 2001/07/16  13:17:28
12174         Log: Subject:  [PATCH 5.7.2] Remove useless ccflags hints
12175              From:  Andy Dougherty <doughera@lafayette.edu>
12176              Date:  Sun, 15 Jul 2001 22:52:54 -0400 (EDT)
12177              Message-Id:  <Pine.SOL.4.10.10107152250230.10344-100000@maxwell.phys.lafayette.edu>
12178      Branch: perl
12179            ! hints/darwin.sh hints/rhapsody.sh
12180 ____________________________________________________________________________
12181 [ 11376] By: nick                                  on 2001/07/16  09:05:00
12182         Log: Integrate mainline
12183      Branch: perlio
12184           +> ext/Encode/Encode/7bit-greek.enc
12185           +> ext/Encode/Encode/7bit-latin1.enc
12186           +> ext/Encode/Encode/cns11643-1.enc
12187           +> ext/Encode/Encode/cns11643-2.enc
12188           +> ext/Encode/Encode/iso2022-cn.enc
12189           +> ext/Encode/Encode/iso2022-jp1.enc
12190           +> ext/Encode/Encode/iso2022-jp2.enc
12191           !> Changes Configure MANIFEST Makefile.SH
12192           !> ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
12193           !> ext/Encode/Encode/iso2022-kr.enc ext/POSIX/POSIX.pm
12194           !> ext/PerlIO/Via/Via.pm handy.h myconfig.SH patchlevel.h
12195           !> pod/perlhack.pod pod/perlre.pod pod/perltoc.pod regcomp.c sv.c
12196           !> t/op/pat.t t/op/sprintf.t utils/h2ph.PL utils/h2xs.PL
12197 ____________________________________________________________________________
12198 [ 11375] By: gsar                                  on 2001/07/16  02:46:11
12199         Log: integrate change#11374 from maint-5.6
12200              
12201              make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
12202      Branch: perl
12203           !> utils/h2ph.PL
12204 ____________________________________________________________________________
12205 [ 11374] By: gsar                                  on 2001/07/16  02:10:51
12206         Log: make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
12207      Branch: maint-5.6/perl
12208            ! utils/h2ph.PL
12209 ____________________________________________________________________________
12210 [ 11373] By: jhi                                   on 2001/07/14  09:27:10
12211         Log: Update Changes.
12212      Branch: perl
12213            ! Changes patchlevel.h
12214 ____________________________________________________________________________
12215 [ 11372] By: jhi                                   on 2001/07/14  09:19:18
12216         Log: Subject: [PATCH h2xs.PL] use Getopt::Long (was Re: [PATCH] h2xs)
12217              From: Jonathan Stowe <gellyfish@gellyfish.com>
12218              Date: Sat, 14 Jul 2001 10:14:34 +0100 (BST)
12219              Message-ID: <Pine.LNX.4.33.0107141008350.9915-100000@orpheus.gellyfish.com>
12220      Branch: perl
12221            ! utils/h2xs.PL
12222 ____________________________________________________________________________
12223 [ 11371] By: jhi                                   on 2001/07/14  09:18:09
12224         Log: Subject: patch to add DEL to [:cntrl:]
12225              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
12226              Date: Fri, 13 Jul 2001 23:25:12 -0700 (PDT)
12227              Message-Id: <200107140625.XAA01517@ventrue.corp.yahoo.com>
12228      Branch: perl
12229            ! handy.h pod/perlre.pod regcomp.c t/op/pat.t
12230 ____________________________________________________________________________
12231 [ 11370] By: jhi                                   on 2001/07/14  01:33:17
12232         Log: Metaconfig unit change for #11369; plus a dependency nit.
12233      Branch: metaconfig
12234            ! U/compline/nblock_io.U
12235      Branch: metaconfig/U/perl
12236            ! Extensions.U
12237 ____________________________________________________________________________
12238 [ 11369] By: jhi                                   on 2001/07/14  01:32:33
12239         Log: #include <stdlib.h> so that exit() is prototyped,
12240              noticed by Hugo.
12241      Branch: perl
12242            ! Configure
12243 ____________________________________________________________________________
12244 [ 11368] By: jhi                                   on 2001/07/14  01:18:28
12245         Log: Subject: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
12246              From: Peter Prymmer <pvhp@forte.com>
12247              Date: Fri, 13 Jul 2001 19:15:45 -0700 (PDT)
12248              Message-ID: <Pine.OSF.4.10.10107131908370.270775-100000@aspara.forte.com>
12249      Branch: perl
12250            ! t/op/sprintf.t
12251 ____________________________________________________________________________
12252 [ 11367] By: jhi                                   on 2001/07/14  01:07:03
12253         Log: Subject: [PATCH: perl@11359] fixup for Encode/Tcl.t on ruthless filesystems
12254              From: Peter Prymmer <pvhp@forte.com>
12255              Date: Fri, 13 Jul 2001 19:00:20 -0700 (PDT)
12256              Message-ID: <Pine.OSF.4.10.10107131856280.270775-100000@aspara.forte.com>
12257      Branch: perl
12258            ! ext/Encode/Encode/Tcl.t
12259 ____________________________________________________________________________
12260 [ 11366] By: jhi                                   on 2001/07/13  22:48:47
12261         Log: Add information about gcc 3.0 basic block profiling.
12262      Branch: perl
12263            ! Makefile.SH pod/perlhack.pod pod/perltoc.pod
12264 ____________________________________________________________________________
12265 [ 11365] By: jhi                                   on 2001/07/13  21:22:20
12266         Log: Subject: Error in lib/PerlIO/Via.pm ?
12267              From: Mark-Jason Dominus <mjd@plover.com>
12268              Date: Fri, 13 Jul 2001 15:55:41 -0400
12269              Message-ID: <20010713195541.26751.qmail@plover.com>
12270      Branch: perl
12271            ! ext/PerlIO/Via/Via.pm
12272 ____________________________________________________________________________
12273 [ 11364] By: jhi                                   on 2001/07/13  21:21:23
12274         Log: Move both usemymalloc and d_bincompat5005 to the Platfom
12275              section from the Compiler section.
12276      Branch: perl
12277            ! myconfig.SH
12278 ____________________________________________________________________________
12279 [ 11363] By: jhi                                   on 2001/07/13  21:19:34
12280         Log: Handle glibc style of constant definitions using enum
12281              with intervening #defines; from Brendan O'Dea.
12282      Branch: perl
12283            ! utils/h2ph.PL
12284 ____________________________________________________________________________
12285 [ 11362] By: jhi                                   on 2001/07/13  21:17:40
12286         Log: Add LC_MESSAGES to the locale_h export tag (it already is
12287              in the Makefile.PL and thusly eligible for an XS constant)
12288              (see also maintperl #10543)
12289      Branch: perl
12290            ! ext/POSIX/POSIX.pm
12291 ____________________________________________________________________________
12292 [ 11361] By: jhi                                   on 2001/07/13  15:12:37
12293         Log: Subject: Re: [patch] re_dup
12294              From: Abhijit Menon-Sen <ams@wiw.org>
12295              Date: Fri, 13 Jul 2001 21:41:09 +0530
12296              Message-ID: <20010713214109.A3328@lustre.dyn.wiw.org>
12297      Branch: perl
12298            ! sv.c
12299 ____________________________________________________________________________
12300 [ 11360] By: jhi                                   on 2001/07/13  15:11:45
12301         Log: Subject: [patch] re_dup
12302              From: Doug MacEachern <dougm@covalent.net>
12303              Date: Fri, 13 Jul 2001 08:51:24 -0700 (PDT)
12304              Message-ID: <Pine.LNX.4.21.0107130848530.28844-100000@mako.covalent.net>
12305      Branch: perl
12306            ! sv.c
12307 ____________________________________________________________________________
12308 [ 11359] By: jhi                                   on 2001/07/13  14:30:32
12309         Log: Update Changes.
12310      Branch: perl
12311            ! Changes patchlevel.h
12312 ____________________________________________________________________________
12313 [ 11358] By: jhi                                   on 2001/07/13  14:26:36
12314         Log: Subject: [PATCH @11328] Encode::Tcl.pm for iso-2022-(?:jp-[12]|cn)
12315              From: SADAHIRO Tomoyuki <BQW10602@nifty.com> 
12316              Date: Sat, 14 Jul 2001 00:06:30 +0900
12317              Message-Id: <20010713235522.8406.BQW10602@nifty.com>
12318      Branch: perl
12319            + ext/Encode/Encode/7bit-greek.enc
12320            + ext/Encode/Encode/7bit-latin1.enc
12321            + ext/Encode/Encode/cns11643-1.enc
12322            + ext/Encode/Encode/cns11643-2.enc
12323            + ext/Encode/Encode/iso2022-cn.enc
12324            + ext/Encode/Encode/iso2022-jp1.enc
12325            + ext/Encode/Encode/iso2022-jp2.enc
12326            ! MANIFEST ext/Encode/Encode/Tcl.pm
12327            ! ext/Encode/Encode/iso2022-kr.enc
12328 ____________________________________________________________________________
12329 [ 11357] By: nick                                  on 2001/07/13  14:24:06
12330         Log: Blind integrate mainline (as of 5.7.2?)
12331      Branch: perlio
12332           !> AUTHORS Changes Porting/config.sh Porting/config_H
12333           !> README.netware ext/PerlIO/t/encoding.t makedef.pl patchlevel.h
12334           !> pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
12335           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
12336           !> win32/makefile.mk
12337 ____________________________________________________________________________
12338 [ 11355] By: jhi                                   on 2001/07/13  13:13:46
12339         Log: Snip away the devel patchlevel.
12340      Branch: perl
12341            ! patchlevel.h
12342 ____________________________________________________________________________
12343 [ 11354] By: jhi                                   on 2001/07/13  13:12:01
12344         Log: Bump the version to 5.7.2.
12345      Branch: perl
12346            ! Porting/config.sh Porting/config_H patchlevel.h
12347            ! pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
12348            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
12349            ! win32/makefile.mk
12350 ____________________________________________________________________________
12351 [ 11353] By: jhi                                   on 2001/07/13  13:00:00
12352         Log: Update Changes.
12353      Branch: perl
12354            ! Changes
12355 ____________________________________________________________________________
12356 [ 11352] By: jhi                                   on 2001/07/13  12:54:49
12357         Log: Reword.
12358      Branch: perl
12359            ! AUTHORS
12360 ____________________________________________________________________________
12361 [ 11351] By: jhi                                   on 2001/07/13  12:52:47
12362         Log: AUTHORS update.
12363      Branch: perl
12364            ! AUTHORS
12365 ____________________________________________________________________________
12366 [ 11350] By: jhi                                   on 2001/07/13  12:24:36
12367         Log: Ignore PL_regex_pad and PL_regex_padav from symbols
12368              unless ithreads.
12369      Branch: perl
12370            ! makedef.pl
12371 ____________________________________________________________________________
12372 [ 11349] By: jhi                                   on 2001/07/13  11:54:10
12373         Log: Integrate perlio.
12374      Branch: perl
12375           !> win32/distclean.bat
12376 ____________________________________________________________________________
12377 [ 11348] By: jhi                                   on 2001/07/13  11:49:50
12378         Log: Test the encoding transform only iff we have PerlIO,
12379              noticed by H. Merijn Brand.
12380      Branch: perl
12381            ! ext/PerlIO/t/encoding.t
12382 ____________________________________________________________________________
12383 [ 11347] By: jhi                                   on 2001/07/13  11:40:13
12384         Log: README.netware tweaks from Ananth Kesari.
12385      Branch: perl
12386            ! README.netware
12387 ____________________________________________________________________________
12388 [ 11346] By: nick                                  on 2001/07/13  09:18:51
12389         Log: Win32/distclean.bat - Down-case all MANIFEST and File::Find results so 
12390              to avoid /unicode vs /Unicode issues.
12391      Branch: perlio
12392            ! win32/distclean.bat
12393 ____________________________________________________________________________
12394 [ 11345] By: nick                                  on 2001/07/13  06:24:18
12395         Log: Integrate mainline
12396      Branch: perlio
12397           +> README.uts lib/UnicodeCD.pm lib/UnicodeCD.t
12398            - lib/Unicode/UCD.pm lib/Unicode/UCD.t lib/unicode/distinct.pm
12399           !> (integrate 63 files)
12400 ____________________________________________________________________________
12401 [ 11344] By: jhi                                   on 2001/07/13  04:50:22
12402         Log: Add d_bincompat5005 information to perl -V.
12403      Branch: perl
12404            ! myconfig.SH
12405 ____________________________________________________________________________
12406 [ 11343] By: jhi                                   on 2001/07/13  03:42:05
12407         Log: Subject: Re: [PATCH] Re: Memory corruption? Read-only $_?
12408              From: Abhijit Menon-Sen <ams@wiw.org>
12409              Date: Fri, 13 Jul 2001 07:12:36 +0530
12410              Message-ID: <20010713071236.C5669@lustre.dyn.wiw.org>
12411      Branch: perl
12412            ! sv.c
12413 ____________________________________________________________________________
12414 [ 11342] By: jhi                                   on 2001/07/13  03:36:22
12415         Log: Remove unicode::distinct, as per Inaba Hiroto.
12416      Branch: perl
12417            - lib/unicode/distinct.pm
12418            ! MANIFEST hv.c perl.h pod/perlmodlib.pod pod/perltoc.pod sv.c
12419            ! t/lib/1_compile.t
12420 ____________________________________________________________________________
12421 [ 11341] By: jhi                                   on 2001/07/13  00:05:53
12422         Log: Paging for Dr Octothorpe.
12423      Branch: perl
12424            ! pod/perlfaq4.pod
12425 ____________________________________________________________________________
12426 [ 11340] By: jhi                                   on 2001/07/12  23:53:44
12427         Log: cut-n-paste error noticed by mjd.
12428      Branch: perl
12429            ! pod/perlfaq4.pod
12430 ____________________________________________________________________________
12431 [ 11339] By: jhi                                   on 2001/07/12  23:39:42
12432         Log: Subject: [PATCH: perl@11328] update the octal situation in perlfaq4.pod
12433              From: Peter Prymmer <pvhp@forte.com>
12434              Date: Thu, 12 Jul 2001 17:04:22 -0700 (PDT)
12435              Message-ID: <Pine.OSF.4.10.10107121703040.219875-100000@aspara.forte.com>
12436      Branch: perl
12437            ! pod/perlfaq4.pod
12438 ____________________________________________________________________________
12439 [ 11338] By: jhi                                   on 2001/07/12  23:38:49
12440         Log: Subject: Re: [randy@qualcomm.com: Corrections for ' repository - Using the Perl repository ']
12441              From: Randall Gellens <randy@qualcomm.com>
12442              Date: Thu, 12 Jul 2001 16:56:23 -0700
12443              Message-Id: <p05100301b773e9751c04@[129.46.176.61]>
12444      Branch: perl
12445            ! Porting/repository.pod
12446 ____________________________________________________________________________
12447 [ 11337] By: jhi                                   on 2001/07/12  23:35:06
12448         Log: Make PTHREAD_ATFORK() to croak if HAS_FORK, noop otherwise.
12449      Branch: perl
12450            ! thread.h
12451 ____________________________________________________________________________
12452 [ 11336] By: jhi                                   on 2001/07/12  23:23:39
12453         Log: Subject: [PATCH] pthread_atfork on FreeBSD - Part 1: #ifdef HAS_PTHREAD_ATFORK  
12454              From: coral <coral@moonlight.crystalflame.net>
12455              Date: Thu, 12 Jul 2001 16:16:50 -0700 (PDT)
12456              Message-Id: <200107122316.f6CNGoq09171@moonlight.crystalflame.net>
12457      Branch: perl
12458            ! thread.h
12459 ____________________________________________________________________________
12460 [ 11335] By: jhi                                   on 2001/07/12  23:23:14
12461         Log: Metaconfig unit change for #11134.
12462      Branch: metaconfig
12463            + U/threads/d_pthread_atfork.U
12464 ____________________________________________________________________________
12465 [ 11334] By: jhi                                   on 2001/07/12  23:22:42
12466         Log: Add HAS_PTHREAD_ATFORK.
12467      Branch: perl
12468            ! Configure NetWare/config.wc NetWare/config_H.wc
12469            ! Porting/Glossary Porting/config.sh Porting/config_H
12470            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
12471            ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.alpha.h
12472            ! vos/config.ga.def vos/config.ga.h win32/config.bc
12473            ! win32/config.gc win32/config.vc win32/config_H.bc
12474            ! win32/config_H.gc win32/config_H.vc
12475 ____________________________________________________________________________
12476 [ 11333] By: jhi                                   on 2001/07/12  22:58:35
12477         Log: Subject: [PATCH] File::Copy fails on tied handles
12478              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
12479              Date: Thu, 12 Jul 2001 15:18:51 -0700
12480              Message-ID: <35A280DF784CD411A06B0008C7B130ADB5505B@sdex04.sd.intuit.com>
12481      Branch: perl
12482            ! lib/File/Copy.pm
12483 ____________________________________________________________________________
12484 [ 11332] By: jhi                                   on 2001/07/12  22:57:04
12485         Log: Subject: [PATCH] Langinfo.t
12486              From: Nicholas Clark <nick@ccl4.org>
12487              Date: Thu, 12 Jul 2001 23:55:38 +0100
12488              Message-ID: <20010712235538.M5827@plum.flirble.org>
12489      Branch: perl
12490            ! ext/I18N/Langinfo/Langinfo.t
12491 ____________________________________________________________________________
12492 [ 11331] By: jhi                                   on 2001/07/12  22:56:09
12493         Log: Subject: [PATCH: perl@11328] informational tweaks to perl572delta.pod
12494              From: Peter Prymmer <pvhp@forte.com>
12495              Date: Thu, 12 Jul 2001 16:38:00 -0700 (PDT)
12496              Message-ID: <Pine.OSF.4.10.10107121633340.219875-100000@aspara.forte.com>
12497      Branch: perl
12498            ! pod/perl572delta.pod
12499 ____________________________________________________________________________
12500 [ 11330] By: jhi                                   on 2001/07/12  22:55:23
12501         Log: Subject: [PATCH] Re: Memory corruption? Read-only $_?
12502              From: Abhijit Menon-Sen <ams@wiw.org>
12503              Date: Fri, 13 Jul 2001 05:21:16 +0530
12504              Message-ID: <20010713052116.B5669@lustre.dyn.wiw.org>
12505      Branch: perl
12506            ! sv.c
12507 ____________________________________________________________________________
12508 [ 11329] By: jhi                                   on 2001/07/12  22:54:39
12509         Log: Subject: [PATCH 20010712.005] Re: Perl bug with "delete" on arrays
12510              From: Abhijit Menon-Sen <ams@wiw.org>
12511              Date: Fri, 13 Jul 2001 03:04:25 +0530
12512              Message-ID: <20010713030425.A5669@lustre.dyn.wiw.org>
12513      Branch: perl
12514            ! av.c
12515 ____________________________________________________________________________
12516 [ 11328] By: gsar                                  on 2001/07/12  19:02:01
12517         Log: s/^M$//g
12518      Branch: perl
12519            ! win32/Makefile win32/makefile.mk
12520 ____________________________________________________________________________
12521 [ 11327] By: jhi                                   on 2001/07/12  18:54:09
12522         Log: Update Changes.
12523      Branch: perl
12524            ! Changes patchlevel.h
12525 ____________________________________________________________________________
12526 [ 11326] By: jhi                                   on 2001/07/12  18:17:18
12527         Log: Typo spotted by Philip Newton.
12528      Branch: perl
12529            ! pod/perl572delta.pod
12530 ____________________________________________________________________________
12531 [ 11325] By: jhi                                   on 2001/07/12  18:11:42
12532         Log: Subject: [PATCH] fixes perl_clone of perl_clone
12533              From: Artur Bergman <artur@contiller.se>
12534              Date: Thu, 12 Jul 2001 20:57:09 +0200
12535              Message-ID: <B773BFA4.236B%artur@contiller.se>
12536      Branch: perl
12537            ! sv.c
12538 ____________________________________________________________________________
12539 [ 11324] By: jhi                                   on 2001/07/12  18:09:17
12540         Log: Add README.uts from Hal Morris.
12541      Branch: perl
12542            + README.uts
12543            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perl572delta.pod
12544            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
12545 ____________________________________________________________________________
12546 [ 11323] By: jhi                                   on 2001/07/12  17:48:33
12547         Log: Subject: Re: AIX 4.3.3 w/ vac 5.0 [ FATAL in B ]
12548              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12549              Date: Thu, 12 Jul 2001 20:32:37 +0200
12550              Message-Id: <20010712201743.E108.H.M.BRAND@hccnet.nl>
12551      Branch: perl
12552            ! hints/aix.sh
12553 ____________________________________________________________________________
12554 [ 11322] By: jhi                                   on 2001/07/12  17:44:29
12555         Log: Subject: Patch: document reg_data.what member
12556              From: Mark-Jason Dominus <mjd@plover.com>
12557              Message-ID: <20010712182532.14821.qmail@plover.com>
12558              Date: Thu, 12 Jul 2001 14:25:32 -0400
12559      Branch: perl
12560            ! regcomp.c regcomp.h
12561 ____________________________________________________________________________
12562 [ 11321] By: jhi                                   on 2001/07/12  17:43:18
12563         Log: Subject: [PATCH] Perl_re_dup()
12564              From: Abhijit Menon-Sen <ams@wiw.org>
12565              Date: Thu, 12 Jul 2001 23:54:32 +0530
12566              Message-ID: <20010712235432.J24707@lustre.dyn.wiw.org>
12567      Branch: perl
12568            ! embed.h embed.pl perlapi.c proto.h sv.c
12569 ____________________________________________________________________________
12570 [ 11320] By: jhi                                   on 2001/07/12  17:18:54
12571         Log: Regen Configure, modlib, toc.
12572      Branch: perl
12573            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12574            ! pod/perlmodlib.pod pod/perltoc.pod
12575 ____________________________________________________________________________
12576 [ 11319] By: jhi                                   on 2001/07/12  17:08:15
12577         Log: The problem seems to be in PerlIO::Layer::->find() not
12578              accepting the ":encoding(blurflur)" arguments.
12579      Branch: perl
12580            ! lib/PerlIO.pm lib/open.pm
12581 ____________________________________________________________________________
12582 [ 11318] By: jhi                                   on 2001/07/12  16:58:11
12583         Log: AIX doc update.
12584      Branch: perl
12585            ! README.aix pod/perl572delta.pod
12586 ____________________________________________________________________________
12587 [ 11317] By: jhi                                   on 2001/07/12  16:39:11
12588         Log: Subject: AIX README update
12589              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12590              Date: Thu, 12 Jul 2001 19:28:30 +0200
12591              Message-Id: <20010712192620.E0F9.H.M.BRAND@hccnet.nl>
12592      Branch: perl
12593            ! README.aix
12594 ____________________________________________________________________________
12595 [ 11316] By: jhi                                   on 2001/07/12  16:37:15
12596         Log: Subject: [PATCH ext/IO/lib/IO/t/io_unix.t] for QNX6
12597              From: Norton Allen <allen@huarp.harvard.edu>
12598              Date: Thu, 12 Jul 2001 11:30:51 -0400 (edt)
12599              Message-Id: <200107121530.LAA12631@bottesini.harvard.edu>
12600      Branch: perl
12601            ! ext/IO/lib/IO/t/io_unix.t
12602 ____________________________________________________________________________
12603 [ 11315] By: jhi                                   on 2001/07/12  16:35:53
12604         Log: Subject: [PATCH README.qnx hints/qnx.sh]
12605              From: Norton Allen <allen@huarp.harvard.edu>
12606              Date: Thu, 12 Jul 2001 11:29:19 -0400 (edt)
12607              Message-Id: <200107121529.LAA23411@bottesini.harvard.edu>
12608      Branch: perl
12609            ! README.qnx hints/qnx.sh
12610 ____________________________________________________________________________
12611 [ 11314] By: jhi                                   on 2001/07/12  16:13:15
12612         Log: Subject: [patch] faster PM_GETRE
12613              From: Doug MacEachern <dougm@covalent.net>
12614              Date: Thu, 12 Jul 2001 10:13:27 -0700 (PDT)
12615              Message-ID: <Pine.LNX.4.21.0107121011530.28844-100000@mako.covalent.net>
12616      Branch: perl
12617            ! op.h
12618 ____________________________________________________________________________
12619 [ 11313] By: jhi                                   on 2001/07/12  16:12:23
12620         Log: Subject: Re: [PATCH] Threadsafe PMOPs! We might still win this war.
12621              From: Doug MacEachern <dougm@covalent.net>
12622              Date: Thu, 12 Jul 2001 10:11:28 -0700 (PDT)
12623              Message-ID: <Pine.LNX.4.21.0107121010160.28844-100000@mako.covalent.net>
12624      Branch: perl
12625            ! op.c
12626 ____________________________________________________________________________
12627 [ 11312] By: jhi                                   on 2001/07/12  16:07:22
12628         Log: Tell where the nice Estonian database is.
12629      Branch: perl
12630            ! lib/open.pm
12631 ____________________________________________________________________________
12632 [ 11311] By: jhi                                   on 2001/07/12  16:05:31
12633         Log: Retract #11309 since #11310 is a better fix.
12634      Branch: perl
12635            ! t/lib/1_compile.t
12636 ____________________________________________________________________________
12637 [ 11310] By: gsar                                  on 2001/07/12  15:50:40
12638         Log: fix for failing fork.t#12 on windows (win32_execvp() tweak in
12639              change#11300 needs to return the status of failed win32_spawnvp())
12640              
12641              fix various open.pm bugs: '\0' isn't the same as "\0", so it wasn't
12642              splitting correctly; remove unused variables; 'require' at run time
12643              rather than 'use' at compile time for I18N::Langinfo, since it
12644              isn't everyware
12645      Branch: perl
12646            ! lib/open.pm win32/win32.c
12647 ____________________________________________________________________________
12648 [ 11309] By: jhi                                   on 2001/07/12  15:29:55
12649         Log: Temporary workaround.
12650      Branch: perl
12651            ! t/lib/1_compile.t
12652 ____________________________________________________________________________
12653 [ 11308] By: jhi                                   on 2001/07/12  14:44:51
12654         Log: UCD typo in #11306 and add also more known-to-be-tested
12655              modules to the skip list.
12656      Branch: perl
12657            ! t/lib/1_compile.t
12658 ____________________________________________________________________________
12659 [ 11307] By: jhi                                   on 2001/07/12  14:38:38
12660         Log: Rename Unicode::UCD to UnicodeCD to avoid
12661              messups with case-insensitive filesystems.
12662      Branch: perl
12663            + lib/UnicodeCD.pm lib/UnicodeCD.t
12664            - lib/Unicode/UCD.pm lib/Unicode/UCD.t
12665            ! MANIFEST pod/perl572delta.pod t/lib/1_compile.t
12666 ____________________________________________________________________________
12667 [ 11306] By: jhi                                   on 2001/07/12  13:32:05
12668         Log: Subject: [ID 20010711.005] in Tie::Array, SPLICE ignores context, breaking SHIFT 
12669              From: daniel@biz.bitpusher.com
12670              Date: Wed, 11 Jul 2001 23:25:47 -0700
12671              Message-Id: <200107120625.f6C6PkJ13065@biz.bitpusher.com>
12672      Branch: perl
12673            ! lib/Tie/Array.pm t/op/splice.t
12674 ____________________________________________________________________________
12675 [ 11305] By: jhi                                   on 2001/07/12  13:05:46
12676         Log: Subject: [PATCH] More accurate line numbers in messages
12677              From: Paul Johnson <paul@pjcj.net>
12678              Date: Thu, 12 Jul 2001 04:14:11 +0200
12679              Message-ID: <20010712041411.A3467@pjcj.net>
12680              
12681              (With prototyping and multiplicity tweaks.)
12682      Branch: perl
12683            ! dump.c embed.h embed.pl t/lib/warnings/util util.c
12684 ____________________________________________________________________________
12685 [ 11304] By: nick                                  on 2001/07/12  12:53:40
12686         Log: Integrate mainline
12687      Branch: perlio
12688           !> ext/ByteLoader/bytecode.h hints/aix.sh pod/perl572delta.pod
12689           !> regexec.c thread.h
12690 ____________________________________________________________________________
12691 [ 11303] By: jhi                                   on 2001/07/12  12:46:20
12692         Log: Cut-and-pasto in #11298.
12693      Branch: perl
12694            ! ext/ByteLoader/bytecode.h
12695 ____________________________________________________________________________
12696 [ 11302] By: jhi                                   on 2001/07/12  12:42:35
12697         Log: Update the AIX known problems section.
12698      Branch: perl
12699            ! pod/perl572delta.pod
12700 ____________________________________________________________________________
12701 [ 11301] By: jhi                                   on 2001/07/12  12:36:46
12702         Log: Subject: Re: HiRes on AIX 4.2 in threaded mode
12703              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12704              Date: Thu, 12 Jul 2001 12:16:16 +0200
12705              Message-Id: <20010712114215.E0D9.H.M.BRAND@hccnet.nl>
12706      Branch: perl
12707            ! hints/aix.sh
12708 ____________________________________________________________________________
12709 [ 11300] By: jhi                                   on 2001/07/12  12:35:44
12710         Log: Integrate perlio.
12711      Branch: perl
12712           !> makedef.pl win32/win32.c
12713 ____________________________________________________________________________
12714 [ 11299] By: jhi                                   on 2001/07/12  12:33:57
12715         Log: Subject: [PATCH] fix for PMOP threadness failures
12716              From: Artur Bergman <artur@contiller.se>
12717              Date: Thu, 12 Jul 2001 09:48:06 +0200
12718              Message-ID: <B77322D6.22DD%artur@contiller.se>
12719      Branch: perl
12720            ! regexec.c
12721 ____________________________________________________________________________
12722 [ 11298] By: jhi                                   on 2001/07/12  12:27:47
12723         Log: Subject: RE: Win32 Failure, was Re: perl@11278 - LAST CALL FOR 5.7.2
12724              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
12725              Date: Thu, 12 Jul 2001 09:09:48 +0200
12726              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808CE70@RU0022EXCH001U> 
12727              
12728              More parentheses to keep bcc happy.
12729      Branch: perl
12730            ! ext/ByteLoader/bytecode.h
12731 ____________________________________________________________________________
12732 [ 11297] By: jhi                                   on 2001/07/12  12:24:50
12733         Log: Subject: Re: [patch] pthread_atfork bandaid
12734              From: Doug MacEachern <dougm@covalent.net>
12735              Date: Wed, 11 Jul 2001 23:43:17 -0700 (PDT)
12736              Message-ID: <Pine.LNX.4.21.0107112342330.28844-100000@mako.covalent.net>
12737      Branch: perl
12738            ! thread.h
12739 ____________________________________________________________________________
12740 [ 11296] By: nick                                  on 2001/07/12  11:55:48
12741         Log: Exclude reentrant_buffer from .def file
12742      Branch: perlio
12743            ! makedef.pl
12744 ____________________________________________________________________________
12745 [ 11295] By: nick                                  on 2001/07/12  11:11:44
12746         Log: Honour void-ness of my_exit()
12747      Branch: perlio
12748            ! win32/win32.c
12749 ____________________________________________________________________________
12750 [ 11294] By: nick                                  on 2001/07/12  07:51:04
12751         Log: Integrate mainline
12752      Branch: perlio
12753           +> uts/sprintf_wrap.c
12754           !> (integrate 35 files)
12755 ____________________________________________________________________________
12756 [ 11293] By: jhi                                   on 2001/07/12  04:58:08
12757         Log: Retract #11289.
12758      Branch: perl
12759            ! embed.h embed.pl perl.c proto.h thread.h
12760 ____________________________________________________________________________
12761 [ 11292] By: jhi                                   on 2001/07/12  04:47:43
12762         Log: Now the :locale pseudolayer *almost* works...
12763      Branch: perl
12764            ! lib/open.pm
12765 ____________________________________________________________________________
12766 [ 11291] By: jhi                                   on 2001/07/12  04:36:47
12767         Log: Locale encoding tweaks.
12768      Branch: perl
12769            ! lib/open.pm
12770 ____________________________________________________________________________
12771 [ 11290] By: jhi                                   on 2001/07/12  04:25:53
12772         Log: Subject: Re: [PATCH: perl@11181] UCD.t fails LATIN|Latin test
12773              From: Mark-Jason Dominus <mjd@plover.com>
12774              Date: Thu, 12 Jul 2001 00:59:31 -0400
12775              Message-ID: <20010712045931.8543.qmail@plover.com>
12776              
12777              Remove the chmod/umask leading zero warning.
12778      Branch: perl
12779            ! lib/warnings.pm pod/perldiag.pod pod/perllexwarn.pod
12780            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
12781 ____________________________________________________________________________
12782 [ 11289] By: jhi                                   on 2001/07/12  04:16:41
12783         Log: (Retracted by #11289.)
12784      Branch: perl
12785            ! embed.h embed.pl perl.c proto.h thread.h
12786 ____________________________________________________________________________
12787 [ 11288] By: jhi                                   on 2001/07/12  03:45:11
12788         Log: Needed by #11283.
12789      Branch: perl
12790            ! intrpvar.h
12791 ____________________________________________________________________________
12792 [ 11287] By: jhi                                   on 2001/07/12  03:40:04
12793         Log: Metaconfig unit change for #11286.
12794      Branch: metaconfig/U/perl
12795            ! patchlevel.U
12796 ____________________________________________________________________________
12797 [ 11286] By: jhi                                   on 2001/07/12  03:39:18
12798         Log: Subject: Re: [PATCH Configure] perl -V broken
12799              From: Andy Dougherty <doughera@lafayette.edu>
12800              Date: Wed, 11 Jul 2001 13:30:27 -0400 (EDT)
12801              Message-ID: <Pine.SOL.4.10.10107111329060.2021-100000@maxwell.phys.lafayette.edu>
12802      Branch: perl
12803            ! Configure myconfig.SH
12804 ____________________________________________________________________________
12805 [ 11285] By: jhi                                   on 2001/07/12  03:27:28
12806         Log: Retract #11166 (and #11237).
12807      Branch: perl
12808            ! dump.c embed.h lib/warnings.pm op.c op.h opcode.h opcode.pl
12809            ! pod/perldiag.pod pp.sym pp_proto.h t/lib/warnings/op
12810            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
12811 ____________________________________________________________________________
12812 [ 11284] By: jhi                                   on 2001/07/12  02:36:42
12813         Log: UTS tweaks for Hal Morris.
12814      Branch: perl
12815            + uts/sprintf_wrap.c
12816            ! MANIFEST hints/uts.sh perl.h
12817 ____________________________________________________________________________
12818 [ 11283] By: jhi                                   on 2001/07/12  00:52:36
12819         Log: Subject: [PATCH] Use reentrant API glibc
12820              From: Artur Bergman <artur@contiller.se>
12821              Date: Thu, 12 Jul 2001 00:58:21 +0200
12822              Message-ID: <B772A6AD.2288%artur@contiller.se>
12823      Branch: perl
12824            ! embedvar.h intrpvar.h op.h perl.c perlapi.h pod/perlapi.pod
12825            ! sv.c
12826 ____________________________________________________________________________
12827 [ 11282] By: jhi                                   on 2001/07/12  00:35:27
12828         Log: Subject: Re: ActivePerl 628 + warnings + fork + exec = spurious "Can't exec"?
12829              From: barries <barries@slaysys.com>
12830              Date: Wed, 11 Jul 2001 15:11:46 -0400
12831              Message-ID: <20010711151146.G24560@jester.slaysys.com>
12832      Branch: perl
12833            ! pp_sys.c t/lib/warnings/doio win32/win32.c
12834 ____________________________________________________________________________
12835 [ 11281] By: jhi                                   on 2001/07/12  00:32:17
12836         Log: Subject: [patch] pthread_atfork bandaid
12837              From: Doug MacEachern <dougm@covalent.net>
12838              Date: Wed, 11 Jul 2001 08:59:12 -0700 (PDT)
12839              Message-ID: <Pine.LNX.4.21.0107110855070.11688-100000@mako.covalent.net>
12840      Branch: perl
12841            ! miniperlmain.c perl.c
12842 ____________________________________________________________________________
12843 [ 11280] By: jhi                                   on 2001/07/12  00:31:34
12844         Log: Subject: [patch] perl_clone leaks
12845              From: Doug MacEachern <dougm@covalent.net>
12846              Date: Wed, 11 Jul 2001 08:43:32 -0700 (PDT)
12847              Message-ID: <Pine.LNX.4.21.0107110842390.11688-100000@mako.covalent.net>
12848      Branch: perl
12849            ! sv.c
12850 ____________________________________________________________________________
12851 [ 11279] By: nick                                  on 2001/07/11  15:49:38
12852         Log: Integrate mainline
12853      Branch: perlio
12854           +> ext/Encode/Encode/HZ.enc ext/PerlIO/t/encoding.t
12855           +> ext/Time/HiRes/hints/dynixptx.pl lib/Math/BigInt/Calc.pm
12856           +> lib/Math/BigInt/t/bigintc.t lib/Term/ANSIColor/ChangeLog
12857           +> lib/Term/ANSIColor/README
12858           !> (integrate 54 files)
12859 ____________________________________________________________________________
12860 [ 11278] By: jhi                                   on 2001/07/11  13:52:20
12861         Log: Update Changes.
12862      Branch: perl
12863            ! Changes patchlevel.h
12864 ____________________________________________________________________________
12865 [ 11277] By: jhi                                   on 2001/07/11  13:31:43
12866         Log: Subject: blead kit timestamps && the problem with running perl embed.pl
12867              From: Peter Prymmer <pvhp@forte.com>
12868              Date: Tue, 10 Jul 2001 19:33:00 -0700 (PDT)
12869              Message-ID: <Pine.OSF.4.10.10107101906360.137455-100000@aspara.forte.com>
12870              
12871              Backport of embed.pl to 5.003.
12872      Branch: perl
12873            ! embed.pl
12874 ____________________________________________________________________________
12875 [ 11276] By: jhi                                   on 2001/07/11  13:18:07
12876         Log: Subject: Re: POSIX test #14 on UTS 
12877              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12878              Date: Wed, 11 Jul 2001 03:02:14 +0100
12879              Message-Id: <200107110202.f6B22Ea10727@crypt.compulink.co.uk>
12880      Branch: perl
12881            ! ext/POSIX/POSIX.t
12882 ____________________________________________________________________________
12883 [ 11275] By: jhi                                   on 2001/07/11  13:15:49
12884         Log: Make the I32 an IV to preserve structure alignment and size.
12885      Branch: perl
12886            ! op.h
12887 ____________________________________________________________________________
12888 [ 11274] By: jhi                                   on 2001/07/11  13:13:27
12889         Log: Subject: [PATCH] Threadsafe PMOPs! We might still win this war.
12890              From: "Artur Bergman" <artur@contiller.se>
12891              Date: Wed, 11 Jul 2001 14:23:37 +0200
12892              Message-ID: <000b01c10a04$4fa16a10$21000a0a@vogw2kdev>
12893              
12894              Threadsafe PMOPs for ithreads, waiting for AMS's Perl_re_dup().
12895      Branch: perl
12896            ! embedvar.h intrpvar.h op.c op.h perl.c perlapi.h
12897            ! pod/perlapi.pod sv.c
12898 ____________________________________________________________________________
12899 [ 11273] By: jhi                                   on 2001/07/11  03:53:28
12900         Log: Tweak until Pod::Parser gets updated.
12901      Branch: perl
12902            ! t/pod/special_seqs.xr
12903 ____________________________________________________________________________
12904 [ 11272] By: jhi                                   on 2001/07/11  00:46:05
12905         Log: File::Spec usage tweak.
12906      Branch: perl
12907            ! lib/ExtUtils.t
12908 ____________________________________________________________________________
12909 [ 11271] By: jhi                                   on 2001/07/11  00:37:19
12910         Log: Integrate #11263 from macperl; macos and macosx updates.
12911      Branch: perl
12912           !> pod/perlport.pod
12913 ____________________________________________________________________________
12914 [ 11270] By: jhi                                   on 2001/07/11  00:33:27
12915         Log: Subject: [PATCH: perl@11238] dynixptx updates for osvers='4.5.2'
12916              From: Peter Prymmer <pvhp@forte.com>
12917              Date: Tue, 10 Jul 2001 15:29:45 -0700 (PDT)
12918              Message-ID: <Pine.OSF.4.10.10107101519160.137455-100000@aspara.forte.com>
12919      Branch: perl
12920            + ext/Time/HiRes/hints/dynixptx.pl
12921            ! MANIFEST hints/dynixptx.sh
12922 ____________________________________________________________________________
12923 [ 11269] By: jhi                                   on 2001/07/11  00:32:16
12924         Log: Subject: [PATCH] ExtUtils::Constant (was Re: funny numconvert test in perl@11006 (was Re: report on BS2000 wit h perl@11006))
12925              From: Nicholas Clark <nick@ccl4.org>
12926              Date: Tue, 10 Jul 2001 23:17:43 +0100
12927              Message-ID: <20010710231742.B59620@plum.flirble.org>
12928      Branch: perl
12929            ! lib/ExtUtils.t lib/ExtUtils/Constant.pm
12930 ____________________________________________________________________________
12931 [ 11268] By: jhi                                   on 2001/07/11  00:30:56
12932         Log: Subject: [DOC PATCH] Pluggable runops
12933              From: Paul Johnson <paul@pjcj.net>
12934              Date: Tue, 10 Jul 2001 21:53:28 +0200
12935              Message-ID: <20010710215328.B26577@pjcj.net>
12936      Branch: perl
12937            ! pod/perlguts.pod
12938 ____________________________________________________________________________
12939 [ 11267] By: jhi                                   on 2001/07/11  00:29:59
12940         Log: Subject: [PATCH] Authors
12941              From: Artur Bergman <artur@contiller.se>
12942              Date: Tue, 10 Jul 2001 20:39:12 +0200
12943              Message-ID: <B771186F.21CD%artur@contiller.se>
12944      Branch: perl
12945            ! AUTHORS
12946 ____________________________________________________________________________
12947 [ 11266] By: jhi                                   on 2001/07/11  00:29:13
12948         Log: Subject: Re: [PATCH] Small fix to pp_gmtime
12949              From: Doug MacEachern <dougm@covalent.net>
12950              Date: Tue, 10 Jul 2001 11:19:43 -0700 (PDT)
12951              Message-ID: <Pine.LNX.4.21.0107101118020.10475-100000@mako.covalent.net>
12952      Branch: perl
12953            ! pp_ctl.c
12954 ____________________________________________________________________________
12955 [ 11265] By: jhi                                   on 2001/07/11  00:28:15
12956         Log: Subject: doc patch; times() in scalar context
12957              From: mjd@plover.com
12958              Date: 10 Jul 2001 18:01:17 -0000
12959              Message-ID: <20010710180117.12477.qmail@plover.com>
12960      Branch: perl
12961            ! pod/perlfunc.pod
12962 ____________________________________________________________________________
12963 [ 11264] By: jhi                                   on 2001/07/11  00:27:17
12964         Log: Subject: [PATCH] Small fix to pp_gmtime
12965              From: Artur Bergman <artur@contiller.se>
12966              Date: Tue, 10 Jul 2001 19:54:52 +0200
12967              Message-ID: <B7710E0B.21C5%artur@contiller.se>
12968      Branch: perl
12969            ! pp_sys.c
12970 ____________________________________________________________________________
12971 [ 11263] By: pudge                                 on 2001/07/10  21:06:10
12972         Log: Integrate changes from mainline perl, add notes about
12973              Mac OS X and Mac OS.
12974      Branch: maint-5.6/macperl
12975            ! pod/perlport.pod
12976 ____________________________________________________________________________
12977 [ 11262] By: jhi                                   on 2001/07/10  15:21:26
12978         Log: A proof of the dangers of package; ?
12979      Branch: perl
12980            ! t/lib/warnings/op
12981 ____________________________________________________________________________
12982 [ 11261] By: jhi                                   on 2001/07/10  15:02:27
12983         Log: Regen toc and modlib.
12984      Branch: perl
12985            ! pod/perlmodlib.pod pod/perltoc.pod
12986 ____________________________________________________________________________
12987 [ 11260] By: jhi                                   on 2001/07/10  15:00:37
12988         Log: Add compexcl(), casefold(), and casespec() interfaces;
12989              and make all interfaces to return hash references instead
12990              of hashes. 
12991      Branch: perl
12992            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
12993 ____________________________________________________________________________
12994 [ 11259] By: jhi                                   on 2001/07/10  13:50:17
12995         Log: Subject: [PATCH bleadperl] Math::Big* doc patches (and some code)
12996              From: "Philip Newton" <Philip.Newton@gmx.net>
12997              Date: Tue, 10 Jul 2001 09:55:59 +0200
12998              Message-ID: <20010710.095300@ID-11583.news.dfncis.de>
12999              
13000              Subject: [DOC PATCH bleadperl] detypo Math::BigInt docs
13001              From: "Philip Newton" <Philip.Newton@gmx.net>
13002              Date: Tue, 10 Jul 2001 09:56:37 +0200
13003              Message-ID: <20010710.095600@ID-11583.news.dfncis.de>
13004      Branch: perl
13005            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
13006            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintpm.t
13007 ____________________________________________________________________________
13008 [ 11258] By: jhi                                   on 2001/07/10  13:47:20
13009         Log: Subject: [patch] undef &xsub for 1,2
13010              From: Doug MacEachern <dougm@covalent.net>
13011              Date: Mon, 9 Jul 2001 20:16:49 -0700 (PDT)
13012              Message-ID: <Pine.LNX.4.21.0107092012570.1913-100000@mako.covalent.net>
13013              
13014              (This version of the patch with a comment from Gisle.)
13015      Branch: perl
13016            ! op.c
13017 ____________________________________________________________________________
13018 [ 11257] By: jhi                                   on 2001/07/10  13:45:44
13019         Log: Mention package; deprecation and the Win32 problems.
13020      Branch: perl
13021            ! pod/perl572delta.pod
13022 ____________________________________________________________________________
13023 [ 11256] By: jhi                                   on 2001/07/10  13:45:12
13024         Log: Subject: [PATCH] deprecate package with no arguments
13025              From: Robin Houston <robin@kitsite.com>
13026              Date: Tue, 10 Jul 2001 13:33:40 +0100
13027              Message-ID: <20010710133340.A13452@robin.kitsite.com>
13028      Branch: perl
13029            ! op.c pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/op
13030 ____________________________________________________________________________
13031 [ 11255] By: jhi                                   on 2001/07/10  13:16:11
13032         Log: Upgrade to podlators 1.10.
13033      Branch: perl
13034            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
13035            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
13036            ! pod/pod2man.PL pod/pod2text.PL
13037 ____________________________________________________________________________
13038 [ 11254] By: jhi                                   on 2001/07/10  13:09:34
13039         Log: Upgrade to Term::ANSIColor 1.04.
13040      Branch: perl
13041            + lib/Term/ANSIColor/ChangeLog lib/Term/ANSIColor/README
13042            ! MANIFEST lib/Term/ANSIColor.pm lib/Term/ANSIColor/test.pl
13043 ____________________________________________________________________________
13044 [ 11253] By: jhi                                   on 2001/07/10  12:59:27
13045         Log: Integrate perlio (the right fix for the ":layer(args)")
13046      Branch: perl
13047           !> perlio.c
13048 ____________________________________________________________________________
13049 [ 11252] By: nick                                  on 2001/07/10  06:58:14
13050         Log: Fix open(...,"...:layer(xxx)",...)
13051              - use memEQ not strEQ as there is '(' not '\0'
13052      Branch: perlio
13053            ! perlio.c
13054 ____________________________________________________________________________
13055 [ 11251] By: jhi                                   on 2001/07/10  04:04:18
13056         Log: Telling the number of tests helps.
13057      Branch: perl
13058            ! ext/PerlIO/t/encoding.t
13059 ____________________________________________________________________________
13060 [ 11250] By: jhi                                   on 2001/07/10  03:55:38
13061         Log: Require I18N::Langinfo, not use.
13062      Branch: perl
13063            ! lib/open.pm
13064 ____________________________________________________________________________
13065 [ 11249] By: jhi                                   on 2001/07/10  03:50:18
13066         Log: Add a test for for PerlIO ":encoding(...)" layer.
13067      Branch: perl
13068            + ext/PerlIO/t/encoding.t
13069            ! MANIFEST ext/Encode/Encode.pm
13070 ____________________________________________________________________________
13071 [ 11248] By: jhi                                   on 2001/07/10  02:06:57
13072         Log: PerlIO ":encoding(foobar)" temporary fix.
13073              Not really correct, I think, since the change means
13074              that prefixes match.
13075      Branch: perl
13076            ! perlio.c
13077 ____________________________________________________________________________
13078 [ 11247] By: jhi                                   on 2001/07/10  01:38:11
13079         Log: Update to Math::BigInt 1.36.  The biggest news is
13080              the separation of the backend; now the pure Perl
13081              implementation is in Math::BigInt::Calc, but one
13082              can plugin, say, Math::BigInt::BitVect, and get
13083              considerable speedup.
13084      Branch: perl
13085            + lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintc.t
13086            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
13087            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
13088            ! lib/Math/BigInt/t/mbimbf.t
13089 ____________________________________________________________________________
13090 [ 11246] By: jhi                                   on 2001/07/10  01:19:55
13091         Log: Subject: Re: compatibility question
13092              From: Peter Prymmer <pvhp@forte.com>
13093              Date: Mon, 9 Jul 2001 18:04:33 -0700 (PDT)
13094              Message-ID: <Pine.OSF.4.10.10107091619360.86512-100000@aspara.forte.com>
13095      Branch: perl
13096            ! lib/ExtUtils/MM_VMS.pm
13097 ____________________________________________________________________________
13098 [ 11245] By: jhi                                   on 2001/07/10  01:18:04
13099         Log: Subject: [PATCH ext/File/Glob/t/basic.t]
13100              From: Norton Allen <allen@huarp.harvard.edu>
13101              Date: Mon, 9 Jul 2001 17:16:15 -0400 (edt)
13102              Message-Id: <200107092116.RAA12010@bottesini.harvard.edu>
13103      Branch: perl
13104            ! ext/File/Glob/t/basic.t
13105 ____________________________________________________________________________
13106 [ 11244] By: jhi                                   on 2001/07/10  01:16:27
13107         Log: Subject: [PATCH] Encode::Tcl. add "HZ" encoding and bugfix
13108              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
13109              Date: Tue, 10 Jul 2001 00:29:55 +0900
13110              Message-Id: <20010710002756.B497.BQW10602@nifty.com>
13111      Branch: perl
13112            + ext/Encode/Encode/HZ.enc
13113            ! MANIFEST ext/Encode/Encode/7bit-kana.enc
13114            ! ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
13115            ! ext/Encode/Encode/iso2022-jp.enc
13116            ! ext/Encode/Encode/iso2022-kr.enc
13117 ____________________________________________________________________________
13118 [ 11243] By: pudge                                 on 2001/07/09  22:16:12
13119         Log: Add in all them there macos/ files.
13120      Branch: maint-5.6/macperl
13121            + (add 577 files)
13122 ____________________________________________________________________________
13123 [ 11242] By: jhi                                   on 2001/07/09  20:26:04
13124         Log: Add the new modules to the list of having those own tests.
13125      Branch: perl
13126            ! t/lib/1_compile.t
13127 ____________________________________________________________________________
13128 [ 11241] By: jhi                                   on 2001/07/09  19:09:58
13129         Log: Add INOUT to control both ways at the same time.
13130      Branch: perl
13131            ! lib/open.pm
13132 ____________________________________________________________________________
13133 [ 11240] By: nick                                  on 2001/07/09  16:33:50
13134         Log: Integrate mainline
13135      Branch: perlio
13136           +> ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
13137           +> ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
13138           !> (integrate 41 files)
13139 ____________________________________________________________________________
13140 [ 11239] By: jhi                                   on 2001/07/09  16:14:35
13141         Log: More encoding mapping magic.
13142      Branch: perl
13143            ! lib/open.pm
13144 ____________________________________________________________________________
13145 [ 11238] By: jhi                                   on 2001/07/09  14:40:43
13146         Log: Update Changes.
13147      Branch: perl
13148            ! Changes patchlevel.h
13149 ____________________________________________________________________________
13150 [ 11237] By: jhi                                   on 2001/07/09  14:27:27
13151         Log: (Retracted by #11285).
13152              
13153              Subject: [PATCH] OPpCONST_OCTAL fixes
13154              From: Abhijit Menon-Sen <ams@wiw.org>
13155              Date: Mon, 9 Jul 2001 07:38:45 +0530
13156              Message-ID: <20010709073845.A25406@lustre.dyn.wiw.org>
13157      Branch: perl
13158            ! op.c
13159 ____________________________________________________________________________
13160 [ 11236] By: jhi                                   on 2001/07/09  14:10:07
13161         Log: Add a pseudolayer ":locale" to the open pragma which
13162              will get the encoding from the locale.  Yet undocumented
13163              because I can't get the PerlIO :encoding(foobar) to work.
13164      Branch: perl
13165            ! ext/Encode/Encode.pm lib/open.pm
13166 ____________________________________________________________________________
13167 [ 11235] By: jhi                                   on 2001/07/09  13:38:43
13168         Log: Add more encoding mappings.
13169      Branch: perl
13170            ! ext/Encode/Encode.pm
13171 ____________________________________________________________________________
13172 [ 11234] By: jhi                                   on 2001/07/09  13:24:54
13173         Log: Document that using :encoding layer requires using Encode.
13174      Branch: perl
13175            ! ext/Encode/Encode.pm lib/PerlIO.pm
13176 ____________________________________________________________________________
13177 [ 11233] By: jhi                                   on 2001/07/09  13:19:34
13178         Log: Netware tweak from Ananth Kesari.
13179      Branch: perl
13180            ! NetWare/netware.h
13181 ____________________________________________________________________________
13182 [ 11232] By: gsar                                  on 2001/07/09  04:40:07
13183         Log: t/harness doesn't know about run/*.t
13184      Branch: perl
13185            ! t/harness
13186 ____________________________________________________________________________
13187 [ 11231] By: gsar                                  on 2001/07/09  04:36:30
13188         Log: run/exit.t busted on windows
13189      Branch: perl
13190            ! t/run/exit.t
13191 ____________________________________________________________________________
13192 [ 11230] By: gsar                                  on 2001/07/09  04:14:54
13193         Log: fix a couple of UCD.t tests that fail due to bad case
13194      Branch: perl
13195            ! lib/Unicode/UCD.t
13196 ____________________________________________________________________________
13197 [ 11229] By: gsar                                  on 2001/07/09  03:57:06
13198         Log: test skip logic was broken
13199      Branch: perl
13200            ! ext/I18N/Langinfo/Langinfo.t
13201 ____________________________________________________________________________
13202 [ 11228] By: gsar                                  on 2001/07/09  03:42:20
13203         Log: remove *.pdb files on windows upon $(MAKE) clean (fixes
13204              failure of ExtUtils.t#27 when built in debug mode)
13205      Branch: perl
13206            ! lib/ExtUtils/MM_Win32.pm
13207 ____________________________________________________________________________
13208 [ 11227] By: gsar                                  on 2001/07/09  02:11:04
13209         Log: I18N::Langinfo is not available on windows
13210      Branch: perl
13211            ! win32/FindExt.pm
13212 ____________________________________________________________________________
13213 [ 11226] By: gsar                                  on 2001/07/09  01:55:23
13214         Log: save a dTHX
13215      Branch: perl
13216            ! ext/POSIX/POSIX.xs
13217 ____________________________________________________________________________
13218 [ 11225] By: jhi                                   on 2001/07/08  23:42:37
13219         Log: Update Changes.
13220      Branch: perl
13221            ! Changes patchlevel.h
13222 ____________________________________________________________________________
13223 [ 11224] By: jhi                                   on 2001/07/08  23:05:41
13224         Log: Guard the nl_langinfo() with HAS_NL_LANGINFO 
13225              as pointed out by Sarathy.
13226      Branch: perl
13227            ! ext/I18N/Langinfo/Langinfo.xs
13228 ____________________________________________________________________________
13229 [ 11223] By: jhi                                   on 2001/07/08  22:59:01
13230         Log: Retract #11212.
13231      Branch: perl
13232            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
13233 ____________________________________________________________________________
13234 [ 11222] By: jhi                                   on 2001/07/08  17:41:22
13235         Log: Bump up the VERSION of Cwd.xs.
13236      Branch: perl
13237            ! ext/Cwd/Makefile.PL
13238 ____________________________________________________________________________
13239 [ 11221] By: jhi                                   on 2001/07/08  17:13:38
13240         Log: Retract #11220, the problem wasn't the missing leading zero.
13241              Here's the problem:
13242              $ ./perl -we 'chmod(oct("755"), ".")'
13243              Non-octal literal mode (493) specified at -e line 1.
13244              (Did you mean 0493 instead?)
13245      Branch: perl
13246            ! lib/ExtUtils/MM_Unix.pm
13247 ____________________________________________________________________________
13248 [ 11220] By: jhi                                   on 2001/07/08  17:05:55
13249         Log: (Retracted by #11221)
13250              Change the PERM_RW and PERM_RWX to 0644 and 0755
13251              (add the leading zero).
13252      Branch: perl
13253            ! lib/ExtUtils/MM_Unix.pm
13254 ____________________________________________________________________________
13255 [ 11219] By: jhi                                   on 2001/07/08  16:17:32
13256         Log: Integrate changes #11193, 11205, 11209 from macperl.
13257              
13258              Fix up AutoLoader to fudge for Mac paths in import().
13259              
13260              Allow symbols in try_symbol() to begin with "_".
13261              
13262              Small portability fix for Mac OS.
13263      Branch: perl
13264           !> lib/AutoLoader.pm lib/Cwd.pm makedef.pl
13265 ____________________________________________________________________________
13266 [ 11218] By: jhi                                   on 2001/07/08  16:10:30
13267         Log: Metaconfig unit change for #11217.
13268      Branch: metaconfig/U/perl
13269            ! Extensions.U
13270 ____________________________________________________________________________
13271 [ 11217] By: jhi                                   on 2001/07/08  16:10:07
13272         Log: Detypo, problem noticed by Gerrit P. Haase.
13273      Branch: perl
13274            ! Configure config_h.SH
13275 ____________________________________________________________________________
13276 [ 11216] By: jhi                                   on 2001/07/08  15:58:35
13277         Log: Cwd cleanups.
13278      Branch: perl
13279            ! ext/Cwd/Cwd.xs
13280 ____________________________________________________________________________
13281 [ 11215] By: jhi                                   on 2001/07/08  15:52:57
13282         Log: Slight tweaks on #11213.
13283      Branch: perl
13284            ! toke.c
13285 ____________________________________________________________________________
13286 [ 11214] By: jhi                                   on 2001/07/08  14:32:28
13287         Log: A missing dTHX noticed by Gerrit P. Haase.
13288      Branch: perl
13289            ! ext/POSIX/POSIX.xs
13290 ____________________________________________________________________________
13291 [ 11213] By: jhi                                   on 2001/07/08  14:24:44
13292         Log: Subject: [PATCH toke.c] Simplify yytoke()
13293              From: Simon Cozens <simon@netthink.co.uk>
13294              Date: Sun, 8 Jul 2001 13:24:34 +0100
13295              Message-ID: <20010708132434.A9448@deep-dark-truthful-mirror>
13296              
13297              Split out pending_ident().
13298      Branch: perl
13299            ! embed.h embed.pl pod/perlapi.pod proto.h toke.c
13300 ____________________________________________________________________________
13301 [ 11212] By: jhi                                   on 2001/07/08  14:17:10
13302         Log: (Retracted by #11223.)
13303              Subject: [PATCH] Re: Problem with Safe.pm and Perl 5.004
13304              Date: Wed, 05 Nov 1997 17:22:34 -0600
13305              From: Graham Barr <gbarr@ti.com>
13306              Message-Id: <3460FFBA.6DA51F46@ti.com>
13307      Branch: perl
13308            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
13309 ____________________________________________________________________________
13310 [ 11211] By: jhi                                   on 2001/07/08  13:53:38
13311         Log: Fix I18N::Langinfo nits noticed but Philip Newton.
13312      Branch: perl
13313            ! ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
13314            ! pod/perllocale.pod
13315 ____________________________________________________________________________
13316 [ 11210] By: jhi                                   on 2001/07/08  01:34:09
13317         Log: Really do the test under the C locale.
13318      Branch: perl
13319            ! ext/I18N/Langinfo/Langinfo.t
13320 ____________________________________________________________________________
13321 [ 11209] By: pudge                                 on 2001/07/08  01:19:25
13322         Log: Small portability fix for Mac OS.
13323      Branch: maint-5.6/macperl
13324            ! lib/Cwd.pm
13325 ____________________________________________________________________________
13326 [ 11208] By: jhi                                   on 2001/07/08  01:14:58
13327         Log: Metaconfig unit change for #11207.
13328      Branch: metaconfig/U/perl
13329            ! Extensions.U
13330 ____________________________________________________________________________
13331 [ 11207] By: jhi                                   on 2001/07/08  01:14:02
13332         Log: Add I18N::Langinfo, which is basically a wrapper around
13333              nl_langinfo(), which is an additional way to query locale
13334              specific information.
13335      Branch: perl
13336            + ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
13337            + ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
13338            ! Configure MANIFEST pod/perl572delta.pod pod/perllocale.pod
13339 ____________________________________________________________________________
13340 [ 11206] By: pudge                                 on 2001/07/08  00:56:29
13341         Log: Bugfixes for some tests.  commonsense.t not in perl 5.6,
13342              used in File::Find tests; replace with if.t.
13343      Branch: maint-5.6/macperl
13344            ! t/lib/filefind-taint.t t/lib/filefind.t t/op/taint.t
13345            ! t/pragma/warn/op
13346 ____________________________________________________________________________
13347 [ 11205] By: pudge                                 on 2001/07/07  23:55:56
13348         Log: Allow symbols in try_symbol() to begin with "_".
13349      Branch: maint-5.6/macperl
13350            ! makedef.pl
13351 ____________________________________________________________________________
13352 [ 11204] By: pudge                                 on 2001/07/07  23:53:37
13353         Log: Sync up the File::Find changes from the rewrite by
13354              Thomas Wegner, et al.
13355      Branch: maint-5.6/macperl
13356            + t/lib/filefind-taint.t
13357            ! lib/File/Find.pm t/lib/filefind.t
13358 ____________________________________________________________________________
13359 [ 11203] By: pudge                                 on 2001/07/07  23:43:06
13360         Log: Subject: [PATCHES] :t:pod: and :lib:Pod: stuff
13361              From: Thomas Wegner <wegner_thomas@yahoo.com>
13362              Date: Thu, 5 Jul 2001 20:31:25 +0200
13363              Message-Id: <p04320400b76a0fc8dea5@[149.225.100.38]>
13364      Branch: maint-5.6/macperl
13365            ! lib/Pod/Find.pm t/pod/find.t t/pod/testp2pt.pl
13366 ____________________________________________________________________________
13367 [ 11202] By: pudge                                 on 2001/07/07  23:38:36
13368         Log: Some more test portability fixes.
13369      Branch: maint-5.6/macperl
13370            ! t/lib/filecopy.t t/pragma/warn/pp_sys
13371 ____________________________________________________________________________
13372 [ 11201] By: jhi                                   on 2001/07/07  22:52:38
13373         Log: The #11200 removed wrong (non-existent) target.  Duh.
13374      Branch: perl
13375            ! Makefile.SH
13376 ____________________________________________________________________________
13377 [ 11200] By: jhi                                   on 2001/07/07  22:44:14
13378         Log: Zap the lib/re.pm before creating it.
13379      Branch: perl
13380            ! Makefile.SH
13381 ____________________________________________________________________________
13382 [ 11199] By: pudge                                 on 2001/07/07  20:54:35
13383         Log: Another test.  Please ignore.
13384      Branch: maint-5.6/macperl
13385            ! README.macos
13386 ____________________________________________________________________________
13387 [ 11198] By: pudge                                 on 2001/07/07  20:44:12
13388         Log: Portability fixes for a lot of tests, especially IO-related
13389              tests, and warnings, and the harness script.
13390      Branch: maint-5.6/macperl
13391            ! t/harness t/io/argv.t t/io/dup.t t/io/fs.t t/io/inplace.t
13392            ! t/io/iprefix.t t/io/open.t t/io/openpid.t t/lib/filepath.t
13393            ! t/lib/findbin.t t/lib/io_dup.t t/lib/socket.t t/op/die_exit.t
13394            ! t/op/misc.t t/op/read.t t/op/readdir.t t/op/runlevel.t
13395            ! t/op/stat.t t/op/subst_wamp.t t/op/taint.t
13396            ! t/pragma/diagnostics.t t/pragma/subs.t t/pragma/warn/doio
13397            ! t/pragma/warn/mg t/pragma/warn/op t/pragma/warn/pp_sys
13398            ! t/pragma/warnings.t
13399 ____________________________________________________________________________
13400 [ 11197] By: jhi                                   on 2001/07/07  20:32:28
13401         Log: Subject: [PATCH] lib/h2xs.t (was Re: [PATCH] h2xs)
13402              From: Nicholas Clark <nick@ccl4.org>
13403              Date: Sat, 7 Jul 2001 21:00:17 +0100
13404              Message-ID: <20010707210017.H59620@plum.flirble.org>
13405      Branch: perl
13406            ! lib/h2xs.t
13407 ____________________________________________________________________________
13408 [ 11196] By: jhi                                   on 2001/07/07  20:26:36
13409         Log: The UNICOS/mk SysV IPC problem has been fixed.
13410      Branch: perl
13411            ! pod/perl572delta.pod
13412 ____________________________________________________________________________
13413 [ 11195] By: jhi                                   on 2001/07/07  19:59:51
13414         Log: Slight update tweaks on perlunicode.pod.
13415      Branch: perl
13416            ! pod/perlunicode.pod
13417 ____________________________________________________________________________
13418 [ 11194] By: jhi                                   on 2001/07/07  17:53:03
13419         Log: Subject: Doc patch DB_File.pm: use umask-friendly modes
13420              From: Mark-Jason Dominus <mjd@plover.com>
13421              Date: Sat, 07 Jul 2001 13:04:04 -0400
13422              Message-ID: <20010707170404.32694.qmail@plover.com>
13423      Branch: perl
13424            ! ext/DB_File/DB_File.pm
13425 ____________________________________________________________________________
13426 [ 11193] By: pudge                                 on 2001/07/07  17:26:28
13427         Log: Fix up AutoLoader to fudge for Mac paths in import().
13428      Branch: maint-5.6/macperl
13429            ! lib/AutoLoader.pm
13430 ____________________________________________________________________________
13431 [ 11192] By: jhi                                   on 2001/07/07  17:03:06
13432         Log: Try to force the lib/re.pm to be there before entering
13433              the extensions builds, should help for parallel makes.
13434      Branch: perl
13435            ! Makefile.SH
13436 ____________________________________________________________________________
13437 [ 11191] By: jhi                                   on 2001/07/07  15:26:16
13438         Log: Subject: Re: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
13439              From: Norton Allen <allen@huarp.harvard.edu>
13440              Date: Fri, 6 Jul 2001 12:01:14 -0400 (edt)
13441              Message-Id: <200107061601.MAA00597@bottesini.harvard.edu>
13442      Branch: perl
13443            ! ext/POSIX/POSIX.xs
13444 ____________________________________________________________________________
13445 [ 11190] By: jhi                                   on 2001/07/07  15:22:08
13446         Log: Subject: [PATCH] Re: op/arith.t
13447              From: Nicholas Clark <nick@ccl4.org>
13448              Date: Sat, 7 Jul 2001 13:04:54 +0100
13449              Message-ID: <20010707130454.D59620@plum.flirble.org>
13450      Branch: perl
13451            ! numeric.c toke.c
13452 ____________________________________________________________________________
13453 [ 11189] By: jhi                                   on 2001/07/07  15:20:44
13454         Log: Subject: [PATCH] h2xs
13455              From: Nicholas Clark <nick@ccl4.org>
13456              Date: Fri, 6 Jul 2001 23:25:14 +0100
13457              Message-ID: <20010706232514.X59620@plum.flirble.org>
13458      Branch: perl
13459            ! utils/h2xs.PL
13460 ____________________________________________________________________________
13461 [ 11188] By: jhi                                   on 2001/07/07  15:12:36
13462         Log: Subject: Re: bleedperl perl_alloc..free leakage
13463              From: Radu Greab <radu@netsoft.ro>
13464              Date: Fri, 6 Jul 2001 19:48:54 +0300
13465              Message-ID: <15173.60406.308246.456184@ix.netsoft.ro>
13466              
13467              Leak-be-gone.
13468      Branch: perl
13469            ! op.c
13470 ____________________________________________________________________________
13471 [ 11187] By: pudge                                 on 2001/07/07  02:11:36
13472         Log: Test again.  Please ignore.
13473      Branch: maint-5.6/macperl
13474            ! README.macos
13475 ____________________________________________________________________________
13476 [ 11186] By: pudge                                 on 2001/07/07  02:08:13
13477         Log: Test.  Please ignore.
13478      Branch: maint-5.6/macperl
13479            ! README.macos
13480 ____________________________________________________________________________
13481 [ 11185] By: pudge                                 on 2001/07/06  23:46:57
13482         Log: Include changes already sent in separately as patches,
13483              before branch was created.
13484      Branch: maint-5.6/macperl
13485            ! ext/File/Glob/bsd_glob.c ext/IO/lib/IO/Dir.pm gv.c
13486            ! lib/DirHandle.pm lib/File/Basename.pm lib/File/Copy.pm
13487            ! lib/File/Find.pm lib/diagnostics.pm perl.c t/base/term.t
13488            ! t/comp/cpp.t t/comp/multiline.t t/comp/script.t t/comp/term.t
13489            ! t/lib/anydbm.t t/lib/autoloader.t t/lib/dirhand.t
13490            ! t/lib/filefind.t t/lib/io_dir.t t/lib/selfloader.t
13491            ! t/op/anonsub.t t/op/closure.t t/op/defins.t t/op/die_exit.t
13492            ! t/op/exec.t t/op/goto.t t/op/misc.t t/op/pack.t t/op/regexp.t
13493            ! t/op/regexp_noamp.t t/op/split.t t/op/write.t
13494            ! t/pragma/strict.t
13495 ____________________________________________________________________________
13496 [ 11184] By: jhi                                   on 2001/07/06  16:41:30
13497         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
13498              From: Norton Allen <allen@huarp.harvard.edu>
13499              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
13500              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
13501      Branch: perl
13502            ! utf8.h
13503 ____________________________________________________________________________
13504 [ 11183] By: nick                                  on 2001/07/06  16:27:40
13505         Log: Integrate mainline
13506      Branch: perlio
13507           +> (branch 42 files)
13508            - NetWare/perlsdio.h ext/util/mkbootstrap lib/Net/DummyInetd.pm
13509            - lib/Net/PH.pm lib/Net/SNPP.pm lib/Net/t/ph.t
13510            - win32/bin/mdelete.bat
13511           !> (integrate 215 files)
13512 ____________________________________________________________________________
13513 [ 11182] By: jhi                                   on 2001/07/06  15:57:16
13514         Log: The #11166 needed also these updated.
13515      Branch: perl
13516            ! lib/warnings.pm warnings.h
13517 ____________________________________________________________________________
13518 [ 11181] By: jhi                                   on 2001/07/06  13:24:42
13519         Log: Update Changes.
13520      Branch: perl
13521            ! Changes patchlevel.h
13522 ____________________________________________________________________________
13523 [ 11180] By: jhi                                   on 2001/07/06  13:20:08
13524         Log: Regen toc.
13525      Branch: perl
13526            ! pod/perltoc.pod
13527 ____________________________________________________________________________
13528 [ 11179] By: jhi                                   on 2001/07/06  12:57:13
13529         Log: Nit from Abhijit.
13530      Branch: perl
13531            ! lib/CPAN.pm
13532 ____________________________________________________________________________
13533 [ 11178] By: jhi                                   on 2001/07/06  12:53:04
13534         Log: Retract #11172.
13535      Branch: perl
13536            ! t/op/method.t
13537 ____________________________________________________________________________
13538 [ 11177] By: jhi                                   on 2001/07/06  12:44:51
13539         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
13540              From: Norton Allen <allen@huarp.harvard.edu>
13541              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
13542              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
13543      Branch: perl
13544            ! lib/Cwd.pm
13545 ____________________________________________________________________________
13546 [ 11176] By: jhi                                   on 2001/07/06  12:42:45
13547         Log: (Accidentally empty check-in.)
13548      Branch: perl
13549            ! utf8.h
13550 ____________________________________________________________________________
13551 [ 11175] By: jhi                                   on 2001/07/06  12:29:56
13552         Log: Retract #11165 since Sarathy pointed out it'll not
13553              work properly under threads, the problem should be
13554              solved using "the savestack, either via SSNEW() or
13555              using a newSVpv()+SAVEFREESV() combo."
13556      Branch: perl
13557            ! ext/POSIX/POSIX.xs
13558 ____________________________________________________________________________
13559 [ 11174] By: jhi                                   on 2001/07/06  12:27:31
13560         Log: Retract #11125 since NI-S pointed out it'll not work in
13561              cases where the extension has their own handcrafted INC
13562              et alia.
13563      Branch: perl
13564            ! lib/ExtUtils/MM_Unix.pm
13565 ____________________________________________________________________________
13566 [ 11173] By: jhi                                   on 2001/07/06  12:20:50
13567         Log: Subject: RE: [PATCH] -I and MakeMaker again
13568              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
13569              Date: Fri, 6 Jul 2001 09:18:29 +0200
13570              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808C221@RU0022EXCH001U>
13571      Branch: perl
13572            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_VMS.pm
13573            ! lib/ExtUtils/MM_Win32.pm
13574 ____________________________________________________________________________
13575 [ 11172] By: jhi                                   on 2001/07/06  12:18:39
13576         Log: (Retracted by #11178)
13577              Subject: [PATCH t/op/method.t] SUPER:: strangeness
13578              From: Piers Cawley <pdcawley@iterative-software.com>
13579              Date: 06 Jul 2001 10:49:01 +0100
13580              Message-ID: <m2ith6xu9e.fsf@despairon.bofh.org.uk>
13581      Branch: perl
13582            ! t/op/method.t
13583 ____________________________________________________________________________
13584 [ 11171] By: jhi                                   on 2001/07/06  01:38:55
13585         Log: VOS README update from Paul Green.
13586      Branch: perl
13587            ! README.vos
13588 ____________________________________________________________________________
13589 [ 11170] By: jhi                                   on 2001/07/06  01:19:33
13590         Log: Subject: [PATCH README.qnx hints/qnx.sh]
13591              From: Norton Allen <allen@huarp.harvard.edu>
13592              Message-Id: <200107051755.NAA21422@bottesini.harvard.edu>
13593              Date: Thu, 5 Jul 2001 13:55:11 -0400 (edt)
13594      Branch: perl
13595            ! README.qnx hints/qnx.sh
13596 ____________________________________________________________________________
13597 [ 11169] By: jhi                                   on 2001/07/06  01:17:43
13598         Log: Subject: [PATCH] Doc patch for Tie::Hash
13599              From: Artur Bergman <artur@contiller.se>
13600              Date: Thu, 05 Jul 2001 22:51:18 +0200
13601              Message-ID: <B76A9FE6.1F04%artur@contiller.se>
13602      Branch: perl
13603            ! lib/Tie/Hash.pm
13604 ____________________________________________________________________________
13605 [ 11168] By: jhi                                   on 2001/07/06  01:16:27
13606         Log: Subject: [PATCH] perlfaq4.pod
13607              From: "Liney, Dave" <dave.liney@gbr.conoco.com>
13608              Message-ID: <1BB544A41666D311836C00902751FF6D01FD2D07@LONEX02>
13609              Date: Thu, 5 Jul 2001 18:44:10 +0100 
13610      Branch: perl
13611            ! pod/perlfaq4.pod
13612 ____________________________________________________________________________
13613 [ 11167] By: jhi                                   on 2001/07/06  01:14:41
13614         Log: Subject: [PATCH B::Deparse] Make warnings handling more robust
13615              From: Robin Houston <robin@kitsite.com>
13616              Date: Thu, 5 Jul 2001 18:33:21 +0100
13617              Message-ID: <20010705183321.A27345@robin.kitsite.com>
13618      Branch: perl
13619            ! ext/B/B/Deparse.pm
13620 ____________________________________________________________________________
13621 [ 11166] By: jhi                                   on 2001/07/06  01:11:50
13622         Log: (Retracted by #11285.)
13623              
13624              Subject: Re: [PATCH] mkdir() mode argument is missing initial 0
13625              From: Abhijit Menon-Sen <ams@wiw.org>
13626              Date: Fri, 6 Jul 2001 01:26:32 +0530
13627              Message-ID: <20010706012632.A28327@lustre.dyn.wiw.org>
13628      Branch: perl
13629            ! dump.c op.c op.h opcode.h opcode.pl pod/perldiag.pod pp.sym
13630            ! pp_proto.h t/lib/warnings/op t/lib/warnings/toke toke.c
13631            ! warnings.pl
13632 ____________________________________________________________________________
13633 [ 11165] By: jhi                                   on 2001/07/06  00:19:26
13634         Log: (Retracted by #11175)
13635              Subject: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
13636              From: Norton Allen <allen@huarp.harvard.edu>
13637              Message-Id: <200107051734.NAA13375@bottesini.harvard.edu>
13638              Date: Thu, 5 Jul 2001 13:34:51 -0400 (edt)
13639      Branch: perl
13640            ! ext/POSIX/POSIX.xs
13641 ____________________________________________________________________________
13642 [ 11164] By: jhi                                   on 2001/07/06  00:14:57
13643         Log: Unterminated C< (noticed by Richard Hatch), and few other
13644              small Unicode doc tweaks.
13645      Branch: perl
13646            ! pod/perlretut.pod
13647 ____________________________________________________________________________
13648 [ 11163] By: jhi                                   on 2001/07/05  19:33:34
13649         Log: More flexible argument understanding; add charblocks() and
13650              charscripts(); make charblock() and charscript() two-way;
13651              add charinrange(); separate the $Unicode::UCD::VERSION and
13652              the version of the Unicode by adding UnicodeVersion().
13653      Branch: perl
13654            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
13655 ____________________________________________________________________________
13656 [ 11162] By: jhi                                   on 2001/07/05  13:38:36
13657         Log: Update Unicode::UCD on \p{In...}.
13658      Branch: perl
13659            ! lib/Unicode/UCD.pm
13660 ____________________________________________________________________________
13661 [ 11161] By: jhi                                   on 2001/07/05  13:26:00
13662         Log: Subject: Re: [PATCH lib/ExtUtils.t] Extra Files for QNX
13663              From: Norton Allen <allen@huarp.harvard.edu>
13664              Date: Thu, 5 Jul 2001 09:57:14 -0400 (edt)
13665              Message-Id: <200107051357.JAA06285@bottesini.harvard.edu>
13666      Branch: perl
13667            ! lib/ExtUtils/MM_Unix.pm
13668 ____________________________________________________________________________
13669 [ 11160] By: jhi                                   on 2001/07/05  13:06:53
13670         Log: POSIX-BC tweaks from Thomas Dorner.
13671      Branch: perl
13672            ! hints/posix-bc.sh perlio.h
13673 ____________________________________________________________________________
13674 [ 11159] By: jhi                                   on 2001/07/05  04:17:18
13675         Log: Module updates for the delta.
13676      Branch: perl
13677            ! pod/perl572delta.pod
13678 ____________________________________________________________________________
13679 [ 11158] By: jhi                                   on 2001/07/05  03:45:19
13680         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sock.t] for QNX
13681              From: Norton Allen <allen@huarp.harvard.edu>
13682              Message-Id: <200107050259.WAA06843@bottesini.harvard.edu>
13683              Date: Wed, 4 Jul 2001 22:59:00 -0400 (edt)
13684      Branch: perl
13685            ! ext/IO/lib/IO/t/io_sock.t
13686 ____________________________________________________________________________
13687 [ 11157] By: jhi                                   on 2001/07/05  03:44:19
13688         Log: Subject: [PATCH perldiag.pod] Quick fixes
13689              From: Simon Cozens <simon@netthink.co.uk>
13690              Date: Wed, 4 Jul 2001 20:22:12 +0100
13691              Message-ID: <20010704202212.A3690@deep-dark-truthful-mirror>
13692      Branch: perl
13693            ! pod/perldiag.pod
13694 ____________________________________________________________________________
13695 [ 11156] By: jhi                                   on 2001/07/05  03:43:28
13696         Log: Subject: [PATCH perl@11099]Re: [ID 20010704.003] Taint mode breaks global match
13697              From: Radu Greab <radu@netsoft.ro>
13698              Date: Wed, 4 Jul 2001 22:13:31 +0300
13699              Message-ID: <15171.27355.895094.128142@ix.netsoft.ro>
13700      Branch: perl
13701            ! op.c sv.c t/op/pos.t
13702 ____________________________________________________________________________
13703 [ 11155] By: jhi                                   on 2001/07/05  03:40:24
13704         Log: Subject: [PATCH] -I and MakeMaker again
13705              From: Michael G Schwern <schwern@pobox.com>
13706              Date: Wed, 4 Jul 2001 15:03:07 -0400
13707              Message-ID: <20010704150307.I20340@blackrider>
13708              
13709              (and retract #11145)
13710      Branch: perl
13711            ! ext/util/make_ext lib/ExtUtils/MM_Unix.pm
13712            ! lib/ExtUtils/MakeMaker.pm
13713 ____________________________________________________________________________
13714 [ 11154] By: jhi                                   on 2001/07/05  03:32:43
13715         Log: Subject: Re: PERFORCE change 11142 for review
13716              From: "Philip Newton" <Philip.Newton@gmx.net>
13717              Date: Wed, 4 Jul 2001 20:46:26 +0200
13718              Message-Id: <200107041841.VAA25380@taas.iki.fi>
13719      Branch: perl
13720            ! lib/ExtUtils/MakeMaker.pm
13721 ____________________________________________________________________________
13722 [ 11153] By: jhi                                   on 2001/07/05  03:29:21
13723         Log: Subject: Re: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
13724              From: Jonathan Stowe <gellyfish@gellyfish.com>
13725              Date: Mon, 2 Jul 2001 20:45:53 +0100 (BST)
13726              Message-ID: <Pine.LNX.4.33.0107022042570.8640-100000@orpheus.gellyfish.com>
13727      Branch: perl
13728            ! utils/pl2pm.PL
13729 ____________________________________________________________________________
13730 [ 11152] By: gsar                                  on 2001/07/05  00:52:57
13731         Log: fix the binary compatibility issue when building with/without
13732              usemymalloc by exporting Perl_malloc() et al as simple wrappers
13733              around the system functions (this allows most extensions built
13734              using one mode to coexist with perls built in the other mode)
13735              
13736              XXX the Perl_mfree() wrapper might need to do return(free()) on
13737              platforms where Free_t isn't "void"
13738      Branch: perl
13739            ! embed.h embed.pl makedef.pl proto.h util.c
13740 ____________________________________________________________________________
13741 [ 11151] By: gsar                                  on 2001/07/05  00:42:49
13742         Log: perl built with USE_ITHREADS can deadlock during fork() or backticks
13743              since it doesn't ensure threads other than the one calling fork()
13744              aren't holding any locks; the fix is to use pthread_atfork() to
13745              hold global locks
13746              
13747              building perl with -Dusemymalloc exacerbates the problem since
13748              Perl_malloc() holds a mutex, and perl's exec() calls New()
13749              
13750              XXX the code in win32thread.h may be needed on platforms that have
13751              no pthread_atfork()
13752      Branch: perl
13753            ! perl.c thread.h win32/win32thread.h
13754 ____________________________________________________________________________
13755 [ 11150] By: pudge                                 on 2001/07/04  20:07:54
13756         Log: Integrate #11009 from maintperl.
13757      Branch: maint-5.6/macperl
13758           !> lib/ExtUtils/Manifest.pm
13759 ____________________________________________________________________________
13760 [ 11149] By: pudge                                 on 2001/07/04  19:54:46
13761         Log: Flexing my Perforce muscles.
13762      Branch: maint-5.6/macperl
13763            ! README.macos
13764 ____________________________________________________________________________
13765 [ 11148] By: jhi                                   on 2001/07/04  17:14:51
13766         Log: Update Changes.
13767      Branch: perl
13768            ! Changes patchlevel.h
13769 ____________________________________________________________________________
13770 [ 11147] By: jhi                                   on 2001/07/04  16:41:25
13771         Log: Metaconfig unit change for #11146.
13772      Branch: metaconfig/U/perl
13773            ! d_fcntl_can_lock.U
13774 ____________________________________________________________________________
13775 [ 11146] By: jhi                                   on 2001/07/04  16:36:31
13776         Log: Somehow the #ifdefs of the added code (in #11093) made
13777              HP-UX to fail the fcntl locking test, without the ifdefs
13778              the test seems to be working again.  Reason unknown:
13779              HP-UX cc doesn't complain either way.
13780      Branch: perl
13781            ! Configure
13782 ____________________________________________________________________________
13783 [ 11145] By: jhi                                   on 2001/07/04  16:08:00
13784         Log: (Retracted by #11155) PERLRUNINST needed in some spots.
13785      Branch: perl
13786            ! lib/ExtUtils/MM_Unix.pm
13787 ____________________________________________________________________________
13788 [ 11144] By: jhi                                   on 2001/07/04  16:07:35
13789         Log: gcc -Wall nit.
13790      Branch: perl
13791            ! pp_hot.c
13792 ____________________________________________________________________________
13793 [ 11143] By: jhi                                   on 2001/07/04  15:08:26
13794         Log: When removing tests updating the test count is a good idea, too.
13795      Branch: perl
13796            ! lib/Net/t/require.t
13797 ____________________________________________________________________________
13798 [ 11142] By: jhi                                   on 2001/07/04  14:57:51
13799         Log: Document #11134 and add the new symbols to the list of
13800              of MakeMaker known ones.
13801      Branch: perl
13802            ! lib/ExtUtils/MakeMaker.pm
13803 ____________________________________________________________________________
13804 [ 11141] By: jhi                                   on 2001/07/04  14:34:11
13805         Log: Microperl update.
13806      Branch: perl
13807            ! uconfig.h
13808 ____________________________________________________________________________
13809 [ 11140] By: jhi                                   on 2001/07/04  14:32:27
13810         Log: Update the libnet tests as per #11138.
13811      Branch: perl
13812            - lib/Net/t/ph.t
13813            ! MANIFEST lib/Net/t/require.t
13814 ____________________________________________________________________________
13815 [ 11139] By: jhi                                   on 2001/07/04  14:14:33
13816         Log: Regen toc and modlib.
13817      Branch: perl
13818            ! pod/perlmodlib.pod pod/perltoc.pod
13819 ____________________________________________________________________________
13820 [ 11138] By: jhi                                   on 2001/07/04  14:10:38
13821         Log: Remove DummyInetd, PH, and SNPP from the libnet, as per
13822              Graham's request.
13823      Branch: perl
13824            - lib/Net/DummyInetd.pm lib/Net/PH.pm lib/Net/SNPP.pm
13825            ! MANIFEST
13826 ____________________________________________________________________________
13827 [ 11137] By: jhi                                   on 2001/07/04  14:06:35
13828         Log: Add the OS/390 harness results to the delta.
13829      Branch: perl
13830            ! pod/perl572delta.pod
13831 ____________________________________________________________________________
13832 [ 11136] By: jhi                                   on 2001/07/04  13:59:01
13833         Log: Avoid the two study tests in OS/390 until the bug has been solved.
13834      Branch: perl
13835            ! t/op/study.t
13836 ____________________________________________________________________________
13837 [ 11135] By: jhi                                   on 2001/07/04  13:49:08
13838         Log: DOS/DJGPP tweaks from Laszlo Molnar.
13839      Branch: perl
13840            ! AUTHORS djgpp/djgppsed.sh hints/dos_djgpp.sh t/op/write.t
13841 ____________________________________________________________________________
13842 [ 11134] By: jhi                                   on 2001/07/04  13:47:46
13843         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm and others] Fixing extra -I's with PERL_CORE
13844              From: Michael G Schwern <schwern@pobox.com>
13845              Date: Wed, 4 Jul 2001 00:01:16 -0400
13846              Message-ID: <20010704000116.C591@blackrider>
13847      Branch: perl
13848            ! ext/util/make_ext lib/ExtUtils.t lib/ExtUtils/MM_Unix.pm
13849 ____________________________________________________________________________
13850 [ 11133] By: jhi                                   on 2001/07/04  01:55:20
13851         Log: The #11132 missed singleton characters (not part
13852              of a unilo..unihi range) in Unicode scripts.
13853      Branch: perl
13854            ! lib/unicode/In/0.pl lib/unicode/In/1.pl lib/unicode/In/10.pl
13855            ! lib/unicode/In/11.pl lib/unicode/In/12.pl lib/unicode/In/13.pl
13856            ! lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
13857            ! lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/20.pl
13858            ! lib/unicode/In/21.pl lib/unicode/In/24.pl lib/unicode/In/29.pl
13859            ! lib/unicode/In/3.pl lib/unicode/In/30.pl lib/unicode/In/34.pl
13860            ! lib/unicode/In/35.pl lib/unicode/In/37.pl lib/unicode/In/39.pl
13861            ! lib/unicode/In/4.pl lib/unicode/In/5.pl lib/unicode/In/6.pl
13862            ! lib/unicode/In/8.pl lib/unicode/In/9.pl lib/unicode/Scripts.pl
13863            ! lib/unicode/mktables.PL t/op/pat.t
13864 ____________________________________________________________________________
13865 [ 11132] By: jhi                                   on 2001/07/04  01:32:11
13866         Log: Support preferentially the Unicode 'scripts' definition
13867              in the \p{In...} notation since according to Unicode the
13868              scripts concept is more natural for matching than using
13869              the somewhat artificial block names.  The block names are
13870              still available, though, and if there's a name conflict,
13871              the scripts one wins and the blocks one has to do with
13872              'Block' appended to its name.  For more information see
13873              
13874              http://www.unicode.org/unicode/reports/tr24/
13875      Branch: perl
13876            + lib/unicode/In/100.pl lib/unicode/In/101.pl
13877            + lib/unicode/In/102.pl lib/unicode/In/103.pl
13878            + lib/unicode/In/104.pl lib/unicode/In/105.pl
13879            + lib/unicode/In/106.pl lib/unicode/In/107.pl
13880            + lib/unicode/In/108.pl lib/unicode/In/109.pl
13881            + lib/unicode/In/110.pl lib/unicode/In/111.pl
13882            + lib/unicode/In/112.pl lib/unicode/In/113.pl
13883            + lib/unicode/In/114.pl lib/unicode/In/115.pl
13884            + lib/unicode/In/116.pl lib/unicode/In/117.pl
13885            + lib/unicode/In/118.pl lib/unicode/In/119.pl
13886            + lib/unicode/In/120.pl lib/unicode/In/121.pl
13887            + lib/unicode/In/122.pl lib/unicode/In/123.pl
13888            + lib/unicode/In/124.pl lib/unicode/In/125.pl
13889            + lib/unicode/In/126.pl lib/unicode/In/127.pl
13890            + lib/unicode/In/128.pl lib/unicode/In/129.pl
13891            + lib/unicode/In/130.pl lib/unicode/In/131.pl
13892            + lib/unicode/In/132.pl lib/unicode/In/133.pl
13893            + lib/unicode/In/134.pl lib/unicode/In/135.pl
13894            + lib/unicode/In/96.pl lib/unicode/In/97.pl lib/unicode/In/98.pl
13895            + lib/unicode/In/99.pl lib/unicode/Scripts.pl
13896            ! (edit 106 files)
13897 ____________________________________________________________________________
13898 [ 11131] By: jhi                                   on 2001/07/03  23:02:02
13899         Log: Better document the difference between a block and a script.
13900      Branch: perl
13901            ! lib/Unicode/UCD.pm
13902 ____________________________________________________________________________
13903 [ 11130] By: jhi                                   on 2001/07/03  22:49:15
13904         Log: Subject: [ perl 5.6.1 ] CPAN.pm doc patch
13905              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
13906              Date: Tue, 3 Jul 2001 15:04:23 -0500
13907              Message-ID: <20010703150423.C9787@chaos.wustl.edu>
13908      Branch: perl
13909            ! lib/CPAN.pm
13910 ____________________________________________________________________________
13911 [ 11129] By: jhi                                   on 2001/07/03  22:45:41
13912         Log: Add tests for charscript().
13913      Branch: perl
13914            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
13915 ____________________________________________________________________________
13916 [ 11128] By: jhi                                   on 2001/07/03  20:41:54
13917         Log: Add charscript() to get the UTR#24 script names of characters.
13918      Branch: perl
13919            ! lib/Unicode/UCD.pm
13920 ____________________________________________________________________________
13921 [ 11127] By: jhi                                   on 2001/07/03  19:53:29
13922         Log: Todo updates.
13923      Branch: perl
13924            ! pod/perltodo.pod
13925 ____________________________________________________________________________
13926 [ 11126] By: jhi                                   on 2001/07/03  19:45:30
13927         Log: Unicode::UCD updates.
13928      Branch: perl
13929            ! lib/Unicode/UCD.pm
13930 ____________________________________________________________________________
13931 [ 11125] By: jhi                                   on 2001/07/03  16:12:20
13932         Log: (Retracted by #11174)
13933              Subject: MakeMaker should pass through DEFINE and INC to subdirs
13934              From: Alan Burlison <Alan.Burlison@sun.com>
13935              Date: Tue, 03 Jul 2001 15:20:13 +0100
13936              Message-ID: <3B41D49D.A923D4F9@sun.com>
13937      Branch: perl
13938            ! lib/ExtUtils/MM_Unix.pm
13939 ____________________________________________________________________________
13940 [ 11124] By: jhi                                   on 2001/07/03  16:06:53
13941         Log: Subject: Patch needed for UTS
13942              From: hom00@utsglobal.com (Hal Morris)
13943              Date: Tue, 3 Jul 2001 09:38:22 -0700 (PDT)
13944              Message-Id: <200107031638.JAA11998@cepheus.utsglobal.com>
13945              
13946              Replace #11113 with a better version.
13947      Branch: perl
13948            ! perl.h
13949 ____________________________________________________________________________
13950 [ 11123] By: jhi                                   on 2001/07/03  16:04:49
13951         Log: Subject: Re: POINTERRIGOR
13952              From: Andy Dougherty <doughera@lafayette.edu>
13953              Date: Tue, 3 Jul 2001 11:49:28 -0400 (EDT)
13954              Message-ID: <Pine.SOL.4.10.10107031040030.1982-100000@maxwell.phys.lafayette.edu>
13955      Branch: perl
13956            ! util.c
13957 ____________________________________________________________________________
13958 [ 11122] By: jhi                                   on 2001/07/03  16:03:31
13959         Log: Subject: Re: [PATCH @11016] Fixes compile errors in four files
13960              From: "Philip Newton" <pnewton@gmx.de>
13961              Date: Tue, 3 Jul 2001 17:03:34 +0200
13962              Message-ID: <3B41FAE6.29564.660E117@localhost>
13963      Branch: perl
13964            ! pp_hot.c
13965 ____________________________________________________________________________
13966 [ 11121] By: jhi                                   on 2001/07/03  13:26:08
13967         Log: Typos.
13968      Branch: perl
13969            ! INSTALL
13970 ____________________________________________________________________________
13971 [ 11120] By: jhi                                   on 2001/07/03  11:34:47
13972         Log: Subject: [PATCH 5.6.1] debugger fixes
13973              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13974              Date: Tue, 3 Jul 2001 03:38:18 -0400
13975              Message-ID: <20010703033818.A16788@math.ohio-state.edu>
13976              
13977              The $^S is working again.
13978      Branch: perl
13979            ! lib/perl5db.pl
13980 ____________________________________________________________________________
13981 [ 11119] By: jhi                                   on 2001/07/03  11:33:27
13982         Log: Subject: Re: [PATCH 5.6.1] OS/2 improvements
13983              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13984              Date: Tue, 3 Jul 2001 03:34:06 -0400
13985              Message-ID: <20010703033406.A16776@math.ohio-state.edu>
13986      Branch: perl
13987            ! os2/OS2/Process/Process.pm
13988 ____________________________________________________________________________
13989 [ 11118] By: jhi                                   on 2001/07/03  11:29:54
13990         Log: Subject: [PATCH bleadperl] Bad lishp in change 11084
13991              From: "Philip Newton" <Philip.Newton@gmx.net>
13992              Date: Tue, 3 Jul 2001 09:11:27 +0200
13993              Message-Id: <200107030706.KAA04596@taas.iki.fi>
13994      Branch: perl
13995            ! lib/FindBin.pm
13996 ____________________________________________________________________________
13997 [ 11117] By: jhi                                   on 2001/07/03  11:25:14
13998         Log: Delta delta.
13999      Branch: perl
14000            ! pod/perl572delta.pod
14001 ____________________________________________________________________________
14002 [ 11116] By: jhi                                   on 2001/07/02  23:06:50
14003         Log: Metaconfig unit change for 11115.
14004      Branch: metaconfig
14005            ! U/modified/libc.U
14006 ____________________________________________________________________________
14007 [ 11115] By: jhi                                   on 2001/07/02  23:06:27
14008         Log: Whitespace allowed at the ends of /lib/syscalls.exp lines
14009              (from Richard Hatch) (this was the cause of pipes() and
14010              times() myeteriously not being found)
14011      Branch: perl
14012            ! Configure
14013 ____________________________________________________________________________
14014 [ 11114] By: jhi                                   on 2001/07/02  22:58:41
14015         Log: Retract #10142, the real culprit found by Richard Hatch,
14016              coming soon to Configure near you.
14017      Branch: perl
14018            ! hints/aix.sh
14019 ____________________________________________________________________________
14020 [ 11113] By: jhi                                   on 2001/07/02  22:56:09
14021         Log: (Replaced by #11124) UTS workaround from Hal Morris.
14022      Branch: perl
14023            ! perl.h
14024 ____________________________________________________________________________
14025 [ 11112] By: jhi                                   on 2001/07/02  22:53:29
14026         Log: Subject: [PATCH] grok not grocking correctly
14027              From: Nicholas Clark <nick@ccl4.org>
14028              Date: Tue, 3 Jul 2001 00:19:08 +0100
14029              Message-ID: <20010703001908.H59620@plum.flirble.org>
14030      Branch: perl
14031            ! numeric.c
14032 ____________________________________________________________________________
14033 [ 11111] By: jhi                                   on 2001/07/02  22:48:42
14034         Log: Subject: [PATCH Deparse.t] test just-posted patches
14035              From: Robin Houston <robin@kitsite.com>
14036              Date: Mon, 2 Jul 2001 23:46:15 +0100
14037              Message-Id: <E15HCUN-0000Rh-00.2001-07-02-23-48-19@mail18.svr.pol.co.uk>
14038      Branch: perl
14039            ! ext/B/Deparse.t
14040 ____________________________________________________________________________
14041 [ 11110] By: jhi                                   on 2001/07/02  22:27:10
14042         Log: Subject: [PATCH toke.c] autosplit into @F
14043              From: Robin Houston <robin@kitsite.com>
14044              Date: Mon, 2 Jul 2001 23:18:20 +0100
14045              Message-Id: <E15HC3M-0007jL-00.2001-07-02-23-20-24@mail18.svr.pol.co.uk>
14046      Branch: perl
14047            ! perl.c toke.c
14048 ____________________________________________________________________________
14049 [ 11109] By: jhi                                   on 2001/07/02  22:25:03
14050         Log: Subject: [PATCH B::Deparse] hash key auto-quoting
14051              From: Robin Houston <robin@kitsite.com>
14052              Date: Mon, 2 Jul 2001 23:00:48 +0100
14053              Message-Id: <E15HBmR-0006mc-00.2001-07-02-23-02-55@mail18.svr.pol.co.uk>
14054      Branch: perl
14055            ! ext/B/B/Deparse.pm
14056 ____________________________________________________________________________
14057 [ 11108] By: jhi                                   on 2001/07/02  19:21:18
14058         Log: Subject: Re: [PATCH perlsnap] '-' !~ /\w/
14059              From: "Philip Newton" <Philip.Newton@gmx.net>
14060              Date: Mon, 2 Jul 2001 22:06:22 +0200
14061              (no Message-Id)
14062      Branch: perl
14063            ! ext/NDBM_File/hints/linux.pl
14064 ____________________________________________________________________________
14065 [ 11107] By: jhi                                   on 2001/07/02  19:19:25
14066         Log: Subject: Re: Fixed pack problem - sort of
14067              From: Nicholas Clark <nick@ccl4.org>
14068              Date: Mon, 2 Jul 2001 20:59:20 +0100
14069              Message-ID: <20010702205919.F59620@plum.flirble.org>
14070      Branch: perl
14071            ! pp_pack.c t/op/pack.t
14072 ____________________________________________________________________________
14073 [ 11106] By: jhi                                   on 2001/07/02  19:18:28
14074         Log: Subject: Re: [PATCH 5.6.1] OS/2 cwd
14075              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14076              Date: Mon, 2 Jul 2001 15:45:41 -0400
14077              Message-ID: <20010702154541.B24295@math.ohio-state.edu>
14078      Branch: perl
14079            ! os2/os2.c
14080 ____________________________________________________________________________
14081 [ 11105] By: jhi                                   on 2001/07/02  19:17:27
14082         Log: (Mistaken retraction)
14083      Branch: perl
14084            ! utils/pl2pm.PL
14085 ____________________________________________________________________________
14086 [ 11104] By: jhi                                   on 2001/07/02  18:56:15
14087         Log: Detypo in #11103.
14088      Branch: perl
14089            ! utils/pl2pm.PL
14090 ____________________________________________________________________________
14091 [ 11103] By: jhi                                   on 2001/07/02  18:54:53
14092         Log: Subject: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
14093              From: Jonathan Stowe <gellyfish@gellyfish.com>
14094              Date: Mon, 2 Jul 2001 19:17:21 +0100 (BST)
14095              Message-ID: <Pine.LNX.4.33.0107021904530.7401-100000@orpheus.gellyfish.com>
14096      Branch: perl
14097            ! utils/pl2pm.PL
14098 ____________________________________________________________________________
14099 [ 11102] By: jhi                                   on 2001/07/02  18:16:09
14100         Log: Subject: [PATCH perl@11059] UCD.pm: if at first you don't succeed, croak?
14101              From: "Craig A. Berry" <craigberry@mac.com>
14102              Date: Mon, 02 Jul 2001 14:11:23 -0500
14103              Message-Id: <5.1.0.14.0.20010702140058.01b6c9c0@exchi01>
14104      Branch: perl
14105            ! lib/Unicode/UCD.pm
14106 ____________________________________________________________________________
14107 [ 11101] By: jhi                                   on 2001/07/02  18:14:51
14108         Log: Subject: [PATCH] Re: op/numconvert.t failures
14109              From: Nicholas Clark <nick@ccl4.org>
14110              Date: Mon, 2 Jul 2001 20:10:48 +0100
14111              Message-ID: <20010702201048.E59620@plum.flirble.org>
14112      Branch: perl
14113            ! t/op/numconvert.t
14114 ____________________________________________________________________________
14115 [ 11100] By: jhi                                   on 2001/07/02  17:51:44
14116         Log: Update Changes.
14117      Branch: perl
14118            ! Changes patchlevel.h
14119 ____________________________________________________________________________
14120 [ 11099] By: jhi                                   on 2001/07/02  17:46:31
14121         Log: Retract #11055, didn't help much (2736 bytes vs 2725 bytes leaked).
14122              The real fix must be more involved.  The line of code all the leaky
14123              call stacks seem to go through is op.c:2949, the PmopSTASH_set()
14124              line of Perl_newPMOP().
14125      Branch: perl
14126            ! op.h
14127 ____________________________________________________________________________
14128 [ 11098] By: jhi                                   on 2001/07/02  17:37:44
14129         Log: Based on
14130              
14131              Subject: Re: sizeof(struct sembuf)
14132              From: Nicholas Clark <nick@ccl4.org>
14133              Date: Sun, 1 Jul 2001 22:26:48 +0100
14134              Message-ID: <20010701222648.W59620@plum.flirble.org>
14135              
14136              but do semop() always the slow way.
14137      Branch: perl
14138            ! doio.c
14139 ____________________________________________________________________________
14140 [ 11097] By: jhi                                   on 2001/07/02  17:22:14
14141         Log: Subject: [PATCH] Encode/Tcl.t, for esc-seq encodings
14142              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
14143              Date: Tue, 03 Jul 2001 00:56:30 +0900
14144              Message-Id: <20010703005600.2225.BQW10602@nifty.com>
14145      Branch: perl
14146            ! ext/Encode/Encode/Tcl.t
14147 ____________________________________________________________________________
14148 [ 11096] By: jhi                                   on 2001/07/02  17:11:24
14149         Log: Subject: [PATCH] Encode/Tcl.pm, continuous sequences
14150              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
14151              Date: Tue, 03 Jul 2001 00:55:46 +0900
14152              Message-Id: <20010703005516.2222.BQW10602@nifty.com>
14153      Branch: perl
14154            ! ext/Encode/Encode/Tcl.pm
14155 ____________________________________________________________________________
14156 [ 11095] By: jhi                                   on 2001/07/02  17:07:14
14157         Log: Regen api and toc.
14158      Branch: perl
14159            ! pod/perlapi.pod pod/perltoc.pod
14160 ____________________________________________________________________________
14161 [ 11094] By: jhi                                   on 2001/07/02  16:29:42
14162         Log: Metaconfig unit change for #11093.
14163      Branch: metaconfig/U/perl
14164            ! d_fcntl_can_lock.U
14165 ____________________________________________________________________________
14166 [ 11093] By: jhi                                   on 2001/07/02  16:28:56
14167         Log: The fcntl locking test may hang if NFS locking messed up;
14168              break out with alarm(10).
14169      Branch: perl
14170            ! Configure
14171 ____________________________________________________________________________
14172 [ 11092] By: jhi                                   on 2001/07/02  14:11:31
14173         Log: Move the mdelete.bat from win32/bin to win32.
14174      Branch: perl
14175            ! MANIFEST
14176 ____________________________________________________________________________
14177 [ 11091] By: jhi                                   on 2001/07/02  14:10:01
14178         Log: Typo in #11083.
14179      Branch: perl
14180            ! ext/Time/Piece/Piece.t
14181 ____________________________________________________________________________
14182 [ 11090] By: jhi                                   on 2001/07/02  13:36:58
14183         Log: Netware tweaks from Guruprasad.
14184      Branch: perl
14185            - NetWare/perlsdio.h
14186            ! MANIFEST NetWare/Makefile NetWare/interface.c
14187            ! NetWare/interface.h NetWare/iperlhost.h NetWare/nwtinfo.h
14188            ! perlsdio.h
14189 ____________________________________________________________________________
14190 [ 11089] By: jhi                                   on 2001/07/02  13:25:40
14191         Log: Subject: Re: [PATH] shared -> unique;
14192              From: Abhijit Menon-Sen <ams@wiw.org>
14193              Date: Wed, 27 Jun 2001 03:51:27 +0530
14194              Message-ID: <20010627035127.A17623@lustre.lustre.dyn.wiw.org>
14195      Branch: perl
14196            ! dump.c gv.c gv.h op.c pp_sys.c sv.c toke.c xsutils.c
14197 ____________________________________________________________________________
14198 [ 11088] By: jhi                                   on 2001/07/02  13:24:27
14199         Log: Subject: Re: AIX / gcc-3.0
14200              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14201              Date: Mon, 02 Jul 2001 15:20:21 +0200
14202              Message-Id: <20010702151904.49BB.H.M.BRAND@hccnet.nl>
14203      Branch: perl
14204            ! hints/aix.sh
14205 ____________________________________________________________________________
14206 [ 11087] By: jhi                                   on 2001/07/02  13:23:21
14207         Log: Subject: Re: Bug report: split splits on wrong pattern
14208              From: Abhijit Menon-Sen <ams@wiw.org>
14209              Message-ID: <20010702163133.A23186@lustre.dyn.wiw.org>
14210              Date: Mon, 2 Jul 2001 16:31:33 +0530
14211      Branch: perl
14212            ! pp_ctl.c
14213 ____________________________________________________________________________
14214 [ 11086] By: jhi                                   on 2001/07/02  13:22:30
14215         Log: Subject: [PATCH 5.6.1] test harness
14216              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14217              Date: Mon, 2 Jul 2001 06:29:21 -0400
14218              Message-ID: <20010702062921.A1810@math.ohio-state.edu>
14219      Branch: perl
14220            ! lib/Test/Harness.pm
14221 ____________________________________________________________________________
14222 [ 11085] By: jhi                                   on 2001/07/02  13:21:39
14223         Log: Subject: [PATCH 5.6.1] debugger goof
14224              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14225              Date: Mon, 2 Jul 2001 06:27:22 -0400
14226              Message-ID: <20010702062722.A1746@math.ohio-state.edu>
14227      Branch: perl
14228            ! lib/perl5db.pl
14229 ____________________________________________________________________________
14230 [ 11084] By: jhi                                   on 2001/07/02  13:20:50
14231         Log: Subject: [PATCH 5.6.1] OS/2 cwd
14232              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14233              Date: Mon, 2 Jul 2001 06:21:17 -0400
14234              Message-ID: <20010702062117.A1401@math.ohio-state.edu>
14235      Branch: perl
14236            ! lib/Cwd.pm lib/File/Find/taint.t lib/FindBin.pm os2/os2.c
14237 ____________________________________________________________________________
14238 [ 11083] By: jhi                                   on 2001/07/02  13:19:18
14239         Log: Make #11082 more OS/2-specific.
14240      Branch: perl
14241            ! ext/Time/Piece/Piece.t
14242 ____________________________________________________________________________
14243 [ 11082] By: jhi                                   on 2001/07/02  13:14:36
14244         Log: Subject: [PATCH 5.6.1] OS/2 gmtime()
14245              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14246              Date: Mon, 2 Jul 2001 06:06:34 -0400
14247              Message-ID: <20010702060634.A1356@math.ohio-state.edu>
14248      Branch: perl
14249            ! ext/Time/Piece/Piece.t
14250 ____________________________________________________________________________
14251 [ 11081] By: jhi                                   on 2001/07/02  13:13:08
14252         Log: Subject: [PATCH B::Deparse] version number & changes
14253              From: Robin Houston <robin@kitsite.com>  
14254              Date: Sun, 1 Jul 2001 17:17:29 +0100
14255              Message-ID: <20010701171729.A30678@puffinry.freeserve.co.uk>
14256      Branch: perl
14257            ! ext/B/B/Deparse.pm
14258 ____________________________________________________________________________
14259 [ 11080] By: jhi                                   on 2001/07/02  13:11:48
14260         Log: Subject: a small fix.
14261              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
14262              Date: Mon, 2 Jul 2001 12:17:53 +0200
14263              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B35@RU0022EXCH001U>
14264      Branch: perl
14265            ! ext/Thread/Thread.xs
14266 ____________________________________________________________________________
14267 [ 11079] By: jhi                                   on 2001/07/02  13:10:39
14268         Log: Subject: RE: perl@10907
14269              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
14270              Date: Mon, 2 Jul 2001 12:06:16 +0200
14271              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B2C@RU0022EXCH001U>
14272              
14273              Borland C vs PerlIO.
14274      Branch: perl
14275            ! win32/config.bc win32/config_H.bc
14276 ____________________________________________________________________________
14277 [ 11078] By: jhi                                   on 2001/07/02  13:03:44
14278         Log: Subject: [PATCH] Report /pro/3gl/CPAN/perl-5.7.1
14279              From: "H.M. Brand" <merijn@l1.procura.nl>
14280              Date: Mon, 02 Jul 2001 11:18:57 +0200
14281              Message-Id: <20010702100811.4999.MERIJN@l1.procura.nl>
14282      Branch: perl
14283            ! t/op/write.t
14284 ____________________________________________________________________________
14285 [ 11077] By: jhi                                   on 2001/07/02  12:58:27
14286         Log: Subject: [PATCH] Deleting ext/util/mkbootstrap
14287              From: Michael G Schwern <schwern@pobox.com>
14288              Date: Mon, 2 Jul 2001 00:26:24 -0400
14289              Message-ID: <20010702002624.A18302@blackrider>
14290      Branch: perl
14291            - ext/util/mkbootstrap
14292 ____________________________________________________________________________
14293 [ 11076] By: jhi                                   on 2001/07/02  12:56:20
14294         Log: Subject: [PATCH op.h] v minor comment tweak
14295              From: Robin Houston <robin@puffinry.freeserve.co.uk>
14296              Date: Mon, 2 Jul 2001 00:42:01 +0100
14297              Message-Id: <E15GqxK-0006WZ-00.2001-07-02-00-48-46@mail18.svr.pol.co.uk>
14298      Branch: perl
14299            ! op.h
14300 ____________________________________________________________________________
14301 [ 11075] By: jhi                                   on 2001/07/02  12:53:48
14302         Log: SysV IPC semops use native shorts, not forced-to-16-bit-shorts.
14303      Branch: perl
14304            ! pod/perlfunc.pod
14305 ____________________________________________________________________________
14306 [ 11074] By: jhi                                   on 2001/07/02  12:52:28
14307         Log: Subject: Re: sizeof(struct sembuf)
14308              From: Nicholas Clark <nick@ccl4.org>
14309              Date: Sun, 1 Jul 2001 19:23:16 +0100
14310              Message-ID: <20010701192316.V59620@plum.flirble.org>
14311              
14312              s/signaling/signalling/
14313      Branch: perl
14314            ! pod/perlfunc.pod
14315 ____________________________________________________________________________
14316 [ 11073] By: jhi                                   on 2001/07/02  12:49:51
14317         Log: Subject: [PATCH perlsnap] Suggestion for mnemonic for $^N
14318              From: "Philip Newton" <Philip.Newton@gmx.net>
14319              Date: Sun, 1 Jul 2001 09:37:56 +0200
14320              Message-Id: <200107010733.KAA03920@taas.iki.fi>
14321      Branch: perl
14322            ! pod/perlvar.pod
14323 ____________________________________________________________________________
14324 [ 11072] By: jhi                                   on 2001/07/02  12:48:03
14325         Log: Subject: [PATCH perlsnap] /^qnx|nto$/ --> /^(?:qnx|nto)$/
14326              From: "Philip Newton" <Philip.Newton@gmx.net>
14327              Date: Sun, 1 Jul 2001 09:37:56 +0200
14328              Message-Id: <200107010733.KAA03925@taas.iki.fi>
14329      Branch: perl
14330            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
14331 ____________________________________________________________________________
14332 [ 11071] By: jhi                                   on 2001/07/02  12:45:12
14333         Log: Metaconfig unit change for #11070.
14334      Branch: metaconfig
14335            ! U/compline/randfunc.U
14336 ____________________________________________________________________________
14337 [ 11070] By: jhi                                   on 2001/07/02  12:43:58
14338         Log: Subject: [PATCH perlsnap] its --> it's --> its
14339              From: "Philip Newton" <Philip.Newton@gmx.net>
14340              Date: Sun, 1 Jul 2001 09:37:56 +0200
14341              Message-Id: <200107010733.KAA03914@taas.iki.fi>
14342      Branch: perl
14343            ! Porting/config_H
14344 ____________________________________________________________________________
14345 [ 11069] By: jhi                                   on 2001/07/02  12:01:52
14346         Log: Sync with Sarathy; integrate with perlio.
14347      Branch: perl
14348           !> gv.c
14349 ____________________________________________________________________________
14350 [ 11068] By: gsar                                  on 2001/07/02  08:07:54
14351         Log: regenerate win32/config_H.?c files
14352      Branch: perl
14353            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
14354 ____________________________________________________________________________
14355 [ 11067] By: gsar                                  on 2001/07/02  08:03:55
14356         Log: rename s/sv_getcwd/getcwd_sv/ for better conformance to existing
14357              naming discipline
14358              
14359              win32 fix: enable getcwd_sv() to work on windows (POSIX.t was failing
14360              because of this)
14361              
14362              fix a warning about "fd" being used without being set in Cwd.xs
14363      Branch: perl
14364            ! embed.h embed.pl ext/Cwd/Cwd.xs ext/POSIX/POSIX.t
14365            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
14366            ! pod/perlapi.pod proto.h util.c win32/config.bc win32/config.gc
14367            ! win32/config.vc
14368 ____________________________________________________________________________
14369 [ 11066] By: gsar                                  on 2001/07/02  07:12:10
14370         Log: win32 fixes: fix various syntax errors ("no preprocessor directives
14371              within macro arguments") and warnings ("unary minus applied to
14372              unsigned type", among others)
14373      Branch: perl
14374            ! gv.c hv.c op.c pp.c sv.c toke.c
14375 ____________________________________________________________________________
14376 [ 11065] By: gsar                                  on 2001/07/02  06:26:22
14377         Log: win32 fixes: more spurious CRs
14378      Branch: perl
14379            ! win32/mdelete.bat
14380 ____________________________________________________________________________
14381 [ 11064] By: gsar                                  on 2001/07/02  06:25:22
14382         Log: win32 tweaks: remove extra CRs from makefile.mk; move mdelete.bat
14383              from win32/bin (or it gets deleted by distclean); don't delete
14384              lib/Cwd.pm during distclean; mdelete.bat doesn't work properly on
14385              NT (should be made Win9x specific, and added to makefile.mk)
14386      Branch: perl
14387           +> win32/mdelete.bat
14388            - win32/bin/mdelete.bat
14389            ! win32/Makefile win32/makefile.mk
14390 ____________________________________________________________________________
14391 [ 11063] By: nick                                  on 2001/07/01  18:54:09
14392         Log: Quick for for #ifdef mess
14393      Branch: perlio
14394            ! gv.c
14395 ____________________________________________________________________________
14396 [ 11062] By: nick                                  on 2001/07/01  18:47:42
14397         Log: Raw integrate - does not build #if mess in gv.c
14398      Branch: perlio
14399           !> (integrate 29 files)
14400 ____________________________________________________________________________
14401 [ 11061] By: jhi                                   on 2001/07/01  15:20:38
14402         Log: Make 'compile' target a little less broken.
14403              Still very broken, though: -Wall warnings from
14404              the generated code, boot_Foo prototypes missing,
14405              can't autoload Fcntl::SEEK_CUR et alia, ...
14406      Branch: perl
14407            ! ext/B/B/C.pm pod/Makefile.SH t/TEST utils/Makefile
14408            ! utils/perlcc.PL x2p/Makefile.SH
14409 ____________________________________________________________________________
14410 [ 11060] By: jhi                                   on 2001/07/01  14:04:20
14411         Log: Upgrade to Storable 1.0.12, from Raphael Manfredi.
14412      Branch: perl
14413            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
14414            ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
14415 ____________________________________________________________________________
14416 [ 11059] By: jhi                                   on 2001/07/01  05:02:59
14417         Log: Update Changes.
14418      Branch: perl
14419            ! Changes patchlevel.h
14420 ____________________________________________________________________________
14421 [ 11058] By: jhi                                   on 2001/07/01  04:57:05
14422         Log: Still one typo, regen toc.
14423      Branch: perl
14424            ! lib/Unicode/UCD.pm pod/perltoc.pod
14425 ____________________________________________________________________________
14426 [ 11057] By: jhi                                   on 2001/07/01  04:54:35
14427         Log: Detypos and regen toc.
14428      Branch: perl
14429            ! README.os2 lib/Unicode/UCD.pm pod/perltoc.pod
14430 ____________________________________________________________________________
14431 [ 11056] By: jhi                                   on 2001/07/01  04:26:08
14432         Log: VERSION tweak.
14433      Branch: perl
14434            ! ext/List/Util/lib/List/Util.pm
14435 ____________________________________________________________________________
14436 [ 11055] By: jhi                                   on 2001/06/30  22:18:37
14437         Log: Attempt at plugging the leak under ithreads detected by Doug.
14438      Branch: perl
14439            ! op.h
14440 ____________________________________________________________________________
14441 [ 11054] By: jhi                                   on 2001/06/30  21:33:29
14442         Log: gcc -Wall lint after #11051.
14443      Branch: perl
14444            ! pp_sys.c
14445 ____________________________________________________________________________
14446 [ 11053] By: jhi                                   on 2001/06/30  21:13:55
14447         Log: Integrate perlio.
14448      Branch: perl
14449           !> lib/File/Find/taint.t
14450 ____________________________________________________________________________
14451 [ 11052] By: jhi                                   on 2001/06/30  21:07:38
14452         Log: Don't use the v-strings for module VERSIONs.
14453      Branch: perl
14454            ! lib/Unicode/UCD.pm
14455 ____________________________________________________________________________
14456 [ 11051] By: jhi                                   on 2001/06/30  20:59:57
14457         Log: Code cleanup based on turning off the -woffs in IRIX.
14458              Not all of the gripes cleaned up (hairy code in hv.c and
14459              regcomp.c; unused newsp, gimme, and optype from cop.h macros;
14460              unused 'key' arguments in ?DBM_File.xs) (and the -woffs left
14461              to the IRIX hints)
14462      Branch: perl
14463            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs
14464            ! ext/IPC/SysV/SysV.xs ext/List/Util/Util.xs
14465            ! ext/PerlIO/Scalar/Scalar.xs gv.c mg.c op.c perlio.c pp_sys.c
14466            ! regcomp.c sv.c
14467 ____________________________________________________________________________
14468 [ 11050] By: nick                                  on 2001/06/30  20:46:46
14469         Log: Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t
14470      Branch: perlio
14471            ! lib/File/Find/taint.t
14472 ____________________________________________________________________________
14473 [ 11049] By: nick                                  on 2001/06/30  18:13:33
14474         Log: Integrate mainline
14475      Branch: perlio
14476           +> NetWare/nwstdio.h NetWare/perlsdio.h
14477           +> ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
14478           +> ext/Encode/Encode/7bit-kr.enc lib/Unicode/UCD.pm
14479           +> lib/Unicode/UCD.t t/run/exit.t
14480           !> (integrate 60 files)
14481 ____________________________________________________________________________
14482 [ 11048] By: jhi                                   on 2001/06/30  16:23:39
14483         Log: Delta delta.
14484      Branch: perl
14485            ! pod/perl572delta.pod
14486 ____________________________________________________________________________
14487 [ 11047] By: jhi                                   on 2001/06/30  16:03:40
14488         Log: More VERSION tuning: to avoid unnecessary Perl upgrades
14489              by CPAN.pm, use rather _00.
14490      Branch: perl
14491            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Dir.pm
14492            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
14493            ! ext/IO/lib/IO/Socket/UNIX.pm ext/IPC/SysV/Msg.pm
14494            ! ext/IPC/SysV/Semaphore.pm ext/IPC/SysV/SysV.pm
14495            ! ext/Time/HiRes/HiRes.pm lib/CGI/Pretty.pm lib/CPAN/Nox.pm
14496            ! lib/ExtUtils/Embed.pm lib/Test.pm
14497 ____________________________________________________________________________
14498 [ 11046] By: jhi                                   on 2001/06/30  15:53:22
14499         Log: Add a simple Unicode character database interface, Unicode::UCD.
14500      Branch: perl
14501            + lib/Unicode/UCD.pm lib/Unicode/UCD.t
14502            ! MANIFEST
14503 ____________________________________________________________________________
14504 [ 11045] By: jhi                                   on 2001/06/30  13:42:37
14505         Log: Subject: [PATCH] op/numconver.t
14506              From: Nicholas Clark <nick@ccl4.org>
14507              Date: Sat, 30 Jun 2001 15:40:10 +0100
14508              Message-ID: <20010630154010.I59620@plum.flirble.org>
14509      Branch: perl
14510            ! t/op/numconvert.t
14511 ____________________________________________________________________________
14512 [ 11044] By: jhi                                   on 2001/06/30  13:29:25
14513         Log: The $^N is now taken (by #11038).
14514      Branch: perl
14515            ! t/base/lex.t
14516 ____________________________________________________________________________
14517 [ 11043] By: jhi                                   on 2001/06/30  13:15:59
14518         Log: The #11040 had slipped to a wrong function...
14519      Branch: perl
14520            ! sv.c
14521 ____________________________________________________________________________
14522 [ 11042] By: jhi                                   on 2001/06/30  13:08:25
14523         Log: In 64-bit AIX 5L (oslevel 5.1.0.0, ccversion 5.0.2.0)
14524              the Configure library symbol probe mysteriously finds all
14525              symbols but those of pipe() and times().
14526      Branch: perl
14527            ! hints/aix.sh
14528 ____________________________________________________________________________
14529 [ 11041] By: jhi                                   on 2001/06/30  13:01:25
14530         Log: Subject: [PATCH] (was Re: not OK: perl@11006 on HP-UX B.11.00)
14531              From: Nicholas Clark <nick@ccl4.org>
14532              Date: Fri, 29 Jun 2001 23:49:07 +0100
14533              Message-ID: <20010629234907.D59620@plum.flirble.org>
14534      Branch: perl
14535            ! lib/ExtUtils.t
14536 ____________________________________________________________________________
14537 [ 11040] By: jhi                                   on 2001/06/30  13:00:24
14538         Log: Subject: [PATCH] weakref fix 2, not yet there
14539              From: Artur Bergman <artur@contiller.se>
14540              Date: Sat, 30 Jun 2001 01:18:16 +0200
14541              Message-ID: <B762D957.1CC9%artur@contiller.se>
14542      Branch: perl
14543            ! sv.c
14544 ____________________________________________________________________________
14545 [ 11039] By: jhi                                   on 2001/06/30  12:59:25
14546         Log: Subject: [PATCH t/run/exit.t] Another shot at testing exit codes.
14547              From: Michael G Schwern <schwern@pobox.com>
14548              Date: Fri, 29 Jun 2001 19:39:11 -0400
14549              Message-ID: <20010629193910.D25304@blackrider>
14550      Branch: perl
14551            + t/run/exit.t
14552            ! MANIFEST
14553 ____________________________________________________________________________
14554 [ 11038] By: jhi                                   on 2001/06/30  12:58:16
14555         Log: Add support for $^N, the most-recently closed group.
14556      Branch: perl
14557            ! embedvar.h gv.c mg.c perlapi.h pod/perlretut.pod
14558            ! pod/perltoc.pod pod/perlvar.pod regexec.c regexp.h t/op/pat.t
14559            ! thrdvar.h
14560 ____________________________________________________________________________
14561 [ 11037] By: jhi                                   on 2001/06/30  12:53:40
14562         Log: Subject: [ID 20010630.001] Editorial nits in README.solaris
14563              From: lvirden@cas.org
14564              Date: Sat, 30 Jun 2001 04:12:36 -0400 (EDT)
14565              Message-Id: <200106300812.f5U8CaG10447@lwv26awu.cas.org>
14566              
14567              Subject: [ID 20010630.002] Another editorial tweak to README.solaris
14568              From: lvirden@cas.org
14569              Date: Sat, 30 Jun 2001 04:17:55 -0400 (EDT)
14570              Message-Id: <200106300817.f5U8HtN10626@lwv26awu.cas.org>
14571      Branch: perl
14572            ! README.solaris
14573 ____________________________________________________________________________
14574 [ 11036] By: jhi                                   on 2001/06/30  12:51:45
14575         Log: Subject: [PATCH] Encode.pm to use escape-sequence encoding
14576              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
14577              Date: Sat, 30 Jun 2001 07:33:37 +0900
14578              Message-Id: <20010630073226.7C79.BQW10602@nifty.com>
14579              
14580              Subject: Re: [PATCH] Encode.pm to use escape-sequence encoding
14581              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
14582              Date: Sat, 30 Jun 2001 21:38:14 +0900
14583              Message-Id: <20010630213554.F67A.BQW10602@nifty.com>
14584      Branch: perl
14585            + ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
14586            + ext/Encode/Encode/7bit-kr.enc
14587            ! MANIFEST ext/Encode/Encode/Tcl.pm
14588 ____________________________________________________________________________
14589 [ 11035] By: jhi                                   on 2001/06/30  12:44:51
14590         Log: NetWare tweaks from Guruprasad.
14591      Branch: perl
14592            + NetWare/nwstdio.h NetWare/perlsdio.h
14593            ! MANIFEST NetWare/Makefile NetWare/config.wc
14594            ! NetWare/config_H.wc NetWare/nwperlsys.c NetWare/nwperlsys.h
14595            ! NetWare/t/Readme.txt
14596 ____________________________________________________________________________
14597 [ 11034] By: jhi                                   on 2001/06/29  23:28:16
14598         Log: More module $VERSION bump-ups.
14599      Branch: perl
14600            ! ext/Devel/Peek/Peek.pm lib/ExtUtils/Embed.pm
14601            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Manifest.pm
14602            ! lib/ExtUtils/Mksymlists.pm lib/IPC/Open3.pm
14603 ____________________________________________________________________________
14604 [ 11033] By: jhi                                   on 2001/06/29  21:25:23
14605         Log: Doc update due to #11032.
14606      Branch: perl
14607            ! pod/perl572delta.pod
14608 ____________________________________________________________________________
14609 [ 11032] By: jhi                                   on 2001/06/29  21:19:44
14610         Log: Subject: [PATCH: perl@11006] s/div/lib\$ediv/ in Time::HiRes for VAX
14611              From: Peter Prymmer <pvhp@forte.com>
14612              Date: Fri, 29 Jun 2001 14:02:16 -0700 (PDT)
14613              Message-ID: <Pine.OSF.4.10.10106291337520.65853-100000@aspara.forte.com>
14614      Branch: perl
14615            ! ext/Time/HiRes/HiRes.xs
14616 ____________________________________________________________________________
14617 [ 11031] By: jhi                                   on 2001/06/29  14:31:53
14618         Log: -lpthreads missing in AIX.
14619      Branch: perl
14620            ! hints/aix.sh
14621 ____________________________________________________________________________
14622 [ 11030] By: jhi                                   on 2001/06/29  14:08:12
14623         Log: Subject: [PATCH] CLONE && weakrefs
14624              From: Artur Bergman <artur@contiller.se>
14625              Date: Fri, 29 Jun 2001 17:02:00 +0200
14626              Message-ID: <B7626508.1CA0%artur@contiller.se>
14627      Branch: perl
14628            ! sv.c
14629 ____________________________________________________________________________
14630 [ 11029] By: jhi                                   on 2001/06/29  14:06:50
14631         Log: Subject: Re: Bug report: split splits on wrong pattern
14632              From: Radu Greab <radu@netsoft.ro>
14633              Date: Wed, 27 Jun 2001 21:50:52 +0300
14634              Message-ID: <15162.11020.279064.471031@ix.netsoft.ro>
14635      Branch: perl
14636            ! pp_ctl.c t/op/split.t
14637 ____________________________________________________________________________
14638 [ 11028] By: jhi                                   on 2001/06/29  13:47:38
14639         Log: Metaconfig unit change for #11027.
14640      Branch: metaconfig/U/perl
14641            ! d_modfl.U
14642 ____________________________________________________________________________
14643 [ 11027] By: jhi                                   on 2001/06/29  13:47:03
14644         Log: I thought this Configure glitch for AIX was just recently fixed?
14645      Branch: perl
14646            ! Configure
14647 ____________________________________________________________________________
14648 [ 11026] By: jhi                                   on 2001/06/29  13:14:07
14649         Log: Update Changes.
14650      Branch: perl
14651            ! Changes patchlevel.h
14652 ____________________________________________________________________________
14653 [ 11025] By: jhi                                   on 2001/06/29  13:07:57
14654         Log: Subject: Re: perl@10967, File::Find, and Cwd
14655              From: Mike Guy <mjtg@cam.ac.uk>
14656              Date: Fri, 29 Jun 2001 14:56:49 +0100
14657              Message-Id: <E15FylN-0004LT-00@draco.cus.cam.ac.uk>
14658      Branch: perl
14659            ! lib/File/Find/taint.t
14660 ____________________________________________________________________________
14661 [ 11024] By: jhi                                   on 2001/06/29  12:39:23
14662         Log: Update the sv_pvprintify() spec.
14663      Branch: perl
14664            ! pod/perltodo.pod
14665 ____________________________________________________________________________
14666 [ 11023] By: jhi                                   on 2001/06/29  12:33:33
14667         Log: Known test failures update.
14668      Branch: perl
14669            ! pod/perl572delta.pod
14670 ____________________________________________________________________________
14671 [ 11022] By: jhi                                   on 2001/06/29  12:24:32
14672         Log: Based on
14673              
14674              Subject: [PATCH @11016] More );) fixes
14675              From: Richard Soderberg <rs@crystalflame.net>
14676              Date: Fri, 29 Jun 2001 04:09:24 -0700 (PDT)
14677              Message-ID: <Pine.LNX.4.21.0106290408200.12037-100000@oregonnet.com> 
14678      Branch: perl
14679            ! ext/Thread/Thread.xs ext/Thread/typemap
14680 ____________________________________________________________________________
14681 [ 11021] By: jhi                                   on 2001/06/29  12:21:51
14682         Log: Subject: [PATCH @11016] Fixes compile errors in four files
14683              From: Richard Soderberg <rs@crystalflame.net>
14684              Date: Fri, 29 Jun 2001 03:35:11 -0700 (PDT)
14685              Message-ID: <Pine.LNX.4.21.0106290333270.9768-100000@oregonnet.com>
14686      Branch: perl
14687            ! mg.c pp.c pp_hot.c util.c
14688 ____________________________________________________________________________
14689 [ 11020] By: jhi                                   on 2001/06/29  12:05:54
14690         Log: AIX hints tweaking continues, from Merijn Brand.
14691      Branch: perl
14692            ! hints/aix.sh
14693 ____________________________________________________________________________
14694 [ 11019] By: jhi                                   on 2001/06/29  12:05:10
14695         Log: HP-UX needs gccversion sooner, from Merijn Brand.
14696      Branch: perl
14697            ! hints/hpux.sh
14698 ____________________________________________________________________________
14699 [ 11018] By: jhi                                   on 2001/06/29  11:52:31
14700         Log: Subject: [PATCH 5.6.1] OS/2 docs
14701              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14702              Date: Fri, 29 Jun 2001 02:34:12 -0400
14703              Message-ID: <20010629023412.A6033@math.ohio-state.edu>
14704      Branch: perl
14705            ! README.os2 os2/Changes
14706 ____________________________________________________________________________
14707 [ 11017] By: nick                                  on 2001/06/29  10:20:30
14708         Log: Integrate mainline
14709      Branch: perlio
14710           +> (branch 37 files)
14711            - ext/ODBM_File/sdbm.t
14712           !> (integrate 211 files)
14713 ____________________________________________________________________________
14714 [ 11016] By: jhi                                   on 2001/06/29  03:38:56
14715         Log: Bump up the VERSIONs of modules that have changed since 5.6.0,
14716              the modules found using a script written by Larry Schatzer Jr.
14717      Branch: perl
14718            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
14719            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
14720            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
14721            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
14722            ! ext/IPC/SysV/SysV.pm ext/Opcode/Opcode.pm ext/Opcode/Safe.pm
14723            ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
14724            ! lib/AutoSplit.pm lib/Benchmark.pm lib/CGI/Pretty.pm
14725            ! lib/CPAN/Nox.pm lib/Exporter.pm lib/ExtUtils/Command.pm
14726            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Packlist.pm
14727            ! lib/File/Compare.pm lib/FileHandle.pm lib/Math/Complex.pm
14728            ! lib/Math/Trig.pm lib/Pod/Html.pm lib/Symbol.pm
14729            ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
14730            ! lib/Tie/Array.pm lib/attributes.pm lib/autouse.pm lib/base.pm
14731            ! lib/constant.pm lib/fields.pm lib/strict.pm
14732 ____________________________________________________________________________
14733 [ 11015] By: jhi                                   on 2001/06/29  02:55:58
14734         Log: The latest JPL from the anoncvs.
14735      Branch: perl
14736            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
14737 ____________________________________________________________________________
14738 [ 11014] By: jhi                                   on 2001/06/29  02:16:55
14739         Log: In EBCDIC assume UTF-EBCDIC, not UTF-8.
14740      Branch: perl
14741            ! t/op/pat.t
14742 ____________________________________________________________________________
14743 [ 11013] By: jhi                                   on 2001/06/28  23:14:53
14744         Log: Worrying about insecure directories now is a bit too late.
14745      Branch: perl
14746            ! lib/File/Find/taint.t
14747 ____________________________________________________________________________
14748 [ 11012] By: jhi                                   on 2001/06/28  21:36:36
14749         Log: Cannot DIE() in a void function,
14750              from Richard Hatch <rhatch@austin.ibm.com>.
14751      Branch: perl
14752            ! ext/IPC/SysV/SysV.xs
14753 ____________________________________________________________________________
14754 [ 11011] By: jhi                                   on 2001/06/28  19:32:13
14755         Log: Subject: [PATCH: perl@11006] s/qdiv/div/ in Time::HiRes for VAX
14756              From: Peter Prymmer <pvhp@forte.com>
14757              Date: Thu, 28 Jun 2001 13:00:18 -0700 (PDT)
14758              Message-ID: <Pine.OSF.4.10.10106281125220.508935-100000@aspara.forte.com>
14759              
14760              (unfinished: time/hires tests 3, 5, 14 failing, but better
14761              than wholesale failure)
14762      Branch: perl
14763            ! ext/Time/HiRes/HiRes.xs
14764 ____________________________________________________________________________
14765 [ 11010] By: jhi                                   on 2001/06/28  19:10:54
14766         Log: Subject: [PATCH 5.6.1] OS/2 improvements
14767              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14768              Date: Thu, 28 Jun 2001 16:03:14 -0400
14769              Message-ID: <20010628160314.A17906@math.ohio-state.edu>
14770      Branch: perl
14771            + os2/os2_base.t
14772            ! MANIFEST hints/os2.sh makedef.pl os2/OS2/PrfDB/PrfDB.xs
14773            ! os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
14774            ! os2/OS2/REXX/REXX.xs os2/dl_os2.c os2/dlfcn.h os2/os2.c
14775            ! os2/os2ish.h
14776 ____________________________________________________________________________
14777 [ 11009] By: jhi                                   on 2001/06/28  18:54:14
14778         Log: Subject: Incrementing Extutils::Manifest's $VERSION
14779              From: Michael G Schwern <schwern@pobox.com>
14780              Date: Thu, 28 Jun 2001 13:13:49 -0400
14781              Message-ID: <20010628131349.A14738@blackrider>
14782      Branch: maint-5.6/perl
14783            ! lib/ExtUtils/Manifest.pm
14784 ____________________________________________________________________________
14785 [ 11008] By: jhi                                   on 2001/06/28  18:52:20
14786         Log: AIX tweak from Merijn Brand.
14787      Branch: perl
14788            ! hints/aix.sh
14789 ____________________________________________________________________________
14790 [ 11007] By: jhi                                   on 2001/06/28  17:46:27
14791         Log: Create the macperl branch.
14792      Branch: maint-5.6/macperl
14793           +> (branch 1728 files)
14794 ____________________________________________________________________________
14795 [ 11006] By: jhi                                   on 2001/06/28  14:46:21
14796         Log: Update Changes.
14797      Branch: perl
14798            ! Changes patchlevel.h
14799 ____________________________________________________________________________
14800 [ 11005] By: jhi                                   on 2001/06/28  14:40:11
14801         Log: More Perforce lore.
14802      Branch: perl
14803            ! Porting/repository.pod
14804 ____________________________________________________________________________
14805 [ 11004] By: jhi                                   on 2001/06/28  14:12:50
14806         Log: Metaconfig unit changes for #11003.
14807      Branch: metaconfig/U/perl
14808            + d_nl_langinfo.U i_langinfo.U
14809 ____________________________________________________________________________
14810 [ 11003] By: jhi                                   on 2001/06/28  14:12:27
14811         Log: Add Configure probes for nl_langinfo() and <langinfo.h>.
14812              Expected not to exist in non-UNIX excepting in VMS, where
14813              according to a quick web survey they just might.
14814      Branch: perl
14815            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
14816            ! Porting/config_H config_h.SH configure.com epoc/config.sh
14817            ! perl.h uconfig.h uconfig.sh vos/config.alpha.def
14818            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
14819            ! win32/config.bc win32/config.gc win32/config.vc
14820 ____________________________________________________________________________
14821 [ 11002] By: jhi                                   on 2001/06/28  13:39:11
14822         Log: One shouldn't use XBS5_ILP32_OFFBIG_CFLAGS et alia
14823              in AIX is one is doing a 64-bit build.
14824      Branch: perl
14825            ! hints/aix.sh
14826 ____________________________________________________________________________
14827 [ 11001] By: jhi                                   on 2001/06/28  13:28:37
14828         Log: Metaconfig unit changes for #11000.
14829      Branch: metaconfig/U/perl
14830            ! use64bits.U uselfs.U
14831 ____________________________________________________________________________
14832 [ 11000] By: jhi                                   on 2001/06/28  13:21:16
14833         Log: Move use64bitint and use64bitall before uselargefiles.
14834      Branch: perl
14835            ! Configure
14836 ____________________________________________________________________________
14837 [ 10999] By: jhi                                   on 2001/06/28  03:49:07
14838         Log: Subject: [ID 20010625.009] open(FILE,"+foo") [PATCH]
14839              From: Robert Spier <rspier@pobox.com>
14840              Message-ID: <15162.41164.618712.841415@rls.cx>
14841              Date: Wed, 27 Jun 2001 23:13:16 -0400
14842      Branch: perl
14843            ! doio.c
14844 ____________________________________________________________________________
14845 [ 10998] By: jhi                                   on 2001/06/28  03:42:57
14846         Log: Subject: [PATCH: perl@10996] avoid overflow in numeric.c:S_mulexp10() on VAX
14847              From: Peter Prymmer <pvhp@forte.com>
14848              Date: Wed, 27 Jun 2001 19:25:49 -0700 (PDT)
14849              Message-ID: <Pine.OSF.4.10.10106271922120.465082-100000@aspara.forte.com>
14850      Branch: perl
14851            ! numeric.c
14852 ____________________________________________________________________________
14853 [ 10997] By: jhi                                   on 2001/06/28  03:42:12
14854         Log: Subject: [patch perl@10996] "fix" VAX Digest/MD5, Fcntl, brokennes in SDBM
14855              From: Peter Prymmer <pvhp@forte.com>
14856              Date: Wed, 27 Jun 2001 17:33:33 -0700 (PDT)
14857              Message-ID: <Pine.OSF.4.10.10106271705390.467850-100000@aspara.forte.com>
14858      Branch: perl
14859            ! configure.com ext/Digest/MD5/Makefile.PL
14860 ____________________________________________________________________________
14861 [ 10996] By: jhi                                   on 2001/06/27  20:34:11
14862         Log: Update Changes.
14863      Branch: perl
14864            ! Changes patchlevel.h
14865 ____________________________________________________________________________
14866 [ 10995] By: jhi                                   on 2001/06/27  20:06:28
14867         Log: Tiny EPOC updates.
14868      Branch: perl
14869            ! epoc/config.sh
14870 ____________________________________________________________________________
14871 [ 10994] By: jhi                                   on 2001/06/27  19:55:16
14872         Log: The Test::More and Test::Simple tests required help
14873              thanks to our schizophrenic test scheme.
14874      Branch: perl
14875            ! lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
14876            ! lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
14877            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
14878            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
14879            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
14880 ____________________________________________________________________________
14881 [ 10993] By: jhi                                   on 2001/06/27  17:17:30
14882         Log: Upgrade to Test::Simple 0.09.
14883      Branch: perl
14884            + lib/Test/Simple/Changes
14885            ! MANIFEST lib/Test/Simple.pm lib/Test/Simple/t/exit.t
14886            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
14887            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
14888            ! lib/Test/Simple/t/plan_is_noplan.t
14889 ____________________________________________________________________________
14890 [ 10992] By: jhi                                   on 2001/06/27  17:11:28
14891         Log: Upgrade to Test::More 0.07.
14892      Branch: perl
14893            + lib/Test/More/Changes
14894            ! MANIFEST lib/Test/More.pm lib/Test/More/t/fail-like.t
14895            ! lib/Test/More/t/fail.t lib/Test/More/t/plan_is_noplan.t
14896            ! lib/Test/More/t/skipall.t
14897 ____________________________________________________________________________
14898 [ 10991] By: jhi                                   on 2001/06/27  17:04:13
14899         Log: Subject: Re: [PATCH] gcc-3.0 warnings on HP-UX
14900              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14901              Date: Wed, 27 Jun 2001 18:40:04 +0200
14902              Message-Id: <20010627182601.7261.H.M.BRAND@hccnet.nl>
14903      Branch: perl
14904            ! hints/hpux.sh
14905 ____________________________________________________________________________
14906 [ 10990] By: jhi                                   on 2001/06/27  17:02:55
14907         Log: Subject: [PATCH README.qnx hints/qnx.sh]
14908              From: Norton Allen <allen@huarp.harvard.edu>
14909              Date: Wed, 27 Jun 2001 13:46:03 -0400 (edt)
14910              Message-Id: <200106271746.NAA02789@bottesini.harvard.edu>
14911      Branch: perl
14912            ! README.qnx hints/qnx.sh
14913 ____________________________________________________________________________
14914 [ 10989] By: jhi                                   on 2001/06/27  14:33:53
14915         Log: Subject: [PATCH] two little documentation nits
14916              From: Abhijit Menon-Sen <ams@wiw.org>
14917              Date: Wed, 27 Jun 2001 20:07:50 +0530
14918              Message-ID: <20010627200750.A15756@lustre.lustre.dyn.wiw.org>
14919      Branch: perl
14920            ! sv.c sv.h
14921 ____________________________________________________________________________
14922 [ 10988] By: jhi                                   on 2001/06/27  13:33:32
14923         Log: Subject: [PATCH File/Spec/Unix.pm ExtUtils/MM_Unix.pm] for QNX
14924              From: Norton Allen <allen@huarp.harvard.edu>
14925              Date: Wed, 27 Jun 2001 10:33:05 -0400 (edt)
14926              Message-Id: <200106271433.KAA04947@bottesini.harvard.edu>
14927      Branch: perl
14928            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
14929 ____________________________________________________________________________
14930 [ 10987] By: jhi                                   on 2001/06/27  12:14:36
14931         Log: Subject: [PATCH vms/test.com] Adding TODO tests (was:  Re: a report on perl@10930 results on a couple of Alphas)
14932              From: Michael G Schwern <schwern@pobox.com>
14933              Date: Wed, 27 Jun 2001 02:34:58 -0400
14934              Message-ID: <20010627023458.K23874@blackrider>
14935      Branch: perl
14936            ! vms/test.com
14937 ____________________________________________________________________________
14938 [ 10986] By: jhi                                   on 2001/06/27  12:01:49
14939         Log: Add perl_clone_host() for Netware.
14940      Branch: perl
14941            ! NetWare/nw5.c
14942 ____________________________________________________________________________
14943 [ 10985] By: jhi                                   on 2001/06/27  11:56:53
14944         Log: GCC 3.0 hints for HP-UX.
14945      Branch: perl
14946            ! hints/hpux.sh
14947 ____________________________________________________________________________
14948 [ 10984] By: jhi                                   on 2001/06/27  11:55:06
14949         Log: In some Linux distributions the libndbm is broken
14950              (no null key support), therefore link with libgdbm
14951              (if available), since it has a working ndbm emulation,
14952              from Jonathan Stowe.
14953      Branch: perl
14954            + ext/NDBM_File/hints/linux.pl
14955            ! MANIFEST
14956 ____________________________________________________________________________
14957 [ 10983] By: jhi                                   on 2001/06/27  11:48:56
14958         Log: Subject: [PATCH perl@10930] find.t hack for VMS
14959              From: "Craig A. Berry" <craigberry@mac.com>
14960              Date: Tue, 26 Jun 2001 23:40:25 -0500
14961              Message-Id: <a05101000b75f10cdc80f@[192.168.56.145]>
14962      Branch: perl
14963            ! lib/File/Find/find.t
14964 ____________________________________________________________________________
14965 [ 10982] By: jhi                                   on 2001/06/27  11:47:30
14966         Log: AUTHORS updates.
14967      Branch: perl
14968            ! AUTHORS
14969 ____________________________________________________________________________
14970 [ 10981] By: jhi                                   on 2001/06/27  11:46:02
14971         Log: Metaconfig unit change like #10980.
14972      Branch: metaconfig
14973            ! U/compline/d_stdstdio.U
14974 ____________________________________________________________________________
14975 [ 10980] By: jhi                                   on 2001/06/27  11:45:29
14976         Log: "lose the it's", from Abhijit Menon-Sen.
14977              ("It's" not searched, pods not searched.)
14978      Branch: perl
14979            ! Porting/Glossary Porting/config_H README.qnx config_h.SH
14980            ! emacs/cperl-mode.el ext/IPC/SysV/Semaphore.pm
14981            ! ext/List/Util/lib/Scalar/Util.pm hints/next_3.sh hints/qnx.sh
14982            ! lib/CPAN/Nox.pm lib/ExtUtils/Embed.pm lib/ExtUtils/MM_NW5.pm
14983            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
14984            ! lib/ExtUtils/MM_Win32.pm lib/Net/DummyInetd.pm win32/win32.c
14985 ____________________________________________________________________________
14986 [ 10979] By: jhi                                   on 2001/06/27  11:36:40
14987         Log: "lose the looses", from Abhijit Menon-Sen.
14988      Branch: perl
14989            ! ext/B/B/Assembler.pm gv.c
14990 ____________________________________________________________________________
14991 [ 10978] By: jhi                                   on 2001/06/27  11:35:38
14992         Log: Catch FP exceptions also in z/OS (aka OS/390), from Peter Prymmer.
14993      Branch: perl
14994            ! hints/os390.sh
14995 ____________________________________________________________________________
14996 [ 10977] By: jhi                                   on 2001/06/27  11:33:28
14997         Log: DEC C 5.3 on the VAX simply doesn't seem to like
14998              compiling the MD5 extension, disable it there for now,
14999              from Peter Prymmer.
15000      Branch: perl
15001            ! configure.com
15002 ____________________________________________________________________________
15003 [ 10976] By: jhi                                   on 2001/06/26  21:35:40
15004         Log: Subject: Re: [PATCH perlfaq3.pod] and a question about it.
15005              From: Jonathan Stowe <gellyfish@gellyfish.com>
15006              Date: Tue, 26 Jun 2001 20:53:40 +0100 (BST)
15007              Message-ID: <Pine.LNX.4.33.0106262052060.10849-100000@orpheus.gellyfish.com>
15008      Branch: perl
15009            ! pod/perlfaq3.pod
15010 ____________________________________________________________________________
15011 [ 10975] By: jhi                                   on 2001/06/26  21:32:41
15012         Log: Subject: [PATCH 5.6.1] perlxs misprints
15013              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15014              Date: Tue, 26 Jun 2001 17:20:00 -0400
15015              Message-ID: <20010626172000.A26951@math.ohio-state.edu>
15016      Branch: perl
15017            ! pod/perlxs.pod
15018 ____________________________________________________________________________
15019 [ 10974] By: jhi                                   on 2001/06/26  21:31:51
15020         Log: Subject: [PATCH 5.6.1] xsubpp flags from the command line
15021              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15022              Date: Tue, 26 Jun 2001 17:27:07 -0400
15023              Message-ID: <20010626172707.A27097@math.ohio-state.edu>
15024      Branch: perl
15025            ! lib/ExtUtils/MM_Unix.pm
15026 ____________________________________________________________________________
15027 [ 10973] By: jhi                                   on 2001/06/26  21:27:05
15028         Log: Subject: [PATCH 5.6.1] OPTIMIZE=-g
15029              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15030              Date: Tue, 26 Jun 2001 17:23:24 -0400
15031              Message-ID: <20010626172324.A27003@math.ohio-state.edu>
15032      Branch: perl
15033            ! hints/os2.sh lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
15034 ____________________________________________________________________________
15035 [ 10972] By: jhi                                   on 2001/06/26  20:27:19
15036         Log: Better place for nop IN_LOCALE_NUMERIC, pointed out
15037              by Olaf Flebbe.
15038      Branch: perl
15039            ! perl.h
15040 ____________________________________________________________________________
15041 [ 10971] By: jhi                                   on 2001/06/26  19:59:41
15042         Log: Detypo.
15043      Branch: perl
15044            ! lib/Memoize/t/tie_sdbm.t
15045 ____________________________________________________________________________
15046 [ 10970] By: jhi                                   on 2001/06/26  19:10:19
15047         Log: perl_clone_host() needs PERL_IMPLICIT_SYS.
15048      Branch: perl
15049            ! win32/perllib.c
15050 ____________________________________________________________________________
15051 [ 10969] By: jhi                                   on 2001/06/26  17:21:31
15052         Log: Subject: [patch] perl_clone+CvFILE
15053              From: Doug MacEachern <dougm@covalent.net>
15054              Date: Tue, 26 Jun 2001 09:01:16 -0700 (PDT)
15055              Message-ID: <Pine.LNX.4.21.0106260900480.28420-100000@mako.covalent.net>
15056      Branch: perl
15057            ! sv.c
15058 ____________________________________________________________________________
15059 [ 10968] By: jhi                                   on 2001/06/26  16:48:32
15060         Log: Subject: Re: SDBM on VMS (was Re: a report on perl@10930 results on a couple of Alphas)
15061              From: Mark-Jason Dominus <mjd@plover.com>
15062              Date: Tue, 26 Jun 2001 12:33:01 -0400
15063              Message-ID: <20010626163301.31298.qmail@plover.com>
15064      Branch: perl
15065            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
15066 ____________________________________________________________________________
15067 [ 10967] By: jhi                                   on 2001/06/26  14:21:49
15068         Log: Update Changes.
15069      Branch: perl
15070            ! Changes patchlevel.h
15071 ____________________________________________________________________________
15072 [ 10966] By: jhi                                   on 2001/06/26  14:08:34
15073         Log: Also catfile() needs now to explicitly exported.
15074      Branch: perl
15075            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
15076 ____________________________________________________________________________
15077 [ 10965] By: jhi                                   on 2001/06/26  13:57:54
15078         Log: Regen toc.
15079      Branch: perl
15080            ! pod/perltoc.pod
15081 ____________________________________________________________________________
15082 [ 10964] By: jhi                                   on 2001/06/26  13:56:11
15083         Log: Nonexistent pod command.
15084      Branch: perl
15085            ! pod/perl572delta.pod
15086 ____________________________________________________________________________
15087 [ 10963] By: jhi                                   on 2001/06/26  13:50:53
15088         Log: Be more portable in the quest for tmpdir.
15089      Branch: perl
15090            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
15091 ____________________________________________________________________________
15092 [ 10962] By: jhi                                   on 2001/06/26  13:43:51
15093         Log: Be more portable in finding out the home directory,
15094              and use File::Spec to do the concat.
15095              (Come to think of it, couldn't File::Spec provide
15096              for a ->homedir method?)
15097      Branch: perl
15098            ! lib/Net/Config.pm
15099 ____________________________________________________________________________
15100 [ 10961] By: jhi                                   on 2001/06/26  13:37:30
15101         Log: Doc patch for #10959.
15102      Branch: perl
15103            ! pod/perlfunc.pod
15104 ____________________________________________________________________________
15105 [ 10960] By: jhi                                   on 2001/06/26  13:33:07
15106         Log: Subject: Re: [DOC PATCH bleadperl] Document $count = () = $string =~ /\d+/g
15107              From: "Philip Newton" <pnewton@gmx.de>
15108              Date: Tue, 26 Jun 2001 16:26:47 +0200
15109              Message-ID: <3B38B7C7.32635.1E8DC14@localhost>
15110      Branch: perl
15111            ! pod/perldata.pod
15112 ____________________________________________________________________________
15113 [ 10959] By: jhi                                   on 2001/06/26  13:31:57
15114         Log: Subject: [PATH] shared -> unique;
15115              From: "Artur Bergman" <artur@contiller.se>
15116              Date: Tue, 26 Jun 2001 16:18:40 +0200
15117              Message-ID: <002001c0fe4a$e623ba30$21000a0a@vogw2kdev>
15118              
15119              Because "shared" isn't: it's read-only.
15120      Branch: perl
15121            ! toke.c xsutils.c
15122 ____________________________________________________________________________
15123 [ 10958] By: jhi                                   on 2001/06/26  13:28:27
15124         Log: Escape multiline croak messages.
15125      Branch: perl
15126            ! t/op/ver.t
15127 ____________________________________________________________________________
15128 [ 10957] By: jhi                                   on 2001/06/26  13:18:34
15129         Log: No more pragma/*.t for minitest.
15130      Branch: perl
15131            ! Makefile.SH
15132 ____________________________________________________________________________
15133 [ 10956] By: jhi                                   on 2001/06/26  13:18:00
15134         Log: AUTHORS updates.
15135      Branch: perl
15136            ! AUTHORS
15137 ____________________________________________________________________________
15138 [ 10955] By: jhi                                   on 2001/06/26  13:17:05
15139         Log: delta updates.
15140      Branch: perl
15141            ! pod/perl572delta.pod
15142 ____________________________________________________________________________
15143 [ 10954] By: jhi                                   on 2001/06/26  12:36:07
15144         Log: Subject: [PATCH] Adds perl_clone_host under IMPLICIT SYS
15145              From: Artur Bergman <artur@contiller.se> 
15146              Date: Tue, 26 Jun 2001 15:32:53 +0200
15147              Message-ID: <B75E5BA5.1A7C%artur@contiller.se>
15148      Branch: perl
15149            ! makedef.pl sv.c sv.h win32/perllib.c
15150 ____________________________________________________________________________
15151 [ 10953] By: jhi                                   on 2001/06/26  12:33:55
15152         Log: Subject: [PATCH ext/Time/HiRes/Makefile.PL perl@10929] Test Fails on SCO
15153              From: Jonathan Stowe <gellyfish@gellyfish.com>
15154              Date: Tue, 26 Jun 2001 10:29:57 +0100 (BST)
15155              Message-ID: <Pine.LNX.4.33.0106261021540.18774-100000@orpheus.gellyfish.com>
15156              
15157              SCO OpenServer 5.0.5 needs an explicit -lc for usleep().
15158      Branch: perl
15159            + ext/Time/HiRes/hints/sco.pl
15160            ! MANIFEST
15161 ____________________________________________________________________________
15162 [ 10952] By: jhi                                   on 2001/06/26  11:57:44
15163         Log: Subject: [PATCH 5.6.1] static build
15164              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15165              Date: Tue, 26 Jun 2001 04:22:25 -0400
15166              Message-ID: <20010626042225.A2604@math.ohio-state.edu>
15167      Branch: perl
15168            ! ext/List/Util/Makefile.PL lib/ExtUtils.t
15169            ! lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
15170 ____________________________________________________________________________
15171 [ 10951] By: jhi                                   on 2001/06/26  11:55:59
15172         Log: DJGPP patches from Laszlo Molnar.
15173      Branch: perl
15174            ! djgpp/djgpp.c perl.c util.c
15175 ____________________________________________________________________________
15176 [ 10950] By: jhi                                   on 2001/06/26  11:54:32
15177         Log: Netware patches from Ananth Kesari.
15178      Branch: perl
15179            ! NetWare/Makefile NetWare/config_H.wc NetWare/nw5sck.c
15180            ! NetWare/nw5sck.h NetWare/nwperlsys.c NetWare/nwperlsys.h
15181            ! NetWare/nwtinfo.h
15182 ____________________________________________________________________________
15183 [ 10949] By: jhi                                   on 2001/06/26  11:49:09
15184         Log: Detypo.
15185      Branch: perl
15186            ! ext/Errno/Errno_pm.PL
15187 ____________________________________________________________________________
15188 [ 10948] By: jhi                                   on 2001/06/26  03:44:29
15189         Log: There seems to be two ways of spelling the $^O in *STEP.
15190      Branch: perl
15191            ! ext/Errno/Errno_pm.PL
15192 ____________________________________________________________________________
15193 [ 10947] By: jhi                                   on 2001/06/26  03:01:01
15194         Log: OpenSTEP has gcc 2.7.2.1 which recognizes but does not implement
15195              the -dM flag, from Daniel Ashton <jdashton@AshtonFam.org>.
15196      Branch: perl
15197            ! ext/Errno/Errno_pm.PL
15198 ____________________________________________________________________________
15199 [ 10946] By: jhi                                   on 2001/06/26  02:50:46
15200         Log: Known bugs update.
15201      Branch: perl
15202            ! pod/perl572delta.pod
15203 ____________________________________________________________________________
15204 [ 10945] By: jhi                                   on 2001/06/26  01:15:39
15205         Log: The default installation of Cygwin has 500 as root's uid.
15206      Branch: perl
15207            ! lib/User/pwent.t
15208 ____________________________________________________________________________
15209 [ 10944] By: jhi                                   on 2001/06/26  01:12:39
15210         Log: Be even more relaxed (re-allow having only one entry).
15211      Branch: perl
15212            ! t/op/grent.t t/op/pwent.t
15213 ____________________________________________________________________________
15214 [ 10943] By: jhi                                   on 2001/06/26  01:03:30
15215         Log: Test failure updates.
15216      Branch: perl
15217            ! pod/perl572delta.pod
15218 ____________________________________________________________________________
15219 [ 10942] By: jhi                                   on 2001/06/25  23:32:05
15220         Log: MPE/iX test tweaks from Mark Bixby.
15221      Branch: perl
15222            ! ext/POSIX/POSIX.t ext/Storable/t/lock.t ext/Time/HiRes/HiRes.t
15223            ! t/io/fs.t t/op/stat.t
15224 ____________________________________________________________________________
15225 [ 10941] By: jhi                                   on 2001/06/25  22:18:31
15226         Log: Microperl findings.
15227      Branch: perl
15228            ! perl.h pp_sys.c
15229 ____________________________________________________________________________
15230 [ 10940] By: jhi                                   on 2001/06/25  21:59:29
15231         Log: Touch uconfig.h.
15232      Branch: perl
15233            ! uconfig.h
15234 ____________________________________________________________________________
15235 [ 10939] By: jhi                                   on 2001/06/25  21:32:52
15236         Log: Subject: [PATCH] Proposed fix for Pod::Man
15237              From: Rob Napier <rnapier@employees.org>
15238              Date: Mon, 25 Jun 2001 15:49:24 -0400
15239              Message-ID: <20010625154924.N27568@rnapier-u5.cisco.com>
15240              
15241              Cater for Solaris nroff brokenness (shortchanges daisywheel
15242              printers, but hey, we also no more support PDPs.)
15243      Branch: perl
15244            ! lib/Pod/Man.pm
15245 ____________________________________________________________________________
15246 [ 10938] By: jhi                                   on 2001/06/25  21:14:41
15247         Log: Typo in #10937.
15248      Branch: perl
15249            ! ext/POSIX/sigaction.t
15250 ____________________________________________________________________________
15251 [ 10937] By: jhi                                   on 2001/06/25  19:42:02
15252         Log: SIGCONT not trappable in VMS.
15253      Branch: perl
15254            ! ext/POSIX/sigaction.t
15255 ____________________________________________________________________________
15256 [ 10936] By: jhi                                   on 2001/06/25  19:28:13
15257         Log: Subject: [DRAFT] Encode-Tcl.t
15258              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
15259              Date: Tue, 26 Jun 2001 03:38:08 +0900
15260              Message-Id: <20010626033550.BC35.BQW10602@nifty.com>
15261      Branch: perl
15262            + ext/Encode/Encode/Tcl.t
15263            ! MANIFEST ext/Encode/Encode/Tcl.pm
15264 ____________________________________________________________________________
15265 [ 10935] By: jhi                                   on 2001/06/25  18:40:03
15266         Log: Because of #10932 retract also the perlfunc hunk of #10910.
15267      Branch: perl
15268            ! pod/perlfunc.pod
15269 ____________________________________________________________________________
15270 [ 10934] By: jhi                                   on 2001/06/25  18:27:19
15271         Log: Tweak the XSFUNCTION, from Doug MacEachern, as suggested
15272              by Ilya Zakharevich in
15273              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-05/msg01582.html
15274      Branch: perl
15275            ! XSUB.h
15276 ____________________________________________________________________________
15277 [ 10933] By: jhi                                   on 2001/06/25  18:25:26
15278         Log: Typo in #10889.
15279      Branch: perl
15280            ! hints/uts.sh
15281 ____________________________________________________________________________
15282 [ 10932] By: jhi                                   on 2001/06/25  18:23:30
15283         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
15284              From: Abhijit Menon-Sen <ams@wiw.org>
15285              Date: Mon, 25 Jun 2001 23:45:45 +0530
15286              Message-ID: <20010625234545.A5022@lustre.linux.in>
15287      Branch: perl
15288            ! lib/overload.t opcode.h opcode.pl t/op/flip.t
15289 ____________________________________________________________________________
15290 [ 10931] By: jhi                                   on 2001/06/25  17:50:38
15291         Log: Subject: [PATCH lib/Test.pm] Re: "Deprecated interface" ??
15292              From: Michael G Schwern <schwern@pobox.com>
15293              Date: Mon, 25 Jun 2001 14:35:51 -0400
15294              Message-ID: <20010625143551.H13819@blackrider>
15295      Branch: perl
15296            ! lib/Test.pm
15297 ____________________________________________________________________________
15298 [ 10930] By: jhi                                   on 2001/06/25  14:33:46
15299         Log: Update Changes.
15300      Branch: perl
15301            ! Changes patchlevel.h
15302 ____________________________________________________________________________
15303 [ 10929] By: jhi                                   on 2001/06/25  14:17:57
15304         Log: Regen toc and modlib.
15305      Branch: perl
15306            ! pod/perlmodlib.pod pod/perltoc.pod
15307 ____________________________________________________________________________
15308 [ 10928] By: jhi                                   on 2001/06/25  14:13:09
15309         Log: Enclose the new symbols in START_EXTERN_C and END_EXTERN_C
15310              for the benefit of C++ compilers, as suggested by Guruprasad.
15311      Branch: perl
15312            ! embed.pl proto.h
15313 ____________________________________________________________________________
15314 [ 10927] By: jhi                                   on 2001/06/25  14:11:59
15315         Log: Subject: [PATCH ] Re: [ID 20010625.003] perlfaq5 correction
15316              From: Jonathan Stowe <gellyfish@gellyfish.com>
15317              Date: Mon, 25 Jun 2001 14:39:43 +0100 (BST)
15318              Message-ID: <Pine.LNX.4.33.0106251438080.14795-100000@orpheus.gellyfish.com>
15319      Branch: perl
15320            ! pod/perlfaq5.pod
15321 ____________________________________________________________________________
15322 [ 10926] By: jhi                                   on 2001/06/25  14:04:07
15323         Log: Missed from #10925.
15324      Branch: perl
15325            ! gv.c
15326 ____________________________________________________________________________
15327 [ 10925] By: jhi                                   on 2001/06/25  14:00:06
15328         Log: Subject: [PATCH] Re: CvFILE corruption under ithreads
15329              From: Robin Houston <robin@kitsite.com>
15330              Date: Sat, 19 May 2001 16:19:34 +0100
15331              Message-ID: <20010519161934.A12751@puffinry.freeserve.co.uk>
15332      Branch: perl
15333            ! cv.h gv.h op.c
15334 ____________________________________________________________________________
15335 [ 10924] By: jhi                                   on 2001/06/25  13:58:18
15336         Log: Netware README tweak.
15337      Branch: perl
15338            ! README.netware
15339 ____________________________________________________________________________
15340 [ 10923] By: jhi                                   on 2001/06/25  13:57:13
15341         Log: Subject: [PATCH] Re: overload.t fails
15342              From: Abhijit Menon-Sen <ams@wiw.org>
15343              Date: Mon, 25 Jun 2001 14:52:20 +0530
15344              Message-ID: <20010625145220.A24114@lustre.linux.in>
15345      Branch: perl
15346            ! lib/overload.t
15347 ____________________________________________________________________________
15348 [ 10922] By: jhi                                   on 2001/06/25  13:56:20
15349         Log: Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
15350              From: Mike Guy <mjtg@cam.ac.uk>
15351              Date: Mon, 25 Jun 2001 11:43:23 +0100
15352              Message-Id: <E15ETpz-0007AD-00@draco.cus.cam.ac.uk>
15353      Branch: perl
15354            ! lib/Carp.pm
15355 ____________________________________________________________________________
15356 [ 10921] By: jhi                                   on 2001/06/25  13:50:02
15357         Log: Subject: Re: [PATCH 5.6.1] OS2 syslog
15358              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15359              Date: Sun, 24 Jun 2001 05:17:05 -0400
15360              Message-ID: <20010624051704.A27604@math.ohio-state.edu>
15361      Branch: perl
15362            ! os2/os2ish.h
15363 ____________________________________________________________________________
15364 [ 10920] By: jhi                                   on 2001/06/25  13:49:13
15365         Log: Subject: [PATCH 5.6.1] crypt() on OS/2
15366              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15367              Date: Mon, 25 Jun 2001 05:52:27 -0400
15368              Message-ID: <20010625055227.A24635@math.ohio-state.edu>
15369      Branch: perl
15370            ! hints/os2.sh
15371 ____________________________________________________________________________
15372 [ 10919] By: jhi                                   on 2001/06/25  13:48:30
15373         Log: Subject: Re: [PATCH 5.6.1] OS2 system() broken
15374              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15375              Date: Mon, 25 Jun 2001 05:23:35 -0400
15376              Message-ID: <20010625052334.A24320@math.ohio-state.edu>
15377      Branch: perl
15378            ! os2/os2.c
15379 ____________________________________________________________________________
15380 [ 10918] By: jhi                                   on 2001/06/25  13:47:46
15381         Log: Subject: Re: [PATCH 5.6.1] OS2::DLL
15382              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15383              Date: Mon, 25 Jun 2001 05:04:32 -0400
15384              Message-ID: <20010625050432.A24128@math.ohio-state.edu>
15385      Branch: perl
15386            ! os2/OS2/REXX/DLL/DLL.pm
15387 ____________________________________________________________________________
15388 [ 10917] By: jhi                                   on 2001/06/25  13:44:14
15389         Log: Subject: Re: [PATCH 5.6.1] $^E on OS/2
15390              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15391              Date: Mon, 25 Jun 2001 05:02:36 -0400
15392              Message-ID: <20010625050235.A24046@math.ohio-state.edu>
15393      Branch: perl
15394            ! mg.c os2/dl_os2.c os2/os2.c
15395 ____________________________________________________________________________
15396 [ 10916] By: jhi                                   on 2001/06/25  13:41:20
15397         Log: Subject: Re: [PATCH 5.6.1] misprints
15398              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15399              Date: Mon, 25 Jun 2001 04:50:50 -0400
15400              Message-ID: <20010625045049.A23965@math.ohio-state.edu>
15401      Branch: perl
15402            ! os2/os2.c pp_sys.c
15403 ____________________________________________________________________________
15404 [ 10915] By: jhi                                   on 2001/06/25  13:39:59
15405         Log: Add Test::More and Test::Simple to the delta.
15406      Branch: perl
15407            ! pod/perl572delta.pod
15408 ____________________________________________________________________________
15409 [ 10914] By: jhi                                   on 2001/06/25  13:38:08
15410         Log: Add Test::More, from Michael G Schwern.
15411      Branch: perl
15412            + lib/Test/More.pm lib/Test/More/t/More.t
15413            + lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
15414            + lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
15415            + t/lib/Test/More/Catch.pm
15416            ! MANIFEST
15417 ____________________________________________________________________________
15418 [ 10913] By: jhi                                   on 2001/06/25  13:35:41
15419         Log: Add Test::Simple from Michael G Schwern.
15420      Branch: perl
15421            + lib/Test/Simple.pm lib/Test/Simple/t/exit.t
15422            + lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
15423            + lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
15424            + lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/simple.t
15425            + t/lib/Test/Simple/Catch.pm
15426            + t/lib/Test/Simple/sample_tests/death.plx
15427            + t/lib/Test/Simple/sample_tests/death_in_eval.plx
15428            + t/lib/Test/Simple/sample_tests/extras.plx
15429            + t/lib/Test/Simple/sample_tests/five_fail.plx
15430            + t/lib/Test/Simple/sample_tests/last_minute_death.plx
15431            + t/lib/Test/Simple/sample_tests/one_fail.plx
15432            + t/lib/Test/Simple/sample_tests/require.plx
15433            + t/lib/Test/Simple/sample_tests/success.plx
15434            + t/lib/Test/Simple/sample_tests/too_few.plx
15435            + t/lib/Test/Simple/sample_tests/two_fail.plx
15436            ! MANIFEST
15437 ____________________________________________________________________________
15438 [ 10912] By: jhi                                   on 2001/06/25  13:31:57
15439         Log: Subject: [PATCH perl@10907] RETURN requires dSP in pp_sys.c
15440              From: "Craig A. Berry" <craigberry@mac.com>
15441              Date: Sun, 24 Jun 2001 23:41:36 -0500
15442              Message-Id: <a0510100db75c6d44e34c@[172.16.52.1]>
15443      Branch: perl
15444            ! pp_sys.c
15445 ____________________________________________________________________________
15446 [ 10911] By: jhi                                   on 2001/06/25  13:05:00
15447         Log: Upgrade to Attribute::Handlers 0.70.
15448      Branch: perl
15449            + lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
15450            ! MANIFEST lib/Attribute/Handlers.pm
15451 ____________________________________________________________________________
15452 [ 10910] By: jhi                                   on 2001/06/25  00:09:27
15453         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
15454              From: Abhijit Menon-Sen <ams@wiw.org>
15455              Date: Sat, 23 Jun 2001 05:17:44 +0530
15456              Message-ID: <20010623051744.A18583@lustre.linux.in>
15457              
15458              (Can't think of a good place to put tests.)
15459      Branch: perl
15460            ! opcode.pl pod/perlfunc.pod t/op/flip.t toke.c
15461 ____________________________________________________________________________
15462 [ 10909] By: jhi                                   on 2001/06/24  23:45:13
15463         Log: Subject: [PATCH] t/op/pat.t typo fix
15464              From: Richard Soderberg <rs@crystalflame.net>
15465              Date: Sun, 24 Jun 2001 12:07:42 -0700 (PDT)
15466              Message-ID: <Pine.LNX.4.21.0106241207320.17075-100000@oregonnet.com>
15467      Branch: perl
15468            ! t/op/pat.t
15469 ____________________________________________________________________________
15470 [ 10908] By: jhi                                   on 2001/06/24  22:24:49
15471         Log: Move the pack warnings to their own file, as pointed
15472              out by Spider.
15473      Branch: perl
15474            + t/lib/warnings/pp_pack
15475            ! MANIFEST t/lib/warnings/pp
15476 ____________________________________________________________________________
15477 [ 10907] By: jhi                                   on 2001/06/24  19:55:15
15478         Log: Update Changes.
15479      Branch: perl
15480            ! Changes patchlevel.h
15481 ____________________________________________________________________________
15482 [ 10906] By: jhi                                   on 2001/06/24  19:50:40
15483         Log: Partially fix a problem noticed by IRIX compiler:
15484              the initialization of parse_start was bypassed by
15485              several gotos.  Now initialized to zero, which may
15486              not be the best choice.
15487      Branch: perl
15488            ! regcomp.c
15489 ____________________________________________________________________________
15490 [ 10905] By: jhi                                   on 2001/06/24  19:43:25
15491         Log: Relax the group and password tests back to moaning only
15492              if no matches at all are found.  (Even with a small sample
15493              I could find many sites where there are, umm, anomalies in
15494              the said databases.)       
15495      Branch: perl
15496            ! t/op/grent.t t/op/pwent.t
15497 ____________________________________________________________________________
15498 [ 10904] By: jhi                                   on 2001/06/24  18:45:55
15499         Log: Argh.  How hard it can be to re-apply a patch manually? :-)
15500      Branch: perl
15501            ! pp_ctl.c
15502 ____________________________________________________________________________
15503 [ 10903] By: jhi                                   on 2001/06/24  18:40:52
15504         Log: De-cut-and-pasto in #10902.
15505      Branch: perl
15506            ! pp_ctl.c
15507 ____________________________________________________________________________
15508 [ 10902] By: jhi                                   on 2001/06/24  18:35:18
15509         Log: The #10771 didn't take?
15510      Branch: perl
15511            ! pp_ctl.c
15512 ____________________________________________________________________________
15513 [ 10901] By: jhi                                   on 2001/06/24  18:29:50
15514         Log: Undo the filetests part of #10900, under multiplicity
15515              weird errors take place.
15516      Branch: perl
15517            ! pp_sys.c
15518 ____________________________________________________________________________
15519 [ 10900] By: jhi                                   on 2001/06/24  18:20:36
15520         Log: Misplaces dSPs and the like revealed by MPE/iX and Cygwin.
15521      Branch: perl
15522            ! ext/Cwd/Cwd.xs ext/Devel/Peek/Peek.xs pp_sys.c
15523 ____________________________________________________________________________
15524 [ 10899] By: jhi                                   on 2001/06/24  17:00:34
15525         Log: (Replaced by #10922)
15526              
15527              Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
15528              From: Tony Bowden <tony@kasei.com>
15529              Date: Sun, 24 Jun 2001 17:32:40 +0100
15530              Message-ID: <20010624173240.A16293@blackstar.co.uk>
15531              
15532              Document (well, mention) shortmess() and longmess()
15533              to rob people of their fun of reinventing the weel.
15534      Branch: perl
15535            ! lib/Carp.pm
15536 ____________________________________________________________________________
15537 [ 10898] By: jhi                                   on 2001/06/24  16:51:40
15538         Log: Subject: Patch: pp_system() bounces out of Cygwin subsystem
15539              From: Brian Jepson <bjepson@oreilly.com>
15540              Date: Sun, 24 Jun 2001 12:13:21 -0400 (EDT)
15541              Message-ID: <Pine.GSO.4.21.0106241044110.15051-200000@sol.east.ora.com>
15542      Branch: perl
15543            ! pp_sys.c
15544 ____________________________________________________________________________
15545 [ 10897] By: jhi                                   on 2001/06/24  16:38:23
15546         Log: Subject: [PATCH CPAN.pm] missing DATE_OF_02
15547              From: Robin Barker <rmb1@cise.npl.co.uk> 
15548              Date: Fri, 22 Jun 2001 19:25:56 +0100 (BST)
15549              Message-Id: <200106221825.TAA16884@tempest.npl.co.uk>
15550      Branch: perl
15551            ! lib/CPAN.pm
15552 ____________________________________________________________________________
15553 [ 10896] By: jhi                                   on 2001/06/24  16:36:32
15554         Log: Memoize patch from mjd.
15555      Branch: perl
15556            ! lib/Memoize/t/tie_storable.t
15557 ____________________________________________________________________________
15558 [ 10895] By: jhi                                   on 2001/06/24  16:33:59
15559         Log: Spec the sv_pvprintify() a bit more.
15560      Branch: perl
15561            ! pod/perltodo.pod
15562 ____________________________________________________________________________
15563 [ 10894] By: jhi                                   on 2001/06/24  14:43:36
15564         Log: Upgrade to Memoize 0.65.
15565      Branch: perl
15566            + lib/Memoize/t/array_confusion.t
15567            ! MANIFEST lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
15568            ! lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
15569            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
15570            ! lib/Memoize/README lib/Memoize/SDBM_File.pm
15571            ! lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
15572            ! lib/Memoize/t/errors.t lib/Memoize/t/expire.t
15573            ! lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
15574            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
15575            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
15576            ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
15577            ! lib/Memoize/t/tie_storable.t
15578 ____________________________________________________________________________
15579 [ 10893] By: jhi                                   on 2001/06/24  14:21:09
15580         Log: Metaconfig unit change for #10892.
15581      Branch: metaconfig
15582            ! U/modified/Options.U
15583 ____________________________________________________________________________
15584 [ 10892] By: jhi                                   on 2001/06/24  14:20:38
15585         Log: Subject: Re: [PATCH 5.6.1] OS2 Configure
15586              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15587              Date: Sun, 24 Jun 2001 05:24:40 -0400
15588              Message-ID: <20010624052440.A27698@math.ohio-state.edu>
15589      Branch: perl
15590            ! Configure hints/os2.sh
15591 ____________________________________________________________________________
15592 [ 10891] By: jhi                                   on 2001/06/24  13:50:26
15593         Log: Subject: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of 
15594              From: Mike Guy <mjtg@cam.ac.uk>
15595              Date: Sun, 24 Jun 2001 15:28:39 +0100
15596              Message-Id: <E15EAsR-0007Bi-00@draco.cus.cam.ac.uk>
15597              
15598              Fix an ancient (5.002) bug.
15599      Branch: perl
15600            ! lib/Carp/Heavy.pm
15601 ____________________________________________________________________________
15602 [ 10890] By: jhi                                   on 2001/06/24  13:44:43
15603         Log: The #10881 was too vigorous in pp_system() in moving 'unused'
15604              variables.
15605      Branch: perl
15606            ! pp_sys.c
15607 ____________________________________________________________________________
15608 [ 10889] By: jhi                                   on 2001/06/24  13:24:00
15609         Log: Make UTS as per #10888.
15610      Branch: perl
15611            ! hints/uts.sh
15612 ____________________________________________________________________________
15613 [ 10888] By: jhi                                   on 2001/06/24  13:21:23
15614         Log: Factor the PERL_SYS_INIT() code, from Hugo van der Sanden.
15615      Branch: perl
15616            ! hints/freebsd.sh hints/posix-bc.sh hints/sco.sh
15617            ! mpeix/mpeixish.h perl.h unixish.h
15618 ____________________________________________________________________________
15619 [ 10887] By: jhi                                   on 2001/06/24  13:15:45
15620         Log: AUTHORS update.
15621      Branch: perl
15622            ! AUTHORS
15623 ____________________________________________________________________________
15624 [ 10886] By: jhi                                   on 2001/06/24  13:14:31
15625         Log: Subject: Encode::Tcl for multibyte doesnot work
15626              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
15627              Date: Sun, 24 Jun 2001 22:48:21 +0900
15628              Message-Id: <20010624223252.6658.BQW10602@nifty.com>
15629      Branch: perl
15630            ! ext/Encode/Encode/Tcl.pm
15631 ____________________________________________________________________________
15632 [ 10885] By: jhi                                   on 2001/06/24  13:12:46
15633         Log: Subject: [PATCH] Remove tautology in error messages
15634              From: Mike Guy <mjtg@cam.ac.uk>
15635              Date: Sun, 24 Jun 2001 13:31:00 +0100
15636              Message-Id: <E15E92a-0006em-00@draco.cus.cam.ac.uk>
15637      Branch: perl
15638            ! pp_sys.c
15639 ____________________________________________________________________________
15640 [ 10884] By: jhi                                   on 2001/06/24  13:11:36
15641         Log: Darwin needs -traditional-cpp for cppflags to build Errno. 
15642      Branch: perl
15643            ! hints/darwin.sh
15644 ____________________________________________________________________________
15645 [ 10883] By: jhi                                   on 2001/06/24  13:09:55
15646         Log: Subject: Re: [PATCH 5.6.1] test suite
15647              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15648              Date: Sun, 24 Jun 2001 05:47:05 -0400
15649              Message-ID: <20010624054705.A27890@math.ohio-state.edu>
15650              
15651              Test suite fixes.
15652      Branch: perl
15653            ! ext/POSIX/sigaction.t lib/File/stat.t perl.c t/io/utf8.t
15654 ____________________________________________________________________________
15655 [ 10882] By: jhi                                   on 2001/06/24  13:07:46
15656         Log: Subject: Re: [PATCH 5.6.1] OS2 warnings
15657              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15658              Date: Sun, 24 Jun 2001 05:37:19 -0400
15659              Message-ID: <20010624053719.A27866@math.ohio-state.edu>
15660      Branch: perl
15661            ! os2/dl_os2.c os2/os2.c os2/os2ish.h
15662 ____________________________________________________________________________
15663 [ 10881] By: jhi                                   on 2001/06/24  13:05:24
15664         Log: Subject: Re: [PATCH 5.6.1] pp_sys.c warnings
15665              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15666              Date: Sun, 24 Jun 2001 05:34:50 -0400
15667              Message-ID: <20010624053450.A27856@math.ohio-state.edu>
15668              
15669              Pacify compiler warnings.
15670      Branch: perl
15671            ! pp_sys.c
15672 ____________________________________________________________________________
15673 [ 10880] By: jhi                                   on 2001/06/24  13:02:30
15674         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
15675              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15676              Date: Sun, 24 Jun 2001 05:21:18 -0400
15677              Message-ID: <20010624052118.A27615@math.ohio-state.edu>
15678              
15679              Enable compression of executables during link time.
15680      Branch: perl
15681            ! hints/os2.sh
15682 ____________________________________________________________________________
15683 [ 10879] By: jhi                                   on 2001/06/24  13:00:47
15684         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
15685              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15686              Date: Sun, 24 Jun 2001 05:15:11 -0400
15687              Message-ID: <20010624051511.A27544@math.ohio-state.edu>
15688              
15689              Add ordinals to the export list for Perl DLL.
15690              (Breaks intra-version DLL compatibility.)
15691      Branch: perl
15692            ! makedef.pl
15693 ____________________________________________________________________________
15694 [ 10878] By: jhi                                   on 2001/06/24  02:12:04
15695         Log: Allow (displaying and) re-editing the Subject in perlbug.
15696              Also abstract the Subject quality control into a function.
15697      Branch: perl
15698            ! utils/perlbug.PL
15699 ____________________________________________________________________________
15700 [ 10877] By: jhi                                   on 2001/06/24  01:40:53
15701         Log: Display $ENV{CYGWIN} in perlbug if set (like #10875 for perl -V).
15702      Branch: perl
15703            ! utils/perlbug.PL
15704 ____________________________________________________________________________
15705 [ 10876] By: jhi                                   on 2001/06/24  01:37:05
15706         Log: Regen toc and modlib.
15707      Branch: perl
15708            ! pod/perlmodlib.pod pod/perltoc.pod
15709 ____________________________________________________________________________
15710 [ 10875] By: jhi                                   on 2001/06/24  01:29:33
15711         Log: In Cygwin display the $ENV{CYGWIN} under perl -V, as suggested
15712              by John Peacock.  (Can be 'ntea' which means emulate UNIX file
15713              attribute semantics as much as possible, or 'ntsec' which uses
15714              native NTFS semantics.)  (See also #10877.)
15715      Branch: perl
15716            ! perl.c
15717 ____________________________________________________________________________
15718 [ 10874] By: jhi                                   on 2001/06/23  23:57:28
15719         Log: Hack to get rid of the UNEXPECTEDLY succeeded message for now.
15720      Branch: perl
15721            ! lib/Test/Harness.pm
15722 ____________________________________________________________________________
15723 [ 10873] By: jhi                                   on 2001/06/23  23:36:56
15724         Log: Just zap the -uPerlio.
15725      Branch: perl
15726            ! ext/B/Stash.t
15727 ____________________________________________________________________________
15728 [ 10872] By: jhi                                   on 2001/06/23  21:29:10
15729         Log: Do not test PerlIO if PerlIO not used.
15730      Branch: perl
15731            ! ext/PerlIO/PerlIO.t
15732 ____________________________________________________________________________
15733 [ 10871] By: jhi                                   on 2001/06/23  21:12:49
15734         Log: Regen perlapi.
15735      Branch: perl
15736            ! pod/perlapi.pod
15737 ____________________________________________________________________________
15738 [ 10870] By: jhi                                   on 2001/06/23  21:03:31
15739         Log: Subject: [PATCH] Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
15740              From: Nicholas Clark <nick@ccl4.org>
15741              Date: Sat, 23 Jun 2001 22:55:47 +0100
15742              Message-ID: <20010623225547.Z98663@plum.flirble.org>
15743      Branch: perl
15744            ! numeric.c
15745 ____________________________________________________________________________
15746 [ 10869] By: jhi                                   on 2001/06/23  17:13:21
15747         Log: Subject: [PATCH: perl@10825] MacOS fixups for new lib/h2xs.t
15748              From: Prymmer/Kahn <pvhp@best.com>
15749              Date: Sat, 23 Jun 2001 11:08:52 -0700 (PDT)
15750              Message-ID: <Pine.BSF.4.21.0106231105380.25634-100000@shell8.ba.best.com>
15751      Branch: perl
15752            ! lib/h2xs.t
15753 ____________________________________________________________________________
15754 [ 10868] By: jhi                                   on 2001/06/23  16:04:38
15755         Log: cygwin needs cygwin1.dll in PATH or cwd to run external programs.
15756              cygwin does not taint cwd, just like win32.
15757      Branch: perl
15758            ! lib/File/Find/taint.t t/op/taint.t
15759 ____________________________________________________________________________
15760 [ 10867] By: jhi                                   on 2001/06/23  15:39:15
15761         Log: Retract #10865, the patch should be unnecessary.
15762              (But seemingly helpful in Cygwin?  Strange.)
15763      Branch: perl
15764            ! lib/Memoize/t/tie_ndbm.t
15765 ____________________________________________________________________________
15766 [ 10866] By: jhi                                   on 2001/06/23  15:06:30
15767         Log: Misplaced test file; plus Cygwin filesystem semantics.
15768      Branch: perl
15769            + ext/SDBM_File/sdbm.t
15770            - ext/ODBM_File/sdbm.t
15771            ! MANIFEST
15772 ____________________________________________________________________________
15773 [ 10865] By: jhi                                   on 2001/06/23  15:01:02
15774         Log: (Retracted by #10867.)
15775      Branch: perl
15776            ! lib/Memoize/t/tie_ndbm.t
15777 ____________________________________________________________________________
15778 [ 10864] By: jhi                                   on 2001/06/23  14:25:43
15779         Log: Metaconfig unit change for #10863.
15780      Branch: metaconfig/U/perl
15781            ! Extensions.U
15782 ____________________________________________________________________________
15783 [ 10863] By: jhi                                   on 2001/06/23  14:25:20
15784         Log: In Cygwin do not build NDBM_File and ODBM_File unless
15785              -lndbm and -ldbm are available.
15786      Branch: perl
15787            ! Configure config_h.SH
15788 ____________________________________________________________________________
15789 [ 10862] By: jhi                                   on 2001/06/23  14:02:14
15790         Log: More Cygwin filesystem semantics.
15791      Branch: perl
15792            ! t/io/fs.t t/op/stat.t
15793 ____________________________________________________________________________
15794 [ 10861] By: jhi                                   on 2001/06/23  13:38:00
15795         Log: More DOSish permission semantics for Cygwin.
15796      Branch: perl
15797            ! lib/AnyDBM_File.t
15798 ____________________________________________________________________________
15799 [ 10860] By: jhi                                   on 2001/06/23  13:32:41
15800         Log: Cygwin too has different permission semantics.
15801      Branch: perl
15802            ! ext/GDBM_File/gdbm.t
15803 ____________________________________________________________________________
15804 [ 10859] By: jhi                                   on 2001/06/23  13:30:06
15805         Log: The group (and assumedly passwd) databases can have
15806              only one entry (this is the case in cygwin).
15807      Branch: perl
15808            ! t/op/grent.t t/op/pwent.t
15809 ____________________________________________________________________________
15810 [ 10858] By: jhi                                   on 2001/06/23  13:16:26
15811         Log: Also in Cygwin use Socket to figure out domainname
15812              (if any) (avoids trying to call external 'domainname',
15813              which doesn't at the moment exist in Cygwin)
15814      Branch: perl
15815            ! lib/Net/Domain.pm
15816 ____________________________________________________________________________
15817 [ 10857] By: jhi                                   on 2001/06/23  12:48:32
15818         Log: Remove also the lib$Foo.def, not just $Foo.def.
15819      Branch: perl
15820            ! lib/ExtUtils/MM_Unix.pm
15821 ____________________________________________________________________________
15822 [ 10856] By: jhi                                   on 2001/06/23  12:21:53
15823         Log: In UTS do signal(SIGFPE, SIG_IGN) in PERL_SYS_INIT().
15824      Branch: perl
15825            ! unixish.h
15826 ____________________________________________________________________________
15827 [ 10855] By: jhi                                   on 2001/06/23  12:14:15
15828         Log: Fix for ID 20010619.003, the [[:print:]] is not supposed
15829              to match the whole isprint(), only the space character.
15830      Branch: perl
15831            ! handy.h pod/perlre.pod t/op/pat.t
15832 ____________________________________________________________________________
15833 [ 10854] By: nick                                  on 2001/06/23  08:09:33
15834         Log: Integrate mainline
15835      Branch: perlio
15836           !> Configure ext/IPC/SysV/Semaphore.pm hints/unicos.sh
15837           !> lib/ExtUtils.t lib/File/Find/taint.t
15838           !> lib/Math/BigInt/t/bigintpm.t lib/Net/netent.t
15839           !> lib/Net/protoent.t lib/Net/servent.t mg.c t/op/mkdir.t
15840           !> t/op/sprintf.t vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
15841 ____________________________________________________________________________
15842 [ 10853] By: jhi                                   on 2001/06/23  03:48:09
15843         Log: Make also the bigintpm.t (like op/sprintf.t) be less demanding
15844              with its floats    in os390 and s390 (UTS).
15845      Branch: perl
15846            ! lib/Math/BigInt/t/bigintpm.t
15847 ____________________________________________________________________________
15848 [ 10852] By: jhi                                   on 2001/06/23  03:38:53
15849         Log: Add also UTS (s390) to the non-IEEE float platforms.
15850      Branch: perl
15851            ! t/op/sprintf.t
15852 ____________________________________________________________________________
15853 [ 10851] By: jhi                                   on 2001/06/23  03:36:04
15854         Log: Subject: RFC: what are applicable standards for exponent sizes?
15855              From: Peter Prymmer <pvhp@forte.com>
15856              Date: Tue, 19 Jun 2001 17:18:06 -0700 (PDT)
15857              Message-ID: <Pine.OSF.4.10.10106191712070.361736-100000@aspara.forte.com>
15858      Branch: perl
15859            ! t/op/sprintf.t
15860 ____________________________________________________________________________
15861 [ 10850] By: jhi                                   on 2001/06/23  03:29:04
15862         Log: Subject: [PATCH: perl@10825] build (and test!) VMS::Stdio on VMS
15863              From: Peter Prymmer <pvhp@forte.com>
15864              Date: Fri, 22 Jun 2001 19:08:23 -0700 (PDT)
15865              Message-ID: <Pine.OSF.4.10.10106221903270.24012-100000@aspara.forte.com>
15866      Branch: perl
15867            ! vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
15868 ____________________________________________________________________________
15869 [ 10849] By: jhi                                   on 2001/06/23  03:27:21
15870         Log: Subject: [PATCH: perl@10825] correction to lib/ExtUtils.t patch
15871              From: Peter Prymmer <pvhp@forte.com>
15872              Date: Fri, 22 Jun 2001 17:56:01 -0700 (PDT)
15873              Message-ID: <Pine.OSF.4.10.10106221754180.24012-100000@aspara.forte.com>
15874      Branch: perl
15875            ! lib/ExtUtils.t
15876 ____________________________________________________________________________
15877 [ 10848] By: jhi                                   on 2001/06/22  21:51:31
15878         Log: Retract #10845.
15879      Branch: perl
15880            ! lib/File/Find/taint.t
15881 ____________________________________________________________________________
15882 [ 10847] By: jhi                                   on 2001/06/22  21:50:38
15883         Log: Yet another error message.
15884      Branch: perl
15885            ! t/op/mkdir.t
15886 ____________________________________________________________________________
15887 [ 10846] By: jhi                                   on 2001/06/22  21:48:39
15888         Log: The croak message for nonexistent socket functions may vary.
15889      Branch: perl
15890            ! lib/Net/netent.t lib/Net/protoent.t lib/Net/servent.t
15891 ____________________________________________________________________________
15892 [ 10845] By: jhi                                   on 2001/06/22  21:42:38
15893         Log: (Retracted by #10848.)
15894      Branch: perl
15895            ! lib/File/Find/taint.t
15896 ____________________________________________________________________________
15897 [ 10844] By: jhi                                   on 2001/06/22  21:32:58
15898         Log: Integrate perlio.
15899      Branch: perl
15900           !> lib/File/Find/taint.t t/op/write.t
15901 ____________________________________________________________________________
15902 [ 10843] By: nick                                  on 2001/06/22  21:24:51
15903         Log: Back out debug in taint.t
15904      Branch: perlio
15905            ! lib/File/Find/taint.t
15906 ____________________________________________________________________________
15907 [ 10842] By: jhi                                   on 2001/06/22  21:20:02
15908         Log: setitimer() does not exist in Unicos, despite of what
15909              Configure thinks, from Mark P. Lutz.
15910      Branch: perl
15911            ! hints/unicos.sh
15912 ____________________________________________________________________________
15913 [ 10841] By: nick                                  on 2001/06/22  21:19:36
15914         Log: Skip cwd test on Win32 ???
15915      Branch: perlio
15916            ! lib/File/Find/taint.t
15917 ____________________________________________________________________________
15918 [ 10840] By: jhi                                   on 2001/06/22  21:17:34
15919         Log: Casting this way seems to keep both 64-bitint x86 FreeBSD
15920              and Tru64 gcc -Wall happy.
15921      Branch: perl
15922            ! mg.c
15923 ____________________________________________________________________________
15924 [ 10839] By: jhi                                   on 2001/06/22  21:15:32
15925         Log: The packs must be done in native shorts, fix from Mark P. Lutz.
15926      Branch: perl
15927            ! ext/IPC/SysV/Semaphore.pm
15928 ____________________________________________________________________________
15929 [ 10838] By: jhi                                   on 2001/06/22  21:12:02
15930         Log: Metaconfig unit change for #10837.
15931      Branch: metaconfig/U/perl
15932            ! Cross.U
15933 ____________________________________________________________________________
15934 [ 10837] By: jhi                                   on 2001/06/22  21:09:42
15935         Log: Cleanup of the cross-compilation unit.
15936      Branch: perl
15937            ! Configure
15938 ____________________________________________________________________________
15939 [ 10836] By: nick                                  on 2001/06/22  20:45:12
15940         Log: Skip |- based op/write.t on Win32 as well as VMS
15941      Branch: perlio
15942            ! t/op/write.t
15943 ____________________________________________________________________________
15944 [ 10835] By: jhi                                   on 2001/06/22  20:44:20
15945         Log: Integrate perlio.
15946      Branch: perl
15947           !> util.c
15948 ____________________________________________________________________________
15949 [ 10834] By: nick                                  on 2001/06/22  20:41:54
15950         Log: Integrate mainline
15951      Branch: perlio
15952           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
15953           !> config_h.SH pp_sys.c uconfig.h util.c vos/config.alpha.h
15954           !> vos/config.ga.h
15955 ____________________________________________________________________________
15956 [ 10833] By: nick                                  on 2001/06/22  20:22:58
15957         Log: Patcho fix.
15958      Branch: perlio
15959            ! util.c
15960 ____________________________________________________________________________
15961 [ 10832] By: jhi                                   on 2001/06/22  20:13:02
15962         Log: Metaconfig unit changes for #10831.
15963      Branch: metaconfig
15964            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
15965 ____________________________________________________________________________
15966 [ 10831] By: jhi                                   on 2001/06/22  20:12:29
15967         Log: Subject: [PATCH 5.7.x] Further tiny bcopy cleanup
15968              From: Andy Dougherty <doughera@lafayette.edu>
15969              Date: Fri, 22 Jun 2001 14:29:51 -0400 (EDT)
15970              Message-ID: <Pine.SOL.4.10.10106221417030.28044-100000@maxwell.phys.lafayette.edu>
15971      Branch: perl
15972            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15973            ! config_h.SH uconfig.h vos/config.alpha.h vos/config.ga.h
15974 ____________________________________________________________________________
15975 [ 10830] By: jhi                                   on 2001/06/22  19:50:15
15976         Log: MPE/iX prototype nits from Mark Bixby.
15977      Branch: perl
15978            ! pp_sys.c
15979 ____________________________________________________________________________
15980 [ 10829] By: jhi                                   on 2001/06/22  16:25:16
15981         Log: Detypo.
15982      Branch: perl
15983            ! util.c
15984 ____________________________________________________________________________
15985 [ 10828] By: nick                                  on 2001/06/22  15:33:37
15986         Log: Integrate mainline (in near desperate attempt to get Win32 to build...)
15987      Branch: perlio
15988           +> lib/h2xs.t
15989           !> AUTHORS Changes MANIFEST Makefile.SH NetWare/t/NWScripts.pl
15990           !> ext/B/Deparse.t ext/POSIX/POSIX.xs lib/ExtUtils.t
15991           !> lib/ExtUtils/Constant.pm lib/I18N/LangTags.pm
15992           !> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/test.pl
15993           !> lib/Locale/Maketext.pm lib/Locale/Maketext.pod
15994           !> lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
15995           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm patchlevel.h
15996           !> t/op/write.t t/pod/plainer.t utils/h2xs.PL vms/vms.c
15997           !> vms/vmsish.h
15998 ____________________________________________________________________________
15999 [ 10827] By: jhi                                   on 2001/06/22  14:15:26
16000         Log: Subject: [PATCH perl@10800] sigaction workaround for VMS
16001              Date: Fri, 22 Jun 2001 10:08:35 -0500
16002              From: "Craig A. Berry" <craigberry@mac.com>
16003              Message-Id: <a05101001b75908704194@[192.168.56.145]>
16004      Branch: perl
16005            ! vms/vms.c vms/vmsish.h
16006 ____________________________________________________________________________
16007 [ 10826] By: jhi                                   on 2001/06/22  13:35:37
16008         Log: NetWare scripts tweak from Ananth Kesari.
16009      Branch: perl
16010            ! NetWare/t/NWScripts.pl
16011 ____________________________________________________________________________
16012 [ 10825] By: jhi                                   on 2001/06/22  13:00:55
16013         Log: Update Changes.
16014      Branch: perl
16015            ! Changes patchlevel.h
16016 ____________________________________________________________________________
16017 [ 10824] By: jhi                                   on 2001/06/22  12:46:56
16018         Log: Add .i and .s targets.
16019      Branch: perl
16020            ! Makefile.SH
16021 ____________________________________________________________________________
16022 [ 10823] By: jhi                                   on 2001/06/22  12:25:20
16023         Log: Upgrade to Locale::Maketext 1.03.
16024      Branch: perl
16025            ! lib/Locale/Maketext.pm lib/Locale/Maketext.pod
16026            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
16027 ____________________________________________________________________________
16028 [ 10822] By: jhi                                   on 2001/06/22  12:23:57
16029         Log: Upgrade to I18N::LangTags 0.26.
16030      Branch: perl
16031            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
16032            ! lib/I18N/LangTags/test.pl
16033 ____________________________________________________________________________
16034 [ 10821] By: jhi                                   on 2001/06/22  12:16:41
16035         Log: The #10792 didn't take, and s/sighni/signi/, as noticed by
16036              Philip Newton.
16037      Branch: perl
16038            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
16039            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
16040 ____________________________________________________________________________
16041 [ 10820] By: jhi                                   on 2001/06/22  12:13:37
16042         Log: Subject: [PATCH: perl@10800] trigraphs and tests for h2xs
16043              From: Prymmer/Kahn <pvhp@best.com>
16044              Date: Fri, 22 Jun 2001 00:03:24 -0700 (PDT)
16045              Message-ID: <Pine.BSF.4.21.0106212354510.6026-100000@shell8.ba.best.com>
16046      Branch: perl
16047            + lib/h2xs.t
16048            ! MANIFEST utils/h2xs.PL
16049 ____________________________________________________________________________
16050 [ 10819] By: jhi                                   on 2001/06/22  12:11:56
16051         Log: Subject: [PATCH: perl@10800] nmake specific cleanliness for lib/ExtUtils.t
16052              From: Prymmer/Kahn <pvhp@best.com>
16053              Date: Thu, 21 Jun 2001 23:53:27 -0700 (PDT)
16054              Message-ID: <Pine.BSF.4.21.0106212346540.6026-100000@shell8.ba.best.com>
16055      Branch: perl
16056            ! lib/ExtUtils.t
16057 ____________________________________________________________________________
16058 [ 10818] By: jhi                                   on 2001/06/22  12:11:08
16059         Log: Subject: [PATCH: perl@10800] clean up after t/pod/plainer.t on Win32
16060              From: Prymmer/Kahn <pvhp@best.com>
16061              Date: Thu, 21 Jun 2001 23:45:15 -0700 (PDT)
16062              Message-ID: <Pine.BSF.4.21.0106212341510.6026-100000@shell8.ba.best.com>
16063      Branch: perl
16064            ! t/pod/plainer.t
16065 ____________________________________________________________________________
16066 [ 10817] By: jhi                                   on 2001/06/22  12:10:05
16067         Log: AUTHORS update.
16068      Branch: perl
16069            ! AUTHORS
16070 ____________________________________________________________________________
16071 [ 10816] By: jhi                                   on 2001/06/22  12:08:24
16072         Log: Subject: should POSIX.xs use XSRETURN_UNDEF in sigaction?
16073              From: "Craig A. Berry" <craigberry@mac.com>
16074              Date: Thu, 21 Jun 2001 18:20:38 -0500
16075              Message-Id: <5.1.0.14.0.20010621180227.02a8e930@exchi01>
16076      Branch: perl
16077            ! ext/POSIX/POSIX.xs
16078 ____________________________________________________________________________
16079 [ 10815] By: jhi                                   on 2001/06/22  12:07:19
16080         Log: Subject: [PATCH perl@10765] fix Deparse.t and write.t for VMS
16081              From: "Craig A. Berry" <craigberry@mac.com>
16082              Date: Thu, 21 Jun 2001 09:58:52 -0500
16083              Message-Id: <5.1.0.14.0.20010620172532.033cdb88@exchi01>
16084      Branch: perl
16085            ! ext/B/Deparse.t t/op/write.t
16086 ____________________________________________________________________________
16087 [ 10814] By: nick                                  on 2001/06/22  08:13:09
16088         Log: Integrate mainline.
16089      Branch: perlio
16090           !> (integrate 46 files)
16091 ____________________________________________________________________________
16092 [ 10813] By: jhi                                   on 2001/06/22  02:48:58
16093         Log: Change the prefixes only if $prefix is unset,
16094              as originally patched by Marcel Grunauer.
16095      Branch: perl
16096            ! hints/darwin.sh hints/rhapsody.sh
16097 ____________________________________________________________________________
16098 [ 10812] By: jhi                                   on 2001/06/22  02:44:41
16099         Log: Subject: Re: Patch for hints/darwin.sh
16100              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
16101              Date: Thu, 21 Jun 2001 11:23:46 -0700
16102              Message-Id: <200106211823.OAA01089@melbourne-city-street.mit.edu>
16103      Branch: perl
16104            ! hints/darwin.sh hints/rhapsody.sh
16105 ____________________________________________________________________________
16106 [ 10811] By: jhi                                   on 2001/06/22  02:34:27
16107         Log: Add .PHONY targets for non-file targets,
16108              from Wilfredo Sánchez.  Should help saying
16109              "make install" on case-insensitive filesystems.
16110      Branch: perl
16111            ! Makefile.SH
16112 ____________________________________________________________________________
16113 [ 10810] By: jhi                                   on 2001/06/22  02:01:23
16114         Log: Subject: Re: Automated smoke report for patch 10764 (truncated)
16115              From: Doug MacEachern <dougm@covalent.net>
16116              Date: Thu, 21 Jun 2001 19:32:05 -0700 (PDT)
16117              Message-ID: <Pine.LNX.4.21.0106211925020.17261-100000@mako.covalent.net>
16118              
16119              plus reword the getcwd() comment, plus use getcwd() buffer
16120              size minus one.
16121      Branch: perl
16122            ! util.c
16123 ____________________________________________________________________________
16124 [ 10809] By: jhi                                   on 2001/06/22  01:16:58
16125         Log: More gprofing from Doug MacEachern.
16126      Branch: perl
16127            ! Makefile.SH
16128 ____________________________________________________________________________
16129 [ 10808] By: jhi                                   on 2001/06/22  01:15:11
16130         Log: Metaconfig unit change for #10807.
16131      Branch: metaconfig/U/perl
16132            ! d_sfio.U
16133 ____________________________________________________________________________
16134 [ 10807] By: jhi                                   on 2001/06/22  01:14:43
16135         Log: Tell that you are removing the unneeded -lsfio.
16136      Branch: perl
16137            ! Configure
16138 ____________________________________________________________________________
16139 [ 10806] By: jhi                                   on 2001/06/22  01:03:14
16140         Log: More MPE/iX tweaks from Mark Bixby.
16141      Branch: perl
16142            ! perl.c t/op/magic.t
16143 ____________________________________________________________________________
16144 [ 10805] By: jhi                                   on 2001/06/21  22:41:11
16145         Log: The fchdir() proto is supposed to live in <unistd.h>.
16146      Branch: perl
16147            ! ext/Cwd/Cwd.xs
16148 ____________________________________________________________________________
16149 [ 10804] By: jhi                                   on 2001/06/21  22:24:42
16150         Log: This town is too small for the Cwd extension and me,
16151              it would seem...
16152      Branch: perl
16153            ! ext/Cwd/Cwd.xs
16154 ____________________________________________________________________________
16155 [ 10803] By: jhi                                   on 2001/06/21  21:54:00
16156         Log: Metaconfig unit change for #10802.
16157      Branch: metaconfig/U/perl
16158            ! d_modfl.U
16159 ____________________________________________________________________________
16160 [ 10802] By: jhi                                   on 2001/06/21  21:53:37
16161         Log: More d'ohs.
16162      Branch: perl
16163            ! Configure
16164 ____________________________________________________________________________
16165 [ 10801] By: jhi                                   on 2001/06/21  21:38:38
16166         Log: Off-by-one.  I'm so classic.
16167      Branch: perl
16168            ! util.c
16169 ____________________________________________________________________________
16170 [ 10800] By: jhi                                   on 2001/06/21  20:10:19
16171         Log: Update Changes.
16172      Branch: perl
16173            ! Changes patchlevel.h
16174 ____________________________________________________________________________
16175 [ 10799] By: jhi                                   on 2001/06/21  20:03:54
16176         Log: Subject: Documentation patch for Net::FTP
16177              From: Marcel Grunauer <marcel@codewerk.com>
16178              Date: Wed, 20 Jun 2001 23:03:26 +0200
16179              Message-Id: <20010620210309.DCMT6087.viemta06@localhost>
16180      Branch: perl
16181            ! lib/Net/FTP.pm
16182 ____________________________________________________________________________
16183 [ 10798] By: jhi                                   on 2001/06/21  20:01:14
16184         Log: Retract the #10417 mg.c and embed.pl parts because of
16185              strange SEGVs in 64bit x86 FreeBSD observed by
16186              Nicholas Clark.
16187      Branch: perl
16188            ! embed.pl mg.c perlapi.c pod/perlintern.pod proto.h
16189 ____________________________________________________________________________
16190 [ 10797] By: jhi                                   on 2001/06/21  19:40:34
16191         Log: Add fchdir() probe (in non-UNIX systems assume it doesn't exist).
16192      Branch: perl
16193            ! Configure NetWare/config.wc NetWare/config_H.wc
16194            ! Porting/Glossary Porting/config.sh Porting/config_H
16195            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
16196            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
16197            ! vos/config.ga.h win32/config.bc win32/config.gc
16198            ! win32/config.vc win32/config_H.bc win32/config_H.gc
16199            ! win32/config_H.vc
16200 ____________________________________________________________________________
16201 [ 10796] By: jhi                                   on 2001/06/21  19:08:28
16202         Log: Cwd tweak from Doug MacEachern.
16203      Branch: perl
16204            ! ext/Cwd/Cwd.xs
16205 ____________________________________________________________________________
16206 [ 10795] By: jhi                                   on 2001/06/21  19:03:48
16207         Log: Protect the fchdir() and lstat() with ifdefs.
16208              fchdir() needs a Configure probe.
16209      Branch: perl
16210            ! ext/Cwd/Cwd.xs
16211 ____________________________________________________________________________
16212 [ 10794] By: nick                                  on 2001/06/21  17:11:35
16213         Log: Integrate mainline
16214      Branch: perlio
16215           +> ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
16216           +> ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
16217           +> lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
16218           +> lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
16219           +> lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
16220           +> lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
16221           +> lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
16222           +> lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
16223            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
16224            - lib/File/Glob/case.t lib/File/Glob/global.t
16225            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
16226            - lib/File/Temp/posix.t lib/File/Temp/security.t
16227            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
16228            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
16229            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
16230            - lib/Text/Wrap/wrap.t
16231           !> (integrate 41 files)
16232 ____________________________________________________________________________
16233 [ 10793] By: jhi                                   on 2001/06/21  17:01:26
16234         Log: Subject: [PATCH perl@10765] fix Cwd.xs for VMS
16235              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
16236              Date: Thu, 21 Jun 2001 13:04:54 -0500
16237              Message-Id: <5.1.0.14.0.20010621124127.029fe120@exchi01>
16238      Branch: perl
16239            ! ext/Cwd/Cwd.xs
16240 ____________________________________________________________________________
16241 [ 10792] By: jhi                                   on 2001/06/21  16:13:57
16242         Log: Subject: [PATCH pod] overlong =item
16243              From: Robin Barker <rmb1@cise.npl.co.uk>
16244              Date: Thu, 21 Jun 2001 18:08:04 +0100 (BST)
16245              Message-Id: <200106211708.SAA08097@tempest.npl.co.uk>
16246      Branch: perl
16247            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
16248            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
16249 ____________________________________________________________________________
16250 [ 10791] By: jhi                                   on 2001/06/21  16:10:51
16251         Log: Subject: [PATCH perlio.c] format 
16252              From: Robin Barker <rmb1@cise.npl.co.uk>
16253              Date: Thu, 21 Jun 2001 18:05:02 +0100 (BST)
16254              Message-Id: <200106211705.SAA08067@tempest.npl.co.uk>
16255      Branch: perl
16256            ! perlio.c
16257 ____________________________________________________________________________
16258 [ 10790] By: jhi                                   on 2001/06/21  15:52:04
16259         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
16260              From: Radu Greab <radu@netsoft.ro>
16261              Date: Thu, 21 Jun 2001 19:06:02 +0300
16262              Message-ID: <15154.7018.376419.295092@ix.netsoft.ro>
16263      Branch: perl
16264            ! pod/perlapi.pod sv.c
16265 ____________________________________________________________________________
16266 [ 10789] By: jhi                                   on 2001/06/21  14:48:25
16267         Log: The metaconfig unit changes for #10788.
16268      Branch: metaconfig/U/perl
16269            ! Cross.U fflushall.U
16270 ____________________________________________________________________________
16271 [ 10788] By: jhi                                   on 2001/06/21  14:47:48
16272         Log: Cross-configuration changes: make $from to rm the files
16273              before copying them over (this means that he rm can be
16274              removed from the fflushall test), create $targetmkdir      
16275              (not documented in install since it is supposed to internal
16276              use only), make $run to copy over the executable only if
16277              a stamp file .xok doesn't already exist (to avoid unnecessary
16278              copying of the executable)
16279      Branch: perl
16280            ! Configure Makefile.SH
16281 ____________________________________________________________________________
16282 [ 10787] By: nick                                  on 2001/06/21  14:16:18
16283         Log: Integrate mainline
16284      Branch: perlio
16285           +> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
16286           +> lib/I18N/LangTags/README lib/Locale/Maketext/ChangeLog
16287           +> lib/Locale/Maketext/README lib/Locale/Maketext/test.pl
16288            - lib/I18N/LangTags/List.pod lib/Locale/Maketext.t
16289           !> (integrate 34 files)
16290 ____________________________________________________________________________
16291 [ 10786] By: jhi                                   on 2001/06/21  13:59:32
16292         Log: Re-add the files as text.
16293      Branch: perl
16294            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
16295 ____________________________________________________________________________
16296 [ 10785] By: jhi                                   on 2001/06/21  13:57:55
16297         Log: Delete the binary files.
16298      Branch: perl
16299            - t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
16300 ____________________________________________________________________________
16301 [ 10784] By: jhi                                   on 2001/06/21  13:49:47
16302         Log: Subject: [PATCH 5.7.x] Unnecessary pod2man calls in new extensions
16303              From: Andy Dougherty <doughera@lafayette.edu>
16304              Date: Thu, 21 Jun 2001 10:44:05 -0400 (EDT)
16305              Message-ID: <Pine.SOL.4.10.10106211040180.26439-100000@maxwell.phys.lafayette.edu>
16306      Branch: perl
16307            ! ext/Digest/MD5/Makefile.PL ext/List/Util/Makefile.PL
16308            ! ext/MIME/Base64/Makefile.PL ext/PerlIO/Scalar/Makefile.PL
16309            ! ext/PerlIO/Via/Makefile.PL ext/Time/HiRes/Makefile.PL
16310            ! ext/Time/Piece/Makefile.PL ext/XS/Typemap/Makefile.PL
16311 ____________________________________________________________________________
16312 [ 10783] By: jhi                                   on 2001/06/21  13:46:50
16313         Log: Subject: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
16314              From: 0000-Admin <root@egg.karlov.mff.cuni.cz>(0000)
16315              Date: Wed, 20 Jun 2001 14:11:49 +0200 (MET DST) 
16316              Message-Id: <200106201211.f5KCBnm24320@egg.karlov.mff.cuni.cz>
16317              
16318              Setting umask to something friendlier.
16319      Branch: perl
16320            ! installman installperl
16321 ____________________________________________________________________________
16322 [ 10782] By: jhi                                   on 2001/06/21  13:42:17
16323         Log: Shuffle around tests to (ext|lib)/.../t/ subdirectories.
16324              Resort MANIFEST with sort -f, looks much better.
16325      Branch: perl
16326            + ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
16327            + ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
16328            + lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
16329            + lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
16330            + lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
16331            + lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
16332            + lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
16333            + lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
16334            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
16335            - lib/File/Glob/case.t lib/File/Glob/global.t
16336            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
16337            - lib/File/Temp/posix.t lib/File/Temp/security.t
16338            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
16339            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
16340            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
16341            - lib/Text/Wrap/wrap.t
16342            ! MANIFEST
16343 ____________________________________________________________________________
16344 [ 10781] By: jhi                                   on 2001/06/21  13:16:04
16345         Log: Upgrade to I18N::LangTags 0.25.
16346      Branch: perl
16347            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
16348            ! lib/I18N/LangTags/List.pm
16349 ____________________________________________________________________________
16350 [ 10780] By: jhi                                   on 2001/06/21  13:12:54
16351         Log: Subject: [PATCH] Step 2: Use the new PM_GETRE/SETRE macros everywhere.
16352              From: Richard Soderberg <rs@crystalflame.net>
16353              Date: Thu, 21 Jun 2001 07:01:22 -0700 (PDT)
16354              Message-ID: <Pine.LNX.4.21.0106210657400.1693-100000@oregonnet.com>
16355      Branch: perl
16356            ! dump.c ext/B/B.xs ext/B/B/C.pm ext/ByteLoader/bytecode.h mg.c
16357            ! op.c pp.c pp_ctl.c pp_hot.c regexec.c
16358 ____________________________________________________________________________
16359 [ 10779] By: jhi                                   on 2001/06/21  12:59:57
16360         Log: Test obsoleted by change #10777.
16361      Branch: perl
16362            ! t/op/sub_lval.t
16363 ____________________________________________________________________________
16364 [ 10778] By: jhi                                   on 2001/06/21  12:52:37
16365         Log: Case of confused test numbering.
16366      Branch: perl
16367            ! t/op/pat.t
16368 ____________________________________________________________________________
16369 [ 10777] By: jhi                                   on 2001/06/21  12:30:57
16370         Log: Subject: Re: Opinion on undef lvalue
16371              From: Abhijit Menon-Sen <ams@wiw.org>
16372              Date: Sun, 17 Jun 2001 13:04:46 +0530
16373              Message-ID: <20010617130446.B27925@lustre.linux.in>
16374              
16375              Allow lvalue subs to return undef in array context.
16376      Branch: perl
16377            ! pp_hot.c
16378 ____________________________________________________________________________
16379 [ 10776] By: jhi                                   on 2001/06/21  12:27:48
16380         Log: Just a guess that using the same hack for cygwin as
16381              for win32 might help.
16382      Branch: perl
16383            ! lib/File/Find/find.t
16384 ____________________________________________________________________________
16385 [ 10775] By: jhi                                   on 2001/06/21  12:25:58
16386         Log: NetWare tweaks from Guruprasad.
16387      Branch: perl
16388            ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
16389            ! NetWare/config_H.wc NetWare/nw5sck.c NetWare/nw5sck.h
16390            ! NetWare/nwperlsys.c NetWare/t/NWModify.pl
16391            ! NetWare/t/NWScripts.pl NetWare/t/Readme.txt
16392 ____________________________________________________________________________
16393 [ 10774] By: jhi                                   on 2001/06/21  12:21:17
16394         Log: Subject: Re: perl@10722: Bogus warnings on REs 
16395              From: Hugo <hv@crypt.compulink.co.uk>
16396              Date: Thu, 21 Jun 2001 09:51:17 +0100
16397              Message-Id: <200106210851.JAA01942@crypt.compulink.co.uk>
16398              
16399              Unroll to avoid a UTS compiler bug.
16400      Branch: perl
16401            ! regcomp.c
16402 ____________________________________________________________________________
16403 [ 10773] By: jhi                                   on 2001/06/21  12:13:13
16404         Log: Subject: Re: [PATCH] Make /o work under i?threads
16405              From: Artur Bergman <artur@contiller.se>
16406              Date: Thu, 21 Jun 2001 14:38:03 +0200
16407              Message-ID: <B757B74A.184D%artur@contiller.se>
16408      Branch: perl
16409            ! t/op/pat.t
16410 ____________________________________________________________________________
16411 [ 10772] By: jhi                                   on 2001/06/21  12:12:23
16412         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
16413              From: Artur Bergman <artur@contiller.se> 
16414              Date: Thu, 21 Jun 2001 14:27:33 +0200
16415              Message-ID: <B757B4D4.1849%artur@contiller.se>
16416              
16417              Plus extra parentheses.
16418      Branch: perl
16419            ! op.h
16420 ____________________________________________________________________________
16421 [ 10771] By: jhi                                   on 2001/06/21  12:10:29
16422         Log: Subject: [PATCH] Make /o work under i?threads
16423              From: Richard Soderberg <rs@crystalflame.net>
16424              Date: Thu, 21 Jun 2001 05:21:43 -0700 (PDT)
16425              Message-ID: <Pine.LNX.4.21.0106210518210.2479-100000@oregonnet.com>
16426      Branch: perl
16427            ! pp_ctl.c
16428 ____________________________________________________________________________
16429 [ 10770] By: jhi                                   on 2001/06/21  12:09:28
16430         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
16431              From: Artur Bergman <artur@contiller.se>
16432              Date: Thu, 21 Jun 2001 14:04:54 +0200
16433              Message-ID: <B757AF86.1842%artur@contiller.se>
16434      Branch: perl
16435            ! op.h
16436 ____________________________________________________________________________
16437 [ 10769] By: jhi                                   on 2001/06/21  12:08:03
16438         Log: Subject: Re: perl@10765: sv.c not OK on win32
16439              From: Artur Bergman <artur@contiller.se>
16440              Date: Thu, 21 Jun 2001 10:31:06 +0200
16441              Message-ID: <B7577D69.182C%artur@contiller.se>
16442      Branch: perl
16443            ! sv.c
16444 ____________________________________________________________________________
16445 [ 10768] By: jhi                                   on 2001/06/21  12:03:56
16446         Log: Subject: [PATCH 5.6.1] OS2 getpw*, getgr*
16447              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16448              Date: Thu, 21 Jun 2001 06:23:56 -0400
16449              Message-ID: <20010621062356.A8619@math.ohio-state.edu>
16450              
16451              Subject: Re: [PATCH 5.6.1] OS2 getpw*, getgr*
16452              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16453              Date: Thu, 21 Jun 2001 06:32:21 -0400
16454              Message-ID: <20010621063221.A8823@math.ohio-state.edu>
16455      Branch: perl
16456            ! lib/File/Glob/basic.t makedef.pl os2/os2.c os2/os2ish.h
16457 ____________________________________________________________________________
16458 [ 10767] By: jhi                                   on 2001/06/21  12:00:07
16459         Log: Subject: [PATCH] make syslog test more verbose
16460              From: Robert Spier <rspier@pobox.com>
16461              Date: Thu, 21 Jun 2001 00:54:32 -0400
16462              Message-ID: <15153.32264.295807.333073@rls.cx>
16463      Branch: perl
16464            ! ext/Sys/Syslog/syslog.t
16465 ____________________________________________________________________________
16466 [ 10766] By: jhi                                   on 2001/06/20  23:27:57
16467         Log: Subject: op/study.t refinements
16468              From: Hugo <hv@crypt.compulink.co.uk>
16469              Date: Thu, 21 Jun 2001 00:29:07 +0100
16470              Message-Id: <200106202329.AAA31397@crypt.compulink.co.uk>
16471      Branch: perl
16472            ! t/op/study.t
16473 ____________________________________________________________________________
16474 [ 10765] By: jhi                                   on 2001/06/20  19:51:47
16475         Log: Update Changes.
16476      Branch: perl
16477            ! Changes patchlevel.h
16478 ____________________________________________________________________________
16479 [ 10764] By: jhi                                   on 2001/06/20  19:00:23
16480         Log: Subject: Re: [PATCH] djgpp updates
16481              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
16482              Date: Wed, 20 Jun 2001 10:05:15 +0200
16483              Message-ID: <20010620100515.L5600@libra.eth.ericsson.se>
16484      Branch: perl
16485            ! djgpp/config.over
16486 ____________________________________________________________________________
16487 [ 10763] By: jhi                                   on 2001/06/20  18:58:06
16488         Log: Fix for ID 20010619.002 "When building hash, hash keys that
16489              are function calls are not being called", from Abhijit.
16490      Branch: perl
16491            ! t/base/lex.t toke.c
16492 ____________________________________________________________________________
16493 [ 10762] By: jhi                                   on 2001/06/20  18:45:00
16494         Log: Upgrade to Locale::Maketext 1.02, from Sean Burke.
16495      Branch: perl
16496            + lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
16497            + lib/Locale/Maketext/test.pl
16498            - lib/Locale/Maketext.t
16499            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
16500            ! lib/Locale/Maketext/TPJ13.pod
16501 ____________________________________________________________________________
16502 [ 10761] By: jhi                                   on 2001/06/20  18:44:15
16503         Log: Metaconfig unit change for #10760.
16504      Branch: metaconfig
16505            ! U/modified/Cppsym.U
16506 ____________________________________________________________________________
16507 [ 10760] By: jhi                                   on 2001/06/20  18:42:04
16508         Log: Do not remove the ccsym* Cppsym* files since
16509              they are useful for metaconfig units coming after us.
16510              (This is the Configure nit mentioned in #10752.)
16511      Branch: perl
16512            ! Configure
16513 ____________________________________________________________________________
16514 [ 10759] By: jhi                                   on 2001/06/20  18:02:18
16515         Log: Update to I18N::LangTags 0.24, from Sean Burke.
16516      Branch: perl
16517            + lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
16518            + lib/I18N/LangTags/README
16519            - lib/I18N/LangTags/List.pod
16520            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/test.pl
16521 ____________________________________________________________________________
16522 [ 10758] By: jhi                                   on 2001/06/20  17:34:43
16523         Log: Regen headers.
16524      Branch: perl
16525            ! embed.h embedvar.h global.sym perlapi.c perlapi.h
16526            ! pod/perlapi.pod proto.h
16527 ____________________________________________________________________________
16528 [ 10757] By: jhi                                   on 2001/06/20  17:23:08
16529         Log: Subject: [PATCH] Fixes case of CvDEPTH for perl_clone
16530              From: Artur Bergman <artur@contiller.se>
16531              Date: Wed, 20 Jun 2001 11:31:32 +0200
16532              Message-ID: <B7563A14.17D8%artur@contiller.se>
16533      Branch: perl
16534            ! embed.pl hv.c intrpvar.h sv.c sv.h
16535 ____________________________________________________________________________
16536 [ 10756] By: jhi                                   on 2001/06/20  17:13:26
16537         Log: Subject: Fix for [ID 20010124.001] POSIX::errno unreliable
16538              From: Tim Sweetman <tim@aldigital.co.uk> 
16539              Date: Wed, 13 Jun 2001 14:25:17 +0100 
16540              Message-ID: <3B2769BD.68B4F4B3@aldigital.co.uk> 
16541      Branch: perl
16542            ! ext/POSIX/POSIX.t lib/AutoLoader.pm
16543 ____________________________________________________________________________
16544 [ 10755] By: nick                                  on 2001/06/20  16:12:37
16545         Log: Integrate mainline
16546      Branch: perlio
16547           !> embed.h embed.pl ext/Cwd/Cwd.xs ext/Filter/t/call.t
16548           !> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
16549           !> ext/POSIX/POSIX.xs hints/mpeix.sh lib/File/Temp/security.t
16550           !> lib/FileHandle.t mpeix/mpeixish.h mpeix/relink objXSUB.h
16551           !> perlapi.c pod/perldiag.pod pp_sys.c proto.h t/op/pwent.t
16552           !> t/op/study.t util.c
16553 ____________________________________________________________________________
16554 [ 10754] By: gsar                                  on 2001/06/20  15:22:27
16555         Log: missing ld entry in Config.pm on Windows (makefile.mk had it,
16556              but not Makefile)
16557      Branch: maint-5.6/perl
16558            ! win32/Makefile
16559 ____________________________________________________________________________
16560 [ 10753] By: jhi                                   on 2001/06/20  14:03:20
16561         Log: Security tweak on readlink().
16562      Branch: perl
16563            ! pp_sys.c
16564 ____________________________________________________________________________
16565 [ 10752] By: jhi                                   on 2001/06/20  14:00:23
16566         Log: MPE/iX fixes from Mark Bixby (a Configure fix is also needed.)
16567      Branch: perl
16568            ! ext/Filter/t/call.t ext/IO/lib/IO/t/io_sock.t hints/mpeix.sh
16569            ! lib/File/Temp/security.t lib/FileHandle.t mpeix/mpeixish.h
16570            ! mpeix/relink t/op/pwent.t
16571 ____________________________________________________________________________
16572 [ 10751] By: jhi                                   on 2001/06/20  13:57:27
16573         Log: Reinstate #10725 (with probe for alarm()).
16574      Branch: perl
16575            ! t/op/study.t
16576 ____________________________________________________________________________
16577 [ 10750] By: jhi                                   on 2001/06/20  13:53:46
16578         Log: Replace our implementation of realpath() with OpenBSD's
16579              (src/lib/libc/stdlib/realpath.c 1.4).
16580      Branch: perl
16581            ! embed.h embed.pl ext/Cwd/Cwd.xs objXSUB.h perlapi.c
16582            ! pod/perldiag.pod proto.h util.c
16583 ____________________________________________________________________________
16584 [ 10749] By: jhi                                   on 2001/06/20  13:07:49
16585         Log: Integrate perlio.
16586      Branch: perl
16587           !> perlio.c
16588 ____________________________________________________________________________
16589 [ 10748] By: jhi                                   on 2001/06/20  13:07:18
16590         Log: No point in going into memory-saving contortions
16591              with getcwd() since there's a danger of buffer overflow.
16592              Also make the POSIX extension to use sv_getcwd().
16593              Finally, a missed proto.h fragment.
16594      Branch: perl
16595            ! ext/POSIX/POSIX.xs proto.h util.c
16596 ____________________________________________________________________________
16597 [ 10747] By: nick                                  on 2001/06/20  12:38:26
16598         Log: Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
16599      Branch: perlio
16600            ! perlio.c
16601 ____________________________________________________________________________
16602 [ 10746] By: jhi                                   on 2001/06/20  11:51:10
16603         Log: Subject: Re: Bug in IO::Socket::INET module (repeat)
16604              From: Graham Barr <gbarr@pobox.com>
16605              Date: Wed, 20 Jun 2001 11:05:49 +0100
16606              Message-ID: <20010620110549.I19188@pobox.com>
16607              
16608              reported in        
16609              
16610              Subject: Bug in IO::Socket::INET module (repeat)
16611              From: "Harmon S. Nine" <hnine@netarx.com>
16612              Date: Tue, 19 Jun 2001 09:41:35 -0400
16613              Message-ID: <3B2F568F.8080605@netarx.com>
16614              
16615              The bug was that the IO::Socket::INET constructor
16616              did not allow a 'LocalPort' of 0.
16617      Branch: perl
16618            ! ext/IO/lib/IO/Socket/INET.pm
16619 ____________________________________________________________________________
16620 [ 10745] By: nick                                  on 2001/06/20  08:56:39
16621         Log: Integrate mainline.
16622      Branch: perlio
16623           !> (integrate 37 files)
16624 ____________________________________________________________________________
16625 [ 10744] By: jhi                                   on 2001/06/20  04:54:53
16626         Log: After some reading I don't think we can blindly
16627              use systems' realpath().  Too many security problems,
16628              too many buggy implementations.
16629              
16630              TODO: the realpath() emulation code in util.c doesn't
16631              seem fully operational?  (readlink(), for example?)
16632      Branch: perl
16633            ! Configure Makefile.micro Porting/Glossary Porting/config.sh
16634            ! Porting/config_H config_h.SH embed.h embed.pl global.sym
16635            ! objXSUB.h perlapi.c pod/perldiag.pod pod/perltoc.pod uconfig.h
16636            ! uconfig.sh util.c vos/config.alpha.def vos/config.alpha.h
16637            ! vos/config.ga.def vos/config.ga.h win32/config_H.bc
16638            ! win32/config_H.gc win32/config_H.vc
16639 ____________________________________________________________________________
16640 [ 10743] By: jhi                                   on 2001/06/20  00:48:48
16641         Log: Metaconfig unit change for #10738.
16642      Branch: metaconfig
16643            ! U/compline/d_gconvert.U
16644 ____________________________________________________________________________
16645 [ 10742] By: jhi                                   on 2001/06/20  00:48:20
16646         Log: Integrate change #10739 from maintperl:
16647              
16648              C<eval "/x$\r\n/x"> fails to compile correctly 
16649      Branch: perl
16650           !> t/op/pat.t toke.c
16651 ____________________________________________________________________________
16652 [ 10741] By: jhi                                   on 2001/06/20  00:41:05
16653         Log: Retract #10725 (Hugo asked NOT to apply the patch)
16654      Branch: perl
16655            ! t/op/study.t
16656 ____________________________________________________________________________
16657 [ 10740] By: jhi                                   on 2001/06/19  23:58:25
16658         Log: The test.third results were funnily named because of the
16659              new test scheme.
16660      Branch: perl
16661            ! t/TEST
16662 ____________________________________________________________________________
16663 [ 10739] By: gsar                                  on 2001/06/19  23:49:15
16664         Log: C<eval "/x$\r\n/x"> fails to compile correctly
16665      Branch: maint-5.6/perl
16666            ! t/op/pat.t toke.c
16667 ____________________________________________________________________________
16668 [ 10738] By: jhi                                   on 2001/06/19  23:04:15
16669         Log: Subject: [ID 20010619.012] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED) 
16670              From: Spider Boardman <spider@Orb.Nashua.NH.US>
16671              Date: Tue, 19 Jun 2001 19:15:40 -0400
16672              Message-Id: <200106192315.TAA18531@Orb.Nashua.NH.US>
16673              
16674              The bigintpm.t #1183 failing in Tru64 (and also Cygwin)
16675              because "1e+129" being expected but "1.e+129" being returned.
16676              The culprit (at least in Tru64) is the use of gcvt().
16677      Branch: perl
16678            ! Configure
16679 ____________________________________________________________________________
16680 [ 10737] By: jhi                                   on 2001/06/19  22:56:52
16681         Log: Subject: [PATCH perl@10722] test hunting on VMS
16682              From: "Craig A. Berry" <craigberry@mac.com>
16683              Message-Id: <5.1.0.14.0.20010619183530.01c4bdb8@exchi01>
16684              Date: Tue, 19 Jun 2001 18:59:01 -0500
16685      Branch: perl
16686            ! vms/test.com
16687 ____________________________________________________________________________
16688 [ 10736] By: jhi                                   on 2001/06/19  21:32:29
16689         Log: Subject: [PATCH] s/typos//
16690              From: Abhijit Menon-Sen <ams@wiw.org>
16691              Date: Wed, 20 Jun 2001 02:15:02 +0530
16692              Message-ID: <20010620021502.A14541@lustre.linux.in>
16693              
16694              Without the op.h s/bearword/bareword/ hunk, see
16695              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-02/msg00370.html
16696      Branch: perl
16697            ! util.c
16698 ____________________________________________________________________________
16699 [ 10735] By: jhi                                   on 2001/06/19  21:26:43
16700         Log: Metaconfig unit change for #10732 and #10733.
16701      Branch: metaconfig/U/perl
16702            ! fflushall.U
16703 ____________________________________________________________________________
16704 [ 10734] By: jhi                                   on 2001/06/19  21:24:41
16705         Log: Subject: [PATCH perl@10722] build ext/Socket dynamically on VMS
16706              From: "Craig A. Berry" <craigberry@mac.com>
16707              Date: Tue, 19 Jun 2001 17:19:48 -0500
16708              Message-Id: <5.1.0.14.0.20010619165650.01bd8478@exchi01>
16709      Branch: perl
16710            ! configure.com vms/descrip_mms.template
16711 ____________________________________________________________________________
16712 [ 10733] By: jhi                                   on 2001/06/19  19:57:44
16713         Log: Subject: [ID 20010619.011] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
16714              From: Spider Boardman <spider@Orb.Nashua.NH.US>
16715              Date: Tue, 19 Jun 2001 16:48:07 -0400
16716              Message-Id: <200106192048.QAA20849@Orb.Nashua.NH.US>
16717              
16718              Further fixes to fflush(NULL) detection.
16719      Branch: perl
16720            ! Configure
16721 ____________________________________________________________________________
16722 [ 10732] By: jhi                                   on 2001/06/19  19:38:20
16723         Log: AIX test -s hangs with non-existent files?
16724              (A genuine logic bug in Configure, but AIX also broken?)
16725      Branch: perl
16726            ! Configure
16727 ____________________________________________________________________________
16728 [ 10731] By: jhi                                   on 2001/06/19  19:17:35
16729         Log: AUTHORS updates.
16730      Branch: perl
16731            ! AUTHORS
16732 ____________________________________________________________________________
16733 [ 10730] By: jhi                                   on 2001/06/19  19:03:07
16734         Log: Subject: [ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
16735              From: Spider Boardman <spider@Orb.Nashua.NH.US>
16736              Date: Tue, 19 Jun 2001 15:33:25 -0400
16737              Message-Id: <200106191933.PAA08415@Orb.Nashua.NH.US>
16738      Branch: perl
16739            ! ext/POSIX/POSIX.t lib/warnings.t perlio.c t/lib/1_compile.t
16740            ! t/lib/warnings/pp
16741 ____________________________________________________________________________
16742 [ 10729] By: jhi                                   on 2001/06/19  18:34:10
16743         Log: Integrate perlio.
16744      Branch: perl
16745           !> lib/File/Find/find.t win32/distclean.bat
16746 ____________________________________________________________________________
16747 [ 10728] By: nick                                  on 2001/06/19  18:24:53
16748         Log: Hack File/Find/find.t to use File::Spec::Unix on Win32.
16749      Branch: perlio
16750            ! lib/File/Find/find.t win32/distclean.bat
16751 ____________________________________________________________________________
16752 [ 10727] By: jhi                                   on 2001/06/19  18:07:31
16753         Log: Furthwer tweak the fdopen() spot as suggseted by Jeff Pinyan;
16754              also add information how to find out whether one has PerlIO.
16755      Branch: perl
16756            ! pod/perlfunc.pod
16757 ____________________________________________________________________________
16758 [ 10726] By: jhi                                   on 2001/06/19  17:59:30
16759         Log: Subject: [ID 20010619.005] two typos in pod/perlfunc.pod
16760              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
16761              Date: Tue, 19 Jun 2001 11:36:32 -0700 (PDT)
16762              Message-Id: <200106191836.LAA21471@ventrue.corp.yahoo.com>
16763      Branch: perl
16764            ! pod/perlfunc.pod
16765 ____________________________________________________________________________
16766 [ 10725] By: jhi                                   on 2001/06/19  17:28:30
16767         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
16768              From: Hugo <hv@crypt.compulink.co.uk>
16769              Date: Tue, 19 Jun 2001 12:37:30 +0100
16770              Message-Id: <200106191137.MAA15185@crypt.compulink.co.uk>
16771      Branch: perl
16772            ! t/op/study.t
16773 ____________________________________________________________________________
16774 [ 10724] By: jhi                                   on 2001/06/19  17:22:20
16775         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
16776              From: Hugo <hv@crypt.compulink.co.uk>
16777              Message-Id: <200106191215.NAA17691@crypt.compulink.co.uk>
16778              Date: Tue, 19 Jun 2001 13:15:17 +0100
16779      Branch: perl
16780            ! util.c
16781 ____________________________________________________________________________
16782 [ 10723] By: nick                                  on 2001/06/19  14:46:15
16783         Log: Integrate mainline
16784      Branch: perlio
16785           +> ext/IPC/SysV/ipcsysv.t ext/Thread/create.tx ext/Thread/die.tx
16786           +> ext/Thread/die2.tx ext/Thread/io.tx ext/Thread/join.tx
16787           +> ext/Thread/join2.tx ext/Thread/list.tx ext/Thread/lock.tx
16788           +> ext/Thread/queue.tx ext/Thread/specific.tx ext/Thread/sync.tx
16789           +> ext/Thread/sync2.tx ext/Thread/unsync.tx ext/Thread/unsync2.tx
16790           +> ext/Thread/unsync3.tx ext/Thread/unsync4.tx
16791            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
16792            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
16793            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
16794            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
16795            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
16796            - ext/Thread/unsync4.t
16797           !> Changes MANIFEST NetWare/Makefile NetWare/config.wc
16798           !> djgpp/config.over djgpp/fixpmain
16799           !> ext/DynaLoader/DynaLoader_pm.PL ext/IPC/SysV/t/msg.t
16800           !> ext/IPC/SysV/t/sem.t handy.h hv.c lib/ExtUtils/MM_Unix.pm
16801           !> patchlevel.h perl.h utils/libnetcfg.PL win32/Makefile
16802 ____________________________________________________________________________
16803 [ 10722] By: jhi                                   on 2001/06/19  11:55:30
16804         Log: Update Changes.
16805      Branch: perl
16806            ! Changes patchlevel.h
16807 ____________________________________________________________________________
16808 [ 10721] By: jhi                                   on 2001/06/19  11:29:34
16809         Log: The existence shall be MANIFESted.
16810      Branch: perl
16811            ! MANIFEST
16812 ____________________________________________________________________________
16813 [ 10720] By: jhi                                   on 2001/06/19  10:58:09
16814         Log: The old libnet.cfg is first searched from the current directory,
16815              only then from the module path.
16816      Branch: perl
16817            ! utils/libnetcfg.PL
16818 ____________________________________________________________________________
16819 [ 10719] By: jhi                                   on 2001/06/19  10:55:59
16820         Log: NetWare tweaks from Guruprasad.
16821      Branch: perl
16822            ! NetWare/Makefile NetWare/config.wc
16823 ____________________________________________________________________________
16824 [ 10718] By: jhi                                   on 2001/06/19  10:54:22
16825         Log: Subject: [PATCH] djgpp updates
16826              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
16827              Date: Tue, 19 Jun 2001 10:59:06 +0200
16828              Message-ID: <20010619105906.C5600@libra.eth.ericsson.se>
16829      Branch: perl
16830            ! djgpp/config.over djgpp/fixpmain
16831 ____________________________________________________________________________
16832 [ 10717] By: jhi                                   on 2001/06/19  10:53:20
16833         Log: Subject: [PATCH: perl@10689]let MS VC 5 resolve _PerlIO_win32
16834              From: Prymmer/Kahn <pvhp@best.com>
16835              Date: Mon, 18 Jun 2001 23:48:52 -0700 (PDT)
16836              Message-ID: <Pine.BSF.4.21.0106182345100.17670-100000@shell8.ba.best.com>
16837      Branch: perl
16838            ! win32/Makefile
16839 ____________________________________________________________________________
16840 [ 10716] By: jhi                                   on 2001/06/19  10:52:25
16841         Log: The INT32_MIN_BROKEN and INT64_MIN_BROKEN tweaks needs
16842              to happen right after the inclusion of <inttypes.h>,
16843              from Edward Moy.
16844      Branch: perl
16845            ! handy.h perl.h
16846 ____________________________________________________________________________
16847 [ 10715] By: jhi                                   on 2001/06/19  10:49:21
16848         Log: Subject: [patch] preserve @DynaLoader::dl_{librefs,modules}
16849              From: Doug MacEachern <dougm@covalent.net>
16850              Date: Mon, 18 Jun 2001 22:13:38 -0700 (PDT)
16851              Message-ID: <Pine.LNX.4.21.0106182210570.22114-100000@mako.covalent.net>
16852      Branch: perl
16853            ! ext/DynaLoader/DynaLoader_pm.PL
16854 ____________________________________________________________________________
16855 [ 10714] By: jhi                                   on 2001/06/19  10:48:19
16856         Log: Revert #10656 for perfomance reasons but leave in the
16857              use of Hv*() macros -- in comments, so that grepping the
16858              source is easier, from Abhijit.  (Also add the ENV_HV_NAME speedup
16859              suggested by Sarathy, also by Abhijit.)
16860      Branch: perl
16861            ! hv.c
16862 ____________________________________________________________________________
16863 [ 10713] By: jhi                                   on 2001/06/19  10:46:08
16864         Log: Subject: [patch] .s MakeMaker suffix
16865              From: Doug MacEachern <dougm@covalent.net>
16866              Date: Mon, 18 Jun 2001 21:23:11 -0700 (PDT)
16867              Message-ID: <Pine.LNX.4.21.0106182120250.22114-100000@mako.covalent.net>
16868      Branch: perl
16869            ! lib/ExtUtils/MM_Unix.pm
16870 ____________________________________________________________________________
16871 [ 10712] By: jhi                                   on 2001/06/19  10:34:35
16872         Log: One test lost in the big shuffle restored.
16873      Branch: perl
16874            + ext/IPC/SysV/ipcsysv.t
16875            ! MANIFEST ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
16876 ____________________________________________________________________________
16877 [ 10711] By: jhi                                   on 2001/06/19  10:25:46
16878         Log: Rename the old non-standard threads tests so that
16879              they won't be invoked.
16880      Branch: perl
16881            + ext/Thread/create.tx ext/Thread/die.tx ext/Thread/die2.tx
16882            + ext/Thread/io.tx ext/Thread/join.tx ext/Thread/join2.tx
16883            + ext/Thread/list.tx ext/Thread/lock.tx ext/Thread/queue.tx
16884            + ext/Thread/specific.tx ext/Thread/sync.tx ext/Thread/sync2.tx
16885            + ext/Thread/unsync.tx ext/Thread/unsync2.tx
16886            + ext/Thread/unsync3.tx ext/Thread/unsync4.tx
16887            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
16888            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
16889            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
16890            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
16891            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
16892            - ext/Thread/unsync4.t
16893            ! MANIFEST
16894 ____________________________________________________________________________
16895 [ 10710] By: jhi                                   on 2001/06/19  10:18:41
16896         Log: Integrate perlio.
16897      Branch: perl
16898           !> win32/config_sh.PL
16899 ____________________________________________________________________________
16900 [ 10709] By: nick                                  on 2001/06/19  08:18:18
16901         Log: Integrate mainline
16902      Branch: perlio
16903           +> (branch 40 files)
16904            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
16905            - lib/strict/subs lib/strict/vars lib/warnings/1global
16906            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
16907            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
16908            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
16909            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
16910            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
16911            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
16912            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
16913            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
16914            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
16915            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
16916            - lib/warnings/utf8 lib/warnings/util
16917           !> (integrate 57 files)
16918 ____________________________________________________________________________
16919 [ 10708] By: nick                                  on 2001/06/19  07:57:10
16920         Log: Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
16921      Branch: perlio
16922            ! win32/config_sh.PL
16923 ____________________________________________________________________________
16924 [ 10707] By: nick                                  on 2001/06/19  07:05:07
16925         Log: Perly.y and related file fixes to keep mainframe yacc (and bison) happy.
16926      Branch: perl
16927            ! perly.c perly.y perly_c.diff vms/perly_c.vms
16928 ____________________________________________________________________________
16929 [ 10706] By: jhi                                   on 2001/06/19  02:58:26
16930         Log: More perl572delta tweaks.
16931      Branch: perl
16932            ! pod/perl572delta.pod
16933 ____________________________________________________________________________
16934 [ 10705] By: jhi                                   on 2001/06/19  01:53:40
16935         Log: Update perl572delta.
16936      Branch: perl
16937            ! pod/perl572delta.pod
16938 ____________________________________________________________________________
16939 [ 10704] By: jhi                                   on 2001/06/19  01:28:40
16940         Log: VOS updates from Paul Green.
16941      Branch: perl
16942            ! vos/Changes vos/build.cm vos/perl.bind
16943 ____________________________________________________________________________
16944 [ 10703] By: jhi                                   on 2001/06/19  01:03:53
16945         Log: Update the vos/config.*.* files.
16946      Branch: perl
16947            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
16948            ! vos/config.ga.h
16949 ____________________________________________________________________________
16950 [ 10702] By: jhi                                   on 2001/06/19  01:03:32
16951         Log: Add a makefile for more painless adding of symbols to the
16952              VOS headers while in UNIX (in VOS the vos/configure_perl.cm
16953              takes care of the adding)
16954      Branch: perl
16955            + vos/Makefile
16956 ____________________________________________________________________________
16957 [ 10701] By: jhi                                   on 2001/06/19  00:51:44
16958         Log: Make libnetcfg by default display the libnet configuration,
16959              -c to change, add -i for old config, document all options,
16960              regen toc.
16961      Branch: perl
16962            ! pod/perltoc.pod pod/perlutil.pod utils/libnetcfg.PL
16963 ____________________________________________________________________________
16964 [ 10700] By: jhi                                   on 2001/06/18  23:45:12
16965         Log: gcc -Wall sweep.
16966      Branch: perl
16967            ! ext/IO/IO.xs ext/Time/Piece/Piece.xs
16968 ____________________________________________________________________________
16969 [ 10699] By: jhi                                   on 2001/06/18  23:19:53
16970         Log: So there.
16971      Branch: perl
16972            ! universal.c
16973 ____________________________________________________________________________
16974 [ 10698] By: jhi                                   on 2001/06/18  23:10:22
16975         Log: Document the need for sv_printify().
16976              
16977              Document that 'use utf8' has been considered.
16978              
16979              (An unfinished, gcc 3.0 -Wall nit fix also slipped in, gack.)
16980      Branch: perl
16981            ! pod/perltodo.pod universal.c
16982 ____________________________________________________________________________
16983 [ 10697] By: jhi                                   on 2001/06/18  22:50:53
16984         Log: Subject: Re: [PATCH] Re: [PATCH] Re: perl@10611
16985              From: Nicholas Clark <nick@ccl4.org>
16986              Date: Mon, 18 Jun 2001 23:29:23 +0100
16987              Message-ID: <20010618232923.I98663@plum.flirble.org>
16988      Branch: perl
16989            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
16990            ! ext/Sys/Syslog/Makefile.PL
16991 ____________________________________________________________________________
16992 [ 10696] By: jhi                                   on 2001/06/18  22:39:32
16993         Log: Subject: [PATCH: 5.6.1] perl5db.pl v1.07 + docs
16994              From: Scott.L.Miller@Compaq.com
16995              Date: Mon, 18 Jun 2001 10:12:27 -0500
16996              Message-ID: <86256A6F.00538A54.00@omacmta01.custom-edge.com>
16997      Branch: perl
16998            ! lib/perl5db.pl pod/perldebug.pod
16999 ____________________________________________________________________________
17000 [ 10695] By: jhi                                   on 2001/06/18  22:35:13
17001         Log: Subject: [PATCH lib/Carp/Heavy.pm] malformed POSIX negation
17002              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
17003              Date: Mon, 18 Jun 2001 16:52:24 -0400 (EDT)
17004              Message-ID: <Pine.GSO.4.21.0106181650590.17386-100000@crusoe.crusoe.net>
17005      Branch: perl
17006            ! lib/Carp/Heavy.pm
17007 ____________________________________________________________________________
17008 [ 10694] By: jhi                                   on 2001/06/18  22:34:06
17009         Log: Subject: [PATCH] Documentation changes for CLONE
17010              From: Artur Bergman <artur@contiller.se>
17011              Date: Mon, 18 Jun 2001 22:06:37 +0200
17012              Message-ID: <B7542BEC.1719%artur@contiller.se>
17013      Branch: perl
17014            ! pod/perlmod.pod pod/perlsub.pod
17015 ____________________________________________________________________________
17016 [ 10693] By: jhi                                   on 2001/06/18  22:31:38
17017         Log: Subject: Re: configure.com
17018              From: "Craig A. Berry" <craigberry@mac.com>
17019              Date: Mon, 18 Jun 2001 16:04:38 -0500
17020              Message-Id: <5.1.0.14.0.20010618154549.0318c090@mail.mac.com>
17021      Branch: perl
17022            ! configure.com
17023 ____________________________________________________________________________
17024 [ 10692] By: jhi                                   on 2001/06/18  22:30:43
17025         Log: Subject: PL_nullstash + perl_clone()
17026              From: Doug MacEachern <dougm@covalent.net>
17027              Date: Mon, 18 Jun 2001 16:24:22 -0700 (PDT)
17028              Message-ID: <Pine.LNX.4.21.0106181621040.11974-100000@mako.covalent.net>
17029      Branch: perl
17030            ! sv.c
17031 ____________________________________________________________________________
17032 [ 10691] By: jhi                                   on 2001/06/18  22:26:20
17033         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
17034              From: davem@fdgroup.co.uk
17035              Date: Mon, 18 Jun 2001 21:29:45 +0100 (BST)
17036              Message-Id: <200106182029.VAA06503@gizmo.fdgroup.co.uk>
17037      Branch: perl
17038            ! embed.pl pod/perlapi.pod
17039 ____________________________________________________________________________
17040 [ 10690] By: jhi                                   on 2001/06/18  22:17:05
17041         Log: More cross-compilation defaults gleaned from -Dcc
17042              if it is CPU-OS-gcc.
17043      Branch: metaconfig
17044            ! U/modified/libc.U
17045      Branch: metaconfig/U/perl
17046            ! Cross.U
17047      Branch: perl
17048            ! Configure INSTALL
17049 ____________________________________________________________________________
17050 [ 10689] By: jhi                                   on 2001/06/18  13:59:47
17051         Log: Update Changes.
17052      Branch: perl
17053            ! Changes patchlevel.h
17054 ____________________________________________________________________________
17055 [ 10688] By: jhi                                   on 2001/06/18  13:44:18
17056         Log: Subject: [PATCH 5.7.1] sv.c documentation
17057              From: davem@fdgroup.co.uk
17058              Date: Mon, 18 Jun 2001 00:47:52 +0100 (BST)
17059              Message-Id: <200106172347.AAA05475@gizmo.fdgroup.co.uk>
17060      Branch: perl
17061            ! embed.pl pod/perlapi.pod pod/perlguts.pod pod/perlintern.pod
17062            ! sv.c sv.h
17063 ____________________________________________________________________________
17064 [ 10687] By: jhi                                   on 2001/06/18  13:38:03
17065         Log: Subject: [PATCH bleadperl DOC] $@ Clarification in pod/perlvar.pod
17066              From: "Jon Gunnip" <jongunnip@hotmail.com>
17067              Date: Sun, 17 Jun 2001 18:24:29 -0400
17068              Message-ID: <F136EXUIEAOeIiGXix40000e3a7@hotmail.com>
17069      Branch: perl
17070            ! pod/perlvar.pod
17071 ____________________________________________________________________________
17072 [ 10686] By: jhi                                   on 2001/06/18  13:32:13
17073         Log: Move the locale/strict/warnings helper files back
17074              under the t/lib; this way the amount of non-installabled
17075              stuff under lib/ stays smaller.
17076      Branch: perl
17077            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/strict/refs
17078            + t/lib/strict/subs t/lib/strict/vars t/lib/warnings/1global
17079            + t/lib/warnings/2use t/lib/warnings/3both t/lib/warnings/4lint
17080            + t/lib/warnings/5nolint t/lib/warnings/6default
17081            + t/lib/warnings/7fatal t/lib/warnings/8signal
17082            + t/lib/warnings/9enabled t/lib/warnings/av t/lib/warnings/doio
17083            + t/lib/warnings/doop t/lib/warnings/gv t/lib/warnings/hv
17084            + t/lib/warnings/malloc t/lib/warnings/mg t/lib/warnings/op
17085            + t/lib/warnings/perl t/lib/warnings/perlio t/lib/warnings/perly
17086            + t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
17087            + t/lib/warnings/pp_sys t/lib/warnings/regcomp
17088            + t/lib/warnings/regexec t/lib/warnings/run t/lib/warnings/sv
17089            + t/lib/warnings/taint t/lib/warnings/toke
17090            + t/lib/warnings/universal t/lib/warnings/utf8
17091            + t/lib/warnings/util
17092            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
17093            - lib/strict/subs lib/strict/vars lib/warnings/1global
17094            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
17095            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
17096            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
17097            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
17098            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
17099            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
17100            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
17101            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
17102            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
17103            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
17104            - lib/warnings/utf8 lib/warnings/util
17105            ! MANIFEST installperl lib/locale.t lib/strict.t
17106 ____________________________________________________________________________
17107 [ 10685] By: jhi                                   on 2001/06/18  13:11:49
17108         Log: Split off the pack/unpack code, from Nicholas Clark.
17109      Branch: perl
17110            + pp_pack.c
17111            ! MANIFEST Makefile.SH Makefile.micro cflags.SH embed.h embed.pl
17112            ! objXSUB.h perlapi.c pod/perlhack.pod pp.c proto.h
17113            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
17114 ____________________________________________________________________________
17115 [ 10684] By: jhi                                   on 2001/06/18  12:25:55
17116         Log: Guard the SysV IPC tests against being invoked in
17117              SysV-IPC-less places.
17118      Branch: perl
17119            ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
17120 ____________________________________________________________________________
17121 [ 10683] By: nick                                  on 2001/06/18  12:24:42
17122         Log: Integrate mainline (new test scheme now ok on Linux).
17123      Branch: perlio
17124           +> lib/warnings.t
17125           !> dump.c sv.c
17126 ____________________________________________________________________________
17127 [ 10682] By: jhi                                   on 2001/06/18  12:20:50
17128         Log: Add the locale.c and numeric.c to the microperl sources.
17129      Branch: perl
17130            ! Makefile.micro win32/Makefile
17131 ____________________________________________________________________________
17132 [ 10681] By: jhi                                   on 2001/06/18  11:57:45
17133         Log: Subject: [PATCH dump.c] FLAGS = (...,OUR,TYPED,...)
17134              From: Abhijit Menon-Sen <ams@wiw.org>
17135              Date: Mon, 18 Jun 2001 14:23:44 +0530
17136              Message-ID: <20010618142344.A13136@lustre.linux.in>
17137      Branch: perl
17138            ! dump.c
17139 ____________________________________________________________________________
17140 [ 10680] By: jhi                                   on 2001/06/18  11:56:12
17141         Log: Subject: Re: [PATCH] more anonymous stash cleanups
17142              From: Abhijit Menon-Sen <ams@wiw.org>
17143              Date: Mon, 18 Jun 2001 15:50:32 +0530
17144              Message-ID: <20010618155032.A13223@lustre.linux.in>
17145              
17146              Plus the comment left in as suggested by NI-S.
17147      Branch: perl
17148            ! sv.c
17149 ____________________________________________________________________________
17150 [ 10679] By: jhi                                   on 2001/06/18  11:49:27
17151         Log: One missed file.
17152      Branch: perl
17153            + lib/warnings.t
17154 ____________________________________________________________________________
17155 [ 10678] By: nick                                  on 2001/06/18  08:05:29
17156         Log: Integrate mainline (part2 - the deletes)
17157      Branch: perlio
17158            - lib/Text/Abbrev/t/abbrev.t t/lib/anydbm.t t/lib/b-stash.t
17159            - t/lib/bigfltpm.t t/lib/bigintpm.t t/lib/cwd.t t/lib/db-btree.t
17160            - t/lib/db-hash.t t/lib/db-recno.t t/lib/extutils.t
17161            - t/lib/filefind.t t/lib/filehand.t t/lib/filter-util.t
17162            - t/lib/findtaint.t t/lib/ftmp-security.t t/lib/gdbm.t
17163            - t/lib/glob-basic.t t/lib/glob-case.t t/lib/io_dup.t
17164            - t/lib/io_poll.t t/lib/io_sel.t t/lib/io_taint.t t/lib/mbimbf.t
17165            - t/lib/ndbm.t t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t
17166            - t/lib/open3.t t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t
17167            - t/lib/syslfs.t t/pragma/locale.t t/pragma/strict.t
17168            - t/pragma/subs.t t/pragma/warn/mg t/pragma/warnings.t
17169 ____________________________________________________________________________
17170 [ 10677] By: nick                                  on 2001/06/18  08:04:44
17171         Log: Integrate mainline (part1)
17172      Branch: perlio
17173           +> (branch 376 files)
17174            - (delete 219 files)
17175           !> (integrate 151 files)
17176 ____________________________________________________________________________
17177 [ 10676] By: jhi                                   on 2001/06/18  04:17:15
17178         Log: The Grand Trek: move the *.t files from t/ to lib/ and ext/.
17179              No doubt I made some mistakes like missed some files or
17180              misnamed some files.  The naming rules were more or less:
17181              (1) if the module is from CPAN, follows its ways, be it
17182              t/*.t or test.pl.
17183              (2) otherwise if there are multiple tests for a module
17184              put them in a t/
17185              (3) otherwise if there's only one test put it in Module.t
17186              (4) helper files go to module/ (locale, strict, warnings)
17187              (5) use longer filenames now that we can (but e.g. the
17188              compat-0.6.t and the Text::Balanced test files still
17189              were renamed to be more civil against the 8.3 people)
17190              installperl was updated appropriately not to install the
17191              *.t files or the help files from under lib.
17192              
17193              TODO: some helper files still remain under t/ that could
17194              follow their 'masters'.  UPDATE: On second thoughts, why
17195              should they.  They can continue to live under t/lib, and
17196              in fact the locale/strict/warnings helpers that were moved
17197              could be moved back.  This way the amount of non-installable
17198              stuff under lib/ stays smaller.
17199      Branch: perl
17200            + (add 253 files)
17201            - (delete 254 files)
17202            ! MANIFEST installperl lib/Test/Harness.pm t/TEST t/harness
17203 ____________________________________________________________________________
17204 [ 10675] By: jhi                                   on 2001/06/18  03:15:02
17205         Log: The warning no more comes from util.c, it comes from numeric.c.
17206      Branch: perl
17207            ! README.tru64
17208 ____________________________________________________________________________
17209 [ 10674] By: jhi                                   on 2001/06/18  00:56:22
17210         Log: Subject: Re: anyone good at casting spells?
17211              From: Spider Boardman <spider@Orb.Nashua.NH.US>
17212              Date: Sun, 17 Jun 2001 21:21:04 -0400
17213              Message-Id: <200106180121.VAA10195@Orb.Nashua.NH.US> 
17214      Branch: perl
17215            ! ext/POSIX/POSIX.xs hv.h
17216 ____________________________________________________________________________
17217 [ 10673] By: jhi                                   on 2001/06/17  22:24:53
17218         Log: Protect the (original) thread tests against testing if no 5.005
17219              threads have been configured.
17220      Branch: perl
17221            ! ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
17222            ! ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
17223            ! ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
17224            ! ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
17225            ! ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
17226            ! ext/Thread/unsync4.t
17227 ____________________________________________________________________________
17228 [ 10672] By: jhi                                   on 2001/06/17  22:09:28
17229         Log: Try the new test scanning scheme on Text::Abbrev.
17230      Branch: perl
17231            + lib/Text/Abbrev.t
17232            - lib/Text/Abbrev/t/abbrev.t
17233            ! MANIFEST
17234 ____________________________________________________________________________
17235 [ 10671] By: jhi                                   on 2001/06/17  22:07:08
17236         Log: Change the scan policy of the *.t and test.pl files,
17237              now the *.t do not need to live in a t/ directory.
17238      Branch: perl
17239            ! t/TEST t/harness
17240 ____________________________________________________________________________
17241 [ 10670] By: jhi                                   on 2001/06/17  20:32:35
17242         Log: Subject: [PATCH perlfaq7.pod] fix dangling L<perlobj/"WARNING">
17243              From: Ilmari Karonen <iltzu@sci.fi>
17244              Date: Mon, 18 Jun 2001 00:30:21 +0300 (EET DST)
17245              Message-ID: <Pine.SOL.3.96.1010618002009.6629A-100000@simpukka>
17246      Branch: perl
17247            ! pod/perlfaq7.pod
17248 ____________________________________________________________________________
17249 [ 10669] By: jhi                                   on 2001/06/17  20:30:22
17250         Log: Quench the warnings from Tru64; the HP-UX is still
17251              broken because it really, REALLY, doesn't like the
17252              HvARRAY() being lvalue:
17253              
17254              cc: "hv.c", line 192: warning 524: Cast (non-lvalue) appears on left-hand side of assignment.
17255              cc: "hv.c", line 192: error 1549: Modifiable lvalue required for assignment operator.
17256      Branch: perl
17257            ! hv.c
17258 ____________________________________________________________________________
17259 [ 10668] By: jhi                                   on 2001/06/17  19:13:24
17260         Log: Integrate change #10667 from maintperl:
17261              
17262              change#10449 broke the special-case that makes lexicals inside the
17263              eval"" within DB::DB() visible
17264      Branch: perl
17265           !> op.c
17266 ____________________________________________________________________________
17267 [ 10667] By: gsar                                  on 2001/06/17  19:08:27
17268         Log: change#10449 broke the special-case that makes lexicals inside the
17269              eval"" within DB::DB() visible
17270      Branch: maint-5.6/perl
17271            ! op.c
17272 ____________________________________________________________________________
17273 [ 10666] By: jhi                                   on 2001/06/17  17:50:07
17274         Log: Still spurious output; indent the code a bit.
17275              
17276              TODO1: separate the utility functions like MkDir
17277              into a helper script?
17278              
17279              TODO2: I see a lot of repetition in the filepath()
17280              and dirpath() calls.
17281      Branch: perl
17282            ! t/lib/filefind.t t/lib/findtaint.t
17283 ____________________________________________________________________________
17284 [ 10665] By: jhi                                   on 2001/06/17  16:59:42
17285         Log: Regen modlib, toc.
17286      Branch: perl
17287            ! pod/perlmodlib.pod pod/perltoc.pod
17288 ____________________________________________________________________________
17289 [ 10664] By: jhi                                   on 2001/06/17  16:55:28
17290         Log: Add libnetcfg to perlutil.
17291      Branch: perl
17292            ! pod/perlutil.pod
17293 ____________________________________________________________________________
17294 [ 10663] By: jhi                                   on 2001/06/17  16:53:29
17295         Log: Initial integration of libnet-1.0703.
17296              The Configure script renamed as libnetcfg, will be
17297              installed along other utilities.
17298      Branch: perl
17299            + lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.eg
17300            + lib/Net/Config.pm lib/Net/Domain.pm lib/Net/DummyInetd.pm
17301            + lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/FTP/E.pm
17302            + lib/Net/FTP/I.pm lib/Net/FTP/L.pm lib/Net/FTP/dataconn.pm
17303            + lib/Net/Hostname.eg lib/Net/NNTP.pm lib/Net/Netrc.pm
17304            + lib/Net/PH.pm lib/Net/POP3.pm lib/Net/README.config
17305            + lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/SNPP.pm
17306            + lib/Net/Time.pm lib/Net/demos/ftp lib/Net/demos/inetd
17307            + lib/Net/demos/nntp lib/Net/demos/nntp.mirror
17308            + lib/Net/demos/pop3 lib/Net/demos/smtp.self lib/Net/demos/snpp
17309            + lib/Net/demos/time lib/Net/libnet.ppd lib/Net/libnetFAQ.pod
17310            + lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
17311            + lib/Net/t/ph.t lib/Net/t/require.t lib/Net/t/smtp.t
17312            + utils/libnetcfg.PL
17313            ! MANIFEST utils.lst utils/Makefile
17314 ____________________________________________________________________________
17315 [ 10662] By: jhi                                   on 2001/06/17  15:37:32
17316         Log: Less potentially test-harness-confusing output.
17317      Branch: perl
17318            ! lib/Memoize/t/expire_module_t.t
17319 ____________________________________________________________________________
17320 [ 10661] By: jhi                                   on 2001/06/17  15:31:04
17321         Log: The final print annoys make test.
17322      Branch: perl
17323            ! t/lib/filefind.t t/lib/findtaint.t
17324 ____________________________________________________________________________
17325 [ 10660] By: jhi                                   on 2001/06/17  14:00:21
17326         Log: Add an option for handling dangling symbolic links.
17327      Branch: perl
17328            ! lib/File/Find.pm t/lib/filefind.t
17329 ____________________________________________________________________________
17330 [ 10659] By: jhi                                   on 2001/06/17  13:45:48
17331         Log: Subject: Re: [MacPerl-Porters] Re: [PATCH] File::Find for bleadperl, Mac OS  etc.
17332              From: Thomas Wegner <wegner_thomas@yahoo.com>
17333              Date: Sun, 17 Jun 2001 14:43:11 +0200
17334              Message-Id: <p04320400b751fb74714a@[149.225.10.45]>
17335      Branch: perl
17336            + t/lib/findtaint.t
17337            ! MANIFEST lib/File/Find.pm t/lib/filefind.t
17338 ____________________________________________________________________________
17339 [ 10658] By: jhi                                   on 2001/06/17  13:13:25
17340         Log: Subject: [PATCH ExtUtils/MM_Unix.pm perl@10654] Remove tmon.out in make clean
17341              From: Jonathan Stowe <gellyfish@gellyfish.com>
17342              Date: Sun, 17 Jun 2001 11:26:21 +0100 (BST)
17343              Message-ID: <Pine.LNX.4.33.0106171120540.28753-100000@orpheus.gellyfish.com>
17344      Branch: perl
17345            ! lib/ExtUtils/MM_Unix.pm
17346 ____________________________________________________________________________
17347 [ 10657] By: jhi                                   on 2001/06/17  13:12:25
17348         Log: Subject: [PATCH] more anonymous stash cleanups
17349              From: Abhijit Menon-Sen <ams@wiw.org>
17350              Date: Sun, 17 Jun 2001 11:44:06 +0530
17351              Message-ID: <20010617114406.A25203@lustre.linux.in>
17352      Branch: perl
17353            ! op.c
17354 ____________________________________________________________________________
17355 [ 10656] By: jhi                                   on 2001/06/17  13:11:11
17356         Log: Subject: [PATCH #1/7] xhv_array (was Re: Using xhv_foo instead of HvFOO)
17357              From: Abhijit Menon-Sen <ams@wiw.org>
17358              Date: Sun, 17 Jun 2001 08:02:59 +0530
17359              Message-ID: <20010617080259.A28776@lustre.linux.in>
17360              
17361              Subject: [PATCH #2/7] xhv_eiter
17362              From: Abhijit Menon-Sen <ams@wiw.org>
17363              Date: Sun, 17 Jun 2001 08:13:18 +0530
17364              Message-ID: <20010617081318.B28776@lustre.linux.in>
17365              
17366              Subject: [PATCH #3/7] xhv_fill
17367              From: Abhijit Menon-Sen <ams@wiw.org>
17368              Date: Sun, 17 Jun 2001 08:25:16 +0530
17369              Message-ID: <20010617082516.C28776@lustre.linux.in>
17370              
17371              Subject: [PATCH #4/7] xhv_keys
17372              From: Abhijit Menon-Sen <ams@wiw.org>
17373              Date: Sun, 17 Jun 2001 08:36:17 +0530
17374              Message-ID: <20010617083617.D28776@lustre.linux.in>
17375              
17376              Subject: [PATCH #5/7] xhv_max
17377              From: Abhijit Menon-Sen <ams@wiw.org>
17378              Date: Sun, 17 Jun 2001 08:39:48 +0530
17379              Message-ID: <20010617083948.E28776@lustre.linux.in>
17380              
17381              Subject: [PATCH #6,7/7] xhv_pmroot, xhv_riter
17382              From: Abhijit Menon-Sen <ams@wiw.org>
17383              Date: Sun, 17 Jun 2001 08:51:11 +0530
17384              Message-ID: <20010617085111.F28776@lustre.linux.in>
17385      Branch: perl
17386            ! hv.c
17387 ____________________________________________________________________________
17388 [ 10655] By: jhi                                   on 2001/06/16  23:32:03
17389         Log: Update Changes.
17390      Branch: perl
17391            ! Changes patchlevel.h
17392 ____________________________________________________________________________
17393 [ 10654] By: jhi                                   on 2001/06/16  23:18:37
17394         Log: Subject: [PATCH] Re: DYNAMIC_ENV_FETCH HvNAME abuse.
17395              From: Abhijit Menon-Sen <ams@wiw.org>
17396              Date: Sat, 16 Jun 2001 07:41:19 +0530
17397              Message-ID: <20010616074119.A24720@lustre.linux.in>
17398      Branch: perl
17399            ! hv.c perl.c vms/vmsish.h win32/win32.h
17400 ____________________________________________________________________________
17401 [ 10653] By: jhi                                   on 2001/06/16  23:15:11
17402         Log: Document tests failing when threaded, since we now have more.
17403      Branch: perl
17404            ! pod/perl572delta.pod
17405 ____________________________________________________________________________
17406 [ 10652] By: jhi                                   on 2001/06/16  23:12:19
17407         Log: -Wall cleanup.
17408      Branch: perl
17409            ! ext/Thread/Thread.xs
17410 ____________________________________________________________________________
17411 [ 10651] By: jhi                                   on 2001/06/16  23:06:55
17412         Log: pthread_attr_setstacksize() isn't absolutely necessary
17413              to call, only iff THREAD_CREATE_NEEDS_STACK.
17414      Branch: perl
17415            ! ext/Thread/Thread.xs
17416 ____________________________________________________________________________
17417 [ 10650] By: jhi                                   on 2001/06/16  22:58:48
17418         Log: -Wall strays.
17419      Branch: perl
17420            ! perl.c util.c
17421 ____________________________________________________________________________
17422 [ 10649] By: jhi                                   on 2001/06/16  22:47:40
17423         Log: Add workaround for Darwin's (Mac OS X's) INT32_MIN
17424              (and INT64_MIN) brokenness.
17425      Branch: perl
17426            ! hints/darwin.sh perl.h
17427 ____________________________________________________________________________
17428 [ 10648] By: jhi                                   on 2001/06/16  22:27:48
17429         Log: Subject: [PATCH] Re: [PATCH] Re: perl@10611
17430              From: Nicholas Clark <nick@ccl4.org>
17431              Date: Sun, 17 Jun 2001 00:16:05 +0100
17432              Message-ID: <20010617001605.V98663@plum.flirble.org>
17433      Branch: perl
17434            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.pm
17435            ! ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
17436            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
17437 ____________________________________________________________________________
17438 [ 10647] By: jhi                                   on 2001/06/16  22:24:47
17439         Log: Add perlnetware to docs; regen toc; supply skeleton
17440              docs for some Memoize submodules.
17441      Branch: perl
17442            ! lib/Memoize/AnyDBM_File.pm lib/Memoize/ExpireFile.pm
17443            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
17444            ! lib/Memoize/SDBM_File.pm lib/Memoize/Storable.pm
17445            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
17446            ! win32/Makefile win32/makefile.mk
17447 ____________________________________________________________________________
17448 [ 10646] By: jhi                                   on 2001/06/16  22:06:52
17449         Log: pod cleanup.
17450      Branch: perl
17451            ! README.netware
17452 ____________________________________________________________________________
17453 [ 10645] By: jhi                                   on 2001/06/16  21:47:00
17454         Log: Integrate Memoize 0.64.  Few tweaks were required in
17455              the test scripts.  Note that the speed and expire*
17456              tests take several dozen seconds to run.
17457      Branch: perl
17458            + lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
17459            + lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
17460            + lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
17461            + lib/Memoize/README lib/Memoize/SDBM_File.pm
17462            + lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
17463            + lib/Memoize/t/array.t lib/Memoize/t/correctness.t
17464            + lib/Memoize/t/errors.t lib/Memoize/t/expire.t
17465            + lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
17466            + lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
17467            + lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
17468            + lib/Memoize/t/speed.t lib/Memoize/t/tie.t
17469            + lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
17470            + lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
17471            + lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
17472            ! MANIFEST t/lib/1_compile.t
17473 ____________________________________________________________________________
17474 [ 10644] By: jhi                                   on 2001/06/16  20:35:49
17475         Log: Document the cross-compilation options.
17476      Branch: perl
17477            ! Cross/README INSTALL
17478 ____________________________________________________________________________
17479 [ 10643] By: jhi                                   on 2001/06/16  19:46:38
17480         Log: NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.
17481      Branch: perl
17482            + NetWare/CLIBsdio.h NetWare/CLIBstr.h NetWare/CLIBstuf.c
17483            + NetWare/CLIBstuf.h NetWare/Main.c NetWare/Makefile
17484            + NetWare/NWTInfo.c NetWare/NWUtil.c NetWare/Nwmain.c
17485            + NetWare/Nwpipe.c NetWare/bat/BldNWExt.bat
17486            + NetWare/bat/Buildtype.bat NetWare/bat/MPKBuild.bat
17487            + NetWare/bat/SetNWBld.bat NetWare/bat/Setmpksdk.bat
17488            + NetWare/bat/Setnlmsdk.bat NetWare/bat/Setwatcom.bat
17489            + NetWare/bat/ToggleD2.bat NetWare/bat/ToggleXDC.bat
17490            + NetWare/config.wc NetWare/config_H.wc NetWare/config_h.PL
17491            + NetWare/config_sh.PL NetWare/deb.h NetWare/dl_netware.xs
17492            + NetWare/intdef.h NetWare/interface.c NetWare/interface.h
17493            + NetWare/iperlhost.h NetWare/netware.h NetWare/nw5.c
17494            + NetWare/nw5iop.h NetWare/nw5sck.c NetWare/nw5sck.h
17495            + NetWare/nw5thread.c NetWare/nw5thread.h NetWare/nwperlsys.c
17496            + NetWare/nwperlsys.h NetWare/nwpipe.h NetWare/nwplglob.c
17497            + NetWare/nwplglob.h NetWare/nwtinfo.h NetWare/nwutil.h
17498            + NetWare/t/NWModify.pl NetWare/t/NWScripts.pl
17499            + NetWare/t/Readme.txt NetWare/testnlm/echo/echo.c
17500            + NetWare/testnlm/type/type.c NetWare/win32ish.h README.netware
17501            + lib/ExtUtils/MM_NW5.pm
17502            ! MANIFEST XSUB.h dosish.h ext/Errno/Errno_pm.PL ext/IO/IO.xs
17503            ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs installperl iperlsys.h
17504            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
17505            ! lib/File/Copy.pm lib/File/Find.pm lib/perl5db.pl makedef.pl
17506            ! perl.c perl.h perlio.c perlio.h pp_sys.c t/comp/multiline.t
17507            ! t/comp/script.t t/io/argv.t t/io/dup.t t/io/fs.t
17508            ! t/io/inplace.t t/io/iprefix.t t/io/tell.t t/lib/anydbm.t
17509            ! t/lib/b-stash.t t/lib/cwd.t t/lib/db-btree.t t/lib/db-hash.t
17510            ! t/lib/db-recno.t t/lib/filehand.t t/lib/filter-util.t
17511            ! t/lib/ftmp-security.t t/lib/gdbm.t t/lib/glob-basic.t
17512            ! t/lib/glob-case.t t/lib/io_dup.t t/lib/io_poll.t
17513            ! t/lib/io_sel.t t/lib/io_taint.t t/lib/ndbm.t
17514            ! t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t t/lib/open3.t
17515            ! t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t t/lib/syslfs.t
17516            ! t/op/anonsub.t t/op/closure.t t/op/die_exit.t t/op/exec.t
17517            ! t/op/fork.t t/op/goto.t t/op/groups.t t/op/lfs.t t/op/magic.t
17518            ! t/op/misc.t t/op/rand.t t/op/runlevel.t t/op/split.t
17519            ! t/op/stat.t t/op/sysio.t t/op/taint.t t/op/write.t
17520            ! t/pragma/locale.t t/pragma/strict.t t/pragma/subs.t
17521            ! t/pragma/warn/mg t/pragma/warnings.t thread.h toke.c util.c
17522            ! util.h x2p/a2py.c
17523 ____________________________________________________________________________
17524 [ 10642] By: jhi                                   on 2001/06/16  19:16:04
17525         Log: Resort MANIFEST.
17526      Branch: perl
17527            ! MANIFEST
17528 ____________________________________________________________________________
17529 [ 10641] By: jhi                                   on 2001/06/16  18:52:26
17530         Log: Integrate perlio.
17531      Branch: perl
17532           +> win32/win32io.c
17533           !> MANIFEST perlio.c perliol.h win32/makefile.mk
17534 ____________________________________________________________________________
17535 [ 10640] By: nick                                  on 2001/06/16  18:38:31
17536         Log: Disable :win32 layer as default till I get it working
17537      Branch: perlio
17538            ! MANIFEST perlio.c
17539 ____________________________________________________________________________
17540 [ 10639] By: jhi                                   on 2001/06/16  18:35:46
17541         Log: Try the new scheme by moving the Text::Abbrev test
17542              to a new place under lib.
17543      Branch: perl
17544            + lib/Text/Abbrev/t/abbrev.t
17545            - t/lib/abbrev.t
17546            ! MANIFEST
17547 ____________________________________________________________________________
17548 [ 10638] By: jhi                                   on 2001/06/16  18:34:30
17549         Log: Make the code even more dynamical so that testname
17550              suffix length can change.
17551      Branch: perl
17552            ! lib/Test/Harness.pm t/TEST
17553 ____________________________________________________________________________
17554 [ 10637] By: jhi                                   on 2001/06/16  18:16:28
17555         Log: Allow for deeper t/ and also a single test.pl.
17556      Branch: perl
17557            ! t/TEST t/harness
17558 ____________________________________________________________________________
17559 [ 10636] By: jhi                                   on 2001/06/16  18:13:59
17560         Log: #define fix from Nicholas Clark.
17561      Branch: perl
17562            ! ext/POSIX/POSIX.xs
17563 ____________________________________________________________________________
17564 [ 10635] By: jhi                                   on 2001/06/16  17:50:43
17565         Log: Initialization is nice.
17566      Branch: perl
17567            ! lib/Test/Harness.pm
17568 ____________________________________________________________________________
17569 [ 10634] By: jhi                                   on 2001/06/16  17:38:53
17570         Log: Make t/TEST and t/harness to test also the t/ tests
17571              under the main lib/ and ext/ directories.  Fix Test::Harness
17572              to dynamically change the width of its "foo/bar....ok" output.
17573      Branch: perl
17574            ! lib/Test/Harness.pm t/TEST t/TestInit.pm t/harness
17575 ____________________________________________________________________________
17576 [ 10633] By: jhi                                   on 2001/06/16  16:58:57
17577         Log: Subject: [PATCH] Re: perl@10611 
17578              From: Nicholas Clark <nick@ccl4.org>
17579              Date: Sat, 16 Jun 2001 16:52:47 +0100
17580              Message-ID: <20010616165247.O98663@plum.flirble.org>
17581              
17582              The .xs parts, too.
17583      Branch: perl
17584            ! ext/GDBM_File/GDBM_File.xs ext/POSIX/POSIX.xs
17585            ! ext/Socket/Socket.xs ext/Sys/Syslog/Syslog.xs
17586 ____________________________________________________________________________
17587 [ 10632] By: nick                                  on 2001/06/16  16:44:35
17588         Log: Work-in-progress win32 layer semi-functional, checking 
17589              for UNIX breakage.
17590      Branch: perlio
17591            ! perlio.c perliol.h win32/makefile.mk win32/win32io.c
17592 ____________________________________________________________________________
17593 [ 10631] By: jhi                                   on 2001/06/16  16:40:30
17594         Log: Subject: [PATCH] Re: perl@10611 
17595              From: Nicholas Clark <nick@ccl4.org>
17596              Date: Sat, 16 Jun 2001 16:52:47 +0100
17597              Message-ID: <20010616165247.O98663@plum.flirble.org>
17598      Branch: perl
17599            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/Makefile.PL
17600            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs
17601            ! ext/Socket/Makefile.PL ext/Socket/Socket.xs
17602            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
17603            ! lib/ExtUtils/Constant.pm
17604 ____________________________________________________________________________
17605 [ 10630] By: jhi                                   on 2001/06/16  15:11:38
17606         Log: Metaconfig unit change for #10629.
17607      Branch: metaconfig
17608            ! U/modified/Finish.U
17609 ____________________________________________________________________________
17610 [ 10629] By: jhi                                   on 2001/06/16  15:11:10
17611         Log: The extraction changed directories.
17612      Branch: perl
17613            ! Configure
17614 ____________________________________________________________________________
17615 [ 10628] By: jhi                                   on 2001/06/16  14:59:38
17616         Log: Math::BigInt 1.35 from Tels.
17617      Branch: perl
17618            + t/lib/mbimbf.t
17619            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
17620            ! t/lib/bigfltpm.t t/lib/bigintpm.t
17621 ____________________________________________________________________________
17622 [ 10627] By: nick                                  on 2001/06/16  14:54:52
17623         Log: Work in progress UNIX-side edit of win32 PerLIO layer
17624      Branch: perlio
17625            + win32/win32io.c
17626            ! perlio.c win32/makefile.mk
17627 ____________________________________________________________________________
17628 [ 10626] By: jhi                                   on 2001/06/16  14:01:50
17629         Log: Subject: [PATCH 5.6.1] os2/diff-configure
17630              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17631              Date: Fri, 15 Jun 2001 01:19:36 -0400
17632              Message-ID: <20010615011936.A26982@math.ohio-state.edu>
17633              
17634              Empty all of it because I think #10624 made even the
17635              last patch hunk unnecessary.
17636      Branch: perl
17637            ! os2/diff.configure
17638 ____________________________________________________________________________
17639 [ 10625] By: jhi                                   on 2001/06/16  13:58:34
17640         Log: Metaconfig unit change for 10624.
17641      Branch: metaconfig
17642            ! U/modified/libc.U
17643      Branch: perl
17644            ! config_h.SH
17645 ____________________________________________________________________________
17646 [ 10624] By: jhi                                   on 2001/06/16  13:58:13
17647         Log: Move the initialization of libnames to the beginning so
17648              that can one 'seed' it (as OS/2 does.)
17649      Branch: perl
17650            ! Configure
17651 ____________________________________________________________________________
17652 [ 10623] By: jhi                                   on 2001/06/16  13:47:54
17653         Log: Subject: [PATCH 5.6.1] OS2::DLL patch
17654              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17655              Date: Fri, 15 Jun 2001 19:10:57 -0400
17656              Message-ID: <20010615191057.A8050@math.ohio-state.edu>
17657      Branch: perl
17658            ! os2/OS2/REXX/DLL/DLL.pm
17659 ____________________________________________________________________________
17660 [ 10622] By: jhi                                   on 2001/06/16  13:29:42
17661         Log: Subject: [PATCH perl@10611] make VMS find util.c's offspring 
17662              From: "Craig A. Berry" <craigberry@mac.com>
17663              Date: Fri, 15 Jun 2001 17:00:03 -0500
17664              Message-Id: <a05101007b750342599be@[172.16.52.1]>
17665      Branch: perl
17666            ! vms/descrip_mms.template
17667 ____________________________________________________________________________
17668 [ 10621] By: jhi                                   on 2001/06/16  13:28:37
17669         Log: Subject: [PATCH perl@10611] get extutils.t working on VMS (again)
17670              From: "Craig A. Berry" <craigberry@mac.com>
17671              Date: Fri, 15 Jun 2001 18:39:42 -0500
17672              Message-Id: <a05101008b7503dc9dc2f@[172.16.52.1]>
17673      Branch: perl
17674            ! lib/File/Spec/VMS.pm t/lib/extutils.t
17675 ____________________________________________________________________________
17676 [ 10620] By: jhi                                   on 2001/06/16  13:25:06
17677         Log: Integrate perlio.
17678      Branch: perl
17679           !> embed.h embed.pl lib/open.pm perl.c perlio.c proto.h
17680           !> t/io/utf8.t t/lib/io_scalar.t
17681 ____________________________________________________________________________
17682 [ 10619] By: nick                                  on 2001/06/15  21:05:19
17683         Log: Generated files
17684      Branch: perlio
17685            ! embed.h proto.h
17686 ____________________________________________________________________________
17687 [ 10618] By: nick                                  on 2001/06/15  20:27:42
17688         Log: Fix open.pm to work via XS-implemented method calls rather
17689              than *open::layers variables which caused all the HV/AV hassle.
17690      Branch: perlio
17691            ! embed.pl lib/open.pm perl.c perlio.c t/io/utf8.t
17692            ! t/lib/io_scalar.t
17693 ____________________________________________________________________________
17694 [ 10617] By: jhi                                   on 2001/06/15  18:50:53
17695         Log: Integrate perlio.
17696      Branch: perl
17697           !> lib/ExtUtils/Constant.pm
17698 ____________________________________________________________________________
17699 [ 10616] By: nick                                  on 2001/06/15  18:46:47
17700         Log: pTHX_ / aTHX_ for ExtUtils/Constant.pm
17701      Branch: perlio
17702            ! lib/ExtUtils/Constant.pm
17703 ____________________________________________________________________________
17704 [ 10615] By: jhi                                   on 2001/06/15  18:36:43
17705         Log: Integrate perlio.
17706      Branch: perl
17707           !> ext/Socket/Socket.xs
17708 ____________________________________________________________________________
17709 [ 10614] By: nick                                  on 2001/06/15  18:33:37
17710         Log: MULTIPLICITY fix for Socket.xs
17711      Branch: perlio
17712            ! ext/Socket/Socket.xs
17713 ____________________________________________________________________________
17714 [ 10613] By: jhi                                   on 2001/06/15  16:34:06
17715         Log: Subject: Re: perl@10611
17716              From: Doug MacEachern <dougm@covalent.net>
17717              Date: Fri, 15 Jun 2001 10:10:33 -0700 (PDT)
17718              Message-ID: <Pine.LNX.4.21.0106151007420.10871-100000@mako.covalent.net>
17719      Branch: perl
17720            ! ext/Socket/Socket.xs
17721 ____________________________________________________________________________
17722 [ 10612] By: nick                                  on 2001/06/15  16:14:38
17723         Log: Raw integrate on mainline - MULTIPLICITY issues with Socket.xs
17724      Branch: perlio
17725           !> Changes ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
17726           !> ext/Socket/Socket.pm ext/Socket/Socket.xs
17727           !> lib/ExtUtils/Constant.pm lib/File/Find.pm opcode.pl
17728           !> patchlevel.h perlio.c t/lib/extutils.t t/lib/filefind.t
17729           !> t/lib/gdbm.t t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
17730           !> utils/h2ph.PL
17731 ____________________________________________________________________________
17732 [ 10611] By: jhi                                   on 2001/06/15  14:29:04
17733         Log: Update Changes.
17734      Branch: perl
17735            ! Changes patchlevel.h
17736 ____________________________________________________________________________
17737 [ 10610] By: jhi                                   on 2001/06/15  14:20:33
17738         Log: Upping the test count.
17739      Branch: perl
17740            ! t/lib/filefind.t
17741 ____________________________________________________________________________
17742 [ 10609] By: jhi                                   on 2001/06/15  14:13:29
17743         Log: Integrate perlio.
17744      Branch: perl
17745           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
17746 ____________________________________________________________________________
17747 [ 10608] By: jhi                                   on 2001/06/15  14:12:31
17748         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
17749              From: andreas.koenig@anima.de (Andreas J. Koenig)
17750              Date: 15 Jun 2001 13:30:39 +0200
17751              Message-ID: <m3hexikmjk.fsf@ak-71.mind.de>
17752              
17753              Record the grim history.
17754      Branch: perl
17755            ! lib/File/Find.pm
17756 ____________________________________________________________________________
17757 [ 10607] By: jhi                                   on 2001/06/15  14:08:19
17758         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
17759              From: Brian McCauley <nobull@mail.com>
17760              Date: 15 Jun 2001 07:51:26 +0100
17761              Message-Id: <200106150923.f5F9NpG02725@wcl-l.bham.ac.uk>
17762      Branch: perl
17763            ! lib/File/Find.pm t/lib/filefind.t
17764 ____________________________________________________________________________
17765 [ 10606] By: nick                                  on 2001/06/15  14:00:08
17766         Log: regen_config_h for Win32.
17767      Branch: perlio
17768            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
17769 ____________________________________________________________________________
17770 [ 10605] By: jhi                                   on 2001/06/15  13:49:55
17771         Log: Subject: [PATCH: perl@10576] handle tri graphs in h2ph.PL -> h2ph*
17772              From: Peter Prymmer <pvhp@forte.com>
17773              Date: Thu, 14 Jun 2001 16:25:33 -0700 (PDT)
17774              Message-ID: <Pine.OSF.4.10.10106141608080.110974-100000@aspara.forte.com>
17775      Branch: perl
17776            ! t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
17777 ____________________________________________________________________________
17778 [ 10604] By: jhi                                   on 2001/06/15  13:45:03
17779         Log: Some filesystems require writability for rename/unlink.
17780      Branch: perl
17781            ! opcode.pl
17782 ____________________________________________________________________________
17783 [ 10603] By: jhi                                   on 2001/06/15  13:41:34
17784         Log: Subject: Re: [PATCH} perlio and threading @ 10576 + report 
17785              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
17786              Date: Fri, 15 Jun 2001 12:08:53 +0200
17787              Message-Id: <20010615120320.F009.H.M.BRAND@hccnet.nl>
17788      Branch: perl
17789            ! perlio.c
17790 ____________________________________________________________________________
17791 [ 10602] By: jhi                                   on 2001/06/15  13:27:04
17792         Log: Subject: Re: [PATCH] opcode.pl is chmod'ing the original source tree
17793              From: Mike Guy <mjtg@cam.ac.uk>
17794              Date: Fri, 15 Jun 2001 14:11:49 +0100
17795              Message-Id: <E15AtO9-0006Nd-00@draco.cus.cam.ac.uk>
17796      Branch: perl
17797            ! opcode.pl
17798 ____________________________________________________________________________
17799 [ 10601] By: jhi                                   on 2001/06/15  13:21:18
17800         Log: Subject: [PATCH ?] INADDR_ANY INADDR_BROADCAST INADDR_LOOPBACK INADDR_NONE
17801              From: Nicholas Clark <nick@ccl4.org>
17802              Date: Thu, 14 Jun 2001 23:52:56 +0100
17803              Message-ID: <20010614235256.G98663@plum.flirble.org>
17804      Branch: perl
17805            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
17806            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
17807 ____________________________________________________________________________
17808 [ 10600] By: jhi                                   on 2001/06/15  13:16:56
17809         Log: Subject: Re: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
17810              From: Russ Allbery <rra@stanford.edu>
17811              Date: 14 Jun 2001 13:24:43 -0700
17812              Message-ID: <ylzobaizck.fsf@windlord.stanford.edu>
17813      Branch: perl
17814            ! ext/GDBM_File/GDBM_File.pm
17815 ____________________________________________________________________________
17816 [ 10599] By: jhi                                   on 2001/06/15  13:15:26
17817         Log: Subject: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
17818              From: Nicholas Clark <nick@ccl4.org>
17819              Date: Thu, 14 Jun 2001 20:37:47 +0100
17820              Message-ID: <20010614203747.F98663@plum.flirble.org>
17821      Branch: perl
17822            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
17823            ! t/lib/gdbm.t
17824 ____________________________________________________________________________
17825 [ 10598] By: jhi                                   on 2001/06/15  13:13:13
17826         Log: Integrate perlio.
17827      Branch: perl
17828           !> makedef.pl sv.c
17829 ____________________________________________________________________________
17830 [ 10597] By: nick                                  on 2001/06/15  11:08:13
17831         Log: Check that HVs with HvNAME() != NULL are really stashes before
17832              treating them as such. Also be more defensive on the GvCV.
17833              Win32 fork and dprof now working again. 
17834      Branch: perlio
17835            ! sv.c
17836 ____________________________________________________________________________
17837 [ 10596] By: nick                                  on 2001/06/15  10:11:20
17838         Log: Integrate mainline.
17839      Branch: perlio
17840           +> Cross/README
17841           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
17842           !> Porting/config_H config_h.SH configure.com epoc/config.sh
17843           !> hints/linux.sh pod/perltoc.pod uconfig.h uconfig.sh
17844           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
17845           !> vos/config.ga.h win32/config.bc win32/config.gc
17846           !> win32/config.vc win32/config_H.bc win32/config_H.gc
17847           !> win32/config_H.vc
17848 ____________________________________________________________________________
17849 [ 10595] By: nick                                  on 2001/06/15  09:37:17
17850         Log: Skip Perl_my_bcopy in .def file as we do not provide it.
17851              - Win32 (VC++) now builds but fails:
17852              filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
17853              fork.t     - No &___ENV_HV_NAME___::CLONE method ???
17854              write.t    - open(...,"|-") not implemented on Win32 
17855      Branch: perlio
17856            ! makedef.pl
17857 ____________________________________________________________________________
17858 [ 10594] By: jhi                                   on 2001/06/15  00:17:16
17859         Log: Integrate perlio.
17860      Branch: perl
17861           !> perlio.c win32/makefile.mk
17862 ____________________________________________________________________________
17863 [ 10593] By: jhi                                   on 2001/06/15  00:16:44
17864         Log: Metaconfig unit changes for #10592.
17865      Branch: metaconfig
17866            + U/modified/i_varhdr.U U/modified/startsh.U
17867            - U/a_dvisory/crosscompile.U U/target/Target.U
17868            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
17869            ! U/compline/bitpbyte.U U/compline/byteorder.U
17870            ! U/compline/ccflags.U U/compline/charsize.U
17871            ! U/compline/d_casti32.U U/compline/d_castneg.U
17872            ! U/compline/d_closedir.U U/compline/d_fd_set.U
17873            ! U/compline/d_gconvert.U U/compline/d_gnulibc.U
17874            ! U/compline/d_keepsig.U U/compline/d_open3.U
17875            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
17876            ! U/compline/d_sanemcmp.U U/compline/d_scannl.U
17877            ! U/compline/d_sgndchr.U U/compline/d_sigsetjmp.U
17878            ! U/compline/d_stdstdio.U U/compline/d_vprintf.U
17879            ! U/compline/doublesize.U U/compline/floatsize.U
17880            ! U/compline/nblock_io.U U/compline/orderlib.U
17881            ! U/compline/ptrsize.U U/compline/ssizetype.U U/ebcdic/ebcdic.U
17882            ! U/modified/Cppsym.U U/modified/Oldconfig.U U/modified/Signal.U
17883            ! U/modified/d_getpgrp.U U/modified/d_longdbl.U
17884            ! U/modified/d_longlong.U U/modified/d_setpgrp.U
17885            ! U/modified/d_strtoul.U U/modified/d_union_semun.U
17886            ! U/modified/spitshell.U U/threads/archname.U
17887            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
17888            ! U/typedefs/gidsize.U U/typedefs/lseektype.U
17889            ! U/typedefs/pidsign.U U/typedefs/pidsize.U
17890            ! U/typedefs/sizesize.U U/typedefs/ssizesize.U
17891            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
17892      Branch: metaconfig/U/perl
17893            + Cross.U
17894            ! d_dlsymun.U d_fcntl_can_lock.U d_modfl.U d_printfed.U
17895            ! d_strtoll.U d_strtoull.U d_strtouq.U d_u32align.U dlsrc.U
17896            ! fflushall.U fpossize.U gccvers.U i_db.U longdblfio.U
17897            ! need_va_copy.U perlxv.U quadfio.U selectminbits.U
17898            ! stdio_streams.U uselfs.U
17899 ____________________________________________________________________________
17900 [ 10592] By: jhi                                   on 2001/06/15  00:15:52
17901         Log: The first steps towards cross-compilation.
17902              
17903              Abstract execution of compiled test executables with $run,
17904              and abstract transfer of files with $to and $from.
17905              
17906              Under cross-compilation the $run, $to, and $from will point
17907              to appropriate wrapper scripts, by default ssh and scp,
17908              but also rsh, rcp, and cp are supported.  If not
17909              cross-compiling, they will be set to '', ':', and ':',
17910              respectively.
17911              
17912              With these patches I was able to get Configure for
17913              iPAQ ARM Linux on an Intel Linux about 95% right
17914              (only a few tests failed to execute or they produced
17915              incorrect results), and I was able to compile
17916              a functional miniperl.
17917              
17918              The symbol crosscompile renamed to be usecrosscompile,
17919              the corresponding C symbol from CROSSCOMPILE to
17920              USE_CROSS_COMPILE.
17921      Branch: perl
17922            ! Configure Cross/README Makefile.SH Porting/Glossary
17923            ! Porting/config.sh Porting/config_H config_h.SH configure.com
17924            ! epoc/config.sh hints/linux.sh pod/perltoc.pod uconfig.h
17925            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
17926            ! vos/config.ga.def vos/config.ga.h win32/config.bc
17927            ! win32/config.gc win32/config.vc win32/config_H.bc
17928            ! win32/config_H.gc win32/config_H.vc
17929 ____________________________________________________________________________
17930 [ 10591] By: nick                                  on 2001/06/14  20:00:12
17931         Log: Steps along the road toward Win32 building again.
17932      Branch: perlio
17933            ! perlio.c win32/makefile.mk
17934 ____________________________________________________________________________
17935 [ 10590] By: jhi                                   on 2001/06/14  16:11:11
17936         Log: Integrate perlio.
17937      Branch: perl
17938           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
17939 ____________________________________________________________________________
17940 [ 10589] By: nick                                  on 2001/06/14  13:54:07
17941         Log: Routine regen_config_h for Win32
17942      Branch: perlio
17943            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
17944 ____________________________________________________________________________
17945 [ 10588] By: jhi                                   on 2001/06/14  12:30:46
17946         Log: Integrate perlio.
17947      Branch: perl
17948           +> perlyline.pl
17949           !> MANIFEST Makefile.SH perly.c t/lib/filefind.t
17950 ____________________________________________________________________________
17951 [ 10587] By: jhi                                   on 2001/06/14  12:23:24
17952         Log: A placeholder.
17953      Branch: perl
17954            + Cross/README
17955 ____________________________________________________________________________
17956 [ 10586] By: nick                                  on 2001/06/14  08:25:07
17957         Log: Add new step to run_byacc which:
17958              A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
17959              B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
17960      Branch: perlio
17961            + perlyline.pl
17962            ! MANIFEST Makefile.SH perly.c
17963 ____________________________________________________________________________
17964 [ 10585] By: nick                                  on 2001/06/14  08:22:29
17965         Log: Integrate mainline
17966      Branch: perlio
17967           +> locale.c numeric.c
17968           !> Changes cygwin/Makefile.SHs embed.h embed.pl
17969           !> ext/re/Makefile.PL lib/Math/BigFloat.pm lib/Math/BigInt.pm
17970           !> objXSUB.h opcode.pl patchlevel.h perlapi.c pod/perlapi.pod
17971           !> proto.h t/lib/bigfltpm.t t/lib/bigintpm.t util.c
17972           !> x2p/Makefile.SH
17973 ____________________________________________________________________________
17974 [ 10584] By: nick                                  on 2001/06/14  08:05:53
17975         Log: Hack to remove insecure directories from PATH so test will run.
17976      Branch: perlio
17977            ! t/lib/filefind.t
17978 ____________________________________________________________________________
17979 [ 10583] By: jhi                                   on 2001/06/14  03:11:16
17980         Log: The test doesn't work (yet?), Math::BigInt::round_mode() is missing.
17981      Branch: perl
17982            - t/lib/mbimbf.t
17983            ! MANIFEST
17984 ____________________________________________________________________________
17985 [ 10582] By: jhi                                   on 2001/06/14  03:04:51
17986         Log: Detypo.
17987      Branch: perl
17988            ! x2p/Makefile.SH
17989 ____________________________________________________________________________
17990 [ 10581] By: jhi                                   on 2001/06/14  03:03:14
17991         Log: de-$CONFIG continues.
17992      Branch: perl
17993            ! cygwin/Makefile.SHs x2p/Makefile.SH
17994 ____________________________________________________________________________
17995 [ 10580] By: jhi                                   on 2001/06/13  23:56:59
17996         Log: Subject: [PATCH] opcode.pl is chmod'ing the original source tree
17997              From: Nicholas Clark <nick@ccl4.org>
17998              Date: Wed, 13 Jun 2001 21:20:13 +0100
17999              Message-ID: <20010613212013.D98663@plum.flirble.org>
18000      Branch: perl
18001            ! opcode.pl
18002 ____________________________________________________________________________
18003 [ 10579] By: jhi                                   on 2001/06/13  23:55:29
18004         Log: Subject: splitting util.c
18005              From: Hugo <hv@crypt.compulink.co.uk>
18006              Date: Thu, 14 Jun 2001 00:41:08 +0100
18007              Message-Id: <200106132341.AAA24935@crypt.compulink.co.uk>
18008      Branch: perl
18009            + locale.c numeric.c
18010            ! MANIFEST Makefile.SH embed.h embed.pl objXSUB.h perlapi.c
18011            ! pod/perlapi.pod proto.h util.c
18012 ____________________________________________________________________________
18013 [ 10578] By: jhi                                   on 2001/06/13  23:45:11
18014         Log: Upgrade to Math::BigInt 1.34 from Tels.
18015      Branch: perl
18016            + t/lib/mbimbf.t
18017            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
18018            ! t/lib/bigfltpm.t t/lib/bigintpm.t
18019 ____________________________________________________________________________
18020 [ 10577] By: nick                                  on 2001/06/13  19:02:48
18021         Log: Integrate mainline. Storable fail has gone, insecure dependancy still there.
18022      Branch: perlio
18023           !> (integrate 125 files)
18024 ____________________________________________________________________________
18025 [ 10576] By: jhi                                   on 2001/06/13  18:10:01
18026         Log: Update Changes.
18027      Branch: perl
18028            ! Changes patchlevel.h
18029 ____________________________________________________________________________
18030 [ 10575] By: jhi                                   on 2001/06/13  18:05:09
18031         Log: Subject: Re: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
18032              From: "Craig A. Berry" <craigberry@mac.com>
18033              Date: Wed, 13 Jun 2001 13:24:28 -0500
18034              Message-Id: <5.1.0.14.0.20010613131907.01bbc210@mail.mac.com>
18035      Branch: perl
18036            ! ext/re/Makefile.PL
18037 ____________________________________________________________________________
18038 [ 10574] By: jhi                                   on 2001/06/13  17:34:36
18039         Log: Mc.u.c. for #10573.
18040      Branch: metaconfig
18041            ! U/threads/usethreads.U
18042 ____________________________________________________________________________
18043 [ 10573] By: jhi                                   on 2001/06/13  17:34:00
18044         Log: It would be also be good if I could type.
18045      Branch: perl
18046            ! Configure
18047 ____________________________________________________________________________
18048 [ 10572] By: jhi                                   on 2001/06/13  17:26:29
18049         Log: Metaconfig unit change for #10571.
18050      Branch: metaconfig
18051            ! U/threads/usethreads.U
18052 ____________________________________________________________________________
18053 [ 10571] By: jhi                                   on 2001/06/13  17:26:05
18054         Log: A non-empty default is a good thing.
18055      Branch: perl
18056            ! Configure
18057 ____________________________________________________________________________
18058 [ 10570] By: jhi                                   on 2001/06/13  17:15:16
18059         Log: Metaconfig unit change for #10569.
18060      Branch: metaconfig
18061            ! U/threads/usethreads.U
18062 ____________________________________________________________________________
18063 [ 10569] By: jhi                                   on 2001/06/13  17:14:17
18064         Log: Add Configure directive -Dusereentrant for Artur's ithreads work,
18065              extremely experimental, not even prompted for.
18066      Branch: perl
18067            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18068            ! config_h.SH configure.com epoc/config.sh perl.h uconfig.h
18069            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
18070            ! win32/config.bc win32/config.gc win32/config.vc
18071 ____________________________________________________________________________
18072 [ 10568] By: jhi                                   on 2001/06/13  16:22:27
18073         Log: FAQ tweak for Vanina Arca <varca@baufest.com>.
18074      Branch: perl
18075            ! pod/perlfaq6.pod
18076 ____________________________________________________________________________
18077 [ 10567] By: jhi                                   on 2001/06/13  16:20:23
18078         Log: Integrate perlio; conflicts, accept Nick's versions.
18079      Branch: perl
18080           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
18081           !> ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
18082 ____________________________________________________________________________
18083 [ 10566] By: jhi                                   on 2001/06/13  16:17:42
18084         Log: Subject: Re: ext/ + -Wall
18085              From: Doug MacEachern <dougm@covalent.net>
18086              Date: Wed, 13 Jun 2001 10:02:16 -0700 (PDT)
18087              Message-ID: <Pine.LNX.4.21.0106130959050.24181-100000@mako.covalent.net>
18088      Branch: perl
18089            ! XSUB.h lib/ExtUtils/xsubpp perl.h
18090 ____________________________________________________________________________
18091 [ 10565] By: jhi                                   on 2001/06/13  16:16:07
18092         Log: Similar logic as DB_File.xs, using the modern macros and
18093              defines them to older ones for older Perls where PERL_VERSION
18094              is not defined, from Doug MacEachern.
18095      Branch: perl
18096            ! ext/Storable/Storable.xs
18097 ____________________________________________________________________________
18098 [ 10564] By: nick                                  on 2001/06/13  15:22:01
18099         Log: Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
18100              and using that instead (name lookups are sequential search for now).
18101      Branch: perlio
18102            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
18103            ! ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
18104 ____________________________________________________________________________
18105 [ 10563] By: jhi                                   on 2001/06/13  14:07:43
18106         Log: Subject: [PATCH] Re: [ID 20010526.001] localized glob loses value when assigned to
18107              From: "Richard Soderberg" <rs@crystalflame.net>
18108              Date: Sat, 26 May 2001 06:44:20 -0700
18109              Message-ID: <NAEKLNAAHLMBPMPNBMLECECHDFAA.rs@crystalflame.net>
18110      Branch: perl
18111            ! sv.c t/op/glob.t
18112 ____________________________________________________________________________
18113 [ 10562] By: jhi                                   on 2001/06/13  13:55:10
18114         Log: Subject: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
18115              From: "Craig A. Berry" <craigberry@mac.com>
18116              Date: Tue, 12 Jun 2001 23:55:26 -0500
18117              Message-Id: <a05101002b74ca0013cf5@[192.168.56.160]>
18118      Branch: perl
18119            ! ext/re/Makefile.PL ext/re/re.xs
18120 ____________________________________________________________________________
18121 [ 10561] By: jhi                                   on 2001/06/13  13:44:58
18122         Log: Hide __attribute__((unused)) behind PERL_UNUSED_DECL as
18123              suggested by NI-S.
18124      Branch: perl
18125            ! XSUB.h malloc.c perl.h
18126 ____________________________________________________________________________
18127 [ 10560] By: jhi                                   on 2001/06/13  13:35:42
18128         Log: Regen toc.
18129      Branch: perl
18130            ! pod/perltoc.pod
18131 ____________________________________________________________________________
18132 [ 10559] By: jhi                                   on 2001/06/13  12:53:18
18133         Log: Subject: [patch] perl.gprof control
18134              From: Doug MacEachern <dougm@covalent.net>
18135              Date: Tue, 12 Jun 2001 23:05:44 -0700 (PDT)
18136              Message-ID: <Pine.LNX.4.21.0106122247380.24181-100000@mako.covalent.net>
18137      Branch: perl
18138            ! miniperlmain.c perl.h
18139 ____________________________________________________________________________
18140 [ 10558] By: jhi                                   on 2001/06/13  12:51:47
18141         Log: Subject: Re: ext/ + -Wall
18142              From: Doug MacEachern <dougm@covalent.net>
18143              Date: Tue, 12 Jun 2001 22:04:50 -0700 (PDT)
18144              Message-ID: <Pine.LNX.4.21.0106122151180.24181-100000@mako.covalent.net>
18145              
18146              Document ax and break up dXSARGS.
18147      Branch: perl
18148            ! XSUB.h pod/perlapi.pod
18149 ____________________________________________________________________________
18150 [ 10557] By: jhi                                   on 2001/06/13  12:39:55
18151         Log: More AIX tweakage from Merijn.
18152      Branch: perl
18153            ! hints/aix.sh
18154 ____________________________________________________________________________
18155 [ 10556] By: jhi                                   on 2001/06/13  03:26:58
18156         Log: Subject: [PATCH perl@10538] make VMS autosplit earlier in build
18157              From: "Craig A. Berry" <craigberry@mac.com>
18158              Date: Tue, 12 Jun 2001 22:57:45 -0500
18159              Message-Id: <a05101001b74c943d7af4@[192.168.56.160]>
18160      Branch: perl
18161            ! vms/descrip_mms.template
18162 ____________________________________________________________________________
18163 [ 10555] By: jhi                                   on 2001/06/13  02:50:43
18164         Log: Subject: Re: hacking util.c, attrs.xs, and re.xs to compile on VMS
18165              From: "Craig A. Berry" <craigberry@mac.com>
18166              Date: Tue, 12 Jun 2001 22:21:39 -0500
18167              Message-Id: <a05101000b74c8698483b@[172.16.52.1]>
18168      Branch: perl
18169            ! configure.com util.c
18170 ____________________________________________________________________________
18171 [ 10554] By: jhi                                   on 2001/06/13  02:23:16
18172         Log: New AIX dynaloading code from Jens-Uwe Mager.
18173              Does break binary compatibility.
18174      Branch: perl
18175            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
18176 ____________________________________________________________________________
18177 [ 10553] By: jhi                                   on 2001/06/13  02:10:16
18178         Log: VMS DEC C compiler found nits by Peter Prymmer.
18179      Branch: perl
18180            ! util.c
18181 ____________________________________________________________________________
18182 [ 10552] By: jhi                                   on 2001/06/13  01:36:12
18183         Log: Subject: [PATCH: perl@10538] fix for file locking and filecomp test
18184              From: Peter Prymmer <pvhp@forte.com>
18185              Date: Tue, 12 Jun 2001 19:34:08 -0700 (PDT)
18186              Message-ID: <Pine.OSF.4.10.10106121927580.15174-100000@aspara.forte.com>
18187      Branch: perl
18188            ! t/lib/filecomp.t
18189 ____________________________________________________________________________
18190 [ 10551] By: jhi                                   on 2001/06/13  01:26:53
18191         Log: I wonder how many $CONFIGs still lurk in the shadows.
18192      Branch: perl
18193            ! pod/Makefile.SH x2p/cflags.SH
18194 ____________________________________________________________________________
18195 [ 10550] By: jhi                                   on 2001/06/13  01:25:12
18196         Log: Grok three kinds of line endings, should fix [ID 20010612.003]
18197      Branch: perl
18198            ! pod/checkpods.PL
18199 ____________________________________________________________________________
18200 [ 10549] By: jhi                                   on 2001/06/13  01:05:28
18201         Log: Use __attribute__((unused)) to silence -Wall on unused ax.
18202      Branch: perl
18203            ! XSUB.h ext/DB_File/DB_File.xs lib/ExtUtils/xsubpp
18204 ____________________________________________________________________________
18205 [ 10548] By: jhi                                   on 2001/06/13  00:41:28
18206         Log: Subject: [patch] rid local_patches warnings
18207              From: Doug MacEachern <dougm@covalent.net>
18208              Date: Tue, 12 Jun 2001 10:26:34 -0700 (PDT)
18209              Message-ID: <Pine.LNX.4.21.0106121024470.24181-100000@mako.covalent.net>
18210      Branch: perl
18211            ! ext/List/Util/Util.xs ext/Storable/Storable.xs
18212 ____________________________________________________________________________
18213 [ 10547] By: jhi                                   on 2001/06/13  00:40:29
18214         Log: Subject: Re: ext/ + -Wall
18215              From: Doug MacEachern <dougm@covalent.net>
18216              Date: Tue, 12 Jun 2001 09:38:09 -0700 (PDT)
18217              Message-ID: <Pine.LNX.4.21.0106120927100.24181-100000@mako.covalent.net>
18218      Branch: perl
18219            ! ext/attrs/attrs.xs
18220 ____________________________________________________________________________
18221 [ 10546] By: jhi                                   on 2001/06/13  00:39:06
18222         Log: Subject: [PATCH] perlretut.pod: unterminated C<>
18223              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
18224              Date: Tue, 12 Jun 2001 14:36:20 -0400
18225              Message-ID: <20010612143619.A37113@linguist.thayer.dartmouth.edu>
18226      Branch: perl
18227            ! pod/perlretut.pod
18228 ____________________________________________________________________________
18229 [ 10545] By: jhi                                   on 2001/06/13  00:38:02
18230         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
18231              From: Mike Guy <mjtg@cam.ac.uk>
18232              Date: Tue, 12 Jun 2001 19:10:31 +0100
18233              Message-Id: <E159scZ-0000r2-00@draco.cus.cam.ac.uk>
18234              
18235              Subject: Re: [ID 20010612.001] out of memory during regex compilation
18236              From: Mike Guy <mjtg@cam.ac.uk>
18237              Date: Tue, 12 Jun 2001 19:21:01 +0100
18238              Message-Id: <E159smj-0000wY-00@draco.cus.cam.ac.uk>
18239      Branch: perl
18240            ! pod/perlop.pod
18241 ____________________________________________________________________________
18242 [ 10544] By: jhi                                   on 2001/06/13  00:34:39
18243         Log: AIX tweaks from Merijn H. Brand.
18244      Branch: perl
18245            ! hints/aix.sh
18246 ____________________________________________________________________________
18247 [ 10543] By: jhi                                   on 2001/06/13  00:11:42
18248         Log: Subject: [PATCH] 5.6.1 -- add LC_MESSAGES constant to POSIX module
18249              From: "Brendan O'Dea" <bod@compusol.com.au>
18250              Date: Wed, 13 Jun 2001 05:16:47 +1000
18251              Message-ID: <20010613051647.A8945@compusol.com.au>
18252      Branch: maint-5.6/perl
18253            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
18254 ____________________________________________________________________________
18255 [ 10542] By: jhi                                   on 2001/06/13  00:07:50
18256         Log: Subject: Small bcopy cleanup
18257              From: Andy Dougherty <doughera@lafayette.edu>
18258              Date: Tue, 12 Jun 2001 17:11:52 -0400 (EDT)
18259              Message-ID: <Pine.SOL.4.10.10106121706360.11034-100000@maxwell.phys.lafayette.edu>
18260      Branch: perl
18261            ! embed.h embed.pl objXSUB.h perlapi.c proto.h util.c x2p/a2p.h
18262 ____________________________________________________________________________
18263 [ 10541] By: jhi                                   on 2001/06/13  00:05:18
18264         Log: Subject: [PATCH] Re: ext/ + -Wall
18265              From: Nicholas Clark <nick@ccl4.org>
18266              Date: Wed, 13 Jun 2001 00:04:30 +0100
18267              Message-ID: <20010613000430.M5901@plum.flirble.org>
18268      Branch: perl
18269            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
18270 ____________________________________________________________________________
18271 [ 10540] By: jhi                                   on 2001/06/13  00:02:25
18272         Log: Subject: [PATCH] Re: [PATCH] ExtUtils::Constant
18273              From: Nicholas Clark <nick@ccl4.org>
18274              Date: Tue, 12 Jun 2001 23:53:07 +0100
18275              Message-ID: <20010612235307.L5901@plum.flirble.org>
18276      Branch: perl
18277            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
18278 ____________________________________________________________________________
18279 [ 10539] By: jhi                                   on 2001/06/12  23:59:10
18280         Log: MPE/iX tweaks from Mark Bixby.
18281      Branch: perl
18282            ! hints/mpeix.sh mpeix/mpeixish.h util.c
18283 ____________________________________________________________________________
18284 [ 10538] By: jhi                                   on 2001/06/12  14:16:15
18285         Log: Update Changes.
18286      Branch: perl
18287            ! Changes patchlevel.h
18288 ____________________________________________________________________________
18289 [ 10537] By: jhi                                   on 2001/06/12  14:11:26
18290         Log: One less -Wall whine (found under DEBUGGING).
18291      Branch: perl
18292            ! x2p/Makefile.SH x2p/a2p.c
18293 ____________________________________________________________________________
18294 [ 10536] By: jhi                                   on 2001/06/12  13:32:09
18295         Log: s/case-independent/case-insensitive/g
18296      Branch: perl
18297            ! pod/perldebug.pod
18298 ____________________________________________________________________________
18299 [ 10535] By: jhi                                   on 2001/06/12  13:27:28
18300         Log: As suggested in    
18301              
18302              Subject: Re: ext/ + -Wall
18303              From: Gurusamy Sarathy <gsar@ActiveState.com>
18304              Date: Mon, 11 Jun 2001 23:34:31 -0700
18305              Message-Id: <200106120634.f5C6YVM07246@smtp3.ActiveState.com>
18306      Branch: perl
18307            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs globals.c
18308            ! perl.h
18309 ____________________________________________________________________________
18310 [ 10534] By: jhi                                   on 2001/06/12  13:13:27
18311         Log: Subject: ext/ + -Wall
18312              From: Doug MacEachern <dougm@covalent.net>
18313              Date: Mon, 11 Jun 2001 22:19:45 -0700 (PDT)
18314              Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net>
18315      Branch: perl
18316            ! ext/ByteLoader/ByteLoader.xs ext/DB_File/DB_File.xs
18317            ! ext/DB_File/version.c ext/Devel/DProf/DProf.xs
18318            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
18319            ! ext/Encode/Encode.xs ext/File/Glob/bsd_glob.c
18320            ! ext/Filter/Util/Call/Call.xs ext/GDBM_File/GDBM_File.xs
18321            ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
18322            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
18323            ! ext/PerlIO/Via/Via.xs ext/Time/HiRes/HiRes.xs
18324            ! ext/Time/Piece/Piece.xs ext/attrs/attrs.xs globals.c
18325            ! lib/ExtUtils/xsubpp
18326 ____________________________________________________________________________
18327 [ 10533] By: jhi                                   on 2001/06/12  12:52:57
18328         Log: Subject: [PATCH] anonymous stashes
18329              From: Abhijit Menon-Sen <ams@wiw.org>
18330              Date: Tue, 12 Jun 2001 12:47:04 +0530
18331              Message-ID: <20010612124704.A29029@lustre.linux.in>
18332      Branch: perl
18333            ! dump.c gv.c sv.c xsutils.c
18334 ____________________________________________________________________________
18335 [ 10532] By: jhi                                   on 2001/06/12  12:37:36
18336         Log: One more test for $^S.
18337      Branch: perl
18338            ! t/op/magic.t
18339 ____________________________________________________________________________
18340 [ 10531] By: jhi                                   on 2001/06/12  12:35:02
18341         Log: Subject: [PATCH 20010612.002] $^S almost entirely broken with 5.6.1
18342              From: Abhijit Menon-Sen <ams@wiw.org>
18343              Date: Tue, 12 Jun 2001 17:35:55 +0530
18344              Message-ID: <20010612173555.A32426@lustre.linux.in>
18345      Branch: perl
18346            ! mg.c t/op/magic.t
18347 ____________________________________________________________________________
18348 [ 10530] By: jhi                                   on 2001/06/12  12:31:11
18349         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
18350              From: Mike Guy <mjtg@cam.ac.uk>
18351              Date: Tue, 12 Jun 2001 13:14:15 +0100
18352              Message-Id: <E159n3n-0000xa-00@draco.cus.cam.ac.uk>
18353      Branch: perl
18354            ! pod/perlop.pod
18355 ____________________________________________________________________________
18356 [ 10529] By: jhi                                   on 2001/06/12  12:21:06
18357         Log: AUTHORS updates.
18358      Branch: perl
18359            ! AUTHORS
18360 ____________________________________________________________________________
18361 [ 10528] By: jhi                                   on 2001/06/12  12:19:47
18362         Log: Subject: [PATCH] rhapsody/darwin minor cleanup
18363              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
18364              Content-Transfer-Encoding: 7bit
18365              Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu>
18366      Branch: perl
18367            ! Makefile.SH hints/darwin.sh hints/rhapsody.sh
18368 ____________________________________________________________________________
18369 [ 10527] By: jhi                                   on 2001/06/12  11:58:53
18370         Log: Subject: [MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperl
18371              From: "Philip Newton" <Philip.Newton@gmx.net>
18372              Date: Mon, 11 Jun 2001 07:08:03 +0200
18373              Message-Id: <200106120802.LAA08992@taas.iki.fi>
18374      Branch: perl
18375            ! t/base/term.t
18376 ____________________________________________________________________________
18377 [ 10526] By: jhi                                   on 2001/06/12  01:35:34
18378         Log: Cleanup the a2p.c for -Wall.
18379      Branch: perl
18380            ! x2p/Makefile.SH x2p/a2p.c
18381 ____________________________________________________________________________
18382 [ 10525] By: jhi                                   on 2001/06/12  01:10:56
18383         Log: File::Find update for MacOS from Chris Nandor.
18384      Branch: perl
18385            ! lib/File/Find.pm t/lib/filefind.t
18386 ____________________________________________________________________________
18387 [ 10524] By: jhi                                   on 2001/06/12  00:29:20
18388         Log: gcc -Wall nits picked out by a non-UNIX system
18389              (courtesy of Mark Bixby)
18390      Branch: perl
18391            ! doio.c ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_mpeix.xs
18392            ! ext/IO/IO.xs ext/PerlIO/Via/Via.xs ext/Socket/Socket.xs
18393            ! pp_sys.c util.c
18394 ____________________________________________________________________________
18395 [ 10523] By: jhi                                   on 2001/06/11  22:34:03
18396         Log: Metaconfig unit change for #10522.  (The d_modfl changes
18397              placate metalint.)
18398      Branch: metaconfig/U/perl
18399            ! d_modfl.U d_u32align.U
18400 ____________________________________________________________________________
18401 [ 10522] By: jhi                                   on 2001/06/11  22:33:00
18402         Log: Buglet found by Mark Bixby: "./try >&2 >/dev/null" should
18403              be "./try 2>&1 >/dev/null".
18404      Branch: perl
18405            ! Configure
18406 ____________________________________________________________________________
18407 [ 10521] By: jhi                                   on 2001/06/11  19:49:54
18408         Log: Subject: [PATCH perl@10517] DCL quoting syntax drives pumpking mad
18409              From: "Craig A. Berry" <craigberry@mac.com>
18410              Date: Mon, 11 Jun 2001 14:00:32 -0500
18411              Message-Id: <5.1.0.14.0.20010611134750.03985cb8@exchi01>
18412      Branch: perl
18413            ! configure.com
18414 ____________________________________________________________________________
18415 [ 10520] By: jhi                                   on 2001/06/11  17:55:47
18416         Log: Move the full \p\P lists to perlunicode.
18417      Branch: perl
18418            ! pod/perlretut.pod pod/perlunicode.pod
18419 ____________________________________________________________________________
18420 [ 10519] By: jhi                                   on 2001/06/11  17:10:00
18421         Log: VOS build tweak for 5.6.1 from Paul Green.
18422      Branch: maint-5.6/perl
18423            ! vos/build.cm
18424 ____________________________________________________________________________
18425 [ 10518] By: jhi                                   on 2001/06/11  17:07:03
18426         Log: Subject: [PATCH perl@10476] no PerlIO at startup time on VMS
18427              From: "Craig A. Berry" <craigberry@mac.com>
18428              Date: Fri, 8 Jun 2001 18:08:18 -0500
18429              Message-Id: <a05101000b746f9dd4fca@[192.168.56.145]>
18430      Branch: perl
18431            ! vms/vms.c
18432 ____________________________________________________________________________
18433 [ 10517] By: jhi                                   on 2001/06/11  14:52:01
18434         Log: Update Changes.
18435      Branch: perl
18436            ! Changes patchlevel.h
18437 ____________________________________________________________________________
18438 [ 10516] By: jhi                                   on 2001/06/11  14:46:33
18439         Log: Add the modfl_pow32_bug (anti)definition also to VOS headers.
18440      Branch: perl
18441            ! vos/config.alpha.h vos/config.ga.h
18442 ____________________________________________________________________________
18443 [ 10515] By: jhi                                   on 2001/06/11  14:39:05
18444         Log: VOS updates from Paul Green for @10476.
18445      Branch: perl
18446            ! README.vos vos/Changes vos/build.cm vos/compile_perl.cm
18447            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
18448            ! vos/config.ga.h vos/configure_perl.cm
18449 ____________________________________________________________________________
18450 [ 10514] By: jhi                                   on 2001/06/11  12:58:43
18451         Log: Subject: [PATCH] Not many people know this ...
18452              From: Mike Guy <mjtg@cam.ac.uk>
18453              Date: Mon, 11 Jun 2001 14:55:15 +0100
18454              Message-Id: <E159S9z-00015D-00@draco.cus.cam.ac.uk>
18455      Branch: perl
18456            ! pod/perldebug.pod
18457 ____________________________________________________________________________
18458 [ 10513] By: jhi                                   on 2001/06/11  12:30:06
18459         Log: Add final commas to lists as suggested by Philip Newton.
18460      Branch: perl
18461            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
18462 ____________________________________________________________________________
18463 [ 10512] By: jhi                                   on 2001/06/11  12:28:49
18464         Log: Subject: [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl
18465              Date: Sun, 10 Jun 2001 23:35:38 -0400
18466              From: Chris Nandor <pudge@pobox.com>
18467              Message-Id: <p05100306b749ec0eaade@[10.0.1.177]>
18468      Branch: perl
18469            ! lib/DirHandle.pm lib/File/Basename.pm lib/diagnostics.pm
18470            ! perl.c t/base/term.t t/comp/cpp.t t/comp/multiline.t
18471            ! t/comp/script.t t/lib/anydbm.t t/lib/autoloader.t
18472            ! t/lib/dirhand.t t/lib/selfloader.t t/op/anonsub.t
18473            ! t/op/closure.t t/op/defins.t t/op/exec.t t/op/goto.t
18474            ! t/op/pack.t t/op/regexp.t t/op/regexp_noamp.t t/op/split.t
18475            ! t/op/write.t t/pragma/strict.t
18476 ____________________________________________________________________________
18477 [ 10511] By: jhi                                   on 2001/06/11  12:13:31
18478         Log: Subject: [RESEND] [PATCH] Mac OS lib patches for bleadperl
18479              From: Chris Nandor <pudge@pobox.com>
18480              Date: Mon, 11 Jun 2001 08:24:28 -0400
18481              Message-Id: <p05100303b74a66faf625@[10.0.1.177]>
18482      Branch: perl
18483            ! ext/IO/lib/IO/Dir.pm lib/File/Copy.pm t/lib/filecopy.t
18484            ! t/lib/io_dir.t
18485 ____________________________________________________________________________
18486 [ 10510] By: jhi                                   on 2001/06/11  12:03:16
18487         Log: One more run_byacc (a hand-tweaked version had slipped in).
18488      Branch: perl
18489            ! perly.c vms/perly_c.vms
18490 ____________________________________________________________________________
18491 [ 10509] By: nick                                  on 2001/06/11  07:49:15
18492         Log: Integrate mainline
18493      Branch: perlio
18494           !> Makefile.SH embed.h embed.pl global.sym
18495           !> lib/ExtUtils/Constant.pm lib/ExtUtils/Manifest.pm objXSUB.h
18496           !> perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
18497           !> perly_c.diff pod/perl572delta.pod pod/perlapi.pod proto.h sv.c
18498           !> t/lib/extutils.t util.c vms/perly_c.vms vms/perly_h.vms
18499 ____________________________________________________________________________
18500 [ 10508] By: jhi                                   on 2001/06/10  22:38:05
18501         Log: Subject: [PATCH] ExtUtils::Manifest not -w clean
18502              From: Mike Guy <mjtg@cam.ac.uk>
18503              Reply-To: mjtg@cam.ac.uk
18504              Message-Id: <E159Ei8-0006Tz-00@draco.cus.cam.ac.uk>
18505      Branch: perl
18506            ! lib/ExtUtils/Manifest.pm
18507 ____________________________________________________________________________
18508 [ 10507] By: jhi                                   on 2001/06/10  22:37:16
18509         Log: Subject: [PATCH] ExtUtils::Constant
18510              From: Nicholas Clark <nick@ccl4.org>
18511              Date: Sun, 10 Jun 2001 23:25:41 +0100
18512              Message-ID: <20010610232540.C76396@plum.flirble.org>
18513      Branch: perl
18514            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
18515 ____________________________________________________________________________
18516 [ 10506] By: jhi                                   on 2001/06/10  20:57:20
18517         Log: Integrate perlio.
18518      Branch: perl
18519           !> iperlsys.h
18520 ____________________________________________________________________________
18521 [ 10505] By: jhi                                   on 2001/06/10  18:37:57
18522         Log: Move the grok_number and its lieutenant grok_numeric_radix
18523              from sv.c statics to util.c and public.
18524      Branch: perl
18525            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c
18526            ! perlapi.h pod/perlapi.pod proto.h sv.c util.c
18527 ____________________________________________________________________________
18528 [ 10504] By: nick                                  on 2001/06/10  17:47:06
18529         Log: Fix (valid) -Wall warnings in perlio.c
18530      Branch: perlio
18531            ! iperlsys.h
18532 ____________________________________________________________________________
18533 [ 10503] By: jhi                                   on 2001/06/10  17:38:28
18534         Log: Update perly_c.diff, update perly.fixer to edit away
18535              some of the -Wall noise.
18536      Branch: perl
18537            ! perly.c perly.fixer perly_c.diff vms/perly_c.vms
18538 ____________________________________________________________________________
18539 [ 10502] By: jhi                                   on 2001/06/10  17:09:42
18540         Log: Check the version of byacc.
18541      Branch: perl
18542            ! Makefile.SH
18543 ____________________________________________________________________________
18544 [ 10501] By: jhi                                   on 2001/06/10  17:00:08
18545         Log: Subject: [PATCH] perly.y overhaul
18546              From: Simon Cozens <simon@netthink.co.uk>
18547              Date: Sun, 10 Jun 2001 16:56:54 +0100
18548              Message-ID: <20010610165654.A16597@deep-dark-truthful-mirror.pmb.ox.ac.uk>
18549              
18550              Plus make run_byacc.
18551      Branch: perl
18552            ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
18553 ____________________________________________________________________________
18554 [ 10500] By: jhi                                   on 2001/06/10  16:07:28
18555         Log: Integrate perlio.
18556      Branch: perl
18557           !> perlio.c perlsfio.h
18558 ____________________________________________________________________________
18559 [ 10499] By: nick                                  on 2001/06/10  15:01:08
18560         Log: Integrate mainline
18561      Branch: perlio
18562           !> Changes Configure embed.h embed.pl patchlevel.h proto.h sv.c
18563           !> t/pragma/locale.t util.c
18564 ____________________________________________________________________________
18565 [ 10498] By: jhi                                   on 2001/06/10  13:49:23
18566         Log: Put some meat on the perl572delta bones.  The list of
18567              selected bug fixes needs more work, as does still the
18568              whole document.
18569      Branch: perl
18570            ! pod/perl572delta.pod
18571 ____________________________________________________________________________
18572 [ 10497] By: nick                                  on 2001/06/10  12:27:51
18573         Log: Paper over a crack or two with USE_SFIO
18574      Branch: perlio
18575            ! perlio.c perlsfio.h
18576 ____________________________________________________________________________
18577 [ 10496] By: jhi                                   on 2001/06/10  11:04:22
18578         Log: Update Changes.
18579      Branch: perl
18580            ! Changes patchlevel.h
18581 ____________________________________________________________________________
18582 [ 10495] By: jhi                                   on 2001/06/10  10:55:34
18583         Log: Subject: Re: pragma/locale.t #107
18584              From: Hugo <hv@crypt.compulink.co.uk>
18585              Date: Sun, 10 Jun 2001 11:23:30 +0100
18586              Message-Id: <200106101023.LAA32085@crypt.compulink.co.uk>
18587              
18588              Encapsulate the scan of the decimal radix separator.
18589      Branch: perl
18590            ! embed.h embed.pl proto.h sv.c
18591 ____________________________________________________________________________
18592 [ 10494] By: jhi                                   on 2001/06/10  03:00:17
18593         Log: Try to grok numbers both with the locale specific separator
18594              and with the usual "." (if different from the lss); add a test
18595              to locale.t to do also a little bit of math in addition to just
18596              equalness testing; remove extraneous logic as suggested in
18597              
18598              Subject: Re: pragma/locale.t #107
18599              From: Nicholas Clark <nick@ccl4.org>
18600              Date: Sat, 9 Jun 2001 22:37:36 +0100
18601              Message-ID: <20010609223735.Y76396@plum.flirble.org>
18602      Branch: perl
18603            ! sv.c t/pragma/locale.t
18604 ____________________________________________________________________________
18605 [ 10493] By: jhi                                   on 2001/06/10  01:25:23
18606         Log: Metaconfig unit change for #10492.
18607      Branch: metaconfig/U/perl
18608            ! Extensions.U
18609 ____________________________________________________________________________
18610 [ 10492] By: jhi                                   on 2001/06/10  01:23:59
18611         Log: Subject: [PATCH] Don't build Thread.pm if USEITHREADS
18612              From: Artur Bergman <artur@contiller.se> 
18613              Date: Sat, 09 Jun 2001 21:03:51 +0200
18614              Message-ID: <B7483FB6.1398%artur@contiller.se>
18615      Branch: perl
18616            ! Configure
18617 ____________________________________________________________________________
18618 [ 10491] By: jhi                                   on 2001/06/10  01:15:40
18619         Log: Integrate perlio.
18620      Branch: perl
18621           !> perlsfio.h
18622 ____________________________________________________________________________
18623 [ 10490] By: jhi                                   on 2001/06/10  01:08:26
18624         Log: Do locale specific separator if only in locale.
18625      Branch: perl
18626            ! util.c
18627 ____________________________________________________________________________
18628 [ 10489] By: nick                                  on 2001/06/09  19:13:25
18629         Log: Make XS/Typemap compile (but fail) with sfio
18630      Branch: perlio
18631            ! perlsfio.h
18632 ____________________________________________________________________________
18633 [ 10488] By: nick                                  on 2001/06/09  19:12:51
18634         Log: Re-integrate mainline
18635      Branch: perlio
18636           !> embed.h embed.pl embedvar.h intrpvar.h perl.h perlapi.h
18637           !> proto.h sv.c util.c
18638 ____________________________________________________________________________
18639 [ 10487] By: nick                                  on 2001/06/09  16:26:29
18640         Log: Integrate mainline
18641      Branch: perlio
18642           !> (integrate 31 files)
18643 ____________________________________________________________________________
18644 [ 10486] By: jhi                                   on 2001/06/09  16:11:51
18645         Log: Subject: [PATCH] New attempt to clone callack
18646              From: Artur Bergman <artur@contiller.se> 
18647              Date: Thu, 07 Jun 2001 11:52:16 +0200
18648              Message-ID: <B7451B6F.12B7%artur@contiller.se>
18649      Branch: perl
18650            ! embedvar.h intrpvar.h perlapi.h sv.c
18651 ____________________________________________________________________________
18652 [ 10485] By: jhi                                   on 2001/06/09  15:23:52
18653         Log: Numeric conversion tweaks suggested by Hugo and Nicholas.
18654      Branch: perl
18655            ! embed.h embed.pl perl.h proto.h sv.c util.c
18656 ____________________________________________________________________________
18657 [ 10484] By: jhi                                   on 2001/06/09  14:47:25
18658         Log: Subject: Re: pragma/locale.t #107
18659              From: Nicholas Clark <nick@ccl4.org>
18660              Date: Sat, 9 Jun 2001 16:26:10 +0100
18661              Message-ID: <20010609162609.V76396@plum.flirble.org>
18662              
18663              A missing NVification.
18664      Branch: perl
18665            ! sv.c
18666 ____________________________________________________________________________
18667 [ 10483] By: jhi                                   on 2001/06/08  19:40:32
18668         Log: Redo the #10482, there already was a test script for formats.
18669      Branch: perl
18670            - t/io/format.t
18671            ! MANIFEST t/op/write.t
18672 ____________________________________________________________________________
18673 [ 10482] By: jhi                                   on 2001/06/08  19:34:45
18674         Log: Twisted format testing, from Merijn.
18675      Branch: perl
18676            + t/io/format.t
18677            ! MANIFEST
18678 ____________________________________________________________________________
18679 [ 10481] By: jhi                                   on 2001/06/08  19:21:56
18680         Log: More \p{In...} testing, combined with \N{...}.
18681      Branch: perl
18682            ! lib/utf8_heavy.pl t/op/pat.t
18683 ____________________________________________________________________________
18684 [ 10480] By: jhi                                   on 2001/06/08  14:16:06
18685         Log: Metaconfig changes for #10479.
18686      Branch: metaconfig
18687            ! U/Glossary.patch
18688      Branch: metaconfig/U/perl
18689            ! d_modfl.U
18690 ____________________________________________________________________________
18691 [ 10479] By: jhi                                   on 2001/06/08  14:15:32
18692         Log: Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
18693      Branch: perl
18694            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18695            ! config_h.SH configure.com epoc/config.sh pp.c uconfig.h
18696            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
18697            ! win32/config.bc win32/config.gc win32/config.vc
18698 ____________________________________________________________________________
18699 [ 10478] By: jhi                                   on 2001/06/08  12:20:41
18700         Log: Subject: Re: [PATCH perl@10439] fix old $^S description in perlvms.pod
18701              From: "Craig A. Berry" <craigberry@mac.com>
18702              Date: Thu, 7 Jun 2001 14:27:20 -0500
18703              Message-Id: <a05100e01b7458075db7d@[172.16.52.1]>
18704      Branch: perl
18705            ! vms/perlvms.pod
18706 ____________________________________________________________________________
18707 [ 10477] By: jhi                                   on 2001/06/08  12:19:00
18708         Log: Subject: [PATCH] Unresolved symbol in ext/re/re.xs
18709              From: Gisle Aas <gisle@ActiveState.com>
18710              Date: 07 Jun 2001 17:04:29 -0700
18711              Message-ID: <lrae3jsupe.fsf@caliper.ActiveState.com>
18712      Branch: perl
18713            ! ext/re/re.xs
18714 ____________________________________________________________________________
18715 [ 10476] By: jhi                                   on 2001/06/08  01:35:42
18716         Log: Update Changes.
18717      Branch: perl
18718            ! Changes patchlevel.h
18719 ____________________________________________________________________________
18720 [ 10475] By: jhi                                   on 2001/06/08  00:53:45
18721         Log: Regen Glossary et alia.
18722      Branch: perl
18723            ! Porting/Glossary Porting/config.sh Porting/config_H
18724 ____________________________________________________________________________
18725 [ 10474] By: jhi                                   on 2001/06/07  22:06:38
18726         Log: Metaconfig unit changes for #10473.
18727      Branch: metaconfig/U/perl
18728            ! d_modfl.U
18729 ____________________________________________________________________________
18730 [ 10473] By: jhi                                   on 2001/06/07  22:06:16
18731         Log: Harumph, also AIX will spill its guts (i.e. dump core)
18732              if an executable contains modfl() but it hasn't been
18733              compiled right (in the case of AIX, with cc -qlongdouble).
18734      Branch: perl
18735            ! Configure
18736 ____________________________________________________________________________
18737 [ 10472] By: gsar                                  on 2001/06/07  20:04:28
18738         Log: integrate change#10471 from mainline
18739              
18740              in change#10451, check that CvOUTSIDE is a CV before looking in
18741              (it can apparently be SVt_NULL during global destruction)
18742      Branch: maint-5.6/perl
18743           !> op.c
18744 ____________________________________________________________________________
18745 [ 10471] By: gsar                                  on 2001/06/07  20:01:31
18746         Log: in change#10451, check that CvOUTSIDE is a CV before looking in
18747              (it can apparently be SVt_NULL during global destruction)
18748      Branch: perl
18749            ! op.c
18750 ____________________________________________________________________________
18751 [ 10470] By: jhi                                   on 2001/06/07  12:17:51
18752         Log: Subject: Re: [PATCH perl@10439] diagnostics and long C<=item>s
18753              From: Robin Barker <rmb1@cise.npl.co.uk>
18754              Date: Thu, 7 Jun 2001 13:01:06 +0100 (BST)
18755              Message-Id: <200106071201.NAA13627@tempest.npl.co.uk>
18756      Branch: perl
18757            ! lib/diagnostics.pm pod/perldiag.pod
18758 ____________________________________________________________________________
18759 [ 10469] By: jhi                                   on 2001/06/07  12:16:12
18760         Log: Subject: [PATCH perl@10439] long =item
18761              From: Robin Barker <rmb1@cise.npl.co.uk>
18762              Date: Thu, 7 Jun 2001 12:34:08 +0100 (BST)
18763              Message-Id: <200106071134.MAA10288@tempest.npl.co.uk>
18764      Branch: perl
18765            ! README.amiga lib/Attribute/Handlers.pm
18766            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
18767 ____________________________________________________________________________
18768 [ 10468] By: jhi                                   on 2001/06/07  12:08:56
18769         Log: Subject: [PATCH 5.7.1 pod/perlguts.pod] IOK vs pIOK docs
18770              Date: Thu, 7 Jun 2001 10:09:59 +0100 (BST)
18771              Reply-To: Dave Mitchell <davem@fdgroup.co.uk>
18772              Message-Id: <200106070909.KAA25610@gizmo.fdgroup.co.uk>
18773      Branch: perl
18774            ! pod/perlguts.pod
18775 ____________________________________________________________________________
18776 [ 10467] By: jhi                                   on 2001/06/07  12:04:26
18777         Log: Integrate perlio.
18778      Branch: perl
18779           !> sv.c
18780 ____________________________________________________________________________
18781 [ 10466] By: nick                                  on 2001/06/07  10:25:40
18782         Log: MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
18783              whitespace tweaks.
18784              Still coredumps in pragma/overload.t - what a nice hard fail that is...
18785      Branch: perlio
18786            ! sv.c
18787 ____________________________________________________________________________
18788 [ 10465] By: nick                                  on 2001/06/07  08:41:58
18789         Log: Raw integrate of mainline for S_grok_number debug
18790              (sv.c has MULTIPLICITY issues as well as whatever else ...)
18791      Branch: perlio
18792            - plan9/perlplan9.doc plan9/perlplan9.pod
18793           !> (integrate 46 files)
18794 ____________________________________________________________________________
18795 [ 10464] By: jhi                                   on 2001/06/06  23:33:58
18796         Log: The proper prototyping for #10463.
18797      Branch: perl
18798            ! embed.h embed.pl proto.h sv.c
18799 ____________________________________________________________________________
18800 [ 10463] By: jhi                                   on 2001/06/06  23:15:30
18801         Log: Subject: Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
18802              From: Nicholas Clark <nick@ccl4.org>
18803              Date: Thu, 7 Jun 2001 00:29:59 +0100
18804              Message-ID: <20010607002959.Z76396@plum.flirble.org>
18805      Branch: perl
18806            ! sv.c
18807 ____________________________________________________________________________
18808 [ 10462] By: jhi                                   on 2001/06/06  23:13:19
18809         Log: Subject: [PATCH perl@10439] fix old $^S description in perlvms.pod
18810              From: "Craig A. Berry" <craigberry@mac.com>
18811              Date: Wed, 06 Jun 2001 17:54:30 -0500
18812              Message-Id: <5.1.0.14.0.20010606174814.03c2c880@exchi01>
18813      Branch: perl
18814            ! vms/perlvms.pod
18815 ____________________________________________________________________________
18816 [ 10461] By: jhi                                   on 2001/06/06  23:10:00
18817         Log: Podify the remaining README.platform files;
18818              merge README.plan9 and plan9/perlplan9.pod;
18819              delete plan9/perlplan9.* (the perlplan.doc needs to
18820              be regenerated in Plan 9); make the =head1 and =head2
18821              in the README.platform to be a little more verbose
18822              (skipped README.os2 not to anger Ilya) so that they
18823              look better in the toc; regen toc.
18824      Branch: perl
18825            - plan9/perlplan9.doc plan9/perlplan9.pod
18826            ! MANIFEST README.aix README.amiga README.apollo README.beos
18827            ! README.bs2000 README.cygwin README.dgux README.dos README.epoc
18828            ! README.hpux README.hurd README.machten README.macos
18829            ! README.micro README.mint README.mpeix README.os390
18830            ! README.plan9 README.qnx README.solaris README.threads
18831            ! README.tru64 README.vmesa README.vms README.vos README.win32
18832            ! plan9/mkfile pod/buildtoc.PL pod/perl.pod pod/perlport.pod
18833            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
18834 ____________________________________________________________________________
18835 [ 10460] By: jhi                                   on 2001/06/06  20:58:53
18836         Log: Subject: [PATCH] Re: Bug in perlguts documentation?
18837              From: Mike Guy <mjtg@cam.ac.uk>
18838              Reply-To: mjtg@cam.ac.uk
18839              Message-Id: <E157fiS-0006Q7-00@draco.cus.cam.ac.uk>
18840      Branch: perl
18841            ! pod/perlguts.pod
18842 ____________________________________________________________________________
18843 [ 10459] By: jhi                                   on 2001/06/06  20:58:15
18844         Log: Subject: [PATCH] Re: [ID 20010604.015] taint + comma = false insecurity
18845              From: Mike Guy <mjtg@cam.ac.uk>
18846              Reply-To: mjtg@cam.ac.uk
18847              Message-Id: <E157flx-0006Uz-00@draco.cus.cam.ac.uk>
18848      Branch: perl
18849            ! pod/perlsec.pod
18850 ____________________________________________________________________________
18851 [ 10458] By: jhi                                   on 2001/06/06  20:56:04
18852         Log: Disable long doubles from pre-5.0 Tru64s.
18853      Branch: perl
18854            ! README.tru64 hints/dec_osf.sh
18855 ____________________________________________________________________________
18856 [ 10457] By: jhi                                   on 2001/06/06  20:49:23
18857         Log: The #10455 exposed that modfl() is fundamentally busted
18858              (as in: dumps core) in pre-5.0 Tru64, so better avoid even
18859              testing it.
18860      Branch: perl
18861            ! hints/dec_osf.sh
18862 ____________________________________________________________________________
18863 [ 10456] By: jhi                                   on 2001/06/06  20:48:35
18864         Log: Metaconfig unit change for #10455.
18865      Branch: metaconfig/U/perl
18866            ! d_modfl.U
18867 ____________________________________________________________________________
18868 [ 10455] By: jhi                                   on 2001/06/06  20:48:09
18869         Log: Configure check for geborken modfl(), inspired by
18870              
18871              Subject: Re: [20010118.017] op/int.t failure 
18872              From: Hugo <hv@crypt.compulink.co.uk>
18873              Date: Tue, 05 Jun 2001 13:43:27 +0100
18874              Message-Id: <200106051243.NAA15525@crypt.compulink.co.uk>
18875      Branch: perl
18876            ! Configure
18877 ____________________________________________________________________________
18878 [ 10454] By: jhi                                   on 2001/06/06  11:45:08
18879         Log: Integrate changes #10450 and #10451 from maintperl:
18880              
18881              optimize change#10448 slightly (don't repeat search in eval""s lexical
18882              scope, since that has already been searched)
18883              
18884              change#9108 needs subtler treatment for case of closures created
18885              within eval""
18886      Branch: perl
18887           !> op.c t/op/misc.t
18888 ____________________________________________________________________________
18889 [ 10453] By: jhi                                   on 2001/06/06  11:42:10
18890         Log: MakeMaker magic to compile (when no dynamic loading)
18891              List/Util.xsc as (ListUtil.c and) ListUtil.o since
18892              POSIX-BC (BS2000) linker has an evil limitation of
18893              being unable to include in the same executable several
18894              object files with the same name - case-insensitively -
18895              because otherwise we conflict with util.c.
18896              Strictly speaking currently required only in POSIX-BC
18897              but probably will do no harm elsewhere where static
18898              linking is required.
18899      Branch: perl
18900            ! ext/List/Util/Makefile.PL
18901 ____________________________________________________________________________
18902 [ 10452] By: nick                                  on 2001/06/06  08:59:51
18903         Log: Integrate mainline.
18904      Branch: perlio
18905           +> lib/Attribute/Handlers/demo/Demo.pm
18906           +> lib/Attribute/Handlers/demo/Descriptions.pm
18907           +> lib/Attribute/Handlers/demo/MyClass.pm
18908           +> lib/Attribute/Handlers/demo/demo.pl
18909           +> lib/Attribute/Handlers/demo/demo2.pl
18910           +> lib/Attribute/Handlers/demo/demo3.pl
18911           +> lib/Attribute/Handlers/demo/demo4.pl
18912           +> lib/Attribute/Handlers/demo/demo_call.pl
18913           +> lib/Attribute/Handlers/demo/demo_chain.pl
18914           +> lib/Attribute/Handlers/demo/demo_cycle.pl
18915           +> lib/Attribute/Handlers/demo/demo_hashdir.pl
18916           +> lib/Attribute/Handlers/demo/demo_phases.pl
18917           +> lib/Attribute/Handlers/demo/demo_range.pl
18918           +> lib/Attribute/Handlers/demo/demo_rawdata.pl t/op/override.t
18919           +> uts/strtol_wrap.c
18920           !> (integrate 91 files)
18921 ____________________________________________________________________________
18922 [ 10451] By: gsar                                  on 2001/06/06  07:11:36
18923         Log: change#9108 needs subtler treatment for case of closures created
18924              within eval""
18925      Branch: maint-5.6/perl
18926            ! op.c t/op/misc.t
18927 ____________________________________________________________________________
18928 [ 10450] By: gsar                                  on 2001/06/06  05:47:25
18929         Log: optimize change#10448 slightly (don't repeat search in eval""s lexical
18930              scope, since that has already been searched)
18931      Branch: maint-5.6/perl
18932            ! op.c
18933 ____________________________________________________________________________
18934 [ 10449] By: jhi                                   on 2001/06/06  01:33:31
18935         Log: Integrate change #10448 from maintperl; lexicals
18936              outside an eval"" weren't resolved correctly inside a subroutine
18937              definition inside the eval"" if they were not already referenced
18938              in the toplevel of the eval""-ed code
18939      Branch: perl
18940           !> cop.h op.c pp_ctl.c t/op/misc.t
18941 ____________________________________________________________________________
18942 [ 10448] By: gsar                                  on 2001/06/06  01:03:26
18943         Log: fix yet another bug of hoary vintage found by change#10394: lexicals
18944              outside an eval"" weren't resolved correctly inside a subroutine
18945              definition inside the eval"" if they were not already referenced
18946              in the toplevel of the eval""-ed code
18947      Branch: maint-5.6/perl
18948            ! cop.h op.c pp_ctl.c t/op/misc.t
18949 ____________________________________________________________________________
18950 [ 10447] By: jhi                                   on 2001/06/06  00:51:04
18951         Log: Subject: [PATCH] perl570delta.pod
18952              From: Peter Scott <Peter@PSDT.com> 
18953              Date: Tue, 05 Jun 2001 18:51:02 -0700
18954              Message-Id: <4.3.2.7.2.20010605183619.00a94400@psdt.com>
18955      Branch: perl
18956            ! pod/perl570delta.pod
18957 ____________________________________________________________________________
18958 [ 10446] By: jhi                                   on 2001/06/05  23:45:05
18959         Log: The fudge factor is no more needed.  I hope.
18960      Branch: perl
18961            ! t/lib/posix.t
18962 ____________________________________________________________________________
18963 [ 10445] By: jhi                                   on 2001/06/05  23:19:19
18964         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms 
18965              From: Hugo <hv@crypt.compulink.co.uk>
18966              Date: Tue, 05 Jun 2001 12:58:19 +0100
18967              Message-Id: <200106051158.MAA04605@crypt.compulink.co.uk>
18968      Branch: perl
18969            ! util.c
18970 ____________________________________________________________________________
18971 [ 10444] By: jhi                                   on 2001/06/05  11:09:01
18972         Log: Make up prototypes only for those who have the functions
18973              but not the prototypes.
18974      Branch: perl
18975            ! perl.h
18976 ____________________________________________________________________________
18977 [ 10443] By: jhi                                   on 2001/06/05  11:02:13
18978         Log: Subject: Re: Not OK: perl@10439 on win32 
18979              From: Prymmer/Kahn <pvhp@best.com> 
18980              Date: Mon, 4 Jun 2001 22:11:02 -0700 (PDT)
18981              Message-ID: <Pine.BSF.4.21.0106042136410.26316-100000@shell8.ba.best.com>
18982      Branch: perl
18983            ! perl.h util.c
18984 ____________________________________________________________________________
18985 [ 10442] By: jhi                                   on 2001/06/05  00:55:46
18986         Log: The metaconfig units changes for #10441.
18987      Branch: metaconfig
18988            ! U/modified/Extract.U U/modified/Extractall.U
18989            ! U/modified/Finish.U
18990 ____________________________________________________________________________
18991 [ 10441] By: jhi                                   on 2001/06/05  00:55:17
18992         Log: Extraction of the *.SH wasn't quite working with -Dmksymlinks.
18993      Branch: perl
18994            ! Configure
18995 ____________________________________________________________________________
18996 [ 10440] By: jhi                                   on 2001/06/05  00:28:27
18997         Log: Unnecessary fuzziness undone, noted by Mike Guy.
18998      Branch: perl
18999            ! t/op/tr.t
19000 ____________________________________________________________________________
19001 [ 10439] By: jhi                                   on 2001/06/04  17:14:31
19002         Log: Update Changes.
19003      Branch: perl
19004            ! Changes patchlevel.h
19005 ____________________________________________________________________________
19006 [ 10438] By: jhi                                   on 2001/06/04  17:10:16
19007         Log: Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
19008              bug found by Ilmari Karonen; the bug fixed by Sarathy's lexical
19009              leakage patch.
19010      Branch: perl
19011            ! t/op/misc.t
19012 ____________________________________________________________________________
19013 [ 10437] By: jhi                                   on 2001/06/04  17:01:06
19014         Log: Test case for #10433/#10424.
19015      Branch: perl
19016            ! t/op/misc.t
19017 ____________________________________________________________________________
19018 [ 10436] By: jhi                                   on 2001/06/04  16:54:21
19019         Log: Subject: One fix for strtoul not setting errno
19020              From: hom00@utsglobal.com (Hal Morris)
19021              Date: Sat, 2 Jun 2001 09:23:11 -0700 (PDT)
19022              Message-Id: <200106021623.JAA06906@cepheus.utsglobal.com>
19023      Branch: perl
19024            + uts/strtol_wrap.c
19025            ! MANIFEST hints/uts.sh
19026 ____________________________________________________________________________
19027 [ 10435] By: jhi                                   on 2001/06/04  16:54:01
19028         Log: Metaconfig units changes for #10434.
19029      Branch: metaconfig
19030            ! U/modified/Cppsym.U
19031      Branch: metaconfig/U/perl
19032            + d_dbminitproto.U d_flockproto.U d_sockatmarkproto.U
19033            + d_syscallproto.U d_usleepproto.U
19034            ! longdblfio.U quadfio.U
19035 ____________________________________________________________________________
19036 [ 10434] By: jhi                                   on 2001/06/04  16:48:33
19037         Log: Configure tweaks; add prototype probes, make the cpp symbols
19038              probe to cast, not whine; test for %Ld and %Lf before %lld and
19039              %llf because the L is the ANSI way.
19040      Branch: perl
19041            ! Configure config_h.SH configure.com epoc/config.sh
19042            ! ext/ODBM_File/ODBM_File.xs perl.h pod/perltoc.pod uconfig.h
19043            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
19044            ! win32/config.bc win32/config.gc win32/config.vc x2p/str.c
19045 ____________________________________________________________________________
19046 [ 10433] By: jhi                                   on 2001/06/04  16:45:23
19047         Log: Sigh.  This is what #10424 was supposed to check in.
19048      Branch: perl
19049            ! op.c sv.c sv.h
19050 ____________________________________________________________________________
19051 [ 10432] By: jhi                                   on 2001/06/04  16:29:40
19052         Log: More verbose failure.
19053      Branch: perl
19054            ! t/op/ver.t
19055 ____________________________________________________________________________
19056 [ 10431] By: jhi                                   on 2001/06/04  16:21:55
19057         Log: The .pm changes to go with #10428.
19058      Branch: perl
19059            ! ext/Fcntl/Fcntl.pm ext/Socket/Socket.pm
19060            ! ext/Sys/Syslog/Syslog.pm
19061 ____________________________________________________________________________
19062 [ 10430] By: jhi                                   on 2001/06/04  16:05:20
19063         Log: On second thoughts show to utf8 skippage message only
19064              on failures, it's too confusing otherwise,
19065      Branch: perl
19066            ! t/pragma/locale.t
19067 ____________________________________________________________________________
19068 [ 10429] By: jhi                                   on 2001/06/04  14:47:50
19069         Log: Do not import anything from Encode.
19070      Branch: perl
19071            ! ext/MIME/Base64/QuotedPrint.pm
19072 ____________________________________________________________________________
19073 [ 10428] By: jhi                                   on 2001/06/04  14:45:47
19074         Log: The #10402 didn't take.  Weird.
19075      Branch: perl
19076            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
19077            ! ext/Sys/Syslog/Syslog.xs
19078 ____________________________________________________________________________
19079 [ 10427] By: jhi                                   on 2001/06/04  12:55:39
19080         Log: Eradicate traces of 'asciirange' re subpragma.
19081      Branch: perl
19082            ! ext/B/B/Deparse.pm ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm
19083            ! pod/perldiag.pod
19084 ____________________________________________________________________________
19085 [ 10426] By: jhi                                   on 2001/06/04  12:44:05
19086         Log: use is a compile-time thing.
19087      Branch: perl
19088            ! ext/MIME/Base64/QuotedPrint.pm
19089 ____________________________________________________________________________
19090 [ 10425] By: jhi                                   on 2001/06/04  12:39:44
19091         Log: Subject: [PATCH perl@10419] -Wall casting patch
19092              From: Robin Barker <rmb1@cise.npl.co.uk>
19093              Date: Mon, 4 Jun 2001 14:27:28 +0100 (BST)
19094              Message-Id: <200106041327.OAA15338@tempest.npl.co.uk>
19095      Branch: perl
19096            ! ext/Devel/DProf/DProf.xs mg.c
19097 ____________________________________________________________________________
19098 [ 10424] By: jhi                                   on 2001/06/04  12:23:30
19099         Log: Subject: [PATCH #2] introducing SVpad_TYPED
19100              From: Abhijit Menon-Sen <ams@wiw.org>
19101              Date: Mon, 4 Jun 2001 12:26:02 +0530
19102              Message-ID: <20010604122602.A5775@lustre.linux.in>
19103      Branch: perl
19104            ! op.c sv.c sv.h
19105 ____________________________________________________________________________
19106 [ 10423] By: gsar                                  on 2001/06/04  05:12:18
19107         Log: testsuite for change#10192 (from Gisle Aas)
19108      Branch: perl
19109            + t/op/override.t
19110            ! MANIFEST
19111 ____________________________________________________________________________
19112 [ 10422] By: gsar                                  on 2001/06/04  02:32:03
19113         Log: integrate changes#10414-10416 from mainline
19114              
19115              Potential buffer overrun if the radix separator is more than
19116              one byte.  Also, under locales, prefer the locale-specific
19117              separator over the old boring ".".
19118              
19119              "10.", that is, decimal numbers can have no decimal part at all.
19120              
19121              The non-locale places need love, too.
19122      Branch: maint-5.6/perl
19123           !> perl.h sv.c
19124 ____________________________________________________________________________
19125 [ 10421] By: jhi                                   on 2001/06/04  02:25:53
19126         Log: Missed from #10420.
19127      Branch: perl
19128            ! epoc/config.sh
19129 ____________________________________________________________________________
19130 [ 10420] By: jhi                                   on 2001/06/04  02:19:58
19131         Log: Missed HAS_SETRESGID_PROTO.  No serious harm done since
19132              often this prototype goes with HAS_SETRESUID_PROTO.
19133      Branch: perl
19134            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19135            ! config_h.SH configure.com perl.h uconfig.h
19136 ____________________________________________________________________________
19137 [ 10419] By: jhi                                   on 2001/06/04  00:24:55
19138         Log: Update Changes.
19139      Branch: perl
19140            ! Changes patchlevel.h
19141 ____________________________________________________________________________
19142 [ 10418] By: jhi                                   on 2001/06/03  23:58:04
19143         Log: -Wall "subscript has type `char'" cleanup.
19144      Branch: perl
19145            ! ext/File/Glob/bsd_glob.c x2p/a2py.c x2p/str.c x2p/walk.c
19146 ____________________________________________________________________________
19147 [ 10417] By: jhi                                   on 2001/06/03  23:37:17
19148         Log: Various "cast to pointer from integer of different size"
19149              picked up by gcc -Wall (in Tru64 where pointers are 64 bits
19150              wide but I32 (int) only 32 bits wide).
19151              
19152              WARNING: the classnum and tagnum changes in Storable.xs
19153              may not be wise, they may be breaking binary compatibility
19154              (in 64-bit platforms), asked Raphael Manfredi about the changes.
19155      Branch: perl
19156            ! embed.pl ext/Devel/DProf/DProf.xs ext/Storable/Storable.xs
19157            ! mg.c proto.h
19158 ____________________________________________________________________________
19159 [ 10416] By: jhi                                   on 2001/06/03  23:15:24
19160         Log: The non-locale places need love, too.
19161      Branch: perl
19162            ! perl.h
19163 ____________________________________________________________________________
19164 [ 10415] By: jhi                                   on 2001/06/03  23:10:55
19165         Log: "10.", that is, decimal numbers can have no decimal part at all.
19166      Branch: perl
19167            ! perl.h
19168 ____________________________________________________________________________
19169 [ 10414] By: jhi                                   on 2001/06/03  22:49:55
19170         Log: Potential buffer overrun if the radix separator is more than
19171              one byte.  Also, under locales, prefer the locale-specific
19172              separator over the old boring ".".
19173      Branch: perl
19174            ! perl.h sv.c
19175 ____________________________________________________________________________
19176 [ 10413] By: jhi                                   on 2001/06/03  22:42:10
19177         Log: Integrate change #10412 from maintperl; locale is now
19178              per-cop, not per-op; plus retweak the locale.t to always
19179              list the skipped utf8 locales.
19180      Branch: perl
19181            ! t/pragma/locale.t
19182           !> embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
19183           !> pp.sym pp_ctl.c pp_proto.h pp_sys.c util.c
19184 ____________________________________________________________________________
19185 [ 10412] By: gsar                                  on 2001/06/03  22:23:16
19186         Log: rationalize locale handling to fix the bugs uncovered by change#10394
19187              
19188              the major issue was that the runtime was looking at PL_hints rather
19189              than op_private to notice whether locale was enabled
19190              
19191              the secondary issue was that many locale-sensitive numeric ops didn't
19192              have HINT_LOCALE propagated into their op_private
19193              
19194              HINT_LOCALE is now propagated per-statement (i.e., via PL_curcop)
19195              instead of per-op, just like HINT_BYTE and the hints for lexical
19196              warnings (this makes the hint available to every op via PL_curcop)
19197              
19198              pragma/locale.t may need to be reworked with these fixes in mind
19199              (it currently passes its tests)
19200      Branch: maint-5.6/perl
19201            ! embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
19202            ! pp.sym pp_ctl.c pp_proto.h pp_sys.c t/pragma/locale.t util.c
19203 ____________________________________________________________________________
19204 [ 10411] By: jhi                                   on 2001/06/03  17:50:49
19205         Log: More verbose debugging.
19206      Branch: perl
19207            ! t/pragma/locale.t
19208 ____________________________________________________________________________
19209 [ 10410] By: jhi                                   on 2001/06/03  17:36:40
19210         Log: Subject: RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
19211              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
19212              Date: Sat, 2 Jun 2001 22:53:33 +0100
19213              Message-ID: <000601c0ebae$77d10dc0$99dcfea9@bfs.phone.com>
19214      Branch: perl
19215            ! regcomp.c t/pragma/warn/regcomp
19216 ____________________________________________________________________________
19217 [ 10409] By: jhi                                   on 2001/06/03  17:27:13
19218         Log: Mention that lexicalizing $a or $b is a bad idea if one
19219              wants to use sort().
19220      Branch: perl
19221            ! pod/perlvar.pod
19222 ____________________________________________________________________________
19223 [ 10408] By: jhi                                   on 2001/06/03  16:52:41
19224         Log: Tweak the test to be happy if the accuracy is 'good enough'.
19225      Branch: perl
19226            ! t/lib/posix.t
19227 ____________________________________________________________________________
19228 [ 10407] By: jhi                                   on 2001/06/03  16:50:33
19229         Log: Upgrade to Attribute::Handlers 0.70.
19230              
19231              NOTE: this unearthed the "too late for CHECK block" bug,
19232              that's why the 1_compile.t change.
19233      Branch: perl
19234            + lib/Attribute/Handlers/demo/Demo.pm
19235            + lib/Attribute/Handlers/demo/Descriptions.pm
19236            + lib/Attribute/Handlers/demo/MyClass.pm
19237            + lib/Attribute/Handlers/demo/demo.pl
19238            + lib/Attribute/Handlers/demo/demo2.pl
19239            + lib/Attribute/Handlers/demo/demo3.pl
19240            + lib/Attribute/Handlers/demo/demo4.pl
19241            + lib/Attribute/Handlers/demo/demo_call.pl
19242            + lib/Attribute/Handlers/demo/demo_chain.pl
19243            + lib/Attribute/Handlers/demo/demo_cycle.pl
19244            + lib/Attribute/Handlers/demo/demo_hashdir.pl
19245            + lib/Attribute/Handlers/demo/demo_phases.pl
19246            + lib/Attribute/Handlers/demo/demo_range.pl
19247            + lib/Attribute/Handlers/demo/demo_rawdata.pl
19248            ! MANIFEST lib/Attribute/Handlers.pm t/lib/1_compile.t
19249            ! t/lib/attrhand.t
19250 ____________________________________________________________________________
19251 [ 10406] By: jhi                                   on 2001/06/03  16:40:03
19252         Log: One less -Wall whine.
19253      Branch: perl
19254            ! regcomp.c
19255 ____________________________________________________________________________
19256 [ 10405] By: jhi                                   on 2001/06/03  16:30:34
19257         Log: Integrate change #10404 from maintperl; eval.t was in pre-10394 mood.
19258      Branch: perl
19259           !> t/op/eval.t
19260 ____________________________________________________________________________
19261 [ 10404] By: gsar                                  on 2001/06/03  16:23:07
19262         Log: eval.t was relying on pre-change#10394 buggy behavior (lexicals
19263              aren't "normally" visible inside eval""s contained in subs unless
19264              a cloned reference to them already exists)
19265              
19266              strangely enough, t/harness didn't show this up as a failure
19267              (harness needs fixing?)
19268      Branch: maint-5.6/perl
19269            ! t/op/eval.t
19270 ____________________________________________________________________________
19271 [ 10403] By: jhi                                   on 2001/06/03  16:22:59
19272         Log: Update to Text::Balanced 1.85.
19273      Branch: perl
19274            ! lib/Text/Balanced.pm t/lib/tb-xvari.t
19275 ____________________________________________________________________________
19276 [ 10402] By: jhi                                   on 2001/06/03  16:18:09
19277         Log: Subject: [PATCH] Re: ext/Socket/Socket.xs
19278              From: Nicholas Clark <nick@ccl4.org>
19279              Date: Sun, 3 Jun 2001 17:54:36 +0100
19280              Message-ID: <20010603175436.E76396@plum.flirble.org> 
19281      Branch: perl
19282            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
19283            ! ext/Sys/Syslog/Syslog.xs
19284 ____________________________________________________________________________
19285 [ 10401] By: jhi                                   on 2001/06/03  16:09:33
19286         Log: Unused variables.
19287      Branch: perl
19288            ! util.c
19289 ____________________________________________________________________________
19290 [ 10400] By: jhi                                   on 2001/06/03  16:04:26
19291         Log: Subject: [PATCH] APIfy op_clear 
19292              From: Simon Cozens <simon@netthink.co.uk>
19293              Date: Sun, 3 Jun 2001 13:51:46 +0100
19294              Message-ID: <20010603135146.A9984@deep-dark-truthful-mirror.pmb.ox.ac.uk>
19295              
19296              (despite the subject line, op_null is APIfied by the patch)
19297      Branch: perl
19298            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
19299 ____________________________________________________________________________
19300 [ 10399] By: jhi                                   on 2001/06/03  15:51:35
19301         Log: Subject: [PATCH] t/lib/extutils.t
19302              From: Nicholas Clark <nick@ccl4.org>
19303              Date: Sat, 2 Jun 2001 23:57:05 +0100
19304              Message-ID: <20010602235705.Q12698@plum.flirble.org>
19305      Branch: perl
19306            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
19307 ____________________________________________________________________________
19308 [ 10398] By: jhi                                   on 2001/06/03  15:34:11
19309         Log: Subject: [PATCH: perl@10360] update two win32 Makefiles
19310              From: Prymmer/Kahn <pvhp@best.com>
19311              Date: Sun, 3 Jun 2001 08:55:14 -0700 (PDT)
19312              Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com>
19313      Branch: perl
19314            ! win32/Makefile win32/makefile.mk
19315 ____________________________________________________________________________
19316 [ 10397] By: jhi                                   on 2001/06/03  15:12:13
19317         Log: Subject: Re: 'decimal digits' macro? 
19318              From: Hugo <hv@crypt.compulink.co.uk>
19319              Date: Sun, 03 Jun 2001 04:26:36 +0100
19320              Message-Id: <200106030326.EAA18786@crypt.compulink.co.uk>
19321      Branch: perl
19322            ! handy.h t/lib/posix.t t/op/tr.t
19323 ____________________________________________________________________________
19324 [ 10396] By: jhi                                   on 2001/06/03  15:10:49
19325         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
19326              From: Hugo <hv@crypt.compulink.co.uk>
19327              Date: Sun, 03 Jun 2001 14:56:30 +0100
19328              Message-Id: <200106031356.OAA12517@crypt.compulink.co.uk>
19329      Branch: perl
19330            ! util.c
19331 ____________________________________________________________________________
19332 [ 10395] By: jhi                                   on 2001/06/03  14:59:41
19333         Log: Integrate change #10394 from maintperl; lexical file scope leakage.
19334      Branch: perl
19335           !> perly.c perly.y t/op/misc.t t/pragma/warn/universal
19336           !> vms/perly_c.vms
19337 ____________________________________________________________________________
19338 [ 10394] By: gsar                                  on 2001/06/03  03:05:43
19339         Log: fix leakage of lexicals at file scope into subroutines that were
19340              declared before them; this appears to be a longstanding bug that
19341              meant that lexicals at file scope were never "deintroduced", meaning
19342              their scope range was never properly closed, and their visibility
19343              extended to all subsequent eval""s or requires
19344              
19345              added a test case
19346              
19347              seems to also fix a case of bogus duplicate warnings
19348      Branch: maint-5.6/perl
19349            ! perly.c perly.y t/op/misc.t t/pragma/warn/universal
19350            ! vms/perly_c.vms
19351 ____________________________________________________________________________
19352 [ 10393] By: jhi                                   on 2001/06/02  16:55:03
19353         Log: More VMS tweaks from Craig A. Berry.
19354      Branch: perl
19355            ! configure.com t/lib/extutils.t
19356 ____________________________________________________________________________
19357 [ 10392] By: jhi                                   on 2001/06/02  16:48:26
19358         Log: -Wall cleanup continues.
19359      Branch: perl
19360            ! README.tru64 embed.h embed.pl ext/NDBM_File/NDBM_File.xs
19361            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
19362            ! ext/Storable/Storable.xs ext/Sys/Hostname/Hostname.xs
19363            ! ext/Sys/Syslog/Syslog.xs perl.c proto.h regcomp.c regexec.c
19364            ! run.c toke.c util.c
19365 ____________________________________________________________________________
19366 [ 10391] By: jhi                                   on 2001/06/02  13:29:47
19367         Log: The metaconfig unit change for #10390.
19368      Branch: metaconfig/U/perl
19369            ! gccvers.U
19370 ____________________________________________________________________________
19371 [ 10390] By: jhi                                   on 2001/06/02  13:29:12
19372         Log: Drop the -ansi from the default gcc flags.
19373              
19374              Off_t/off_t is a struct in Solaris with largefiles, and with -ansi
19375              that struct cannot be compared with a flat integer, such as STRLEN.
19376              The -ansi will also cause a lot of noise in Solaris because of:
19377              /usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside parameter list
19378      Branch: perl
19379            ! Configure
19380 ____________________________________________________________________________
19381 [ 10389] By: jhi                                   on 2001/06/02  13:14:57
19382         Log: Integrate perlio.
19383      Branch: perl
19384           !> pod/perlapi.pod util.c
19385 ____________________________________________________________________________
19386 [ 10388] By: nick                                  on 2001/06/02  08:01:12
19387         Log: Integrate mainline
19388      Branch: perlio
19389           +> lib/Attribute/Handlers.pm t/lib/attrhand.t
19390           !> MANIFEST configure.com ext/MIME/Base64/QuotedPrint.pm
19391           !> lib/File/Find.pm pod/perlmodlib.pod pod/perltoc.pod
19392           !> t/lib/1_compile.t t/lib/mimeqp.t
19393 ____________________________________________________________________________
19394 [ 10387] By: nick                                  on 2001/06/02  07:39:17
19395         Log: Tweak util.c's atof2 for MULTIPLICITY
19396      Branch: perlio
19397            ! util.c
19398 ____________________________________________________________________________
19399 [ 10386] By: nick                                  on 2001/06/02  07:38:33
19400         Log: Integrate mainline
19401      Branch: perlio
19402           !> (integrate 41 files)
19403 ____________________________________________________________________________
19404 [ 10385] By: jhi                                   on 2001/06/01  22:12:48
19405         Log: Add Attribute::Handlers 0.61 from Damian Conway.
19406      Branch: perl
19407            + lib/Attribute/Handlers.pm t/lib/attrhand.t
19408            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod t/lib/1_compile.t
19409 ____________________________________________________________________________
19410 [ 10384] By: jhi                                   on 2001/06/01  21:53:14
19411         Log: Subject: [PATCH: perl@10328] allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines
19412              From: Peter Prymmer <pvhp@forte.com>
19413              Date: Fri, 1 Jun 2001 15:49:22 -0700 (PDT)
19414              Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com>
19415      Branch: perl
19416            ! ext/MIME/Base64/QuotedPrint.pm t/lib/mimeqp.t
19417 ____________________________________________________________________________
19418 [ 10383] By: jhi                                   on 2001/06/01  21:36:11
19419         Log: Subject: [PATCH File::Find] 'do 1' and puzzling (?>...)
19420              From: Jeff Pinyan <jeffp@crusoe.net>
19421              Date: Fri, 1 Jun 2001 14:13:56 -0400 (EDT)
19422              Message-ID: <Pine.GSO.4.21.0106011412520.21027-100000@crusoe.crusoe.net>
19423      Branch: perl
19424            ! lib/File/Find.pm
19425 ____________________________________________________________________________
19426 [ 10382] By: jhi                                   on 2001/06/01  21:35:02
19427         Log: Subject: [PATCH perl@10381] configure.com tweaks
19428              From: "Craig A. Berry" <craigberry@mac.com>
19429              Date: Fri, 1 Jun 2001 13:55:43 -0500
19430              Message-Id: <a05100e00b73d942aa9da@[172.16.52.1]>
19431      Branch: perl
19432            ! configure.com
19433 ____________________________________________________________________________
19434 [ 10381] By: jhi                                   on 2001/06/01  16:37:21
19435         Log: Update Changes.
19436      Branch: perl
19437            ! Changes patchlevel.h
19438 ____________________________________________________________________________
19439 [ 10380] By: jhi                                   on 2001/06/01  16:19:18
19440         Log: Subject: [PATCH] Re: [ID 20010529.004] program doesn't work unless in debug mode
19441              From: Mike Guy <mjtg@cam.ac.uk>
19442              Date: Fri, 01 Jun 2001 18:17:02 +0100
19443              Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk>
19444      Branch: perl
19445            ! lib/perl5db.pl
19446 ____________________________________________________________________________
19447 [ 10379] By: jhi                                   on 2001/06/01  16:13:28
19448         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
19449              From: Hugo <hv@crypt.compulink.co.uk>
19450              Date: Thu, 31 May 2001 20:49:48 +0100
19451              Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk>
19452      Branch: perl
19453            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c proto.h
19454            ! util.c
19455 ____________________________________________________________________________
19456 [ 10378] By: jhi                                   on 2001/06/01  15:56:35
19457         Log: Zero() is not available in x2p (or, rather, some of its
19458              implementations like memzero() might not be available.)
19459      Branch: perl
19460            ! x2p/hash.c
19461 ____________________________________________________________________________
19462 [ 10377] By: jhi                                   on 2001/06/01  15:44:48
19463         Log: Subject: [PATCH x2p/hash.c] bzero -> memset
19464              From: Michael G Schwern <schwern@pobox.com>
19465              Date: Fri, 1 Jun 2001 12:00:29 +0100
19466              Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk>
19467              
19468              (But use Zero() instead of memset.)
19469      Branch: perl
19470            ! x2p/hash.c
19471 ____________________________________________________________________________
19472 [ 10376] By: jhi                                   on 2001/06/01  15:39:52
19473         Log: Subject: Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
19474              From: Jeff Pinyan <jeffp@crusoe.net>
19475              Date: Fri, 1 Jun 2001 10:33:55 -0400 (EDT)
19476              Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net>
19477      Branch: perl
19478            ! pod/perldiag.pod regcomp.c t/op/pat.t
19479 ____________________________________________________________________________
19480 [ 10375] By: jhi                                   on 2001/06/01  15:36:35
19481         Log: Retract #10324 and #10333; not needed.
19482      Branch: perl
19483            ! hints/irix_6.sh hints/linux.sh
19484 ____________________________________________________________________________
19485 [ 10374] By: jhi                                   on 2001/06/01  15:35:19
19486         Log: The #10370 wasn't quite right.
19487      Branch: perl
19488            ! ext/XS/Typemap/Typemap.xs
19489 ____________________________________________________________________________
19490 [ 10373] By: jhi                                   on 2001/06/01  15:34:49
19491         Log: The metaconfig units changes for #10372.
19492      Branch: metaconfig/U/perl
19493            + d_realpath.U d_sresgproto.U d_sresuproto.U
19494            ! gccvers.U i_db.U
19495 ____________________________________________________________________________
19496 [ 10372] By: jhi                                   on 2001/06/01  15:34:24
19497         Log: Configure tweaks; record the Berkeley DB version,
19498              probe for realpath(), for setresuid() and setresgid()
19499              prototypes; use realpath() (try to be paranoid enough),
19500              use the setres[ug]id prototypes because glibc has the functions
19501              but not their prototypes; add -Wall -ansi to gcc ccflags;
19502              regen toc.
19503      Branch: perl
19504            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19505            ! config_h.SH configure.com epoc/config.sh
19506            ! ext/DB_File/DB_File.xs perl.h pod/perlapi.pod pod/perltoc.pod
19507            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
19508            ! vos/config.ga.def win32/config.bc win32/config.gc
19509            ! win32/config.vc
19510 ____________________________________________________________________________
19511 [ 10371] By: jhi                                   on 2001/06/01  12:50:05
19512         Log: Subject: Re: [PATCH xsutils.c] Quieting warnings
19513              From: Michael G Schwern <schwern@pobox.com>
19514              Date: Fri, 1 Jun 2001 11:28:14 +0100
19515              Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk>
19516      Branch: perl
19517            ! lib/attributes.pm xsutils.c
19518 ____________________________________________________________________________
19519 [ 10370] By: jhi                                   on 2001/06/01  12:48:55
19520         Log: Subject: [PATCH] Fix -Wall on XS::Typemap
19521              From: Tim Jenness <t.jenness@jach.hawaii.edu>
19522              Date: Thu, 31 May 2001 16:15:37 -1000 (HST)
19523              Message-ID: <Pine.LNX.4.33.0105311610110.9337-100000@lapaki.jach.hawaii.edu>
19524      Branch: perl
19525            ! ext/XS/Typemap/Typemap.xs
19526 ____________________________________________________________________________
19527 [ 10369] By: jhi                                   on 2001/06/01  12:47:21
19528         Log: Subject: [patch] Cwd.xs optimizations/abstraction
19529              From: Doug MacEachern <dougm@covalent.net>
19530              Date: Thu, 31 May 2001 17:37:37 -0700 (PDT)
19531              Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net> 
19532      Branch: perl
19533            ! embed.h embed.pl ext/Cwd/Cwd.xs global.sym lib/Cwd.pm
19534            ! objXSUB.h perlapi.c pod/perlapi.pod proto.h util.c
19535 ____________________________________________________________________________
19536 [ 10368] By: jhi                                   on 2001/06/01  12:32:00
19537         Log: Subject: Re: Why t/lib/extutils.t is failing  (was Re: [PATCH] Re: [PATCH] Re: [SPAM] Re: [SPAM] Re: [EGGS] Re: [BACON] Re: [TOAST] Re: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!])
19538              From: Nicholas Clark <nick@ccl4.org>
19539              Date: Thu, 31 May 2001 23:56:40 +0100
19540              Message-ID: <20010531235640.F12698@plum.flirble.org>
19541              
19542              Make the test work also under only static extensions
19543              (sh Configure -Uusedl fakes this nicely)
19544      Branch: perl
19545            ! t/lib/extutils.t
19546 ____________________________________________________________________________
19547 [ 10367] By: jhi                                   on 2001/06/01  12:27:53
19548         Log: Subject: [PATCH hv.c] Eliminating trigraph
19549              From: Michael G Schwern <schwern@pobox.com>
19550              Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk>
19551              Date: Fri, 1 Jun 2001 11:49:56 +0100
19552      Branch: perl
19553            ! hv.c
19554 ____________________________________________________________________________
19555 [ 10366] By: jhi                                   on 2001/06/01  12:14:57
19556         Log: Subject: Re: [PATCH] Tests for File::Compare 
19557              From: "Philip Newton" <Philip.Newton@gmx.net>
19558              Date: Thu, 31 May 2001 19:44:05 +0200
19559              Message-Id: <200105311748.f4VHmCt18269@chaos.wustl.edu>
19560              
19561              Unnecessary "quotation marks".
19562      Branch: perl
19563            ! t/lib/filecomp.t
19564 ____________________________________________________________________________
19565 [ 10365] By: jhi                                   on 2001/06/01  12:13:26
19566         Log: Integrate perlio.
19567      Branch: perl
19568           !> lib/ExtUtils/MM_Win32.pm t/lib/filecomp.t
19569 ____________________________________________________________________________
19570 [ 10364] By: nick                                  on 2001/06/01  10:13:31
19571         Log: Cleanup dll.base and dll.exp created by GCC builds.
19572      Branch: perlio
19573            ! lib/ExtUtils/MM_Win32.pm
19574 ____________________________________________________________________________
19575 [ 10363] By: nick                                  on 2001/06/01  10:02:17
19576         Log: Make filecomp test work on CRLF platforms by adding binmode.
19577      Branch: perlio
19578            ! t/lib/filecomp.t
19579 ____________________________________________________________________________
19580 [ 10362] By: nick                                  on 2001/06/01  08:37:17
19581         Log: Integrate mainline
19582      Branch: perlio
19583           !> Changes Configure patchlevel.h perlio.c
19584 ____________________________________________________________________________
19585 [ 10361] By: jhi                                   on 2001/05/31  15:09:34
19586         Log: panic:claustrophobia.
19587      Branch: perl
19588            ! perlio.c
19589 ____________________________________________________________________________
19590 [ 10360] By: jhi                                   on 2001/05/31  13:04:25
19591         Log: Update Changes.
19592      Branch: perl
19593            ! Changes patchlevel.h
19594 ____________________________________________________________________________
19595 [ 10359] By: nick                                  on 2001/05/31  12:35:50
19596         Log: Integrate mainline.
19597      Branch: perlio
19598           +> t/lib/filecomp.t
19599           !> AUTHORS MANIFEST ext/Storable/Storable.xs gv.c perl.c perl.h
19600           !> pp_ctl.c sv.c t/lib/1_compile.t toke.c util.c
19601 ____________________________________________________________________________
19602 [ 10358] By: jhi                                   on 2001/05/31  12:35:05
19603         Log: Integrate perlio.
19604      Branch: perl
19605           !> t/pragma/warn/toke win32/config_H.bc win32/config_H.gc
19606           !> win32/config_H.vc
19607 ____________________________________________________________________________
19608 [ 10357] By: jhi                                   on 2001/05/31  12:34:04
19609         Log: Metaconfig unit change for #10356.
19610      Branch: metaconfig
19611            ! U/installdirs/inc_version_list.U
19612 ____________________________________________________________________________
19613 [ 10356] By: jhi                                   on 2001/05/31  12:33:41
19614         Log: Allow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ...
19615              (idea from Sarathy; implementation from Andy)
19616      Branch: perl
19617            ! Configure
19618 ____________________________________________________________________________
19619 [ 10355] By: jhi                                   on 2001/05/31  12:18:06
19620         Log: More AUTHORS.
19621      Branch: perl
19622            ! AUTHORS
19623 ____________________________________________________________________________
19624 [ 10354] By: jhi                                   on 2001/05/31  12:16:24
19625         Log: Subject: Re: [PATCH] Tests for File::Compare
19626              From: Alexander Gough <alexander.gough@st-hughs.oxford.ac.uk>
19627              Date: Thu, 31 May 2001 13:26:34 +0100 (GMT)
19628              Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk>
19629      Branch: perl
19630            + t/lib/filecomp.t
19631            ! MANIFEST t/lib/1_compile.t
19632 ____________________________________________________________________________
19633 [ 10353] By: jhi                                   on 2001/05/31  12:11:24
19634         Log: Subject: [PATCH] DEBUG_* macro cleanups
19635              From: Abhijit Menon-Sen <ams@wiw.org>
19636              Date: Thu, 31 May 2001 12:16:22 +0530
19637              Message-ID: <20010531121622.B4829@lustre.linux.in>
19638              
19639              Subject: Re: [PATCH] DEBUG_* macro cleanups
19640              From: Abhijit Menon-Sen <ams@wiw.org>
19641              Date: Thu, 31 May 2001 13:57:01 +0530
19642              Message-ID: <20010531135701.A21775@lustre.linux.in>
19643              
19644              (The DEBUG_ definitions in perl.h changed to use the
19645              STMT_START and STMT_END.)
19646      Branch: perl
19647            ! perl.h pp_ctl.c sv.c toke.c
19648 ____________________________________________________________________________
19649 [ 10352] By: jhi                                   on 2001/05/31  11:53:31
19650         Log: Subject: [PATCH] -Wall cleanups: perl.c, gv.c, Storable.xs
19651              From: Abhijit Menon-Sen <ams@wiw.org>
19652              Date: Thu, 31 May 2001 08:27:55 +0530
19653              Message-ID: <20010531082755.A10018@lustre.linux.in>
19654      Branch: perl
19655            ! ext/Storable/Storable.xs gv.c perl.c
19656 ____________________________________________________________________________
19657 [ 10351] By: jhi                                   on 2001/05/31  11:45:16
19658         Log: Subject: [PATCH] AUTHORS
19659              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
19660              Date: Thu, 31 May 2001 01:27:59 -0500
19661              Message-ID: <20010531012758.A1595@staff1.cso.uiuc.edu>
19662              
19663              Subject: Re: [PATCH] AUTHORS
19664              From: "Philip Newton" <Philip.Newton@gmx.net>
19665              Date: Thu, 31 May 2001 10:08:06 +0200
19666              (Message-Id missing?)
19667      Branch: perl
19668            ! AUTHORS
19669 ____________________________________________________________________________
19670 [ 10350] By: nick                                  on 2001/05/31  11:40:43
19671         Log: win32 - dmake regen_config_h
19672      Branch: perlio
19673            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
19674 ____________________________________________________________________________
19675 [ 10349] By: jhi                                   on 2001/05/31  11:38:27
19676         Log: Subject: Re: [PATCH util.c] More warning cleanups.
19677              From: "Philip Newton" <Philip.Newton@gmx.net>
19678              Date: Thu, 31 May 2001 07:41:36 +0200
19679              Message-Id: <200105310538.IAA25458@taku.hut.fi>
19680              
19681              Undo C++-ism that snekt in.
19682      Branch: perl
19683            ! util.c
19684 ____________________________________________________________________________
19685 [ 10348] By: nick                                  on 2001/05/31  11:36:46
19686         Log: Tolerate Win32 numerics
19687      Branch: perlio
19688            ! t/pragma/warn/toke
19689 ____________________________________________________________________________
19690 [ 10347] By: jhi                                   on 2001/05/31  11:29:40
19691         Log: Integrate perlio.
19692      Branch: perl
19693           !> perlio.c win32/win32.h
19694 ____________________________________________________________________________
19695 [ 10346] By: nick                                  on 2001/05/31  10:54:55
19696         Log: Hack to restore Win32 pseudo fork broken by Multiple Interpreter
19697              perlio.c change 10255.
19698      Branch: perlio
19699            ! perlio.c
19700 ____________________________________________________________________________
19701 [ 10345] By: nick                                  on 2001/05/31  10:01:57
19702         Log: Conditionaly put back some "unused" dTHX which are used
19703              with PERL_IMPLICIT_SYS
19704      Branch: perlio
19705            ! perlio.c
19706 ____________________________________________________________________________
19707 [ 10344] By: nick                                  on 2001/05/31  10:00:59
19708         Log: Fix Win32 for new spelling IN_BYTES 
19709      Branch: perlio
19710            ! win32/win32.h
19711 ____________________________________________________________________________
19712 [ 10343] By: nick                                  on 2001/05/31  08:01:32
19713         Log: perlio.c -Wall cleaner under MULTIPLICITY
19714              - still minor noise with linux stdio
19715      Branch: perlio
19716            ! perlio.c
19717 ____________________________________________________________________________
19718 [ 10342] By: nick                                  on 2001/05/31  07:52:23
19719         Log: Integrate mainline.
19720      Branch: perlio
19721           !> (integrate 42 files)
19722 ____________________________________________________________________________
19723 [ 10341] By: jhi                                   on 2001/05/31  01:39:02
19724         Log: AUTHORS updates.
19725      Branch: perl
19726            ! AUTHORS
19727 ____________________________________________________________________________
19728 [ 10340] By: jhi                                   on 2001/05/31  00:19:29
19729         Log: Subject: [PATCH: perl@10328] new md5sum for modified MD5.xs file
19730              From: Peter Prymmer <pvhp@forte.com>
19731              Date: Wed, 30 May 2001 17:57:20 -0700 (PDT)
19732              Message-ID: <Pine.OSF.4.10.10105301753210.129765-100000@aspara.forte.com>
19733      Branch: perl
19734            ! t/lib/md5-file.t
19735 ____________________________________________________________________________
19736 [ 10339] By: jhi                                   on 2001/05/31  00:16:44
19737         Log: Salvage bits and pieces from the experimental 'utf8 everywhere'
19738              patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES
19739              to match the pragma name; various robustness cleanups.
19740      Branch: perl
19741            ! lib/utf8_heavy.pl mg.c perl.h pp.c pp_ctl.c pp_sys.c regexec.c
19742            ! sv.c toke.c utf8.c utf8.h utfebcdic.h
19743 ____________________________________________________________________________
19744 [ 10338] By: jhi                                   on 2001/05/30  23:56:14
19745         Log: More -Wall sweeping.
19746      Branch: perl
19747            ! av.c doio.c ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs
19748            ! ext/Devel/Peek/Peek.xs ext/Encode/Encode.xs
19749            ! ext/List/Util/Util.xs gv.c op.c pp.c pp_ctl.c pp_hot.c
19750            ! regcomp.c sv.c toke.c utf8.c
19751 ____________________________________________________________________________
19752 [ 10337] By: jhi                                   on 2001/05/30  23:20:23
19753         Log: Subject: [PATCH] (was Re: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1)
19754              From: Nicholas Clark <nick@ccl4.org>
19755              Date: Wed, 30 May 2001 22:34:41 +0100
19756              Message-ID: <20010530223441.Y86445@plum.flirble.org>
19757      Branch: perl
19758            ! t/op/cmp.t
19759 ____________________________________________________________________________
19760 [ 10336] By: jhi                                   on 2001/05/30  23:18:48
19761         Log: It's is not, it isn't ain't, and it's it's, not its,
19762              if you mean it is. If you don't, it's its. Then too,
19763              it's hers. It isn't her's. It isn't our's either.
19764              It's ours, and likewise yours and theirs.
19765              -- Oxford University Press, Edpress News
19766      Branch: perl
19767            ! lib/autouse.pm
19768 ____________________________________________________________________________
19769 [ 10335] By: jhi                                   on 2001/05/30  23:12:30
19770         Log: More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.
19771      Branch: perl
19772            ! doop.c ext/ByteLoader/bytecode.h ext/DB_File/DB_File.xs mg.c
19773            ! perl.c perlio.c regexec.c universal.c util.c x2p/a2py.c
19774            ! x2p/str.c x2p/walk.c xsutils.c
19775 ____________________________________________________________________________
19776 [ 10334] By: jhi                                   on 2001/05/30  22:52:41
19777         Log: Subject: [PATCH perl.c t/run/runenv.t] (was Re: [[ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
19778              From: Michael G Schwern <schwern@pobox.com>
19779              Date: Wed, 30 May 2001 17:10:38 +0100
19780              Message-ID: <20010530171038.L670@blackrider.blackstar.co.uk>
19781              
19782              Subject: Re: [PATCH perl.c t/run/runenv.t] (was Re: [ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
19783              From: Abhijit Menon-Sen <ams@wiw.org>
19784              Date: Wed, 30 May 2001 23:16:13 +0530
19785              Message-ID: <20010530231613.A31933@lustre.linux.in>
19786      Branch: perl
19787            ! perl.c t/run/runenv.t
19788 ____________________________________________________________________________
19789 [ 10333] By: jhi                                   on 2001/05/30  22:25:02
19790         Log: (Retracted by #10375.)
19791              
19792              IRIX hints patch from Merijn Broeren.
19793              
19794              TODO: (this and the earlier Linux hints patch) should be solved
19795              at Configure level.  Merijn: -ldb should not be used on any platform
19796              for perl, just when linking DBFile itself. Trying to be helpful here
19797              is counterproductive.
19798      Branch: perl
19799            ! hints/irix_6.sh
19800 ____________________________________________________________________________
19801 [ 10332] By: jhi                                   on 2001/05/30  22:11:13
19802         Log: Subject: Re: [PATCH doop.c] unused variable in Perl_do_join
19803              From: Nicholas Clark <nick@ccl4.org>
19804              Date: Wed, 30 May 2001 23:20:58 +0100
19805              Message-ID: <20010530232058.B86445@plum.flirble.org>
19806      Branch: perl
19807            ! doop.c
19808 ____________________________________________________________________________
19809 [ 10331] By: jhi                                   on 2001/05/30  22:09:49
19810         Log: Subject: Re: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
19811              From: Michael G Schwern <schwern@pobox.com> 
19812              Date: Wed, 30 May 2001 15:24:20 +0100
19813              Message-ID: <20010530152420.H670@blackrider.blackstar.co.uk>
19814      Branch: perl
19815            ! t/pragma/autouse.t
19816 ____________________________________________________________________________
19817 [ 10330] By: jhi                                   on 2001/05/30  22:02:21
19818         Log: The regex trick wasn't a good idea.
19819      Branch: perl
19820            ! pod/perlfaq4.pod
19821 ____________________________________________________________________________
19822 [ 10329] By: nick                                  on 2001/05/30  18:34:35
19823         Log: Integrate mainline
19824      Branch: perlio
19825           !> (integrate 40 files)
19826 ____________________________________________________________________________
19827 [ 10328] By: jhi                                   on 2001/05/30  14:28:39
19828         Log: Update Changes.
19829      Branch: perl
19830            ! Changes patchlevel.h
19831 ____________________________________________________________________________
19832 [ 10327] By: jhi                                   on 2001/05/30  14:07:01
19833         Log: The metaconfig unit change for #10325.
19834      Branch: metaconfig
19835            + U/modified/afs.U
19836 ____________________________________________________________________________
19837 [ 10326] By: jhi                                   on 2001/05/30  14:06:36
19838         Log: More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksum
19839              is now wrong.
19840      Branch: perl
19841            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
19842 ____________________________________________________________________________
19843 [ 10325] By: jhi                                   on 2001/05/30  14:04:28
19844         Log: Introduce $Config{afsroot}.
19845      Branch: perl
19846            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19847            ! config_h.SH epoc/config.sh uconfig.sh win32/config.bc
19848            ! win32/config.gc win32/config.vc
19849 ____________________________________________________________________________
19850 [ 10324] By: jhi                                   on 2001/05/30  13:49:44
19851         Log: (Retracted by #10375.)
19852              
19853              Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>.
19854      Branch: perl
19855            ! hints/linux.sh
19856 ____________________________________________________________________________
19857 [ 10323] By: jhi                                   on 2001/05/30  13:49:29
19858         Log: AFS patches from Merijn Broeren <merijnb@iloquent.nl>.
19859              (Also Configure tweaks needed; coming up soon.)
19860      Branch: perl
19861            ! t/io/fs.t t/lib/glob-basic.t t/op/stat.t
19862 ____________________________________________________________________________
19863 [ 10322] By: jhi                                   on 2001/05/30  13:37:56
19864         Log: Subject: [PATCH lib/perl5db.pl] Conditional breakpoints
19865              From: Michael G Schwern <schwern@pobox.com>
19866              Date: Sun, 27 May 2001 10:29:43 +0100
19867              Message-ID: <20010527102942.J711@blackrider.blackstar.co.uk>
19868      Branch: perl
19869            ! lib/perl5db.pl
19870 ____________________________________________________________________________
19871 [ 10321] By: jhi                                   on 2001/05/30  13:36:28
19872         Log: Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,
19873              and Abhijit Menon-Sen.
19874      Branch: perl
19875            ! av.c doio.c doop.c dump.c ext/Digest/MD5/MD5.xs malloc.c op.c
19876            ! perl.c pp_sys.c regcomp.c
19877 ____________________________________________________________________________
19878 [ 10320] By: jhi                                   on 2001/05/30  13:35:27
19879         Log: Fix the BOOT section to call myU2time properly.
19880      Branch: perl
19881            ! ext/Time/HiRes/HiRes.xs
19882 ____________________________________________________________________________
19883 [ 10319] By: jhi                                   on 2001/05/30  13:06:09
19884         Log: Subject: Re: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
19885              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
19886              Date: Wed, 30 May 2001 09:44:29 -0400
19887              Message-ID: <20010530094429.B133085@linguist.thayer.dartmouth.edu>
19888              
19889              Detypo; plus add one more trick.
19890      Branch: perl
19891            ! pod/perlfaq4.pod
19892 ____________________________________________________________________________
19893 [ 10318] By: jhi                                   on 2001/05/30  12:47:11
19894         Log: Subject: Re: [PATCH lib/autouse.pm t/pragma/autouse.t]  (was Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed)
19895              From: Michael G Schwern <schwern@pobox.com>
19896              Date: Wed, 30 May 2001 14:39:06 +0100
19897              Message-ID: <20010530143906.E670@blackrider.blackstar.co.uk>
19898      Branch: perl
19899            ! lib/autouse.pm t/pragma/autouse.t
19900 ____________________________________________________________________________
19901 [ 10317] By: jhi                                   on 2001/05/30  12:46:02
19902         Log: Subject: Re: AIX and gcc (moving targets)
19903              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19904              Date: Wed, 30 May 2001 15:25:08 +0200
19905              Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl>
19906      Branch: perl
19907            ! ext/Time/HiRes/HiRes.xs
19908 ____________________________________________________________________________
19909 [ 10316] By: jhi                                   on 2001/05/30  12:40:46
19910         Log: Subject: [PATCH t/TEST] sorting tests
19911              From: Michael G Schwern <schwern@pobox.com>
19912              Date: Wed, 30 May 2001 10:24:02 +0100
19913              Message-ID: <20010530102402.Q670@blackrider.blackstar.co.uk>
19914      Branch: perl
19915            ! t/TEST
19916 ____________________________________________________________________________
19917 [ 10315] By: jhi                                   on 2001/05/30  12:37:43
19918         Log: Subject: [ID 20010529.002] typos in man page perlre
19919              From: bart@cg681574-a.adubn1.nj.home.com 
19920              Date: Tue, 29 May 2001 13:58:59 -0500
19921              Message-Id: <E154ohn-00053j-00@debian.adubn1.nj.home.com>
19922      Branch: perl
19923            ! pod/perlre.pod
19924 ____________________________________________________________________________
19925 [ 10314] By: jhi                                   on 2001/05/30  12:33:53
19926         Log: Subject: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
19927              From: "Craig A. Berry" <craigberry@mac.com>
19928              Date: Tue, 29 May 2001 23:23:45 -0500
19929              Message-Id: <a05100e01b73a21721dee@[192.168.56.153]>
19930      Branch: perl
19931            ! t/lib/extutils.t t/pragma/autouse.t
19932 ____________________________________________________________________________
19933 [ 10313] By: jhi                                   on 2001/05/30  12:32:17
19934         Log: Subject: Re: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (patch to t/lib/filefind.t as requested)
19935              From: David Dyck <dcd@tc.fluke.com>
19936              Date: Tue, 29 May 2001 22:05:28 -0700 (PDT)
19937              Message-ID: <Pine.LNX.4.33.0105292200060.26992-100000@dd.tc.fluke.com>
19938      Branch: perl
19939            ! t/lib/filefind.t
19940 ____________________________________________________________________________
19941 [ 10312] By: jhi                                   on 2001/05/30  12:31:02
19942         Log: AIX hints update for gcc from Merijn H. Brand.
19943      Branch: perl
19944            ! hints/aix.sh
19945 ____________________________________________________________________________
19946 [ 10311] By: jhi                                   on 2001/05/30  12:18:20
19947         Log: Retract #10295 and #10296: a more generic solution
19948              is needed (there's something funny with gcc on AIX).
19949      Branch: perl
19950            ! ext/POSIX/Makefile.PL ext/Storable/Makefile.PL
19951 ____________________________________________________________________________
19952 [ 10310] By: jhi                                   on 2001/05/30  12:08:07
19953         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
19954              From: Hugo <hv@crypt.compulink.co.uk>
19955              Date: Wed, 30 May 2001 11:59:19 +0100
19956              Message-Id: <200105301059.LAA03182@crypt.compulink.co.uk>
19957              
19958              localizing $@ has unfortunate semantics - if you die past
19959              a local $@, the die message is lost.
19960      Branch: perl
19961            ! lib/utf8_heavy.pl
19962 ____________________________________________________________________________
19963 [ 10309] By: nick                                  on 2001/05/30  08:23:02
19964         Log: Integrate mainline (autouse works again.)
19965      Branch: perlio
19966           !> ext/Time/Piece/Piece.pm hints/os2.sh lib/File/Find.pm
19967           !> lib/autouse.pm pod/perlfaq4.pod pod/perlfaq6.pod
19968           !> pod/perlvar.pod t/op/cmp.t
19969 ____________________________________________________________________________
19970 [ 10308] By: jhi                                   on 2001/05/30  01:55:02
19971         Log: Subject: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (with proposed patch)
19972              From: David Dyck <dcd@tc.fluke.com>
19973              Date: Tue, 29 May 2001 12:19:38 -0700 (PDT)
19974              Message-Id: <Pine.LNX.4.33.0105291216510.17409-100000@dd.tc.fluke.com>
19975      Branch: perl
19976            ! lib/File/Find.pm
19977 ____________________________________________________________________________
19978 [ 10307] By: jhi                                   on 2001/05/30  01:47:22
19979         Log: Subject: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1
19980              From: Nicholas Clark <nick@ccl4.org>
19981              Date: Tue, 29 May 2001 23:16:09 +0100
19982              Message-ID: <20010529231609.U86445@plum.flirble.org>
19983              
19984              Make the test output slightly clearer by distinguishing
19985              between '' and undef.
19986      Branch: perl
19987            ! t/op/cmp.t
19988 ____________________________________________________________________________
19989 [ 10306] By: jhi                                   on 2001/05/30  01:45:12
19990         Log: Subject: [PATCH 5.6.1] flushNULL OS/2
19991              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19992              Date: Tue, 29 May 2001 19:15:19 -0400
19993              Message-ID: <20010529191519.A16020@math.ohio-state.edu>
19994      Branch: perl
19995            ! hints/os2.sh
19996 ____________________________________________________________________________
19997 [ 10305] By: jhi                                   on 2001/05/30  01:42:36
19998         Log: Subject: perlvar.pod addition
19999              From: Peter Gessner <peter.gessner@post.rwth-aachen.de>
20000              Date: Fri, 25 May 2001 20:23:12 +0200
20001              Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de>
20002              
20003              Subject: Re: perlvar.pod addition
20004              From: "Abigail" <abigail@foad.org> 
20005              Date: Fri, 25 May 2001 22:00:39 +0200
20006              Message-ID: <20010525200039.28029.qmail@foad.org>
20007              
20008              Mention $a and $b in perlvar.
20009      Branch: perl
20010            ! pod/perlvar.pod
20011 ____________________________________________________________________________
20012 [ 10304] By: jhi                                   on 2001/05/30  01:36:37
20013         Log: Subject: [PATCH] perlvar.pod -- why isn't @F here?
20014              From: Jeff Pinyan <jeffp@crusoe.net>
20015              Date: Tue, 29 May 2001 22:27:51 -0400 (EDT)
20016              Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net>
20017      Branch: perl
20018            ! pod/perlvar.pod
20019 ____________________________________________________________________________
20020 [ 10303] By: jhi                                   on 2001/05/30  01:35:31
20021         Log: Subject: Re: [PATCH] perlfaq6.pod -- case-aware s///
20022              From: Jeff Pinyan <jeffp@crusoe.net>
20023              Date: Tue, 29 May 2001 18:03:27 -0400 (EDT)
20024              Message-ID: <Pine.GSO.4.21.0105291802330.1961-100000@crusoe.crusoe.net>
20025      Branch: perl
20026            ! pod/perlfaq6.pod
20027 ____________________________________________________________________________
20028 [ 10302] By: jhi                                   on 2001/05/29  20:18:49
20029         Log: Mention Time::localtime and Time::gmtime.
20030      Branch: perl
20031            ! ext/Time/Piece/Piece.pm
20032 ____________________________________________________________________________
20033 [ 10301] By: jhi                                   on 2001/05/29  20:13:54
20034         Log: Subject: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
20035              From: Michael G Schwern <schwern@pobox.com>
20036              Date: Tue, 29 May 2001 18:51:32 +0100
20037              Message-ID: <20010529185132.C706@blackrider.blackstar.co.uk>
20038      Branch: perl
20039            ! pod/perlfaq4.pod
20040 ____________________________________________________________________________
20041 [ 10300] By: jhi                                   on 2001/05/29  20:12:09
20042         Log: Retract #10243.
20043      Branch: perl
20044            ! lib/autouse.pm
20045 ____________________________________________________________________________
20046 [ 10299] By: nick                                  on 2001/05/29  18:41:19
20047         Log: Post weekend integrate mainline (fails one test pragma/autouse).
20048      Branch: perlio
20049           +> (branch 29 files)
20050           !> (integrate 91 files)
20051 ____________________________________________________________________________
20052 [ 10298] By: jhi                                   on 2001/05/29  16:29:19
20053         Log: Update Changes.
20054      Branch: perl
20055            ! Changes patchlevel.h
20056 ____________________________________________________________________________
20057 [ 10297] By: jhi                                   on 2001/05/29  16:25:47
20058         Log: Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@)
20059              before Perl_load_module/Perl_call_method and restore the value
20060              after if !SvTRUE(ERRSV).  (from Inaba Hiroto)
20061      Branch: perl
20062            ! utf8.c
20063 ____________________________________________________________________________
20064 [ 10296] By: jhi                                   on 2001/05/29  16:01:53
20065         Log: Subject: Re: AIX and gcc (moving targets)
20066              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20067              Date: Tue, 29 May 2001 17:59:40 +0200
20068              Message-Id: <20010529175841.7078.H.M.BRAND@hccnet.nl>
20069      Branch: perl
20070            ! ext/Storable/Makefile.PL
20071 ____________________________________________________________________________
20072 [ 10295] By: jhi                                   on 2001/05/29  15:59:05
20073         Log: Subject: Re: AIX and gcc (moving targets)
20074              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20075              Date: Tue, 29 May 2001 12:32:57 +0200
20076              Message-Id: <20010529115151.9FE0.H.M.BRAND@hccnet.nl>
20077      Branch: perl
20078            ! ext/POSIX/Makefile.PL
20079 ____________________________________________________________________________
20080 [ 10294] By: jhi                                   on 2001/05/29  15:53:43
20081         Log: Subject: [PATCH lib/Test/Harness.pm t/lib/test-harness.t] Syncing with 1.21
20082              From: Michael G Schwern <schwern@pobox.com>
20083              Date: Tue, 29 May 2001 09:53:29 +0100
20084              Message-ID: <20010529095329.T675@blackrider.blackstar.co.uk>
20085              
20086              (#10280 retracted)
20087      Branch: perl
20088            ! lib/Test/Harness.pm t/lib/test-harness.t
20089 ____________________________________________________________________________
20090 [ 10293] By: jhi                                   on 2001/05/29  15:46:10
20091         Log: Subject: [PATCH t/TEST lib/Test.pm t/lib/Test/*.t] Syncing with Test-1.17
20092              From: Michael G Schwern <schwern@pobox.com>
20093              Date: Tue, 29 May 2001 09:19:52 +0100
20094              Message-ID: <20010529091952.R675@blackrider.blackstar.co.uk>
20095      Branch: perl
20096            + t/lib/Test/fail.t t/lib/Test/mix.t t/lib/Test/onfail.t
20097            + t/lib/Test/qr.t t/lib/Test/skip.t t/lib/Test/success.t
20098            + t/lib/Test/todo.t
20099            ! MANIFEST lib/Test.pm t/TEST
20100 ____________________________________________________________________________
20101 [ 10292] By: jhi                                   on 2001/05/29  15:34:08
20102         Log: From: Michael G Schwern <schwern@pobox.com>
20103              Subject: Re: [PATCH t/TEST] Allowing deeper test subdirectories
20104              Date: Tue, 29 May 2001 08:26:09 +0100
20105              Message-ID: <20010529082609.P675@blackrider.blackstar.co.uk>
20106      Branch: perl
20107            ! t/TEST
20108 ____________________________________________________________________________
20109 [ 10291] By: jhi                                   on 2001/05/29  15:29:37
20110         Log: Add tests for Time::gmtime and Time::localtime.
20111      Branch: perl
20112            + t/lib/time-gmtime.t t/lib/time-localtime.t
20113            ! MANIFEST t/lib/1_compile.t
20114 ____________________________________________________________________________
20115 [ 10290] By: jhi                                   on 2001/05/29  15:15:44
20116         Log: Add test for File::stat.
20117      Branch: perl
20118            + t/lib/filestat.t
20119            ! MANIFEST t/lib/1_compile.t
20120 ____________________________________________________________________________
20121 [ 10289] By: jhi                                   on 2001/05/29  15:05:38
20122         Log: Add test for Net::servent.
20123      Branch: perl
20124            + t/lib/net-sent.t
20125            ! MANIFEST t/lib/1_compile.t
20126 ____________________________________________________________________________
20127 [ 10288] By: jhi                                   on 2001/05/29  14:57:15
20128         Log: Add test for Net::protoent.
20129      Branch: perl
20130            + t/lib/net-pent.t
20131            ! MANIFEST t/lib/1_compile.t
20132 ____________________________________________________________________________
20133 [ 10287] By: jhi                                   on 2001/05/29  14:53:10
20134         Log: Add test for Net::netent.
20135      Branch: perl
20136            + t/lib/net-nent.t
20137            ! MANIFEST t/lib/1_compile.t
20138 ____________________________________________________________________________
20139 [ 10286] By: jhi                                   on 2001/05/29  14:31:57
20140         Log: Add test for User::grent.  Portability doubtful.
20141      Branch: perl
20142            + t/lib/user-grent.t
20143            ! MANIFEST t/lib/1_compile.t
20144 ____________________________________________________________________________
20145 [ 10285] By: jhi                                   on 2001/05/29  14:24:20
20146         Log: Add test for User::pwent.
20147              Probably will fall down somewhere for portability reasons.
20148      Branch: perl
20149            + t/lib/user-pwent.t
20150            ! MANIFEST t/lib/1_compile.t
20151 ____________________________________________________________________________
20152 [ 10284] By: jhi                                   on 2001/05/29  13:26:43
20153         Log: Metaconfig units changes for #10283.
20154      Branch: metaconfig
20155            ! U/installdirs/inc_version_list.U U/installdirs/perl5.U
20156            ! U/installdirs/siteman1.U U/installdirs/siteman3.U
20157            ! U/installdirs/sitescript.U U/modified/Signal.U
20158 ____________________________________________________________________________
20159 [ 10283] By: jhi                                   on 2001/05/29  13:26:24
20160         Log: Subject: [PATCH 5.6.1] signal names in Configure
20161              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20162              Date: Tue, 29 May 2001 03:52:25 -0400
20163              Message-ID: <20010529035225.A9400@math.ohio-state.edu>
20164              
20165              Subject: [PATCH 5.6.1] older perl in Configure
20166              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20167              Date: Tue, 29 May 2001 03:55:40 -0400
20168              Message-ID: <20010529035539.A9411@math.ohio-state.edu>
20169              
20170              Subject: [PATCH 5.6.1] goofs in Configure
20171              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20172              Date: Tue, 29 May 2001 04:13:07 -0400
20173              Message-ID: <20010529041307.A9658@math.ohio-state.edu>
20174              
20175              Configure portability tweaks.
20176      Branch: perl
20177            ! Configure
20178 ____________________________________________________________________________
20179 [ 10282] By: jhi                                   on 2001/05/29  12:41:41
20180         Log: Subject: [PATCH 5.6.1] extLibpath for OS/2
20181              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20182              Date: Tue, 29 May 2001 04:07:06 -0400
20183              Message-ID: <20010529040706.A9579@math.ohio-state.edu>
20184      Branch: perl
20185            ! os2/os2.c
20186 ____________________________________________________________________________
20187 [ 10281] By: jhi                                   on 2001/05/29  12:40:31
20188         Log: Subject: [PATCH 5.6.1] extra static libs for OS/2
20189              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20190              Date: Tue, 29 May 2001 04:01:38 -0400
20191              Message-ID: <20010529040138.A9482@math.ohio-state.edu>
20192      Branch: perl
20193            ! hints/os2.sh os2/Makefile.SHs
20194 ____________________________________________________________________________
20195 [ 10280] By: jhi                                   on 2001/05/29  12:38:48
20196         Log: Subject: Re: [PATCH 5.6.1] Test::Harness clumsy
20197              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20198              Date: Tue, 29 May 2001 03:50:18 -0400
20199              Message-ID: <20010529035018.A9387@math.ohio-state.edu>
20200      Branch: perl
20201            ! lib/Test/Harness.pm
20202 ____________________________________________________________________________
20203 [ 10279] By: jhi                                   on 2001/05/29  12:34:53
20204         Log: Additional safeguard against $@ getting trampled; idea from Hugo.
20205      Branch: perl
20206            ! lib/utf8_heavy.pl
20207 ____________________________________________________________________________
20208 [ 10278] By: jhi                                   on 2001/05/29  02:15:24
20209         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
20210              From: Hugo <hv@crypt.compulink.co.uk>
20211              Date: Tue, 29 May 2001 03:03:45 +0100
20212              Message-Id: <200105290203.DAA00825@crypt.compulink.co.uk>
20213              
20214              Explanation why the $@ always gets the UTF8 flag when under use utf8--
20215              because we told it to have the flag when under use utf8.
20216      Branch: perl
20217            ! pp_ctl.c
20218 ____________________________________________________________________________
20219 [ 10277] By: jhi                                   on 2001/05/29  00:51:34
20220         Log: At least a partial fix for 20010528.004.
20221      Branch: perl
20222            ! lib/utf8_heavy.pl
20223 ____________________________________________________________________________
20224 [ 10276] By: jhi                                   on 2001/05/29  00:42:59
20225         Log: Subject: Re: Report /pro/3gl/CPAN/perl-5.7.1
20226              From: Nicholas Clark <nick@ccl4.org> 
20227              Date: Mon, 28 May 2001 23:39:38 +0100
20228              Message-ID: <20010528233938.M86445@plum.flirble.org>
20229              
20230              More portable non-zero UV.
20231      Branch: perl
20232            ! t/lib/extutils.t
20233 ____________________________________________________________________________
20234 [ 10275] By: jhi                                   on 2001/05/29  00:40:28
20235         Log: Subject: [PATCH] (was Re: Why t/lib/extutils.t is failing ...
20236              From: Nicholas Clark <nick@ccl4.org>
20237              Date: Mon, 28 May 2001 22:46:09 +0100
20238              Message-ID: <20010528224608.L86445@plum.flirble.org>
20239              
20240              Test also "make clean".
20241      Branch: perl
20242            ! t/lib/extutils.t
20243 ____________________________________________________________________________
20244 [ 10274] By: jhi                                   on 2001/05/29  00:39:18
20245         Log: Subject: Re: Would -Wno-unused -Wall be better?
20246              From: Michael G Schwern <schwern@pobox.com>
20247              Date: Tue, 29 May 2001 00:55:54 +0100
20248              Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk>
20249      Branch: perl
20250            ! pp.h
20251 ____________________________________________________________________________
20252 [ 10273] By: jhi                                   on 2001/05/29  00:36:06
20253         Log: Add a test for 20010528.007, fixed in #10272.
20254      Branch: perl
20255            ! t/op/misc.t toke.c
20256 ____________________________________________________________________________
20257 [ 10272] By: jhi                                   on 2001/05/29  00:21:12
20258         Log: Subject: Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space 
20259              From: Hugo <hv@crypt.compulink.co.uk>
20260              Date: Tue, 29 May 2001 00:23:23 +0100
20261              Message-Id: <200105282323.AAA07930@crypt.compulink.co.uk>
20262      Branch: perl
20263            ! toke.c
20264 ____________________________________________________________________________
20265 [ 10271] By: jhi                                   on 2001/05/28  22:52:11
20266         Log: Subject: Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
20267              From: Michael G Schwern <schwern@pobox.com>
20268              Date: Tue, 29 May 2001 00:42:59 +0100
20269              Message-ID: <20010529004259.A675@blackrider.blackstar.co.uk>
20270      Branch: perl
20271            ! t/pragma/autouse.t
20272 ____________________________________________________________________________
20273 [ 10270] By: jhi                                   on 2001/05/28  21:44:06
20274         Log: Some shells seemingly arrange the signal handlers differently
20275              (bug id 20010521.004).
20276      Branch: perl
20277            ! t/lib/sigaction.t
20278 ____________________________________________________________________________
20279 [ 10269] By: jhi                                   on 2001/05/28  20:34:21
20280         Log: Regen perlmodlib.
20281      Branch: perl
20282            ! pod/perlmodlib.pod
20283 ____________________________________________________________________________
20284 [ 10268] By: jhi                                   on 2001/05/28  19:08:45
20285         Log: Update Changes.
20286      Branch: perl
20287            ! Changes patchlevel.h
20288 ____________________________________________________________________________
20289 [ 10267] By: jhi                                   on 2001/05/28  19:03:54
20290         Log: Subject: [PATCH] perlnewmod.pod to reflect DLSI(P) change
20291              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
20292              Date: Mon, 28 May 2001 14:56:35 -0500
20293              Message-ID: <20010528145635.L8487@chaos.wustl.edu>
20294      Branch: perl
20295            ! pod/perlnewmod.pod
20296 ____________________________________________________________________________
20297 [ 10266] By: jhi                                   on 2001/05/28  18:35:03
20298         Log: Regen toc.
20299      Branch: perl
20300            ! pod/perltoc.pod
20301 ____________________________________________________________________________
20302 [ 10265] By: jhi                                   on 2001/05/28  18:33:32
20303         Log: Subject: [PATCH] RE: [20000223.001] no test cases for splice(@array) 
20304              From: "Richard Soderberg" <rs@crystalflame.net>
20305              Date: Mon, 28 May 2001 12:31:23 -0700
20306              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFLDFAA.rs@crystalflame.net>
20307      Branch: perl
20308            ! t/op/splice.t
20309 ____________________________________________________________________________
20310 [ 10264] By: jhi                                   on 2001/05/28  17:59:00
20311         Log: The #10260 was too bold: locales and utf8 still do not mix.
20312      Branch: perl
20313            ! t/pragma/locale.t
20314 ____________________________________________________________________________
20315 [ 10263] By: jhi                                   on 2001/05/28  17:52:25
20316         Log: Subject: [PATCH] Pod nitpicks
20317              From: "Richard Soderberg" <rs@crystalflame.net>
20318              Date: Mon, 28 May 2001 10:08:58 -0700
20319              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>
20320      Branch: perl
20321            ! pod/perl571delta.pod pod/perlapi.pod sv.h
20322 ____________________________________________________________________________
20323 [ 10262] By: jhi                                   on 2001/05/28  17:50:05
20324         Log: Upgrade to I18N::LangTags 0.22.
20325      Branch: perl
20326            + lib/I18N/LangTags/List.pod
20327            ! MANIFEST lib/I18N/LangTags.pm
20328 ____________________________________________________________________________
20329 [ 10261] By: jhi                                   on 2001/05/28  17:23:40
20330         Log: A slightly more serious bug found by -Mutf8; op/misc and
20331              lib/complex dumped core.
20332      Branch: perl
20333            ! regexec.c
20334 ____________________________________________________________________________
20335 [ 10260] By: jhi                                   on 2001/05/28  16:58:11
20336         Log: Various buglets shaken out by -Mutf8.
20337      Branch: perl
20338            ! t/io/utf8.t t/lib/charnames.t t/lib/lc-language.t
20339            ! t/pragma/locale.t
20340 ____________________________________________________________________________
20341 [ 10259] By: jhi                                   on 2001/05/28  15:48:46
20342         Log: STDERR looks much like STDOUT.  (Subtest #2 wasn't really okay.)
20343      Branch: perl
20344            ! t/lib/carp.t
20345 ____________________________________________________________________________
20346 [ 10258] By: jhi                                   on 2001/05/28  15:32:41
20347         Log: Subject: [PATCH] todo patch
20348              From: Artur Bergman <artur@contiller.se> 
20349              Date: Mon, 28 May 2001 17:03:51 +0200
20350              Message-ID: <B7383577.F34%artur@contiller.se>
20351      Branch: perl
20352            ! pod/perltodo.pod
20353 ____________________________________________________________________________
20354 [ 10257] By: jhi                                   on 2001/05/28  15:31:25
20355         Log: Subject: typo in perlguts.pod
20356              From: "John P. Linderman" <jpl@research.att.com>
20357              Date: Mon, 28 May 2001 09:35:47 -0400 (EDT)
20358              Message-Id: <200105281335.JAA27851@raptor.research.att.com>
20359      Branch: perl
20360            ! pod/perlguts.pod
20361 ____________________________________________________________________________
20362 [ 10256] By: jhi                                   on 2001/05/28  15:30:42
20363         Log: Subject: AIX and gcc (moving targets)
20364              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20365              Date: Mon, 28 May 2001 12:54:04 +0200
20366              Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl>
20367      Branch: perl
20368            ! hints/aix.sh
20369 ____________________________________________________________________________
20370 [ 10255] By: jhi                                   on 2001/05/28  15:28:55
20371         Log: Subject: Re: perlio + multiple perl_alloc..destruct
20372              From: Doug MacEachern <dougm@covalent.net>
20373              Date: Sun, 27 May 2001 13:47:13 -0700 (PDT)
20374              Message-ID: <Pine.LNX.4.21.0105271340370.5938-100000@mako.covalent.net>
20375      Branch: perl
20376            ! perlio.c
20377 ____________________________________________________________________________
20378 [ 10254] By: jhi                                   on 2001/05/28  15:27:49
20379         Log: The #10251 wasn't quite up-to-the-code.
20380      Branch: perl
20381            ! t/op/misc.t
20382 ____________________________________________________________________________
20383 [ 10253] By: jhi                                   on 2001/05/28  15:26:39
20384         Log: Test case for bug 20010526.004, fixed in #10252.
20385      Branch: perl
20386            ! t/op/taint.t
20387 ____________________________________________________________________________
20388 [ 10252] By: jhi                                   on 2001/05/28  15:26:14
20389         Log: Subject: Re: [ID 20010526.004] Taint looses value
20390              From: Hugo <hv@crypt.compulink.co.uk>
20391              Date: Sun, 27 May 2001 20:39:32 +0100
20392              Message-Id: <200105271939.UAA27591@crypt.compulink.co.uk>
20393      Branch: perl
20394            ! sv.c
20395 ____________________________________________________________________________
20396 [ 10251] By: jhi                                   on 2001/05/28  15:13:40
20397         Log: Test case for 20010422.005, fixed by #10250.
20398      Branch: perl
20399            ! t/op/misc.t
20400 ____________________________________________________________________________
20401 [ 10250] By: jhi                                   on 2001/05/28  15:11:16
20402         Log: Subject: [PATCH] Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD 
20403              From: Spider Boardman <spider@Orb.Nashua.NH.US>
20404              Date: Mon, 28 May 2001 06:39:12 -0400
20405              Message-Id: <200105281039.GAA03962@Orb.Nashua.NH.US>
20406      Branch: perl
20407            ! toke.c
20408 ____________________________________________________________________________
20409 [ 10249] By: jhi                                   on 2001/05/28  15:09:24
20410         Log: Linerewrapping.
20411      Branch: perl
20412            ! lib/open.pm
20413 ____________________________________________________________________________
20414 [ 10248] By: jhi                                   on 2001/05/28  15:09:07
20415         Log: Updates on the modules list.
20416      Branch: perl
20417            ! t/lib/1_compile.t
20418 ____________________________________________________________________________
20419 [ 10247] By: jhi                                   on 2001/05/28  15:03:35
20420         Log: Add a test for PerlIO.
20421              
20422              (I probably got the crlf/raw thing wrong for clrfy platforms...)
20423      Branch: perl
20424            + t/lib/perlio.t
20425            ! MANIFEST lib/PerlIO.pm
20426 ____________________________________________________________________________
20427 [ 10246] By: jhi                                   on 2001/05/28  14:24:08
20428         Log: Add a test for carp et alia.
20429      Branch: perl
20430            + t/lib/carp.t
20431            ! MANIFEST
20432 ____________________________________________________________________________
20433 [ 10245] By: jhi                                   on 2001/05/28  13:42:55
20434         Log: Adding the new test would be swell.
20435      Branch: perl
20436            + t/pragma/autouse.t
20437 ____________________________________________________________________________
20438 [ 10244] By: jhi                                   on 2001/05/28  13:42:34
20439         Log: Add a test for the autouse pragma.
20440      Branch: perl
20441            ! MANIFEST
20442 ____________________________________________________________________________
20443 [ 10243] By: jhi                                   on 2001/05/28  13:26:25
20444         Log: Subject: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
20445              From: dLux <dlux@spam.sch.bme.hu>
20446              Date: Sun, 27 May 2001 16:14:26 +0200
20447              Message-Id: <E1541JK-0000YC-00@dl.sch.bme.hu>
20448      Branch: perl
20449            ! lib/autouse.pm
20450 ____________________________________________________________________________
20451 [ 10242] By: jhi                                   on 2001/05/28  13:21:50
20452         Log: Subject: [PATCH #2] RE: [ID 20010528.002] dprofpp: "-R" does not work
20453              From: "Richard Soderberg" <rs@crystalflame.net>
20454              Date: Mon, 28 May 2001 03:56:36 -0700
20455              Message-ID: <NAEKLNAAHLMBPMPNBMLEEEFADFAA.rs@crystalflame.net>
20456      Branch: perl
20457            ! utils/dprofpp.PL
20458 ____________________________________________________________________________
20459 [ 10241] By: jhi                                   on 2001/05/28  13:18:56
20460         Log: Subject: Re: [ID 20010522.003] Time::Local module bug
20461              From: "Stephen P. Potter" <spp@spotter.yi.org>
20462              Date: Tue, 22 May 2001 11:40:25 -0400
20463              Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org>
20464              
20465              Subject: Re: [ID 20010522.003] Time::Local module bug
20466              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu> 
20467              Date: Tue, 22 May 2001 11:50:19 -0400
20468              Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu>
20469      Branch: perl
20470            ! lib/Time/Local.pm
20471 ____________________________________________________________________________
20472 [ 10240] By: jhi                                   on 2001/05/27  22:44:49
20473         Log: The PERL_DL_NONLAZY can have whitespace in front.
20474      Branch: perl
20475            ! t/lib/extutils.t
20476 ____________________________________________________________________________
20477 [ 10239] By: jhi                                   on 2001/05/27  21:23:21
20478         Log: Document strftime() and strptime().
20479      Branch: perl
20480            ! ext/POSIX/POSIX.pod ext/Time/Piece/Piece.pm t/lib/time-piece.t
20481 ____________________________________________________________________________
20482 [ 10238] By: jhi                                   on 2001/05/27  20:29:07
20483         Log: Make Time::Piece::strptime() to be a function, not a method.
20484      Branch: perl
20485            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
20486 ____________________________________________________________________________
20487 [ 10237] By: jhi                                   on 2001/05/27  20:22:09
20488         Log: Tweak the test to be more portable.
20489      Branch: perl
20490            ! t/lib/extutils.t
20491 ____________________________________________________________________________
20492 [ 10236] By: jhi                                   on 2001/05/27  19:15:54
20493         Log: Subject: PATCH: Re: Re: Attributes that tie
20494              From: Leon Brocard <acme@astray.com>
20495              Date: Sun, 27 May 2001 12:37:29 +0100
20496              Message-ID: <20010527123729.A22663@ns0.astray.com>
20497              
20498              Document that variable attributes are not currently usable
20499              for tieing.  (An ugly limitation that should be fixed.)
20500      Branch: perl
20501            ! lib/attributes.pm
20502 ____________________________________________________________________________
20503 [ 10235] By: jhi                                   on 2001/05/27  19:03:31
20504         Log: Microperl tweaks.
20505      Branch: perl
20506            ! Makefile.micro uconfig.h uconfig.sh
20507 ____________________________________________________________________________
20508 [ 10234] By: jhi                                   on 2001/05/27  18:22:09
20509         Log: Add make target for microperl (kind of silly, but convenient).
20510      Branch: perl
20511            ! Makefile.SH
20512 ____________________________________________________________________________
20513 [ 10233] By: jhi                                   on 2001/05/27  18:18:56
20514         Log: O_APPEND and O_TRUNC are not portable.  (Not available e.g.
20515              for microperl.)
20516      Branch: perl
20517            ! doio.c
20518 ____________________________________________________________________________
20519 [ 10232] By: jhi                                   on 2001/05/27  17:57:18
20520         Log: Subject: [PATCH] [ID 19991013.005] utime undef, undef, @files  
20521              From: rspier@pobox.com (Robert Spier)
20522              Date: Sat, 26 May 2001 20:05:23 -0400
20523              Message-ID: <15120.17603.148648.12430@rls.cx>
20524              
20525              Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files
20526              From: rspier@pobox.com (Robert Spier)
20527              Date: Sun, 27 May 2001 00:23:12 -0400
20528              Message-ID: <15120.33072.511966.767230@rls.cx>
20529      Branch: perl
20530            ! doio.c pod/perlfunc.pod
20531 ____________________________________________________________________________
20532 [ 10231] By: jhi                                   on 2001/05/27  15:45:20
20533         Log: Regen toc.  (And add the README.tru64 from #10230 to MANIFEST.)
20534      Branch: perl
20535            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
20536 ____________________________________________________________________________
20537 [ 10230] By: jhi                                   on 2001/05/27  15:41:06
20538         Log: Add README.tru64.
20539      Branch: perl
20540            + README.tru64
20541 ____________________________________________________________________________
20542 [ 10229] By: jhi                                   on 2001/05/27  13:50:57
20543         Log: Integrate Locale::Maketext 1.01 from Sean Burke.
20544      Branch: perl
20545            + lib/Locale/Maketext.pm lib/Locale/Maketext.pod
20546            + lib/Locale/Maketext/TPJ13.pod t/lib/lc-maketext.t
20547            ! MANIFEST
20548 ____________________________________________________________________________
20549 [ 10228] By: jhi                                   on 2001/05/27  13:43:38
20550         Log: Integrate I18N::LangTags from Sean Burke.
20551              
20552              TODO: the language list from RFC 3066 needs to be integrated
20553              and made available somehow.  The list is included in the
20554              I18N-LangTags 0.21 distribution, but it is undocumented
20555              and unconnected to the module.
20556      Branch: perl
20557            + lib/I18N/LangTags.pm t/lib/i18n-langtags.t
20558            ! MANIFEST
20559 ____________________________________________________________________________
20560 [ 10227] By: jhi                                   on 2001/05/27  01:41:33
20561         Log: Allow 'eval "v200"' to work (part of 20000323.059); fix as
20562              envisioned by Sarathy.
20563      Branch: perl
20564            ! t/op/ver.t toke.c
20565 ____________________________________________________________________________
20566 [ 10226] By: jhi                                   on 2001/05/27  00:28:34
20567         Log: Subject: [ID 20010525.001] Pod typo nits fixed
20568              From: lvirden@cas.org
20569              Date: Fri, 25 May 2001 06:57:43 -0400 (EDT)
20570              Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org>
20571              
20572              minus the perlsolaris decimation plus the
20573              
20574              Subject: Re: [ID 20010525.001] Pod typo nits fixed
20575              From: "Philip Newton" <Philip.Newton@gmx.net>
20576              Date: Fri, 25 May 2001 18:05:55 +0200
20577              Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu>
20578      Branch: perl
20579            ! README.amiga README.cygwin README.mpeix pod/perl5005delta.pod
20580            ! pod/perldebtut.pod pod/perlebcdic.pod pod/perlfaq3.pod
20581            ! pod/perlhack.pod pod/perltoc.pod pod/perltodo.pod
20582            ! pod/perlutil.pod pod/perlxstut.pod
20583 ____________________________________________________________________________
20584 [ 10225] By: jhi                                   on 2001/05/26  22:38:16
20585         Log: return clauses are nice.
20586      Branch: perl
20587            ! sv.c
20588 ____________________________________________________________________________
20589 [ 10224] By: jhi                                   on 2001/05/26  22:35:31
20590         Log: Subject: change 10199 backwards?
20591              From: Doug MacEachern <dougm@covalent.net>
20592              Date: Sat, 26 May 2001 11:26:07 -0700 (PDT)
20593              Message-ID: <Pine.LNX.4.21.0105261118510.22038-100000@mako.covalent.net>
20594      Branch: perl
20595            ! sv.c
20596 ____________________________________________________________________________
20597 [ 10223] By: jhi                                   on 2001/05/26  22:31:46
20598         Log: Subject: Re: 5.6.*, bleadperl: bugs in pp_concat
20599              From: Hugo <hv@crypt.compulink.co.uk>
20600              Date: Sat, 26 May 2001 17:05:12 +0100
20601              Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk>
20602      Branch: perl
20603            + t/op/gmagic.t
20604            ! MANIFEST doop.c embed.h embed.pl global.sym
20605            ! lib/File/Basename.pm objXSUB.h perlapi.c pod/perlapi.pod
20606            ! pp_hot.c proto.h sv.c sv.h t/pragma/warn/pp_hot
20607 ____________________________________________________________________________
20608 [ 10222] By: jhi                                   on 2001/05/26  22:10:38
20609         Log: Regen headers for #10221.
20610      Branch: perl
20611            ! global.sym objXSUB.h perlapi.c
20612 ____________________________________________________________________________
20613 [ 10221] By: jhi                                   on 2001/05/26  22:06:06
20614         Log: Subject: [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)
20615              From: Juha Laiho <juha.laiho@Elma.Net>
20616              Date: Thu, 3 May 2001 09:51:30 +0300
20617              Message-Id: <200105030651.JAA327254@tokka.elma.fi>
20618      Branch: perl
20619            ! embed.pl
20620 ____________________________________________________________________________
20621 [ 10220] By: jhi                                   on 2001/05/26  22:01:30
20622         Log: Subject: Re: [PATCH] Re: stability of sort()?
20623              From: "John P. Linderman" <jpl@research.att.com>
20624              Date: Sat, 26 May 2001 13:27:19 -0400
20625              Message-Id: <200105261727.NAA06654@raptor.research.att.com>
20626      Branch: perl
20627            ! pod/perlfunc.pod
20628 ____________________________________________________________________________
20629 [ 10219] By: jhi                                   on 2001/05/26  14:02:34
20630         Log: Integrate perlio.
20631      Branch: perl
20632           !> pod/perlguts.pod
20633 ____________________________________________________________________________
20634 [ 10218] By: jhi                                   on 2001/05/26  13:39:52
20635         Log: Subject: [PATCH perl@10210] PerlIO for VMS
20636              From: "Craig A. Berry" <craigberry@mac.com>
20637              Date: Sat, 26 May 2001 09:34:11 -0500
20638              Message-Id: <a05100e0ab734816701a5@[172.16.52.1]>
20639      Branch: perl
20640            ! configure.com doio.c iperlsys.h perlio.c perlio.h perliol.h
20641            ! perlsdio.h vms/ext/Stdio/Stdio.xs vms/gen_shrfls.pl vms/vms.c
20642            ! vms/vmsish.h
20643 ____________________________________________________________________________
20644 [ 10217] By: jhi                                   on 2001/05/26  13:19:05
20645         Log: Subject: patch to fix: [ID 20010524.004] perl5db.pl version 1.12  doesn't stop on breakpoints
20646              From: David Dyck <dcd@tc.fluke.com>
20647              Date: Fri, 25 May 2001 00:03:04 -0700 (PDT)
20648              Message-ID: <Pine.LNX.4.33.0105242354030.17331-100000@dd.tc.fluke.com>
20649      Branch: perl
20650            ! lib/perl5db.pl
20651 ____________________________________________________________________________
20652 [ 10216] By: jhi                                   on 2001/05/26  13:17:47
20653         Log: Subject: utf8 regexp tests
20654              From: Hugo <hv@crypt.compulink.co.uk>
20655              Date: Fri, 25 May 2001 22:35:01 +0100
20656              Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk>
20657      Branch: perl
20658            ! t/op/regexp.t
20659 ____________________________________________________________________________
20660 [ 10215] By: jhi                                   on 2001/05/26  13:15:40
20661         Log: Subject: [PATCH] Re: stability of sort()?
20662              From: Nicholas Clark <nick@ccl4.org>
20663              Date: Fri, 25 May 2001 22:40:19 +0100
20664              Message-ID: <20010525224019.B86445@plum.flirble.org>
20665      Branch: perl
20666            ! pod/perlfunc.pod
20667 ____________________________________________________________________________
20668 [ 10214] By: jhi                                   on 2001/05/26  13:14:30
20669         Log: Subject: Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]
20670              From: John Peacock <jpeacock@rowman.com>
20671              Date: Thu, 24 May 2001 22:14:01 -0400
20672              Message-ID: <3B0DBFE9.A7C49084@rowman.com>
20673      Branch: perl
20674            ! mg.c scope.c sv.c
20675 ____________________________________________________________________________
20676 [ 10213] By: jhi                                   on 2001/05/26  13:08:56
20677         Log: Subject: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
20678              From: Nicholas Clark <nick@ccl4.org>
20679              Date: Sun, 20 May 2001 19:24:13 +0100
20680              Message-ID: <20010520192413.G83222@plum.flirble.org>
20681      Branch: perl
20682            + lib/ExtUtils/Constant.pm t/lib/extutils.t
20683            ! MANIFEST utils/h2xs.PL
20684 ____________________________________________________________________________
20685 [ 10212] By: nick                                  on 2001/05/26  09:49:28
20686         Log: Change perlguts docs to not suggest PUSHi etc. for multiple results,
20687              add a few more notes there on use of mortals on the stack.
20688      Branch: perlio
20689            ! pod/perlguts.pod
20690 ____________________________________________________________________________
20691 [ 10211] By: nick                                  on 2001/05/26  09:05:36
20692         Log: Integrate mainline
20693      Branch: perlio
20694           +> t/lib/fcntl.t t/pragma/vars.t
20695           !> (integrate 49 files)
20696 ____________________________________________________________________________
20697 [ 10210] By: jhi                                   on 2001/05/25  12:29:16
20698         Log: Update Changes.
20699      Branch: perl
20700            ! Changes patchlevel.h
20701 ____________________________________________________________________________
20702 [ 10209] By: jhi                                   on 2001/05/25  12:24:45
20703         Log: Based on
20704              
20705              Subject: [PATCH pp.c] Wrapping pack("C",256)
20706              From: Simon Cozens <simon@netthink.co.uk>
20707              Date: Sat, 12 May 2001 17:58:41 +0100
20708              Message-ID: <20010512175841.A6132@netthink.co.uk>
20709      Branch: perl
20710            ! pod/perldiag.pod pp.c t/pragma/warn/pp
20711 ____________________________________________________________________________
20712 [ 10208] By: jhi                                   on 2001/05/25  01:37:03
20713         Log: Subject: [PATCH] 5.6.1 Term::Cap -- add terminfo fallback
20714              From: "Brendan O'Dea" <bod@compusol.com.au>
20715              Date: Fri, 25 May 2001 11:18:29 +1000
20716              Message-ID: <20010525111829.A28411@compusol.com.au>
20717              
20718              (Slightly modified.)
20719      Branch: perl
20720            ! lib/Term/Cap.pm
20721 ____________________________________________________________________________
20722 [ 10207] By: jhi                                   on 2001/05/25  01:12:14
20723         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string 
20724              From: Hugo <hv@crypt.compulink.co.uk>
20725              Date: Fri, 25 May 2001 02:13:25 +0100
20726              Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk>
20727      Branch: perl
20728            ! t/op/misc.t
20729 ____________________________________________________________________________
20730 [ 10206] By: jhi                                   on 2001/05/25  01:07:59
20731         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
20732              From: Inaba Hiroto <hiroto.inaba@toshiba.co.jp>
20733              Date: Fri, 25 May 2001 10:25:36 +0900
20734              Message-Id: <200105250124.KAA19571@toshiba.co.jp> 
20735      Branch: perl
20736            ! regcomp.c regexec.c
20737 ____________________________________________________________________________
20738 [ 10205] By: jhi                                   on 2001/05/25  01:07:00
20739         Log: Subject: [PATCH #2] stash autovivification and method call error messages
20740              From: Ilmari Karonen <iltzu@sci.fi>
20741              Date: Thu, 24 May 2001 01:51:48 +0300 (EET DST)
20742              Message-ID: <Pine.SOL.3.96.1010524013737.18819D-100000@simpukka>
20743      Branch: perl
20744            ! gv.c pp_hot.c t/op/method.t
20745 ____________________________________________________________________________
20746 [ 10204] By: jhi                                   on 2001/05/25  01:03:50
20747         Log: Add make target and documentation for gprof profiling.
20748      Branch: perl
20749            ! Makefile.SH pod/perlhack.pod
20750 ____________________________________________________________________________
20751 [ 10203] By: jhi                                   on 2001/05/24  21:09:36
20752         Log: Subject: Don't think about UTF8 
20753              From: Mike Guy <mjtg@cam.ac.uk> 
20754              Date: Tue, 22 May 2001 14:35:39 +0100
20755              Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk>
20756      Branch: perl
20757            ! sv.h
20758 ____________________________________________________________________________
20759 [ 10202] By: jhi                                   on 2001/05/24  21:07:25
20760         Log: Subject: [ID 20010524.002] find2perl bug in fileglob_to_re
20761              From: Geraint A Edwards <gedge@serf.org> 
20762              Date: Thu, 24 May 2001 22:51:24 +0100
20763              Message-Id: <20010524225124.A34981@cymru.serf.org>
20764      Branch: perl
20765            ! x2p/find2perl.PL
20766 ____________________________________________________________________________
20767 [ 10201] By: jhi                                   on 2001/05/24  21:02:30
20768         Log: DB_File has its own attribute story.
20769      Branch: perl
20770            ! ext/DB_File/DB_File.xs
20771 ____________________________________________________________________________
20772 [ 10200] By: jhi                                   on 2001/05/24  19:54:21
20773         Log: Subject: Re: Making perl with -Wall
20774              From: Andy Dougherty <doughera@lafayette.edu>
20775              Date: Thu, 24 May 2001 14:33:37 -0400 (EDT)
20776              Message-ID: <Pine.SOL.4.10.10105241415460.2443-100000@maxwell.phys.lafayette.edu>
20777      Branch: perl
20778            ! perl.h
20779 ____________________________________________________________________________
20780 [ 10199] By: jhi                                   on 2001/05/24  15:15:03
20781         Log: Subject: RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checking SvWEAKREF
20782              From: "Richard Soderberg" <rs@crystalflame.net>
20783              Date: Thu, 24 May 2001 08:58:16 -0700
20784              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEPODEAA.rs@crystalflame.net>
20785      Branch: perl
20786            ! sv.c
20787 ____________________________________________________________________________
20788 [ 10198] By: jhi                                   on 2001/05/24  15:10:04
20789         Log: IV/UV casting fixes from Nicholas Clark.
20790      Branch: perl
20791            ! perl.h pp_sys.c util.c
20792 ____________________________________________________________________________
20793 [ 10197] By: jhi                                   on 2001/05/24  14:19:44
20794         Log: Subject: Re: Making perl with -Wall
20795              From: Michael G Schwern <schwern@pobox.com>
20796              Date: Thu, 24 May 2001 15:40:28 +0100
20797              Message-ID: <20010524154028.B1988@blackrider.blackstar.co.uk>
20798      Branch: perl
20799            ! malloc.c perl.h
20800 ____________________________________________________________________________
20801 [ 10196] By: jhi                                   on 2001/05/24  14:04:41
20802         Log: Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync 
20803              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20804              Date: Tue, 22 May 2001 11:49:37 +0200
20805              Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl>
20806      Branch: metaconfig
20807            ! U/modified/Oldsym.U
20808      Branch: metaconfig/U/perl
20809            ! patchlevel.U
20810      Branch: perl
20811            ! Configure config_h.SH myconfig.SH
20812 ____________________________________________________________________________
20813 [ 10195] By: jhi                                   on 2001/05/24  13:25:04
20814         Log: Under versiononly install also the scripts with the version suffix.
20815              (e.g. .../bin/h2xs5.7.1)
20816      Branch: perl
20817            ! installperl
20818 ____________________________________________________________________________
20819 [ 10194] By: jhi                                   on 2001/05/24  13:02:49
20820         Log: Subject: [PATCH] Stop segfault in mg.c:636
20821              From: "Richard Soderberg" <rs@crystalflame.net>
20822              Date: Thu, 24 May 2001 05:51:52 -0700
20823              Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net>
20824      Branch: perl
20825            ! mg.c
20826 ____________________________________________________________________________
20827 [ 10193] By: jhi                                   on 2001/05/24  12:37:13
20828         Log: Iteration continues; hopefully convergently.
20829      Branch: perl
20830            ! t/lib/b-stash.t
20831 ____________________________________________________________________________
20832 [ 10192] By: jhi                                   on 2001/05/24  12:36:35
20833         Log: Subject: [PATCH] CORE::GLOBAL::require override happens too early
20834              From: Gisle Aas <gisle@ActiveState.com>
20835              Date: 23 May 2001 16:13:10 -0700
20836              Message-ID: <lrofsjfym1.fsf@caliper.ActiveState.com>
20837      Branch: perl
20838            ! op.c toke.c
20839 ____________________________________________________________________________
20840 [ 10191] By: jhi                                   on 2001/05/24  12:25:12
20841         Log: Subject: [PATCH] lib/dumpvar.pl, lib/perl5db.pl - fix warnings
20842              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
20843              Date: Thu, 24 May 2001 05:05:22 -0500
20844              Message-ID: <20010524050522.A18997@staff1.cso.uiuc.edu>
20845      Branch: perl
20846            ! lib/dumpvar.pl lib/perl5db.pl
20847 ____________________________________________________________________________
20848 [ 10190] By: jhi                                   on 2001/05/24  12:24:07
20849         Log: Subject: Re: [ID 20010524.001] perl5db.pl   x @INC  doesn't work like it used to
20850              From: David Dyck <dcd@tc.fluke.com>
20851              Date: Thu, 24 May 2001 01:42:09 -0700 (PDT)
20852              Message-ID: <Pine.LNX.4.33.0105240134580.5179-100000@dd.tc.fluke.com>
20853      Branch: perl
20854            ! lib/perl5db.pl
20855 ____________________________________________________________________________
20856 [ 10189] By: jhi                                   on 2001/05/23  22:43:31
20857         Log: Tiny pod nits on READMEs, mostly whitespace issues.
20858      Branch: perl
20859            ! README.amiga README.dos README.macos README.mpeix README.vmesa
20860            ! README.win32
20861 ____________________________________________________________________________
20862 [ 10188] By: jhi                                   on 2001/05/23  22:26:03
20863         Log: The DG/UX part of the 20010521.005.
20864      Branch: perl
20865            ! README.dgux
20866 ____________________________________________________________________________
20867 [ 10187] By: jhi                                   on 2001/05/23  22:04:05
20868         Log: Subject: Re: [ID 20000716.007] \G in a m//g expression causes problems 
20869              From: Hugo <hv@crypt.compulink.co.uk>
20870              Date: Mon, 21 May 2001 16:32:02 +0100
20871              Message-Id: <200105211532.QAA03999@crypt.compulink.co.uk>
20872      Branch: perl
20873            ! regcomp.c t/op/misc.t
20874 ____________________________________________________________________________
20875 [ 10186] By: jhi                                   on 2001/05/23  21:42:15
20876         Log: Subject: [PATCH] Extra UNIVERSAL tests
20877              From: Mike Guy <mjtg@cam.ac.uk>
20878              Date: Wed, 23 May 2001 12:29:20 +0100
20879              Message-Id: <E152WpM-0001yP-00@virgo.cus.cam.ac.uk>
20880      Branch: perl
20881            ! t/op/universal.t
20882 ____________________________________________________________________________
20883 [ 10185] By: jhi                                   on 2001/05/23  21:38:48
20884         Log: Subject: [PATCH] Remove EQ keyword
20885              From: Mike Guy <mjtg@cam.ac.uk>
20886              Message-Id: <E152Vhp-00072x-00@virgo.cus.cam.ac.uk>
20887              Date: Wed, 23 May 2001 11:17:29 +0100
20888      Branch: perl
20889            ! keywords.h keywords.pl
20890 ____________________________________________________________________________
20891 [ 10184] By: jhi                                   on 2001/05/23  21:29:41
20892         Log: Subject: [PATCH] lib/perl5db.pl
20893              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
20894              Date: Wed, 23 May 2001 02:18:03 -0500
20895              Message-ID: <20010523021803.A21965@staff1.cso.uiuc.edu>
20896      Branch: perl
20897            ! lib/perl5db.pl
20898 ____________________________________________________________________________
20899 [ 10183] By: jhi                                   on 2001/05/23  21:27:54
20900         Log: Subject: [PATCH lib/Term/Cap.pm] Avoid -W warnings in Tgetent and Tputs
20901              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
20902              Date: Tue, 22 May 2001 23:34:41 -0500
20903              Message-ID: <20010522233441.A12431@staff1.cso.uiuc.edu>
20904      Branch: perl
20905            ! lib/Term/Cap.pm
20906 ____________________________________________________________________________
20907 [ 10182] By: jhi                                   on 2001/05/23  21:24:30
20908         Log: Subject: [PATCH emacs/e2ctags.pl] big speedup
20909              From: davem@fdgroup.co.uk
20910              Date: Tue, 22 May 2001 22:08:09 +0100 (BST)
20911              Message-Id: <200105222108.WAA09442@gizmo.fdgroup.co.uk>
20912      Branch: perl
20913            ! emacs/e2ctags.pl
20914 ____________________________________________________________________________
20915 [ 10181] By: jhi                                   on 2001/05/23  21:23:29
20916         Log: Subject: [PATCH lib/vars.pm] Sensible minimum version
20917              From: Michael G Schwern <schwern@pobox.com>
20918              Date: Tue, 22 May 2001 14:15:09 +0100
20919              Message-ID: <20010522141509.J701@blackrider.blackstar.co.uk>
20920      Branch: perl
20921            ! lib/vars.pm
20922 ____________________________________________________________________________
20923 [ 10180] By: jhi                                   on 2001/05/23  21:22:14
20924         Log: Subject: [PATCH lib/vars.pm] Odd code nit
20925              From: Michael G Schwern <schwern@pobox.com>
20926              Date: Tue, 22 May 2001 14:14:28 +0100
20927              Message-ID: <20010522141427.I701@blackrider.blackstar.co.uk>
20928      Branch: perl
20929            ! lib/vars.pm
20930 ____________________________________________________________________________
20931 [ 10179] By: jhi                                   on 2001/05/23  21:19:51
20932         Log: Use the new use vars feature.
20933      Branch: perl
20934            ! t/lib/b-stash.t
20935 ____________________________________________________________________________
20936 [ 10178] By: jhi                                   on 2001/05/23  21:19:28
20937         Log: Subject: [PATCH] vars.pm to support qualified variables (was Re: [ID 20010521.001])
20938              From: Mike Guy <mjtg@cam.ac.uk>
20939              Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
20940              Date: Tue, 22 May 2001 13:11:39 +0100
20941      Branch: perl
20942            + t/pragma/vars.t
20943            ! MANIFEST lib/vars.pm t/lib/1_compile.t
20944 ____________________________________________________________________________
20945 [ 10177] By: jhi                                   on 2001/05/23  21:01:48
20946         Log: -qlongdouble considered harmful by Merijn.
20947      Branch: perl
20948            ! hints/aix.sh
20949 ____________________________________________________________________________
20950 [ 10176] By: jhi                                   on 2001/05/21  13:21:21
20951         Log: Update Changes.
20952      Branch: perl
20953            ! Changes patchlevel.h
20954 ____________________________________________________________________________
20955 [ 10175] By: jhi                                   on 2001/05/21  13:17:28
20956         Log: Add a test of its very own for Fcntl.  Hopefully portable.
20957      Branch: perl
20958            + t/lib/fcntl.t
20959            ! MANIFEST
20960 ____________________________________________________________________________
20961 [ 10174] By: jhi                                   on 2001/05/21  12:45:41
20962         Log: Must be trickier for 'minitest' not to die.
20963      Branch: perl
20964            ! t/op/taint.t
20965 ____________________________________________________________________________
20966 [ 10173] By: jhi                                   on 2001/05/21  11:24:43
20967         Log: Can't declare other people's variables.
20968      Branch: perl
20969            ! t/lib/b-stash.t
20970 ____________________________________________________________________________
20971 [ 10172] By: jhi                                   on 2001/05/20  20:33:08
20972         Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
20973      Branch: perl
20974            ! doio.c t/op/taint.t
20975 ____________________________________________________________________________
20976 [ 10171] By: jhi                                   on 2001/05/20  20:18:45
20977         Log: The OS/2 variable needs to be declared.
20978      Branch: perl
20979            ! t/lib/b-stash.t
20980 ____________________________________________________________________________
20981 [ 10170] By: nick                                  on 2001/05/20  16:48:29
20982         Log: Integrate mainline
20983      Branch: perlio
20984           !> (integrate 41 files)
20985 ____________________________________________________________________________
20986 [ 10169] By: jhi                                   on 2001/05/20  11:50:20
20987         Log: Small perlsec updates: clarify the taintedness of filename
20988              globbing; suggest using Scalar::Util::tainted().
20989      Branch: perl
20990            ! pod/perlsec.pod
20991 ____________________________________________________________________________
20992 [ 10168] By: jhi                                   on 2001/05/20  11:24:11
20993         Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic
20994              From: Dave Mitchell <davem@fdgroup.co.uk>
20995              Date: Sat, 19 May 2001 20:12:56 +0100 (BST)
20996              Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
20997      Branch: perl
20998            ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c
20999            ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c
21000            ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c
21001            ! xsutils.c
21002 ____________________________________________________________________________
21003 [ 10167] By: jhi                                   on 2001/05/20  11:12:14
21004         Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2
21005              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21006              Date: Sat, 19 May 2001 04:08:46 -0400
21007              Message-ID: <20010519040846.A16969@math.ohio-state.edu>
21008      Branch: perl
21009            ! lib/ExtUtils/Mksymlists.pm makedef.pl
21010 ____________________________________________________________________________
21011 [ 10166] By: jhi                                   on 2001/05/20  11:08:27
21012         Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2
21013              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21014              Date: Sat, 19 May 2001 04:30:45 -0400
21015              Message-ID: <20010519043045.A17033@math.ohio-state.edu>
21016      Branch: perl
21017            ! os2/os2.c
21018 ____________________________________________________________________________
21019 [ 10165] By: jhi                                   on 2001/05/20  11:07:06
21020         Log: Subject: [PATCH 5.6.1] build bugs OS/2
21021              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21022              Date: Sat, 19 May 2001 04:35:28 -0400
21023              Message-ID: <20010519043528.A17363@math.ohio-state.edu>
21024      Branch: perl
21025            ! os2/Makefile.SHs os2/os2.c
21026 ____________________________________________________________________________
21027 [ 10164] By: jhi                                   on 2001/05/20  11:06:01
21028         Log: Subject: [PATCH 5.6.1] Mis-Failing tests
21029              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21030              Date: Sat, 19 May 2001 04:04:23 -0400
21031              Message-ID: <20010519040423.A16861@math.ohio-state.edu>
21032              
21033              (In bleadperl patched b-stash.t instead of b.t)
21034      Branch: perl
21035            ! t/lib/b-stash.t t/lib/bigfltpm.t
21036 ____________________________________________________________________________
21037 [ 10163] By: jhi                                   on 2001/05/20  10:59:46
21038         Log: Subject: [PATCH 5.6.1] perl5db
21039              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21040              Date: Sat, 19 May 2001 03:49:09 -0400
21041              Message-ID: <20010519034909.A14902@math.ohio-state.edu>
21042      Branch: perl
21043            ! lib/perl5db.pl
21044 ____________________________________________________________________________
21045 [ 10162] By: jhi                                   on 2001/05/20  10:58:18
21046         Log: Subject: [PATCH] require $mod where $mod has touched numeric context
21047              From: Gisle Aas <gisle@ActiveState.com>
21048              Date: 18 May 2001 14:24:51 -0700
21049              Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com>
21050      Branch: perl
21051            ! pp_ctl.c
21052 ____________________________________________________________________________
21053 [ 10161] By: jhi                                   on 2001/05/20  10:57:00
21054         Log: Subject: [PATCH] Chomp should not always stringify
21055              From: Gisle Aas <gisle@ActiveState.com>
21056              Date: 18 May 2001 07:55:25 -0700
21057              Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
21058      Branch: perl
21059            ! doop.c t/op/chop.t
21060 ____________________________________________________________________________
21061 [ 10160] By: jhi                                   on 2001/05/20  10:49:40
21062         Log: Integrate perlio.
21063      Branch: perl
21064           !> pod/perlfunc.pod
21065 ____________________________________________________________________________
21066 [ 10159] By: nick                                  on 2001/05/20  09:39:46
21067         Log: Document some more of open's features.
21068      Branch: perlio
21069            ! pod/perlfunc.pod
21070 ____________________________________________________________________________
21071 [ 10158] By: gsar                                  on 2001/05/18  18:43:38
21072         Log: back out change#10153 (it has compatibility issues such as the
21073              changed behavior of /[~%@+-]/, and after talking to Jarkko, the
21074              benefit for 5.6.x doesn't seem worth the risk)
21075      Branch: maint-5.6/perl
21076            ! toke.c
21077 ____________________________________________________________________________
21078 [ 10157] By: jhi                                   on 2001/05/18  17:05:40
21079         Log: \$escaping the $vars in !GROK!THIS! section is a good idea.
21080      Branch: perl
21081            ! x2p/s2p.PL
21082 ____________________________________________________________________________
21083 [ 10156] By: jhi                                   on 2001/05/18  12:06:40
21084         Log: Update Changes.
21085      Branch: perl
21086            ! Changes patchlevel.h
21087 ____________________________________________________________________________
21088 [ 10155] By: jhi                                   on 2001/05/18  11:58:57
21089         Log: Integrate change #10144 from maintperl.
21090              
21091              s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
21092      Branch: perl
21093           !> win32/config.bc win32/config.gc win32/config.vc
21094           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
21095 ____________________________________________________________________________
21096 [ 10154] By: nick                                  on 2001/05/18  07:23:03
21097         Log: Integrate mainline.
21098      Branch: perlio
21099           +> README.dgux t/lib/i18n-collate.t utils.lst
21100           !> (integrate 49 files)
21101 ____________________________________________________________________________
21102 [ 10153] By: jhi                                   on 2001/05/18  00:41:51
21103         Log: Integrate change #7224 from mainline into maintperl.
21104              
21105              Allow @+ and @- to be doublequoted, from Simon Cozens. 
21106              (Approved by Larry, see Tom's comment in 20000830.005.)
21107      Branch: maint-5.6/perl
21108           !> toke.c
21109 ____________________________________________________________________________
21110 [ 10152] By: jhi                                   on 2001/05/17  23:18:15
21111         Log: Subject: [PATCH bleadperl] small lookbehind fix
21112              From: Hugo <hv@crypt.compulink.co.uk>
21113              Date: Fri, 18 May 2001 00:07:19 +0100
21114              Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
21115      Branch: perl
21116            ! regexec.c
21117 ____________________________________________________________________________
21118 [ 10151] By: jhi                                   on 2001/05/17  22:00:06
21119         Log: Detypos.
21120      Branch: perl
21121            ! installman utils.lst
21122 ____________________________________________________________________________
21123 [ 10150] By: jhi                                   on 2001/05/17  20:32:48
21124         Log: Add better debug to glob/basic #8 as suggested by Nick Clark
21125              in 20001222.001.
21126      Branch: perl
21127            ! t/lib/glob-basic.t
21128 ____________________________________________________________________________
21129 [ 10149] By: jhi                                   on 2001/05/17  20:08:58
21130         Log: Subject: [PATCH] Test for bug 20010515.004
21131              From: Benjamin Sugars <bsugars@canoe.ca>
21132              Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
21133              Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
21134      Branch: perl
21135            ! t/op/misc.t
21136 ____________________________________________________________________________
21137 [ 10148] By: jhi                                   on 2001/05/17  20:06:23
21138         Log: Integrate #10145 from maintperl.
21139              
21140              fix for ID 20010515.004 (needs test)
21141      Branch: perl
21142           !> pp_hot.c
21143 ____________________________________________________________________________
21144 [ 10147] By: jhi                                   on 2001/05/17  19:10:46
21145         Log: Thinko noticed by Doug MacEachern.
21146      Branch: perl
21147            ! thread.h
21148 ____________________________________________________________________________
21149 [ 10146] By: jhi                                   on 2001/05/17  17:30:37
21150         Log: Subject: Re: [PATCH] HERE mark in regex
21151              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
21152              Date: Thu, 17 May 2001 12:20:33 -0400
21153              Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu> 
21154      Branch: perl
21155            ! t/op/re_tests
21156 ____________________________________________________________________________
21157 [ 10145] By: gsar                                  on 2001/05/17  16:59:55
21158         Log: fix for ID 20010515.004 (needs test)
21159      Branch: maint-5.6/perl
21160            ! pp_hot.c
21161 ____________________________________________________________________________
21162 [ 10144] By: gsar                                  on 2001/05/17  16:39:02
21163         Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
21164      Branch: maint-5.6/perl
21165            ! win32/config.bc win32/config.gc win32/config.vc
21166            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
21167 ____________________________________________________________________________
21168 [ 10143] By: jhi                                   on 2001/05/17  14:21:08
21169         Log: Macrofy the getspecific (and use it also in util.c)
21170      Branch: perl
21171            ! thread.h util.c
21172 ____________________________________________________________________________
21173 [ 10142] By: jhi                                   on 2001/05/17  01:43:50
21174         Log: Use the unchecked thread-specific key fetch also in Tru64.
21175      Branch: perl
21176            ! thread.h
21177 ____________________________________________________________________________
21178 [ 10141] By: jhi                                   on 2001/05/17  01:41:07
21179         Log: Subject: [PATCH 5.6.1]Quick thread speedup
21180              From: Dan Sugalski <dan@sidhe.org> 
21181              Date: Wed, 16 May 2001 18:05:19 -0400
21182              Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
21183      Branch: perl
21184            ! thread.h util.c
21185 ____________________________________________________________________________
21186 [ 10140] By: jhi                                   on 2001/05/16  19:58:29
21187         Log: I think this is quite enough testing for a deprecated feature.
21188      Branch: perl
21189            + t/lib/i18n-collate.t
21190            ! MANIFEST t/lib/1_compile.t
21191 ____________________________________________________________________________
21192 [ 10139] By: jhi                                   on 2001/05/16  18:47:03
21193         Log: More HP-UX lore from Jeff Okamoto.
21194      Branch: perl
21195            ! README.hpux
21196 ____________________________________________________________________________
21197 [ 10138] By: jhi                                   on 2001/05/16  18:21:04
21198         Log: Sort utils.lst for easier maintenance.
21199      Branch: perl
21200            ! utils.lst
21201 ____________________________________________________________________________
21202 [ 10137] By: jhi                                   on 2001/05/16  18:12:01
21203         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
21204              From: Tim Jenness <t.jenness@jach.hawaii.edu>
21205              Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
21206              Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
21207              
21208              Add pod2latex to utils.lst.
21209      Branch: perl
21210            ! MANIFEST utils.lst
21211 ____________________________________________________________________________
21212 [ 10136] By: jhi                                   on 2001/05/16  18:00:00
21213         Log: Subject: Re: [PATCH] HERE mark in regex
21214              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
21215              Date: Wed, 16 May 2001 13:04:43 -0400
21216              Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu> 
21217      Branch: perl
21218            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
21219            ! t/op/regmesg.t t/pragma/warn/regcomp
21220 ____________________________________________________________________________
21221 [ 10135] By: jhi                                   on 2001/05/16  17:51:50
21222         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
21223              From: Simon Cozens <simon@netthink.co.uk>
21224              Date: Wed, 16 May 2001 18:02:08 +0100
21225              Message-ID: <20010516180208.A6458@netthink.co.uk>
21226      Branch: perl
21227            ! installman utils.lst
21228 ____________________________________________________________________________
21229 [ 10134] By: jhi                                   on 2001/05/16  17:47:26
21230         Log: Subject: Re: [ID 20010515.001] -DPERL_Y2KWARN doesn't do what it should (Not OK: perl v5.7.1 +DEVEL10104 on i586-linux 2.2.16-22 (UNINST
21231              From: "Philip Newton" <pnewton@gmx.de>
21232              Date: Tue, 15 May 2001 15:09:30 +0200
21233              Message-ID: <3B0146AA.2839.17BFDA6@localhost>
21234              
21235              Test case for #10128.
21236      Branch: perl
21237            ! t/pragma/warn/pp_hot
21238 ____________________________________________________________________________
21239 [ 10133] By: jhi                                   on 2001/05/16  15:12:52
21240         Log: Update Changes.
21241      Branch: perl
21242            ! Changes patchlevel.h
21243 ____________________________________________________________________________
21244 [ 10132] By: jhi                                   on 2001/05/16  14:50:55
21245         Log: Deprecate pseudo-hashes.
21246      Branch: perl
21247            ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
21248 ____________________________________________________________________________
21249 [ 10131] By: jhi                                   on 2001/05/16  14:26:01
21250         Log: HP-UX hints update from Merijn.
21251      Branch: perl
21252            ! hints/hpux.sh
21253 ____________________________________________________________________________
21254 [ 10130] By: jhi                                   on 2001/05/16  14:23:01
21255         Log: README.hpux update from Merijn.
21256      Branch: perl
21257            ! README.hpux
21258 ____________________________________________________________________________
21259 [ 10129] By: jhi                                   on 2001/05/16  14:18:56
21260         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
21261              From: Simon Cozens <simon@netthink.co.uk>
21262              Date: Wed, 16 May 2001 15:57:55 +0100
21263              Message-ID: <20010516155755.A4728@netthink.co.uk>
21264      Branch: perl
21265            + utils.lst
21266            ! MANIFEST installman installperl
21267 ____________________________________________________________________________
21268 [ 10128] By: jhi                                   on 2001/05/16  14:15:36
21269         Log: Subject: Re: [ID 20010515.001] -DPERL_Y2KWARN doesn't do what it should (Not OK: perl v5.7.1 +DEVEL10104 on i586-linux 2.2.16-22 (UNINST
21270              From: "Philip Newton" <pnewton@gmx.de>
21271              Date: Tue, 15 May 2001 16:31:05 +0200
21272              Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
21273              
21274              Fix PERL_Y2KWARN test to check before rather than after appending.
21275      Branch: perl
21276            ! pp_hot.c
21277 ____________________________________________________________________________
21278 [ 10127] By: jhi                                   on 2001/05/16  14:08:15
21279         Log: Regen Porting stuff.
21280      Branch: perl
21281            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21282            ! config_h.SH
21283 ____________________________________________________________________________
21284 [ 10126] By: jhi                                   on 2001/05/16  13:41:50
21285         Log: Metaconfig unit change for #10125.
21286      Branch: metaconfig
21287            ! U/modified/Oldconfig.U
21288 ____________________________________________________________________________
21289 [ 10125] By: jhi                                   on 2001/05/16  13:41:35
21290         Log: Use OSVERS.
21291      Branch: perl
21292            ! Configure config_h.SH perl.c
21293 ____________________________________________________________________________
21294 [ 10124] By: jhi                                   on 2001/05/16  13:41:09
21295         Log: Regen toc.
21296      Branch: perl
21297            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
21298 ____________________________________________________________________________
21299 [ 10123] By: jhi                                   on 2001/05/16  13:25:38
21300         Log: Adding the README.dgux to the MANIFEST would be a good idea.
21301      Branch: perl
21302            ! MANIFEST
21303 ____________________________________________________________________________
21304 [ 10122] By: jhi                                   on 2001/05/16  13:08:33
21305         Log: Move the stack desire definition to thread.h.
21306      Branch: perl
21307            ! ext/Thread/Thread.xs thread.h
21308 ____________________________________________________________________________
21309 [ 10121] By: jhi                                   on 2001/05/16  13:00:12
21310         Log: DG-UX threading patches, including a README.dgux,
21311              from Takis Psarogiannakopoulos.
21312      Branch: perl
21313            + README.dgux
21314            ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
21315 ____________________________________________________________________________
21316 [ 10120] By: jhi                                   on 2001/05/16  12:55:33
21317         Log: Subject: [PATCH B::Deparse] More on /x regexes
21318              From: Robin Houston <robin@kitsite.com>
21319              Date: Tue, 15 May 2001 19:09:35 +0100
21320              Message-ID: <20010515190935.A27268@penderel>
21321      Branch: perl
21322            ! ext/B/B/Deparse.pm
21323 ____________________________________________________________________________
21324 [ 10119] By: jhi                                   on 2001/05/16  12:45:29
21325         Log: Document that the core time() may be rounding rather
21326              than truncating, would have saved at least my confusion.
21327      Branch: perl
21328            ! ext/Time/HiRes/HiRes.pm
21329 ____________________________________________________________________________
21330 [ 10118] By: jhi                                   on 2001/05/16  12:37:57
21331         Log: Subject: perl-current/t/time-hires.t
21332              From: John Peacock <jpeacock@rowman.com>
21333              Date: Fri, 11 May 2001 14:09:41 -0400
21334              Message-ID: <3AFC2AE5.5E787E54@rowman.com>
21335      Branch: perl
21336            ! t/lib/time-hires.t
21337 ____________________________________________________________________________
21338 [ 10117] By: jhi                                   on 2001/05/15  13:40:33
21339         Log: Subject: [PATCH dump.c] Op private flags
21340              From: Simon Cozens <simon@netthink.co.uk>
21341              Date: Sun, 13 May 2001 20:20:36 +0100
21342              Message-ID: <20010513202036.A21896@netthink.co.uk>
21343      Branch: perl
21344            ! dump.c
21345 ____________________________________________________________________________
21346 [ 10116] By: jhi                                   on 2001/05/15  13:28:26
21347         Log: Upgrade to Switch 2.03.
21348      Branch: perl
21349            ! lib/Switch.pm
21350 ____________________________________________________________________________
21351 [ 10115] By: jhi                                   on 2001/05/15  13:19:01
21352         Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
21353              to PERL_CONFIG_SH and use it consistently.
21354      Branch: maint-5.6/perl
21355           !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
21356           !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
21357           !> myconfig.SH writemain.SH
21358 ____________________________________________________________________________
21359 [ 10114] By: jhi                                   on 2001/05/15  13:13:21
21360         Log: Metaconfig units changes for #10113.
21361      Branch: metaconfig
21362            ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
21363 ____________________________________________________________________________
21364 [ 10113] By: jhi                                   on 2001/05/15  13:12:40
21365         Log: The problem described in 20010514.031 still wasn't
21366              fully cured, there were remnants of $CONFIG when
21367              $CONFIGDOTSH was expected.  Now renamed to PERL_CONFIG_SH
21368              to avoid future conflicts.
21369      Branch: perl
21370            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
21371            ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
21372            ! myconfig.SH writemain.SH
21373 ____________________________________________________________________________
21374 [ 10112] By: jhi                                   on 2001/05/15  11:55:44
21375         Log: Half of #10107 got lost.
21376      Branch: perl
21377            ! ext/B/B/Deparse.pm
21378 ____________________________________________________________________________
21379 [ 10111] By: nick                                  on 2001/05/15  08:39:14
21380         Log: Integrate mainline.
21381      Branch: perlio
21382           +> ext/POSIX/hints/uts.pl
21383            - Todo Todo-5.6 t/camel-III/vstring.t
21384           !> (integrate 48 files)
21385 ____________________________________________________________________________
21386 [ 10110] By: jhi                                   on 2001/05/15  02:04:05
21387         Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
21388              From: Robin Houston <robin@kitsite.com>
21389              Date: Mon, 14 May 2001 22:27:08 +0100
21390              Message-ID: <20010514222708.A22963@penderel>
21391      Branch: perl
21392            ! t/TestInit.pm
21393 ____________________________________________________________________________
21394 [ 10109] By: jhi                                   on 2001/05/15  02:03:12
21395         Log: Subject: [PATCH B::Deparse] Lvaluable method calls
21396              From: Robin Houston <robin@kitsite.com>
21397              Date: Mon, 14 May 2001 22:16:43 +0100
21398              Message-ID: <20010514221643.A22437@penderel>
21399      Branch: perl
21400            ! ext/B/B/Deparse.pm
21401 ____________________________________________________________________________
21402 [ 10108] By: jhi                                   on 2001/05/15  02:02:17
21403         Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
21404              From: Robin Houston <robin@kitsite.com>
21405              Date: Mon, 14 May 2001 22:03:44 +0100
21406              Message-ID: <20010514220344.A20643@penderel>
21407      Branch: perl
21408            ! ext/B/B/Deparse.pm
21409 ____________________________________________________________________________
21410 [ 10107] By: jhi                                   on 2001/05/15  02:01:24
21411         Log: Subject: [PATCH B::Deparse] "${foo}_bar"
21412              From: Robin Houston <robin@kitsite.com>
21413              Date: Mon, 14 May 2001 22:10:07 +0100
21414              Message-ID: <20010514221007.A21118@penderel>
21415      Branch: perl
21416            ! ext/B/B/Deparse.pm
21417 ____________________________________________________________________________
21418 [ 10106] By: jhi                                   on 2001/05/15  01:41:26
21419         Log: Fix for 20010514.037; substr() didn't invalidate the locale
21420              collation magic.
21421      Branch: perl
21422            ! pp.c
21423 ____________________________________________________________________________
21424 [ 10105] By: jhi                                   on 2001/05/14  18:18:24
21425         Log: Update Changes.
21426      Branch: perl
21427            ! Changes patchlevel.h
21428 ____________________________________________________________________________
21429 [ 10104] By: jhi                                   on 2001/05/14  18:09:07
21430         Log: Retract #10094.
21431      Branch: perl
21432            ! lib/Pod/Text.pm
21433 ____________________________________________________________________________
21434 [ 10103] By: jhi                                   on 2001/05/14  15:20:58
21435         Log: Integrate change #10100 from maintperl.
21436              
21437              PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
21438              bug ID 20010514.027)
21439      Branch: perl
21440           !> mg.c pp_ctl.c
21441 ____________________________________________________________________________
21442 [ 10102] By: jhi                                   on 2001/05/14  15:19:21
21443         Log: Document the deprecatedness of suidperl.
21444      Branch: perl
21445            ! INSTALL pod/perlfaq1.pod
21446 ____________________________________________________________________________
21447 [ 10101] By: jhi                                   on 2001/05/14  14:54:31
21448         Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
21449              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
21450              Date: Mon, 14 May 2001 09:38:59 -0400
21451              Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
21452      Branch: perl
21453            ! lib/ExtUtils/MM_Unix.pm
21454 ____________________________________________________________________________
21455 [ 10100] By: gsar                                  on 2001/05/14  14:43:50
21456         Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
21457              bug ID 20010514.027)
21458              
21459              TODO: this needs a testsuite addition
21460      Branch: maint-5.6/perl
21461            ! mg.c pp_ctl.c
21462 ____________________________________________________________________________
21463 [ 10099] By: jhi                                   on 2001/05/14  13:42:38
21464         Log: More DWIMminess for Class::Struct: calling the array or hash
21465              accessors only with one argument, an array or a hash reference,
21466              sets the underlying array or hash.  This mirrors nicely also
21467              the usage in the constructor.
21468              From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
21469      Branch: perl
21470            ! lib/Class/Struct.pm t/lib/class-struct.t
21471 ____________________________________________________________________________
21472 [ 10098] By: jhi                                   on 2001/05/14  13:10:34
21473         Log: Reference cmp'ing should go through the whole stringification
21474              process shebang, as pointed out by Sarathy in #10091.
21475      Branch: perl
21476            ! pp.c
21477 ____________________________________________________________________________
21478 [ 10097] By: jhi                                   on 2001/05/14  12:54:31
21479         Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
21480              From: Simon Cozens <simon@netthink.co.uk>
21481              Date: Sat, 12 May 2001 16:36:27 +0100
21482              Message-ID: <20010512163627.A5522@netthink.co.uk>
21483              
21484              with some additions salvaged from Todo and Todo-5.6 before
21485              retiring them.
21486      Branch: perl
21487            - Todo Todo-5.6
21488            ! MANIFEST pod/perltodo.pod
21489 ____________________________________________________________________________
21490 [ 10096] By: jhi                                   on 2001/05/14  12:37:01
21491         Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
21492              From: "Golubev I. N." <gin@mo.msk.ru>
21493              Date: Mon, 07 May 2001 14:33:34 (GMT)
21494              Message-Id: <02453af6b23e63-gin@mo.msk.ru>
21495      Branch: perl
21496            ! perl.h
21497 ____________________________________________________________________________
21498 [ 10095] By: jhi                                   on 2001/05/14  12:34:24
21499         Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
21500              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
21501              Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
21502              Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
21503      Branch: perl
21504            ! lib/ExtUtils/MM_Unix.pm
21505 ____________________________________________________________________________
21506 [ 10094] By: jhi                                   on 2001/05/14  12:32:44
21507         Log: (Retracted by #10104.)
21508              
21509              Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
21510              From: barries <barries@slaysys.com>
21511              Date: Sat, 12 May 2001 01:28:10 -0400
21512              Message-ID: <20010512012810.B26358@jester.slaysys.com>
21513      Branch: perl
21514            ! lib/Pod/Text.pm
21515 ____________________________________________________________________________
21516 [ 10093] By: jhi                                   on 2001/05/14  12:30:38
21517         Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
21518              From: Mike Guy <mjtg@cam.ac.uk>
21519              Date: Sat, 12 May 2001 19:24:33 +0100
21520              Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
21521      Branch: perl
21522            ! lib/AutoSplit.pm
21523 ____________________________________________________________________________
21524 [ 10092] By: jhi                                   on 2001/05/14  12:29:21
21525         Log: Yet another HP-UX hints tweak from Merijn.
21526      Branch: perl
21527            ! hints/hpux.sh
21528 ____________________________________________________________________________
21529 [ 10091] By: gsar                                  on 2001/05/14  04:38:32
21530         Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
21531              isn't defined (changes#9366,9368,9370 from mainline without the
21532              pp_scmp() change)
21533      Branch: maint-5.6/perl
21534            ! pp.c pp.h pp_hot.c
21535 ____________________________________________________________________________
21536 [ 10090] By: jhi                                   on 2001/05/12  13:39:43
21537         Log: The sorting seems to happen now automatically.
21538      Branch: perl
21539            ! t/lib/glob-basic.t
21540 ____________________________________________________________________________
21541 [ 10089] By: jhi                                   on 2001/05/12  03:38:15
21542         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
21543              From: Benjamin Sugars <bsugars@canoe.ca>
21544              Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
21545              Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
21546      Branch: perl
21547            ! pod/perlfunc.pod
21548 ____________________________________________________________________________
21549 [ 10088] By: jhi                                   on 2001/05/12  03:37:00
21550         Log: Subject: Re: undef(&foo) does not work for XS functions
21551              From: Doug MacEachern <dougm@covalent.net>
21552              Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
21553              Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
21554      Branch: perl
21555            ! op.c
21556 ____________________________________________________________________________
21557 [ 10087] By: jhi                                   on 2001/05/12  03:35:58
21558         Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
21559              From: Peter Prymmer <pvhp@forte.com>
21560              Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
21561              Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
21562      Branch: perl
21563            ! t/op/append.t
21564 ____________________________________________________________________________
21565 [ 10086] By: jhi                                   on 2001/05/11  14:23:08
21566         Log: Update Changes.
21567      Branch: perl
21568            ! Changes patchlevel.h
21569 ____________________________________________________________________________
21570 [ 10085] By: jhi                                   on 2001/05/11  14:08:20
21571         Log: Remove the 'asciir' re subpragma.  Should instead implement
21572              the 'physical vs logical' range scheme:
21573              
21574              \xAA-\xCC is a native physical range, you want that range of
21575              codepoints in your native encoding.  In EBCDIC the codepoints
21576              in the gaps (between i-j and r-s) should be included.
21577              
21578              \x{AA}-\x{CC} is a physical Unicode range, you want that range of
21579              codepoints in Unicode.
21580              
21581              a-z is a logical range, you want that range of 'logical' codepoints
21582              in your native encoding.  In EBCDIC the codepoints in the gaps
21583              (between i-j and r-s) should not be included.
21584              
21585              Mixed cases (a-\xAA, etc) should either be errors, or maybe
21586              the 'logical' endpoints should be converted to native/Unicode
21587              codepoints, and the range handled as a physical range.
21588              
21589              'Logical endpoints' are to be recognized only in the A-Z, a-z,
21590              and 0-9 ranges.  Probably a warning should be given for mixed
21591              cases like A-z or a-9 (since such expressions are encoding
21592              dependent), with a recommendation to use physical ranges.
21593      Branch: perl
21594            ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
21595            ! t/op/regexp.t
21596 ____________________________________________________________________________
21597 [ 10084] By: jhi                                   on 2001/05/11  13:56:16
21598         Log: Make the test to cleanup the test directory tree
21599              both before and after the testing so that we always
21600              have a clean slate to work with.
21601      Branch: perl
21602            ! t/lib/filefind.t
21603 ____________________________________________________________________________
21604 [ 10083] By: jhi                                   on 2001/05/11  13:46:30
21605         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
21606              From: Jon Eveland <jweveland@yahoo.com>
21607              Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
21608              Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
21609      Branch: perl
21610            ! pod/perlfunc.pod
21611 ____________________________________________________________________________
21612 [ 10082] By: jhi                                   on 2001/05/11  13:45:06
21613         Log: Merge the camel-III/vstring.t with op/ver.t.
21614      Branch: perl
21615            - t/camel-III/vstring.t
21616            ! MANIFEST t/TEST t/harness t/op/ver.t
21617 ____________________________________________________________________________
21618 [ 10081] By: jhi                                   on 2001/05/11  13:15:55
21619         Log: Add test.deparse make target.
21620      Branch: perl
21621            ! Makefile.SH
21622 ____________________________________________________________________________
21623 [ 10080] By: jhi                                   on 2001/05/11  12:52:49
21624         Log: Subject: [PATCH B::Deparse] $foo->bar(0)
21625              From: Robin Houston <robin@kitsite.com>
21626              Date: Fri, 11 May 2001 12:02:22 +0100
21627              Message-ID: <20010511120222.A11529@penderel>
21628      Branch: perl
21629            ! ext/B/B/Deparse.pm t/op/method.t
21630 ____________________________________________________________________________
21631 [ 10079] By: jhi                                   on 2001/05/11  01:59:06
21632         Log: A nicely working combination for UTS from Hal Morris.
21633      Branch: perl
21634            + ext/POSIX/hints/uts.pl
21635            ! MANIFEST hints/uts.sh
21636 ____________________________________________________________________________
21637 [ 10078] By: jhi                                   on 2001/05/11  01:15:04
21638         Log: i_ieeefp=undef for UTS.
21639      Branch: perl
21640            ! hints/uts.sh
21641 ____________________________________________________________________________
21642 [ 10077] By: jhi                                   on 2001/05/10  22:42:35
21643         Log: Subject: RE: rand(0) is rand(1)
21644              From: Larry Shatzer <lshatzer@islanddata.com>
21645              Date: Thu, 10 May 2001 11:09:27 -0700
21646              Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
21647      Branch: perl
21648            ! pod/perlfunc.pod
21649 ____________________________________________________________________________
21650 [ 10076] By: jhi                                   on 2001/05/10  22:36:50
21651         Log: Subject: [patch] make op_{clear,null} public
21652              From: Doug MacEachern <dougm@covalent.net>
21653              Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
21654              Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
21655      Branch: perl
21656            ! embed.h embed.pl op.c proto.h
21657 ____________________________________________________________________________
21658 [ 10075] By: jhi                                   on 2001/05/10  22:28:36
21659         Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
21660              From: Robin Houston <robin@kitsite.com>
21661              Date: Thu, 10 May 2001 18:54:59 +0100
21662              Message-ID: <20010510185459.A5995@penderel>
21663      Branch: perl
21664            ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
21665 ____________________________________________________________________________
21666 [ 10074] By: jhi                                   on 2001/05/10  22:23:41
21667         Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
21668              From: Robin Houston <robin@kitsite.com>
21669              Date: Thu, 10 May 2001 12:56:39 +0100
21670              Message-ID: <20010510125639.A2119@penderel>
21671      Branch: perl
21672            ! ext/B/B/Deparse.pm
21673 ____________________________________________________________________________
21674 [ 10073] By: jhi                                   on 2001/05/10  14:26:01
21675         Log: Retract #10070, not ready yet.
21676      Branch: perl
21677            ! ext/B/B/Deparse.pm
21678 ____________________________________________________________________________
21679 [ 10072] By: jhi                                   on 2001/05/10  13:40:24
21680         Log: The metaconfig unit change for #10071.
21681      Branch: metaconfig
21682            ! U/modified/mallocsrc.U
21683 ____________________________________________________________________________
21684 [ 10071] By: jhi                                   on 2001/05/10  13:39:57
21685         Log: The #9525+#9526 didn't allow for overriding usemymalloc.
21686      Branch: perl
21687            ! Configure
21688 ____________________________________________________________________________
21689 [ 10070] By: jhi                                   on 2001/05/10  13:18:42
21690         Log: (Retracted by #10073)
21691              
21692              Subject: Re: [PATCH t/TEST] B::Deparse tester 
21693              From: Hugo <hv@crypt.compulink.co.uk>
21694              Date: Thu, 10 May 2001 05:48:09 +0100
21695              Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
21696      Branch: perl
21697            ! ext/B/B/Deparse.pm
21698 ____________________________________________________________________________
21699 [ 10069] By: jhi                                   on 2001/05/10  12:24:06
21700         Log: Add a for(func()) test.
21701      Branch: perl
21702            ! t/cmd/for.t
21703 ____________________________________________________________________________
21704 [ 10068] By: jhi                                   on 2001/05/10  12:16:00
21705         Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
21706              From: Robin Houston <robin@kitsite.com>
21707              Date: Thu, 10 May 2001 13:50:08 +0100
21708              Message-ID: <20010510135008.A2454@penderel>
21709      Branch: perl
21710            ! ext/B/B/Deparse.pm
21711 ____________________________________________________________________________
21712 [ 10067] By: jhi                                   on 2001/05/10  01:45:03
21713         Log: A thinko in #10065.
21714      Branch: perl
21715            ! hv.c
21716 ____________________________________________________________________________
21717 [ 10066] By: jhi                                   on 2001/05/10  01:33:12
21718         Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
21719              From: Robin Houston <robin@kitsite.com>
21720              Date: Thu, 10 May 2001 02:10:34 +0100
21721              Message-ID: <20010510021034.A19421@penderel>
21722      Branch: perl
21723            ! ext/B/B.xs ext/B/B/Deparse.pm
21724 ____________________________________________________________________________
21725 [ 10065] By: jhi                                   on 2001/05/10  01:30:43
21726         Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
21727              From: Doug MacEachern <dougm@covalent.net>
21728              Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
21729              Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
21730      Branch: perl
21731            ! hv.c
21732 ____________________________________________________________________________
21733 [ 10064] By: jhi                                   on 2001/05/09  23:13:29
21734         Log: One more workaround for the UTS compiler from Hal Morris.
21735      Branch: perl
21736            ! perl.h
21737 ____________________________________________________________________________
21738 [ 10063] By: jhi                                   on 2001/05/09  23:09:53
21739         Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
21740              From: Robin Houston <robin@kitsite.com>
21741              Date: Thu, 10 May 2001 01:02:08 +0100
21742              Message-ID: <20010510010208.A18200@penderel>
21743      Branch: perl
21744            ! ext/B/B/Debug.pm
21745 ____________________________________________________________________________
21746 [ 10062] By: jhi                                   on 2001/05/09  23:06:25
21747         Log: Subject: [PATCH] Simplify deb_curcv() a bit
21748              From: Benjamin Sugars <bsugars@canoe.ca>
21749              Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
21750              Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
21751      Branch: perl
21752            ! run.c
21753 ____________________________________________________________________________
21754 [ 10061] By: jhi                                   on 2001/05/09  23:05:28
21755         Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
21756              From: Benjamin Sugars <bsugars@canoe.ca>
21757              Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
21758              Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
21759      Branch: perl
21760            ! t/lib/io_scalar.t
21761 ____________________________________________________________________________
21762 [ 10060] By: jhi                                   on 2001/05/09  23:04:38
21763         Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
21764              From: Peter Prymmer <pvhp@forte.com>
21765              Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
21766              Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
21767      Branch: perl
21768            ! t/lib/md5-file.t
21769 ____________________________________________________________________________
21770 [ 10059] By: jhi                                   on 2001/05/09  23:03:52
21771         Log: Subject: [PATCH t/TEST] B::Deparse tester
21772              From: Robin Houston <robin@kitsite.com>
21773              Date: Wed, 9 May 2001 19:17:50 +0100
21774              Message-ID: <20010509191750.A16940@penderel>
21775      Branch: perl
21776            ! ext/B/O.pm t/TEST
21777 ____________________________________________________________________________
21778 [ 10058] By: jhi                                   on 2001/05/09  23:02:56
21779         Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
21780              From: Jeff Pinyan <jeffp@crusoe.net>
21781              Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
21782              Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
21783      Branch: perl
21784            ! lib/Pod/Html.pm
21785 ____________________________________________________________________________
21786 [ 10057] By: nick                                  on 2001/05/09  18:37:56
21787         Log: Integrate mainline.
21788      Branch: perlio
21789           !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
21790           !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
21791 ____________________________________________________________________________
21792 [ 10056] By: jhi                                   on 2001/05/09  16:44:44
21793         Log: Update Changes.
21794      Branch: perl
21795            ! Changes patchlevel.h
21796 ____________________________________________________________________________
21797 [ 10055] By: jhi                                   on 2001/05/09  16:26:47
21798         Log: Integrate perlio.
21799      Branch: perl
21800           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
21801 ____________________________________________________________________________
21802 [ 10054] By: jhi                                   on 2001/05/09  16:25:42
21803         Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
21804              From: Benjamin Sugars <bsugars@canoe.ca>
21805              Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
21806              Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
21807      Branch: perl
21808            ! perlio.c
21809 ____________________________________________________________________________
21810 [ 10053] By: jhi                                   on 2001/05/09  16:24:37
21811         Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
21812              From: Benjamin Sugars <bsugars@canoe.ca>
21813              Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
21814              Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
21815      Branch: perl
21816            ! ext/PerlIO/Scalar/Scalar.xs
21817 ____________________________________________________________________________
21818 [ 10052] By: jhi                                   on 2001/05/09  16:19:04
21819         Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
21820              From: Jeff Pinyan <jeffp@crusoe.net>
21821              Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
21822              Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
21823      Branch: perl
21824            ! lib/Pod/Html.pm
21825 ____________________________________________________________________________
21826 [ 10051] By: jhi                                   on 2001/05/09  15:30:17
21827         Log: EPOC tweak from Olaf Flebbe.
21828      Branch: perl
21829            ! epoc/epocish.h
21830 ____________________________________________________________________________
21831 [ 10050] By: nick                                  on 2001/05/09  14:37:57
21832         Log: win32, regen_config_h
21833      Branch: perlio
21834            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
21835 ____________________________________________________________________________
21836 [ 10049] By: jhi                                   on 2001/05/09  12:33:39
21837         Log: Integrate perlio.
21838      Branch: perl
21839           !> pp_sys.c
21840 ____________________________________________________________________________
21841 [ 10048] By: nick                                  on 2001/05/09  11:59:50
21842         Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
21843              and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
21844      Branch: perlio
21845            ! pp_sys.c
21846 ____________________________________________________________________________
21847 [ 10047] By: jhi                                   on 2001/05/09  10:50:12
21848         Log: Integrate perlio.
21849      Branch: perl
21850           !> run.c
21851 ____________________________________________________________________________
21852 [ 10046] By: jhi                                   on 2001/05/09  10:49:34
21853         Log: Subject: Re: Less warnings during configure
21854              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21855              Date: Wed, 09 May 2001 13:12:49 +0200
21856              Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
21857      Branch: perl
21858            ! hints/hpux.sh
21859 ____________________________________________________________________________
21860 [ 10045] By: nick                                  on 2001/05/09  09:56:59
21861         Log: MULTIPLICITY/DEBUGGING build fix.
21862      Branch: perlio
21863            ! run.c
21864 ____________________________________________________________________________
21865 [ 10044] By: nick                                  on 2001/05/09  09:46:37
21866         Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
21867      Branch: perlio
21868           +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
21869            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
21870           !> (integrate 65 files)
21871 ____________________________________________________________________________
21872 [ 10043] By: jhi                                   on 2001/05/08  22:41:49
21873         Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
21874              From: Robin Houston <robin@kitsite.com>
21875              Date: Tue, 8 May 2001 19:38:00 +0100
21876              Message-ID: <20010508193800.A4389@penderel>
21877              
21878              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
21879              From: Robin Houston <robin@kitsite.com>
21880              Date: Tue, 8 May 2001 20:03:57 +0100
21881              Message-ID: <20010508200357.A4614@penderel>
21882              
21883              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
21884              From: Robin Houston <robin@kitsite.com>
21885              Date: Wed, 9 May 2001 00:12:05 +0100
21886              Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
21887      Branch: perl
21888            ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
21889 ____________________________________________________________________________
21890 [ 10042] By: jhi                                   on 2001/05/08  22:09:35
21891         Log: Retract #10031.
21892      Branch: perl
21893            ! pod/perlfunc.pod
21894 ____________________________________________________________________________
21895 [ 10041] By: jhi                                   on 2001/05/08  18:27:34
21896         Log: The metaconfig unit changes for #10040.
21897      Branch: metaconfig/U/perl
21898            ! Checkcc.U d_dlsymun.U dlsrc.U
21899 ____________________________________________________________________________
21900 [ 10040] By: jhi                                   on 2001/05/08  18:24:47
21901         Log: The Configure half of
21902              
21903              Subject: Less warnings during configure
21904              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21905              Date: Tue, 08 May 2001 08:44:02 +0200
21906              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
21907      Branch: perl
21908            ! Configure
21909 ____________________________________________________________________________
21910 [ 10039] By: jhi                                   on 2001/05/08  16:48:31
21911         Log: Subject: Less warnings during configure
21912              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21913              Date: Tue, 08 May 2001 08:44:02 +0200
21914              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
21915      Branch: perl
21916            ! hints/hpux.sh
21917 ____________________________________________________________________________
21918 [ 10038] By: jhi                                   on 2001/05/08  16:32:07
21919         Log: Don't forget to whine about \d__\d.
21920      Branch: perl
21921            ! t/pragma/warn/toke toke.c
21922 ____________________________________________________________________________
21923 [ 10037] By: jhi                                   on 2001/05/08  16:07:05
21924         Log: Allow underscores also in the exponent part.
21925      Branch: perl
21926            ! t/pragma/warn/toke toke.c
21927 ____________________________________________________________________________
21928 [ 10036] By: jhi                                   on 2001/05/08  13:33:55
21929         Log: CodeMagicCD doesn't look like an *I*DE.
21930      Branch: perl
21931            ! pod/perlfaq3.pod
21932 ____________________________________________________________________________
21933 [ 10035] By: jhi                                   on 2001/05/08  13:27:48
21934         Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
21935              to be consistently down).
21936      Branch: perl
21937            ! pod/perlfaq3.pod
21938 ____________________________________________________________________________
21939 [ 10034] By: jhi                                   on 2001/05/08  13:21:07
21940         Log: Upgrade to Text::Balanced 1.84.
21941      Branch: perl
21942            ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
21943 ____________________________________________________________________________
21944 [ 10033] By: jhi                                   on 2001/05/08  12:41:53
21945         Log: Subject: Re: [PATCH] Find the last of the missing pad variables 
21946              From: Benjamin Sugars <bsugars@canoe.ca>
21947              Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
21948              Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
21949      Branch: perl
21950            ! run.c
21951 ____________________________________________________________________________
21952 [ 10032] By: jhi                                   on 2001/05/08  12:40:28
21953         Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
21954              From: Peter Prymmer <pvhp@forte.com>
21955              Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
21956              Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
21957      Branch: perl
21958            ! t/pod/plainer.t
21959 ____________________________________________________________________________
21960 [ 10031] By: jhi                                   on 2001/05/08  12:35:25
21961         Log: (Retracted by #10042)
21962              
21963              Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
21964              From: "Philip Newton" <pnewton@gmx.de>
21965              Date: Tue, 8 May 2001 09:18:10 +0200
21966              Message-ID: <3AF7B9D2.28861.603732@localhost>
21967      Branch: perl
21968            ! pod/perlfunc.pod
21969 ____________________________________________________________________________
21970 [ 10030] By: jhi                                   on 2001/05/08  12:32:23
21971         Log: Subject: [PATCH B::Deparse] Document known bugs
21972              From: Robin Houston <robin@kitsite.com>
21973              Date: Tue, 8 May 2001 01:53:34 +0100
21974              Message-ID: <20010508015334.A32394@penderel>
21975      Branch: perl
21976            ! ext/B/B/Deparse.pm
21977 ____________________________________________________________________________
21978 [ 10029] By: jhi                                   on 2001/05/08  12:28:28
21979         Log: Subject: Re: Perl book, magazine and website updates.
21980              From: "Philip Newton" <pnewton@gmx.de>
21981              Date: Mon, 7 May 2001 17:03:58 +0200
21982              Message-ID: <3AF6D57E.5387.1E29930@localhost>
21983      Branch: perl
21984            ! pod/perlfaq2.pod
21985 ____________________________________________________________________________
21986 [ 10028] By: jhi                                   on 2001/05/07  23:53:30
21987         Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
21988              From: Peter Prymmer <pvhp@forte.com>
21989              Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
21990              Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com> 
21991      Branch: perl
21992            ! t/io/fflush.t
21993 ____________________________________________________________________________
21994 [ 10027] By: jhi                                   on 2001/05/07  23:22:48
21995         Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
21996              From: Robin Houston <robin@kitsite.com>
21997              Date: Tue, 8 May 2001 01:14:55 +0100
21998              Message-ID: <20010508011455.A32162@penderel>
21999      Branch: perl
22000            ! ext/B/B/Deparse.pm
22001 ____________________________________________________________________________
22002 [ 10026] By: jhi                                   on 2001/05/07  23:15:05
22003         Log: Typo in #10025.
22004      Branch: perl
22005            ! hints/uts.sh
22006 ____________________________________________________________________________
22007 [ 10025] By: jhi                                   on 2001/05/07  21:15:35
22008         Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
22009      Branch: perl
22010            ! hints/uts.sh
22011 ____________________________________________________________________________
22012 [ 10024] By: jhi                                   on 2001/05/07  20:58:40
22013         Log: Subject: Re: [ID 20010506.045] question about hash syntax
22014              From: Peter Scott <Peter@PSDT.com>
22015              Date: Sun, 06 May 2001 13:10:40 -0700
22016              Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
22017      Branch: perl
22018            ! pod/perl56delta.pod
22019 ____________________________________________________________________________
22020 [ 10023] By: jhi                                   on 2001/05/07  20:41:26
22021         Log: Configure should figure out the list of dynamic extensions
22022              just fine in UTS-- and in fact it does, as reported by Hal Morris.
22023      Branch: perl
22024            ! hints/uts.sh
22025 ____________________________________________________________________________
22026 [ 10022] By: jhi                                   on 2001/05/07  20:24:11
22027         Log: Update Changes.
22028      Branch: perl
22029            ! Changes patchlevel.h
22030 ____________________________________________________________________________
22031 [ 10021] By: jhi                                   on 2001/05/07  20:11:31
22032         Log: Subject: [PATCH regcomp.c] Insecure regexes
22033              From: Robin Houston <robin@kitsite.com>
22034              Date: Mon, 7 May 2001 21:56:12 +0100
22035              Message-ID: <20010507215612.A31114@penderel>
22036      Branch: perl
22037            ! regcomp.c
22038 ____________________________________________________________________________
22039 [ 10020] By: jhi                                   on 2001/05/07  20:02:30
22040         Log: Drop the foobar.perl.com references for now until Simon
22041              gets them sorted out.
22042      Branch: perl
22043            ! pod/perlfaq2.pod
22044 ____________________________________________________________________________
22045 [ 10019] By: jhi                                   on 2001/05/07  19:54:33
22046         Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
22047              From: Prymmer/Kahn <pvhp@best.com>
22048              Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
22049              Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
22050      Branch: perl
22051            ! lib/Devel/SelfStubber.pm
22052 ____________________________________________________________________________
22053 [ 10018] By: jhi                                   on 2001/05/07  19:53:10
22054         Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1 
22055              From: Prymmer/Kahn <pvhp@best.com>
22056              Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
22057              Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
22058      Branch: perl
22059            ! win32/Makefile
22060 ____________________________________________________________________________
22061 [ 10017] By: jhi                                   on 2001/05/07  19:35:10
22062         Log: s/WebTechnique's/WebTechniques/
22063      Branch: perl
22064            ! pod/perlfaq2.pod
22065 ____________________________________________________________________________
22066 [ 10016] By: jhi                                   on 2001/05/07  12:26:29
22067         Log: Llama 3 updates from Randal.
22068      Branch: perl
22069            ! pod/perlfaq2.pod
22070 ____________________________________________________________________________
22071 [ 10015] By: jhi                                   on 2001/05/07  01:34:38
22072         Log: Subject: [PATCH] Help -Dt show correct pad variables
22073              From: Benjamin Sugars <ben.sugars@home.com>
22074              Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
22075              Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
22076      Branch: perl
22077            ! embed.h embed.pl proto.h run.c
22078 ____________________________________________________________________________
22079 [ 10014] By: jhi                                   on 2001/05/07  01:23:56
22080         Log: Subject: [PATCH] Document C<our $foo : shared>
22081              From: Benjamin Sugars <ben.sugars@home.com>
22082              Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
22083              Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
22084      Branch: perl
22085            ! pod/perlfunc.pod
22086 ____________________________________________________________________________
22087 [ 10013] By: jhi                                   on 2001/05/07  01:22:22
22088         Log: Subject: [PATCH B::Deparse] undefined folded constants
22089              From: Robin Houston <robin@kitsite.com>
22090              Date: Sun, 6 May 2001 17:19:09 +0100
22091              Message-ID: <20010506171909.A7046@penderel>
22092      Branch: perl
22093            ! ext/B/B/Deparse.pm
22094 ____________________________________________________________________________
22095 [ 10012] By: jhi                                   on 2001/05/07  00:57:38
22096         Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
22097              From: Robin Houston <robin@kitsite.com>
22098              Message-ID: <20010506164654.A6848@penderel>
22099              Date: Sun, 6 May 2001 16:46:54 +0100
22100      Branch: perl
22101            ! ext/B/B/Deparse.pm
22102 ____________________________________________________________________________
22103 [ 10011] By: jhi                                   on 2001/05/07  00:52:18
22104         Log: Subject: [PATCH t/op/my_stash.t] Naughty?
22105              From: Robin Houston <robin@kitsite.com>
22106              Date: Sun, 6 May 2001 14:47:02 +0100
22107              Message-ID: <20010506144702.A6308@penderel>
22108      Branch: perl
22109            ! t/op/my_stash.t
22110 ____________________________________________________________________________
22111 [ 10010] By: jhi                                   on 2001/05/06  15:07:51
22112         Log: Subject: Perl book, magazine and website updates.
22113              From: Simon Cozens <simon@netthink.co.uk>
22114              Date: Sun, 6 May 2001 16:55:36 +0100
22115              Message-ID: <20010506165536.A1795@netthink.co.uk>
22116      Branch: perl
22117            ! pod/perlbook.pod pod/perlfaq2.pod
22118 ____________________________________________________________________________
22119 [ 10009] By: jhi                                   on 2001/05/06  14:11:40
22120         Log: Tweaks on the Tru64 prof options.
22121      Branch: perl
22122            ! pod/perlhack.pod
22123 ____________________________________________________________________________
22124 [ 10008] By: jhi                                   on 2001/05/06  13:51:49
22125         Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
22126              From: Robin Houston <robin@kitsite.com>
22127              Date: Sun, 6 May 2001 14:40:51 +0100
22128              Message-ID: <20010506144051.A6279@penderel>
22129      Branch: perl
22130            ! t/pod/testp2pt.pl
22131 ____________________________________________________________________________
22132 [ 10007] By: jhi                                   on 2001/05/06  13:49:31
22133         Log: Subject: [PATCH B::Deparse] scoping
22134              From: Robin Houston <robin@kitsite.com>
22135              Date: Sun, 6 May 2001 14:36:56 +0100
22136              Message-ID: <20010506143656.A4006@penderel>
22137      Branch: perl
22138            ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
22139 ____________________________________________________________________________
22140 [ 10006] By: jhi                                   on 2001/05/06  13:24:12
22141         Log: Document the undefinedness of bitshifting out of range.
22142      Branch: perl
22143            ! pod/perlop.pod
22144 ____________________________________________________________________________
22145 [ 10005] By: jhi                                   on 2001/05/06  13:03:17
22146         Log: Retract #10003 and update the IDE descriptions a bit.
22147      Branch: perl
22148            ! pod/perlfaq3.pod
22149 ____________________________________________________________________________
22150 [ 10004] By: jhi                                   on 2001/05/06  03:02:41
22151         Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
22152              From: Prymmer/Kahn <pvhp@best.com>
22153              Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
22154              Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
22155      Branch: perl
22156            ! win32/Makefile win32/buildext.pl win32/config.bc
22157            ! win32/config.gc win32/config.vc
22158 ____________________________________________________________________________
22159 [ 10003] By: jhi                                   on 2001/05/05  20:24:44
22160         Log: (Retracted by #10005.)
22161      Branch: perl
22162            ! pod/perlfaq3.pod
22163 ____________________________________________________________________________
22164 [ 10002] By: jhi                                   on 2001/05/05  19:23:36
22165         Log: It's "psed", not "sed".
22166      Branch: perl
22167            ! x2p/s2p.PL
22168 ____________________________________________________________________________
22169 [ 10001] By: jhi                                   on 2001/05/05  18:35:38
22170         Log: Update Changes.
22171      Branch: perl
22172            ! Changes patchlevel.h
22173 ____________________________________________________________________________
22174 [ 10000] By: jhi                                   on 2001/05/05  18:32:15
22175         Log: Subject: Re: bleadperl make install fails due to "psed"
22176              From: andreas.koenig@anima.de (Andreas J. Koenig)
22177              Date: 05 May 2001 18:23:28 +0200
22178              Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
22179      Branch: perl
22180            ! x2p/Makefile.SH x2p/s2p.PL
22181 ____________________________________________________________________________
22182 [  9999] By: jhi                                   on 2001/05/05  18:28:09
22183         Log: AUTHORS updates.
22184      Branch: perl
22185            ! AUTHORS
22186 ____________________________________________________________________________
22187 [  9998] By: jhi                                   on 2001/05/05  18:16:00
22188         Log: Updates on the pods related to the modules included since 5.6.
22189              
22190              TODO: perltodo really could use major updating.
22191      Branch: perl
22192            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
22193            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
22194            ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
22195            ! pod/perlsyn.pod pod/perltodo.pod
22196 ____________________________________________________________________________
22197 [  9997] By: jhi                                   on 2001/05/05  17:35:17
22198         Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
22199              from Kurt Skauen.
22200      Branch: perl
22201            + hints/atheos.sh
22202            ! MANIFEST
22203 ____________________________________________________________________________
22204 [  9996] By: jhi                                   on 2001/05/05  17:25:00
22205         Log: Add preemptive #undefs for some of the shorter and more prone
22206              to collision regcomp.h #defines.  (Background: the MASK collided
22207              with a system header #define in Rhapsody.)
22208      Branch: perl
22209            ! regcomp.h
22210 ____________________________________________________________________________
22211 [  9995] By: jhi                                   on 2001/05/05  13:24:21
22212         Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
22213              From: Nicholas Clark <nick@ccl4.org>
22214              Date: Sat, 5 May 2001 14:46:39 +0100
22215              Message-ID: <20010505144639.O53513@plum.flirble.org>
22216              
22217              Add a test for the constants (if any) being processed correctly.
22218      Branch: perl
22219            ! utils/h2xs.PL
22220 ____________________________________________________________________________
22221 [  9994] By: jhi                                   on 2001/05/05  02:11:03
22222         Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
22223              From: Peter Prymmer <pvhp@forte.com>
22224              Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
22225              Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
22226      Branch: perl
22227            ! t/lib/b-stash.t
22228 ____________________________________________________________________________
22229 [  9993] By: jhi                                   on 2001/05/05  02:03:49
22230         Log: Subject: [PATCH: perl@9973] fix const poisioning in  PerlIO_openn->fdopen->openn
22231              From: Peter Prymmer <pvhp@forte.com>
22232              Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
22233              Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
22234      Branch: perl
22235            ! perlio.c vms/vmsish.h
22236 ____________________________________________________________________________
22237 [  9992] By: jhi                                   on 2001/05/04  17:21:12
22238         Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
22239              From: Robin Barker <rmb1@cise.npl.co.uk>
22240              Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
22241              Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
22242      Branch: perl
22243            + t/pod/plainer.t
22244            ! MANIFEST
22245 ____________________________________________________________________________
22246 [  9991] By: jhi                                   on 2001/05/04  16:47:45
22247         Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
22248              From: Robin Barker <rmb1@cise.npl.co.uk>
22249              Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
22250              Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
22251      Branch: perl
22252            ! regcomp.c
22253 ____________________________________________________________________________
22254 [  9990] By: jhi                                   on 2001/05/04  14:37:20
22255         Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
22256              From: Prymmer/Kahn <pvhp@best.com>
22257              Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
22258              Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
22259      Branch: perl
22260            ! t/lib/b-stash.t
22261 ____________________________________________________________________________
22262 [  9989] By: jhi                                   on 2001/05/04  14:03:58
22263         Log: Introduce perl572delta, update Todo, add the missing
22264              mention about signal safety since 5.7.1 (though this
22265              requires verification and more details.)
22266      Branch: perl
22267            + pod/perl572delta.pod
22268            ! MANIFEST Todo pod/perl571delta.pod
22269 ____________________________________________________________________________
22270 [  9988] By: jhi                                   on 2001/05/04  12:41:51
22271         Log: Subject: [PATCH perl@9944] long =item
22272              From: Robin Barker <rmb1@cise.npl.co.uk>
22273              Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
22274              Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
22275      Branch: perl
22276            ! ext/Time/HiRes/HiRes.pm
22277 ____________________________________________________________________________
22278 [  9987] By: jhi                                   on 2001/05/04  12:39:19
22279         Log: The #9901 had removed one line essential for EBCDIC.
22280      Branch: perl
22281            ! regcomp.c
22282 ____________________________________________________________________________
22283 [  9986] By: jhi                                   on 2001/05/04  12:30:23
22284         Log: Subject: cygwin/Makefile.SHs INSTALL patch
22285              From: Reini Urban <rurban@sbox.tu-graz.ac.at>
22286              Date: Mon, 08 Jan 2001 04:59:21 +0200
22287              Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at> 
22288      Branch: perl
22289            ! cygwin/Makefile.SHs
22290 ____________________________________________________________________________
22291 [  9985] By: jhi                                   on 2001/05/04  03:51:39
22292         Log: Encode/IO doc tweaks.
22293      Branch: perl
22294            ! ext/Encode/Encode.pm
22295 ____________________________________________________________________________
22296 [  9984] By: jhi                                   on 2001/05/04  03:29:34
22297         Log: Remove GDBM_File from the dynamic extensions for UTS,
22298              GDBM is not a standard feature.
22299      Branch: perl
22300            ! hints/uts.sh
22301 ____________________________________________________________________________
22302 [  9983] By: jhi                                   on 2001/05/04  03:22:59
22303         Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
22304      Branch: perl
22305            ! pod/perlretut.pod
22306 ____________________________________________________________________________
22307 [  9982] By: jhi                                   on 2001/05/03  23:21:03
22308         Log: Subject: [PATCH] Let sv_dump understand GvSHARED
22309              From: Benjamin Sugars <bsugars@canoe.ca>
22310              Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
22311              Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
22312      Branch: perl
22313            ! dump.c
22314 ____________________________________________________________________________
22315 [  9981] By: jhi                                   on 2001/05/03  23:20:05
22316         Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
22317              From: Benjamin Sugars <bsugars@canoe.ca>
22318              Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
22319              Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
22320      Branch: perl
22321            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
22322 ____________________________________________________________________________
22323 [  9980] By: jhi                                   on 2001/05/03  23:15:29
22324         Log: Integrate perlio.
22325      Branch: perl
22326           !> ext/Encode/Encode.pm
22327 ____________________________________________________________________________
22328 [  9979] By: jhi                                   on 2001/05/03  16:54:59
22329         Log: Install psed man page.
22330      Branch: perl
22331            ! installman
22332 ____________________________________________________________________________
22333 [  9978] By: jhi                                   on 2001/05/03  16:45:58
22334         Log: Remove unused files; noted by Sarathy.
22335      Branch: perl
22336            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
22337            ! MANIFEST
22338 ____________________________________________________________________________
22339 [  9977] By: jhi                                   on 2001/05/03  16:42:30
22340         Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
22341              From: Andy Dougherty <doughera@lafayette.edu>
22342              Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
22343              Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
22344      Branch: perl
22345            ! INSTALL
22346 ____________________________________________________________________________
22347 [  9976] By: nick                                  on 2001/05/03  16:40:42
22348         Log: Allow $answer = encode($object,$text); like it says in docs.
22349      Branch: perlio
22350            ! ext/Encode/Encode.pm
22351 ____________________________________________________________________________
22352 [  9975] By: nick                                  on 2001/05/03  16:22:30
22353         Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
22354              to be in scope (fair enough), and also a package variable (our) for eval to see it.
22355      Branch: perlio
22356            ! ext/Encode/Encode.pm
22357 ____________________________________________________________________________
22358 [  9974] By: nick                                  on 2001/05/03  15:48:17
22359         Log: Integrate mainline.
22360      Branch: perlio
22361           +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
22362           +> t/lib/filter-simple.t t/lib/next.t
22363           !> (integrate 70 files)
22364 ____________________________________________________________________________
22365 [  9973] By: jhi                                   on 2001/05/03  13:09:09
22366         Log: Update Changes.
22367      Branch: perl
22368            ! Changes patchlevel.h
22369 ____________________________________________________________________________
22370 [  9972] By: jhi                                   on 2001/05/03  12:58:33
22371         Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
22372              From: Prymmer/Kahn <pvhp@best.com>
22373              Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
22374              Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
22375      Branch: perl
22376            ! t/io/fflush.t
22377 ____________________________________________________________________________
22378 [  9971] By: jhi                                   on 2001/05/03  12:57:26
22379         Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
22380              From: Prymmer/Kahn <pvhp@best.com>
22381              Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
22382              Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
22383      Branch: perl
22384            ! win32/FindExt.pm
22385 ____________________________________________________________________________
22386 [  9970] By: jhi                                   on 2001/05/03  02:42:46
22387         Log: Can't croak sans thread context, from Doug MacEachern.
22388      Branch: perl
22389            ! toke.c
22390 ____________________________________________________________________________
22391 [  9969] By: jhi                                   on 2001/05/03  01:23:48
22392         Log: Subject: Random input test and Perl
22393              From: Ilya Zakharevich <ilya@math.berkeley.edu>
22394              Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
22395              Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
22396      Branch: perl
22397            ! toke.c
22398 ____________________________________________________________________________
22399 [  9968] By: jhi                                   on 2001/05/02  22:17:21
22400         Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
22401              From: Peter Prymmer <pvhp@forte.com>
22402              Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
22403              Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
22404      Branch: perl
22405            ! pod/perlfunc.pod pod/perlport.pod
22406 ____________________________________________________________________________
22407 [  9967] By: jhi                                   on 2001/05/02  20:12:45
22408         Log: Workaround for UTS compiler casting bug from Hal Morris.
22409      Branch: perl
22410            ! perl.h
22411 ____________________________________________________________________________
22412 [  9966] By: jhi                                   on 2001/05/02  18:31:37
22413         Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS 
22414              From: Dan Sugalski <dan@sidhe.org>
22415              Date: Wed, 02 May 2001 15:23:22 -0400
22416              Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
22417      Branch: perl
22418            ! perl.c vms/vms.c
22419 ____________________________________________________________________________
22420 [  9965] By: jhi                                   on 2001/05/02  18:21:29
22421         Log: Minor doc tweaks on endianness, closes bug 20010327.004.
22422      Branch: perl
22423            ! pod/perlfunc.pod
22424 ____________________________________________________________________________
22425 [  9964] By: jhi                                   on 2001/05/02  18:15:01
22426         Log: Document large files in INSTALL, document also the %x
22427              limitation if not use64bitint, closes bug 20010326.007.
22428      Branch: perl
22429            ! INSTALL
22430 ____________________________________________________________________________
22431 [  9963] By: jhi                                   on 2001/05/02  17:24:47
22432         Log: perlmodlib tweaks; regen pods.
22433      Branch: perl
22434            ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
22435            ! pod/perltoc.pod
22436 ____________________________________________________________________________
22437 [  9962] By: jhi                                   on 2001/05/02  17:14:00
22438         Log: Fix for a segfault, from Marc Lehmann.
22439      Branch: perl
22440            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
22441 ____________________________________________________________________________
22442 [  9961] By: jhi                                   on 2001/05/02  15:55:53
22443         Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
22444              From: "Philip Newton" <pnewton@gmx.de>
22445              Date: Wed, 2 May 2001 18:39:03 +0200
22446              Message-ID: <3AF05447.15525.173B588@localhost>
22447      Branch: perl
22448            ! pod/perlop.pod
22449 ____________________________________________________________________________
22450 [  9960] By: jhi                                   on 2001/05/02  15:35:37
22451         Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
22452              From: Dan Sugalski <dan@sidhe.org>
22453              Date: Wed, 02 May 2001 11:37:27 -0400
22454              Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
22455      Branch: perl
22456            ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
22457            ! thread.h vms/vms.c vms/vmsish.h
22458 ____________________________________________________________________________
22459 [  9959] By: jhi                                   on 2001/05/02  15:21:08
22460         Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
22461              From: Benjamin Sugars <bsugars@canoe.ca>
22462              Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
22463              Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
22464      Branch: perl
22465            ! ext/PerlIO/Scalar/Scalar.xs
22466 ____________________________________________________________________________
22467 [  9958] By: jhi                                   on 2001/05/02  15:15:53
22468         Log: Bug in #9915, spotted by Mike Guy.
22469      Branch: perl
22470            ! installperl
22471 ____________________________________________________________________________
22472 [  9957] By: jhi                                   on 2001/05/02  13:26:01
22473         Log: Add a test for not griping about references as array
22474              indices if the reference has magic in it (overloaded
22475              methods).
22476      Branch: perl
22477            ! pod/perldiag.pod t/pragma/warn/pp_hot
22478 ____________________________________________________________________________
22479 [  9956] By: jhi                                   on 2001/05/02  13:07:01
22480         Log: Retracted a bit too much in #9952.
22481      Branch: perl
22482            ! t/pragma/sub_lval.t
22483 ____________________________________________________________________________
22484 [  9955] By: jhi                                   on 2001/05/02  13:05:38
22485         Log: Test for #9952.
22486      Branch: perl
22487            ! t/op/tie.t
22488 ____________________________________________________________________________
22489 [  9954] By: jhi                                   on 2001/05/02  11:48:18
22490         Log: Additional note on the encoding example: one cannot
22491              convert string constants in-place.
22492      Branch: perl
22493            ! ext/Encode/Encode.pm
22494 ____________________________________________________________________________
22495 [  9953] By: jhi                                   on 2001/05/02  11:43:51
22496         Log: Note that if you have recent enough Perl you already
22497              have Filter::Util::Call.
22498      Branch: perl
22499            ! lib/Filter/Simple.pm
22500 ____________________________________________________________________________
22501 [  9952] By: jhi                                   on 2001/05/02  11:31:53
22502         Log: Retract changes #8254 and #8255, causes coredump in
22503              'tie FH, "main"', reported by Abigail, culprit found by
22504              Benjamin Sugars.  Mirrors maintperl change #9950.
22505      Branch: perl
22506            ! op.c t/pragma/sub_lval.t
22507 ____________________________________________________________________________
22508 [  9951] By: jhi                                   on 2001/05/02  11:14:29
22509         Log: Forgot from #9942.  (Needed by t/lib/filter-simple.t.)
22510      Branch: perl
22511            + t/lib/MyFilter.pm
22512 ____________________________________________________________________________
22513 [  9950] By: gsar                                  on 2001/05/02  03:17:11
22514         Log: revert integration of changes#8254,8255 in change#8620 (causes
22515              a coredump in C<tie FH, 'foo'>; the idea itself may need better
22516              rationalization)
22517      Branch: maint-5.6/perl
22518            ! op.c t/pragma/sub_lval.t
22519 ____________________________________________________________________________
22520 [  9949] By: gsar                                  on 2001/05/02  02:56:32
22521         Log: integrate changes#9774,9814 from mainline (Unixware fixes)
22522              
22523              Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
22524              
22525              Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
22526      Branch: maint-5.6/perl
22527           !> hints/svr5.sh
22528 ____________________________________________________________________________
22529 [  9948] By: gsar                                  on 2001/05/02  02:49:15
22530         Log: pod/find.t breaks on VMS (from Craig Berry)
22531      Branch: maint-5.6/perl
22532            ! t/pod/find.t
22533 ____________________________________________________________________________
22534 [  9947] By: jhi                                   on 2001/05/02  02:43:09
22535         Log: Add an encoding conversion example.
22536      Branch: perl
22537            ! ext/Encode/Encode.pm
22538 ____________________________________________________________________________
22539 [  9946] By: jhi                                   on 2001/05/02  01:34:22
22540         Log: Another coat of paint but still nowhere finished.
22541              Need to decide on the semantics of strptime(): should
22542              strptime() be a function instead of a method?  To do
22543              the week/monthname-strptiming the i18n/l10n bullet needs
22544              to be bitten with gusto.
22545      Branch: perl
22546            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
22547 ____________________________________________________________________________
22548 [  9945] By: jhi                                   on 2001/05/01  23:40:52
22549         Log: Update Changes.
22550      Branch: perl
22551            ! Changes patchlevel.h
22552 ____________________________________________________________________________
22553 [  9944] By: jhi                                   on 2001/05/01  23:33:37
22554         Log: Add known-to-be-tested modules to the list-to-be-skipped.
22555      Branch: perl
22556            ! t/lib/1_compile.t
22557 ____________________________________________________________________________
22558 [  9943] By: jhi                                   on 2001/05/01  23:24:40
22559         Log: Subject: BorlandC++ fix
22560              From: "Vadim Konovalov" <watman@inbox.ru>
22561              Date: Mon, 30 Apr 2001 20:12:26 -0700
22562              Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
22563      Branch: perl
22564            ! win32/makefile.mk
22565 ____________________________________________________________________________
22566 [  9942] By: jhi                                   on 2001/05/01  23:18:02
22567         Log: Update to Filter::Simple 0.60, create a test for it.
22568      Branch: perl
22569            + t/lib/filter-simple.t
22570            ! MANIFEST lib/Filter/Simple.pm
22571 ____________________________________________________________________________
22572 [  9941] By: jhi                                   on 2001/05/01  19:47:24
22573         Log: Subject: Re: bleadperl: s/// failure with \b and /g 
22574              From: Hugo <hv@crypt.compulink.co.uk>
22575              Date: Tue, 01 May 2001 20:12:20 +0100
22576              Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
22577      Branch: perl
22578            ! pp_hot.c t/op/re_tests
22579 ____________________________________________________________________________
22580 [  9940] By: jhi                                   on 2001/05/01  19:42:16
22581         Log: Integrate perlio.
22582      Branch: perl
22583           !> lib/base.pm t/lib/fields.t
22584 ____________________________________________________________________________
22585 [  9939] By: jhi                                   on 2001/05/01  19:39:51
22586         Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
22587              From: Benjamin Sugars <bsugars@canoe.ca>
22588              Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
22589              Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
22590      Branch: perl
22591            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
22592 ____________________________________________________________________________
22593 [  9938] By: jhi                                   on 2001/05/01  19:34:09
22594         Log: Add NEXT, a pseudo-class for method redispatching.
22595              <Damian>NEXT.pm probably offers more bang-for-buck
22596              than anything else I've ever written.</Damian>
22597      Branch: perl
22598            + lib/NEXT.pm t/lib/next.t
22599            ! MANIFEST
22600 ____________________________________________________________________________
22601 [  9937] By: jhi                                   on 2001/05/01  19:21:41
22602         Log: Update to Switch 2.02.
22603      Branch: perl
22604            ! lib/Switch.pm t/lib/switch.t
22605 ____________________________________________________________________________
22606 [  9936] By: nick                                  on 2001/05/01  19:09:21
22607         Log: Fix for base.pm clobbering $VERSION
22608      Branch: perlio
22609            ! lib/base.pm
22610 ____________________________________________________________________________
22611 [  9935] By: nick                                  on 2001/05/01  18:54:38
22612         Log: Test for base.pm clobbering $VERSION.
22613      Branch: perlio
22614            ! t/lib/fields.t
22615 ____________________________________________________________________________
22616 [  9934] By: jhi                                   on 2001/05/01  18:39:10
22617         Log: Add information about Scalar::Util::blessed.
22618      Branch: perl
22619            ! pod/perlobj.pod
22620 ____________________________________________________________________________
22621 [  9933] By: jhi                                   on 2001/05/01  18:33:51
22622         Log: Subject: Extra UNIVERSAL documentation
22623              From: Mike Guy <mjtg@cam.ac.uk>
22624              Date: Tue, 01 May 2001 20:12:11 +0100
22625              Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
22626      Branch: perl
22627            ! pod/perlobj.pod
22628 ____________________________________________________________________________
22629 [  9932] By: jhi                                   on 2001/05/01  18:26:54
22630         Log: Subject: Autoflush in tests as appropriate
22631              From: Mike Guy <mjtg@cam.ac.uk>
22632              Date: Tue, 01 May 2001 20:05:31 +0100
22633              Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
22634      Branch: perl
22635            ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
22636            ! t/op/taint.t
22637 ____________________________________________________________________________
22638 [  9931] By: jhi                                   on 2001/05/01  18:02:29
22639         Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
22640              From: Benjamin Sugars <bsugars@canoe.ca>
22641              Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
22642              Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
22643      Branch: perl
22644            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
22645 ____________________________________________________________________________
22646 [  9930] By: jhi                                   on 2001/05/01  15:12:26
22647         Log: Subject: Re: Finally got a round tuit
22648              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22649              Date: Tue, 01 May 2001 14:14:10 +0200
22650              Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
22651              
22652              The -DP part, slightly modified.
22653      Branch: perl
22654            ! perl.c
22655 ____________________________________________________________________________
22656 [  9929] By: jhi                                   on 2001/05/01  14:17:15
22657         Log: Subject: Re: Finally got a round tuit
22658              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22659              Date: Tue, 01 May 2001 16:34:06 +0200
22660              Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
22661              
22662              cpp and optimization tweaks for HP-UX.
22663      Branch: perl
22664            ! hints/hpux.sh
22665 ____________________________________________________________________________
22666 [  9928] By: jhi                                   on 2001/05/01  13:24:20
22667         Log: Tune the scan_num() comments to reality.
22668      Branch: perl
22669            ! toke.c
22670 ____________________________________________________________________________
22671 [  9927] By: jhi                                   on 2001/05/01  13:14:01
22672         Log: Subject: [PATCH B::Deparse] optimised sort
22673              From: Robin Houston <robin@kitsite.com>
22674              Date: Tue, 1 May 2001 14:07:12 +0100
22675              Message-ID: <20010501140712.A4266@penderel>
22676      Branch: perl
22677            ! ext/B/B/Deparse.pm
22678 ____________________________________________________________________________
22679 [  9926] By: jhi                                   on 2001/05/01  13:10:53
22680         Log: Subject: [PATCH t/lib/b-deparse.t] 
22681              From: Robin Houston <robin@kitsite.com>
22682              Date: Tue, 1 May 2001 13:37:42 +0100
22683              Message-ID: <20010501133742.A4082@penderel>
22684      Branch: perl
22685            ! t/lib/b-deparse.t
22686 ____________________________________________________________________________
22687 [  9925] By: jhi                                   on 2001/05/01  13:10:13
22688         Log: Subject: [PATCH B::Deparse] for(;;), sort
22689              From: Robin Houston <robin@kitsite.com>
22690              Date: Tue, 1 May 2001 13:35:00 +0100
22691              Message-ID: <20010501133500.A4061@penderel>
22692      Branch: perl
22693            ! ext/B/B/Deparse.pm
22694 ____________________________________________________________________________
22695 [  9924] By: jhi                                   on 2001/05/01  13:09:22
22696         Log: Subject: [PATCH B::Deparse] do, warn, use
22697              From: Robin Houston <robin@kitsite.com>
22698              Date: Tue, 1 May 2001 13:31:03 +0100
22699              Message-ID: <20010501133103.A4041@penderel>
22700      Branch: perl
22701            ! ext/B/B/Deparse.pm
22702 ____________________________________________________________________________
22703 [  9923] By: jhi                                   on 2001/05/01  11:45:36
22704         Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
22705              From: Benjamin Sugars <ben.sugars@home.com>
22706              Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
22707              Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
22708      Branch: perl
22709            + t/io/fflush.t
22710            ! MANIFEST
22711 ____________________________________________________________________________
22712 [  9922] By: jhi                                   on 2001/05/01  11:35:42
22713         Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
22714              From: Peter Prymmer <pvhp@forte.com>
22715              Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
22716              Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
22717      Branch: perl
22718            ! t/lib/selfstubber.t
22719 ____________________________________________________________________________
22720 [  9921] By: jhi                                   on 2001/04/30  16:34:33
22721         Log: Subject: [PATCH B::Concise] suppress warning
22722              From: Robin Houston <robin@kitsite.com>
22723              Date: Mon, 30 Apr 2001 16:09:49 +0100
22724              Message-ID: <20010430160949.A25086@penderel>
22725      Branch: perl
22726            ! ext/B/B/Concise.pm
22727 ____________________________________________________________________________
22728 [  9920] By: jhi                                   on 2001/04/30  13:56:04
22729         Log: Strip the *markers* from #9919.
22730      Branch: perl
22731            ! pod/perlfaq.pod pod/perlfaq5.pod
22732 ____________________________________________________________________________
22733 [  9919] By: jhi                                   on 2001/04/30  13:54:04
22734         Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
22735              From: Gwyn Judd <b.judd@xtra.co.nz>
22736              Date: Sun, 29 Apr 2001 01:47:49 +1200
22737              Message-ID: <20010429014749.A4418@thislove>
22738      Branch: perl
22739            ! pod/perlfaq.pod pod/perlfaq5.pod
22740 ____________________________________________________________________________
22741 [  9918] By: jhi                                   on 2001/04/30  13:13:54
22742         Log: More_tweakage.
22743      Branch: perl
22744            ! pod/perldata.pod pod/perldiag.pod
22745 ____________________________________________________________________________
22746 [  9917] By: jhi                                   on 2001/04/30  13:01:27
22747         Log: Update Changes.
22748      Branch: perl
22749            ! Changes patchlevel.h
22750 ____________________________________________________________________________
22751 [  9916] By: jhi                                   on 2001/04/30  12:57:03
22752         Log: T_w_e_a_k_a_g_e.
22753      Branch: perl
22754            ! pod/perldata.pod pod/perldiag.pod
22755 ____________________________________________________________________________
22756 [  9915] By: jhi                                   on 2001/04/30  12:39:29
22757         Log: Install s2p also as psed.
22758              
22759              TODO: psed documentation?
22760      Branch: perl
22761            ! installperl
22762 ____________________________________________________________________________
22763 [  9914] By: jhi                                   on 2001/04/30  12:29:21
22764         Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
22765              From: Jens Hamisch <jens@Strawberry.COM>
22766              Date: Fri, 27 Apr 2001 17:00:36 +0200
22767              Message-ID: <20010427170036.K1372@Strawberry.COM>
22768              
22769              SOCKS5_VERSION_NAME is the right symbol to detect
22770              the presence of SOCKS5.  (HAS_SOCKS5_INIT is telling whether
22771              function called socks5_init() is available, and even that is
22772              not universal, most SOCKS5 installations use SOCKSinit()).
22773      Branch: perl
22774            ! perlio.c
22775 ____________________________________________________________________________
22776 [  9913] By: jhi                                   on 2001/04/30  12:22:15
22777         Log: Allow a zero timeout on IO::Socket accept and connect--
22778              though one really shouldn't do that.  Based on
22779              
22780              Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
22781              From: "John Holdsworth" <coldwave@bigfoot.com>
22782              Date: Sun, 4 Feb 2001 12:48:18 +0100
22783              Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
22784      Branch: perl
22785            ! ext/IO/lib/IO/Socket.pm
22786 ____________________________________________________________________________
22787 [  9912] By: jhi                                   on 2001/04/30  11:27:27
22788         Log: Save the spot of regprev (see #9911) for binary compatibility;
22789              regen API.
22790      Branch: perl
22791            ! embedvar.h perlapi.h thrdvar.h
22792 ____________________________________________________________________________
22793 [  9911] By: jhi                                   on 2001/04/30  11:22:03
22794         Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...] 
22795              From: Hugo <hv@crypt.compulink.co.uk>
22796              Date: Sun, 29 Apr 2001 17:09:30 +0100
22797              Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
22798      Branch: perl
22799            ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
22800 ____________________________________________________________________________
22801 [  9910] By: jhi                                   on 2001/04/30  11:15:12
22802         Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
22803              a dummy for PL_numeric_radix); no pressing reason to break
22804              binary compatibility; regen API.
22805      Branch: perl
22806            ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
22807            ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
22808 ____________________________________________________________________________
22809 [  9909] By: jhi                                   on 2001/04/30  10:56:08
22810         Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
22811              From: Walt Mankowski <waltman@netaxs.com>
22812              Date: Sun, 29 Apr 2001 21:53:48 -0400
22813              Message-ID: <20010429215348.A3971@netaxs.com>
22814      Branch: perl
22815            ! pod/perlfunc.pod
22816 ____________________________________________________________________________
22817 [  9908] By: jhi                                   on 2001/04/30  10:49:40
22818         Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
22819      Branch: perl
22820            ! t/lib/selfstubber.t
22821 ____________________________________________________________________________
22822 [  9907] By: nick                                  on 2001/04/30  09:26:50
22823         Log: Integrate mainline.
22824      Branch: perlio
22825           !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
22826 ____________________________________________________________________________
22827 [  9906] By: jhi                                   on 2001/04/29  23:24:20
22828         Log: Abigail spotted a thinko in #9905.
22829      Branch: perl
22830            ! pod/perldiag.pod
22831 ____________________________________________________________________________
22832 [  9905] By: jhi                                   on 2001/04/29  15:55:39
22833         Log: Changed the underscore/undebar syntax in numeric constants;
22834              now any grouping will do, as long as the underscores are not
22835              consecutive (so "zero-grouping" is out), and they do not begin
22836              or end the integer or fractional parts.
22837      Branch: perl
22838            ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
22839 ____________________________________________________________________________
22840 [  9904] By: nick                                  on 2001/04/29  15:43:22
22841         Log: Integrate mainline.
22842      Branch: perlio
22843           +> (branch 98 files)
22844            - lib/unicode/Block.pl
22845            - lib/unicode/In/AlphabeticPresentationForms.pl
22846            - lib/unicode/In/Arabic.pl
22847            - lib/unicode/In/ArabicPresentationForms-A.pl
22848            - lib/unicode/In/ArabicPresentationForms-B.pl
22849            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
22850            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
22851            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
22852            - lib/unicode/In/BopomofoExtended.pl
22853            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
22854            - lib/unicode/In/CJKCompatibility.pl
22855            - lib/unicode/In/CJKCompatibilityForms.pl
22856            - lib/unicode/In/CJKCompatibilityIdeographs.pl
22857            - lib/unicode/In/CJKRadicalsSupplement.pl
22858            - lib/unicode/In/CJKSymbolsandPunctuation.pl
22859            - lib/unicode/In/CJKUnifiedIdeographs.pl
22860            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
22861            - lib/unicode/In/Cherokee.pl
22862            - lib/unicode/In/CombiningDiacriticalMarks.pl
22863            - lib/unicode/In/CombiningHalfMarks.pl
22864            - lib/unicode/In/CombiningMarksforSymbols.pl
22865            - lib/unicode/In/ControlPictures.pl
22866            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
22867            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
22868            - lib/unicode/In/EnclosedAlphanumerics.pl
22869            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
22870            - lib/unicode/In/Ethiopic.pl
22871            - lib/unicode/In/GeneralPunctuation.pl
22872            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
22873            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
22874            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
22875            - lib/unicode/In/HalfwidthandFullwidthForms.pl
22876            - lib/unicode/In/HangulCompatibilityJamo.pl
22877            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
22878            - lib/unicode/In/Hebrew.pl
22879            - lib/unicode/In/HighPrivateUseSurrogates.pl
22880            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
22881            - lib/unicode/In/IPAExtensions.pl
22882            - lib/unicode/In/IdeographicDescriptionCharacters.pl
22883            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
22884            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
22885            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
22886            - lib/unicode/In/Latin-1Supplement.pl
22887            - lib/unicode/In/LatinExtended-A.pl
22888            - lib/unicode/In/LatinExtended-B.pl
22889            - lib/unicode/In/LatinExtendedAdditional.pl
22890            - lib/unicode/In/LetterlikeSymbols.pl
22891            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
22892            - lib/unicode/In/MathematicalOperators.pl
22893            - lib/unicode/In/MiscellaneousSymbols.pl
22894            - lib/unicode/In/MiscellaneousTechnical.pl
22895            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
22896            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
22897            - lib/unicode/In/OpticalCharacterRecognition.pl
22898            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
22899            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
22900            - lib/unicode/In/SmallFormVariants.pl
22901            - lib/unicode/In/SpacingModifierLetters.pl
22902            - lib/unicode/In/Specials.pl
22903            - lib/unicode/In/SuperscriptsandSubscripts.pl
22904            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
22905            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
22906            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
22907            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
22908            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
22909           !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
22910           !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
22911           !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
22912           !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
22913           !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
22914           !> utf8.c win32/Makefile
22915 ____________________________________________________________________________
22916 [  9903] By: jhi                                   on 2001/04/29  14:30:53
22917         Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
22918              From: Prymmer/Kahn <pvhp@best.com>
22919              Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
22920              Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
22921      Branch: perl
22922            ! win32/Makefile
22923 ____________________________________________________________________________
22924 [  9902] By: jhi                                   on 2001/04/29  02:52:44
22925         Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
22926              From: "Abigail" <abigail@foad.org>
22927              Date: Sun, 29 Apr 2001 03:14:25 +0200
22928              Message-ID: <20010429011425.24503.qmail@foad.org>
22929      Branch: perl
22930            ! ext/IO/lib/IO/Seekable.pm
22931 ____________________________________________________________________________
22932 [  9901] By: jhi                                   on 2001/04/29  02:04:46
22933         Log: In character classes one couldn't have 0x80..0xff characters
22934              at the left hand side if there were 0x100.. characters in the
22935              character class.
22936      Branch: perl
22937            ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
22938            ! t/op/pat.t utf8.c
22939 ____________________________________________________________________________
22940 [  9900] By: jhi                                   on 2001/04/28  22:55:04
22941         Log: Forgot the latest mktables.PL from #9899.
22942      Branch: perl
22943            ! lib/unicode/mktables.PL
22944 ____________________________________________________________________________
22945 [  9899] By: jhi                                   on 2001/04/28  22:53:28
22946         Log: Explain the \p{} and \P{} error message better and
22947              have prettier prettyprint in In.pl.
22948      Branch: perl
22949            ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
22950            ! pod/perldiag.pod
22951 ____________________________________________________________________________
22952 [  9898] By: jhi                                   on 2001/04/28  21:03:34
22953         Log: Add one possible explanation for the "Invalid [] range" error.
22954      Branch: perl
22955            ! pod/perldiag.pod
22956 ____________________________________________________________________________
22957 [  9897] By: jhi                                   on 2001/04/28  17:18:26
22958         Log: Add a level of indirection to the implementation of \p{InFoo}
22959              so that we don't have to have long filenames.  (Nothing changes
22960              in the user interface.)   The indirection is defined in
22961              the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
22962              Also rename some the character classes by removing '-' from
22963              the classnames, and finally renamed Block.pl as Blocks.pl.
22964      Branch: perl
22965            + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
22966            + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
22967            + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
22968            + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
22969            + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
22970            + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
22971            + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
22972            + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
22973            + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
22974            + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
22975            + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
22976            + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
22977            + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
22978            + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
22979            + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
22980            + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
22981            + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
22982            + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
22983            + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
22984            + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
22985            + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
22986            + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
22987            + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
22988            + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
22989            + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
22990            + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
22991            + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
22992            + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
22993            + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
22994            + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
22995            + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
22996            + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
22997            + lib/unicode/In/94.pl lib/unicode/In/95.pl
22998            - lib/unicode/Block.pl
22999            - lib/unicode/In/AlphabeticPresentationForms.pl
23000            - lib/unicode/In/Arabic.pl
23001            - lib/unicode/In/ArabicPresentationForms-A.pl
23002            - lib/unicode/In/ArabicPresentationForms-B.pl
23003            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
23004            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
23005            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
23006            - lib/unicode/In/BopomofoExtended.pl
23007            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
23008            - lib/unicode/In/CJKCompatibility.pl
23009            - lib/unicode/In/CJKCompatibilityForms.pl
23010            - lib/unicode/In/CJKCompatibilityIdeographs.pl
23011            - lib/unicode/In/CJKRadicalsSupplement.pl
23012            - lib/unicode/In/CJKSymbolsandPunctuation.pl
23013            - lib/unicode/In/CJKUnifiedIdeographs.pl
23014            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
23015            - lib/unicode/In/Cherokee.pl
23016            - lib/unicode/In/CombiningDiacriticalMarks.pl
23017            - lib/unicode/In/CombiningHalfMarks.pl
23018            - lib/unicode/In/CombiningMarksforSymbols.pl
23019            - lib/unicode/In/ControlPictures.pl
23020            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
23021            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
23022            - lib/unicode/In/EnclosedAlphanumerics.pl
23023            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
23024            - lib/unicode/In/Ethiopic.pl
23025            - lib/unicode/In/GeneralPunctuation.pl
23026            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
23027            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
23028            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
23029            - lib/unicode/In/HalfwidthandFullwidthForms.pl
23030            - lib/unicode/In/HangulCompatibilityJamo.pl
23031            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
23032            - lib/unicode/In/Hebrew.pl
23033            - lib/unicode/In/HighPrivateUseSurrogates.pl
23034            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
23035            - lib/unicode/In/IPAExtensions.pl
23036            - lib/unicode/In/IdeographicDescriptionCharacters.pl
23037            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
23038            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
23039            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
23040            - lib/unicode/In/Latin-1Supplement.pl
23041            - lib/unicode/In/LatinExtended-A.pl
23042            - lib/unicode/In/LatinExtended-B.pl
23043            - lib/unicode/In/LatinExtendedAdditional.pl
23044            - lib/unicode/In/LetterlikeSymbols.pl
23045            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
23046            - lib/unicode/In/MathematicalOperators.pl
23047            - lib/unicode/In/MiscellaneousSymbols.pl
23048            - lib/unicode/In/MiscellaneousTechnical.pl
23049            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
23050            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
23051            - lib/unicode/In/OpticalCharacterRecognition.pl
23052            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
23053            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
23054            - lib/unicode/In/SmallFormVariants.pl
23055            - lib/unicode/In/SpacingModifierLetters.pl
23056            - lib/unicode/In/Specials.pl
23057            - lib/unicode/In/SuperscriptsandSubscripts.pl
23058            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
23059            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
23060            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
23061            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
23062            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
23063            ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
23064            ! pod/perlunicode.pod
23065 ____________________________________________________________________________
23066 [  9896] By: jhi                                   on 2001/04/28  14:33:17
23067         Log: Update the information on shared library path on HP-UX.
23068      Branch: perl
23069            ! INSTALL
23070 ____________________________________________________________________________
23071 [  9895] By: jhi                                   on 2001/04/28  14:32:30
23072         Log: Because #9894 seems to do the trick, this workaround can be removed.
23073      Branch: perl
23074            ! t/lib/selfstubber.t
23075 ____________________________________________________________________________
23076 [  9894] By: jhi                                   on 2001/04/28  14:26:13
23077         Log: For PerlIO flush the children's file handles (on fork/exec/system).
23078      Branch: perl
23079            ! perl.h
23080 ____________________________________________________________________________
23081 [  9893] By: jhi                                   on 2001/04/28  14:23:15
23082         Log: Test tweak for #9891.
23083      Branch: perl
23084            ! t/lib/b-deparse.t
23085 ____________________________________________________________________________
23086 [  9892] By: jhi                                   on 2001/04/28  14:10:13
23087         Log: New HP-UX hints from Merijn.
23088      Branch: perl
23089            ! hints/hpux.sh
23090 ____________________________________________________________________________
23091 [  9891] By: jhi                                   on 2001/04/28  14:07:27
23092         Log: Subject: [PATCH B::Deparse] non-block scopes
23093              From: Robin Houston <robin@kitsite.com>
23094              Date: Fri, 27 Apr 2001 19:15:14 +0100
23095              Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
23096      Branch: perl
23097            ! ext/B/B/Deparse.pm
23098 ____________________________________________________________________________
23099 [  9890] By: nick                                  on 2001/04/27  19:41:25
23100         Log: Integrate mainline
23101      Branch: perlio
23102           +> t/lib/selfstubber.t
23103           !> (integrate 50 files)
23104 ____________________________________________________________________________
23105 [  9889] By: jhi                                   on 2001/04/27  18:23:46
23106         Log: Subject: Re: selfstubber test fail on bleadperl
23107              From: Mike Guy <mjtg@cam.ac.uk>
23108              Date: Fri, 27 Apr 2001 19:31:18 +0100
23109              Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
23110      Branch: perl
23111            ! t/lib/selfstubber.t
23112 ____________________________________________________________________________
23113 [  9888] By: jhi                                   on 2001/04/27  16:20:54
23114         Log: Test tweak for #9886.
23115      Branch: perl
23116            ! t/lib/b-deparse.t
23117 ____________________________________________________________________________
23118 [  9887] By: jhi                                   on 2001/04/27  16:16:33
23119         Log: Buffering issue at least in Solaris (even with perlio).
23120      Branch: perl
23121            ! t/lib/selfstubber.t
23122 ____________________________________________________________________________
23123 [  9886] By: jhi                                   on 2001/04/27  14:59:23
23124         Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
23125              From: Robin Houston <robin@kitsite.com>
23126              Date: Fri, 27 Apr 2001 16:53:20 +0100
23127              Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
23128      Branch: perl
23129            ! ext/B/B/Deparse.pm
23130 ____________________________________________________________________________
23131 [  9885] By: jhi                                   on 2001/04/27  14:23:51
23132         Log: Update Changes.
23133      Branch: perl
23134            ! Changes patchlevel.h
23135 ____________________________________________________________________________
23136 [  9884] By: jhi                                   on 2001/04/27  14:14:12
23137         Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
23138              From: "Philip Newton" <pnewton@gmx.de>
23139              Date: Fri, 27 Apr 2001 16:40:13 +0200
23140              Message-ID: <3AE9A0ED.5248.CEA127@localhost>
23141      Branch: perl
23142            ! pod/perldata.pod
23143 ____________________________________________________________________________
23144 [  9883] By: jhi                                   on 2001/04/27  13:28:19
23145         Log: Add LOG_PERROR; prettify the "removed".
23146      Branch: perl
23147            ! ext/Sys/Syslog/Syslog.xs
23148 ____________________________________________________________________________
23149 [  9882] By: jhi                                   on 2001/04/27  13:13:18
23150         Log: h2xs tweaks: use NV instead of double, "quote" the removed
23151              prefixes for clarity (especially when nothing is removed),
23152              slight pod reformats.
23153      Branch: perl
23154            ! utils/h2xs.PL
23155 ____________________________________________________________________________
23156 [  9881] By: jhi                                   on 2001/04/27  12:58:48
23157         Log: Don't bother creating existing directories.
23158      Branch: perl
23159            ! utils/h2xs.PL
23160 ____________________________________________________________________________
23161 [  9880] By: jhi                                   on 2001/04/27  12:45:39
23162         Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
23163              From: Mike Schilli <m@perlmeister.com>
23164              Date: Wed, 25 Apr 2001 01:29:21 -0700
23165              Message-id: <3AE68AE1.6A981723@perlmeister.com>
23166      Branch: perl
23167            ! utils/h2xs.PL
23168 ____________________________________________________________________________
23169 [  9879] By: jhi                                   on 2001/04/27  12:40:55
23170         Log: break is not yet Perl.  Added the template license also to README.
23171      Branch: perl
23172            ! utils/h2xs.PL
23173 ____________________________________________________________________________
23174 [  9878] By: jhi                                   on 2001/04/27  03:08:20
23175         Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
23176              From: Tim Jenness <t.jenness@jach.hawaii.edu>
23177              Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
23178              Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
23179      Branch: perl
23180            ! t/lib/xs-typemap.t
23181 ____________________________________________________________________________
23182 [  9877] By: jhi                                   on 2001/04/26  23:54:40
23183         Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
23184              From: "Abigail" <abigail@foad.org>
23185              Date: Fri, 27 Apr 2001 01:44:28 +0200
23186              Message-ID: <20010426234428.19786.qmail@foad.org>
23187      Branch: perl
23188            ! utils/h2xs.PL
23189 ____________________________________________________________________________
23190 [  9876] By: jhi                                   on 2001/04/26  23:52:06
23191         Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
23192              From: Peter Prymmer <pvhp@forte.com>
23193              Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
23194              Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
23195      Branch: perl
23196            ! t/lib/selfstubber.t
23197 ____________________________________________________________________________
23198 [  9875] By: jhi                                   on 2001/04/26  23:48:10
23199         Log: Deparse nits.
23200      Branch: perl
23201            ! ext/B/B/Deparse.pm t/lib/b-deparse.t
23202 ____________________________________________________________________________
23203 [  9874] By: jhi                                   on 2001/04/26  22:46:05
23204         Log: Document ANYOF_CLASS.
23205      Branch: perl
23206            ! regcomp.h
23207 ____________________________________________________________________________
23208 [  9873] By: jhi                                   on 2001/04/26  22:35:03
23209         Log: Subject: Re: [PATCH @9846] dumping ANYOF
23210              From: Hugo <hv@crypt.compulink.co.uk>
23211              Date: Thu, 26 Apr 2001 23:33:38 +0100
23212              Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
23213      Branch: perl
23214            ! regcomp.c regcomp.h
23215 ____________________________________________________________________________
23216 [  9872] By: jhi                                   on 2001/04/26  22:34:31
23217         Log: Subject: [PATCH] more for Devel::SelfStubber
23218              From: Nicholas Clark <nick@ccl4.org>
23219              Date: Fri, 27 Apr 2001 00:13:52 +0100
23220              Message-ID: <20010427001351.K88186@plum.flirble.org>
23221      Branch: perl
23222            ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
23223 ____________________________________________________________________________
23224 [  9871] By: jhi                                   on 2001/04/26  21:59:17
23225         Log: Subject: [PATCH B::Deparse] formats must be flush left
23226              From: Robin Houston <robin@kitsite.com>
23227              Date: Thu, 26 Apr 2001 23:54:29 +0100
23228              Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
23229      Branch: perl
23230            ! ext/B/B/Deparse.pm
23231 ____________________________________________________________________________
23232 [  9870] By: jhi                                   on 2001/04/26  21:57:37
23233         Log: If some of the constants are prefixes of others,
23234              the prefixes may never get recognized.  (See 20010426.006.)
23235      Branch: perl
23236            ! utils/h2xs.PL
23237 ____________________________________________________________________________
23238 [  9869] By: jhi                                   on 2001/04/26  21:50:42
23239         Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
23240              From: Chris Bongaarts <cab@tc.umn.edu>
23241              Date: Thu, 26 Apr 2001 17:10:31 -0500
23242              Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
23243      Branch: perl
23244            ! ext/Sys/Syslog/Syslog.xs
23245 ____________________________________________________________________________
23246 [  9868] By: jhi                                   on 2001/04/26  21:35:12
23247         Log: Further cuts and more docs from Graham Barr.
23248      Branch: perl
23249            ! ext/List/Util/lib/List/Util.pm
23250            ! ext/List/Util/lib/Scalar/Util.pm
23251 ____________________________________________________________________________
23252 [  9867] By: jhi                                   on 2001/04/26  21:18:57
23253         Log: Subject: [PATCH 5.7.1] DB_File-1.77
23254              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
23255              Date: Thu, 26 Apr 2001 22:37:53 +0100
23256              Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
23257      Branch: perl
23258            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
23259            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
23260 ____________________________________________________________________________
23261 [  9866] By: jhi                                   on 2001/04/26  21:12:31
23262         Log: Subject: [PATCH B::Deparse] fix easy bugs
23263              From: Robin Houston <robin@kitsite.com>
23264              Date: Thu, 26 Apr 2001 23:03:33 +0100
23265              Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
23266      Branch: perl
23267            ! ext/B/B/Deparse.pm
23268 ____________________________________________________________________________
23269 [  9865] By: jhi                                   on 2001/04/26  20:26:13
23270         Log: Update Changes.
23271      Branch: perl
23272            ! Changes patchlevel.h
23273 ____________________________________________________________________________
23274 [  9864] By: jhi                                   on 2001/04/26  19:27:48
23275         Log: Dethinko from Robin Houston.
23276      Branch: perl
23277            ! ext/B/B/Deparse.pm
23278 ____________________________________________________________________________
23279 [  9863] By: jhi                                   on 2001/04/26  19:10:35
23280         Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
23281              From: Robin Houston <robin@kitsite.com>
23282              Date: Thu, 26 Apr 2001 21:08:32 +0100
23283              Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
23284      Branch: perl
23285            ! ext/B/B/Deparse.pm
23286 ____________________________________________________________________________
23287 [  9862] By: jhi                                   on 2001/04/26  19:04:23
23288         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
23289              From: Robin Houston <robin@kitsite.com>
23290              Date: Thu, 26 Apr 2001 20:52:50 +0100
23291              Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
23292      Branch: perl
23293            ! ext/B/B/Deparse.pm
23294 ____________________________________________________________________________
23295 [  9861] By: jhi                                   on 2001/04/26  18:56:14
23296         Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
23297              From: Mike Guy <mjtg@cam.ac.uk>
23298              Date: Thu, 26 Apr 2001 14:22:40 +0100
23299              Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
23300      Branch: perl
23301            ! pod/perlobj.pod
23302 ____________________________________________________________________________
23303 [  9860] By: jhi                                   on 2001/04/26  18:46:42
23304         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
23305              From: Robin Houston <robin@kitsite.com>
23306              Date: Thu, 26 Apr 2001 20:34:29 +0100
23307              Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
23308              
23309              Hashes do not interpolate.
23310      Branch: perl
23311            ! ext/B/B/Deparse.pm
23312 ____________________________________________________________________________
23313 [  9859] By: jhi                                   on 2001/04/26  18:43:51
23314         Log: Subject: The Time::Piece conspiracy unmasked!!!
23315              From: Mike Guy <mjtg@cam.ac.uk>
23316              Date: Thu, 26 Apr 2001 19:02:50 +0100
23317              Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
23318              
23319              Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
23320              From: Mike Guy <mjtg@cam.ac.uk>
23321              Date: Thu, 26 Apr 2001 19:08:21 +0100
23322              Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
23323              
23324              Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
23325              From: Graham Barr <gbarr@pobox.com>
23326              Date: Thu, 26 Apr 2001 19:12:03 +0100
23327              Message-ID: <20010426191203.A70835@pobox.com>
23328              
23329              Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
23330      Branch: perl
23331            ! ext/List/Util/lib/List/Util.pm
23332            ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
23333 ____________________________________________________________________________
23334 [  9858] By: jhi                                   on 2001/04/26  18:17:42
23335         Log: Subject: [PATCH t/comp/proto.t] disable correct warning
23336              From: Robin Houston <robin@kitsite.com>
23337              Date: Thu, 26 Apr 2001 16:09:35 +0100
23338              Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
23339      Branch: perl
23340            ! t/comp/proto.t
23341 ____________________________________________________________________________
23342 [  9857] By: jhi                                   on 2001/04/26  18:04:59
23343         Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
23344              From: barries <barries@slaysys.com>
23345              Date: Thu, 26 Apr 2001 12:01:10 -0400
23346              Message-ID: <20010426120110.E29698@jester.slaysys.com>
23347      Branch: perl
23348            ! pod/perldiag.pod
23349 ____________________________________________________________________________
23350 [  9856] By: jhi                                   on 2001/04/26  18:03:33
23351         Log: Subject: [PATCH B::Deparse] fix string uninterpretation
23352              Date: Thu, 26 Apr 2001 17:13:41 +0100
23353              From: Robin Houston <robin@kitsite.com>
23354              Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
23355              
23356              Subject: Re: [PATCH B::Deparse] fix string uninterpretation
23357              From: Robin Houston <robin@kitsite.com>
23358              Date: Thu, 26 Apr 2001 18:44:29 +0100
23359              Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
23360      Branch: perl
23361            ! ext/B/B/Deparse.pm
23362 ____________________________________________________________________________
23363 [  9855] By: jhi                                   on 2001/04/26  17:56:04
23364         Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
23365              From: Robin Houston <robin@kitsite.com>
23366              Date: Thu, 26 Apr 2001 17:04:08 +0100
23367              Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
23368      Branch: perl
23369            ! ext/B/B/Deparse.pm
23370 ____________________________________________________________________________
23371 [  9854] By: jhi                                   on 2001/04/26  17:47:26
23372         Log: Subject: Re: Short test case for undef %stash:: crash
23373              From: Benjamin Sugars <bsugars@canoe.ca> 
23374              Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT) 
23375              Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
23376              Changed and moved the perldiag entry.
23377      Branch: perl
23378            ! gv.c pod/perldiag.pod
23379 ____________________________________________________________________________
23380 [  9853] By: jhi                                   on 2001/04/26  14:35:16
23381         Log: Beginnings of strptime().  Do not touch the wet paint.
23382      Branch: perl
23383            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
23384 ____________________________________________________________________________
23385 [  9852] By: jhi                                   on 2001/04/26  13:17:21
23386         Log: Retract #9851, core dumps from pod2man.
23387      Branch: perl
23388            ! regcomp.c
23389 ____________________________________________________________________________
23390 [  9851] By: jhi                                   on 2001/04/26  11:54:41
23391         Log: (Retracted by #9852.)
23392              
23393              Subject: [PATCH @9846] dumping ANYOF
23394              From: Hugo <hv@crypt.compulink.co.uk>
23395              Date: Thu, 26 Apr 2001 05:32:38 +0100
23396              Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
23397      Branch: perl
23398            ! regcomp.c
23399 ____________________________________________________________________________
23400 [  9850] By: jhi                                   on 2001/04/26  02:34:44
23401         Log: If ccflags was empty the _previous_ $* containing all the
23402              environment variables and Configure variables was used,
23403              which lead, among other bad things, into $ccflags being your
23404              uname -a output, which lead into test compile with cc failing,
23405              which lead into gcc being selected, which didn't work that well
23406              since gcc (ancient 2.8.1 in that particular box) wasn't too happy
23407              with large files, et cetera.
23408      Branch: perl
23409            ! hints/hpux.sh
23410 ____________________________________________________________________________
23411 [  9849] By: jhi                                   on 2001/04/26  01:44:57
23412         Log: Make selfstubber test more portable.
23413      Branch: perl
23414            ! t/lib/selfstubber.t
23415 ____________________________________________________________________________
23416 [  9848] By: jhi                                   on 2001/04/26  00:50:26
23417         Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
23418              From: Benjamin Sugars <ben.sugars@home.com>
23419              Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
23420              Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
23421      Branch: perl
23422            ! ext/Cwd/Cwd.xs
23423 ____________________________________________________________________________
23424 [  9847] By: jhi                                   on 2001/04/26  00:46:58
23425         Log: Subject: [PATCH: perl@9841] VMS updates
23426              From: Peter Prymmer <pvhp@forte.com>
23427              Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
23428              Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
23429      Branch: perl
23430            ! README.vms configure.com vms/descrip_mms.template
23431            ! vms/ext/filespec.t
23432 ____________________________________________________________________________
23433 [  9846] By: jhi                                   on 2001/04/26  00:11:56
23434         Log: re 'debug' was broken by #9084.
23435      Branch: perl
23436            ! ext/re/re.xs
23437 ____________________________________________________________________________
23438 [  9845] By: jhi                                   on 2001/04/25  22:33:17
23439         Log: Subject: [PATCH] test for Devel::SelfStubber
23440              From: Nicholas Clark <nick@ccl4.org>
23441              Date: Thu, 26 Apr 2001 00:00:54 +0100
23442              Message-ID: <20010426000054.D89026@plum.flirble.org>
23443      Branch: perl
23444            + t/lib/selfstubber.t
23445            ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
23446 ____________________________________________________________________________
23447 [  9844] By: jhi                                   on 2001/04/25  22:29:32
23448         Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
23449              From: Paul Johnson <paul@pjcj.net>
23450              Date: Thu, 26 Apr 2001 00:46:08 +0200
23451              Message-ID: <20010426004608.H2338@pjcj.net>
23452      Branch: perl
23453            ! ext/B/B/Concise.pm
23454 ____________________________________________________________________________
23455 [  9843] By: jhi                                   on 2001/04/25  22:28:28
23456         Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
23457              From: Peter Prymmer <pvhp@forte.com>
23458              Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
23459              Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
23460      Branch: perl
23461            ! ext/Cwd/Cwd.xs
23462 ____________________________________________________________________________
23463 [  9842] By: jhi                                   on 2001/04/25  20:58:12
23464         Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
23465              From: John Peacock <jpeacock@rowman.com>
23466              Date: Wed, 25 Apr 2001 17:30:26 -0400
23467              Message-ID: <3AE741F2.B3217464@rowman.com>
23468      Branch: perl
23469            ! lib/Math/BigInt.pm t/lib/bigintpm.t
23470 ____________________________________________________________________________
23471 [  9841] By: jhi                                   on 2001/04/25  20:07:05
23472         Log: Update Changes.
23473      Branch: perl
23474            ! Changes patchlevel.h
23475 ____________________________________________________________________________
23476 [  9840] By: jhi                                   on 2001/04/25  19:56:51
23477         Log: Yet another HP-UX hints version from Merijn.
23478      Branch: perl
23479            ! hints/hpux.sh
23480 ____________________________________________________________________________
23481 [  9839] By: jhi                                   on 2001/04/25  19:53:04
23482         Log: abs_path() didn't terminate the filename correctly,
23483              in DIRNAMLENless systems like HP-UX this would fail.
23484      Branch: perl
23485            ! ext/Cwd/Cwd.xs
23486 ____________________________________________________________________________
23487 [  9838] By: jhi                                   on 2001/04/25  16:37:26
23488         Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
23489              From: Mike Guy <mjtg@cam.ac.uk>
23490              Date: Wed, 25 Apr 2001 18:31:47 +0100
23491              Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
23492      Branch: perl
23493            ! op.c
23494 ____________________________________________________________________________
23495 [  9837] By: jhi                                   on 2001/04/25  16:21:53
23496         Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
23497              From: Jon Eveland <jweveland@yahoo.com>
23498              Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
23499              Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
23500      Branch: perl
23501            ! lib/perl5db.pl
23502 ____________________________________________________________________________
23503 [  9836] By: jhi                                   on 2001/04/25  14:17:50
23504         Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
23505              From: "Philip Newton" <pnewton@gmx.de>
23506              Date: Wed, 25 Apr 2001 17:05:58 +0200
23507              Message-ID: <3AE703F6.3234.1833C45@localhost>
23508      Branch: perl
23509            ! Porting/patching.pod
23510 ____________________________________________________________________________
23511 [  9835] By: jhi                                   on 2001/04/25  13:58:07
23512         Log: It would seem that both ar and full_ar need to be overridden
23513              for HP-UX to avoid the GNU ar.
23514      Branch: perl
23515            ! hints/hpux.sh
23516 ____________________________________________________________________________
23517 [  9834] By: jhi                                   on 2001/04/25  13:50:40
23518         Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
23519              From: "Philip Newton" <pnewton@gmx.de>
23520              Date: Wed, 25 Apr 2001 16:09:23 +0200
23521              Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
23522              
23523              Detypo.
23524      Branch: perl
23525            ! t/op/misc.t
23526 ____________________________________________________________________________
23527 [  9833] By: jhi                                   on 2001/04/25  12:36:11
23528         Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
23529      Branch: perl
23530            ! hints/hpux.sh
23531 ____________________________________________________________________________
23532 [  9832] By: jhi                                   on 2001/04/25  12:33:36
23533         Log: New version of HP-UX hints from Merijn.
23534      Branch: perl
23535            ! hints/hpux.sh
23536 ____________________________________________________________________________
23537 [  9831] By: jhi                                   on 2001/04/25  03:39:45
23538         Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
23539      Branch: perl
23540            ! hints/hpux.sh
23541 ____________________________________________________________________________
23542 [  9830] By: jhi                                   on 2001/04/25  02:53:25
23543         Log: The tzname[] bit is not needed by util.c -- and causes
23544              heartburn in VMS (and it missing was probably the cause of
23545              the Mac OS X trouble).  Ouch.
23546      Branch: perl
23547            ! ext/POSIX/POSIX.xs util.c
23548 ____________________________________________________________________________
23549 [  9829] By: jhi                                   on 2001/04/25  00:10:06
23550         Log: Metaconfig unit change for #9828.
23551      Branch: metaconfig
23552            ! U/compline/ccflags.U
23553 ____________________________________________________________________________
23554 [  9828] By: jhi                                   on 2001/04/25  00:04:18
23555         Log: Allow setting cppflags hints.  This may affect Darwin (Mac OS X)
23556              (which is actually the reason for the change, we need to pass
23557              cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
23558              EP/IX, OS/2, and TitanOS, based on the hints files.
23559      Branch: perl
23560            ! Configure config_h.SH
23561 ____________________________________________________________________________
23562 [  9827] By: jhi                                   on 2001/04/24  23:49:20
23563         Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
23564              the $cat must have an absolute path.
23565      Branch: perl
23566            ! makedepend.SH
23567 ____________________________________________________________________________
23568 [  9826] By: jhi                                   on 2001/04/24  23:40:53
23569         Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
23570      Branch: perl
23571            ! README.amiga
23572 ____________________________________________________________________________
23573 [  9825] By: jhi                                   on 2001/04/24  23:35:35
23574         Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
23575              From: "Philip Newton" <pnewton@gmx.de>
23576              Date: Tue, 24 Apr 2001 18:52:49 +0200
23577              Message-Id: <3AE5CB81.12234.1FC246F@localhost>
23578      Branch: perl
23579            ! x2p/find2perl.PL
23580 ____________________________________________________________________________
23581 [  9824] By: jhi                                   on 2001/04/24  23:33:07
23582         Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
23583              Some gcc specifics dropped out due to extensive rewriting;
23584              will be put back later as needed.
23585      Branch: perl
23586            ! hints/hpux.sh
23587 ____________________________________________________________________________
23588 [  9823] By: jhi                                   on 2001/04/24  23:27:57
23589         Log: Mac OS X patch for missing tzname definition from Paul Schinder.
23590      Branch: perl
23591            ! ext/POSIX/POSIX.xs
23592 ____________________________________________________________________________
23593 [  9822] By: jhi                                   on 2001/04/24  23:25:21
23594         Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
23595              From: Tim Jenness <t.jenness@jach.hawaii.edu>
23596              Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
23597              Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
23598      Branch: perl
23599            ! ext/XS/Typemap/Typemap.xs
23600 ____________________________________________________________________________
23601 [  9821] By: jhi                                   on 2001/04/24  23:24:10
23602         Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
23603              From: "Abigail" <abigail@foad.org>
23604              Date: Tue, 24 Apr 2001 23:12:03 +0200
23605              Message-ID: <20010424211203.7901.qmail@foad.org>
23606      Branch: perl
23607            ! pod/perlport.pod
23608 ____________________________________________________________________________
23609 [  9820] By: jhi                                   on 2001/04/24  23:23:15
23610         Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
23611              From: Matt Sergeant <matt@sergeant.org>
23612              Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
23613              Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
23614      Branch: perl
23615            ! pod/perlfaq4.pod
23616 ____________________________________________________________________________
23617 [  9819] By: nick                                  on 2001/04/24  18:49:43
23618         Log: Integrate mainline.
23619      Branch: perlio
23620           +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
23621           !> (integrate 37 files)
23622 ____________________________________________________________________________
23623 [  9818] By: jhi                                   on 2001/04/24  14:35:23
23624         Log: Update Changes.
23625      Branch: perl
23626            ! Changes patchlevel.h
23627 ____________________________________________________________________________
23628 [  9817] By: jhi                                   on 2001/04/24  14:09:17
23629         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries 
23630              From: "Philip Newton" <pnewton@gmx.de>
23631              Date: Tue, 24 Apr 2001 12:58:12 +0200
23632              Message-ID: <3AE57864.8304.B77A0A@localhost> 
23633              
23634              plus add CPAN to the list of modules that have their own tests.
23635      Branch: perl
23636            ! t/lib/1_compile.t
23637 ____________________________________________________________________________
23638 [  9816] By: jhi                                   on 2001/04/24  14:07:03
23639         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
23640              From: Michael G Schwern <schwern@pobox.com>
23641              Date: Sat, 21 Apr 2001 22:35:00 +0100
23642              Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
23643      Branch: perl
23644            ! t/lib/1_compile.t
23645 ____________________________________________________________________________
23646 [  9815] By: jhi                                   on 2001/04/24  13:54:32
23647         Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
23648              From: Robin Houston <robin@kitsite.com>
23649              Date: Tue, 24 Apr 2001 15:51:18 +0100
23650              Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
23651      Branch: perl
23652            ! ext/B/B/Deparse.pm
23653 ____________________________________________________________________________
23654 [  9814] By: jhi                                   on 2001/04/24  13:17:34
23655         Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
23656              From: Bill Glicker <billg@burrelles.com>
23657              Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
23658              Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
23659      Branch: perl
23660            ! hints/svr5.sh
23661 ____________________________________________________________________________
23662 [  9813] By: jhi                                   on 2001/04/24  12:54:23
23663         Log: Prevent path disclosure (probing for existence of filenames)
23664              using suidperl; bug id 20010322.218.
23665      Branch: perl
23666            ! perl.c pod/perldiag.pod
23667 ____________________________________________________________________________
23668 [  9812] By: jhi                                   on 2001/04/24  12:08:36
23669         Log: Retract #9811.
23670      Branch: perl
23671            ! ext/POSIX/POSIX.xs
23672 ____________________________________________________________________________
23673 [  9811] By: jhi                                   on 2001/04/24  11:57:35
23674         Log: (Retracted by #9812.)
23675      Branch: perl
23676            ! ext/POSIX/POSIX.xs
23677 ____________________________________________________________________________
23678 [  9810] By: jhi                                   on 2001/04/24  03:32:35
23679         Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
23680      Branch: perl
23681            ! util.c
23682 ____________________________________________________________________________
23683 [  9809] By: jhi                                   on 2001/04/24  03:16:13
23684         Log: The Math::BigFloat::import() was broken.
23685              (Fixes bug id 20010422.002.)
23686      Branch: perl
23687            ! lib/Math/BigFloat.pm
23688 ____________________________________________________________________________
23689 [  9808] By: jhi                                   on 2001/04/24  01:11:40
23690         Log: Additional dependencies; should help for parallel makes
23691              not to fail on missing lib/lib.pm or lib/re.pm.
23692      Branch: perl
23693            ! Makefile.SH
23694 ____________________________________________________________________________
23695 [  9807] By: jhi                                   on 2001/04/24  00:57:01
23696         Log: Update the test failure disclaimer.
23697      Branch: perl
23698            ! t/pragma/warn/pp_hot
23699 ____________________________________________________________________________
23700 [  9806] By: jhi                                   on 2001/04/24  00:54:04
23701         Log: Add make target "install-all" which is alias for "install"
23702              to cater for case-preserving filesystems like HFS+.
23703      Branch: perl
23704            ! INSTALL Makefile.SH
23705 ____________________________________________________________________________
23706 [  9805] By: jhi                                   on 2001/04/24  00:47:28
23707         Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
23708              From: Peter Prymmer <pvhp@forte.com>
23709              Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
23710              Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
23711              
23712              (Ken William's message forwarded from macosx@perl.org)
23713      Branch: perl
23714            ! hints/darwin.sh
23715 ____________________________________________________________________________
23716 [  9804] By: jhi                                   on 2001/04/23  23:57:35
23717         Log: Cut-and-pasto.
23718      Branch: perl
23719            ! perlio.c
23720 ____________________________________________________________________________
23721 [  9803] By: jhi                                   on 2001/04/23  23:52:25
23722         Log: More PerlIO robustness.
23723      Branch: perl
23724            ! perlio.c
23725 ____________________________________________________________________________
23726 [  9802] By: jhi                                   on 2001/04/23  23:43:35
23727         Log: Make the "STD* opened only for ..." errors more consistent.
23728      Branch: perl
23729            ! doio.c
23730 ____________________________________________________________________________
23731 [  9801] By: jhi                                   on 2001/04/23  23:34:26
23732         Log: Test case for #9800.
23733      Branch: perl
23734            ! t/op/misc.t
23735 ____________________________________________________________________________
23736 [  9800] By: jhi                                   on 2001/04/23  23:14:43
23737         Log: Avoid coredump on 'close STDERR; die' by making
23738              the PerlIO calls more robust.  Also use SETERRNO()
23739              instead of errno = to be more VMS-ready.
23740      Branch: perl
23741            ! perlio.c
23742 ____________________________________________________________________________
23743 [  9799] By: jhi                                   on 2001/04/23  21:41:10
23744         Log: Subject: test for ID 20010423.002
23745              From: Robin Houston <robin@kitsite.com>
23746              Date: Mon, 23 Apr 2001 16:52:21 +0100
23747              Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
23748      Branch: perl
23749            ! t/op/avhv.t
23750 ____________________________________________________________________________
23751 [  9798] By: jhi                                   on 2001/04/23  21:40:07
23752         Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
23753              From: David Dyck <dcd@tc.fluke.com>
23754              Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
23755              Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
23756      Branch: perl
23757            ! installperl
23758 ____________________________________________________________________________
23759 [  9797] By: jhi                                   on 2001/04/23  21:37:56
23760         Log: Subject: [PATCH] Implement Cwd::abs_path in XS
23761              From: Benjamin Sugars <bsugars@canoe.ca>
23762              Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
23763              Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
23764      Branch: perl
23765            ! ext/Cwd/Cwd.xs lib/Cwd.pm
23766 ____________________________________________________________________________
23767 [  9796] By: jhi                                   on 2001/04/23  21:29:24
23768         Log: Synchronize h2xs and pod2man some more on the documentation
23769              templates they propose.
23770      Branch: perl
23771            ! pod/pod2man.PL utils/h2xs.PL
23772 ____________________________________________________________________________
23773 [  9795] By: jhi                                   on 2001/04/23  17:30:40
23774         Log: Add one more naughty test for base64; make encoding logic cleaner.
23775      Branch: perl
23776            ! t/lib/mimeb64.t
23777 ____________________________________________________________________________
23778 [  9794] By: jhi                                   on 2001/04/23  13:51:32
23779         Log: Update Changes.
23780      Branch: perl
23781            ! Changes patchlevel.h
23782 ____________________________________________________________________________
23783 [  9793] By: jhi                                   on 2001/04/23  13:44:18
23784         Log: Duplicate lines.
23785      Branch: perl
23786            ! MANIFEST
23787 ____________________________________________________________________________
23788 [  9792] By: jhi                                   on 2001/04/23  13:39:13
23789         Log: Subject: Re: PATCH 5.7.1
23790              From: Mark-Jason Dominus <mjd@plover.com>
23791              Date: Mon, 23 Apr 2001 10:30:21 -0400
23792              Message-ID: <20010423143021.17335.qmail@plover.com>
23793      Branch: perl
23794            ! perl.h sv.c
23795 ____________________________________________________________________________
23796 [  9791] By: jhi                                   on 2001/04/23  13:32:40
23797         Log: Add the CPAN.pm 1.59_54 tests.
23798      Branch: perl
23799            + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
23800            ! MANIFEST
23801 ____________________________________________________________________________
23802 [  9790] By: jhi                                   on 2001/04/23  13:21:55
23803         Log: Subject: Deparse nit
23804              From: Robin Houston <robin@kitsite.com>
23805              Date: Mon, 23 Apr 2001 12:38:20 +0100
23806              Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
23807      Branch: perl
23808            ! ext/B/B/Deparse.pm
23809 ____________________________________________________________________________
23810 [  9789] By: jhi                                   on 2001/04/23  13:19:07
23811         Log: Subject: [PATCH] bug 20010423.002
23812              From: Robin Houston <robin@kitsite.com>
23813              Date: Mon, 23 Apr 2001 13:12:30 +0100
23814              Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
23815      Branch: perl
23816            ! pp.c
23817 ____________________________________________________________________________
23818 [  9788] By: jhi                                   on 2001/04/23  13:02:49
23819         Log: Subject: PATCH [5.7.1] hv.c unused #define
23820              From: Mark-Jason Dominus <mjd@plover.com>
23821              Date: Sun, 22 Apr 2001 14:17:49 -0400
23822              Message-ID: <20010422181749.26976.qmail@plover.com>
23823      Branch: perl
23824            ! hv.c
23825 ____________________________________________________________________________
23826 [  9787] By: jhi                                   on 2001/04/23  13:02:02
23827         Log: Subject: PATCH 5.7.1
23828              From: Mark-Jason Dominus <mjd@plover.com>
23829              Date: Sun, 22 Apr 2001 15:12:57 -0400
23830              Message-ID: <20010422191258.6539.qmail@plover.com>
23831              
23832              plus Sarathy's STMT_START + STMT_END suggestion.
23833      Branch: perl
23834            ! perl.h
23835 ____________________________________________________________________________
23836 [  9786] By: jhi                                   on 2001/04/23  12:53:25
23837         Log: Fix for
23838              
23839              Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
23840              From: dLux <dlux@spam.sch.bme.hu>
23841              Date: Mon, 23 Apr 2001 01:25:26 +0200
23842              Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
23843              
23844              (SvGROW really does return a char *.)
23845      Branch: perl
23846            ! pod/perlapi.pod sv.h
23847 ____________________________________________________________________________
23848 [  9785] By: jhi                                   on 2001/04/23  04:34:04
23849         Log: Time::Piece work continues.  $t->day removed since
23850              I think it's too confusing.  Now has normal and
23851              abbreviated length weekday names and month names,
23852              the names change with _names(), not _list().
23853              Now has strftime() in Perl, _strftime() is
23854              the libc version (to which strftime() falls back
23855              if it doesn't know the format.  To do: the reverse
23856              of strftime, strptime(), and the localisation of both.
23857      Branch: perl
23858            ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
23859            ! t/lib/time-piece.t
23860 ____________________________________________________________________________
23861 [  9784] By: jhi                                   on 2001/04/23  02:41:46
23862         Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using ' 
23863              From: andreas.koenig@anima.de (Andreas J. Koenig)
23864              Date: 23 Apr 2001 05:20:55 +0200
23865              Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
23866      Branch: perl
23867            ! t/pragma/overload.t
23868 ____________________________________________________________________________
23869 [  9783] By: jhi                                   on 2001/04/22  23:32:42
23870         Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
23871              From: Robin Houston <robin@kitsite.com>
23872              Date: Mon, 23 Apr 2001 00:38:18 +0100
23873              Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
23874      Branch: perl
23875            ! ext/B/B/Deparse.pm
23876 ____________________________________________________________________________
23877 [  9782] By: jhi                                   on 2001/04/22  20:55:43
23878         Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
23879              From: Simon Cozens <simon@netthink.co.uk>
23880              Date: Sun, 22 Apr 2001 18:47:25 +0100
23881              Message-ID: <20010422184725.A14411@netthink.co.uk>
23882      Branch: perl
23883            ! sv.c t/pragma/overload.t
23884 ____________________________________________________________________________
23885 [  9781] By: jhi                                   on 2001/04/22  20:52:13
23886         Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
23887              From: Robin Houston <robin@kitsite.com>
23888              Date: Sun, 22 Apr 2001 22:14:50 +0100
23889              Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
23890      Branch: perl
23891            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
23892 ____________________________________________________________________________
23893 [  9780] By: nick                                  on 2001/04/22  20:40:31
23894         Log: Integrate mainline.
23895      Branch: perlio
23896           +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
23897           +> t/lib/b-stash.t
23898           !> (integrate 38 files)
23899 ____________________________________________________________________________
23900 [  9779] By: jhi                                   on 2001/04/22  15:16:03
23901         Log: Subject: IO::Socket::INET patch
23902              From: andrew deryabin <djsf@technarchy.ru>
23903              Date: Sat, 21 Apr 2001 17:46:52 +0400
23904              Message-ID: <20010421174652.B1426@technarchy>
23905      Branch: perl
23906            ! ext/IO/lib/IO/Socket/INET.pm
23907 ____________________________________________________________________________
23908 [  9778] By: jhi                                   on 2001/04/22  15:14:33
23909         Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1 
23910              From: Mark-Jason Dominus <mjd@plover.com>
23911              Date: Sat, 21 Apr 2001 21:27:49 -0400
23912              Message-ID: <20010422012749.27024.qmail@plover.com>
23913      Branch: perl
23914            ! regcomp.c
23915 ____________________________________________________________________________
23916 [  9777] By: jhi                                   on 2001/04/22  15:10:51
23917         Log: Subject: Re: Regex debugger patch 
23918              From: Mark-Jason Dominus <mjd@plover.com>
23919              Date: Sat, 21 Apr 2001 21:48:51 -0400
23920              Message-ID: <20010422014851.27165.qmail@plover.com>
23921      Branch: perl
23922            ! pod/perldebguts.pod
23923 ____________________________________________________________________________
23924 [  9776] By: jhi                                   on 2001/04/22  15:09:48
23925         Log: Subject: Re: Regex debugger patch
23926              From: Mark-Jason Dominus <mjd@plover.com>
23927              Date: Sat, 21 Apr 2001 14:24:39 -0400
23928              Message-ID: <20010421182439.16508.qmail@plover.com>
23929              
23930              Regex debugger backend.
23931      Branch: perl
23932            ! regcomp.c regexp.h
23933 ____________________________________________________________________________
23934 [  9775] By: jhi                                   on 2001/04/21  16:45:40
23935         Log: Subject: [PATCH] Typo in utf8.h
23936              From: Jesús Quiroga <jquiroga@pobox.com>
23937              Date: Sat, 21 Apr 2001 19:25:33 +0200
23938              Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
23939      Branch: perl
23940            ! utf8.h
23941 ____________________________________________________________________________
23942 [  9774] By: jhi                                   on 2001/04/21  16:43:52
23943         Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
23944              From: Joe Orton <jorton@redhat.com>
23945              Date: Tue, 17 Apr 2001 15:50:43 +0100
23946              Message-Id: <20010417155043.D19132@eu.c2.net>
23947      Branch: perl
23948            ! hints/svr5.sh
23949 ____________________________________________________________________________
23950 [  9773] By: jhi                                   on 2001/04/21  15:30:15
23951         Log: Subject: Patch utils/h2xs.PL
23952              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
23953              Date: Sat, 21 Apr 2001 10:32:16 -0500
23954              Message-ID: <20010421103216.C14521@chaos.wustl.edu>
23955              
23956              Add MAILING list and LICENSE templates.
23957      Branch: perl
23958            ! utils/h2xs.PL
23959 ____________________________________________________________________________
23960 [  9772] By: jhi                                   on 2001/04/21  15:28:36
23961         Log: Subject: perlfaq2.patch for 5.7.1
23962              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
23963              Message-ID: <20010420164219.J3194@chaos.wustl.edu>
23964              Date: Fri, 20 Apr 2001 16:42:19 -0500
23965              
23966              rm an extra tab, a blurb about the xx.cpan to clarify
23967              which countries actually have that and dejanews is history
23968              as well as most of that nonsensical entry.
23969      Branch: perl
23970            ! pod/perlfaq2.pod
23971 ____________________________________________________________________________
23972 [  9771] By: jhi                                   on 2001/04/21  15:27:17
23973         Log: Subject: perlfaq1.patch for 5.7.1
23974              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
23975              Date: Fri, 20 Apr 2001 16:57:36 -0500
23976              Message-ID: <20010420165736.K3194@chaos.wustl.edu>
23977              
23978              Evil URLs must die. Especially when they are broken.
23979      Branch: perl
23980            ! pod/perlfaq1.pod
23981 ____________________________________________________________________________
23982 [  9770] By: jhi                                   on 2001/04/21  15:23:38
23983         Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
23984              From: Michael G Schwern <schwern@pobox.com>
23985              Date: Sat, 21 Apr 2001 16:11:12 +0100
23986              Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
23987      Branch: perl
23988            + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
23989            + t/lib/b-stash.t
23990            ! MANIFEST ext/B/B.pm t/lib/b.t
23991 ____________________________________________________________________________
23992 [  9769] By: jhi                                   on 2001/04/21  15:03:32
23993         Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
23994              From: Michael G Schwern <schwern@pobox.com>
23995              Date: Sat, 21 Apr 2001 09:48:00 +0100
23996              Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
23997      Branch: perl
23998            ! utils/h2ph.PL
23999 ____________________________________________________________________________
24000 [  9768] By: jhi                                   on 2001/04/21  14:33:49
24001         Log: PerlIO and Encode doc cleanup and tweaks.
24002      Branch: perl
24003            ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
24004            ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
24005 ____________________________________________________________________________
24006 [  9767] By: jhi                                   on 2001/04/21  12:40:16
24007         Log: Integrate perlio.
24008      Branch: perl
24009           !> doio.c
24010 ____________________________________________________________________________
24011 [  9766] By: nick                                  on 2001/04/20  18:28:35
24012         Log: Avoid core dump on
24013              open(STDOUT,">",\$foo);
24014      Branch: perlio
24015            ! doio.c
24016 ____________________________________________________________________________
24017 [  9765] By: jhi                                   on 2001/04/20  13:23:43
24018         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
24019              From: Robin Houston <robin@kitsite.com>
24020              Date: Fri, 20 Apr 2001 14:29:22 +0100
24021              Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
24022      Branch: perl
24023            ! ext/B/B.pm ext/B/B/Deparse.pm
24024 ____________________________________________________________________________
24025 [  9764] By: jhi                                   on 2001/04/20  13:19:33
24026         Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
24027              From: Peter Prymmer <pvhp@forte.com>
24028              Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
24029              Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
24030      Branch: perl
24031            ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
24032            ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
24033            ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
24034            ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
24035 ____________________________________________________________________________
24036 [  9763] By: jhi                                   on 2001/04/20  12:36:39
24037         Log: Subject: Re: A new PerlIO coredump
24038              From: Nick Ing-Simmons <nik@tiuk.ti.com>
24039              Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
24040              Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
24041      Branch: perl
24042            ! doio.c
24043 ____________________________________________________________________________
24044 [  9762] By: jhi                                   on 2001/04/19  23:02:30
24045         Log: Update Changes.
24046      Branch: perl
24047            ! Changes patchlevel.h
24048 ____________________________________________________________________________
24049 [  9761] By: jhi                                   on 2001/04/19  22:59:19
24050         Log: More cleanup cleanup.
24051      Branch: perl
24052            ! Makefile.SH win32/Makefile win32/makefile.mk
24053 ____________________________________________________________________________
24054 [  9760] By: jhi                                   on 2001/04/19  22:50:31
24055         Log: lib/Time is non-empty, let's not rmdir it.
24056      Branch: perl
24057            ! Makefile.SH
24058 ____________________________________________________________________________
24059 [  9759] By: jhi                                   on 2001/04/19  22:36:51
24060         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
24061              From: Robin Houston <robin@kitsite.com>
24062              Date: Fri, 20 Apr 2001 00:18:53 +0100
24063              Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
24064      Branch: perl
24065            ! ext/B/B/Deparse.pm
24066 ____________________________________________________________________________
24067 [  9758] By: jhi                                   on 2001/04/19  22:36:00
24068         Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
24069              From: Peter Prymmer <pvhp@forte.com>
24070              Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
24071              Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
24072      Branch: perl
24073            ! ext/Cwd/Cwd.xs
24074 ____________________________________________________________________________
24075 [  9757] By: nick                                  on 2001/04/19  18:53:54
24076         Log: Blind (untested) integrate of mainline.
24077      Branch: perlio
24078           +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
24079           +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
24080           +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
24081           !> (integrate 53 files)
24082 ____________________________________________________________________________
24083 [  9756] By: jhi                                   on 2001/04/19  16:59:23
24084         Log: Document and test Time::Piece.
24085      Branch: perl
24086            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
24087            ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
24088 ____________________________________________________________________________
24089 [  9755] By: jhi                                   on 2001/04/19  12:13:29
24090         Log: A better fix for the \x{12345678} trouble from NI-S.
24091      Branch: perl
24092            ! utf8.c
24093 ____________________________________________________________________________
24094 [  9754] By: jhi                                   on 2001/04/19  11:56:07
24095         Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
24096              From: Robin Houston <robin@kitsite.com>
24097              Date: Wed, 18 Apr 2001 17:58:33 +0100
24098              Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
24099      Branch: perl
24100            ! ext/B/B/Deparse.pm op.c
24101 ____________________________________________________________________________
24102 [  9753] By: jhi                                   on 2001/04/19  04:21:52
24103         Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
24104              From: "Kurt D. Starsinic" <kstar@wolfetech.com>
24105              Date: Thu, 19 Apr 2001 01:11:41 -0400
24106              Message-ID: <20010419011141.A5798@cpan.org>
24107      Branch: perl
24108            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
24109 ____________________________________________________________________________
24110 [  9752] By: jhi                                   on 2001/04/19  02:41:10
24111         Log: The new time utils need to be thread-aware, too.
24112      Branch: perl
24113            ! util.c
24114 ____________________________________________________________________________
24115 [  9751] By: jhi                                   on 2001/04/19  02:26:47
24116         Log: Compilation nit noticed by AIX compiler.
24117      Branch: perl
24118            ! perlio.c
24119 ____________________________________________________________________________
24120 [  9750] By: jhi                                   on 2001/04/19  02:20:06
24121         Log: The new time utils need to be public.
24122      Branch: perl
24123            ! embed.pl
24124 ____________________________________________________________________________
24125 [  9749] By: jhi                                   on 2001/04/19  01:42:39
24126         Log: Regen toc.
24127      Branch: perl
24128            ! pod/perltoc.pod
24129 ____________________________________________________________________________
24130 [  9748] By: jhi                                   on 2001/04/19  01:41:10
24131         Log: Add Time::Piece, a slight rewrite of Time::Object,
24132              from Matt Sergeant.
24133      Branch: perl
24134            + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
24135            + ext/Time/Piece/Piece.xs ext/Time/Piece/README
24136            + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
24137            ! MANIFEST configure.com djgpp/config.over epoc/config.sh
24138            ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
24139            ! win32/makefile.mk
24140 ____________________________________________________________________________
24141 [  9747] By: jhi                                   on 2001/04/19  00:55:35
24142         Log: The new metaconfig unit from strftime.
24143      Branch: metaconfig/U/perl
24144            + d_strftime.U
24145 ____________________________________________________________________________
24146 [  9746] By: jhi                                   on 2001/04/19  00:54:54
24147         Log: Move the strftime() wrapper from POSIX.xs to util.c
24148              as my_strftime(), requires HAS_STRFTIME.
24149      Branch: perl
24150            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
24151            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
24152            ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
24153            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
24154            ! vos/config.ga.h win32/config.bc win32/config.gc
24155            ! win32/config.vc
24156 ____________________________________________________________________________
24157 [  9745] By: jhi                                   on 2001/04/18  23:11:03
24158         Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
24159              in preparation of Time::Piece.
24160      Branch: perl
24161            ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
24162 ____________________________________________________________________________
24163 [  9744] By: jhi                                   on 2001/04/18  22:33:12
24164         Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
24165              From: Peter Prymmer <pvhp@forte.com>
24166              Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
24167              Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
24168      Branch: perl
24169            ! t/lib/exporter.t
24170 ____________________________________________________________________________
24171 [  9743] By: jhi                                   on 2001/04/18  22:32:23
24172         Log: Subject: Fwd: pod2html leaves cache files lying around?
24173              From: Rajesh Vaidheeswarran <rv@gnu.org>
24174              Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
24175              Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
24176      Branch: perl
24177            ! lib/Pod/Html.pm
24178 ____________________________________________________________________________
24179 [  9742] By: jhi                                   on 2001/04/18  20:31:49
24180         Log: Update Changes.
24181      Branch: perl
24182            ! Changes patchlevel.h
24183 ____________________________________________________________________________
24184 [  9741] By: jhi                                   on 2001/04/18  20:23:02
24185         Log: Declare hints only if needed.
24186      Branch: perl
24187            ! ext/B/B/Deparse.pm
24188 ____________________________________________________________________________
24189 [  9740] By: jhi                                   on 2001/04/18  19:06:05
24190         Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
24191              bug noticed by Robin Houston; basically the code of detecting
24192              value wraparound was acting differently under different compilers
24193              and platforms.  The workaround is to remove the overflow check
24194              for now, a real fix would be to do the overflow (portably) right.
24195      Branch: perl
24196            ! t/op/pat.t utf8.c
24197 ____________________________________________________________________________
24198 [  9739] By: jhi                                   on 2001/04/18  19:01:23
24199         Log: Subject: [PATCH B::Deparse] some pragma support
24200              From: Robin Houston <robin@kitsite.com>
24201              Date: Wed, 18 Apr 2001 19:32:12 +0100
24202              Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
24203      Branch: perl
24204            ! ext/B/B/Deparse.pm
24205 ____________________________________________________________________________
24206 [  9738] By: jhi                                   on 2001/04/18  15:16:37
24207         Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
24208              From: Benjamin Sugars <bsugars@canoe.ca>
24209              Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
24210              Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
24211      Branch: perl
24212            ! t/op/glob.t
24213 ____________________________________________________________________________
24214 [  9737] By: jhi                                   on 2001/04/18  13:24:50
24215         Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
24216              From: Tim Jenness <t.jenness@jach.hawaii.edu>
24217              Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
24218              Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
24219      Branch: perl
24220            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
24221            ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
24222 ____________________________________________________________________________
24223 [  9736] By: jhi                                   on 2001/04/18  04:15:14
24224         Log: The #9735 also changes the subtest 12.
24225      Branch: perl
24226            ! t/lib/b.t
24227 ____________________________________________________________________________
24228 [  9735] By: jhi                                   on 2001/04/18  03:55:17
24229         Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
24230              From: David Dyck <dcd@tc.fluke.com>
24231              Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
24232              Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
24233      Branch: perl
24234            ! ext/B/B/Deparse.pm
24235 ____________________________________________________________________________
24236 [  9734] By: jhi                                   on 2001/04/18  03:54:11
24237         Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
24238              From: Gisle Aas <gisle@ActiveState.com>
24239              Date: 17 Apr 2001 19:06:45 -0700
24240              Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
24241      Branch: perl
24242            ! pp_hot.c t/op/misc.t
24243 ____________________________________________________________________________
24244 [  9733] By: jhi                                   on 2001/04/17  22:25:22
24245         Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
24246              From: "Abigail" <abigail@foad.org>
24247              Date: Wed, 18 Apr 2001 01:17:46 +0200
24248              Message-ID: <20010417231746.21657.qmail@foad.org>
24249      Branch: perl
24250            ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
24251 ____________________________________________________________________________
24252 [  9732] By: jhi                                   on 2001/04/17  20:47:56
24253         Log: Subject: Re: Deparse - parenthesise args to undeclared subs
24254              From: Robin Houston <robin@kitsite.com>
24255              Date: Tue, 17 Apr 2001 22:37:42 +0100
24256              Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
24257      Branch: perl
24258            ! ext/B/B/Deparse.pm
24259 ____________________________________________________________________________
24260 [  9731] By: nick                                  on 2001/04/17  20:46:35
24261         Log: Re-sync for t/lib/b.t fix
24262      Branch: perlio
24263           !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
24264 ____________________________________________________________________________
24265 [  9730] By: jhi                                   on 2001/04/17  20:45:29
24266         Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
24267              From: Robin Houston <robin@kitsite.com>
24268              Date: Tue, 17 Apr 2001 22:29:36 +0100
24269              Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
24270      Branch: perl
24271            ! ext/B/B.xs ext/B/B/Deparse.pm
24272 ____________________________________________________________________________
24273 [  9729] By: jhi                                   on 2001/04/17  20:43:11
24274         Log: Subject: Deparse - parenthesise args to undeclared subs
24275              From: Robin Houston <robin@kitsite.com>
24276              Date: Tue, 17 Apr 2001 21:31:05 +0100
24277              Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
24278      Branch: perl
24279            ! ext/B/B/Deparse.pm
24280 ____________________________________________________________________________
24281 [  9728] By: jhi                                   on 2001/04/17  18:57:30
24282         Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
24283              From: Benjamin Sugars <ben.sugars@home.com>
24284              Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
24285              Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
24286      Branch: perl
24287            ! t/lib/cwd.t
24288 ____________________________________________________________________________
24289 [  9727] By: jhi                                   on 2001/04/17  18:20:20
24290         Log: Subject: [PATCH B::Deparse] ambient pragmas
24291              From: Robin Houston <robin@kitsite.com>
24292              Date: Tue, 17 Apr 2001 20:01:59 +0100
24293              Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
24294      Branch: perl
24295            ! ext/B/B/Deparse.pm t/lib/b.t
24296 ____________________________________________________________________________
24297 [  9726] By: nick                                  on 2001/04/17  16:33:51
24298         Log: Integrate mainline (t/lib/b.t fails test 2...)
24299      Branch: perlio
24300           +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
24301           +> ext/List/Util/README ext/List/Util/Util.xs
24302           +> ext/List/Util/lib/List/Util.pm
24303           +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
24304           +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
24305           +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
24306           +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
24307           +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
24308           !> (integrate 31 files)
24309 ____________________________________________________________________________
24310 [  9725] By: jhi                                   on 2001/04/17  12:14:24
24311         Log: Subject: multiple B::* changes
24312              From: Robin Houston <robin@kitsite.com>
24313              Date: Thu, 12 Apr 2001 20:12:27 +0100
24314              Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
24315      Branch: perl
24316            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
24317 ____________________________________________________________________________
24318 [  9724] By: jhi                                   on 2001/04/17  11:59:05
24319         Log: Thread-awareness from Doug MacEachern.
24320      Branch: perl
24321            ! ext/List/Util/Util.xs
24322 ____________________________________________________________________________
24323 [  9723] By: jhi                                   on 2001/04/17  11:57:41
24324         Log: Make the test more portable.
24325      Branch: perl
24326            ! t/lib/cwd.t
24327 ____________________________________________________________________________
24328 [  9722] By: jhi                                   on 2001/04/17  11:53:50
24329         Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
24330              From: Benjamin Sugars <ben.sugars@home.com>
24331              Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
24332              Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
24333      Branch: perl
24334            ! t/lib/cwd.t
24335 ____________________________________________________________________________
24336 [  9721] By: jhi                                   on 2001/04/17  11:52:17
24337         Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
24338              From: Benjamin Sugars <bsugars@canoe.ca>
24339              Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
24340              Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
24341      Branch: perl
24342            ! op.c
24343 ____________________________________________________________________________
24344 [  9720] By: jhi                                   on 2001/04/17  11:35:42
24345         Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
24346              From: Chris Nandor <pudge@pobox.com>
24347              Date: Tue, 17 Apr 2001 00:30:49 -0400
24348              Message-Id: <p05100207b701768712de@[10.0.1.177]>
24349      Branch: perl
24350            ! ext/File/Glob/bsd_glob.c gv.c
24351 ____________________________________________________________________________
24352 [  9719] By: jhi                                   on 2001/04/17  11:32:13
24353         Log: Subject: [PATCH] Tweten->West
24354              From: Casey West <casey@geeknest.com>
24355              Date: Mon, 16 Apr 2001 12:11:22 -0400
24356              Message-ID: <20010416121122.B14554@stupid.geeknest.com>
24357      Branch: perl
24358            ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
24359            ! pod/perltie.pod
24360 ____________________________________________________________________________
24361 [  9718] By: jhi                                   on 2001/04/16  03:22:52
24362         Log: Update Changes.
24363      Branch: perl
24364            ! Changes patchlevel.h
24365 ____________________________________________________________________________
24366 [  9717] By: jhi                                   on 2001/04/16  03:06:28
24367         Log: Regen toc.
24368      Branch: perl
24369            ! pod/perltoc.pod
24370 ____________________________________________________________________________
24371 [  9716] By: jhi                                   on 2001/04/16  02:58:42
24372         Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
24373              From: Prymmer/Kahn <pvhp@best.com>
24374              Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
24375              Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
24376      Branch: perl
24377            ! utf8.c
24378 ____________________________________________________________________________
24379 [  9715] By: jhi                                   on 2001/04/15  23:40:35
24380         Log: Subject: Re: Net::Ping patch, adds stream protocol
24381              From: bronson@rinspin.com (Scott Bronson)
24382              Date: Tue, 10 Apr 2001 23:58:33 -0700
24383              Message-ID: <20010410235833.N29719@rinspin.com>
24384      Branch: perl
24385            ! lib/Net/Ping.pm
24386 ____________________________________________________________________________
24387 [  9714] By: jhi                                   on 2001/04/15  23:31:46
24388         Log: Printing out the ok messages helps successful testing.
24389      Branch: perl
24390            ! t/lib/time-hires.t
24391 ____________________________________________________________________________
24392 [  9713] By: jhi                                   on 2001/04/15  21:43:24
24393         Log: Update Douglas Wegscheid's email.
24394      Branch: perl
24395            ! AUTHORS
24396 ____________________________________________________________________________
24397 [  9712] By: jhi                                   on 2001/04/15  21:40:41
24398         Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
24399              From: Michael G Schwern <schwern@pobox.com>
24400              Date: Sat, 14 Apr 2001 22:40:50 +0100
24401              Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
24402      Branch: perl
24403            + t/lib/exporter.t
24404            ! MANIFEST lib/Exporter/Heavy.pm
24405 ____________________________________________________________________________
24406 [  9711] By: jhi                                   on 2001/04/15  21:39:21
24407         Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
24408              From: Michael G Schwern <schwern@pobox.com>
24409              Date: Sat, 14 Apr 2001 22:13:59 +0100
24410              Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
24411      Branch: perl
24412            ! t/op/loopctl.t
24413 ____________________________________________________________________________
24414 [  9710] By: jhi                                   on 2001/04/15  21:30:19
24415         Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
24416              From: Michael G Schwern <schwern@pobox.com>
24417              Date: Sat, 14 Apr 2001 22:05:32 +0100
24418              Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
24419      Branch: perl
24420            ! t/pragma/warnings.t
24421 ____________________________________________________________________________
24422 [  9709] By: jhi                                   on 2001/04/15  19:34:09
24423         Log: Integrate changes #9706,9707 from maintperl into mainline.
24424              
24425              change#7210 broke .packlist generation
24426              
24427              ExtUtils::Installed doesn't quote regex metacharacters in paths
24428              before using them in match; also make it work for dosish platforms
24429      Branch: perl
24430           !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
24431 ____________________________________________________________________________
24432 [  9708] By: jhi                                   on 2001/04/15  19:31:01
24433         Log: Test also the scalar aspect of getitimer().
24434      Branch: perl
24435            ! t/lib/time-hires.t
24436 ____________________________________________________________________________
24437 [  9707] By: gsar                                  on 2001/04/15  17:24:20
24438         Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
24439              before using them in match; also make it work for dosish platforms
24440      Branch: maint-5.6/perl
24441            ! lib/ExtUtils/Installed.pm
24442 ____________________________________________________________________________
24443 [  9706] By: gsar                                  on 2001/04/15  17:21:59
24444         Log: change#7210 broke .packlist generation (listed only filename
24445              rather than fully qualified path name)
24446      Branch: maint-5.6/perl
24447            ! lib/ExtUtils/Install.pm
24448 ____________________________________________________________________________
24449 [  9705] By: jhi                                   on 2001/04/15  12:36:33
24450         Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
24451      Branch: perl
24452            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
24453            ! t/lib/time-hires.t
24454 ____________________________________________________________________________
24455 [  9704] By: jhi                                   on 2001/04/15  10:49:08
24456         Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
24457              From: Prymmer/Kahn <pvhp@best.com>
24458              Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
24459              Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
24460      Branch: perl
24461            ! lib/utf8.pm pod/perlebcdic.pod
24462 ____________________________________________________________________________
24463 [  9703] By: jhi                                   on 2001/04/15  02:26:26
24464         Log: I keep forgetting to sort MANIFEST.
24465      Branch: perl
24466            ! MANIFEST
24467 ____________________________________________________________________________
24468 [  9702] By: jhi                                   on 2001/04/15  02:07:47
24469         Log: Add Scalar-List-Utils 1.02, from Graham Barr.
24470              Now we have blessed, reftype, tainted, first, reduce, ...
24471      Branch: perl
24472            + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
24473            + ext/List/Util/README ext/List/Util/Util.xs
24474            + ext/List/Util/lib/List/Util.pm
24475            + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
24476            + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
24477            + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
24478            + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
24479            + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
24480            ! MANIFEST
24481 ____________________________________________________________________________
24482 [  9701] By: jhi                                   on 2001/04/14  15:05:25
24483         Log: Subject: RE: dprofpp.pl updates 
24484              From: Carl Eklof <CEklof@endeca.com>
24485              Date: Thu, 12 Apr 2001 18:45:46 -0400
24486              Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
24487      Branch: perl
24488            ! utils/dprofpp.PL
24489 ____________________________________________________________________________
24490 [  9700] By: jhi                                   on 2001/04/14  14:44:55
24491         Log: Do not just blindly add CR.
24492      Branch: perl
24493            ! Porting/makerel
24494 ____________________________________________________________________________
24495 [  9699] By: jhi                                   on 2001/04/13  13:17:01
24496         Log: Update Changes.
24497      Branch: perl
24498            ! Changes patchlevel.h
24499 ____________________________________________________________________________
24500 [  9698] By: jhi                                   on 2001/04/13  12:44:48
24501         Log: Integrate perlio.
24502      Branch: perl
24503           !> ext/PerlIO/Scalar/Scalar.xs
24504 ____________________________________________________________________________
24505 [  9697] By: jhi                                   on 2001/04/13  12:29:15
24506         Log: Add more debug output to the test.
24507      Branch: perl
24508            ! t/lib/cwd.t
24509 ____________________________________________________________________________
24510 [  9696] By: nick                                  on 2001/04/13  10:14:29
24511         Log: Fix core dump on binmode($fh,'Scalar')
24512      Branch: perlio
24513            ! ext/PerlIO/Scalar/Scalar.xs
24514 ____________________________________________________________________________
24515 [  9695] By: nick                                  on 2001/04/13  09:05:42
24516         Log: Integrate mainline
24517      Branch: perlio
24518           +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
24519           +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
24520           +> t/lib/time-hires.t
24521           !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
24522           !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
24523           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
24524           !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
24525           !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
24526           !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
24527           !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
24528 ____________________________________________________________________________
24529 [  9694] By: jhi                                   on 2001/04/12  22:23:35
24530         Log: Integrate change #9693 from maintperl into mainline.
24531              
24532              $VERSION and Version() on the same line provokes a warning from
24533              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
24534      Branch: perl
24535           !> lib/Devel/SelfStubber.pm
24536 ____________________________________________________________________________
24537 [  9693] By: gsar                                  on 2001/04/12  21:55:56
24538         Log: $VERSION and Version() on the same line provokes a warning from
24539              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
24540      Branch: maint-5.6/perl
24541            ! lib/Devel/SelfStubber.pm
24542 ____________________________________________________________________________
24543 [  9692] By: jhi                                   on 2001/04/12  13:54:00
24544         Log: This is at least 5.005.
24545      Branch: perl
24546            ! ext/Time/HiRes/HiRes.xs
24547 ____________________________________________________________________________
24548 [  9691] By: jhi                                   on 2001/04/12  13:37:20
24549         Log: Non-UNIX platforms extensions update.  (Well, UTS is UNIX.)
24550      Branch: perl
24551            ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
24552            ! win32/Makefile win32/makefile.mk
24553 ____________________________________________________________________________
24554 [  9690] By: jhi                                   on 2001/04/12  01:34:46
24555         Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
24556      Branch: perl
24557            + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
24558            + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
24559            + t/lib/time-hires.t
24560            ! MANIFEST
24561 ____________________________________________________________________________
24562 [  9689] By: jhi                                   on 2001/04/12  00:28:39
24563         Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
24564              From: Gisle Aas <gisle@ActiveState.com>
24565              Date: 11 Apr 2001 16:36:11 -0700
24566              Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
24567      Branch: perl
24568            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
24569 ____________________________________________________________________________
24570 [  9688] By: jhi                                   on 2001/04/12  00:27:39
24571         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
24572              From: Gisle Aas <gisle@ActiveState.com>
24573              Date: 11 Apr 2001 11:13:24 -0700
24574              Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
24575      Branch: perl
24576            ! ext/MIME/Base64/Base64.xs
24577 ____________________________________________________________________________
24578 [  9687] By: jhi                                   on 2001/04/11  19:51:47
24579         Log: Slight update on the Todo list.  (Should integrate to Todo?) 
24580      Branch: perl
24581            ! Todo-5.6
24582 ____________________________________________________________________________
24583 [  9686] By: jhi                                   on 2001/04/11  16:54:25
24584         Log: Subject: [PATCH opcode.pl] Documentation of table format
24585              From: Simon Cozens <simon@netthink.co.uk>
24586              Date: Wed, 11 Apr 2001 12:59:31 +0100
24587              Message-ID: <20010411125931.A25681@netthink.co.uk>
24588      Branch: perl
24589            ! opcode.pl
24590 ____________________________________________________________________________
24591 [  9685] By: jhi                                   on 2001/04/11  16:53:15
24592         Log: Subject: [PATCH] prototype("CORE::recv")
24593              From: Simon Cozens <simon@netthink.co.uk>
24594              Date: Wed, 11 Apr 2001 13:24:35 +0100
24595              Message-ID: <20010411132435.A26169@netthink.co.uk>
24596      Branch: perl
24597            ! pp.c t/comp/proto.t
24598 ____________________________________________________________________________
24599 [  9684] By: jhi                                   on 2001/04/11  16:47:13
24600         Log: FAQ (and AUTHORS) update from Dan Carson: the information
24601              was several years obsolete, Term::Readkey has been updated
24602              to have the functionality.
24603      Branch: perl
24604            ! AUTHORS pod/perlfaq5.pod
24605 ____________________________________________________________________________
24606 [  9683] By: jhi                                   on 2001/04/11  12:15:46
24607         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
24608              From: Calle Dybedahl <calle@lysator.liu.se>
24609              Date: 10 Apr 2001 16:44:16 +0200
24610              Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
24611      Branch: perl
24612            ! ext/MIME/Base64/Base64.xs
24613 ____________________________________________________________________________
24614 [  9682] By: jhi                                   on 2001/04/11  12:12:26
24615         Log: A more minimal fix for 20010410.006 from Hugo.
24616      Branch: perl
24617            ! regexec.c
24618 ____________________________________________________________________________
24619 [  9681] By: jhi                                   on 2001/04/11  11:34:23
24620         Log: Integrate changes #9678,9679 from maintline into mainperl.
24621              
24622              addendum to change#9676
24623              
24624              up $File::Glob::VERSION; add a note pointing out the version of
24625              the OpenBSD glob bsd_glob.c resembles
24626      Branch: perl
24627           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
24628           !> ext/File/Glob/bsd_glob.h
24629 ____________________________________________________________________________
24630 [  9680] By: jhi                                   on 2001/04/11  11:30:38
24631         Log: Bad test numbering in integrate in #9677.
24632              Fixes ID 20010411.001.
24633      Branch: perl
24634            ! t/op/pat.t
24635 ____________________________________________________________________________
24636 [  9679] By: gsar                                  on 2001/04/11  03:38:40
24637         Log: up $File::Glob::VERSION; add a note pointing out the version of
24638              the OpenBSD glob bsd_glob.c resembles
24639      Branch: maint-5.6/perl
24640            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
24641            ! ext/File/Glob/bsd_glob.h
24642 ____________________________________________________________________________
24643 [  9678] By: gsar                                  on 2001/04/11  03:09:48
24644         Log: addendum to change#9676: some missing changes from OpenBSD glob.c
24645              revision 1.8.10.1 found here:
24646              
24647              http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
24648      Branch: maint-5.6/perl
24649            ! ext/File/Glob/bsd_glob.c
24650 ____________________________________________________________________________
24651 [  9677] By: jhi                                   on 2001/04/11  02:54:39
24652         Log: Integrate changes #9675,9676 from maintperl into mainline.
24653              
24654              fix for bug 20010410.006, undo change#7115
24655              
24656              port the OpenBSD glob() security patch
24657      Branch: perl
24658           !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
24659           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
24660           !> t/op/pat.t
24661 ____________________________________________________________________________
24662 [  9676] By: gsar                                  on 2001/04/11  02:19:02
24663         Log: port the glob() security patch found at:
24664              
24665              ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
24666              
24667              CERT advisory for the issue is here:
24668              
24669              http://www.cert.org/advisories/CA-2001-07.html
24670              
24671              Note that the security scare is only relevant for those who are
24672              foolish enough to build suidperl (which is now officially discouraged)
24673      Branch: maint-5.6/perl
24674            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
24675            ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
24676 ____________________________________________________________________________
24677 [  9675] By: gsar                                  on 2001/04/10  23:52:11
24678         Log: fix for bug 20010410.006
24679              
24680              undo change#7115 (came into maint-5.6 as change#8156)
24681              
24682              add tests to keep it from coming back
24683      Branch: maint-5.6/perl
24684            ! regexec.c t/op/pat.t
24685 ____________________________________________________________________________
24686 [  9674] By: nick                                  on 2001/04/10  20:39:31
24687         Log: Integrate mainline
24688      Branch: perlio
24689           +> Porting/testall.atom
24690           !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
24691           !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
24692           !> t/lib/lc-uk.t t/pod/find.t
24693 ____________________________________________________________________________
24694 [  9673] By: nick                                  on 2001/04/10  18:46:14
24695         Log: Integrate against change 9670 aka perl-5.7.1
24696      Branch: perlio
24697           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
24698           !> (integrate 53 files)
24699 ____________________________________________________________________________
24700 [  9672] By: jhi                                   on 2001/04/10  13:45:01
24701         Log: Add a script for doing cumulative profile of the test suite.
24702              (Requires ATOM, that is, Tru64.)
24703      Branch: perl
24704            + Porting/testall.atom
24705            ! MANIFEST
24706 ____________________________________________________________________________
24707 [  9671] By: jhi                                   on 2001/04/10  12:38:53
24708         Log: Missing std block.
24709      Branch: perl
24710            ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
24711            ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
24712            ! t/pod/find.t
24713 ____________________________________________________________________________
24714 [  9670] By: jhi                                   on 2001/04/10  01:25:58
24715         Log: This is 5.7.1.
24716      Branch: perl
24717            ! patchlevel.h
24718 ____________________________________________________________________________
24719 [  9669] By: jhi                                   on 2001/04/10  01:09:14
24720         Log: Update Changes.
24721      Branch: perl
24722            ! Changes patchlevel.h
24723 ____________________________________________________________________________
24724 [  9668] By: jhi                                   on 2001/04/10  01:00:38
24725         Log: Regen toc.
24726      Branch: perl
24727            ! pod/perltoc.pod
24728 ____________________________________________________________________________
24729 [  9667] By: jhi                                   on 2001/04/10  00:52:16
24730         Log: Update perlhist.
24731      Branch: perl
24732            ! pod/perlhist.pod
24733 ____________________________________________________________________________
24734 [  9666] By: jhi                                   on 2001/04/09  23:38:59
24735         Log: Slight wording tweaks from Damian to #9658.
24736      Branch: perl
24737            ! pod/perlobj.pod
24738 ____________________________________________________________________________
24739 [  9665] By: jhi                                   on 2001/04/09  19:56:06
24740         Log: Subject: [PATCH perlutil.pod] Nit
24741              From: Simon Cozens <simon@netthink.co.uk>
24742              Date: Mon, 9 Apr 2001 20:29:44 +0100
24743              Message-ID: <20010409202944.A14796@the.earth.li>
24744      Branch: perl
24745            ! pod/perlutil.pod
24746 ____________________________________________________________________________
24747 [  9664] By: jhi                                   on 2001/04/09  19:54:42
24748         Log: Subject: Re: perl571delta.pod@9631
24749              From: Mike Guy <mjtg@cam.ac.uk>
24750              Date: Mon, 09 Apr 2001 18:09:14 +0100
24751              Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
24752      Branch: perl
24753            ! pod/perl571delta.pod
24754 ____________________________________________________________________________
24755 [  9663] By: jhi                                   on 2001/04/09  13:43:35
24756         Log: Update Changes.
24757      Branch: perl
24758            ! Changes patchlevel.h
24759 ____________________________________________________________________________
24760 [  9662] By: jhi                                   on 2001/04/09  13:24:46
24761         Log: tweak tweak.
24762      Branch: perl
24763            ! AUTHORS pod/perl571delta.pod
24764 ____________________________________________________________________________
24765 [  9661] By: jhi                                   on 2001/04/09  13:15:13
24766         Log: Thinko in manual patch applying.
24767      Branch: perl
24768            ! sv.c
24769 ____________________________________________________________________________
24770 [  9660] By: jhi                                   on 2001/04/09  13:07:53
24771         Log: Subject: Re: [PATCH perl@9424] isn't numeric warning 
24772              From: Robin Barker <rmb1@cise.npl.co.uk> 
24773              Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
24774              Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
24775              
24776              (This corrects the case where the "isn't numeric" string contains \0s
24777              and is longer than the temporary buffer, and contains \0 at the point
24778              the string would be truncated by "...".) 
24779      Branch: perl
24780            ! sv.c
24781 ____________________________________________________________________________
24782 [  9659] By: jhi                                   on 2001/04/09  12:57:41
24783         Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
24784      Branch: perl
24785            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
24786            ! t/lib/cgi-function.t t/lib/cgi-html.t
24787 ____________________________________________________________________________
24788 [  9658] By: jhi                                   on 2001/04/09  12:48:47
24789         Log: Subject: [PATCH] Partial rewrite of perlobj.pod
24790              From: Ilmari Karonen <iltzu@sci.fi>
24791              Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
24792              Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
24793              
24794              Rearrange and rewrite the Method Invocation section
24795              to explain the concepts in nicer order.
24796      Branch: perl
24797            ! pod/perlobj.pod
24798 ____________________________________________________________________________
24799 [  9657] By: jhi                                   on 2001/04/09  12:35:58
24800         Log: Upgrade to podlators 1.09, from Russ Allbery.
24801      Branch: perl
24802            ! lib/Pod/Man.pm lib/Pod/Text.pm
24803 ____________________________________________________________________________
24804 [  9656] By: jhi                                   on 2001/04/09  12:31:53
24805         Log: perl571delta.
24806      Branch: perl
24807            ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
24808 ____________________________________________________________________________
24809 [  9655] By: jhi                                   on 2001/04/09  12:20:09
24810         Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
24811              From: Prymmer/Kahn <pvhp@best.com>
24812              Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
24813              Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
24814      Branch: perl
24815            ! lib/utf8.pm pod/perlunicode.pod
24816 ____________________________________________________________________________
24817 [  9654] By: gsar                                  on 2001/04/09  03:38:33
24818         Log: here lies 5.6.1
24819      Branch: maint-5.6/perl
24820            ! Changes
24821 ____________________________________________________________________________
24822 [  9653] By: jhi                                   on 2001/04/09  03:25:24
24823         Log: Update perlhist.
24824      Branch: perl
24825            ! pod/perlhist.pod
24826 ____________________________________________________________________________
24827 [  9652] By: jhi                                   on 2001/04/09  03:18:49
24828         Log: perl571delta tweaking continues.
24829      Branch: perl
24830            ! pod/perl571delta.pod
24831 ____________________________________________________________________________
24832 [  9651] By: gsar                                  on 2001/04/09  03:11:19
24833         Log: update Changes, patchlevel.h &c.
24834      Branch: maint-5.6/perl
24835            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
24836            ! pod/perltoc.pod
24837 ____________________________________________________________________________
24838 [  9650] By: jhi                                   on 2001/04/09  02:40:24
24839         Log: Integrate the perlfork half of #9513 from maintperl into mainline
24840              (the perlunicode half is obsolete)
24841      Branch: perl
24842            ! pod/perlfork.pod
24843 ____________________________________________________________________________
24844 [  9649] By: gsar                                  on 2001/04/09  02:35:43
24845         Log: tweak perldelta as suggested by Jarkko
24846      Branch: maint-5.6/perl
24847            ! pod/perldelta.pod
24848 ____________________________________________________________________________
24849 [  9648] By: jhi                                   on 2001/04/09  02:13:04
24850         Log: Integrate change #9646 from maintperl into mainline.
24851              
24852              add note about ithreads and Thread.pm
24853      Branch: perl
24854           !> ext/Thread/Thread.pm ext/Thread/Thread.xs
24855 ____________________________________________________________________________
24856 [  9647] By: jhi                                   on 2001/04/09  02:10:18
24857         Log: Bad assumption that shortsize == 2.
24858      Branch: perl
24859            ! t/lib/xs-typemap.t
24860 ____________________________________________________________________________
24861 [  9646] By: gsar                                  on 2001/04/09  00:48:04
24862         Log: add note about ithreads and Thread.pm (too many people are
24863              confused by the fact that Thread.pm is built and installed
24864              under non-5005threads but doesn't work)
24865      Branch: maint-5.6/perl
24866            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
24867 ____________________________________________________________________________
24868 [  9645] By: gsar                                  on 2001/04/09  00:19:03
24869         Log: update perldelta.pod for changes in 5.6.1
24870      Branch: maint-5.6/perl
24871            ! Changes pod/perldelta.pod
24872 ____________________________________________________________________________
24873 [  9644] By: jhi                                   on 2001/04/08  20:37:00
24874         Log: Integrate change #9639 from maintperl into mainline:
24875              on windows, many of the README.* pods were being copied to
24876              the wrong location
24877      Branch: perl
24878           !> win32/Makefile win32/makefile.mk
24879 ____________________________________________________________________________
24880 [  9643] By: jhi                                   on 2001/04/08  20:07:11
24881         Log: Integrate change #9624 from maintperl into mainline:
24882              the pod tests were not okay.  (t/pod/find.t changes ignored)
24883      Branch: perl
24884           !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
24885           !> t/pod/include.t t/pod/included.t t/pod/lref.t
24886           !> t/pod/multiline_items.t t/pod/nested_items.t
24887           !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
24888           !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
24889 ____________________________________________________________________________
24890 [  9642] By: jhi                                   on 2001/04/08  19:57:17
24891         Log: Integrate change #9638 from maintperl into mainline:
24892              update to latest JPL from the anoncvs repository
24893      Branch: perl
24894           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
24895           !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
24896           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
24897 ____________________________________________________________________________
24898 [  9641] By: jhi                                   on 2001/04/08  19:53:30
24899         Log: perl571delta updates.
24900      Branch: perl
24901            ! lib/Filter/Simple.pm pod/perl571delta.pod
24902 ____________________________________________________________________________
24903 [  9640] By: gsar                                  on 2001/04/08  19:20:46
24904         Log: integrate change#9634 from mainline
24905              
24906              Fix the perlmodlib generation (didn't understand separate .pod
24907              files; didn't understand -- as the name-thing separator).
24908              Update the CPAN mirrors list.
24909      Branch: maint-5.6/perl
24910            ! pod/perlmodlib.pod
24911           !> pod/perlmodlib.PL
24912 ____________________________________________________________________________
24913 [  9639] By: gsar                                  on 2001/04/08  18:57:31
24914         Log: on windows, many of the README.* pods were being copied to the wrong
24915              location
24916      Branch: maint-5.6/perl
24917            ! win32/Makefile win32/makefile.mk
24918 ____________________________________________________________________________
24919 [  9638] By: gsar                                  on 2001/04/08  18:38:25
24920         Log: update to latest JPL from the anoncvs repository
24921      Branch: maint-5.6/perl
24922            + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
24923            ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
24924            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
24925 ____________________________________________________________________________
24926 [  9637] By: jhi                                   on 2001/04/08  17:53:53
24927         Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
24928      Branch: perl
24929            ! pod/perl571delta.pod
24930 ____________________________________________________________________________
24931 [  9636] By: jhi                                   on 2001/04/08  17:18:32
24932         Log: Regen toc.
24933      Branch: perl
24934            ! pod/perltoc.pod
24935 ____________________________________________________________________________
24936 [  9635] By: jhi                                   on 2001/04/08  17:16:33
24937         Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
24938              From: "Craig A. Berry" <craigberry@mac.com>
24939              Date: Sun, 08 Apr 2001 12:30:16 -0500
24940              Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
24941      Branch: perl
24942            ! ext/IO/IO.xs lib/ExtUtils/xsubpp
24943 ____________________________________________________________________________
24944 [  9634] By: jhi                                   on 2001/04/08  17:09:19
24945         Log: Fix the perlmodlib generation (didn't understand separate .pod
24946              files; didn't understand -- as the name-thing separator).
24947              
24948              Update the CPAN mirrors list.
24949      Branch: perl
24950            ! pod/perlmodlib.PL pod/perlmodlib.pod
24951 ____________________________________________________________________________
24952 [  9633] By: jhi                                   on 2001/04/08  16:49:17
24953         Log: Sort MANIFEST.
24954      Branch: perl
24955            ! MANIFEST
24956 ____________________________________________________________________________
24957 [  9632] By: gsar                                  on 2001/04/08  16:36:06
24958         Log: add $Tie::RefHash::VERSION
24959      Branch: maint-5.6/perl
24960            ! lib/Tie/RefHash.pm
24961 ____________________________________________________________________________
24962 [  9631] By: jhi                                   on 2001/04/08  16:10:15
24963         Log: perl571delta updates based on p5p feedback; still needs
24964              lots of examples.
24965      Branch: perl
24966            ! pod/perl571delta.pod
24967 ____________________________________________________________________________
24968 [  9630] By: jhi                                   on 2001/04/08  15:59:13
24969         Log: Update the list of supported platforms to talk about 5.7.1
24970              (and 5.6.1)
24971      Branch: perl
24972            ! pod/perlport.pod
24973 ____________________________________________________________________________
24974 [  9629] By: jhi                                   on 2001/04/08  15:55:41
24975         Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
24976              from maintperl into mainline: perlport updates.
24977      Branch: perl
24978            ! pod/perlport.pod
24979 ____________________________________________________________________________
24980 [  9628] By: jhi                                   on 2001/04/08  15:53:17
24981         Log: perlsolaris.pod copied to wrong directory.
24982      Branch: perl
24983            ! win32/makefile.mk
24984 ____________________________________________________________________________
24985 [  9627] By: jhi                                   on 2001/04/08  14:48:18
24986         Log: Subject: Typos in perl571delta.pod
24987              From: "Stephen P. Potter" <spp@spotter.yi.org>
24988              Date: Sat, 07 Apr 2001 20:37:05 -0400
24989              Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
24990      Branch: perl
24991            ! pod/perl571delta.pod
24992 ____________________________________________________________________________
24993 [  9626] By: jhi                                   on 2001/04/08  14:39:04
24994         Log: Smoke out dTHR, spotted by by Stephen P. Potter.
24995      Branch: perl
24996            ! gv.c
24997 ____________________________________________________________________________
24998 [  9625] By: nick                                  on 2001/04/08  10:14:23
24999         Log: Integrate mainline
25000      Branch: perlio
25001           +> pod/perl570delta.pod pod/perl571delta.pod
25002           !> (integrate 27 files)
25003 ____________________________________________________________________________
25004 [  9624] By: gsar                                  on 2001/04/08  06:08:17
25005         Log: test in t/pod/* were busted
25006              
25007              these tests are still not enabled in t/{harness,TEST}
25008      Branch: maint-5.6/perl
25009            ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
25010            ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
25011            ! t/pod/multiline_items.t t/pod/nested_items.t
25012            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
25013            ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
25014 ____________________________________________________________________________
25015 [  9623] By: gsar                                  on 2001/04/08  03:37:01
25016         Log: integrate change#9470 from mainline
25017              
25018              Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
25019      Branch: maint-5.6/perl
25020           !> ext/Socket/Socket.xs
25021 ____________________________________________________________________________
25022 [  9622] By: jhi                                   on 2001/04/07  22:40:47
25023         Log: Update Changes.
25024      Branch: perl
25025            ! Changes patchlevel.h
25026 ____________________________________________________________________________
25027 [  9621] By: jhi                                   on 2001/04/07  22:34:16
25028         Log: Update AUTHORS.
25029      Branch: perl
25030            ! AUTHORS
25031 ____________________________________________________________________________
25032 [  9620] By: jhi                                   on 2001/04/07  22:12:47
25033         Log: Forgot to bump the number of tests in #9164.
25034      Branch: perl
25035            ! t/op/array.t
25036 ____________________________________________________________________________
25037 [  9619] By: jhi                                   on 2001/04/07  22:09:50
25038         Log: Bump patchlevel to 5.7.1.
25039      Branch: perl
25040            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
25041            ! config_h.SH patchlevel.h
25042 ____________________________________________________________________________
25043 [  9618] By: jhi                                   on 2001/04/07  22:02:41
25044         Log: Populate perl571delta.
25045      Branch: perl
25046            ! pod/perl571delta.pod
25047 ____________________________________________________________________________
25048 [  9617] By: jhi                                   on 2001/04/07  22:01:23
25049         Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
25050              to forget it later; do not change patchlevel.h yet or regenerate
25051              Configure yet.
25052      Branch: perl
25053            ! epoc/config.sh win32/Makefile win32/config_H.bc
25054            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
25055 ____________________________________________________________________________
25056 [  9616] By: jhi                                   on 2001/04/07  17:46:33
25057         Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
25058      Branch: perl
25059            ! pod/perl571delta.pod
25060 ____________________________________________________________________________
25061 [  9615] By: jhi                                   on 2001/04/07  17:33:21
25062         Log: Change the toc configuration.
25063      Branch: perl
25064            ! pod/buildtoc.PL pod/perl.pod
25065 ____________________________________________________________________________
25066 [  9614] By: jhi                                   on 2001/04/07  17:29:47
25067         Log: Subject: PATCH: $[
25068              From: Robin Houston <robin@kitsite.com>
25069              Date: Fri, 6 Apr 2001 18:10:14 +0100
25070              Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
25071      Branch: perl
25072            ! op.c t/op/array.t
25073 ____________________________________________________________________________
25074 [  9613] By: jhi                                   on 2001/04/07  17:28:26
25075         Log: Subject: [PATCH perl@9424] isn't numeric warning
25076              From: Robin Barker <rmb1@cise.npl.co.uk>
25077              Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
25078              Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
25079      Branch: perl
25080            ! sv.c t/pragma/warn/sv
25081 ____________________________________________________________________________
25082 [  9612] By: jhi                                   on 2001/04/07  17:26:45
25083         Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
25084              From: Mike Guy <mjtg@cam.ac.uk>
25085              Date: Fri, 06 Apr 2001 12:47:06 +0100
25086              Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
25087      Branch: perl
25088            ! dump.c t/lib/peek.t
25089 ____________________________________________________________________________
25090 [  9611] By: jhi                                   on 2001/04/07  17:21:35
25091         Log: Create perl571delta and seed it off with the perldelta changes
25092              since 5.7.0; remove those changes from perldelta and rename it
25093              as perl570delta; recreate perldelta but leave it almost empty.
25094      Branch: perl
25095            + pod/perl570delta.pod pod/perl571delta.pod
25096            ! MANIFEST pod/perldelta.pod
25097 ____________________________________________________________________________
25098 [  9610] By: jhi                                   on 2001/04/07  16:56:32
25099         Log: Denit.
25100      Branch: perl
25101            ! pod/perldelta.pod
25102 ____________________________________________________________________________
25103 [  9609] By: jhi                                   on 2001/04/07  16:38:32
25104         Log: Retract #9523: needs more thought.
25105      Branch: perl
25106            ! Makefile.SH
25107 ____________________________________________________________________________
25108 [  9608] By: jhi                                   on 2001/04/07  14:59:20
25109         Log: atmark() code cleanaup.
25110      Branch: perl
25111            ! ext/IO/IO.xs
25112 ____________________________________________________________________________
25113 [  9607] By: jhi                                   on 2001/04/07  14:48:14
25114         Log: Integrate change #9605 from maintperl into mainline.
25115              
25116              can't optimize away scope entry if tr/// is present
25117      Branch: perl
25118           !> op.c t/op/tr.t
25119 ____________________________________________________________________________
25120 [  9606] By: jhi                                   on 2001/04/07  14:43:59
25121         Log: Integrate perlio.
25122      Branch: perl
25123           +> win32/FindExt.pm
25124           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
25125           !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
25126 ____________________________________________________________________________
25127 [  9605] By: gsar                                  on 2001/04/07  11:52:40
25128         Log: can't optimize away scope entry if tr/// is present
25129      Branch: maint-5.6/perl
25130            ! op.c t/op/tr.t
25131 ____________________________________________________________________________
25132 [  9604] By: nick                                  on 2001/04/07  11:39:45
25133         Log: Split out extension finding code from buildext.pl into FindExt.pm
25134              Use it to get Config.pm's idea of available extensions in line
25135              with what is built.
25136      Branch: perlio
25137            + win32/FindExt.pm
25138            ! MANIFEST win32/buildext.pl win32/config_sh.PL
25139            ! win32/makefile.mk
25140 ____________________________________________________________________________
25141 [  9603] By: nick                                  on 2001/04/07  09:11:38
25142         Log: Cleanup correction for failed :Via() layer, also set an error code.
25143      Branch: perlio
25144            ! ext/PerlIO/Via/Via.xs
25145 ____________________________________________________________________________
25146 [  9602] By: nick                                  on 2001/04/07  08:38:04
25147         Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
25148              style. So don't use binmode() on the handles so that Win32 etc. see
25149              same sequence and produce same digests.
25150      Branch: perlio
25151            ! t/lib/md5-file.t
25152 ____________________________________________________________________________
25153 [  9601] By: nick                                  on 2001/04/07  08:36:26
25154         Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
25155              Else it complains and so crlf layer (say) does not get pushed.
25156      Branch: perlio
25157            ! perlio.c
25158 ____________________________________________________________________________
25159 [  9600] By: jhi                                   on 2001/04/06  23:00:09
25160         Log: Integrate change #9599 from perlio into mainline.
25161      Branch: perl
25162           !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
25163           !> win32/config_H.vc
25164 ____________________________________________________________________________
25165 [  9599] By: nick                                  on 2001/04/06  21:42:43
25166         Log: Quote $VERSION in Encode.pm.
25167              regen_config_h as requested.
25168      Branch: perlio
25169            ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
25170            ! win32/config_H.vc
25171 ____________________________________________________________________________
25172 [  9598] By: nick                                  on 2001/04/06  20:34:59
25173         Log: Integrate mainline
25174      Branch: perlio
25175           +> README.macos
25176           !> (integrate 39 files)
25177 ____________________________________________________________________________
25178 [  9597] By: gsar                                  on 2001/04/06  18:06:35
25179         Log: integrate change#9464 from mainline (addendum to change#8313)
25180              
25181              Subject: [PATCH @9452] Better peep()ing for foreach() loops
25182      Branch: maint-5.6/perl
25183           !> op.c
25184 ____________________________________________________________________________
25185 [  9596] By: jhi                                   on 2001/04/06  17:26:03
25186         Log: The d_casti32=undef is good for you even when not use64bitall.
25187      Branch: perl
25188            ! hints/hpux.sh
25189 ____________________________________________________________________________
25190 [  9595] By: gsar                                  on 2001/04/06  14:57:17
25191         Log: add a low-impact fix to accomodate darwin-ism
25192      Branch: maint-5.6/perl
25193            ! ext/Errno/Errno_pm.PL
25194 ____________________________________________________________________________
25195 [  9594] By: jhi                                   on 2001/04/06  14:55:14
25196         Log: Integrate changes #9528,9593 from mainline into maintperl;
25197              tweaking the editor/IDE/shell list.
25198      Branch: maint-5.6/perl
25199           !> pod/perlfaq3.pod
25200 ____________________________________________________________________________
25201 [  9593] By: jhi                                   on 2001/04/06  14:51:39
25202         Log: Make the editor/IDE/shell list a little bit airier.
25203      Branch: perl
25204            ! pod/perlfaq3.pod
25205 ____________________________________________________________________________
25206 [  9592] By: gsar                                  on 2001/04/06  14:45:18
25207         Log: integrate change#9477 from mainline (base.pm doc tweak)
25208              
25209              missing doc entry for fmod()
25210      Branch: maint-5.6/perl
25211            ! lib/Math/BigFloat.pm
25212           !> lib/base.pm
25213 ____________________________________________________________________________
25214 [  9591] By: jhi                                   on 2001/04/06  13:55:48
25215         Log: Regen toc.
25216      Branch: perl
25217            ! pod/perltoc.pod
25218 ____________________________________________________________________________
25219 [  9590] By: jhi                                   on 2001/04/06  13:54:52
25220         Log: Math::BigFloat patches from John Peacock.  The equivalent
25221              of #9586 from maintperl but reworked by John to work with
25222              the bleadperl.
25223      Branch: perl
25224            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
25225 ____________________________________________________________________________
25226 [  9589] By: jhi                                   on 2001/04/06  13:42:23
25227         Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
25228      Branch: perl
25229            ! ext/Digest/MD5/Makefile.PL
25230 ____________________________________________________________________________
25231 [  9588] By: jhi                                   on 2001/04/06  13:31:45
25232         Log: Integrate changes #9584,9587 from maintperl into mainline.
25233              
25234              keep eval"" CVs alive until the end of the statement in which
25235              they're called
25236              
25237              add README.macos (from Chris Nandor)
25238              
25239              tyop in change#9555
25240      Branch: perl
25241           +> README.macos
25242           !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
25243           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
25244           !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
25245           !> win32/makefile.mk
25246 ____________________________________________________________________________
25247 [  9587] By: gsar                                  on 2001/04/06  07:31:30
25248         Log: add README.macos (from Chris Nandor)
25249              
25250              tyop in change#9555
25251      Branch: maint-5.6/perl
25252            + README.macos
25253            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
25254            ! win32/Makefile win32/makefile.mk
25255 ____________________________________________________________________________
25256 [  9586] By: gsar                                  on 2001/04/06  07:08:54
25257         Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
25258      Branch: maint-5.6/perl
25259            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
25260 ____________________________________________________________________________
25261 [  9585] By: gsar                                  on 2001/04/06  06:58:44
25262         Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
25263              from mainline
25264              
25265              Subject: [PATCH] Base64 update to perlfaq9.pod
25266              
25267              Subject: [PATCH AUTHORS] Housekeeping
25268              
25269              Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
25270              Mac OS X (Darwin) has extra pwent fields.
25271              
25272              Subject: [PATCH B::*] print control-character vars readably
25273              Needs EBCDICification.
25274              
25275              Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
25276              
25277              Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
25278              
25279              Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
25280              
25281              Subject: [PATCH B::Deparse] binmode is no longer an UNOP
25282              
25283              Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
25284              
25285              Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
25286              
25287              Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
25288              
25289              Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
25290              
25291              FreeBSD hints tweak from Anton Berezin.
25292              
25293              Subject: [PATCH foolperl & bleadperl] README.vms update
25294              
25295              Subject: Re: [PATCH foolperl & bleadperl] README.vms update
25296      Branch: maint-5.6/perl
25297           !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
25298           !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
25299           !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
25300 ____________________________________________________________________________
25301 [  9584] By: gsar                                  on 2001/04/06  04:09:00
25302         Log: keep eval"" CVs alive until the end of the statement in which
25303              they're called; this avoids a coredump ensuing from search for
25304              lexicals in code such as:
25305              
25306              sub bug {
25307              my $s = @_;
25308              eval q[sub { eval 'sub { &$s }' }];
25309              }
25310              bug("x")->()->();
25311              
25312              this code still doesn't work as intended (as it has remained
25313              since time immemorial), but it doesn't provoke a coredump anymore
25314      Branch: maint-5.6/perl
25315            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
25316            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
25317 ____________________________________________________________________________
25318 [  9583] By: jhi                                   on 2001/04/05  23:52:51
25319         Log: Update Changes.
25320      Branch: perl
25321            ! Changes patchlevel.h
25322 ____________________________________________________________________________
25323 [  9582] By: jhi                                   on 2001/04/05  23:11:23
25324         Log: Slight doc tweak.
25325      Branch: perl
25326            ! pod/perlunicode.pod
25327 ____________________________________________________________________________
25328 [  9581] By: jhi                                   on 2001/04/05  23:04:11
25329         Log: Integrate perlio.
25330      Branch: perl
25331           !> pod/perlunicode.pod
25332 ____________________________________________________________________________
25333 [  9580] By: jhi                                   on 2001/04/05  23:03:29
25334         Log: Test for #9579.
25335      Branch: perl
25336            ! t/op/do.t
25337 ____________________________________________________________________________
25338 [  9579] By: jhi                                   on 2001/04/05  22:54:17
25339         Log: Subject: [PATCH] Propagate calling context for do '...'
25340              From: Gisle Aas <gisle@ActiveState.com>
25341              Date: 04 Apr 2001 20:17:29 -0700
25342              Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
25343      Branch: perl
25344            ! pod/perlfunc.pod pp_ctl.c
25345 ____________________________________________________________________________
25346 [  9578] By: jhi                                   on 2001/04/05  22:52:51
25347         Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
25348              From: Peter Prymmer <pvhp@forte.com>
25349              Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
25350              Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
25351      Branch: perl
25352            ! README.vms
25353 ____________________________________________________________________________
25354 [  9577] By: jhi                                   on 2001/04/05  22:48:22
25355         Log: Subject: [PATCH foolperl & bleadperl] README.vms update
25356              From: "Craig A. Berry" <craigberry@mac.com>
25357              Date: Thu, 5 Apr 2001 13:43:28 -0500
25358              Message-Id: <p04330101b6f269936918@[172.16.52.1]>
25359      Branch: perl
25360            ! README.vms
25361 ____________________________________________________________________________
25362 [  9576] By: jhi                                   on 2001/04/05  22:31:38
25363         Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
25364              From: Michael G Schwern <schwern@pobox.com>
25365              Date: Thu, 5 Apr 2001 21:53:21 +0100
25366              Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
25367      Branch: perl
25368            ! lib/base.pm t/lib/fields.t
25369 ____________________________________________________________________________
25370 [  9575] By: jhi                                   on 2001/04/05  22:26:10
25371         Log: FreeBSD hints tweak from Anton Berezin.
25372      Branch: perl
25373            ! hints/freebsd.sh
25374 ____________________________________________________________________________
25375 [  9574] By: jhi                                   on 2001/04/05  22:24:03
25376         Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
25377              From: David Dyck <dcd@tc.fluke.com>
25378              Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
25379              Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
25380      Branch: perl
25381            ! t/op/oct.t
25382 ____________________________________________________________________________
25383 [  9573] By: jhi                                   on 2001/04/05  22:23:06
25384         Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
25385              Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
25386              From: David Dyck <dcd@tc.fluke.com>
25387              Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
25388      Branch: perl
25389            ! pp.c
25390 ____________________________________________________________________________
25391 [  9572] By: jhi                                   on 2001/04/05  22:14:47
25392         Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
25393              From: Robin Houston <robin@kitsite.com>
25394              Date: Thu, 5 Apr 2001 20:56:48 +0100
25395              Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
25396      Branch: perl
25397            ! ext/B/B/Deparse.pm
25398 ____________________________________________________________________________
25399 [  9571] By: jhi                                   on 2001/04/05  22:12:53
25400         Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
25401              From: Robin Houston <robin@kitsite.com>
25402              Date: Thu, 5 Apr 2001 19:55:51 +0100
25403              Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
25404      Branch: perl
25405            ! ext/B/B/Deparse.pm
25406 ____________________________________________________________________________
25407 [  9570] By: jhi                                   on 2001/04/05  22:11:06
25408         Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
25409              From: Robin Houston <robin@kitsite.com>
25410              Date: Thu, 5 Apr 2001 20:16:29 +0100
25411              Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
25412      Branch: perl
25413            ! ext/B/B/Deparse.pm
25414 ____________________________________________________________________________
25415 [  9569] By: nick                                  on 2001/04/05  21:32:26
25416         Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
25417      Branch: perlio
25418            ! pod/perlunicode.pod
25419 ____________________________________________________________________________
25420 [  9568] By: nick                                  on 2001/04/05  19:38:09
25421         Log: Integrate mainline
25422      Branch: perlio
25423           +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
25424           !> (integrate 35 files)
25425 ____________________________________________________________________________
25426 [  9567] By: jhi                                   on 2001/04/05  18:31:45
25427         Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
25428              From: Robin Houston <robin@kitsite.com>
25429              Date: Thu, 5 Apr 2001 18:03:23 +0100
25430              Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
25431      Branch: perl
25432            ! ext/B/B/Deparse.pm
25433 ____________________________________________________________________________
25434 [  9566] By: jhi                                   on 2001/04/05  18:29:35
25435         Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
25436              From: Robin Houston <robin@kitsite.com>
25437              Date: Thu, 5 Apr 2001 16:45:18 +0100
25438              Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
25439      Branch: perl
25440            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
25441 ____________________________________________________________________________
25442 [  9565] By: jhi                                   on 2001/04/05  18:24:23
25443         Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
25444              From: Robin Houston <robin@kitsite.com>
25445              Date: Thu, 5 Apr 2001 14:50:09 +0100
25446              Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
25447      Branch: perl
25448            ! ext/B/B/Deparse.pm
25449 ____________________________________________________________________________
25450 [  9564] By: jhi                                   on 2001/04/05  18:23:03
25451         Log: Subject: [PATCH B::*] print control-character vars readably
25452              From: Robin Houston <robin@kitsite.com>
25453              Date: Thu, 5 Apr 2001 14:27:38 +0100
25454              Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
25455              
25456              Needs EBCDICification.
25457      Branch: perl
25458            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
25459            ! ext/B/B/Terse.pm
25460 ____________________________________________________________________________
25461 [  9563] By: jhi                                   on 2001/04/05  18:20:32
25462         Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
25463              Date: Thu, 5 Apr 2001 13:21:42 -0400
25464              From: Paul Schinder <schinder@pobox.com>
25465              Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
25466              
25467              Mac OS X (Darwin) has extra pwent fields.
25468      Branch: perl
25469            ! t/op/pwent.t
25470 ____________________________________________________________________________
25471 [  9562] By: jhi                                   on 2001/04/05  17:57:51
25472         Log: Regen toc.
25473      Branch: perl
25474            ! pod/perltoc.pod
25475 ____________________________________________________________________________
25476 [  9561] By: jhi                                   on 2001/04/05  17:47:33
25477         Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
25478      Branch: metaconfig
25479            ! U/Glossary.patch
25480      Branch: metaconfig/U/perl
25481            + d_u32align.U
25482            ! d_cmsghdr_s.U d_msghdr_s.U
25483 ____________________________________________________________________________
25484 [  9560] By: jhi                                   on 2001/04/05  17:47:01
25485         Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
25486              ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
25487              Introduce probes for struct msghdr, struct cmsghdr,
25488              sendmsg, recvmsg, readv, writev, setitimer, getitimer,
25489              ualarm, usleep, for possible later extension work.
25490      Branch: perl
25491            + t/lib/md5-align.t
25492            ! Configure MANIFEST Porting/Glossary Porting/config.sh
25493            ! Porting/config_H config_h.SH configure.com epoc/config.sh
25494            ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
25495            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
25496            ! vos/config.ga.h win32/config.bc win32/config.gc
25497            ! win32/config.vc
25498 ____________________________________________________________________________
25499 [  9559] By: jhi                                   on 2001/04/05  13:03:04
25500         Log: Be traditional in your cpp (for the Errno extension).
25501      Branch: perl
25502            ! hints/darwin.sh
25503 ____________________________________________________________________________
25504 [  9558] By: jhi                                   on 2001/04/05  13:00:05
25505         Log: Add $Config{cppflags} to the gcc incantation.
25506      Branch: perl
25507            ! ext/Errno/Errno_pm.PL
25508 ____________________________________________________________________________
25509 [  9557] By: jhi                                   on 2001/04/05  04:22:39
25510         Log: Introduce Sean Burke's Class::ISA 0.32.
25511      Branch: perl
25512            + lib/Class/ISA.pm t/lib/class-isa.t
25513            ! MANIFEST
25514 ____________________________________________________________________________
25515 [  9556] By: jhi                                   on 2001/04/05  04:09:50
25516         Log: Subject: [PATCH AUTHORS] Housekeeping
25517              From: Paul Johnson <paul@pjcj.net> 
25518              Date: Wed, 4 Apr 2001 22:45:47 +0200
25519              Message-ID: <20010404224547.D9548@pjcj.net>
25520      Branch: perl
25521            ! AUTHORS
25522 ____________________________________________________________________________
25523 [  9555] By: jhi                                   on 2001/04/05  04:06:33
25524         Log: Subject: [PATCH] Base64 update to perlfaq9.pod
25525              From: Gisle Aas <gisle@ActiveState.com>
25526              Date: 04 Apr 2001 14:23:04 -0700
25527              Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
25528      Branch: perl
25529            ! pod/perlfaq9.pod
25530 ____________________________________________________________________________
25531 [  9554] By: jhi                                   on 2001/04/05  04:05:49
25532         Log: Downgrade also the "Wide character" diagnostic.
25533      Branch: perl
25534            ! pod/perldiag.pod
25535 ____________________________________________________________________________
25536 [  9553] By: jhi                                   on 2001/04/05  04:00:33
25537         Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
25538              maintperl into mainline.
25539              
25540              "double" should be "NV"; standard typemap is missing entry
25541              for NV
25542              
25543              s/djSP/dSP/
25544              
25545              Downgrade "Wide character in print" to a warning.
25546              
25547              B::Deparse fix for ${^FOO} and documentation for PVX() method
25548              (from Robin Houston)
25549              
25550              tr/// doesn't null-terminate the result in some situations
25551              (from Gisle Aas)
25552      Branch: perl
25553           !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
25554           !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
25555           !> t/io/utf8.t t/op/tr.t
25556 ____________________________________________________________________________
25557 [  9552] By: jhi                                   on 2001/04/05  03:52:50
25558         Log: Retract changes #9542 and #9538 (from maintperl, integrated
25559              at #9540), shouldn't be needed because of the perlio changes.
25560      Branch: perl
25561            ! util.c
25562 ____________________________________________________________________________
25563 [  9551] By: gsar                                  on 2001/04/05  00:18:34
25564         Log: tr/// doesn't null-terminate the result in some situations
25565              (from Gisle Aas)
25566      Branch: maint-5.6/perl
25567            ! doop.c t/op/tr.t
25568 ____________________________________________________________________________
25569 [  9550] By: gsar                                  on 2001/04/04  20:04:17
25570         Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
25571              (from Robin Houston)
25572      Branch: maint-5.6/perl
25573            ! ext/B/B.pm ext/B/B/Deparse.pm
25574 ____________________________________________________________________________
25575 [  9549] By: nick                                  on 2001/04/04  18:56:15
25576         Log: Downgrade "Wide character in print" to a warning.
25577      Branch: perlio
25578            ! doio.c t/io/utf8.t
25579 ____________________________________________________________________________
25580 [  9548] By: gsar                                  on 2001/04/04  18:51:49
25581         Log: integrate changes#9460,9462,9482,9521,9522
25582              
25583              Subject: PATCH: B::Debug should show LOOP-specific fields
25584              
25585              Subject: B::Deparse precedence bug. (Patch included.)
25586              
25587              Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
25588              
25589              Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
25590              
25591              Subject: [PATCH B::Concise] padname values may have bogus SvCUR
25592      Branch: maint-5.6/perl
25593           !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
25594           !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
25595 ____________________________________________________________________________
25596 [  9547] By: gsar                                  on 2001/04/04  18:49:16
25597         Log: s/djSP/dSP/
25598      Branch: maint-5.6/perl
25599            ! ext/Thread/Thread.xs
25600 ____________________________________________________________________________
25601 [  9546] By: nick                                  on 2001/04/04  18:44:00
25602         Log: Integrate mainline.
25603      Branch: perlio
25604           !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
25605           !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
25606 ____________________________________________________________________________
25607 [  9545] By: gsar                                  on 2001/04/04  18:38:52
25608         Log: integrate change#8837 from mainline
25609              
25610              Subject: [patch] -Wall cleanup round 2
25611      Branch: maint-5.6/perl
25612           !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
25613           !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
25614           !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
25615           !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
25616           !> ext/SDBM_File/SDBM_File.xs
25617 ____________________________________________________________________________
25618 [  9544] By: gsar                                  on 2001/04/04  17:49:57
25619         Log: "double" should be "NV"; standard typemap is missing entry
25620              for NV
25621      Branch: maint-5.6/perl
25622            ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
25623 ____________________________________________________________________________
25624 [  9543] By: jhi                                   on 2001/04/04  14:13:18
25625         Log: Thou shalt not (just) match for English error messages.
25626      Branch: perl
25627            ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
25628            ! os2/OS2/Process/Process.pm
25629 ____________________________________________________________________________
25630 [  9542] By: jhi                                   on 2001/04/04  13:20:39
25631         Log: Make the stdio tricks of fflush_all() to exist only if
25632              stdio is being used.
25633      Branch: perl
25634            ! util.c
25635 ____________________________________________________________________________
25636 [  9541] By: jhi                                   on 2001/04/04  04:20:24
25637         Log: Subject: Re: [PATCH] Lighten up glob
25638              From: Benjamin Sugars <bsugars@canoe.ca>
25639              Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
25640              Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
25641      Branch: perl
25642            ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
25643            ! util.c
25644 ____________________________________________________________________________
25645 [  9540] By: jhi                                   on 2001/04/04  04:03:57
25646         Log: Integrate changes #9538,9539 from maintperl into mainline.
25647              
25648              fflush() is a macro on SunOS 4.1.x, so provide a wrapper
25649              for use with _fwalk() (fix for change#7705)
25650              
25651              another tweak needed for SunOS 4.1.x build (from Mike Guy)
25652              (cp -f is not portable)
25653      Branch: perl
25654           !> Makefile.SH util.c
25655 ____________________________________________________________________________
25656 [  9539] By: gsar                                  on 2001/04/04  03:01:14
25657         Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
25658      Branch: maint-5.6/perl
25659            ! Makefile.SH
25660 ____________________________________________________________________________
25661 [  9538] By: gsar                                  on 2001/04/04  01:00:38
25662         Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
25663              for use with _fwalk() (fix for change#7705)
25664      Branch: maint-5.6/perl
25665            ! util.c
25666 ____________________________________________________________________________
25667 [  9537] By: nick                                  on 2001/04/03  19:24:55
25668         Log: Integrate mainline
25669      Branch: perlio
25670           +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
25671           +> lib/unicode/PropList.html
25672            - lib/unicode/Names.txt lib/unicode/README.Ethiopic
25673           !> (integrate 69 files)
25674 ____________________________________________________________________________
25675 [  9536] By: jhi                                   on 2001/04/03  18:02:31
25676         Log: Integrate change #9533 from maintperl into mainline.
25677              
25678              better fix for change#9517 to accomodate UNC paths like
25679              \\server\share\foo, and paths with trailing backslash
25680              like c:\this\
25681      Branch: perl
25682           !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
25683 ____________________________________________________________________________
25684 [  9535] By: jhi                                   on 2001/04/03  17:58:07
25685         Log: Change the push/unshift warning to be of class syntax, not misc.
25686      Branch: perl
25687            ! op.c pod/perldiag.pod t/pragma/warn/op
25688 ____________________________________________________________________________
25689 [  9534] By: jhi                                   on 2001/04/03  15:03:46
25690         Log: Change the push/unshift warning (#9532) to talk about "no values"
25691              instead of "no arguments".
25692      Branch: perl
25693            ! op.c pod/perldiag.pod t/pragma/warn/op
25694 ____________________________________________________________________________
25695 [  9533] By: gsar                                  on 2001/04/03  14:30:07
25696         Log: better fix for change#9517 to accomodate UNC paths like
25697              \\server\share\foo, and paths with trailing backslash
25698              like c:\this\
25699      Branch: maint-5.6/perl
25700            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
25701 ____________________________________________________________________________
25702 [  9532] By: jhi                                   on 2001/04/03  13:11:46
25703         Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
25704              From: Robin Houston <robin@kitsite.com>
25705              Date: Mon, 2 Apr 2001 15:03:29 +0100
25706              Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
25707      Branch: perl
25708            ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
25709 ____________________________________________________________________________
25710 [  9531] By: jhi                                   on 2001/04/03  13:06:34
25711         Log: Integrate change #9530 from maintperl into mainline.
25712              
25713              accomodate VMS "mailbox overflow" quirk in testsuite (from
25714              Craig Berry)
25715      Branch: perl
25716           !> t/lib/socket.t
25717 ____________________________________________________________________________
25718 [  9530] By: gsar                                  on 2001/04/03  04:56:41
25719         Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
25720              Craig Berry)
25721      Branch: maint-5.6/perl
25722            ! t/lib/socket.t
25723 ____________________________________________________________________________
25724 [  9529] By: jhi                                   on 2001/04/03  02:34:34
25725         Log: Update Changes.
25726      Branch: perl
25727            ! Changes patchlevel.h
25728 ____________________________________________________________________________
25729 [  9528] By: jhi                                   on 2001/04/03  01:27:57
25730         Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
25731              Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
25732              To: perl5-porters@perl.org
25733              Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
25734      Branch: perl
25735            ! pod/perlfaq3.pod
25736 ____________________________________________________________________________
25737 [  9527] By: jhi                                   on 2001/04/03  01:22:09
25738         Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
25739              From: Peter Prymmer <pvhp@forte.com>
25740              Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
25741              Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>      
25742      Branch: perl
25743            ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
25744 ____________________________________________________________________________
25745 [  9526] By: jhi                                   on 2001/04/03  01:18:25
25746         Log: The metaconfig unit changes for #9525.
25747      Branch: metaconfig
25748            ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
25749      Branch: metaconfig/U/perl
25750            ! use64bits.U
25751 ____________________________________________________________________________
25752 [  9525] By: jhi                                   on 2001/04/03  01:17:30
25753         Log: Configure sanity checks:
25754              * if use64bitall is attempted but pointers are only 32-bit,
25755              'downgrade' to use64bitint
25756              * if use64bitint is attempted but there's no quad type,
25757              forget about use64bitint (well, the default for it is 'n',
25758              the user can still override this)
25759              * if pointers are 64 bits, do not try to use Perl's malloc
25760      Branch: perl
25761            ! Configure
25762 ____________________________________________________________________________
25763 [  9524] By: gsar                                  on 2001/04/03  01:09:12
25764         Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
25765      Branch: maint-5.6/perl
25766            ! pp_sys.c
25767 ____________________________________________________________________________
25768 [  9523] By: jhi                                   on 2001/04/03  00:02:31
25769         Log: (Retracted by #9609)
25770              
25771              Make it harder for parallel makes to enter 'test' before
25772              Dynaloader and File::Glob are happy.  (In principle 'make_ext'
25773              should be unhappy enough, but sometimes parallel makes seem
25774              to sneak past both in Tru64 and AIX.)
25775      Branch: perl
25776            ! Makefile.SH
25777 ____________________________________________________________________________
25778 [  9522] By: jhi                                   on 2001/04/02  22:35:31
25779         Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
25780              Date: Mon, 2 Apr 2001 22:54:10 +0100
25781              From: Robin Houston <robin@kitsite.com>
25782              Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
25783      Branch: perl
25784            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
25785 ____________________________________________________________________________
25786 [  9521] By: jhi                                   on 2001/04/02  22:32:23
25787         Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
25788              From: Robin Houston <robin@kitsite.com>
25789              Date: Mon, 2 Apr 2001 20:24:03 +0100
25790              Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
25791      Branch: perl
25792            ! ext/B/B/Concise.pm
25793 ____________________________________________________________________________
25794 [  9520] By: jhi                                   on 2001/04/02  22:30:43
25795         Log: Subject: [PATCH] REALLY pedantic hv.h nit
25796              From: Simon Cozens <simon@netthink.co.uk>
25797              Date: Mon, 2 Apr 2001 15:43:06 +0100
25798              Message-ID: <20010402154306.A21711@netthink.co.uk>
25799      Branch: perl
25800            ! hv.h
25801 ____________________________________________________________________________
25802 [  9519] By: jhi                                   on 2001/04/02  22:28:04
25803         Log: Based on
25804              
25805              Subject: [foolperl] EPOC fix
25806              From: Olaf Flebbe <O.Flebbe@science-computing.de>
25807              Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
25808              Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
25809      Branch: perl
25810            ! pp_sys.c
25811 ____________________________________________________________________________
25812 [  9518] By: jhi                                   on 2001/04/02  22:22:34
25813         Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
25814              
25815              README.win32 tweaks; add a note about alternative location for
25816              getting a gcc-2.95.2 that will build perl properly on windows
25817              
25818              add some notes about gutsy threading matters
25819              
25820              many of the utilities interpolate literal paths within doublequotes
25821              (fails on dosish platforms where path contains backslashes)
25822      Branch: perl
25823           !> README.win32 pod/perlguts.pod utils/perldoc.PL
25824           !> x2p/find2perl.PL x2p/s2p.PL
25825 ____________________________________________________________________________
25826 [  9517] By: gsar                                  on 2001/04/02  19:52:21
25827         Log: many of the utilities interpolate literal paths within doublequotes
25828              (fails on dosish platforms where path contains backslashes)
25829      Branch: maint-5.6/perl
25830            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
25831 ____________________________________________________________________________
25832 [  9516] By: gsar                                  on 2001/04/02  05:49:37
25833         Log: a foolish release
25834      Branch: maint-5.6/perl
25835            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
25836            ! pod/perltoc.pod
25837 ____________________________________________________________________________
25838 [  9515] By: gsar                                  on 2001/04/02  05:04:29
25839         Log: add missing changelog summaries
25840      Branch: maint-5.6/perl
25841            ! Changes
25842 ____________________________________________________________________________
25843 [  9514] By: gsar                                  on 2001/04/02  04:07:13
25844         Log: add some notes about gutsy threading matters
25845      Branch: maint-5.6/perl
25846            ! pod/perlguts.pod
25847 ____________________________________________________________________________
25848 [  9513] By: gsar                                  on 2001/04/02  03:25:21
25849         Log: add more prominent caveat notices about experimental features
25850      Branch: maint-5.6/perl
25851            ! pod/perlfork.pod pod/perlunicode.pod
25852 ____________________________________________________________________________
25853 [  9512] By: gsar                                  on 2001/04/02  02:54:33
25854         Log: integrate changes#9479,9509 from mainline
25855              
25856              [PATCH] File::Glob stuff for Mac OS
25857              
25858              [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
25859      Branch: maint-5.6/perl
25860           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
25861           !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
25862           !> t/lib/glob-taint.t
25863 ____________________________________________________________________________
25864 [  9511] By: gsar                                  on 2001/04/02  02:38:24
25865         Log: README.win32 tweaks; add a note about alternative location for
25866              getting a gcc-2.95.2 that will build perl properly on windows
25867      Branch: maint-5.6/perl
25868            ! README.win32
25869 ____________________________________________________________________________
25870 [  9510] By: jhi                                   on 2001/04/01  20:45:10
25871         Log: An ambiguosity warning.
25872      Branch: perl
25873            ! t/lib/trig.t
25874 ____________________________________________________________________________
25875 [  9509] By: jhi                                   on 2001/04/01  19:53:47
25876         Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
25877              From: Jonathan Stowe <gellyfish@gellyfish.com>
25878              Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
25879              Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
25880      Branch: perl
25881            ! ext/File/Glob/bsd_glob.c
25882 ____________________________________________________________________________
25883 [  9508] By: jhi                                   on 2001/04/01  19:35:03
25884         Log: Update Changes.
25885      Branch: perl
25886            ! Changes patchlevel.h
25887 ____________________________________________________________________________
25888 [  9507] By: jhi                                   on 2001/04/01  19:24:01
25889         Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
25890              from mainline to maintperl: pod tweaks.
25891      Branch: maint-5.6/perl
25892           !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
25893           !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
25894           !> pod/perlvar.pod
25895 ____________________________________________________________________________
25896 [  9506] By: jhi                                   on 2001/04/01  19:11:53
25897         Log: Commit Sarathy to April release of 5.6.1 :-)
25898      Branch: perl
25899            ! pod/perlfaq1.pod
25900 ____________________________________________________________________________
25901 [  9505] By: jhi                                   on 2001/04/01  19:03:15
25902         Log: Subject: PATCH 5.6.0 (perldebug.pod)
25903              From: Mark-Jason Dominus <mjd@plover.com>
25904              Date: Sun, 01 Apr 2001 14:25:11 -0400
25905              Message-ID: <20010401182511.9247.qmail@plover.com>
25906      Branch: perl
25907            ! pod/perldebug.pod
25908 ____________________________________________________________________________
25909 [  9504] By: jhi                                   on 2001/04/01  18:43:09
25910         Log: Add great_circle_direction().
25911      Branch: perl
25912            ! lib/Math/Trig.pm t/lib/trig.t
25913 ____________________________________________________________________________
25914 [  9503] By: jhi                                   on 2001/04/01  17:29:12
25915         Log: Unicode ReadMe update for Unicode 3.1.
25916      Branch: perl
25917            ! lib/unicode/ReadMe.txt
25918 ____________________________________________________________________________
25919 [  9502] By: jhi                                   on 2001/04/01  17:18:40
25920         Log: Integrate change #9501 from maintperl into mainline.
25921              
25922              fix the perlembed notes on multiple interpreters
25923              
25924              fix ExtUtils::Embed to work passably on Windows
25925      Branch: perl
25926           !> lib/ExtUtils/Embed.pm pod/perlembed.pod
25927 ____________________________________________________________________________
25928 [  9501] By: gsar                                  on 2001/04/01  07:21:57
25929         Log: fix the perlembed notes on multiple interpreters
25930              
25931              fix ExtUtils::Embed to work passably on Windows
25932      Branch: maint-5.6/perl
25933            ! lib/ExtUtils/Embed.pm pod/perlembed.pod
25934 ____________________________________________________________________________
25935 [  9500] By: jhi                                   on 2001/04/01  05:58:23
25936         Log: Test for #9499.
25937      Branch: perl
25938            ! t/op/tr.t
25939 ____________________________________________________________________________
25940 [  9499] By: jhi                                   on 2001/04/01  05:55:46
25941         Log: tr/// UTF-8 tweaking from Inaba Hiroto.
25942      Branch: perl
25943            ! embed.h embed.pl op.c proto.h
25944 ____________________________________________________________________________
25945 [  9498] By: jhi                                   on 2001/04/01  05:44:34
25946         Log: Protect the workaround hunk more.
25947      Branch: perl
25948            ! toke.c
25949 ____________________________________________________________________________
25950 [  9497] By: jhi                                   on 2001/04/01  00:24:25
25951         Log: Integrate changes #9493,9494,9495,9496 from maintperl
25952              into mainline.
25953              
25954              fix a broken workaround for Borland compiler in change#4739
25955              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
25956              
25957              nits spotted by Borland compiler
25958              
25959              avoid redefinition warnings under Borland 5.02
25960              
25961              various nits identified by the Borland 5.5 compiler; remove suppression
25962              of a few warnings
25963      Branch: perl
25964           !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
25965           !> win32/win32.h
25966 ____________________________________________________________________________
25967 [  9496] By: gsar                                  on 2001/03/31  23:22:28
25968         Log: various nits identified by the Borland 5.5 compiler; remove suppression
25969              of a few warnings
25970      Branch: maint-5.6/perl
25971            ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
25972 ____________________________________________________________________________
25973 [  9495] By: gsar                                  on 2001/03/31  21:03:08
25974         Log: avoid redefinition warnings under Borland 5.02
25975      Branch: maint-5.6/perl
25976            ! win32/makefile.mk
25977 ____________________________________________________________________________
25978 [  9494] By: gsar                                  on 2001/03/31  20:18:59
25979         Log: nits spotted by Borland compiler
25980      Branch: maint-5.6/perl
25981            ! utf8.h win32/win32.h
25982 ____________________________________________________________________________
25983 [  9493] By: gsar                                  on 2001/03/31  20:18:05
25984         Log: fix a broken workaround for Borland compiler in change#4739
25985              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
25986      Branch: maint-5.6/perl
25987            ! toke.c
25988 ____________________________________________________________________________
25989 [  9492] By: jhi                                   on 2001/03/31  18:36:24
25990         Log: Integrate change #9491 from maintperl into mainline.
25991              
25992              Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
25993              directory is relative (need to fetch the full path name *before*
25994              the chdir!)
25995      Branch: perl
25996           !> lib/Cwd.pm
25997 ____________________________________________________________________________
25998 [  9491] By: gsar                                  on 2001/03/31  17:01:56
25999         Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
26000              directory is relative (need to fetch the full path name *before*
26001              the chdir!)
26002              
26003              this is a followup patch for change#6749
26004      Branch: maint-5.6/perl
26005            ! lib/Cwd.pm
26006 ____________________________________________________________________________
26007 [  9490] By: jhi                                   on 2001/03/31  15:50:18
26008         Log: Subject: Re: [PATCH] av.h cosmetics
26009              From: Simon Cozens <simon@netthink.co.uk>
26010              Date: Sat, 31 Mar 2001 13:09:59 +0100
26011              Message-ID: <20010331130959.A22000@netthink.co.uk>
26012              
26013              Document AvALLOC.
26014      Branch: perl
26015            ! pod/perlguts.pod
26016 ____________________________________________________________________________
26017 [  9489] By: jhi                                   on 2001/03/31  15:48:44
26018         Log: Subject: [PATCH] Re: Math::Big* v1.21
26019              From: Tels <perl_dummy@bloodgate.com>
26020              Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
26021              Message-Id: <200103311125.GAA377738@www08.hway.net>
26022      Branch: perl
26023            ! pod/perlop.pod
26024 ____________________________________________________________________________
26025 [  9488] By: jhi                                   on 2001/03/31  03:39:51
26026         Log: Debug output tweak.
26027      Branch: perl
26028            ! t/lib/cwd.t
26029 ____________________________________________________________________________
26030 [  9487] By: jhi                                   on 2001/03/31  03:33:02
26031         Log: OverVMSification.
26032      Branch: perl
26033            ! t/lib/cwd.t
26034 ____________________________________________________________________________
26035 [  9486] By: jhi                                   on 2001/03/31  03:01:40
26036         Log: Missed MANIFESTations in #9483.
26037      Branch: perl
26038            ! MANIFEST
26039 ____________________________________________________________________________
26040 [  9485] By: jhi                                   on 2001/03/31  02:58:17
26041         Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
26042              From: Peter Prymmer <pvhp@forte.com>
26043              Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
26044              Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
26045      Branch: perl
26046            ! regexec.c t/lib/cwd.t
26047 ____________________________________________________________________________
26048 [  9484] By: jhi                                   on 2001/03/31  01:04:41
26049         Log: Obsolete file (see #3938)
26050      Branch: perl
26051            - lib/unicode/README.Ethiopic
26052            ! MANIFEST
26053 ____________________________________________________________________________
26054 [  9483] By: jhi                                   on 2001/03/31  00:52:42
26055         Log: Update to Unicode 3.1.
26056              (Rename Names.txt to NamesList.txt.)
26057      Branch: perl
26058            + lib/unicode/NamesList.txt lib/unicode/PropList.html
26059            - lib/unicode/Names.txt
26060            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
26061            ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
26062            ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
26063            ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
26064            ! lib/unicode/UCD.html lib/unicode/Unicode.html
26065            ! lib/unicode/rename lib/unicode/version
26066 ____________________________________________________________________________
26067 [  9482] By: jhi                                   on 2001/03/30  23:33:44
26068         Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
26069              From: Robin Houston <robin@kitsite.com>
26070              Date: Fri, 30 Mar 2001 20:07:22 +0100
26071              Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
26072      Branch: perl
26073            ! ext/B/B/Deparse.pm
26074 ____________________________________________________________________________
26075 [  9481] By: jhi                                   on 2001/03/30  23:20:25
26076         Log: Subject: Re: [PATCH] CwdXS, Take 2
26077              From: Benjamin Sugars <bsugars@canoe.ca>
26078              Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
26079              Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
26080      Branch: perl
26081            + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
26082            ! MANIFEST lib/Cwd.pm t/lib/cwd.t
26083 ____________________________________________________________________________
26084 [  9480] By: jhi                                   on 2001/03/30  22:52:38
26085         Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
26086              From: David Dyck <dcd@tc.fluke.com>
26087              Date: Fri, 30 Mar 2001 14:44:13 -0800
26088              Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
26089              
26090              The t/rantests flags file creation was accidentally
26091              removed by #9217.
26092      Branch: perl
26093            ! Makefile.SH
26094 ____________________________________________________________________________
26095 [  9479] By: jhi                                   on 2001/03/30  22:45:45
26096         Log: Subject: [PATCH] File::Glob stuff for Mac OS
26097              From: Chris Nandor <pudge@pobox.com>
26098              Date: Fri, 30 Mar 2001 16:51:00 -0500
26099              Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
26100      Branch: perl
26101            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
26102            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
26103            ! t/lib/glob-taint.t
26104 ____________________________________________________________________________
26105 [  9478] By: jhi                                   on 2001/03/30  22:43:12
26106         Log: Subject: fix for win32/buildext.pl
26107              From: "Vadim Konovalov" <watman@inbox.ru>
26108              Date: Sat, 31 Mar 2001 00:50:36 +0400
26109              Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
26110      Branch: perl
26111            ! win32/buildext.pl
26112 ____________________________________________________________________________
26113 [  9477] By: jhi                                   on 2001/03/30  22:41:16
26114         Log: Subject: small base.pm doc patch
26115              From: Leon Brocard <acme@astray.com>
26116              Date: Fri, 30 Mar 2001 21:49:57 +0100
26117              Message-ID: <20010330214957.B8733@ns0.astray.com>
26118      Branch: perl
26119            ! lib/base.pm
26120 ____________________________________________________________________________
26121 [  9476] By: jhi                                   on 2001/03/30  18:16:57
26122         Log: Subject: [PATCH] av.h cosmetics
26123              From: Simon Cozens <simon@netthink.co.uk>
26124              Date: Fri, 30 Mar 2001 18:12:28 +0100
26125              Message-ID: <20010330181228.A9319@netthink.co.uk>
26126      Branch: perl
26127            ! av.h
26128 ____________________________________________________________________________
26129 [  9475] By: jhi                                   on 2001/03/30  18:15:50
26130         Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
26131              From: "Philip Newton" <pnewton@gmx.de>
26132              Date: Fri, 30 Mar 2001 19:06:57 +0200
26133              Message-ID: <3AC4D951.14815.1AC7068@localhost>
26134      Branch: perl
26135            ! pod/perlhack.pod
26136 ____________________________________________________________________________
26137 [  9474] By: jhi                                   on 2001/03/30  18:14:02
26138         Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
26139              From: Benjamin Sugars <bsugars@canoe.ca>
26140              Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
26141              Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
26142      Branch: perl
26143            ! t/lib/glob-basic.t
26144 ____________________________________________________________________________
26145 [  9473] By: jhi                                   on 2001/03/30  16:09:24
26146         Log: Update Changes.
26147      Branch: perl
26148            ! Changes patchlevel.h
26149 ____________________________________________________________________________
26150 [  9472] By: jhi                                   on 2001/03/30  15:16:08
26151         Log: Integrate perlio.
26152      Branch: perl
26153           !> t/lib/cwd.t t/lib/glob-basic.t
26154 ____________________________________________________________________________
26155 [  9471] By: nick                                  on 2001/03/30  14:47:10
26156         Log: Should be (^O eq 'MSWin32') not 'Win32'
26157              Fail #12 seems real - chdir is in wrong dir.
26158      Branch: perlio
26159            ! t/lib/cwd.t
26160 ____________________________________________________________________________
26161 [  9470] By: jhi                                   on 2001/03/30  14:41:11
26162         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
26163              From: Radu Greab <radu@netsoft.ro>
26164              Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
26165              Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
26166              
26167              Replace #9352.
26168      Branch: perl
26169            ! ext/Socket/Socket.xs pp_sys.c
26170 ____________________________________________________________________________
26171 [  9469] By: jhi                                   on 2001/03/30  14:37:51
26172         Log: Subject: PATCH pod/perldiag.pod
26173              From: Robin Houston <robin@kitsite.com>
26174              Date: Fri, 30 Mar 2001 14:10:36 +0100
26175              Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
26176      Branch: perl
26177            ! pod/perldiag.pod t/lib/glob-basic.t
26178 ____________________________________________________________________________
26179 [  9468] By: jhi                                   on 2001/03/30  14:36:36
26180         Log: Subject: Better diagnostic in io/fs.t
26181              From: andreas.koenig@anima.de (Andreas J. Koenig)
26182              Date: 30 Mar 2001 10:11:43 +0200
26183              Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
26184      Branch: perl
26185            ! t/io/fs.t
26186 ____________________________________________________________________________
26187 [  9467] By: nick                                  on 2001/03/30  14:25:43
26188         Log: Skip order test of glob if case-ignoring system cannot 
26189              create a.test and A.test
26190      Branch: perlio
26191            ! t/lib/glob-basic.t
26192 ____________________________________________________________________________
26193 [  9466] By: nick                                  on 2001/03/30  13:03:12
26194         Log: Integrate mainline.
26195      Branch: perlio
26196            - ext/re/hints/aix.pl
26197           !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
26198           !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
26199           !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
26200           !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
26201 ____________________________________________________________________________
26202 [  9465] By: jhi                                   on 2001/03/30  03:53:37
26203         Log: Add timeouts to the tests.  (In AIX 4.3.1.0 + vac 5.0.0.0
26204              the tests sometimes hang, sometimes not.)
26205      Branch: perl
26206            ! t/lib/io_multihomed.t t/lib/io_sock.t
26207 ____________________________________________________________________________
26208 [  9464] By: jhi                                   on 2001/03/30  02:56:04
26209         Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
26210              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
26211              Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
26212              Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
26213      Branch: perl
26214            ! op.c
26215 ____________________________________________________________________________
26216 [  9463] By: jhi                                   on 2001/03/30  02:34:48
26217         Log: Test for #9462.
26218      Branch: perl
26219            ! t/lib/b.t
26220 ____________________________________________________________________________
26221 [  9462] By: jhi                                   on 2001/03/30  02:29:37
26222         Log: Subject: B::Deparse precedence bug. (Patch included.)
26223              From: Jeremy Madea <jmadea@inktomi.com>
26224              Date: Thu, 29 Mar 2001 12:05:02 -0800
26225              Message-ID: <20010329120502.A24881@dr.inktomi.com>
26226      Branch: perl
26227            ! ext/B/B/Deparse.pm
26228 ____________________________________________________________________________
26229 [  9461] By: jhi                                   on 2001/03/30  02:18:41
26230         Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
26231              From: Peter Prymmer <pvhp@forte.com>
26232              Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
26233              Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
26234      Branch: perl
26235            ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
26236            ! t/lib/md5-file.t
26237 ____________________________________________________________________________
26238 [  9460] By: jhi                                   on 2001/03/30  02:17:07
26239         Log: Subject: PATCH: B::Debug should show LOOP-specific fields
26240              From: Robin Houston <robin@kitsite.com>
26241              Date: Thu, 29 Mar 2001 20:47:56 +0100
26242              Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
26243      Branch: perl
26244            ! ext/B/B/Debug.pm
26245 ____________________________________________________________________________
26246 [  9459] By: jhi                                   on 2001/03/30  02:16:05
26247         Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
26248              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
26249              Date: Wed, 28 Mar 2001 18:02:20 -0600
26250              Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
26251      Branch: perl
26252            ! lib/ExtUtils/MM_VMS.pm
26253 ____________________________________________________________________________
26254 [  9458] By: jhi                                   on 2001/03/30  02:07:58
26255         Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
26256              From: "Joshua E. Rodd" <jrodd@pbs.org>
26257              Date: Wed, 28 Mar 2001 17:29:12 -0500
26258              Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
26259      Branch: perl
26260            ! pod/perlop.pod
26261 ____________________________________________________________________________
26262 [  9457] By: jhi                                   on 2001/03/30  02:04:33
26263         Log: Subject: ext/re/aix.pl can go
26264              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
26265              Date: Thu, 29 Mar 2001 12:03:28 +0200
26266              Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
26267      Branch: perl
26268            - ext/re/hints/aix.pl
26269            ! MANIFEST
26270 ____________________________________________________________________________
26271 [  9456] By: jhi                                   on 2001/03/30  02:03:32
26272         Log: Integrate perlio.
26273      Branch: perl
26274           !> ext/Encode/Encode.xs installperl
26275 ____________________________________________________________________________
26276 [  9455] By: nick                                  on 2001/03/29  21:11:46
26277         Log: DLL name has changed so installperl needs to know
26278              (Why isn't it working it out or passed it?)
26279      Branch: perlio
26280            ! installperl
26281 ____________________________________________________________________________
26282 [  9454] By: nick                                  on 2001/03/29  20:56:12
26283         Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
26284              and we don't get undef warnings.
26285      Branch: perlio
26286            ! ext/Encode/Encode.xs
26287 ____________________________________________________________________________
26288 [  9453] By: nick                                  on 2001/03/29  17:58:48
26289         Log: Integrate mainline
26290      Branch: perlio
26291           !> Changes patchlevel.h
26292 ____________________________________________________________________________
26293 [  9452] By: jhi                                   on 2001/03/29  16:44:55
26294         Log: Update Changes.
26295      Branch: perl
26296            ! Changes patchlevel.h
26297 ____________________________________________________________________________
26298 [  9451] By: nick                                  on 2001/03/29  16:31:38
26299         Log: Integrate mainline
26300      Branch: perlio
26301           !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
26302           !> ext/Encode/Encode.xs ext/Storable/Storable.xs
26303           !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
26304           !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
26305           !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
26306 ____________________________________________________________________________
26307 [  9450] By: jhi                                   on 2001/03/29  16:29:17
26308         Log: Integrate perlio.
26309      Branch: perl
26310           !> win32/buildext.pl
26311 ____________________________________________________________________________
26312 [  9449] By: jhi                                   on 2001/03/29  15:50:01
26313         Log: Update Changes.
26314      Branch: perl
26315            ! Changes patchlevel.h
26316 ____________________________________________________________________________
26317 [  9448] By: nick                                  on 2001/03/29  15:47:15
26318         Log: Make sure buildext.pl finds Errno.pm
26319      Branch: perlio
26320            ! win32/buildext.pl
26321 ____________________________________________________________________________
26322 [  9447] By: jhi                                   on 2001/03/29  15:39:34
26323         Log: Integrate perlio.
26324      Branch: perl
26325           !> win32/makefile.mk
26326 ____________________________________________________________________________
26327 [  9446] By: nick                                  on 2001/03/29  15:30:03
26328         Log: Integrate win32/makefile.mk with mainline.
26329      Branch: perlio
26330           !> win32/makefile.mk
26331 ____________________________________________________________________________
26332 [  9445] By: nick                                  on 2001/03/29  15:27:32
26333         Log: Fix breakage ... 
26334      Branch: perlio
26335            ! win32/makefile.mk
26336 ____________________________________________________________________________
26337 [  9444] By: jhi                                   on 2001/03/29  15:03:08
26338         Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
26339              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
26340              Date: Thu, 29 Mar 2001 10:32:59 +0400
26341              Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
26342      Branch: perl
26343            ! win32/makefile.mk
26344 ____________________________________________________________________________
26345 [  9443] By: jhi                                   on 2001/03/29  15:02:12
26346         Log: Integrate perlio.
26347      Branch: perl
26348           +> win32/buildext.pl
26349           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
26350           !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
26351 ____________________________________________________________________________
26352 [  9442] By: nick                                  on 2001/03/29  14:59:11
26353         Log: Work in progress - determine win32 extensions to build via script.
26354      Branch: perlio
26355            + win32/buildext.pl
26356            ! MANIFEST win32/makefile.mk
26357 ____________________________________________________________________________
26358 [  9441] By: jhi                                   on 2001/03/29  14:51:47
26359         Log: Reintroduce the use of external pwd.
26360      Branch: perl
26361            ! t/lib/cwd.t
26362 ____________________________________________________________________________
26363 [  9440] By: jhi                                   on 2001/03/29  14:42:58
26364         Log: use warnings instead of -w.
26365      Branch: perl
26366            ! utils/h2xs.PL
26367 ____________________________________________________________________________
26368 [  9439] By: jhi                                   on 2001/03/29  14:41:52
26369         Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
26370              From: Jonathan Stowe <gellyfish@gellyfish.com>
26371              Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
26372              Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
26373      Branch: perl
26374            ! utils/h2xs.PL
26375 ____________________________________________________________________________
26376 [  9438] By: jhi                                   on 2001/03/29  14:39:38
26377         Log: Subject: [PATCH perl@9424] minor pod nits
26378              From: Robin Barker <rmb1@cise.npl.co.uk>
26379              Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
26380              Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
26381      Branch: perl
26382            ! pod/perlhack.pod pod/perliol.pod
26383 ____________________________________________________________________________
26384 [  9437] By: jhi                                   on 2001/03/29  14:29:16
26385         Log: Subject: [PATCH perl@9424] typemap cast warning
26386              From: Robin Barker <rmb1@cise.npl.co.uk>
26387              Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
26388              Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
26389      Branch: perl
26390            ! lib/ExtUtils/typemap
26391 ____________________________________________________________________________
26392 [  9436] By: jhi                                   on 2001/03/29  14:26:03
26393         Log: Subject: [PATCH perl@9424] printf warning
26394              From: Robin Barker <rmb1@cise.npl.co.uk>
26395              Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
26396              Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
26397      Branch: perl
26398            ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
26399            ! ext/Storable/Storable.xs toke.c
26400 ____________________________________________________________________________
26401 [  9435] By: nick                                  on 2001/03/29  14:23:31
26402         Log: Win32 has name conflict with ERROR
26403      Branch: perlio
26404            ! ext/PerlIO/Via/Via.xs
26405 ____________________________________________________________________________
26406 [  9434] By: jhi                                   on 2001/03/29  14:17:48
26407         Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
26408              From: Peter Prymmer <pvhp@forte.com>
26409              Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
26410              Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
26411      Branch: perl
26412            ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
26413 ____________________________________________________________________________
26414 [  9433] By: jhi                                   on 2001/03/29  13:52:44
26415         Log: test-prep target was missing.
26416      Branch: perl
26417            ! Makefile.SH
26418 ____________________________________________________________________________
26419 [  9432] By: nick                                  on 2001/03/29  12:40:03
26420         Log: Make as-shipped compiler default to MSVC6 
26421      Branch: perlio
26422            ! win32/makefile.mk
26423 ____________________________________________________________________________
26424 [  9431] By: nick                                  on 2001/03/29  12:12:16
26425         Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
26426              akin to PerlIO::Scalar.
26427      Branch: perlio
26428            ! perlio.c perlio.h
26429 ____________________________________________________________________________
26430 [  9430] By: nick                                  on 2001/03/29  10:56:35
26431         Log: Integrate mainline.
26432      Branch: perlio
26433           !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
26434           !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
26435           !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
26436           !> win32/makefile.mk win32/win32sck.c
26437 ____________________________________________________________________________
26438 [  9429] By: nick                                  on 2001/03/29  09:03:43
26439         Log: Noticed that two tests were skipped as perlio:: package
26440              isn't there any more. Changed the skip condition.
26441              Avoid core-dump if sv_utf8_upgrade() called on something
26442              that does not become SvPOK after SvPV() (e.g. a ref).
26443      Branch: perlio
26444            ! sv.c t/io/utf8.t t/lib/io_scalar.t
26445 ____________________________________________________________________________
26446 [  9428] By: jhi                                   on 2001/03/29  01:31:47
26447         Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
26448              From: Benjamin Sugars <bsugars@canoe.ca> 
26449              Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
26450              Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
26451      Branch: perl
26452            ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
26453            ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
26454            ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
26455 ____________________________________________________________________________
26456 [  9427] By: jhi                                   on 2001/03/29  00:49:30
26457         Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
26458              From: "Vadim Konovalov" <watman@inbox.ru>
26459              Date: Thu, 29 Mar 2001 01:50:12 +0400
26460              Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
26461      Branch: perl
26462            ! win32/makefile.mk win32/win32sck.c
26463 ____________________________________________________________________________
26464 [  9426] By: gsar                                  on 2001/03/29  00:28:04
26465         Log: dmake can only handle == and != in comparisons; support building
26466              with Borland's VCL libraries (from Vadim Konovalov)
26467      Branch: maint-5.6/perl
26468            ! win32/makefile.mk
26469 ____________________________________________________________________________
26470 [  9425] By: nick                                  on 2001/03/28  19:29:56
26471         Log: Integrate (@snapshot)
26472      Branch: perlio
26473           !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
26474 ____________________________________________________________________________
26475 [  9424] By: jhi                                   on 2001/03/28  19:03:16
26476         Log: Update Changes.
26477      Branch: perl
26478            ! Changes patchlevel.h
26479 ____________________________________________________________________________
26480 [  9423] By: jhi                                   on 2001/03/28  18:52:09
26481         Log: Rmdir lib/XS on cleanup.
26482      Branch: perl
26483            ! Makefile.SH
26484 ____________________________________________________________________________
26485 [  9422] By: jhi                                   on 2001/03/28  18:49:34
26486         Log: Integrate perlio.
26487      Branch: perl
26488           !> t/op/utf8decode.t
26489 ____________________________________________________________________________
26490 [  9421] By: nick                                  on 2001/03/28  18:46:44
26491         Log: Loose duplicate chunk.
26492      Branch: perlio
26493            ! t/op/utf8decode.t
26494 ____________________________________________________________________________
26495 [  9420] By: nick                                  on 2001/03/28  18:44:11
26496         Log: Integrate mainline.
26497      Branch: perlio
26498           !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
26499           !> vms/vmsish.h
26500 ____________________________________________________________________________
26501 [  9419] By: jhi                                   on 2001/03/28  18:42:05
26502         Log: Can't trust external pwds
26503              (either shell builtins or external programs)
26504      Branch: perl
26505            ! t/lib/cwd.t
26506 ____________________________________________________________________________
26507 [  9418] By: jhi                                   on 2001/03/28  18:34:05
26508         Log: Integrate perlio.
26509      Branch: perl
26510            - lib/perlio.pm
26511           !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
26512           !> t/op/utf8decode.t
26513 ____________________________________________________________________________
26514 [  9417] By: nick                                  on 2001/03/28  18:24:02
26515         Log: PerlIO.pm / perlio.pm conflict.
26516              Update some pods.
26517              Make t/op/utf8decode.t a text file.
26518      Branch: perlio
26519            - lib/perlio.pm
26520            ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
26521            ! t/op/utf8decode.t
26522 ____________________________________________________________________________
26523 [  9416] By: jhi                                   on 2001/03/28  18:06:07
26524         Log: Integrate change #9409 from mainline to maintperl.
26525              
26526              Yet another tweak on AIX dynaloading.
26527      Branch: maint-5.6/perl
26528           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
26529 ____________________________________________________________________________
26530 [  9415] By: gsar                                  on 2001/03/28  17:13:01
26531         Log: integrate changes#9377,9385,9401 from mainline
26532              
26533              Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
26534              
26535              If directory entries compare equal case-insensitively,
26536              retry case-sensitively.
26537              
26538              Subject: [PATCH] B::Terse and warnings
26539      Branch: maint-5.6/perl
26540           !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
26541           !> t/pragma/warn/perl
26542 ____________________________________________________________________________
26543 [  9414] By: jhi                                   on 2001/03/28  17:11:12
26544         Log: Subject: [PATCH perl@9359] VMS fix-ups and status
26545              From: "Craig A. Berry" <craigberry@mac.com>
26546              Date: Wed, 28 Mar 2001 10:55:20 -0600
26547              Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
26548      Branch: perl
26549            ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
26550 ____________________________________________________________________________
26551 [  9413] By: jhi                                   on 2001/03/28  17:03:12
26552         Log: Dup hunk.
26553      Branch: perl
26554            ! t/op/utf8decode.t
26555 ____________________________________________________________________________
26556 [  9412] By: jhi                                   on 2001/03/28  17:02:36
26557         Log: Forced integrate from perlio.
26558      Branch: perl
26559           !> t/op/utf8decode.t
26560 ____________________________________________________________________________
26561 [  9411] By: nick                                  on 2001/03/28  16:50:03
26562         Log: Integrate mainline.
26563      Branch: perlio
26564           +> t/lib/cwd.t
26565           !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
26566           !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
26567           !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
26568           !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
26569           !> t/pragma/warn/perl
26570 ____________________________________________________________________________
26571 [  9410] By: jhi                                   on 2001/03/28  16:44:23
26572         Log: Subject: Re: [PATCH] 9403 cannot be tested
26573              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
26574              Date: Wed, 28 Mar 2001 18:33:56 +0200
26575              Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
26576      Branch: perl
26577            ! makedef.pl
26578 ____________________________________________________________________________
26579 [  9409] By: jhi                                   on 2001/03/28  16:12:45
26580         Log: Yet another tweak on AIX dynaloading.
26581      Branch: perl
26582            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
26583 ____________________________________________________________________________
26584 [  9408] By: jhi                                   on 2001/03/28  15:52:55
26585         Log: Subject: [PATCH] 9403 cannot be tested
26586              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
26587              Date: Wed, 28 Mar 2001 17:23:00 +0200
26588              Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
26589              
26590              A missing symbol.
26591      Branch: perl
26592            ! makedef.pl
26593 ____________________________________________________________________________
26594 [  9407] By: jhi                                   on 2001/03/28  15:47:43
26595         Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
26596      Branch: perl
26597            ! t/op/utf8decode.t
26598           !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
26599           !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
26600 ____________________________________________________________________________
26601 [  9406] By: jhi                                   on 2001/03/28  15:37:08
26602         Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
26603              From: Benjamin Sugars <bsugars@canoe.ca> 
26604              Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
26605              Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
26606      Branch: perl
26607            + t/lib/cwd.t
26608            ! MANIFEST
26609 ____________________________________________________________________________
26610 [  9405] By: jhi                                   on 2001/03/28  15:13:18
26611         Log: pp_ne() needs a CORRECT boolean.
26612      Branch: perl
26613            ! pp.c
26614 ____________________________________________________________________________
26615 [  9404] By: jhi                                   on 2001/03/28  15:09:23
26616         Log: pp_ne() needs a boolean, not an integer.
26617      Branch: perl
26618            ! pp.c
26619 ____________________________________________________________________________
26620 [  9403] By: jhi                                   on 2001/03/28  14:47:43
26621         Log: (Retracted by #9404.)
26622      Branch: perl
26623            ! pp.c
26624 ____________________________________________________________________________
26625 [  9402] By: jhi                                   on 2001/03/28  14:43:59
26626         Log: Subject: Re: [PATCH] Typemap testing
26627              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
26628              Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
26629              Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
26630      Branch: perl
26631            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
26632            ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
26633 ____________________________________________________________________________
26634 [  9401] By: jhi                                   on 2001/03/28  14:42:14
26635         Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
26636              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
26637              Date: Sun, 25 Mar 2001 21:59:15 +0100
26638              Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
26639              
26640              A variable will be checked for the "use once" warnings if:
26641              
26642              1. It is in the scope of a use warnings 'once'
26643              2. It isn't in the scope of the warnings pragma at all AND $^W is set.
26644              
26645              Otherwise it won't be checked at all.
26646              
26647              Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
26648              
26649              The enclosed patch partially fixes this issue. What I didn't
26650              get to work was the case where the "used once" warning is enabled
26651              in any file other than the main file.
26652      Branch: perl
26653            ! gv.c t/pragma/warn/perl
26654 ____________________________________________________________________________
26655 [  9400] By: nick                                  on 2001/03/28  14:38:24
26656         Log: More EBCDIC tweaks:
26657              - one more swash issue &~(0xA0-1) did not do the right thing,
26658              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
26659              - add "use re 'asciirange'" to make [!-~] etc. work
26660              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
26661              - Choose a key for t/op/each.t test which gets encoded.
26662              - Skip utf8decode if this is UTF-EBCDIC.
26663      Branch: perlio
26664            ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
26665            ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
26666 ____________________________________________________________________________
26667 [  9399] By: jhi                                   on 2001/03/28  14:21:00
26668         Log: Extend the SvROK() testing also to pp_ne(), pointed out by
26669              Andreas Schwab.
26670      Branch: perl
26671            ! pp.c
26672 ____________________________________________________________________________
26673 [  9398] By: jhi                                   on 2001/03/28  00:55:56
26674         Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
26675              From: David Dyck <dcd@tc.fluke.com>
26676              Date: Tue, 27 Mar 2001 15:16:24 -0800
26677              Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
26678      Branch: perl
26679            ! ext/IO/lib/IO/Socket.pm
26680 ____________________________________________________________________________
26681 [  9397] By: jhi                                   on 2001/03/27  21:52:49
26682         Log: Integrate perlio.
26683      Branch: perl
26684           +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
26685           +> ext/PerlIO/Via/Via.xs
26686           !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
26687 ____________________________________________________________________________
26688 [  9396] By: nick                                  on 2001/03/27  21:45:13
26689         Log: Integrate mainline.
26690      Branch: perlio
26691           !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
26692           !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
26693 ____________________________________________________________________________
26694 [  9395] By: nick                                  on 2001/03/27  21:18:58
26695         Log: Outline docs for PerlIO and PerlIO::Scalar
26696      Branch: perlio
26697            ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
26698 ____________________________________________________________________________
26699 [  9394] By: nick                                  on 2001/03/27  20:50:13
26700         Log: PerlIO::Via layer (alpha-ish).
26701      Branch: perlio
26702            + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
26703            + ext/PerlIO/Via/Via.xs
26704            ! MANIFEST
26705 ____________________________________________________________________________
26706 [  9393] By: jhi                                   on 2001/03/27  20:49:55
26707         Log: Retract #9329 now that 9390 should take care of the matter.
26708      Branch: perl
26709            ! utils/h2xs.PL
26710 ____________________________________________________________________________
26711 [  9390] By: jhi                                   on 2001/03/27  20:47:50
26712         Log: Subject: Autoloading Errno.pm when %! is encountered
26713              From: Robin Houston <robin@kitsite.com>
26714              Date: Tue, 27 Mar 2001 20:57:11 +0100
26715              Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
26716      Branch: perl
26717            ! embed.h embed.pl gv.c proto.h t/op/magic.t
26718 ____________________________________________________________________________
26719 [  9389] By: jhi                                   on 2001/03/27  20:24:31
26720         Log: Integrate perlio.
26721      Branch: perl
26722           !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
26723           !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
26724           !> utf8.c
26725 ____________________________________________________________________________
26726 [  9388] By: jhi                                   on 2001/03/27  20:21:38
26727         Log: Better have a three-element array if one is going to assign
26728              to the third element of that array. (from Tim Jenness)
26729      Branch: perl
26730            ! ext/XS/Typemap/Typemap.xs
26731 ____________________________________________________________________________
26732 [  9387] By: nick                                  on 2001/03/27  20:15:43
26733         Log: Integrate mainline.
26734      Branch: perlio
26735           +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
26736           +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
26737           +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
26738           +> t/lib/xs-typemap.t
26739           !> (integrate 34 files)
26740 ____________________________________________________________________________
26741 [  9386] By: jhi                                   on 2001/03/27  20:04:18
26742         Log: Subject: Re: perl@9359 breaks HTML::Parser
26743              From: Gisle Aas <gisle@ActiveState.com>
26744              Date: 27 Mar 2001 11:30:24 -0800
26745              Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
26746              
26747              Clarify the UTF-8 issues of the API docs.
26748              (Slightly reworded and expanded.)
26749      Branch: perl
26750            ! pod/perlapi.pod sv.c sv.h
26751 ____________________________________________________________________________
26752 [  9385] By: jhi                                   on 2001/03/27  19:44:25
26753         Log: If directory entries compare equal case-insensitively,
26754              retry case-sensitively.
26755      Branch: perl
26756            ! ext/File/Glob/bsd_glob.c
26757 ____________________________________________________________________________
26758 [  9384] By: nick                                  on 2001/03/27  19:38:50
26759         Log: Various EBCDIC fixes:
26760              - major revelation that swash code is encoding aware,
26761              (or thought it was) - now it is ;-)
26762              - With that out of the way fix a slab of tr/// cases.
26763              - Fix Encode 'Unicode' to be true Unicode so tests pass.
26764              - As anticipated Base64.xs needed tweaks.
26765              - Until tr/// works right avoid old_encode64 in MIME tests.
26766      Branch: perlio
26767            ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
26768            ! t/lib/encode.t t/lib/mimeb64.t utf8.c
26769 ____________________________________________________________________________
26770 [  9383] By: jhi                                   on 2001/03/27  18:34:41
26771         Log: Add the std test suite BEGIN block.
26772      Branch: perl
26773            ! t/lib/xs-typemap.t
26774 ____________________________________________________________________________
26775 [  9382] By: jhi                                   on 2001/03/27  15:16:07
26776         Log: Add debugging output to the test.
26777      Branch: perl
26778            ! t/lib/glob-basic.t
26779 ____________________________________________________________________________
26780 [  9381] By: jhi                                   on 2001/03/27  15:08:10
26781         Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
26782      Branch: perl
26783            + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
26784            + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
26785            + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
26786            + t/lib/xs-typemap.t
26787            ! MANIFEST
26788 ____________________________________________________________________________
26789 [  9380] By: jhi                                   on 2001/03/27  14:48:34
26790         Log: Subject: [PATCH] Typemap testing
26791              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
26792              Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
26793              Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
26794              
26795              (The first part of the patch.)
26796      Branch: perl
26797            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
26798 ____________________________________________________________________________
26799 [  9379] By: jhi                                   on 2001/03/27  14:44:56
26800         Log: Subject: Re: [PATCH] t/lib/glob-basic.t  
26801              From: Benjamin Sugars <bsugars@canoe.ca> 
26802              Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
26803              Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
26804      Branch: perl
26805            ! t/lib/glob-basic.t
26806 ____________________________________________________________________________
26807 [  9378] By: jhi                                   on 2001/03/27  14:42:30
26808         Log: Subject: [PATCH] perlvar nit
26809              From: Simon Cozens <simon@netthink.co.uk>
26810              Date: Tue, 27 Mar 2001 01:12:01 +0100
26811              Message-ID: <20010327011201.A19179@netthink.co.uk>
26812      Branch: perl
26813            ! pod/perlvar.pod
26814 ____________________________________________________________________________
26815 [  9377] By: jhi                                   on 2001/03/27  14:36:26
26816         Log: Subject: [PATCH] B::Terse and warnings
26817              From: Benjamin Sugars <ben.sugars@home.com>
26818              Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
26819              Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
26820      Branch: perl
26821            ! ext/B/B.pm ext/B/B/Terse.pm
26822 ____________________________________________________________________________
26823 [  9376] By: jhi                                   on 2001/03/27  14:31:31
26824         Log: Document sockatmark() some.
26825      Branch: perl
26826            ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
26827            ! pod/perltoc.pod
26828 ____________________________________________________________________________
26829 [  9375] By: jhi                                   on 2001/03/27  14:00:24
26830         Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
26831              noted by Gisle and fixed by NI-S.
26832      Branch: perl
26833            ! sv.c
26834 ____________________________________________________________________________
26835 [  9374] By: jhi                                   on 2001/03/27  05:50:01
26836         Log: Regen toc.
26837      Branch: perl
26838            ! pod/perltoc.pod
26839 ____________________________________________________________________________
26840 [  9373] By: jhi                                   on 2001/03/27  05:43:51
26841         Log: Pixie documenting.
26842      Branch: perl
26843            ! Makefile.SH pod/perlhack.pod
26844 ____________________________________________________________________________
26845 [  9372] By: jhi                                   on 2001/03/27  05:29:34
26846         Log: Metaconfig unit changes for #9371.
26847      Branch: metaconfig
26848            ! U/modified/myhostname.U
26849      Branch: metaconfig/U/perl
26850            + d_sockatmark.U
26851            ! gccvers.U
26852 ____________________________________________________________________________
26853 [  9371] By: jhi                                   on 2001/03/27  05:29:07
26854         Log: Add sockatmark() probing.
26855      Branch: perl
26856            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
26857            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
26858            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
26859            ! vos/config.ga.h win32/config.bc win32/config.gc
26860            ! win32/config.vc
26861 ____________________________________________________________________________
26862 [  9370] By: jhi                                   on 2001/03/26  22:01:18
26863         Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
26864              Really need to benchmark this.
26865      Branch: perl
26866            ! pp.c
26867 ____________________________________________________________________________
26868 [  9369] By: nick                                  on 2001/03/26  21:59:30
26869         Log: Integrate mainline.
26870      Branch: perlio
26871            ! ext/MIME/Base64/QuotedPrint.pm
26872           !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
26873           !> patchlevel.h pod/perlhack.pod pp_sys.c
26874 ____________________________________________________________________________
26875 [  9368] By: jhi                                   on 2001/03/26  21:47:03
26876         Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
26877              
26878              TODO1: perlbench.
26879              TODO2: le, lt, ge, gt?  Yech.
26880      Branch: perl
26881            ! pp.c
26882 ____________________________________________________________________________
26883 [  9367] By: jhi                                   on 2001/03/26  21:34:57
26884         Log: Too much cut-and-paste in #9363.
26885      Branch: perl
26886            ! pp_sys.c
26887 ____________________________________________________________________________
26888 [  9366] By: jhi                                   on 2001/03/26  21:20:53
26889         Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
26890              From: Andreas Schwab <schwab@suse.de>
26891              Date: 26 Mar 2001 17:29:04 +0200
26892              Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
26893              
26894              (The patch for 5.6.0 or so, this is a guess for bleadperl)
26895      Branch: perl
26896            ! pp_hot.c
26897 ____________________________________________________________________________
26898 [  9365] By: jhi                                   on 2001/03/26  21:07:54
26899         Log: Integrate perlio.
26900      Branch: perl
26901           !> perlio.c
26902 ____________________________________________________________________________
26903 [  9364] By: nick                                  on 2001/03/26  20:30:48
26904         Log: REFCNT botch in layer name cache hash.
26905      Branch: perlio
26906            ! perlio.c
26907 ____________________________________________________________________________
26908 [  9363] By: jhi                                   on 2001/03/26  18:44:32
26909         Log: Subject: [PATCH] socket() leaks file descriptors
26910              From: Benjamin Sugars <bsugars@canoe.ca>
26911              Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
26912              Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
26913              
26914              Also sockpair() fixed similarly.
26915      Branch: perl
26916            ! pp_sys.c
26917 ____________________________________________________________________________
26918 [  9362] By: jhi                                   on 2001/03/26  18:37:52
26919         Log: Integrate perlio.
26920      Branch: perl
26921           !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
26922 ____________________________________________________________________________
26923 [  9361] By: nick                                  on 2001/03/26  17:32:06
26924         Log: Implement flush of linebuffered streams on read of a tty.
26925      Branch: perlio
26926            ! perlio.c perliol.h
26927 ____________________________________________________________________________
26928 [  9360] By: nick                                  on 2001/03/26  17:12:32
26929         Log: Memory tweaks and notes for OEMVS.
26930      Branch: perlio
26931            ! README.os390 miniperlmain.c t/op/pat.t
26932 ____________________________________________________________________________
26933 [  9359] By: jhi                                   on 2001/03/26  02:12:54
26934         Log: Update Changes.
26935      Branch: perl
26936            ! Changes patchlevel.h
26937 ____________________________________________________________________________
26938 [  9358] By: jhi                                   on 2001/03/26  02:05:32
26939         Log: Document the most common pixie options.
26940      Branch: perl
26941            ! pod/perlhack.pod
26942 ____________________________________________________________________________
26943 [  9357] By: jhi                                   on 2001/03/26  01:25:28
26944         Log: For perl.pixie check *before* compiling that optimize is -g,
26945              as for perl.third.
26946      Branch: perl
26947            ! Makefile.SH
26948 ____________________________________________________________________________
26949 [  9356] By: jhi                                   on 2001/03/26  01:13:41
26950         Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
26951      Branch: perl
26952            ! Makefile.SH
26953 ____________________________________________________________________________
26954 [  9355] By: jhi                                   on 2001/03/26  01:11:19
26955         Log: Remove t/perl.third.
26956      Branch: perl
26957            ! Makefile.SH
26958 ____________________________________________________________________________
26959 [  9354] By: jhi                                   on 2001/03/26  00:23:38
26960         Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
26961              IO::Sockatmark().
26962      Branch: perl
26963            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
26964 ____________________________________________________________________________
26965 [  9353] By: jhi                                   on 2001/03/25  22:25:04
26966         Log: Integrate perlio.
26967      Branch: perl
26968           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
26969           !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
26970           !> pp_hot.c win32/makefile.mk
26971 ____________________________________________________________________________
26972 [  9352] By: jhi                                   on 2001/03/25  22:21:41
26973         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
26974              From: Radu Greab <radu@netsoft.ro>
26975              Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
26976              Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
26977      Branch: perl
26978            ! pp_sys.c
26979 ____________________________________________________________________________
26980 [  9351] By: nick                                  on 2001/03/25  22:15:02
26981         Log: Fix readline in list mode to tell rest of world that it has
26982              things on the stack. Otherwise if perl code gets invoked
26983              underneath it it scribbles over results-so-far.
26984              (Why TIEHANDLE has not tripped on this is a mystery.)
26985      Branch: perlio
26986            ! pp_hot.c
26987 ____________________________________________________________________________
26988 [  9350] By: nick                                  on 2001/03/25  22:10:13
26989         Log: win32/makefile.mk typos
26990      Branch: perlio
26991            ! win32/makefile.mk
26992 ____________________________________________________________________________
26993 [  9349] By: nick                                  on 2001/03/25  21:31:14
26994         Log: Integrate now-non-binary file.
26995      Branch: perlio
26996           !> t/lib/mimeqp.t
26997 ____________________________________________________________________________
26998 [  9348] By: nick                                  on 2001/03/25  21:27:24
26999         Log: Make it text
27000      Branch: perlio
27001            ! t/lib/mimeqp.t
27002 ____________________________________________________________________________
27003 [  9347] By: nick                                  on 2001/03/25  21:25:37
27004         Log: Integrate mainline.
27005      Branch: perlio
27006           !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
27007           !> lib/Term/ReadLine.pm t/lib/md5-file.t
27008 ____________________________________________________________________________
27009 [  9346] By: nick                                  on 2001/03/25  20:58:15
27010         Log: Add destruct time hook to PerlIO (for work-in-process implementing
27011              layers in perl code. In such cases layers need to be popped before
27012              we loose the ability to run perl code.)
27013              Also back-out "PerlIO::object" hook - it isn't going to work like that...
27014      Branch: perlio
27015            ! perl.c perlio.c perlio.h perliol.h
27016 ____________________________________________________________________________
27017 [  9345] By: nick                                  on 2001/03/25  20:49:11
27018         Log: Avoid at leasy one of undefined warnings in Encode.
27019      Branch: perlio
27020            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
27021 ____________________________________________________________________________
27022 [  9344] By: jhi                                   on 2001/03/25  20:37:43
27023         Log: A workaround for using Term::ReadLine in emacs minibuffer
27024              from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
27025              additional tweaks from Ilya Zakharevich.
27026      Branch: perl
27027            ! lib/Term/ReadLine.pm
27028 ____________________________________________________________________________
27029 [  9343] By: nick                                  on 2001/03/25  20:21:14
27030         Log: Missing return value.
27031      Branch: perlio
27032            ! ext/PerlIO/Scalar/Scalar.xs
27033 ____________________________________________________________________________
27034 [  9342] By: jhi                                   on 2001/03/25  16:21:00
27035         Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
27036              to equal the CPAN versions since no code changes have been made.
27037      Branch: perl
27038            ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
27039            ! t/lib/md5-file.t
27040 ____________________________________________________________________________
27041 [  9341] By: jhi                                   on 2001/03/25  16:01:48
27042         Log: Escape 8-bit characters.
27043      Branch: perl
27044            ! t/lib/mimeqp.t
27045 ____________________________________________________________________________
27046 [  9340] By: gsar                                  on 2001/03/25  15:50:53
27047         Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
27048              chars)
27049      Branch: perl
27050            + t/lib/mimeqp.t
27051 ____________________________________________________________________________
27052 [  9339] By: gsar                                  on 2001/03/25  15:48:50
27053         Log: delete mimeqp.t for later with text mode set
27054      Branch: perl
27055            - t/lib/mimeqp.t
27056 ____________________________________________________________________________
27057 [  9338] By: nick                                  on 2001/03/25  09:01:57
27058         Log: Integrate mainline.
27059      Branch: perlio
27060           +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
27061           +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
27062           +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
27063           +> t/lib/mimeb64u.t t/lib/mimeqp.t
27064           !> MANIFEST configure.com djgpp/config.over epoc/config.sh
27065           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
27066           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
27067 ____________________________________________________________________________
27068 [  9337] By: jhi                                   on 2001/03/25  04:23:24
27069         Log: Add MIME::Base64 here and there.  Again, a lot of
27070              optimism is in the air.
27071      Branch: perl
27072            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
27073            ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
27074 ____________________________________________________________________________
27075 [  9336] By: jhi                                   on 2001/03/25  04:12:43
27076         Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
27077              this by ear as I do not do Win32 programming.)
27078      Branch: perl
27079            ! win32/Makefile win32/makefile.mk
27080 ____________________________________________________________________________
27081 [  9335] By: jhi                                   on 2001/03/25  04:03:50
27082         Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
27083      Branch: perl
27084            ! t/lib/md5-file.t
27085 ____________________________________________________________________________
27086 [  9334] By: jhi                                   on 2001/03/25  03:58:53
27087         Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
27088      Branch: perl
27089            + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
27090            + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
27091            + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
27092            + t/lib/mimeb64u.t t/lib/mimeqp.t
27093            ! MANIFEST
27094 ____________________________________________________________________________
27095 [  9333] By: jhi                                   on 2001/03/24  20:14:37
27096         Log: Integrate perlio.
27097      Branch: perl
27098           !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
27099 ____________________________________________________________________________
27100 [  9332] By: nick                                  on 2001/03/24  19:40:34
27101         Log: Fix un-init variable leading to spurious "Out of Memory!"
27102      Branch: perlio
27103            ! doio.c
27104 ____________________________________________________________________________
27105 [  9331] By: nick                                  on 2001/03/24  19:09:59
27106         Log: Tweak docs for C<open> (boy does that need wholesale revision...)
27107              and update layers internals doc.
27108      Branch: perlio
27109            ! pod/perlfunc.pod pod/perliol.pod
27110 ____________________________________________________________________________
27111 [  9330] By: jhi                                   on 2001/03/24  18:42:11
27112         Log: The length might be uninitialized garbage if the *svp is the undef.
27113      Branch: perl
27114            ! doio.c
27115 ____________________________________________________________________________
27116 [  9329] By: jhi                                   on 2001/03/24  18:26:57
27117         Log: (Retracted by #9393)
27118
27119              Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
27120              From: Simon Cozens <simon@netthink.co.uk>
27121              Date: Sat, 24 Mar 2001 17:13:17 +0000
27122              Message-ID: <20010324171317.A13406@netthink.co.uk>
27123      Branch: perl
27124            ! utils/h2xs.PL
27125 ____________________________________________________________________________
27126 [  9328] By: nick                                  on 2001/03/24  17:22:02
27127         Log: Integrate mainline.
27128      Branch: perlio
27129           !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
27130           !> lib/unicode/version
27131 ____________________________________________________________________________
27132 [  9327] By: nick                                  on 2001/03/24  17:16:02
27133         Log: Integrate mainline.
27134      Branch: perlio
27135           +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
27136           +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
27137           +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
27138           +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
27139           +> t/lib/md5-file.t
27140           !> MANIFEST Makefile.SH configure.com djgpp/config.over
27141           !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
27142           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
27143           !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
27144           !> win32/makefile.mk
27145 ____________________________________________________________________________
27146 [  9326] By: jhi                                   on 2001/03/24  17:00:42
27147         Log: Upgrade to Unicode 3.1 beta 2001-03-23.
27148      Branch: perl
27149            ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
27150            ! lib/unicode/version
27151 ____________________________________________________________________________
27152 [  9325] By: jhi                                   on 2001/03/24  16:22:33
27153         Log: Subject: Re: B::Deparse bug (5.6.0)
27154              From: Robin Houston <robin@kitsite.com>
27155              Date: Sat, 24 Mar 2001 14:33:09 +0000
27156              Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
27157      Branch: perl
27158            ! op.c pp.c t/lib/b.t t/op/repeat.t
27159 ____________________________________________________________________________
27160 [  9324] By: jhi                                   on 2001/03/24  16:21:56
27161         Log: Boldly add extensions to be built to VMS, EPOC, UTS,
27162              U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
27163              these additions may be too optimistic.
27164      Branch: perl
27165            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
27166            ! hints/uwin.sh hints/vmesa.sh
27167 ____________________________________________________________________________
27168 [  9323] By: jhi                                   on 2001/03/24  16:06:01
27169         Log: Integrate perlio.
27170      Branch: perl
27171           +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
27172           +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
27173            ! Makefile.SH
27174           !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
27175           !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
27176           !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
27177           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
27178           !> win32/makefile.mk win32/perlhost.h win32/win32.c
27179           !> win32/win32iop.h
27180 ____________________________________________________________________________
27181 [  9322] By: nick                                  on 2001/03/24  14:39:12
27182         Log: Routine Win32 regen_config_h - no real changes.
27183      Branch: perlio
27184            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
27185 ____________________________________________________________________________
27186 [  9321] By: nick                                  on 2001/03/24  14:31:49
27187         Log: PerlIO fixups for Win32:
27188              - provide win33_popenlist() - non-functional as yet.
27189              - avoid need for aTHX in PerlIO_debug calls - even if not 
27190              enabled args are still evaluated so Win32 has trouble during fork().
27191              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
27192              - Fixup makedef.pl for latest set of symbols.
27193      Branch: perlio
27194            ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
27195            ! win32/perlhost.h win32/win32.c win32/win32iop.h
27196 ____________________________________________________________________________
27197 [  9320] By: nick                                  on 2001/03/24  14:26:58
27198         Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
27199              was gibberish - broke it on WIn32 at least.
27200      Branch: perlio
27201            ! ext/POSIX/POSIX.xs
27202 ____________________________________________________________________________
27203 [  9319] By: nick                                  on 2001/03/24  11:29:41
27204         Log: Generated files.
27205      Branch: perlio
27206            ! embed.h global.sym objXSUB.h perlapi.c proto.h
27207 ____________________________________________________________________________
27208 [  9318] By: nick                                  on 2001/03/24  10:29:37
27209         Log: Implement:
27210              1.  open($fh,"+<",undef);  # add test to t/io/open.t
27211              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
27212      Branch: perlio
27213            + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
27214            + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
27215            ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
27216            ! t/io/open.t t/io/utf8.t
27217 ____________________________________________________________________________
27218 [  9317] By: jhi                                   on 2001/03/23  23:41:25
27219         Log: AIX does seems to have optimization problems with its C compilers.
27220      Branch: perl
27221            ! hints/aix.sh
27222 ____________________________________________________________________________
27223 [  9316] By: jhi                                   on 2001/03/23  23:40:46
27224         Log: Integrate perlio.
27225      Branch: perl
27226           +> lib/PerlIO.pm
27227           !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
27228           !> perliol.h
27229 ____________________________________________________________________________
27230 [  9315] By: jhi                                   on 2001/03/23  22:16:30
27231         Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
27232      Branch: perl
27233            ! t/lib/md5-file.t
27234 ____________________________________________________________________________
27235 [  9314] By: nick                                  on 2001/03/23  20:49:02
27236         Log: Perlio internals re-organized.
27237              - open process creates AV of layer/arg pairs
27238              (appends layers from open() or open.pm to default list).
27239              - push arg is now an SV.
27240              - layer ->Open get passed the AV
27241              - open is no longer mandatory method.
27242              - topmost layer that has ->Open method does the open
27243              - any layers above are pushed once that returns.
27244              - vtable re-ordered so dummy layers need only provide push/pop methods.
27245      Branch: perlio
27246            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
27247 ____________________________________________________________________________
27248 [  9313] By: nick                                  on 2001/03/23  16:27:41
27249         Log: Check in a stable (working) version before next round of tweaks.
27250              Changes include:
27251              - Move default layers code out of doio.c and into perlio.c
27252              - Single routine for parsing layer specification strings.
27253              - Skeleton support for demand loading of layers
27254              - Core-dump avoidance if PERLIO environment specifies loadable layer
27255              (does not _work_ as need IO to load and need load to do IO ...)
27256      Branch: perlio
27257            + lib/PerlIO.pm
27258            ! MANIFEST doio.c perlio.c
27259 ____________________________________________________________________________
27260 [  9312] By: gsar                                  on 2001/03/23  16:25:25
27261         Log: add execute bit to files with shebang lines in the repository;
27262              avoid clobbering execute bit in Porting/makerel 
27263      Branch: maint-5.6/perl
27264            ! (edit 144 files)
27265 ____________________________________________________________________________
27266 [  9311] By: jhi                                   on 2001/03/23  14:25:35
27267         Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
27268      Branch: perl
27269            ! MANIFEST
27270 ____________________________________________________________________________
27271 [  9310] By: jhi                                   on 2001/03/23  13:45:04
27272         Log: Subject: [PATCH] Net::Ping
27273              From: Colin McMillen <mcmi0037@tc.umn.edu>
27274              Date: Thu, 22 Mar 2001 19:30:31 -0600
27275              Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
27276      Branch: perl
27277            ! lib/Net/Ping.pm
27278 ____________________________________________________________________________
27279 [  9309] By: jhi                                   on 2001/03/23  13:39:13
27280         Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
27281      Branch: perl
27282            ! t/lib/md5-aaa.t t/lib/md5-file.t
27283 ____________________________________________________________________________
27284 [  9308] By: jhi                                   on 2001/03/23  13:20:34
27285         Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
27286              - bump the version to 2.14
27287              - drop the base64 tests since they require MIME::Base64
27288              - drop the rfc1321.txt
27289              - drop the hints/dec_osf.pl since it's only needed for
27290              pre-5.005_03 Perls
27291              Todo:
27292              - the U32 alignment testing is now removed; it needs to
27293              be reintroduced as as a Config variable (meaning also
27294              as a Configure test)
27295              - get the new EBCDIC md5sum for MD5.pm
27296              - test in Win32 to see how badly I botched the makefiles
27297      Branch: perl
27298            + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
27299            + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
27300            + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
27301            + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
27302            + t/lib/md5-file.t
27303            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
27304            ! win32/Makefile win32/makefile.mk
27305 ____________________________________________________________________________
27306 [  9307] By: jhi                                   on 2001/03/23  12:56:14
27307         Log: Integrate change #9306 from maintperl into mainline,
27308              AIX dynaloader for AIXes without <load.h>.
27309      Branch: perl
27310           !> ext/DynaLoader/hints/aix.pl
27311 ____________________________________________________________________________
27312 [  9306] By: jhi                                   on 2001/03/23  12:51:36
27313         Log: There are AIXes without /usr/include/load.h,
27314              patch from H.Merijn Brand.
27315      Branch: maint-5.6/perl
27316            ! ext/DynaLoader/hints/aix.pl
27317 ____________________________________________________________________________
27318 [  9305] By: nick                                  on 2001/03/23  11:00:42
27319         Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
27320      Branch: perlio
27321            ! ext/Encode/Encode.xs perlio.c perlio.h
27322 ____________________________________________________________________________
27323 [  9304] By: nick                                  on 2001/03/23  10:20:46
27324         Log: Render -Duseperlio functional again.
27325              - this is "quick fix" which calls PerlIO_apply_layers after opening,
27326              which is what old scheme did. New scheme needs to change that
27327              to make open(...,\$scalar) etc. work but this will do for now.
27328      Branch: perlio
27329            ! perlio.c
27330 ____________________________________________________________________________
27331 [  9303] By: nick                                  on 2001/03/23  09:53:20
27332         Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
27333              -Uuseperlio now works again.
27334              -Duseperlio is still poorly. Don't merge yet...
27335      Branch: perlio
27336            ! doio.c perlio.h
27337 ____________________________________________________________________________
27338 [  9302] By: nick                                  on 2001/03/22  22:26:51
27339         Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
27340              type code.
27341              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
27342              is its main caller. In particular now has access to "extra" args, and
27343              can tell when an open handle is "reopened" (or duped?).
27344              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
27345              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
27346              PerlIO_open() et. al. (i.e. other way round).
27347              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
27348              with args close to PerlIO_openn().
27349      Branch: perlio
27350            ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
27351 ____________________________________________________________________________
27352 [  9301] By: jhi                                   on 2001/03/22  20:58:04
27353         Log: Integrate perlio.
27354      Branch: perl
27355           !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
27356           !> t/io/open.t util.c
27357 ____________________________________________________________________________
27358 [  9300] By: nick                                  on 2001/03/22  17:36:32
27359         Log: Don't include $@ in not ok message.
27360      Branch: perlio
27361            ! t/io/open.t
27362 ____________________________________________________________________________
27363 [  9299] By: gsar                                  on 2001/03/22  16:53:45
27364         Log: back out changes#7532,7521 for now (appears to have problems
27365              on IRIX)
27366      Branch: maint-5.6/perl
27367            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
27368            ! ext/POSIX/typemap pod/perlvar.pod
27369 ____________________________________________________________________________
27370 [  9298] By: nick                                  on 2001/03/22  14:35:46
27371         Log: Give a meaning to '&' in n-arg open case:
27372              open($fh,"<&",$scalar);
27373              $scalar can be:
27374              - an integer which does "fdopen"
27375              open($fh,"<&",2); # like open($fh,"<&2")
27376              - something that will yield a file handle via sv_2io()
27377              useful for dup'ing anonymous handles.
27378              e.g.:
27379              open(my $fh,"<&",\*STDIN);
27380              open(my $dup,"<&",$fh);
27381      Branch: perlio
27382            ! doio.c t/io/open.t
27383 ____________________________________________________________________________
27384 [  9297] By: nick                                  on 2001/03/22  13:34:35
27385         Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
27386      Branch: perlio
27387            ! util.c
27388 ____________________________________________________________________________
27389 [  9296] By: nick                                  on 2001/03/22  12:51:20
27390         Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
27391      Branch: perlio
27392            ! perl.c
27393 ____________________________________________________________________________
27394 [  9295] By: nick                                  on 2001/03/22  11:59:44
27395         Log: If stdin, stdout or stderr get opened in unexpected read/write state
27396              then warn at time of open not at time of use.
27397      Branch: perlio
27398            ! doio.c pp_hot.c pp_sys.c
27399 ____________________________________________________________________________
27400 [  9294] By: nick                                  on 2001/03/22  10:54:35
27401         Log: Die on n-arg open(...,"",xxx,yyy,...)
27402              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
27403              - die on read/write cases so we can decide what it means later.
27404      Branch: perlio
27405            ! doio.c embed.pl iperlsys.h util.c
27406 ____________________________________________________________________________
27407 [  9293] By: nick                                  on 2001/03/22  09:02:45
27408         Log: perlio tweaks (reported by Nick Clark)
27409              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
27410              error check in Pendinf_read().
27411      Branch: perlio
27412            ! perlio.c
27413 ____________________________________________________________________________
27414 [  9292] By: gsar                                  on 2001/03/22  07:12:00
27415         Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
27416              fixes)
27417      Branch: maint-5.6/perl
27418           !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
27419 ____________________________________________________________________________
27420 [  9291] By: jhi                                   on 2001/03/22  06:06:44
27421         Log: Regex tests from Chicheng Zhang.  (Already fixed.)
27422      Branch: perl
27423            ! t/op/re_tests
27424 ____________________________________________________________________________
27425 [  9290] By: jhi                                   on 2001/03/22  05:57:01
27426         Log: Move MacOS Classic higher in the list of supported platforms.
27427      Branch: maint-5.6/perl
27428            ! pod/perlport.pod
27429 ____________________________________________________________________________
27430 [  9289] By: gsar                                  on 2001/03/22  05:35:04
27431         Log: revert part of change#6438 for compatibility (av_reify()
27432              appears to be needed to implement av_splice()ish things
27433              in XS)
27434      Branch: maint-5.6/perl
27435            ! embed.pl global.sym objXSUB.h perlapi.c
27436 ____________________________________________________________________________
27437 [  9288] By: gsar                                  on 2001/03/22  03:09:19
27438         Log: update copyright year
27439      Branch: maint-5.6/perl
27440            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
27441            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
27442            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
27443            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
27444            ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
27445            ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
27446            ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
27447            ! x2p/walk.c
27448 ____________________________________________________________________________
27449 [  9287] By: jhi                                   on 2001/03/21  20:30:54
27450         Log: Integrate perlio.
27451      Branch: perl
27452           !> ext/Data/Dumper/Dumper.xs
27453 ____________________________________________________________________________
27454 [  9286] By: gsar                                  on 2001/03/21  19:49:54
27455         Log: makefile.mk tweak
27456      Branch: maint-5.6/perl
27457            ! win32/Makefile win32/makefile.mk
27458 ____________________________________________________________________________
27459 [  9285] By: nick                                  on 2001/03/21  19:07:13
27460         Log: Multiplicity fix for Dumper.
27461      Branch: perlio
27462            ! ext/Data/Dumper/Dumper.xs
27463 ____________________________________________________________________________
27464 [  9284] By: nick                                  on 2001/03/21  19:01:07
27465         Log: Integrate mainline - (does not build xTHX issue in Dumper).
27466      Branch: perlio
27467           !> (integrate 27 files)
27468 ____________________________________________________________________________
27469 [  9283] By: jhi                                   on 2001/03/21  17:17:35
27470         Log: Integrate change #9282 from mainline into maintperl,
27471              4-arg UTF-8 substr().
27472      Branch: maint-5.6/perl
27473           !> pp.c
27474 ____________________________________________________________________________
27475 [  9282] By: jhi                                   on 2001/03/21  17:15:43
27476         Log: The #9270 would have leaked a scalar if pp_substr()
27477              returned early.
27478      Branch: perl
27479            ! pp.c
27480 ____________________________________________________________________________
27481 [  9281] By: gsar                                  on 2001/03/21  17:03:14
27482         Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
27483      Branch: maint-5.6/perl
27484            ! win32/makefile.mk
27485 ____________________________________________________________________________
27486 [  9280] By: gsar                                  on 2001/03/21  17:01:20
27487         Log: some tweaks to change#9278 (fork() emulation should be enabled
27488              by setting BUILD_FLAVOR instead of changing the defaults)
27489      Branch: maint-5.6/perl
27490            ! win32/makefile.mk
27491 ____________________________________________________________________________
27492 [  9279] By: gsar                                  on 2001/03/21  16:47:19
27493         Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
27494      Branch: maint-5.6/perl
27495            ! ext/File/Glob/Glob.pm
27496           !> lib/Cwd.pm
27497 ____________________________________________________________________________
27498 [  9278] By: jhi                                   on 2001/03/21  14:35:10
27499         Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
27500              From: "Vadim Konovalov" <watman@inbox.ru>
27501              Date: Wed, 21 Mar 2001 01:53:51 +0300
27502              Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
27503      Branch: maint-5.6/perl
27504            ! win32/makefile.mk win32/win32sck.c
27505 ____________________________________________________________________________
27506 [  9277] By: jhi                                   on 2001/03/21  13:58:28
27507         Log: Integrate change #9270 from mainline to maintperl:
27508              continued 4-arg UTF-8 substr() fixing.
27509      Branch: maint-5.6/perl
27510           !> pp.c t/op/substr.t
27511 ____________________________________________________________________________
27512 [  9276] By: jhi                                   on 2001/03/21  13:33:00
27513         Log: More pixie cleaning.
27514      Branch: perl
27515            ! Makefile.SH
27516 ____________________________________________________________________________
27517 [  9275] By: jhi                                   on 2001/03/21  03:54:17
27518         Log: Update Changes.
27519      Branch: perl
27520            ! Changes patchlevel.h
27521 ____________________________________________________________________________
27522 [  9274] By: jhi                                   on 2001/03/21  03:48:24
27523         Log: First stab at making Data::Dumper to grok Unicode.
27524              
27525              TODO: tests, EBCDICify.
27526      Branch: perl
27527            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
27528 ____________________________________________________________________________
27529 [  9273] By: jhi                                   on 2001/03/21  02:23:00
27530         Log: Fix for
27531              
27532              Subject: Memory leak in unquoted print   
27533              From: Benjamin Sugars <bsugars@canoe.ca> 
27534              Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
27535              Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
27536      Branch: perl
27537            ! perlio.c
27538 ____________________________________________________________________________
27539 [  9272] By: jhi                                   on 2001/03/21  01:33:17
27540         Log: Subject: Re: [PATCH] POSIX::getcwd()
27541              From: Benjamin Sugars <bsugars@canoe.ca> 
27542              Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
27543              Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>      
27544      Branch: perl
27545            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
27546 ____________________________________________________________________________
27547 [  9271] By: jhi                                   on 2001/03/21  01:22:52
27548         Log: Subject: [PATCH] Cwd.pm docs
27549              From: Benjamin Sugars <bsugars@canoe.ca>
27550              Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
27551              Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
27552      Branch: perl
27553            ! lib/Cwd.pm
27554 ____________________________________________________________________________
27555 [  9270] By: jhi                                   on 2001/03/21  01:16:29
27556         Log: Continue 4-arg substr() UTF-8 fixage.
27557      Branch: perl
27558            ! pp.c t/op/substr.t
27559 ____________________________________________________________________________
27560 [  9269] By: jhi                                   on 2001/03/21  00:46:14
27561         Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
27562              
27563              revert the leak fix in change#9142 (problem needs a more experimental
27564              fix unsuitable for 5.6.1)
27565              
27566              do alphabetical sorting by default (for csh compatibility)
27567              
27568              cut-n-paste goof in change#9264
27569              
27570              VMS piping fixes (from Charles Lane)
27571      Branch: perl
27572           !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
27573           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
27574           !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
27575 ____________________________________________________________________________
27576 [  9268] By: jhi                                   on 2001/03/21  00:37:04
27577         Log: Integrate perlio.
27578      Branch: perl
27579           !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
27580           !> utf8.c utf8.h utfebcdic.h
27581 ____________________________________________________________________________
27582 [  9267] By: nick                                  on 2001/03/20  20:04:39
27583         Log: More EBCDIC stuff:
27584              - Loose the extra level of function on ASCII.
27585              - spotted a chr(0) issue in sv.c
27586              - re-work of UTF-X tr/// ranges to work in Unicode
27587              space. Still issues with the "0xff is illegal UTF-8" hack.
27588              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
27589              (why do it once when you can do it all over the place :-(
27590              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
27591              need utf8.pm for swashes.
27592              - Simplified and commented scan_const() in toke.c
27593              Still something wrong regexp and tr (swashes?).
27594      Branch: perlio
27595            ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
27596            ! utf8.c utf8.h utfebcdic.h
27597 ____________________________________________________________________________
27598 [  9266] By: gsar                                  on 2001/03/20  19:16:43
27599         Log: VMS piping fixes (from Charles Lane)
27600      Branch: maint-5.6/perl
27601            ! vms/vms.c vms/vmspipe.com
27602 ____________________________________________________________________________
27603 [  9265] By: gsar                                  on 2001/03/20  17:53:52
27604         Log: cut-n-paste goof in change#9264
27605      Branch: maint-5.6/perl
27606            ! ext/File/Glob/Glob.xs
27607 ____________________________________________________________________________
27608 [  9264] By: gsar                                  on 2001/03/20  17:43:47
27609         Log: do alphabetical sorting by default (for csh compatibility);
27610              bsd_glob() does ASCII sort by default as usual, unless
27611              GLOB_ALPHASORT was specified
27612      Branch: maint-5.6/perl
27613            ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
27614            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
27615            ! ext/File/Glob/bsd_glob.h
27616 ____________________________________________________________________________
27617 [  9263] By: gsar                                  on 2001/03/20  16:40:08
27618         Log: integrate change#9255 from mainline (unicode fix)
27619              
27620              substr($bytestr, i, n, $charstr)
27621      Branch: maint-5.6/perl
27622           !> Todo-5.6 pp.c t/op/substr.t
27623 ____________________________________________________________________________
27624 [  9262] By: gsar                                  on 2001/03/20  15:57:41
27625         Log: revert the leak fix in change#9142 (problem needs a more experimental
27626              fix unsuitable for 5.6.1)
27627      Branch: maint-5.6/perl
27628            ! scope.c
27629 ____________________________________________________________________________
27630 [  9261] By: jhi                                   on 2001/03/20  14:26:25
27631         Log: Integrate changes #9259,9260 from maintperl into mainline.
27632              
27633              Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
27634              
27635              Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
27636      Branch: perl
27637           !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
27638 ____________________________________________________________________________
27639 [  9260] By: jhi                                   on 2001/03/20  14:05:46
27640         Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
27641              From: Robin Barker <rmb1@cise.npl.co.uk>
27642              Date: Tue, 20 Mar 2001 10:12:04 GMT
27643              Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
27644      Branch: maint-5.6/perl
27645            ! run.c
27646 ____________________________________________________________________________
27647 [  9259] By: jhi                                   on 2001/03/20  14:04:39
27648         Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
27649              From: Chris Nandor <pudge@pobox.com>
27650              Date: Tue, 20 Mar 2001 00:40:56 -0500
27651              Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
27652      Branch: maint-5.6/perl
27653            ! ext/POSIX/POSIX.xs lib/File/Path.pm
27654 ____________________________________________________________________________
27655 [  9258] By: jhi                                   on 2001/03/20  05:09:34
27656         Log: Update Changes.
27657      Branch: perl
27658            ! Changes patchlevel.h
27659 ____________________________________________________________________________
27660 [  9257] By: jhi                                   on 2001/03/20  05:04:25
27661         Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
27662      Branch: perl
27663            ! t/op/tr.t
27664 ____________________________________________________________________________
27665 [  9256] By: jhi                                   on 2001/03/20  04:43:12
27666         Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
27667              From: Peter Prymmer <pvhp@forte.com>
27668              Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
27669              Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
27670      Branch: maint-5.6/perl
27671            ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
27672 ____________________________________________________________________________
27673 [  9255] By: jhi                                   on 2001/03/19  23:17:17
27674         Log: substr($bytestr, i, n, $charstr)
27675
27676              TODO: we are still broken if $bytestr needs UTF-8 upgrading.
27677      Branch: perl
27678            ! Todo-5.6 pp.c t/op/substr.t
27679 ____________________________________________________________________________
27680 [  9254] By: jhi                                   on 2001/03/19  22:25:09
27681         Log: Rearrange the make test target prerequisites so that
27682              in a parallel make 'all' is finished before 'test'.
27683      Branch: perl
27684            ! Makefile.SH
27685 ____________________________________________________________________________
27686 [  9253] By: jhi                                   on 2001/03/19  21:48:07
27687         Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
27688              From: Robin Houston <robin@kitsite.com>
27689              Date: Mon, 19 Mar 2001 15:48:41 +0000
27690              Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
27691      Branch: perl
27692            ! pp_ctl.c
27693 ____________________________________________________________________________
27694 [  9252] By: jhi                                   on 2001/03/19  21:42:27
27695         Log: Integrate perlio.
27696      Branch: perl
27697           !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
27698           !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
27699           !> utfebcdic.h vms/perly_c.vms
27700 ____________________________________________________________________________
27701 [  9251] By: jhi                                   on 2001/03/19  21:31:28
27702         Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
27703              
27704              Dynaloading in 64-bit AIX with vac.
27705      Branch: perl
27706           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
27707           !> hints/aix.sh
27708 ____________________________________________________________________________
27709 [  9250] By: jhi                                   on 2001/03/19  21:18:00
27710         Log: A more robust solution for the 64bitall AIX dynaloading
27711              problem, from Jens-Uwe Mager.
27712      Branch: maint-5.6/perl
27713            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
27714 ____________________________________________________________________________
27715 [  9249] By: nick                                  on 2001/03/19  20:59:37
27716         Log: Integrate mainline.
27717      Branch: perlio
27718           !> (integrate 42 files)
27719 ____________________________________________________________________________
27720 [  9248] By: nick                                  on 2001/03/19  20:22:07
27721         Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
27722              (Building on OS390 uses native YACC and YYDEBUG has other
27723              side effects.)
27724      Branch: perlio
27725            ! perly.c perly.y vms/perly_c.vms
27726 ____________________________________________________________________________
27727 [  9247] By: jhi                                   on 2001/03/19  19:59:53
27728         Log: 64-bit AIX dynaloading problem (see #9244) idea
27729              from Jens-Uwe Mager.
27730      Branch: maint-5.6/perl
27731            ! ext/DynaLoader/dl_aix.xs
27732 ____________________________________________________________________________
27733 [  9246] By: nick                                  on 2001/03/19  19:27:57
27734         Log: More EBCDIC fixes.
27735      Branch: perlio
27736            ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
27737            ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
27738 ____________________________________________________________________________
27739 [  9245] By: jhi                                   on 2001/03/19  19:05:19
27740         Log: Integrate change #9243 from mainline into maintperl.
27741              
27742              Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
27743      Branch: maint-5.6/perl
27744           !> README.vmesa
27745 ____________________________________________________________________________
27746 [  9244] By: jhi                                   on 2001/03/19  19:03:15
27747         Log: Get 64bitall AIX building, but still does not test okay:
27748              dynaloading anything fails, for example for op/defins:
27749              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
27750              (update: fixed by #9247,9250)
27751      Branch: maint-5.6/perl
27752            ! hints/aix.sh
27753 ____________________________________________________________________________
27754 [  9243] By: jhi                                   on 2001/03/19  19:00:16
27755         Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
27756              From: Robin Barker <rmb1@cise.npl.co.uk>
27757              Date: Mon, 19 Mar 2001 18:01:57 GMT
27758              Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
27759      Branch: perl
27760            ! README.vmesa
27761 ____________________________________________________________________________
27762 [  9242] By: jhi                                   on 2001/03/19  18:58:43
27763         Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
27764              
27765              TODO: tests.
27766      Branch: perl
27767            ! doop.c op.c
27768 ____________________________________________________________________________
27769 [  9241] By: gsar                                  on 2001/03/19  17:34:46
27770         Log: VMSify tests (from Charles Lane)
27771      Branch: maint-5.6/perl
27772            ! t/lib/filehand.t t/lib/texttabs.t
27773 ____________________________________________________________________________
27774 [  9240] By: jhi                                   on 2001/03/19  14:24:26
27775         Log: Integrate change #9233 from maintperl into mainline.
27776              
27777              some refcounts were incorrect in perl_clone()
27778      Branch: perl
27779           !> sv.c
27780 ____________________________________________________________________________
27781 [  9239] By: gsar                                  on 2001/03/19  09:23:17
27782         Log: this is 5.6.1-trial3
27783      Branch: maint-5.6/perl
27784            ! Changes
27785 ____________________________________________________________________________
27786 [  9238] By: gsar                                  on 2001/03/19  08:47:04
27787         Log: some new symbols are only available under ithreads
27788      Branch: maint-5.6/perl
27789            ! makedef.pl
27790 ____________________________________________________________________________
27791 [  9237] By: gsar                                  on 2001/03/19  08:42:28
27792         Log: update patchlevel.h, Changes, &c.
27793      Branch: maint-5.6/perl
27794            ! Changes patchlevel.h pod/perlhist.pod
27795           !> AUTHORS
27796 ____________________________________________________________________________
27797 [  9236] By: gsar                                  on 2001/03/19  08:17:49
27798         Log: integrate changes#8068,8717 from mainline
27799              
27800              [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
27801              
27802              [PATCH CPAN 1.59_51] warning message (not!)
27803      Branch: maint-5.6/perl
27804           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
27805           !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
27806           !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
27807           !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
27808           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
27809 ____________________________________________________________________________
27810 [  9235] By: gsar                                  on 2001/03/19  08:07:09
27811         Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
27812              
27813              [PATCH] Add missing CV flags to dump.c
27814              
27815              Re: [patch] Re: PL_ptr_table
27816              
27817              Fixup non-ithread build after 8713
27818              
27819              Generated files form 8713 etc.
27820              
27821              Correct the correction :-(
27822              
27823              Documenting coderef @INC (Re: CPAN "make this script work" feature)
27824              
27825              Subject: Re: sync sync sync: have I missed any patches?
27826              Replace djSP with dSP.
27827      Branch: maint-5.6/perl
27828           !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
27829           !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
27830           !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
27831           !> sv.c sv.h win32/perlhost.h
27832 ____________________________________________________________________________
27833 [  9234] By: gsar                                  on 2001/03/19  07:22:05
27834         Log: revert the change#9090 integrate for now (change looks somewhat
27835              incomplete in that [ha]v_exists() need something similar; lacks
27836              tests; &c.)
27837      Branch: maint-5.6/perl
27838            ! hv.c
27839 ____________________________________________________________________________
27840 [  9233] By: gsar                                  on 2001/03/19  07:10:01
27841         Log: some refcounts were incorrect in perl_clone(); avoid hang in global
27842              destruction when there are unreferenced scalars (SvREFCNT==0)
27843      Branch: maint-5.6/perl
27844            ! sv.c
27845 ____________________________________________________________________________
27846 [  9232] By: jhi                                   on 2001/03/19  05:11:02
27847         Log: Regen api and toc.
27848      Branch: maint-5.6/perl
27849            ! pod/perlapi.pod pod/perltoc.pod
27850 ____________________________________________________________________________
27851 [  9231] By: jhi                                   on 2001/03/19  04:06:03
27852         Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
27853              add a lost line in pp.c:pp_chop(), update to new op/chop.
27854              
27855              Clarify the description differentiating for and while; inspired by
27856              
27857              Subject: [ID 20010306.004] || != named unary operator
27858              
27859              The $Is_MacOS needs to be declared.
27860      Branch: maint-5.6/perl
27861            ! pp.c t/op/chop.t
27862           !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
27863 ____________________________________________________________________________
27864 [  9230] By: jhi                                   on 2001/03/19  03:48:16
27865         Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
27866              9079,9083,9089,9090,9091 from mainline to maintperl.
27867              
27868              Quieten some noise in Win32 builds
27869              
27870              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
27871              
27872              The perlretut was still talking about the old \p and \P
27873              definitions.
27874              
27875              More tweakage on the Unicode character class descriptions.
27876              
27877              Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
27878              
27879              Subject: 'no *POSIX' Patch speeding up make on BS2000 
27880              
27881              Subject: [PATCH] perldata.pod here-doc docs
27882              
27883              Add /sbin and /usr/sbin to the list of directories scanned
27884              for setuid programs.  Takes care of bug id 20010309.003.
27885              
27886              Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
27887              
27888              In op/stat #35 better to scan all the potential directories
27889              for setuids, not just the first one.
27890      Branch: maint-5.6/perl
27891            ! Makefile.SH
27892           !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
27893           !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
27894           !> t/op/stat.t toke.c win32/win32.h
27895 ____________________________________________________________________________
27896 [  9229] By: jhi                                   on 2001/03/19  02:31:50
27897         Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
27898              From: Chris Nandor <pudge@pobox.com>
27899              Date: Sat, 10 Mar 2001 14:22:19 -0500
27900              Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
27901      Branch: maint-5.6/perl
27902            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
27903            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
27904            ! t/lib/b.t t/lib/errno.t
27905 ____________________________________________________________________________
27906 [  9228] By: jhi                                   on 2001/03/19  02:29:59
27907         Log: Integrate changes #9113,9122 from mainline into maintperl.
27908              
27909              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?)
27910      Branch: maint-5.6/perl
27911           !> Configure README.os390 hints/os390.sh
27912 ____________________________________________________________________________
27913 [  9227] By: jhi                                   on 2001/03/19  02:22:35
27914         Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
27915              into maintperl.
27916              
27917              Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
27918              
27919              Forgot to check-in the larger part of #9120, duh.
27920              
27921              Subject: Another patch for integer.pm POD 
27922              
27923              h2ph strictness and cleanliness from Kurt Starsinic.
27924              
27925              Borland filename case problem.
27926              
27927              h2ph strictness and cleanliness from Kurt Starsinic.
27928              
27929              Subject: [PATCH] the uncontroversial doc patches
27930      Branch: maint-5.6/perl
27931           +> win32/sncfnmcs.pl
27932           !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
27933           !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
27934           !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
27935           !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
27936           !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
27937           !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
27938           !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
27939 ____________________________________________________________________________
27940 [  9226] By: jhi                                   on 2001/03/19  02:10:21
27941         Log: Integrate changes #9207,9214 from mainline into maintperl.
27942              
27943              podchecker relaxations: =over has an *optional* number after it,
27944              and whitespace in L<> is okay.
27945      Branch: maint-5.6/perl
27946           !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
27947           !> t/pod/poderrs.xr
27948 ____________________________________________________________________________
27949 [  9225] By: jhi                                   on 2001/03/19  02:07:38
27950         Log: Integrate change #9219 from maintperl into mainline.
27951              
27952              remove duplicated tests
27953      Branch: perl
27954           !> t/op/re_tests
27955 ____________________________________________________________________________
27956 [  9224] By: jhi                                   on 2001/03/19  02:06:11
27957         Log: Integrate change #9223 from mainline to maintperl.
27958              
27959              Document -Dmksymlinks.
27960      Branch: maint-5.6/perl
27961           !> INSTALL
27962 ____________________________________________________________________________
27963 [  9223] By: jhi                                   on 2001/03/19  02:01:25
27964         Log: Document -Dmksymlinks.
27965      Branch: perl
27966            ! INSTALL
27967 ____________________________________________________________________________
27968 [  9222] By: jhi                                   on 2001/03/19  01:15:35
27969         Log: The -Dmksymlinks wasn't working for maintperl.
27970      Branch: maint-5.6/perl
27971            ! Configure
27972 ____________________________________________________________________________
27973 [  9221] By: jhi                                   on 2001/03/19  00:49:43
27974         Log: Cleanup pixie residue.
27975      Branch: perl
27976            ! Makefile.SH
27977 ____________________________________________________________________________
27978 [  9220] By: jhi                                   on 2001/03/19  00:44:47
27979         Log: Document the use of pixie/prof; create make targets for it.
27980              
27981              TODO: make t/TEST pixie-aware.
27982      Branch: perl
27983            ! Makefile.SH pod/perlhack.pod
27984 ____________________________________________________________________________
27985 [  9219] By: gsar                                  on 2001/03/19  00:16:55
27986         Log: remove duplicated tests
27987      Branch: maint-5.6/perl
27988            ! t/op/re_tests
27989 ____________________________________________________________________________
27990 [  9218] By: jhi                                   on 2001/03/18  23:59:31
27991         Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
27992      Branch: perl
27993            ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
27994 ____________________________________________________________________________
27995 [  9217] By: jhi                                   on 2001/03/18  23:25:20
27996         Log: Rewrite the tests section of Makefile to be less redundant
27997              and to allow for more flexible test targets, many recursive
27998              make calls introduced.
27999      Branch: perl
28000            ! Makefile.SH
28001 ____________________________________________________________________________
28002 [  9216] By: jhi                                   on 2001/03/18  22:30:04
28003         Log: Document the use of Third Degree (sparsely).
28004      Branch: perl
28005            ! pod/perlhack.pod t/TEST
28006 ____________________________________________________________________________
28007 [  9215] By: jhi                                   on 2001/03/18  22:10:30
28008         Log: Make targets for testing with Third Degree.
28009      Branch: perl
28010            ! Makefile.SH
28011 ____________________________________________________________________________
28012 [  9214] By: jhi                                   on 2001/03/18  21:08:53
28013         Log: The podchecker relaxations need to mirrored also at the tests.
28014      Branch: perl
28015            ! t/pod/poderrs.xr
28016 ____________________________________________________________________________
28017 [  9213] By: jhi                                   on 2001/03/18  20:56:21
28018         Log: Update Changes.
28019      Branch: perl
28020            ! Changes patchlevel.h
28021 ____________________________________________________________________________
28022 [  9212] By: jhi                                   on 2001/03/18  20:36:59
28023         Log: Looking for config.sh in parent directories isn't
28024              very useful for the toplevel Makefile.
28025      Branch: perl
28026            ! Makefile.SH
28027 ____________________________________________________________________________
28028 [  9211] By: jhi                                   on 2001/03/18  20:33:37
28029         Log: On "make clean" take care of Third Degree droppings.
28030      Branch: perl
28031            ! Makefile.SH
28032 ____________________________________________________________________________
28033 [  9210] By: jhi                                   on 2001/03/18  20:21:34
28034         Log: Add a hook for running the tests under the Third Degree
28035              debugging tool (set $ENV{PERL_3LOG} to non-zero)
28036              
28037              TODO: Document the use of Third Degree.
28038      Branch: perl
28039            ! t/TEST
28040 ____________________________________________________________________________
28041 [  9209] By: jhi                                   on 2001/03/18  20:19:07
28042         Log: Regen toc and api pods.
28043      Branch: perl
28044            ! pod/perlapi.pod pod/perltoc.pod
28045 ____________________________________________________________________________
28046 [  9208] By: jhi                                   on 2001/03/18  20:12:12
28047         Log: Integrate changes #8128,9132 from mainline into maintperl,
28048              Tie::SubstrHash fixes.
28049      Branch: maint-5.6/perl
28050           !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
28051 ____________________________________________________________________________
28052 [  9207] By: jhi                                   on 2001/03/18  20:07:43
28053         Log: podchecker relaxations from Michael Stevens.
28054      Branch: perl
28055            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
28056 ____________________________________________________________________________
28057 [  9206] By: jhi                                   on 2001/03/18  20:04:24
28058         Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
28059      Branch: perl
28060            ! lib/Locale/Constants.pm lib/Locale/Country.pm
28061            ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
28062            ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
28063 ____________________________________________________________________________
28064 [  9205] By: jhi                                   on 2001/03/18  19:54:45
28065         Log: Integrate changes #9161,9162 from maintperl to mainline.
28066              
28067              clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
28068              results
28069      Branch: perl
28070           !> t/op/magic.t
28071 ____________________________________________________________________________
28072 [  9204] By: jhi                                   on 2001/03/18  19:37:46
28073         Log: Make perl.third checks more understandable to the builder.
28074      Branch: perl
28075            ! Makefile.SH
28076 ____________________________________________________________________________
28077 [  9203] By: jhi                                   on 2001/03/18  19:20:54
28078         Log: Re-integrate #9138 from maintperl to mainline,
28079              the squelching of the unneeded "Scalars leaked" messages.
28080      Branch: perl
28081           !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
28082           !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
28083           !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
28084 ____________________________________________________________________________
28085 [  9202] By: jhi                                   on 2001/03/18  18:48:36
28086         Log: More robust and more paranoid perl.third target.
28087      Branch: perl
28088            ! Makefile.SH
28089 ____________________________________________________________________________
28090 [  9201] By: jhi                                   on 2001/03/18  18:39:21
28091         Log: Integrate change #9197 from maintperl to mainline.
28092              
28093              more thorough cleaning of arenas.
28094      Branch: perl
28095           !> embed.pl perl.c proto.h sv.c t/op/sort.t
28096 ____________________________________________________________________________
28097 [  9200] By: jhi                                   on 2001/03/18  18:25:17
28098         Log: Integrate perlio.
28099      Branch: perl
28100           !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
28101           !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
28102           !> t/lib/encode.t toke.c universal.c utf8.c
28103 ____________________________________________________________________________
28104 [  9199] By: nick                                  on 2001/03/18  15:23:51
28105         Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
28106              is the sense of the test being done. Avoid some magical 127 and 128 values
28107              by using macros.
28108      Branch: perlio
28109            ! doop.c pp_ctl.c sv.c toke.c
28110 ____________________________________________________________________________
28111 [  9198] By: nick                                  on 2001/03/18  14:18:12
28112         Log: UTF-X encoding invariance for Encode:
28113              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
28114              - move the XS code for those to universal.c (so in miniperl)
28115              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
28116              - change ext/Encode/compile to use above.
28117              - Fix t/lib/encode.t for above
28118              - Teach t/lib/b.t to expect -uutf8
28119              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
28120              utf8.pm is needed.
28121      Branch: perlio
28122            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
28123            ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
28124 ____________________________________________________________________________
28125 [  9197] By: gsar                                  on 2001/03/18  12:15:57
28126         Log: more thorough cleaning of arenas--keep going until no more
28127              SvREFCNT_dec()s occur (this fixes the problem that causes the
28128              pesky "Scalars leaked" warnings)
28129      Branch: maint-5.6/perl
28130            ! embed.pl perl.c proto.h sv.c t/op/sort.t
28131 ____________________________________________________________________________
28132 [  9196] By: nick                                  on 2001/03/18  10:57:29
28133         Log: Fix pragma/utf8.t # 15
28134              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
28135              are SvUTF8 as well.
28136      Branch: perlio
28137            ! toke.c
28138 ____________________________________________________________________________
28139 [  9195] By: nick                                  on 2001/03/18  09:27:06
28140         Log: Integrate mainline
28141      Branch: perlio
28142           !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
28143           !> t/op/pat.t
28144 ____________________________________________________________________________
28145 [  9194] By: jhi                                   on 2001/03/18  05:29:59
28146         Log: Sarathy's clear_pmop patch with Radu Greab's fix,
28147              Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
28148      Branch: perl
28149            ! op.c op.h t/op/misc.t t/op/pat.t
28150 ____________________________________________________________________________
28151 [  9193] By: jhi                                   on 2001/03/18  05:15:06
28152         Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
28153      Branch: perl
28154            ! mg.c t/op/pat.t
28155 ____________________________________________________________________________
28156 [  9192] By: jhi                                   on 2001/03/18  04:22:43
28157         Log: tr/// UTF-8 patches from Inaba Hiroto.
28158      Branch: perl
28159            ! doop.c op.c
28160 ____________________________________________________________________________
28161 [  9191] By: jhi                                   on 2001/03/18  04:21:17
28162         Log: Integrate perlio.
28163      Branch: perl
28164           !> utf8.c utfebcdic.h
28165 ____________________________________________________________________________
28166 [  9190] By: nick                                  on 2001/03/17  20:32:01
28167         Log: Correct #if EBCDIC side typos.
28168              Builds and passes many tests on OS390.
28169      Branch: perlio
28170            ! utf8.c utfebcdic.h
28171 ____________________________________________________________________________
28172 [  9189] By: jhi                                   on 2001/03/17  18:55:49
28173         Log: Add prerequisites for the perl.third target.
28174      Branch: perl
28175            ! Makefile.SH
28176 ____________________________________________________________________________
28177 [  9188] By: jhi                                   on 2001/03/17  18:46:00
28178         Log: Integrate perlio.
28179      Branch: perl
28180           +> utfebcdic.h
28181           !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
28182 ____________________________________________________________________________
28183 [  9187] By: jhi                                   on 2001/03/17  18:38:47
28184         Log: Add a make rule for perl.third (the Third Degree memory debugging
28185              tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
28186      Branch: perl
28187            ! Makefile.SH
28188 ____________________________________________________________________________
28189 [  9186] By: nick                                  on 2001/03/17  18:34:48
28190         Log: MANIFEST addition :-(
28191      Branch: perlio
28192            ! MANIFEST
28193 ____________________________________________________________________________
28194 [  9185] By: nick                                  on 2001/03/17  18:29:50
28195         Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
28196              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
28197              a superset of ASCII are invariant under the encoding. This is EBCDIC
28198              friendly as an encoded string can be looked at as being EBCDIC by lexer
28199              sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
28200              ASCII on ASCII machines.
28201              
28202              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
28203              seperate.
28204              - Add some more macros to comprehend different shift amounts and
28205              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
28206              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
28207              and conditionaly #include it.
28208              
28209              EBCDIC build as yet untested.  ASCII still fails the one test.
28210      Branch: perlio
28211            + utfebcdic.h
28212            ! utf8.c utf8.h
28213 ____________________________________________________________________________
28214 [  9184] By: nick                                  on 2001/03/17  17:44:16
28215         Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
28216      Branch: perlio
28217            ! doop.c perl.h pp.c utf8.h
28218 ____________________________________________________________________________
28219 [  9183] By: jhi                                   on 2001/03/17  15:55:42
28220         Log: Integrate perlio.
28221      Branch: perl
28222            ! MANIFEST
28223           !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
28224 ____________________________________________________________________________
28225 [  9182] By: nick                                  on 2001/03/17  09:16:06
28226         Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
28227      Branch: perlio
28228            ! t/op/pat.t
28229 ____________________________________________________________________________
28230 [  9181] By: nick                                  on 2001/03/17  09:15:11
28231         Log: Integrate mainline.
28232      Branch: perlio
28233           +> lib/Locale/Constants.pm lib/Locale/Country.pm
28234           +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
28235           +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
28236           +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
28237           !> (integrate 83 files)
28238 ____________________________________________________________________________
28239 [  9180] By: nick                                  on 2001/03/16  17:23:21
28240         Log: EBCDIC Fixes.
28241      Branch: perlio
28242            ! perl.h sv.c toke.c utf8.c utf8.h
28243 ____________________________________________________________________________
28244 [  9179] By: jhi                                   on 2001/03/16  14:10:12
28245         Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
28246              a change needed to work around an AIX compiler bug.
28247      Branch: perl
28248            ! ext/Storable/Storable.xs
28249 ____________________________________________________________________________
28250 [  9178] By: jhi                                   on 2001/03/16  03:19:59
28251         Log: With Damian's approval synchronize damian's modules'
28252              licensing with Perl's standard module licensing.
28253      Branch: perl
28254            ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
28255 ____________________________________________________________________________
28256 [  9177] By: jhi                                   on 2001/03/16  03:15:34
28257         Log: Make the Filter::Util:Call files have their own copies
28258              of the Perl standard module licensing, from Paul Marquess.
28259      Branch: perl
28260            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
28261 ____________________________________________________________________________
28262 [  9176] By: jhi                                   on 2001/03/16  02:56:04
28263         Log: Subject: [PATCH] more pod patches
28264              From: Michael Stevens <michael@etla.org>
28265              Date: Thu, 15 Mar 2001 21:25:18 +0000
28266              Message-ID: <20010315212518.A18870@firedrake.org>
28267      Branch: perl
28268            ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
28269            ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
28270            ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
28271            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
28272            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
28273            ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
28274            ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
28275            ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
28276            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
28277            ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
28278            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
28279            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
28280            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
28281            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
28282            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
28283            ! lib/File/Basename.pm lib/File/Spec/VMS.pm
28284            ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
28285            ! lib/Getopt/Long.pm lib/Locale/Constants.pm
28286            ! lib/Locale/Country.pm lib/Locale/Language.pm
28287            ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
28288            ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
28289            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
28290            ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
28291            ! os2/OS2/Process/Process.pm
28292 ____________________________________________________________________________
28293 [  9175] By: jhi                                   on 2001/03/16  02:53:32
28294         Log: Subject: [PATCH] the uncontroversial doc patches
28295              From: Michael Stevens <michael@etla.org>
28296              Date: Thu, 15 Mar 2001 20:01:12 +0000
28297              Message-ID: <20010315200112.A7636@firedrake.org>
28298      Branch: perl
28299            ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
28300            ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
28301            ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
28302            ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
28303            ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
28304 ____________________________________________________________________________
28305 [  9174] By: jhi                                   on 2001/03/16  02:50:49
28306         Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
28307              From: Paul Lindner <lindner@inuus.com>
28308              Date: Fri, 16 Mar 2001 11:28:03 -0800
28309              Message-ID: <20010316112803.A7577@inuus.com>
28310      Branch: perl
28311            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
28312 ____________________________________________________________________________
28313 [  9173] By: nick                                  on 2001/03/15  20:21:03
28314         Log: 1st day's EBCDIC fixes:
28315              - toke.c's parsing of strings needed attention
28316              needed to conditionally e2a if string was already UTF-8
28317              - e2a/a2e tables where wrong way round.
28318              - new macros in utf8.h
28319      Branch: perlio
28320            ! perl.h toke.c utf8.h
28321 ____________________________________________________________________________
28322 [  9172] By: jhi                                   on 2001/03/15  15:17:17
28323         Log: Update Changes.
28324      Branch: perl
28325            ! Changes patchlevel.h
28326 ____________________________________________________________________________
28327 [  9171] By: jhi                                   on 2001/03/15  15:09:32
28328         Log: Subject: Re: Another Borland C++ problem.
28329              From: "Vadim Konovalov" <watman@inbox.ru>
28330              Date: Sat, 10 Mar 2001 19:26:07 +0300
28331              Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
28332              
28333              Borland filename case problem.
28334      Branch: perl
28335            + win32/sncfnmcs.pl
28336            ! MANIFEST README.win32
28337 ____________________________________________________________________________
28338 [  9170] By: jhi                                   on 2001/03/15  14:54:23
28339         Log: Add Locale::Codes 1.06, from Neil Bowers.
28340      Branch: perl
28341            + lib/Locale/Constants.pm lib/Locale/Country.pm
28342            + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
28343            + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
28344            + t/lib/lc-language.t t/lib/lc-uk.t
28345            ! MANIFEST
28346 ____________________________________________________________________________
28347 [  9169] By: jhi                                   on 2001/03/15  14:19:01
28348         Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
28349      Branch: perl
28350            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
28351            ! ext/Storable/Storable.xs
28352 ____________________________________________________________________________
28353 [  9168] By: jhi                                   on 2001/03/15  14:13:22
28354         Log: Integrate changes #9120,9167 from mainline to maintperl.
28355              
28356              Subject: [PATCH 5.6.1] OS/2 docs
28357              
28358              Subject: [PATCH 5.6.1] perldoc
28359      Branch: maint-5.6/perl
28360           !> os2/Changes utils/perldoc.PL
28361 ____________________________________________________________________________
28362 [  9167] By: jhi                                   on 2001/03/15  14:07:42
28363         Log: Subject: [PATCH 5.6.1] perldoc
28364              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28365              Date: Wed, 14 Mar 2001 23:46:52 -0500
28366              Message-ID: <20010314234652.A7972@math.ohio-state.edu>
28367      Branch: perl
28368            ! utils/perldoc.PL
28369 ____________________________________________________________________________
28370 [  9166] By: jhi                                   on 2001/03/15  13:53:15
28371         Log: sigaction test condition tweakage.
28372      Branch: perl
28373            ! t/lib/sigaction.t
28374 ____________________________________________________________________________
28375 [  9165] By: alanbur                               on 2001/03/15  03:49:17
28376         Log: Resynchronised with parent
28377      Branch: maint-5.6/pureperl
28378           +> os2/os2add.sym t/op/anonsub.t
28379           !> (integrate 72 files)
28380 ____________________________________________________________________________
28381 [  9164] By: jhi                                   on 2001/03/15  01:05:01
28382         Log: Avoid stomping off the beginning of an array in tr///.
28383      Branch: perl
28384            ! op.c
28385 ____________________________________________________________________________
28386 [  9163] By: jhi                                   on 2001/03/15  00:58:57
28387         Log: h2ph strictness and cleanliness from Kurt Starsinic.
28388      Branch: perl
28389            ! utils/h2ph.PL
28390 ____________________________________________________________________________
28391 [  9162] By: gsar                                  on 2001/03/15  00:56:53
28392         Log: avoid warnings
28393      Branch: maint-5.6/perl
28394            ! t/op/magic.t
28395 ____________________________________________________________________________
28396 [  9161] By: gsar                                  on 2001/03/15  00:52:09
28397         Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
28398              results
28399      Branch: maint-5.6/perl
28400            ! t/op/magic.t
28401 ____________________________________________________________________________
28402 [  9160] By: jhi                                   on 2001/03/14  22:02:10
28403         Log: Do not use the Perl malloc in IRIX, suggested by
28404              Helmus Jarausch.
28405      Branch: perl
28406            ! hints/irix_6.sh
28407 ____________________________________________________________________________
28408 [  9159] By: nick                                  on 2001/03/14  21:45:59
28409         Log: Integrate mainline
28410      Branch: perlio
28411           +> t/op/loopctl.t
28412           !> (integrate 41 files)
28413 ____________________________________________________________________________
28414 [  9158] By: jhi                                   on 2001/03/14  21:10:09
28415         Log: The Day of the Retractions continues: the #9138
28416              (integrated in #9144) doesn't work well in mainline.
28417      Branch: perl
28418            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
28419            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
28420            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
28421 ____________________________________________________________________________
28422 [  9157] By: jhi                                   on 2001/03/14  20:58:12
28423         Log: The #9145 CANNOT be enabled: the clear_pmop code still
28424              dumps core all over in Tru64.
28425      Branch: perl
28426            ! op.c op.h t/op/pat.t
28427 ____________________________________________________________________________
28428 [  9156] By: jhi                                   on 2001/03/14  20:48:06
28429         Log: Integrate change #9154 from maintperl to mainline.
28430              
28431              PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
28432              (caused Storable 1.0.10 to break on windows)
28433      Branch: perl
28434           !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
28435           !> perlapi.c proto.h
28436 ____________________________________________________________________________
28437 [  9155] By: jhi                                   on 2001/03/14  20:23:53
28438         Log: Retract #9136: breaks threading (and binary compatibility).
28439      Branch: perl
28440            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
28441 ____________________________________________________________________________
28442 [  9154] By: gsar                                  on 2001/03/14  17:48:18
28443         Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
28444              (caused Storable 1.0.10 to break on windows)
28445      Branch: maint-5.6/perl
28446            ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
28447            ! perlapi.c proto.h
28448 ____________________________________________________________________________
28449 [  9153] By: jhi                                   on 2001/03/14  13:35:21
28450         Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
28451      Branch: perl
28452            ! t/lib/sigaction.t
28453 ____________________________________________________________________________
28454 [  9152] By: gsar                                  on 2001/03/14  07:29:40
28455         Log: back out changes#9012,9010,9009 and parts of change#9016
28456              (causes ABRs under purify, and some prerequisites don't
28457              seem to be there in 5.6.x)
28458      Branch: maint-5.6/perl
28459            ! doop.c op.c t/op/tr.t toke.c
28460 ____________________________________________________________________________
28461 [  9151] By: gsar                                  on 2001/03/14  07:01:29
28462         Log: reenable change#9145 (the test was busted due to a missing
28463              C<print "ok 27\n">)
28464      Branch: perl
28465            ! op.c op.h t/op/pat.t
28466 ____________________________________________________________________________
28467 [  9150] By: jhi                                   on 2001/03/14  06:38:36
28468         Log: Retract #9145.
28469      Branch: perl
28470            ! op.c op.h t/op/pat.t
28471 ____________________________________________________________________________
28472 [  9149] By: jhi                                   on 2001/03/14  06:14:56
28473         Log: Retract #9143.
28474      Branch: perl
28475            ! op.c
28476 ____________________________________________________________________________
28477 [  9148] By: gsar                                  on 2001/03/14  06:13:02
28478         Log: Uninitialized Memory Read in regexec.c
28479      Branch: perl
28480            ! regexec.c
28481 ____________________________________________________________________________
28482 [  9147] By: jhi                                   on 2001/03/14  04:59:54
28483         Log: Subject: PATCH: make goto work in nested eval ""
28484              From: Robin Houston <robin@kitsite.com>
28485              Date: Wed, 14 Mar 2001 04:16:10 +0000
28486              Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
28487      Branch: perl
28488            ! pp_ctl.c t/op/goto.t
28489 ____________________________________________________________________________
28490 [  9146] By: jhi                                   on 2001/03/14  04:42:54
28491         Log: Preserve the #ifdef PERL_CORE in perly.h.
28492      Branch: perl
28493            ! perly.fixer
28494 ____________________________________________________________________________
28495 [  9145] By: jhi                                   on 2001/03/14  03:57:41
28496         Log: (Retracted by #9150.)
28497      Branch: perl
28498            ! op.c op.h t/op/pat.t
28499 ____________________________________________________________________________
28500 [  9144] By: jhi                                   on 2001/03/14  03:50:38
28501         Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
28502              
28503              fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
28504              
28505              remove squelch controls for "Scalars leaked" messages in most places
28506              (these are now cured)
28507              
28508              fix another memory leak reported by purify (tie callbacks that
28509              croak can leak when wiping out magic)
28510      Branch: perl
28511           !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
28512           !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
28513           !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
28514           !> t/pragma/warnings.t
28515 ____________________________________________________________________________
28516 [  9143] By: jhi                                   on 2001/03/14  03:37:53
28517         Log: (Retracted by #9149.)
28518      Branch: perl
28519            ! op.c
28520 ____________________________________________________________________________
28521 [  9142] By: gsar                                  on 2001/03/14  03:20:48
28522         Log: fix another memory leak reported by purify (tie callbacks that
28523              croak can leak when wiping out magic)
28524      Branch: maint-5.6/perl
28525            ! scope.c
28526 ____________________________________________________________________________
28527 [  9141] By: jhi                                   on 2001/03/14  02:55:00
28528         Log: Subject: PATCH for [ID 20010305.003]
28529              From: Robin Houston <robin@kitsite.com>
28530              Date: Wed, 14 Mar 2001 02:45:51 +0000
28531              Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
28532      Branch: perl
28533            ! pp_ctl.c t/op/eval.t
28534 ____________________________________________________________________________
28535 [  9140] By: jhi                                   on 2001/03/14  02:41:54
28536         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
28537              Date: Wed, 14 Mar 2001 01:52:51 +0000
28538              From: Robin Houston <robin@kitsite.com>
28539              Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
28540              
28541              Fix for 2000313.004.
28542      Branch: perl
28543            ! pp_ctl.c t/op/goto.t
28544 ____________________________________________________________________________
28545 [  9139] By: jhi                                   on 2001/03/14  02:40:50
28546         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
28547              From: Robin Houston <robin@kitsite.com>
28548              Date: Wed, 14 Mar 2001 00:43:45 +0000
28549              Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
28550      Branch: perl
28551            + t/op/loopctl.t
28552            ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
28553            ! vms/perly_c.vms
28554 ____________________________________________________________________________
28555 [  9138] By: gsar                                  on 2001/03/14  01:18:00
28556         Log: remove squelch controls for "Scalars leaked" messages in most places
28557              (these are now cured)
28558      Branch: maint-5.6/perl
28559            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
28560            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
28561            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
28562 ____________________________________________________________________________
28563 [  9137] By: gsar                                  on 2001/03/14  00:57:04
28564         Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
28565      Branch: maint-5.6/perl
28566            ! regcomp.c
28567 ____________________________________________________________________________
28568 [  9136] By: jhi                                   on 2001/03/13  23:12:24
28569         Log: (Retracted by #9155)
28570              
28571              Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
28572              From: Jens-Uwe Mager <jum@helios.de>
28573              Date: Wed, 21 Feb 2001 21:32:04 +0100
28574              Message-ID: <20010221213203.A18340@ans.helios.de>
28575      Branch: perl
28576            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
28577 ____________________________________________________________________________
28578 [  9135] By: jhi                                   on 2001/03/13  22:50:05
28579         Log: Integrate perlio.
28580      Branch: perl
28581           !> pp.c
28582 ____________________________________________________________________________
28583 [  9134] By: jhi                                   on 2001/03/13  22:49:05
28584         Log: Integrate change #9131 from maintperl into mainline.
28585              
28586              make the error text look more consistent in hints/hpux.sh
28587      Branch: perl
28588           !> hints/hpux.sh
28589 ____________________________________________________________________________
28590 [  9133] By: gsar                                  on 2001/03/13  22:46:20
28591         Log: integrate change#9067 from mainline
28592              
28593              Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
28594      Branch: maint-5.6/perl
28595           !> lib/ExtUtils/MM_Unix.pm
28596 ____________________________________________________________________________
28597 [  9132] By: jhi                                   on 2001/03/13  22:41:21
28598         Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
28599              From: "John P. Linderman" <jpl@research.att.com>
28600              Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
28601              Message-Id: <200103131736.MAA35615@raptor.research.att.com>
28602              
28603              A more correct prime finder.
28604      Branch: perl
28605            ! lib/Tie/SubstrHash.pm
28606 ____________________________________________________________________________
28607 [  9131] By: gsar                                  on 2001/03/13  22:30:42
28608         Log: make the error text look more consistent in hints/hpux.sh
28609      Branch: maint-5.6/perl
28610            ! hints/hpux.sh
28611 ____________________________________________________________________________
28612 [  9130] By: jhi                                   on 2001/03/13  22:23:44
28613         Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
28614              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
28615              Date: Tue, 13 Mar 2001 18:41:26 +0100
28616              Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
28617              
28618              If the test is run non-interactively the default handler
28619              is different.
28620      Branch: perl
28621            ! t/lib/sigaction.t
28622 ____________________________________________________________________________
28623 [  9129] By: jhi                                   on 2001/03/13  22:20:21
28624         Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
28625              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
28626              Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
28627              Date:     Tue, 13 Mar 2001 16:44:32 EST
28628      Branch: perl
28629            ! t/lib/1_compile.t
28630 ____________________________________________________________________________
28631 [  9128] By: jhi                                   on 2001/03/13  22:18:34
28632         Log: Subject: Another patch for integer.pm POD 
28633              From: "John L. Allen" <allen@grumman.com>
28634              Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
28635              Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
28636      Branch: perl
28637            ! lib/integer.pm
28638 ____________________________________________________________________________
28639 [  9127] By: nick                                  on 2001/03/13  21:26:30
28640         Log: Integrate mainline.
28641      Branch: perlio
28642           +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
28643           +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
28644           +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
28645           +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
28646           !> Changes Configure MANIFEST README.os2 README.os390
28647           !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
28648           !> os2/Changes patchlevel.h win32/perlhost.h
28649 ____________________________________________________________________________
28650 [  9126] By: nick                                  on 2001/03/13  20:39:51
28651         Log: #ifdef'ed out code to make packed side of pack/unpack
28652              octets. (i.e. pack('U') => encode_utf8).
28653      Branch: perlio
28654            ! pp.c
28655 ____________________________________________________________________________
28656 [  9125] By: jhi                                   on 2001/03/13  15:07:16
28657         Log: Update Changes.
28658      Branch: perl
28659            ! Changes patchlevel.h
28660 ____________________________________________________________________________
28661 [  9124] By: jhi                                   on 2001/03/13  14:22:45
28662         Log: Workaround for the buggy ("internal compiler error")
28663              AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
28664              (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
28665              of Andreas König.
28666      Branch: perl
28667            ! ext/re/Makefile.PL hints/aix.sh
28668 ____________________________________________________________________________
28669 [  9123] By: jhi                                   on 2001/03/13  03:24:34
28670         Log: Typo in #9114.
28671      Branch: metaconfig
28672            ! U/modified/myhostname.U
28673 ____________________________________________________________________________
28674 [  9122] By: jhi                                   on 2001/03/13  03:24:06
28675         Log: Typo in #9113.
28676      Branch: perl
28677            ! Configure
28678 ____________________________________________________________________________
28679 [  9121] By: jhi                                   on 2001/03/13  01:53:05
28680         Log: Forgot to check-in the larger part of #9120, duh.
28681      Branch: perl
28682            ! README.os2
28683 ____________________________________________________________________________
28684 [  9120] By: jhi                                   on 2001/03/13  01:51:31
28685         Log: Subject: [PATCH 5.6.1] OS/2 docs
28686              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28687              Date: Mon, 12 Mar 2001 03:27:32 -0500
28688              Message-ID: <20010312032732.A19283@math.ohio-state.edu>
28689      Branch: perl
28690            ! os2/Changes
28691 ____________________________________________________________________________
28692 [  9119] By: jhi                                   on 2001/03/13  01:49:41
28693         Log: Integrate change #9116 from maintperl into mainline.
28694              
28695              Win32::GetCwd() returns C: instead of C:\ in the root directory
28696              under ithreads
28697      Branch: perl
28698           !> win32/perlhost.h
28699 ____________________________________________________________________________
28700 [  9118] By: jhi                                   on 2001/03/13  01:13:39
28701         Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
28702      Branch: perl
28703            + lib/Switch.pm t/lib/switch.t
28704            ! MANIFEST
28705 ____________________________________________________________________________
28706 [  9117] By: jhi                                   on 2001/03/13  01:03:17
28707         Log: Add Text::Balanced 1.83.
28708      Branch: perl
28709            + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
28710            + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
28711            + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
28712            + t/lib/tb-xvari.t
28713            ! MANIFEST
28714 ____________________________________________________________________________
28715 [  9116] By: gsar                                  on 2001/03/13  00:55:53
28716         Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
28717              under ithreads
28718      Branch: maint-5.6/perl
28719            ! win32/perlhost.h
28720 ____________________________________________________________________________
28721 [  9115] By: jhi                                   on 2001/03/13  00:54:09
28722         Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
28723              From: "John L. Allen" <allen@grumman.com>
28724              Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
28725              Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
28726              
28727              use integer document clarification.
28728      Branch: perl
28729            ! lib/integer.pm
28730 ____________________________________________________________________________
28731 [  9114] By: jhi                                   on 2001/03/13  00:38:54
28732         Log: Metaconfig unit change for #9113.
28733      Branch: metaconfig
28734            ! U/modified/myhostname.U
28735 ____________________________________________________________________________
28736 [  9113] By: jhi                                   on 2001/03/13  00:38:35
28737         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?)
28738              From: Peter Prymmer <pvhp@forte.com>
28739              Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
28740              Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
28741      Branch: perl
28742            ! Configure README.os390 hints/os390.sh
28743 ____________________________________________________________________________
28744 [  9112] By: jhi                                   on 2001/03/13  00:29:00
28745         Log: Integrate perlio.
28746      Branch: perl
28747           !> sv.c utf8.h
28748 ____________________________________________________________________________
28749 [  9111] By: nick                                  on 2001/03/12  21:16:33
28750         Log: Integrate mainline.
28751      Branch: perlio
28752           +> t/op/anonsub.t
28753           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
28754           !> proto.h sv.c
28755 ____________________________________________________________________________
28756 [  9110] By: nick                                  on 2001/03/12  21:00:13
28757         Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
28758      Branch: perlio
28759            ! sv.c utf8.h
28760 ____________________________________________________________________________
28761 [  9109] By: jhi                                   on 2001/03/12  16:04:47
28762         Log: Integrate change #9108 from maintperl to mainline.
28763              
28764              fix memory leak in C<sub X { sub {} }> arising from a refcount
28765              loop between the outer sub and the inner prototype anonsub
28766              
28767              this also enables closures returned by subroutines that
28768              subsequently get redefined to work without generating coredumps :)
28769              
28770              completely removed the free_closures() hack--it shouldn't be
28771              needed anymore
28772      Branch: perl
28773           +> t/op/anonsub.t
28774           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
28775           !> proto.h sv.c
28776 ____________________________________________________________________________
28777 [  9108] By: gsar                                  on 2001/03/12  10:21:31
28778         Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
28779              loop between the outer sub and the inner prototype anonsub
28780              
28781              this also enables closures returned by subroutines that
28782              subsequently get redefined to work without generating coredumps :)
28783              
28784              completely removed the free_closures() hack--it shouldn't be
28785              needed anymore
28786      Branch: maint-5.6/perl
28787            + t/op/anonsub.t
28788            ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
28789            ! proto.h sv.c
28790 ____________________________________________________________________________
28791 [  9107] By: jhi                                   on 2001/03/12  05:15:31
28792         Log: Integrate perlio.
28793      Branch: perl
28794           !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
28795 ____________________________________________________________________________
28796 [  9106] By: nick                                  on 2001/03/11  20:10:12
28797         Log: regcomp.c is working in native space, not Unicode space (if different)
28798              as it is doing compare against 'W' in \W etc.
28799      Branch: perlio
28800            ! regcomp.c
28801 ____________________________________________________________________________
28802 [  9105] By: nick                                  on 2001/03/11  19:39:34
28803         Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
28804              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
28805      Branch: perlio
28806            ! regcomp.c toke.c utf8.c
28807 ____________________________________________________________________________
28808 [  9104] By: nick                                  on 2001/03/11  18:15:44
28809         Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
28810      Branch: perlio
28811            ! sv.c
28812 ____________________________________________________________________________
28813 [  9103] By: nick                                  on 2001/03/11  18:03:28
28814         Log: Integrate mainline (for regexp stuff).
28815      Branch: perlio
28816           !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
28817           !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
28818           !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
28819           !> t/lib/errno.t t/op/pat.t
28820 ____________________________________________________________________________
28821 [  9102] By: nick                                  on 2001/03/11  17:44:20
28822         Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
28823              - exclude layer syms in makedef.pl for sfio
28824              - also inhibit Encode from trying to build ":encode()" layer.
28825      Branch: perlio
28826            ! ext/Encode/Encode.xs makedef.pl
28827 ____________________________________________________________________________
28828 [  9101] By: jhi                                   on 2001/03/10  22:38:13
28829         Log: The $Is_MacOS needs to be declared.
28830      Branch: perl
28831            ! lib/ExtUtils/Manifest.pm
28832 ____________________________________________________________________________
28833 [  9100] By: jhi                                   on 2001/03/10  22:14:29
28834         Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
28835              #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
28836              pollute the symbolspace if using sfio.
28837      Branch: perl
28838            ! ext/Encode/Encode.xs
28839 ____________________________________________________________________________
28840 [  9099] By: jhi                                   on 2001/03/10  21:58:48
28841         Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
28842              Date: Sat, 10 Mar 2001 14:23:55 -0500
28843              From: Chris Nandor <pudge@pobox.com>
28844              Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
28845      Branch: perl
28846            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
28847            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
28848            ! t/lib/errno.t
28849 ____________________________________________________________________________
28850 [  9098] By: jhi                                   on 2001/03/10  21:38:30
28851         Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
28852      Branch: perl
28853            ! regcomp.c regexec.c t/op/pat.t
28854 ____________________________________________________________________________
28855 [  9097] By: jhi                                   on 2001/03/10  14:38:07
28856         Log: Integrate perlio.
28857      Branch: perl
28858           !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
28859           !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
28860           !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
28861 ____________________________________________________________________________
28862 [  9096] By: nick                                  on 2001/03/10  11:55:43
28863         Log: EBCDIC sanity - phase I
28864              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
28865              - use utf8n_xxxx (c.f. pvn) for forms which take length.
28866              - back out vN.N and $^V exceptions to e2a/a2e
28867              - make "locale" isxxx macros be uvchr (may be redundant?)
28868              
28869              Not clear yet that toUPPER_uni et. al. return being handled correctly.
28870              The tr// and rexexp stuff still needs an audit, assumption is they are working
28871              in Unicode space.
28872              
28873              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
28874      Branch: perlio
28875            ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
28876            ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
28877            ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
28878 ____________________________________________________________________________
28879 [  9095] By: jhi                                   on 2001/03/09  22:10:01
28880         Log: Integrate perlio.
28881      Branch: perl
28882           !> dump.c
28883 ____________________________________________________________________________
28884 [  9094] By: nick                                  on 2001/03/09  17:36:38
28885         Log: Builds an passes all tests after integrate and this tweak.
28886      Branch: perlio
28887            ! dump.c
28888 ____________________________________________________________________________
28889 [  9093] By: nick                                  on 2001/03/09  17:16:03
28890         Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
28891      Branch: perlio
28892           +> lib/unicode/Scripts.txt t/lib/sigaction.t
28893           !> (integrate 79 files)
28894 ____________________________________________________________________________
28895 [  9092] By: jhi                                   on 2001/03/09  15:28:26
28896         Log: Update Changes.
28897      Branch: perl
28898            ! Changes patchlevel.h
28899 ____________________________________________________________________________
28900 [  9091] By: jhi                                   on 2001/03/09  15:25:05
28901         Log: In op/stat #35 better to scan all the potential directories
28902              for setuids, not just the first one.
28903      Branch: perl
28904            ! t/op/stat.t
28905 ____________________________________________________________________________
28906 [  9090] By: jhi                                   on 2001/03/09  15:01:27
28907         Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
28908              From: rspier@pobox.com (Robert Spier)
28909              Date: Fri, 9 Mar 2001 03:30:20 -0500
28910              Message-ID: <15016.38044.381174.160189@rls.cx>
28911              
28912              EXISTS() returning undef mistakenly triggered a FETCH().
28913      Branch: perl
28914            ! hv.c
28915 ____________________________________________________________________________
28916 [  9089] By: jhi                                   on 2001/03/09  14:59:02
28917         Log: Add /sbin and /usr/sbin to the list of directories scanned
28918              for setuid programs.  Takes care of bug id 20010309.003.
28919      Branch: perl
28920            ! t/op/stat.t
28921 ____________________________________________________________________________
28922 [  9088] By: jhi                                   on 2001/03/09  14:48:32
28923         Log: Regen perlapi, perltoc.
28924      Branch: perl
28925            ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
28926 ____________________________________________________________________________
28927 [  9087] By: jhi                                   on 2001/03/09  14:38:56
28928         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
28929              From: David Mitchell <davem@fdgroup.co.uk>
28930              Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
28931              Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
28932      Branch: perl
28933            ! dump.c perl.c perl.h pod/perlrun.pod
28934 ____________________________________________________________________________
28935 [  9086] By: jhi                                   on 2001/03/09  01:47:16
28936         Log: A modified version of
28937              
28938              Subject: [ID 20010307.005] POSIX::sigaction has various problems
28939              From: anders@broadcom.com
28940              Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
28941              Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
28942              
28943              Currently the sigaction.t test #6 fails (and is fudged to look
28944              like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
28945              This may well be a genuine bug in Linux sigaction() (since at
28946              least Tru64, Solaris, and HP-UX disagree with Linux).
28947              Anyone with POSIX / SUSv2 tome handy?  The problem is that
28948              the flags of the oldaction don't match with the flags in
28949              the previously installed disposition.
28950      Branch: perl
28951            + t/lib/sigaction.t
28952            ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
28953 ____________________________________________________________________________
28954 [  9085] By: jhi                                   on 2001/03/09  01:30:13
28955         Log: Subject: Re: mission impossible for the day
28956              From: Alex Gough <alex@rcon.org>
28957              Date: Thu, 08 Mar 2001 17:18:19 +0000
28958              Message-ID: <3AA7BEDB.8070409@rcon.org>
28959              
28960              If references (are overloaded) and can be directly stringified,
28961              show that instead of "stringified".
28962              
28963              (The problem, infinite mutual recursion caused by overloaded bool
28964              in Switch.pm, tracked by David Mitchell)
28965      Branch: perl
28966            ! lib/Carp/Heavy.pm
28967 ____________________________________________________________________________
28968 [  9084] By: jhi                                   on 2001/03/09  01:20:39
28969         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
28970              Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
28971              From: David Mitchell <davem@fdgroup.co.uk>
28972              Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
28973      Branch: perl
28974            ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
28975            ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
28976 ____________________________________________________________________________
28977 [  9083] By: jhi                                   on 2001/03/09  01:16:51
28978         Log: Subject: [PATCH] perldata.pod here-doc docs
28979              From: Jeff Pinyan <jeffp@crusoe.net>
28980              Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
28981              Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
28982      Branch: perl
28983            ! pod/perldata.pod
28984 ____________________________________________________________________________
28985 [  9082] By: jhi                                   on 2001/03/09  01:01:27
28986         Log: Subject: Re: Unicode/EBCDIC
28987              From: Peter Prymmer <pvhp@forte.com>
28988              Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
28989              Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
28990      Branch: perl
28991            ! perl.c perl.h sv.c toke.c utf8.c utf8.h
28992 ____________________________________________________________________________
28993 [  9081] By: jhi                                   on 2001/03/08  13:41:30
28994         Log: Subject: Ooops, wrong 'no *POSIX' Patch
28995              From: Dorner Thomas <Thomas.Dorner@start.de>
28996              Date: Thu, 8 Mar 2001 08:43:28 +0100
28997              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
28998      Branch: perl
28999            ! hints/posix-bc.sh
29000 ____________________________________________________________________________
29001 [  9080] By: jhi                                   on 2001/03/08  13:11:42
29002         Log: It's Scripts.txt, not Script.txt.
29003      Branch: perl
29004            ! MANIFEST
29005 ____________________________________________________________________________
29006 [  9079] By: jhi                                   on 2001/03/08  12:59:05
29007         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
29008              From: Dorner Thomas <Thomas.Dorner@start.de>
29009              Date: Wed, 7 Mar 2001 14:13:31 +0100
29010              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
29011      Branch: perl
29012            ! makedepend.SH
29013 ____________________________________________________________________________
29014 [  9078] By: jhi                                   on 2001/03/08  12:57:43
29015         Log: Retract #9069, wrong patch.
29016      Branch: perl
29017            ! Makefile.SH
29018 ____________________________________________________________________________
29019 [  9077] By: jhi                                   on 2001/03/08  01:06:13
29020         Log: Upgrade to Unicode 3.1 beta 2001-03-01.
29021      Branch: perl
29022            + lib/unicode/Scripts.txt
29023            ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
29024            ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
29025            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
29026            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
29027            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
29028            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
29029            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
29030            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
29031            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
29032            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
29033            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
29034            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
29035            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
29036            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
29037            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
29038            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
29039            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
29040            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
29041            ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
29042            ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
29043            ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
29044            ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
29045            ! lib/unicode/version
29046 ____________________________________________________________________________
29047 [  9076] By: jhi                                   on 2001/03/07  22:59:39
29048         Log: Integrate change #7784 from mainline into maintperl.
29049              
29050              Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
29051      Branch: maint-5.6/perl
29052           !> pp_ctl.c t/op/pat.t
29053 ____________________________________________________________________________
29054 [  9075] By: jhi                                   on 2001/03/07  22:05:11
29055         Log: More UTF-8 test tweaks.
29056      Branch: perl
29057            ! t/op/pat.t t/op/split.t t/pragma/utf8.t
29058 ____________________________________________________________________________
29059 [  9074] By: nick                                  on 2001/03/07  21:39:29
29060         Log: Integrate mainline.
29061      Branch: perlio
29062           !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
29063           !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
29064           !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
29065           !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
29066           !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
29067 ____________________________________________________________________________
29068 [  9073] By: jhi                                   on 2001/03/07  16:37:09
29069         Log: Update Changes.
29070      Branch: perl
29071            ! Changes patchlevel.h
29072 ____________________________________________________________________________
29073 [  9072] By: jhi                                   on 2001/03/07  16:32:30
29074         Log: Subject: [ID 20010306.004] || != named unary operator
29075              From: abela@geneanet.org
29076              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
29077              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
29078      Branch: perl
29079            ! pod/perlop.pod
29080 ____________________________________________________________________________
29081 [  9071] By: jhi                                   on 2001/03/07  15:14:11
29082         Log: Subject: downgrading to bytes for common functions
29083              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
29084              Date: Wed, 7 Mar 2001 02:36:55 -0500
29085              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
29086      Branch: perl
29087            ! pp_sys.c
29088 ____________________________________________________________________________
29089 [  9070] By: jhi                                   on 2001/03/07  15:04:58
29090         Log: Clarify the description differentiating for and while; inspired by
29091              
29092              Subject: [ID 20010306.002] for/while difference in for definition
29093              From: abela@geneanet.org
29094              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
29095              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
29096      Branch: perl
29097            ! pod/perlsyn.pod
29098 ____________________________________________________________________________
29099 [  9069] By: jhi                                   on 2001/03/07  14:55:30
29100         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
29101              From: Dorner Thomas <Thomas.Dorner@start.de>
29102              Date: Wed, 7 Mar 2001 14:13:31 +0100
29103              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
29104      Branch: perl
29105            ! Makefile.SH
29106 ____________________________________________________________________________
29107 [  9068] By: jhi                                   on 2001/03/07  14:51:17
29108         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
29109              From: Radu Greab <radu@netsoft.ro>
29110              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
29111              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
29112      Branch: perl
29113            ! pp.c t/op/chop.t
29114 ____________________________________________________________________________
29115 [  9067] By: jhi                                   on 2001/03/07  14:48:57
29116         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
29117              From: Simon Cozens <simon@netthink.co.uk>
29118              Date: Wed, 7 Mar 2001 13:59:28 +0000
29119              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
29120              
29121              In order to allow MakeMaker to build correct Makefiles,
29122              you need to change the order of the arguments in MM_Unix.pm
29123              as well. (Unless you have C89_CCMODE set, but we're trying
29124              to be POSIXly correct)
29125              
29126              Thanks to Merijn Broeren for tracking this down.
29127      Branch: perl
29128            ! lib/ExtUtils/MM_Unix.pm
29129 ____________________________________________________________________________
29130 [  9066] By: jhi                                   on 2001/03/07  14:30:02
29131         Log: Floating point too messy.
29132      Branch: perl
29133            ! t/camel-III/vstring.t
29134 ____________________________________________________________________________
29135 [  9065] By: jhi                                   on 2001/03/07  14:17:44
29136         Log: Integrate change #9064 from maintperl into mainline.
29137              
29138              fix memory leak in pack("Bb",...)
29139      Branch: perl
29140           !> perl.c
29141 ____________________________________________________________________________
29142 [  9064] By: gsar                                  on 2001/03/07  06:29:24
29143         Log: fix memory leak in pack("Bb",...)
29144      Branch: maint-5.6/perl
29145            ! perl.c
29146 ____________________________________________________________________________
29147 [  9063] By: jhi                                   on 2001/03/07  00:55:04
29148         Log: Major utf8 test reorganisation and rewrite.
29149              Hopefully no tests were lost in the shuffle.
29150              (The beginning of pragma/utf8 was lost intentionally,
29151              the tests were rather bogus and incomplete.)
29152      Branch: perl
29153            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
29154            ! t/pragma/utf8.t
29155 ____________________________________________________________________________
29156 [  9062] By: jhi                                   on 2001/03/07  00:41:16
29157         Log: More tweakage on the Unicode character class descriptions.
29158      Branch: perl
29159            ! lib/unicode/mktables.PL pod/perlretut.pod
29160 ____________________________________________________________________________
29161 [  9061] By: jhi                                   on 2001/03/06  23:12:38
29162         Log: The perlretut was still talking about the old \p and \P
29163              definitions.
29164      Branch: perl
29165            ! pod/perlretut.pod
29166 ____________________________________________________________________________
29167 [  9060] By: nick                                  on 2001/03/06  20:52:37
29168         Log: Integrate mainline (make test works again now).
29169      Branch: perlio
29170           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
29171 ____________________________________________________________________________
29172 [  9059] By: jhi                                   on 2001/03/06  15:36:14
29173         Log: 0.999... does equal 1.0, doesn't it?
29174      Branch: perl
29175            ! t/camel-III/vstring.t
29176 ____________________________________________________________________________
29177 [  9058] By: jhi                                   on 2001/03/06  15:34:00
29178         Log: Make /x{abcd}/ to work without use utf8.
29179      Branch: perl
29180            ! regcomp.c
29181 ____________________________________________________________________________
29182 [  9057] By: jhi                                   on 2001/03/06  03:02:36
29183         Log: Easier to outcomment all the three reset() tests for now.
29184      Branch: perl
29185            ! t/op/pat.t
29186 ____________________________________________________________________________
29187 [  9056] By: jhi                                   on 2001/03/06  02:30:02
29188         Log: Comment out the deadly reset; until the 20010301.005
29189              is finally fixed.
29190      Branch: perl
29191            ! t/op/pat.t
29192 ____________________________________________________________________________
29193 [  9055] By: jhi                                   on 2001/03/06  02:21:26
29194         Log: Integrate the change #9054 from mainline:
29195              retract the PMOP cleanup patch pending further investigation.
29196      Branch: maint-5.6/perl
29197           !> op.c op.h
29198 ____________________________________________________________________________
29199 [  9054] By: jhi                                   on 2001/03/06  02:19:57
29200         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
29201              with oddly familiar stack traces.
29202      Branch: perl
29203            ! op.c op.h
29204 ____________________________________________________________________________
29205 [  9053] By: jhi                                   on 2001/03/05  23:20:28
29206         Log: Integrate perlio.
29207      Branch: perl
29208           +> ext/Encode/Encode/koi8-r.ucm
29209           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
29210           !> makedef.pl
29211 ____________________________________________________________________________
29212 [  9052] By: nick                                  on 2001/03/05  23:08:17
29213         Log: skipping USE_PERLIO symbols correction.
29214      Branch: perlio
29215            ! makedef.pl
29216 ____________________________________________________________________________
29217 [  9051] By: nick                                  on 2001/03/05  22:35:07
29218         Log: More Encode alias tidying.
29219      Branch: perlio
29220            + ext/Encode/Encode/koi8-r.ucm
29221            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
29222 ____________________________________________________________________________
29223 [  9050] By: jhi                                   on 2001/03/05  21:44:29
29224         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
29225              Sarathy's fix for ID 20010301.005.
29226      Branch: maint-5.6/perl
29227           !> op.c op.h
29228 ____________________________________________________________________________
29229 [  9049] By: nick                                  on 2001/03/05  19:54:04
29230         Log: Integrate Jarkko's Encode.pm tweak.
29231      Branch: perlio
29232           !> ext/Encode/Encode.pm
29233 ____________________________________________________________________________
29234 [  9048] By: nick                                  on 2001/03/05  19:47:57
29235         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
29236      Branch: perlio
29237           +> os2/os2add.sym
29238           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
29239           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
29240           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
29241           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
29242           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
29243 ____________________________________________________________________________
29244 [  9047] By: jhi                                   on 2001/03/05  19:25:26
29245         Log: Regen perlapi.
29246      Branch: perl
29247            ! pod/perlapi.pod
29248 ____________________________________________________________________________
29249 [  9046] By: jhi                                   on 2001/03/05  19:12:14
29250         Log: Integrate perlio.
29251      Branch: perl
29252           +> t/camel-III/vstring.t
29253           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
29254 ____________________________________________________________________________
29255 [  9045] By: jhi                                   on 2001/03/05  19:10:36
29256         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
29257      Branch: perl
29258            ! ext/Encode/Encode.pm
29259 ____________________________________________________________________________
29260 [  9044] By: jhi                                   on 2001/03/05  18:49:12
29261         Log: Forgot the other half of the PMOP patch (#9033).
29262      Branch: perl
29263            ! op.h
29264 ____________________________________________________________________________
29265 [  9043] By: nick                                  on 2001/03/05  18:14:47
29266         Log: Update MANIFEST for new test.
29267      Branch: perlio
29268            ! MANIFEST
29269 ____________________________________________________________________________
29270 [  9042] By: nick                                  on 2001/03/05  18:12:41
29271         Log: Some tests for Camel 3rd edition features.
29272              Make gethostbyaddr() test in above work.
29273      Branch: perlio
29274            + t/camel-III/vstring.t
29275            ! pp.h pp_sys.c t/TEST t/harness
29276 ____________________________________________________________________________
29277 [  9041] By: jhi                                   on 2001/03/05  17:41:48
29278         Log: Add more ISO 8859 encoding aliases.
29279      Branch: perl
29280            ! ext/Encode/Encode.pm
29281 ____________________________________________________________________________
29282 [  9040] By: jhi                                   on 2001/03/05  17:30:43
29283         Log: Integrate perlio.
29284      Branch: perl
29285           !> MANIFEST sv.c
29286 ____________________________________________________________________________
29287 [  9039] By: nick                                  on 2001/03/05  17:11:36
29288         Log: Missed added file.
29289      Branch: perlio
29290            ! MANIFEST
29291 ____________________________________________________________________________
29292 [  9038] By: jhi                                   on 2001/03/05  15:58:01
29293         Log: Add tr tests for EBCDIC, from Karsten Sperling.
29294      Branch: perl
29295            ! t/op/tr.t
29296 ____________________________________________________________________________
29297 [  9037] By: nick                                  on 2001/03/05  15:56:35
29298         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
29299              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
29300              
29301              Make SvPVbyte*() symetric with respect to SvPVutf8*() in that:
29302              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
29303              - uses SvPV() rather than sv_2pv() in case it isn't a string.
29304      Branch: perlio
29305            ! sv.c
29306 ____________________________________________________________________________
29307 [  9036] By: jhi                                   on 2001/03/05  15:49:15
29308         Log: Add matching tests currently failing in EBCDIC,
29309              suggested by Karsten Sperling.
29310      Branch: perl
29311            ! t/op/pat.t
29312 ____________________________________________________________________________
29313 [  9035] By: jhi                                   on 2001/03/05  15:36:55
29314         Log: The #9034 needs a MANIFESTation.
29315      Branch: perl
29316            ! MANIFEST
29317 ____________________________________________________________________________
29318 [  9034] By: jhi                                   on 2001/03/05  15:35:14
29319         Log: Integrate perlio.
29320      Branch: perl
29321           +> ext/Encode/Encode/Tcl.pm
29322           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
29323           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
29324           !> ext/Encode/Encode/iso8859-1.ucm
29325           !> ext/Encode/Encode/iso8859-10.ucm
29326           !> ext/Encode/Encode/iso8859-13.ucm
29327           !> ext/Encode/Encode/iso8859-14.ucm
29328           !> ext/Encode/Encode/iso8859-15.ucm
29329           !> ext/Encode/Encode/iso8859-16.ucm
29330           !> ext/Encode/Encode/iso8859-2.ucm
29331           !> ext/Encode/Encode/iso8859-3.ucm
29332           !> ext/Encode/Encode/iso8859-4.ucm
29333           !> ext/Encode/Encode/iso8859-5.ucm
29334           !> ext/Encode/Encode/iso8859-6.ucm
29335           !> ext/Encode/Encode/iso8859-7.ucm
29336           !> ext/Encode/Encode/iso8859-8.ucm
29337           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
29338           !> t/lib/encode.t
29339 ____________________________________________________________________________
29340 [  9033] By: jhi                                   on 2001/03/05  15:33:18
29341         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
29342              From: Gurusamy Sarathy <gsar@ActiveState.com>
29343              Date: Sun, 04 Mar 2001 22:33:15 -0800
29344              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
29345              
29346              PMOPs need to remember their own stash so that they can
29347              gracefully remove themselves from their linked list.
29348      Branch: perl
29349            ! op.c
29350 ____________________________________________________________________________
29351 [  9032] By: nick                                  on 2001/03/05  14:51:50
29352         Log: Encode implementation "completion"
29353              Implement and document define_encoding()
29354              Implement and document encoding aliases including define_alias()
29355              Make Encode::XS use define_encoding() rather than back-door.
29356              Move run-time *.enc to separate Encode::Tcl module.
29357              Make 'compile' honour <codeset_name>
29358              Change canonical names of to iso-8859-* and US-ascii.
29359      Branch: perlio
29360            + ext/Encode/Encode/Tcl.pm
29361            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
29362            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
29363            ! ext/Encode/Encode/iso8859-1.ucm
29364            ! ext/Encode/Encode/iso8859-10.ucm
29365            ! ext/Encode/Encode/iso8859-13.ucm
29366            ! ext/Encode/Encode/iso8859-14.ucm
29367            ! ext/Encode/Encode/iso8859-15.ucm
29368            ! ext/Encode/Encode/iso8859-16.ucm
29369            ! ext/Encode/Encode/iso8859-2.ucm
29370            ! ext/Encode/Encode/iso8859-3.ucm
29371            ! ext/Encode/Encode/iso8859-4.ucm
29372            ! ext/Encode/Encode/iso8859-5.ucm
29373            ! ext/Encode/Encode/iso8859-6.ucm
29374            ! ext/Encode/Encode/iso8859-7.ucm
29375            ! ext/Encode/Encode/iso8859-8.ucm
29376            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
29377            ! t/lib/encode.t
29378 ____________________________________________________________________________
29379 [  9031] By: jhi                                   on 2001/03/05  13:51:17
29380         Log: Integrate change #9030 from maintperl into mainline.
29381              
29382              Subject: [PATCH 5.6.1] OS/2 cleanup
29383      Branch: perl
29384           +> os2/os2add.sym
29385           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
29386           !> makedef.pl os2/Changes os2/Makefile.SHs
29387           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
29388           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
29389           !> os2/os2.sym os2/os2ish.h
29390 ____________________________________________________________________________
29391 [  9030] By: jhi                                   on 2001/03/05  13:46:49
29392         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
29393              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29394              Date: Mon, 5 Mar 2001 02:29:44 -0500
29395              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
29396      Branch: maint-5.6/perl
29397            + os2/os2add.sym
29398            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
29399            ! makedef.pl os2/Changes os2/Makefile.SHs
29400            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
29401            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
29402            ! os2/os2.sym os2/os2ish.h
29403 ____________________________________________________________________________
29404 [  9029] By: jhi                                   on 2001/03/05  13:40:35
29405         Log: Integrate change #9028 from maintperl into mainline.
29406              
29407              various nits in MM_Unix.pm found by disabling SelfLoader
29408      Branch: perl
29409           !> lib/ExtUtils/MM_Unix.pm
29410 ____________________________________________________________________________
29411 [  9028] By: gsar                                  on 2001/03/05  09:58:38
29412         Log: various nits in MM_Unix.pm found by disabling SelfLoader
29413      Branch: maint-5.6/perl
29414            ! lib/ExtUtils/MM_Unix.pm
29415 ____________________________________________________________________________
29416 [  9027] By: nick                                  on 2001/03/05  08:35:22
29417         Log: Integrate mainline
29418      Branch: perlio
29419           !> (integrate 28 files)
29420 ____________________________________________________________________________
29421 [  9026] By: jhi                                   on 2001/03/05  02:14:59
29422         Log: Integrate change #9025 from mainline to maintperl,
29423              retract \N{U+HHHH}.
29424      Branch: maint-5.6/perl
29425           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
29426           !> t/lib/charnames.t toke.c
29427 ____________________________________________________________________________
29428 [  9025] By: jhi                                   on 2001/03/05  02:13:09
29429         Log: Retracting \N{U+HHHH}.
29430      Branch: perl
29431            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
29432            ! t/lib/charnames.t toke.c
29433 ____________________________________________________________________________
29434 [  9024] By: jhi                                   on 2001/03/04  20:51:07
29435         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
29436              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
29437              Date: Fri, 02 Mar 2001 18:25:26 +0100
29438              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
29439              
29440              Casting problem.
29441      Branch: perl
29442            ! ext/Storable/Storable.xs
29443 ____________________________________________________________________________
29444 [  9023] By: jhi                                   on 2001/03/04  19:46:45
29445         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
29446              From: nick@talking.bollo.cx
29447              Date: Sat, 03 Mar 2001 21:41:33 +0000
29448              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
29449              
29450              Revert the workaround.
29451      Branch: perl
29452            ! perlio.c
29453 ____________________________________________________________________________
29454 [  9022] By: jhi                                   on 2001/03/04  19:36:28
29455         Log: Update Changes.
29456      Branch: perl
29457            ! Changes patchlevel.h
29458 ____________________________________________________________________________
29459 [  9021] By: jhi                                   on 2001/03/04  18:41:00
29460         Log: makedef.pl updates suggested by Chris Nandor; double-checking
29461              the changes in AIX, OS/2 Win32 would be nice.
29462      Branch: perl
29463            ! makedef.pl
29464 ____________________________________________________________________________
29465 [  9020] By: jhi                                   on 2001/03/04  18:23:58
29466         Log: Integrate change #9012 from maintperl into mainline,
29467              quench a compiler warning.
29468      Branch: perl
29469           !> toke.c
29470 ____________________________________________________________________________
29471 [  9019] By: jhi                                   on 2001/03/04  18:18:43
29472         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
29473              
29474              \N{U+HHHH} fix.
29475              
29476              pattern in G_ARRAY context
29477      Branch: maint-5.6/perl
29478           !> pp_hot.c t/op/pat.t toke.c
29479 ____________________________________________________________________________
29480 [  9018] By: jhi                                   on 2001/03/04  18:07:48
29481         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
29482              From: Jeff Pinyan <jeffp@crusoe.net>
29483              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
29484              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
29485      Branch: perl
29486            ! pp_hot.c t/op/pat.t
29487 ____________________________________________________________________________
29488 [  9017] By: jhi                                   on 2001/03/04  18:06:21
29489         Log: I thought I tested the #9014.
29490      Branch: perl
29491            ! toke.c
29492 ____________________________________________________________________________
29493 [  9016] By: jhi                                   on 2001/03/04  17:41:22
29494         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
29495              
29496              Tweak the get*ent() OS/2 prototypes.
29497              
29498              Add the \N{U+HHHH} syntax.
29499              
29500              More tr/// UTF-8 fixes from Inaba Hiroto.
29501      Branch: maint-5.6/perl
29502           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
29503           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
29504 ____________________________________________________________________________
29505 [  9015] By: jhi                                   on 2001/03/04  17:36:04
29506         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
29507      Branch: perl
29508            ! doop.c t/op/tr.t
29509 ____________________________________________________________________________
29510 [  9014] By: jhi                                   on 2001/03/04  17:24:49
29511         Log: Add the \N{U+HHHH} syntax.
29512      Branch: perl
29513            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
29514            ! t/lib/charnames.t toke.c
29515 ____________________________________________________________________________
29516 [  9013] By: jhi                                   on 2001/03/04  17:20:45
29517         Log: Tweak the get*ent() OS/2 prototypes.
29518      Branch: perl
29519            ! os2/os2.c
29520 ____________________________________________________________________________
29521 [  9012] By: gsar                                  on 2001/03/04  06:26:14
29522         Log: avoid warning (nit in change#9009)
29523      Branch: maint-5.6/perl
29524            ! toke.c
29525 ____________________________________________________________________________
29526 [  9011] By: gsar                                  on 2001/03/04  06:15:24
29527         Log: lib/charnames.t fails in 5.6.x because of older Unicode
29528              data
29529              
29530              TODO: need to revisit this after updating lib/unicode/...
29531      Branch: maint-5.6/perl
29532            ! t/lib/charnames.t
29533 ____________________________________________________________________________
29534 [  9010] By: gsar                                  on 2001/03/04  06:08:36
29535         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
29536      Branch: maint-5.6/perl
29537            ! toke.c
29538 ____________________________________________________________________________
29539 [  9009] By: jhi                                   on 2001/03/03  19:27:20
29540         Log: Integrate change #9008 from mainline to maintperl,
29541              UTF-8 tr/// fixes from Inaba Hiroto.
29542      Branch: maint-5.6/perl
29543           !> doop.c op.c t/op/tr.t toke.c
29544 ____________________________________________________________________________
29545 [  9008] By: jhi                                   on 2001/03/03  19:19:42
29546         Log: UTF8 tr/// fixes from Inaba Hiroto.
29547      Branch: perl
29548            ! doop.c op.c t/op/tr.t toke.c
29549 ____________________________________________________________________________
29550 [  9007] By: jhi                                   on 2001/03/03  19:00:30
29551         Log: Integrate change #9006 from maintperl to mainline,
29552              more robust quest for the infinite.
29553      Branch: perl
29554           !> lib/Math/Complex.pm
29555 ____________________________________________________________________________
29556 [  9006] By: jhi                                   on 2001/03/03  18:58:06
29557         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
29558              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29559              Date: Sat, 3 Mar 2001 12:51:50 -0500
29560              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
29561              
29562              Be more robust in our quest for the infinite.
29563      Branch: maint-5.6/perl
29564            ! lib/Math/Complex.pm
29565 ____________________________________________________________________________
29566 [  9005] By: jhi                                   on 2001/03/03  17:55:50
29567         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
29568      Branch: maint-5.6/perl
29569            ! doio.c
29570 ____________________________________________________________________________
29571 [  9004] By: jhi                                   on 2001/03/03  17:40:14
29572         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
29573              so that picky compilers like IRIX won't get huffy about
29574              "statements without effect" (like 1;).
29575      Branch: perl
29576            ! toke.c
29577 ____________________________________________________________________________
29578 [  9003] By: jhi                                   on 2001/03/03  17:15:52
29579         Log: Integrate change #9002 from mainline to maintperl.
29580              
29581              Subject: [perl-5.6.x, perl-current] accept for EPOC
29582      Branch: maint-5.6/perl
29583           !> pp_sys.c
29584 ____________________________________________________________________________
29585 [  9002] By: jhi                                   on 2001/03/03  17:14:30
29586         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
29587              From: Olaf Flebbe <O.Flebbe@science-computing.de>
29588              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
29589              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
29590      Branch: perl
29591            ! pp_sys.c
29592 ____________________________________________________________________________
29593 [  9001] By: jhi                                   on 2001/03/03  17:13:13
29594         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
29595              From: "Craig A. Berry" <craigberry@mac.com>
29596              Date: Fri, 02 Mar 2001 17:44:40 -0600
29597              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
29598      Branch: perl
29599            ! t/pod/find.t
29600 ____________________________________________________________________________
29601 [  9000] By: jhi                                   on 2001/03/03  17:11:55
29602         Log: Integrate changes #8997,8999 from maintperl.
29603              
29604              Subject: [PATCH 5.6.1] compiling on OS/2
29605              (Better error message from hints/os2.sh)
29606              
29607              Subject: [PATCH 5.6.1] syslog.t
29608      Branch: perl
29609           !> hints/os2.sh t/lib/syslog.t
29610 ____________________________________________________________________________
29611 [  8999] By: jhi                                   on 2001/03/03  17:09:28
29612         Log: Subject: [PATCH 5.6.1] syslog.t
29613              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29614              Date: Sat, 3 Mar 2001 02:11:17 -0500
29615              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
29616      Branch: maint-5.6/perl
29617            ! t/lib/syslog.t
29618 ____________________________________________________________________________
29619 [  8998] By: jhi                                   on 2001/03/03  17:07:50
29620         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
29621              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29622              Date: Sat, 3 Mar 2001 01:53:52 -0500
29623              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
29624      Branch: maint-5.6/perl
29625            ! opcode.pl os2/os2.c
29626 ____________________________________________________________________________
29627 [  8997] By: jhi                                   on 2001/03/03  17:03:30
29628         Log: Subject: [PATCH 5.6.1] compiling on OS/2
29629              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29630              Date: Sat, 3 Mar 2001 01:59:59 -0500
29631              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
29632      Branch: maint-5.6/perl
29633            ! hints/os2.sh
29634 ____________________________________________________________________________
29635 [  8996] By: jhi                                   on 2001/03/03  00:55:58
29636         Log: Regen files for mainline.
29637      Branch: perl
29638            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
29639            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
29640 ____________________________________________________________________________
29641 [  8995] By: jhi                                   on 2001/03/03  00:35:22
29642         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
29643              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
29644              to maintperl.
29645              
29646              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
29647              
29648              Add Configure option -Dmksymlinks which will create a symlink
29649              forest if the current/build differs from the source directory.
29650              (8218,8220,8221,8317,8318,8971)
29651              
29652              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
29653              (Document APPLLIB_EXP in INSTALL.)
29654              
29655              If running byacc write-enable also perly.h.
29656              
29657              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
29658              
29659              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
29660              
29661              Sanity check for conflicting thread flavours.
29662              
29663              Fix the sys/fcntl.h problem reported by Peter Prymmer.
29664              
29665              Add few CPUs/architectures to the Cppsym scan,
29666              add -perlio to archname if so selected (modified 8890)
29667              
29668              Be more helpful for devel builders, suggested by John L. Allen.
29669              (admittedly pointless change for maintperl, but the usedevel
29670              code is there already)
29671      Branch: maint-5.6/perl
29672           !> Configure INSTALL Makefile.SH Porting/Glossary
29673           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
29674           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
29675           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
29676           !> win32/config.bc win32/config.gc win32/config.vc
29677 ____________________________________________________________________________
29678 [  8994] By: jhi                                   on 2001/03/02  23:31:41
29679         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
29680      Branch: metaconfig/U/perl
29681            ! gccvers.U
29682 ____________________________________________________________________________
29683 [  8993] By: jhi                                   on 2001/03/02  23:22:12
29684         Log: Regenerate various files for maint.
29685      Branch: maint-5.6/perl
29686            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
29687            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
29688 ____________________________________________________________________________
29689 [  8992] By: alanbur                               on 2001/03/02  22:48:34
29690         Log: Resync wuth parent
29691      Branch: maint-5.6/pureperl
29692           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
29693           !> (integrate 60 files)
29694 ____________________________________________________________________________
29695 [  8991] By: jhi                                   on 2001/03/02  21:00:08
29696         Log: Retract the #8742 part of #8986, backward compat.
29697      Branch: maint-5.6/perl
29698            ! embed.pl
29699 ____________________________________________________________________________
29700 [  8990] By: jhi                                   on 2001/03/02  20:40:07
29701         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
29702      Branch: maint-5.6/perl
29703            ! hv.c
29704 ____________________________________________________________________________
29705 [  8989] By: jhi                                   on 2001/03/02  19:59:56
29706         Log: Update Changes.
29707      Branch: perl
29708            ! Changes patchlevel.h
29709 ____________________________________________________________________________
29710 [  8988] By: jhi                                   on 2001/03/02  19:57:08
29711         Log: Integrate perlio.
29712      Branch: perl
29713           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
29714           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
29715           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
29716           !> ext/Encode/Encode/iso8859-10.ucm
29717           !> ext/Encode/Encode/iso8859-13.ucm
29718           !> ext/Encode/Encode/iso8859-14.ucm
29719           !> ext/Encode/Encode/iso8859-15.ucm
29720           !> ext/Encode/Encode/iso8859-16.ucm
29721           !> ext/Encode/Encode/iso8859-2.ucm
29722           !> ext/Encode/Encode/iso8859-3.ucm
29723           !> ext/Encode/Encode/iso8859-4.ucm
29724           !> ext/Encode/Encode/iso8859-5.ucm
29725           !> ext/Encode/Encode/iso8859-6.ucm
29726           !> ext/Encode/Encode/iso8859-7.ucm
29727           !> ext/Encode/Encode/iso8859-8.ucm
29728           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
29729           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
29730 ____________________________________________________________________________
29731 [  8987] By: jhi                                   on 2001/03/02  19:43:40
29732         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
29733              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
29734              8950,8952,8955 from mainline to maintperl.
29735              
29736              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
29737              
29738              Put to rest the 20010205.001, the email address checking (not) regex.
29739              
29740              fork() not everywhere, cleanup temp files.
29741              
29742              The #8843 wasn't quite right: %Config needs to imported.
29743              
29744              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
29745              (#8849: the glob-basic hunk needed massaging as it depended
29746              on Schwern's large-scale (unintegrated) patches)
29747              
29748              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
29749              
29750              Upgrade to CGI.pm 2.752, from Lincoln Stein.
29751              (Note: there were some conflicts due to EBCDIC and EPOC
29752              patches, in general I preferred the repository code.)
29753              (When 2.753 comes out, we need to synchronize.)
29754              
29755              Subject: [PATCH] fix for charnames above FFFF
29756              
29757              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
29758              
29759              If no sfio, no -lsfio.
29760              
29761              Run run/*.t also in minitest.
29762              
29763              Subject:  [PATCH perl 5.7.0] malloc message address offset
29764              
29765              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
29766              
29767              Subject: fix for parameter -Dm (for perl@8867)
29768              
29769              Subject: [PATCH: perl@8892] was Re: hashing order difference?
29770              (make the test more portable)
29771              
29772              Subject: Re: [PATCH] fix for charnames above FFFF
29773              
29774              Subject: Re: I'm losing the war...
29775              (hv_store() not working correctly in ENV_IS_CASELESS case.)
29776              
29777              Subject: Modified README.bs2000 
29778              
29779              Subject: [PATCH: perl@8935] -Dt padsv($var)
29780              
29781              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
29782              
29783              Subject: PATCH: extra tests to check on negative float to unsigned cast
29784              
29785              Subject: [PATCH] XPUSH[insp] was Re: progress
29786              
29787              Subject: Re: Compile with perlcc..
29788      Branch: maint-5.6/perl
29789           !> (integrate 36 files)
29790 ____________________________________________________________________________
29791 [  8986] By: jhi                                   on 2001/03/02  18:51:25
29792         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
29793              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
29794              to maintperl.
29795              
29796              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
29797              
29798              Subject: [DOC PATCH] overload.pm nits
29799              
29800              Add header for LIB$ prototypes (C. Berry)
29801              
29802              Convert fwrite()s to sockets to write()s, since some socket stacks
29803              don't take kindly to stdio.
29804              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
29805              (for often optional LNMs)
29806              Correct a few typos
29807              (C. Bailey)
29808              
29809              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
29810              
29811              De-cut-and-pasto.
29812              
29813              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
29814              
29815              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
29816              
29817              Upgrade to CPAN 1.59_54, from Andreas König.
29818              
29819              Bogus shebang.
29820              
29821              Subject: [PATCH] Document makepatch in Porting/patching
29822              
29823              UTF-8 documentation.
29824              
29825              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
29826              
29827              Sort the MANIFEST.
29828              
29829              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
29830              
29831              Subject: [PATCH @8807] toke.c cleanup: scan_str()
29832              
29833              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
29834              
29835              Add run/*.t to testables.
29836              
29837              TODO: integrate #8784.
29838      Branch: maint-5.6/perl
29839           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
29840           !> (integrate 28 files)
29841 ____________________________________________________________________________
29842 [  8985] By: nick                                  on 2001/03/02  18:15:45
29843         Log: Integrate mainline
29844      Branch: perlio
29845           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
29846           !> vms/vms.c
29847 ____________________________________________________________________________
29848 [  8984] By: jhi                                   on 2001/03/02  16:00:17
29849         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
29850              
29851              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
29852              5.004_05, and mention the suidperl August 2000 security problem.
29853              (#8978,#8981)
29854              
29855              Subject: [ID 20010301.004] Technically speaking in perldata
29856              
29857              Subject: [PATCH] File::Copy for bleadperl, maintperl
29858              
29859              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
29860              
29861              (The #8982, fix for 20010221.005 and 20010221.008,
29862              would be nice too but it didn't integrate cleanly.)
29863      Branch: maint-5.6/perl
29864           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
29865 ____________________________________________________________________________
29866 [  8983] By: jhi                                   on 2001/03/02  15:51:16
29867         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
29868              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
29869              Date:     Thu, 1 Mar 2001 15:54:09 EST
29870              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
29871      Branch: perl
29872            ! vms/vms.c
29873 ____________________________________________________________________________
29874 [  8982] By: jhi                                   on 2001/03/02  15:43:31
29875         Log: Subject: Re: sync sync sync: have I missed any patches?
29876              From: Radu Greab <radu@netsoft.ro> 
29877              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
29878              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
29879              
29880              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
29881              was checking argv[0] regardless of whether a different pathname
29882              will actually be executed."  Test case not supplied because 
29883              drafting that, ironically enough, revealed another bug
29884              (or a feature).
29885      Branch: perl
29886            ! doio.c
29887 ____________________________________________________________________________
29888 [  8981] By: jhi                                   on 2001/03/02  15:28:03
29889         Log: Misdate in #8978.
29890      Branch: perl
29891            ! pod/perlfaq1.pod
29892 ____________________________________________________________________________
29893 [  8980] By: jhi                                   on 2001/03/02  15:24:20
29894         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
29895              From: Chris Nandor <pudge@pobox.com>
29896              Date: Wed, 28 Feb 2001 22:10:15 -0500
29897              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
29898      Branch: perl
29899            ! lib/File/Copy.pm
29900 ____________________________________________________________________________
29901 [  8979] By: jhi                                   on 2001/03/02  15:17:16
29902         Log: Subject: [ID 20010301.004] Technically speaking in perldata
29903              From: abela@geneanet.org
29904              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
29905              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
29906      Branch: perl
29907            ! pod/perldata.pod
29908 ____________________________________________________________________________
29909 [  8978] By: jhi                                   on 2001/03/02  15:15:27
29910         Log: Subject: [ID 20010301.003] ref to 5.004
29911              From: abela@geneanet.org
29912              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
29913              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
29914              
29915              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
29916              and mention the suidperl August 2000 security problem.
29917      Branch: perl
29918            ! pod/perlfaq1.pod
29919 ____________________________________________________________________________
29920 [  8977] By: alanbur                               on 2001/03/02  14:17:45
29921         Log: Resynchronised with parent
29922      Branch: maint-5.6/pureperl
29923           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
29924           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
29925           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
29926           !> vms/descrip_mms.template win32/win32.c win32/win32.h
29927           !> win32/win32iop.h
29928 ____________________________________________________________________________
29929 [  8976] By: nick                                  on 2001/03/01  23:25:30
29930         Log: Integrate mainline.
29931      Branch: perlio
29932            - t/op/qu.t
29933           !> (integrate 55 files)
29934 ____________________________________________________________________________
29935 [  8975] By: jhi                                   on 2001/03/01  16:51:34
29936         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
29937      Branch: perl
29938           !> toke.c
29939 ____________________________________________________________________________
29940 [  8974] By: gsar                                  on 2001/03/01  16:28:21
29941         Log: fix for bugid 20010226.008
29942              
29943              the problem was that some of the pointers (PL_last_lop and
29944              PL_last_uni specifically) into the lex buffers weren't correctly
29945              being invalidated when the buffer changed; this would leave the
29946              pointers pointing at an arbitrary location in the buffer if
29947              the buffer didn't need to be reallocated, or point into freed
29948              memory if the buffer had to be realloced
29949              
29950              TODO item for bugdb maintainers: check other seemingly random
29951              parser-related bugs--they might be cured by this
29952      Branch: maint-5.6/perl
29953            ! toke.c
29954 ____________________________________________________________________________
29955 [  8973] By: jhi                                   on 2001/03/01  02:23:25
29956         Log: Retract #8970 because of a completely mysterious core dump:
29957              adding the tests 241..244 causes op/pat dump core at test #25.
29958              The test needs a lot of whittling down before the bug can be solved.
29959      Branch: perl
29960            ! t/op/pat.t
29961 ____________________________________________________________________________
29962 [  8972] By: jhi                                   on 2001/03/01  01:58:38
29963         Log: Regen perlapi.
29964      Branch: perl
29965            ! pod/perlapi.pod
29966 ____________________________________________________________________________
29967 [  8971] By: jhi                                   on 2001/03/01  01:34:09
29968         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))
29969              From: Nicholas Clark <nick@ccl4.org>
29970              Date: Wed, 28 Feb 2001 23:28:49 +0000
29971              Message-ID: <20010228232849.A55187@plum.flirble.org>
29972              
29973              Allow a completely write protected source code tree
29974              when using the Configure -Dmksymlinks.
29975      Branch: perl
29976            ! embed.pl warnings.pl
29977 ____________________________________________________________________________
29978 [  8970] By: jhi                                   on 2001/03/01  01:32:04
29979         Log: Add back the EBCDIC character range tests (for matching).
29980      Branch: perl
29981            ! t/op/pat.t
29982 ____________________________________________________________________________
29983 [  8969] By: nick                                  on 2001/02/28  18:18:01
29984         Log: Add charname comments to .ucm files writen by 'compile',
29985              also order charmaps in those files by source encoding.
29986              regenerate distrubuted .ucm files
29987      Branch: perlio
29988            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
29989            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
29990            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
29991            ! ext/Encode/Encode/iso8859-10.ucm
29992            ! ext/Encode/Encode/iso8859-13.ucm
29993            ! ext/Encode/Encode/iso8859-14.ucm
29994            ! ext/Encode/Encode/iso8859-15.ucm
29995            ! ext/Encode/Encode/iso8859-16.ucm
29996            ! ext/Encode/Encode/iso8859-2.ucm
29997            ! ext/Encode/Encode/iso8859-3.ucm
29998            ! ext/Encode/Encode/iso8859-4.ucm
29999            ! ext/Encode/Encode/iso8859-5.ucm
30000            ! ext/Encode/Encode/iso8859-6.ucm
30001            ! ext/Encode/Encode/iso8859-7.ucm
30002            ! ext/Encode/Encode/iso8859-8.ucm
30003            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
30004            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
30005 ____________________________________________________________________________
30006 [  8968] By: jhi                                   on 2001/02/28  16:26:37
30007         Log: Expand usemorebits early if d_casti32 needs to be undefined.
30008      Branch: perl
30009            ! hints/hpux.sh hints/irix_6.sh
30010 ____________________________________________________________________________
30011 [  8967] By: jhi                                   on 2001/02/28  16:22:26
30012         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
30013              retract toke.c/qu parts of #8583, retract #8485, retract
30014              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
30015              op/length.t, and MANIFEST, and delete t/op/qu.t.
30016      Branch: perl
30017            - t/op/qu.t
30018            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
30019            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
30020            ! t/op/length.t toke.c
30021 ____________________________________________________________________________
30022 [  8966] By: jhi                                   on 2001/02/28  15:00:27
30023         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
30024              by not changing from pre-Unicode days into being Unicode-aware.
30025              Sniff.
30026      Branch: perl
30027            ! pp.c t/op/pack.t t/op/qu.t
30028 ____________________________________________________________________________
30029 [  8965] By: jhi                                   on 2001/02/28  14:37:55
30030         Log: Subject: Re: Errors in core PODs
30031              From: Michael Stevens <michael@etla.org> 
30032              Date: Fri, 23 Feb 2001 15:47:56 +0000
30033              Message-ID: <20010223154756.A7723@firedrake.org> 
30034      Branch: perl
30035            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
30036            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
30037            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
30038            ! x2p/a2p.pod
30039 ____________________________________________________________________________
30040 [  8964] By: jhi                                   on 2001/02/28  14:35:35
30041         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
30042              (The #8961 was too bold.)
30043      Branch: perl
30044            ! hints/hpux.sh hints/irix_6.sh
30045 ____________________________________________________________________________
30046 [  8963] By: jhi                                   on 2001/02/28  14:33:39
30047         Log: Subject: Re: sync sync sync: have I missed any patches?
30048              From: Tim Jenness <t.jenness@jach.hawaii.edu>
30049              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
30050              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
30051              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
30052              
30053              Replace djSP with dSP.
30054      Branch: perl
30055            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
30056            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
30057            ! win32/perlhost.h
30058 ____________________________________________________________________________
30059 [  8962] By: jhi                                   on 2001/02/27  23:21:14
30060         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
30061      Branch: perl
30062            ! lib/Filter/Simple.pm
30063 ____________________________________________________________________________
30064 [  8961] By: jhi                                   on 2001/02/27  22:55:26
30065         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
30066              and this would be it.
30067      Branch: perl
30068            ! hints/hpux.sh hints/irix_6.sh
30069 ____________________________________________________________________________
30070 [  8960] By: jhi                                   on 2001/02/27  22:51:33
30071         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
30072              From: "Craig A. Berry" <craigberry@mac.com>
30073              Date: Tue, 27 Feb 2001 16:11:44 -0600
30074              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
30075      Branch: maint-5.6/perl
30076            ! configure.com vms/descrip_mms.template
30077 ____________________________________________________________________________
30078 [  8959] By: jhi                                   on 2001/02/27  22:47:23
30079         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
30080              From: "Craig A. Berry" <craigberry@mac.com>
30081              Date: Tue, 27 Feb 2001 16:11:44 -0600
30082              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
30083      Branch: perl
30084            ! configure.com vms/descrip_mms.template
30085 ____________________________________________________________________________
30086 [  8958] By: jhi                                   on 2001/02/27  15:16:42
30087         Log: Update Changes.
30088      Branch: perl
30089            ! Changes patchlevel.h
30090 ____________________________________________________________________________
30091 [  8957] By: jhi                                   on 2001/02/27  06:15:07
30092         Log: Subject: [5.6.x] EPOC additions
30093              From: Olaf Flebbe <O.Flebbe@science-computing.de>
30094              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
30095              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
30096      Branch: maint-5.6/perl
30097            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
30098 ____________________________________________________________________________
30099 [  8956] By: jhi                                   on 2001/02/27  06:12:11
30100         Log: Subject: [perl-current] EPOC 
30101              From: Olaf Flebbe <O.Flebbe@science-computing.de>
30102              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
30103              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
30104      Branch: perl
30105            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
30106            ! epoc/epocish.c epoc/epocish.h pp_sys.c
30107 ____________________________________________________________________________
30108 [  8955] By: jhi                                   on 2001/02/27  05:59:50
30109         Log: Subject: Re: Compile with perlcc..
30110              From: Edward Peschko <edwardp@excitehome.net>
30111              Date: Mon, 26 Feb 2001 18:51:58 -0800
30112              Message-ID: <20010226185158.A9871@excitehome.net>
30113              
30114              plus add a simple usage message if no arguments given.
30115      Branch: perl
30116            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
30117            ! utils/Makefile utils/perlcc.PL win32/pod.mak
30118 ____________________________________________________________________________
30119 [  8954] By: nick                                  on 2001/02/26  21:02:59
30120         Log: Integrate mainline
30121      Branch: perlio
30122           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
30123           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
30124           !> t/op/sprintf.t
30125 ____________________________________________________________________________
30126 [  8953] By: jhi                                   on 2001/02/26  14:43:54
30127         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
30128              From: Nicholas Clark <nick@ccl4.org>
30129              Date: Mon, 26 Feb 2001 00:42:07 +0000
30130              Message-ID: <20010226004207.F23333@plum.flirble.org>
30131      Branch: perl
30132            ! pp_ctl.c
30133 ____________________________________________________________________________
30134 [  8952] By: jhi                                   on 2001/02/26  14:42:13
30135         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
30136              From: Simon Cozens <simon@netthink.co.uk>
30137              Date: Mon, 26 Feb 2001 12:23:48 +0000
30138              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
30139      Branch: perl
30140            ! pod/perlguts.pod
30141 ____________________________________________________________________________
30142 [  8951] By: jhi                                   on 2001/02/26  14:39:15
30143         Log: Subject: [PATCH] perlio - unknown layer
30144              From: Nicholas Clark <nick@ccl4.org>
30145              Date: Mon, 26 Feb 2001 00:27:19 +0000
30146              Message-ID: <20010226002719.E23333@plum.flirble.org>
30147      Branch: perl
30148            ! perlio.c
30149 ____________________________________________________________________________
30150 [  8950] By: jhi                                   on 2001/02/26  14:38:04
30151         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
30152              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
30153              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
30154              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
30155      Branch: perl
30156            ! t/op/bop.t
30157 ____________________________________________________________________________
30158 [  8949] By: jhi                                   on 2001/02/26  14:37:07
30159         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
30160              From: Peter Prymmer <pvhp@forte.com>
30161              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
30162              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
30163      Branch: perl
30164            ! lib/Test.pm
30165 ____________________________________________________________________________
30166 [  8948] By: jhi                                   on 2001/02/26  14:35:53
30167         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
30168              From: Radu Greab <radu@netsoft.ro>
30169              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
30170              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
30171      Branch: perl
30172            ! pod/perlop.pod
30173 ____________________________________________________________________________
30174 [  8947] By: jhi                                   on 2001/02/26  14:34:46
30175         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
30176              From: David Mitchell <davem@fdgroup.co.uk>
30177              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
30178              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
30179      Branch: perl
30180            ! run.c
30181 ____________________________________________________________________________
30182 [  8946] By: jhi                                   on 2001/02/26  14:32:37
30183         Log: Subject: Modified README.bs2000 
30184              From: Dorner Thomas <Thomas.Dorner@start.de>
30185              Date: Mon, 26 Feb 2001 09:22:17 +0100
30186              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
30187      Branch: perl
30188            ! README.bs2000
30189 ____________________________________________________________________________
30190 [  8945] By: jhi                                   on 2001/02/26  14:19:53
30191         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
30192              to maintperl, listing the known failures on the tests 129 and 130.
30193      Branch: maint-5.6/perl
30194           !> t/op/sprintf.t
30195 ____________________________________________________________________________
30196 [  8944] By: jhi                                   on 2001/02/26  14:14:15
30197         Log: Add more known sprintf failures.
30198      Branch: perl
30199            ! t/op/sprintf.t
30200 ____________________________________________________________________________
30201 [  8943] By: jhi                                   on 2001/02/26  13:56:22
30202         Log: perlglob.exe needs to be found in Win32, patch from
30203              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
30204              which needs external glob at mini-perl time."
30205      Branch: perl
30206            ! ext/Encode/compile
30207 ____________________________________________________________________________
30208 [  8942] By: jhi                                   on 2001/02/26  13:52:19
30209         Log: A missing dTHX from Vadim Konovalov.
30210      Branch: perl
30211            ! perlio.c
30212 ____________________________________________________________________________
30213 [  8941] By: jhi                                   on 2001/02/26  13:37:05
30214         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
30215      Branch: perl
30216            ! op.c
30217 ____________________________________________________________________________
30218 [  8940] By: jhi                                   on 2001/02/26  13:35:40
30219         Log: Integrate perlio.
30220      Branch: perl
30221           !> ext/Encode/Encode.pm
30222 ____________________________________________________________________________
30223 [  8939] By: nick                                  on 2001/02/25  23:47:09
30224         Log: Integrate mainline.
30225      Branch: perlio
30226           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
30227           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
30228 ____________________________________________________________________________
30229 [  8938] By: nick                                  on 2001/02/25  19:36:28
30230         Log: Encode implementations docs.
30231      Branch: perlio
30232            ! ext/Encode/Encode.pm
30233 ____________________________________________________________________________
30234 [  8937] By: jhi                                   on 2001/02/25  19:26:16
30235         Log: Script wasn't aligned with reality.
30236      Branch: perl
30237            ! t/pod/find.t
30238 ____________________________________________________________________________
30239 [  8936] By: jhi                                   on 2001/02/25  18:54:55
30240         Log: Update Changes.
30241      Branch: perl
30242            ! Changes patchlevel.h
30243 ____________________________________________________________________________
30244 [  8935] By: jhi                                   on 2001/02/25  18:46:36
30245         Log: Retract #8929,8930,8932,8933 for now.
30246      Branch: perl
30247            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
30248 ____________________________________________________________________________
30249 [  8934] By: jhi                                   on 2001/02/25  17:34:35
30250         Log: Integrate perlio.
30251      Branch: perl
30252           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
30253           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
30254           !> t/lib/encode.t
30255 ____________________________________________________________________________
30256 [  8933] By: jhi                                   on 2001/02/25  17:33:12
30257         Log: (Retracted by #8395.)
30258              
30259              Slight tweaks in scan_const(), not fixes yet, it seems like
30260              lots of work remains to be done...
30261      Branch: perl
30262            ! toke.c
30263 ____________________________________________________________________________
30264 [  8932] By: jhi                                   on 2001/02/25  17:27:11
30265         Log: (Retracted by #8395.)
30266              
30267              Missing from #8930.
30268      Branch: perl
30269            ! perl.h
30270 ____________________________________________________________________________
30271 [  8931] By: jhi                                   on 2001/02/25  17:26:19
30272         Log: A comment tweak.
30273      Branch: perl
30274            ! utf8.c
30275 ____________________________________________________________________________
30276 [  8930] By: jhi                                   on 2001/02/25  17:25:47
30277         Log: (Retracted by #8395.)
30278              
30279              Attempt to fix the EBCDIC character range problwm with //.
30280      Branch: perl
30281            ! regcomp.c
30282 ____________________________________________________________________________
30283 [  8929] By: jhi                                   on 2001/02/25  17:23:45
30284         Log: (Retracted by #8395.)
30285              
30286              Expand the EBCDIC character range tests, and add few nasty
30287              tr tests from Karsten Sperling.
30288      Branch: perl
30289            ! t/op/pat.t t/op/tr.t
30290 ____________________________________________________________________________
30291 [  8928] By: jhi                                   on 2001/02/25  17:18:49
30292         Log: Missing check-in.
30293      Branch: perl
30294            ! lib/Pod/Find.pm
30295 ____________________________________________________________________________
30296 [  8927] By: nick                                  on 2001/02/25  11:30:22
30297         Log: Change method names in Encode implementation classes to something
30298              less confusing (preparing to "go public").
30299      Branch: perlio
30300            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
30301 ____________________________________________________________________________
30302 [  8926] By: nick                                  on 2001/02/25  10:53:24
30303         Log: GCC __atribute__ / printf fix
30304      Branch: perlio
30305            ! perl.h
30306 ____________________________________________________________________________
30307 [  8925] By: nick                                  on 2001/02/25  10:52:25
30308         Log: Checked in the wrong one ...
30309      Branch: perlio
30310            ! ext/Encode/Encode.pm
30311 ____________________________________________________________________________
30312 [  8924] By: nick                                  on 2001/02/24  18:46:51
30313         Log: Integrate mainline - to see what Jarkko has in ...
30314      Branch: perlio
30315           +> t/pod/testpods/lib/Pod/Stuff.pm
30316           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
30317 ____________________________________________________________________________
30318 [  8923] By: nick                                  on 2001/02/24  17:05:23
30319         Log: Encode API documentation nd tidy up.
30320              Minor additions to test.
30321              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
30322              Adds STRLEN to standard typemap.
30323      Branch: perlio
30324            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
30325            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
30326 ____________________________________________________________________________
30327 [  8922] By: jhi                                   on 2001/02/24  16:38:12
30328         Log: Add a test for the "character range should match in EBCDIC
30329              if specified using explicit numerics" bug found by Karsten
30330              Sperling.
30331      Branch: perl
30332            ! t/op/pat.t
30333 ____________________________________________________________________________
30334 [  8921] By: jhi                                   on 2001/02/24  16:30:16
30335         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
30336              From: schwern@pobox.com
30337              Date: Fri, 23 Feb 2001 03:21:37 -0500
30338              Message-ID: <20010223032137.A26022@magnonel.guild.net>
30339              
30340              plus Charles Lane's fixes, plus tweaks.
30341      Branch: perl
30342            + t/pod/testpods/lib/Pod/Stuff.pm
30343            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
30344 ____________________________________________________________________________
30345 [  8920] By: nick                                  on 2001/02/24  10:30:11
30346         Log: Integrate mainline
30347      Branch: perlio
30348           !> (integrate 33 files)
30349 ____________________________________________________________________________
30350 [  8919] By: jhi                                   on 2001/02/24  00:23:35
30351         Log: Subject: Re: I'm losing the war...
30352              From: "Vadim Konovalov" <watman@inbox.ru>
30353              Date: Sat, 24 Feb 2001 00:10:14 +0300
30354              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
30355              
30356              hv_store() not working correctly in ENV_IS_CASELESS case.
30357      Branch: perl
30358            ! hv.c
30359 ____________________________________________________________________________
30360 [  8918] By: jhi                                   on 2001/02/24  00:20:09
30361         Log: Subject: Re: [PATCH] fix for charnames above FFFF
30362              From: andreas.koenig@anima.de (Andreas J. Koenig)
30363              Date: 23 Feb 2001 02:39:03 +0100
30364              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
30365              
30366              A further efficiency tweak.
30367      Branch: perl
30368            ! lib/charnames.pm
30369 ____________________________________________________________________________
30370 [  8917] By: jhi                                   on 2001/02/23  20:27:51
30371         Log: Integrate change #8916 from mainline,
30372              do away with USE_WIN32_RTL_ENV.
30373      Branch: maint-5.6/perl
30374           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
30375 ____________________________________________________________________________
30376 [  8916] By: jhi                                   on 2001/02/23  20:02:25
30377         Log: Abolish USE_WIN32_RTL_ENV.
30378      Branch: perl
30379            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
30380 ____________________________________________________________________________
30381 [  8915] By: jhi                                   on 2001/02/23  19:36:00
30382         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
30383              later protected by some #define.
30384      Branch: perl
30385            ! gv.c
30386 ____________________________________________________________________________
30387 [  8914] By: jhi                                   on 2001/02/23  19:31:38
30388         Log: Retract #8902 for now, requested by Charles Lane, the correct
30389              fix will be something else.
30390      Branch: perl
30391            ! op.c
30392 ____________________________________________________________________________
30393 [  8913] By: jhi                                   on 2001/02/23  19:11:36
30394         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
30395              From: Peter Prymmer <pvhp@forte.com>
30396              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
30397              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
30398      Branch: perl
30399            ! t/op/lex_assign.t
30400 ____________________________________________________________________________
30401 [  8912] By: jhi                                   on 2001/02/23  18:38:20
30402         Log: Subject: [patch] perlio + useithreads
30403              From: Doug MacEachern <dougm@covalent.net>
30404              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
30405              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
30406              
30407              Gets things running but not complete.
30408      Branch: perl
30409            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
30410 ____________________________________________________________________________
30411 [  8911] By: jhi                                   on 2001/02/23  04:20:02
30412         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
30413              
30414              Duplicated environment freeing, File::Temp 0.12,
30415              op/append portability (EBCDIC) tweak.
30416      Branch: maint-5.6/perl
30417           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
30418           !> t/op/append.t
30419 ____________________________________________________________________________
30420 [  8910] By: jhi                                   on 2001/02/23  02:07:33
30421         Log: Integrate change #8909 from mainline, a better Borland
30422              putenv() workaround.
30423      Branch: maint-5.6/perl
30424           !> perl.c
30425 ____________________________________________________________________________
30426 [  8909] By: jhi                                   on 2001/02/23  02:05:46
30427         Log: A better workaround for Borland putenv() brokenness from Sarathy.
30428      Branch: perl
30429            ! perl.c
30430 ____________________________________________________________________________
30431 [  8908] By: jhi                                   on 2001/02/23  02:04:14
30432         Log: Subject: fix for parameter -Dm (for perl@8867)
30433              From: "Vadim Konovalov" <watman@inbox.ru>
30434              Date: Thu, 22 Feb 2001 17:30:12 +0300
30435              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
30436      Branch: perl
30437            ! perl.h
30438 ____________________________________________________________________________
30439 [  8907] By: jhi                                   on 2001/02/23  01:58:20
30440         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
30441              From: Peter Prymmer <pvhp@forte.com>
30442              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
30443              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
30444      Branch: perl
30445            ! t/op/append.t
30446 ____________________________________________________________________________
30447 [  8906] By: jhi                                   on 2001/02/23  01:48:34
30448         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
30449      Branch: perl
30450            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
30451 ____________________________________________________________________________
30452 [  8905] By: jhi                                   on 2001/02/23  01:43:30
30453         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
30454              From: Peter Prymmer <pvhp@forte.com>
30455              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
30456              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
30457      Branch: perl
30458            ! t/lib/st-06compat.t
30459 ____________________________________________________________________________
30460 [  8904] By: jhi                                   on 2001/02/23  01:42:39
30461         Log: Metaconfig unit change for #8903.
30462      Branch: metaconfig/U/perl
30463            ! Devel.U
30464 ____________________________________________________________________________
30465 [  8903] By: jhi                                   on 2001/02/23  01:42:12
30466         Log: Be more helpful for devel builders, suggested by John L. Allen.
30467      Branch: perl
30468            ! Configure
30469 ____________________________________________________________________________
30470 [  8902] By: jhi                                   on 2001/02/23  01:37:41
30471         Log: (Retracted by #8914)
30472              (Wrongly, reinstated by #8941)             
30473
30474              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
30475              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
30476              Date:     Thu, 22 Feb 2001 09:43:57 EST
30477              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
30478      Branch: perl
30479            ! op.c
30480 ____________________________________________________________________________
30481 [  8901] By: jhi                                   on 2001/02/23  01:20:32
30482         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
30483              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
30484              Date:     Thu, 22 Feb 2001 08:01:35 EST
30485              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
30486      Branch: perl
30487            ! malloc.c
30488 ____________________________________________________________________________
30489 [  8900] By: jhi                                   on 2001/02/23  01:18:02
30490         Log: Integrate changes #8898,8899 from mainline, environ handling.
30491      Branch: maint-5.6/perl
30492           !> perl.c
30493 ____________________________________________________________________________
30494 [  8899] By: jhi                                   on 2001/02/23  01:16:25
30495         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
30496              putenv() is not to be relied on, they are either broken or leaky
30497              or both.)
30498      Branch: perl
30499            ! perl.c
30500 ____________________________________________________________________________
30501 [  8898] By: jhi                                   on 2001/02/22  23:36:59
30502         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
30503              and safesysfree() must be used.
30504      Branch: perl
30505            ! perl.c
30506 ____________________________________________________________________________
30507 [  8897] By: jhi                                   on 2001/02/22  23:25:45
30508         Log: With environ one must use safesysmalloc()/safesysfree().
30509      Branch: perl
30510            ! perl.c
30511 ____________________________________________________________________________
30512 [  8896] By: jhi                                   on 2001/02/22  22:13:18
30513         Log: If we have a duplicated environment free it
30514              if PERL_DESTRUCT_LEVEL.
30515      Branch: perl
30516            ! perl.c
30517 ____________________________________________________________________________
30518 [  8895] By: alanbur                               on 2001/02/22  19:31:57
30519         Log: Synchronised with parent
30520      Branch: maint-5.6/pureperl
30521           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
30522 ____________________________________________________________________________
30523 [  8894] By: gsar                                  on 2001/02/22  19:06:18
30524         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
30525              
30526              fix memory leak in method call optimization (change#3768);
30527              made C<eval "$x->foo()"> leak
30528              
30529              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
30530      Branch: maint-5.6/perl
30531           !> op.c
30532 ____________________________________________________________________________
30533 [  8893] By: jhi                                   on 2001/02/22  18:35:27
30534         Log: (Retracted by #8915.)
30535              
30536              Third Degree finding:
30537              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
30538      Branch: perl
30539            ! gv.c
30540 ____________________________________________________________________________
30541 [  8892] By: jhi                                   on 2001/02/22  14:28:32
30542         Log: Update Changes.
30543      Branch: perl
30544            ! Changes patchlevel.h
30545 ____________________________________________________________________________
30546 [  8891] By: jhi                                   on 2001/02/22  13:22:45
30547         Log: Metaconfig unit changes for #8890.
30548      Branch: metaconfig
30549            ! U/modified/Cppsym.U U/threads/archname.U
30550 ____________________________________________________________________________
30551 [  8890] By: jhi                                   on 2001/02/22  13:22:12
30552         Log: Add -stdio to the archname if no perlio selected,
30553              no -perlio added since that is now the default.
30554              
30555              Add few CPUs/architectures to the Cppsym scan.
30556      Branch: perl
30557            ! Configure config_h.SH
30558 ____________________________________________________________________________
30559 [  8889] By: jhi                                   on 2001/02/22  13:05:59
30560         Log: Metaconfig unit change for #8888.
30561      Branch: metaconfig/U/perl
30562            ! useperlio.U
30563 ____________________________________________________________________________
30564 [  8888] By: jhi                                   on 2001/02/22  13:05:28
30565         Log: *drum roll*  Make perlio the default.
30566      Branch: perl
30567            ! Configure config_h.SH
30568 ____________________________________________________________________________
30569 [  8887] By: jhi                                   on 2001/02/22  12:50:52
30570         Log: Integrate change #8665 from maintperl to mainline,
30571              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
30572      Branch: perl
30573           !> ext/POSIX/POSIX.xs
30574 ____________________________________________________________________________
30575 [  8886] By: jhi                                   on 2001/02/22  12:49:24
30576         Log: Integrate changes #8883,8884 from mainline to maintperl.
30577              
30578              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
30579              Subject: Re: File::Temp::_gettemp warning
30580      Branch: maint-5.6/perl
30581           !> embed.h embed.pl lib/File/Temp.pm
30582 ____________________________________________________________________________
30583 [  8885] By: jhi                                   on 2001/02/22  12:43:59
30584         Log: Based on
30585              
30586              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
30587              From: schwab@suse.de
30588              Date: Thu, 22 Feb 2001 13:08:09 +0100
30589              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
30590              
30591              but the fix done slightly differently because the other
30592              half was already done in #8664.
30593      Branch: maint-5.6/perl
30594            ! ext/POSIX/POSIX.xs
30595 ____________________________________________________________________________
30596 [  8884] By: jhi                                   on 2001/02/22  12:37:15
30597         Log: Subject: Re: File::Temp::_gettemp warning
30598              From: Tim Jenness <t.jenness@jach.hawaii.edu>
30599              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
30600              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
30601              
30602              This patch to File::Temp does two things:
30603              
30604              1. Fixes the problem with CGI::Carp when determining
30605              the Fcntl constants
30606              
30607              2. Removes most of the carps and consolidates them so that all the
30608              reasons are included in a single die that is caught by the test. This
30609              means that the correct skipping behaviour is displayed by the test.
30610      Branch: perl
30611            ! lib/File/Temp.pm
30612 ____________________________________________________________________________
30613 [  8883] By: jhi                                   on 2001/02/22  12:29:19
30614         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
30615              From: Peter Prymmer <pvhp@forte.com>
30616              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
30617              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
30618      Branch: perl
30619            ! embed.h embed.pl
30620 ____________________________________________________________________________
30621 [  8882] By: jhi                                   on 2001/02/21  19:41:33
30622         Log: Integrate change #8881 from mainlin to maintperl.
30623              
30624              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
30625      Branch: maint-5.6/perl
30626           !> op.c
30627 ____________________________________________________________________________
30628 [  8881] By: jhi                                   on 2001/02/21  19:38:57
30629         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
30630              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
30631              Date:     Wed, 21 Feb 2001 13:08:03 EST
30632              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
30633      Branch: perl
30634            ! op.c
30635 ____________________________________________________________________________
30636 [  8880] By: jhi                                   on 2001/02/21  19:34:34
30637         Log: Retract #8875, cannot let go of the old semantics of unpack U
30638              without rethinking utf8decode.t.
30639      Branch: perl
30640            ! pp.c t/op/pack.t
30641 ____________________________________________________________________________
30642 [  8879] By: jhi                                   on 2001/02/21  19:08:02
30643         Log: Run run/*.t also in minitest.
30644      Branch: perl
30645            ! Makefile.SH
30646 ____________________________________________________________________________
30647 [  8878] By: nick                                  on 2001/02/21  18:55:37
30648         Log: Integrate mainline
30649      Branch: perlio
30650           !> (integrate 76 files)
30651 ____________________________________________________________________________
30652 [  8877] By: jhi                                   on 2001/02/21  15:09:33
30653         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
30654      Branch: metaconfig
30655            ! U/compline/nblock_io.U
30656      Branch: perl
30657            ! Configure config_h.SH
30658 ____________________________________________________________________________
30659 [  8876] By: jhi                                   on 2001/02/21  14:54:45
30660         Log: If no sfio, no -lsfio.
30661      Branch: metaconfig/U/perl
30662            ! d_sfio.U
30663      Branch: perl
30664            ! Configure config_h.SH
30665 ____________________________________________________________________________
30666 [  8875] By: jhi                                   on 2001/02/21  14:54:00
30667         Log: Make unpack C and unpack C truly equivalent.
30668      Branch: perl
30669            ! pp.c t/op/pack.t
30670 ____________________________________________________________________________
30671 [  8874] By: jhi                                   on 2001/02/21  14:26:02
30672         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
30673              From: Peter Prymmer <pvhp@forte.com>
30674              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
30675              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
30676      Branch: perl
30677            ! pod/perlport.pod
30678 ____________________________________________________________________________
30679 [  8873] By: jhi                                   on 2001/02/21  14:24:31
30680         Log: Subject: [PATCH] fix for charnames above FFFF
30681              From: andreas.koenig@anima.de (Andreas J. Koenig)
30682              Date: 21 Feb 2001 07:05:45 +0100
30683              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
30684      Branch: perl
30685            ! lib/charnames.pm t/lib/charnames.t
30686 ____________________________________________________________________________
30687 [  8872] By: jhi                                   on 2001/02/21  14:15:25
30688         Log: Integrate change #8868 from pureperl to mainline.
30689              
30690              Fixed reference count loop caused by sv_magic.
30691      Branch: perl
30692           !> sv.c
30693 ____________________________________________________________________________
30694 [  8871] By: jhi                                   on 2001/02/21  14:07:29
30695         Log: Integrate change #8868 from pureperl to maintperl.
30696              
30697              Fixed reference count loop caused by sv_magic.
30698      Branch: maint-5.6/perl
30699           !> sv.c
30700 ____________________________________________________________________________
30701 [  8870] By: jhi                                   on 2001/02/21  14:04:41
30702         Log: Put back the #8840, it was innocent.
30703      Branch: perl
30704            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
30705            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
30706 ____________________________________________________________________________
30707 [  8869] By: jhi                                   on 2001/02/21  14:00:03
30708         Log: unpack("C", ...) was left slightly unfinished by #8865.
30709      Branch: perl
30710            ! pp.c t/op/pack.t
30711 ____________________________________________________________________________
30712 [  8868] By: alanbur                               on 2001/02/21  01:33:45
30713         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
30714              from gv_fetchpv to create single-character magic variables (e.g. $!),
30715              and it is passed a sv and the gv that contains the sv as the mg_obj
30716              value.  When sv_magic stores the mg_obj pointer it increments the gv
30717              refcount, thus causing a sv-gv pair that can't be freed.  There is
30718              already a check for sv == obj which is used to prevent such reference
30719              loops.  This change extends the check to cover the case described above.
30720      Branch: maint-5.6/pureperl
30721            ! sv.c
30722 ____________________________________________________________________________
30723 [  8867] By: jhi                                   on 2001/02/21  00:52:39
30724         Log: Update Changes.
30725      Branch: perl
30726            ! Changes patchlevel.h
30727 ____________________________________________________________________________
30728 [  8866] By: jhi                                   on 2001/02/21  00:34:20
30729         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
30730              (Note: there were some conflicts due to EBCDIC and EPOC
30731              patches, in general I preferred the repository code.)
30732              (When 2.753 comes out, we need to synchronize.)
30733      Branch: perl
30734            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
30735            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
30736            ! t/lib/cgi-html.t
30737 ____________________________________________________________________________
30738 [  8865] By: jhi                                   on 2001/02/21  00:24:22
30739         Log: Make pack("C", 0x100) to create Unicode, unless under the
30740              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
30741              will understand Unicode, unless you under know what.
30742      Branch: perl
30743            ! pp.c t/op/pack.t t/op/qu.t
30744 ____________________________________________________________________________
30745 [  8864] By: alanbur                               on 2001/02/20  22:35:34
30746         Log: Resynchronised with parent
30747      Branch: maint-5.6/pureperl
30748           !> README.win32 ext/GDBM_File/GDBM_File.pm
30749           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
30750           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
30751           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
30752           !> t/lib/sdbm.t util.c
30753 ____________________________________________________________________________
30754 [  8863] By: jhi                                   on 2001/02/20  20:55:11
30755         Log: Integrate change #8860,8861 from mainline into maintperl.
30756              
30757              "pseudo-literal j"
30758              
30759              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
30760      Branch: maint-5.6/perl
30761           !> lib/Test.pm pod/perlop.pod
30762 ____________________________________________________________________________
30763 [  8862] By: jhi                                   on 2001/02/20  20:30:07
30764         Log: Don't do casting between pointers pointing to differently sized
30765              integers.
30766      Branch: perl
30767            ! hv.c sv.c
30768 ____________________________________________________________________________
30769 [  8861] By: jhi                                   on 2001/02/20  19:53:44
30770         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
30771              From: Peter Prymmer <pvhp@forte.com>
30772              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
30773              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
30774      Branch: perl
30775            ! lib/Test.pm
30776 ____________________________________________________________________________
30777 [  8860] By: jhi                                   on 2001/02/20  19:48:02
30778         Log: "pseudo-literal j", a documentation glitch reported to Debian.
30779              The text recovered from Perl 5.005_03, and pseudo-literal replaced
30780              by "backtick string".
30781      Branch: perl
30782            ! pod/perlop.pod
30783 ____________________________________________________________________________
30784 [  8859] By: jhi                                   on 2001/02/20  19:15:46
30785         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
30786              from Chris Nandor.
30787      Branch: perl
30788            ! makedef.pl
30789 ____________________________________________________________________________
30790 [  8858] By: jhi                                   on 2001/02/20  17:36:53
30791         Log: Integrate pureperl changes #8844,8845,8850 to mainline
30792              (via maintperl #8855).
30793              
30794              Fixed %^H scoping bug
30795              
30796              Removed GV <-> CV refcount loop
30797              
30798              Removed %ENV refcount loop
30799      Branch: perl
30800           !> gv.c op.c perl.c pp.c scope.c
30801 ____________________________________________________________________________
30802 [  8857] By: jhi                                   on 2001/02/20  17:34:32
30803         Log: Integrate changes #8853,8854 from maintperl to mainline.
30804              
30805              EBDIC fixes, README.win32 Borland update.
30806      Branch: perl
30807           !> README.win32 handy.h util.c
30808 ____________________________________________________________________________
30809 [  8856] By: jhi                                   on 2001/02/20  17:33:16
30810         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
30811      Branch: maint-5.6/perl
30812           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
30813           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
30814           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
30815 ____________________________________________________________________________
30816 [  8855] By: jhi                                   on 2001/02/20  17:32:13
30817         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
30818              
30819              Fixed %^H scoping bug
30820              
30821              Removed GV <-> CV refcount loop
30822              
30823              Removed %ENV refcount loop
30824      Branch: maint-5.6/perl
30825           !> gv.c op.c perl.c pp.c scope.c
30826 ____________________________________________________________________________
30827 [  8854] By: jhi                                   on 2001/02/20  17:25:06
30828         Log: Subject: Addition to readme.win32 for Borland C++ compilers
30829              Date: Tue, 20 Feb 2001 02:15:25 +0300
30830              From: "Vadim Konovalov" <watman@inbox.ru>
30831              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
30832              
30833              Document Borland compiler misbehaviour.
30834      Branch: maint-5.6/perl
30835            ! README.win32
30836 ____________________________________________________________________________
30837 [  8853] By: jhi                                   on 2001/02/20  17:22:25
30838         Log: The assimilation of ebcdic.c didn't quite work at the first try,
30839              patches from Thomas Dorner.
30840      Branch: maint-5.6/perl
30841            ! handy.h util.c
30842 ____________________________________________________________________________
30843 [  8852] By: jhi                                   on 2001/02/20  17:20:15
30844         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
30845              From: Chris Nandor <pudge@pobox.com>
30846              Date: Tue, 20 Feb 2001 08:32:45 -0500
30847              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
30848      Branch: maint-5.6/perl
30849            ! makedef.pl mg.c
30850 ____________________________________________________________________________
30851 [  8851] By: jhi                                   on 2001/02/20  17:15:52
30852         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
30853      Branch: perl
30854            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
30855            ! t/lib/filter-util.t
30856 ____________________________________________________________________________
30857 [  8850] By: alanbur                               on 2001/02/20  17:12:40
30858         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
30859              and the magic pointer points back to the GV that contains the
30860              %ENV hash.  This creates a refcount loop that prevents members
30861              of %ENV from being freed correctly.  This change removes the
30862              refcount loop - the magic pointer was never used anyway, the
30863              only use of the magic was to check the type ('E') so that the
30864              appropriate environment manipulation code is called when %ENV
30865              is modified.
30866      Branch: maint-5.6/pureperl
30867            ! perl.c
30868 ____________________________________________________________________________
30869 [  8849] By: jhi                                   on 2001/02/20  17:12:20
30870         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
30871              From: "Craig A. Berry" <craigberry@mac.com>
30872              Date: Mon, 19 Feb 2001 23:36:12 -0600
30873              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
30874              
30875              Case-forgiving systems match TestInit.pm with TES*.
30876      Branch: perl
30877            ! t/lib/glob-basic.t
30878 ____________________________________________________________________________
30879 [  8848] By: jhi                                   on 2001/02/20  17:10:02
30880         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
30881      Branch: perl
30882            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
30883            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
30884            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
30885 ____________________________________________________________________________
30886 [  8847] By: jhi                                   on 2001/02/20  15:34:41
30887         Log: The #8843 wasn't quite right: %Config needs to imported.
30888      Branch: perl
30889            ! t/run/runenv.t
30890 ____________________________________________________________________________
30891 [  8846] By: jhi                                   on 2001/02/20  15:31:50
30892         Log: Retract the #8838 and #8840 for now because of
30893              the DB_File tie problem.
30894      Branch: perl
30895            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
30896            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
30897            ! proto.h sv.c
30898 ____________________________________________________________________________
30899 [  8845] By: alanbur                               on 2001/02/20  14:25:41
30900         Log: Removed GV <-> CV refcount loop
30901              CvGV(mycv) points to the parent GV of the CV, and was previously
30902              refcounted.  The pointer remains, but the refcounting has been removed
30903              as it causes a refcount loop between the CV and GV that means the CV
30904              can't ever be deleted.
30905      Branch: maint-5.6/pureperl
30906            ! gv.c op.c pp.c
30907 ____________________________________________________________________________
30908 [  8844] By: alanbur                               on 2001/02/20  14:23:13
30909         Log: Fixed %^H scoping bug
30910      Branch: maint-5.6/pureperl
30911            ! scope.c
30912 ____________________________________________________________________________
30913 [  8843] By: jhi                                   on 2001/02/19  13:38:08
30914         Log: fork() not everywhere, cleanup temp files.
30915      Branch: perl
30916            ! t/run/runenv.t
30917 ____________________________________________________________________________
30918 [  8842] By: alanbur                               on 2001/02/19  12:42:07
30919         Log: Resynchronised with parent
30920      Branch: maint-5.6/pureperl
30921           !> pod/perlfaq4.pod sv.c utf8.c
30922 ____________________________________________________________________________
30923 [  8841] By: jhi                                   on 2001/02/19  03:35:51
30924         Log: Update Changes.
30925      Branch: perl
30926            ! Changes patchlevel.h
30927 ____________________________________________________________________________
30928 [  8840] By: jhi                                   on 2001/02/19  00:23:41
30929         Log: Subject: [patch] add sv_setref_uv
30930              From: Doug MacEachern <dougm@covalent.net>
30931              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
30932              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
30933      Branch: perl
30934            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
30935            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
30936 ____________________________________________________________________________
30937 [  8839] By: jhi                                   on 2001/02/19  00:01:38
30938         Log: Put to rest the 20010205.001, the email address checking (not) regex.
30939      Branch: perl
30940            ! pod/perlfaq9.pod
30941 ____________________________________________________________________________
30942 [  8838] By: jhi                                   on 2001/02/18  22:17:54
30943         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
30944              From: Doug MacEachern <dougm@covalent.net>
30945              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
30946              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
30947      Branch: perl
30948            ! lib/ExtUtils/xsubpp
30949 ____________________________________________________________________________
30950 [  8837] By: jhi                                   on 2001/02/18  22:16:50
30951         Log: Subject: [patch] -Wall cleanup round 2
30952              From: Doug MacEachern <dougm@covalent.net>
30953              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
30954              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
30955      Branch: perl
30956            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
30957            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
30958            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
30959            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
30960            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
30961            ! ext/SDBM_File/SDBM_File.xs
30962 ____________________________________________________________________________
30963 [  8836] By: jhi                                   on 2001/02/18  22:11:20
30964         Log: Misapplied regex optimizations when \C is present.
30965              Fixes 20001230.002.
30966              
30967              What still remains broken is that the submatches that
30968              have \C in them get their UTF8 flag on because their
30969              parent SV has it on.  This will result in malformed
30970              UTF8 if a \C happened to match a non-ASCII byte.
30971      Branch: perl
30972            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
30973            ! t/pragma/utf8.t
30974 ____________________________________________________________________________
30975 [  8835] By: jhi                                   on 2001/02/18  20:12:02
30976         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
30977              
30978              The hash key got wrongly UTF8fied.
30979      Branch: perl
30980            ! pod/perlapi.pod toke.c utf8.c
30981 ____________________________________________________________________________
30982 [  8834] By: jhi                                   on 2001/02/18  19:44:25
30983         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
30984              don't warn on magical or overloaded things.
30985      Branch: perl
30986            ! pp_hot.c
30987 ____________________________________________________________________________
30988 [  8833] By: nick                                  on 2001/02/18  19:31:22
30989         Log: Integrate mainline
30990      Branch: perlio
30991           +> t/TestInit.pm t/run/runenv.t
30992            - t/UTEST
30993           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
30994           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
30995           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
30996           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
30997           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
30998           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
30999           !> utf8.c
31000 ____________________________________________________________________________
31001 [  8832] By: jhi                                   on 2001/02/18  19:21:18
31002         Log: Integrate perlio.
31003      Branch: perl
31004           !> perlio.c pod/perldiag.pod
31005 ____________________________________________________________________________
31006 [  8831] By: jhi                                   on 2001/02/18  19:14:20
31007         Log: Integrate change #8827 from mainline.
31008              
31009              UTF8 tweaks.
31010      Branch: maint-5.6/perl
31011           !> sv.c utf8.c
31012 ____________________________________________________________________________
31013 [  8830] By: nick                                  on 2001/02/18  19:10:34
31014         Log: Apply the spirit of patch from Nick Clark:
31015              Subject: [PATCH] Re: extensions that provide layers
31016              From: Nicholas Clark <nick@ccl4.org>
31017              Date: Mon, 12 Feb 2001 16:43:51 +0000
31018              Message-Id: <20010212164350.Q3652@plum.flirble.org>
31019      Branch: perlio
31020            ! perlio.c pod/perldiag.pod
31021 ____________________________________________________________________________
31022 [  8829] By: jhi                                   on 2001/02/18  19:03:25
31023         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
31024              From: schwern@pobox.com 
31025              Date: Sun, 18 Feb 2001 13:44:35 -0500
31026              Message-ID: <20010218134435.A17544@magnonel.guild.net>
31027              
31028              Applied, but as t/TestInit.pm.
31029      Branch: perl
31030            + t/TestInit.pm
31031            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
31032            ! t/op/subst_wamp.t
31033 ____________________________________________________________________________
31034 [  8828] By: jhi                                   on 2001/02/18  18:43:52
31035         Log: Integrate perlio.
31036      Branch: perl
31037           !> perlio.c
31038 ____________________________________________________________________________
31039 [  8827] By: jhi                                   on 2001/02/18  18:41:33
31040         Log: UTF-8 tweaks.
31041      Branch: perl
31042            ! sv.c utf8.c
31043 ____________________________________________________________________________
31044 [  8826] By: nick                                  on 2001/02/18  17:40:59
31045         Log: Fix [ID 20010217.002]
31046              open FOO, "<:raw:perlio", ...
31047              :raw now inserts default base layer below itself.
31048              Also
31049              open FOO, "<:unix", ...
31050              works as well - but leaves buffer layer on stack under the unix layer.
31051      Branch: perlio
31052            ! perlio.c
31053 ____________________________________________________________________________
31054 [  8825] By: jhi                                   on 2001/02/18  17:15:39
31055         Log: Integrate perlio.
31056      Branch: perl
31057           !> perlio.c perliol.h
31058 ____________________________________________________________________________
31059 [  8824] By: jhi                                   on 2001/02/18  17:10:53
31060         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
31061              From: schwern@pobox.com
31062              Date: Sun, 18 Feb 2001 01:48:50 -0500
31063              Message-ID: <20010218014850.C19957@magnonel.guild.net>
31064      Branch: perl
31065            ! lib/Test/Harness.pm t/TEST t/op/chop.t
31066 ____________________________________________________________________________
31067 [  8823] By: jhi                                   on 2001/02/18  17:01:06
31068         Log: Add run/*.t to testables.
31069      Branch: perl
31070            ! t/TEST
31071 ____________________________________________________________________________
31072 [  8822] By: jhi                                   on 2001/02/18  16:58:58
31073         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
31074              From: schwern@pobox.com
31075              Date: Sun, 18 Feb 2001 01:11:35 -0500
31076              Message-ID: <20010218011135.A19957@magnonel.guild.net>
31077              
31078              Revive mjd's and Simon's PERL5OPT fix.
31079      Branch: perl
31080            + t/run/runenv.t
31081            ! MANIFEST perl.c
31082 ____________________________________________________________________________
31083 [  8821] By: jhi                                   on 2001/02/18  16:53:46
31084         Log: Subject: Re: Why t/TEST and not Test::Harness?
31085              From: schwern@pobox.com
31086              Date: Sat, 17 Feb 2001 22:44:44 -0500
31087              Message-ID: <20010217224444.A6679@magnonel.guild.net>
31088              
31089              Replace UTEST with TEST -utf8.
31090      Branch: perl
31091            - t/UTEST
31092            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
31093            ! t/lib/glob-basic.t
31094 ____________________________________________________________________________
31095 [  8820] By: nick                                  on 2001/02/18  13:06:16
31096         Log: Clean up a few core dumps when layers are used in unexpected ways.
31097              (Still not "right"...)
31098      Branch: perlio
31099            ! perlio.c perliol.h
31100 ____________________________________________________________________________
31101 [  8819] By: jhi                                   on 2001/02/18  02:25:55
31102         Log: Integrate change #8818 from maintperl, a FAQ nit.
31103      Branch: perl
31104           !> pod/perlfaq4.pod
31105 ____________________________________________________________________________
31106 [  8818] By: jhi                                   on 2001/02/18  02:24:50
31107         Log: FAQ nit from Chris Fedde.
31108      Branch: maint-5.6/perl
31109            ! pod/perlfaq4.pod
31110 ____________________________________________________________________________
31111 [  8817] By: nick                                  on 2001/02/17  18:20:14
31112         Log: Integrate mainline
31113      Branch: perlio
31114           +> lib/unicode/UCD.html lib/unicode/Unicode.html
31115           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
31116           +> pod/perlclib.pod
31117            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
31118            - lib/unicode/Unicode.301
31119           !> (integrate 324 files)
31120 ____________________________________________________________________________
31121 [  8816] By: jhi                                   on 2001/02/17  16:56:58
31122         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
31123      Branch: perl
31124            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
31125            ! ext/Storable/Storable.xs t/lib/st-06compat.t
31126            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
31127 ____________________________________________________________________________
31128 [  8815] By: jhi                                   on 2001/02/17  16:40:07
31129         Log: Subject: [patch] -Wall
31130              From: Doug MacEachern <dougm@covalent.net>
31131              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
31132              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
31133      Branch: perl
31134            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
31135            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
31136 ____________________________________________________________________________
31137 [  8814] By: jhi                                   on 2001/02/16  19:27:18
31138         Log: Document qu better.
31139      Branch: perl
31140            ! pod/perlop.pod
31141 ____________________________________________________________________________
31142 [  8813] By: jhi                                   on 2001/02/15  13:54:37
31143         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
31144              From: Hugo <hv@crypt.compulink.co.uk>
31145              Date: Thu, 15 Feb 2001 13:39:49 +0000
31146              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
31147      Branch: perl
31148            ! toke.c
31149 ____________________________________________________________________________
31150 [  8812] By: alanbur                               on 2001/02/15  13:52:16
31151         Log: Resynchronised with parent
31152      Branch: maint-5.6/pureperl
31153            - ebcdic.c
31154           !> (integrate 36 files)
31155 ____________________________________________________________________________
31156 [  8811] By: jhi                                   on 2001/02/15  13:51:16
31157         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
31158              
31159              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
31160              From: Jan Dubois <JanD@ActiveState.com>
31161              Date: Wed, 31 Jan 2001 21:17:03 -0800
31162              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
31163              
31164              tweak change#8659 to keep it simple
31165              
31166              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
31167              From: Russ Allbery <rra@stanford.edu>
31168              Date: 14 Feb 2001 10:15:41 -0800
31169              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
31170              
31171              (8809 empty)
31172
31173              Upgrade to podlators 1.08, from Russ Allbery.
31174      Branch: perl
31175           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
31176           !> utils/perldoc.PL
31177 ____________________________________________________________________________
31178 [  8810] By: jhi                                   on 2001/02/15  13:35:08
31179         Log: Upgrade to podlators 1.08, from Russ Allbery.
31180      Branch: maint-5.6/perl
31181            ! lib/Pod/Man.pm lib/Pod/Text.pm
31182 ____________________________________________________________________________
31183 [  8809] By: jhi                                   on 2001/02/15  13:26:38
31184         Log: (accidentally empty check-in)
31185      Branch: maint-5.6/perl
31186            ! lib/Test/Harness.pm
31187 ____________________________________________________________________________
31188 [  8808] By: jhi                                   on 2001/02/15  13:23:47
31189         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
31190              From: Russ Allbery <rra@stanford.edu>
31191              Date: 14 Feb 2001 10:15:41 -0800
31192              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
31193              
31194              perldoc was hardcoding $Config{installscript}, which breaks
31195              when install* isn't where Perl ends up (such as with AFS).
31196              
31197              Use $Config{scriptdir} instead.
31198      Branch: maint-5.6/perl
31199            ! utils/perldoc.PL
31200 ____________________________________________________________________________
31201 [  8807] By: jhi                                   on 2001/02/14  14:37:27
31202         Log: Update Changes.
31203      Branch: perl
31204            ! Changes patchlevel.h
31205 ____________________________________________________________________________
31206 [  8806] By: jhi                                   on 2001/02/14  14:25:31
31207         Log: Integrate changes #8803,8804,8805 from mainline.
31208              
31209              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
31210              
31211              Don't skip too much of the locale error message if no environ array,
31212              from Chris Nandor.
31213              
31214              More MacOS Classic fixes from Chris Nandor.
31215      Branch: maint-5.6/perl
31216           !> doop.c lib/Cwd.pm perl.c perl.h util.c
31217 ____________________________________________________________________________
31218 [  8805] By: jhi                                   on 2001/02/14  03:29:01
31219         Log: More MacOS Classic fixes from Chris Nandor.
31220      Branch: perl
31221            ! doop.c lib/Cwd.pm
31222 ____________________________________________________________________________
31223 [  8804] By: jhi                                   on 2001/02/14  03:18:35
31224         Log: Don't skip too much of the locale error message if no environ array,
31225              from Chris Nandor.
31226      Branch: perl
31227            ! util.c
31228 ____________________________________________________________________________
31229 [  8803] By: jhi                                   on 2001/02/14  03:14:14
31230         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
31231      Branch: perl
31232            ! perl.c perl.h
31233 ____________________________________________________________________________
31234 [  8802] By: jhi                                   on 2001/02/13  18:31:33
31235         Log: AUTHORS update.
31236      Branch: perl
31237            ! AUTHORS
31238 ____________________________________________________________________________
31239 [  8801] By: jhi                                   on 2001/02/13  17:55:19
31240         Log: Integrate change #8792 from mainline.
31241              
31242              Subject: buncha MacPerl patches for bleadperl
31243              From: Chris Nandor <pudge@pobox.com>
31244              Date: Tue, 13 Feb 2001 00:02:43 -0500
31245              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
31246      Branch: maint-5.6/perl
31247           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
31248           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
31249           !> t/lib/basename.t toke.c util.h
31250 ____________________________________________________________________________
31251 [  8800] By: jhi                                   on 2001/02/13  17:46:43
31252         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
31253              to be forced to Off_t.
31254              
31255              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
31256              From: nick@ccl4.org
31257              Date: Thu, 1 Feb 2001 12:01:04 +0000
31258              Message-Id: <20010201120103.E11401@plum.flirble.org>
31259      Branch: maint-5.6/perl
31260            ! iperlsys.h perlio.c
31261 ____________________________________________________________________________
31262 [  8799] By: jhi                                   on 2001/02/13  16:52:51
31263         Log: Duplex duplex hunk hunk.
31264      Branch: maint-5.6/perl
31265            ! Makefile.SH
31266 ____________________________________________________________________________
31267 [  8797] By: jhi                                   on 2001/02/13  14:52:04
31268         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
31269              From: "Craig A. Berry" <craigberry@mac.com>
31270              Date: Mon, 12 Feb 2001 11:05:25 -0600
31271              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
31272      Branch: perl
31273            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
31274 ____________________________________________________________________________
31275 [  8796] By: jhi                                   on 2001/02/13  14:36:47
31276         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
31277              From: simon.cozens@pembroke.oxford.ac.uk 
31278              Date: Sat, 10 Feb 2001 17:57:02 +0000
31279              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
31280              
31281              Now it does include.
31282      Branch: perl
31283            ! pod/perldiag.pod
31284 ____________________________________________________________________________
31285 [  8795] By: jhi                                   on 2001/02/13  14:30:11
31286         Log: Sort the MANIFEST.
31287      Branch: perl
31288            ! MANIFEST
31289 ____________________________________________________________________________
31290 [  8794] By: jhi                                   on 2001/02/13  14:26:51
31291         Log: Integrate change #8793 from mainline, FAQ updates.
31292      Branch: maint-5.6/perl
31293           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
31294 ____________________________________________________________________________
31295 [  8793] By: jhi                                   on 2001/02/13  14:25:13
31296         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
31297      Branch: perl
31298            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
31299 ____________________________________________________________________________
31300 [  8792] By: jhi                                   on 2001/02/13  14:22:50
31301         Log: Subject: buncha MacPerl patches for bleadperl
31302              From: Chris Nandor <pudge@pobox.com>
31303              Date: Tue, 13 Feb 2001 00:02:43 -0500
31304              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
31305      Branch: perl
31306            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
31307            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
31308            ! t/lib/basename.t toke.c util.h
31309 ____________________________________________________________________________
31310 [  8791] By: jhi                                   on 2001/02/13  14:10:39
31311         Log: Integrate change #8790 from mainline.
31312              
31313              environ array wrongly assumed in Perl_init_i18nl10n(),
31314      Branch: maint-5.6/perl
31315           !> util.c
31316 ____________________________________________________________________________
31317 [  8790] By: jhi                                   on 2001/02/13  14:06:15
31318         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
31319              noticed by Chris Nandor in MacOS Classic.
31320      Branch: perl
31321            ! util.c
31322 ____________________________________________________________________________
31323 [  8789] By: jhi                                   on 2001/02/13  13:58:07
31324         Log: Integrate changes #8373,8487,8544,8783 from mainline.
31325              
31326              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
31327              hints files, the dynaloading, assimilate ebcdic into util.c.
31328      Branch: maint-5.6/perl
31329            - ebcdic.c
31330            ! MANIFEST hints/posix-bc.sh
31331           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
31332           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
31333           !> perlapi.c proto.h util.c
31334 ____________________________________________________________________________
31335 [  8788] By: alanbur                               on 2001/02/13  10:33:13
31336         Log: Integrated changes from maint-5.6
31337      Branch: maint-5.6/pureperl
31338           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
31339           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
31340           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
31341           !> vos/config.ga.h vos/configure_perl.cm
31342 ____________________________________________________________________________
31343 [  8787] By: jhi                                   on 2001/02/13  05:56:36
31344         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
31345      Branch: perl
31346           !> Makefile.SH
31347 ____________________________________________________________________________
31348 [  8786] By: jhi                                   on 2001/02/13  05:54:34
31349         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
31350              From: Dorner Thomas <Thomas.Dorner@start.de>
31351              Date: Mon, 12 Feb 2001 15:06:26 +0100
31352              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
31353      Branch: maint-5.6/perl
31354            ! Makefile.SH
31355 ____________________________________________________________________________
31356 [  8785] By: jhi                                   on 2001/02/13  05:29:04
31357         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
31358      Branch: perl
31359           !> hints/openbsd.sh
31360 ____________________________________________________________________________
31361 [  8784] By: jhi                                   on 2001/02/13  02:25:24
31362         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
31363              From: Peter Prymmer <pvhp@forte.com>
31364              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
31365              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
31366      Branch: perl
31367            ! pod/perlclib.pod
31368 ____________________________________________________________________________
31369 [  8783] By: jhi                                   on 2001/02/13  02:22:36
31370         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
31371      Branch: perl
31372            - ebcdic.c
31373            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
31374            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
31375            ! util.c
31376 ____________________________________________________________________________
31377 [  8782] By: jhi                                   on 2001/02/13  02:00:07
31378         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
31379      Branch: maint-5.6/perl
31380            ! pod/perlport.pod
31381 ____________________________________________________________________________
31382 [  8781] By: jhi                                   on 2001/02/13  01:58:44
31383         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
31384      Branch: maint-5.6/perl
31385            ! hints/openbsd.sh
31386 ____________________________________________________________________________
31387 [  8780] By: jhi                                   on 2001/02/13  01:57:33
31388         Log: Synchronize the regexp tests between maintperl and mainline.
31389      Branch: maint-5.6/perl
31390           !> t/op/re_tests
31391 ____________________________________________________________________________
31392 [  8779] By: jhi                                   on 2001/02/13  01:49:35
31393         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
31394              From: Hugo <hv@crypt.compulink.co.uk>
31395              Date: Tue, 13 Feb 2001 00:11:11 +0000
31396              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
31397      Branch: perl
31398            ! regcomp.c t/op/re_tests
31399 ____________________________________________________________________________
31400 [  8778] By: jhi                                   on 2001/02/13  00:23:10
31401         Log: Comments do not nest.
31402      Branch: perl
31403            ! perl.h
31404 ____________________________________________________________________________
31405 [  8777] By: jhi                                   on 2001/02/13  00:17:54
31406         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
31407              From: Hugo <hv@crypt.compulink.co.uk>
31408              Date: Tue, 13 Feb 2001 00:11:11 +0000
31409              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
31410      Branch: maint-5.6/perl
31411            ! regcomp.c t/op/re_tests
31412 ____________________________________________________________________________
31413 [  8776] By: jhi                                   on 2001/02/12  23:25:52
31414         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
31415      Branch: maint-5.6/perl
31416            ! pod/perlport.pod
31417 ____________________________________________________________________________
31418 [  8775] By: jhi                                   on 2001/02/12  23:04:28
31419         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
31420      Branch: maint-5.6/perl
31421            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
31422            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
31423            ! vos/configure_perl.cm
31424 ____________________________________________________________________________
31425 [  8774] By: jhi                                   on 2001/02/12  22:59:11
31426         Log: Subject: Re: [patch] context for 'U' magic functions
31427              From: Doug MacEachern <dougm@covalent.net>
31428              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
31429              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
31430              
31431              plus the suggestion by Nick Ing-Simmons to name the macro
31432              as PERL_MG_UFUNC to avoid namespace pollution, plus add
31433              the advice by Doug for XS writers to perl.h
31434      Branch: perl
31435            ! mg.c perl.h
31436 ____________________________________________________________________________
31437 [  8773] By: jhi                                   on 2001/02/11  20:14:12
31438         Log: Update Changes.
31439      Branch: perl
31440            ! Changes patchlevel.h
31441 ____________________________________________________________________________
31442 [  8772] By: jhi                                   on 2001/02/11  18:47:52
31443         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
31444              From: Simon Cozens <simon@cozens.net>
31445              Date: Wed, 31 Jan 2001 16:31:43 +0000
31446              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
31447      Branch: perl
31448            + pod/perlclib.pod
31449            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
31450            ! pod/perltoc.pod
31451 ____________________________________________________________________________
31452 [  8771] By: jhi                                   on 2001/02/11  18:36:48
31453         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
31454              
31455              Blocks-4d3.beta.txt
31456              CaseFolding-3d4.beta.txt
31457              CompositionExclusions-3d6.beta.txt
31458              EastAsianWidth-4d4.beta.txt
31459              LineBreak-6d3.beta.txt
31460              NamesList-3.1.0d1.beta.txt
31461              PropList-3.1.0d4.beta.txt
31462              SpecialCasing-4d1.beta.txt
31463              UnicodeData-3.1.0d6.beta.txt
31464      Branch: perl
31465            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
31466           +> lib/unicode/UCD.html lib/unicode/Unicode.html
31467            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
31468            - lib/unicode/Unicode.301
31469            ! (edit 257 files)
31470 ____________________________________________________________________________
31471 [  8770] By: jhi                                   on 2001/02/11  17:26:22
31472         Log: UTF-8 documentation.
31473      Branch: perl
31474            ! utf8.h
31475 ____________________________________________________________________________
31476 [  8769] By: jhi                                   on 2001/02/11  17:12:49
31477         Log: Retract #8762.
31478      Branch: perl
31479            ! regexec.c
31480 ____________________________________________________________________________
31481 [  8768] By: jhi                                   on 2001/02/11  16:54:45
31482         Log: Subject: [PATCH] Test::Harness
31483              From: andreas.koenig@anima.de (Andreas J. Koenig)
31484              Date: 11 Feb 2001 14:37:00 +0100
31485              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
31486      Branch: perl
31487            ! lib/Test/Harness.pm
31488 ____________________________________________________________________________
31489 [  8767] By: jhi                                   on 2001/02/11  16:53:52
31490         Log: Subject: [PATCH] Document makepatch in Porting/patching
31491              From: andreas.koenig@anima.de (Andreas J. Koenig)
31492              Date: 11 Feb 2001 16:46:28 +0100
31493              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
31494      Branch: perl
31495            ! Porting/patching.pod
31496 ____________________________________________________________________________
31497 [  8766] By: jhi                                   on 2001/02/11  06:30:23
31498         Log: Subject: Re: [patch] GvSHARED
31499              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
31500              From: Doug MacEachern <dougm@covalent.net>
31501              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
31502              
31503              Subject: Re: [patch] GvSHARED
31504              From: Doug MacEachern <dougm@covalent.net>
31505              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
31506              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
31507              
31508              Subject: [patch] attributes.pm support for `shared'
31509              From: Doug MacEachern <dougm@covalent.net>
31510              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
31511              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
31512              
31513              our() attributes were ignored, our :shared pieces missing,
31514              allow attributes.pm to turn on shared.
31515      Branch: perl
31516            ! op.c t/op/attrs.t toke.c xsutils.c
31517 ____________________________________________________________________________
31518 [  8765] By: alanbur                               on 2001/02/10  23:11:19
31519         Log: Resync with parent (hopefully sucessfully this time)
31520      Branch: maint-5.6/pureperl
31521           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
31522           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
31523           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
31524           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
31525           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
31526           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
31527           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
31528 ____________________________________________________________________________
31529 [  8764] By: jhi                                   on 2001/02/10  22:54:38
31530         Log: Make TEST and UTEST more verbose in case something goes
31531              wrong in running/compiling a script, suggested by Doug
31532              MacEachern.
31533      Branch: perl
31534            ! t/TEST t/UTEST
31535 ____________________________________________________________________________
31536 [  8763] By: jhi                                   on 2001/02/10  22:11:34
31537         Log: Bogus shebang.
31538      Branch: perl
31539            ! t/lib/texttabs.t
31540 ____________________________________________________________________________
31541 [  8762] By: jhi                                   on 2001/02/10  21:56:02
31542         Log: (Retracted by #8769)
31543      Branch: perl
31544            ! regexec.c
31545 ____________________________________________________________________________
31546 [  8761] By: jhi                                   on 2001/02/10  21:26:15
31547         Log: Subject: Re: [patch] GvSHARED 
31548              From: Doug MacEachern <dougm@covalent.net>
31549              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
31550              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
31551              
31552              our @EXPORT : shared = (...);
31553      Branch: perl
31554            ! toke.c
31555 ____________________________________________________________________________
31556 [  8760] By: jhi                                   on 2001/02/10  21:25:07
31557         Log: Subject: [patch] GvSHARED
31558              From: Doug MacEachern <dougm@covalent.net>
31559              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
31560              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
31561      Branch: perl
31562            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
31563 ____________________________________________________________________________
31564 [  8759] By: alanbur                               on 2001/02/10  21:24:27
31565         Log: Backed out mismerge.
31566      Branch: maint-5.6/pureperl
31567            ! MANIFEST README.hpux README.vmesa gv.c installhtml
31568            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
31569            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
31570            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
31571            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
31572            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
31573            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
31574 ____________________________________________________________________________
31575 [  8758] By: jhi                                   on 2001/02/10  18:01:17
31576         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
31577              
31578              Fixed UMRs and leak in Perl_pmtrans()
31579              
31580              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
31581              associated UTFied tr/// code.  Also fixed scoping leak of
31582              PL_reg_start_tmp.
31583              
31584              newATTRSUB leaks when an attempt to redefine the active sort sub is
31585              made.
31586      Branch: maint-5.6/perl
31587           !> op.c regcomp.c
31588 ____________________________________________________________________________
31589 [  8757] By: alanbur                               on 2001/02/10  17:56:46
31590         Log: Resynchronised with parent
31591      Branch: maint-5.6/pureperl
31592           +> README.bs2000
31593            - README.posix-bc
31594            ! gv.c perl.c sv.c
31595           !> MANIFEST README.hpux README.vmesa installhtml
31596           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
31597           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
31598           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
31599           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
31600           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
31601           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
31602 ____________________________________________________________________________
31603 [  8756] By: alanbur                               on 2001/02/10  17:51:15
31604         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
31605              made.
31606      Branch: maint-5.6/pureperl
31607            ! op.c
31608 ____________________________________________________________________________
31609 [  8755] By: jhi                                   on 2001/02/09  22:41:35
31610         Log: Upgrade to CPAN 1.59_54, from Andreas König.
31611      Branch: perl
31612            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
31613 ____________________________________________________________________________
31614 [  8754] By: jhi                                   on 2001/02/09  22:29:20
31615         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
31616              
31617              Didn't upgrade the fill.t since it has a dependency to File::Slurp
31618              purely for debugging purposes, the actual test hasn't changed.
31619      Branch: perl
31620            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
31621            ! t/lib/textwrap.t
31622 ____________________________________________________________________________
31623 [  8753] By: jhi                                   on 2001/02/09  20:17:50
31624         Log: Integrate change #8682 from maintperl.
31625              
31626              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
31627              to work correctly.
31628      Branch: perl
31629           !> hints/irix_6.sh
31630 ____________________________________________________________________________
31631 [  8752] By: jhi                                   on 2001/02/09  20:00:46
31632         Log: Update Changes.
31633      Branch: perl
31634            ! Changes patchlevel.h
31635 ____________________________________________________________________________
31636 [  8751] By: nick                                  on 2001/02/09  19:48:37
31637         Log: Integrate mainline
31638      Branch: perlio
31639           +> README.bs2000 t/lib/cgi-esc.t
31640            - README.posix-bc
31641           !> (integrate 53 files)
31642 ____________________________________________________________________________
31643 [  8750] By: nick                                  on 2001/02/09  19:25:16
31644         Log: Subject: RE: Biannual Competition to Improve Hashing Function
31645              From: Fisher Mark <fisherm@tce.com>
31646              Date: Thu, 8 Feb 2001 10:44:00 -0500
31647              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
31648              Date: Thu, 8 Feb 2001 15:02:47 -0500
31649              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
31650      Branch: perl
31651            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
31652 ____________________________________________________________________________
31653 [  8749] By: jhi                                   on 2001/02/09  19:02:35
31654         Log: Forgotten fragment.
31655      Branch: perl
31656            ! pod/perlapi.pod
31657 ____________________________________________________________________________
31658 [  8748] By: jhi                                   on 2001/02/09  18:31:34
31659         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
31660              plus manual tweakage.
31661              
31662              Sync the perlfaq2 between mainline and maintperl.
31663      Branch: maint-5.6/perl
31664            ! pod/perlfaq2.pod
31665      Branch: perl
31666           !> pod/perlfaq2.pod
31667 ____________________________________________________________________________
31668 [  8747] By: jhi                                   on 2001/02/09  18:12:04
31669         Log: Subject: versiononly and installperl
31670              From: abigail@foad.org
31671              Date: Wed, 7 Feb 2001 22:43:12 +0100
31672              Message-ID: <20010207214312.7045.qmail@foad.org>    
31673              
31674              Add +v flag to force a normal install of the perl binary
31675              and the utilities.
31676              
31677              Subject: [PATCH] installperl
31678              From: Nicholas Clark <nick@ccl4.org>
31679              Date: Fri, 9 Feb 2001 16:28:57 +0000
31680              Message-ID: <20010209162857.B10931@plum.flirble.org>
31681              
31682              Add -A flag which also hardlinks the binary with
31683              the full architecture name.
31684      Branch: perl
31685            ! installperl
31686 ____________________________________________________________________________
31687 [  8746] By: jhi                                   on 2001/02/09  18:03:43
31688         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
31689              
31690              Subject: perlfaq2, re: perlmongers
31691              
31692              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
31693              
31694              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
31695              
31696              Subject: [ID 20010205.001] typo in perlfaq9
31697              
31698              Subject: [ID 20010208.002] unordered explanation in perlcall
31699      Branch: maint-5.6/perl
31700           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
31701           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
31702           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
31703 ____________________________________________________________________________
31704 [  8745] By: jhi                                   on 2001/02/09  17:59:09
31705         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
31706              From: abela@geneanet.org
31707              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
31708              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
31709      Branch: perl
31710            ! pod/perlcall.pod
31711 ____________________________________________________________________________
31712 [  8744] By: jhi                                   on 2001/02/09  17:48:16
31713         Log: Subject: [ID 20010205.001] typo in perlfaq9
31714              From: eserte@vran.herceg.de
31715              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
31716              Message-Id: <200102042244.XAA21926@vran.herceg.de>
31717      Branch: perl
31718            ! pod/perlfaq9.pod
31719 ____________________________________________________________________________
31720 [  8743] By: jhi                                   on 2001/02/09  17:25:12
31721         Log: Integrate change #8695 from maintperl.
31722              
31723              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
31724      Branch: perl
31725           !> thread.h
31726 ____________________________________________________________________________
31727 [  8742] By: jhi                                   on 2001/02/09  17:21:22
31728         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
31729              From: Andy Dougherty <doughera@lafayette.edu>
31730              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
31731              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
31732      Branch: perl
31733            ! embed.pl
31734 ____________________________________________________________________________
31735 [  8741] By: jhi                                   on 2001/02/09  17:05:19
31736         Log: Integrate changes #8738,8739,8740 from maintperl.
31737              
31738              Html files will be installed in a more logical and easier to
31739              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
31740              
31741              Html files will be generated with a header to make them look
31742              a little less bare.
31743              
31744              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
31745      Branch: perl
31746           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
31747 ____________________________________________________________________________
31748 [  8740] By: jhi                                   on 2001/02/09  17:03:46
31749         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
31750              From: "Brendan O'Dea" <bod@compusol.com.au>
31751              Date: Sun, 4 Feb 2001 11:17:56 +1100
31752              Message-ID: <20010204111756.A16301@compusol.com.au>
31753      Branch: maint-5.6/perl
31754            ! pod/perlfaq3.pod
31755 ____________________________________________________________________________
31756 [  8739] By: jhi                                   on 2001/02/09  17:01:59
31757         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
31758              From: "Indy Singh" <indy@nusphere.com>
31759              Date: Fri, 2 Feb 2001 15:09:59 -0500
31760              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
31761              
31762              Html files will be generated with a header to make them look
31763              a little less bare.
31764      Branch: maint-5.6/perl
31765            ! installhtml
31766 ____________________________________________________________________________
31767 [  8738] By: jhi                                   on 2001/02/09  16:58:48
31768         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
31769              From: "Indy Singh" <indy@nusphere.com>
31770              Date: Fri, 2 Feb 2001 15:08:23 -0500
31771              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
31772              
31773              Html files will be installed in a more logical and easier to
31774              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
31775      Branch: maint-5.6/perl
31776            ! win32/Makefile win32/makefile.mk
31777 ____________________________________________________________________________
31778 [  8737] By: jhi                                   on 2001/02/09  16:46:54
31779         Log: Integrate changes #8687,8736 from maintperl.
31780              
31781              HP-UX thread patches from Merijn H. Brand.
31782              
31783              Latin nit from Philip Newton.
31784      Branch: perl
31785           !> README.hpux hints/hpux.sh
31786 ____________________________________________________________________________
31787 [  8736] By: jhi                                   on 2001/02/09  16:42:31
31788         Log: Latin nit from Philip Newton.
31789      Branch: maint-5.6/perl
31790            ! README.hpux
31791 ____________________________________________________________________________
31792 [  8735] By: jhi                                   on 2001/02/09  16:24:03
31793         Log: Integrate changes #8704,8710 from pureperl.
31794              
31795              Fixed UMRs and leak in Perl_pmtrans()
31796              
31797              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
31798              associated UTFied tr/// code.  Also fixed scoping leak of
31799              PL_reg_start_tmp.
31800      Branch: perl
31801           !> op.c regcomp.c
31802 ____________________________________________________________________________
31803 [  8734] By: jhi                                   on 2001/02/09  15:40:21
31804         Log: Integrate change #8733 from maintperl.
31805              
31806              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
31807      Branch: perl
31808           !> pod/perlre.pod
31809 ____________________________________________________________________________
31810 [  8733] By: jhi                                   on 2001/02/09  15:35:47
31811         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
31812              From: Prymmer/Kahn <pvhp@best.com>
31813              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
31814              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
31815      Branch: maint-5.6/perl
31816            ! pod/perlre.pod
31817 ____________________________________________________________________________
31818 [  8732] By: jhi                                   on 2001/02/09  15:26:17
31819         Log: Rename README.posix-bc to README.bs2000 (to avoid the
31820              confusion of a "perlposix-bc.pod"), add a few missing
31821              arch pods, regen toc.
31822      Branch: maint-5.6/perl
31823           +> README.bs2000
31824            - README.posix-bc
31825            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
31826            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
31827 ____________________________________________________________________________
31828 [  8731] By: jhi                                   on 2001/02/09  15:23:39
31829         Log: De-cut-and-pasto.
31830      Branch: perl
31831            ! pod/perl.pod
31832 ____________________________________________________________________________
31833 [  8730] By: jhi                                   on 2001/02/09  15:11:13
31834         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
31835              when people think that perlposix-bc.pod tells anything about
31836              Perl and POSIX.  Regen toc.
31837      Branch: perl
31838           +> README.bs2000
31839            - README.posix-bc
31840            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
31841            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
31842 ____________________________________________________________________________
31843 [  8729] By: jhi                                   on 2001/02/09  14:52:28
31844         Log: The README.vmesa part of #8712 from maintperl.
31845      Branch: perl
31846            ! README.vmesa
31847 ____________________________________________________________________________
31848 [  8728] By: jhi                                   on 2001/02/09  14:46:06
31849         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
31850              From: Peter Prymmer <pvhp@forte.com>
31851              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
31852              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
31853      Branch: maint-5.6/perl
31854            ! README.vmesa win32/Makefile win32/makefile.mk
31855 ____________________________________________________________________________
31856 [  8727] By: jhi                                   on 2001/02/09  14:33:25
31857         Log: Integrate change #8712 from mainline.
31858              
31859              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
31860      Branch: maint-5.6/perl
31861           !> lib/Pod/Find.pm
31862 ____________________________________________________________________________
31863 [  8726] By: jhi                                   on 2001/02/09  14:30:28
31864         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
31865              From: Peter Prymmer <pvhp@forte.com>
31866              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
31867              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
31868      Branch: perl
31869            + t/lib/cgi-esc.t
31870            ! MANIFEST lib/CGI/Util.pm
31871 ____________________________________________________________________________
31872 [  8725] By: jhi                                   on 2001/02/09  04:56:47
31873         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
31874      Branch: maint-5.6/perl
31875            ! pod/perlport.pod
31876 ____________________________________________________________________________
31877 [  8724] By: jhi                                   on 2001/02/09  04:40:59
31878         Log: Integrate changes 7819,7820 from vmsperl into mainline.
31879              
31880              Add header for LIB$ prototypes (C. Berry)
31881              
31882              Convert fwrite()s to sockets to write()s, since some socket stacks
31883              don't take kindly to stdio.
31884              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
31885              (for often optional LNMs)
31886              Correct a few typos
31887              (C. Bailey)
31888      Branch: perl
31889           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
31890 ____________________________________________________________________________
31891 [  8723] By: jhi                                   on 2001/02/09  03:29:29
31892         Log: Integrate change #8722 from mainline.
31893              
31894              The Im() function wasn't returning zero for non-Math::Complex
31895              arguments.  The bug reported by John Gamble.
31896      Branch: maint-5.6/perl
31897           !> lib/Math/Complex.pm
31898 ____________________________________________________________________________
31899 [  8722] By: jhi                                   on 2001/02/09  03:28:33
31900         Log: The Im() function wasn't returning zero for non-Math::Complex
31901              arguments.  The bug reported by John Gamble.
31902      Branch: perl
31903            ! lib/Math/Complex.pm
31904 ____________________________________________________________________________
31905 [  8721] By: nick                                  on 2001/02/08  22:11:35
31906         Log: Correct the correction :-(
31907      Branch: perl
31908            ! perl.c
31909 ____________________________________________________________________________
31910 [  8720] By: bailey                                on 2001/02/08  20:59:22
31911         Log: Convert frwite()s to sockets to write()s, since some socket stacks
31912              don't take kindly to stdio.
31913              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
31914              (for often optional LNMs)
31915              Correct a few typos
31916              (C. Bailey)
31917      Branch: vmsperl
31918            ! vms/vms.c vms/vmsish.h
31919 ____________________________________________________________________________
31920 [  8719] By: bailey                                on 2001/02/08  20:51:02
31921         Log: Add header for LIB$ prototypes (C. Berry)
31922      Branch: vmsperl
31923            ! ext/Devel/DProf/DProf.xs
31924 ____________________________________________________________________________
31925 [  8718] By: bailey                                on 2001/02/08  20:49:00
31926         Log: SYN SYN
31927      Branch: vmsperl
31928           +> pod/perliol.pod t/lib/sample-tests/bailout
31929           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
31930           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
31931           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
31932           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
31933           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
31934           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
31935            - lib/unicode/Is/DCinital.pl
31936           !> (integrate 101 files)
31937 ____________________________________________________________________________
31938 [  8717] By: nick                                  on 2001/02/08  19:38:48
31939         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
31940              From: Robin Barker <rmb1@cise.npl.co.uk>
31941              Date: Thu, 8 Feb 2001 14:38:07 GMT
31942              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
31943      Branch: perl
31944            ! lib/CPAN.pm
31945 ____________________________________________________________________________
31946 [  8716] By: nick                                  on 2001/02/08  19:29:07
31947         Log: Generated files form 8713 etc.
31948      Branch: perl
31949            ! embed.h global.sym objXSUB.h perlapi.c proto.h
31950 ____________________________________________________________________________
31951 [  8715] By: nick                                  on 2001/02/08  19:26:08
31952         Log: Fixup non-ithread build after 8713
31953      Branch: perl
31954            ! perl.c
31955 ____________________________________________________________________________
31956 [  8714] By: nick                                  on 2001/02/08  19:17:45
31957         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
31958              From: nick@ccl4.org
31959              Date: Wed, 7 Feb 2001 00:27:47 +0000
31960              Message-Id: <20010207002747.B63724@plum.flirble.org>
31961      Branch: perl
31962            ! sv.c toke.c
31963 ____________________________________________________________________________
31964 [  8713] By: nick                                  on 2001/02/08  19:15:58
31965         Log: Subject: Re: [patch] Re: PL_ptr_table
31966              From: Doug Maceachern <dougm@covalent.net>
31967              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
31968              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
31969      Branch: perl
31970            ! embed.pl perl.c sv.c sv.h
31971 ____________________________________________________________________________
31972 [  8712] By: nick                                  on 2001/02/08  19:12:47
31973         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
31974              From: Peter Prymmer <pvhp@forte.com>
31975              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
31976              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
31977      Branch: perl
31978            ! lib/Pod/Find.pm
31979 ____________________________________________________________________________
31980 [  8711] By: nick                                  on 2001/02/07  21:06:11
31981         Log: Manually appliued version for dev branch of Alan/Sarathy 5.6 patch.
31982              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
31983              From: Alan Burlison <Alan.Burlison@uk.sun.com>
31984              Date: Tue, 06 Feb 2001 23:37:01 +0000
31985              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
31986      Branch: perl
31987            ! regcomp.c
31988 ____________________________________________________________________________
31989 [  8710] By: alanbur                               on 2001/02/07  00:22:04
31990         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
31991              associated UTFied tr/// code.  Also fixed scoping leak of
31992              PL_reg_start_tmp.
31993      Branch: maint-5.6/pureperl
31994            ! op.c regcomp.c
31995 ____________________________________________________________________________
31996 [  8709] By: nick                                  on 2001/02/06  21:16:49
31997         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
31998              From: Michael G Schwern <schwern@pobox.com>
31999              Date: Sun, 4 Feb 2001 19:47:14 -0500
32000              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
32001      Branch: perl
32002            ! pod/perlapi.pod pod/perlmodlib.PL
32003 ____________________________________________________________________________
32004 [  8708] By: nick                                  on 2001/02/06  20:41:20
32005         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
32006              From: Michael G Schwern <schwern@pobox.com>
32007              Date: Sun, 4 Feb 2001 21:17:49 -0500
32008              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
32009      Branch: perl
32010            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
32011            ! pod/perltootc.pod
32012 ____________________________________________________________________________
32013 [  8707] By: nick                                  on 2001/02/06  20:29:11
32014         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
32015              From: Michael G Schwern <schwern@pobox.com>
32016              Date: Tue, 6 Feb 2001 05:54:30 -0500
32017              Message-Id: <20010206055430.A951@blackrider.aocn.com>
32018      Branch: perl
32019            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
32020 ____________________________________________________________________________
32021 [  8706] By: nick                                  on 2001/02/06  20:21:40
32022         Log: Subject: RE: some win32 fixes
32023              Date: Tue, 6 Feb 2001 09:23:20 +0300
32024              From: Vadim Konovalov <vkonovalov@lucent.com>
32025              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
32026      Branch: perl
32027            ! toke.c win32/Makefile win32/config.bc win32/config.gc
32028            ! win32/config.vc win32/config_H.bc win32/makefile.mk
32029 ____________________________________________________________________________
32030 [  8705] By: alanbur                               on 2001/02/06  15:00:03
32031         Log: Synchronised with parent
32032      Branch: maint-5.6/pureperl
32033            ! regexec.c
32034           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
32035           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
32036 ____________________________________________________________________________
32037 [  8704] By: alanbur                               on 2001/02/06  14:55:24
32038         Log: Fixed UMRs and leak in Perl_pmtrans()
32039      Branch: maint-5.6/pureperl
32040            ! op.c
32041 ____________________________________________________________________________
32042 [  8703] By: gsar                                  on 2001/02/06  02:29:37
32043         Log: $(MAKE) distclean doesn't clean up properly on windows
32044      Branch: maint-5.6/perl
32045            ! win32/Makefile win32/makefile.mk
32046 ____________________________________________________________________________
32047 [  8702] By: gsar                                  on 2001/02/06  01:00:46
32048         Log: tweak change#8659 to keep it simple
32049      Branch: maint-5.6/perl
32050            ! utils/perldoc.PL
32051 ____________________________________________________________________________
32052 [  8701] By: gsar                                  on 2001/02/05  22:45:41
32053         Log: change#8693 was missing testsuite changes
32054      Branch: maint-5.6/perl
32055           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
32056 ____________________________________________________________________________
32057 [  8700] By: nick                                  on 2001/02/05  20:32:52
32058         Log: Integrate mainline
32059      Branch: perlio
32060           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
32061           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
32062           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
32063           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
32064           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
32065           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
32066           +> t/lib/test-harness.t
32067           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
32068           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
32069           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
32070           !> pod/perlutil.pod t/TEST utils/h2xs.PL
32071 ____________________________________________________________________________
32072 [  8699] By: nick                                  on 2001/02/05  19:41:07
32073         Log: Subject: perlfaq2, re: perlmongers
32074              From: David H. Adler <dha@panix.com>
32075              Date: Sun, 4 Feb 2001 23:48:23 -0500
32076              Message-Id: <20010204234823.A13429@panix.com>
32077      Branch: perl
32078            ! pod/perlfaq2.pod
32079 ____________________________________________________________________________
32080 [  8698] By: nick                                  on 2001/02/05  19:39:31
32081         Log: Missed file f#rom the testharness mess.
32082      Branch: perl
32083            + t/lib/test-harness.t
32084 ____________________________________________________________________________
32085 [  8697] By: nick                                  on 2001/02/05  19:37:21
32086         Log: Subject: [DOC PATCH] overload.pm nits
32087              From: John Tobey <jtobey@john-edwin-tobey.org>
32088              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
32089              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
32090      Branch: perl
32091            ! lib/overload.pm
32092 ____________________________________________________________________________
32093 [  8696] By: alanbur                               on 2001/02/05  11:56:00
32094         Log: Sync with parent
32095      Branch: maint-5.6/pureperl
32096           !> thread.h
32097 ____________________________________________________________________________
32098 [  8695] By: gsar                                  on 2001/02/05  03:27:34
32099         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
32100      Branch: maint-5.6/perl
32101            ! thread.h
32102 ____________________________________________________________________________
32103 [  8694] By: alanbur                               on 2001/02/05  00:07:47
32104         Log: Initial branch creation from //depot/maint-5.6/perl
32105      Branch: maint-5.6/pureperl
32106           +> (branch 1719 files)
32107 ____________________________________________________________________________
32108 [  8693] By: gsar                                  on 2001/02/04  22:38:49
32109         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
32110              changes)
32111      Branch: maint-5.6/perl
32112           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
32113           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
32114           !> ext/DB_File/version.c
32115 ____________________________________________________________________________
32116 [  8692] By: nick                                  on 2001/02/04  18:15:57
32117         Log: The missed t/TEST part of the grand testharness upgrade.
32118      Branch: perl
32119            ! t/TEST
32120 ____________________________________________________________________________
32121 [  8691] By: nick                                  on 2001/02/04  18:05:17
32122         Log: New improved test harness
32123              Subject: Re: [PATCH Test::Harness] Third time's a charm?
32124              From: Michael G Schwern <schwern@pobox.com>
32125              Date: Sun, 4 Feb 2001 08:01:20 -0500
32126              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
32127      Branch: perl
32128            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
32129            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
32130            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
32131            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
32132            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
32133            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
32134            ! MANIFEST lib/Test/Harness.pm
32135 ____________________________________________________________________________
32136 [  8690] By: nick                                  on 2001/02/04  17:57:51
32137         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
32138              From: Jonathan Stowe <gellyfish@gellyfish.com>
32139              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
32140              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
32141      Branch: perl
32142            ! utils/h2xs.PL
32143 ____________________________________________________________________________
32144 [  8689] By: nick                                  on 2001/02/04  17:55:24
32145         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
32146              From: Michael G Schwern <schwern@pobox.com>
32147              Date: Sat, 3 Feb 2001 22:46:38 -0500
32148              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
32149      Branch: perl
32150            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
32151            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
32152 ____________________________________________________________________________
32153 [  8688] By: nick                                  on 2001/02/04  17:43:55
32154         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
32155              length byfailing to spot lack of closing )
32156              From: nick@talking.bollo.cx
32157              Date: Sat, 03 Feb 2001 23:53:16 +0000
32158              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
32159      Branch: perl
32160            ! perlio.c pod/perldiag.pod
32161 ____________________________________________________________________________
32162 [  8687] By: jhi                                   on 2001/02/03  17:11:42
32163         Log: HP-UX thread patches from Merijn H. Brand.
32164      Branch: maint-5.6/perl
32165            ! README.hpux hints/hpux.sh
32166 ____________________________________________________________________________
32167 [  8686] By: jhi                                   on 2001/02/03  16:40:12
32168         Log: Metaconfig changes for #8685.
32169      Branch: metaconfig
32170            ! U/installdirs/instubperl.U
32171      Branch: metaconfig/U/perl
32172            ! Devel.U versiononly.U
32173 ____________________________________________________________________________
32174 [  8685] By: jhi                                   on 2001/02/03  16:39:49
32175         Log: For -Dusedevel builds turn off installusrbinperl and turn on
32176              versiononly, a combined idea of Richard Soderberg and Merijn
32177              H. Brand.  You can still override both of these from the command
32178              line if you need to, -Dinstallusrbinperl and -Uversiononly.
32179      Branch: perl
32180            ! Configure
32181 ____________________________________________________________________________
32182 [  8684] By: jhi                                   on 2001/02/03  16:16:34
32183         Log: Metaconfig unit fix for #8683.
32184      Branch: metaconfig
32185            ! U/compline/nblock_io.U
32186 ____________________________________________________________________________
32187 [  8683] By: jhi                                   on 2001/02/03  16:16:12
32188         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
32189              reported by Peter Prymmer for 5.6-TRIAL1.
32190      Branch: perl
32191            ! Configure
32192 ____________________________________________________________________________
32193 [  8682] By: jhi                                   on 2001/02/03  05:52:11
32194         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
32195              to work correctly.
32196      Branch: maint-5.6/perl
32197            ! hints/irix_6.sh
32198 ____________________________________________________________________________
32199 [  8681] By: jhi                                   on 2001/02/03  05:47:33
32200         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
32201      Branch: maint-5.6/perl
32202            ! pod/perlport.pod
32203 ____________________________________________________________________________
32204 [  8680] By: jhi                                   on 2001/02/02  21:39:49
32205         Log: perlport update from Peter Prymmer.
32206      Branch: maint-5.6/perl
32207            ! pod/perlport.pod
32208 ____________________________________________________________________________
32209 [  8679] By: nick                                  on 2001/02/02  20:50:48
32210         Log: Integrate mainline
32211      Branch: perlio
32212           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
32213           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
32214           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
32215 ____________________________________________________________________________
32216 [  8678] By: gsar                                  on 2001/02/02  16:02:12
32217         Log: note about bincompat, slightly modified (from Lupe Christoph)
32218      Branch: maint-5.6/perl
32219            ! README.solaris
32220 ____________________________________________________________________________
32221 [  8677] By: jhi                                   on 2001/02/02  15:46:20
32222         Log: Supported platforms updates.
32223      Branch: maint-5.6/perl
32224            ! pod/perlport.pod
32225 ____________________________________________________________________________
32226 [  8676] By: jhi                                   on 2001/02/02  03:41:26
32227         Log: A couple more perlfaq2 tweaks.
32228      Branch: maint-5.6/perl
32229            ! pod/perlfaq2.pod
32230 ____________________________________________________________________________
32231 [  8675] By: jhi                                   on 2001/02/02  03:17:44
32232         Log: Misedit in #8661.
32233      Branch: maint-5.6/perl
32234            ! Configure
32235 ____________________________________________________________________________
32236 [  8674] By: jhi                                   on 2001/02/02  03:14:38
32237         Log: Damien again.
32238      Branch: maint-5.6/perl
32239            ! pod/perlfaq2.pod
32240 ____________________________________________________________________________
32241 [  8673] By: jhi                                   on 2001/02/02  03:12:40
32242         Log: perlfaq update from Elaine Ashton.
32243      Branch: maint-5.6/perl
32244            ! pod/perlfaq2.pod
32245 ____________________________________________________________________________
32246 [  8672] By: jhi                                   on 2001/02/02  03:07:08
32247         Log: UTF-8 s/// patch from Inaba Hiroto.
32248      Branch: maint-5.6/perl
32249            ! pp_ctl.c pp_hot.c
32250 ____________________________________________________________________________
32251 [  8671] By: jhi                                   on 2001/02/01  22:34:31
32252         Log: Update Changes.
32253      Branch: perl
32254            ! Changes patchlevel.h
32255 ____________________________________________________________________________
32256 [  8670] By: jhi                                   on 2001/02/01  22:15:29
32257         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
32258              from maintperl.
32259              
32260              Upgrade to Getopt::Long 2.25, from Johan Vromans.
32261              
32262              more files need to be writable in the source distribution
32263              
32264              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
32265              
32266              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
32267              
32268              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
32269              
32270              Allow the float to be fuzzier.
32271              
32272              need to use INT2PTR instead of a straight cast or ia64 fails
32273              
32274              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
32275              
32276              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
32277      Branch: perl
32278           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
32279           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
32280           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
32281 ____________________________________________________________________________
32282 [  8669] By: jhi                                   on 2001/02/01  21:57:02
32283         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
32284              From: Robin Barker <rmb1@cise.npl.co.uk>
32285              Date: Thu, 1 Feb 2001 16:59:05 GMT
32286              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
32287      Branch: maint-5.6/perl
32288            ! pod/perlmodlib.PL
32289 ____________________________________________________________________________
32290 [  8668] By: nick                                  on 2001/02/01  19:41:40
32291         Log: Integrate mainline
32292      Branch: perlio
32293           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
32294           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
32295           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
32296 ____________________________________________________________________________
32297 [  8667] By: gsar                                  on 2001/02/01  16:59:11
32298         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
32299      Branch: maint-5.6/perl
32300            ! embed.pl embedvar.h
32301 ____________________________________________________________________________
32302 [  8666] By: gsar                                  on 2001/02/01  16:34:51
32303         Log: add missing entries to win32/config.?c
32304      Branch: maint-5.6/perl
32305            ! win32/config.bc win32/config.gc win32/config.vc
32306            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
32307 ____________________________________________________________________________
32308 [  8665] By: jhi                                   on 2001/02/01  14:58:51
32309         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
32310              From: "Stephen P. Potter" <spp@spotter.yi.org>
32311              Date: Thu, 01 Feb 2001 10:45:46 -0500
32312              Message-Id: <200102011545.KAA31479@spotter.yi.org>
32313      Branch: maint-5.6/perl
32314            ! pod/perlfunc.pod
32315 ____________________________________________________________________________
32316 [  8664] By: gsar                                  on 2001/02/01  14:52:37
32317         Log: need to use INT2PTR instead of a straight cast or ia64 fails
32318              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
32319      Branch: maint-5.6/perl
32320            ! ext/POSIX/POSIX.xs
32321 ____________________________________________________________________________
32322 [  8663] By: jhi                                   on 2001/02/01  14:09:13
32323         Log: Allow the float to be fuzzier.
32324      Branch: maint-5.6/perl
32325            ! t/lib/peek.t
32326 ____________________________________________________________________________
32327 [  8662] By: jhi                                   on 2001/02/01  13:59:00
32328         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
32329              From: Robin Barker <rmb1@cise.npl.co.uk>
32330              Date: Thu, 1 Feb 2001 13:05:39 GMT
32331              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
32332      Branch: maint-5.6/perl
32333            ! pod/perlmodlib.pod
32334 ____________________________________________________________________________
32335 [  8661] By: jhi                                   on 2001/02/01  13:57:38
32336         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
32337              Date: Thu, 01 Feb 2001 14:15:41 +0100
32338              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
32339              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
32340              
32341              Have the $ccflags in the gcc version test (strange, this change
32342              is claimed to be have been integrated already)
32343      Branch: maint-5.6/perl
32344            ! Configure
32345 ____________________________________________________________________________
32346 [  8660] By: jhi                                   on 2001/02/01  13:44:10
32347         Log: Integrate changes #7950,7964,7962 from mainline.
32348              
32349              Find the stdchar signedness using cpp, should fix some of
32350              the Solaris compiler warnings reported by Alan Burlison.
32351      Branch: maint-5.6/perl
32352           !> Configure config_h.SH
32353 ____________________________________________________________________________
32354 [  8659] By: jhi                                   on 2001/02/01  05:35:32
32355         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
32356              From: Jan Dubois <JanD@ActiveState.com>
32357              Date: Wed, 31 Jan 2001 21:17:03 -0800
32358              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
32359      Branch: maint-5.6/perl
32360            ! utils/perldoc.PL
32361 ____________________________________________________________________________
32362 [  8658] By: jhi                                   on 2001/02/01  04:33:17
32363         Log: Integrate the README.os390 and README.posix-bc parts of mainline
32364              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
32365              installperl parts were taken care of by #8657.)
32366      Branch: maint-5.6/perl
32367           !> README.os390 README.posix-bc
32368 ____________________________________________________________________________
32369 [  8657] By: jhi                                   on 2001/02/01  04:29:21
32370         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
32371              From: Peter Prymmer <pvhp@forte.com>
32372              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
32373              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
32374      Branch: maint-5.6/perl
32375            + ext/DynaLoader/dl_dllload.xs
32376            ! MANIFEST Makefile.SH hints/os390.sh installperl
32377 ____________________________________________________________________________
32378 [  8656] By: jhi                                   on 2001/02/01  04:25:45
32379         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
32380              From: Peter Prymmer <pvhp@forte.com>
32381              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
32382              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
32383      Branch: maint-5.6/perl
32384            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
32385 ____________________________________________________________________________
32386 [  8655] By: jhi                                   on 2001/02/01  04:14:47
32387         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
32388              From: troc@netrus.net
32389              Date: Wed, 31 Jan 2001 22:31:26 -0500
32390              Message-Id: <200102010331.WAA117.85@rocco.homenet>
32391      Branch: maint-5.6/perl
32392            ! os2/os2.c
32393 ____________________________________________________________________________
32394 [  8654] By: jhi                                   on 2001/02/01  04:12:52
32395         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
32396              as reported by Alan Burlison.
32397      Branch: maint-5.6/perl
32398            ! pp.h
32399 ____________________________________________________________________________
32400 [  8653] By: jhi                                   on 2001/02/01  04:05:12
32401         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
32402              From: dsugalski@northernlight.com
32403              Date: Wed, 31 Jan 2001 18:54:11 -0500
32404              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
32405      Branch: maint-5.6/perl
32406            ! configure.com
32407 ____________________________________________________________________________
32408 [  8652] By: jhi                                   on 2001/02/01  04:03:11
32409         Log: Misplaced #endif.
32410              
32411              Subject: [perl-5-6-1-trial2] patches for EPOC
32412              From: Olaf Flebbe <O.Flebbe@science-computing.de>
32413              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
32414              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
32415      Branch: maint-5.6/perl
32416            ! epoc/epocish.c
32417 ____________________________________________________________________________
32418 [  8651] By: jhi                                   on 2001/02/01  04:00:25
32419         Log: Integrate changes #8647,8648,8650 from mainline.
32420              
32421              Macrofy a magic UTF-8 test.
32422              
32423              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
32424              
32425              Watch out for cross compiling for EPOC (usually done on linux).
32426      Branch: maint-5.6/perl
32427           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
32428 ____________________________________________________________________________
32429 [  8650] By: jhi                                   on 2001/02/01  03:56:20
32430         Log: Watch out for cross compiling for EPOC (usually done on linux)
32431              
32432              Subject: [perl-5-6-1-trial2] patches for EPOC
32433              From: Olaf Flebbe <O.Flebbe@science-computing.de>
32434              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
32435              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
32436      Branch: perl
32437            ! ext/Errno/Errno_pm.PL
32438 ____________________________________________________________________________
32439 [  8649] By: gsar                                  on 2001/02/01  00:46:00
32440         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
32441      Branch: maint-5.6/perl
32442            ! sv.c
32443 ____________________________________________________________________________
32444 [  8648] By: jhi                                   on 2001/01/31  23:35:36
32445         Log: All the uses of PL_numeric_radix must be protected by
32446              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
32447              
32448              Subject: [perl-5-6-1-trial2] patches for EPOC
32449              From: Olaf Flebbe <O.Flebbe@science-computing.de>
32450              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
32451              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
32452      Branch: perl
32453            ! sv.c
32454 ____________________________________________________________________________
32455 [  8647] By: jhi                                   on 2001/01/31  22:56:16
32456         Log: Macrofy a magic UTF-8 test.
32457      Branch: perl
32458            ! utf8.c utf8.h
32459 ____________________________________________________________________________
32460 [  8646] By: gsar                                  on 2001/01/31  15:55:12
32461         Log: update Changes
32462      Branch: maint-5.6/perl
32463            ! Changes
32464 ____________________________________________________________________________
32465 [  8645] By: gsar                                  on 2001/01/31  15:10:14
32466         Log: Configure tweak suggested by Peter Prymmer
32467      Branch: maint-5.6/perl
32468            ! Configure
32469 ____________________________________________________________________________
32470 [  8644] By: gsar                                  on 2001/01/31  15:06:32
32471         Log: more files need to be writable in the source distribution
32472      Branch: maint-5.6/perl
32473            ! Porting/makerel
32474 ____________________________________________________________________________
32475 [  8643] By: jhi                                   on 2001/01/31  14:59:46
32476         Log: Integrate changes #8258,8278,8279 from mainline.
32477              
32478              Make the large file tests more robust/talkative.
32479      Branch: maint-5.6/perl
32480           !> t/lib/syslfs.t t/op/lfs.t
32481 ____________________________________________________________________________
32482 [  8642] By: gsar                                  on 2001/01/31  14:53:48
32483         Log: integrate changes#8311,8334 from mainline
32484              
32485              Add a new MakeMaker variable PM_FILTER that defines a Unix
32486              filter to be run on each .pm during the pm_to_blib() phase,
32487              a fixed version of
32488              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
32489              
32490              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
32491              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
32492              accurate reading of the "atime".  
32493      Branch: maint-5.6/perl
32494           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
32495           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
32496           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
32497 ____________________________________________________________________________
32498 [  8641] By: jhi                                   on 2001/01/31  14:46:37
32499         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
32500      Branch: maint-5.6/perl
32501            ! lib/Getopt/Long.pm
32502 ____________________________________________________________________________
32503 [  8640] By: gsar                                  on 2001/01/31  14:40:24
32504         Log: make regen_all
32505      Branch: maint-5.6/perl
32506            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
32507 ____________________________________________________________________________
32508 [  8639] By: gsar                                  on 2001/01/31  14:37:25
32509         Log: refresh windows config files
32510      Branch: maint-5.6/perl
32511            ! win32/Makefile win32/config_H.bc win32/config_H.gc
32512            ! win32/config_H.vc win32/makefile.mk
32513 ____________________________________________________________________________
32514 [  8638] By: gsar                                  on 2001/01/31  14:28:10
32515         Log: makefile tweaks for windows: introduce a bulk-switch to enable
32516              same options as ActivePerl; sync changes with makefile.mk
32517      Branch: maint-5.6/perl
32518            ! win32/Makefile win32/makefile.mk
32519 ____________________________________________________________________________
32520 [  8637] By: jhi                                   on 2001/01/31  04:41:30
32521         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
32522              From: Nicholas Clark <nick@ccl4.org>
32523              Date: Tue, 30 Jan 2001 19:51:05 +0000
32524              Message-ID: <20010130195105.R76607@plum.flirble.org> 
32525              
32526              op/inc cure.
32527      Branch: perl
32528            ! pp.c pp.h pp_hot.c t/op/arith.t
32529 ____________________________________________________________________________
32530 [  8636] By: jhi                                   on 2001/01/31  02:38:32
32531         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
32532              no perlio],8257,8380,8479,8515 from mainline.
32533              
32534              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
32535              
32536              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
32537              Subject: [PATCH perl@8133] fix-up for VMS extensions
32538              
32539              In VMS embedded perls couldn't access the statically built Socket.
32540              
32541              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
32542              
32543              Further VMS piping fixes from Charles Lane.
32544              
32545              Subject:  [PATCH] make t/op/misc.t work on VMS
32546              
32547              Add tracing for debugging extensions builds in VMS.
32548              
32549              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
32550      Branch: maint-5.6/perl
32551           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
32552           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
32553           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
32554 ____________________________________________________________________________
32555 [  8635] By: jhi                                   on 2001/01/31  01:46:41
32556         Log: Integrate change #7732 from mainline.
32557              
32558              Sparc 64-bit pack() fix from Jens Hamisch.
32559      Branch: maint-5.6/perl
32560           !> pp.c
32561 ____________________________________________________________________________
32562 [  8634] By: jhi                                   on 2001/01/31  01:41:16
32563         Log: One spot missing from #8626.
32564      Branch: maint-5.6/perl
32565            ! sv.c
32566 ____________________________________________________________________________
32567 [  8633] By: jhi                                   on 2001/01/31  00:49:17
32568         Log: Integrate change #7495 from mainline.
32569              
32570              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
32571      Branch: maint-5.6/perl
32572           !> MANIFEST ext/re/Makefile.PL
32573 ____________________________________________________________________________
32574 [  8632] By: jhi                                   on 2001/01/30  23:38:49
32575         Log: Integrate change #8396 from mainline.
32576              
32577              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
32578              better multicast support (resend)
32579      Branch: maint-5.6/perl
32580           !> ext/Socket/Socket.pm
32581 ____________________________________________________________________________
32582 [  8631] By: jhi                                   on 2001/01/30  23:28:03
32583         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
32584              
32585              More AIX lore. (7514, ext/re/hints/aix.pl)
32586              
32587              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
32588              
32589              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)
32590              
32591              Subject: [ID 20001214.002] Net::Ping patch
32592              
32593              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
32594              
32595              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
32596              
32597              Add ReuseAddr as a (preferred) alias for Reuse as we now
32598              also have ReusePort.
32599              
32600              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
32601      Branch: maint-5.6/perl
32602           +> ext/re/hints/aix.pl
32603           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
32604           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
32605 ____________________________________________________________________________
32606 [  8630] By: jhi                                   on 2001/01/30  23:03:59
32607         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
32608              
32609              read() documentation tweak for 20001121.004.
32610              
32611              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
32612      Branch: maint-5.6/perl
32613           !> pod/perlfunc.pod pod/perlre.pod
32614 ____________________________________________________________________________
32615 [  8629] By: jhi                                   on 2001/01/30  22:41:57
32616         Log: Integrate change #8098 from mainline.
32617              
32618              fastgetcwd is defined using a glob alias on a $^O dependent basis
32619              and there was no default assignment or perl subroutine.
32620      Branch: maint-5.6/perl
32621           !> lib/Cwd.pm
32622 ____________________________________________________________________________
32623 [  8628] By: jhi                                   on 2001/01/30  21:58:52
32624         Log: Integrate change #7866 from mainline.
32625              
32626              File::Temp 0.11.
32627      Branch: maint-5.6/perl
32628           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
32629 ____________________________________________________________________________
32630 [  8627] By: jhi                                   on 2001/01/30  21:39:44
32631         Log: Integrate changes #8075,8086,8228 from mainline.  
32632              
32633              Darwin is not Windows. (8075,8086)
32634              
32635              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
32636      Branch: maint-5.6/perl
32637           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
32638           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
32639           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
32640           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
32641 ____________________________________________________________________________
32642 [  8626] By: jhi                                   on 2001/01/30  21:22:11
32643         Log: Integrate with tweakery the change #8625 from mainline,
32644              the multibyte decimal separator fix ("fa_IR locale failure").
32645      Branch: maint-5.6/perl
32646            ! embedvar.h perlapi.h
32647           !> intrpvar.h perl.c perl.h sv.c util.c
32648 ____________________________________________________________________________
32649 [  8625] By: jhi                                   on 2001/01/30  20:26:33
32650         Log: Fix for the fa_IR locale failure.  The reason for the failure
32651              was that Perl was assuming the decimal separator aka the radix
32652              separator is one character.  The Farsi-Iranian locale crushed
32653              that bad assumption since there the separator is 'Momayyez',
32654              glyphwise looking somewhat like a slash, and in Unicode UTF-8
32655              encoded in two bytes, 0xd9 0xab.
32656      Branch: perl
32657            ! intrpvar.h perl.c perl.h sv.c util.c
32658 ____________________________________________________________________________
32659 [  8624] By: gsar                                  on 2001/01/30  20:17:03
32660         Log: regen_headers
32661      Branch: maint-5.6/perl
32662            ! Makefile.SH pod/perlintern.pod
32663 ____________________________________________________________________________
32664 [  8623] By: gsar                                  on 2001/01/30  19:42:34
32665         Log: backout change#7431 and its dependents (causes spurious rebuilds
32666              of autogenerated files)
32667              
32668              fix benign b.t failure
32669      Branch: maint-5.6/perl
32670            ! Makefile.SH t/lib/b.t
32671 ____________________________________________________________________________
32672 [  8622] By: jhi                                   on 2001/01/30  19:41:41
32673         Log: Microperl sync.
32674      Branch: perl
32675            ! mg.c perl.h
32676 ____________________________________________________________________________
32677 [  8621] By: gsar                                  on 2001/01/30  19:24:47
32678         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
32679              from mainline
32680              
32681              Subject: podlators 1.06 released
32682              
32683              Subject: [PATCH @8436] Eliminate op_children
32684              
32685              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
32686              
32687              (Replaced by #8448)  More op_children traces (cleanup of #8442).
32688              
32689              Subject: [PATCH #3 @8436] Re: Eliminate op_children
32690              Replace #8444 and #8445.
32691              
32692              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
32693              at the setting of the ofs_sv in new_struct_thread() as the
32694              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
32695              uninitialized fields are, uh, initialized with),
32696              SvREFCNT_inc()ing that invited a core dump.
32697              
32698              podlators 1.07, from Russ Allbery.
32699              
32700              Subject: [PATCH] regcomp.c old feature removal
32701              From: mjd@plover.com
32702              Date: 16 Jan 2001 14:43:18 -0000 
32703              Message-ID: <20010116144318.7140.qmail@plover.com> 
32704      Branch: maint-5.6/perl
32705           +> lib/Pod/Text/Overstrike.pm
32706           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
32707           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
32708           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
32709           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
32710           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
32711           !> util.c
32712 ____________________________________________________________________________
32713 [  8620] By: gsar                                  on 2001/01/30  18:48:32
32714         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
32715              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
32716              now fails one test)
32717              
32718              Subject: [PATCH] lvalue AUTOLOAD. No, really.
32719              
32720              Subject: [PATCH] Interesting syntax idea
32721              Make opens + bareword assigns do typeglob assigns.
32722              
32723              Tests for #8254.
32724              
32725              Subject: [PATCH @8269] Continue blocks and B::Deparse
32726              Make the peephole optimizer to bypass more null ops and
32727              and rewrite the deparse handling of continue blocks.
32728              
32729              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
32730              Doc tweak on #8313.
32731              
32732              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
32733              
32734              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
32735              
32736              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
32737              
32738              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
32739              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
32740              according to the platform.
32741              
32742              Subject: [PATCH @8404] Consolidated lvalue sub changes
32743              
32744              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
32745              
32746              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
32747              
32748              Subject: B::Concise -- an improved replacement for B::Terse 
32749              
32750              The B::Terse drop-in replacement wasn't quite drop-in.
32751              
32752              The LVRET macro needed an aTHX.
32753              
32754              Use the /^Perl_/-less form of is_lvalue_sub().
32755              
32756              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
32757      Branch: maint-5.6/perl
32758           +> ext/B/B/Concise.pm
32759           !> (integrate 27 files)
32760 ____________________________________________________________________________
32761 [  8619] By: nick                                  on 2001/01/30  18:40:28
32762         Log: Integrate mainline
32763      Branch: perlio
32764           !> (integrate 40 files)
32765 ____________________________________________________________________________
32766 [  8618] By: jhi                                   on 2001/01/30  18:37:18
32767         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
32768              Date: Mon, 29 Jan 2001 22:51:29 -0600
32769              From: "Craig A. Berry" <craigberry@mac.com>
32770              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
32771      Branch: perl
32772            ! vms/test.com
32773 ____________________________________________________________________________
32774 [  8617] By: jhi                                   on 2001/01/30  18:34:53
32775         Log: Subject: [PATCH] Add missing CV flags to dump.c
32776              From: Tim Jenness <t.jenness@jach.hawaii.edu>
32777              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
32778              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
32779      Branch: perl
32780            ! dump.c
32781 ____________________________________________________________________________
32782 [  8616] By: jhi                                   on 2001/01/30  18:20:58
32783         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
32784              part isn't applicable to maintperl.
32785              
32786              UTF-8 nit from Inaba Hiroto.
32787      Branch: maint-5.6/perl
32788           !> pod/perlapi.pod utf8.c
32789 ____________________________________________________________________________
32790 [  8615] By: jhi                                   on 2001/01/30  18:18:51
32791         Log: UTF-8 nit from Inaba Hiroto.
32792      Branch: perl
32793            ! pod/perlapi.pod t/op/each.t utf8.c
32794 ____________________________________________________________________________
32795 [  8614] By: jhi                                   on 2001/01/30  18:13:38
32796         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
32797              
32798              perl's internal variables are not for public consumption,
32799              move their docs from perlapi.pod to perlintern.pod
32800              
32801              support for -Dusethreads build under HP-UX 10.20 and DCE threads
32802              library (11.0 and later have pthreads but 10.x don't)
32803              
32804              avoid uninitialized value warnings
32805              
32806              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
32807              gets weird results)
32808              
32809              perldoc nit on windows
32810              
32811              make it possible to run the tests outside the source tree
32812              (there's still a dependency on ../lib being the library
32813              location)
32814      Branch: perl
32815           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
32816           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
32817           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
32818           !> win32/bin/search.pl win32/vdir.h
32819 ____________________________________________________________________________
32820 [  8613] By: gsar                                  on 2001/01/30  16:39:59
32821         Log: make it possible to run the tests outside the source tree
32822              (there's still a dependency on ../lib being the library
32823              location)
32824      Branch: maint-5.6/perl
32825            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
32826 ____________________________________________________________________________
32827 [  8612] By: gsar                                  on 2001/01/30  16:31:12
32828         Log: perldoc nit on windows
32829      Branch: maint-5.6/perl
32830            ! utils/perldoc.PL
32831 ____________________________________________________________________________
32832 [  8611] By: gsar                                  on 2001/01/30  16:22:54
32833         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
32834              gets weird results)
32835      Branch: maint-5.6/perl
32836            ! win32/vdir.h
32837 ____________________________________________________________________________
32838 [  8610] By: gsar                                  on 2001/01/30  16:12:45
32839         Log: avoid uninitialized value warnings
32840      Branch: maint-5.6/perl
32841            ! win32/bin/search.pl
32842 ____________________________________________________________________________
32843 [  8609] By: gsar                                  on 2001/01/30  16:08:01
32844         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
32845              library (11.0 and later have pthreads but 10.x don't)
32846      Branch: maint-5.6/perl
32847            ! hints/hpux.sh thread.h
32848 ____________________________________________________________________________
32849 [  8608] By: gsar                                  on 2001/01/30  15:48:55
32850         Log: perl's internal variables are not for public consumption,
32851              move their docs from perlapi.pod to perlintern.pod
32852      Branch: maint-5.6/perl
32853            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
32854            ! thrdvar.h
32855 ____________________________________________________________________________
32856 [  8607] By: gsar                                  on 2001/01/30  15:44:27
32857         Log: mistakenly branched perl56delta.pod, revert
32858      Branch: maint-5.6/perl
32859            - pod/perl56delta.pod
32860           !> pod/perldelta.pod
32861 ____________________________________________________________________________
32862 [  8606] By: gsar                                  on 2001/01/30  14:20:24
32863         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
32864              dTHR which has been a noop for a while now, except for the
32865              compatibility definition in thread.h)
32866      Branch: maint-5.6/perl
32867           !> (integrate 45 files)
32868 ____________________________________________________________________________
32869 [  8605] By: jhi                                   on 2001/01/30  05:43:58
32870         Log: Mark the UTF-8 APIs as experimental.
32871      Branch: maint-5.6/perl
32872            ! embed.pl pod/perlapi.pod
32873 ____________________________________________________________________________
32874 [  8604] By: jhi                                   on 2001/01/30  05:38:40
32875         Log: Nits from earlier integrates.
32876      Branch: maint-5.6/perl
32877            ! lib/Carp/Heavy.pm
32878           !> sv.c
32879 ____________________________________________________________________________
32880 [  8603] By: jhi                                   on 2001/01/30  05:27:26
32881         Log: Regenerate Porting files.
32882      Branch: maint-5.6/perl
32883            ! Porting/Glossary Porting/config.sh Porting/config_H
32884 ____________________________________________________________________________
32885 [  8602] By: jhi                                   on 2001/01/30  05:14:59
32886         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
32887              8310,8339,8447,8492,8493,8505,8525: documentation changes.
32888              
32889              Subject: Re: perlfaq style changes
32890              
32891              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
32892              
32893              Subject: [PATCH] docs on NaN
32894              
32895              Subject: [patch] perlfaq7
32896              
32897              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
32898              
32899              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
32900              
32901              Subject: [PATCH] open() example in perlfunc.pod
32902              
32903              Podify README.mpeix (a new version from the web)
32904              
32905              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
32906              
32907              Subject: [PATCH] format and rewording in perlfaq.pod
32908              
32909              Subject: [PATCH] API Variable documentation   
32910              
32911              Memory management calls documentation.
32912              
32913              Subject: [PATCH: perl@8482] README.vms URL updates
32914              
32915              Subject: Minor typos in perlfaq2.pod
32916              
32917              Subject: [PATCH] pod/perlvar.pod
32918      Branch: maint-5.6/perl
32919           +> pod/perl56delta.pod
32920            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
32921           !> README.amiga README.epoc README.mpeix README.vms
32922           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
32923           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
32924           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
32925           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
32926           !> pod/perlvar.pod thrdvar.h
32927 ____________________________________________________________________________
32928 [  8601] By: jhi                                   on 2001/01/30  04:38:35
32929         Log: Integrate changes #8036,8096,8253 from mainline:
32930              hints changes.
32931              
32932              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
32933              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
32934              
32935              Output the (apparent) version of gcc in Tru64.
32936      Branch: maint-5.6/perl
32937           +> ext/POSIX/hints/svr4.pl
32938           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
32939           !> hints/svr4.sh t/lib/bigfltpm.t
32940 ____________________________________________________________________________
32941 [  8600] By: jhi                                   on 2001/01/30  04:04:01
32942         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
32943              locale fixes.
32944              
32945              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
32946              
32947              Debian allows /usr/bin/locale to exist without any locales. (7868)
32948              
32949              Allow the locale test needing POSIX and the taint test
32950              needing IPC::SysV to run under 'minitest' (basically,
32951              bail out if loading the extension fails). (8384)
32952              
32953              Cleanup the locale.t output  (8480)
32954      Branch: maint-5.6/perl
32955           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
32956           !> t/pragma/locale.t
32957 ____________________________________________________________________________
32958 [  8599] By: jhi                                   on 2001/01/30  03:51:04
32959         Log: Missing generated files from #8598.
32960      Branch: maint-5.6/perl
32961            ! embed.h global.sym objXSUB.h perlapi.c proto.h
32962 ____________________________________________________________________________
32963 [  8598] By: jhi                                   on 2001/01/30  03:41:54
32964         Log: Integrate change #8555 from mainline, manually integrate parts
32965              of changes 8452 and 8583.
32966              
32967              Subject: [PATCH] utf8.c documentation (8452)
32968              
32969              No point in checking the length if the pointer is bogus. (8555)
32970              
32971              Introduce bytes_from_utf8() and implement sv_eq() using it,
32972              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
32973              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
32974              was malformed. (8583)
32975      Branch: maint-5.6/perl
32976            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
32977           !> pod/perlapi.pod sv.c utf8.c
32978 ____________________________________________________________________________
32979 [  8597] By: gsar                                  on 2001/01/30  02:37:26
32980         Log: get PERL_OBJECT build going again on windows
32981      Branch: maint-5.6/perl
32982            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
32983            ! pod/perlapi.pod proto.h sv.c
32984 ____________________________________________________________________________
32985 [  8596] By: jhi                                   on 2001/01/30  02:16:17
32986         Log: Signedness nit.
32987      Branch: perl
32988            ! sv.c
32989 ____________________________________________________________________________
32990 [  8595] By: jhi                                   on 2001/01/30  02:11:07
32991         Log: EBCDIC patch for Storable, from Peter Prymmer.
32992      Branch: perl
32993            ! t/lib/st-06compat.t
32994 ____________________________________________________________________________
32995 [  8594] By: jhi                                   on 2001/01/30  01:04:48
32996         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
32997              From: Peter Prymmer <pvhp@forte.com>
32998              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
32999              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
33000      Branch: perl
33001            ! t/lib/b.t
33002 ____________________________________________________________________________
33003 [  8593] By: jhi                                   on 2001/01/30  00:56:47
33004         Log: Subject: [PATCH: perl@8585] pod problems in io
33005              From: Peter Prymmer <pvhp@forte.com>
33006              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
33007              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
33008      Branch: perl
33009            ! pod/perlapio.pod pod/perliol.pod
33010 ____________________________________________________________________________
33011 [  8592] By: jhi                                   on 2001/01/30  00:48:20
33012         Log: Integrate perlio.
33013      Branch: perl
33014           !> pod/perlapio.pod pod/perliol.pod
33015 ____________________________________________________________________________
33016 [  8591] By: nick                                  on 2001/01/29  22:02:28
33017         Log: GNU 'merge' Simon's copy of perliol.pod with version
33018              patched by Craig's patch.
33019      Branch: perlio
33020            ! pod/perliol.pod
33021 ____________________________________________________________________________
33022 [  8590] By: nick                                  on 2001/01/29  21:55:10
33023         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
33024      Branch: perlio
33025            ! pod/perlapio.pod pod/perliol.pod
33026 ____________________________________________________________________________
33027 [  8589] By: jhi                                   on 2001/01/29  15:35:33
33028         Log: Integrate change #8586 from maint-5.6/perl.
33029              
33030              make the BOM detection code not call tell() until it has to
33031              (meant to fix esoteric compatibility issues where PL_rsfp
33032              is overridden)
33033      Branch: perl
33034           !> toke.c
33035 ____________________________________________________________________________
33036 [  8588] By: jhi                                   on 2001/01/29  15:29:11
33037         Log: Subject: MAking Solaris malloc() the default
33038              From: Lupe Christoph <lupe@lupe-christoph.de>
33039              Date: Mon, 29 Jan 2001 12:59:36 +0100
33040              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
33041              
33042              The README.solaris part slightly tweaked.
33043      Branch: perl
33044            ! README.solaris hints/solaris_2.sh
33045 ____________________________________________________________________________
33046 [  8587] By: jhi                                   on 2001/01/29  15:17:34
33047         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
33048              From: root@ak-75.mind.de
33049              Date: Sun, 28 Jan 2001 20:32:29 +0100
33050              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
33051      Branch: perl
33052            ! pod/perlre.pod
33053 ____________________________________________________________________________
33054 [  8586] By: gsar                                  on 2001/01/29  13:43:44
33055         Log: make the BOM detection code not call tell() until it has to
33056              (meant to fix esoteric compatibility issues where PL_rsfp
33057              is overridden)
33058      Branch: maint-5.6/perl
33059            ! toke.c
33060 ____________________________________________________________________________
33061 [  8585] By: jhi                                   on 2001/01/28  20:05:45
33062         Log: Update Changes.
33063      Branch: perl
33064            ! Changes patchlevel.h
33065 ____________________________________________________________________________
33066 [  8584] By: jhi                                   on 2001/01/28  19:30:02
33067         Log: Integrate perlio.
33068      Branch: perl
33069           +> pod/perliol.pod
33070           !> MANIFEST pod/perlapio.pod
33071 ____________________________________________________________________________
33072 [  8583] By: jhi                                   on 2001/01/28  19:28:40
33073         Log: Patch from Inaba Hiroto:
33074              - canonical UTF-8 hash keys: if a key string for a hash is
33075              UTF8-on, try downgrade the string and use it if
33076              unicode::distinct is not in effect.
33077              For the task, I added a function bytes_from_utf8() to utf8.c.
33078              It might resemble utf8_to_bytes() but it is not convenient
33079              to the task.
33080              Made a test for it and added to t/op/each.t
33081              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
33082              the mortal copy of the argument SV.
33083              And changed t/io/utf8.t test 18 which expects print() to
33084              upgrade its argument.
33085              - re-implement sv_eq with bytes_from_utf8()
33086              - some bug fixes
33087              - tr/// does not handle UTF8 range (\x{}-\x{})
33088              - \ before raw UTF8 character produced
33089              "Malformed UTF-8 character" warning.
33090              - "\x{100}\N{CENT SIGN}" is Malformed.
33091              Added tests for these 3.
33092              - and one silly bug (by me) with qu operator.
33093      Branch: perl
33094            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
33095            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
33096            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
33097 ____________________________________________________________________________
33098 [  8582] By: nick                                  on 2001/01/28  19:25:04
33099         Log: Add pod/perliol.pod to MANIFEST :-(
33100      Branch: perlio
33101            ! MANIFEST
33102 ____________________________________________________________________________
33103 [  8581] By: nick                                  on 2001/01/28  19:22:40
33104         Log: PerlIO documentation. Proofing and sub-editing requested.
33105      Branch: perlio
33106            + pod/perliol.pod
33107            ! pod/perlapio.pod
33108 ____________________________________________________________________________
33109 [  8580] By: jhi                                   on 2001/01/28  05:16:25
33110         Log: Revert the change to sv_2pv() done by #8054: Someone who
33111              did SvNV_set() on a scalar that also happened to be POK,
33112              followed by sv_2pv() won't get the right coercion anymore.
33113              [Sarathy]
33114      Branch: maint-5.6/perl
33115            ! sv.c
33116 ____________________________________________________________________________
33117 [  8579] By: jhi                                   on 2001/01/28  05:15:04
33118         Log: Remove the #8084 effect: do not allow -Q to be interpreted
33119              as -&Q(), this is too much wiggle room.
33120      Branch: maint-5.6/perl
33121            ! toke.c
33122 ____________________________________________________________________________
33123 [  8578] By: jhi                                   on 2001/01/28  05:12:45
33124         Log: Needed bits of #8439 (should have been in #8576),
33125              mainly for lval substr().
33126      Branch: maint-5.6/perl
33127            ! mg.c pp.c pp_hot.c
33128 ____________________________________________________________________________
33129 [  8577] By: jhi                                   on 2001/01/28  05:02:46
33130         Log: A missing check-in.
33131      Branch: maint-5.6/perl
33132            ! utf8.c
33133 ____________________________________________________________________________
33134 [  8576] By: jhi                                   on 2001/01/28  04:26:18
33135         Log: Integrate changes #8425,8436,8439,8517 from mainline.
33136              The 8439 was not truly integrated because it had too many
33137              dependencies on the development branch and because it introduced
33138              concepts too bold for a maintenance branch (such as the qu operator).
33139              
33140              Subject: [PATCH perl@8342] -Wformat
33141              
33142              Tighten some of the UTF-8 tests a bit.
33143              
33144              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
33145              - The substr lval was still not okay.
33146              - Now pp_stringify and sv_setsv copies source's UTF8 flag
33147              even if IN_BYTE.  pp_stringify is called from fold_constants
33148              at optimization phase and "\x{100}" was made SvUTF8_off under
33149              use bytes (the bytes pragma is for "byte semantics" and not
33150              for "do not produce UTF8 data")
33151      Branch: maint-5.6/perl
33152            ! t/lib/charnames.t t/op/substr.t toke.c
33153           !> sv.c t/pragma/utf8.t
33154 ____________________________________________________________________________
33155 [  8575] By: jhi                                   on 2001/01/28  04:01:51
33156         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
33157              
33158              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
33159              
33160              Subject: [ID 20001230.003] UTF-8 tr still hurts
33161              
33162              Test cases for #8385 (from Simon's "torture.pl")
33163              
33164              Start fixing UTF-8 lval substr() (8405)
33165      Branch: maint-5.6/perl
33166           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
33167           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
33168 ____________________________________________________________________________
33169 [  8574] By: jhi                                   on 2001/01/28  03:09:06
33170         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
33171              from mainline.
33172              
33173              UTF-8 cleanup.
33174              
33175              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
33176              
33177              "\x{FF}\xFF" was broken.
33178              
33179              Tests for #8329 and #8330.
33180              
33181              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
33182              
33183              IRIX compiler noticed that the bof initialization might be
33184              bypassed by control flow.
33185              
33186              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
33187      Branch: maint-5.6/perl
33188           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
33189           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
33190 ____________________________________________________________________________
33191 [  8573] By: jhi                                   on 2001/01/28  02:06:12
33192         Log: Retract #8552.
33193      Branch: perl
33194            ! lib/Text/Wrap.pm t/lib/textwrap.t
33195 ____________________________________________________________________________
33196 [  8572] By: jhi                                   on 2001/01/28  02:04:49
33197         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
33198              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
33199              not really integrated but instead salvaged by hand
33200              (they had too many dependencies on the development release
33201              to be cleanly integratable).
33202              
33203              Subject: more UTF8 test suites and an UTF8 patch
33204              
33205              Tweak for MULTIPLICITY/USE_PERLIO
33206              
33207              Signedness nit.
33208              
33209              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
33210              
33211              Use the UTF8_XXX macros in is_utf8_char().
33212              
33213              Rewrite pp_concat() in terms of sv_catsv().  The . operator
33214              should now be UTF-8-proof.
33215              
33216              Subject: [PATCH perl@8269] scanning two hex-constants
33217              fails on EBCDIC environment (script length.t)
33218              
33219              Add some Unicode chop() tests.
33220      Branch: maint-5.6/perl
33221            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
33222           !> sv.c t/op/chop.t utf8.h
33223 ____________________________________________________________________________
33224 [  8571] By: jhi                                   on 2001/01/28  00:35:59
33225         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
33226              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
33227              
33228              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
33229              
33230              The maxiters upper limit sanity check (guarding against
33231              non-progress) assumed bytes instead of characters in s///
33232              and split().
33233              
33234              Signedness nit.
33235              
33236              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
33237              join() should now be UTF-8-proof.
33238              
33239              More split // UTF-8 tests. (8250)
33240      Branch: maint-5.6/perl
33241           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
33242           !> util.c
33243 ____________________________________________________________________________
33244 [  8570] By: jhi                                   on 2001/01/27  22:15:46
33245         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
33246              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
33247              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
33248              8084,8204,8244,8333 from mainline.
33249              
33250              For -Q where Q might be a one-letter sub name one does no more
33251              get a warning about an unknown filetest (7941,7943,7944,8084).
33252              
33253              Subject: Re: [ID 20001130.011] expression parsing bug ?
33254              
33255              Make uv_to_utf8() to zero-terminate its output buffer.
33256              
33257              Split off t/op/length.t (7995)
33258              
33259              Split off t/op/utf8decode.t (7996)
33260              
33261              Remove an unnecessary 'use utf8' from the utf8.t (7998)
33262              
33263              Split off t/op/concat.t (8004)
33264              
33265              Split off t/op/ver.t (8005)
33266              
33267              Document utf8_length(), utf8_distance(), and utf8_hop().
33268              
33269              Document utf8_to_uv() better.
33270              
33271              Introduce macros for UTF8 decoding (8028,8033).
33272              
33273              Add test for reverse() (8030,8031).
33274              
33275              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
33276              
33277              Do not return the Unicode replacement character    on UTF-8
33278              decoding failure.
33279              
33280              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
33281              not this_utf8 i.e. the output string has one, but don't mess
33282              with source assumption. (8052,8053)
33283              
33284              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
33285              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
33286              was not expecting to be called with something that was already
33287              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
33288              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
33289              (8054)
33290              
33291              Recode the naughty binary bytes in utf8decode.t using the \xHH.
33292              
33293              Make some panic messages a bit more logical.
33294      Branch: maint-5.6/perl
33295           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
33296           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
33297           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
33298           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
33299           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
33300           !> utf8.c utf8.h
33301 ____________________________________________________________________________
33302 [  8569] By: jhi                                   on 2001/01/27  19:16:43
33303         Log: Integrate changes #7750 from perlio and #8566 from mainline.
33304      Branch: maint-5.6/perl
33305           !> regexec.c sv.c
33306 ____________________________________________________________________________
33307 [  8568] By: jhi                                   on 2001/01/27  18:06:51
33308         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
33309              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
33310              7935[-perlio.c],7936,7959,7965 from mainline.
33311              
33312              Change the "big byte" error message to "Wide character".
33313              (7355, the croak-if-wide-chars-in-print part ignored)
33314              
33315              Use UINT64_C().
33316              
33317              Introduce Perl_utf8_length().
33318              
33319              diff -se shows these as different (7753, forgotten check-ins)
33320              
33321              Subject: [PATCH] doop.c - UTF8 tr///
33322              
33323              If we use (aTHX_ ...) then put Perl_ on the front.
33324              
33325              Make utf8_length() and utf8_distance() to be less forgiving
33326              about bad UTF-8.
33327              
33328              Test line numbers are different with utf8.
33329              
33330              No need to scan till infinity, 13 is enough. (7872,7911)
33331              
33332              Subject: [PATCH] Tokeniser debugging
33333              
33334              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
33335              
33336              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
33337              
33338              Be more careful in Perl_sv_utf8_downgrade().
33339              
33340              Use DO_UTF8().
33341              
33342              Raw zero bytes in text files confuse at least GNU patch 2.1.
33343      Branch: maint-5.6/perl
33344           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
33345           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
33346           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
33347           !> t/pragma/utf8.t toke.c utf8.c utf8.h
33348 ____________________________________________________________________________
33349 [  8567] By: nick                                  on 2001/01/27  11:10:38
33350         Log: Integrate mainline
33351      Branch: perlio
33352           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
33353           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
33354           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
33355           !> toke.c
33356 ____________________________________________________________________________
33357 [  8566] By: jhi                                   on 2001/01/27  06:22:48
33358         Log: More documentation for the regexp context stack.
33359      Branch: perl
33360            ! regexec.c
33361 ____________________________________________________________________________
33362 [  8565] By: jhi                                   on 2001/01/27  05:21:57
33363         Log: Update Changes.
33364      Branch: perl
33365            ! Changes patchlevel.h
33366 ____________________________________________________________________________
33367 [  8564] By: jhi                                   on 2001/01/27  04:44:04
33368         Log: Threadedness patch for #8562 from Doug MacEachern.
33369      Branch: perl
33370            ! toke.c
33371 ____________________________________________________________________________
33372 [  8563] By: jhi                                   on 2001/01/27  04:26:24
33373         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
33374              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
33375              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
33376              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
33377      Branch: perl
33378            ! op.c
33379 ____________________________________________________________________________
33380 [  8562] By: jhi                                   on 2001/01/27  04:20:30
33381         Log: Subject: Re: Announce : Tokener reporting patch
33382              From: Simon Cozens <simon@cozens.net>
33383              Date: Mon, 22 Jan 2001 02:17:22 +0000
33384              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
33385      Branch: perl
33386            ! embed.h embed.pl proto.h toke.c
33387 ____________________________________________________________________________
33388 [  8561] By: jhi                                   on 2001/01/27  04:17:24
33389         Log: Forgot from #8545.  Oops.
33390      Branch: perl
33391            ! pp.c t/pragma/overload.t
33392 ____________________________________________________________________________
33393 [  8560] By: jhi                                   on 2001/01/27  03:01:47
33394         Log: A better module compilation test, use MANIFEST as suggested
33395              by Spider.
33396      Branch: perl
33397            ! t/lib/1_compile.t
33398 ____________________________________________________________________________
33399 [  8559] By: jhi                                   on 2001/01/27  02:50:48
33400         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
33401              From: Peter Prymmer <pvhp@forte.com>
33402              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
33403              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
33404      Branch: perl
33405            ! t/lib/b.t
33406 ____________________________________________________________________________
33407 [  8558] By: jhi                                   on 2001/01/27  02:27:05
33408         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
33409              From: Peter Prymmer <pvhp@forte.com>
33410              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
33411              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
33412      Branch: perl
33413            ! t/pragma/sub_lval.t
33414 ____________________________________________________________________________
33415 [  8557] By: jhi                                   on 2001/01/27  02:26:03
33416         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
33417              From: Peter Prymmer <pvhp@forte.com>
33418              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
33419              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
33420      Branch: perl
33421            ! t/lib/st-06compat.t
33422 ____________________________________________________________________________
33423 [  8556] By: jhi                                   on 2001/01/27  02:24:33
33424         Log: Subject: [PATCH: perl@8531] minor update to README.os390
33425              From: Peter Prymmer <pvhp@forte.com>
33426              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
33427              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
33428      Branch: perl
33429            ! README.os390
33430 ____________________________________________________________________________
33431 [  8555] By: jhi                                   on 2001/01/27  00:35:47
33432         Log: No point in checking the length before we know whether the pointer
33433              is bogus or not, fixes Abigail's odbm failures in Linux.
33434      Branch: perl
33435            ! sv.c
33436 ____________________________________________________________________________
33437 [  8554] By: nick                                  on 2001/01/26  19:01:31
33438         Log: Integrate mainline
33439      Branch: perlio
33440           !> lib/Text/Wrap.pm t/lib/textwrap.t
33441 ____________________________________________________________________________
33442 [  8553] By: jhi                                   on 2001/01/26  15:19:39
33443         Log: Integrate change #7792 from perlio (multiplicity fix),
33444              fix the AV leak in regex DEBUGGING (tiny part of the
33445              polymorphic regexp patch #8143).
33446      Branch: maint-5.6/perl
33447            ! regcomp.c
33448           !> scope.h
33449 ____________________________________________________________________________
33450 [  8552] By: jhi                                   on 2001/01/26  15:03:23
33451         Log: Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
33452              From: Michael G Schwern <schwern@pobox.com>
33453              Date: Fri, 26 Jan 2001 09:28:31 -0500
33454              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
33455      Branch: perl
33456            ! lib/Text/Wrap.pm t/lib/textwrap.t
33457 ____________________________________________________________________________
33458 [  8551] By: jhi                                   on 2001/01/26  02:33:19
33459         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
33460              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
33461              
33462              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
33463              
33464              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
33465              
33466              Message nit.
33467              
33468              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
33469              
33470              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
33471              
33472              (the cleanup of unused submatches in regtry() and regcppop())
33473              
33474              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
33475              stored and restored, and thusly was trounced by the utf8 swash
33476              routines.
33477              
33478              use utf8 not required to use \x{}.
33479              
33480              Removed two more tests that make no sense in UTF-8 since the test
33481              data is not in UTF-8.
33482              
33483              Get the three different space character classes right under utf8.
33484              
33485              Implement ANYOFUTF8 regprop() dumping.
33486              
33487              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
33488              
33489              Document the regex context pushing/popping a bit better.
33490      Branch: maint-5.6/perl
33491           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
33492           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
33493           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
33494           !> t/op/regmesg.t utf8.c
33495 ____________________________________________________________________________
33496 [  8550] By: nick                                  on 2001/01/25  19:42:30
33497         Log: Integrate mainline
33498      Branch: perlio
33499           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
33500           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
33501           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
33502           !> t/lib/bigint.t t/lib/bigintpm.t
33503 ____________________________________________________________________________
33504 [  8549] By: jhi                                   on 2001/01/25  15:22:28
33505         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
33506      Branch: maint-5.6/perl
33507            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
33508 ____________________________________________________________________________
33509 [  8548] By: jhi                                   on 2001/01/25  15:02:55
33510         Log: Integrate changes #7997,8063,8492,8547 from mainline.
33511              
33512              Subject: Re: STRLEN - what?
33513              
33514              Subject: [PATCH] perlguts.pod
33515              
33516              Memory management calls documentation.
33517              
33518              Layout using tabulator is not a good idea in a pod.
33519      Branch: maint-5.6/perl
33520           !> pod/perlguts.pod
33521 ____________________________________________________________________________
33522 [  8547] By: jhi                                   on 2001/01/25  14:49:05
33523         Log: Layout using tabulator is not a good idea in a pod.
33524      Branch: perl
33525            ! pod/perlguts.pod
33526 ____________________________________________________________________________
33527 [  8546] By: jhi                                   on 2001/01/25  14:31:12
33528         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
33529              from mainline.
33530              
33531              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
33532              
33533              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
33534              
33535              More Win32 editor/IDE/shell hints.
33536              
33537              More Win32 Perling.
33538              
33539              Yet another editor edit.
33540              
33541              Edit edit edit.
33542              
33543              IDE/editor section tweaking.
33544              
33545              Few more IDE/editor nits from p5p.
33546      Branch: maint-5.6/perl
33547           !> pod/perlfaq3.pod
33548 ____________________________________________________________________________
33549 [  8545] By: jhi                                   on 2001/01/25  04:16:32
33550         Log: Subject: [PATCH 5.7.0] overload int()
33551              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33552              Date: Wed, 24 Jan 2001 19:06:57 -0500
33553              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
33554      Branch: perl
33555            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
33556            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
33557            ! t/lib/bigintpm.t
33558 ____________________________________________________________________________
33559 [  8544] By: jhi                                   on 2001/01/25  04:15:11
33560         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
33561              From: Peter Prymmer <pvhp@forte.com>
33562              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
33563              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
33564      Branch: perl
33565            ! Makefile.SH README.os390 hints/os390.sh installperl
33566 ____________________________________________________________________________
33567 [  8543] By: jhi                                   on 2001/01/25  03:52:08
33568         Log: Integrate change #8462,8469 from mainline.
33569              
33570              In VMS Perl subversion (perl -V) is undef.
33571      Branch: maint-5.6/perl
33572           !> configure.com
33573 ____________________________________________________________________________
33574 [  8542] By: jhi                                   on 2001/01/25  03:44:55
33575         Log: Integrate changes #7835,7850,8315,8316 from mainline.
33576              
33577              Solaris hints.
33578      Branch: maint-5.6/perl
33579           !> hints/solaris_2.sh
33580 ____________________________________________________________________________
33581 [  8541] By: jhi                                   on 2001/01/25  03:39:28
33582         Log: Integrate #8336 from mainline.
33583      Branch: maint-5.6/perl
33584           !> hv.c
33585 ____________________________________________________________________________
33586 [  8540] By: jhi                                   on 2001/01/25  03:23:50
33587         Log: Retract #8539.
33588      Branch: maint-5.6/perl
33589            ! pod/perlfaq3.pod
33590 ____________________________________________________________________________
33591 [  8539] By: jhi                                   on 2001/01/25  03:21:55
33592         Log: (Retracted by #5940.)
33593      Branch: maint-5.6/perl
33594            ! pod/perlfaq3.pod
33595 ____________________________________________________________________________
33596 [  8538] By: jhi                                   on 2001/01/25  03:14:07
33597         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
33598              From: Peter Prymmer <pvhp@forte.com>
33599              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
33600              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
33601              
33602              The VMS bits.
33603      Branch: maint-5.6/perl
33604            ! configure.com vms/descrip_mms.template
33605 ____________________________________________________________________________
33606 [  8537] By: jhi                                   on 2001/01/25  03:06:09
33607         Log: Integrate #7710,7824,7973 from mainline.
33608      Branch: maint-5.6/perl
33609           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
33610           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
33611           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
33612           !> vos/config.ga.def vos/config.ga.h win32/config.bc
33613           !> win32/config.gc win32/config.vc
33614 ____________________________________________________________________________
33615 [  8536] By: jhi                                   on 2001/01/24  13:50:20
33616         Log: Revert the edits made by me so far to the 5.6 branch since
33617              the TRIAL1 since I did edits when I should have been using
33618              integrates.  Bad programmer.   (Will integrate them properly later.)
33619              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
33620              The #8353 will not be reapplied at least for now since
33621              the UTF-8 hash keys need more thinking.
33622              (The patches #8347, #8354, #8454, #8473 were okay since they
33623              were original edits made specifically for the 5.6.1-TRIAL1.)
33624      Branch: maint-5.6/perl
33625            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
33626            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
33627            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
33628            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
33629            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
33630            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
33631            ! win32/config.bc win32/config.gc win32/config.vc
33632 ____________________________________________________________________________
33633 [  8535] By: bailey                                on 2001/01/24  06:37:02
33634         Log: SYN SYN
33635      Branch: vmsperl
33636           +> (branch 26 files)
33637           !> (integrate 130 files)
33638 ____________________________________________________________________________
33639 [  8534] By: nick                                  on 2001/01/23  19:30:57
33640         Log: Integrate mainline.
33641      Branch: perlio
33642           !> Changes Configure Porting/Glossary Porting/config.sh
33643           !> Porting/config_H embed.h embed.pl ext/Encode/compile
33644           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
33645           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
33646           !> pod/perlvar.pod proto.h t/lib/1_compile.t
33647 ____________________________________________________________________________
33648 [  8533] By: jhi                                   on 2001/01/23  16:15:46
33649         Log: Forgotten from #8501.
33650      Branch: perl
33651            ! Porting/Glossary Porting/config.sh Porting/config_H
33652 ____________________________________________________________________________
33653 [  8532] By: jhi                                   on 2001/01/23  16:13:27
33654         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
33655              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
33656              Date: Mon, 22 Jan 2001 17:51:58 +0100
33657              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
33658      Branch: perl
33659            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
33660 ____________________________________________________________________________
33661 [  8531] By: jhi                                   on 2001/01/23  15:46:01
33662         Log: Update Changes.
33663      Branch: perl
33664            ! Changes patchlevel.h
33665 ____________________________________________________________________________
33666 [  8530] By: jhi                                   on 2001/01/23  15:38:39
33667         Log: De-cut-and-pasto.
33668      Branch: perl
33669            ! t/lib/1_compile.t
33670 ____________________________________________________________________________
33671 [  8529] By: jhi                                   on 2001/01/23  15:11:04
33672         Log: Document the mkdir trailing slashes case.
33673      Branch: perl
33674            ! pod/perlfunc.pod
33675 ____________________________________________________________________________
33676 [  8528] By: jhi                                   on 2001/01/23  15:08:28
33677         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
33678              get installed:
33679              
33680              Subject: lib/lib.pm
33681              From: <abigail@foad.org>
33682              Date: Mon, 28 Aug 2000 20:35:08 -0400
33683              Message-ID: <20000829003508.21281.qmail@foad.org>
33684      Branch: perl
33685            ! installperl
33686 ____________________________________________________________________________
33687 [  8527] By: jhi                                   on 2001/01/23  14:44:04
33688         Log: Metaconfig unit change for #8526.
33689      Branch: metaconfig
33690            ! U/threads/archname.U
33691 ____________________________________________________________________________
33692 [  8526] By: jhi                                   on 2001/01/23  14:43:19
33693         Log: Attach -perlio to the archname if so selected.
33694      Branch: perl
33695            ! Configure
33696 ____________________________________________________________________________
33697 [  8525] By: jhi                                   on 2001/01/23  14:24:01
33698         Log: Subject: [PATCH] pod/perlvar.pod
33699              From: abigail@foad.org
33700              Date: Tue, 23 Jan 2001 01:41:10 +0100
33701              Message-ID: <20010123004110.22259.qmail@foad.org>
33702      Branch: perl
33703            ! pod/perlvar.pod
33704 ____________________________________________________________________________
33705 [  8524] By: jhi                                   on 2001/01/23  14:22:32
33706         Log: A bug introduced in #8217 (the undefined variable in the
33707              lib/safe1_t #3) fixed, by Charles Lane:
33708              
33709              The earlier patch made it so that stuff running in Safe
33710              compartments could do a "caller" and see "main".  That
33711              little change in name is done right before the code in
33712              the compartment is run, and apparantly the parser
33713              was picking up the stash name before it got changed.
33714              
33715              (why it was threaded vs. unthreaded Perl that was sensitive to this
33716              I still don't know...and it probably doesn't matter).
33717              
33718              I tryed removing the stash name-change and saw that threaded Perl
33719              did indeed pass the lib/safe1.t tests.
33720              
33721              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
33722              do the name change (and to connect _ in the compartment to the global
33723              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
33724              to call _safe_pkg_prep when creating a new compartment.
33725              
33726              Passes all tests with threaded perl on linux; passes all tests
33727              with unthreaded perl on VMS.
33728              
33729              At some point I'll probably want to revisit Safe and Opcode to
33730              provide more sensible handling of global variables...and to get
33731              formats working in Safe compartments, which they don't do currently.
33732      Branch: perl
33733            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
33734 ____________________________________________________________________________
33735 [  8523] By: jhi                                   on 2001/01/23  14:11:58
33736         Log: Also the lib/Thread.pm itself needs to be ignored if
33737              the Thread extension hasn't been built.
33738      Branch: perl
33739            ! t/lib/1_compile.t
33740 ____________________________________________________________________________
33741 [  8522] By: jhi                                   on 2001/01/23  13:51:28
33742         Log: print() instead of warn() so that stderr doesn't get
33743              unncessarily polluted.
33744      Branch: perl
33745            ! ext/Encode/compile
33746 ____________________________________________________________________________
33747 [  8521] By: jhi                                   on 2001/01/23  13:49:48
33748         Log: Integrate perlio.
33749      Branch: perl
33750           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
33751           !> ext/Encode/encode.h
33752 ____________________________________________________________________________
33753 [  8520] By: nick                                  on 2001/01/22  21:44:00
33754         Log: More messing with Encode:
33755              Extra fields in header to allow multiple names and to record
33756              other things "compile" knows.
33757              Re-organise compile to factor out common output routines.
33758      Branch: perlio
33759            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
33760 ____________________________________________________________________________
33761 [  8519] By: nick                                  on 2001/01/22  20:33:50
33762         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
33763      Branch: perlio
33764            ! ext/Encode/Makefile.PL ext/Encode/compile
33765 ____________________________________________________________________________
33766 [  8518] By: nick                                  on 2001/01/22  20:28:13
33767         Log: Integrate mainline
33768      Branch: perlio
33769           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
33770           !> vos/config.alpha.def vos/config.alpha.h
33771 ____________________________________________________________________________
33772 [  8517] By: jhi                                   on 2001/01/22  15:37:17
33773         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
33774              by Inaba Hiroto.
33775      Branch: perl
33776            ! sv.c
33777 ____________________________________________________________________________
33778 [  8516] By: jhi                                   on 2001/01/22  14:55:15
33779         Log: More SIG_SIZE fixes.
33780      Branch: perl
33781            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
33782 ____________________________________________________________________________
33783 [  8515] By: jhi                                   on 2001/01/22  14:50:27
33784         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
33785              From: "Craig A. Berry" <craigberry@mac.com>
33786              Date: Mon, 22 Jan 2001 00:42:24 -0600
33787              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
33788      Branch: perl
33789            ! configure.com
33790 ____________________________________________________________________________
33791 [  8514] By: jhi                                   on 2001/01/22  14:31:17
33792         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
33793              From: "Craig A. Berry" <craigberry@mac.com>
33794              Date: Sun, 21 Jan 2001 23:03:25 -0600
33795              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
33796      Branch: perl
33797            ! configure.com
33798 ____________________________________________________________________________
33799 [  8513] By: jhi                                   on 2001/01/22  14:14:00
33800         Log: Add the .ucm encoding tables to the MANIFEST.
33801      Branch: perl
33802            ! MANIFEST
33803 ____________________________________________________________________________
33804 [  8512] By: jhi                                   on 2001/01/22  13:43:33
33805         Log: Integrate perlio.
33806      Branch: perl
33807           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
33808           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
33809           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
33810           +> ext/Encode/Encode/iso8859-10.ucm
33811           +> ext/Encode/Encode/iso8859-13.ucm
33812           +> ext/Encode/Encode/iso8859-14.ucm
33813           +> ext/Encode/Encode/iso8859-15.ucm
33814           +> ext/Encode/Encode/iso8859-16.ucm
33815           +> ext/Encode/Encode/iso8859-2.ucm
33816           +> ext/Encode/Encode/iso8859-3.ucm
33817           +> ext/Encode/Encode/iso8859-4.ucm
33818           +> ext/Encode/Encode/iso8859-5.ucm
33819           +> ext/Encode/Encode/iso8859-6.ucm
33820           +> ext/Encode/Encode/iso8859-7.ucm
33821           +> ext/Encode/Encode/iso8859-8.ucm
33822           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
33823           +> ext/Encode/Encode/symbol.ucm
33824           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
33825           !> perliol.h
33826 ____________________________________________________________________________
33827 [  8511] By: nick                                  on 2001/01/21  23:44:47
33828         Log: Make "real" layers of ":utf8" and ":raw".
33829              So now PERLIO=utf8 perl ...
33830              does what Andreas wanted.
33831              Fix arg passing in open.pm (still have a Carp issue).
33832      Branch: perlio
33833            ! lib/open.pm perlio.c perliol.h
33834 ____________________________________________________________________________
33835 [  8510] By: jhi                                   on 2001/01/21  22:56:53
33836         Log: Document the regex context pushing/popping a bit better.
33837      Branch: perl
33838            ! regexec.c
33839 ____________________________________________________________________________
33840 [  8509] By: jhi                                   on 2001/01/21  22:55:44
33841         Log: Tweak the mkdir trailing slash code some more.
33842              
33843              TO DO: the same handling should probably be done for
33844              all the other filesystem functions that can have directories
33845              as their arguments.
33846      Branch: perl
33847            ! pp_sys.c
33848 ____________________________________________________________________________
33849 [  8508] By: nick                                  on 2001/01/21  21:37:43
33850         Log: Switch "compiled in" encodings to .ucm format.
33851              (Leave others as .enc till we can run-time load .ucm,
33852              or find some other way to load them.)
33853      Branch: perlio
33854            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
33855            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
33856            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
33857            + ext/Encode/Encode/iso8859-10.ucm
33858            + ext/Encode/Encode/iso8859-13.ucm
33859            + ext/Encode/Encode/iso8859-14.ucm
33860            + ext/Encode/Encode/iso8859-15.ucm
33861            + ext/Encode/Encode/iso8859-16.ucm
33862            + ext/Encode/Encode/iso8859-2.ucm
33863            + ext/Encode/Encode/iso8859-3.ucm
33864            + ext/Encode/Encode/iso8859-4.ucm
33865            + ext/Encode/Encode/iso8859-5.ucm
33866            + ext/Encode/Encode/iso8859-6.ucm
33867            + ext/Encode/Encode/iso8859-7.ucm
33868            + ext/Encode/Encode/iso8859-8.ucm
33869            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
33870            + ext/Encode/Encode/symbol.ucm
33871            ! ext/Encode/Makefile.PL ext/Encode/compile
33872 ____________________________________________________________________________
33873 [  8507] By: nick                                  on 2001/01/21  21:02:03
33874         Log: Integrate (partial) mainline.
33875      Branch: perlio
33876           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
33877           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
33878           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
33879 ____________________________________________________________________________
33880 [  8506] By: jhi                                   on 2001/01/21  20:09:30
33881         Log: Update Changes.
33882      Branch: perl
33883            ! Changes patchlevel.h
33884 ____________________________________________________________________________
33885 [  8505] By: jhi                                   on 2001/01/21  19:39:59
33886         Log: Subject: Minor typos in perlfaq2.pod
33887              From: "Stephen P. Potter" <spp@spotter.yi.org>
33888              Message-Id: <200101192101.QAA11911@spotter.yi.org>
33889              Date: Fri, 19 Jan 2001 16:01:13 -0500
33890              
33891              with a nit from Philip Netwon.
33892      Branch: perl
33893            ! pod/perlfaq2.pod
33894 ____________________________________________________________________________
33895 [  8504] By: jhi                                   on 2001/01/21  19:33:05
33896         Log: Metaconfig change for #8503.
33897      Branch: metaconfig
33898            ! U/threads/usethreads.U
33899 ____________________________________________________________________________
33900 [  8503] By: jhi                                   on 2001/01/21  19:32:21
33901         Log: Sanity check for conflicting thread flavours.
33902      Branch: perl
33903            ! Configure config_h.SH
33904 ____________________________________________________________________________
33905 [  8502] By: jhi                                   on 2001/01/21  19:23:00
33906         Log: Metaconfig change for #8501.
33907      Branch: metaconfig
33908            ! U/modified/sig_name.U
33909 ____________________________________________________________________________
33910 [  8501] By: jhi                                   on 2001/01/21  19:22:26
33911         Log: The SIG_SIZE is the number of the elements *excluding*
33912              the terminating NULL.
33913      Branch: perl
33914            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
33915            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
33916            ! win32/config_H.vc
33917 ____________________________________________________________________________
33918 [  8500] By: jhi                                   on 2001/01/21  18:31:31
33919         Log: Integrate perlio.
33920      Branch: perl
33921           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
33922           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
33923           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
33924           !> pp_sys.c proto.h sv.c
33925 ____________________________________________________________________________
33926 [  8499] By: jhi                                   on 2001/01/21  17:43:57
33927         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
33928              From: Hugo <hv@crypt.compulink.co.uk>
33929              Date: Sun, 21 Jan 2001 13:34:05 +0000
33930              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
33931              
33932              In sprintf UTF8ize only if necessary.
33933      Branch: perl
33934            ! sv.c
33935 ____________________________________________________________________________
33936 [  8498] By: nick                                  on 2001/01/21  16:25:32
33937         Log: Encode cleanup.
33938              Add command line control over "compile" so that Makefile.PL
33939              needs can be combined with other uses.
33940              Use command line options in Makefile.PL.
33941              Fix multi-byte parsing in .ucm files.
33942      Branch: perlio
33943            ! ext/Encode/Makefile.PL ext/Encode/compile
33944 ____________________________________________________________________________
33945 [  8497] By: nick                                  on 2001/01/21  12:56:27
33946         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
33947      Branch: perlio
33948            ! ext/Encode/Encode.xs
33949 ____________________________________________________________________________
33950 [  8496] By: nick                                  on 2001/01/21  12:18:45
33951         Log: Fixup after integrate:
33952              missed the .sym files that are changed by regen_headers
33953              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
33954      Branch: perlio
33955            ! global.sym pp.sym sv.c
33956 ____________________________________________________________________________
33957 [  8495] By: nick                                  on 2001/01/21  11:51:07
33958         Log: Integrate mainline.
33959      Branch: perlio
33960           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
33961           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
33962           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
33963           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
33964           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
33965           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
33966           !> win32/Makefile win32/makefile.mk
33967 ____________________________________________________________________________
33968 [  8494] By: jhi                                   on 2001/01/20  23:12:11
33969         Log: Forgot the expect_number() prototype.
33970      Branch: perl
33971            ! embed.h embed.pl proto.h
33972 ____________________________________________________________________________
33973 [  8493] By: jhi                                   on 2001/01/20  22:56:39
33974         Log: Subject: [PATCH: perl@8482] README.vms URL updates
33975              From: Peter Prymmer <pvhp@forte.com>
33976              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
33977              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
33978              
33979              Plus Craig A. Berry's suggestion to use compaq.com instead
33980              of digital.com.
33981      Branch: perl
33982            ! README.vms
33983 ____________________________________________________________________________
33984 [  8492] By: jhi                                   on 2001/01/20  22:50:05
33985         Log: Memory management calls documentation.
33986      Branch: perl
33987            ! pod/perlguts.pod
33988 ____________________________________________________________________________
33989 [  8491] By: jhi                                   on 2001/01/20  22:38:33
33990         Log: Signedness nit plus few memcpy/Copy nits.
33991      Branch: perl
33992            ! sv.c
33993 ____________________________________________________________________________
33994 [  8490] By: jhi                                   on 2001/01/20  22:25:53
33995         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
33996              From: Peter Prymmer <pvhp@forte.com>
33997              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
33998              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
33999      Branch: perl
34000            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
34001 ____________________________________________________________________________
34002 [  8489] By: jhi                                   on 2001/01/20  22:24:41
34003         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
34004              From: Peter Prymmer <pvhp@forte.com>
34005              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
34006              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
34007      Branch: perl
34008            ! win32/Makefile win32/makefile.mk
34009 ____________________________________________________________________________
34010 [  8488] By: jhi                                   on 2001/01/20  22:22:27
34011         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
34012              From: Peter Prymmer <pvhp@forte.com>
34013              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
34014              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
34015      Branch: perl
34016            ! Makefile.SH
34017 ____________________________________________________________________________
34018 [  8487] By: jhi                                   on 2001/01/20  22:21:18
34019         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
34020              From: Peter Prymmer <pvhp@forte.com>
34021              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
34022              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
34023      Branch: perl
34024            + ext/DynaLoader/dl_dllload.xs
34025            ! MANIFEST Makefile.SH hints/os390.sh
34026 ____________________________________________________________________________
34027 [  8486] By: jhi                                   on 2001/01/20  22:17:53
34028         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
34029              From: Peter Prymmer <pvhp@forte.com>
34030              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
34031              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
34032      Branch: perl
34033            ! README.os390 README.posix-bc
34034 ____________________________________________________________________________
34035 [  8485] By: jhi                                   on 2001/01/20  20:15:30
34036         Log: Document and test the new qu operator.
34037      Branch: perl
34038            + t/op/qu.t
34039            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
34040            ! pod/perlretut.pod pod/perlunicode.pod
34041 ____________________________________________________________________________
34042 [  8484] By: nick                                  on 2001/01/20  19:42:30
34043         Log: Infrastructure to allow:
34044              open($fh,"|-",@array);
34045              to be implemented
34046              i.e. mark pp_open as needing a stack mark, and make pp_open
34047              process its args in that style (and pass them _all_ to tied handles OPEN).
34048              Invent do_openn() which takes SV ** at allow it to see multiple args.
34049              Note this does not _do_ anything yet.
34050      Branch: perlio
34051            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
34052            ! perlapi.c pp_proto.h pp_sys.c proto.h
34053 ____________________________________________________________________________
34054 [  8483] By: nick                                  on 2001/01/20  17:23:14
34055         Log: Integrate mainline.
34056      Branch: perlio
34057           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
34058           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
34059 ____________________________________________________________________________
34060 [  8482] By: jhi                                   on 2001/01/19  15:37:49
34061         Log: Update Changes.
34062      Branch: perl
34063            ! Changes patchlevel.h
34064 ____________________________________________________________________________
34065 [  8481] By: jhi                                   on 2001/01/19  14:41:24
34066         Log: Subject: Re: new feature: s?printf parameter reordering 
34067              From: Hugo <hv@crypt.compulink.co.uk>
34068              Date: Thu, 11 Jan 2001 17:09:03 +0000
34069              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
34070              
34071              - support reordering for all parameters: %, *v, *, .*
34072              - lay down that the reordering specification must immediately
34073              follow that parameter: %3$, *v3$, *3$, .*3$
34074              - fix vectorisation of a zero-length string
34075              - factor out the code choosing the argument to format
34076              
34077              Possibly unwanted side-effects:
34078              - the special format specifiers ' +-0' must now precede any
34079              vectorisation specifier. Tests in op/sprintf and op/ver
34080              have been changed to reflect this.
34081              - sprintf.t test #214 changed its expectations because in many
34082              cases, the next parameter has already been consumed when an
34083              invalid type letter is detected.
34084              
34085              Probably wanted side-effects:
34086              - attempts to format a non-existent parameter will warn as if C<undef>
34087              - attempt to write to non-existent parameter with '%n' will complain
34088              of "attempt to modify read-only value" instead of being silent
34089      Branch: perl
34090            ! sv.c t/op/sprintf.t t/op/ver.t
34091 ____________________________________________________________________________
34092 [  8480] By: jhi                                   on 2001/01/19  14:08:37
34093         Log: Subject: PATCH pragma/locale.t
34094              From: andreas.koenig@anima.de (Andreas J. Koenig)
34095              Date: 18 Jan 2001 09:45:37 +0100
34096              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
34097      Branch: perl
34098            ! t/pragma/locale.t
34099 ____________________________________________________________________________
34100 [  8479] By: jhi                                   on 2001/01/19  13:19:58
34101         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
34102      Branch: perl
34103            ! configure.com
34104 ____________________________________________________________________________
34105 [  8478] By: jhi                                   on 2001/01/19  02:12:35
34106         Log: Automate 1_compile.t.
34107      Branch: perl
34108            ! t/lib/1_compile.t
34109 ____________________________________________________________________________
34110 [  8477] By: jhi                                   on 2001/01/19  01:49:56
34111         Log: Integrate perlio.
34112      Branch: perl
34113           !> sv.c win32/config.bc win32/config.gc win32/config.vc
34114           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
34115 ____________________________________________________________________________
34116 [  8476] By: nick                                  on 2001/01/18  21:51:52
34117         Log: Integrate mainline
34118      Branch: perlio
34119           +> t/lib/1_compile.t t/lib/compmod.pl
34120           !> MANIFEST configure.com lib/unicode/distinct.pm
34121 ____________________________________________________________________________
34122 [  8475] By: nick                                  on 2001/01/18  21:48:02
34123         Log: Win32 "safe signals" co-existance fix.
34124              Fix SIG_SIZE value.
34125              Clear PL_sig_pending when cloning (fork).
34126      Branch: perlio
34127            ! sv.c win32/config.bc win32/config.gc win32/config.vc
34128            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
34129 ____________________________________________________________________________
34130 [  8474] By: jhi                                   on 2001/01/18  14:40:57
34131         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
34132      Branch: perl
34133            ! t/lib/1_compile.t
34134 ____________________________________________________________________________
34135 [  8473] By: gsar                                  on 2001/01/18  11:42:31
34136         Log: unsubmitted trial1 change
34137      Branch: maint-5.6/perl
34138            ! Changes
34139 ____________________________________________________________________________
34140 [  8472] By: jhi                                   on 2001/01/18  04:30:24
34141         Log: The first bug found by 1_compile.t.
34142      Branch: perl
34143            ! lib/unicode/distinct.pm
34144 ____________________________________________________________________________
34145 [  8471] By: jhi                                   on 2001/01/18  04:29:42
34146         Log: Add Schwern's 1_compile test.  The compile_module script renamed
34147              to be a bit shorter for the 8.3 people.
34148      Branch: perl
34149            + t/lib/1_compile.t t/lib/compmod.pl
34150            ! MANIFEST
34151 ____________________________________________________________________________
34152 [  8470] By: jhi                                   on 2001/01/18  04:16:00
34153         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)
34154              From: Peter Prymmer <pvhp@forte.com>
34155              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
34156              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
34157              Replace #8463.
34158      Branch: maint-5.6/perl
34159            ! configure.com
34160 ____________________________________________________________________________
34161 [  8469] By: jhi                                   on 2001/01/18  04:13:02
34162         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)
34163              From: Peter Prymmer <pvhp@forte.com>
34164              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
34165              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
34166              Replace #8462.
34167      Branch: perl
34168            ! configure.com
34169 ____________________________________________________________________________
34170 [  8468] By: jhi                                   on 2001/01/18  03:42:08
34171         Log: Integrate perlio.
34172      Branch: perl
34173           !> gv.c mg.c perlio.c util.c
34174 ____________________________________________________________________________
34175 [  8467] By: nick                                  on 2001/01/17  22:41:10
34176         Log: "Safe" signals - trial implementation.
34177              gv.c tweaked to zero PL_sig_pend array
34178              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
34179              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
34180              Odd thing is that it "works" with PERLIO=stdio as well (linux).
34181      Branch: perlio
34182            ! gv.c mg.c perlio.c util.c
34183 ____________________________________________________________________________
34184 [  8466] By: nick                                  on 2001/01/17  20:40:20
34185         Log: Integrate mainline.
34186      Branch: perlio
34187           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
34188           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
34189           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
34190           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
34191           !> vos/config.ga.h win32/config.bc win32/config.gc
34192           !> win32/config.vc
34193 ____________________________________________________________________________
34194 [  8465] By: jhi                                   on 2001/01/17  18:37:13
34195         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
34196              From: Nicholas Clark <nick@ccl4.org>
34197              Date: Wed, 17 Jan 2001 17:31:33 +0000
34198              Message-ID: <20010117173133.I2633@plum.flirble.org>
34199      Branch: perl
34200            ! t/op/int.t
34201 ____________________________________________________________________________
34202 [  8464] By: jhi                                   on 2001/01/17  14:43:17
34203         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
34204              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
34205              Date: Wed, 17 Jan 2001 15:16:43 +0100
34206              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
34207              
34208              pp_int() was dropping an NV to the floor,
34209              int(279964589018079/59) either returned not an integer
34210              4745162525730.15, or one got "Attempt to free unreferenced scalar."
34211      Branch: perl
34212            ! pp.c
34213 ____________________________________________________________________________
34214 [  8463] By: jhi                                   on 2001/01/17  06:12:42
34215         Log: (Replaced by #8470)
34216              
34217              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)
34218              From: "Craig A. Berry" <craigberry@mac.com>
34219              Date: Tue, 16 Jan 2001 23:38:46 -0600
34220              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
34221      Branch: maint-5.6/perl
34222            ! configure.com
34223 ____________________________________________________________________________
34224 [  8462] By: jhi                                   on 2001/01/17  06:11:31
34225         Log: (Replaced by #8469)
34226              
34227              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)
34228              From: "Craig A. Berry" <craigberry@mac.com>
34229              Date: Tue, 16 Jan 2001 23:38:46 -0600
34230              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
34231      Branch: perl
34232            ! configure.com
34233 ____________________________________________________________________________
34234 [  8461] By: jhi                                   on 2001/01/17  05:56:12
34235         Log: Allow for one trailing slash in the directory of mkdir().
34236      Branch: perl
34237            ! pp_sys.c
34238 ____________________________________________________________________________
34239 [  8460] By: jhi                                   on 2001/01/17  03:26:01
34240         Log: Metaconfig unit changes for #8459.
34241      Branch: metaconfig
34242            ! U/modified/Loc.U U/modified/sig_name.U
34243 ____________________________________________________________________________
34244 [  8459] By: jhi                                   on 2001/01/17  03:24:48
34245         Log: Define SIG_SIZE, the number of elements in the sig_name and
34246              sig_num arrays, including the final NULL entry.
34247      Branch: perl
34248            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
34249            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
34250            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
34251            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
34252            ! win32/config.bc win32/config.gc win32/config.vc
34253 ____________________________________________________________________________
34254 [  8458] By: jhi                                   on 2001/01/17  01:41:33
34255         Log: Integrate perlio.
34256      Branch: perl
34257           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
34258           !> perlapi.h proto.h sv.c
34259 ____________________________________________________________________________
34260 [  8457] By: nick                                  on 2001/01/16  22:07:26
34261         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
34262              Provides all the "cost" but no benefit yet - it is to allow cost
34263              to be measured, and implementation experiments (just in mg.c?).
34264      Branch: perlio
34265            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
34266            ! perlapi.h proto.h sv.c
34267 ____________________________________________________________________________
34268 [  8456] By: nick                                  on 2001/01/16  21:07:07
34269         Log: Integrate mainline.
34270      Branch: perlio
34271           !> (integrate 51 files)
34272 ____________________________________________________________________________
34273 [  8455] By: jhi                                   on 2001/01/16  18:13:43
34274         Log: Subject: [PATCH] regcomp.c old feature removal
34275              From: mjd@plover.com
34276              Date: 16 Jan 2001 14:43:18 -0000 
34277              Message-ID: <20010116144318.7140.qmail@plover.com> 
34278      Branch: perl
34279            ! regcomp.c
34280 ____________________________________________________________________________
34281 [  8454] By: jhi                                   on 2001/01/16  16:12:39
34282         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
34283              From: "Indy Singh" <indy@nusphere.com>
34284              Date: Wed, 10 Jan 2001 20:17:49 -0500
34285              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
34286      Branch: maint-5.6/perl
34287            ! win32/Makefile
34288 ____________________________________________________________________________
34289 [  8453] By: jhi                                   on 2001/01/16  16:09:33
34290         Log: Update Changes.
34291      Branch: perl
34292            ! Changes patchlevel.h
34293 ____________________________________________________________________________
34294 [  8452] By: jhi                                   on 2001/01/16  15:42:04
34295         Log: Subject: Re: API Cleanup
34296              To: perl5-porters@perl.org
34297              Date: Tue, 16 Jan 2001 13:42:30 +0000
34298              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
34299              
34300              Subject: [PATCH] utf8.c documentation
34301              From: Simon Cozens <simon@cozens.net>
34302              Date: Tue, 16 Jan 2001 13:52:48 +0000
34303              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
34304              
34305              Subject: Re: API Cleanup
34306              From: Simon Cozens <simon@cozens.net>
34307              Date: Tue, 16 Jan 2001 14:58:55 +0000
34308              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
34309              
34310              UTF-8 doc patches.
34311      Branch: perl
34312            ! embed.pl pod/perlapi.pod utf8.c
34313 ____________________________________________________________________________
34314 [  8451] By: jhi                                   on 2001/01/16  14:41:39
34315         Log: podlators 1.07, from Russ Allbery.
34316      Branch: perl
34317            ! lib/Pod/Man.pm
34318 ____________________________________________________________________________
34319 [  8450] By: jhi                                   on 2001/01/16  14:24:19
34320         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
34321              From: "Indy Singh" <indy@nusphere.com>
34322              Date: Mon, 15 Jan 2001 20:59:40 -0500
34323              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
34324      Branch: perl
34325            ! win32/Makefile
34326 ____________________________________________________________________________
34327 [  8449] By: jhi                                   on 2001/01/16  03:42:55
34328         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
34329              at the setting of the ofs_sv in new_struct_thread() as the
34330              thr->Tofs_sv (PL_ofs_sv) was still 0xabab...., SvREFCNT_inc()ing
34331              that invited a core dump.
34332      Branch: perl
34333            ! util.c
34334 ____________________________________________________________________________
34335 [  8448] By: jhi                                   on 2001/01/16  01:49:07
34336         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
34337              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
34338              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
34339              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
34340              
34341              Replace #8444 and #8445.
34342      Branch: perl
34343            ! ext/B/B.xs ext/B/B/Debug.pm
34344 ____________________________________________________________________________
34345 [  8447] By: jhi                                   on 2001/01/15  21:05:35
34346         Log: Subject: [PATCH] API Variable documentation   
34347              From: Simon Cozens <simon@cozens.net>
34348              Date: Mon, 15 Jan 2001 19:35:54 +0000
34349              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
34350      Branch: perl
34351            ! pod/perlapi.pod thrdvar.h
34352 ____________________________________________________________________________
34353 [  8446] By: jhi                                   on 2001/01/15  20:49:20
34354         Log: Signedness nit.
34355      Branch: perl
34356            ! pp_ctl.c
34357 ____________________________________________________________________________
34358 [  8445] By: jhi                                   on 2001/01/15  20:28:48
34359         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
34360      Branch: perl
34361            ! ext/B/B/Debug.pm
34362 ____________________________________________________________________________
34363 [  8444] By: jhi                                   on 2001/01/15  13:09:10
34364         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
34365      Branch: perl
34366            ! ext/B/B.xs
34367 ____________________________________________________________________________
34368 [  8443] By: jhi                                   on 2001/01/15  13:06:26
34369         Log: Missing from #8439.
34370      Branch: perl
34371            ! keywords.h mg.c
34372 ____________________________________________________________________________
34373 [  8442] By: jhi                                   on 2001/01/15  13:02:38
34374         Log: Subject: [PATCH @8436] Eliminate op_children
34375              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
34376              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
34377              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
34378              
34379              Subject: [PATCH @8436] Re: Eliminate op_children
34380              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
34381              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
34382              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
34383      Branch: perl
34384            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
34385            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
34386            ! op.c op.h
34387 ____________________________________________________________________________
34388 [  8441] By: jhi                                   on 2001/01/15  12:57:08
34389         Log: Use the /^Perl_/-less form of is_lvalue_sub().
34390      Branch: perl
34391            ! pp.h
34392 ____________________________________________________________________________
34393 [  8440] By: jhi                                   on 2001/01/15  05:13:09
34394         Log: Revert #8437 and #8438, the Linux large files story is more complex.
34395      Branch: metaconfig/U/perl
34396            ! d_fpos64_t.U d_off64_t.U
34397      Branch: perl
34398            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
34399            ! config_h.SH configure.com epoc/config.sh perl.h
34400            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
34401            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
34402            ! win32/config.bc win32/config.gc win32/config.vc
34403 ____________________________________________________________________________
34404 [  8439] By: jhi                                   on 2001/01/15  05:02:24
34405         Log: More UTF-8 patches from Inaba Hiroto.
34406              - The substr lval was still not okay.
34407              - Now pp_stringify and sv_setsv copies source's UTF8 flag
34408              even if IN_BYTE.  pp_stringify is called from fold_constants
34409              at optimization phase and "\x{100}" was made SvUTF8_off under
34410              use bytes (the bytes pragma is for "byte semantics" and not
34411              for "do not produce UTF8 data")
34412              - New `qu' operator to generate UTF8 string explicitly.
34413              Though I agree with the policy "0x00-0xff always produce bytes",
34414              sometimes want to such a string to be coded in UTF8.
34415              I can use pack"U0a*" but it requires more typing and has
34416              runtime overhead.
34417              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
34418              change, the bug apears if a pm has PMdf_UTF8 flag but interpolated
34419              string is not UTF8_on and has char 0x80-0xff.
34420              
34421              TODO: document and test qu.
34422      Branch: perl
34423            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
34424            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
34425            ! toke.c
34426 ____________________________________________________________________________
34427 [  8438] By: jhi                                   on 2001/01/14  05:10:23
34428         Log: Metaconfig unit changes for #8437.
34429      Branch: metaconfig/U/perl
34430            ! d_fpos64_t.U d_off64_t.U
34431 ____________________________________________________________________________
34432 [  8437] By: jhi                                   on 2001/01/14  04:55:34
34433         Log: Add <features.h> probing, seems to be needed for (some?)
34434              Linux largefileness.
34435      Branch: perl
34436            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
34437            ! config_h.SH configure.com epoc/config.sh perl.h
34438            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
34439            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
34440            ! win32/config.bc win32/config.gc win32/config.vc
34441 ____________________________________________________________________________
34442 [  8436] By: jhi                                   on 2001/01/13  17:47:21
34443         Log: Tighten some of the tests a bit.
34444      Branch: perl
34445            ! t/pragma/utf8.t
34446 ____________________________________________________________________________
34447 [  8435] By: jhi                                   on 2001/01/13  17:31:54
34448         Log: Integrate perlio.
34449      Branch: perl
34450           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
34451           !> win32/config_H.gc win32/config_H.vc
34452 ____________________________________________________________________________
34453 [  8434] By: nick                                  on 2001/01/13  11:36:53
34454         Log: Run dmake regen_config_h for Win32
34455      Branch: perlio
34456            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
34457 ____________________________________________________________________________
34458 [  8433] By: nick                                  on 2001/01/13  11:31:55
34459         Log: VMS friendly patch to Encode compile process
34460      Branch: perlio
34461            ! ext/Encode/Makefile.PL ext/Encode/compile
34462 ____________________________________________________________________________
34463 [  8432] By: nick                                  on 2001/01/13  11:06:44
34464         Log: Integrate mainline
34465      Branch: perlio
34466           +> ext/B/B/Concise.pm
34467           !> (integrate 52 files)
34468 ____________________________________________________________________________
34469 [  8431] By: jhi                                   on 2001/01/13  05:55:55
34470         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
34471              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
34472              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
34473              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
34474      Branch: perl
34475            ! ext/B/B/Concise.pm
34476 ____________________________________________________________________________
34477 [  8430] By: jhi                                   on 2001/01/13  04:24:18
34478         Log: The LVRET macro needed an aTHX.
34479      Branch: perl
34480            ! pp.h
34481 ____________________________________________________________________________
34482 [  8429] By: jhi                                   on 2001/01/13  02:12:42
34483         Log: Update Changes.
34484      Branch: perl
34485            ! Changes patchlevel.h
34486 ____________________________________________________________________________
34487 [  8428] By: jhi                                   on 2001/01/13  02:08:50
34488         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
34489              From: Peter Prymmer <pvhp@forte.com>
34490              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
34491              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
34492              
34493              Add a BEGIN guard for sloppy floating point division.
34494      Branch: perl
34495            ! lib/Math/BigInt.pm lib/bigint.pl
34496 ____________________________________________________________________________
34497 [  8427] By: jhi                                   on 2001/01/13  01:47:16
34498         Log: The B::Terse drop-in replacement wasn't quite drop-in.
34499      Branch: perl
34500            ! ext/B/B/Terse.pm
34501 ____________________________________________________________________________
34502 [  8426] By: jhi                                   on 2001/01/12  21:20:43
34503         Log: Use UVXf.
34504      Branch: perl
34505            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
34506            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
34507            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
34508            ! vos/config.ga.def vos/config.ga.h win32/config.bc
34509            ! win32/config.gc win32/config.vc
34510 ____________________________________________________________________________
34511 [  8425] By: jhi                                   on 2001/01/12  20:20:14
34512         Log: Subject: [PATCH perl@8342] -Wformat
34513              From: Robin Barker <rmb1@cise.npl.co.uk>
34514              Date: Fri, 12 Jan 2001 20:03:14 GMT
34515              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
34516      Branch: perl
34517            ! ext/Encode/Encode.xs mg.c sv.c toke.c
34518 ____________________________________________________________________________
34519 [  8424] By: jhi                                   on 2001/01/12  20:01:48
34520         Log: Subject: B::Concise -- an improved replacement for B::Terse 
34521              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
34522              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
34523              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
34524      Branch: perl
34525            + ext/B/B/Concise.pm
34526            ! MANIFEST ext/B/B/Terse.pm
34527 ____________________________________________________________________________
34528 [  8423] By: jhi                                   on 2001/01/12  19:24:02
34529         Log: The new metaconfig unit from the #8421.
34530      Branch: metaconfig/U/perl
34531            + d_sigprocmask.U
34532 ____________________________________________________________________________
34533 [  8422] By: jhi                                   on 2001/01/12  19:23:43
34534         Log: Forgot the microperl config from the #8421.
34535      Branch: perl
34536            ! uconfig.h uconfig.sh
34537 ____________________________________________________________________________
34538 [  8421] By: jhi                                   on 2001/01/12  19:05:27
34539         Log: Add sigprocmask() probe, regen Configure, regen toc.
34540      Branch: perl
34541            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
34542            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
34543            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
34544            ! vos/config.ga.h win32/config.bc win32/config.gc
34545            ! win32/config.vc
34546 ____________________________________________________________________________
34547 [  8420] By: jhi                                   on 2001/01/12  18:34:31
34548         Log: Add sockatmark() to the todo list.
34549      Branch: perl
34550            ! Todo-5.6
34551 ____________________________________________________________________________
34552 [  8419] By: jhi                                   on 2001/01/12  18:09:46
34553         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
34554      Branch: perl
34555            ! op.c
34556 ____________________________________________________________________________
34557 [  8418] By: jhi                                   on 2001/01/12  18:05:30
34558         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
34559              From: Radu Greab <radu@netsoft.ro>
34560              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
34561              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
34562      Branch: perl
34563            ! op.c t/pragma/sub_lval.t
34564 ____________________________________________________________________________
34565 [  8417] By: jhi                                   on 2001/01/12  16:09:09
34566         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
34567              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
34568              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
34569              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
34570      Branch: perl
34571            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
34572            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
34573            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
34574            ! t/pragma/sub_lval.t toke.c
34575 ____________________________________________________________________________
34576 [  8416] By: jhi                                   on 2001/01/12  15:42:06
34577         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
34578              From: "Richard Soderberg" <rs@crystalflame.net>
34579              Date: Fri, 12 Jan 2001 04:49:35 -0800
34580              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
34581              
34582              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
34583              according to the platform.
34584      Branch: perl
34585            ! op.c
34586 ____________________________________________________________________________
34587 [  8415] By: jhi                                   on 2001/01/12  15:33:41
34588         Log: One more UTF-8 fix from Inaba Hiroto.
34589      Branch: perl
34590            ! pp.c regexec.c t/pragma/utf8.t
34591 ____________________________________________________________________________
34592 [  8414] By: jhi                                   on 2001/01/12  15:30:18
34593         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
34594      Branch: perl
34595            ! regexec.c
34596 ____________________________________________________________________________
34597 [  8413] By: jhi                                   on 2001/01/12  15:22:10
34598         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
34599              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
34600              Date: Thu, 11 Jan 2001 12:53:36 +0100
34601              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
34602      Branch: perl
34603            ! toke.c
34604 ____________________________________________________________________________
34605 [  8412] By: jhi                                   on 2001/01/12  15:20:25
34606         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
34607              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
34608              Date: Fri, 12 Jan 2001 14:37:55 +0100
34609              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
34610      Branch: perl
34611            ! hints/posix-bc.sh
34612 ____________________________________________________________________________
34613 [  8411] By: jhi                                   on 2001/01/12  15:14:14
34614         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
34615              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
34616              Date: Fri, 12 Jan 2001 10:42:21 +0100
34617              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
34618      Branch: perl
34619            ! t/op/regmesg.t
34620 ____________________________________________________________________________
34621 [  8410] By: jhi                                   on 2001/01/12  05:48:55
34622         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
34623              From: Nicholas Clark <nick@ccl4.org> 
34624              Date: Sun, 7 Jan 2001 19:47:14 +0000
34625              Message-ID: <20010107194714.B1048@plum.flirble.org>
34626      Branch: perl
34627            ! t/op/numconvert.t
34628 ____________________________________________________________________________
34629 [  8409] By: jhi                                   on 2001/01/12  05:41:28
34630         Log: Integrate perlio.
34631      Branch: perl
34632           !> mg.c scope.h
34633 ____________________________________________________________________________
34634 [  8408] By: nick                                  on 2001/01/11  22:43:28
34635         Log: Remove variables that were used in experiments.
34636      Branch: perlio
34637            ! mg.c
34638 ____________________________________________________________________________
34639 [  8407] By: nick                                  on 2001/01/11  20:57:44
34640         Log: Catch die in %SIG handler and unblock the signal before re-dying.
34641              This make Linux work _without_ sigsetjmp().
34642              Turn off sigsetjmp() to see what else it does.
34643              May need Configure probe for sigprocmask() if anything has sigaction()
34644              but not sigprocmask().
34645      Branch: perlio
34646            ! mg.c scope.h
34647 ____________________________________________________________________________
34648 [  8406] By: nick                                  on 2001/01/11  19:32:07
34649         Log: Integrate mainline
34650      Branch: perlio
34651           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
34652           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
34653           !> t/op/substr.t
34654 ____________________________________________________________________________
34655 [  8405] By: jhi                                   on 2001/01/11  17:11:01
34656         Log: Fix UTF-8 lval substr().
34657      Branch: perl
34658            ! mg.c t/op/substr.t
34659 ____________________________________________________________________________
34660 [  8404] By: jhi                                   on 2001/01/11  05:13:58
34661         Log: Update Changes.
34662      Branch: perl
34663            ! Changes patchlevel.h
34664 ____________________________________________________________________________
34665 [  8403] By: jhi                                   on 2001/01/11  04:38:24
34666         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
34667              From: Hugo <hv@crypt.compulink.co.uk>
34668              Date: Mon, 30 Oct 2000 01:33:26 +0000
34669              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
34670      Branch: perl
34671            ! regexec.c t/op/re_tests
34672 ____________________________________________________________________________
34673 [  8402] By: jhi                                   on 2001/01/11  04:26:12
34674         Log: Integrate perlio.
34675      Branch: perl
34676           !> scope.h util.c
34677 ____________________________________________________________________________
34678 [  8401] By: nick                                  on 2001/01/10  22:52:55
34679         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
34680              (So Alan and Ilya can try setting via hints.)
34681              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
34682              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
34683              doing the save everywhere seems to restart read() correctly, but just
34684              doing it once "round" the handler does not.
34685      Branch: perlio
34686            ! scope.h
34687 ____________________________________________________________________________
34688 [  8400] By: jhi                                   on 2001/01/10  21:57:54
34689         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
34690              of IRIX, HP-UX is unaffected.
34691      Branch: perl
34692            ! perl.h
34693 ____________________________________________________________________________
34694 [  8399] By: nick                                  on 2001/01/10  21:29:19
34695         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
34696      Branch: perlio
34697            ! util.c
34698 ____________________________________________________________________________
34699 [  8398] By: jhi                                   on 2001/01/10  20:55:31
34700         Log: Add ReuseAddr as a (preferred) alias for Reuse as we now
34701              also have ReusePort.
34702      Branch: perl
34703            ! ext/IO/lib/IO/Socket/INET.pm
34704 ____________________________________________________________________________
34705 [  8397] By: jhi                                   on 2001/01/10  20:50:57
34706         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
34707              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
34708              Date: Wed, 10 Jan 2001 01:38:13 -0800
34709              Message-ID: <20010110013813.B41744@yahoo-inc.com>
34710      Branch: perl
34711            ! ext/IO/lib/IO/Socket/INET.pm
34712 ____________________________________________________________________________
34713 [  8396] By: jhi                                   on 2001/01/10  20:49:30
34714         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
34715              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
34716              Date: Wed, 10 Jan 2001 01:37:32 -0800
34717              Message-ID: <20010110013732.A41744@yahoo-inc.com>
34718      Branch: perl
34719            ! ext/Socket/Socket.pm
34720 ____________________________________________________________________________
34721 [  8395] By: jhi                                   on 2001/01/10  20:41:37
34722         Log: Test for bug id 20010105.016 (fixed by #8378).
34723      Branch: perl
34724            ! t/op/split.t
34725 ____________________________________________________________________________
34726 [  8394] By: jhi                                   on 2001/01/10  20:26:32
34727         Log: Integrate perlio.
34728      Branch: perl
34729            ! util.c
34730 ____________________________________________________________________________
34731 [  8393] By: nick                                  on 2001/01/10  19:34:30
34732         Log: Back out Simon's pid hackery for now.
34733      Branch: perlio
34734            ! util.c
34735 ____________________________________________________________________________
34736 [  8392] By: nick                                  on 2001/01/10  19:23:13
34737         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
34738      Branch: perlio
34739           !> (integrate 29 files)
34740 ____________________________________________________________________________
34741 [  8391] By: jhi                                   on 2001/01/10  18:43:15
34742         Log: Subject: [PATCH] Fix my_pclose segfault
34743              From: Simon Cozens <simon@cozens.net>
34744              Date: Wed, 10 Jan 2001 18:39:35 +0000
34745              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
34746      Branch: perl
34747            ! util.c
34748 ____________________________________________________________________________
34749 [  8390] By: jhi                                   on 2001/01/10  18:42:08
34750         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
34751              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
34752              Date:     Wed, 10 Jan 2001 13:23:02 EST
34753              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
34754      Branch: perl
34755            ! ext/Opcode/Opcode.xs
34756 ____________________________________________________________________________
34757 [  8389] By: jhi                                   on 2001/01/10  15:16:07
34758         Log: Turn off the integer preservation for now.
34759      Branch: perl
34760            ! perl.h
34761 ____________________________________________________________________________
34762 [  8388] By: jhi                                   on 2001/01/10  15:01:25
34763         Log: Few more IDE/editor nits from p5p.
34764      Branch: perl
34765            ! pod/perlfaq3.pod
34766 ____________________________________________________________________________
34767 [  8387] By: jhi                                   on 2001/01/10  06:53:16
34768         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
34769              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
34770              Date: Tue, 9 Jan 2001 23:16:02 +0000
34771              Message-ID: <20010109231602.A81101@plum.flirble.org>
34772      Branch: perl
34773            ! sv.c
34774 ____________________________________________________________________________
34775 [  8386] By: jhi                                   on 2001/01/10  03:17:54
34776         Log: Test cases for #8385 (from Simon's "torture.pl")
34777      Branch: perl
34778            ! t/op/tr.t
34779 ____________________________________________________________________________
34780 [  8385] By: jhi                                   on 2001/01/10  03:17:11
34781         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
34782              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
34783              Date: Wed, 10 Jan 2001 11:39:39 +0900
34784              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
34785              
34786              Some more UTF-8 tr cases fixed.
34787      Branch: perl
34788            ! doop.c
34789 ____________________________________________________________________________
34790 [  8384] By: jhi                                   on 2001/01/09  22:45:40
34791         Log: Allow the locale test needing POSIX and the taint test
34792              needing IPC::SysV to run under 'minitest' (basically,
34793              bail out if loading the extension fails)
34794      Branch: perl
34795            ! t/op/misc.t t/op/taint.t
34796 ____________________________________________________________________________
34797 [  8383] By: jhi                                   on 2001/01/09  21:36:04
34798         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
34799              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
34800              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
34801              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
34802      Branch: perl
34803            ! t/io/openpid.t
34804 ____________________________________________________________________________
34805 [  8382] By: jhi                                   on 2001/01/09  21:06:08
34806         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
34807              Should finish up the bug id 20001205.022.
34808      Branch: perl
34809            ! pp.c pp_hot.c scope.c
34810 ____________________________________________________________________________
34811 [  8381] By: jhi                                   on 2001/01/09  18:27:43
34812         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
34813              From: Andy Dougherty <doughera@lafayette.edu>
34814              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
34815              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
34816              
34817              More robust yacc/bison error detection.
34818      Branch: perl
34819            ! t/comp/proto.t
34820 ____________________________________________________________________________
34821 [  8380] By: jhi                                   on 2001/01/09  15:21:38
34822         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
34823              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
34824              Date:     Tue, 9 Jan 2001 07:53:55 EST
34825              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
34826      Branch: perl
34827            ! t/op/misc.t vms/test.com
34828 ____________________________________________________________________________
34829 [  8379] By: jhi                                   on 2001/01/09  15:20:38
34830         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
34831              From: jhi@cc.hut.fi
34832              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
34833              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
34834              
34835              The #8378 fixed this.
34836      Branch: perl
34837            ! t/op/tr.t
34838 ____________________________________________________________________________
34839 [  8378] By: jhi                                   on 2001/01/09  15:05:32
34840         Log: Subject: One more patch for UTF8 
34841              From: Inaba Hiroto <inaba@st.rim.or.jp>
34842              Date: Tue, 09 Jan 2001 01:04:32 +0900
34843              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
34844              
34845              UTF-8 fixes for 'x' and tr///.
34846      Branch: perl
34847            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
34848            ! regcomp.c regexec.c toke.c utf8.c
34849 ____________________________________________________________________________
34850 [  8377] By: jhi                                   on 2001/01/09  14:32:17
34851         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
34852      Branch: perl
34853            ! t/op/length.t
34854 ____________________________________________________________________________
34855 [  8376] By: jhi                                   on 2001/01/09  04:32:32
34856         Log: integrate changes #7775, #8316, #8316 from mainline
34857      Branch: maint-5.6/perl
34858            ! hints/solaris_2.sh
34859 ____________________________________________________________________________
34860 [  8375] By: jhi                                   on 2001/01/09  04:26:43
34861         Log: Update Changes.
34862      Branch: perl
34863            ! Changes patchlevel.h
34864 ____________________________________________________________________________
34865 [  8374] By: jhi                                   on 2001/01/09  04:14:32
34866         Log: IDE/editor section tweaking.
34867      Branch: perl
34868            ! pod/perlfaq3.pod
34869 ____________________________________________________________________________
34870 [  8373] By: jhi                                   on 2001/01/09  02:38:26
34871         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
34872              From: Peter Prymmer <pvhp@forte.com>
34873              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
34874              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
34875              
34876              In preparation os OS/390 dynamic loading.
34877      Branch: perl
34878            ! README.os390 hints/os390.sh
34879 ____________________________________________________________________________
34880 [  8372] By: jhi                                   on 2001/01/09  00:24:30
34881         Log: Integrate with perlio.
34882      Branch: perl
34883           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
34884 ____________________________________________________________________________
34885 [  8371] By: nick                                  on 2001/01/08  23:54:33
34886         Log: Fix "scalars leaked" bugs caused by overload magic
34887              (Highlighted by Ilya's DESTROY optimization.)
34888      Branch: perlio
34889            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
34890 ____________________________________________________________________________
34891 [  8370] By: nick                                  on 2001/01/08  20:19:41
34892         Log: Integrate mainline
34893      Branch: perlio
34894           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
34895           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
34896           !> t/op/64bitint.t
34897 ____________________________________________________________________________
34898 [  8369] By: jhi                                   on 2001/01/08  17:30:52
34899         Log: save_delete() Safefree() doesn't (anymore?) work with shared
34900              strings, one test failure in op/misc and almost all of lib/b.
34901              (Outcomments #8369.)
34902      Branch: perl
34903            ! scope.c
34904 ____________________________________________________________________________
34905 [  8368] By: jhi                                   on 2001/01/08  14:47:10
34906         Log: (Outcommented by #8369.)
34907              
34908              Subject: Re: Perl BugID 20001205.022 ---- save_delete
34909              From: Simon Cozens <simon@cozens.net>
34910              Date: Sat, 6 Jan 2001 11:48:40 +0000
34911              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
34912              
34913              The save_delete() does need the Safefree.
34914      Branch: perl
34915            ! scope.c
34916 ____________________________________________________________________________
34917 [  8367] By: bailey                                on 2001/01/08  08:53:52
34918         Log: Once again syncing after too long an absence
34919      Branch: vmsperl
34920           +> (branch 55 files)
34921            - MAINTAIN fix_pl vos/config.def vos/config.h
34922            - vos/config_h.SH_orig
34923           !> (integrate 498 files)
34924 ____________________________________________________________________________
34925 [  8366] By: jhi                                   on 2001/01/08  02:42:59
34926         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
34927              From: nick@ccl4.org
34928              Date: Sun, 7 Jan 2001 21:07:18 +0000
34929              Message-Id: <20010107210717.D1048@plum.flirble.org>
34930      Branch: perl
34931            ! sv.c t/op/64bitint.t
34932 ____________________________________________________________________________
34933 [  8365] By: jhi                                   on 2001/01/08  02:35:16
34934         Log: Subject: [PATCH] environ nit
34935              From: Simon Cozens <simon@cozens.net>
34936              Date: Sun, 7 Jan 2001 17:57:07 +0000
34937              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
34938              
34939              Use environ only if we have it.
34940      Branch: perl
34941            ! mg.c
34942 ____________________________________________________________________________
34943 [  8364] By: jhi                                   on 2001/01/08  02:24:51
34944         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
34945      Branch: perl
34946            ! ext/GDBM_File/GDBM_File.xs
34947 ____________________________________________________________________________
34948 [  8363] By: jhi                                   on 2001/01/08  02:19:24
34949         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
34950              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
34951              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
34952              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
34953      Branch: perl
34954            ! dump.c op.c
34955 ____________________________________________________________________________
34956 [  8362] By: jhi                                   on 2001/01/08  02:17:43
34957         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
34958              From: Doug MacEachern <dougm@covalent.net>
34959              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
34960              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
34961              
34962              Allow AUTOLOAD to be an xsub and allow such xsubs
34963              to avoid use of $AUTOLOAD.
34964      Branch: perl
34965            ! gv.c
34966 ____________________________________________________________________________
34967 [  8361] By: jhi                                   on 2001/01/08  02:16:07
34968         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
34969              From: Radu Greab <radu@netsoft.ro>
34970              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
34971              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
34972              
34973              No need for the potentially unportable $SIG{CHLD}.
34974      Branch: perl
34975            ! t/io/pipe.t
34976 ____________________________________________________________________________
34977 [  8360] By: jhi                                   on 2001/01/08  01:58:23
34978         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
34979      Branch: perl
34980            ! lib/Getopt/Long.pm
34981 ____________________________________________________________________________
34982 [  8359] By: jhi                                   on 2001/01/08  01:55:44
34983         Log: Integrate perlio.
34984      Branch: perl
34985           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
34986           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
34987           !> utf8.c win32/Makefile
34988 ____________________________________________________________________________
34989 [  8358] By: jhi                                   on 2001/01/07  21:16:50
34990         Log: Update the EPOC cross SDK URL.
34991      Branch: perl
34992            ! README.epoc
34993 ____________________________________________________________________________
34994 [  8357] By: jhi                                   on 2001/01/07  21:16:09
34995         Log: Update the EPOC cross SDK URL.
34996      Branch: maint-5.6/perl
34997            ! README.epoc
34998 ____________________________________________________________________________
34999 [  8356] By: nick                                  on 2001/01/06  21:47:52
35000         Log: FILE * in XS code for PerlIO world:
35001              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
35002              - Add FILE * T_STDIO typemap.
35003              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
35004      Branch: perlio
35005            ! lib/ExtUtils/typemap perlio.c perlio.h
35006 ____________________________________________________________________________
35007 [  8355] By: jhi                                   on 2001/01/06  20:27:15
35008         Log: integrate change #8336 from mainline
35009              
35010              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
35011      Branch: maint-5.6/perl
35012            ! hv.c
35013 ____________________________________________________________________________
35014 [  8354] By: jhi                                   on 2001/01/06  20:24:29
35015         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
35016              From: Robin Barker <rmb1@cise.npl.co.uk>
35017              Date: Fri, 22 Dec 2000 12:17:38 GMT
35018              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
35019              
35020              The patch reformats some long =item lines so they give
35021              correct output via pod2man | nroff -man
35022              
35023              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
35024              From: Robin Barker <rmb1@cise.npl.co.uk>
35025              Date: Tue, 2 Jan 2001 15:35:03 GMT
35026              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
35027              
35028              Here is a _further_ patch which corrects a few more errors:
35029              * an empty C<=item> in CPAN.pm
35030              * patching the wrong file (pod/perlamiga.pod not README.amiga)
35031              * leaving empty C<=item>s which formatted incorrectly
35032              * over long C<=item>s revealed by latest patch to Pod::Man
35033      Branch: maint-5.6/perl
35034            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
35035            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
35036            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
35037            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
35038            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
35039            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
35040 ____________________________________________________________________________
35041 [  8353] By: jhi                                   on 2001/01/06  20:21:10
35042         Log: integrate changes #7980, 7990, 8056, 8057 from mainline
35043              
35044              UTF-8 hash keys.
35045      Branch: maint-5.6/perl
35046            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
35047 ____________________________________________________________________________
35048 [  8352] By: jhi                                   on 2001/01/06  20:18:44
35049         Log: Forgotten from #8438.
35050      Branch: maint-5.6/perl
35051            ! epoc/epocish.h
35052 ____________________________________________________________________________
35053 [  8351] By: jhi                                   on 2001/01/06  20:18:12
35054         Log: Forgotten from #8347.
35055      Branch: maint-5.6/perl
35056            ! config_h.SH
35057 ____________________________________________________________________________
35058 [  8350] By: jhi                                   on 2001/01/06  20:00:19
35059         Log: Thinko in #8347.
35060      Branch: maint-5.6/perl
35061            ! regcomp.c
35062 ____________________________________________________________________________
35063 [  8349] By: jhi                                   on 2001/01/06  18:05:30
35064         Log: Copy the FAQ3 IDE section from the development branch,
35065              changes originally by Peter Prymmer.
35066      Branch: maint-5.6/perl
35067            ! pod/perlfaq3.pod
35068 ____________________________________________________________________________
35069 [  8348] By: jhi                                   on 2001/01/06  18:03:02
35070         Log: EPOC updates for TRIAL1.
35071              
35072              Subject: [5.6.1 trial1] EPOC update
35073              From: Olaf Flebbe <O.Flebbe@science-computing.de>
35074              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
35075              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
35076              
35077              Subject: epoc patch2 for perl-5.6.1-trial1
35078              From: Olaf Flebbe <O.Flebbe@science-computing.de>
35079              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
35080              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
35081      Branch: maint-5.6/perl
35082            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
35083            ! epoc/epocish.c
35084 ____________________________________________________________________________
35085 [  8347] By: jhi                                   on 2001/01/06  17:29:10
35086         Log: integrate changes #7710,7824,7973 from mainline,
35087              plus VMS nits from Peter Prymmer and Dan Sugalski.
35088              
35089              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
35090              library (getprotobyname and getprotobynumber are outversioned by
35091              the same calls in libc, at least for xlc version 3.
35092              
35093              Add HAS_SBRK_PROTO.
35094              
35095              Fixes for signedness warnings noticed by VMSperlers.
35096      Branch: maint-5.6/perl
35097            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
35098            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
35099            ! sv.c vms/descrip_mms.template vos/config.alpha.def
35100            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
35101            ! win32/config.bc win32/config.gc win32/config.vc
35102 ____________________________________________________________________________
35103 [  8346] By: nick                                  on 2001/01/06  14:36:01
35104         Log: Fixup accumulated integrate muddles (perlio == devperl again)
35105      Branch: perlio
35106            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
35107 ____________________________________________________________________________
35108 [  8345] By: nick                                  on 2001/01/06  14:24:58
35109         Log: Integrate mainline
35110      Branch: perlio
35111           !> (integrate 55 files)
35112 ____________________________________________________________________________
35113 [  8344] By: jhi                                   on 2001/01/06  02:24:02
35114         Log: Subject: [patch] PerlIO_cleanup() prototype
35115              From: Doug MacEachern <dougm@covalent.net>
35116              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
35117              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
35118      Branch: perl
35119            ! perlio.h
35120 ____________________________________________________________________________
35121 [  8343] By: jhi                                   on 2001/01/06  01:04:09
35122         Log: IRIX compiler noticed that the bof initialization might be
35123              bypassed by control flow.
35124      Branch: perl
35125            ! toke.c
35126 ____________________________________________________________________________
35127 [  8342] By: jhi                                   on 2001/01/06  00:10:48
35128         Log: Update Changes.
35129      Branch: perl
35130            ! Changes patchlevel.h
35131 ____________________________________________________________________________
35132 [  8341] By: jhi                                   on 2001/01/05  23:52:33
35133         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
35134      Branch: perl
35135            ! toke.c
35136 ____________________________________________________________________________
35137 [  8340] By: jhi                                   on 2001/01/05  22:44:08
35138         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
35139              From: Radu Greab <radu@netsoft.ro>
35140              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
35141              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
35142      Branch: perl
35143            ! t/io/pipe.t util.c
35144 ____________________________________________________________________________
35145 [  8339] By: jhi                                   on 2001/01/05  22:35:17
35146         Log: Subject: [PATCH] format and rewording in perlfaq.pod
35147              From: Robin Barker <rmb1@cise.npl.co.uk>
35148              Date: Fri, 5 Jan 2001 18:51:20 GMT
35149              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
35150      Branch: perl
35151            ! pod/perlfaq.pod
35152 ____________________________________________________________________________
35153 [  8338] By: jhi                                   on 2001/01/05  22:31:17
35154         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
35155              From: Peter Prymmer <pvhp@forte.com>
35156              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
35157              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
35158      Branch: perl
35159            ! utils/perlbug.PL
35160 ____________________________________________________________________________
35161 [  8337] By: jhi                                   on 2001/01/05  18:15:11
35162         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
35163              From: Robin Barker <rmb1@cise.npl.co.uk>
35164              Date: Tue, 2 Jan 2001 15:24:07 GMT
35165              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
35166              
35167              If you call configure as C<./Configure> or C<sh ./Configure>,
35168              $src is set to the absolute path name, not '.'.
35169              
35170              This, in turn, means -Dmksymlink tries to do its stuff because
35171              it does not think it is in the src directory.
35172              
35173              (plus a metaconfig nitfix)
35174      Branch: metaconfig
35175            ! U/compline/ccflags.U U/modified/src.U
35176      Branch: perl
35177            ! Configure config_h.SH
35178 ____________________________________________________________________________
35179 [  8336] By: jhi                                   on 2001/01/05  17:48:32
35180         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
35181              From: Alan Burlison <Alan.Burlison@uk.sun.com>
35182              Message-ID: <3A5606C4.473D2226@uk.sun.com>
35183              Date: Fri, 05 Jan 2001 17:39:16 +0000
35184      Branch: perl
35185            ! hv.c
35186 ____________________________________________________________________________
35187 [  8335] By: jhi                                   on 2001/01/05  16:05:44
35188         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
35189      Branch: perl
35190            ! lib/Getopt/Long.pm
35191 ____________________________________________________________________________
35192 [  8334] By: jhi                                   on 2001/01/05  16:00:51
35193         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
35194              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
35195              Date: Fri, 05 Jan 2001 13:46:51 +0100
35196              Message-ID: <13693.978698811@nice.ram.loc>
35197              
35198              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
35199              accurate reading of the "atime".  
35200      Branch: perl
35201            ! t/io/fs.t
35202 ____________________________________________________________________________
35203 [  8333] By: jhi                                   on 2001/01/05  15:57:37
35204         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
35205              From: Simon Cozens <simon@cozens.net>
35206              Date: Fri, 8 Dec 2000 13:33:31 +0000
35207              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
35208              
35209              A lost patch fragment.
35210      Branch: perl
35211            ! doop.c
35212 ____________________________________________________________________________
35213 [  8332] By: jhi                                   on 2001/01/05  15:40:42
35214         Log: Do away with strncpy() and a fixed length buffer.
35215      Branch: perl
35216            ! utf8.c
35217 ____________________________________________________________________________
35218 [  8331] By: jhi                                   on 2001/01/05  15:03:07
35219         Log: Tests for #8329 and #8330.
35220      Branch: perl
35221            ! t/op/bop.t
35222 ____________________________________________________________________________
35223 [  8330] By: jhi                                   on 2001/01/05  15:02:38
35224         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
35225              raw 8-bit form to the UTF-8 string.
35226      Branch: perl
35227            ! toke.c
35228 ____________________________________________________________________________
35229 [  8329] By: jhi                                   on 2001/01/05  14:55:13
35230         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
35231              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
35232              Date: Fri, 5 Jan 2001 12:28:52 +0100
35233              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
35234              
35235              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
35236              no effect.  (changed the strncpy() to Copy())
35237      Branch: perl
35238            ! toke.c
35239 ____________________________________________________________________________
35240 [  8328] By: jhi                                   on 2001/01/05  06:44:27
35241         Log: UTF-8 cleanup.
35242      Branch: perl
35243            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
35244            ! regexec.c sv.c toke.c
35245 ____________________________________________________________________________
35246 [  8327] By: jhi                                   on 2001/01/05  01:11:29
35247         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')
35248              From: Radu Greab <radu@netsoft.ro>
35249              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
35250              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
35251              
35252              Cleans up Harness to not use FileHandle, which uses IO.
35253      Branch: perl
35254            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
35255 ____________________________________________________________________________
35256 [  8326] By: jhi                                   on 2001/01/05  00:56:37
35257         Log: Update Changes.
35258      Branch: perl
35259            ! Changes patchlevel.h
35260 ____________________________________________________________________________
35261 [  8325] By: jhi                                   on 2001/01/05  00:53:18
35262         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
35263              From: Peter Prymmer <pvhp@forte.com>
35264              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
35265              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
35266              
35267              plus a couple more tailing whitespace removals.
35268      Branch: perl
35269            ! win32/Makefile
35270 ____________________________________________________________________________
35271 [  8324] By: jhi                                   on 2001/01/05  00:47:39
35272         Log: Add some Unicode chop() tests.
35273      Branch: perl
35274            ! t/op/chop.t
35275 ____________________________________________________________________________
35276 [  8323] By: jhi                                   on 2001/01/05  00:47:23
35277         Log: Unify UTF-8 malformedness handling.
35278      Branch: perl
35279            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
35280 ____________________________________________________________________________
35281 [  8322] By: jhi                                   on 2001/01/04  22:21:54
35282         Log: The new $issymlink was unknown to Mksymlinks.
35283      Branch: metaconfig/U/perl
35284            ! Mksymlinks.U issymlink.U
35285      Branch: perl
35286            ! Configure config_h.SH
35287 ____________________________________________________________________________
35288 [  8321] By: jhi                                   on 2001/01/04  21:51:05
35289         Log: The test didn't work under the core test framework.
35290      Branch: perl
35291            ! t/lib/st-lock.t
35292 ____________________________________________________________________________
35293 [  8320] By: jhi                                   on 2001/01/04  21:14:22
35294         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
35295      Branch: perl
35296            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
35297 ____________________________________________________________________________
35298 [  8319] By: jhi                                   on 2001/01/04  20:46:17
35299         Log: Typo in #8312 when manually appying a problematic patch fragment.
35300      Branch: perl
35301            ! ext/Storable/Storable.xs
35302 ____________________________________________________________________________
35303 [  8318] By: jhi                                   on 2001/01/04  20:43:01
35304         Log: The $sh_c didn't fly.
35305      Branch: metaconfig
35306            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
35307            ! U/modified/Loc.U U/modified/myhostname.U
35308            ! U/modified/spitshell.U
35309      Branch: metaconfig/U/perl
35310            ! issymlink.U
35311      Branch: perl
35312            ! Configure config_h.SH
35313 ____________________________________________________________________________
35314 [  8317] By: jhi                                   on 2001/01/04  19:58:01
35315         Log: AIX builtin test -h is broken, changes based on
35316              
35317              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
35318              Date: Tue, 02 Jan 2001 11:24:39 +0100
35319              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
35320              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
35321      Branch: metaconfig
35322            + U/modified/spitshell.U
35323            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
35324            ! U/modified/Loc.U U/modified/myhostname.U
35325      Branch: metaconfig/U/perl
35326            ! Mksymlinks.U issymlink.U
35327      Branch: perl
35328            ! Configure
35329 ____________________________________________________________________________
35330 [  8316] By: jhi                                   on 2001/01/04  19:02:22
35331         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
35332              From: Andy Dougherty <doughera@lafayette.edu>
35333              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
35334              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
35335              
35336              Beware of GNU ld.
35337      Branch: perl
35338            ! hints/solaris_2.sh
35339 ____________________________________________________________________________
35340 [  8315] By: jhi                                   on 2001/01/04  18:56:48
35341         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
35342              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
35343              Date: Wed, 3 Jan 2001 07:58:51 +0100
35344              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
35345      Branch: perl
35346            ! hints/solaris_2.sh
35347 ____________________________________________________________________________
35348 [  8314] By: jhi                                   on 2001/01/04  18:54:07
35349         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
35350              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
35351              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
35352              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
35353              
35354              Doc tweak on #8313.
35355      Branch: perl
35356            ! ext/B/B/Deparse.pm
35357 ____________________________________________________________________________
35358 [  8313] By: jhi                                   on 2001/01/04  18:52:27
35359         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
35360              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
35361              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
35362              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
35363              
35364              Make the peephole optimizer to bypass more null ops and
35365              and rewrite the deparse handling of continue blocks.
35366      Branch: perl
35367            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
35368 ____________________________________________________________________________
35369 [  8312] By: jhi                                   on 2001/01/04  18:47:39
35370         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
35371      Branch: perl
35372            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
35373            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
35374            ! t/lib/st-lock.t
35375 ____________________________________________________________________________
35376 [  8311] By: jhi                                   on 2001/01/04  18:36:08
35377         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
35378              filter to be run on each .pm during the pm_to_blib() phase,
35379              a fixed version of
35380              
35381              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
35382              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
35383              Date: Wed, 03 Jan 2001 22:01:30 +0100
35384              Message-ID: <5296.978555690@nice.ram.loc>
35385      Branch: perl
35386            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
35387            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
35388            ! lib/ExtUtils/MakeMaker.pm
35389 ____________________________________________________________________________
35390 [  8310] By: jhi                                   on 2001/01/04  18:32:54
35391         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
35392              From: Robin Barker <rmb1@cise.npl.co.uk>
35393              Date: Tue, 2 Jan 2001 15:35:03 GMT
35394              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
35395      Branch: perl
35396            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
35397            ! pod/perlrequick.pod
35398 ____________________________________________________________________________
35399 [  8309] By: jhi                                   on 2001/01/04  18:29:07
35400         Log: Subject: Re: [patch] static-ize XS()
35401              From: Doug MacEachern <dougm@covalent.net>
35402              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
35403              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
35404              
35405              Provide prototypes for the XS functions.
35406      Branch: perl
35407            ! lib/ExtUtils/xsubpp
35408 ____________________________________________________________________________
35409 [  8308] By: jhi                                   on 2001/01/04  18:27:44
35410         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
35411              From: Doug MacEachern <dougm@covalent.net>
35412              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
35413              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
35414      Branch: perl
35415            ! lib/ExtUtils/typemap
35416 ____________________________________________________________________________
35417 [  8307] By: jhi                                   on 2001/01/04  18:25:25
35418         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
35419              From: Doug MacEachern <dougm@covalent.net>
35420              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
35421              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
35422              
35423              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
35424      Branch: perl
35425            ! lib/ExtUtils/MM_Unix.pm
35426 ____________________________________________________________________________
35427 [  8306] By: jhi                                   on 2001/01/04  18:23:00
35428         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
35429              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
35430              Date: Thu, 4 Jan 2001 12:47:10 +0100 
35431              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
35432              
35433              The toke.c part only, patching embed.h and proto.h is futile.
35434      Branch: perl
35435            ! toke.c
35436 ____________________________________________________________________________
35437 [  8305] By: jhi                                   on 2001/01/04  18:05:51
35438         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
35439              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
35440              Date: Thu, 4 Jan 2001 17:50:12 +0100 
35441              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
35442      Branch: perl
35443            ! toke.c
35444 ____________________________________________________________________________
35445 [  8304] By: jhi                                   on 2001/01/04  18:03:26
35446         Log: Subject: [PATCH perl@8269]
35447              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
35448              Date: Thu, 4 Jan 2001 12:53:39 +0100 
35449              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
35450              
35451              If running byacc write-enable also perly.h.
35452      Branch: perl
35453            ! Makefile.SH
35454 ____________________________________________________________________________
35455 [  8303] By: jhi                                   on 2001/01/04  15:40:49
35456         Log: Rewrite pp_concat() in terms of sv_catsv().
35457      Branch: perl
35458            ! pp_hot.c
35459 ____________________________________________________________________________
35460 [  8302] By: nick                                  on 2001/01/03  22:43:22
35461         Log: Integrate mainline.
35462      Branch: perlio
35463           !> ext/Encode/Encode.xs sv.c utf8.c
35464 ____________________________________________________________________________
35465 [  8301] By: jhi                                   on 2001/01/02  23:40:26
35466         Log: Variable naming tweak.
35467      Branch: perl
35468            ! sv.c
35469 ____________________________________________________________________________
35470 [  8300] By: jhi                                   on 2001/01/02  23:40:02
35471         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
35472              in is_utf8_string().
35473      Branch: perl
35474            ! utf8.c
35475 ____________________________________________________________________________
35476 [  8299] By: jhi                                   on 2001/01/02  22:14:40
35477         Log: Integrate perlio.
35478      Branch: perl
35479           !> pp.c pp_hot.c win32/Makefile
35480 ____________________________________________________________________________
35481 [  8298] By: nick                                  on 2001/01/02  22:03:06
35482         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
35483      Branch: perlio
35484            ! pp.c pp_hot.c
35485 ____________________________________________________________________________
35486 [  8297] By: jhi                                   on 2001/01/02  04:26:28
35487         Log: Signedness nit.
35488      Branch: perl
35489            ! ext/Encode/Encode.xs
35490 ____________________________________________________________________________
35491 [  8296] By: nick                                  on 2001/01/01  23:49:36
35492         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
35493      Branch: perlio
35494            ! win32/Makefile
35495 ____________________________________________________________________________
35496 [  8295] By: jhi                                   on 2001/01/01  23:05:48
35497         Log: Integrate perlio.
35498      Branch: perl
35499           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
35500           !> t/lib/encode.t
35501 ____________________________________________________________________________
35502 [  8294] By: nick                                  on 2001/01/01  22:48:34
35503         Log: Integrate mainline
35504      Branch: perlio
35505            ! pp_hot.c t/lib/encode.t
35506           !> (integrate 65 files)
35507 ____________________________________________________________________________
35508 [  8293] By: nick                                  on 2001/01/01  21:58:50
35509         Log: More rigor in UTF-8-ness of Encode's toUnicode
35510              XS export some of the utf8 internal functions.
35511              Test some of the functions.
35512              Fix pp_concat() bug shown by said tests.
35513      Branch: perlio
35514            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
35515            ! t/lib/encode.t
35516 ____________________________________________________________________________
35517 [  8292] By: jhi                                   on 2001/01/01  18:11:44
35518         Log: Integrate perlio.
35519      Branch: perl
35520           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
35521           !> ext/Encode/encengine.c ext/Encode/encode.h
35522 ____________________________________________________________________________
35523 [  8291] By: jhi                                   on 2001/01/01  18:10:58
35524         Log: Podify README.mpeix (a new version from the web),
35525              add a dummy NAME to Carp::Heavy, regen toc.
35526      Branch: perl
35527            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
35528            ! pod/perltoc.pod
35529 ____________________________________________________________________________
35530 [  8290] By: nick                                  on 2001/01/01  17:43:47
35531         Log: Loose the "Loading..." warning.
35532              Another bug in fallback support
35533      Branch: perlio
35534            ! ext/Encode/Encode.pm ext/Encode/encengine.c
35535 ____________________________________________________________________________
35536 [  8289] By: jhi                                   on 2001/01/01  00:01:57
35537         Log: Bump up Larry's copyright.
35538      Branch: perl
35539            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
35540            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
35541            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
35542            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
35543            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
35544            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
35545            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
35546            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
35547 ____________________________________________________________________________
35548 [  8288] By: nick                                  on 2000/12/31  21:27:53
35549         Log: Fix .ucm reading - forgot a chr()
35550              Start of .ucm write (for .enc to .ucm)
35551      Branch: perlio
35552            ! ext/Encode/compile
35553 ____________________________________________________________________________
35554 [  8287] By: jhi                                   on 2000/12/31  18:15:56
35555         Log: Comment away a diagnostic message as noted by Craig A. Berry
35556              (the unexpected message was confusing testing)
35557      Branch: perl
35558            ! ext/Encode/Encode.pm
35559 ____________________________________________________________________________
35560 [  8286] By: jhi                                   on 2000/12/31  18:14:51
35561         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
35562              Date: Sun, 31 Dec 2000 11:17:37 -0600
35563              From: "Craig A. Berry" <craigberry@mac.com>
35564              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
35565      Branch: perl
35566            ! ext/Encode/Makefile.PL
35567 ____________________________________________________________________________
35568 [  8285] By: nick                                  on 2000/12/31  18:11:54
35569         Log: Start of support of ICU-style .ucm files:
35570              - teach compile how to read a .ucm file
35571              - first guess at how to represent fallbacks in "tries".
35572              - use fallbacks if check == 0
35573              - new return code to indicate we used one.
35574      Branch: perlio
35575            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
35576            ! ext/Encode/encengine.c ext/Encode/encode.h
35577 ____________________________________________________________________________
35578 [  8284] By: jhi                                   on 2000/12/31  18:04:41
35579         Log: Pacify picky VMS compiler.
35580              
35581              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
35582              From: "Craig A. Berry" <craig.berry@psinetcs.com>
35583              Date: Sat, 30 Dec 2000 18:10:02 -0600
35584              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
35585      Branch: perl
35586            ! sv.c
35587 ____________________________________________________________________________
35588 [  8283] By: jhi                                   on 2000/12/31  16:11:47
35589         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
35590      Branch: perl
35591            ! t/lib/glob-basic.t
35592 ____________________________________________________________________________
35593 [  8282] By: jhi                                   on 2000/12/31  15:26:11
35594         Log: Integrate perlio.
35595      Branch: perl
35596           !> makedef.pl opcode.pl os2/os2.c perlio.c
35597 ____________________________________________________________________________
35598 [  8281] By: nick                                  on 2000/12/31  10:06:15
35599         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
35600              is available to be exported
35601      Branch: perlio
35602            ! makedef.pl perlio.c
35603 ____________________________________________________________________________
35604 [  8280] By: nick                                  on 2000/12/31  09:41:26
35605         Log: Ilya's OS2 patch (testing for damage on Win32)
35606      Branch: perlio
35607            ! makedef.pl opcode.pl os2/os2.c
35608 ____________________________________________________________________________
35609 [  8279] By: jhi                                   on 2000/12/30  21:52:07
35610         Log: Test nits.
35611      Branch: perl
35612            ! t/lib/syslfs.t t/op/lfs.t
35613 ____________________________________________________________________________
35614 [  8278] By: jhi                                   on 2000/12/30  21:47:49
35615         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
35616              From: andreas.koenig@anima.de (Andreas J. Koenig)
35617              Date: 30 Dec 2000 22:35:37 +0100
35618              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
35619              
35620              The 32-bit wraparound test wasn't quite right.
35621      Branch: perl
35622            ! t/lib/syslfs.t t/op/lfs.t
35623 ____________________________________________________________________________
35624 [  8277] By: jhi                                   on 2000/12/30  21:33:44
35625         Log: Subject: [PATCH] open() example in perlfunc.pod 
35626              From: Karsten Sperling <s_sperli@ira.uka.de>
35627              Date: Sat, 30 Dec 2000 22:27:09 +0100
35628              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
35629      Branch: perl
35630            ! pod/perlfunc.pod
35631 ____________________________________________________________________________
35632 [  8276] By: jhi                                   on 2000/12/30  20:32:40
35633         Log: Not quite that many tests yet.
35634      Branch: perl
35635            ! t/op/pat.t
35636 ____________________________________________________________________________
35637 [  8275] By: jhi                                   on 2000/12/30  20:26:58
35638         Log: Integrate perlio.
35639      Branch: perl
35640           !> toke.c
35641 ____________________________________________________________________________
35642 [  8274] By: jhi                                   on 2000/12/30  20:24:56
35643         Log: Signedness nit.
35644      Branch: perl
35645            ! utf8.c
35646 ____________________________________________________________________________
35647 [  8273] By: jhi                                   on 2000/12/30  20:15:46
35648         Log: Add a test case for 20000731.001 which was fixed by the #8267.
35649      Branch: perl
35650            ! t/op/pat.t
35651 ____________________________________________________________________________
35652 [  8272] By: nick                                  on 2000/12/30  19:47:51
35653         Log: Tweak for MULTIPLICITY/USE_PERLIO
35654      Branch: perlio
35655            ! toke.c
35656 ____________________________________________________________________________
35657 [  8271] By: nick                                  on 2000/12/30  19:46:45
35658         Log: Integrate mainline
35659      Branch: perlio
35660           +> lib/unicode/distinct.pm
35661           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
35662           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
35663           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
35664 ____________________________________________________________________________
35665 [  8270] By: jhi                                   on 2000/12/30  19:39:50
35666         Log: Subject: RE: perl@8269
35667              From: "Richard Soderberg" <rs@crystalflame.net>
35668              Date: Sat, 30 Dec 2000 11:36:27 -0800
35669              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
35670              
35671              A missing aTHX_.
35672      Branch: perl
35673            ! toke.c
35674 ____________________________________________________________________________
35675 [  8269] By: jhi                                   on 2000/12/30  18:55:48
35676         Log: Update Changes.
35677      Branch: perl
35678            ! Changes patchlevel.h
35679 ____________________________________________________________________________
35680 [  8268] By: jhi                                   on 2000/12/30  17:18:40
35681         Log: Add a test for Unicode split //.  The #8267 was the cure.
35682      Branch: perl
35683            ! t/op/split.t
35684 ____________________________________________________________________________
35685 [  8267] By: jhi                                   on 2000/12/30  17:14:19
35686         Log: Subject: more UTF8 test suites and an UTF8 patch
35687              From: Inaba Hiroto <inaba@st.rim.or.jp>
35688              Date: Sat, 30 Dec 2000 14:27:10 +0900
35689              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
35690              
35691              Just the patch part for now, and the pragma renamed
35692              as unicode::distinct.
35693      Branch: perl
35694            + lib/unicode/distinct.pm
35695            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
35696            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
35697            ! regcomp.h regexec.c sv.c toke.c utf8.c
35698 ____________________________________________________________________________
35699 [  8266] By: nick                                  on 2000/12/30  16:40:49
35700         Log: Integrate mainline
35701      Branch: perlio
35702           +> lib/Pod/Text/Overstrike.pm
35703           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
35704           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
35705           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
35706           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
35707           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
35708 ____________________________________________________________________________
35709 [  8265] By: jhi                                   on 2000/12/30  07:28:55
35710         Log: The sv_catsv() fix, take two.
35711      Branch: perl
35712            ! sv.c t/op/join.t
35713 ____________________________________________________________________________
35714 [  8264] By: jhi                                   on 2000/12/30  06:19:18
35715         Log: Undo all the join-related changes since #8248: relevant
35716              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
35717              The new sv_catsv() doesn't fly so it must go back to
35718              the drawing board.
35719      Branch: perl
35720            ! sv.c t/op/join.t t/pragma/utf8.t
35721 ____________________________________________________________________________
35722 [  8263] By: jhi                                   on 2000/12/30  01:08:32
35723         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
35724      Branch: perl
35725            ! sv.c
35726 ____________________________________________________________________________
35727 [  8262] By: jhi                                   on 2000/12/30  00:45:14
35728         Log: Retract #8261.
35729      Branch: perl
35730            ! hv.c util.c
35731 ____________________________________________________________________________
35732 [  8261] By: jhi                                   on 2000/12/30  00:38:32
35733         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
35734      Branch: perl
35735            ! hv.c util.c
35736 ____________________________________________________________________________
35737 [  8260] By: jhi                                   on 2000/12/29  22:51:33
35738         Log: (Retracted by #8264)  More fixing for #8251.
35739      Branch: perl
35740            ! sv.c
35741 ____________________________________________________________________________
35742 [  8259] By: jhi                                   on 2000/12/29  18:27:30
35743         Log: Subject: podlators 1.06 released
35744              From: Russ Allbery <rra@stanford.edu>
35745              Date: 25 Dec 2000 05:09:30 -0800
35746              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
35747      Branch: perl
35748            + lib/Pod/Text/Overstrike.pm
35749            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
35750            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
35751 ____________________________________________________________________________
35752 [  8258] By: jhi                                   on 2000/12/29  18:20:45
35753         Log: Make the large file tests more robust/talkative as suggested by
35754              
35755              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
35756              From: andreas.koenig@anima.de (Andreas J. Koenig)
35757              Date: 29 Dec 2000 14:23:01 +0100
35758              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
35759      Branch: perl
35760            ! t/lib/syslfs.t t/op/lfs.t
35761 ____________________________________________________________________________
35762 [  8257] By: jhi                                   on 2000/12/29  17:48:04
35763         Log: Further VMS piping fixes from Charles Lane:
35764              
35765              In summary, error messages produced when a subprocess terminated
35766              abnormally were being sent not just to the parent process, but to
35767              grandparents, because of default values for error output that were
35768              not completely overridden when the subprocess was started.
35769              
35770              This patch fixes this behavior by defining user-mode (i.e., temporary
35771              for the duration of the program) logical names for SYS$OUTPUT and
35772              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
35773              changes to make it so that the user-mode logicals are the ones that
35774              control where Perl's error messages go if it terminates abnormally.
35775              
35776              I also added some gratuitous fixes to the indentation of braces in
35777              the piping code.  It just looked ugly, before.
35778      Branch: perl
35779            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
35780 ____________________________________________________________________________
35781 [  8256] By: jhi                                   on 2000/12/29  17:45:12
35782         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
35783              From: "Casey R. Tweten" <crt@kiski.net>
35784              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
35785              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
35786              
35787              Tests for for #8240.
35788      Branch: perl
35789            ! t/pragma/constant.t
35790 ____________________________________________________________________________
35791 [  8255] By: jhi                                   on 2000/12/29  17:43:07
35792         Log: Subject: Re: [PATCH] Interesting syntax idea
35793              From: Simon Cozens <simon@cozens.net>
35794              Date: Fri, 29 Dec 2000 14:34:04 +0000
35795              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
35796              
35797              Tests for #8254.
35798      Branch: perl
35799            ! t/pragma/sub_lval.t
35800 ____________________________________________________________________________
35801 [  8254] By: jhi                                   on 2000/12/29  17:42:11
35802         Log: Subject: [PATCH] Interesting syntax idea
35803              From: Simon Cozens <simon@cozens.net>
35804              Date: Wed, 27 Dec 2000 05:08:57 +0000
35805              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
35806              
35807              Make opens + bareword assigns do typeglob assigns.
35808      Branch: perl
35809            ! op.c
35810 ____________________________________________________________________________
35811 [  8253] By: jhi                                   on 2000/12/29  17:36:45
35812         Log: Output the (apparent) version of gcc, as suggested by
35813              
35814              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
35815              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
35816              Date: 26 Dec 2000 04:29:17 -0500
35817              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
35818              
35819              (The patch as such didn't any more apply as the misparsing had
35820              already been addressed in #6474.)  Also change the wording about
35821              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
35822      Branch: perl
35823            ! hints/dec_osf.sh
35824 ____________________________________________________________________________
35825 [  8252] By: nick                                  on 2000/12/29  12:14:31
35826         Log: Integrate mainline
35827      Branch: perlio
35828           !> (integrate 27 files)
35829 ____________________________________________________________________________
35830 [  8251] By: jhi                                   on 2000/12/29  08:45:46
35831         Log: (Retracted by #8264)
35832              
35833              (Fixed by #8260.)
35834              
35835              sv_catsv() needs one more byte space than seems reasonable.
35836              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
35837              Curiouser and curiouser.
35838      Branch: perl
35839            ! sv.c
35840 ____________________________________________________________________________
35841 [  8250] By: jhi                                   on 2000/12/29  07:57:52
35842         Log: More split // UTF-8 tests.
35843      Branch: perl
35844            ! t/pragma/utf8.t
35845 ____________________________________________________________________________
35846 [  8249] By: jhi                                   on 2000/12/29  07:54:51
35847         Log: (Retracted by #8264)  More join() testing which was good because
35848              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
35849      Branch: perl
35850            ! pp.c t/op/join.t utf8.c utf8.h
35851 ____________________________________________________________________________
35852 [  8248] By: jhi                                   on 2000/12/29  07:08:32
35853         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
35854              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
35855              that the only cases to care about are byte+byte and byte+character.
35856              
35857              TODO: See how well pp_concat() could be implemented in terms
35858              of sv_catsv().
35859      Branch: perl
35860            ! doop.c sv.c t/op/join.t utf8.h
35861 ____________________________________________________________________________
35862 [  8247] By: jhi                                   on 2000/12/29  06:35:23
35863         Log: Signedness nit.
35864      Branch: perl
35865            ! pp_hot.c
35866 ____________________________________________________________________________
35867 [  8246] By: jhi                                   on 2000/12/29  01:23:31
35868         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
35869              From: Lupe Christoph <lupe@lupe-christoph.de>
35870              Date: Thu, 28 Dec 2000 23:00:00 +0100
35871              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
35872              
35873              Suggest rsync --delete --dry-run.
35874      Branch: perl
35875            ! pod/perlhack.pod
35876 ____________________________________________________________________________
35877 [  8245] By: jhi                                   on 2000/12/28  23:57:05
35878         Log: The maxiters upper limit sanity check (guarding against
35879              non-progress) assumed bytes instead of characters in s///
35880              and split().
35881      Branch: perl
35882            ! pp.c pp_hot.c
35883 ____________________________________________________________________________
35884 [  8244] By: jhi                                   on 2000/12/28  23:34:08
35885         Log: Make some panic messages a bit more logical.
35886      Branch: perl
35887            ! doop.c pod/perldiag.pod pp.c pp_hot.c
35888 ____________________________________________________________________________
35889 [  8243] By: jhi                                   on 2000/12/28  22:59:16
35890         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
35891              From: Simon Cozens <simon@cozens.net>
35892              Date: Wed, 27 Dec 2000 02:30:03 +0000
35893              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
35894      Branch: perl
35895            ! pp.c t/pragma/sub_lval.t
35896 ____________________________________________________________________________
35897 [  8242] By: jhi                                   on 2000/12/28  22:56:53
35898         Log: Subject: [PATCH blead] Fix B::Terse indentation
35899              From: Daniel Chetlin <daniel@chetlin.com>
35900              Date: Wed, 27 Dec 2000 06:43:30 -0800
35901              Message-ID: <20001227064329.B9573@darkstar>
35902      Branch: perl
35903            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
35904 ____________________________________________________________________________
35905 [  8241] By: jhi                                   on 2000/12/28  22:48:59
35906         Log: The latter patch from the
35907              
35908              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
35909              From: Peter Prymmer <pvhp@forte.com> 
35910              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
35911              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
35912              
35913              (the former patch from the above should have been
35914              taken care of by Nick I-S)
35915      Branch: perl
35916            ! win32/Makefile
35917 ____________________________________________________________________________
35918 [  8240] By: jhi                                   on 2000/12/28  22:45:22
35919         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
35920              From: "Casey R. Tweten" <crt@kiski.net>
35921              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
35922              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
35923      Branch: perl
35924            ! lib/constant.pm
35925 ____________________________________________________________________________
35926 [  8239] By: jhi                                   on 2000/12/28  22:37:45
35927         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
35928              From: Simon Cozens <simon@cozens.net>
35929              Date: Wed, 27 Dec 2000 14:12:44 +0000
35930              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
35931      Branch: perl
35932            ! t/op/method.t t/op/sort.t toke.c
35933 ____________________________________________________________________________
35934 [  8238] By: jhi                                   on 2000/12/28  22:30:32
35935         Log: Subject: [PATCH perl@8229] Call.pm
35936              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
35937              Date: Mon, 25 Dec 2000 10:47:15 -0000
35938              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
35939      Branch: perl
35940            ! ext/Filter/Util/Call/Call.pm
35941 ____________________________________________________________________________
35942 [  8237] By: jhi                                   on 2000/12/28  22:19:21
35943         Log: Subject: [PATCH blead] Fix problem with `&' prototype
35944              From: Daniel Chetlin <daniel@chetlin.com>
35945              Date: Wed, 27 Dec 2000 15:55:32 -0800
35946              Message-ID: <20001227155532.D9573@darkstar>
35947      Branch: perl
35948            ! op.c t/comp/proto.t
35949 ____________________________________________________________________________
35950 [  8236] By: jhi                                   on 2000/12/28  22:09:25
35951         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
35952              From: Daniel Chetlin <daniel@chetlin.com>
35953              Date: Sun, 24 Dec 2000 04:09:49 -0800
35954              Message-ID: <20001224040949.B3090@darkstar>
35955      Branch: perl
35956            ! gv.c mg.c t/op/attrs.t
35957 ____________________________________________________________________________
35958 [  8235] By: jhi                                   on 2000/12/28  22:07:11
35959         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
35960              From: Jan Dubois <jand@ActiveState.com>
35961              Date: Tue, 26 Dec 2000 20:57:31 -0800
35962              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
35963      Branch: perl
35964            ! win32/win32.c
35965 ____________________________________________________________________________
35966 [  8234] By: jhi                                   on 2000/12/28  21:52:42
35967         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
35968              From: Simon Cozens <simon@cozens.net>
35969              Date: Thu, 28 Dec 2000 20:33:13 +0000
35970              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
35971      Branch: perl
35972            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
35973 ____________________________________________________________________________
35974 [  8233] By: jhi                                   on 2000/12/28  19:40:49
35975         Log: Integrate perlio.
35976      Branch: perl
35977           !> ext/Encode/Makefile.PL ext/Encode/compile
35978 ____________________________________________________________________________
35979 [  8232] By: nick                                  on 2000/12/23  16:06:00
35980         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
35981              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
35982      Branch: perlio
35983            ! ext/Encode/Makefile.PL
35984 ____________________________________________________________________________
35985 [  8231] By: nick                                  on 2000/12/23  14:30:34
35986         Log: "Compiled" encode build cleanup
35987              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
35988              - .c files do not export sub-tables
35989      Branch: perlio
35990            ! ext/Encode/Makefile.PL ext/Encode/compile
35991 ____________________________________________________________________________
35992 [  8230] By: nick                                  on 2000/12/23  12:50:37
35993         Log: Integrate mainline
35994      Branch: perlio
35995           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
35996           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
35997           !> pod/perl5004delta.pod pod/perl5005delta.pod
35998           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
35999           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
36000           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
36001           !> pod/perlsub.pod
36002 ____________________________________________________________________________
36003 [  8229] By: jhi                                   on 2000/12/22  15:32:12
36004         Log: Integrate perlio.
36005      Branch: perl
36006           +> win32/distclean.bat
36007           !> MANIFEST t/io/utf8.t
36008 ____________________________________________________________________________
36009 [  8228] By: jhi                                   on 2000/12/22  15:29:40
36010         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
36011              From: Robin Barker <rmb1@cise.npl.co.uk>
36012              Date: Fri, 22 Dec 2000 12:17:38 GMT
36013              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
36014      Branch: perl
36015            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
36016            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
36017            ! pod/perl5004delta.pod pod/perl5005delta.pod
36018            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
36019            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
36020            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
36021            ! pod/perlsub.pod
36022 ____________________________________________________________________________
36023 [  8227] By: jhi                                   on 2000/12/22  15:24:28
36024         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
36025              From: "John L. Allen" <allen@grumman.com>
36026              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
36027              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
36028              
36029              Document APPLLIB_EXP.
36030      Branch: perl
36031            ! INSTALL
36032 ____________________________________________________________________________
36033 [  8226] By: nick                                  on 2000/12/21  22:11:50
36034         Log: Handy script for when one forgets to "dmake clean" 
36035      Branch: perlio
36036            + win32/distclean.bat
36037            ! MANIFEST
36038 ____________________________________________________________________________
36039 [  8225] By: nick                                  on 2000/12/21  21:54:04
36040         Log: CRLF platform issue with io/utf8 fix.
36041      Branch: perlio
36042            ! t/io/utf8.t
36043 ____________________________________________________________________________
36044 [  8224] By: nick                                  on 2000/12/21  21:02:20
36045         Log: Integrate mainline
36046      Branch: perlio
36047           !> Changes Configure Makefile.SH Porting/Glossary
36048           !> Porting/config.sh Porting/config_H configure.com
36049           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
36050           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
36051           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
36052           !> win32/config.bc win32/config.gc win32/config.vc
36053 ____________________________________________________________________________
36054 [  8223] By: jhi                                   on 2000/12/21  17:09:16
36055         Log: Update Changes.
36056      Branch: perl
36057            ! Changes patchlevel.h
36058 ____________________________________________________________________________
36059 [  8222] By: jhi                                   on 2000/12/21  16:24:01
36060         Log: Metaconfig unit changes for #8221.
36061      Branch: metaconfig/U/perl
36062           +> issymlink.U
36063            - testsyml.U
36064            ! Mksymlinks.U
36065 ____________________________________________________________________________
36066 [  8221] By: jhi                                   on 2000/12/21  16:23:48
36067         Log: Rename testsyml to issymlink.
36068      Branch: perl
36069            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
36070            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
36071            ! win32/config.vc
36072 ____________________________________________________________________________
36073 [  8220] By: jhi                                   on 2000/12/21  15:47:26
36074         Log: Robustness support for #8218 (symlink forest) since the GNU
36075              tools seem to be overly picky about symlinkage depths.
36076      Branch: perl
36077            ! Makefile.SH t/io/fs.t
36078 ____________________________________________________________________________
36079 [  8219] By: jhi                                   on 2000/12/21  15:38:27
36080         Log: Metaconfig changes for #8218.
36081      Branch: metaconfig
36082            ! U/modified/Oldconfig.U
36083      Branch: metaconfig/U/perl
36084            + Mksymlinks.U
36085            ! testsyml.U
36086 ____________________________________________________________________________
36087 [  8218] By: jhi                                   on 2000/12/21  15:37:57
36088         Log: Add Configure option -Dmksymlinks which will create a symlink
36089              forest if the current/build differs from the source directory.
36090              TODO: mkdir -p is not portable.
36091      Branch: perl
36092            ! Configure
36093 ____________________________________________________________________________
36094 [  8217] By: jhi                                   on 2000/12/21  14:39:12
36095         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
36096              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
36097              Date: Thu, 21 Dec 2000 09:38:18 GMT
36098              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
36099              
36100              The ofs became an SV.
36101      Branch: perl
36102            ! ext/Thread/Thread.xs
36103 ____________________________________________________________________________
36104 [  8216] By: jhi                                   on 2000/12/21  05:40:21
36105         Log: The polymorphism seems to have fixed 20000517.001.
36106      Branch: perl
36107            ! t/pragma/utf8.t
36108 ____________________________________________________________________________
36109 [  8215] By: jhi                                   on 2000/12/21  04:44:52
36110         Log: read() documentation tweak for 20001121.004.
36111      Branch: perl
36112            ! pod/perlfunc.pod
36113 ____________________________________________________________________________
36114 [  8214] By: jhi                                   on 2000/12/21  03:54:11
36115         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
36116      Branch: perl
36117            ! pp_sys.c t/op/misc.t
36118 ____________________________________________________________________________
36119 [  8213] By: jhi                                   on 2000/12/21  00:28:10
36120         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
36121              From: Peter Prymmer <pvhp@forte.com>
36122              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
36123              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
36124      Branch: perl
36125            ! configure.com
36126 ____________________________________________________________________________
36127 [  8212] By: jhi                                   on 2000/12/21  00:26:21
36128         Log: Edit edit edit.
36129      Branch: perl
36130            ! pod/perlfaq3.pod
36131 ____________________________________________________________________________
36132 [  8211] By: jhi                                   on 2000/12/20  18:52:46
36133         Log: Update Changes.
36134      Branch: perl
36135            ! Changes patchlevel.h
36136 ____________________________________________________________________________
36137 [  8210] By: jhi                                   on 2000/12/20  18:34:47
36138         Log: Yet another editor edit.
36139      Branch: perl
36140            ! pod/perlfaq3.pod
36141 ____________________________________________________________________________
36142 [  8209] By: jhi                                   on 2000/12/20  15:33:28
36143         Log: More Win32 Perling.
36144      Branch: perl
36145            ! pod/perlfaq3.pod
36146 ____________________________________________________________________________
36147 [  8208] By: jhi                                   on 2000/12/20  15:07:46
36148         Log: More Win32 editor/IDE/shell hints.
36149      Branch: perl
36150            ! pod/perlfaq3.pod
36151 ____________________________________________________________________________
36152 [  8207] By: jhi                                   on 2000/12/20  03:54:08
36153         Log: Subject: [PATCH] obscure timing knowledge
36154              From: Nicholas Clark <nick@ccl4.org>
36155              Date: Tue, 19 Dec 2000 19:22:31 +0000
36156              Message-ID: <20001219192231.F2827@plum.flirble.org>
36157      Branch: perl
36158            ! sv.c
36159 ____________________________________________________________________________
36160 [  8206] By: jhi                                   on 2000/12/20  03:45:57
36161         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
36162              From: Spider Boardman <spider@leggy.zk3.dec.com>
36163              Date: Tue, 19 Dec 2000 21:30:16 -0500
36164              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
36165      Branch: perl
36166            ! sv.c
36167 ____________________________________________________________________________
36168 [  8205] By: jhi                                   on 2000/12/19  23:02:01
36169         Log: Update Changes.
36170      Branch: perl
36171            ! Changes patchlevel.h
36172 ____________________________________________________________________________
36173 [  8204] By: jhi                                   on 2000/12/19  22:58:18
36174         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
36175              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
36176              on editors and diffing/patching.
36177      Branch: perl
36178            ! t/op/utf8decode.t
36179 ____________________________________________________________________________
36180 [  8203] By: nick                                  on 2000/12/19  21:36:16
36181         Log: Integrate mainline (forgot my own change...)
36182      Branch: perlio
36183           !> ext/Encode/compile
36184 ____________________________________________________________________________
36185 [  8202] By: nick                                  on 2000/12/19  21:34:42
36186         Log: Integrate mainline.
36187      Branch: perlio
36188           !> (integrate 61 files)
36189 ____________________________________________________________________________
36190 [  8201] By: nick                                  on 2000/12/19  21:34:06
36191         Log: Avoid looking for File::Glob when we don't need it.
36192      Branch: perl
36193            ! ext/Encode/compile
36194 ____________________________________________________________________________
36195 [  8200] By: jhi                                   on 2000/12/19  18:35:49
36196         Log: Update Changes.
36197      Branch: perl
36198            ! Changes patchlevel.h
36199 ____________________________________________________________________________
36200 [  8199] By: jhi                                   on 2000/12/19  18:35:07
36201         Log: Microperl tweaks.
36202      Branch: perl
36203            ! sv.c uconfig.h uconfig.sh
36204 ____________________________________________________________________________
36205 [  8198] By: jhi                                   on 2000/12/19  18:29:59
36206         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
36207      Branch: perl
36208            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
36209            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
36210 ____________________________________________________________________________
36211 [  8197] By: jhi                                   on 2000/12/19  17:55:29
36212         Log: In VMS embedded perls couldn't access the statically built Socket,
36213              from Charles Lane.
36214      Branch: perl
36215            ! configure.com
36216 ____________________________________________________________________________
36217 [  8196] By: jhi                                   on 2000/12/19  17:49:50
36218         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
36219              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
36220              Date: Sun, 17 Dec 2000 19:11:44 -0000
36221              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
36222      Branch: perl
36223            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
36224            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
36225 ____________________________________________________________________________
36226 [  8195] By: jhi                                   on 2000/12/19  17:47:53
36227         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
36228              From: Jonathan Stowe <gellyfish@gellyfish.com>
36229              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
36230              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
36231      Branch: perl
36232            ! utils/h2xs.PL
36233 ____________________________________________________________________________
36234 [  8194] By: jhi                                   on 2000/12/19  17:46:28
36235         Log: Subject: Re: useless use of void context work-around
36236              From: andreas.koenig@anima.de (Andreas J. Koenig)
36237              Date: 16 Dec 2000 15:13:36 +0100
36238              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
36239              
36240              Document (comment) the q(di ds ig) trick in the code.
36241      Branch: perl
36242            ! op.c
36243 ____________________________________________________________________________
36244 [  8193] By: jhi                                   on 2000/12/19  17:10:57
36245         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
36246              From: "Mark J. Reed" <mreed@strange.turner.com>
36247              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
36248              Message-Id: <200012160222.VAA13986@strange.turner.com>
36249      Branch: perl
36250            ! ext/Sys/Syslog/Syslog.pm
36251 ____________________________________________________________________________
36252 [  8192] By: jhi                                   on 2000/12/19  17:07:45
36253         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
36254              From: Nicholas Clark <nick@ccl4.org>
36255              Date: Sat, 16 Dec 2000 19:03:13 +0000
36256              Message-ID: <20001216190313.D68304@plum.flirble.org>
36257      Branch: perl
36258            ! t/op/64bitint.t
36259 ____________________________________________________________________________
36260 [  8191] By: jhi                                   on 2000/12/19  17:06:13
36261         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
36262              From: Dominic Dunlop <domo@computer.org>
36263              Date: Mon, 18 Dec 2000 12:00:15 +0100
36264              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
36265              
36266              This patchlet is needed in order that perl can be statically linked.  
36267      Branch: perl
36268            ! regexec.c
36269 ____________________________________________________________________________
36270 [  8190] By: jhi                                   on 2000/12/19  17:03:08
36271         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
36272              From: "Craig A. Berry" <craig.berry@psinetcs.com>
36273              Date: Sun, 17 Dec 2000 00:18:35 -0600
36274              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
36275      Branch: perl
36276            ! perlio.h vms/gen_shrfls.pl
36277 ____________________________________________________________________________
36278 [  8189] By: jhi                                   on 2000/12/19  16:20:28
36279         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
36280              From: Prymmer/Kahn <pvhp@best.com>
36281              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
36282              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
36283              
36284              A better version of #8188.
36285      Branch: perl
36286            ! pod/perlfaq3.pod
36287 ____________________________________________________________________________
36288 [  8188] By: jhi                                   on 2000/12/19  15:57:06
36289         Log: (Replaced by #8189)
36290              
36291              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
36292              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
36293              From: Prymmer/Kahn <pvhp@best.com>
36294              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
36295              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
36296              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
36297              Date: Mon, 18 Dec 2000 11:10:45 -0500
36298              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
36299      Branch: perl
36300            ! pod/perlfaq3.pod
36301 ____________________________________________________________________________
36302 [  8187] By: jhi                                   on 2000/12/19  15:54:19
36303         Log: Email address fix for Anton Berezin.
36304      Branch: perl
36305            ! AUTHORS
36306 ____________________________________________________________________________
36307 [  8186] By: jhi                                   on 2000/12/19  15:38:54
36308         Log: Subject: [PATCH perl@8102] cygwin port
36309              From: "Eric Fifer" <efifer@dircon.co.uk> 
36310              Date: Thu, 14 Dec 2000 13:41:29 -0000
36311              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
36312              
36313              When compiling modules the data item that is being imported
36314              from libperl.dll needs to be tagged as imported/shared data:
36315              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
36316      Branch: perl
36317            ! perliol.h
36318 ____________________________________________________________________________
36319 [  8185] By: jhi                                   on 2000/12/19  14:53:24
36320         Log: Regen uconfig.h and uconfig.sh.
36321      Branch: perl
36322            ! uconfig.h uconfig.sh
36323 ____________________________________________________________________________
36324 [  8184] By: jhi                                   on 2000/12/18  20:43:49
36325         Log: Comments work so much better when they are closed.
36326      Branch: perl
36327            ! regcomp.c
36328 ____________________________________________________________________________
36329 [  8183] By: jhi                                   on 2000/12/18  18:04:02
36330         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
36331              Fixes the bug 20001218.016.
36332      Branch: perl
36333            ! regcomp.c
36334 ____________________________________________________________________________
36335 [  8182] By: gsar                                  on 2000/12/18  09:53:47
36336         Log: delete spurious files
36337      Branch: maint-5.6/perl
36338            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
36339            - vos/config.h vos/config_h.SH_orig
36340 ____________________________________________________________________________
36341 [  8181] By: gsar                                  on 2000/12/18  09:46:08
36342         Log: regen perltoc
36343      Branch: maint-5.6/perl
36344            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
36345 ____________________________________________________________________________
36346 [  8180] By: gsar                                  on 2000/12/18  09:20:27
36347         Log: integrate changes#7924..7926,7946,7952 from mainline
36348      Branch: maint-5.6/perl
36349           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
36350           !> lib/File/stat.pm t/lib/class-struct.t
36351 ____________________________________________________________________________
36352 [  8179] By: gsar                                  on 2000/12/18  08:55:54
36353         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
36354              7918,7919,7988,8907 from mainline (various)
36355      Branch: maint-5.6/perl
36356           +> t/lib/class-struct.t
36357           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
36358           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
36359           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
36360 ____________________________________________________________________________
36361 [  8178] By: gsar                                  on 2000/12/18  08:16:30
36362         Log: avoid redefinition warnings on windows due to sys/socket.h getting
36363              #included before win32.h
36364      Branch: maint-5.6/perl
36365            ! win32/include/sys/socket.h
36366 ____________________________________________________________________________
36367 [  8177] By: gsar                                  on 2000/12/18  05:24:04
36368         Log: make regen_headers; fix POSIX.xs problems; remove outdated
36369              code from sys/socket.h that makes build fail now
36370      Branch: maint-5.6/perl
36371            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
36372            ! pod/perlapi.pod
36373           !> win32/include/sys/socket.h
36374 ____________________________________________________________________________
36375 [  8176] By: gsar                                  on 2000/12/18  05:20:17
36376         Log: update Changes
36377      Branch: maint-5.6/perl
36378            ! Changes patchlevel.h
36379 ____________________________________________________________________________
36380 [  8175] By: gsar                                  on 2000/12/18  04:57:48
36381         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
36382              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
36383              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
36384              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
36385              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
36386              7823,7825,7838
36387      Branch: maint-5.6/perl
36388           +> lib/File/Spec/Epoc.pm
36389           !> (integrate 88 files)
36390 ____________________________________________________________________________
36391 [  8174] By: gsar                                  on 2000/12/18  03:53:09
36392         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
36393              7625..7629,7631..7634,7637,7639,7642 from mainline
36394      Branch: maint-5.6/perl
36395           +> README.solaris
36396           !> (integrate 26 files)
36397 ____________________________________________________________________________
36398 [  8173] By: gsar                                  on 2000/12/18  03:37:02
36399         Log: integrate changes#7472,7474..7479,7481,7485,7489,7493,7494,7496,
36400              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
36401              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
36402              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
36403      Branch: maint-5.6/perl
36404           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
36405            - MAINTAIN
36406           !> (integrate 111 files)
36407 ____________________________________________________________________________
36408 [  8172] By: jhi                                   on 2000/12/18  02:49:27
36409         Log: Regen pods.
36410      Branch: perl
36411            ! pod/perlmodlib.pod pod/perltoc.pod
36412 ____________________________________________________________________________
36413 [  8171] By: gsar                                  on 2000/12/18  02:49:24
36414         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
36415              7465..7471 from mainline
36416              
36417              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
36418              in platforms that strictly require all the symbols being present
36419              at link time.
36420              
36421              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
36422              
36423              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
36424              
36425              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
36426              
36427              Subject: [PATCH] todo
36428              
36429              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
36430              
36431              Use $sort, $uniq (and $tr) consistently as wondered
36432              by Nicholas Clark.
36433              
36434              Too enthusiastic editing in #7460.
36435              
36436              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
36437              
36438              Upgrade to CPAN 1.58_55.
36439              Subject: CPAN.pm status
36440              
36441              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
36442              
36443              Make target reordering to avoid pointless re-makes.
36444              Subject: Re: Total re-make of 'make okfile' after 7451 ?
36445              
36446              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
36447              
36448              Subject: DOC PATCH 5.6.0
36449              
36450              Add the repository doc by Malcolm, Sarathy, and by Simon,
36451              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
36452      Branch: maint-5.6/perl
36453           +> Porting/repository.pod
36454           !> Configure MANIFEST Makefile.SH README.dos README.os2
36455           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
36456           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
36457           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
36458 ____________________________________________________________________________
36459 [  8169] By: gsar                                  on 2000/12/18  02:33:34
36460         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
36461              7435..7441,7445 from mainline
36462              
36463              Make the UTF-8 decoding stricter and more verbose when
36464              malformation happens.  This involved adding an argument
36465              to utf8_to_uv_chk(), which involved changing its prototype,
36466              and prefer STRLEN over I32 for the UTF-8 length, which as
36467              a domino effect necessitated changing the prototypes of
36468              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
36469              The stricter UTF-8 decoding checking uses Markus Kuhn's
36470              UTF-8 Decode Stress Tester from
36471              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
36472              
36473              Run vms/vms_yfix.pl, should have done that after changing
36474              perly.c in #7382.
36475              
36476              Subject: [PATCH 5.7.0] static linking with uninstalled perl
36477              
36478              (Replaced by #7440.)
36479              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
36480              
36481              Fix the bug ID 20001024.005, the bug introduced by #7416.
36482              
36483              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
36484              
36485              Fix the bug reported in
36486              From: andreas.koenig@anima.de (Andreas J. Koenig)
36487              Also make is_utf8_char() stricter.
36488              
36489              Missed the header file changes from #7425.
36490              
36491              Check if stdio supports tweaking lval and cnt simultaneously.
36492              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
36493              
36494              Stratus VOS updates from Paul Green.
36495              
36496              Podify README.epoc and README.vos.
36497              
36498              Add targets to Makefile.SH, most importantly
36499              'regen_all' which also remembers to update vms/perly*.
36500              
36501              Subject: Minor update to find2perl, for portability
36502              
36503              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
36504              
36505              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
36506              
36507              Rename UTF8LEN() to be UNISKIP(), too confusing to have
36508              UTF8LEN() and UTF8SKIP(). 
36509              
36510              Allow poking holes at the UTF-8 decoding strictness.
36511              
36512              Continue the internal UTF-8 API tweaking.
36513              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
36514              used much more than the simpler API, now called utf8_to_uv_simple().
36515              Still not quite happy with API, too much partial duplication
36516              of functionality.
36517              
36518              A new version of making the syslog test more robust.
36519              (Replaces #7421.)
36520              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
36521              
36522              buildtoc target tweaks.
36523              
36524              Integrate with vmsperl #7430 by Charles Bailey:
36525              
36526              Cleanup from prior patch (Charles Lane?):
36527              - improve handling of MFDs in Basename and Path
36528              - default to no xsubpp line # munging when building debug images
36529      Branch: maint-5.6/perl
36530           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
36531           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
36532           !> (integrate 67 files)
36533 ____________________________________________________________________________
36534 [  8168] By: gsar                                  on 2000/12/18  02:05:49
36535         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
36536              
36537              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
36538              From: Martin Husemann <martin@duskware.de>
36539              
36540              Subject: [PATCH 5.7.0] restore match data on backtracing
36541              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36542      Branch: maint-5.6/perl
36543           !> regcomp.c regexec.c t/op/re_tests
36544 ____________________________________________________________________________
36545 [  8167] By: gsar                                  on 2000/12/18  01:55:22
36546         Log: integrate changes#7858,7986 from mainline
36547              
36548              C<foreach my $x ...> in pseudo-fork()ed process may diddle
36549              parent's memory; fix it by keeping track of the actual pad
36550              offset rather than a raw pointer (this change is probably also
36551              relevant to non-ithreads case to avoid fallout from reallocs of
36552              the pad array, but is currently only enabled for the ithreads
36553              case in the interests of minimal disruption to existing "well
36554              tested" code)
36555              
36556              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
36557              due to the notorious GetFileType() bug in Windows 9x, which fstat()
36558              tickles)
36559      Branch: maint-5.6/perl
36560           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
36561           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
36562           !> win32/win32.c win32/win32.h win32/win32sck.c
36563 ____________________________________________________________________________
36564 [  8166] By: gsar                                  on 2000/12/18  01:52:59
36565         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
36566              from mainline (xsubpp and ExtUtils::LibList fixups, various
36567              other small items)
36568      Branch: maint-5.6/perl
36569           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
36570           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
36571           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
36572           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
36573           !> win32/bin/search.pl
36574 ____________________________________________________________________________
36575 [  8165] By: gsar                                  on 2000/12/18  01:28:45
36576         Log: integrate changes#7533,7563,7611,7623 from mainline (various
36577              malloc.c embellishments)
36578      Branch: maint-5.6/perl
36579           !> malloc.c pod/perldiag.pod
36580 ____________________________________________________________________________
36581 [  8164] By: gsar                                  on 2000/12/18  01:23:33
36582         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
36583              fixups)
36584      Branch: maint-5.6/perl
36585           !> utils/h2xs.PL
36586 ____________________________________________________________________________
36587 [  8163] By: gsar                                  on 2000/12/18  01:17:50
36588         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
36589              fixups)
36590      Branch: maint-5.6/perl
36591           !> Makefile.SH utils/perlbug.PL
36592 ____________________________________________________________________________
36593 [  8162] By: gsar                                  on 2000/12/18  00:25:43
36594         Log: always export Perl_deb() (it is required by re.xs whether
36595              Perl is built with or without -DDEBUGGING)
36596      Branch: maint-5.6/perl
36597            ! makedef.pl
36598 ____________________________________________________________________________
36599 [  8161] By: gsar                                  on 2000/12/18  00:23:38
36600         Log: integrate change#7414 from mainline
36601              
36602              Undo the basename() part of #7412 since the lib/basename
36603              tests would need upgrading too.
36604              
36605              squelch two tests in tr.t that rely on tr/// paranoia change
36606              that's not in 5.6.x
36607      Branch: maint-5.6/perl
36608            ! t/op/tr.t
36609           !> lib/File/Basename.pm
36610 ____________________________________________________________________________
36611 [  8160] By: gsar                                  on 2000/12/18  00:05:30
36612         Log: missing change in previous integrate
36613      Branch: maint-5.6/perl
36614           !> README.aix
36615 ____________________________________________________________________________
36616 [  8159] By: gsar                                  on 2000/12/18  00:03:38
36617         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
36618              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
36619              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7304..7408,
36620              7410..7413 from mainline
36621      Branch: maint-5.6/perl
36622           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
36623           +> t/lib/tie-splice.t
36624            - lib/unicode/Is/DCinital.pl
36625           !> (integrate 112 files)
36626 ____________________________________________________________________________
36627 [  8158] By: jhi                                   on 2000/12/17  23:04:24
36628         Log: Subject: [PATCHES] RE: perl@8150 
36629              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
36630              Date: Sun, 17 Dec 2000 21:46:39 +0100
36631              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
36632              
36633              Neither cygwin has a getpwuid() one can trust on.
36634      Branch: perl
36635            ! t/lib/glob-basic.t
36636 ____________________________________________________________________________
36637 [  8157] By: jhi                                   on 2000/12/17  23:01:54
36638         Log: More MAN.PODS => {} fixes.
36639      Branch: perl
36640            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
36641            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
36642            ! os2/OS2/REXX/Makefile.PL
36643 ____________________________________________________________________________
36644 [  8156] By: gsar                                  on 2000/12/17  22:49:13
36645         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
36646              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
36647              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
36648              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
36649              7201,7204 from mainline
36650      Branch: maint-5.6/perl
36651           !> (integrate 121 files)
36652 ____________________________________________________________________________
36653 [  8155] By: jhi                                   on 2000/12/17  22:30:58
36654         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
36655              From: "Craig A. Berry" <craigberry@mac.com>
36656              Date: Sun, 17 Dec 2000 13:09:28 -0600
36657              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
36658              
36659              MAN.PODS => ' ' is naughty.
36660      Branch: perl
36661            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
36662 ____________________________________________________________________________
36663 [  8154] By: nick                                  on 2000/12/17  22:07:13
36664         Log: MULTIPLICITY nit.
36665      Branch: perl
36666            ! mg.c
36667 ____________________________________________________________________________
36668 [  8153] By: gsar                                  on 2000/12/17  21:23:05
36669         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
36670              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
36671              from mainline
36672              
36673              Document the SvIOK_.*UV().
36674              
36675              Update Unicode todo list.
36676              
36677              Guard against bad string->int conversion for quads.
36678              
36679              Subject: small apidoc fix
36680              
36681              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
36682              
36683              Subject: [PATCH] Tied filehandle documentation
36684              
36685              Subject: [PATCH] Modernize Opcode.pm documentation
36686              
36687              Make Data::Dumper (non-XS) to work with changed semantics of ref().
36688              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
36689              [applied even though said semantics didn't change in 5.6.x]
36690              
36691              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
36692              
36693              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
36694              
36695              Fix the URL, but the server is still missing in action.
36696              Subject: [ID 20000905.002] perlfaq1.pod URL error
36697              
36698              Subject: [ID 20000903.001] \w in utf8-strings
36699              
36700              Fix the ccversion detection for 5.1 and beyond.
36701              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
36702              
36703              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
36704              
36705              Subject: [ID 20000904.008] Tiny fix for perldiag
36706              
36707              Subject: Re: [ID 20000906.004] segfault with bad perl statement
36708              
36709              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
36710              
36711              Subject: [ID 20000908.002] perlipc documentation bug.
36712              
36713              Subject: [PATCH lib/Benchmark.pm]
36714              
36715              Re-allow vec() for characters > 255.
36716              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
36717              
36718              Do away with memory models cruft.  Sorry, PDP users.
36719              
36720              Continue #7041.
36721              
36722              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
36723              
36724              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
36725              
36726              Upgrade to CPAN 1.57_65, from Andreas König.
36727              
36728              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
36729              by Russ Allbery.
36730              
36731              Silence t/pod/*.t about alternate quote-mappings now implemented
36732              by Pod::Text, from Brad Appleton.
36733              
36734              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
36735              Subject: borland C++ win32.c tweak
36736              
36737              C<@a = @b = split(...)> optimization coredumps under ithreads
36738              (missed a spot when fixing up op_pmreplroot hack for ithreads)
36739              
36740              Document the SvUTF8*().
36741              
36742              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
36743              
36744              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
36745              
36746              Do in VMS as the #7054 does.
36747              
36748              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
36749              
36750              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
36751              
36752              Subject: [patch: perl@7045] vms updates
36753              
36754              Test for the #7049.
36755              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
36756              
36757              Break up the myconfig lines a bit.
36758              Subject: perlbug/perl -V output format
36759              
36760              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
36761              
36762              The #7054 truncated Configure badly.
36763              
36764              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
36765              initialization in all the threads on Windows
36766              
36767              Allow for whitespace between "#" and "line" in cpp output.
36768              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
36769              
36770              Remove vestiges of tr//CU.
36771              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
36772              
36773              The return value of setlocale must be copied away.
36774              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
36775              
36776              Allow chop() and chomp() to be overridden.
36777              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
36778              
36779              Hints optimization.
36780              Subject: Minor nit
36781              
36782              Subject: [PATCH] de-wall t/README
36783              
36784              Subject: Re: Two advertising clauses need to be removed
36785      Branch: maint-5.6/perl
36786           !> (integrate 75 files)
36787 ____________________________________________________________________________
36788 [  8152] By: gsar                                  on 2000/12/17  20:30:11
36789         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
36790              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
36791              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
36792              
36793              Don't attach -ld to the archname if pointless.
36794              
36795              Document UNTIE in a very minimalistic way.
36796              
36797              POSIX doesn't report long double values under -Duselongdouble
36798              when the long doubles are "real" (bigger than doubles).
36799              
36800              More author updates.
36801              
36802              Try to deduce NV_MAX.  Really should be Configure fodder.
36803              
36804              :: not allowed in pathnames, change to .
36805              Subject: [PATCH perl@6938] cygwin port
36806              
36807              Forget about NV_MAX (#6951).  Various floating point tweaks,
36808              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
36809              
36810              Move the Solaris 7 scan to use64bitall, make the
36811              failure to find 64-bot sparc libc to mention the
36812              possibility of being in an intel, from Lupe and Alan.
36813              
36814              Regen perltoc.
36815              
36816              AUTHORS tweaks, from Peter Prymmer.
36817              
36818              More address tweaking.
36819              
36820              Small tweaks all over.
36821              
36822              File::Temp patches from Andreas König,
36823              
36824              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
36825              
36826              Subject: CPAN.pm beta 1.57_57 for the core
36827              
36828              Part of the solution.
36829              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
36830              
36831              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
36832              
36833              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
36834              
36835              Add the overload warnings to perldiag.
36836              
36837              Drop unused argument.
36838              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
36839              
36840              Subject: Nit in Configure (bleadperl@6961)
36841              
36842              Update to PodParser 1.18, from Brad Appleton.
36843              
36844              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
36845              
36846              Subject: [PATCH: 6948] add SCNfldbl to configure.com
36847              
36848              Document UNTIE. Also tweak implementation to suppress the 'inner references'
36849              warning when UNTIE exists and instead pass the cound of extra references to
36850              the UNTIE method.
36851              
36852              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
36853              so that case-ignoring systems like DCL can tell them from
36854              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
36855              
36856              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
36857              
36858              Feature ordering tweak.
36859              
36860              Regen perltoc.
36861              
36862              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
36863              
36864              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
36865              
36866              Subject: http:// in L<>
36867              
36868              Detypo.
36869              
36870              change#6791 accidentally clobbered change#6710, put it back
36871              
36872              Only the first line, thank you very much.
36873              
36874              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
36875              plus rework the http: spots as suggested by Tom Christiansen,
36876              plus regen perltoc.
36877              
36878              Undo part of change 6489 which looks like a bulk edit which
36879              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
36880              The supressing of main:: on return from select() is undesirable.
36881              
36882              Apparently avoiding the swapping is too costly.
36883              
36884              Various Configure nits by Philip Newton,
36885              plus the ebcdic one by me.
36886              
36887              Make certain cc is set before trying to run it.
36888              
36889              If overloaded %{} etc. return the object do not loop.
36890              Thus  sub deref { $_[0] } functions if object is wanted type.
36891              
36892              Update perlhist.
36893              
36894              More %{} and other deref special casing - do not pass to 'nomethod'.
36895      Branch: maint-5.6/perl
36896           !> (integrate 59 files)
36897 ____________________________________________________________________________
36898 [  8151] By: gsar                                  on 2000/12/17  19:14:38
36899         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
36900              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
36901              
36902              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
36903              
36904              Make the epsilon to be relative, not absolute.
36905              
36906              Put back the flags dump as reasoned in
36907              Subject: Re: [PATCH] Glob dumping
36908              
36909              Introduce ccname to keep track of what compiler kind of we have.
36910              
36911              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
36912              
36913              Put back the slice accidentally removed by #6907.
36914              
36915              Reset archname and archname64 always, forcing them be
36916              recomputed at each Configure run, make Configure and
36917              the hints files agree on the naming of largefiles variables.
36918              
36919              Don't say "Perl 5.0 source kit".
36920              
36921              Subject: [PATCH] fix misc cast warnings
36922              
36923              Subject: typos in pods
36924              
36925              NVs not necessarily doubles, as pointed out by Yitzchak.
36926              
36927              Subject: [PATCH 6889] add a few ldbl formats to configure.com
36928              
36929              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
36930              
36931              Better options for rsync.
36932              
36933              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
36934              
36935              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
36936              
36937              Subject: [PATCH] Re: UNTIE method 
36938              
36939              A better fix for the Socket building problem from Craig Berry.
36940              
36941              Retract the dummy test, skip the security tests (instead of failing),
36942              explain what the warnings mean.
36943              
36944              Heap decorruption.
36945              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
36946              
36947              Update to Unicode 3.0.1.
36948              
36949              Missed one Unicode file.
36950              
36951              Subject: Re: typos in pods
36952              
36953              The #6929 was too skimpy.
36954              
36955              sscanf() may be the only way to read long doubles from strings.
36956              
36957              Reveal Borland's isnan.
36958              Subject: build with BC++ tweak
36959              
36960              Issue useful diagnostic on unknown pod commands.
36961              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
36962              
36963              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
36964              
36965              Clarify the third case of ftmp-security warnings.
36966              
36967              Make -Dusemorebits find long doubles in Solaris.
36968              
36969              Wrap the test in eval.
36970      Branch: maint-5.6/perl
36971           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
36972           +> lib/unicode/PropList.txt lib/unicode/README.perl
36973           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
36974           +> lib/unicode/Unicode.301 vms/vmspipe.com
36975            - lib/unicode/Props.txt lib/unicode/UCD300.html
36976            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
36977           !> (integrate 305 files)
36978 ____________________________________________________________________________
36979 [  8150] By: jhi                                   on 2000/12/17  18:47:57
36980         Log: Uncheckedin generated files.
36981      Branch: perl
36982            ! global.sym perlapi.c pod/perlapi.pod
36983 ____________________________________________________________________________
36984 [  8149] By: jhi                                   on 2000/12/17  18:41:22
36985         Log: Update Changes.
36986      Branch: perl
36987            ! Changes patchlevel.h
36988 ____________________________________________________________________________
36989 [  8148] By: jhi                                   on 2000/12/17  18:39:16
36990         Log: Subject: [PATCH] Fcntl constants speedup
36991              From: Nicholas Clark <nick@ccl4.org>
36992              Date: Sun, 17 Dec 2000 16:29:24 +0000
36993              Message-ID: <20001217162924.E97668@plum.flirble.org>
36994              
36995              Use IVs for the Fcntl constants instead of NVs.
36996      Branch: perl
36997            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
36998 ____________________________________________________________________________
36999 [  8147] By: jhi                                   on 2000/12/17  18:33:41
37000         Log: Add test for #8145 (binmode() warning), add warning for
37001              ioctl() and sockpair(), document them. (fileno() cannot
37002              be tripwired with the same kind of warning because
37003              'defined fileno($foo)' seems to be an idiom.)
37004      Branch: perl
37005            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
37006 ____________________________________________________________________________
37007 [  8146] By: gsar                                  on 2000/12/17  18:09:08
37008         Log: update Changes
37009      Branch: maint-5.6/perl
37010            ! Changes
37011 ____________________________________________________________________________
37012 [  8145] By: jhi                                   on 2000/12/17  17:39:35
37013         Log: Subject: [PATCH] Re: The long awaited feature ...
37014              From: Simon Cozens <simon@cozens.net>
37015              Date: Sun, 17 Dec 2000 12:31:56 +0000
37016              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
37017              
37018              Add a warning to binmode() about using bad filehandles
37019              (can happen e.g. if someone forgets the filehandle argument)
37020      Branch: perl
37021            ! pp_sys.c
37022 ____________________________________________________________________________
37023 [  8144] By: jhi                                   on 2000/12/17  17:33:48
37024         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
37025              From: Jonathan Stowe <gellyfish@gellyfish.com>
37026              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
37027              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
37028      Branch: perl
37029            ! lib/Net/Ping.pm
37030 ____________________________________________________________________________
37031 [  8143] By: jhi                                   on 2000/12/17  05:31:37
37032         Log: Polymorphic regexps.
37033              
37034              Fixes at least the bugs 20001028.003 (both of them...) and
37035              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
37036              also to be fixed by now, probably already before this patch.
37037      Branch: perl
37038            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
37039            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
37040            ! t/op/utf8decode.t t/pragma/utf8.t
37041 ____________________________________________________________________________
37042 [  8142] By: jhi                                   on 2000/12/16  17:16:05
37043         Log: Subject: [patch perl@8102] dos/djgpp update
37044              From: Laszlo Molnar <ml1050@freemail.hu>
37045              Date: Sat, 16 Dec 2000 01:40:52 +0100
37046              Message-ID: <20001216014052.A335@freemail.hu>
37047      Branch: perl
37048            ! djgpp/config.over t/base/commonsense.t
37049 ____________________________________________________________________________
37050 [  8141] By: jhi                                   on 2000/12/16  17:09:27
37051         Log: Few uncheckedin files.
37052      Branch: perl
37053            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
37054 ____________________________________________________________________________
37055 [  8140] By: nick                                  on 2000/12/15  22:14:31
37056         Log: Integrate mainline
37057      Branch: perlio
37058           !> (integrate 53 files)
37059 ____________________________________________________________________________
37060 [  8139] By: jhi                                   on 2000/12/15  19:49:49
37061         Log: One more IVUV tweak from Nicholas Clark.
37062      Branch: perl
37063            ! sv.c
37064 ____________________________________________________________________________
37065 [  8138] By: jhi                                   on 2000/12/15  19:17:06
37066         Log: Return of the IVUV-preservation, now seems to be happy even
37067              in Digital UNIX (the broken strtoul brokenness detection
37068              seems to have been the fly in the ointment).
37069      Branch: perl
37070            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
37071            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
37072            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
37073            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
37074            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
37075            ! vos/config.ga.h win32/config.bc win32/config.gc
37076            ! win32/config.vc
37077 ____________________________________________________________________________
37078 [  8137] By: jhi                                   on 2000/12/15  18:12:14
37079         Log: Metaconfig unit change for #8136.
37080      Branch: metaconfig
37081            ! U/modified/d_strtoul.U
37082      Branch: metaconfig/U/perl
37083            ! d_strtoull.U d_strtouq.U
37084 ____________________________________________________________________________
37085 [  8136] By: jhi                                   on 2000/12/15  18:11:35
37086         Log: I don't think it's sensible or portable to test the strtou*
37087              on /^-/ strings.
37088      Branch: perl
37089            ! Configure
37090 ____________________________________________________________________________
37091 [  8135] By: jhi                                   on 2000/12/15  17:18:49
37092         Log: Metaconfig unit change for #8134.
37093      Branch: metaconfig
37094            ! U/modified/d_strtoul.U
37095 ____________________________________________________________________________
37096 [  8134] By: jhi                                   on 2000/12/15  17:14:13
37097         Log: If longsize is 8 we don't need a LL suffix for integer constants.
37098      Branch: perl
37099            ! Configure config_h.SH
37100 ____________________________________________________________________________
37101 [  8133] By: jhi                                   on 2000/12/15  16:00:23
37102         Log: Update Changes.
37103      Branch: perl
37104            ! Changes patchlevel.h
37105 ____________________________________________________________________________
37106 [  8132] By: jhi                                   on 2000/12/15  15:44:16
37107         Log: Some compilers get huffy if you do not cast a const pointer
37108              to a non-const when assigning.
37109      Branch: perl
37110            ! gv.c
37111 ____________________________________________________________________________
37112 [  8131] By: jhi                                   on 2000/12/15  15:38:30
37113         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
37114              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37115              Date: Fri, 15 Dec 2000 05:26:57 -0500
37116              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
37117      Branch: perl
37118            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
37119            ! t/pragma/overload.t
37120 ____________________________________________________________________________
37121 [  8130] By: jhi                                   on 2000/12/15  15:36:08
37122         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
37123              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37124              Date: Thu, 14 Dec 2000 22:02:43 -0500
37125              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
37126      Branch: perl
37127            ! gv.c perl.h
37128 ____________________________________________________________________________
37129 [  8129] By: jhi                                   on 2000/12/15  15:34:16
37130         Log: Subject: PATCH: h2xs nit
37131              From: Tim Jenness <t.jenness@jach.hawaii.edu>
37132              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
37133              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
37134              
37135              Add a template README.
37136      Branch: perl
37137            ! utils/h2xs.PL
37138 ____________________________________________________________________________
37139 [  8128] By: jhi                                   on 2000/12/15  15:32:22
37140         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
37141      Branch: perl
37142            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
37143 ____________________________________________________________________________
37144 [  8127] By: jhi                                   on 2000/12/15  15:19:34
37145         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
37146              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
37147              Date:     Thu, 14 Dec 2000 20:04:42 EST
37148              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
37149      Branch: perl
37150            ! ext/Opcode/Opcode.xs
37151 ____________________________________________________________________________
37152 [  8126] By: jhi                                   on 2000/12/15  15:17:49
37153         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
37154              From: Peter Prymmer <pvhp@forte.com>
37155              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
37156              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
37157      Branch: perl
37158            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
37159            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
37160            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
37161 ____________________________________________________________________________
37162 [  8125] By: jhi                                   on 2000/12/15  15:11:05
37163         Log: This seems to be a stage sane and stable enough to checkin.
37164              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
37165      Branch: perl
37166            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
37167            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
37168            ! t/op/cmp.t t/op/numconvert.t
37169 ____________________________________________________________________________
37170 [  8124] By: jhi                                   on 2000/12/15  04:20:26
37171         Log: Something is really wonky.
37172      Branch: perl
37173            ! sv.c
37174 ____________________________________________________________________________
37175 [  8123] By: jhi                                   on 2000/12/15  04:00:50
37176         Log: Fixes for the IV UV patches to compile in Digital UNIX.
37177      Branch: perl
37178            ! sv.c
37179 ____________________________________________________________________________
37180 [  8122] By: jhi                                   on 2000/12/15  02:53:40
37181         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
37182              From: "Craig A. Berry" <craigberry@mac.com>
37183              Date: Thu, 14 Dec 2000 19:10:49 -0600
37184              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
37185      Branch: perl
37186            ! vms/vms.c
37187 ____________________________________________________________________________
37188 [  8121] By: jhi                                   on 2000/12/15  02:50:00
37189         Log: Metaconfig changes for #8120.
37190      Branch: metaconfig
37191            + U/modified/d_strtoul.U
37192      Branch: metaconfig/U/perl
37193            ! d_strtoull.U d_strtouq.U
37194 ____________________________________________________________________________
37195 [  8120] By: jhi                                   on 2000/12/15  02:49:42
37196         Log: From: Nicholas Clark <nick@ccl4.org> 
37197              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
37198              Date: Thu, 14 Dec 2000 18:38:57 +0000
37199              Message-ID: <20001214183857.B97909@plum.flirble.org>
37200      Branch: perl
37201            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
37202            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
37203            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
37204            ! vos/config.ga.def vos/config.ga.h win32/config.bc
37205            ! win32/config.gc win32/config.vc
37206 ____________________________________________________________________________
37207 [  8119] By: jhi                                   on 2000/12/14  23:40:58
37208         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
37209              From: Nicholas Clark <nick@ccl4.org>
37210              Date: Wed, 13 Dec 2000 20:08:50 +0000
37211              Message-ID: <20001213200849.B71166@plum.flirble.org>
37212      Branch: perl
37213            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
37214            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
37215 ____________________________________________________________________________
37216 [  8118] By: jhi                                   on 2000/12/14  22:46:26
37217         Log: Integrate perlio.
37218      Branch: perl
37219           !> MANIFEST ext/Encode/compile makedef.pl
37220 ____________________________________________________________________________
37221 [  8117] By: nick                                  on 2000/12/14  22:38:53
37222         Log: Win32 tweaks to get Encode to build
37223              - temp hack to makedef.pl till PerlIO is properly "exported".
37224              - MSVC dislikes  
37225              static encpage_t foo[];
37226              so make 'em extern for now.
37227      Branch: perlio
37228            ! ext/Encode/compile makedef.pl
37229 ____________________________________________________________________________
37230 [  8116] By: nick                                  on 2000/12/14  22:00:53
37231         Log: Document the new files
37232      Branch: perlio
37233            ! MANIFEST
37234 ____________________________________________________________________________
37235 [  8115] By: jhi                                   on 2000/12/14  21:58:01
37236         Log: MANIFEST new files of #8114.
37237      Branch: perl
37238            ! MANIFEST
37239 ____________________________________________________________________________
37240 [  8114] By: jhi                                   on 2000/12/14  21:50:49
37241         Log: Integrate perlio.
37242      Branch: perl
37243           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
37244           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
37245           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
37246           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
37247           !> ext/Encode/Makefile.PL
37248 ____________________________________________________________________________
37249 [  8113] By: jhi                                   on 2000/12/14  21:48:49
37250         Log: The documentation part of the
37251              
37252              Subject: [ID 20001214.002] Net::Ping patch
37253              From: Jonathan Stowe <gellyfish@gellyfish.com>
37254              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
37255              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
37256              since the #7529 had already addressed the same problem.
37257      Branch: perl
37258            ! lib/Net/Ping.pm
37259 ____________________________________________________________________________
37260 [  8112] By: jhi                                   on 2000/12/14  21:42:57
37261         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
37262              From: Dominic Dunlop <domo@computer.org>
37263              Date: Tue, 12 Dec 2000 10:47:10 +0100
37264              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
37265              
37266              Document how elusive subroutines can be.
37267      Branch: perl
37268            ! pod/perlfunc.pod
37269 ____________________________________________________________________________
37270 [  8111] By: jhi                                   on 2000/12/14  21:38:05
37271         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
37272              From: Dominic Dunlop <domo@computer.org>
37273              Date: Thu, 14 Dec 2000 10:13:51 +0100
37274              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
37275      Branch: perl
37276            ! ext/POSIX/POSIX.pod
37277 ____________________________________________________________________________
37278 [  8110] By: jhi                                   on 2000/12/14  21:36:32
37279         Log: Subject: [patch] perlfaq7
37280              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
37281              Date: Thu, 14 Dec 2000 15:31:07 +0100
37282              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
37283      Branch: perl
37284            ! pod/perlfaq7.pod
37285 ____________________________________________________________________________
37286 [  8109] By: jhi                                   on 2000/12/14  21:29:20
37287         Log: Subject: [8104] Encode
37288              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
37289              Date: Thu, 14 Dec 2000 14:49:34 +0100
37290              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
37291              
37292              Type casting for nervous compilers.
37293      Branch: perl
37294            ! ext/Encode/Encode.xs
37295 ____________________________________________________________________________
37296 [  8108] By: jhi                                   on 2000/12/14  21:26:17
37297         Log: Subject: [8104] DB_File
37298              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
37299              Date: Thu, 14 Dec 2000 14:49:35 +0100
37300              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
37301              
37302              Type definition incorrect for DB 2.7.7.  Not known when it
37303              changed, so only changed it for a known revision.
37304      Branch: perl
37305            ! ext/DB_File/DB_File.xs
37306 ____________________________________________________________________________
37307 [  8107] By: jhi                                   on 2000/12/14  21:23:41
37308         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
37309              From: Peter Prymmer <pvhp@forte.com>
37310              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
37311              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
37312              
37313              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
37314      Branch: perl
37315            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
37316            ! ext/Encode/Encode/posix-bc.enc
37317 ____________________________________________________________________________
37318 [  8106] By: nick                                  on 2000/12/14  20:36:13
37319         Log: "Cold" build correction to Encode's Makefile.PL
37320      Branch: perlio
37321            ! ext/Encode/Makefile.PL
37322 ____________________________________________________________________________
37323 [  8105] By: nick                                  on 2000/12/14  20:09:37
37324         Log: "Compiled" encodings.
37325              Correct replacement character in EBCDIC .enc files
37326              Add 0x7F to ASCII repertoire.
37327      Branch: perlio
37328            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
37329            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
37330            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
37331            ! ext/Encode/Makefile.PL ext/Encode/compile
37332            ! ext/Encode/encengine.c ext/Encode/encode.h
37333 ____________________________________________________________________________
37334 [  8104] By: nick                                  on 2000/12/14  00:38:20
37335         Log: Integrate mainline
37336      Branch: perlio
37337           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
37338           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
37339           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
37340           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
37341           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
37342           !> t/lib/db-hash.t t/lib/db-recno.t
37343 ____________________________________________________________________________
37344 [  8103] By: nick                                  on 2000/12/13  23:16:13
37345         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
37346              so far and so it does not get lost.
37347      Branch: perlio
37348            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
37349 ____________________________________________________________________________
37350 [  8102] By: jhi                                   on 2000/12/13  17:14:22
37351         Log: Update Changes.
37352      Branch: perl
37353            ! Changes patchlevel.h
37354 ____________________________________________________________________________
37355 [  8101] By: jhi                                   on 2000/12/13  16:53:41
37356         Log: Move the proto of start_glob() to a better place; regen api files.
37357      Branch: perl
37358            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
37359 ____________________________________________________________________________
37360 [  8100] By: jhi                                   on 2000/12/13  16:47:11
37361         Log: Metaconfig change for #8099.
37362      Branch: metaconfig
37363            ! U/modified/Head.U
37364 ____________________________________________________________________________
37365 [  8099] By: jhi                                   on 2000/12/13  16:46:48
37366         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
37367              From: Andy Dougherty <doughera@lafayette.edu>
37368              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
37369              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
37370      Branch: perl
37371            ! Configure
37372 ____________________________________________________________________________
37373 [  8098] By: jhi                                   on 2000/12/13  16:39:02
37374         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
37375              From: rspier@pobox.com (Robert Spier)
37376              Date: Tue, 12 Dec 2000 21:12:39 -0500
37377              Message-ID: <14902.56087.678086.725773@rls.cx>
37378              
37379              fastgetcwd is defined using a glob alias on a $^O dependent basis -
37380              and there was no default assignment or perl subroutine.
37381      Branch: perl
37382            ! lib/Cwd.pm
37383 ____________________________________________________________________________
37384 [  8097] By: jhi                                   on 2000/12/13  16:16:01
37385         Log: Subject: [PATCH] move startglob out of pp_hot.c
37386              From: Nicholas Clark <nick@ccl4.org>
37387              Date: Mon, 11 Dec 2000 23:16:39 +0000
37388              Message-ID: <20001211231638.A55550@plum.flirble.org>
37389      Branch: perl
37390            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
37391 ____________________________________________________________________________
37392 [  8096] By: jhi                                   on 2000/12/13  15:26:23
37393         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
37394              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
37395              Date: Wed, 13 Dec 2000 14:01:37 +0100
37396              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
37397              
37398              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
37399              in turn requires libpthread in libswanted.
37400      Branch: perl
37401            ! hints/hpux.sh
37402 ____________________________________________________________________________
37403 [  8095] By: jhi                                   on 2000/12/12  19:51:05
37404         Log: The integration wars continue.
37405      Branch: perl
37406           !> sv.c
37407 ____________________________________________________________________________
37408 [  8094] By: jhi                                   on 2000/12/12  19:48:26
37409         Log: Subject: [PATCH perl@8070] DB_File-1.74  
37410              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
37411              Date: Mon, 11 Dec 2000 23:07:17 -0000
37412              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
37413      Branch: perl
37414            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
37415            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
37416            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
37417            ! t/lib/db-recno.t
37418 ____________________________________________________________________________
37419 [  8093] By: nick                                  on 2000/12/12  19:42:13
37420         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
37421      Branch: perlio
37422            ! sv.c
37423           !> lib/File/DosGlob.pm
37424 ____________________________________________________________________________
37425 [  8092] By: jhi                                   on 2000/12/12  19:28:11
37426         Log: Integrate perlio.
37427      Branch: perl
37428           !> sv.c
37429 ____________________________________________________________________________
37430 [  8091] By: nick                                  on 2000/12/12  18:49:45
37431         Log: Fix for Tk, and upgrading shared SVs.
37432      Branch: perlio
37433            ! sv.c
37434 ____________________________________________________________________________
37435 [  8090] By: jhi                                   on 2000/12/12  16:48:59
37436         Log: Subject: [PATCH] Re: Breadperl & Tk
37437              From: Nick Ing-Simmons <nik@tiuk.ti.com>
37438              Date: Tue, 12 Dec 2000 14:48:27 GMT
37439              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
37440      Branch: perl
37441            ! sv.c
37442 ____________________________________________________________________________
37443 [  8089] By: jhi                                   on 2000/12/12  03:37:19
37444         Log: Subject: DosGlob.pm diff for bash style brace expansion.
37445              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
37446              Date: Fri, 8 Dec 2000 10:45:30 -0600
37447              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
37448      Branch: perl
37449            ! lib/File/DosGlob.pm
37450 ____________________________________________________________________________
37451 [  8088] By: nick                                  on 2000/12/11  23:59:59
37452         Log: Integrate mainline
37453      Branch: perlio
37454           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
37455           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
37456           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
37457           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
37458           !> t/op/local.t t/pragma/warn/toke toke.c
37459 ____________________________________________________________________________
37460 [  8087] By: jhi                                   on 2000/12/11  23:20:23
37461         Log: Integrate perlio.
37462      Branch: perl
37463           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
37464 ____________________________________________________________________________
37465 [  8086] By: jhi                                   on 2000/12/11  22:50:59
37466         Log: Tune further the OS detection of CGI.
37467      Branch: perl
37468            ! lib/CGI.pm
37469 ____________________________________________________________________________
37470 [  8085] By: nick                                  on 2000/12/11  22:50:46
37471         Log: Finish 1st pass of "encoding" layer e.g. :
37472              open($fh,"<encoding(iso8859-7)",$greek) || die;
37473      Branch: perlio
37474            ! ext/Encode/Encode.xs perlio.c perliol.h
37475 ____________________________________________________________________________
37476 [  8084] By: jhi                                   on 2000/12/11  22:32:06
37477         Log: Revert the -f ambiguousity patch, seems to cause
37478              too much hassle (the interpret -Q as a function
37479              where Q is not a known filetest part is left in).
37480      Branch: perl
37481            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
37482            ! toke.c
37483 ____________________________________________________________________________
37484 [  8083] By: jhi                                   on 2000/12/11  22:27:23
37485         Log: (accidentally empty check-in)
37486      Branch: perl
37487            ! lib/File/DosGlob.pm
37488 ____________________________________________________________________________
37489 [  8082] By: nick                                  on 2000/12/11  19:09:51
37490         Log: Restore mmap function (broken by tweaks to shared buffer
37491              layer for encode(xxxx)).
37492      Branch: perlio
37493            ! perlio.c
37494 ____________________________________________________________________________
37495 [  8081] By: jhi                                   on 2000/12/11  18:29:13
37496         Log: Subject: Re: The long awaited feature ...
37497              From: Simon Cozens <simon@cozens.net>
37498              Date: Mon, 11 Dec 2000 15:54:24 +0000
37499              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
37500              
37501              More io/utf8 tests.
37502      Branch: perl
37503            ! t/io/utf8.t
37504 ____________________________________________________________________________
37505 [  8080] By: jhi                                   on 2000/12/11  18:19:36
37506         Log: Subject: PATCH MakeMaker manpage clarification
37507              From: andreas.koenig@anima.de (Andreas J. Koenig)
37508              Date: 10 Dec 2000 20:46:13 +0100
37509              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
37510      Branch: perl
37511            ! lib/ExtUtils/MakeMaker.pm
37512 ____________________________________________________________________________
37513 [  8079] By: jhi                                   on 2000/12/11  15:35:07
37514         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
37515              From: Simon Cozens <simon@cozens.net>
37516              Date: Sun, 10 Dec 2000 19:06:19 +0000
37517              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
37518      Branch: perl
37519            ! ext/B/B/Deparse.pm t/lib/b.t
37520 ____________________________________________________________________________
37521 [  8078] By: jhi                                   on 2000/12/11  15:09:11
37522         Log: Subject: [PATCH] docs on NaN
37523              From: Nicholas Clark <nick@ccl4.org>
37524              Date: Mon, 11 Dec 2000 01:48:38 +0000
37525              Message-ID: <20001211014838.B99205@plum.flirble.org>
37526      Branch: perl
37527            ! pod/perlop.pod
37528 ____________________________________________________________________________
37529 [  8077] By: jhi                                   on 2000/12/11  15:02:21
37530         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
37531              From: Simon Cozens <simon@cozens.net>
37532              Date: Mon, 11 Dec 2000 01:21:45 +0000
37533              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
37534      Branch: perl
37535            ! pp.c pp_hot.c scope.c t/op/local.t
37536 ____________________________________________________________________________
37537 [  8076] By: nick                                  on 2000/12/10  20:43:32
37538         Log: Not merge worthy...
37539              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
37540              syntax is modelled on attributes.
37541              Untested fix for io/utf8 on Win32 etc.
37542              Very clumsy start to the encode layer.
37543      Branch: perlio
37544            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
37545 ____________________________________________________________________________
37546 [  8075] By: jhi                                   on 2000/12/10  18:39:33
37547         Log: Darwin is not Windows.
37548      Branch: perl
37549            ! lib/CGI.pm
37550 ____________________________________________________________________________
37551 [  8074] By: jhi                                   on 2000/12/10  18:31:27
37552         Log: Subject: Ambiguous -%c() resolved as a file test
37553              From: "Paul Marquess" <Paul.Marquess@openwave.com>
37554              Date: Sun, 10 Dec 2000 15:35:07 -0000
37555              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
37556      Branch: perl
37557            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
37558 ____________________________________________________________________________
37559 [  8073] By: jhi                                   on 2000/12/10  18:16:29
37560         Log: Subject: PATCH installperl misinformed 
37561              From: andreas.koenig@anima.de (Andreas J. Koenig)
37562              Date: 10 Dec 2000 13:01:32 +0100 
37563              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
37564      Branch: perl
37565            ! installperl
37566 ____________________________________________________________________________
37567 [  8072] By: jhi                                   on 2000/12/10  18:07:55
37568         Log: The walkoptree confusion rages; walkoptree() seems to be coming
37569              from B.xs, while walkoptree_slow() comes from B.pm.
37570      Branch: perl
37571            ! ext/B/B.pm
37572 ____________________________________________________________________________
37573 [  8071] By: nick                                  on 2000/12/10  11:45:47
37574         Log: Integrate mainline
37575      Branch: perlio
37576           +> t/base/commonsense.t
37577           !> (integrate 37 files)
37578 ____________________________________________________________________________
37579 [  8070] By: jhi                                   on 2000/12/10  04:46:21
37580         Log: Update Changes.
37581      Branch: perl
37582            ! Changes patchlevel.h
37583 ____________________________________________________________________________
37584 [  8069] By: jhi                                   on 2000/12/10  04:39:19
37585         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
37586              From: andreas.koenig@anima.de (Andreas J. Koenig)
37587              Date: 09 Dec 2000 17:14:25 +0100
37588              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
37589      Branch: perl
37590            + t/base/commonsense.t
37591            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
37592 ____________________________________________________________________________
37593 [  8068] By: jhi                                   on 2000/12/10  04:17:36
37594         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
37595              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
37596              Date: Sat, 9 Dec 2000 16:47:22 -0000
37597              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
37598      Branch: perl
37599            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
37600            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
37601            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
37602            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
37603            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
37604            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
37605            ! t/lib/sdbm.t
37606 ____________________________________________________________________________
37607 [  8067] By: jhi                                   on 2000/12/10  03:52:02
37608         Log: Test case for #8066.
37609      Branch: perl
37610            ! t/op/misc.t
37611 ____________________________________________________________________________
37612 [  8066] By: jhi                                   on 2000/12/10  03:50:30
37613         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
37614              From: Simon Cozens <simon@cozens.net>
37615              Date: Sun, 10 Dec 2000 00:55:37 +0000
37616              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
37617      Branch: perl
37618            ! pp_sys.c
37619 ____________________________________________________________________________
37620 [  8065] By: jhi                                   on 2000/12/10  03:44:52
37621         Log: Test case for #8064.
37622      Branch: perl
37623            ! t/comp/proto.t
37624 ____________________________________________________________________________
37625 [  8064] By: jhi                                   on 2000/12/10  03:42:32
37626         Log: Subject: Re: prototype of substr
37627              From: Simon Cozens <simon@cozens.net>
37628              Date: Sun, 10 Dec 2000 00:13:33 +0000
37629              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
37630              
37631              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
37632      Branch: perl
37633            ! pp.c
37634 ____________________________________________________________________________
37635 [  8063] By: jhi                                   on 2000/12/10  03:39:42
37636         Log: Subject: [PATCH] perlguts.pod
37637              From: Simon Cozens <simon@cozens.net>
37638              Date: Sun, 10 Dec 2000 00:06:47 +0000
37639              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
37640              
37641              Documentation of the different types of ops,
37642              plus the functions in dump.c
37643      Branch: perl
37644            ! pod/perlguts.pod
37645 ____________________________________________________________________________
37646 [  8062] By: jhi                                   on 2000/12/10  03:30:04
37647         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
37648              From: Nicholas Clark <nick@talking.bollo.cx>
37649              Date: Sat, 09 Dec 2000 18:57:25 +0000
37650              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
37651              
37652              Be more robust in weird hostname setups.
37653      Branch: perl
37654            ! t/lib/net-hostent.t
37655 ____________________________________________________________________________
37656 [  8061] By: jhi                                   on 2000/12/10  03:28:21
37657         Log: Pacify fussy compiler. 
37658      Branch: perl
37659            ! pp_sys.c
37660 ____________________________________________________________________________
37661 [  8060] By: jhi                                   on 2000/12/10  02:52:46
37662         Log: Integrate perlio.
37663      Branch: perl
37664           !> pp_sys.c t/io/utf8.t
37665 ____________________________________________________________________________
37666 [  8059] By: nick                                  on 2000/12/09  23:40:14
37667         Log: read/sysread/recv should now be utf8 aware.
37668              Basic test for utf8 read.
37669      Branch: perlio
37670            ! pp_sys.c t/io/utf8.t
37671 ____________________________________________________________________________
37672 [  8058] By: jhi                                   on 2000/12/09  21:56:02
37673         Log: Integrate perlio.
37674      Branch: perl
37675           +> t/io/utf8.t
37676           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
37677 ____________________________________________________________________________
37678 [  8057] By: jhi                                   on 2000/12/09  21:53:35
37679         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
37680              From: Inaba Hiroto <inaba@st.rim.or.jp>
37681              Date: Sun, 10 Dec 2000 05:53:21 +0900
37682              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
37683              
37684              Tests for #8056.
37685      Branch: perl
37686            ! t/op/each.t
37687 ____________________________________________________________________________
37688 [  8056] By: jhi                                   on 2000/12/09  21:51:16
37689         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
37690              From: Inaba Hiroto <inaba@st.rim.or.jp>
37691              Date: Sat, 09 Dec 2000 18:02:00 +0900
37692              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
37693              
37694              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
37695      Branch: perl
37696            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
37697 ____________________________________________________________________________
37698 [  8055] By: nick                                  on 2000/12/09  20:11:48
37699         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
37700              than raw PerlIO_write() - does not seem to break any tests.
37701      Branch: perlio
37702            ! pp_sys.c
37703 ____________________________________________________________________________
37704 [  8054] By: nick                                  on 2000/12/09  19:47:30
37705         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
37706              (sysread, recv and write i.e. formats still to do...)
37707              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
37708              open($fh,">:utf8","name")
37709              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
37710              so no extra overhead is involved.
37711              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
37712              to a non-utf8 stream.
37713              Add initial io/utf8.t
37714              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
37715              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
37716              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
37717      Branch: perlio
37718            + t/io/utf8.t
37719            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
37720 ____________________________________________________________________________
37721 [  8053] By: nick                                  on 2000/12/09  19:26:37
37722         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
37723              was only testing this_utf8.
37724      Branch: perlio
37725            ! toke.c
37726 ____________________________________________________________________________
37727 [  8052] By: nick                                  on 2000/12/09  19:09:41
37728         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
37729              i.e. the output string has one, but don't mess with source assumption.
37730      Branch: perlio
37731            ! toke.c
37732 ____________________________________________________________________________
37733 [  8051] By: jhi                                   on 2000/12/09  16:55:17
37734         Log: Integrate perlio.
37735      Branch: perl
37736           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
37737           !> sv.c thrdvar.h util.c
37738 ____________________________________________________________________________
37739 [  8050] By: jhi                                   on 2000/12/09  16:48:07
37740         Log: Nits noticed by Peter Prymmer.
37741      Branch: perl
37742            ! lib/ExtUtils/MM_VMS.pm
37743 ____________________________________________________________________________
37744 [  8049] By: nick                                  on 2000/12/09  13:49:40
37745         Log: UTF8 output prework.
37746              - Store $\ and $, as SVs so they can have SvUTF8 flag
37747              - use do_print() rather than raw PerlIO_write() to print them.
37748      Branch: perlio
37749            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
37750            ! thrdvar.h util.c
37751 ____________________________________________________________________________
37752 [  8048] By: nick                                  on 2000/12/09  12:30:43
37753         Log: Integrate mainline.
37754      Branch: perlio
37755           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
37756           +> t/op/reverse.t
37757           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
37758           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
37759           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
37760           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
37761           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
37762           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
37763 ____________________________________________________________________________
37764 [  8047] By: jhi                                   on 2000/12/09  00:23:27
37765         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
37766              From: Michael G Schwern <schwern@pobox.com>
37767              Date: Fri, 8 Dec 2000 14:43:04 -0600
37768      Branch: perl
37769            ! lib/ExtUtils/MM_VMS.pm
37770 ____________________________________________________________________________
37771 [  8046] By: jhi                                   on 2000/12/08  23:10:27
37772         Log: A missed check-in.
37773      Branch: perl
37774            ! lib/ExtUtils/Manifest.pm
37775 ____________________________________________________________________________
37776 [  8045] By: jhi                                   on 2000/12/08  21:57:12
37777         Log: (null check-in)
37778      Branch: perl
37779            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
37780 ____________________________________________________________________________
37781 [  8044] By: jhi                                   on 2000/12/08  21:11:06
37782         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
37783              at the final draft stage.
37784      Branch: perl
37785            + ext/Encode/Encode/iso8859-16.enc
37786            ! MANIFEST
37787 ____________________________________________________________________________
37788 [  8043] By: jhi                                   on 2000/12/08  16:39:04
37789         Log: Update Changes.
37790      Branch: perl
37791            ! Changes patchlevel.h
37792 ____________________________________________________________________________
37793 [  8042] By: jhi                                   on 2000/12/08  16:33:39
37794         Log: Do not return the Unicode replacement character if UTF-8
37795              decoding goes awry, it should be up to the caller to decide.
37796      Branch: perl
37797            ! pod/perlapi.pod utf8.c
37798 ____________________________________________________________________________
37799 [  8041] By: jhi                                   on 2000/12/08  16:22:28
37800         Log: metaconfig maintenance.
37801      Branch: metaconfig
37802            ! U/modified/stdchar.U
37803      Branch: metaconfig/U/perl
37804            + testsyml.U
37805 ____________________________________________________________________________
37806 [  8040] By: jhi                                   on 2000/12/08  16:03:08
37807         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
37808              From: sthoenna@efn.org
37809              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
37810              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
37811      Branch: perl
37812            ! Changes lib/ExtUtils/MM_OS2.pm
37813 ____________________________________________________________________________
37814 [  8039] By: jhi                                   on 2000/12/08  15:57:11
37815         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
37816              From: Simon Cozens <simon@cozens.net>
37817              Date: Fri, 8 Dec 2000 13:33:31 +0000
37818              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
37819              
37820              (The pp_hot part needed a rewrite.)
37821      Branch: perl
37822            ! doop.c pp_hot.c utf8.c
37823 ____________________________________________________________________________
37824 [  8038] By: jhi                                   on 2000/12/08  15:25:08
37825         Log: Subject: djSP
37826              From: Michael Stevens <michael@etla.org>
37827              Date: Wed, 6 Dec 2000 23:24:01 +0000
37828              Message-ID: <20001206232400.A21381@firedrake.org>
37829              
37830              Plus a note from Nick Ing-Simmons.
37831      Branch: perl
37832            ! pp.h
37833 ____________________________________________________________________________
37834 [  8037] By: jhi                                   on 2000/12/08  15:18:35
37835         Log: Filetype is text.
37836      Branch: perl
37837            ! t/op/utf8decode.t
37838 ____________________________________________________________________________
37839 [  8036] By: jhi                                   on 2000/12/08  03:31:27
37840         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
37841              From: Andy Dougherty <doughera@lafayette.edu>
37842              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
37843              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
37844              
37845              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
37846              From: Andy Dougherty <doughera@lafayette.edu>
37847              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
37848              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
37849      Branch: perl
37850            + ext/POSIX/hints/svr4.pl
37851            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
37852 ____________________________________________________________________________
37853 [  8035] By: jhi                                   on 2000/12/08  03:26:01
37854         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
37855              From: Andy Dougherty <doughera@lafayette.edu>
37856              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
37857              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
37858      Branch: perl
37859            ! t/README t/base/term.t
37860 ____________________________________________________________________________
37861 [  8034] By: jhi                                   on 2000/12/08  03:21:59
37862         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
37863              From: mjd@plover.com  
37864              Date: 7 Dec 2000 21:04:20 -0000
37865              Message-ID: <20001207210420.22282.qmail@plover.com>
37866              
37867              Plus -z doc.
37868      Branch: perl
37869            ! pod/perlfunc.pod
37870 ____________________________________________________________________________
37871 [  8033] By: jhi                                   on 2000/12/08  03:19:03
37872         Log: Use the UTF8 macros a bit.  They can't be used with abandon
37873              everywhere because we do generate illegal UTF-8 in some situations.
37874              This is of course naughty.
37875      Branch: perl
37876            ! pod/perlapi.pod utf8.c utf8.h
37877 ____________________________________________________________________________
37878 [  8032] By: jhi                                   on 2000/12/08  03:00:09
37879         Log: Out of sync?
37880      Branch: perl
37881            ! t/pragma/warn/utf8
37882 ____________________________________________________________________________
37883 [  8031] By: jhi                                   on 2000/12/08  02:22:39
37884         Log: Cnt spl.
37885      Branch: perl
37886            ! MANIFEST
37887 ____________________________________________________________________________
37888 [  8030] By: jhi                                   on 2000/12/08  01:23:54
37889         Log: Add test for reverse().
37890      Branch: perl
37891            + t/op/reverse.t
37892            ! MANIFEST
37893 ____________________________________________________________________________
37894 [  8029] By: jhi                                   on 2000/12/08  01:21:47
37895         Log: Integrate perlio.
37896      Branch: perl
37897           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
37898           !> perlio.c perlio.h perlsdio.h warnings.pl
37899 ____________________________________________________________________________
37900 [  8028] By: jhi                                   on 2000/12/08  01:19:08
37901         Log: Introduce macros for UTF8 decoding.
37902      Branch: perl
37903            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
37904 ____________________________________________________________________________
37905 [  8027] By: nick                                  on 2000/12/07  22:18:19
37906         Log: Integrate mainline
37907      Branch: perlio
37908           !> embed.pl pod/perlapi.pod utf8.c
37909 ____________________________________________________________________________
37910 [  8026] By: nick                                  on 2000/12/07  21:45:08
37911         Log: Various oddities p4 diff -se showed up
37912              Remove 'our' from warnings.pl
37913      Branch: perlio
37914            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
37915 ____________________________________________________________________________
37916 [  8025] By: nick                                  on 2000/12/07  21:43:32
37917         Log: Change PerlIO_(get|set)pos to take SV *
37918              Should fix, OS/2, VMS, (sfio??)
37919      Branch: perlio
37920            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
37921 ____________________________________________________________________________
37922 [  8024] By: jhi                                   on 2000/12/07  19:05:32
37923         Log: Document utf8_to_uv() better.
37924      Branch: perl
37925            ! pod/perlapi.pod utf8.c
37926 ____________________________________________________________________________
37927 [  8023] By: jhi                                   on 2000/12/07  18:23:47
37928         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
37929      Branch: perl
37930            ! embed.pl pod/perlapi.pod utf8.c
37931 ____________________________________________________________________________
37932 [  8022] By: jhi                                   on 2000/12/07  04:13:51
37933         Log: Integrate perlio.
37934      Branch: perl
37935           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
37936           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
37937           !> win32/makefile.mk
37938 ____________________________________________________________________________
37939 [  8021] By: nick                                  on 2000/12/07  00:28:14
37940         Log: Various attempts at MSVC debug - not sure what has
37941              changed but works now. 
37942              Seems atexit() _may_ work for DLLs built with MSVC so don't
37943              call cleanup that way.
37944      Branch: perlio
37945            ! perlio.c win32/makefile.mk
37946 ____________________________________________________________________________
37947 [  8020] By: nick                                  on 2000/12/06  19:57:20
37948         Log: Integrate mainline
37949      Branch: perlio
37950           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
37951           !> (integrate 75 files)
37952 ____________________________________________________________________________
37953 [  8019] By: nick                                  on 2000/12/06  19:28:21
37954         Log: Add useperlio to config.vc
37955              Turn off binmode in config_H.PL
37956              Regen all the config_H.xx
37957              Attempt to get debugging build with MSVC.
37958      Branch: perlio
37959            ! win32/config.vc win32/config_H.bc win32/config_H.gc
37960            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
37961 ____________________________________________________________________________
37962 [  8018] By: nick                                  on 2000/12/06  19:21:57
37963         Log: Test various dup/external program options on all platforms.
37964      Branch: perlio
37965            ! t/io/dup.t
37966 ____________________________________________________________________________
37967 [  8017] By: nick                                  on 2000/12/06  19:20:47
37968         Log: Fix harness to be less picky
37969      Branch: perlio
37970            ! lib/Test/Harness.pm
37971 ____________________________________________________________________________
37972 [  8016] By: jhi                                   on 2000/12/06  16:45:12
37973         Log: Update Changes.
37974      Branch: perl
37975            ! Changes patchlevel.h
37976 ____________________________________________________________________________
37977 [  8015] By: jhi                                   on 2000/12/06  16:41:03
37978         Log: Test \x{...} with ord().
37979      Branch: perl
37980            ! t/op/ord.t
37981 ____________________________________________________________________________
37982 [  8014] By: jhi                                   on 2000/12/06  16:20:33
37983         Log: Test tweak because of #8013.
37984      Branch: perl
37985            ! t/lib/b.t
37986 ____________________________________________________________________________
37987 [  8013] By: jhi                                   on 2000/12/06  16:09:09
37988         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
37989              From: Michael G Schwern <schwern@pobox.com>
37990              Date: Tue, 5 Dec 2000 21:23:28 -0500
37991              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
37992              
37993              Carp::Heavy parts not very applicable because of recent changes.
37994      Branch: perl
37995            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
37996            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
37997            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
37998            ! lib/Exporter.pm lib/Exporter/Heavy.pm
37999            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
38000            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
38001            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
38002            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
38003            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
38004            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
38005            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
38006            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
38007            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
38008            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
38009            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
38010            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
38011            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
38012            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
38013            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
38014            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
38015            ! warnings.pl
38016 ____________________________________________________________________________
38017 [  8012] By: jhi                                   on 2000/12/06  15:22:38
38018         Log: Subject: [PATCH] Re: New harness is failing things
38019              From: Nick Ing-Simmons <nik@tiuk.ti.com>
38020              Date: Wed, 6 Dec 2000 13:00:30 GMT
38021              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
38022      Branch: perl
38023            ! lib/Test/Harness.pm
38024 ____________________________________________________________________________
38025 [  8011] By: jhi                                   on 2000/12/06  15:12:08
38026         Log: Subject: installhtml changes
38027              From: Michael Stevens <michael@etla.org>
38028              Date: Wed, 6 Dec 2000 13:15:53 +0000
38029              Message-ID: <20001206131553.A27317@firedrake.org>
38030      Branch: perl
38031            ! installhtml
38032 ____________________________________________________________________________
38033 [  8010] By: jhi                                   on 2000/12/06  15:06:05
38034         Log: Subject: the dTHR hits
38035              From: Michael Stevens <michael@etla.org>
38036              Date: Wed, 6 Dec 2000 12:06:03 +0000
38037              Message-ID: <20001206120603.A24581@firedrake.org>
38038              
38039              More, errrm, less dTHRs.
38040      Branch: perl
38041            ! bytecode.pl ext/B/B/C.pm
38042 ____________________________________________________________________________
38043 [  8009] By: jhi                                   on 2000/12/06  15:04:25
38044         Log: Subject: MakeMaker mailing list gone?
38045              From: Michael G Schwern <schwern@pobox.com>
38046              Date: Tue, 5 Dec 2000 19:29:59 -0500
38047              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
38048              
38049              The MakeMaker mailing list is dead, perlbug is the right
38050              address to report bugs.
38051      Branch: perl
38052            ! lib/ExtUtils/MakeMaker.pm
38053 ____________________________________________________________________________
38054 [  8008] By: jhi                                   on 2000/12/06  15:00:32
38055         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
38056              From: Michael G Schwern <schwern@pobox.com>
38057              Date: Tue, 5 Dec 2000 19:21:21 -0500
38058              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
38059              
38060              Add a default MANIFEST skip that ignores things like
38061              version control files, editor temporary files, and the Makefile.
38062      Branch: perl
38063            + lib/ExtUtils/MANIFEST.SKIP
38064            ! MANIFEST lib/ExtUtils/Manifest.pm
38065 ____________________________________________________________________________
38066 [  8007] By: jhi                                   on 2000/12/06  14:57:20
38067         Log: In Amiga more manual hackery of the scripts seems to be needed,
38068              from Jan-Erik Karlsson.  Why Configure does not get this right
38069              is unknown, may be shell-induced.
38070      Branch: perl
38071            ! README.amiga
38072 ____________________________________________________________________________
38073 [  8006] By: jhi                                   on 2000/12/05  23:53:12
38074         Log: Add TOPm1s to peek at the second topmost stack item.
38075      Branch: perl
38076            ! pp.h
38077 ____________________________________________________________________________
38078 [  8005] By: jhi                                   on 2000/12/05  23:13:55
38079         Log: Avaunt, you foul UTF-8 tests.
38080      Branch: perl
38081            ! t/op/ver.t t/pragma/utf8.t
38082 ____________________________________________________________________________
38083 [  8004] By: jhi                                   on 2000/12/05  23:09:54
38084         Log: Continue utf8 dispersal. 
38085      Branch: perl
38086            + t/op/concat.t
38087            ! MANIFEST t/pragma/utf8.t
38088 ____________________________________________________________________________
38089 [  8003] By: nick                                  on 2000/12/05  23:02:39
38090         Log: Integrate mainline.
38091      Branch: perlio
38092           +> t/op/length.t t/op/utf8decode.t
38093           !> (integrate 69 files)
38094 ____________________________________________________________________________
38095 [  8002] By: jhi                                   on 2000/12/05  22:59:28
38096         Log: Integrate perlio.
38097      Branch: perl
38098           !> iperlsys.h perl.c perlio.c win32/perllib.c
38099 ____________________________________________________________________________
38100 [  8001] By: nick                                  on 2000/12/05  22:07:52
38101         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
38102              - calloc/free suffer from damage on TerminateThread()
38103              - use PerlMemShared (as originally planned) now fixed
38104              - avoid doing anything important on DLL "detach".
38105      Branch: perlio
38106            ! perl.c perlio.c win32/perllib.c
38107 ____________________________________________________________________________
38108 [  8000] By: nick                                  on 2000/12/05  21:05:09
38109         Log: Fix gross PerlMemShared issue.
38110      Branch: perlio
38111            ! iperlsys.h
38112 ____________________________________________________________________________
38113 [  7999] By: jhi                                   on 2000/12/05  20:46:58
38114         Log: Test for Unicode (UTF-8) hash keys.
38115      Branch: perl
38116            ! t/op/each.t
38117 ____________________________________________________________________________
38118 [  7998] By: jhi                                   on 2000/12/05  20:30:35
38119         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
38120              is now always UTF-8), empty line cosmetics.
38121      Branch: perl
38122            ! t/pragma/utf8.t
38123 ____________________________________________________________________________
38124 [  7997] By: jhi                                   on 2000/12/05  20:15:40
38125         Log: Subject: Re: STRLEN - what?
38126              From: Andy Dougherty <doughera@lafayette.edu>
38127              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
38128              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
38129              
38130              Explain STRLEN.
38131      Branch: perl
38132            ! pod/perlguts.pod
38133 ____________________________________________________________________________
38134 [  7996] By: jhi                                   on 2000/12/05  20:13:34
38135         Log: Split off the UTF-8 decoder tests, make them to check also
38136              the error message.
38137      Branch: perl
38138            + t/op/utf8decode.t
38139            ! MANIFEST t/pragma/utf8.t utf8.c
38140 ____________________________________________________________________________
38141 [  7995] By: jhi                                   on 2000/12/05  16:39:47
38142         Log: Start migrating bits of pragma/utf8 to elsewhere
38143              (since the long term plan is to obsolete 'use utf8').
38144      Branch: perl
38145            + t/op/length.t
38146            ! MANIFEST t/pragma/utf8.t
38147 ____________________________________________________________________________
38148 [  7994] By: jhi                                   on 2000/12/05  16:30:21
38149         Log: Fix a manual edit typo from #7993, fix the message formatting
38150              for Unicode, add few our declarations.
38151      Branch: perl
38152            ! lib/Carp/Heavy.pm
38153 ____________________________________________________________________________
38154 [  7993] By: jhi                                   on 2000/12/05  16:09:15
38155         Log: Subject: Need help with warnings :-(
38156              From: "Ben Tilly" <ben_tilly@hotmail.com>
38157              Date: Tue, 05 Dec 2000 01:35:54 -0500
38158              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
38159              
38160              Subject: UPDATE: Carp/Heavy now passes all tests
38161              From: "Ben Tilly" <ben_tilly@hotmail.com>
38162              Date: Tue, 05 Dec 2000 07:59:41 -0500
38163              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
38164              
38165              The Brave New Carp.
38166      Branch: perl
38167            ! lib/Carp.pm lib/Carp/Heavy.pm
38168 ____________________________________________________________________________
38169 [  7992] By: jhi                                   on 2000/12/05  15:55:08
38170         Log: Subject: [PATCH perl@7979] cygwin port
38171              From: "Eric Fifer" <efifer@dircon.co.uk>
38172              Date: Tue, 5 Dec 2000 14:04:09 -0000
38173              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
38174      Branch: perl
38175            ! t/lib/net-hostent.t
38176 ____________________________________________________________________________
38177 [  7991] By: jhi                                   on 2000/12/05  15:52:34
38178         Log: Subject: Re: [PATCH] The largest hoax of all times?
38179              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38180              Date: Tue, 5 Dec 2000 00:40:25 -0500
38181              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
38182              
38183              Subject: Re: [PATCH] The largest hoax of all times?
38184              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38185              Date: Mon, 4 Dec 2000 23:55:53 -0500
38186              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
38187              
38188              Subject: Re: [PATCH] The largest hoax of all times?
38189              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38190              Date: Tue, 5 Dec 2000 01:28:45 -0500
38191              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
38192              
38193              Fix the unpredictable order of DESTROYs.
38194      Branch: perl
38195            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
38196            ! sv.c sv.h t/op/ref.t
38197 ____________________________________________________________________________
38198 [  7990] By: jhi                                   on 2000/12/05  14:38:53
38199         Log: Subject: [PATCH] shrink pp_hot fractionally
38200              From: Nicholas Clark <nick@ccl4.org>
38201              Date: Tue, 5 Dec 2000 12:44:31 +0000
38202              Message-ID: <20001205124431.E74518@plum.flirble.org>
38203              
38204              Use report_evil_fh().
38205      Branch: perl
38206            ! opcode.pl opnames.h pp_hot.c util.c
38207 ____________________________________________________________________________
38208 [  7989] By: jhi                                   on 2000/12/05  14:21:27
38209         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
38210              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
38211              Date: Mon, 04 Dec 2000 22:21:59 -0800
38212              Message-ID: <HmIL6gzkgepS092yn@efn.org>
38213              
38214              Harness shouldn't ignore responses like "ok 3\r\r\n".
38215      Branch: perl
38216            ! lib/Test/Harness.pm
38217 ____________________________________________________________________________
38218 [  7988] By: jhi                                   on 2000/12/05  13:51:28
38219         Log: Integrate the "skip" messages to explain().
38220      Branch: perl
38221            ! t/lib/syslfs.t t/op/lfs.t
38222 ____________________________________________________________________________
38223 [  7987] By: jhi                                   on 2000/12/05  12:34:54
38224         Log: The one that got away in #7984.
38225              
38226              Subject: Re: dTHR - what and why?
38227              From: Michael Stevens <michael@etla.org> 
38228              Date: Tue, 5 Dec 2000 11:15:52 +0000
38229              Message-ID: <20001205111552.A4647@firedrake.org>
38230      Branch: perl
38231            ! sv.h
38232 ____________________________________________________________________________
38233 [  7986] By: gsar                                  on 2000/12/05  09:14:44
38234         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
38235              due to the notorious GetFileType() bug in Windows 9x, which fstat()
38236              tickles)
38237      Branch: perl
38238            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
38239 ____________________________________________________________________________
38240 [  7985] By: jhi                                   on 2000/12/05  05:49:03
38241         Log: Integrate perlio.
38242      Branch: perl
38243           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
38244           !> win32/perlhost.h win32/perllib.c
38245 ____________________________________________________________________________
38246 [  7984] By: jhi                                   on 2000/12/05  05:48:16
38247         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
38248      Branch: perl
38249            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
38250            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
38251            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
38252            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
38253            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
38254            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
38255            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
38256            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
38257            ! win32/win32.c
38258 ____________________________________________________________________________
38259 [  7983] By: nick                                  on 2000/12/04  23:27:43
38260         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
38261      Branch: perlio
38262            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
38263            ! win32/perlhost.h win32/perllib.c
38264 ____________________________________________________________________________
38265 [  7982] By: jhi                                   on 2000/12/04  19:44:09
38266         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
38267              uncovered by #7980.
38268      Branch: perl
38269            ! op.c
38270 ____________________________________________________________________________
38271 [  7981] By: jhi                                   on 2000/12/04  19:42:07
38272         Log: Subject: [PATCH] Trivial dump.c feature
38273              From: Simon Cozens <simon@cozens.net>
38274              Date: Mon, 4 Dec 2000 18:08:38 +0000
38275              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
38276              
38277              Show whether a constant is UTF-8.
38278      Branch: perl
38279            ! dump.c
38280 ____________________________________________________________________________
38281 [  7980] By: jhi                                   on 2000/12/04  19:36:51
38282         Log: UTF-8 hash keys, patch from Inaba Hiroto.
38283      Branch: perl
38284            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
38285 ____________________________________________________________________________
38286 [  7979] By: jhi                                   on 2000/12/04  17:36:28
38287         Log: Update Changes.
38288      Branch: perl
38289            ! Changes patchlevel.h
38290 ____________________________________________________________________________
38291 [  7978] By: jhi                                   on 2000/12/04  16:42:17
38292         Log: Retract #7977, still too volatile (the euphemism of the day
38293              for unfinished and buggy :-)
38294      Branch: perl
38295            ! doop.c hv.c pp.c sv.h
38296 ____________________________________________________________________________
38297 [  7977] By: jhi                                   on 2000/12/04  16:25:15
38298         Log: (Retracted by #7978, too shaky yet.)
38299              
38300              Subject: Re: utf8 in hash keys, implementor missing
38301              From: Simon Cozens <simon@cozens.net>
38302              Date: Sat, 2 Dec 2000 19:49:35 +0000
38303              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
38304              
38305              The first step at UTF-8 hash keys.
38306      Branch: perl
38307            ! doop.c hv.c pp.c sv.h
38308 ____________________________________________________________________________
38309 [  7976] By: jhi                                   on 2000/12/04  16:13:53
38310         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
38311              From: sthoenna@efn.org
38312              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
38313              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
38314      Branch: perl
38315            ! os2/os2.c perlio.c
38316 ____________________________________________________________________________
38317 [  7975] By: jhi                                   on 2000/12/04  16:05:25
38318         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
38319              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
38320              Date: Thu, 30 Nov 2000 20:50:37 -0800
38321              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
38322      Branch: perl
38323            ! os2/os2.c
38324 ____________________________________________________________________________
38325 [  7974] By: jhi                                   on 2000/12/04  16:03:57
38326         Log: Subject: [PATCH] ++ 20% faster
38327              From: Nicholas Clark <nick@ccl4.org>
38328              Date: Mon, 4 Dec 2000 12:17:27 +0000
38329              Message-ID: <20001204121726.B52976@plum.flirble.org>
38330              
38331              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
38332      Branch: perl
38333            ! sv.c
38334 ____________________________________________________________________________
38335 [  7973] By: jhi                                   on 2000/12/04  16:00:48
38336         Log: 
38337              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
38338              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
38339              Date: Mon, 04 Dec 2000 12:30:45 +0100
38340              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
38341              
38342              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
38343              library (getprotobyname and getprotobynumber are outversioned by
38344              the same calls in libc, at least for xlc version 3.
38345      Branch: perl
38346            ! hints/aix.sh
38347 ____________________________________________________________________________
38348 [  7972] By: jhi                                   on 2000/12/04  02:58:31
38349         Log: Integrate perlio.
38350      Branch: perl
38351           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
38352           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
38353           !> win32/win32.h win32/win32iop.h win32/win32thread.h
38354 ____________________________________________________________________________
38355 [  7971] By: nick                                  on 2000/12/04  00:24:33
38356         Log: Quieten some noise in Win32 builds:
38357              - win32.h is included after <sys/socket.h>, so need to 
38358              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
38359              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
38360      Branch: perlio
38361            ! doio.c perl.h toke.c win32/win32.h
38362 ____________________________________________________________________________
38363 [  7970] By: nick                                  on 2000/12/03  22:57:46
38364         Log: PERL_IMPLICIT_SYS compiles but does not work.
38365      Branch: perlio
38366            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
38367            ! win32/perlhost.h win32/perllib.c win32/win32.h
38368            ! win32/win32iop.h win32/win32thread.h
38369 ____________________________________________________________________________
38370 [  7969] By: jhi                                   on 2000/12/03  22:12:58
38371         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
38372              used to swash_init(), makes regprop() dumps more informative
38373              (+utf8::IsAlpha, -utf8::IsDigit, for example).
38374      Branch: perl
38375            ! regcomp.c regexec.c
38376 ____________________________________________________________________________
38377 [  7968] By: jhi                                   on 2000/12/03  21:39:56
38378         Log: Implement ANYOFUTF8 regprop() dumping.
38379      Branch: perl
38380            ! regcomp.c
38381 ____________________________________________________________________________
38382 [  7967] By: jhi                                   on 2000/12/03  20:57:19
38383         Log: Make uv_to_utf8() to zero-terminate its output buffer,
38384              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
38385      Branch: perl
38386            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
38387 ____________________________________________________________________________
38388 [  7966] By: nick                                  on 2000/12/03  18:41:21
38389         Log: Integrate mainline (STDCHAR)
38390      Branch: perlio
38391           !> Configure t/pragma/utf8.t
38392 ____________________________________________________________________________
38393 [  7965] By: jhi                                   on 2000/12/03  17:58:20
38394         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
38395      Branch: perl
38396            ! t/pragma/utf8.t
38397 ____________________________________________________________________________
38398 [  7964] By: jhi                                   on 2000/12/03  17:35:56
38399         Log: Integrate perlio.
38400      Branch: perl
38401           !> iperlsys.h perlio.c
38402 ____________________________________________________________________________
38403 [  7963] By: jhi                                   on 2000/12/03  17:33:55
38404         Log: Metaconfig unit change for #7962.
38405      Branch: metaconfig
38406            ! U/modified/stdchar.U
38407 ____________________________________________________________________________
38408 [  7962] By: jhi                                   on 2000/12/03  17:33:27
38409         Log: Untangle the <stdio.h> #include nest for the stdchar test,
38410              from Andy Dougherty.
38411      Branch: perl
38412            ! Configure
38413 ____________________________________________________________________________
38414 [  7961] By: nick                                  on 2000/12/03  16:53:00
38415         Log: Make iperlsys.h vector stdio not PerlIO.
38416      Branch: perlio
38417            ! iperlsys.h perlio.c
38418 ____________________________________________________________________________
38419 [  7960] By: nick                                  on 2000/12/03  14:43:01
38420         Log: Integrate mainline
38421      Branch: perlio
38422           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
38423           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
38424 ____________________________________________________________________________
38425 [  7959] By: jhi                                   on 2000/12/03  08:16:36
38426         Log: Use DO_UTF8().
38427      Branch: perl
38428            ! op.c
38429 ____________________________________________________________________________
38430 [  7958] By: jhi                                   on 2000/12/02  18:33:05
38431         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
38432              From: Mike Guy <mjtg@cam.ac.uk>         
38433              Date: Sat, 02 Dec 2000 17:27:13 +0000
38434              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
38435              
38436              An extraneous argument.
38437      Branch: perl
38438            ! toke.c
38439 ____________________________________________________________________________
38440 [  7957] By: jhi                                   on 2000/12/02  18:22:32
38441         Log: A missing hunk.
38442      Branch: perl
38443            ! t/lib/net-hostent.t
38444 ____________________________________________________________________________
38445 [  7956] By: jhi                                   on 2000/12/02  18:06:20
38446         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
38447              From: Nicholas Clark <nick@ccl4.org>
38448              Date: Sat, 2 Dec 2000 14:28:27 +0000
38449              Message-ID: <20001202142827.A12308@plum.flirble.org>
38450              
38451              Test robustness.
38452      Branch: perl
38453            ! t/lib/net-hostent.t
38454 ____________________________________________________________________________
38455 [  7955] By: jhi                                   on 2000/12/02  17:58:06
38456         Log: Metaconfig unit change for #7954.
38457      Branch: metaconfig
38458            ! U/modified/stdchar.U
38459 ____________________________________________________________________________
38460 [  7954] By: jhi                                   on 2000/12/02  17:54:32
38461         Log: An inconvenient hang would happen if the stdio _ptr wasn't
38462              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
38463              would be grepping stdin for all eternity for the _ptr.)
38464      Branch: perl
38465            ! Configure
38466 ____________________________________________________________________________
38467 [  7953] By: jhi                                   on 2000/12/02  00:07:15
38468         Log: Update Changes.
38469      Branch: perl
38470            ! Changes patchlevel.h
38471 ____________________________________________________________________________
38472 [  7952] By: jhi                                   on 2000/12/01  23:54:47
38473         Log: Subject: Re: long shell lines
38474              From: Andy Dougherty <doughera@lafayette.edu>
38475              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
38476              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
38477              
38478              Split overly long shell command lines.
38479      Branch: perl
38480            ! lib/ExtUtils/MM_Unix.pm
38481 ____________________________________________________________________________
38482 [  7951] By: jhi                                   on 2000/12/01  23:48:02
38483         Log: The metaconfig unit change for #7950.
38484      Branch: metaconfig
38485            + U/modified/stdchar.U
38486 ____________________________________________________________________________
38487 [  7950] By: jhi                                   on 2000/12/01  23:47:39
38488         Log: Try to find stdchar also from <stdio_impl.h>.
38489      Branch: perl
38490            ! Configure config_h.SH
38491 ____________________________________________________________________________
38492 [  7949] By: jhi                                   on 2000/12/01  23:46:45
38493         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
38494              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
38495              Date: Fri, 1 Dec 2000 16:26:08 -0500
38496              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
38497              
38498              Reword the diagnostic message.
38499      Branch: perl
38500            ! pod/perldiag.pod
38501 ____________________________________________________________________________
38502 [  7948] By: nick                                  on 2000/12/01  22:49:43
38503         Log: Integrate mainline (for s/y/m as sub names stuff).
38504      Branch: perlio
38505           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
38506           !> t/pragma/warn/toke toke.c
38507 ____________________________________________________________________________
38508 [  7947] By: jhi                                   on 2000/12/01  20:55:41
38509         Log: Integrate perlio.
38510      Branch: perl
38511           !> perlio.c perliol.h t/io/pipe.t
38512 ____________________________________________________________________________
38513 [  7946] By: jhi                                   on 2000/12/01  20:36:51
38514         Log: Upgrade to CPAN 1.59_51, from Andreas König.
38515      Branch: perl
38516            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
38517 ____________________________________________________________________________
38518 [  7945] By: nick                                  on 2000/12/01  20:31:32
38519         Log: Integrate mainline
38520      Branch: perlio
38521           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
38522           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
38523           +> t/lib/net-hostent.t
38524           !> (integrate 35 files)
38525 ____________________________________________________________________________
38526 [  7944] By: jhi                                   on 2000/12/01  20:23:29
38527         Log: Some help for 20001130.011.  Now one gets warnings like
38528              "Ambiguous -f() resolved as a file test ..."
38529      Branch: perl
38530            ! pod/perldiag.pod t/pragma/warn/toke toke.c
38531 ____________________________________________________________________________
38532 [  7943] By: jhi                                   on 2000/12/01  19:44:44
38533         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
38534              that also breaks using them as methods. 
38535      Branch: perl
38536            ! pod/perldiag.pod t/op/misc.t toke.c
38537 ____________________________________________________________________________
38538 [  7942] By: nick                                  on 2000/12/01  17:56:46
38539         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
38540              Make 'unix' pass most tests
38541              - do unread by temporary push of layer ("pending") holding unread chars
38542              - fast_gets is now based on per-handle flag
38543              - relax one of io/pipe.t tests to allow print to fail and close to
38544              succeed so that it passes on unbuffered "unix" layer.
38545              Remaining fail is sporadic and a genuine race condition between
38546              parent/child in fork test.
38547      Branch: perlio
38548            ! perlio.c perliol.h t/io/pipe.t
38549 ____________________________________________________________________________
38550 [  7941] By: jhi                                   on 2000/12/01  15:28:58
38551         Log: (Retracted by #7943.)
38552              
38553              Reserve the short named string operator names.
38554      Branch: perl
38555            ! pod/perldiag.pod t/op/misc.t toke.c
38556 ____________________________________________________________________________
38557 [  7940] By: jhi                                   on 2000/12/01  06:45:53
38558         Log: Get the three different space character classes right under utf8.
38559      Branch: perl
38560            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
38561            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
38562            ! regexec.c t/op/pat.t utf8.c
38563 ____________________________________________________________________________
38564 [  7939] By: jhi                                   on 2000/12/01  03:26:26
38565         Log: Two more tests that make no sense in UTF-8 since the test
38566              data is not in UTF-8.
38567      Branch: perl
38568            ! t/op/regexp.t
38569 ____________________________________________________________________________
38570 [  7938] By: jhi                                   on 2000/12/01  03:20:39
38571         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
38572              should it be required inside regexen?
38573      Branch: perl
38574            ! regcomp.c t/op/regmesg.t
38575 ____________________________________________________________________________
38576 [  7937] By: jhi                                   on 2000/12/01  02:58:53
38577         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
38578              stored and restored, and thusly was trounced by the utf8 swash
38579              routines.
38580      Branch: perl
38581            ! regcomp.c
38582 ____________________________________________________________________________
38583 [  7936] By: jhi                                   on 2000/11/30  20:41:39
38584         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
38585              Why the different platforms behave so differently (core dump vs
38586              no core dump) on this bug is a but of a mystery, but if I had to
38587              guess I would mumble something like 'alignment'.
38588      Branch: perl
38589            ! sv.c
38590 ____________________________________________________________________________
38591 [  7935] By: jhi                                   on 2000/11/30  16:17:02
38592         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
38593              From: Robin Barker <rmb1@cise.npl.co.uk>
38594              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
38595              Date: Thu, 30 Nov 2000 14:27:12 GMT
38596      Branch: perl
38597            ! perlio.c toke.c
38598 ____________________________________________________________________________
38599 [  7934] By: jhi                                   on 2000/11/30  16:04:49
38600         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
38601      Branch: perl
38602            ! t/lib/net-hostent.t
38603 ____________________________________________________________________________
38604 [  7933] By: jhi                                   on 2000/11/30  06:07:26
38605         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
38606              From: Peter Prymmer <pvhp@forte.com>
38607              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
38608              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
38609              
38610              In VMS the localhost may be LOCALHOST.
38611      Branch: perl
38612            ! t/lib/net-hostent.t
38613 ____________________________________________________________________________
38614 [  7932] By: jhi                                   on 2000/11/30  01:11:11
38615         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
38616              From: Peter Prymmer <pvhp@forte.com>
38617              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
38618              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
38619              
38620              plus regen perlapi.pod.
38621      Branch: perl
38622            ! pod/perlapi.pod utf8.c
38623 ____________________________________________________________________________
38624 [  7931] By: jhi                                   on 2000/11/30  01:06:19
38625         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
38626              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
38627              Date:     Wed, 29 Nov 2000 17:15:11 EST
38628              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
38629      Branch: perl
38630            ! t/lib/filter-util.pl t/lib/filter-util.t
38631 ____________________________________________________________________________
38632 [  7930] By: jhi                                   on 2000/11/29  18:51:55
38633         Log: Update Changes.
38634      Branch: perl
38635            ! Changes patchlevel.h
38636 ____________________________________________________________________________
38637 [  7929] By: jhi                                   on 2000/11/29  18:50:55
38638         Log: Update the va_copy() metaconfig unit.
38639      Branch: metaconfig/U/perl
38640            ! need_va_copy.U
38641 ____________________________________________________________________________
38642 [  7928] By: jhi                                   on 2000/11/29  17:50:43
38643         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
38644              From: Dominic Dunlop <domo@computer.org>
38645              Date: Tue, 28 Nov 2000 16:41:57 +0100
38646              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
38647              
38648              Patch to catch a core dump in the Configure va_copy test.
38649      Branch: perl
38650            ! Configure config_h.SH
38651 ____________________________________________________________________________
38652 [  7927] By: jhi                                   on 2000/11/29  17:31:59
38653         Log: Retract #7921, the patch shouldn't be needed.
38654      Branch: perl
38655            ! sv.c
38656 ____________________________________________________________________________
38657 [  7926] By: jhi                                   on 2000/11/29  17:01:41
38658         Log: Make the Class::Struct import() wiser.
38659      Branch: perl
38660            ! lib/Class/Struct.pm t/lib/class-struct.t
38661 ____________________________________________________________________________
38662 [  7925] By: jhi                                   on 2000/11/29  16:36:33
38663         Log: All the core library users of Class::Struct seem to be
38664              using "use Class::Struct 'struct';" instead of the bare
38665              "use Class::Struct;", which isn't documented in Class::Struct.
38666              This can't be right.
38667      Branch: perl
38668            ! lib/File/stat.pm
38669 ____________________________________________________________________________
38670 [  7924] By: jhi                                   on 2000/11/29  16:32:15
38671         Log: A test works better if it has the right 1..$n output.
38672      Branch: perl
38673            ! t/lib/class-struct.t
38674 ____________________________________________________________________________
38675 [  7923] By: jhi                                   on 2000/11/29  16:29:11
38676         Log: Forgot to MANIFEST the new Net::hostent test.
38677      Branch: perl
38678            ! MANIFEST
38679 ____________________________________________________________________________
38680 [  7922] By: jhi                                   on 2000/11/29  16:27:49
38681         Log: Integrate perlio.
38682      Branch: perl
38683           !> iperlsys.h perlio.c
38684 ____________________________________________________________________________
38685 [  7921] By: jhi                                   on 2000/11/29  16:27:10
38686         Log: (Retracted by #7927.)
38687              
38688              Subject: [PATCH] Is infinity a number?
38689              From: Simon Cozens <simon@cozens.net>
38690              Date: Wed, 29 Nov 2000 14:48:20 +0000
38691              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
38692      Branch: perl
38693            ! sv.c
38694 ____________________________________________________________________________
38695 [  7920] By: jhi                                   on 2000/11/29  16:23:02
38696         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
38697              From: rspier@pobox.com (Robert Spier)
38698              Date: Wed, 29 Nov 2000 02:17:49 -0500
38699              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
38700              
38701              Add a test for Net::hostent.
38702      Branch: perl
38703            + t/lib/net-hostent.t
38704 ____________________________________________________________________________
38705 [  7919] By: jhi                                   on 2000/11/29  16:21:31
38706         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
38707              add a test for Class::Struct.
38708      Branch: perl
38709            + t/lib/class-struct.t
38710            ! MANIFEST lib/Class/Struct.pm
38711 ____________________________________________________________________________
38712 [  7918] By: jhi                                   on 2000/11/29  15:48:40
38713         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
38714              From: rspier@pobox.com (Robert Spier)
38715              Date: Wed, 29 Nov 2000 02:25:39 -0500
38716              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
38717              
38718              More checking in case someone has broken their services or
38719              protocol databases.
38720      Branch: perl
38721            ! ext/Sys/Syslog/Syslog.pm
38722 ____________________________________________________________________________
38723 [  7917] By: jhi                                   on 2000/11/29  15:46:25
38724         Log: Subject: [PATCH] $^O  win32 -> MSWin32
38725              From: rspier@pobox.com (Robert Spier)
38726              Date: Wed, 29 Nov 2000 02:17:38 -0500
38727              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
38728              
38729              plus similar nits for vms, err, VMS, and UNICOS.
38730      Branch: perl
38731            ! t/lib/syslfs.t t/op/lfs.t
38732 ____________________________________________________________________________
38733 [  7916] By: jhi                                   on 2000/11/29  15:42:51
38734         Log: Subject: [PATCH] Tokeniser debugging
38735              From: Simon Cozens <simon@cozens.net>
38736              Date: Wed, 29 Nov 2000 14:15:45 +0000
38737              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
38738      Branch: perl
38739            ! perl.c perl.h pod/perlrun.pod toke.c
38740 ____________________________________________________________________________
38741 [  7915] By: jhi                                   on 2000/11/29  15:41:36
38742         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
38743              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38744              Date: Wed, 29 Nov 2000 02:13:14 -0500
38745              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
38746              
38747              OUT keyword nits.
38748              
38749              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
38750              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38751              Date: Wed, 29 Nov 2000 03:09:04 -0500
38752              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
38753              
38754              OUT and IN_OUT documentation.
38755      Branch: perl
38756            ! lib/ExtUtils/xsubpp pod/perlxs.pod
38757 ____________________________________________________________________________
38758 [  7914] By: jhi                                   on 2000/11/29  03:35:01
38759         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
38760              From: John Tobey <jtobey@john-edwin-tobey.org>
38761              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
38762              Message-Id: <m140e1N-000FOoC@feynman.localnet>
38763              
38764              plus a performance speedup noticed by Sarathy.
38765      Branch: perl
38766            ! op.c
38767 ____________________________________________________________________________
38768 [  7913] By: jhi                                   on 2000/11/29  03:16:59
38769         Log: Use "1 while unlink" so that VMS gets clean, too.
38770      Branch: perl
38771            ! t/lib/filter-util.t
38772 ____________________________________________________________________________
38773 [  7912] By: jhi                                   on 2000/11/29  03:09:08
38774         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
38775              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38776              Date: Tue, 28 Nov 2000 03:27:09 -0500
38777              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
38778      Branch: perl
38779            ! lib/ExtUtils/xsubpp
38780 ____________________________________________________________________________
38781 [  7911] By: jhi                                   on 2000/11/29  03:06:30
38782         Log: This should have been part of #7872: no need to scan UTF-8
38783              until eternity.
38784      Branch: perl
38785            ! utf8.c
38786 ____________________________________________________________________________
38787 [  7910] By: jhi                                   on 2000/11/29  02:50:04
38788         Log: One more perltie.pod nit from Casey R. Tweten.
38789      Branch: perl
38790            ! pod/perltie.pod
38791 ____________________________________________________________________________
38792 [  7909] By: jhi                                   on 2000/11/29  02:44:23
38793         Log: Document the known sprintf test failures, exact standard
38794              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
38795      Branch: perl
38796            ! pod/perldelta.pod t/op/sprintf.t
38797 ____________________________________________________________________________
38798 [  7908] By: jhi                                   on 2000/11/29  02:36:23
38799         Log: Add the Encoding table format documentation.
38800      Branch: perl
38801            + ext/Encode/Encode/EncodeFormat.pod
38802            ! MANIFEST
38803 ____________________________________________________________________________
38804 [  7907] By: jhi                                   on 2000/11/29  02:07:24
38805         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
38806              From: "Casey R. Tweten" <crt@kiski.net>
38807              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
38808              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
38809              
38810              Subject: Re: [PATCH] Updating perltie.pod for arrays
38811              From: "Casey R. Tweten" <crt@kiski.net>
38812              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
38813              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
38814      Branch: perl
38815            ! pod/perltie.pod
38816 ____________________________________________________________________________
38817 [  7906] By: nick                                  on 2000/11/28  22:40:59
38818         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
38819      Branch: perlio
38820            ! iperlsys.h perlio.c
38821 ____________________________________________________________________________
38822 [  7905] By: nick                                  on 2000/11/28  22:04:34
38823         Log: Integrate mainline
38824      Branch: perlio
38825           !> (integrate 39 files)
38826 ____________________________________________________________________________
38827 [  7904] By: jhi                                   on 2000/11/28  16:44:43
38828         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
38829              From: Nicholas Clark <nick@babyhippo.co.uk>
38830              Date: Tue, 28 Nov 2000 11:16:57 +0000
38831              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
38832      Branch: perl
38833            ! pod/perlipc.pod
38834 ____________________________________________________________________________
38835 [  7903] By: jhi                                   on 2000/11/28  16:40:31
38836         Log: Subject: [PATCH] Updating perltie.pod for arrays
38837              From: "Casey R. Tweten" <crt@kiski.net>
38838              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
38839              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
38840      Branch: perl
38841            ! pod/perltie.pod
38842 ____________________________________________________________________________
38843 [  7902] By: jhi                                   on 2000/11/28  16:39:37
38844         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
38845              From: Robin Barker <rmb1@cise.npl.co.uk>
38846              Date: Mon, 27 Nov 2000 17:56:44 GMT
38847              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
38848      Branch: perl
38849            ! pod/perlfunc.pod t/op/split.t
38850 ____________________________________________________________________________
38851 [  7901] By: jhi                                   on 2000/11/28  16:28:04
38852         Log: setmode() is a DOSish-only thing.
38853      Branch: perl
38854            ! perlio.c
38855 ____________________________________________________________________________
38856 [  7900] By: jhi                                   on 2000/11/28  16:21:46
38857         Log: Subject: [PATCH] perlcc.PL cleanups
38858              From: Simon Cozens <simon@cozens.net>
38859              Date: Tue, 28 Nov 2000 12:44:35 +0000
38860              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
38861      Branch: perl
38862            ! utils/perlcc.PL
38863 ____________________________________________________________________________
38864 [  7899] By: gsar                                  on 2000/11/28  06:32:55
38865         Log: reintegrate files missed by change#7895
38866      Branch: maint-5.6/perl
38867           +> ext/ByteLoader/bytecode.h utils/Makefile
38868            - utils/perlbc.PL
38869 ____________________________________________________________________________
38870 [  7897] By: gsar                                  on 2000/11/27  18:22:47
38871         Log: can't integrate these two files, for some reason
38872      Branch: maint-5.6/perl
38873            - ext/ByteLoader/bytecode.h utils/Makefile
38874 ____________________________________________________________________________
38875 [  7895] By: gsar                                  on 2000/11/27  18:11:21
38876         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
38877              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
38878              6757..6890,6892..6901 from mainline
38879              
38880              Bytecompiler patches from Benjamin Stuhl.
38881              
38882              More bytecompiler.
38883              
38884              Subject: [PATCH blead] B:: missing dependency
38885              
38886              Subject: [PATCH: 6757] configure.com updates and syslog build
38887              
38888              Long double Gconvert fixes from Yitzchak Scott-Thoennes
38889              and Spider Boardman.
38890              
38891              Subject: [PATCH blead] nextchar() abuse misses an optimisation
38892              
38893              Long double fixes from Spider Boardman.
38894              
38895              Make the selection of NVff et al stricter.
38896              
38897              cSVOPo_*v things index into the current PL_curpad
38898              under ithreads, which is different from the curpad
38899              used by the XSUB.  (In other words, the code as-is
38900              before this patch wouldn't work under ithreads.)
38901              
38902              Be portable.
38903              
38904              VMS MMS (make) wants null action.
38905              
38906              Mac and other portability updates from Chris Nandor.
38907              
38908              Storable support, v-version fixes.
38909              Subject: CPAN.pm beta for testing available
38910              
38911              Portability fix from Hugo van der Sanden.
38912              
38913              Bad makefile.
38914              
38915              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
38916              
38917              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
38918              
38919              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
38920              
38921              Replace #6705 with a minimal doc patch.
38922              Subject: [PATCH 5.6.0] replace change #6705
38923              
38924              Drop the separate perlbc, perlcc -b should be enough.
38925              
38926              installperl couldn't tell whether it had run tests or not.
38927              Subject: [PATCH] Re: installperl and t/TEST
38928              
38929              Add silencer flags to installperl.
38930              Subject: [PATCH] Making installperl silent.
38931              
38932              Make "make install" by default silent.  A new "install-verbose"
38933              target is verbose.
38934              
38935              More liberal parsing of version numbers.
38936              Subject: Re: CPAN.pm beta for testing available
38937              
38938              Create directories in silence.
38939              Subject: [PATCH] Another silencer for MakeMaker
38940              
38941              DOS patches and portability/porting notes, from Tim Jenness.
38942              
38943              Make installman to recognize the silence flag -S.
38944              
38945              Actually do something with the silencer option.
38946              
38947              Continue silencing.
38948              
38949              Show the doc file, not the temp file.
38950              
38951              Regen perltoc.
38952              
38953              Subject: [PATCH] More silencing of installman.
38954              
38955              Better wording for the vec lvalue diagnostic.
38956              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
38957              
38958              Subject: [PATCH: 6805] several more tweaks to configure.com
38959              
38960              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
38961              
38962              Missing parts of 
38963              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
38964              
38965              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
38966              (applied slightly modified)
38967              
38968              installperl --verbose and --silent.
38969              Subject: Re: [PATCH] More silencing of installman.
38970              
38971              Add install-silent target.
38972              
38973              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
38974              the problem reported in
38975              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
38976              
38977              Tweak the sfio/useperlio logic, hopefully as wished in
38978              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
38979              
38980              One forgotten file from #6816.
38981              
38982              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
38983              
38984              Remove duplicately applied patch shards.
38985              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
38986              
38987              Support preserving extremely big/small angles.
38988              
38989              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
38990              
38991              Subject: [PATCH] installation not quite silent yet.
38992              
38993              Update the test count.
38994              
38995              Use UVxf, PTR2UV, NVff.
38996              
38997              Document PTR2XX and INT2PTR.
38998              
38999              no-install target a la make -n.
39000              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
39001              
39002              grep -e isn't portable.
39003              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
39004              
39005              Can't get the test to reliably work thanks to the
39006              inaccurateness of floating point.  "Resolves" bug ids
39007              20000826.003, 20000826.009, 20000826.010,
39008              
39009              Subject: installman buglet
39010              
39011              DJGPP update from Laszlo Molnar.
39012              
39013              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
39014              
39015              Passing -R in ldflags makes now it to appear in the default
39016              for lddlflags, just like with -L.
39017              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
39018              
39019              Test nit.
39020              
39021              Use the actual thread type, not the pointer-to-struct.
39022              
39023              Provice virtual $Config{ccflags_nolargefiles} etc. 
39024              
39025              display_format used as a class method without arguments was broken,
39026              reported in
39027              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
39028              
39029              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
39030              
39031              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
39032              
39033              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
39034              
39035              opmini.o may be left around if a build is interrupted.
39036              
39037              Typo in #6858.
39038              
39039              Fix for ID 20000828.001, long doubles were not formatted
39040              correctly (showed up in $], which stopped installing perl).
39041              
39042              An attempt to fix the problem reported in
39043              Subject: Building perl@6856 using gcc/AIX 4.3.3 
39044              I can't test this properly since the gcc installation I have
39045              access to seems to be botched (gcc is calling the AIX cpp,
39046              a losing proposition...)
39047              
39048              Add -ld to archname on long tr...double platforms.
39049              
39050              Subject: hv.h Doc Patch
39051              
39052              Potential cruft.
39053              
39054              Subject: [PATCH bleedperl@6856] warnings fixes
39055              
39056              -S is the silent flag, -s is the strip flag.
39057              Subject: [PATCH] Re: [PATCH] make no-install          
39058              
39059              Take out the SUIDMAIL thing, that will not be
39060              a problem in 5.7.*.
39061              
39062              Subject: [PATCH bleedperl@6866] spellings
39063              
39064              Subject: [PATCH] Re: files not cleaned even by veryclean
39065              
39066              Use minimal @INC in tests, most of the time just '../lib',
39067              so that we simply can't pick up stuff from other Perls than
39068              the one we are testing.  Pointed out by
39069              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
39070              
39071              Update to Getopt::Long 2.24, from Johan Vromans.
39072              
39073              Fix for thinko in #6848.
39074              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
39075              
39076              Patches all over for people and the files they (hopefully) care about.
39077              
39078              Subject: Net::protoent does not export 'getproto'
39079              
39080              Missed a change in #6869.
39081              
39082              Subject: [PATCH] Warnings in B::Deparse
39083              
39084              Subject: [PATCH] Glob dumping
39085              
39086              Disable one of the tests for now.
39087              
39088              Disabling the one test is a bit tricky.
39089              
39090              Don't forget to tidy up.
39091              
39092              The #6881 removed one dump line.
39093              
39094              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
39095              
39096              Under usethreads the dumped variable is IN_PAD.
39097              Subject: Re: [PATCH] Glob dumping
39098              
39099              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
39100              
39101              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
39102              
39103              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
39104              
39105              Regen Configure for #6894.
39106              
39107              Subject: [PATCH: 6889] updates to perlebcdic.pod
39108              
39109              Undo namespace pollution of #6878.
39110              Subject: Re: Net::protoent does not export 'getproto'
39111              
39112              Admit that we are leaking scalars.
39113              
39114              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
39115      Branch: maint-5.6/perl
39116           !> (integrate 271 files)
39117 ____________________________________________________________________________
39118 [  7894] By: gsar                                  on 2000/11/27  16:00:34
39119         Log: a couple of nits
39120      Branch: maint-5.6/perl
39121            ! MANIFEST pp_sys.c
39122 ____________________________________________________________________________
39123 [  7893] By: gsar                                  on 2000/11/27  15:10:56
39124         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
39125              6740..6745,6747..6757,6760
39126              
39127              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
39128              
39129              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
39130              
39131              Doc nits spotted by Richard Soderberg.
39132              
39133              move WNOHANG definition to where other such things are
39134              
39135              Make $Config{byteorder} more magical so that it is
39136              dynamically computed: nice for 'fat binaries'.
39137              Subject: [PATCH]: default byteorder
39138              
39139              Subject: [PATCH] Cwd.pm now uses strict
39140              
39141              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
39142              
39143              Get -DLEAKTEST to compile (not necessarily to work, mind)
39144              Subject: [ID 20000724.006] -DLEAKTEST problem
39145              
39146              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
39147              
39148              Add perlebcdic from Peter Prymmer, regen toc.
39149              
39150              Don't propose using modules built for 5.005 if no binary
39151              compatibility with 5.005 is attempted.
39152              
39153              Do not use prototyping here.
39154              Subject: [ID 20000817.016] [PATCH] Peek.xs
39155              
39156              Document what the backtick returns if the command fails.
39157              
39158              Add byteorder to the myconfig output.
39159              
39160              Introduce NVef, NVff, and NVgf, use the middle one.
39161              (helps for lib/peek + Linux + long doubles)  Reported in
39162              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
39163              Use NVs in POSIX math, not doubles.
39164              Subject: [ID 20000817.014] POSIX & modfl
39165              
39166              Subject: [PATCH 5.6.0+] newSVrv() memory leak
39167              
39168              The byteorder code in #6671 was wrong.
39169              
39170              Fix the lib/complex failure of
39171              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
39172              Linux long double accuracy issue: something that
39173              when printed with %g looks like "2" but int() of it is 1.
39174              
39175              Propagate new Configure vars.
39176              
39177              Unbuffer the output.
39178              
39179              Subject: [PATCH] perltrap.pod spring cleaning
39180              
39181              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
39182              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
39183              
39184              Tiny Getopt::Long patch from Johan Vromans.
39185              
39186              Document code point which makes if (defined %stash::) to work
39187              (noted by Spider Boardman).
39188              
39189              Subject: [PATCH perl@6698] cygwin port
39190              
39191              Document the NDBM_File and ODBM_File as SDBM_File
39192              was documented in #6417.
39193              
39194              The new tests were missing from #6415.
39195              
39196              Add [[:blank:]] as suggested in
39197              Subject: [ID 20000716.024] [=cc=] / [:blank:]
39198              (the [=cc=] has already been taken care of by #6439
39199              so the whole bug report can be closed)
39200              and make [[:space:]] to be equivalent to isspace(3)
39201              (as opposed to \s, which is isSPACE()).  The difference
39202              is that now [[:space:]] matches the mythical vertical tab,
39203              while \s doesn't.
39204              
39205              Don't eat leading os from index entries.
39206              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
39207              
39208              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
39209              
39210              Typo in pp_complement().
39211              Subject: [PATCH perl-current] Deparse
39212              
39213              Add warnif(), check warnings further up the stack,
39214              all the warnings functions now can take an optional object reference.
39215              Subject: [PATCH bleedperl@6691] warnings pragma update
39216              
39217              Fix a core dump in lib/selfloader under -DDEBUGGING.
39218              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
39219              
39220              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
39221              
39222              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
39223              
39224              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
39225              Put back the long double avoidance code to POSIX.xs
39226              because VMS seems to need it still.
39227              
39228              Introduce a 'veryclean' target that is like 'distclean'
39229              but also removes *~ and *.orig.
39230              
39231              Subject: [ID 20000817.023] endianness description in perlfunc.pod
39232              
39233              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
39234              
39235              Let's try #6717 again.
39236              
39237              UTF8 concat fixes.
39238              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
39239              
39240              pp_open() could pass an uninitialized filename down to do_open9().
39241              
39242              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
39243              
39244              Update to CGI 2.72, from Lincoln Stein.
39245              
39246              Subject: [PATCH] Silence MakeMaker (Was: installman)
39247              
39248              Use temporary directory instead of current directory.
39249              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
39250              
39251              Document odd vs even subreleases and -Dusedevel.
39252              
39253              The veryclean target needs to clobber.
39254              
39255              Use File::Spec->tmpdir().
39256              
39257              Document the number of exponent digits.
39258              
39259              Mention perlebcdic and perlposix-bc.
39260              
39261              s/this one/the 5.6.0 release/
39262              
39263              The #6724 is here.
39264              
39265              The correct cleaning order is an art.
39266              
39267              small tweaks for change#6705: avoid C++ style comments in C code;
39268              use Perl's malloc API rather than the low level system one
39269              
39270              Array context keeps slithering in.
39271              
39272              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
39273              
39274              Subject: [PATCH] os2.c fix for use64bitint
39275              
39276              Update to Pod::LaTeX 0.53.
39277              Subject: [PATCH] lib/Pod/LaTeX.pm updates
39278              
39279              Document the endianness of Alpha more precisely.
39280              
39281              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
39282              
39283              Rename the macro argument because some preprocessors
39284              can't tell the difference and expand arguments also inside
39285              double quoted strings.
39286              
39287              free TLS slot properly on Windows
39288              
39289              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
39290              
39291              Unicos/mk requires elaborate paranoia.
39292              
39293              Tweak the floating point output routine preferences.
39294              
39295              Also under djgpp the timestamps are funky.
39296              
39297              Apply some PodParser 1.18 patches; the Pod/Find.pm
39298              patches cannot be applied since #6712 conflicts.
39299              
39300              Use PodParser 1.18 new test.
39301              
39302              A pod nit.
39303              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
39304              
39305              Be verydeepclean.
39306      Branch: maint-5.6/perl
39307           +> pod/perlebcdic.pod
39308           !> (integrate 106 files)
39309 ____________________________________________________________________________
39310 [  7892] By: jhi                                   on 2000/11/27  15:02:32
39311         Log: Update Changes.
39312      Branch: perl
39313            ! Changes patchlevel.h
39314 ____________________________________________________________________________
39315 [  7891] By: jhi                                   on 2000/11/27  14:57:23
39316         Log: Subject: Re: perlfaq style changes
39317              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
39318              Date: Sat, 25 Nov 2000 23:32:26 -0800
39319              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
39320              
39321              plus a note from Ronald Kimball.
39322      Branch: perl
39323            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
39324 ____________________________________________________________________________
39325 [  7890] By: jhi                                   on 2000/11/27  14:53:14
39326         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
39327              From: Benjamin Holzman <bah@ecnvantage.com>
39328              Date: Sun, 26 Nov 2000 16:27:33 -0500
39329              Message-ID: <20001126162733.J25040@ecnvantage.com>
39330      Branch: perl
39331            ! gv.c
39332 ____________________________________________________________________________
39333 [  7889] By: jhi                                   on 2000/11/27  14:43:11
39334         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
39335              From: lvirden@cas.org
39336              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
39337              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
39338      Branch: perl
39339            ! README.amiga
39340 ____________________________________________________________________________
39341 [  7888] By: jhi                                   on 2000/11/27  14:32:34
39342         Log: Restore also the locale test to no-sprintf-taint state.
39343              Fixes the bug 20001127.003.
39344      Branch: perl
39345            ! sv.c t/pragma/locale.t
39346 ____________________________________________________________________________
39347 [  7887] By: gsar                                  on 2000/11/27  14:13:05
39348         Log: integrate changes#6613..6616,6620..6665 from mainline
39349              
39350              VMS configure.com update continues.
39351              
39352              Subject: Test fails / warnings with perl-current #6612
39353              
39354              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
39355              
39356              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
39357              
39358              For now remove the mail code.
39359              
39360              Subject: Re: [PATCH] @+, @- readonly
39361              
39362              Subject: warning: storage class after type is obsolescent
39363              
39364              Subject: sfio2000
39365              
39366              Subject: Re: File::Temp problems on VMS in bleedperl
39367              
39368              README.os2 update.
39369              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
39370              
39371              Make the user to give up his firstborn, err, to knowingly
39372              verify installing an unstable developer release.  Also bump
39373              the release to 5.7.0, but leave a patch tag in the local
39374              patches saying that this is not yet the real thing.
39375              
39376              Update (kinda) to Test 1.14, from Joshua Pritikin.
39377              
39378              make ok etc also for win32.
39379              
39380              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
39381              
39382              Don't blow limited stacks, a lower number is enough to
39383              tickle the lookbehind limit.
39384              
39385              Use -Dusedevel; regen Configure and the respective Porting stuff.
39386              
39387              Subject: [PATCH] debugger exit code should reflect user exit code
39388              
39389              Subject: [PATCH perl@6620] cygwin port
39390              
39391              Missed a file from #6638.
39392              
39393              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)
39394              
39395              magic callbacks all need to have same type signature
39396              
39397              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
39398              
39399              Fix a dependency problem.
39400              Subject: [PATCH: 6640] VMS Makefile.SH update
39401              
39402              The numeric locale was reset to "C" by s?printf and never restored.
39403              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
39404              No test since adding the failing example to locale.t
39405              does not fail -- probably because the locale settings are so
39406              thoroughly tweaked by that time.  Running the example standalone
39407              does fail, though.  UPDATE: test case added at change #7540.
39408              
39409              Subject: [ID 20000324.040] minor fix to perlhpux.pod
39410              
39411              Update to CPAN 1.57.
39412              
39413              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
39414              
39415              Change the perlbug address to perl.org since it's more forgiving.
39416              
39417              Change the regx compilation error markers to use = instead of <
39418              since pod makes using the latter quite messy.  Reported in
39419              ID 20000814.006 by Abigail and in
39420              Subject: Unknown escape E<> ?
39421              
39422              Update to perldebtut 1.9, from Richard Foley.
39423              
39424              check that the number pseudo children doesn't exceed
39425              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
39426              the WaitForMultipleObjects() limit that would cause wait()
39427              to crash)
39428              wait() and waitpid() could potentially be rewritten to use
39429              more than one thread to do the waiting to eliminate this
39430              limitation
39431              
39432              change#6328 could make close(SOCKET) return false on windows
39433              when it shouldn't
39434              
39435              pod nit seen in passing
39436              
39437              on windows, the return values from wait() and waitpid() don't
39438              match those of pseudo-pids
39439              
39440              waitpid() now handles externally spawned pids correctly;
39441              fixes for backtick/wait/waitpid failures on Windows 9x
39442              these changes make the pid returned by process functions on
39443              Windows 9x always positive by clearing the high bit (which
39444              is always set on Win9x); pseudo-process PIDs are likewise
39445              always negative now on Win9x (just as on NT/2000)
39446              
39447              trailing new %ENV entries weren't being pushed into the real
39448              environment of subprocesses on Windows
39449              
39450              Tweak the regex compilation errors once more.
39451              
39452              avoid warnings from dense compiler
39453              
39454              add "ok" targets from change#6632 in makefile.mk
39455      Branch: maint-5.6/perl
39456            - lib/Pod/PlainText.pm vms/configure.com
39457           !> (integrate 66 files)
39458 ____________________________________________________________________________
39459 [  7886] By: jhi                                   on 2000/11/27  13:54:18
39460         Log: __FUNCTION__ isn't portable and trying to emulate it leads
39461              into practically spelling out the name of the function.
39462              Takes care of the bug 20001127.001.
39463      Branch: perl
39464            ! perlio.c
39465 ____________________________________________________________________________
39466 [  7885] By: gsar                                  on 2000/11/27  13:53:18
39467         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
39468              6610..6611 from mainline
39469              
39470              Make regular expression parse error messages easier to understand.
39471              Subject: Re: enhanced(?) regex error messages
39472              
39473              Tiny tidying on report_evil_fh().
39474              
39475              Subject: Re: enhanced(?) regex error messages 
39476              plus Capitalize the error messages, plus perldiag them.
39477              
39478              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
39479              
39480              Document here-doc better.
39481              
39482              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
39483              
39484              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
39485              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
39486              (either perlbug or p5p ate the original), plus regen
39487              perlapi and perltoc. 
39488              
39489              Regen global.sym.
39490              
39491              Double check that we have a dirhandle.
39492              
39493              Subject: Re: enhanced(?) regex error messages
39494              (plus two small patches sent privately)
39495              (this still seems to leave few test failures)
39496              
39497              warn is a macro, avoid using at a variable to avoid warnings
39498              in some configurations; readdir.t is too conservative in
39499              estimating number of *.t's
39500              
39501              Get back into sync with Jeffrey on the enhanced regex warnings.
39502              
39503              Subject: [PATCH 5.6.0] cygwin port
39504              
39505              Zero entries were skipped, fix from Adrian Goalby
39506              <argoalby@yahoo.co.uk>
39507              
39508              Subject: Remove dead entry in perldiag
39509              
39510              Amend the description of Perl6.
39511              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
39512              
39513              detypo
39514              
39515              It's the 2ndO'ROSSC.
39516              
39517              Revert the sv.c part of #6559, a better fix is needed.
39518              
39519              Iterating perl6 description.
39520              
39521              Update to Term::ANSIColor 1.03, from Russ Allbery.
39522              
39523              Update to Getopt::Long 2.23_05, from Johan Vromans.
39524              
39525              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
39526              
39527              Update to Pod::Parser 1.17, from Brad Appleton.
39528              
39529              Update to CPAN 1.56, from Andreas König.
39530              
39531              Update to CGI 2.70, from Lincoln Stein.
39532              
39533              Put back the std @INC thing.
39534              
39535              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
39536              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
39537              
39538              Document the IO::Select timeout.
39539              
39540              sleep(1) does not necessarily return 1.
39541              Subject: [PATCH bleadperl] op/lex_assign.t  
39542              
39543              Subject: debugger "d" command doesnt check line number
39544              
39545              B::Deparse didn't do sub attributes.
39546              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
39547              
39548              Preprocessing and postprocessing for File::Find.
39549              Subject: Patch to Find::File.pm to allow alphabetical results
39550              
39551              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
39552              
39553              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
39554              
39555              Subject: Re: [ID 20000730.003] utf8::length() bad
39556              
39557              Subject: Getting perlio and threads to compile
39558              (the Solaris version changes in Configure skipped)
39559              
39560              Tests for #6589.
39561              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
39562              
39563              Add Perl debugging tutorial, regen toc. 
39564              Subject: perldebtut.pod
39565              
39566              Add a few missing files, update MANIFEST.
39567              
39568              Rewrite of vms/subconfigure.com as configure.com,
39569              from Peter Prymmer and the vmsperl crew.
39570              
39571              Should have deleted this in #6603.
39572              
39573              Fix the test for 5005threads.
39574              
39575              Fix-n-skip the tests under 5005threads.
39576              
39577              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
39578              
39579              Upgrade to CGI 2.71, from Lincoln Stein.
39580      Branch: maint-5.6/perl
39581           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
39582           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
39583           +> t/op/regmesg.t t/pod/find.t vms/configure.com
39584            - vms/subconfigure.com
39585            ! lib/lib.pm
39586           !> (integrate 115 files)
39587 ____________________________________________________________________________
39588 [  7884] By: jhi                                   on 2000/11/27  13:44:33
39589         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
39590              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
39591              Date:     Mon, 27 Nov 2000 08:23:54 EST
39592              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
39593      Branch: perl
39594            ! vms/descrip_mms.template vms/test.com
39595 ____________________________________________________________________________
39596 [  7883] By: gsar                                  on 2000/11/27  11:50:46
39597         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
39598              6511..6513,6515..6523,6525..6536
39599              
39600              The swallow_bom() saga continues.  The #23 of require.t
39601              (UTF16-LE) still fails (silently, no output) but the #22
39602              (UTF16-BE) seems to be working now.  The root of the
39603              failure may be in sv_gets(): is it UTF-16LE-aware,
39604              especially when it comes to line endings? 
39605              
39606              Document the problem with -P in HP-UX and its workaround.
39607              
39608              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
39609              (aka ID 20000730.002)
39610              
39611              Subject: fix and question re: waitpid() under win32
39612              
39613              Make the safety catch for buggy gccs work with triple version
39614              numbers like 2.95.2.  Reported in
39615              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
39616              
39617              In Digital UNIX warn if gcc explicitly chosen because even
39618              2.95.2 is known to cause problems.
39619              
39620              Make chr() for values >127 to create utf8 when under utf8.
39621              
39622              various syntax errors and such (not fixed: comp/require.t#22 coredump
39623              on Windows)
39624              
39625              Stash away the largefiles flags and libswanted.
39626              
39627              BOM patching from Simon Cozens.
39628              
39629              If gccosandvers is equal to osname, clear gccosandvers.
39630              
39631              Make p4desc to skip non-mainperl branches by default.
39632              
39633              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
39634              
39635              The test from this
39636              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
39637              
39638              In new BSDs changes to argv[] do not show up in ps(1) output,
39639              instead one must use setproctitle().  This was already addressed
39640              by change #6457, but the below has a new variant for FreeBSD 4.0
39641              or later, and the matter is also documented more.
39642              
39643              FreeBSD 3.* updates from
39644              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
39645              
39646              regen_headers, regen perltoc.
39647              
39648              Document in one place the memory abstractions used in Perl core.
39649              
39650              memcpy has n o in it, as pinted ut by Sarathy.
39651              
39652              Remove the extraneous "main::" prefix from all the
39653              "opened only for", "on closed", and "never opened" warnings.
39654              
39655              The name of a filehandle does not have <these>.
39656              
39657              The tr utf8 patching continues.
39658              
39659              The new setproctitle() feature is available only in 
39660              bleeding edge FreeBSD.  From Paul Saab.
39661              
39662              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
39663              
39664              Dump UVs as UVs in Data::Dumper.
39665              
39666              detypo #6494
39667              
39668              Document the IVdf UVuf UVof UVxf.
39669              
39670              require.t needs binmode() to work on windows
39671              
39672              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
39673              that are hopefully soon put into use.
39674              
39675              Allow "no Module;" even if there is no 'unimport'.
39676              
39677              Better skip message for the test; one of the two problems in
39678              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
39679              
39680              The subtest 4 may fail also on VOBS, as pointed out
39681              by Nick Ing-Simmons in November 1999, bug id 19991124.003
39682              (but the failure in that bug report isn't the subtest 4).
39683              
39684              Be more informative on what is skipped and why,
39685              also repeat the list at the end.
39686              
39687              Add a URL for FSF.
39688              
39689              Subject: [PATCH] sv.h documentation - SvLEN
39690              
39691              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
39692              
39693              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
39694              
39695              Subject: [PATCH] bad cppsymbols on os2 + Configure question
39696              
39697              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
39698              
39699              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
39700              mention the idea of @( and @)
39701              
39702              This is 6512.  Really.
39703              
39704              Subject: [ID 19990721.004] Documentation bug in perlfunc
39705              
39706              Subject: Minor tweak to perlvar.pod
39707              
39708              In the warnings call filehandles consistently so;
39709              add "unopened" warning for stat().
39710              
39711              After the #6519 a warning about stat() is just that,
39712              not about a filetest, which now have their own warning.
39713              
39714              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
39715              
39716              Subject: Re: Array vs. List context
39717              
39718              Subject: New perlcc, take 2
39719              
39720              Weed buglets pointed out by
39721              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
39722              
39723              gcc versions might have (parentheses) in them.
39724              
39725              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
39726              
39727              Essential prototype changes were missing from #6527.
39728              Also make report_evil_fh() more bomb-proof.
39729              
39730              Zap lib/Sys directory when cleaning up.
39731              
39732              Change the Policy policy: now -Dprefix= with an existing
39733              Policy.sh and prefix == siteprefix == vendorprefix, then all
39734              of them follow along the new prefix.
39735              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
39736              
39737              Continue fixing the io warnings.  This also
39738              sort of fixes bug ID 20000802.003: the core dump
39739              is no more.  Whether the current behaviour is correct
39740              (giving a warning: "Not a format reference"), is another matter.
39741              
39742              Have symbols for the IoTYPEs.
39743              
39744              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
39745              
39746              Document a bit that UDP is not what you might think.
39747              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
39748              tr memory corruption fix from Simon Cozens.
39749              
39750              Plug the security hole described in the Aug 05 2000 bugtraq message
39751              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
39752              The security hole exists only in suidperls, which isn't
39753              installed or even built by default.
39754      Branch: maint-5.6/perl
39755           !> (integrate 71 files)
39756 ____________________________________________________________________________
39757 [  7882] By: gsar                                  on 2000/11/27  10:25:36
39758         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
39759              from mainline
39760              
39761              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
39762              to be fatal errors (instead of by default ignoring them, and
39763              ignoring with a bug: even though -w gave an error, the opening [
39764              was left in)  Reported in:
39765              
39766              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
39767              
39768              Subject: [PATCH] split /^/
39769              
39770              MacOS nits from Matthias Neeracher.
39771              
39772              More split() doc and test patches from Mike Guy.
39773              
39774              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
39775              from Graham Barr in the module list.
39776              
39777              docfix from Peter Scott <Peter@PSDT.com>.
39778              
39779              File::Temp patches for VMS and OS/2 from Tim Jenness.
39780              
39781              open() wariness in perlbug.
39782              
39783              Subject: [PATCH] minor doc change - perlguts
39784              
39785              Subject: Minor doc patch: handy.h
39786              
39787              Be wary of close()s, too.
39788              
39789              Further File::Temp patches from Yitzchak Scott-Thoennes
39790              and Craig A. Berry.
39791              
39792              Subject: [PATCH] fixes bug 20000508.004
39793              
39794              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
39795              
39796              Allow "no AutoLoader;", based on change #6444,
39797              suggested by Graham Barr.
39798              
39799              Use setproctitle() if available to modify $0.
39800              
39801              Warn if the version of the operating system used to compile gcc
39802              differs from the current version of the operating system.
39803              Also display the gcc compilation os and version in myconfig.
39804              Inspiration from
39805              
39806              Tiny fixes for #6460.
39807              
39808              The problem described in this
39809              Subject: [ID 20000322.018] named chars aren't magical enough
39810              has been fixed in perl 5.6.0 but just in case added a test
39811              to keep it away.  (The report from Joseph Hall.)
39812              
39813              Tune the comments and hopefully stop a memory leak.
39814              
39815              Subject: UTF8 concat
39816              (with a memory leak fixed, plus a few casts added)
39817              This also seems to help for
39818              Subject: [ID 20000716.015] join UTF8 weirdness
39819              
39820              Do not upgrade SVs into utf8 just because they participate
39821              in eq or cmp.  Reported and fix suggested in
39822              Subject: [ID 20000720.009] sv_eq UTF8 bug
39823              
39824              Fix the HALF_UPGRADE() macro introduced in #6263.
39825              
39826              Find green threads before native threads.
39827              Subject: Re: Patch to jpl/JNI/Makefile.PL
39828      Branch: maint-5.6/perl
39829           !> (integrate 30 files)
39830 ____________________________________________________________________________
39831 [  7881] By: jhi                                   on 2000/11/27  05:48:41
39832         Log: It seems that *both* the unused submatch loop cleanup
39833              codes are needed.
39834      Branch: perl
39835            ! regexec.c
39836 ____________________________________________________________________________
39837 [  7880] By: jhi                                   on 2000/11/27  04:50:07
39838         Log: Clean .exists deeper.
39839      Branch: perl
39840            ! Makefile.SH
39841 ____________________________________________________________________________
39842 [  7879] By: jhi                                   on 2000/11/27  02:31:35
39843         Log: The code in regcppop() (see #7878) contains the correct lower
39844              limit for the unused submatch 'cleanup' loop so that under
39845              "use utf8" the following code wouldn't dump core:
39846              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
39847              the cleanup loop in regtry() stomped beyond allocated area
39848              in the startp[] array.  Therefore, copied the correct lower
39849              loop limit (*PL_reglastparen) to regtry().  Note: something
39850              may still not be quite right: why was the _higher_ loop limit
39851              (prog->nparens) different in the utf8 case?
39852              
39853              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
39854              without core dumps, there were about 17 of them before
39855              the patch (with us since Perl 5.7.0).  Two failures, still:
39856              496 and 505 (though these may not be severe).
39857              
39858              Patch #7881 is also needed since both the cleanup loops
39859              seem to be needed.
39860              
39861              Also, the t/op/pat#44 seems to core dump under utf8.
39862              Plus a couple of failures.  UGH-8.
39863      Branch: perl
39864            ! regexec.c
39865 ____________________________________________________________________________
39866 [  7878] By: jhi                                   on 2000/11/27  02:21:17
39867         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
39868              the code in regcppop() seems to be redundant for the test suite --
39869              but it contains a germ of truth, and it needed for the build
39870              process itself: see #7879 and #7881.
39871      Branch: perl
39872            ! regexec.c
39873 ____________________________________________________________________________
39874 [  7877] By: jhi                                   on 2000/11/27  01:53:09
39875         Log: Comment on comment.
39876      Branch: perl
39877            ! regexec.c
39878 ____________________________________________________________________________
39879 [  7876] By: jhi                                   on 2000/11/27  00:49:59
39880         Log: Adjust the docs to agree with #7875.
39881      Branch: perl
39882            ! pod/perllocale.pod
39883 ____________________________________________________________________________
39884 [  7875] By: jhi                                   on 2000/11/27  00:49:27
39885         Log: Retract #7863.  It makes more sense not to taint formatted output,
39886              not even by sprintf().
39887      Branch: perl
39888            ! sv.c
39889 ____________________________________________________________________________
39890 [  7874] By: jhi                                   on 2000/11/26  23:36:02
39891         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
39892              Not really fixed (should really dump the UTF-8 charclass),
39893              but stopped displaying the garbage.
39894              
39895              Also add a note on the (missing) Unicode PSXSPC and BLANK.
39896      Branch: perl
39897            ! regcomp.c
39898 ____________________________________________________________________________
39899 [  7873] By: jhi                                   on 2000/11/26  21:31:13
39900         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
39901      Branch: perl
39902            ! regexec.c
39903 ____________________________________________________________________________
39904 [  7872] By: jhi                                   on 2000/11/26  21:06:04
39905         Log: No need to scan till infinity, 13 is enough.
39906      Branch: perl
39907            ! handy.h utf8.c
39908 ____________________________________________________________________________
39909 [  7871] By: jhi                                   on 2000/11/26  20:20:32
39910         Log: Test line numbers are different with utf8.
39911      Branch: perl
39912            ! t/op/re_tests
39913 ____________________________________________________________________________
39914 [  7870] By: jhi                                   on 2000/11/26  20:10:12
39915         Log: Message nit.
39916      Branch: perl
39917            ! regcomp.c
39918 ____________________________________________________________________________
39919 [  7869] By: jhi                                   on 2000/11/26  19:01:05
39920         Log: Make utf8_length() and utf8_distance() (the latter of which
39921              is unused at the moment) to be less forgiving about bad UTF-8.
39922      Branch: perl
39923            ! embed.h embed.pl objXSUB.h proto.h utf8.c
39924 ____________________________________________________________________________
39925 [  7868] By: jhi                                   on 2000/11/26  18:45:56
39926         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
39927              From: Benjamin Holzman <bah@ecnvantage.com>
39928              Date: Sat, 25 Nov 2000 20:40:20 -0500       
39929              Message-ID: <20001125204020.A25040@ecnvantage.com>              
39930              
39931              Debian allows installing /usr/bin/locale without installing
39932              any locales, an error message will ensue.
39933      Branch: perl
39934            ! t/pragma/locale.t
39935 ____________________________________________________________________________
39936 [  7867] By: jhi                                   on 2000/11/26  18:31:12
39937         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
39938              From: Benjamin Holzman <bah@ecnvantage.com>
39939              Date: Sun, 26 Nov 2000 02:42:34 -0500
39940              Message-ID: <20001126024234.G25040@ecnvantage.com>
39941              
39942              Patch for the bug 20000212.002.
39943      Branch: perl
39944            ! sv.c t/op/array.t
39945 ____________________________________________________________________________
39946 [  7866] By: jhi                                   on 2000/11/26  18:28:09
39947         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
39948              From: Tim Jenness <t.jenness@jach.hawaii.edu>
39949              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
39950              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
39951              
39952              File::Temp 0.11.
39953      Branch: perl
39954            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
39955 ____________________________________________________________________________
39956 [  7865] By: jhi                                   on 2000/11/26  18:24:22
39957         Log: The metaconfig unit change for #7864.
39958      Branch: metaconfig/U/perl
39959            ! need_va_copy.U
39960 ____________________________________________________________________________
39961 [  7864] By: jhi                                   on 2000/11/26  18:23:41
39962         Log: Make the va_copy() test not to be so talkative.
39963      Branch: perl
39964            ! Configure config_h.SH
39965 ____________________________________________________________________________
39966 [  7863] By: jhi                                   on 2000/11/26  18:11:02
39967         Log: Fix locale inconsistencies unearthed by Hugo's work.
39968              Now the floating point sprintf really does taint the result
39969              string as perllocale promises (has promised for a long time)
39970              if "use locale" is in the lexical scope.
39971      Branch: perl
39972            ! sv.c t/pragma/locale.t
39973 ____________________________________________________________________________
39974 [  7862] By: jhi                                   on 2000/11/26  00:35:15
39975         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
39976              From: Nicholas Clark <nick@ccl4.org>
39977              Date: Sun, 26 Nov 2000 00:07:50 +0000
39978              Message-ID: <20001126000750.A22446@plum.flirble.org>
39979              
39980              Infinit.
39981      Branch: perl
39982            ! sv.c
39983 ____________________________________________________________________________
39984 [  7861] By: jhi                                   on 2000/11/26  00:01:26
39985         Log: Integrate perlio.
39986      Branch: perl
39987           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
39988 ____________________________________________________________________________
39989 [  7860] By: nick                                  on 2000/11/25  22:04:17
39990         Log: Correct relative path from new ext\Filter\Util\Call location
39991              back to miniperl.
39992      Branch: perlio
39993            ! win32/makefile.mk
39994 ____________________________________________________________________________
39995 [  7859] By: nick                                  on 2000/11/25  21:26:54
39996         Log: Integrate mainline.
39997      Branch: perlio
39998           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
39999           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
40000           +> t/lib/filter-util.t
40001            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
40002            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
40003            - t/lib/filt-util.t
40004           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
40005           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
40006           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
40007           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
40008           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
40009           !> win32/makefile.mk
40010 ____________________________________________________________________________
40011 [  7858] By: gsar                                  on 2000/11/25  20:52:17
40012         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
40013              parent's memory; fix it by keeping track of the actual pad
40014              offset rather than a raw pointer (this change is probably also
40015              relevant to non-ithreads case to avoid fallout from reallocs of
40016              the pad array, but is currently only enabled for the ithreads
40017              case in the interests of minimal disruption to existing "well
40018              tested" code)
40019      Branch: perl
40020            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
40021            ! proto.h scope.c scope.h sv.c t/op/fork.t
40022 ____________________________________________________________________________
40023 [  7857] By: nick                                  on 2000/11/25  20:01:28
40024         Log: All tests pass on Win32/gcc/USE_PERLIO.
40025              - when crlf layer is pushed make unix-level binary.
40026              - remove :crlf injection in pp_backtick in pp_sys.c
40027              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
40028      Branch: perlio
40029            ! doio.c perlio.c pp_sys.c win32/makefile.mk
40030 ____________________________________________________________________________
40031 [  7856] By: jhi                                   on 2000/11/25  18:38:30
40032         Log: Update the metaconfig units for #7855.
40033      Branch: metaconfig/U/perl
40034            ! useperlio.U usesocks.U
40035 ____________________________________________________________________________
40036 [  7855] By: jhi                                   on 2000/11/25  18:37:54
40037         Log: Undo the SOCKS workarounds, instead start using PerlIO
40038              if SOCKS is selected.
40039              
40040              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
40041              From: Jens Hamisch <jens@Strawberry.COM>
40042              Date: Fri, 24 Nov 2000 18:31:30 +0100
40043              Message-ID: <20001124183130.E28337@Strawberry.COM>
40044              
40045              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
40046              From: Jens Hamisch <jens@Strawberry.COM>
40047              Date: Fri, 24 Nov 2000 19:11:51 +0100
40048              Message-ID: <20001124191151.A28753@Strawberry.COM>
40049      Branch: perl
40050            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
40051            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
40052 ____________________________________________________________________________
40053 [  7854] By: jhi                                   on 2000/11/25  17:39:08
40054         Log: Undo #7848.  Some of the code seems to use walkoptree(),
40055              some walkoptree_slow().  An unfinished renaming?
40056              Now the sub is walkoptree() (which is @EXPORT_OK),
40057              the walkoptree_slow() is a typeglob alias to walkoptree.
40058              This makes the tests to pass, at least.
40059      Branch: perl
40060            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
40061 ____________________________________________________________________________
40062 [  7853] By: nick                                  on 2000/11/24  22:24:33
40063         Log: Re-arrange crlf vs binary for platforms that care.
40064              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
40065              Lip-service to making stdio layer work on such platfroms (untested).
40066              Now fails 3 tests rather than one, checkin to see if I can debug 
40067              the issue under linux. (Do not merge.)
40068      Branch: perlio
40069            ! doio.c perlio.c perliol.h
40070 ____________________________________________________________________________
40071 [  7852] By: jhi                                   on 2000/11/24  18:57:39
40072         Log: AUTHORS edits.
40073      Branch: perl
40074            ! AUTHORS
40075 ____________________________________________________________________________
40076 [  7851] By: jhi                                   on 2000/11/24  17:34:56
40077         Log: Add Jan-Erik Karlsson.
40078      Branch: perl
40079            ! AUTHORS
40080 ____________________________________________________________________________
40081 [  7850] By: jhi                                   on 2000/11/24  17:27:56
40082         Log: Configure should find stdchar on its own.
40083      Branch: perl
40084            ! hints/solaris_2.sh
40085 ____________________________________________________________________________
40086 [  7849] By: jhi                                   on 2000/11/24  17:24:55
40087         Log: Subject: PATCH over 7848: Filter test flawed
40088              From: andreas.koenig@anima.de (Andreas J. Koenig)
40089              Date: 24 Nov 2000 10:28:29 +0100
40090              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
40091      Branch: perl
40092            ! t/lib/filter-util.t
40093 ____________________________________________________________________________
40094 [  7848] By: jhi                                   on 2000/11/24  17:22:15
40095         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
40096              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
40097              Date: Fri, 24 Nov 2000 16:12:58 +0000
40098              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
40099      Branch: perl
40100            ! ext/B/B.pm
40101 ____________________________________________________________________________
40102 [  7847] By: jhi                                   on 2000/11/24  03:07:01
40103         Log: Integrate perlio.
40104      Branch: perl
40105           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
40106           !> win32/makefile.mk
40107 ____________________________________________________________________________
40108 [  7846] By: gsar                                  on 2000/11/24  00:55:57
40109         Log: integrate changes#6415..6418,6420..6438 from mainline
40110              
40111              Fix the bitvector ops for utf8 (tricky since past 7 bits
40112              the utf8 'characters' can be more than one octet).
40113              
40114              MPE/ix updates for perl 5.6.0 from Mark Bixby.
40115              
40116              Subject: SDBM_File documentation
40117              
40118              Detypo.
40119              
40120              Decutandpasto.
40121              
40122              Send all installperl messages to STDERR and be -w clean.
40123              
40124              Out-of-date note removed.
40125              
40126              Protect against "wild next"s, that is, callbacks doing "next"
40127              instead of "return".
40128              
40129              Use STDOUT consistently.
40130              
40131              The output might have been produced in the wrong order.
40132              
40133              A missing 'break' after the [[:space:]] switch case.
40134              
40135              Add tests for
40136              [ID 19991110.003] another matching finding by pcre author
40137              which has already been fixed by some patch, as verified in
40138              
40139              Documentation to explain the behaviour of map().
40140              
40141              Add an optimization for map-maps-a-list-element-to-more-list-elements
40142              case, but add also notes explaining the relationship of this
40143              patch and the earlier notes by Sarathy.
40144              
40145              Subject: [ID 20000716.023] syslog test fails without sockets
40146              
40147              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
40148              Test cases for #6431.
40149              
40150              File::Spec::VMS fixup for tmpdir from Craig Berry.
40151              
40152              Make the "uninit variable" warning to say "concat or string"
40153              or "join or string" when in concat or join .
40154              
40155              Get UTF16 BOMs working.  Patch from
40156              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
40157              
40158              Subject: [PATCH] Make large file tests deal with SIGXFSZ
40159              
40160              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
40161              
40162              Subject: [PATCH] av.c apidoc
40163      Branch: maint-5.6/perl
40164           !> (integrate 43 files)
40165 ____________________________________________________________________________
40166 [  7845] By: gsar                                  on 2000/11/24  00:20:45
40167         Log: integrate changes#6406..6414 from mainline
40168              
40169              Merge perlhacktut into perlhack, update perlguts.
40170              
40171              Fix AutoSplit to use File::Spec the right way in VMS,
40172              from Peter Prymmer.
40173              
40174              The bug report
40175              [ID 19991110.002] minimal matching discrepancy found by pcre author
40176              seems to have been fixed (though differently from what was suggested
40177              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
40178              
40179              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
40180              not in pod, from Peter Prymmer
40181              
40182              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
40183              From: Hugo <hv@crypt.compulink.co.uk>
40184              Date: Fri, 14 Jul 2000 23:05:20 +0100
40185              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
40186              
40187              Didn't anymore apply, but that point still could use another fix.
40188              
40189              lib/b test fixes from Peter Prymmer.
40190              
40191              More docs for sv functions.
40192              
40193              perlvms.pod whitespace cleanup to keep pod utils happy.
40194              
40195              another VMS build tweak from Peter Prymmer
40196      Branch: maint-5.6/perl
40197           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
40198           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
40199           !> vms/descrip_mms.template vms/perlvms.pod
40200 ____________________________________________________________________________
40201 [  7844] By: nick                                  on 2000/11/23  23:42:45
40202         Log: Win32/perlio Now just fails one io/argv.t test - lack 
40203              of default :crlf on standard streams.
40204      Branch: perlio
40205            ! doio.c perlio.c
40206 ____________________________________________________________________________
40207 [  7843] By: nick                                  on 2000/11/23  23:04:05
40208         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
40209              peek fail is showing a real problem (multiple crlf layers
40210              are getting pushed.)
40211      Branch: perlio
40212            ! doio.c perlio.c win32/makefile.mk
40213 ____________________________________________________________________________
40214 [  7842] By: nick                                  on 2000/11/23  19:46:23
40215         Log: Implement PerlIO_binmode()
40216              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
40217              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
40218              make binmode in t/lib/io_tell.t unconditional so that works.
40219              Checkin just so Win32 machine can see these changes.
40220      Branch: perlio
40221            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
40222 ____________________________________________________________________________
40223 [  7841] By: jhi                                   on 2000/11/23  19:30:00
40224         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
40225      Branch: perl
40226            ! README.amiga
40227 ____________________________________________________________________________
40228 [  7840] By: jhi                                   on 2000/11/23  17:18:02
40229         Log: SOCKS wrestling continues, patches from Jens Hamisch.
40230      Branch: perl
40231            ! doio.c embed.h embed.pl perlsdio.h proto.h
40232 ____________________________________________________________________________
40233 [  7839] By: jhi                                   on 2000/11/23  16:54:14
40234         Log: Push Filter::Util::Call one level deeper.
40235      Branch: perl
40236            + t/lib/filter-util.t
40237           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
40238           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
40239            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
40240            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
40241            - t/lib/filt-util.t
40242            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
40243            ! win32/Makefile win32/makefile.mk
40244 ____________________________________________________________________________
40245 [  7838] By: jhi                                   on 2000/11/23  16:52:40
40246         Log: Reach back one higher up when searching for PERL_SRC.
40247      Branch: perl
40248            ! lib/ExtUtils/MM_Unix.pm
40249 ____________________________________________________________________________
40250 [  7837] By: jhi                                   on 2000/11/23  16:05:41
40251         Log: Subject: Re: perl@7826
40252              Date: Thu, 23 Nov 2000 02:20:25 -0600
40253              From: "Craig A. Berry" <craigberry@mac.com>
40254              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
40255              
40256              Make VMS to like Filter::Util::Call. 
40257      Branch: perl
40258            ! configure.com ext/Filter/Util/Makefile.PL
40259 ____________________________________________________________________________
40260 [  7836] By: nick                                  on 2000/11/23  16:04:08
40261         Log: Implement crlf layer - not ready for merge.
40262      Branch: perlio
40263            ! perlio.c win32/makefile.mk
40264 ____________________________________________________________________________
40265 [  7835] By: jhi                                   on 2000/11/23  15:56:52
40266         Log: STDCHAR is different in Sparc v9 vs x86.
40267      Branch: perl
40268            ! hints/solaris_2.sh
40269 ____________________________________________________________________________
40270 [  7834] By: jhi                                   on 2000/11/23  15:50:47
40271         Log: The type needs to be visible to protos.
40272      Branch: perl
40273            ! perl.h
40274 ____________________________________________________________________________
40275 [  7833] By: jhi                                   on 2000/11/23  15:40:46
40276         Log: Finish unfinished SOCKS workaround changes.
40277      Branch: perl
40278            ! doio.c
40279 ____________________________________________________________________________
40280 [  7832] By: jhi                                   on 2000/11/23  15:33:30
40281         Log: Integrate perlio.
40282      Branch: perl
40283           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
40284           !> win32/makefile.mk
40285 ____________________________________________________________________________
40286 [  7831] By: nick                                  on 2000/11/23  10:31:07
40287         Log: Correct makefile.mk dependancies for ext/Filter/Util
40288              Build ext/Encode
40289              Run dmake regen_config_h
40290      Branch: perlio
40291            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
40292            ! win32/makefile.mk
40293 ____________________________________________________________________________
40294 [  7830] By: nick                                  on 2000/11/23  08:05:07
40295         Log: Integrate mainline
40296      Branch: perlio
40297           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
40298           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
40299           +> t/lib/filt-util.pl t/lib/filt-util.t
40300           !> (integrate 41 files)
40301 ____________________________________________________________________________
40302 [  7829] By: gsar                                  on 2000/11/23  03:07:11
40303         Log: build the Filter extension on windows
40304      Branch: perl
40305            ! win32/Makefile win32/makefile.mk
40306 ____________________________________________________________________________
40307 [  7828] By: gsar                                  on 2000/11/23  02:46:35
40308         Log: regenerate win32/config* and fix some inconsistencies in the
40309              makefiles; always export Perl_deb() because it is needed
40310              by ext/re/* (whether perl itself is built with -DDEBUGGING
40311              or not)
40312      Branch: perl
40313            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
40314            ! win32/config_H.vc win32/makefile.mk
40315 ____________________________________________________________________________
40316 [  7827] By: gsar                                  on 2000/11/23  02:18:38
40317         Log: get sources building on windows+MSVC again (untested with other
40318              compilers)
40319      Branch: perl
40320            ! win32/include/sys/socket.h win32/perllib.c
40321 ____________________________________________________________________________
40322 [  7826] By: jhi                                   on 2000/11/23  01:18:26
40323         Log: Update Changes.
40324      Branch: perl
40325            ! Changes patchlevel.h
40326 ____________________________________________________________________________
40327 [  7825] By: jhi                                   on 2000/11/23  00:20:41
40328         Log: Subject: Re: av.c patch (having slight problems)
40329              From: "Ben Tilly" <ben_tilly@hotmail.com>
40330              Date: Tue, 21 Nov 2000 23:29:31 -0500
40331              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
40332              
40333              unshift() speedup.
40334      Branch: perl
40335            ! av.c
40336 ____________________________________________________________________________
40337 [  7824] By: jhi                                   on 2000/11/22  23:59:15
40338         Log: Fixes for signedness warnings noticed by VMSperlers.
40339      Branch: perl
40340            ! ext/Storable/Storable.xs regcomp.c sv.c
40341 ____________________________________________________________________________
40342 [  7823] By: jhi                                   on 2000/11/22  23:19:31
40343         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
40344              From: Peter Prymmer <pvhp@forte.com>
40345              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
40346              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
40347      Branch: perl
40348            ! t/pragma/warn/pp_hot
40349 ____________________________________________________________________________
40350 [  7822] By: jhi                                   on 2000/11/22  22:52:20
40351         Log: Be clean.
40352      Branch: perl
40353            ! Makefile.SH
40354 ____________________________________________________________________________
40355 [  7821] By: jhi                                   on 2000/11/22  22:46:39
40356         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
40357              by Damian Conway, as suggested by Paul Marquess.
40358      Branch: perl
40359            + lib/Filter/Simple.pm
40360 ____________________________________________________________________________
40361 [  7820] By: jhi                                   on 2000/11/22  22:45:51
40362         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
40363      Branch: perl
40364            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
40365            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
40366            + t/lib/filt-util.t
40367            ! MANIFEST
40368 ____________________________________________________________________________
40369 [  7819] By: jhi                                   on 2000/11/22  22:03:27
40370         Log: Integrate perlio.
40371      Branch: perl
40372           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
40373           !> win32/makefile.mk
40374 ____________________________________________________________________________
40375 [  7818] By: jhi                                   on 2000/11/22  21:56:02
40376         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
40377      Branch: perl
40378            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
40379            ! t/lib/io_sock.t
40380 ____________________________________________________________________________
40381 [  7817] By: jhi                                   on 2000/11/22  21:39:49
40382         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
40383              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40384              Date: Wed, 22 Nov 2000 16:08:12 -0500
40385              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
40386      Branch: perl
40387            ! lib/ExtUtils/Liblist.pm
40388 ____________________________________________________________________________
40389 [  7816] By: jhi                                   on 2000/11/22  21:38:25
40390         Log: Go ahead and #include <unistd.h> in perl.h.
40391      Branch: perl
40392            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
40393            ! util.c
40394 ____________________________________________________________________________
40395 [  7815] By: jhi                                   on 2000/11/22  21:22:52
40396         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
40397              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40398              Date: Mon, 20 Nov 2000 18:30:52 -0500
40399              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
40400      Branch: perl
40401            ! pod/perlre.pod regcomp.c t/op/re_tests
40402 ____________________________________________________________________________
40403 [  7814] By: jhi                                   on 2000/11/22  21:21:46
40404         Log: Subject: [PATCH 5.7.0] Liblist finally works
40405              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40406              Date: Tue, 21 Nov 2000 22:02:17 -0500
40407              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
40408      Branch: perl
40409            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
40410            ! lib/ExtUtils/MakeMaker.pm
40411 ____________________________________________________________________________
40412 [  7813] By: jhi                                   on 2000/11/22  21:20:23
40413         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
40414              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
40415              Date: Wed, 22 Nov 2000 17:53:15 +0100
40416              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
40417              
40418              AIX dynaloader and perlio patch.
40419      Branch: perl
40420            ! ext/DynaLoader/dl_aix.xs
40421 ____________________________________________________________________________
40422 [  7812] By: jhi                                   on 2000/11/22  21:17:52
40423         Log: (Accidentally empty patch.)
40424      Branch: perl
40425            ! av.c
40426 ____________________________________________________________________________
40427 [  7811] By: jhi                                   on 2000/11/22  21:16:31
40428         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
40429              From: Peter Prymmer <pvhp@forte.com>
40430              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
40431              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
40432      Branch: perl
40433            ! vms/test.com
40434 ____________________________________________________________________________
40435 [  7810] By: jhi                                   on 2000/11/22  21:15:36
40436         Log: Subject: Re: perl@7777 
40437              From: "John P. Linderman" <jpl@research.att.com>
40438              Date: Wed, 22 Nov 2000 13:11:11 -0500
40439              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
40440              
40441              Detypoing.
40442      Branch: perl
40443            ! lib/CPAN.pm
40444 ____________________________________________________________________________
40445 [  7809] By: jhi                                   on 2000/11/22  21:14:19
40446         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
40447              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
40448              Date:     Wed, 22 Nov 2000 13:51:37 EST
40449              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
40450      Branch: perl
40451            ! perlsdio.h
40452 ____________________________________________________________________________
40453 [  7808] By: jhi                                   on 2000/11/22  21:13:27
40454         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
40455              From: Casey Tweten <crt@kiski.net>
40456              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
40457              Message-Id: <200011201653.LAA10194@home.kiski.net>
40458      Branch: perl
40459            ! t/lib/io_udp.t
40460 ____________________________________________________________________________
40461 [  7807] By: jhi                                   on 2000/11/22  21:12:35
40462         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
40463              From: Casey Tweten <crt@kiski.net>
40464              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
40465              Message-Id: <200011201636.LAA07227@home.kiski.net>
40466      Branch: perl
40467            ! t/lib/io_sock.t
40468 ____________________________________________________________________________
40469 [  7806] By: jhi                                   on 2000/11/22  21:10:59
40470         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
40471              From: "Casey R. Tweten" <crt@kiski.net>
40472              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
40473              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
40474      Branch: perl
40475            ! utils/h2xs.PL
40476 ____________________________________________________________________________
40477 [  7805] By: nick                                  on 2000/11/22  21:05:06
40478         Log: Integrate mainline
40479      Branch: perlio
40480           !> Changes Porting/genlog ext/DB_File/DB_File.xs
40481           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
40482           !> utils/perlbug.PL
40483 ____________________________________________________________________________
40484 [  7804] By: jhi                                   on 2000/11/22  21:01:12
40485         Log: Subject: [PATCH] Test.pm POD peculiarity
40486              From: "Casey R. Tweten" <crt@kiski.net>
40487              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
40488              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
40489      Branch: perl
40490            ! lib/Test.pm
40491 ____________________________________________________________________________
40492 [  7803] By: jhi                                   on 2000/11/22  20:59:59
40493         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
40494              From: "Philip Newton" <pnewton@gmx.de>
40495              Date: Wed, 22 Nov 2000 14:25:53 +0100
40496              Message-Id: <3A1BD771.25462.1939FAD@localhost>
40497              
40498              Be case-understanding also on 's', and use the -oi of sendmail
40499              not to terminate the transmission on a lone '.'.
40500      Branch: perl
40501            ! utils/perlbug.PL
40502 ____________________________________________________________________________
40503 [  7802] By: nick                                  on 2000/11/22  20:51:42
40504         Log: Win32 PerlIO intermediate state now working as expected.
40505              - In current state we are still using C runtime in text/binary
40506              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
40507              - PERLIO=stdio and PERLIO=unix pass all expected tests.
40508              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
40509              and PerlIO_seek() and the dummy crlf layer is not making adjustments
40510              for CRLF translation happening in C runtime. All other tests pass.
40511              
40512              Added note to README.win32 to point out the snags of doing a perl build
40513              with Norton AntiVirus turned on.
40514              
40515              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
40516              which file a fail comes from.
40517              
40518              Updated "canned" config.h to match the one generated.
40519      Branch: perlio
40520            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
40521            ! win32/makefile.mk
40522 ____________________________________________________________________________
40523 [  7801] By: jhi                                   on 2000/11/22  06:50:20
40524         Log: Nickety nits.
40525      Branch: perl
40526            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
40527 ____________________________________________________________________________
40528 [  7800] By: jhi                                   on 2000/11/22  01:29:55
40529         Log: Changes had accidentally gone too silent on non-main branches.
40530      Branch: perl
40531            ! Changes Porting/genlog patchlevel.h
40532 ____________________________________________________________________________
40533 [  7799] By: gsar                                  on 2000/11/22  01:02:56
40534         Log: some lib_pm.PL changes snuck in via change#7772
40535      Branch: maint-5.6/perl
40536            ! Makefile.SH
40537 ____________________________________________________________________________
40538 [  7798] By: nick                                  on 2000/11/21  21:59:40
40539         Log: Integrate mainline
40540      Branch: perlio
40541           !> (integrate 28 files)
40542 ____________________________________________________________________________
40543 [  7797] By: jhi                                   on 2000/11/21  21:01:45
40544         Log: Integrate perlio.
40545      Branch: perl
40546           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
40547 ____________________________________________________________________________
40548 [  7796] By: nick                                  on 2000/11/21  20:36:22
40549         Log: Win32 builds and runs (mostly) with USE_PERLIO.
40550              PERLIO=perlio passes all tests. 
40551              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
40552      Branch: perlio
40553            ! perlio.c win32/perllib.c win32/win32.c
40554 ____________________________________________________________________________
40555 [  7795] By: jhi                                   on 2000/11/21  19:03:44
40556         Log: Update Changes.
40557      Branch: perl
40558            ! Changes patchlevel.h
40559 ____________________________________________________________________________
40560 [  7794] By: jhi                                   on 2000/11/21  18:56:34
40561         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
40562              From: "Craig A. Berry" <craigberry@mac.com>
40563              Date: Mon, 20 Nov 2000 20:27:06 -0600
40564              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
40565              
40566              A cut-and-pasto.
40567      Branch: perl
40568            ! perlio.h
40569 ____________________________________________________________________________
40570 [  7793] By: jhi                                   on 2000/11/21  18:54:41
40571         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
40572              From: Dominic Dunlop <domo@computer.org> 
40573              Date: Mon, 20 Nov 2000 18:55:29 +0100
40574              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
40575              
40576              va_copy() and the need of it.
40577              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
40578      Branch: metaconfig/U/perl
40579            + need_va_copy.U
40580      Branch: perl
40581            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
40582            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
40583            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
40584            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
40585            ! win32/config.bc win32/config.gc win32/config.vc
40586 ____________________________________________________________________________
40587 [  7792] By: jhi                                   on 2000/11/21  17:04:10
40588         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
40589      Branch: perl
40590           !> scope.h
40591 ____________________________________________________________________________
40592 [  7791] By: jhi                                   on 2000/11/21  17:01:16
40593         Log: Export the SOCKS workaround symbols only if necessary.
40594      Branch: perl
40595            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
40596 ____________________________________________________________________________
40597 [  7790] By: nick                                  on 2000/11/20  23:57:11
40598         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
40599      Branch: perlio
40600            ! scope.h
40601 ____________________________________________________________________________
40602 [  7789] By: nick                                  on 2000/11/20  23:38:33
40603         Log: Integrate mainline
40604      Branch: perlio
40605           +> lib/File/Spec/Epoc.pm
40606           !> (integrate 34 files)
40607 ____________________________________________________________________________
40608 [  7788] By: nick                                  on 2000/11/20  23:20:18
40609         Log: Make extra buffer layer work (dummy crlf layer)
40610      Branch: perlio
40611            ! doio.c perlio.c perlio.h
40612 ____________________________________________________________________________
40613 [  7787] By: jhi                                   on 2000/11/20  22:44:04
40614         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
40615              From: Peter Prymmer <pvhp@forte.com>
40616              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
40617              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
40618      Branch: perl
40619            ! t/pragma/locale.t
40620 ____________________________________________________________________________
40621 [  7786] By: jhi                                   on 2000/11/20  22:29:10
40622         Log: Subject: DOC PATCH 5.6.0 perlreftut
40623              From: mjd@plover.com
40624              Date: 20 Nov 2000 19:45:06 -0000
40625              Message-ID: <20001120194506.9505.qmail@plover.com>
40626      Branch: perl
40627            ! pod/perlreftut.pod
40628 ____________________________________________________________________________
40629 [  7785] By: jhi                                   on 2000/11/20  22:27:44
40630         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
40631              From: David Dyck <dcd@tc.fluke.com>
40632              Date: Mon, 20 Nov 2000 11:43:40 -0800
40633              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
40634      Branch: perl
40635            ! lib/Cwd.pm
40636 ____________________________________________________________________________
40637 [  7784] By: jhi                                   on 2000/11/20  22:23:21
40638         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
40639              Date: Mon, 20 Nov 2000 17:06:10 -0500
40640              To: Mailing list Perl5 <perl5-porters@perl.org>
40641              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
40642      Branch: perl
40643            ! pp_ctl.c t/op/pat.t
40644 ____________________________________________________________________________
40645 [  7783] By: jhi                                   on 2000/11/20  22:11:18
40646         Log: Subject: [PATCH] doop.c - UTF8 tr///               
40647              From: Simon Cozens <simon@cozens.net>
40648              Date: Sat, 18 Nov 2000 18:49:30 +0000
40649              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
40650              
40651              Subject: Re: [PATCH] doop.c - UTF8 tr///           
40652              From: Simon Cozens <simon@cozens.net>
40653              Date: Mon, 20 Nov 2000 20:45:22 +0000
40654              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
40655              
40656              Make tr on UTF-8 better but still not correct.
40657      Branch: perl
40658            ! doop.c
40659 ____________________________________________________________________________
40660 [  7782] By: jhi                                   on 2000/11/20  22:02:16
40661         Log: Remove the shared object before attempting to create
40662              (by linking) a new one.  E.g. in AIX not removing
40663              becomes quite painful if one tries to do more than one
40664              build in the same tree (an interrupted build, for example),
40665              since the AIX' shared dynaloader seemingly keeps the shared
40666              objects open and therefore 'busy' for quite a while, even when
40667              nobody is using the objects, leading into link failures.
40668      Branch: perl
40669            ! lib/ExtUtils/MM_Unix.pm
40670 ____________________________________________________________________________
40671 [  7781] By: gsar                                  on 2000/11/20  19:02:55
40672         Log: type mismatch due to faulty integration
40673      Branch: maint-5.6/perl
40674            ! toke.c win32/Makefile
40675 ____________________________________________________________________________
40676 [  7780] By: gsar                                  on 2000/11/20  17:31:55
40677         Log: integrate changes#6392,6394..6399,6401..6404
40678              
40679              The {multiplier} of a fixed substring was overlooked which
40680              caused a wrong initial search offset for that substring.
40681              
40682              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
40683              From: Hugo <hv@crypt.compulink.co.uk>
40684              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
40685              Date: Thu, 13 Jul 2000 19:27:13 +0100
40686              
40687              Fix the BOM bug: not a byteorder bug, a signedness bug.
40688              
40689              Replace change #6337 with a better one.
40690              
40691              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
40692              From: Hugo <hv@crypt.compulink.co.uk>
40693              Date: Fri, 14 Jul 2000 04:16:20 +0100
40694              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
40695              
40696              MakeMaker should not remove editor backups (*~) on `make clean`
40697              by default (completes change#6383)
40698              
40699              move new variables to the end of the interpreter structure (for
40700              bincompat in code that doesn't #include XSUB.h)
40701              
40702              rename totally bletcherous SvLOCK() thingy (doesn't do what the
40703              name suggests anyway)
40704              
40705              various cleanups (typos, misformatted code, and small bugs)
40706              
40707              typecasts needed for change#6394
40708              
40709              typos in change#6399, regen headers
40710              
40711              inconsistent types needs casts
40712              
40713              PERL_OBJECT build tweaks
40714      Branch: maint-5.6/perl
40715           !> MANIFEST doop.c embed.h embed.pl embedvar.h
40716           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
40717           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
40718           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
40719           !> toke.c util.c
40720 ____________________________________________________________________________
40721 [  7779] By: gsar                                  on 2000/11/20  17:06:29
40722         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
40723              
40724              Cosmetics and perldelta.
40725              
40726              Fix nits noticed by Boston.pm.
40727              
40728              Do the cc sanity check both before the hints and
40729              after the cc selction.
40730              
40731              get sprintf.t to adjust properly for 3-digit exponents
40732              
40733              don't clobber *.orig files on *clean targets
40734              
40735              fix bugs in processing %v-*d and similar format specs (from
40736              Avi Finkel <avi@finkel.org>)
40737              
40738              sprintf test tweaks (from Dominic Dunlop)
40739              
40740              new selfloader.t in change#6183 doesn't close DATA handles,
40741              and thus fails to clean up tmp files on dosish platforms
40742              
40743              typos (spotted by Peter Prymmer)
40744              
40745              typo fix from Craig Berry
40746      Branch: maint-5.6/perl
40747           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
40748           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
40749           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
40750           !> x2p/Makefile.SH
40751 ____________________________________________________________________________
40752 [  7778] By: gsar                                  on 2000/11/20  16:46:51
40753         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
40754              
40755              Subject: Re: format bug report  [Patch]
40756              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
40757              Date: Wed, 05 Jul 2000 13:12:52 +0200
40758              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
40759              
40760              Subject: Re: format bug report  [Patch]
40761              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
40762              Date: Wed, 05 Jul 2000 14:10:01 +0200
40763              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
40764              
40765              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
40766              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
40767              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
40768              Date: Fri, 07 Jul 2000 17:57:16 +0100
40769              
40770              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
40771              To: perl5-porters@perl.org
40772              From: Karsten Sperling <spiff@phreax.net>
40773              Date: Mon, 10 Jul 2000 15:12:52 +0200
40774              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
40775              
40776              README.posix-bc podified from Thomas Dorner.
40777              
40778              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
40779              From: Dominic Dunlop <domo@computer.org>
40780              Date: Tue, 11 Jul 2000 12:27:33 +0200
40781              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
40782              
40783              Typo in #6341.
40784              
40785              Fix for
40786              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
40787              From: Roderick Schertler <roderick@argon.org>
40788              Date: Tue, 11 Jul 2000 13:55:05 -0400
40789              Message-Id: <200007111755.NAA05077@jones.argon.org>
40790              
40791              Minor cleanups on the booklist.
40792              
40793              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
40794              regen perltoc.
40795              
40796              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
40797      Branch: maint-5.6/perl
40798           +> pod/perlbook.pod
40799           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
40800           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
40801           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
40802 ____________________________________________________________________________
40803 [  7777] By: jhi                                   on 2000/11/20  16:08:49
40804         Log: Update Changes.
40805      Branch: perl
40806            ! Changes patchlevel.h
40807 ____________________________________________________________________________
40808 [  7776] By: jhi                                   on 2000/11/20  15:27:56
40809         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
40810              This may be overly harsh but until proven otherwise, we think this
40811              way, or until we have a simple test for Configure (having to start
40812              up servers is does not count as simple) to check for the problems.
40813      Branch: perl
40814            ! perl.h
40815 ____________________________________________________________________________
40816 [  7775] By: jhi                                   on 2000/11/20  15:22:17
40817         Log: Solaris hints tweaks.
40818      Branch: perl
40819            ! hints/solaris_2.sh
40820 ____________________________________________________________________________
40821 [  7774] By: jhi                                   on 2000/11/20  15:01:20
40822         Log: Add a workaround to SOCKS 64-bit problems.
40823      Branch: perl
40824            ! doio.c embed.h embed.pl perlsdio.h proto.h
40825 ____________________________________________________________________________
40826 [  7773] By: jhi                                   on 2000/11/20  14:51:47
40827         Log: sysseek() instead of seek().
40828      Branch: perl
40829            ! t/lib/syslfs.t
40830 ____________________________________________________________________________
40831 [  7772] By: gsar                                  on 2000/11/20  13:06:23
40832         Log: integrate changes#6315..6319,6321..6331,6333..6338
40833              
40834              Integrate with Sarathy, preliminary fix for unicos
40835              alignment problems in [ID 20000612.002] Perl problem on Cray system.
40836              
40837              some debugger output does not go to the socket when RemotePort is set
40838              
40839              winsock cleanup never done on Windows (leads to handle leaks)
40840              
40841              fix UNC path handling on Windows under ithreads, and chdir()
40842              return value when given a non-existent directory
40843              
40844              Autogenerate pod/Makefile and pod/buildtoc.
40845              buildtoc also checks whether the existin pods are
40846              mentioned in MANIFEST and perl.pod, and vice versa.
40847              (None of the thusly found discrepancies fixed yet.)
40848              roffitall also needs to be autogenerated similarly but it
40849              seems so badly out of date that I didn't touch it yet.
40850              
40851              Config is being used.
40852              
40853              Add =head1 NAMEs so that buildtoc is happy.
40854              (The CGI::Util nit reported to Lincoln.)
40855              
40856              Fix complaints of buildtoc.
40857              
40858              Fix the alignment problem in Crays ([ID 20000612.002]).
40859              
40860              Remove perlbook, update perlfaq book listing,
40861              rearrange perl.pod, regenerate perltoc.
40862              
40863              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
40864              was cast to an unsigned (32-bit) integer with wild abandon.
40865              
40866              winsock options weren't being set in all threads under ithreads
40867              (caused send()s from second and subsequent threads to fail)
40868              
40869              accept() leaks memory on windows due to incorrect ordering of
40870              closesocket() and fclose() calls
40871              
40872              Reorder perl.pod once more.
40873              
40874              More POSIX.pod tweaks.
40875              
40876              Sprinkle ldlibpath.
40877              
40878              Precedence goof, fix based on
40879              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
40880              From: Hugo <hv@crypt.compulink.co.uk>
40881              Date: Tue, 11 Jul 2000 12:52:38 +0100
40882              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
40883              
40884              Subject: PATCH perlguts.pod: Document D and d magic types
40885              From: mjd@plover.com
40886              Date: 5 Jul 2000 18:01:51 -0000
40887              Message-ID: <20000705180151.29413.qmail@plover.com>
40888              
40889              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
40890              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
40891              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
40892              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
40893              
40894              Subject: [PATCH cfgperl] $& segfaults if you trick it
40895              From: simon@brecon.co.uk (Simon Cozens)
40896              Date: 7 Jul 2000 11:26:09 GMT
40897              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
40898              
40899              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
40900              From: Hugo <hv@crypt.compulink.co.uk>
40901              Date: Tue, 11 Jul 2000 12:44:50 +0100
40902              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
40903              
40904              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
40905              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
40906              Date: Tue, 11 Jul 2000 13:50:51 +0100
40907              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
40908      Branch: maint-5.6/perl
40909           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
40910           +> pod/buildtoc.PL
40911            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
40912           !> (integrate 26 files)
40913 ____________________________________________________________________________
40914 [  7771] By: gsar                                  on 2000/11/20  12:31:42
40915         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
40916              6310,6311,6314
40917              
40918              Subject: [PATCH bleedperl] File::Spec 0.82 beta
40919              From: Barrie Slaymaker <barries@jester.slaysys.com>
40920              Date: Wed, 28 Jun 2000 11:35:29 -0400
40921              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
40922              
40923              tweak perlembed for multiplicity/usethreads sanity; correct notes
40924              about Windows
40925              
40926              localize %INC in a Safe compartment so that use/require work
40927              (many other magic globals probably need similar treatment)
40928              
40929              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
40930              when @_ is modified, causing coredumps
40931              
40932              slurp mode fix in change#4736 still not quite right
40933              
40934              Point to perlipc for more SysV IPC examples.
40935              
40936              Elaborate POSIX.pod.  Still needs work.
40937              
40938              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
40939              
40940              fix large memory leak that has been around for ever, masked by
40941              -DPURIFY (most of the arenas were never freed!)
40942              
40943              fix memory leak on Windows (PL_sys_intern contents were never
40944              freed)
40945              
40946              PERL_OBJECT build tweak
40947              
40948              adjust change#6299
40949              
40950              remove rel2abs prototypes (from Barrie Slaymaker)
40951              
40952              missing perldiag entry for unpack("w",...) diagnostic (from
40953              Andreas Koenig)
40954              
40955              better diagnostic on Frob->stuff() when Frob:: doesn't exist
40956              (from Richard Soderberg <rs@oregonnet.com>)
40957              
40958              Win32 patches for cfgperl from Sarathy.
40959              
40960              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
40961              
40962              More POSIX.pod embellishment.
40963              
40964              tyop in change#6306
40965      Branch: maint-5.6/perl
40966           !> (integrate 44 files)
40967 ____________________________________________________________________________
40968 [  7770] By: gsar                                  on 2000/11/20  11:51:00
40969         Log: integrate changes#6268..6282 from cfgperl branch
40970              
40971              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
40972              From: Dominic Dunlop <domo@computer.org>
40973              Date: Thu, 29 Jun 2000 12:32:39 +0200
40974              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
40975              
40976              Regen headers for #6261 (and update embed.pl for this) and #6267,
40977              silence few compiler warnings.
40978              
40979              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
40980              From: Nicholas Clark <nick@talking.bollo.cx>
40981              Date: Fri, 23 Jun 2000 16:21:15 +0100
40982              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
40983              
40984              Subject: PATCH pod/perltie.pod
40985              From: Ian Phillipps <Ian.Phillipps@iname.com>
40986              Date: Fri, 16 Jun 2000 00:17:19 +0100
40987              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
40988              (only the first hunk, the second hunk had already been done
40989              by some other patch)
40990              
40991              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
40992              From: Tom Phoenix <rootbeer@redcat.com>
40993              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
40994              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
40995              
40996              Subject: [PATCH] xsub attributes
40997              From: Doug MacEachern <dougm@covalent.net>
40998              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
40999              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
41000              
41001              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
41002              From: Andy Dougherty <doughera@lafayette.edu>
41003              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
41004              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
41005              
41006              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
41007              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
41008              Date: Tue, 13 Jun 2000 02:43:48 -0500
41009              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
41010              
41011              Subject: [PATCH] Re: eval documentation: context
41012              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
41013              Date: Mon, 12 Jun 2000 15:07:29 +0100
41014              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
41015              
41016              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
41017              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
41018              Date: Mon, 12 Jun 2000 14:55:59 +0100
41019              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
41020              
41021              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
41022              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
41023              Date: Fri, 09 Jun 2000 12:39:27 -0400
41024              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
41025              (plus update the version "number" of Text::Wrap)
41026              
41027              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
41028              From: Tim Ayers <tayers@bridge.com>
41029              Date: Thu, 08 Jun 2000 08:11:06 +0200
41030              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
41031              [resent by Richard Foley, Message-Id probably wrong]
41032              
41033              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
41034              From: rspier@pobox.com (Robert Spier)
41035              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
41036              Message-ID: <14654.31913.845602.610277@rls.cx>
41037              
41038              Subject: [PATCH 5.6.0] utils/h2xs.PL
41039              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
41040              Date: Wed, 7 Jun 2000 04:02:04 -0500
41041              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
41042              
41043              Subject: [PATCH 5.6.0]ITHREADs for VMS
41044              From: Dan Sugalski <dan@sidhe.org>
41045              Date: Tue, 06 Jun 2000 11:59:50 -0400
41046              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
41047      Branch: maint-5.6/perl
41048           !> (integrate 31 files)
41049 ____________________________________________________________________________
41050 [  7769] By: gsar                                  on 2000/11/20  11:29:06
41051         Log: integrate changes#6261..6266 from cfgperl
41052              
41053              Subject: Re: [PATCH cfgperl] BOMs away!
41054              From: simon@brecon.co.uk (Simon Cozens)
41055              Date: 17 Jun 2000 11:49:57 GMT
41056              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
41057              
41058              Subject: 5.6.0 Patch for EPOC
41059              From: Olaf Flebbe <o.flebbe@gmx.de>
41060              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
41061              Message-ID: <23449.960929969@www11.gmx.net>
41062              
41063              tr fixes from Simon Cozens
41064              
41065              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
41066              From: Marty Lucich <marty@netcom.com>
41067              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
41068              Message-Id: <200006282116.OAA11148@netcom.com>
41069              ccdlflags update (the BSD/OS 4.1 part had already been taken
41070              care of by #6141).
41071              
41072              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
41073              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
41074              Date: Wed, 28 Jun 2000 17:50:12 -0700
41075              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
41076              
41077              Subject: [PATCH 5.6.0] cygwin port
41078              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
41079              From: "Fifer, Eric" <EFifer@sanwaint.com>
41080              Date: Thu, 29 Jun 2000 12:58:29 +0100
41081      Branch: maint-5.6/perl
41082           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
41083           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
41084           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
41085           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
41086 ____________________________________________________________________________
41087 [  7768] By: gsar                                  on 2000/11/20  11:13:44
41088         Log: integrate changes#6252..6256,6259..6260
41089              
41090              Paranoia tweak on #6249.
41091              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
41092              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
41093              Date: Sun, 25 Jun 2000 23:43:12 -0400
41094              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
41095              
41096              Subject: tr///, help wanted.
41097              From: simon@brecon.co.uk (Simon Cozens)
41098              Date: 28 Jun 2000 11:29:04 GMT
41099              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
41100              
41101              small thinko tweaks
41102              
41103              tweaks from Simon Conzes to further fix tr/// under utf8
41104              
41105              perlnewmod was missing from MANIFEST.
41106              
41107              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
41108              From: simon@brecon.co.uk (Simon Cozens)
41109              Date: 17 Jun 2000 11:56:44 GMT
41110              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
41111              pack U0, pack C0
41112      Branch: maint-5.6/perl
41113           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
41114           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
41115           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
41116           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
41117 ____________________________________________________________________________
41118 [  7767] By: gsar                                  on 2000/11/20  10:51:38
41119         Log: integrate change#6250 from cfgperl
41120              
41121              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
41122              From: Doug MacEachern <dougm@covalent.net>
41123              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
41124              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
41125      Branch: maint-5.6/perl
41126           +> t/op/my_stash.t
41127           !> MANIFEST embed.pl global.sym proto.h toke.c
41128 ____________________________________________________________________________
41129 [  7766] By: gsar                                  on 2000/11/20  10:48:34
41130         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
41131              
41132              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
41133              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
41134              Date: Mon, 26 Jun 2000 18:40:14 +0100
41135              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
41136              
41137              Subject: [PATCH] bytes<->utf8 fixes
41138              From: simon@brecon.co.uk (Simon Cozens)
41139              Date: 26 Jun 2000 04:55:45 GMT
41140              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
41141              
41142              Subject: [PATCH] is_utf8_string
41143              From: simon@brecon.co.uk (Simon Cozens)
41144              Date: 26 Jun 2000 02:25:59 GMT
41145              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
41146              
41147              Subject: [PATCH] avoid mg_ptr in '*' magic
41148              From: Doug MacEachern <dougm@covalent.net>
41149              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
41150              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
41151              
41152              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
41153              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
41154              Date: Sat, 24 Jun 2000 13:06:20 +0100
41155              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
41156              
41157              Allow for standalone testing.
41158              
41159              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
41160              From: Mark-Jason Dominus <mjd@plover.com>
41161              Date: Tue, 27 Jun 2000 22:36:42 -0400
41162              Message-ID: <20000628023642.12166.qmail@plover.com>
41163              
41164              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
41165              From: Frank Tobin <ftobin@uiuc.edu>
41166              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
41167              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
41168      Branch: maint-5.6/perl
41169           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
41170           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
41171           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
41172           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
41173           !> utf8.c utils/h2xs.PL
41174 ____________________________________________________________________________
41175 [  7765] By: gsar                                  on 2000/11/20  10:29:13
41176         Log: integrate change#6239 from cfgperl
41177              
41178              Configure maintenance.  Sever some dependency cycles,
41179              separate gccversion from the cc unit,
41180              address [ID 20000623.006] Configure script patch for using gcc on AIX
41181              (but solve it a little bit differently),
41182              unduplex some accidentally duplicated units,
41183              suggest using gcc if no cc available
41184              (p5p thread: "Solaris configure: counterproposal", 1999-09)
41185      Branch: maint-5.6/perl
41186           !> Configure Todo-5.6 config_h.SH
41187 ____________________________________________________________________________
41188 [  7764] By: gsar                                  on 2000/11/20  10:25:55
41189         Log: integrate changes#6233..6238 from cfgperl
41190              
41191              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
41192              From: Mark-Jason Dominus <mjd@plover.com>
41193              Date: Fri, 16 Jun 2000 20:53:04 -0400
41194              Message-ID: <20000617005304.8008.qmail@plover.com>
41195              
41196              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
41197              because when run as services (Win32ese for daemons)
41198              no environment variables are set and tmpdir ends up as /tmp,
41199              which is ambiguous.
41200              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
41201              From: matt@sergeant.org
41202              Date: 16 Jun 2000 16:30:43 -0000
41203              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
41204              
41205              The thread begun by
41206              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
41207              From: Kevin.Ruscoe@ubsw.com
41208              Date: Fri, 16 Jun 2000 16:38:51 +0100
41209              Message-Id: <H000019b03c300d6@MHS>
41210              
41211              Tweak embed.pl, regen headers.
41212              
41213              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
41214              From: Dan Sugalski <dan@sidhe.org>
41215              Date: Fri, 23 Jun 2000 17:00:00 -0400
41216              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
41217      Branch: maint-5.6/perl
41218           !> (integrate 27 files)
41219 ____________________________________________________________________________
41220 [  7763] By: gsar                                  on 2000/11/20  10:08:08
41221         Log: s/perl56delta/perldelta/g
41222      Branch: maint-5.6/perl
41223            ! pod/Makefile
41224 ____________________________________________________________________________
41225 [  7762] By: gsar                                  on 2000/11/20  10:04:00
41226         Log: integrate changes#6225,6229,6231,6232 from cfgperl
41227              
41228              Add source code filenames to apidoc.
41229              From: simon@brecon.co.uk (Simon Cozens)
41230              Subject: [PATCH embed.pl] Source X-ref
41231              Date: 22 Jun 2000 02:18:49 GMT
41232              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
41233              
41234              Subject: README.hpux version 0.6.1
41235              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
41236              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
41237              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
41238              
41239              Subject: [PATCH 5.6.0] cygwin port
41240              From: "Fifer, Eric" <EFifer@sanwaint.com>
41241              Date: Tue, 20 Jun 2000 14:30:58 +0100
41242              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
41243              
41244              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
41245              From: simon@brecon.co.uk (Simon Cozens)
41246              Date: 19 Jun 2000 15:18:27 GMT
41247              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
41248              
41249              plus update pod/Makefile and regenerate perltoc
41250      Branch: maint-5.6/perl
41251           +> pod/perlutil.pod
41252           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
41253           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
41254 ____________________________________________________________________________
41255 [  7761] By: jhi                                   on 2000/11/20  04:09:55
41256         Log: Miraculous typo.
41257      Branch: perl
41258            ! t/op/pat.t
41259 ____________________________________________________________________________
41260 [  7760] By: jhi                                   on 2000/11/20  04:06:08
41261         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
41262              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41263              Date: Sun, 19 Nov 2000 22:30:26 -0500
41264              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
41265      Branch: perl
41266            ! regexec.c scope.h t/op/pat.t
41267 ____________________________________________________________________________
41268 [  7759] By: jhi                                   on 2000/11/20  02:05:22
41269         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
41270      Branch: perl
41271            ! perl.h
41272 ____________________________________________________________________________
41273 [  7758] By: jhi                                   on 2000/11/20  01:58:11
41274         Log: Subject: [perl 7711: EPOC] updates
41275              From: Olaf Flebbe <o.flebbe@gmx.de>
41276              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
41277              Message-ID: <25575.974658810@www23.gmx.net>               
41278      Branch: perl
41279            + lib/File/Spec/Epoc.pm
41280            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
41281            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
41282            ! lib/File/Spec.pm perl.c sv.c
41283 ____________________________________________________________________________
41284 [  7757] By: jhi                                   on 2000/11/20  01:53:11
41285         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
41286      Branch: perl
41287            ! MANIFEST
41288 ____________________________________________________________________________
41289 [  7756] By: jhi                                   on 2000/11/20  01:47:22
41290         Log: Integrate perlio.
41291      Branch: perl
41292            - ext/re/hints/MSWin32.pl
41293           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
41294           !> win32/config.gc win32/config_H.gc win32/win32sck.c
41295 ____________________________________________________________________________
41296 [  7755] By: nick                                  on 2000/11/19  20:57:17
41297         Log: Add dummy crlf layer (just as buffer)
41298              Correct 1st bug - one layer of indirection.
41299      Branch: perlio
41300            ! perlio.c perlio.h perliol.h
41301 ____________________________________________________________________________
41302 [  7754] By: nick                                  on 2000/11/19  20:56:12
41303         Log: Work-round to Perl_deb_nocontext is no longer required
41304      Branch: perlio
41305            - ext/re/hints/MSWin32.pl
41306 ____________________________________________________________________________
41307 [  7753] By: nick                                  on 2000/11/19  20:01:16
41308         Log: diff -se shows these as different
41309      Branch: perlio
41310            ! global.sym pod/perlapi.pod
41311 ____________________________________________________________________________
41312 [  7752] By: nick                                  on 2000/11/19  18:57:30
41313         Log: Configure GCC/Win32 build -Duseperlio
41314              Fix a couple of gross issues
41315              - double-include of ../deb.o in re.dll
41316              - win32sck.c needs PerlIO and FILE 
41317      Branch: perlio
41318            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
41319            ! win32/win32sck.c
41320 ____________________________________________________________________________
41321 [  7751] By: nick                                  on 2000/11/19  17:05:36
41322         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
41323      Branch: perlio
41324            ! perlio.c
41325 ____________________________________________________________________________
41326 [  7750] By: nick                                  on 2000/11/19  16:57:14
41327         Log: Missing aTHX_
41328      Branch: perlio
41329            ! sv.c
41330 ____________________________________________________________________________
41331 [  7749] By: jhi                                   on 2000/11/19  16:28:40
41332         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
41333              From: "Peter J. Farley III" <pjfarley@banet.net>
41334              Date: Sun, 19 Nov 2000 01:42:58 -0500
41335              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
41336      Branch: perl
41337            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
41338 ____________________________________________________________________________
41339 [  7748] By: jhi                                   on 2000/11/19  16:08:10
41340         Log: Subject: podlators 1.05 available        
41341              From: Russ Allbery <rra@stanford.edu>   
41342              Date: 18 Nov 2000 22:04:28 -0800
41343              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
41344      Branch: perl
41345            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
41346 ____________________________________________________________________________
41347 [  7747] By: nick                                  on 2000/11/19  11:19:39
41348         Log: Integrate mainline
41349      Branch: perlio
41350           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
41351           !> util.c
41352 ____________________________________________________________________________
41353 [  7746] By: jhi                                   on 2000/11/19  06:42:22
41354         Log: Make hex scanning warn on "\x{x}" and "\xx".
41355              "\x" and and hex("x") are still valid.
41356      Branch: perl
41357            ! util.c
41358 ____________________________________________________________________________
41359 [  7745] By: nick                                  on 2000/11/18  22:52:28
41360         Log: Integrate mainline
41361      Branch: perlio
41362           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
41363           !> perl.h perlio.c proto.h regcomp.c regcomp.h
41364 ____________________________________________________________________________
41365 [  7744] By: jhi                                   on 2000/11/18  22:50:28
41366         Log: Introduce Perl_utf8_length().  Use it.
41367      Branch: perl
41368            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
41369 ____________________________________________________________________________
41370 [  7743] By: jhi                                   on 2000/11/18  22:38:51
41371         Log: Compiler denit.
41372      Branch: perl
41373            ! perlio.c
41374 ____________________________________________________________________________
41375 [  7742] By: jhi                                   on 2000/11/18  20:33:05
41376         Log: Integrate perlio.
41377      Branch: perl
41378           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
41379           !> perlio.h pp_ctl.c pp_sys.c sv.c
41380 ____________________________________________________________________________
41381 [  7741] By: jhi                                   on 2000/11/18  20:31:27
41382         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
41383              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41384              Date: Fri, 17 Nov 2000 20:35:11 -0500
41385              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
41386              
41387              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
41388              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41389              Date: Fri, 17 Nov 2000 21:03:47 -0500
41390              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
41391              
41392              Plus a little bit of tweaking in pregcomp().
41393      Branch: perl
41394            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
41395 ____________________________________________________________________________
41396 [  7740] By: nick                                  on 2000/11/18  20:17:22
41397         Log: Lexical use open ... support:
41398              add ->cop_io to COP structure in cop.h.
41399              Make mg.c and gv.c associate it with ${^OPEN}.
41400              Make lib/open.pm set it.
41401              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
41402              manner similar to ->cop_warnings.
41403              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
41404              call new PerlIO_apply_layers().
41405              Declare latter in perlio.h and define in perlio.c
41406      Branch: perlio
41407            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
41408            ! perlio.h pp_ctl.c pp_sys.c sv.c
41409 ____________________________________________________________________________
41410 [  7739] By: jhi                                   on 2000/11/18  19:54:00
41411         Log: Integrate perlio.
41412      Branch: perl
41413           !> doio.c perlio.c pp.c
41414 ____________________________________________________________________________
41415 [  7738] By: jhi                                   on 2000/11/18  17:16:13
41416         Log: Subject: [PATCH 5.7.0] etags broken again
41417              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41418              Date: Sat, 18 Nov 2000 02:41:36 -0500
41419              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
41420      Branch: perl
41421            ! emacs/ptags
41422 ____________________________________________________________________________
41423 [  7737] By: jhi                                   on 2000/11/18  17:12:18
41424         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
41425      Branch: perl
41426            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
41427 ____________________________________________________________________________
41428 [  7736] By: nick                                  on 2000/11/18  14:06:20
41429         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
41430              part to be isolated.
41431      Branch: perlio
41432            ! doio.c perlio.c
41433 ____________________________________________________________________________
41434 [  7735] By: nick                                  on 2000/11/18  11:03:32
41435         Log: Integrate mainline
41436      Branch: perlio
41437           !> Changes README.amiga README.win32 patchlevel.h
41438           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
41439 ____________________________________________________________________________
41440 [  7734] By: jhi                                   on 2000/11/18  01:18:56
41441         Log: Update Changes.
41442      Branch: perl
41443            ! Changes patchlevel.h
41444 ____________________________________________________________________________
41445 [  7733] By: jhi                                   on 2000/11/18  00:32:54
41446         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
41447              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41448              Date: Fri, 17 Nov 2000 17:28:02 -0500
41449              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
41450      Branch: perl
41451            ! regcomp.c regexec.c t/op/re_tests
41452 ____________________________________________________________________________
41453 [  7732] By: jhi                                   on 2000/11/18  00:28:56
41454         Log: Sparc 64-bit pack() fix from Jens Hamisch.
41455      Branch: perl
41456            ! pp.c
41457 ____________________________________________________________________________
41458 [  7731] By: jhi                                   on 2000/11/18  00:18:39
41459         Log: Explain in more detail the {} syntax ambiguousity.
41460              
41461              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
41462              From: Nicholas Clark <nick@ccl4.org>
41463              Date: Fri, 17 Nov 2000 22:10:28 +0000
41464              Message-ID: <20001117221028.A88930@plum.flirble.org>
41465      Branch: perl
41466            ! pod/perlfunc.pod
41467 ____________________________________________________________________________
41468 [  7730] By: jhi                                   on 2000/11/18  00:12:18
41469         Log: Subject: Fix for README.amiga (20000323.033)
41470              From: "Stephen P. Potter" <spp@spotter.yi.org>
41471              Date: Fri, 17 Nov 2000 12:25:51 -0500
41472              Message-Id: <200011171725.MAA05768@spotter.yi.org>
41473      Branch: perl
41474            ! README.amiga
41475 ____________________________________________________________________________
41476 [  7729] By: jhi                                   on 2000/11/18  00:08:34
41477         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
41478              From: "A. C. Yardley" <yardley@tanet.net>
41479              Date: Mon, 3 Apr 2000 11:35:33 -0700
41480              Message-ID: <3483.000403@tanet.net>
41481      Branch: perl
41482            ! README.win32
41483 ____________________________________________________________________________
41484 [  7728] By: nick                                  on 2000/11/17  21:59:47
41485         Log: Integrate mainline
41486      Branch: perlio
41487           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
41488           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
41489           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
41490           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
41491 ____________________________________________________________________________
41492 [  7727] By: nick                                  on 2000/11/17  21:56:31
41493         Log: Experiment on use of attributes.pm interface.
41494              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
41495              SVt_PVRV if not already something better (else vivify of say magic gets
41496              core dump).
41497      Branch: perlio
41498            ! perlio.c pp.c
41499 ____________________________________________________________________________
41500 [  7726] By: jhi                                   on 2000/11/17  14:15:49
41501         Log: Subject: Fix for 20000815.006
41502              From: "Stephen P. Potter" <spp@spotter.yi.org>
41503              Date: Fri, 17 Nov 2000 08:57:45 -0500
41504              Message-Id: <200011171357.IAA05122@spotter.yi.org>
41505              
41506              It's really 20000518.006.
41507      Branch: perl
41508            ! pod/perlmodlib.PL
41509 ____________________________________________________________________________
41510 [  7725] By: jhi                                   on 2000/11/17  14:12:31
41511         Log: Subject: Fix for 20000409.001
41512              From: "Stephen P. Potter" <spp@spotter.yi.org>
41513              Date: Fri, 17 Nov 2000 08:55:45 -0500
41514              Message-Id: <200011171355.IAA05104@spotter.yi.org>
41515      Branch: perl
41516            ! pod/perlfaq9.pod
41517 ____________________________________________________________________________
41518 [  7724] By: jhi                                   on 2000/11/17  14:08:58
41519         Log: Undo #7627 now that we have =head3.
41520      Branch: perl
41521            ! pod/perlhack.pod
41522 ____________________________________________________________________________
41523 [  7723] By: jhi                                   on 2000/11/17  14:04:09
41524         Log: As surmised the #7719 wasn't a good move.
41525      Branch: perl
41526            ! hints/solaris_2.sh
41527 ____________________________________________________________________________
41528 [  7722] By: jhi                                   on 2000/11/17  13:59:04
41529         Log: Also the 64bitall hints can be either here or there.
41530      Branch: perl
41531            ! hints/solaris_2.sh
41532 ____________________________________________________________________________
41533 [  7721] By: jhi                                   on 2000/11/17  02:26:23
41534         Log: Test tweak for the open pragma.
41535      Branch: perl
41536            ! t/lib/b.t
41537 ____________________________________________________________________________
41538 [  7720] By: jhi                                   on 2000/11/17  00:23:22
41539         Log: The long double hints can be here or there.
41540      Branch: perl
41541            ! hints/solaris_2.sh
41542 ____________________________________________________________________________
41543 [  7719] By: jhi                                   on 2000/11/17  00:14:06
41544         Log: For Solaris use64bitall the stdchar needs a little bit of help.
41545      Branch: perl
41546            ! hints/solaris_2.sh
41547 ____________________________________________________________________________
41548 [  7718] By: jhi                                   on 2000/11/16  23:27:34
41549         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
41550              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
41551              Date: Wed, 15 Nov 2000 08:56:32 +0100
41552              Message-ID: <3A1241B0.64477E00@alcatel.at>
41553      Branch: perl
41554            ! lib/Carp/Heavy.pm
41555 ____________________________________________________________________________
41556 [  7717] By: jhi                                   on 2000/11/16  23:23:29
41557         Log: Subject: [PATCH] Re: 20001101.003 PDL
41558              From: Nicholas Clark <nick@ccl4.org>
41559              Date: Thu, 16 Nov 2000 16:48:25 +0000
41560              Message-ID: <20001116164825.B93487@plum.flirble.org>
41561      Branch: perl
41562            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
41563 ____________________________________________________________________________
41564 [  7716] By: jhi                                   on 2000/11/16  23:21:31
41565         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
41566              From: "Casey R. Tweten" <crt@kiski.net>
41567              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
41568              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
41569      Branch: perl
41570            ! lib/Pod/Checker.pm pod/perlpod.pod
41571 ____________________________________________________________________________
41572 [  7715] By: jhi                                   on 2000/11/16  23:19:40
41573         Log: Avoid an infinite loop in VMS when utils scripts are run
41574              with no arguments, from Charles Lane.
41575      Branch: perl
41576            ! configure.com
41577 ____________________________________________________________________________
41578 [  7714] By: jhi                                   on 2000/11/16  23:17:08
41579         Log: Subject: perllocale.pod changes
41580              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
41581              Date: Mon, 13 Nov 2000 10:09:22 +0300
41582              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
41583      Branch: perl
41584            ! pod/perllocale.pod
41585 ____________________________________________________________________________
41586 [  7713] By: jhi                                   on 2000/11/16  23:14:06
41587         Log: Integrate perlio.
41588      Branch: perl
41589           !> doio.c perlio.c perlio.h util.c
41590 ____________________________________________________________________________
41591 [  7712] By: nick                                  on 2000/11/16  21:10:58
41592         Log: Integrate mainline
41593      Branch: perlio
41594           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
41595           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
41596           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
41597           !> vos/config.ga.def vos/config.ga.h win32/config.bc
41598           !> win32/config.gc win32/config.vc
41599 ____________________________________________________________________________
41600 [  7711] By: nick                                  on 2000/11/16  19:56:41
41601         Log: Minor tweaks:
41602              consistent way of getting 'rb', 'wb' etc. for binary opens
41603              move *perlio::layers to *open::layers
41604              a #define to show layers available
41605              DOSISH popen/PerlIO had export/import sense inverted.
41606      Branch: perlio
41607            ! doio.c perlio.c perlio.h util.c
41608 ____________________________________________________________________________
41609 [  7710] By: jhi                                   on 2000/11/16  15:46:05
41610         Log: Add HAS_SBRK_PROTO.
41611      Branch: metaconfig/U/perl
41612            + d_sbrkproto.U
41613      Branch: perl
41614            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
41615            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
41616            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
41617            ! vos/config.ga.def vos/config.ga.h win32/config.bc
41618            ! win32/config.gc win32/config.vc
41619 ____________________________________________________________________________
41620 [  7709] By: nick                                  on 2000/11/16  07:31:49
41621         Log: Integrate mainline
41622      Branch: perlio
41623           !> (integrate 35 files)
41624 ____________________________________________________________________________
41625 [  7708] By: jhi                                   on 2000/11/16  05:33:03
41626         Log: These files are text, not binary.
41627      Branch: perl
41628            ! ext/Encode/Encode/iso8859-10.enc
41629            ! ext/Encode/Encode/iso8859-13.enc
41630            ! ext/Encode/Encode/iso8859-14.enc
41631            ! ext/Encode/Encode/iso8859-15.enc
41632 ____________________________________________________________________________
41633 [  7707] By: jhi                                   on 2000/11/16  01:53:37
41634         Log: Update Changes.
41635      Branch: perl
41636            ! Changes patchlevel.h
41637 ____________________________________________________________________________
41638 [  7706] By: jhi                                   on 2000/11/16  01:35:59
41639         Log: More #undefing of stdio.
41640      Branch: perl
41641            ! fakesdio.h nostdio.h
41642 ____________________________________________________________________________
41643 [  7705] By: jhi                                   on 2000/11/16  01:34:18
41644         Log: Add fwalk() probe to the configuration files and regen perltoc.
41645      Branch: perl
41646            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
41647            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
41648            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
41649            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
41650            ! win32/config.bc win32/config.gc win32/config.vc
41651 ____________________________________________________________________________
41652 [  7704] By: jhi                                   on 2000/11/16  01:33:07
41653         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
41654              an optional third argument to Inlibc?)
41655      Branch: metaconfig/U/perl
41656            + d__fwalk.U
41657 ____________________________________________________________________________
41658 [  7703] By: jhi                                   on 2000/11/16  01:09:22
41659         Log: The type of the hash_cb() size argument is tricky.
41660      Branch: perl
41661            ! ext/DB_File/DB_File.xs
41662 ____________________________________________________________________________
41663 [  7702] By: jhi                                   on 2000/11/15  23:01:16
41664         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
41665      Branch: perl
41666            ! nostdio.h
41667 ____________________________________________________________________________
41668 [  7701] By: jhi                                   on 2000/11/15  22:52:32
41669         Log: Detypo.
41670      Branch: perl
41671            ! t/lib/bigfltpm.t
41672 ____________________________________________________________________________
41673 [  7700] By: jhi                                   on 2000/11/15  22:51:56
41674         Log: UINT64_C() work continues.
41675      Branch: perl
41676            ! handy.h perl.h utf8.h
41677 ____________________________________________________________________________
41678 [  7699] By: jhi                                   on 2000/11/15  14:13:04
41679         Log: SOCKS has its own USE_THREADS, based on
41680              
41681              Subject: [ID 20001114.002] et. al. bugfix followup
41682              From: Jens Hamisch <jens@Strawberry.COM> 
41683              Date: Wed, 15 Nov 2000 14:23:11 +0100
41684              Message-ID: <20001115142311.A21164@Strawberry.COM>
41685      Branch: perl
41686            ! perl.h
41687 ____________________________________________________________________________
41688 [  7698] By: jhi                                   on 2000/11/15  03:50:56
41689         Log: Add few missing #undefs and sort them.
41690      Branch: perl
41691            ! fakesdio.h
41692 ____________________________________________________________________________
41693 [  7697] By: jhi                                   on 2000/11/15  03:39:14
41694         Log: Linenumber fix.
41695      Branch: perl
41696            ! t/pragma/warn/utf8
41697 ____________________________________________________________________________
41698 [  7696] By: jhi                                   on 2000/11/15  02:55:26
41699         Log: EBCDIC tweaks.
41700              
41701              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
41702              From: Peter Prymmer <pvhp@forte.com>
41703              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
41704              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
41705      Branch: perl
41706            ! t/op/regmesg.t t/pragma/warn/utf8
41707 ____________________________________________________________________________
41708 [  7695] By: jhi                                   on 2000/11/15  02:53:58
41709         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
41710              From: Peter Prymmer <pvhp@forte.com>
41711              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
41712              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
41713      Branch: perl
41714            ! utf8.c
41715 ____________________________________________________________________________
41716 [  7694] By: jhi                                   on 2000/11/15  02:50:55
41717         Log: Subject: [PATCH: perl@7674] updates to README.os390
41718              From: Prymmer/Kahn <pvhp@best.com>
41719              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
41720              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
41721      Branch: perl
41722            ! README.os390
41723 ____________________________________________________________________________
41724 [  7693] By: jhi                                   on 2000/11/15  02:48:37
41725         Log: Quit utf8_to_uv() instantly if curlen == 0.
41726      Branch: perl
41727            ! utf8.c
41728 ____________________________________________________________________________
41729 [  7692] By: jhi                                   on 2000/11/15  02:24:29
41730         Log: Use u_int32_t for the size of hash_cb(), not size_t.
41731              
41732              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
41733              From: Jens Hamisch <jens@Strawberry.COM>     
41734              Date: Tue, 14 Nov 2000 19:03:55 +0100
41735              Message-Id: <20001114190355.A20559@Strawberry.COM>
41736      Branch: perl
41737            ! ext/DB_File/DB_File.xs
41738 ____________________________________________________________________________
41739 [  7691] By: jhi                                   on 2000/11/15  02:20:12
41740         Log: Use UINT64_C().
41741              
41742              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
41743              From: Jens Hamisch <jens@Strawberry.COM>
41744              Date: Tue, 14 Nov 2000 19:16:23 +0100
41745              Message-Id: <20001114191623.G20559@Strawberry.COM>
41746      Branch: perl
41747            ! utf8.c utf8.h
41748 ____________________________________________________________________________
41749 [  7690] By: jhi                                   on 2000/11/15  02:17:06
41750         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
41751              (a macro to define signed and unsigned integer constants).
41752      Branch: perl
41753            ! handy.h
41754 ____________________________________________________________________________
41755 [  7689] By: jhi                                   on 2000/11/15  01:56:51
41756         Log: Regen Configure.
41757      Branch: perl
41758            ! Configure
41759 ____________________________________________________________________________
41760 [  7688] By: jhi                                   on 2000/11/15  01:56:32
41761         Log: Make the unit know about SOCKS.
41762      Branch: metaconfig
41763            ! U/protos/socksizetype.U
41764 ____________________________________________________________________________
41765 [  7687] By: jhi                                   on 2000/11/15  01:54:47
41766         Log: Remove unused dependencies.
41767      Branch: metaconfig
41768            ! U/compline/d_getpagsz.U
41769 ____________________________________________________________________________
41770 [  7686] By: nick                                  on 2000/11/14  21:25:13
41771         Log: Integrate mainline.
41772      Branch: perlio
41773           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
41774           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
41775           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
41776           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
41777           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
41778           !> win32/config.bc win32/config.gc win32/config.vc
41779           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
41780 ____________________________________________________________________________
41781 [  7685] By: jhi                                   on 2000/11/14  17:54:56
41782         Log: Integrate perlio.
41783      Branch: perl
41784           +> fakesdio.h perliol.h
41785           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
41786           !> perlsdio.h perlsfio.h pod/perlfunc.pod
41787 ____________________________________________________________________________
41788 [  7684] By: nick                                  on 2000/11/14  17:43:04
41789         Log: PerlIO #include and #ifdef re-work.
41790      Branch: perlio
41791            + fakesdio.h perliol.h
41792            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
41793            ! perlsdio.h perlsfio.h
41794 ____________________________________________________________________________
41795 [  7683] By: jhi                                   on 2000/11/14  15:42:40
41796         Log: Hoist the duplicated socket/netdb include logic to perl.h;
41797              undef SETERRNO in case SOCKS has defined it.  Based on:
41798              
41799              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
41800              From: Jens Hamisch <jens@Strawberry.COM> 
41801              Date: Tue, 14 Nov 2000 11:34:40 +0100
41802              Message-Id: <20001114113440.A20005@Strawberry.COM>
41803      Branch: perl
41804            ! doio.c perl.h pp_sys.c
41805 ____________________________________________________________________________
41806 [  7682] By: jhi                                   on 2000/11/14  14:07:28
41807         Log: Subject: some additions for makefiles for win32 (for perl@7674)
41808              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
41809              Date: Tue, 14 Nov 2000 09:31:13 +0300
41810              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
41811      Branch: perl
41812            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
41813            ! win32/makefile.mk
41814 ____________________________________________________________________________
41815 [  7681] By: jhi                                   on 2000/11/14  14:01:41
41816         Log: Subject: tiny typo in perl5db.pl
41817              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
41818              Date: Tue, 14 Nov 2000 09:29:28 +0300
41819              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
41820      Branch: perl
41821            ! lib/perl5db.pl
41822 ____________________________________________________________________________
41823 [  7680] By: jhi                                   on 2000/11/14  04:13:50
41824         Log: Redo #7679 with LFs instead of CRLFs.
41825      Branch: perl
41826            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
41827            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
41828            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
41829 ____________________________________________________________________________
41830 [  7679] By: jhi                                   on 2000/11/14  01:21:09
41831         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
41832              From: Benjamin Stuhl <tiriath@yahoo.com> 
41833              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
41834              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
41835      Branch: perl
41836            + win32/bin/mdelete.bat
41837            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
41838            ! makedef.pl perlio.c win32/Makefile win32/config.gc
41839            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
41840 ____________________________________________________________________________
41841 [  7678] By: jhi                                   on 2000/11/14  01:19:20
41842         Log: Fix the re extension building for Win32.
41843              
41844              Subject: [PATCH perl@7638] Get PerlIO building on Win32
41845              From: Benjamin Stuhl <tiriath@yahoo.com> 
41846              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
41847              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
41848      Branch: perl
41849            + ext/re/hints/MSWin32.pl
41850            ! MANIFEST
41851 ____________________________________________________________________________
41852 [  7677] By: jhi                                   on 2000/11/14  01:13:54
41853         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
41854              From: sthoenna@efn.org
41855              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
41856              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
41857      Branch: perl
41858            ! doop.c pp.c toke.c utf8.c utf8.h
41859 ____________________________________________________________________________
41860 [  7676] By: jhi                                   on 2000/11/13  20:23:15
41861         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
41862              From: Nicholas Clark <nick@ccl4.org>
41863              Date: Mon, 13 Nov 2000 18:55:04 +0000
41864              Message-ID: <20001113185504.J29183@plum.flirble.org>
41865      Branch: perl
41866            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
41867 ____________________________________________________________________________
41868 [  7675] By: nick                                  on 2000/11/13  20:21:57
41869         Log: Integrate mainline ...
41870      Branch: perlio
41871           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
41872           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
41873           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
41874           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
41875 ____________________________________________________________________________
41876 [  7674] By: jhi                                   on 2000/11/13  15:07:56
41877         Log: Update Changes.
41878      Branch: perl
41879            ! Changes patchlevel.h
41880 ____________________________________________________________________________
41881 [  7673] By: jhi                                   on 2000/11/13  14:42:42
41882         Log: Remove the new two tests of lib/io_xs for now, they seem to
41883              fail under perlio on some platforms.
41884      Branch: perl
41885            ! t/lib/io_xs.t
41886 ____________________________________________________________________________
41887 [  7672] By: jhi                                   on 2000/11/13  13:57:53
41888         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
41889      Branch: perl
41890            ! perlio.c
41891 ____________________________________________________________________________
41892 [  7671] By: jhi                                   on 2000/11/13  05:30:48
41893         Log: Placate nervous compilers that see longer than ints switch()ing.
41894      Branch: perl
41895            ! utf8.c
41896 ____________________________________________________________________________
41897 [  7670] By: jhi                                   on 2000/11/13  05:14:21
41898         Log: fputs() does return EOF on error but here we don't care.
41899      Branch: perl
41900            ! perlio.c
41901 ____________________________________________________________________________
41902 [  7669] By: jhi                                   on 2000/11/13  05:02:45
41903         Log: Declare reg_data like reg_substr_data.
41904      Branch: perl
41905            ! regexp.h
41906 ____________________________________________________________________________
41907 [  7668] By: jhi                                   on 2000/11/13  04:54:34
41908         Log: Typos in #7667.
41909      Branch: perl
41910            ! perl.h
41911 ____________________________________________________________________________
41912 [  7667] By: jhi                                   on 2000/11/13  04:49:49
41913         Log: Cleanup messy #ifdef.
41914      Branch: perl
41915            ! perl.h
41916 ____________________________________________________________________________
41917 [  7666] By: jhi                                   on 2000/11/13  04:17:34
41918         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
41919              From: Nicholas Clark <nick@talking.bollo.cx>
41920              Date: Sun, 12 Nov 2000 21:14:11 +0000
41921              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
41922              
41923              Note: only one breakage of the two reported is fixed by this patch.
41924      Branch: perl
41925            ! perlio.c
41926 ____________________________________________________________________________
41927 [  7665] By: jhi                                   on 2000/11/13  04:05:07
41928         Log: Tweak the definition of the bit complement on UTF-8 data:
41929              if none of the characters in the string are > 0xff,
41930              the result is a complemented byte string, not a (UTF-8)
41931              char string.  Based on the summary in
41932              
41933              Subject: Re: [ID 20000918.005] ~ on wide chars
41934              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
41935              Date: Fri, 10 Nov 2000 09:47:15 -0800
41936              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
41937              
41938              This should give us the maximum backward (pre-char string)
41939              compatibility and utf8 compatibility.  The other alternative
41940              would be to limit the bit complement to be always byte only,
41941              taking the least significant byte of the chars.
41942      Branch: perl
41943            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
41944 ____________________________________________________________________________
41945 [  7664] By: jhi                                   on 2000/11/13  00:23:44
41946         Log: Couple of tests from #7660 salvaged.
41947      Branch: perl
41948            - t/op/tell.t
41949            ! MANIFEST t/io/tell.t
41950 ____________________________________________________________________________
41951 [  7663] By: jhi                                   on 2000/11/13  00:02:48
41952         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
41953              From: Nicholas Clark <nick@talking.bollo.cx>
41954              Date: Sun, 12 Nov 2000 21:23:43 +0000
41955              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
41956      Branch: perl
41957            ! perlsfio.h
41958 ____________________________________________________________________________
41959 [  7662] By: jhi                                   on 2000/11/13  00:01:39
41960         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
41961              From: Nicholas Clark <nick@talking.bollo.cx>
41962              Date: Sun, 12 Nov 2000 21:30:04 +0000
41963              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
41964      Branch: perl
41965            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
41966 ____________________________________________________________________________
41967 [  7661] By: jhi                                   on 2000/11/12  23:57:29
41968         Log: Document tell() on special streams.
41969      Branch: perl
41970            ! pod/perlfunc.pod
41971 ____________________________________________________________________________
41972 [  7660] By: jhi                                   on 2000/11/12  23:54:22
41973         Log: (Subsumed by #7664)
41974      Branch: perl
41975            + t/op/tell.t
41976            ! MANIFEST
41977 ____________________________________________________________________________
41978 [  7659] By: jhi                                   on 2000/11/12  22:55:25
41979         Log: Many subdocumented return values of the IO extension now documented.
41980              ungetc and write still left subdocumented.
41981              
41982              Subject: [PATCH] (was Re: IO::Handle::ungetc)
41983              From: Nicholas Clark <nick@talking.bollo.cx>
41984              Date: Sun, 12 Nov 2000 21:35:53 +0000
41985              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
41986      Branch: perl
41987            ! ext/IO/lib/IO/Handle.pm
41988 ____________________________________________________________________________
41989 [  7658] By: jhi                                   on 2000/11/12  21:37:06
41990         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
41991              From: Nicholas Clark <nick@talking.bollo.cx>
41992              Date: Sun, 12 Nov 2000 20:03:22 +0000
41993              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
41994      Branch: perl
41995            ! pod/perlfunc.pod
41996 ____________________________________________________________________________
41997 [  7657] By: jhi                                   on 2000/11/12  20:34:55
41998         Log: Integrate perlio.
41999      Branch: perl
42000           !> perlio.c
42001 ____________________________________________________________________________
42002 [  7656] By: nick                                  on 2000/11/12  19:25:06
42003         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
42004      Branch: perlio
42005            ! perlio.c
42006 ____________________________________________________________________________
42007 [  7655] By: nick                                  on 2000/11/12  19:09:41
42008         Log: Integrate mainline
42009      Branch: perlio
42010           +> README.solaris ext/Encode/Encode/cp1006.enc
42011           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
42012           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
42013           +> ext/Encode/Encode/iso8859-13.enc
42014           +> ext/Encode/Encode/iso8859-14.enc
42015           +> ext/Encode/Encode/iso8859-15.enc
42016           !> (integrate 34 files)
42017 ____________________________________________________________________________
42018 [  7654] By: jhi                                   on 2000/11/12  19:00:22
42019         Log: Add a metaconfig unit for fsync.
42020      Branch: metaconfig/U/perl
42021            + d_fsync.U
42022 ____________________________________________________________________________
42023 [  7653] By: jhi                                   on 2000/11/12  19:00:01
42024         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
42025      Branch: perl
42026            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
42027            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
42028            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
42029            ! vos/config.ga.h win32/config.bc win32/config.gc
42030            ! win32/config.vc
42031 ____________________________________________________________________________
42032 [  7652] By: jhi                                   on 2000/11/11  21:12:01
42033         Log: Copy the s// information of README.hpux also to the perlrun.
42034      Branch: perl
42035            ! README.hpux pod/perlrun.pod
42036 ____________________________________________________________________________
42037 [  7651] By: jhi                                   on 2000/11/11  21:03:13
42038         Log: More README.solaris updates from Andy Dougherty.
42039      Branch: perl
42040            ! README.solaris
42041 ____________________________________________________________________________
42042 [  7650] By: jhi                                   on 2000/11/11  18:38:57
42043         Log: More descriptive error for unknown perlio layers.
42044              
42045              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
42046              From: Dominic Dunlop <domo@computer.org> 
42047              Date: Sat, 11 Nov 2000 18:20:32 +0100             
42048              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
42049      Branch: perl
42050            ! perlio.c pod/perldiag.pod
42051 ____________________________________________________________________________
42052 [  7649] By: jhi                                   on 2000/11/11  18:37:52
42053         Log: MachTen doesn't really do mmap() and munmap().
42054              
42055              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
42056              From: Dominic Dunlop <domo@computer.org> 
42057              Date: Sat, 11 Nov 2000 18:20:32 +0100             
42058              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
42059      Branch: perl
42060            ! hints/machten.sh
42061 ____________________________________________________________________________
42062 [  7648] By: jhi                                   on 2000/11/11  18:36:46
42063         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
42064              From: rspier@pobox.com (Robert Spier)
42065              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
42066              Message-ID: <14861.32839.491271.985797@rls.cx>
42067      Branch: perl
42068            ! Porting/Contract pod/perltoot.pod
42069 ____________________________________________________________________________
42070 [  7647] By: jhi                                   on 2000/11/11  18:35:30
42071         Log: Simplify the getpagesize() unit by dropping the
42072              pagesize probe since it's nowadays slightly more
42073              complicated because of sysconf(). (Note: if some
42074              platform really needs the -lPW for getpagesize,
42075              I just broke it.)
42076              
42077              TODO: a new pagesize unit.
42078      Branch: metaconfig
42079            ! U/compline/d_getpagsz.U
42080 ____________________________________________________________________________
42081 [  7646] By: jhi                                   on 2000/11/11  18:33:23
42082         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
42083      Branch: perl
42084            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
42085            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
42086            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
42087            ! vos/config.ga.h win32/config.bc win32/config.gc
42088            ! win32/config.vc
42089 ____________________________________________________________________________
42090 [  7645] By: jhi                                   on 2000/11/11  16:45:15
42091         Log: Use sysconf() or getpagesize() to find out the pagesize.
42092      Branch: perl
42093            ! perlio.c
42094 ____________________________________________________________________________
42095 [  7644] By: jhi                                   on 2000/11/11  15:46:08
42096         Log: Integrate perlio.
42097      Branch: perl
42098           !> perlio.c
42099 ____________________________________________________________________________
42100 [  7643] By: jhi                                   on 2000/11/11  15:33:36
42101         Log: Subject: Re: [PATCH] README.solaris
42102              From: Lupe Christoph <lupe@lupe-christoph.de>
42103              Date: Sat, 11 Nov 2000 14:08:10 +0100
42104              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
42105      Branch: perl
42106            ! README.solaris
42107 ____________________________________________________________________________
42108 [  7642] By: jhi                                   on 2000/11/11  15:22:12
42109         Log: Subject: [PATCH perl@7638] cygwin port
42110              From: "Eric Fifer" <egf7@columbia.edu>            
42111              Date: Fri, 10 Nov 2000 19:30:30 -0000
42112              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
42113      Branch: perl
42114            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
42115 ____________________________________________________________________________
42116 [  7641] By: nick                                  on 2000/11/11  14:50:36
42117         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
42118              Also call "Buf" layer directly when unread'ing non-read chars.
42119      Branch: perlio
42120            ! perlio.c
42121 ____________________________________________________________________________
42122 [  7640] By: jhi                                   on 2000/11/11  02:05:02
42123         Log: Add more encoding tables.
42124      Branch: perl
42125            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
42126            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
42127            + ext/Encode/Encode/iso8859-10.enc
42128            + ext/Encode/Encode/iso8859-13.enc
42129            + ext/Encode/Encode/iso8859-14.enc
42130            + ext/Encode/Encode/iso8859-15.enc
42131            ! MANIFEST
42132 ____________________________________________________________________________
42133 [  7639] By: jhi                                   on 2000/11/10  18:49:25
42134         Log: Subject: [PATCH] README.solaris
42135              From: Andy Dougherty <doughera@lafayette.edu>
42136              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
42137              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
42138      Branch: perl
42139            + README.solaris
42140            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
42141            ! pod/perl.pod pod/perltoc.pod
42142 ____________________________________________________________________________
42143 [  7638] By: jhi                                   on 2000/11/10  15:04:15
42144         Log: Update Changes.
42145      Branch: perl
42146            ! Changes patchlevel.h
42147 ____________________________________________________________________________
42148 [  7637] By: jhi                                   on 2000/11/10  14:14:28
42149         Log: Explain better why certain regex tests are skipped.
42150              
42151              Subject: Re: tests skipped: unknown reason
42152              From: Lupe Christoph <lupe@lupe-christoph.de>
42153              Date: Fri, 10 Nov 2000 09:08:56 +0100
42154              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
42155      Branch: perl
42156            ! t/op/regexp.t
42157 ____________________________________________________________________________
42158 [  7636] By: nick                                  on 2000/11/10  13:40:00
42159         Log: Integrate mainline.
42160      Branch: perlio
42161           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
42162           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
42163           !> win32/bin/search.pl
42164 ____________________________________________________________________________
42165 [  7635] By: nick                                  on 2000/11/10  13:25:52
42166         Log: Re-instate stdio large file support via perlio.
42167      Branch: perl
42168            ! perlio.c
42169 ____________________________________________________________________________
42170 [  7634] By: jhi                                   on 2000/11/10  04:49:55
42171         Log: Amdahl UTS hints updates.
42172              
42173              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
42174              From: hom00@utsglobal.com (Harold O Morris)
42175              Date: Thu, 9 Nov 2000 20:02 PST
42176              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
42177      Branch: perl
42178            ! hints/uts.sh
42179 ____________________________________________________________________________
42180 [  7633] By: jhi                                   on 2000/11/09  23:33:28
42181         Log: Subject: [PATCH] IO::Seekable pod
42182              From: Nicholas Clark <nick@talking.bollo.cx>
42183              Date: Thu, 9 Nov 2000 20:29:45 +0000
42184              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
42185      Branch: perl
42186            ! ext/IO/lib/IO/Handle.pm
42187 ____________________________________________________________________________
42188 [  7632] By: jhi                                   on 2000/11/09  21:55:41
42189         Log: Various doc oddball characters.
42190              
42191              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
42192              From: Michael Somos <somos@grail.cba.csuohio.edu>
42193              Date: Mon, 6 Nov 2000 17:44:20 -0500
42194              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
42195      Branch: perl
42196            ! emacs/cperl-mode.el lib/unicode/syllables.txt
42197            ! win32/bin/search.pl
42198 ____________________________________________________________________________
42199 [  7631] By: jhi                                   on 2000/11/09  21:12:29
42200         Log: Subject: Re: bash -c exit and linux hints 
42201              From: "John P. Linderman" <jpl@research.att.com>
42202              Date: Thu, 02 Nov 2000 09:37:25 -0500
42203              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
42204      Branch: perl
42205            ! hints/linux.sh
42206 ____________________________________________________________________________
42207 [  7630] By: nick                                  on 2000/11/09  20:34:11
42208         Log: Integrate mainline.
42209      Branch: perlio
42210           !> (integrate 91 files)
42211 ____________________________________________________________________________
42212 [  7629] By: jhi                                   on 2000/11/09  19:46:31
42213         Log: Missing dTHXs.
42214              
42215              Subject: RE: perl@7595 builds not on cygwin
42216              From: "Eric Fifer" <egf7@columbia.edu>
42217              Date: Thu, 9 Nov 2000 19:26:50 -0000
42218              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
42219      Branch: perl
42220            ! ext/Devel/Peek/Peek.xs
42221 ____________________________________________________________________________
42222 [  7628] By: jhi                                   on 2000/11/09  14:48:27
42223         Log: Disable only the tests 99 and 166 for UTF-8 locales.
42224      Branch: perl
42225            ! t/pragma/locale.t
42226 ____________________________________________________________________________
42227 [  7627] By: jhi                                   on 2000/11/09  14:40:27
42228         Log: There's no =head3.
42229      Branch: perl
42230            ! pod/perlhack.pod
42231 ____________________________________________________________________________
42232 [  7626] By: jhi                                   on 2000/11/09  13:54:26
42233         Log: The generated boot_* headers are wrong.  Pickier compiler,
42234              such as KAI C++ will refuse to compile the resulting perlmain.
42235              
42236              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
42237              From: Harri Pasanen <harri.pasanen@trema.com>
42238              Date: Thu, 09 Nov 2000 14:23:28 +0100
42239              Message-Id: <3A0AA550.26D548A3@trema.com>
42240      Branch: perl
42241            ! minimod.pl
42242 ____________________________________________________________________________
42243 [  7625] By: jhi                                   on 2000/11/09  13:50:44
42244         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
42245              From: Prymmer/Kahn <pvhp@best.com>
42246              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
42247              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
42248              
42249              All except the "cow orker" change.
42250      Branch: perl
42251            ! Porting/pumpkin.pod
42252 ____________________________________________________________________________
42253 [  7624] By: jhi                                   on 2000/11/09  13:45:33
42254         Log: Fix for
42255              
42256              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
42257              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
42258              Date: Thu, 09 Nov 2000 11:05:52 +0100
42259              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
42260      Branch: perl
42261            ! pod/perldiag.pod t/pragma/warn/pp_sys
42262 ____________________________________________________________________________
42263 [  7623] By: jhi                                   on 2000/11/09  13:37:16
42264         Log: Typo in an ifndef.
42265              
42266              Subject: Re: [PATCH 5.7.0] better messages from malloc()
42267              From: Joe Smith <jms@inwap.com>         
42268              Date: Thu, 09 Nov 2000 01:33:14 -0800
42269              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
42270      Branch: perl
42271            ! malloc.c
42272 ____________________________________________________________________________
42273 [  7622] By: jhi                                   on 2000/11/09  13:31:18
42274         Log: Remove unused extra arguments.
42275      Branch: metaconfig/U/perl
42276            ! perlxv.U
42277      Branch: perl
42278            ! Configure config_h.SH
42279 ____________________________________________________________________________
42280 [  7621] By: jhi                                   on 2000/11/09  13:16:36
42281         Log: More VMS moves on environment handling, from Charles Lane.
42282      Branch: perl
42283            ! t/pragma/locale.t
42284 ____________________________________________________________________________
42285 [  7620] By: jhi                                   on 2000/11/09  04:42:38
42286         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
42287              From: David Dyck <dcd@tc.fluke.com>
42288              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
42289              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
42290      Branch: perl
42291            ! pp_sys.c
42292 ____________________________________________________________________________
42293 [  7619] By: jhi                                   on 2000/11/09  04:36:21
42294         Log: Forgot from #7618.
42295      Branch: perl
42296            ! lib/File/stat.pm
42297 ____________________________________________________________________________
42298 [  7618] By: jhi                                   on 2000/11/09  04:28:44
42299         Log: Make deleting for %ENV work for (newer versions of) VMS,
42300              from Craig A. Berry.
42301      Branch: perl
42302            ! vms/vms.c
42303 ____________________________________________________________________________
42304 [  7617] By: jhi                                   on 2000/11/09  04:25:05
42305         Log: Subject: [PATCH] Class::Struct at compile time
42306              From: "Casey R. Tweten" <crt@kiski.net>
42307              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
42308              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
42309      Branch: perl
42310            ! lib/Class/Struct.pm
42311 ____________________________________________________________________________
42312 [  7616] By: jhi                                   on 2000/11/09  04:15:17
42313         Log: Subject: [ID 20001108.013] spelling
42314              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
42315              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
42316              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
42317      Branch: perl
42318            ! lib/ftp.pl
42319 ____________________________________________________________________________
42320 [  7615] By: jhi                                   on 2000/11/09  04:12:42
42321         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
42322              From: Peter Prymmer <pvhp@forte.com>
42323              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
42324              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
42325      Branch: perl
42326            ! configure.com
42327 ____________________________________________________________________________
42328 [  7614] By: jhi                                   on 2000/11/08  22:42:55
42329         Log: A missing aTHX_.
42330      Branch: perl
42331            ! ext/IPC/SysV/SysV.xs
42332 ____________________________________________________________________________
42333 [  7613] By: jhi                                   on 2000/11/08  19:30:21
42334         Log: Update Changes.
42335      Branch: perl
42336            ! Changes patchlevel.h
42337 ____________________________________________________________________________
42338 [  7612] By: jhi                                   on 2000/11/08  18:35:25
42339         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
42340              From: David Dyck <dcd@tc.fluke.com>
42341              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
42342              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
42343      Branch: perl
42344            ! pp_sys.c
42345 ____________________________________________________________________________
42346 [  7611] By: jhi                                   on 2000/11/08  18:30:26
42347         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
42348              From: Dominic Dunlop <domo@computer.org>
42349              Date: Tue, 7 Nov 2000 12:05:25 +0100
42350              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
42351      Branch: perl
42352            ! malloc.c
42353 ____________________________________________________________________________
42354 [  7610] By: jhi                                   on 2000/11/08  18:25:14
42355         Log: Do not test UTF-8 locales since that the tests would require
42356              polymorphic regexen.
42357      Branch: perl
42358            ! t/pragma/locale.t
42359 ____________________________________________________________________________
42360 [  7609] By: jhi                                   on 2000/11/08  17:12:51
42361         Log: Locale buglets.
42362              
42363              Subject: RE: Locales support (setlocale) fixes
42364              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
42365              Date: Wed, 8 Nov 2000 20:01:39 +0300
42366              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
42367      Branch: perl
42368            ! t/pragma/locale.t util.c
42369 ____________________________________________________________________________
42370 [  7608] By: jhi                                   on 2000/11/08  17:00:16
42371         Log: Deleting $ENV{PATH} in VMS is not recommendable.
42372      Branch: perl
42373            ! t/pragma/locale.t
42374 ____________________________________________________________________________
42375 [  7607] By: jhi                                   on 2000/11/08  16:58:26
42376         Log: Subject: PATCH std stdio for (Free)BSD
42377              From: Nicholas Clark <nick@ccl4.org>
42378              Date: Wed, 8 Nov 2000 15:36:29 +0000
42379              Message-ID: <20001108153629.D98736@plum.flirble.org>
42380      Branch: metaconfig
42381            ! U/compline/d_stdstdio.U
42382      Branch: perl
42383            ! Configure config_h.SH
42384 ____________________________________________________________________________
42385 [  7606] By: jhi                                   on 2000/11/08  16:43:31
42386         Log: Forgot to bump the line numbers in #7601.
42387      Branch: perl
42388            ! t/pragma/warn/pp_sys
42389 ____________________________________________________________________________
42390 [  7605] By: jhi                                   on 2000/11/08  16:39:12
42391         Log: More careful detection of how well NVs and UVs mix.
42392              
42393              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))
42394              From: Nicholas Clark <nick@ccl4.org>
42395              Date: Wed, 8 Nov 2000 15:14:12 +0000
42396              Message-ID: <20001108151412.B98736@plum.flirble.org>
42397              
42398              Added some SIGFPE paranoia.
42399      Branch: metaconfig/U/perl
42400            ! perlxv.U
42401      Branch: perl
42402            ! Configure config_h.SH
42403 ____________________________________________________________________________
42404 [  7604] By: jhi                                   on 2000/11/08  14:39:10
42405         Log: Subject: [patch perl@7595] VMS configure.com tweak
42406              From: "Craig A. Berry" <craigberry@mac.com>
42407              Date: Wed, 8 Nov 2000 00:24:12 -0600
42408              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
42409      Branch: perl
42410            ! configure.com
42411 ____________________________________________________________________________
42412 [  7603] By: jhi                                   on 2000/11/08  14:27:11
42413         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
42414              From: Robin Barker <rmb1@cise.npl.co.uk>
42415              Date: Wed, 8 Nov 2000 11:11:39 GMT
42416              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
42417      Branch: perl
42418            ! perlio.c
42419 ____________________________________________________________________________
42420 [  7602] By: jhi                                   on 2000/11/08  14:25:03
42421         Log: Fix for the tie-refhash string table leaks.
42422              
42423              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
42424              Date: Wed, 8 Nov 2000 13:03:04 GMT
42425              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
42426      Branch: perl
42427            ! t/lib/tie-refhash.t
42428 ____________________________________________________________________________
42429 [  7601] By: jhi                                   on 2000/11/08  14:21:08
42430         Log: Try to avoid flockless and emulationless places.
42431      Branch: perl
42432            ! t/pragma/warn/pp_sys
42433 ____________________________________________________________________________
42434 [  7600] By: jhi                                   on 2000/11/08  02:28:54
42435         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
42436              
42437              Subject: [PATCH] prototyped functions that should be overrideable
42438              From: "Casey R. Tweten" <crt@kiski.net>
42439              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
42440              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
42441      Branch: perl
42442            ! toke.c
42443 ____________________________________________________________________________
42444 [  7599] By: jhi                                   on 2000/11/08  01:12:05
42445         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
42446              
42447              Subject: [PATCH] perlbug.PL
42448              From: "Kurt D. Starsinic" <kstar@chapin.edu>
42449              Date: Mon, 6 Nov 2000 21:39:01 -0500
42450              Message-ID: <20001106213901.B20955@O2.chapin.edu>
42451      Branch: perl
42452            ! utils/perlbug.PL
42453 ____________________________________________________________________________
42454 [  7598] By: jhi                                   on 2000/11/07  23:42:00
42455         Log: Bad thinko in #7581 (I used the test program with the expanded
42456              values as-is).
42457      Branch: metaconfig
42458            ! U/compline/d_stdstdio.U
42459      Branch: perl
42460            ! Configure
42461 ____________________________________________________________________________
42462 [  7597] By: jhi                                   on 2000/11/07  21:43:29
42463         Log: Subject: [PATCH perl@7573] cygwin port
42464              From: "Fifer, Eric" <EFifer@sanwaint.com>
42465              Date: Tue, 7 Nov 2000 18:08:51 -0000 
42466              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
42467              
42468              Synchronize with Cygwin 1.1.5.
42469      Branch: perl
42470            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
42471            ! pod/perlport.pod unixish.h util.c
42472 ____________________________________________________________________________
42473 [  7596] By: jhi                                   on 2000/11/07  21:39:25
42474         Log: perlhack updates from H.Merijn Brand.
42475      Branch: perl
42476            ! pod/perlhack.pod
42477 ____________________________________________________________________________
42478 [  7595] By: jhi                                   on 2000/11/07  20:21:41
42479         Log: Update Changes.
42480      Branch: perl
42481            ! Changes patchlevel.h
42482 ____________________________________________________________________________
42483 [  7594] By: jhi                                   on 2000/11/07  19:18:58
42484         Log: Be more robust in Dynaloader.pm.
42485      Branch: perl
42486            ! ext/DynaLoader/DynaLoader_pm.PL
42487 ____________________________________________________________________________
42488 [  7593] By: jhi                                   on 2000/11/07  16:49:31
42489         Log: AUTHORS update.
42490      Branch: perl
42491            ! AUTHORS
42492 ____________________________________________________________________________
42493 [  7592] By: gsar                                  on 2000/11/07  16:39:51
42494         Log: normalize relative paths in virtualized current directory on windows,
42495              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
42496              returns)
42497      Branch: perl
42498            ! win32/vdir.h
42499 ____________________________________________________________________________
42500 [  7591] By: jhi                                   on 2000/11/07  16:04:26
42501         Log: Too profiler-happy: with optimization the #7590 actually makes
42502              the test to run 0.5% _slower_.  Requires much more instrumentation.
42503              Retract #7590.
42504      Branch: perl
42505            ! regcomp.c regcomp.h
42506 ____________________________________________________________________________
42507 [  7590] By: jhi                                   on 2000/11/07  15:51:13
42508         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
42509              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
42510              by using memset() and testing bytewise (as opposed to bitwise).
42511      Branch: perl
42512            ! regcomp.c regcomp.h
42513 ____________________________________________________________________________
42514 [  7589] By: jhi                                   on 2000/11/07  12:56:39
42515         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
42516              From: "Craig A. Berry" <craig.berry@psinetcs.com>
42517              Date: Mon, 06 Nov 2000 23:45:30 -0500
42518              Message-Id: <0011079735.AA973576259@univpress.com>
42519      Branch: perl
42520            ! configure.com t/lib/st-lock.t
42521 ____________________________________________________________________________
42522 [  7588] By: jhi                                   on 2000/11/07  01:03:28
42523         Log: Tweak #7587.
42524      Branch: perl
42525            ! pod/perldiag.pod
42526 ____________________________________________________________________________
42527 [  7587] By: jhi                                   on 2000/11/07  01:00:27
42528         Log: A doc addition for bug id 20001105.019, beware \p.
42529      Branch: perl
42530            ! pod/perldiag.pod
42531 ____________________________________________________________________________
42532 [  7586] By: jhi                                   on 2000/11/07  00:32:22
42533         Log: Fake support of holey files in win/dosish platforms.
42534              
42535              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
42536              From: kipp@shonanblue.ne.jp
42537              Date: Mon, 6 Nov 2000 13:30:55 -0800
42538              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
42539      Branch: perl
42540            ! ext/SDBM_File/sdbm/sdbm.c
42541 ____________________________________________________________________________
42542 [  7585] By: jhi                                   on 2000/11/07  00:12:54
42543         Log: Subject: Pod updates
42544              From: "Stephen P. Potter" <spp@spotter.yi.org>
42545              Date: Mon, 06 Nov 2000 18:56:43 -0500
42546              Message-Id: <200011062357.SAA18173@spotter.yi.org>
42547      Branch: perl
42548            ! README.dos README.os2 README.win32 pod/buildtoc.PL
42549            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
42550            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
42551            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
42552            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
42553            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
42554            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
42555            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
42556            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
42557            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
42558            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
42559            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
42560            ! pod/perltootc.pod pod/perlunicode.pod
42561 ____________________________________________________________________________
42562 [  7584] By: jhi                                   on 2000/11/07  00:04:17
42563         Log: Varargs don't always work too well if one puts an unsigned
42564              char on the stack and pop an unsigned quad off the stack.
42565              
42566              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
42567              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
42568              Date: Mon, 06 Nov 2000 15:19:05 -0800
42569              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
42570      Branch: perl
42571            ! utf8.c
42572 ____________________________________________________________________________
42573 [  7583] By: jhi                                   on 2000/11/06  23:58:48
42574         Log: %ENV note tweaks from Dan Sugalski.
42575      Branch: perl
42576            ! pod/perlport.pod vms/perlvms.pod
42577 ____________________________________________________________________________
42578 [  7582] By: jhi                                   on 2000/11/06  23:05:49
42579         Log: glibc5 detection by __GNU_LIBRARY__.
42580      Branch: perl
42581            ! toke.c
42582 ____________________________________________________________________________
42583 [  7581] By: jhi                                   on 2000/11/06  22:51:29
42584         Log: Make the stdio test program of 7427 less noisy while being 
42585              compiled so that Digital UNIX wouldn't get both
42586              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
42587              undefined.  This makes perlio happy.
42588      Branch: metaconfig
42589            ! U/compline/d_stdstdio.U
42590      Branch: perl
42591            ! Configure config_h.SH
42592 ____________________________________________________________________________
42593 [  7580] By: jhi                                   on 2000/11/06  22:41:41
42594         Log: Document %ENV = () portability issues.
42595      Branch: perl
42596            ! pod/perlport.pod vms/perlvms.pod
42597 ____________________________________________________________________________
42598 [  7579] By: jhi                                   on 2000/11/06  21:29:24
42599         Log: VOS updates from Paul Green.
42600      Branch: perl
42601            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
42602 ____________________________________________________________________________
42603 [  7578] By: jhi                                   on 2000/11/06  21:00:40
42604         Log: Sanitize the environment further.
42605      Branch: perl
42606            ! t/pragma/locale.t
42607 ____________________________________________________________________________
42608 [  7577] By: jhi                                   on 2000/11/06  20:53:51
42609         Log: Re-introduce 7552 lost in integration.
42610      Branch: perl
42611            ! perlio.c
42612 ____________________________________________________________________________
42613 [  7576] By: jhi                                   on 2000/11/06  20:33:46
42614         Log: Admit that the test leaks scalars.
42615      Branch: perl
42616            ! t/comp/proto.t
42617 ____________________________________________________________________________
42618 [  7575] By: jhi                                   on 2000/11/06  20:17:08
42619         Log: Integrate perlio.
42620      Branch: perl
42621           !> perlio.c
42622 ____________________________________________________________________________
42623 [  7574] By: nick                                  on 2000/11/06  20:07:28
42624         Log: Remove debug. Try (Mmap_t) on madvise() call.
42625      Branch: perlio
42626            ! perlio.c
42627 ____________________________________________________________________________
42628 [  7573] By: jhi                                   on 2000/11/06  13:56:05
42629         Log: Update Changes.
42630      Branch: perl
42631            ! Changes patchlevel.h
42632 ____________________________________________________________________________
42633 [  7572] By: jhi                                   on 2000/11/06  13:48:41
42634         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
42635              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
42636              Date: Mon, 06 Nov 2000 10:11:42 +0100
42637              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
42638      Branch: perl
42639            ! pod/perlhack.pod
42640 ____________________________________________________________________________
42641 [  7571] By: jhi                                   on 2000/11/06  01:45:51
42642         Log: AUTHORS updates.
42643      Branch: perl
42644            ! AUTHORS
42645 ____________________________________________________________________________
42646 [  7570] By: jhi                                   on 2000/11/06  00:18:00
42647         Log: Fix for
42648              
42649              Subject: [ID 20000728.005] perl -P broken
42650              From: David Dyck <dcd@tc.fluke.com>
42651              Date: Fri, 28 Jul 2000 17:19:16 -0700
42652              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
42653              
42654              (hopefully).  The fix is also not complete, it seems to break
42655              BOM swallowing for libc5 systems, but until someone figures
42656              out a way to do this without ftell(), this will do.
42657      Branch: perl
42658            ! toke.c
42659 ____________________________________________________________________________
42660 [  7569] By: jhi                                   on 2000/11/06  00:05:30
42661         Log: Document that the evaled syntax errors cause scalar leaks.
42662      Branch: perl
42663            ! t/comp/proto.t
42664 ____________________________________________________________________________
42665 [  7568] By: jhi                                   on 2000/11/05  23:14:47
42666         Log: opmini.o can linger from Configures past.
42667      Branch: perl
42668            ! Makefile.SH
42669 ____________________________________________________________________________
42670 [  7567] By: jhi                                   on 2000/11/05  21:28:39
42671         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
42672              first argument correctly.
42673      Branch: perl
42674            ! perlio.c
42675 ____________________________________________________________________________
42676 [  7566] By: jhi                                   on 2000/11/05  21:15:56
42677         Log: Integrate perlio.
42678      Branch: perl
42679           !> perlio.c
42680 ____________________________________________________________________________
42681 [  7565] By: jhi                                   on 2000/11/05  21:15:13
42682         Log: Use -dM for gcc (the suggested patch did it only for Linux,
42683              but I think it can be generalized).
42684              
42685              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
42686              From: Pixel <pixel@mandrakesoft.com>
42687              Date: 05 Nov 2000 21:49:34 +0100 
42688              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
42689      Branch: perl
42690            ! ext/Errno/Errno_pm.PL
42691 ____________________________________________________________________________
42692 [  7564] By: nick                                  on 2000/11/05  21:09:18
42693         Log: Added a mmap layer as a "subclass" of perlio.
42694              PERLIO=mmap ./perl harness passes
42695      Branch: perlio
42696            ! perlio.c
42697 ____________________________________________________________________________
42698 [  7563] By: jhi                                   on 2000/11/05  19:48:55
42699         Log: Add a note for future generations about bug id 20000229.006.
42700      Branch: perl
42701            ! malloc.c
42702 ____________________________________________________________________________
42703 [  7562] By: jhi                                   on 2000/11/05  19:38:24
42704         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
42705      Branch: perl
42706            ! pp_ctl.c t/op/pos.t
42707 ____________________________________________________________________________
42708 [  7561] By: jhi                                   on 2000/11/05  18:21:46
42709         Log: Add =pod to be tidy.
42710      Branch: perl
42711            ! lib/Math/Complex.pm
42712 ____________________________________________________________________________
42713 [  7560] By: jhi                                   on 2000/11/05  17:38:46
42714         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
42715      Branch: perl
42716            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
42717            ! ext/Storable/Storable.xs t/lib/st-recurse.t
42718 ____________________________________________________________________________
42719 [  7559] By: jhi                                   on 2000/11/05  17:32:59
42720         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
42721              From: "Peter J. Farley III" <pjfarley@banet.net>
42722              Date: Sun, 05 Nov 2000 11:55:59 -0500
42723              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
42724      Branch: perl
42725            ! t/lib/syslog.t
42726 ____________________________________________________________________________
42727 [  7558] By: jhi                                   on 2000/11/05  17:29:19
42728         Log: Integrate perlio.
42729      Branch: perl
42730           !> perlio.c
42731 ____________________________________________________________________________
42732 [  7557] By: jhi                                   on 2000/11/05  17:22:01
42733         Log: A fix of sorts for 20000329.026, a better error message
42734              for a missing "use charnames" when using the \N{...}. 
42735      Branch: perl
42736            ! pod/perldiag.pod toke.c
42737 ____________________________________________________________________________
42738 [  7556] By: jhi                                   on 2000/11/05  16:33:50
42739         Log: Test tweak: show also the failed locales.
42740              
42741              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
42742              From: Lupe Christoph <lupe@lupe-christoph.de>         
42743              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
42744              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
42745      Branch: perl
42746            ! t/pragma/locale.t
42747 ____________________________________________________________________________
42748 [  7555] By: nick                                  on 2000/11/05  11:09:34
42749         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
42750              open RDWR so does not fail. (pragma/warnings 303 again...)
42751      Branch: perlio
42752            ! perlio.c
42753 ____________________________________________________________________________
42754 [  7554] By: nick                                  on 2000/11/05  10:10:13
42755         Log: Fix case where ungetc(f,EOF) was allowed.
42756              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
42757              so we can see similarities.
42758              Use types more carefully and a STDCHAR array in hope that this will
42759              fix Jarrko's 64bit machine.
42760      Branch: perlio
42761            ! perlio.c
42762 ____________________________________________________________________________
42763 [  7553] By: jhi                                   on 2000/11/05  01:12:16
42764         Log: Fix for
42765              
42766              Subject: [ID 20001004.007] taint propogation is inconsistent
42767              From: pimlott@idiomtech.com (Andrew Pimlott) 
42768              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
42769              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
42770              
42771              The culprit was sv_setsv() which was rather blindly
42772              propagating taint, which lead to behaviour where if
42773              a tainted anon hash value was seen all the hash values
42774              from then on at that level became tainted, or at any
42775              upper levels in the case of nested anon hashes.
42776      Branch: perl
42777            ! sv.c t/op/taint.t
42778 ____________________________________________________________________________
42779 [  7552] By: jhi                                   on 2000/11/04  23:44:18
42780         Log: Some cpps don't like splitting conditionals across several lines.
42781      Branch: perl
42782            ! perlio.c
42783 ____________________________________________________________________________
42784 [  7551] By: nick                                  on 2000/11/04  23:40:44
42785         Log: Integrate mainline
42786      Branch: perlio
42787           !> pp_hot.c t/op/taint.t
42788 ____________________________________________________________________________
42789 [  7550] By: nick                                  on 2000/11/04  23:39:05
42790         Log: Integrate mainline again
42791      Branch: perlio
42792           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
42793           !> t/lib/b.t t/op/misc.t util.c
42794 ____________________________________________________________________________
42795 [  7549] By: jhi                                   on 2000/11/04  23:14:01
42796         Log: Fix for
42797              
42798              Subject: [ID 20001004.006] undef is never tainted
42799              From: pimlott@idiomtech.com (Andrew Pimlott)
42800              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
42801              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
42802              
42803              An undef read from a slurped file was not tainted.
42804      Branch: perl
42805            ! pp_hot.c t/op/taint.t
42806 ____________________________________________________________________________
42807 [  7548] By: jhi                                   on 2000/11/04  22:56:21
42808         Log: Test tweak ($Config{useperlio} is by default undef) .
42809      Branch: perl
42810            ! t/lib/b.t
42811 ____________________________________________________________________________
42812 [  7547] By: jhi                                   on 2000/11/04  22:43:56
42813         Log: Integrate perlio.
42814      Branch: perl
42815           +> lib/perlio.pm
42816           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
42817           !> pod/perlapi.pod t/lib/b.t
42818 ____________________________________________________________________________
42819 [  7546] By: jhi                                   on 2000/11/04  22:40:59
42820         Log: Configure would use a bad $myuname from an old config.sh.
42821              
42822              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
42823              From: Andy Dougherty <doughera@lafayette.edu>
42824              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
42825              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
42826      Branch: metaconfig
42827            ! U/modified/Oldconfig.U
42828      Branch: perl
42829            ! Configure config_h.SH
42830 ____________________________________________________________________________
42831 [  7545] By: jhi                                   on 2000/11/04  22:36:54
42832         Log: Subject: Locales support (setlocale) fixes
42833              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
42834              Date: Sat, 4 Nov 2000 10:15:48 +0300 
42835              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
42836              
42837              Modified quite a bit to be more portable.
42838      Branch: perl
42839            ! embed.h embed.pl perl.h proto.h util.c
42840 ____________________________________________________________________________
42841 [  7544] By: jhi                                   on 2000/11/04  22:32:47
42842         Log: Dying is too strict here, better just skip.
42843      Branch: perl
42844            ! t/op/misc.t
42845 ____________________________________________________________________________
42846 [  7543] By: nick                                  on 2000/11/04  21:55:13
42847         Log: Merge mainline
42848      Branch: perlio
42849           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
42850           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
42851           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
42852           !> (integrate 64 files)
42853 ____________________________________________________________________________
42854 [  7542] By: jhi                                   on 2000/11/04  21:09:28
42855         Log: More Changes tweakery.
42856      Branch: perl
42857            ! Changes Porting/genlog
42858 ____________________________________________________________________________
42859 [  7541] By: jhi                                   on 2000/11/04  20:58:18
42860         Log: Changes fixups.
42861      Branch: perl
42862            ! Changes
42863 ____________________________________________________________________________
42864 [  7540] By: jhi                                   on 2000/11/04  20:42:38
42865         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
42866              create a "fast path" for locale name probing using "locale -a"
42867              if available, squash finally hopefully the s?printf resetting
42868              the numeric locale (since, IIUC perllocale, it never shouldn't). 
42869      Branch: perl
42870            ! sv.c t/op/misc.t t/pragma/locale.t
42871 ____________________________________________________________________________
42872 [  7539] By: nick                                  on 2000/11/04  19:56:10
42873         Log: PerlIO infrastructure complete.
42874      Branch: perlio
42875            + lib/perlio.pm
42876            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
42877 ____________________________________________________________________________
42878 [  7538] By: nick                                  on 2000/11/04  14:31:32
42879         Log: Type tweaks + less contorted allocation scheme
42880      Branch: perlio
42881            ! perlio.c
42882 ____________________________________________________________________________
42883 [  7537] By: nick                                  on 2000/11/04  12:40:42
42884         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
42885              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
42886              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
42887              sensible) which lead to some interesting fails.
42888      Branch: perlio
42889            ! perlio.c
42890 ____________________________________________________________________________
42891 [  7536] By: jhi                                   on 2000/11/04  00:20:02
42892         Log: Add FCNTL_CAN_LOCK.
42893              
42894              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
42895              From: Andy Dougherty <doughera@lafayette.edu>
42896              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
42897              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
42898              
42899              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
42900              From: Andy Dougherty <doughera@lafayette.edu>
42901              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
42902              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
42903      Branch: metaconfig/U/perl
42904            + d_fcntl_can_lock.U
42905            ! startperl.U
42906      Branch: perl
42907            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
42908            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
42909            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
42910            ! vos/config.ga.h win32/config.bc win32/config.gc
42911            ! win32/config.vc
42912 ____________________________________________________________________________
42913 [  7535] By: nick                                  on 2000/11/03  22:19:10
42914         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
42915              - Works on Linux with
42916              perlio + unix
42917              stdio
42918              - Works on Solaris with
42919              perlio + unix
42920              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
42921              - Fails (hangs in openpid) if you try and stack
42922              perlio + stdio - Linux stdio's read() logic is hanging.
42923      Branch: perlio
42924            ! iperlsys.h perlio.c
42925 ____________________________________________________________________________
42926 [  7534] By: jhi                                   on 2000/11/03  15:16:02
42927         Log: Subject: Re: README.aix
42928              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
42929              Date: Fri, 03 Nov 2000 16:03:15 +0100
42930              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
42931      Branch: perl
42932            ! README.aix
42933 ____________________________________________________________________________
42934 [  7533] By: jhi                                   on 2000/11/03  03:59:02
42935         Log: Subject: [PATCH 5.7.0] better messages from malloc()
42936              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42937              Date: Wed, 1 Nov 2000 23:39:56 -0500
42938              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
42939      Branch: perl
42940            ! malloc.c pod/perldiag.pod
42941 ____________________________________________________________________________
42942 [  7532] By: jhi                                   on 2000/11/03  00:11:56
42943         Log: The #7521 touched things it shouldn't have.
42944      Branch: perl
42945            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
42946 ____________________________________________________________________________
42947 [  7531] By: jhi                                   on 2000/11/02  22:32:33
42948         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
42949              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
42950              Date:     Thu, 2 Nov 2000 16:58:36 EST
42951              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
42952      Branch: perl
42953            ! vms/gen_shrfls.pl
42954 ____________________________________________________________________________
42955 [  7530] By: jhi                                   on 2000/11/02  22:08:49
42956         Log: Fix the problem discussed in
42957              
42958              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
42959              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
42960              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
42961              
42962              originally from Linc Madison.  Also Andreas König's comments
42963              taken into account.  Some other problems with Tie::SubstrHash
42964              fixed: didn't croak when the table exceeded the requested number
42965              of entries (as documented) but instead when the number of entries
42966              exceeded the size of the table, a croak() had an unnecessary \n,
42967              didn't have a CLEAR method, documented that there is no exists().
42968              Didn't fix to be strict-proof because the module uses &foo; and
42969              dynamic scope.  Added a test script exercizing both first tamely 
42970              the basic functionality, and then the failure cases reported by
42971              Linc Madison.
42972      Branch: perl
42973            + t/lib/tie-substrhash.t
42974            ! MANIFEST lib/Tie/SubstrHash.pm
42975 ____________________________________________________________________________
42976 [  7529] By: jhi                                   on 2000/11/02  17:58:08
42977         Log: recv() can fail and return undef.
42978              
42979              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
42980              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
42981              Date: Thu, 2 Nov 2000 20:12:20 +0300
42982              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
42983      Branch: perl
42984            ! lib/Net/Ping.pm
42985 ____________________________________________________________________________
42986 [  7528] By: jhi                                   on 2000/11/02  17:49:09
42987         Log: Detpyo.
42988      Branch: perl
42989            ! pod/perlop.pod
42990 ____________________________________________________________________________
42991 [  7527] By: jhi                                   on 2000/11/02  15:48:37
42992         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
42993              fix a autovivification bug in Tie::RefHash, add tests for both.
42994              
42995              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
42996              From: Edward Avis <epa98@doc.ic.ac.uk>
42997              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
42998              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
42999      Branch: perl
43000            + t/lib/tie-refhash.t
43001            ! MANIFEST lib/Tie/RefHash.pm
43002 ____________________________________________________________________________
43003 [  7526] By: jhi                                   on 2000/11/02  13:56:26
43004         Log: Test::Harness revealed buglets in the new DynaLoader.
43005              
43006              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
43007              From: andreas.koenig@anima.de (Andreas J. Koenig)
43008              Date: 02 Nov 2000 11:26:48 +0100 
43009              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
43010      Branch: perl
43011            ! ext/DynaLoader/DynaLoader_pm.PL
43012 ____________________________________________________________________________
43013 [  7525] By: jhi                                   on 2000/11/01  23:52:08
43014         Log: The entry for #7503 was missing.
43015      Branch: perl
43016            ! Changes
43017 ____________________________________________________________________________
43018 [  7524] By: jhi                                   on 2000/11/01  23:40:52
43019         Log: Update Changes.
43020      Branch: perl
43021            ! Changes patchlevel.h
43022 ____________________________________________________________________________
43023 [  7523] By: jhi                                   on 2000/11/01  22:57:09
43024         Log: More tweaking on the #7522 theme.
43025      Branch: perl
43026            ! ext/DynaLoader/DynaLoader_pm.PL
43027 ____________________________________________________________________________
43028 [  7522] By: jhi                                   on 2000/11/01  22:06:15
43029         Log: Expand %Config variables and %ENV variables only if
43030              so requested during build time using the
43031              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
43032              Not expanding makes relocating distributions easier.
43033      Branch: perl
43034            ! ext/DynaLoader/DynaLoader_pm.PL
43035 ____________________________________________________________________________
43036 [  7521] By: jhi                                   on 2000/11/01  20:56:34
43037         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
43038              and setgid() because they were just changing $< and $( which means
43039              only changing the real uid/gid, as opposed to changing both
43040              real and effective ids.  (The alternative way could have been
43041              in POSIX.pm to change $> and $), too, but making a direct call
43042              to the C API feels cleaner.)  Fixes the bug
43043              
43044              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
43045              From: "Garry T. Williams" <garry@zvolve.com>
43046              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
43047              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
43048      Branch: perl
43049            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
43050            ! ext/POSIX/typemap pod/perlvar.pod
43051 ____________________________________________________________________________
43052 [  7520] By: jhi                                   on 2000/11/01  20:08:33
43053         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
43054              From: "Garry T. Williams" <garry@zvolve.com>
43055              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
43056              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
43057      Branch: perl
43058            ! pod/perlsec.pod
43059 ____________________________________________________________________________
43060 [  7519] By: jhi                                   on 2000/11/01  20:01:22
43061         Log: Locale warning explanation tweak.
43062      Branch: perl
43063            ! pod/perldiag.pod
43064 ____________________________________________________________________________
43065 [  7518] By: jhi                                   on 2000/11/01  18:57:13
43066         Log: C.pm part of
43067              
43068              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
43069              From: Jarkko Hietaniemi <jhi@iki.fi>
43070              Date: Tue, 10 Oct 2000 08:22:28 -0500
43071              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
43072      Branch: perl
43073            ! ext/B/B/C.pm
43074 ____________________________________________________________________________
43075 [  7517] By: jhi                                   on 2000/11/01  18:41:59
43076         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
43077              From: Martien Verbruggen <mgjv@comdyn.com.au>
43078              Date: Fri, 6 Oct 2000 14:09:10 +1100
43079              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
43080      Branch: perl
43081            ! pod/perlop.pod
43082 ____________________________________________________________________________
43083 [  7516] By: jhi                                   on 2000/11/01  18:34:55
43084         Log: Generalize the Camel wording.
43085              
43086              Subject: Re: perlfaq style changes
43087              From: John Borwick <jhborwic@unity.ncsu.edu>
43088              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
43089              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
43090      Branch: perl
43091            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
43092 ____________________________________________________________________________
43093 [  7515] By: jhi                                   on 2000/11/01  16:52:31
43094         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
43095              From: pimlott@idiomtech.com (Andrew Pimlott)
43096              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
43097              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
43098      Branch: perl
43099            ! pod/perlsec.pod
43100 ____________________________________________________________________________
43101 [  7514] By: jhi                                   on 2000/11/01  15:03:40
43102         Log: More AIX lore.
43103      Branch: perl
43104            ! ext/re/hints/aix.pl
43105 ____________________________________________________________________________
43106 [  7513] By: jhi                                   on 2000/11/01  14:48:30
43107         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
43108              From: root <root@chronos.fi.muni.cz>
43109              Date: Wed, 1 Nov 2000 12:31:32 +0100
43110              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
43111      Branch: perl
43112            ! lib/Net/Ping.pm
43113 ____________________________________________________________________________
43114 [  7512] By: jhi                                   on 2000/11/01  14:46:47
43115         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
43116              From: Martin Husemann <martin@duskware.de>
43117              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
43118              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
43119      Branch: perl
43120            ! regcomp.c
43121 ____________________________________________________________________________
43122 [  7511] By: jhi                                   on 2000/11/01  14:39:50
43123         Log: AUTHORS updates.
43124      Branch: perl
43125            ! AUTHORS
43126 ____________________________________________________________________________
43127 [  7510] By: jhi                                   on 2000/11/01  14:29:50
43128         Log: Subject: [PATCH] startperl to respect versiononly
43129              From: Robin Barker <rmb1@cise.npl.co.uk> 
43130              Date: Tue, 31 Oct 2000 16:29:36 GMT
43131              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
43132      Branch: metaconfig/U/perl
43133            ! startperl.U
43134      Branch: perl
43135            ! Configure config_h.SH
43136 ____________________________________________________________________________
43137 [  7509] By: jhi                                   on 2000/11/01  14:19:53
43138         Log: printf UVs the correct way, noticed by Robin Barker.
43139      Branch: perl
43140            ! utf8.c
43141 ____________________________________________________________________________
43142 [  7508] By: jhi                                   on 2000/11/01  14:10:03
43143         Log: Do not cleanup *% because the % has special meanings in some
43144              shell environments.
43145      Branch: perl
43146            ! ext/Storable/Makefile.PL
43147 ____________________________________________________________________________
43148 [  7507] By: jhi                                   on 2000/11/01  14:06:00
43149         Log: The NonStop-UX libraries have a novel way to say NaN.
43150      Branch: perl
43151            ! t/lib/bigfltpm.t
43152 ____________________________________________________________________________
43153 [  7506] By: jhi                                   on 2000/11/01  14:03:35
43154         Log: The osname has been lowercased by now, from Tom Bates.
43155      Branch: metaconfig
43156            ! U/modified/Oldconfig.U
43157      Branch: perl
43158            ! Configure config_h.SH
43159 ____________________________________________________________________________
43160 [  7505] By: jhi                                   on 2000/10/31  19:18:39
43161         Log: The compiler is either gcc or cc, from Tom Bates.
43162      Branch: perl
43163            ! hints/nonstopux.sh
43164 ____________________________________________________________________________
43165 [  7504] By: jhi                                   on 2000/10/31  14:53:42
43166         Log: Update Changes.
43167      Branch: perl
43168            ! Changes patchlevel.h
43169 ____________________________________________________________________________
43170 [  7503] By: jhi                                   on 2000/10/31  14:30:50
43171         Log: Whitespace style tweak.  Was originally going to see to
43172              
43173              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
43174              From: Joe Smith <jms@inwap.com>
43175              Date: Mon, 30 Oct 2000 18:47:57 -0800
43176              Message-Id: <39FE32DD.24AAC4D@inwap.com>
43177              
43178              but that had already been taken care of.
43179      Branch: metaconfig
43180            ! U/compline/d_stdstdio.U
43181      Branch: perl
43182            ! Configure config_h.SH
43183 ____________________________________________________________________________
43184 [  7502] By: jhi                                   on 2000/10/31  14:25:02
43185         Log: AUTHORS tweaks.
43186      Branch: perl
43187            ! AUTHORS
43188 ____________________________________________________________________________
43189 [  7501] By: jhi                                   on 2000/10/31  14:23:59
43190         Log: Subject: perlfaq style changes
43191              From: John Borwick <jhborwic@unity.ncsu.edu>
43192              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
43193              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
43194      Branch: perl
43195            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
43196            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
43197            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
43198            ! pod/perlfaq9.pod
43199 ____________________________________________________________________________
43200 [  7500] By: jhi                                   on 2000/10/31  14:22:15
43201         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
43202              
43203              Subject: Re: [ID 20000918.005] ~ on wide chars
43204              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
43205              Date: Mon, 30 Oct 2000 21:09:55 -0800
43206              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
43207              
43208              (The ord() part of the patch skipped.)
43209      Branch: perl
43210            ! doop.c
43211 ____________________________________________________________________________
43212 [  7499] By: jhi                                   on 2000/10/31  14:20:08
43213         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
43214              From: Jens Hamisch <jens@Strawberry.COM>
43215              Date: Mon, 30 Oct 2000 15:17:07 +0100
43216              Message-Id: <20001030151707.A9597@Strawberry.COM>
43217      Branch: perl
43218            ! av.c
43219 ____________________________________________________________________________
43220 [  7498] By: jhi                                   on 2000/10/31  14:16:29
43221         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
43222              From: Peter Prymmer <pvhp@forte.com>
43223              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
43224              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
43225      Branch: perl
43226            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
43227            + ext/Encode/Encode/posix-bc.enc
43228            ! MANIFEST t/lib/encode.t
43229 ____________________________________________________________________________
43230 [  7497] By: jhi                                   on 2000/10/31  14:13:22
43231         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
43232              From: Peter Prymmer <pvhp@forte.com>
43233              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
43234              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
43235      Branch: perl
43236            ! t/lib/cgi-html.t
43237 ____________________________________________________________________________
43238 [  7496] By: jhi                                   on 2000/10/31  14:12:05
43239         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
43240              From: Peter Prymmer <pvhp@forte.com>
43241              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
43242              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
43243      Branch: perl
43244            ! t/lib/cgi-function.t
43245 ____________________________________________________________________________
43246 [  7495] By: jhi                                   on 2000/10/31  14:11:08
43247         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
43248              From: Peter Prymmer <pvhp@forte.com>
43249              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
43250              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
43251      Branch: perl
43252            + ext/re/hints/aix.pl
43253            ! MANIFEST ext/re/Makefile.PL
43254 ____________________________________________________________________________
43255 [  7494] By: jhi                                   on 2000/10/31  14:08:32
43256         Log: Use Errno magic.
43257              
43258              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
43259              From: Casey Tweten <perl@ctweten.amsite.com>
43260              Date: Mon, 30 Oct 2000 15:51:17 -0500
43261              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
43262      Branch: perl
43263            ! lib/File/Temp.pm
43264 ____________________________________________________________________________
43265 [  7493] By: jhi                                   on 2000/10/31  14:05:07
43266         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
43267              
43268              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
43269              From: Nicholas Clark <nick@ccl4.org>
43270              Date: Mon, 30 Oct 2000 17:38:45 +0000
43271              Message-ID: <20001030173845.O60355@plum.flirble.org>
43272      Branch: perl
43273            ! Makefile.SH utils/perlbug.PL
43274 ____________________________________________________________________________
43275 [  7492] By: nick                                  on 2000/10/30  19:37:23
43276         Log: Change files which are mysteriously different to mainline to be
43277              copies of mainline.
43278      Branch: perlio
43279            ! objXSUB.h perlapi.c pod/perlapi.pod
43280 ____________________________________________________________________________
43281 [  7491] By: nick                                  on 2000/10/30  18:05:54
43282         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
43283              - typo in endian code in putc.
43284              - Don't allow read of write-only files and vice-versa
43285              - and off-by-one in flush-all loop.
43286              Remove debug calls as they were using GCC specific features.
43287      Branch: perlio
43288            ! perlio.c
43289 ____________________________________________________________________________
43290 [  7490] By: nick                                  on 2000/10/29  21:45:45
43291         Log: Integrate mainline to perlio
43292      Branch: perlio
43293           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
43294           !> toke.c
43295 ____________________________________________________________________________
43296 [  7489] By: jhi                                   on 2000/10/29  21:11:08
43297         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
43298              From: andreas.koenig@anima.de (Andreas J. Koenig)
43299              Date: 29 Oct 2000 22:05:59 +0100
43300              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
43301      Branch: perl
43302            ! lib/ExtUtils/Manifest.pm
43303 ____________________________________________________________________________
43304 [  7488] By: jhi                                   on 2000/10/29  21:07:47
43305         Log: Tests for #7487.
43306              
43307              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
43308              From: andreas.koenig@anima.de (Andreas J. Koenig)
43309              Date: 29 Oct 2000 19:37:09 +0100
43310              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
43311      Branch: perl
43312            ! t/comp/proto.t
43313 ____________________________________________________________________________
43314 [  7487] By: jhi                                   on 2000/10/29  21:06:27
43315         Log: constsub spillage.
43316              
43317              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
43318              From: John Tobey <jtobey@john-edwin-tobey.org>
43319              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
43320              Message-Id: <m13pvSr-000FObC@feynman.localnet>
43321      Branch: perl
43322            ! op.c
43323 ____________________________________________________________________________
43324 [  7486] By: nick                                  on 2000/10/29  21:05:04
43325         Log: Integrate mainline to perlio branch
43326      Branch: perlio
43327           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
43328           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
43329           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
43330           +> vos/install_perl.cm
43331            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
43332            - vos/config.h vos/config_h.SH_orig
43333           !> (integrate 141 files)
43334 ____________________________________________________________________________
43335 [  7485] By: jhi                                   on 2000/10/29  21:00:47
43336         Log: Make \x{...} consistently produce UTF-8.
43337              
43338              Subject: Re: \x{...} is confused 
43339              From: Simon Cozens <simon@cozens.net>
43340              Date: Sun, 29 Oct 2000 19:36:48 +0000
43341              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
43342      Branch: perl
43343            ! t/pragma/utf8.t toke.c
43344 ____________________________________________________________________________
43345 [  7484] By: nick                                  on 2000/10/29  20:05:29
43346         Log: PerlIO passes all tests.
43347      Branch: perlio
43348            ! perlio.c
43349 ____________________________________________________________________________
43350 [  7483] By: jhi                                   on 2000/10/29  18:06:55
43351         Log: Update Changes.
43352      Branch: perl
43353            ! Changes patchlevel.h
43354 ____________________________________________________________________________
43355 [  7482] By: nick                                  on 2000/10/29  17:43:28
43356         Log: Include <unistd.h> to get correct lseek() prototype etc.
43357              (I thought perl.h did that) - down to two fails
43358              - comp/require.t (last test)
43359              - lib/io_xs.t - possibly import/export of FILE * ?
43360      Branch: perlio
43361            ! perlio.c
43362 ____________________________________________________________________________
43363 [  7481] By: jhi                                   on 2000/10/29  17:02:37
43364         Log: UTF-8 decoder tweak.
43365      Branch: perl
43366            ! utf8.c
43367 ____________________________________________________________________________
43368 [  7480] By: nick                                  on 2000/10/29  16:26:11
43369         Log: Fixed two bugs:
43370              - error code not being set on close (of broken pipe)
43371              - append mode was truncating.
43372              At least one seek/tell bug remains.
43373      Branch: perlio
43374            ! perlio.c
43375 ____________________________________________________________________________
43376 [  7479] By: nick                                  on 2000/10/29  11:18:16
43377         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
43378              in case of accidents. Still several worrying fails, no line disciplines yet.
43379      Branch: perlio
43380            ! iperlsys.h perlio.c
43381 ____________________________________________________________________________
43382 [  7478] By: jhi                                   on 2000/10/29  02:04:01
43383         Log: Add also emailless people.
43384      Branch: perl
43385            ! AUTHORS
43386 ____________________________________________________________________________
43387 [  7477] By: jhi                                   on 2000/10/29  01:36:00
43388         Log: The #7476 needs a MANIFEST change, too.
43389      Branch: perl
43390            ! MANIFEST
43391 ____________________________________________________________________________
43392 [  7476] By: jhi                                   on 2000/10/29  01:35:21
43393         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
43394      Branch: perl
43395            - MAINTAIN
43396            ! AUTHORS Changes
43397 ____________________________________________________________________________
43398 [  7475] By: jhi                                   on 2000/10/28  23:57:25
43399         Log: De-quoted-unreadable to ISO Latin 1.
43400              (There's one ISO-2022-JP name in Changes5.004.)
43401      Branch: perl
43402            ! Changes Changes5.6
43403 ____________________________________________________________________________
43404 [  7474] By: jhi                                   on 2000/10/28  19:13:06
43405         Log: Subject: [ID 20001027.007] uniq array in perlfaq
43406              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
43407              Date: Fri, 27 Oct 2000 19:28:30 +0200
43408              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
43409      Branch: perl
43410            ! pod/perlfaq4.pod
43411 ____________________________________________________________________________
43412 [  7473] By: jhi                                   on 2000/10/28  18:02:05
43413         Log: Locking null mutexes is not recommendable.
43414              
43415              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
43416              From: Hugo <hv@crypt.compulink.co.uk>
43417              Date: Sat, 28 Oct 2000 18:41:12 +0100
43418              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
43419      Branch: perl
43420            ! op.c
43421 ____________________________________________________________________________
43422 [  7472] By: jhi                                   on 2000/10/28  17:52:58
43423         Log: Better create a true mailing list for the repository keepers.
43424      Branch: perl
43425            ! Porting/repository.pod
43426 ____________________________________________________________________________
43427 [  7471] By: jhi                                   on 2000/10/28  17:28:24
43428         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
43429              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
43430      Branch: perl
43431            + Porting/repository.pod
43432            ! MANIFEST
43433 ____________________________________________________________________________
43434 [  7470] By: jhi                                   on 2000/10/28  17:20:54
43435         Log: Subject: DOC PATCH 5.6.0
43436              From: mjd@plover.com
43437              Date: 27 Oct 2000 17:32:44 -0000
43438              Message-ID: <20001027173244.23754.qmail@plover.com>
43439      Branch: perl
43440            ! pod/perlfunc.pod
43441 ____________________________________________________________________________
43442 [  7469] By: jhi                                   on 2000/10/28  17:16:45
43443         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
43444              From: "Peter J. Farley III" <pjfarley@banet.net>
43445              Date: Fri, 27 Oct 2000 20:32:56 -0400
43446              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
43447      Branch: perl
43448            ! README.dos
43449 ____________________________________________________________________________
43450 [  7468] By: jhi                                   on 2000/10/28  17:07:18
43451         Log: Make target reordering to avoid pointless re-makes.
43452              
43453              Subject: Re: Total re-make of 'make okfile' after 7451 ?
43454              From: Nicholas Clark <nick@ccl4.org>
43455              Date: Sat, 28 Oct 2000 00:31:02 +0100
43456              Message-ID: <20001028003101.A54517@plum.flirble.org>
43457      Branch: perl
43458            ! Makefile.SH
43459 ____________________________________________________________________________
43460 [  7467] By: jhi                                   on 2000/10/28  17:05:31
43461         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
43462              From: lvirden@cas.org
43463              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
43464              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
43465      Branch: perl
43466            ! README.os2
43467 ____________________________________________________________________________
43468 [  7466] By: jhi                                   on 2000/10/28  16:09:16
43469         Log: Upgrade to CPAN 1.58_55.
43470              
43471              Subject: CPAN.pm status
43472              From: andreas.koenig@anima.de (Andreas J. Koenig) 
43473              Date: 28 Oct 2000 08:18:00 +0200 
43474              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
43475      Branch: perl
43476            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
43477 ____________________________________________________________________________
43478 [  7465] By: jhi                                   on 2000/10/28  16:02:47
43479         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
43480      Branch: perl
43481            ! embed.h embed.pl perl.h proto.h toke.c
43482 ____________________________________________________________________________
43483 [  7464] By: nick                                  on 2000/10/28  10:43:44
43484         Log: Fix for sv_2iv() on "shared" value from keys %hash.
43485      Branch: perl
43486            ! sv.c
43487 ____________________________________________________________________________
43488 [  7463] By: jhi                                   on 2000/10/27  16:18:29
43489         Log: Update Changes.
43490      Branch: perl
43491            ! Changes patchlevel.h
43492 ____________________________________________________________________________
43493 [  7462] By: jhi                                   on 2000/10/27  16:17:44
43494         Log: Too enthusiastic editing in #7460.
43495      Branch: metaconfig
43496            ! U/modified/Oldsym.U
43497      Branch: perl
43498            ! Configure config_h.SH
43499 ____________________________________________________________________________
43500 [  7461] By: jhi                                   on 2000/10/27  15:37:38
43501         Log: Retract #7459, the script needs more work.
43502      Branch: perl
43503            - mkreef
43504            ! MANIFEST
43505 ____________________________________________________________________________
43506 [  7460] By: jhi                                   on 2000/10/27  15:23:14
43507         Log: Use $sort, $uniq (and $tr) consistently as wondered
43508              by Nicholas Clark.
43509      Branch: metaconfig
43510            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
43511            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
43512            ! U/modified/libc.U
43513      Branch: perl
43514            ! Configure config_h.SH
43515 ____________________________________________________________________________
43516 [  7459] By: jhi                                   on 2000/10/27  15:02:07
43517         Log: (Retracted by #7461)
43518              
43519              Add a shell script for creating/removing symbolic link farms,
43520              useful for keeping the source code read-only and doing the
43521              builds somewhere else.
43522      Branch: perl
43523            + mkreef
43524            ! MANIFEST
43525 ____________________________________________________________________________
43526 [  7458] By: jhi                                   on 2000/10/27  14:42:20
43527         Log: Do away with the fix_pl.
43528      Branch: perl
43529            - fix_pl
43530            ! MANIFEST Makefile.SH
43531 ____________________________________________________________________________
43532 [  7457] By: jhi                                   on 2000/10/27  12:43:13
43533         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
43534              From: Jens Hamisch <jens@Strawberry.COM>
43535              Date: Fri, 27 Oct 2000 14:38:21 +0200
43536              Message-Id: <20001027143821.B3366@Strawberry.COM>
43537      Branch: perl
43538            ! perl.h
43539 ____________________________________________________________________________
43540 [  7456] By: jhi                                   on 2000/10/27  12:33:42
43541         Log: Subject: [PATCH] todo
43542              From: Nicholas Clark <nick@ccl4.org>
43543              Date: Thu, 26 Oct 2000 22:32:29 +0100
43544              Message-ID: <20001026223229.A44540@plum.flirble.org>
43545      Branch: perl
43546            ! pod/perltodo.pod
43547 ____________________________________________________________________________
43548 [  7455] By: jhi                                   on 2000/10/27  12:02:21
43549         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
43550              From: John Tobey <jtobey@john-edwin-tobey.org>
43551              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
43552              Message-Id: <m13ozHF-000FObC@feynman.localnet>
43553      Branch: perl
43554            ! op.c t/pragma/sub_lval.t
43555 ____________________________________________________________________________
43556 [  7454] By: jhi                                   on 2000/10/27  11:59:42
43557         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
43558              From: sthoenna@efn.org
43559              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
43560              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
43561      Branch: perl
43562            ! pp.c t/op/assignwarn.t
43563 ____________________________________________________________________________
43564 [  7453] By: jhi                                   on 2000/10/27  00:15:08
43565         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
43566      Branch: perl
43567            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
43568            ! ext/Storable/Storable.xs t/lib/st-lock.t
43569 ____________________________________________________________________________
43570 [  7452] By: jhi                                   on 2000/10/26  13:05:52
43571         Log: Undo #7451, this seems to be a deficiency in Perforce,
43572              there is no per-file line-terminator type, only per-client.
43573      Branch: perl
43574            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
43575            ! win32/makefile.mk
43576 ____________________________________________________________________________
43577 [  7451] By: jhi                                   on 2000/10/26  04:56:03
43578         Log: Experimenting in DOS arcana.
43579      Branch: perl
43580            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
43581            ! win32/makefile.mk
43582 ____________________________________________________________________________
43583 [  7450] By: jhi                                   on 2000/10/26  04:50:52
43584         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
43585              From: "Peter J. Farley III" <pjfarley@banet.net>            
43586              Date: Wed, 25 Oct 2000 23:10:18 -0400
43587              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
43588      Branch: perl
43589            ! t/io/open.t
43590 ____________________________________________________________________________
43591 [  7449] By: jhi                                   on 2000/10/26  04:49:16
43592         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
43593              From: Hugo <hv@crypt.compulink.co.uk>
43594              Date: Thu, 26 Oct 2000 01:55:17 +0100
43595              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
43596              
43597              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
43598      Branch: perl
43599            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
43600 ____________________________________________________________________________
43601 [  7448] By: jhi                                   on 2000/10/26  04:38:36
43602         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
43603              From: Peter Prymmer <pvhp@forte.com>
43604              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
43605              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
43606      Branch: perl
43607            ! configure.com
43608 ____________________________________________________________________________
43609 [  7447] By: jhi                                   on 2000/10/25  23:20:02
43610         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
43611              in platforms that strictly require all the symbols being present
43612              at link time.
43613      Branch: perl
43614            ! handy.h
43615 ____________________________________________________________________________
43616 [  7446] By: jhi                                   on 2000/10/25  21:55:57
43617         Log: Update Changes.
43618      Branch: perl
43619            ! Changes patchlevel.h
43620 ____________________________________________________________________________
43621 [  7445] By: jhi                                   on 2000/10/25  21:27:08
43622         Log: Integrate with vmsperl #7430 by Charles Bailey:
43623              
43624              Cleanup from prior patch (Charles Lane?):
43625              - improve handling of MFDs in Basename and Path
43626              - default to no xsubpp line # munging when building debug images
43627      Branch: perl
43628           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
43629 ____________________________________________________________________________
43630 [  7444] By: jhi                                   on 2000/10/25  21:03:50
43631         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
43632              From: John Peacock <JPeacock@UnivPress.com>
43633              Date: Thu, 18 May 2000 11:55:27 -0400
43634              Message-ID: <3924126F.A58BE57A@UnivPress.com>
43635      Branch: perl
43636            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
43637            ! t/op/write.t
43638 ____________________________________________________________________________
43639 [  7443] By: jhi                                   on 2000/10/25  20:43:10
43640         Log: Temporary stopgap for the self-tying issue: for now only
43641              array and hash self-ties are verboten.  The real fix, of
43642              course, would be to comprehensively test (and implement?)
43643              and debug (and document) self-ties.
43644      Branch: perl
43645            ! pod/perldiag.pod pp_sys.c t/op/tie.t
43646 ____________________________________________________________________________
43647 [  7442] By: jhi                                   on 2000/10/25  20:14:30
43648         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
43649              From: Dan Sugalski <dan@sidhe.org>
43650              Date: Wed, 25 Oct 2000 13:36:35 -0400
43651              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
43652              
43653              plus regen global.sym.
43654      Branch: perl
43655            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
43656            ! thrdvar.h util.c
43657 ____________________________________________________________________________
43658 [  7441] By: jhi                                   on 2000/10/25  20:12:20
43659         Log: buildtoc target tweaks.
43660      Branch: perl
43661            ! pod/Makefile.SH
43662 ____________________________________________________________________________
43663 [  7440] By: jhi                                   on 2000/10/25  20:03:53
43664         Log: A new version of making the syslog test more robust.
43665              (Replaces #7421.)
43666              
43667              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
43668              From: "Kurt D. Starsinic" <kstar@chapin.edu>
43669              Date: Wed, 25 Oct 2000 12:13:54 -0400
43670              Message-ID: <20001025121354.B2264@O2.chapin.edu>
43671      Branch: perl
43672            ! t/lib/syslog.t
43673 ____________________________________________________________________________
43674 [  7439] By: jhi                                   on 2000/10/25  20:00:48
43675         Log: Continue the internal UTF-8 API tweaking.
43676              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
43677              used much more than the simpler API, now called utf8_to_uv_simple().
43678              Still not quite happy with API, too much partial duplication
43679              of functionality.
43680      Branch: perl
43681            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
43682            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
43683            ! regcomp.c regexec.c sv.c toke.c utf8.c
43684 ____________________________________________________________________________
43685 [  7438] By: jhi                                   on 2000/10/25  18:52:30
43686         Log: Allow poking holes at the UTF-8 decoding strictness.
43687      Branch: perl
43688            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
43689            ! utf8.h
43690 ____________________________________________________________________________
43691 [  7437] By: jhi                                   on 2000/10/25  13:53:05
43692         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
43693              UTF8LEN() and UTF8SKIP(). 
43694      Branch: perl
43695            ! pp.c utf8.c utf8.h
43696 ____________________________________________________________________________
43697 [  7436] By: jhi                                   on 2000/10/25  13:51:37
43698         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
43699              From: Nicholas Clark <nick@ccl4.org>
43700              Date: Wed, 25 Oct 2000 14:44:05 +0100
43701              Message-ID: <20001025144404.D27253@plum.flirble.org>
43702      Branch: perl
43703            ! pod/perlrun.pod
43704 ____________________________________________________________________________
43705 [  7435] By: jhi                                   on 2000/10/25  13:49:32
43706         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
43707              From: Mike Guy <mjtg@cam.ac.uk>
43708              Date: Tue, 24 Oct 2000 14:59:40 +0100
43709              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
43710      Branch: perl
43711            ! scope.c
43712 ____________________________________________________________________________
43713 [  7434] By: jhi                                   on 2000/10/25  13:48:41
43714         Log: AIX is picky about its symbol exports.  Solution for now
43715              is to include the deb.o explicitly to the re extension build.
43716              
43717              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
43718              From: Peter Prymmer <pvhp@forte.com>
43719              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
43720              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
43721      Branch: perl
43722            ! ext/re/Makefile.PL hints/aix.sh
43723 ____________________________________________________________________________
43724 [  7433] By: jhi                                   on 2000/10/25  13:46:49
43725         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
43726              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
43727              Date: Wed, 25 Oct 2000 12:02:20 +0200
43728              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
43729      Branch: perl
43730            ! perlsdio.h
43731 ____________________________________________________________________________
43732 [  7432] By: jhi                                   on 2000/10/25  13:44:28
43733         Log: Subject: Minor update to find2perl, for portability
43734              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
43735              Date: Wed, 25 Oct 2000 12:05:47 +0100
43736              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
43737      Branch: perl
43738            ! x2p/find2perl.PL
43739 ____________________________________________________________________________
43740 [  7431] By: jhi                                   on 2000/10/25  13:40:39
43741         Log: Add targets to Makefile.SH, most importantly
43742              'regen_all' which also remembers to update vms/perly*.
43743      Branch: perl
43744            ! Makefile.SH
43745 ____________________________________________________________________________
43746 [  7430] By: bailey                                on 2000/10/25  03:13:53
43747         Log: Cleanup from prior patch (Charles Lane?):
43748              - improve handling of MFDs in Basename and Path
43749              - default to no xsubpp line # munging when building debug images
43750      Branch: vmsperl
43751            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
43752 ____________________________________________________________________________
43753 [  7429] By: jhi                                   on 2000/10/24  20:03:40
43754         Log: Podify README.epoc and README.vos.
43755      Branch: perl
43756            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
43757            ! pod/perlport.pod pod/perltoc.pod
43758 ____________________________________________________________________________
43759 [  7428] By: jhi                                   on 2000/10/24  19:10:33
43760         Log: Stratus VOS updates from Paul Green.
43761      Branch: perl
43762            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
43763            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
43764            - vos/config.def vos/config.h vos/config_h.SH_orig
43765            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
43766            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
43767 ____________________________________________________________________________
43768 [  7427] By: jhi                                   on 2000/10/24  18:59:48
43769         Log: Check if stdio supports tweaking lval and cnt simultaneously.
43770              
43771              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
43772              From: Nicholas Clark <nick@ccl4.org>
43773              Date: Mon, 23 Oct 2000 15:39:32 +0100
43774              Message-ID: <20001023153932.A10786@plum.flirble.org>
43775      Branch: metaconfig
43776            ! U/compline/d_stdstdio.U
43777      Branch: perl
43778            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
43779            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
43780            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
43781            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
43782            ! vos/config.h vos/config_h.SH_orig win32/config.bc
43783            ! win32/config.gc win32/config.vc
43784 ____________________________________________________________________________
43785 [  7426] By: jhi                                   on 2000/10/24  17:57:44
43786         Log: Missed the header file changes from #7425.
43787      Branch: perl
43788            ! embed.h embed.pl objXSUB.h proto.h
43789 ____________________________________________________________________________
43790 [  7425] By: jhi                                   on 2000/10/24  17:55:17
43791         Log: Fix the bug reported in
43792              
43793              From: andreas.koenig@anima.de (Andreas J. Koenig)
43794              Subject: Encode bug?
43795              Date: 24 Oct 2000 14:01:26 +0200 
43796              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
43797              
43798              Also make is_utf8_char() stricter.
43799      Branch: perl
43800            ! ext/Encode/Encode.xs utf8.c
43801 ____________________________________________________________________________
43802 [  7424] By: jhi                                   on 2000/10/24  15:15:39
43803         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
43804              From: Peter Scott <Peter@PSDT.com>
43805              Date: Mon, 23 Oct 2000 19:46:01 -0700
43806              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
43807      Branch: perl
43808            ! pod/perlfaq5.pod
43809 ____________________________________________________________________________
43810 [  7423] By: jhi                                   on 2000/10/24  14:25:30
43811         Log: Test tweak to avoid pulling in the whole Config.
43812      Branch: perl
43813            ! t/lib/st-lock.t
43814 ____________________________________________________________________________
43815 [  7422] By: jhi                                   on 2000/10/24  14:03:16
43816         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
43817      Branch: perl
43818            ! pp.c
43819 ____________________________________________________________________________
43820 [  7421] By: jhi                                   on 2000/10/24  13:32:09
43821         Log: (Replaced by #7440.)
43822              
43823              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
43824              From: "Kurt D. Starsinic" <kstar@chapin.edu>
43825              Date: Mon, 23 Oct 2000 16:40:54 -0400
43826              Message-ID: <20001023164054.B14491@O2.chapin.edu>
43827      Branch: perl
43828            ! t/lib/syslog.t
43829 ____________________________________________________________________________
43830 [  7420] By: jhi                                   on 2000/10/24  13:30:53
43831         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
43832              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43833              Date: Mon, 23 Oct 2000 17:29:03 -0400
43834              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
43835      Branch: perl
43836            ! lib/ExtUtils/MM_Unix.pm
43837 ____________________________________________________________________________
43838 [  7419] By: jhi                                   on 2000/10/24  13:29:57
43839         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
43840              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43841              Date: Mon, 23 Oct 2000 19:01:32 -0400
43842              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
43843      Branch: perl
43844            ! utils/h2xs.PL
43845 ____________________________________________________________________________
43846 [  7418] By: jhi                                   on 2000/10/24  13:26:04
43847         Log: Replace #7409 with
43848              
43849              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
43850              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
43851              Date: Mon, 23 Oct 2000 20:08:56 +0200
43852              Message-ID: <20001023200855.A14850@nice.ram.loc>
43853      Branch: perl
43854            ! ext/Storable/Storable.pm t/lib/st-lock.t
43855 ____________________________________________________________________________
43856 [  7417] By: jhi                                   on 2000/10/24  13:17:52
43857         Log: Run vms/vms_yfix.pl, should have done that after changing
43858              perly.c in #7382.
43859      Branch: perl
43860            ! vms/perly_c.vms vms/perly_h.vms
43861 ____________________________________________________________________________
43862 [  7416] By: jhi                                   on 2000/10/24  02:55:33
43863         Log: Make the UTF-8 decoding stricter and more verbose when
43864              malformation happens.  This involved adding an argument
43865              to utf8_to_uv_chk(), which involved changing its prototype,
43866              and prefer STRLEN over I32 for the UTF-8 length, which as
43867              a domino effect necessitated changing the prototypes of
43868              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
43869              The stricter UTF-8 decoding checking uses Markus Kuhn's
43870              UTF-8 Decode Stress Tester from
43871              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
43872      Branch: perl
43873            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
43874            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
43875            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
43876            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
43877 ____________________________________________________________________________
43878 [  7415] By: jhi                                   on 2000/10/23  14:06:06
43879         Log: Update Changes.
43880      Branch: perl
43881            ! Changes patchlevel.h
43882 ____________________________________________________________________________
43883 [  7414] By: jhi                                   on 2000/10/23  12:39:52
43884         Log: Undo the basename() part of #7412 since the lib/basename
43885              tests would need upgrading too.
43886      Branch: perl
43887            ! lib/File/Basename.pm
43888 ____________________________________________________________________________
43889 [  7413] By: jhi                                   on 2000/10/23  12:19:27
43890         Log: Document PERL_INSTALL_ROOT of #7210.
43891      Branch: perl
43892            ! lib/ExtUtils/Install.pm
43893 ____________________________________________________________________________
43894 [  7412] By: jhi                                   on 2000/10/23  12:16:47
43895         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
43896      Branch: perl
43897            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
43898            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
43899 ____________________________________________________________________________
43900 [  7411] By: jhi                                   on 2000/10/23  12:07:41
43901         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
43902              From: Prymmer/Kahn <pvhp@best.com>
43903              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
43904              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
43905      Branch: perl
43906            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
43907 ____________________________________________________________________________
43908 [  7410] By: jhi                                   on 2000/10/23  04:10:11
43909         Log: The change #7187 was not so good on VMS.
43910              
43911              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
43912              From: "Craig A. Berry" <craig.berry@psinetcs.com>
43913              Date: Sun, 22 Oct 2000 23:03:08 -0500
43914              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
43915      Branch: perl
43916            ! utils/perldoc.PL
43917 ____________________________________________________________________________
43918 [  7409] By: jhi                                   on 2000/10/23  03:57:36
43919         Log: Avoid Storable locking on DJGPP for now.
43920              
43921              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
43922              From: "Peter J. Farley III" <pjfarley@banet.net>
43923              Date: Sun, 22 Oct 2000 20:00:00 -0400
43924              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
43925      Branch: perl
43926            ! ext/Storable/Storable.pm t/lib/st-lock.t
43927 ____________________________________________________________________________
43928 [  7408] By: jhi                                   on 2000/10/23  03:50:24
43929         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
43930              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
43931              Date: Sun, 22 Oct 2000 21:12:22 -0400
43932              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
43933      Branch: perl
43934            ! lib/vars.pm
43935 ____________________________________________________________________________
43936 [  7407] By: jhi                                   on 2000/10/23  03:43:12
43937         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
43938              From: Hugo <hv@crypt.compulink.co.uk>
43939              Date: Mon, 23 Oct 2000 00:47:22 +0100
43940              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
43941      Branch: perl
43942            ! regexec.c t/op/pat.t
43943 ____________________________________________________________________________
43944 [  7406] By: jhi                                   on 2000/10/23  03:40:29
43945         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
43946      Branch: perl
43947            ! lib/ExtUtils/MakeMaker.pm
43948 ____________________________________________________________________________
43949 [  7405] By: jhi                                   on 2000/10/22  21:32:00
43950         Log: Doc patch.
43951              
43952              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
43953              From: rspier@pobox.com (Robert Spier)
43954              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
43955              Message-ID: <14835.16112.13457.447971@rls.cx>
43956      Branch: perl
43957            ! lib/strict.pm
43958 ____________________________________________________________________________
43959 [  7404] By: jhi                                   on 2000/10/22  21:30:51
43960         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
43961              From: rspier@pobox.com (Robert Spier)
43962              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
43963              Message-ID: <14835.17223.72448.705566@rls.cx>
43964      Branch: perl
43965            ! lib/ExtUtils/MakeMaker.pm
43966 ____________________________________________________________________________
43967 [  7403] By: jhi                                   on 2000/10/22  21:24:11
43968         Log: Subject: [PATCH bleadperl] ripples from constsub patch
43969              From: John Tobey <jtobey@john-edwin-tobey.org>
43970              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
43971              Message-Id: <m13nSOB-000FObC@feynman.localnet>
43972      Branch: perl
43973            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
43974 ____________________________________________________________________________
43975 [  7402] By: jhi                                   on 2000/10/22  20:59:35
43976         Log: Support s?printf parameter reordering.
43977      Branch: perl
43978            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
43979 ____________________________________________________________________________
43980 [  7401] By: jhi                                   on 2000/10/22  19:19:14
43981         Log: Expand %Config variables only if explicitly so requested
43982              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
43983              
43984              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
43985              From: Gurusamy Sarathy <gsar@ActiveState.com>
43986              Date: Sun, 22 Oct 2000 11:47:32 -0700
43987              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
43988      Branch: perl
43989            ! Makefile.SH lib/lib_pm.PL
43990 ____________________________________________________________________________
43991 [  7400] By: jhi                                   on 2000/10/22  18:24:10
43992         Log: Move the #7390 test from warn/op to comp/redef.
43993              
43994              Subject: Re: Creating const subs for constants.
43995              From: John Tobey <jtobey@john-edwin-tobey.org>
43996              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
43997              Message-Id: <m13nG72-000FObC@feynman.localnet>               
43998      Branch: perl
43999            ! t/comp/redef.t t/pragma/warn/op
44000 ____________________________________________________________________________
44001 [  7399] By: jhi                                   on 2000/10/22  17:49:59
44002         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
44003              From: Nicholas Clark <nick@ccl4.org>
44004              Date: Sat, 21 Oct 2000 22:23:19 +0100
44005              Message-ID: <20001021222319.B45586@plum.flirble.org>
44006      Branch: perl
44007            ! ext/DynaLoader/DynaLoader_pm.PL
44008 ____________________________________________________________________________
44009 [  7398] By: jhi                                   on 2000/10/22  17:47:35
44010         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
44011              From: Hugo <hv@crypt.compulink.co.uk>
44012              Date: Sat, 21 Oct 2000 18:19:59 +0100
44013              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
44014      Branch: perl
44015            ! ext/B/B.pm ext/B/B/C.pm
44016 ____________________________________________________________________________
44017 [  7397] By: jhi                                   on 2000/10/22  17:35:18
44018         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
44019              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
44020              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
44021              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
44022      Branch: perl
44023            ! hints/openbsd.sh
44024 ____________________________________________________________________________
44025 [  7396] By: jhi                                   on 2000/10/22  17:19:46
44026         Log: Subject: installman go-faster stripes
44027              From: Nicholas Clark <nick@talking.bollo.cx>
44028              Date: Sat, 21 Oct 2000 17:24:53 +0100
44029              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
44030              
44031              Subject: Re: installman go-faster stripes
44032              From: Russ Allbery <rra@stanford.edu>
44033              Date: 21 Oct 2000 11:04:13 -0700
44034              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
44035      Branch: perl
44036            ! installman pod/pod2man.PL
44037 ____________________________________________________________________________
44038 [  7395] By: jhi                                   on 2000/10/22  17:17:35
44039         Log: Hints tweak from Anton Berezin.
44040      Branch: perl
44041            ! hints/freebsd.sh
44042 ____________________________________________________________________________
44043 [  7394] By: jhi                                   on 2000/10/22  04:50:04
44044         Log: Tweak the Is* definitions of Unicode character classes
44045              to better match the official categorizations; embrace
44046              the official categorizations; add the combining marks
44047              as alpha (and -numeric); fix DCinital (a typo and edito)
44048              to be DCmedial.
44049      Branch: perl
44050            + lib/unicode/Is/DCmedial.pl
44051            - lib/unicode/Is/DCinital.pl
44052            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
44053            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
44054            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
44055            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
44056 ____________________________________________________________________________
44057 [  7393] By: jhi                                   on 2000/10/21  18:06:05
44058         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
44059              From: Daniel Chetlin <daniel@chetlin.com>
44060              Date: Sat, 21 Oct 2000 02:57:03 -0700
44061              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
44062      Branch: perl
44063            + t/lib/tie-splice.t
44064            ! MANIFEST lib/Tie/Array.pm
44065 ____________________________________________________________________________
44066 [  7392] By: gsar                                  on 2000/10/21  18:05:15
44067         Log: resync utfperl branch with mainline
44068      Branch: utfperl
44069           !> (integrate 1760 files)
44070 ____________________________________________________________________________
44071 [  7391] By: jhi                                   on 2000/10/21  14:37:49
44072         Log: Testcases for a #7383,#7385 related bug.
44073              
44074              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
44075              From: Nicholas Clark <nick@ccl4.org>
44076              Date: Sat, 21 Oct 2000 15:04:51 +0100
44077              Message-ID: <20001021150451.A51566@plum.flirble.org>
44078      Branch: perl
44079            ! t/pragma/utf8.t
44080 ____________________________________________________________________________
44081 [  7390] By: jhi                                   on 2000/10/21  14:35:57
44082         Log: Add a testcase for #7389.
44083      Branch: perl
44084            ! t/pragma/warn/op
44085 ____________________________________________________________________________
44086 [  7389] By: jhi                                   on 2000/10/21  14:26:45
44087         Log: Subject: Re: Creating const subs for constants.
44088              From: John Tobey <jtobey@john-edwin-tobey.org>
44089              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
44090              Message-Id: <m13mo0N-000FObC@feynman.localnet>
44091      Branch: perl
44092            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
44093            ! proto.h sv.c
44094 ____________________________________________________________________________
44095 [  7388] By: nick                                  on 2000/10/21  11:44:23
44096         Log: Populate perlio branch
44097      Branch: perlio
44098           +> (branch 1760 files)
44099 ____________________________________________________________________________
44100 [  7387] By: nick                                  on 2000/10/21  10:52:05
44101         Log: Get branch back as replica of mainline via :
44102              p4 integrate -b utfperl
44103              p4 resolve -at ./...
44104      Branch: utfperl
44105           +> (branch 269 files)
44106            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
44107            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
44108            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
44109            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
44110            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
44111            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
44112            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
44113            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
44114            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
44115            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
44116            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
44117            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
44118            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
44119            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
44120            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
44121            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
44122            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
44123            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
44124            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
44125            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
44126            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
44127            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
44128            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
44129            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
44130            - lib/unicode/UCD300.html lib/unicode/Unicode.300
44131            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
44132            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
44133            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
44134            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
44135           !> (integrate 965 files)
44136 ____________________________________________________________________________
44137 [  7386] By: jhi                                   on 2000/10/21  01:31:12
44138         Log: Update Changes.
44139      Branch: perl
44140            ! Changes patchlevel.h
44141 ____________________________________________________________________________
44142 [  7385] By: jhi                                   on 2000/10/21  01:28:42
44143         Log: The #7383 was right only in the context of the original bug report,
44144              not in more general case.
44145      Branch: perl
44146            ! pp_hot.c
44147 ____________________________________________________________________________
44148 [  7384] By: jhi                                   on 2000/10/21  01:08:23
44149         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
44150      Branch: perl
44151            ! ext/IO/lib/IO/Select.pm
44152 ____________________________________________________________________________
44153 [  7383] By: jhi                                   on 2000/10/21  00:44:18
44154         Log: Fix for ID 20001020.006, concatenating an unset submatch
44155              with utf8 resulted in "Modification of a read-only value".
44156      Branch: perl
44157            ! pp_hot.c t/pragma/utf8.t
44158 ____________________________________________________________________________
44159 [  7382] By: jhi                                   on 2000/10/20  20:44:31
44160         Log: Make scan_num() reëntrant, as suggested in
44161              
44162              Subject: [PATCH perl@7229] Rentrant parser and yylex()
44163              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
44164              Date: Fri, 20 Oct 2000 14:17:27 +0100
44165              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
44166      Branch: perl
44167            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
44168            ! toke.c
44169 ____________________________________________________________________________
44170 [  7381] By: jhi                                   on 2000/10/20  20:07:29
44171         Log: Reëntrancy fix.
44172              
44173              Subject: [PATCH perl@7229] Rentrant parser and yylex()
44174              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
44175              Date: Fri, 20 Oct 2000 14:17:27 +0100
44176              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
44177      Branch: perl
44178            ! embed.h embed.pl perl.h proto.h toke.c
44179 ____________________________________________________________________________
44180 [  7380] By: jhi                                   on 2000/10/20  19:15:54
44181         Log: Don't write double values through long double pointers,
44182              based on a part of
44183              
44184              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
44185              From: Jens Hamisch <jens@Strawberry.COM>
44186              Date: Tue, 17 Oct 2000 08:39:36 +0200
44187              Message-Id: <20001017083936.A11104@Strawberry.COM>
44188      Branch: perl
44189            ! perl.h pp.c
44190 ____________________________________________________________________________
44191 [  7379] By: jhi                                   on 2000/10/20  18:43:37
44192         Log: Portability tweak on #7377.
44193              
44194              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
44195              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
44196              Date:     Fri, 20 Oct 2000 13:13:41 EDT
44197              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
44198      Branch: perl
44199            ! t/lib/dprof.t
44200 ____________________________________________________________________________
44201 [  7378] By: jhi                                   on 2000/10/20  12:57:19
44202         Log: SOCKS function redefinitions need prototypes, too, otherwise
44203              for example 32 bit versus 64 bit differences cause a lot of
44204              problems.  Part of
44205              
44206              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
44207              From: Jens Hamisch <jens@Strawberry.COM>
44208              Date: Tue, 17 Oct 2000 08:39:36 +0200
44209              Message-Id: <20001017083936.A11104@Strawberry.COM>
44210      Branch: perl
44211            ! doio.c pp_sys.c
44212 ____________________________________________________________________________
44213 [  7377] By: jhi                                   on 2000/10/20  12:37:12
44214         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
44215              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
44216              Date:     Fri, 20 Oct 2000 08:26:04 EDT
44217              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
44218      Branch: perl
44219            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
44220 ____________________________________________________________________________
44221 [  7376] By: jhi                                   on 2000/10/20  12:35:31
44222         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
44223              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
44224              Date:     Fri, 20 Oct 2000 07:48:15 EDT
44225              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
44226      Branch: perl
44227            ! configure.com vms/gen_shrfls.pl
44228 ____________________________________________________________________________
44229 [  7375] By: bailey                                on 2000/10/20  04:44:37
44230         Log: SYN SYN
44231      Branch: vmsperl
44232           +> (branch 134 files)
44233            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
44234            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
44235            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
44236            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
44237            - eg/cgi/frameset.cgi eg/cgi/index.html
44238            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
44239            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
44240            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
44241            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
44242            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
44243            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
44244            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
44245            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
44246            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
44247            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
44248            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
44249            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
44250            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
44251            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
44252            - lib/unicode/Props.txt lib/unicode/UCD300.html
44253            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
44254            - utils/perlbc.PL vms/subconfigure.com
44255           !> (integrate 785 files)
44256 ____________________________________________________________________________
44257 [  7374] By: jhi                                   on 2000/10/20  00:59:48
44258         Log: In the latest compiler builds cccdlflags must not become -fpic,
44259              from Wilfredo Sánchez.
44260      Branch: perl
44261            ! hints/darwin.sh
44262 ____________________________________________________________________________
44263 [  7373] By: jhi                                   on 2000/10/20  00:56:35
44264         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
44265              From: Tony Cook <tony@develop-help.com>
44266              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
44267              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
44268      Branch: perl
44269            ! pod/perlop.pod
44270 ____________________________________________________________________________
44271 [  7372] By: jhi                                   on 2000/10/19  19:34:40
44272         Log: Typo noted by Mark Lutz.
44273      Branch: perl
44274            ! t/op/64bitint.t
44275 ____________________________________________________________________________
44276 [  7371] By: jhi                                   on 2000/10/19  19:33:13
44277         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
44278      Branch: metaconfig
44279            ! U/modified/Cppsym.U U/modified/Oldconfig.U
44280      Branch: metaconfig/U/perl
44281            ! End.U dlsrc.U libperl.U
44282      Branch: perl
44283            + hints/nonstopux.sh
44284            ! Configure MANIFEST config_h.SH
44285 ____________________________________________________________________________
44286 [  7370] By: jhi                                   on 2000/10/19  17:18:08
44287         Log: Subject: PATCH do_print has 2 PerlIO_error()s
44288              From: nick@ccl4.org
44289              Date: Thu, 19 Oct 2000 18:09:20 +0100
44290              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
44291      Branch: perl
44292            ! doio.c
44293 ____________________________________________________________________________
44294 [  7369] By: jhi                                   on 2000/10/19  14:01:49
44295         Log: Update Changes.
44296      Branch: perl
44297            ! Changes patchlevel.h
44298 ____________________________________________________________________________
44299 [  7368] By: jhi                                   on 2000/10/19  13:04:29
44300         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
44301              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
44302              Date: Wed, 18 Oct 2000 13:12:01 +0200
44303              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
44304      Branch: perl
44305            ! hints/aix.sh
44306 ____________________________________________________________________________
44307 [  7367] By: jhi                                   on 2000/10/19  02:22:40
44308         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
44309              of a 'pmshort' anywhere in the B, so the offending line was simply
44310              removed.
44311      Branch: perl
44312            ! ext/B/B/Debug.pm
44313 ____________________________________________________________________________
44314 [  7366] By: jhi                                   on 2000/10/19  02:12:37
44315         Log: Add the test case for the bug id 20000730.004 which seems
44316              to have been fixed by now.
44317      Branch: perl
44318            ! t/pragma/utf8.t
44319 ____________________________________________________________________________
44320 [  7365] By: jhi                                   on 2000/10/18  23:36:24
44321         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
44322              From: Hugo <hv@crypt.compulink.co.uk>
44323              Date: Wed, 18 Oct 2000 23:25:58 +0100
44324              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
44325      Branch: perl
44326            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
44327 ____________________________________________________________________________
44328 [  7364] By: jhi                                   on 2000/10/18  21:12:53
44329         Log: (retracted)
44330      Branch: perl
44331            ! pp.c
44332 ____________________________________________________________________________
44333 [  7363] By: jhi                                   on 2000/10/18  20:55:38
44334         Log: Missing change from #7362.
44335      Branch: perl
44336            ! win32/perlhost.h
44337 ____________________________________________________________________________
44338 [  7362] By: jhi                                   on 2000/10/18  20:52:01
44339         Log: Borland C fstat() never saw the fd as writable.
44340              
44341              Subject: fix for Borland's weak "stat" (perl@7211)
44342              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
44343              Date: Mon, 16 Oct 2000 09:55:03 +0400
44344              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
44345      Branch: perl
44346            ! win32/win32.c
44347 ____________________________________________________________________________
44348 [  7361] By: jhi                                   on 2000/10/18  17:43:50
44349         Log: Regen toc.
44350      Branch: perl
44351            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
44352 ____________________________________________________________________________
44353 [  7360] By: jhi                                   on 2000/10/18  17:07:44
44354         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
44355              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
44356              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
44357              Date: Mon, 16 Oct 2000 15:19:49 +0200
44358      Branch: perl
44359            + README.aix
44360            ! MANIFEST
44361 ____________________________________________________________________________
44362 [  7359] By: jhi                                   on 2000/10/18  17:04:49
44363         Log: Subject: Pod patch for Devel::Peek
44364              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
44365              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
44366              Date: Mon, 16 Oct 2000 12:26:34 +0200
44367      Branch: perl
44368            ! ext/Devel/Peek/Peek.pm
44369 ____________________________________________________________________________
44370 [  7358] By: jhi                                   on 2000/10/18  17:03:15
44371         Log: Make Cwd more bulletproof in chrooted environments.
44372              
44373              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
44374              From: "Eric E. Coe" <Eric.Coe@oracle.com>
44375              Date: Wed, 18 Oct 2000 04:03:54 -0400
44376              Message-Id: <39ED596A.70E599FE@oracle.com>
44377      Branch: perl
44378            ! lib/Cwd.pm
44379 ____________________________________________________________________________
44380 [  7357] By: jhi                                   on 2000/10/18  16:37:26
44381         Log: Disable the UTF8 downgrade croakage for now to avoid
44382              too many not okay messages.
44383      Branch: perl
44384            ! doio.c
44385 ____________________________________________________________________________
44386 [  7356] By: jhi                                   on 2000/10/17  23:29:41
44387         Log: Show the failed remote port, instead of the failing line number.
44388              
44389              Subject: [PATCH 5.6.1 Debugger] More diagnostics
44390              From: David Sparks <daves@ActiveState.com>
44391              Date: Tue, 17 Oct 2000 15:00:24 -0700
44392              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
44393      Branch: perl
44394            ! lib/perl5db.pl
44395 ____________________________________________________________________________
44396 [  7355] By: jhi                                   on 2000/10/17  14:11:31
44397         Log: On output try to downgrade to bytes, croak if impossible,
44398              from Simon Cozens.  This means that outputting >255 UTF8
44399              is impossible.  Consider this as a strong incentive to get
44400              the I/O disciplines implemented.
44401      Branch: perl
44402            ! doio.c pod/perldiag.pod sv.c
44403 ____________________________________________________________________________
44404 [  7354] By: jhi                                   on 2000/10/17  13:42:23
44405         Log: Clarify documentation on 'use bytes'.
44406              
44407              Subject: Re: What does 'use bytes' "mean" ?
44408              From: Simon Cozens <simon@cozens.net>
44409              Date: Mon, 18 Sep 2000 18:24:25 +0100
44410              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
44411      Branch: perl
44412            ! lib/bytes.pm
44413 ____________________________________________________________________________
44414 [  7353] By: jhi                                   on 2000/10/17  13:28:12
44415         Log: Workaround for a sfio bug where the stream error indicator
44416              is not cleared as documented.
44417              
44418              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
44419              From: Nicholas Clark <nick@ccl4.org>
44420              Date: Mon, 16 Oct 2000 18:28:23 +0100
44421              Message-ID: <20001016182823.J19700@plum.flirble.org>
44422      Branch: perl
44423            ! doio.c
44424 ____________________________________________________________________________
44425 [  7352] By: jhi                                   on 2000/10/17  13:06:19
44426         Log: More IoTYPE sprinkling.
44427      Branch: perl
44428            ! doio.c pp_hot.c
44429 ____________________________________________________________________________
44430 [  7351] By: jhi                                   on 2000/10/16  22:47:07
44431         Log: Detect early whether the std streams have gone bad.
44432              
44433              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
44434              Date: Mon, 16 Oct 2000 23:28:42 +0100
44435              From: Nicholas Clark <nick@ccl4.org>
44436              Message-ID: <20001016232842.A37942@plum.flirble.org>
44437      Branch: perl
44438            ! t/op/misc.t
44439 ____________________________________________________________________________
44440 [  7350] By: jhi                                   on 2000/10/16  22:45:16
44441         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
44442              From: "Peter J. Farley III" <pjfarley@banet.net>
44443              Date: Mon, 16 Oct 2000 18:15:59 -0400
44444              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
44445      Branch: perl
44446            ! djgpp/djgpp.c dosish.h t/io/open.t
44447 ____________________________________________________________________________
44448 [  7349] By: jhi                                   on 2000/10/16  22:36:45
44449         Log: perldelta tweak.
44450      Branch: perl
44451            ! pod/perldelta.pod
44452 ____________________________________________________________________________
44453 [  7348] By: jhi                                   on 2000/10/16  15:17:53
44454         Log: Update Changes.
44455      Branch: perl
44456            ! Changes patchlevel.h
44457 ____________________________________________________________________________
44458 [  7347] By: jhi                                   on 2000/10/16  13:55:27
44459         Log: Add the capability to include/exclude branches.
44460      Branch: perl
44461            ! Porting/genlog
44462 ____________________________________________________________________________
44463 [  7346] By: jhi                                   on 2000/10/16  13:18:04
44464         Log: Add Charles Lane.
44465      Branch: perl
44466            ! AUTHORS Changes
44467 ____________________________________________________________________________
44468 [  7345] By: jhi                                   on 2000/10/16  13:13:21
44469         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
44470      Branch: perl
44471            ! pod/perldelta.pod
44472 ____________________________________________________________________________
44473 [  7344] By: gsar                                  on 2000/10/16  09:30:21
44474         Log: integrate change#6220 from cfgperl
44475              
44476              Win32 patches from Benjamin Stuhl.
44477      Branch: maint-5.6/perl
44478           !> makedef.pl win32/win32.h
44479 ____________________________________________________________________________
44480 [  7343] By: gsar                                  on 2000/10/16  08:32:19
44481         Log: integrate changes#6221,6222 from cfgperl
44482              
44483              Remove tr///CU (the feature is to be obsoleted by better interfaces).
44484              From: simon@brecon.co.uk (Simon Cozens)
44485              Subject: [PATCH] Eliminate tr///[CU][CU]
44486              Date: 23 Jun 2000 11:05:40 GMT
44487              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
44488              
44489              doc typo fix
44490              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
44491              From: Ian Phillipps <Ian.Phillipps@iname.com>
44492              Date: Fri, 23 Jun 2000 10:40:58 +0100
44493              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
44494      Branch: maint-5.6/perl
44495           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
44496 ____________________________________________________________________________
44497 [  7342] By: gsar                                  on 2000/10/16  08:28:08
44498         Log: integrate change#6217 from cfgperl (in part)
44499              
44500              Rename the fdpid locking and integrate with Sarathy.
44501      Branch: maint-5.6/perl
44502           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
44503           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
44504           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
44505           !> win32/win32.c
44506 ____________________________________________________________________________
44507 [  7341] By: gsar                                  on 2000/10/16  08:23:39
44508         Log: integrate changes#6214..6216 from mainline
44509              
44510              @_ can't have junk in it even in the non-USE_ITHREADS case because
44511              caller() wants to populate @DB::args with it (causes a coredump
44512              in Carp::confess())
44513              
44514              tweak comment about @DB::args
44515              
44516              be more optimal about clearing @_
44517      Branch: maint-5.6/perl
44518           !> av.h cop.h pp_ctl.c t/op/runlevel.t
44519 ____________________________________________________________________________
44520 [  7340] By: gsar                                  on 2000/10/16  08:20:37
44521         Log: integrate changes#6207..6210 from cfgperl
44522              
44523              Subject: [PATCH 5.6.0] Threadsafe patches
44524              From: Dan Sugalski <dan@sidhe.org>
44525              To: perl5-porters@perl.org
44526              Date: Mon, 08 May 2000 18:08:13 -0400
44527              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
44528              
44529              Regen headers for #6207.
44530              
44531              Lock PL_fdpid against race conditions, based on:
44532              Subject: [PATCH 5.6.0]subprocess fixup for threads
44533              From: Dan Sugalski <dan@sidhe.org>
44534              To: perl5-porters@perl.org
44535              Date: Tue, 11 Apr 2000 17:02:32 -0400
44536              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
44537              
44538              Mopup for #6207 and #6209.
44539      Branch: maint-5.6/perl
44540           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
44541           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
44542           !> win32/win32.c
44543 ____________________________________________________________________________
44544 [  7339] By: gsar                                  on 2000/10/16  08:14:34
44545         Log: integrate change#6203 from cfgperl
44546              
44547              perldiag should refer to perlos2.pod not README.os2
44548      Branch: maint-5.6/perl
44549           !> pod/perldiag.pod
44550 ____________________________________________________________________________
44551 [  7338] By: gsar                                  on 2000/10/16  08:11:42
44552         Log: integrate change#6201 from mainline
44553              
44554              Perl_eval_pv() leaks 4 bytes every time it is called because it
44555              does a PUSHMARK that's never ever POPMARKed; in general, only
44556              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
44557              Perl_eval_[sp]v() don't because they don't take any incoming
44558              arguments (this leak has been around since the original version
44559              of perl_eval_pv() in 5.003_97e)
44560      Branch: maint-5.6/perl
44561           !> perl.c
44562 ____________________________________________________________________________
44563 [  7337] By: gsar                                  on 2000/10/16  08:08:47
44564         Log: integrate changes#6197..6200 from cfgperl
44565              
44566              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
44567              From: John Borwick <jhborwic@unity.ncsu.edu>
44568              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
44569              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
44570              
44571              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
44572              From: Dan Sugalski <dan@sidhe.org>
44573              To: vmsperl@perl.org, perl5-porters@perl.org
44574              Date: Fri, 02 Jun 2000 16:00:41 -0400
44575              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
44576              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
44577              
44578              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
44579              From: Dan Sugalski <dan@sidhe.org>
44580              To: perl5-porters@perl.org, vmsperl@perl.org
44581              Date: Fri, 02 Jun 2000 17:30:51 -0400
44582              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
44583              
44584              Update to cperl-mode.el 4.31 from
44585              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
44586              Subject: A couple of notes
44587              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44588              To: Mailing list Perl5 <perl5-porters@perl.org>
44589              Date: Sat, 3 Jun 2000 23:33:32 -0400
44590              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
44591      Branch: maint-5.6/perl
44592           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
44593           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
44594           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
44595           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
44596           !> vms/vmsish.h
44597 ____________________________________________________________________________
44598 [  7336] By: gsar                                  on 2000/10/16  08:03:46
44599         Log: integrate changes#6194,6195 from mainline
44600              
44601              fix small eval"" memory leaks under USE_ITHREADS
44602              
44603              fix yet another eval"" leak under USE_ITHREADS
44604      Branch: maint-5.6/perl
44605           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
44606           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
44607           !> vms/perly_c.vms
44608 ____________________________________________________________________________
44609 [  7335] By: gsar                                  on 2000/10/16  08:02:15
44610         Log: integrate changes#6190,6191 from mainline
44611              
44612              submit missing embed.pl change
44613              
44614              vec() loses numericalness (modified version of patch suggested
44615              by Robin Barker)
44616      Branch: maint-5.6/perl
44617           !> doop.c embed.pl t/op/vec.t
44618 ____________________________________________________________________________
44619 [  7334] By: gsar                                  on 2000/10/16  08:01:03
44620         Log: integrate change#6189 from mainline
44621              
44622              counting tr/// corrupts later operation (from M.J.T Guy)
44623      Branch: maint-5.6/perl
44624           !> doop.c t/op/tr.t
44625 ____________________________________________________________________________
44626 [  7333] By: gsar                                  on 2000/10/16  07:59:07
44627         Log: integrate changes#6183..6188 from mainline
44628              
44629              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
44630              <nick@ccl4.org>)
44631              
44632              tweak for change#6127
44633              
44634              remove incorrect documentation about implicit split to @_ in
44635              list context, which never really worked in perl 5 (from
44636              M.J.T. Guy)
44637              
44638              further qualify references to "alphanumeric" (from Wolfgang Laun
44639              <wolfgang.laun@alcatel.at>)
44640              
44641              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
44642              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
44643              
44644              h2xs tweaks
44645      Branch: maint-5.6/perl
44646           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
44647           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
44648           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
44649           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
44650           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
44651           !> pod/pod2latex.PL utils/h2xs.PL
44652 ____________________________________________________________________________
44653 [  7332] By: gsar                                  on 2000/10/16  07:53:52
44654         Log: integrate change#6179 from mainline
44655              
44656              buggy modulus on UVs introduced by change#3378 (resulted in
44657              4063328477 % 65535 amounting to 27406, instead of 27407)
44658      Branch: maint-5.6/perl
44659           !> pp.c t/op/arith.t
44660 ____________________________________________________________________________
44661 [  7331] By: gsar                                  on 2000/10/16  07:52:49
44662         Log: integrate changes#6176,6177,6178,6182 from cfgperl
44663              
44664              Single-quoted utf8 patch from Simon Cozens.
44665              
44666              Substitution utf8 patch from Simon Cozens.
44667              
44668              Be cleaner.
44669              
44670              Be Cleaner Part Deux.
44671      Branch: maint-5.6/perl
44672           !> Makefile.SH pp_hot.c toke.c
44673 ____________________________________________________________________________
44674 [  7330] By: gsar                                  on 2000/10/16  07:41:36
44675         Log: integrate change#6172 from mainline
44676              
44677              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
44678              (from Ilya Zakharevich)
44679      Branch: maint-5.6/perl
44680           !> regexec.c t/op/re_tests
44681 ____________________________________________________________________________
44682 [  7329] By: gsar                                  on 2000/10/16  07:40:25
44683         Log: integrate change#6171 from mainline
44684              
44685              scalar() doesn't force scalar context when used in void context
44686              (from Simon Cozens)
44687      Branch: maint-5.6/perl
44688           !> op.c t/op/wantarray.t
44689 ____________________________________________________________________________
44690 [  7328] By: gsar                                  on 2000/10/16  07:39:33
44691         Log: integrate change#6170 from mainline
44692              
44693              change#6142 needs tweaks to tests to work where there's no
44694              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
44695      Branch: maint-5.6/perl
44696           !> t/lib/filefind.t
44697 ____________________________________________________________________________
44698 [  7327] By: gsar                                  on 2000/10/16  07:35:34
44699         Log: integrate changes#6166..6168 from cfgperl
44700              
44701              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
44702              in case somebody wants to write an extension for more
44703              shadow database interfaces.
44704              
44705              tweak todo
44706              
44707              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
44708      Branch: maint-5.6/perl
44709           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
44710           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
44711           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
44712           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
44713           !> win32/config.vc win32/config_H.bc win32/config_H.gc
44714           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
44715 ____________________________________________________________________________
44716 [  7326] By: gsar                                  on 2000/10/16  07:29:05
44717         Log: integrate changes#6157,6159..6161,6164 from cfgperl
44718              
44719              Regen Configure to jive with #6149.
44720              
44721              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
44722              
44723              Changes for the File::Temp 0.08 (change #6159) test suite
44724              to fit better into the Perl distribution test framework.
44725              
44726              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
44727              both from Simon Cozens.
44728              
44729              detypo
44730      Branch: maint-5.6/perl
44731           +> pod/perlmodlib.PL pod/perlnewmod.pod
44732           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
44733           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
44734           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
44735           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
44736 ____________________________________________________________________________
44737 [  7325] By: gsar                                  on 2000/10/16  07:25:13
44738         Log: integrate change#6158 from vmsperl
44739              
44740              Add fallback to tmpfile for use in cases where user's relying on
44741              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
44742              Lane's patch)
44743      Branch: maint-5.6/perl
44744           !> vms/vms.c vms/vmsish.h
44745 ____________________________________________________________________________
44746 [  7324] By: gsar                                  on 2000/10/16  07:20:50
44747         Log: integrate changes#6153..6155 from mainline
44748              
44749              prettier Test::Harness output on failed tests (from Nicholas Clark
44750              <nick@Bagpuss.uk.boo.com>)
44751              
44752              avoid type mismatch warning
44753              
44754              small bug in change#6144; remove random \xA0 character that snuck
44755              in via change#6145
44756      Branch: maint-5.6/perl
44757           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
44758           !> perl.c
44759 ____________________________________________________________________________
44760 [  7323] By: gsar                                  on 2000/10/16  07:18:47
44761         Log: integrate changes#6151,6152 from mainline
44762              
44763              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
44764              
44765              cosmetic fixups of RE debug output (from Ilya Zakharevich)
44766      Branch: maint-5.6/perl
44767           !> regexec.c
44768 ____________________________________________________________________________
44769 [  7322] By: gsar                                  on 2000/10/16  07:17:25
44770         Log: integrate changes#6146..6150 from mainline
44771              
44772              doc typo
44773              
44774              add a make entry to Config.pm so "perl -V:make" works on VMS
44775              (from Peter Prymmer)
44776              
44777              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
44778              
44779              OS/2 tweaks for usethreads build (from Rocco Caputo
44780              <troc@netrus.net>)
44781              
44782              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
44783      Branch: maint-5.6/perl
44784           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
44785           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
44786           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
44787           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
44788           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
44789           !> warnings.pl x2p/a2p.h
44790 ____________________________________________________________________________
44791 [  7321] By: gsar                                  on 2000/10/16  07:14:02
44792         Log: integrate changes#6143..6145 from mainline
44793              
44794              MacOS support, part 1 (from Matthias Neeracher
44795              <neeri@iis.ee.ethz.ch>)
44796              
44797              MacOS support, part 2: make AutoSplit use File::Spec instead
44798              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
44799              <neeri@iis.ee.ethz.ch>)
44800              
44801              make xsubpp skip embedded pod (from Matthias Neeracher
44802              <neeri@iis.ee.ethz.ch>)
44803      Branch: maint-5.6/perl
44804           +> ext/DynaLoader/dl_mac.xs
44805           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
44806           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
44807           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
44808           !> pp_ctl.c proto.h toke.c util.c util.h
44809 ____________________________________________________________________________
44810 [  7320] By: gsar                                  on 2000/10/16  07:12:13
44811         Log: integrate changes#6141,6142 from mainline
44812              
44813              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
44814              forwarded by Peter Seebach from the bsdi-users mailing list.
44815              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
44816              
44817              File::Find fails to chdir when chasing symlinks (from
44818              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
44819      Branch: maint-5.6/perl
44820           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
44821 ____________________________________________________________________________
44822 [  7319] By: gsar                                  on 2000/10/16  07:04:30
44823         Log: integrate change#6139 from mainline
44824              
44825              revise mktables.PL for bugs and newness in Unicode 3.0
44826              (from James Bence <jbence@amgen.com>)
44827      Branch: maint-5.6/perl
44828           +> (branch 30 files)
44829           !> (integrate 49 files)
44830 ____________________________________________________________________________
44831 [  7318] By: gsar                                  on 2000/10/16  07:01:01
44832         Log: integrate changes#6137,6138 from mainline
44833              
44834              fix bogus redeclaration warning for "our" variables in different
44835              scopes
44836              
44837              add note about the handling of negative indices to tied arrays
44838              (from Michael G Schwern <schwern@pobox.com>)
44839      Branch: maint-5.6/perl
44840           !> op.c pod/perltie.pod t/pragma/strict-vars
44841 ____________________________________________________________________________
44842 [  7317] By: gsar                                  on 2000/10/16  06:58:46
44843         Log: integrate changes#6127..6136 from mainline
44844              
44845              call_method(...,G_EVAL) can longjmp() out if the method probing
44846              failed (from Gisle Aas)
44847              
44848              new perlxstut example for passing/returning refs to arrays
44849              (from David Lowe <dlowe@pootpoot.com>)
44850              
44851              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
44852              
44853              fix places that mean C<"word" character> but say C<alphanumeric
44854              character>
44855              
44856              avoid warnings in POSIX.pm (from Barrie Slaymaker)
44857              
44858              warnings::enabled() doesn't fall back to looking at $^W if
44859              caller isn't using lexical warnings (from Paul Marquess)
44860              
44861              elide bogus test in change#6132
44862              
44863              make Test::Harness use wait.h/WCOREDUMP if available
44864              (from Ben Tilly <ben_tilly@hotmail.com>)
44865              
44866              enable Test::Harness to dynamically determine column width etc.
44867              (from Rob Napier <rnapier@employees.org>)
44868              
44869              random pod typos (from Peter Scott <Peter@PSDT.com>)
44870      Branch: maint-5.6/perl
44871           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
44872           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
44873           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
44874           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
44875 ____________________________________________________________________________
44876 [  7316] By: gsar                                  on 2000/10/16  06:53:23
44877         Log: integrate change#6126 from mainline
44878              
44879              change#2879 broke rvalue autovivification of magicals such as
44880              ${$num} (reworked variant of patch suggested by Simon Cozens)
44881      Branch: maint-5.6/perl
44882           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
44883           !> pp_hot.c proto.h t/op/gv.t
44884 ____________________________________________________________________________
44885 [  7315] By: gsar                                  on 2000/10/16  06:51:38
44886         Log: integrate changes#6123,6125 from mainline
44887              
44888              clarify gotcha with #line directives (from Rocco Caputo
44889              <troc@netrus.net>)
44890              
44891              enable propagating exception objects via Perl_croak() in XS code
44892              (from Gisle Aas)
44893      Branch: maint-5.6/perl
44894           !> pod/perldebug.pod pod/perlsyn.pod util.c
44895 ____________________________________________________________________________
44896 [  7314] By: gsar                                  on 2000/10/16  06:49:28
44897         Log: integrate change#6122 from mainline
44898              
44899              downgrade fatal error on C<"foo@nosucharray.com"> to optional
44900              warning (from Mark-Jason Dominus)
44901      Branch: maint-5.6/perl
44902           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
44903           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
44904           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
44905           !> toke.c
44906 ____________________________________________________________________________
44907 [  7313] By: gsar                                  on 2000/10/16  06:46:54
44908         Log: integrate changes#6112..6121 from vmsperl
44909              
44910              Check for existence of file before trying to delete
44911              
44912              Ugly workaround for version-specific RTL error
44913              
44914              Urk -- undo previous removal of vmsish 'exit' change
44915              
44916              Add bounds checking for several strings (Charles Lane)
44917              
44918              Miscellaneous cosmetic fixes (Charles Lane)
44919              
44920              Treat sockets as special in sys(read|write) (Charles Lane et al.)
44921              
44922              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
44923              Flatten case labels in switch statements uniformly (Charles Bailey)
44924              
44925              Quiet error messages in vmsish.t (Charles Lane)
44926              
44927              Add missing escape (Charles Lane)
44928              
44929              Allow eliminate_macros() and fixpath() to handle space-delimited
44930              lists (based on fixes by Craig Berry)
44931      Branch: maint-5.6/perl
44932           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
44933           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
44934           !> vms/vmsish.h
44935 ____________________________________________________________________________
44936 [  7312] By: gsar                                  on 2000/10/16  06:41:18
44937         Log: integrate changes#6107,6110 from cfgperl
44938              
44939              Tweak the todo list.
44940              
44941              todo tweak
44942      Branch: maint-5.6/perl
44943           !> Todo-5.6
44944 ____________________________________________________________________________
44945 [  7311] By: gsar                                  on 2000/10/16  06:38:38
44946         Log: integrate changes#6104,6108 from mainline
44947              
44948              PL_sys_intern was being initialized too late on windows
44949              
44950              reenable fake signal handling on Windows, bugs and all
44951      Branch: maint-5.6/perl
44952           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
44953           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
44954           !> win32/win32.c
44955 ____________________________________________________________________________
44956 [  7310] By: gsar                                  on 2000/10/16  06:36:03
44957         Log: integrate changes#6095,6097..6103 from cfgperl
44958              
44959              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
44960              might be useful in future.
44961              
44962              Add a note about possible compilation problems from Allen Smith.
44963              
44964              Add a note about other, yet unsupported, shadow password APIs.
44965              
44966              Tweaks for the cc bugs from Allen Smith.
44967              
44968              More compilation tweakery from Allen Smith.
44969              
44970              Hints and test tweaks for Unicos.
44971              
44972              The test suite tweak in #6101 wasn't quite right.
44973              
44974              Test tweaking for Unicos continues.
44975      Branch: maint-5.6/perl
44976           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
44977           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
44978           !> t/lib/complex.t t/op/64bitint.t
44979 ____________________________________________________________________________
44980 [  7309] By: gsar                                  on 2000/10/16  06:29:41
44981         Log: integrate changes#6093,6094 from mainline
44982              
44983              fork() failure to create pseudo process sets errno=EAGAIN and returns
44984              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
44985              
44986              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
44987      Branch: maint-5.6/perl
44988           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
44989           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
44990 ____________________________________________________________________________
44991 [  7308] By: gsar                                  on 2000/10/16  06:27:29
44992         Log: integrate change#6092 from cfgperl
44993              
44994              Regen perltoc with the fixed buildtoc.
44995      Branch: maint-5.6/perl
44996           !> pod/perltoc.pod
44997 ____________________________________________________________________________
44998 [  7307] By: gsar                                  on 2000/10/16  06:26:40
44999         Log: integrate changes#6089,6090 from mainline
45000              
45001              buildtoc tweak to fix newline lossage
45002              
45003              concat doesn't preserve utf8-ness, and doesn't invalidate
45004              [NI]OK; added tests for both
45005      Branch: maint-5.6/perl
45006           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
45007 ____________________________________________________________________________
45008 [  7306] By: gsar                                  on 2000/10/16  06:24:05
45009         Log: integrate change#6088 from cfgperl
45010              
45011              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
45012              because we do not use those.  The HAS_GETSPNAM remains,
45013              though, because we still do use that.
45014      Branch: maint-5.6/perl
45015           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
45016           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
45017           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
45018           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
45019           !> win32/config.vc win32/config_H.bc win32/config_H.gc
45020           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
45021 ____________________________________________________________________________
45022 [  7305] By: gsar                                  on 2000/10/16  06:15:52
45023         Log: integrate changes#6084,6085,6087 from mainline
45024              
45025              substr() does not preserve utf8-ness (from Stefan Eissing
45026              <Eissing@medicaldataservice.de>); added tests
45027              
45028              repeat operator (x) doesn't preserve utf8-ness
45029              
45030              reverse() and quotemeta() weren't preserving utf8-ness; add tests
45031      Branch: maint-5.6/perl
45032           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
45033 ____________________________________________________________________________
45034 [  7304] By: gsar                                  on 2000/10/16  06:13:10
45035         Log: integrate changes#6077..6083 from mainline
45036              
45037              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
45038              and Tom Phoenix)
45039              
45040              workaround for CRT bug in chdir() (from Charles Lane, via
45041              Peter Prymmer)
45042              
45043              remove outdated kludge in Carp (NULLs are permitted in diagnostics
45044              now)
45045              
45046              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
45047              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
45048              
45049              better default perlbug categories for ok reports (from Richard Foley)
45050              
45051              peek.t non-portable to ithreads
45052              
45053              note about undocumented caller() return value (from M.J.T. Guy);
45054              yet another peek.t tweak
45055      Branch: maint-5.6/perl
45056           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
45057           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
45058           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
45059           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
45060           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
45061           !> vms/vmsish.h
45062 ____________________________________________________________________________
45063 [  7303] By: gsar                                  on 2000/10/16  06:03:18
45064         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
45065              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
45066              
45067              &HUGE_VAL is not defined, it exists.
45068              
45069              Do not warn that an infinity does not look like a number.
45070              
45071              Rewrite the pwent/spent logic to be a little bit more clearer.
45072              
45073              Continue on the pwent/spent case.
45074              
45075              Correct Freudian slip.
45076              
45077              Use HUGE_VALL if applicable.
45078              
45079              pwent/spent #ifdef imbalance.
45080              
45081              Infinite problems.
45082              
45083              Call getspnam() only iff needd.
45084              
45085              Test both the scalar and list contexts.
45086              
45087              Use setxxent()/endxxent().
45088              
45089              Complex tweakery.
45090              
45091              Unicos hint tweak.
45092              
45093              Be more forgiving in POSIX about HUGE_VALL.
45094              
45095              Detypo.
45096              
45097              The search of infinity continues, this time simplified.
45098              
45099              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
45100              in natively 64-bit platforms where a long is a quad (no need
45101              for long longs).  Also added bias for IVs.
45102              
45103              Complex tweaks.
45104              
45105              Introduce t/lib/peek.t.
45106              
45107              Make the test more portable.
45108      Branch: maint-5.6/perl
45109           +> t/lib/peek.t
45110            ! pp_sys.c
45111           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
45112           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
45113           !> t/op/pwent.t toke.c util.c
45114 ____________________________________________________________________________
45115 [  7302] By: gsar                                  on 2000/10/16  05:03:37
45116         Log: integrate changes#6066..6071 from mainline
45117              
45118              s/END/CHECK/
45119              
45120              replace direct call to sighandler() with (*PL_sighandlerp)()
45121              
45122              note about values()
45123              
45124              File::Spec compatibility update (from Barrie Slaymaker
45125              <barries@slaysys.com>)
45126              
45127              remove misleading comment (from M.J.T. Guy)
45128              
45129              misformatted perllocal.pod (from Tim Jenness
45130              <t.jenness@jach.hawaii.edu>)
45131      Branch: maint-5.6/perl
45132           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
45133           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
45134           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
45135           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
45136 ____________________________________________________________________________
45137 [  7301] By: gsar                                  on 2000/10/16  05:00:08
45138         Log: integrate changes#6061..6063 from mainline
45139              
45140              change#5921 neglected to make eq honor "use bytes"
45141              
45142              additional tests for utf8.t
45143              
45144              tokeq() could read unallocated field in argument
45145      Branch: maint-5.6/perl
45146           !> sv.c t/pragma/utf8.t toke.c
45147 ____________________________________________________________________________
45148 [  7300] By: gsar                                  on 2000/10/16  04:56:54
45149         Log: integrate changes#6046,6048,6057,6058 from mainline
45150              
45151              libscheck has insufficient checks for n32 libs (from
45152              Albert Chin-A-Young <china@thewrittenword.com>)
45153              
45154              add note about how $( doesn't interpolate in REs (from
45155              Philip Newton <newton@ficus.frogspace.net>)
45156              
45157              fix broken parsing of /\x{ab}/
45158              
45159              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
45160              (spotted by Donald Kinzer <dkinzer@premia.com>)
45161      Branch: maint-5.6/perl
45162           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
45163           !> t/pragma/utf8.t
45164 ____________________________________________________________________________
45165 [  7299] By: gsar                                  on 2000/10/16  04:52:50
45166         Log: integrate change#6044 from mainline
45167              
45168              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
45169              such that underscores are only ignored in literal numbers,
45170              "\x{...}", and hex/oct argument
45171      Branch: maint-5.6/perl
45172           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
45173 ____________________________________________________________________________
45174 [  7298] By: gsar                                  on 2000/10/16  04:50:53
45175         Log: integrate changes#6027..6043 from mainline
45176              
45177              podlators-1.02 update (from Russ Allbery)
45178              
45179              Pod::Man generates groff-incompatible macro definition (from
45180              Tom Christiansen)
45181              
45182              add CGI.pm v2.66 (from Lincoln Stein)
45183              
45184              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
45185              for @- and @+ (from Johan Vromans)
45186              
45187              small nits in diagnostics.pm (from Robin Barker)
45188              
45189              whitespace adjustments
45190              
45191              missing files in MANIFEST
45192              
45193              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
45194              to compensate
45195              
45196              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
45197              
45198              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
45199      Branch: maint-5.6/perl
45200           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
45201           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
45202           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
45203           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
45204           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
45205           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
45206           !> t/lib/cgi-html.t t/lib/cgi-request.t
45207 ____________________________________________________________________________
45208 [  7297] By: gsar                                  on 2000/10/16  04:44:30
45209         Log: integrate change#6025 from mainline
45210              
45211              Is{Alnum,Alpha,Word} don't match titlecase
45212              TODO: IsSpace is defined recursively!
45213              (both spotted by Larry)
45214      Branch: maint-5.6/perl
45215           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
45216           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
45217 ____________________________________________________________________________
45218 [  7296] By: gsar                                  on 2000/10/16  04:39:30
45219         Log: integrate change#6023 from mainline
45220              
45221              debugger stomps on $. (from M.J.T. Guy)
45222      Branch: maint-5.6/perl
45223           !> lib/perl5db.pl
45224 ____________________________________________________________________________
45225 [  7295] By: gsar                                  on 2000/10/16  04:38:02
45226         Log: integrate change#6022 from mainline
45227              
45228              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
45229      Branch: maint-5.6/perl
45230           !> sv.c
45231 ____________________________________________________________________________
45232 [  7294] By: gsar                                  on 2000/10/16  04:37:05
45233         Log: integrate changes#6018..6021 from mainline
45234              
45235              make lib/syslog.t portable to systems that don't have _PATH_LOG,
45236              make _PATH_LOG() return "" if unavailable
45237              
45238              windows portability tweaks
45239              
45240              test tweak
45241              
45242              remove Win2K issue in pod (fixed by change#6020)
45243      Branch: maint-5.6/perl
45244           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
45245           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
45246           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
45247 ____________________________________________________________________________
45248 [  7293] By: gsar                                  on 2000/10/16  04:20:00
45249         Log: integrate changes#6013..6015 from mainline
45250              
45251              tweak change#5945 to display correct switch name in diagnostic
45252              
45253              glob() loading File::Glob behind the scenes may cause syntax errors
45254              
45255              tweak test for portability
45256      Branch: maint-5.6/perl
45257           !> op.c perl.c pod/perldiag.pod t/lib/b.t
45258 ____________________________________________________________________________
45259 [  7292] By: gsar                                  on 2000/10/16  04:18:11
45260         Log: integrate changes#6005..6010 from mainline, cfgperl
45261              
45262              perldoc might fail via "use blib" (from Hugo van der Sanden)
45263              
45264              Regen Configure.
45265              
45266              note about compile failures and END blocks (from M.J.T. Guy)
45267              
45268              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
45269              
45270              (change#6009 integrated earlier in change#7255)
45271              
45272              clarify note about shadow password support (from
45273              gellyfish@gellyfish.com)
45274      Branch: maint-5.6/perl
45275           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
45276           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
45277           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
45278 ____________________________________________________________________________
45279 [  7291] By: gsar                                  on 2000/10/16  04:12:03
45280         Log: integrate changes#6002,6003 from mainline
45281              
45282              destructive sv_setsv() can lose UV-ness from source, causing
45283              numeric promotions/comparisons to fail to do the right thing
45284              
45285              allow REG_EXPAND_SZ keys in Windows registry (from
45286              John Clayton <John.Clayton@barclayscapital.com>)
45287      Branch: maint-5.6/perl
45288           !> sv.c win32/win32.c
45289 ____________________________________________________________________________
45290 [  7290] By: gsar                                  on 2000/10/16  04:10:19
45291         Log: integrate change#6001 from mainline
45292              
45293              support additional library locations via $Config{otherlibdirs}
45294              (from Andy Dougherty)
45295      Branch: maint-5.6/perl
45296           !> Configure INSTALL Porting/Glossary Porting/config.sh
45297           !> Porting/config_H config_h.SH epoc/config.sh perl.c
45298           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
45299           !> win32/config.bc win32/config.gc win32/config.vc
45300 ____________________________________________________________________________
45301 [  7289] By: gsar                                  on 2000/10/16  04:08:28
45302         Log: integrate change#5999 from mainline
45303              
45304              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
45305      Branch: maint-5.6/perl
45306           !> t/pragma/warn/toke toke.c
45307 ____________________________________________________________________________
45308 [  7288] By: gsar                                  on 2000/10/16  04:07:01
45309         Log: integrate changes#5997,5998 from cfgperl
45310              
45311              Preserve $!.
45312              
45313              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
45314      Branch: maint-5.6/perl
45315           !> lib/Math/Complex.pm
45316 ____________________________________________________________________________
45317 [  7287] By: gsar                                  on 2000/10/16  04:04:37
45318         Log: integrate change#5995 from mainline
45319              
45320              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
45321      Branch: maint-5.6/perl
45322           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
45323 ____________________________________________________________________________
45324 [  7286] By: gsar                                  on 2000/10/16  04:03:21
45325         Log: integrate change#5994 from mainline
45326              
45327              fix for missed accounting for null byte in pack("Z",...) (from
45328              M.J.T. Guy)
45329      Branch: maint-5.6/perl
45330           !> pp.c t/op/pack.t
45331 ____________________________________________________________________________
45332 [  7285] By: gsar                                  on 2000/10/16  04:02:11
45333         Log: integrate changes#5989..5993 from mainline
45334              
45335              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
45336              itself and no other (from Tom Hughes)
45337              
45338              use $ENV{LIB} to search for libs under Visual C compiler
45339              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
45340              
45341              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
45342              
45343              pod nit (from Simon Cozens)
45344              
45345              various minor tweaks seen on p5p
45346      Branch: maint-5.6/perl
45347           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
45348           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
45349           !> t/op/array.t toke.c
45350 ____________________________________________________________________________
45351 [  7284] By: gsar                                  on 2000/10/16  03:59:00
45352         Log: integrate changes#5978..5988 from mainline
45353              
45354              sync version numbers in File::Spec with the ones on CPAN
45355              (from Barrie Slaymaker)
45356              
45357              under useithreads, constant pad entries could inadvertantly be
45358              shared across threads (from Eric Blood <eblood@xmission.com>);
45359              added Eric's test case to testsuite
45360              
45361              allow Configure -S to run non-interactively (spotted by Greg Hudson
45362              <ghudson@mit.edu>)
45363              
45364              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
45365              prototype mismatch with CORE::glob(); update pod and tests to
45366              suit (File::Glob::glob() is still available for backward
45367              compatibility, but should be considered deprecated)
45368              
45369              avoid error in IO::Socket::INET when given an unknown service name
45370              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
45371              
45372              numeric conversion of non-number in change#3378 tramples on
45373              OOK offset, causing segfaults
45374              
45375              attributes::reftype() doesn't work on tied argument
45376              
45377              forked child may not exit correctly if it failed to open
45378              /dev/console (from Graham Barr)
45379              
45380              add regular expressions tutorial and quick-start guide (from
45381              Mark Kvale <kvale@phy.ucsf.edu>)
45382              
45383              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
45384              
45385              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
45386              <paul@miraclefish.com>)
45387      Branch: maint-5.6/perl
45388           +> pod/perlrequick.pod pod/perlretut.pod
45389           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
45390           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
45391           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
45392           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
45393           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
45394           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
45395           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
45396           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
45397 ____________________________________________________________________________
45398 [  7283] By: gsar                                  on 2000/10/16  03:52:14
45399         Log: integrate change#5977 from mainline
45400              
45401              autoquote barewords followed by newline and arrow properly
45402              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
45403      Branch: maint-5.6/perl
45404           !> t/pragma/warn/toke toke.c
45405 ____________________________________________________________________________
45406 [  7282] By: gsar                                  on 2000/10/16  03:50:48
45407         Log: integrate change#5976 from mainline
45408              
45409              DB_File v1.73 update (from Paul Marquess)
45410      Branch: maint-5.6/perl
45411           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
45412           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
45413 ____________________________________________________________________________
45414 [  7281] By: gsar                                  on 2000/10/16  03:49:14
45415         Log: integrate change#5975 from mainline
45416              
45417              allow sort() reentrancy (variant of patch suggested by
45418              Hugo van der Sanden)
45419      Branch: maint-5.6/perl
45420           !> pp_ctl.c t/op/sort.t
45421 ____________________________________________________________________________
45422 [  7280] By: gsar                                  on 2000/10/16  03:48:22
45423         Log: integrate change#5974 from mainline
45424              
45425              change#4197 somehow missed initializing PL_errors, meaning
45426              syntax error queueing wasn't working outside eval"" at all;
45427              also fixed eval"" to localize PL_error_count, so that compile-time
45428              eval's don't clobber the error state of the outer context
45429      Branch: maint-5.6/perl
45430           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
45431           !> t/pragma/warn/toke
45432 ____________________________________________________________________________
45433 [  7279] By: gsar                                  on 2000/10/16  03:46:21
45434         Log: integrate change#5973 from mainline
45435              
45436              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
45437      Branch: maint-5.6/perl
45438           !> regcomp.c regexec.c t/op/re_tests
45439 ____________________________________________________________________________
45440 [  7278] By: gsar                                  on 2000/10/16  03:44:54
45441         Log: integrate change#5971 from cfgperl
45442              
45443              Unicos tweaks from Mark P. Lutz.
45444      Branch: maint-5.6/perl
45445           !> hints/unicos.sh lib/Math/Complex.pm
45446 ____________________________________________________________________________
45447 [  7277] By: gsar                                  on 2000/10/16  03:42:59
45448         Log: integrate changes#5966..5970 from mainline
45449              
45450              add testsuite for B backends, fix bug in B::Deparse (from
45451              Simon Cozens <simon@brecon.co.uk>)
45452              
45453              improved docs on the warn_uninit diagnostic (from David Glasser
45454              and Simon Cozens)
45455              
45456              tolerate spaces in group names in test on solaris (from David Boyce
45457              <dsb@boyski.com>)
45458              
45459              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
45460              
45461              Data::Dumper fumbles negative numbers on 32-bit platforms where
45462              IV is >32bits
45463      Branch: maint-5.6/perl
45464           +> t/lib/b.t t/lib/syslog.t
45465           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
45466           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
45467           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
45468 ____________________________________________________________________________
45469 [  7276] By: gsar                                  on 2000/10/16  03:39:30
45470         Log: integrate change#5965 from mainline
45471              
45472              avoid "will not stay shared" warnings for our variables (from
45473              Robin Barker)
45474      Branch: maint-5.6/perl
45475           !> op.c t/pragma/warn/op
45476 ____________________________________________________________________________
45477 [  7275] By: gsar                                  on 2000/10/16  03:38:18
45478         Log: integrate change#5964 from mainline
45479              
45480              reformat to 72 columns (again)
45481      Branch: maint-5.6/perl
45482           !> pod/perldiag.pod
45483 ____________________________________________________________________________
45484 [  7274] By: gsar                                  on 2000/10/16  03:36:58
45485         Log: integrate change#5963 from mainline
45486              
45487              patch from Larry to make (\&) prototype work; added tests for
45488              the same
45489      Branch: maint-5.6/perl
45490           !> op.c t/comp/proto.t
45491 ____________________________________________________________________________
45492 [  7273] By: gsar                                  on 2000/10/16  03:35:51
45493         Log: integrate changes#5956..5962 from mainline
45494              
45495              better diagnostics on failed tests (from Ilya Zakharevich)
45496              
45497              pod nits (from A. C. Yardley <yardley@tanet.net>)
45498              
45499              change#3569 deleted some essential code, revert; avoid use of
45500              atexit() to make DynaLoader work properly on AIX under mod_perl
45501              (from Jens-Uwe Mager <jum@helios.de>)
45502              
45503              doubled words in pods (from Simon Cozens
45504              <simon.p.cozens@jp.pwcglobal.com>)
45505              
45506              better INSTALL notes on Solaris issues (from Dominic Dunlop)
45507              
45508              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
45509              
45510              updated README.hpux (from Jeff Okamoto)
45511      Branch: maint-5.6/perl
45512           !> INSTALL README.hpux emacs/cperl-mode.el
45513           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
45514           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
45515           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
45516           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
45517           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
45518           !> t/op/lex_assign.t
45519 ____________________________________________________________________________
45520 [  7272] By: gsar                                  on 2000/10/16  03:31:22
45521         Log: integrate change#5955 from mainline
45522              
45523              longstanding bug exposed by change#3307: sort arguments weren't
45524              compiled with the right wantarray context (ensuing runtime lookup
45525              via block_gimme() was getting the incidental context of the
45526              sort() itself)
45527      Branch: maint-5.6/perl
45528           !> op.c t/op/sort.t
45529 ____________________________________________________________________________
45530 [  7271] By: gsar                                  on 2000/10/16  03:29:11
45531         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
45532              branch
45533              
45534              Flatten the cpp jungle doing the nosuid checking.
45535              
45536              Do not assume sign propagation. (from M.J.T. Guy)
45537              
45538              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
45539              
45540              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
45541              Now pp_ncmp() returns undef is either operand is a NaN.
45542              
45543              On second thoughts frexp() does have two arguments.
45544              
45545              Document that tr() is not tr(1).
45546              
45547              Be more robust on "extreme" (large absolute value)
45548              arguments.  Originally reported by Daniel Connelly
45549              as a problem with asinh() on large negative arguments,
45550              asinh() used to bail out because an argument to log()
45551              ended up being zero.  Ilya Zakharevich proposed using
45552              Taylor's series in such cases, which for such large
45553              arguments is a very good approximation.
45554              
45555              Undo "use integer" addition from 64bitint as it seems
45556              to break most of the subtests in Digital UNIX;
45557              Unicos needs to find another way.
45558      Branch: maint-5.6/perl
45559           !> (integrate 29 files)
45560 ____________________________________________________________________________
45561 [  7270] By: gsar                                  on 2000/10/16  03:09:44
45562         Log: integrate changes#5948,5949,5950 from mainline
45563              
45564              typo in vars.pm that leads to cryptic message (from Piotr
45565              Piatkowski <kompas@kompas.usr.onet.pl>)
45566              
45567              make perldoc use the pod2man from the same version (from
45568              M.J.T. Guy)
45569              
45570              reformat perldiag to avoid long lines
45571      Branch: maint-5.6/perl
45572           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
45573 ____________________________________________________________________________
45574 [  7269] By: gsar                                  on 2000/10/16  03:05:54
45575         Log: integrate change#5947 from mainline
45576              
45577              use &dl_error rather than &dl_load_file as the guard for calling
45578              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
45579              statically built perl)
45580      Branch: maint-5.6/perl
45581           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
45582 ____________________________________________________________________________
45583 [  7268] By: gsar                                  on 2000/10/16  03:04:48
45584         Log: integrate change#5945 from mainline
45585              
45586              make module name mandatory after -M switch; reorder perldiag
45587              alphabetically (from Mark-Jason Dominus)
45588      Branch: maint-5.6/perl
45589           !> perl.c pod/perldiag.pod
45590 ____________________________________________________________________________
45591 [  7267] By: gsar                                  on 2000/10/16  03:03:01
45592         Log: integrate change#5939 from mainline
45593              
45594              more pod nits (from Larry Virden)
45595      Branch: maint-5.6/perl
45596           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
45597           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
45598           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
45599 ____________________________________________________________________________
45600 [  7266] By: gsar                                  on 2000/10/16  03:01:39
45601         Log: integrate change#5938 from mainline
45602              
45603              Consolidated B::Deparse fixes (from Stephen McCamant)
45604      Branch: maint-5.6/perl
45605           !> ext/B/B/Deparse.pm
45606 ____________________________________________________________________________
45607 [  7265] By: gsar                                  on 2000/10/16  03:00:43
45608         Log: integrate change#5936 from mainline
45609              
45610              additional tests for change#7263 (from Paul Marquess)
45611      Branch: maint-5.6/perl
45612           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
45613           !> t/pragma/warn/5nolint t/pragma/warn/6default
45614 ____________________________________________________________________________
45615 [  7264] By: gsar                                  on 2000/10/16  02:58:34
45616         Log: integrate change#5934 from mainline
45617              
45618              propagate lexical warnings from surrounding scope correctly
45619              within string eval() (from Paul Marquess)
45620      Branch: maint-5.6/perl
45621           !> pp_ctl.c t/pragma/warn/pp_ctl
45622 ____________________________________________________________________________
45623 [  7263] By: gsar                                  on 2000/10/16  02:56:53
45624         Log: integrate change#5932 from mainline
45625              
45626              add rsignal(), whichsig() and do_join() to public API list
45627              (mod_perl uses them to good advantage)
45628      Branch: maint-5.6/perl
45629           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
45630 ____________________________________________________________________________
45631 [  7262] By: gsar                                  on 2000/10/16  02:55:53
45632         Log: integrate change#5931 from mainline
45633              
45634              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
45635      Branch: maint-5.6/perl
45636           !> pp_hot.c regexec.c t/op/pat.t
45637 ____________________________________________________________________________
45638 [  7261] By: gsar                                  on 2000/10/16  02:55:01
45639         Log: integrate change#5930 from mainline
45640              
45641              small os390 tweaks (from Peter Prymmer)
45642      Branch: maint-5.6/perl
45643           !> config_h.SH makedepend.SH
45644 ____________________________________________________________________________
45645 [  7260] By: gsar                                  on 2000/10/16  02:54:10
45646         Log: integrate change#5929 from mainline
45647              
45648              pod nits
45649      Branch: maint-5.6/perl
45650           !> pod/perlguts.pod
45651 ____________________________________________________________________________
45652 [  7259] By: gsar                                  on 2000/10/16  02:52:55
45653         Log: integrate change#5927 from mainline
45654              
45655              arrange for next() to resume at the unstack op rather than the
45656              loop conditional, so that scope cleanup happens correctly
45657              (from Stephen McCamant)
45658      Branch: maint-5.6/perl
45659           !> op.c pp_ctl.c t/op/misc.t
45660 ____________________________________________________________________________
45661 [  7258] By: gsar                                  on 2000/10/16  02:51:38
45662         Log: integrate change#5926 from mainline
45663              
45664              on windows, reserve 16M of stack rather than 128M (allows more
45665              threads to run concurrently)
45666      Branch: maint-5.6/perl
45667           !> win32/Makefile win32/makefile.mk
45668 ____________________________________________________________________________
45669 [  7257] By: gsar                                  on 2000/10/16  02:50:37
45670         Log: integrate change#5925 from mainline
45671              
45672              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
45673      Branch: maint-5.6/perl
45674           !> toke.c
45675 ____________________________________________________________________________
45676 [  7256] By: gsar                                  on 2000/10/16  02:49:36
45677         Log: integrate change#5924 from mainline
45678              
45679              avoid using uninitialized memory in require version check
45680      Branch: maint-5.6/perl
45681           !> pp_ctl.c universal.c
45682 ____________________________________________________________________________
45683 [  7255] By: gsar                                  on 2000/10/16  02:48:03
45684         Log: integrate changes#5923,5928,6009 from mainline
45685              
45686              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
45687      Branch: maint-5.6/perl
45688           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
45689 ____________________________________________________________________________
45690 [  7254] By: gsar                                  on 2000/10/16  02:44:46
45691         Log: integrate change#5922 from mainline
45692              
45693              commentary about IoTYPE() (from Nathan Torkington)
45694      Branch: maint-5.6/perl
45695           !> sv.h
45696 ____________________________________________________________________________
45697 [  7253] By: gsar                                  on 2000/10/16  02:43:49
45698         Log: integrate change#5921 from mainline
45699              
45700              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
45701      Branch: maint-5.6/perl
45702           !> sv.c t/lib/charnames.t t/pragma/utf8.t
45703 ____________________________________________________________________________
45704 [  7252] By: gsar                                  on 2000/10/16  02:42:31
45705         Log: integrate change#5920 from mainline
45706              
45707              Larry's fix for buggy propagation of utf8-ness in join(); add test
45708      Branch: maint-5.6/perl
45709           !> doop.c t/op/ver.t
45710 ____________________________________________________________________________
45711 [  7251] By: gsar                                  on 2000/10/16  02:41:14
45712         Log: integrate changes#5915..5919 from mainline
45713              
45714              various (pod tweaks &c)
45715      Branch: maint-5.6/perl
45716           !> (integrate 33 files)
45717 ____________________________________________________________________________
45718 [  7250] By: gsar                                  on 2000/10/16  02:38:16
45719         Log: integrate change#5914 from mainline
45720              
45721              caller() wasn't returning the right number of elements for
45722              eval {...}
45723      Branch: maint-5.6/perl
45724           !> pp_ctl.c t/pragma/warn/9enabled
45725 ____________________________________________________________________________
45726 [  7249] By: gsar                                  on 2000/10/16  02:37:02
45727         Log: integrate change#5913 from mainline
45728              
45729              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
45730              (from Mark-Jason Dominus)
45731      Branch: maint-5.6/perl
45732           !> pod/perlfunc.pod
45733 ____________________________________________________________________________
45734 [  7248] By: gsar                                  on 2000/10/16  02:35:58
45735         Log: integrate change#5912 from mainline
45736              
45737              fix totally broken caching in UNIVERSAL::isa() (from
45738              Nick Ing-Simmons)
45739      Branch: maint-5.6/perl
45740           !> t/op/universal.t universal.c
45741 ____________________________________________________________________________
45742 [  7247] By: gsar                                  on 2000/10/16  02:34:27
45743         Log: integrate changes#5910,5911 from mainline
45744              
45745              typo in pod
45746              
45747              add linebreak properties from unicode/LineBrk.txt (from
45748              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
45749      Branch: maint-5.6/perl
45750           +> (branch 29 files)
45751           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
45752 ____________________________________________________________________________
45753 [  7246] By: gsar                                  on 2000/10/16  02:33:29
45754         Log: integrate change#5909 from mainline
45755              
45756              mode argument to do_binmode() should be file mode, not boolean
45757      Branch: maint-5.6/perl
45758           !> pp_sys.c
45759 ____________________________________________________________________________
45760 [  7245] By: gsar                                  on 2000/10/16  02:31:04
45761         Log: integrate change#5908 from mainline
45762              
45763              introduce illegal symbols into null package so that
45764              gv_fetchpv(...,TRUE) always returns a valid GV even when the
45765              symbol is trapped by strictures (avoids coredumps)
45766      Branch: maint-5.6/perl
45767           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
45768           !> t/pragma/strict-vars
45769 ____________________________________________________________________________
45770 [  7244] By: jhi                                   on 2000/10/16  02:29:54
45771         Log: Subject: $Carp::ExportLevel confusion in Exporter
45772              From: "Ben Tilly" <ben_tilly@hotmail.com>
45773              Date: Sat, 14 Oct 2000 16:44:34 EDT
45774              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
45775      Branch: perl
45776            ! lib/Exporter/Heavy.pm
45777 ____________________________________________________________________________
45778 [  7243] By: jhi                                   on 2000/10/16  02:28:33
45779         Log: Subject: [PATCH perlguts.pod] Document offset hack
45780              From: Simon Cozens <simon@cozens.net>
45781              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
45782              Date: Sat, 14 Oct 2000 19:32:25 +0100
45783      Branch: perl
45784            ! pod/perlguts.pod
45785 ____________________________________________________________________________
45786 [  7242] By: gsar                                  on 2000/10/16  02:26:51
45787         Log: integrate changes#5905,5906,5907,6064 from mainline
45788              
45789              printf/sprintf didn't get quad types right under use64bitint
45790      Branch: maint-5.6/perl
45791           !> pp_sys.c sv.c t/op/64bitint.t
45792 ____________________________________________________________________________
45793 [  7241] By: jhi                                   on 2000/10/16  02:22:44
45794         Log: Subject: small pod patch
45795              From: Dan Boorstein <dan_boo@bellsouth.net>
45796              Date: Sat, 14 Oct 2000 14:29:24 -0400
45797              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
45798      Branch: perl
45799            ! pod/perlfaq7.pod pod/perlmod.pod
45800 ____________________________________________________________________________
45801 [  7240] By: jhi                                   on 2000/10/16  02:13:46
45802         Log: -w cleanup.
45803              
45804              Subject: Re: Problems with bleadperl 
45805              From: "Stephen P. Potter" <spp@ds.net>
45806              Date: Fri, 13 Oct 2000 13:32:49 -0400
45807              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
45808      Branch: perl
45809            ! t/pragma/overload.t
45810 ____________________________________________________________________________
45811 [  7239] By: jhi                                   on 2000/10/16  01:41:18
45812         Log: One more ~utf8 tweak.
45813      Branch: perl
45814            ! t/op/bop.t
45815 ____________________________________________________________________________
45816 [  7238] By: jhi                                   on 2000/10/16  01:34:14
45817         Log: Tweak the test of #7235.
45818      Branch: perl
45819            ! t/op/bop.t
45820 ____________________________________________________________________________
45821 [  7237] By: jhi                                   on 2000/10/16  01:25:04
45822         Log: Fix a couple of compiler-noted nits in #7235.
45823      Branch: perl
45824            ! pp.c
45825 ____________________________________________________________________________
45826 [  7236] By: jhi                                   on 2000/10/16  01:22:46
45827         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
45828      Branch: perl
45829            ! pp.c pp_hot.c
45830 ____________________________________________________________________________
45831 [  7235] By: jhi                                   on 2000/10/15  16:24:44
45832         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
45833              
45834              From: Simon Cozens <simon@cozens.net>
45835              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
45836              Date: Sat, 14 Oct 2000 20:52:13 +0100
45837              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
45838      Branch: perl
45839            ! pp.c t/op/bop.t utf8.h
45840 ____________________________________________________________________________
45841 [  7234] By: jhi                                   on 2000/10/15  15:19:29
45842         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
45843              The problem was that rx->minlen was in chars while pp_split()
45844              thought it would be in bytes. 
45845      Branch: perl
45846            ! pp.c t/pragma/utf8.t
45847 ____________________________________________________________________________
45848 [  7233] By: jhi                                   on 2000/10/14  20:24:24
45849         Log: Document FNCASE=y as discussed in the bug 20000902.009.
45850      Branch: perl
45851            ! README.dos
45852 ____________________________________________________________________________
45853 [  7232] By: jhi                                   on 2000/10/14  18:52:21
45854         Log: Add test for bug id 20000427.003 (which seems to have
45855              been fixed) (also duplicate as 20000427.004, though
45856              with a higher severity).  Move one utf8 from op/append
45857              to pragma/utf8, tag the tests with bug ids.
45858      Branch: perl
45859            ! t/op/append.t t/pragma/utf8.t
45860 ____________________________________________________________________________
45861 [  7231] By: jhi                                   on 2000/10/14  17:28:37
45862         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
45863      Branch: perl
45864            ! t/pragma/utf8.t
45865 ____________________________________________________________________________
45866 [  7230] By: jhi                                   on 2000/10/14  14:24:50
45867         Log: Needs to be conditional on SunOS 4.
45868              
45869              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
45870              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
45871              Date: Sat, 14 Oct 2000 13:37:49 +0100
45872              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
45873      Branch: metaconfig/U/perl
45874            ! End.U
45875      Branch: perl
45876            ! Configure myconfig.SH pod/perldelta.pod
45877 ____________________________________________________________________________
45878 [  7229] By: jhi                                   on 2000/10/14  00:49:22
45879         Log: Update Changes.
45880      Branch: perl
45881            ! Changes patchlevel.h
45882 ____________________________________________________________________________
45883 [  7228] By: jhi                                   on 2000/10/14  00:46:10
45884         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
45885              From: Peter Prymmer <pvhp@forte.com>
45886              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
45887              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
45888      Branch: perl
45889            ! lib/utf8.pm
45890 ____________________________________________________________________________
45891 [  7227] By: jhi                                   on 2000/10/13  23:20:30
45892         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
45893      Branch: perl
45894            ! t/op/tie.t
45895 ____________________________________________________________________________
45896 [  7226] By: jhi                                   on 2000/10/13  22:14:32
45897         Log: Tweak #7225.
45898              
45899              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
45900              From: Peter Prymmer <pvhp@forte.com>
45901              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
45902              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
45903      Branch: perl
45904            ! t/op/sprintf.t
45905 ____________________________________________________________________________
45906 [  7225] By: jhi                                   on 2000/10/13  22:11:31
45907         Log: op/sprintf.t patch for OS/390 (and any other host with limited
45908              floating-point exponent length)
45909              
45910              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
45911              From: Dominic Dunlop <domo@computer.org>
45912              Date: Fri, 13 Oct 2000 19:17:57 +0200
45913              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
45914      Branch: perl
45915            ! t/op/sprintf.t
45916 ____________________________________________________________________________
45917 [  7224] By: jhi                                   on 2000/10/13  18:40:48
45918         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
45919      Branch: perl
45920            ! toke.c
45921 ____________________________________________________________________________
45922 [  7223] By: jhi                                   on 2000/10/13  18:37:13
45923         Log: Thinko in #7222.
45924      Branch: perl
45925            ! utf8.c
45926 ____________________________________________________________________________
45927 [  7222] By: jhi                                   on 2000/10/13  18:05:23
45928         Log: Use UTF8SKIP(), from Simon Cozens.
45929      Branch: perl
45930            ! utf8.c
45931 ____________________________________________________________________________
45932 [  7221] By: jhi                                   on 2000/10/13  15:43:19
45933         Log: (accidentally empty check-in)
45934      Branch: perl
45935            ! utf8.c
45936 ____________________________________________________________________________
45937 [  7220] By: jhi                                   on 2000/10/13  15:23:51
45938         Log: Add (optimistically) Storable to static extensions.
45939      Branch: perl
45940            ! hints/uwin.sh hints/vmesa.sh
45941 ____________________________________________________________________________
45942 [  7219] By: jhi                                   on 2000/10/13  15:20:05
45943         Log: Amdahl UTS doesn't seem to do dynaloading.
45944      Branch: perl
45945            ! hints/uts.sh
45946 ____________________________________________________________________________
45947 [  7218] By: jhi                                   on 2000/10/13  15:15:20
45948         Log: Slight tweak of the code to appease Amdahl UTS cc.
45949      Branch: perl
45950            ! pp.c
45951 ____________________________________________________________________________
45952 [  7217] By: jhi                                   on 2000/10/13  14:50:42
45953         Log: In Amdahl UTS "struct sv" is defined by a system header,
45954              <ksync.h>.
45955      Branch: perl
45956            ! perl.h sv.h
45957 ____________________________________________________________________________
45958 [  7216] By: jhi                                   on 2000/10/13  11:58:25
45959         Log: Ilya implemented the memory profiling API.
45960      Branch: perl
45961            ! Todo
45962 ____________________________________________________________________________
45963 [  7215] By: jhi                                   on 2000/10/13  02:56:38
45964         Log: Subject: [PATCH 5.7.0] Perl API for mstats
45965              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45966              Date: Thu, 12 Oct 2000 22:52:40 -0400
45967              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
45968      Branch: perl
45969            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
45970 ____________________________________________________________________________
45971 [  7214] By: jhi                                   on 2000/10/13  02:55:38
45972         Log: Subject: [PATCH 5.7.0] IVs in mtats
45973              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45974              Date: Thu, 12 Oct 2000 22:51:04 -0400
45975              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
45976      Branch: perl
45977            ! malloc.c perl.h
45978 ____________________________________________________________________________
45979 [  7213] By: jhi                                   on 2000/10/13  02:31:47
45980         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
45981      Branch: perl
45982            ! pod/perldiag.pod pp_sys.c
45983 ____________________________________________________________________________
45984 [  7212] By: jhi                                   on 2000/10/13  01:27:38
45985         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
45986              From: Peter Prymmer <pvhp@forte.com>
45987              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
45988              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
45989      Branch: perl
45990            ! t/op/oct.t
45991 ____________________________________________________________________________
45992 [  7211] By: jhi                                   on 2000/10/13  00:35:09
45993         Log: Update Changes.
45994      Branch: perl
45995            ! Changes patchlevel.h
45996 ____________________________________________________________________________
45997 [  7210] By: jhi                                   on 2000/10/12  23:59:40
45998         Log: The Install.pm third of
45999              
46000              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
46001              From: Bill Campbell <bill@celestial.com>
46002              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
46003              Date: Thu, 5 Oct 2000 18:04:51 -0700
46004      Branch: perl
46005            ! lib/ExtUtils/Install.pm
46006 ____________________________________________________________________________
46007 [  7209] By: jhi                                   on 2000/10/12  23:58:43
46008         Log: Two thirds of
46009              
46010              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
46011              Date: Thu, 5 Oct 2000 18:04:51 -0700
46012              From: Bill Campbell <bill@celestial.com>
46013              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
46014              
46015              The Install.pm changes will be submitted separately because
46016              they need some work and discussion still.
46017      Branch: perl
46018            ! lib/getopts.pl lib/termcap.pl
46019 ____________________________________________________________________________
46020 [  7208] By: jhi                                   on 2000/10/12  23:41:19
46021         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
46022              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
46023              Date:     Thu, 12 Oct 2000 07:30:02 EDT
46024              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
46025      Branch: perl
46026            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
46027            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
46028 ____________________________________________________________________________
46029 [  7207] By: jhi                                   on 2000/10/12  23:39:01
46030         Log: An updated EBCDIC tr patch.
46031              
46032              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
46033              From: Peter Prymmer <pvhp@forte.com>
46034              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
46035              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
46036      Branch: perl
46037            ! t/op/tr.t
46038 ____________________________________________________________________________
46039 [  7206] By: jhi                                   on 2000/10/12  23:34:55
46040         Log: Upgrade to CPAN 1.58, from Andreas König.
46041      Branch: perl
46042            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
46043 ____________________________________________________________________________
46044 [  7205] By: jhi                                   on 2000/10/12  23:29:08
46045         Log: Introduce the man[24-8] variables, from Andy Dougherty.
46046      Branch: metaconfig/U/perl
46047            + mandirs.U mandirstyle.U
46048      Branch: perl
46049            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
46050            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
46051            ! vos/config.h vos/config.pl vos/config_h.SH_orig
46052            ! win32/config.bc win32/config.gc win32/config.vc
46053 ____________________________________________________________________________
46054 [  7204] By: gsar                                  on 2000/10/12  18:11:24
46055         Log: restore change#7202
46056      Branch: perl
46057            ! mg.c
46058 ____________________________________________________________________________
46059 [  7203] By: gsar                                  on 2000/10/12  18:09:40
46060         Log: another test of the Emergency Broadcast System--back out 
46061              change#7202
46062      Branch: perl
46063            ! mg.c
46064 ____________________________________________________________________________
46065 [  7202] By: gsar                                  on 2000/10/12  16:40:47
46066         Log: (submitted on behalf of Jarkko)
46067              Fix the lib/encode.t subtest 6 failure as reported by Andreas
46068              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
46069              was unearthed by change 7182, as was a bug in HTML::Entities.
46070      Branch: perl
46071            ! mg.c
46072 ____________________________________________________________________________
46073 [  7201] By: jhi                                   on 2000/10/11  03:16:05
46074         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
46075      Branch: perl
46076            ! pp_hot.c t/pragma/utf8.t
46077 ____________________________________________________________________________
46078 [  7200] By: jhi                                   on 2000/10/11  00:40:30
46079         Log: The #7198 was a false alarm.
46080      Branch: perl
46081            ! pp_hot.c
46082 ____________________________________________________________________________
46083 [  7199] By: jhi                                   on 2000/10/11  00:26:04
46084         Log: Remove duplicated code.
46085      Branch: perl
46086            ! t/lib/cgi-html.t
46087 ____________________________________________________________________________
46088 [  7198] By: jhi                                   on 2000/10/10  23:30:46
46089         Log: (Retracted by #7200.)
46090      Branch: perl
46091            ! pp_hot.c
46092 ____________________________________________________________________________
46093 [  7197] By: jhi                                   on 2000/10/10  21:49:30
46094         Log: Add the test case for #7190, from the original bug report
46095              by Andreas König.
46096      Branch: perl
46097            ! t/pragma/utf8.t
46098 ____________________________________________________________________________
46099 [  7196] By: jhi                                   on 2000/10/10  21:40:49
46100         Log: Reapply Andy's patch and regen Configure.
46101      Branch: perl
46102            ! Configure INSTALL Makefile.SH Porting/Glossary
46103            ! Porting/config.sh config_h.SH epoc/config.sh installperl
46104            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
46105            ! win32/config.vc
46106 ____________________________________________________________________________
46107 [  7195] By: jhi                                   on 2000/10/10  21:09:30
46108         Log: Use the versiononly instead of the installscripts,
46109              retract the changes 7146 and 7147.
46110      Branch: perl
46111            ! Configure INSTALL Makefile.SH Porting/Glossary
46112            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
46113            ! installperl uconfig.sh vos/config.def win32/config.bc
46114            ! win32/config.gc win32/config.vc
46115 ____________________________________________________________________________
46116 [  7194] By: jhi                                   on 2000/10/10  21:06:15
46117         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
46118              From: Peter Prymmer <pvhp@forte.com>
46119              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
46120              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
46121      Branch: perl
46122            ! t/op/ver.t
46123 ____________________________________________________________________________
46124 [  7193] By: jhi                                   on 2000/10/10  21:05:12
46125         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
46126              From: Peter Prymmer <pvhp@forte.com>
46127              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
46128              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
46129      Branch: perl
46130            ! t/op/tr.t
46131 ____________________________________________________________________________
46132 [  7192] By: jhi                                   on 2000/10/10  20:57:30
46133         Log: Add versiononly, delete installscripts, from Andy Dougherty.
46134      Branch: metaconfig
46135            - U/installdirs/installscripts.U
46136      Branch: metaconfig/U/perl
46137            + versiononly.U
46138 ____________________________________________________________________________
46139 [  7191] By: jhi                                   on 2000/10/10  19:41:21
46140         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
46141              From: Peter Prymmer <pvhp@forte.com>
46142              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
46143              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
46144      Branch: perl
46145            ! pod/perlebcdic.pod
46146 ____________________________________________________________________________
46147 [  7190] By: jhi                                   on 2000/10/10  19:26:14
46148         Log: Subject: Re: utf8 concat, mg_get
46149              From: Simon Cozens <simon@cozens.net>
46150              Date: Tue, 10 Oct 2000 17:40:17 +0100
46151              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
46152      Branch: perl
46153            ! pp_hot.c
46154 ____________________________________________________________________________
46155 [  7189] By: jhi                                   on 2000/10/10  19:23:03
46156         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
46157              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
46158              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
46159              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
46160      Branch: perl
46161            ! lib/ExtUtils/MM_Unix.pm
46162 ____________________________________________________________________________
46163 [  7188] By: jhi                                   on 2000/10/10  15:31:24
46164         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
46165              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
46166              Date: Fri, 14 Jul 2000 10:47:36 +0100
46167              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
46168      Branch: perl
46169            ! README.win32
46170 ____________________________________________________________________________
46171 [  7187] By: jhi                                   on 2000/10/10  13:30:10
46172         Log: Quote the temp file name, needed in Win32 because the
46173              default name unfortunately contains spaces, shouldn't
46174              hurt elsewhere.
46175              
46176              Subject: FW: perldoc fails if $TEMP contains spaces
46177              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
46178              Date: Thu, 14 Sep 2000 08:58:45 +0100
46179              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
46180      Branch: perl
46181            ! utils/perldoc.PL
46182 ____________________________________________________________________________
46183 [  7186] By: jhi                                   on 2000/10/10  13:16:27
46184         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
46185              From: hv@hugo.hybyte.com
46186              Date: Tue, 10 Oct 2000 14:10:20 +0100
46187              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
46188      Branch: perl
46189            ! t/lib/thr5005.t util.c
46190 ____________________________________________________________________________
46191 [  7185] By: jhi                                   on 2000/10/10  12:06:22
46192         Log: Upgrade to podlators 1.04, from Russ Allbery.
46193      Branch: perl
46194            ! lib/Pod/Man.pm lib/Pod/Text.pm
46195 ____________________________________________________________________________
46196 [  7184] By: jhi                                   on 2000/10/10  12:01:32
46197         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
46198      Branch: perl
46199            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
46200 ____________________________________________________________________________
46201 [  7183] By: jhi                                   on 2000/10/09  23:47:15
46202         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
46203              From: Peter Prymmer <pvhp@forte.com>
46204              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
46205              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
46206      Branch: perl
46207            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
46208 ____________________________________________________________________________
46209 [  7182] By: jhi                                   on 2000/10/09  23:43:16
46210         Log: Make eq work again with utf8 (disabling the upgrading
46211              should no more be necessary since the copies of the
46212              scalars are upgraded, not the scalars themselves).
46213              Takes care of ID 20001009.001.  (The claimed length()
46214              bug in 20001009.001 seems bogus to me.)
46215      Branch: perl
46216            ! sv.c t/pragma/utf8.t
46217 ____________________________________________________________________________
46218 [  7181] By: gsar                                  on 2000/10/09  19:41:54
46219         Log: tweak for change#7173
46220      Branch: perl
46221            ! win32/win32sck.c
46222 ____________________________________________________________________________
46223 [  7180] By: gsar                                  on 2000/10/09  19:26:56
46224         Log: on Windows, clean targets might not work under some flavors of the shell
46225      Branch: perl
46226            ! win32/Makefile win32/makefile.mk
46227 ____________________________________________________________________________
46228 [  7179] By: jhi                                   on 2000/10/09  19:21:02
46229         Log: Update Changes.
46230      Branch: perl
46231            ! Changes patchlevel.h
46232 ____________________________________________________________________________
46233 [  7178] By: jhi                                   on 2000/10/09  19:18:23
46234         Log: Warn about unknown scripts.
46235              
46236              Subject: Re: ideas? patches? [PATCH bleadperl]
46237              From: Dominic Dunlop <domo@computer.org>
46238              Date: Mon, 9 Oct 2000 14:57:17 +0200
46239              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
46240      Branch: perl
46241            ! lib/charnames.pm
46242 ____________________________________________________________________________
46243 [  7177] By: jhi                                   on 2000/10/09  19:13:27
46244         Log: Change #7160 had a nasty typo.
46245      Branch: metaconfig
46246            ! U/compline/Compile.U
46247      Branch: perl
46248            ! Configure config_h.SH
46249 ____________________________________________________________________________
46250 [  7176] By: gsar                                  on 2000/10/09  18:59:33
46251         Log: pod nit
46252      Branch: perl
46253            ! pod/perlport.pod
46254 ____________________________________________________________________________
46255 [  7175] By: gsar                                  on 2000/10/09  18:54:28
46256         Log: Windows9x doesn't support link(), despite what Config.pm
46257              might think
46258      Branch: perl
46259            ! lib/ExtUtils/Manifest.pm
46260 ____________________________________________________________________________
46261 [  7174] By: gsar                                  on 2000/10/09  18:50:03
46262         Log: avoid nonportable example code
46263      Branch: perl
46264            ! lib/File/Copy.pm
46265 ____________________________________________________________________________
46266 [  7173] By: gsar                                  on 2000/10/09  18:46:54
46267         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
46268              being used) when closing a socket handle
46269      Branch: perl
46270            ! win32/win32.c win32/win32.h win32/win32sck.c
46271 ____________________________________________________________________________
46272 [  7172] By: gsar                                  on 2000/10/09  18:41:40
46273         Log: on Windows, cwd strings in the environment should be of the
46274              form =X:=X:\foo instead of =X=X:\foo\
46275      Branch: perl
46276            ! win32/vdir.h
46277 ____________________________________________________________________________
46278 [  7171] By: gsar                                  on 2000/10/09  18:30:09
46279         Log: on Windows, LoadLibrary() could load an extension DLL multiple
46280              times if forward slashes are used in the path
46281      Branch: perl
46282            ! win32/win32.c
46283 ____________________________________________________________________________
46284 [  7170] By: jhi                                   on 2000/10/09  17:53:59
46285         Log: Add a todo note about overloadable assertions.
46286      Branch: perl
46287            ! Todo-5.6
46288 ____________________________________________________________________________
46289 [  7169] By: jhi                                   on 2000/10/09  13:43:45
46290         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
46291              From: mjd@plover.com
46292              Date: 9 Oct 2000 00:24:44 -0000
46293              Message-ID: <20001009002444.10616.qmail@plover.com>
46294      Branch: perl
46295            ! pod/perldebguts.pod
46296 ____________________________________________________________________________
46297 [  7168] By: nick                                  on 2000/10/08  13:16:33
46298         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
46299              is not right thing to do on (e.g. x86). Network order is also "right" for
46300              X fonts.
46301      Branch: perl
46302            ! ext/Encode/Encode.pm
46303 ____________________________________________________________________________
46304 [  7167] By: nick                                  on 2000/10/08  12:54:42
46305         Log: Make "encodings" work post-install when Encode/*.enc files may not
46306              be in same directory as Encode.pm
46307      Branch: perl
46308            ! ext/Encode/Encode.pm
46309 ____________________________________________________________________________
46310 [  7166] By: nick                                  on 2000/10/08  11:51:26
46311         Log: Work round the fact that $hash->{$key} does not take into account
46312              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
46313              so that key is always in the "expected" encoding - i.e. same way we put
46314              it in the hash.
46315      Branch: perl
46316            ! ext/Encode/Encode.pm
46317 ____________________________________________________________________________
46318 [  7165] By: gsar                                  on 2000/10/08  04:15:29
46319         Log: save_re_context() could reset PL_curcop to freed memory, causing core
46320              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
46321      Branch: perl
46322            ! pp_ctl.c
46323 ____________________________________________________________________________
46324 [  7164] By: jhi                                   on 2000/10/06  20:51:48
46325         Log: UTF8ize split() so that the cloned substrings get the UTF8
46326              flag of the original scalar.  Problem reported by Simon Cozens.
46327      Branch: perl
46328            ! pp.c t/pragma/utf8.t
46329 ____________________________________________________________________________
46330 [  7163] By: nick                                  on 2000/10/06  20:48:34
46331         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
46332              got a false +ve and so did not reach code which would have un-FAKEd the SV.
46333      Branch: perl
46334            ! sv.c
46335 ____________________________________________________________________________
46336 [  7162] By: nick                                  on 2000/10/06  20:25:37
46337         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
46338              To fix  (sort {$a <=> $b} keys %hash) in particular but
46339              should cover a number of other as-yet-unknown cases as well.
46340      Branch: perl
46341            ! sv.c
46342 ____________________________________________________________________________
46343 [  7161] By: jhi                                   on 2000/10/06  19:56:18
46344         Log: Change the version number of Tie::Handle in the core to 4.0,
46345              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
46346              
46347              Subject: Note on Tie::Handle
46348              From: andreas.koenig@anima.de (Andreas J. Koenig)
46349              Date:      06 Oct 2000 21:48:58 +0200
46350              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
46351      Branch: perl
46352            ! lib/Tie/Handle.pm
46353 ____________________________________________________________________________
46354 [  7160] By: jhi                                   on 2000/10/06  18:20:35
46355         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
46356              as the first option of cc/ld because of ultrapicky compilers
46357              (e.g. OS/390 R2.5)
46358      Branch: metaconfig
46359            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
46360            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
46361            ! U/compline/orderlib.U U/modified/Cppsym.U
46362            ! U/modified/d_access.U
46363      Branch: metaconfig/U/perl
46364            ! Checkcc.U d_dlsymun.U gccvers.U
46365      Branch: perl
46366            ! Configure config_h.SH
46367 ____________________________________________________________________________
46368 [  7159] By: jhi                                   on 2000/10/06  13:56:39
46369         Log: Update Changes.
46370      Branch: perl
46371            ! Changes patchlevel.h
46372 ____________________________________________________________________________
46373 [  7158] By: jhi                                   on 2000/10/06  12:48:40
46374         Log: Eliminate $Is_VMS code from the test.
46375              
46376              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
46377              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
46378              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
46379              Date:     Thu, 5 Oct 2000 07:46:33 EDT
46380      Branch: perl
46381            ! t/lib/b.t
46382 ____________________________________________________________________________
46383 [  7157] By: jhi                                   on 2000/10/06  12:47:13
46384         Log: Also the $ccflags is needed for the C compiler check.
46385              
46386              Subject: Configure (check for C-compiler)
46387              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
46388              Date: Fri, 06 Oct 2000 08:47:15 +0200
46389              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
46390      Branch: metaconfig/U/perl
46391            ! Checkcc.U
46392      Branch: perl
46393            ! Configure config_h.SH
46394 ____________________________________________________________________________
46395 [  7156] By: jhi                                   on 2000/10/06  11:45:15
46396         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
46397      Branch: perl
46398            ! perl.c pp_ctl.c sv.h utf8.c
46399 ____________________________________________________________________________
46400 [  7155] By: jhi                                   on 2000/10/06  11:40:41
46401         Log: IO::Handle->syswrite() did not handle length omission
46402              like CORE::syswrite() does.
46403              
46404              Subject: [Fwd] IO::Handle, syswrite and arguments
46405              From: Graham Barr <gbarr@pobox.com>
46406              Date: Fri, 6 Oct 2000 10:22:05 +0100
46407              Message-ID: <20001006102205.U6312@pobox.com>
46408              
46409              The original patch from andrew@ugh.net.au.
46410      Branch: perl
46411            ! ext/IO/lib/IO/Handle.pm
46412 ____________________________________________________________________________
46413 [  7154] By: jhi                                   on 2000/10/06  01:42:15
46414         Log: Tweak #7153.
46415      Branch: perl
46416            ! utf8.h
46417 ____________________________________________________________________________
46418 [  7153] By: jhi                                   on 2000/10/06  00:39:55
46419         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
46420      Branch: perl
46421            ! utf8.h
46422 ____________________________________________________________________________
46423 [  7152] By: jhi                                   on 2000/10/06  00:38:11
46424         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
46425      Branch: perl
46426            ! perl.c pp_ctl.c sv.h utf8.c
46427 ____________________________________________________________________________
46428 [  7151] By: jhi                                   on 2000/10/06  00:36:38
46429         Log: Subject: Re: Questions about Tie::Array and perl modules
46430              From: Nick Ing-Simmons <nik@tiuk.ti.com>
46431              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
46432              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
46433              
46434              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
46435      Branch: perl
46436            ! lib/Tie/Array.pm t/op/array.t
46437 ____________________________________________________________________________
46438 [  7150] By: jhi                                   on 2000/10/05  00:20:45
46439         Log: Regen Changes.
46440      Branch: perl
46441            ! Changes patchlevel.h
46442 ____________________________________________________________________________
46443 [  7149] By: jhi                                   on 2000/10/05  00:20:01
46444         Log: Regen toc.
46445      Branch: perl
46446            ! pod/perltoc.pod
46447 ____________________________________________________________________________
46448 [  7148] By: jhi                                   on 2000/10/04  23:35:08
46449         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
46450              reported several times by Dominic Dunlop, for example in
46451              ID 20000315.008.  Patch from Dominic.  Patch affects at
46452              least MachTen, and possibly other oldish BSDs. Should not
46453              break non-broken platforms (tested on LinuxPPC). 
46454      Branch: perl
46455            ! doio.c
46456 ____________________________________________________________________________
46457 [  7147] By: jhi                                   on 2000/10/04  23:26:34
46458         Log: The one that got away from 7146.
46459      Branch: metaconfig
46460            + U/installdirs/installscripts.U
46461 ____________________________________________________________________________
46462 [  7146] By: jhi                                   on 2000/10/04  23:25:04
46463         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
46464              suggested by H. Merijn Brand.
46465      Branch: perl
46466            ! Configure INSTALL Makefile.SH Porting/Glossary
46467            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
46468            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
46469            ! win32/config.vc
46470 ____________________________________________________________________________
46471 [  7145] By: jhi                                   on 2000/10/04  22:08:21
46472         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
46473              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46474              Date: Wed, 4 Oct 2000 17:37:46 -0400
46475              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
46476      Branch: perl
46477            ! utils/h2xs.PL
46478 ____________________________________________________________________________
46479 [  7144] By: jhi                                   on 2000/10/04  18:11:41
46480         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
46481              From: Jeff Pinyan <jeffp@crusoe.net>
46482              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
46483              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
46484      Branch: perl
46485            ! pod/perlrun.pod
46486 ____________________________________________________________________________
46487 [  7143] By: jhi                                   on 2000/10/04  18:09:58
46488         Log: Subject: perlhack.pod Patch for Externals Tools
46489              From: Fisher Mark <fisherm@tce.com>
46490              Date: Tue, 3 Oct 2000 15:43:27 -0500 
46491              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
46492      Branch: perl
46493            ! pod/perlhack.pod
46494 ____________________________________________________________________________
46495 [  7142] By: jhi                                   on 2000/10/04  18:08:41
46496         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
46497              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
46498              Date:     Wed, 4 Oct 2000 12:11:11 EDT
46499              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
46500      Branch: perl
46501            ! vms/vms.c
46502 ____________________________________________________________________________
46503 [  7141] By: jhi                                   on 2000/10/04  12:20:16
46504         Log: Subject: [PATCH 5.7.0] h2xs not working
46505              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46506              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
46507              Date: Tue, 3 Oct 2000 21:43:01 -0400
46508              
46509              Subject: [PATCH 5.7.0] h2xs not documenting the created module
46510              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46511              Date: Tue, 3 Oct 2000 22:55:19 -0400
46512              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
46513      Branch: perl
46514            ! utils/h2xs.PL
46515 ____________________________________________________________________________
46516 [  7140] By: jhi                                   on 2000/10/04  11:53:44
46517         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
46518              From: nick@babyhippo.com
46519              Date: Wed, 4 Oct 2000 12:06:45 +0100
46520              Message-Id: <20001004120645.A7356@babyhippo.com>
46521              
46522              Retract 7118 and 7135.
46523      Branch: perl
46524            ! installman installperl op.c t/pragma/subs.t
46525 ____________________________________________________________________________
46526 [  7139] By: jhi                                   on 2000/10/03  22:09:41
46527         Log: It is possible to have no hosts database at all.  Pointed out in
46528              
46529              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
46530              From: Peter Prymmer <pvhp@forte.com>
46531              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
46532              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
46533      Branch: metaconfig
46534            ! U/modified/myhostname.U
46535      Branch: perl
46536            ! Configure config_h.SH
46537 ____________________________________________________________________________
46538 [  7138] By: jhi                                   on 2000/10/03  21:49:49
46539         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
46540              From: Peter Prymmer <pvhp@forte.com>
46541              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
46542              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
46543      Branch: perl
46544            ! pp_sys.c
46545 ____________________________________________________________________________
46546 [  7137] By: jhi                                   on 2000/10/03  20:10:05
46547         Log: One remaining nit less at the VMS mailbox sizing.
46548      Branch: perl
46549            ! vms/vms.c
46550 ____________________________________________________________________________
46551 [  7136] By: jhi                                   on 2000/10/03  20:08:47
46552         Log: Test harness update to sync with the new perlcc,
46553              from Simon Cozens.
46554      Branch: perl
46555            ! t/TEST t/UTEST
46556 ____________________________________________________________________________
46557 [  7135] By: jhi                                   on 2000/10/03  15:15:42
46558         Log: Subject: Re: PATCH for 20001003.004
46559              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
46560              From: "AARON B. DOSSETT" <aaron@iglou.com>
46561              Message-Id: <E13gTay-0006od-00@iglou.com>
46562      Branch: perl
46563            ! installman installperl
46564 ____________________________________________________________________________
46565 [  7134] By: jhi                                   on 2000/10/03  15:00:34
46566         Log: Subject: [ID 20001003.006] B::Debug not -w clean
46567              From: Nicholas Clark <nick@babyhippo.co.uk>
46568              Date: Tue, 03 Oct 2000 15:46:32 +0100
46569              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
46570      Branch: perl
46571            ! ext/B/B/Debug.pm
46572 ____________________________________________________________________________
46573 [  7133] By: jhi                                   on 2000/10/03  14:58:39
46574         Log: Scale down the VMS message boxes, by Charles Lane.
46575              Fix for ID 20000903.009, workaround at
46576              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
46577      Branch: perl
46578            ! vms/vms.c
46579 ____________________________________________________________________________
46580 [  7132] By: jhi                                   on 2000/10/03  11:20:37
46581         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
46582      Branch: perl
46583            + t/lib/st-lock.t t/lib/st-utf8.t
46584            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
46585            ! ext/Storable/Storable.xs t/lib/st-recurse.t
46586 ____________________________________________________________________________
46587 [  7131] By: jhi                                   on 2000/10/03  03:38:23
46588         Log: Encode nits.
46589      Branch: perl
46590            ! MANIFEST Makefile.SH
46591 ____________________________________________________________________________
46592 [  7130] By: jhi                                   on 2000/10/03  03:31:05
46593         Log: Update Changes.
46594      Branch: perl
46595            ! Changes patchlevel.h
46596 ____________________________________________________________________________
46597 [  7129] By: jhi                                   on 2000/10/03  02:24:02
46598         Log: Misplaced else.
46599      Branch: metaconfig/U/perl
46600            ! d_strtoll.U
46601      Branch: perl
46602            ! Configure config_h.SH
46603 ____________________________________________________________________________
46604 [  7128] By: jhi                                   on 2000/10/03  02:08:29
46605         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
46606              From: sthoenna@efn.org
46607              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
46608              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
46609      Branch: metaconfig/U/perl
46610            ! d_strtoll.U
46611      Branch: perl
46612            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
46613 ____________________________________________________________________________
46614 [  7127] By: jhi                                   on 2000/10/03  01:13:14
46615         Log: Update Changes.
46616      Branch: perl
46617            ! Changes patchlevel.h
46618 ____________________________________________________________________________
46619 [  7126] By: jhi                                   on 2000/10/03  00:57:08
46620         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
46621              as suggested by Olaf Flebbe and Nick Clark.
46622      Branch: perl
46623            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
46624 ____________________________________________________________________________
46625 [  7125] By: jhi                                   on 2000/10/03  00:50:56
46626         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
46627              From: Nick Clark <nick@plum.flirble.org>
46628              Date: Mon, 2 Oct 2000 11:03:24 +0100
46629              Message-Id: <20001002110324.D20073@plum.flirble.org>
46630              
46631              Also fixes bug ID 20001002.005.
46632      Branch: perl
46633            ! t/lib/encode.t
46634 ____________________________________________________________________________
46635 [  7124] By: jhi                                   on 2000/10/03  00:34:59
46636         Log: Subject: [PATCH 5.7.0] Epoc update
46637              From: Olaf Flebbe <o.flebbe@gmx.de>
46638              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
46639              Message-ID: <26423.969484586@www10.gmx.net>
46640      Branch: perl
46641            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
46642            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
46643            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
46644            ! util.c util.h
46645 ____________________________________________________________________________
46646 [  7123] By: jhi                                   on 2000/10/03  00:30:07
46647         Log: Regen headers.
46648      Branch: perl
46649            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
46650 ____________________________________________________________________________
46651 [  7122] By: jhi                                   on 2000/10/03  00:10:48
46652         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
46653      Branch: perl
46654            ! hints/openbsd.sh
46655 ____________________________________________________________________________
46656 [  7121] By: jhi                                   on 2000/10/03  00:05:06
46657         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
46658              From: <abigail@foad.org>
46659              Date: Tue, 26 Sep 2000 13:36:14 -0400
46660              Message-ID: <20000926173614.4356.qmail@foad.org>
46661      Branch: perl
46662            ! pod/perlop.pod
46663 ____________________________________________________________________________
46664 [  7120] By: jhi                                   on 2000/10/03  00:04:00
46665         Log: Inside require() $^S was always left undefined.
46666              
46667              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
46668              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46669              Date: Wed, 27 Sep 2000 18:54:49 -0400
46670              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
46671      Branch: perl
46672            ! cop.h mg.c pp_ctl.c util.c
46673 ____________________________________________________________________________
46674 [  7119] By: jhi                                   on 2000/10/03  00:00:16
46675         Log: Subject: [PATCH] DLL not restartabke with threaded perl
46676              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
46677              Date: Thu, 28 Sep 2000 09:20:46 +0100
46678              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
46679      Branch: perl
46680            ! perl.c
46681 ____________________________________________________________________________
46682 [  7118] By: jhi                                   on 2000/10/02  23:59:20
46683         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
46684              From: Nicholas Clark <nick@ccl4.org>
46685              Date: Thu, 28 Sep 2000 11:52:24 +0100
46686              Message-ID: <20000928115224.D7924@plum.flirble.org>
46687      Branch: perl
46688            ! op.c
46689 ____________________________________________________________________________
46690 [  7117] By: jhi                                   on 2000/10/02  23:57:51
46691         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
46692              From: Nicholas Clark <nick@babyhippo.co.uk>
46693              Date: Thu, 28 Sep 2000 12:18:10 +0100
46694              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
46695              
46696              Did not apply cleanly, manual intervention was needed.
46697      Branch: perl
46698            ! ext/B/B/Bytecode.pm utils/perlcc.PL
46699 ____________________________________________________________________________
46700 [  7116] By: jhi                                   on 2000/10/02  23:50:40
46701         Log: Document the issue (is not a syntax error, kind of)
46702              
46703              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
46704              From: Nicholas Clark <nick@ccl4.org>
46705              Date: Thu, 28 Sep 2000 17:12:42 +0100
46706              Message-ID: <20000928171242.K7924@plum.flirble.org>
46707      Branch: perl
46708            ! pod/perldata.pod
46709 ____________________________________________________________________________
46710 [  7115] By: jhi                                   on 2000/10/02  23:48:58
46711         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
46712              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46713              Date: Thu, 28 Sep 2000 21:55:31 -0400
46714              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
46715      Branch: perl
46716            ! regexec.c
46717 ____________________________________________________________________________
46718 [  7114] By: jhi                                   on 2000/10/02  23:47:57
46719         Log: Subject: DOC PATCH 5.6.0
46720              From: mjd@plover.com
46721              Date: 30 Sep 2000 06:02:34 -0000
46722              Message-ID: <20000930060234.4559.qmail@plover.com>
46723      Branch: perl
46724            ! pod/perldebguts.pod
46725 ____________________________________________________________________________
46726 [  7113] By: jhi                                   on 2000/10/02  23:46:43
46727         Log: SOCK_DGRAM and listen() do not mix as reported in
46728              
46729              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
46730              From: Petter Reinholdtsen <pere@hungry.com>
46731              Date: Sun, 1 Oct 2000 10:57:20 +0800
46732              Message-Id: <200010010257.KAA05735@localhost.localdomain>
46733              
46734              The patch for 5.7.0+ had to be reengineered, though.
46735      Branch: perl
46736            ! ext/IO/lib/IO/Socket/UNIX.pm
46737 ____________________________________________________________________________
46738 [  7112] By: jhi                                   on 2000/10/02  23:36:57
46739         Log: Subject: Re: [PATCH 5.005_64 missed]
46740              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46741              Date: Sun, 1 Oct 2000 18:50:10 -0400
46742              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
46743      Branch: perl
46744            ! pod/perlxs.pod
46745 ____________________________________________________________________________
46746 [  7111] By: jhi                                   on 2000/10/02  23:35:40
46747         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
46748              From: Radu Greab <radu@netsoft.ro>
46749              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
46750              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
46751      Branch: perl
46752            ! op.c opcode.pl t/op/substr.t
46753 ____________________________________________________________________________
46754 [  7110] By: jhi                                   on 2000/10/02  23:32:38
46755         Log: Subject: [PATCH] Fix aliasing of tied filehandles
46756              From: Daniel Chetlin <daniel@chetlin.com>
46757              Date: Mon, 2 Oct 2000 14:53:27 -0700
46758              Message-ID: <20001002145327.C1617@ilmd>
46759      Branch: perl
46760            ! perl.h pp_hot.c t/op/tiehandle.t
46761 ____________________________________________________________________________
46762 [  7109] By: jhi                                   on 2000/10/02  23:31:30
46763         Log: s/Robin Parker/Robin Barker/
46764      Branch: perl
46765            ! Changes5.6
46766 ____________________________________________________________________________
46767 [  7108] By: jhi                                   on 2000/10/02  23:15:46
46768         Log: Retract #7091 as suggested in
46769              
46770              From: Robin Barker <rmb1@cise.npl.co.uk> 
46771              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
46772              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
46773              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
46774      Branch: perl
46775            ! embed.pl proto.h
46776 ____________________________________________________________________________
46777 [  7107] By: nick                                  on 2000/10/02  18:23:14
46778         Log: A few tweaks to get Tk803 to work with Encode scheme.
46779      Branch: perl
46780            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
46781 ____________________________________________________________________________
46782 [  7106] By: nick                                  on 2000/10/01  21:34:14
46783         Log: Add checking cases to Encode's toUnicode and fromUnicode.
46784      Branch: perl
46785            ! ext/Encode/Encode.pm
46786 ____________________________________________________________________________
46787 [  7105] By: nick                                  on 2000/10/01  17:18:01
46788         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
46789              To read and use them.
46790              Add a lib/encode.t which checks a few things.
46791      Branch: perl
46792            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
46793            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
46794            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
46795            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
46796            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
46797            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
46798            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
46799            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
46800            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
46801            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
46802            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
46803            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
46804            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
46805            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
46806            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
46807            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
46808            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
46809            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
46810            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
46811            + ext/Encode/Encode/iso2022-jp.enc
46812            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
46813            + ext/Encode/Encode/iso8859-1.enc
46814            + ext/Encode/Encode/iso8859-2.enc
46815            + ext/Encode/Encode/iso8859-3.enc
46816            + ext/Encode/Encode/iso8859-4.enc
46817            + ext/Encode/Encode/iso8859-5.enc
46818            + ext/Encode/Encode/iso8859-6.enc
46819            + ext/Encode/Encode/iso8859-7.enc
46820            + ext/Encode/Encode/iso8859-8.enc
46821            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
46822            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
46823            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
46824            + ext/Encode/Encode/macCentEuro.enc
46825            + ext/Encode/Encode/macCroatian.enc
46826            + ext/Encode/Encode/macCyrillic.enc
46827            + ext/Encode/Encode/macDingbats.enc
46828            + ext/Encode/Encode/macGreek.enc
46829            + ext/Encode/Encode/macIceland.enc
46830            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
46831            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
46832            + ext/Encode/Encode/macTurkish.enc
46833            + ext/Encode/Encode/macUkraine.enc
46834            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
46835            + t/lib/encode.t
46836            ! MANIFEST ext/Encode/Encode.pm
46837 ____________________________________________________________________________
46838 [  7104] By: nick                                  on 2000/09/30  13:04:30
46839         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
46840              From: Daniel Chetlin <daniel@chetlin.com>
46841              Date: Mon, 18 Sep 2000 05:05:40 -0700
46842              Message-Id: <20000918050540.C652@ilmd>
46843      Branch: perl
46844            ! lib/overload.pm sv.c t/pragma/overload.t
46845 ____________________________________________________________________________
46846 [  7103] By: nick                                  on 2000/09/30  12:53:36
46847         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
46848              From: Johan Vromans <jvromans@squirrel.nl>
46849              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
46850              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
46851      Branch: perl
46852            ! pod/Makefile.SH
46853 ____________________________________________________________________________
46854 [  7102] By: nick                                  on 2000/09/30  12:52:31
46855         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
46856              From: Spider Boardman <spider@Orb.Nashua.NH.US>
46857              Date: Sat, 16 Sep 2000 16:36:45 -0400
46858              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
46859      Branch: perl
46860            ! ext/B/B/Deparse.pm
46861 ____________________________________________________________________________
46862 [  7101] By: nick                                  on 2000/09/30  12:51:41
46863         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
46864              From: Craig A. Berry <craig.berry@psinetcs.com>
46865              Date: Sat, 16 Sep 2000 10:11:10 -0500
46866              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
46867      Branch: perl
46868            ! vms/vms.c
46869 ____________________________________________________________________________
46870 [  7100] By: nick                                  on 2000/09/30  12:50:33
46871         Log: Subject: Re: unicode support and perl [ID 20000901.097]
46872              From: Spider Boardman <spider@Orb.Nashua.NH.US>
46873              Date: Fri, 15 Sep 2000 16:37:58 -0400
46874              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
46875      Branch: perl
46876            ! t/op/append.t
46877 ____________________________________________________________________________
46878 [  7099] By: nick                                  on 2000/09/30  12:49:35
46879         Log: Subject: Re: unicode support and perl [ID 20000901.097]
46880              From: Spider Boardman <spider@Orb.Nashua.NH.US>
46881              Date: Fri, 15 Sep 2000 16:25:30 -0400
46882              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
46883      Branch: perl
46884            ! pp_hot.c
46885 ____________________________________________________________________________
46886 [  7098] By: nick                                  on 2000/09/30  12:48:00
46887         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
46888              From: Gisle Aas <gisle@ActiveState.com>
46889              Date: 15 Sep 2000 16:23:41 +0200
46890              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
46891      Branch: perl
46892            ! toke.c
46893 ____________________________________________________________________________
46894 [  7097] By: nick                                  on 2000/09/30  12:45:16
46895         Log: Subject: [PATCH] Nits in perlmod.pod
46896              From: Daniel Chetlin <daniel@chetlin.com>
46897              Date: Fri, 15 Sep 2000 02:04:09 -0700
46898              Message-Id: <20000915020409.A2104@ilmd>
46899      Branch: perl
46900            ! pod/perlmod.pod
46901 ____________________________________________________________________________
46902 [  7096] By: nick                                  on 2000/09/30  12:18:00
46903         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
46904              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
46905              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
46906              0 to checking to get the warning.
46907      Branch: perl
46908            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
46909            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
46910            ! regexec.c sv.c toke.c utf8.c
46911 ____________________________________________________________________________
46912 [  7095] By: nick                                  on 2000/09/15  16:55:59
46913         Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
46914              
46915              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
46916              From: Spider Boardman <spider@Orb.Nashua.NH.US>
46917              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
46918              Date: Fri, 15 Sep 2000 06:37:30 -0400
46919      Branch: perl
46920            ! ext/Encode/Encode.xs sv.c
46921 ____________________________________________________________________________
46922 [  7094] By: jhi                                   on 2000/09/15  03:23:32
46923         Log: Update Changes.
46924      Branch: perl
46925            ! Changes patchlevel.h
46926 ____________________________________________________________________________
46927 [  7093] By: jhi                                   on 2000/09/15  03:11:44
46928         Log: Fix for the charnames.t failures from Spider Boardman.
46929      Branch: perl
46930            ! toke.c
46931 ____________________________________________________________________________
46932 [  7092] By: jhi                                   on 2000/09/15  00:15:48
46933         Log: Botched the #7090 check-in.
46934      Branch: perl
46935            ! sv.c
46936 ____________________________________________________________________________
46937 [  7091] By: jhi                                   on 2000/09/14  23:33:24
46938         Log: Part of #7081 didn't come through.
46939      Branch: perl
46940            ! embed.pl proto.h
46941 ____________________________________________________________________________
46942 [  7090] By: jhi                                   on 2000/09/14  23:17:39
46943         Log: Subject: Re: perl@7078 
46944              From: Spider Boardman <spider@web.zk3.dec.com>
46945              Date: Thu, 14 Sep 2000 19:06:36 -0400
46946              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
46947      Branch: perl
46948            ! sv.c toke.c
46949 ____________________________________________________________________________
46950 [  7089] By: jhi                                   on 2000/09/14  23:11:21
46951         Log: Small portability tweaks.
46952      Branch: perl
46953            ! ext/Encode/Encode.xs
46954 ____________________________________________________________________________
46955 [  7088] By: jhi                                   on 2000/09/14  22:57:23
46956         Log: Fake return to pacify picky compilers.
46957      Branch: perl
46958            ! ext/Encode/Encode.xs
46959 ____________________________________________________________________________
46960 [  7087] By: jhi                                   on 2000/09/14  22:53:37
46961         Log: Subject: [PATCH] utf8.c apidoc
46962              From: Simon Cozens <simon@cozens.net>
46963              Date: Thu, 14 Sep 2000 23:46:57 +0100
46964              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
46965      Branch: perl
46966            ! perlapi.c pod/perlapi.pod utf8.c
46967 ____________________________________________________________________________
46968 [  7086] By: jhi                                   on 2000/09/14  22:40:38
46969         Log: We don't need to count the high bit bytes, a boolean is enough. 
46970      Branch: perl
46971            ! sv.c
46972 ____________________________________________________________________________
46973 [  7085] By: jhi                                   on 2000/09/14  21:20:09
46974         Log: Replace #7084 with
46975              
46976              Subject: Re: perl@7078 
46977              From: Spider Boardman <spider@web.zk3.dec.com>
46978              Date: Thu, 14 Sep 2000 17:09:36 -0400
46979              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
46980      Branch: perl
46981            ! sv.c utf8.c
46982 ____________________________________________________________________________
46983 [  7084] By: jhi                                   on 2000/09/14  20:03:34
46984         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
46985              convertable to bytes by checking it doesn't go above 0xc3
46986              
46987              Subject: Re: perl@7078
46988              From: Simon Cozens <simon@cozens.net>
46989              Date: Thu, 14 Sep 2000 20:59:19 +0100
46990              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
46991      Branch: perl
46992            ! utf8.c
46993 ____________________________________________________________________________
46994 [  7083] By: jhi                                   on 2000/09/14  19:38:47
46995         Log: Subject: Re: perl@7078
46996              From: Simon Cozens <simon@cozens.net>
46997              Date: Thu, 14 Sep 2000 20:13:09 +0100
46998              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
46999      Branch: perl
47000            ! t/op/bop.t
47001 ____________________________________________________________________________
47002 [  7082] By: jhi                                   on 2000/09/14  17:50:44
47003         Log: The one that got away.
47004      Branch: perl
47005            ! lib/File/Find.pm
47006 ____________________________________________________________________________
47007 [  7081] By: jhi                                   on 2000/09/14  17:45:35
47008         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
47009              From: Robin Barker <rmb1@cise.npl.co.uk>
47010              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
47011              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
47012      Branch: perl
47013            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
47014            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
47015            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
47016            ! regcomp.c toke.c universal.c
47017 ____________________________________________________________________________
47018 [  7080] By: jhi                                   on 2000/09/14  17:40:35
47019         Log: Problems picked up by AIX cc.
47020              
47021              Subject: Re: perl@7078 (patch included)
47022              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
47023              Date: Thu, 14 Sep 2000 18:53:30 +0200
47024              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
47025      Branch: perl
47026            ! ext/Encode/Encode.xs
47027 ____________________________________________________________________________
47028 [  7079] By: jhi                                   on 2000/09/14  17:38:27
47029         Log: Subject: File::Find 5.7.0 POD nits
47030              From: Rich Morin <rdm@cfcl.com>
47031              Date: Wed, 13 Sep 2000 22:03:58 -0700
47032              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
47033      Branch: perl
47034            ! lib/File/Find.pm
47035 ____________________________________________________________________________
47036 [  7078] By: jhi                                   on 2000/09/14  14:58:20
47037         Log: Update Changes.
47038      Branch: perl
47039            ! Changes patchlevel.h
47040 ____________________________________________________________________________
47041 [  7077] By: jhi                                   on 2000/09/14  14:55:54
47042         Log: Compilation warnings and an error.
47043      Branch: perl
47044            ! sv.c
47045 ____________________________________________________________________________
47046 [  7076] By: jhi                                   on 2000/09/14  14:42:56
47047         Log: Fix for a parsing bug, not for the original bug.
47048              
47049              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
47050              From: Spider Boardman <spider@web.zk3.dec.com>
47051              Date: Wed, 13 Sep 2000 17:52:20 -0400
47052              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
47053      Branch: perl
47054            ! regcomp.c
47055 ____________________________________________________________________________
47056 [  7075] By: jhi                                   on 2000/09/14  14:40:40
47057         Log: Batch of UTF-8 patches from Simon Cozens.
47058      Branch: perl
47059            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
47060            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
47061            ! toke.c utf8.c
47062 ____________________________________________________________________________
47063 [  7074] By: jhi                                   on 2000/09/14  14:29:58
47064         Log: Subject: Re: Two advertising clauses need to be removed
47065              From: Russ Allbery <rra@stanford.edu>
47066              Date: 13 Sep 2000 18:50:26 -0700
47067              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
47068      Branch: perl
47069            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
47070 ____________________________________________________________________________
47071 [  7073] By: jhi                                   on 2000/09/14  14:28:20
47072         Log: Subject: [PATCH] de-wall t/README
47073              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
47074              Date: Wed, 13 Sep 2000 17:46:55 -0700
47075              Message-ID: <//Bw5gzkge/e092yn@efn.org>
47076      Branch: perl
47077            ! t/README
47078 ____________________________________________________________________________
47079 [  7072] By: jhi                                   on 2000/09/14  14:25:10
47080         Log: Hints optimization.
47081              
47082              Subject: Minor nit
47083              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
47084              Date: Wed, 13 Sep 2000 21:42:07 +0200
47085              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
47086      Branch: perl
47087            ! hints/hpux.sh
47088 ____________________________________________________________________________
47089 [  7071] By: jhi                                   on 2000/09/14  14:23:30
47090         Log: Allow chop() and chomp() to be overridden.
47091              
47092              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
47093              From: "Casey R. Tweten" <crt@kiski.net>
47094              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
47095              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
47096      Branch: perl
47097            ! toke.c
47098 ____________________________________________________________________________
47099 [  7070] By: jhi                                   on 2000/09/14  14:20:36
47100         Log: The return value of setlocale must be copied away.
47101              
47102              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
47103              From: Alan Burlison <Alan.Burlison@uk.sun.com>
47104              Date: Wed, 13 Sep 2000 16:27:37 +0100 
47105              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
47106      Branch: perl
47107            ! util.c
47108 ____________________________________________________________________________
47109 [  7069] By: jhi                                   on 2000/09/14  14:16:27
47110         Log: Remove vestiges of tr//CU.
47111              
47112              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
47113              From: Nick Clark <nick@plum.flirble.org>
47114              Date: Tue, 12 Sep 2000 22:50:14 +0100
47115              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
47116              
47117              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
47118              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
47119              Date: Tue, 12 Sep 2000 21:38:48 -0700
47120              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
47121      Branch: perl
47122            ! op.h pod/perlunicode.pod
47123 ____________________________________________________________________________
47124 [  7068] By: jhi                                   on 2000/09/13  14:18:39
47125         Log: Add the Encode extension.  The code is still largely just skeleton.
47126      Branch: perl
47127            + ext/Encode/Encode.pm ext/Encode/Encode.xs
47128            + ext/Encode/Makefile.PL ext/Encode/Todo
47129            ! MANIFEST Todo-5.6
47130 ____________________________________________________________________________
47131 [  7067] By: jhi                                   on 2000/09/12  17:43:33
47132         Log: Allow for whitespace between "#" and "line" in cpp output.
47133              
47134              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
47135              From: Calle Dybedahl <calle@lysator.liu.se>
47136              Date: 12 Sep 2000 19:38:02 +0200 
47137              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
47138      Branch: perl
47139            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
47140 ____________________________________________________________________________
47141 [  7066] By: gsar                                  on 2000/09/12  17:24:29
47142         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
47143              initialization in all the threads on Windows
47144      Branch: perl
47145            ! win32/win32.c
47146 ____________________________________________________________________________
47147 [  7065] By: jhi                                   on 2000/09/12  15:11:31
47148         Log: Update Changes.
47149      Branch: perl
47150            ! Changes patchlevel.h
47151 ____________________________________________________________________________
47152 [  7064] By: jhi                                   on 2000/09/12  14:54:54
47153         Log: Retract #7062, the pod tests are not ready.
47154      Branch: perl
47155            ! t/TEST t/harness
47156 ____________________________________________________________________________
47157 [  7063] By: jhi                                   on 2000/09/12  14:25:41
47158         Log: The #7054 truncated Configure badly.
47159      Branch: metaconfig/U/perl
47160            ! End.U
47161      Branch: perl
47162            ! Configure config_h.SH
47163 ____________________________________________________________________________
47164 [  7062] By: jhi                                   on 2000/09/12  14:08:32
47165         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
47166              From: sthoenna@efn.org
47167              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
47168              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
47169      Branch: perl
47170            ! t/TEST t/harness
47171 ____________________________________________________________________________
47172 [  7061] By: jhi                                   on 2000/09/12  14:07:18
47173         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
47174              From: sthoenna@efn.org
47175              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
47176              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
47177      Branch: perl
47178            ! pod/perlxs.pod
47179 ____________________________________________________________________________
47180 [  7060] By: jhi                                   on 2000/09/12  14:06:08
47181         Log: Break up the myconfig lines a bit.
47182              
47183              Subject: perlbug/perl -V output format
47184              From: sthoenna@efn.org
47185              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
47186              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
47187      Branch: perl
47188            ! myconfig.SH
47189 ____________________________________________________________________________
47190 [  7059] By: jhi                                   on 2000/09/12  14:05:04
47191         Log: Test for the #7049.
47192              
47193              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
47194              From: andreas.koenig@anima.de (Andreas J. Koenig)
47195              Date: 12 Sep 2000 06:42:01 +0200
47196              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
47197      Branch: perl
47198            ! t/op/my.t
47199 ____________________________________________________________________________
47200 [  7058] By: jhi                                   on 2000/09/12  14:03:05
47201         Log: Subject: [patch: perl@7045] vms updates
47202              From: Peter Prymmer <pvhp@forte.com>
47203              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
47204              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
47205      Branch: perl
47206            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
47207 ____________________________________________________________________________
47208 [  7057] By: jhi                                   on 2000/09/12  14:00:51
47209         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
47210              From: sthoenna@efn.org
47211              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
47212              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
47213      Branch: perl
47214            ! t/op/64bitint.t
47215 ____________________________________________________________________________
47216 [  7056] By: jhi                                   on 2000/09/12  13:58:14
47217         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
47218              From: Jeff Pinyan <jeffp@crusoe.net>
47219              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
47220              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
47221      Branch: perl
47222            ! pod/perlfunc.pod
47223 ____________________________________________________________________________
47224 [  7055] By: jhi                                   on 2000/09/12  13:56:32
47225         Log: Do in VMS as the #7054 does.
47226      Branch: perl
47227            ! configure.com
47228 ____________________________________________________________________________
47229 [  7054] By: jhi                                   on 2000/09/12  13:50:31
47230         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
47231              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
47232              Date: Mon, 11 Sep 2000 08:33:09 +0100
47233              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
47234      Branch: metaconfig/U/perl
47235            ! End.U
47236      Branch: perl
47237            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
47238            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
47239 ____________________________________________________________________________
47240 [  7053] By: jhi                                   on 2000/09/12  13:29:19
47241         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
47242              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
47243              Date:     Tue, 12 Sep 2000 08:35:59 EDT
47244              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
47245      Branch: perl
47246            ! vms/test.com
47247 ____________________________________________________________________________
47248 [  7052] By: jhi                                   on 2000/09/11  23:01:50
47249         Log: Document the SvUTF8*().
47250      Branch: perl
47251            ! pod/perlapi.pod sv.h
47252 ____________________________________________________________________________
47253 [  7051] By: gsar                                  on 2000/09/11  14:46:30
47254         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
47255              (missed a spot when fixing up op_pmreplroot hack for ithreads)
47256      Branch: perl
47257            ! op.c t/op/split.t
47258 ____________________________________________________________________________
47259 [  7050] By: nick                                  on 2000/09/11  10:03:51
47260         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
47261              
47262              Subject: borland C++ win32.c tweak
47263              From: Vadim Konovalov <vkonovalov@lucent.com>
47264              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
47265              Date: Mon, 11 Sep 2000 11:22:33 +0400
47266      Branch: perl
47267            ! win32/win32.c
47268 ____________________________________________________________________________
47269 [  7049] By: nick                                  on 2000/09/11  09:57:33
47270         Log: Point fix for s/// on foreach (keys %xxx).
47271      Branch: perl
47272            ! pp_hot.c
47273 ____________________________________________________________________________
47274 [  7048] By: jhi                                   on 2000/09/10  23:37:09
47275         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
47276              by Pod::Text, from Brad Appleton.
47277      Branch: perl
47278            ! t/pod/testp2pt.pl
47279 ____________________________________________________________________________
47280 [  7047] By: jhi                                   on 2000/09/10  14:32:53
47281         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
47282              by Russ Allbery.
47283      Branch: perl
47284            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
47285 ____________________________________________________________________________
47286 [  7046] By: jhi                                   on 2000/09/10  14:15:08
47287         Log: Upgrade to CPAN 1.57_65, from Andreas König.
47288      Branch: perl
47289            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
47290 ____________________________________________________________________________
47291 [  7045] By: jhi                                   on 2000/09/08  21:36:32
47292         Log: Update Changes.
47293      Branch: perl
47294            ! Changes patchlevel.h
47295 ____________________________________________________________________________
47296 [  7044] By: jhi                                   on 2000/09/08  21:29:56
47297         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
47298              From: Peter Prymmer <pvhp@forte.com>
47299              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
47300              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
47301      Branch: perl
47302            ! configure.com
47303 ____________________________________________________________________________
47304 [  7043] By: jhi                                   on 2000/09/08  21:27:50
47305         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
47306              From: Peter Prymmer <pvhp@forte.com>
47307              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
47308              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
47309      Branch: perl
47310            ! Makefile.SH installperl
47311 ____________________________________________________________________________
47312 [  7042] By: jhi                                   on 2000/09/08  21:23:21
47313         Log: Continue #7041.
47314      Branch: perl
47315            ! cygwin/Makefile.SHs os2/Makefile.SHs
47316 ____________________________________________________________________________
47317 [  7041] By: jhi                                   on 2000/09/08  21:18:10
47318         Log: Do away with memory models cruft.  Sorry, PDP users.
47319      Branch: metaconfig
47320            ! U/modified/cc.U U/modified/libpth.U
47321      Branch: perl
47322            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
47323            ! Porting/config_H cflags.SH config_h.SH configure.com
47324            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
47325            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
47326            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
47327 ____________________________________________________________________________
47328 [  7040] By: jhi                                   on 2000/09/08  14:34:18
47329         Log: Major rewrite of s2p.  And I mean really major, it is
47330              an implementation of sed in perl.  If called as s2p it
47331              will function as s2p.  Note: needs non-UNIXifying.
47332              
47333              Subject: s2p
47334              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
47335              Date: Mon, 28 Aug 2000 14:05:12 +0200
47336              Message-ID: <39AA5578.2102E2AA@alcatel.at>
47337      Branch: perl
47338            ! x2p/s2p.PL
47339 ____________________________________________________________________________
47340 [  7039] By: jhi                                   on 2000/09/08  14:19:49
47341         Log: Re-allow vec() for characters > 255.
47342              
47343              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
47344              From: Spider Boardman <spider@web.zk3.dec.com>
47345              Date: Fri, 08 Sep 2000 02:21:02 -0400
47346              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
47347      Branch: perl
47348            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
47349            ! t/op/vec.t
47350 ____________________________________________________________________________
47351 [  7038] By: jhi                                   on 2000/09/08  14:14:18
47352         Log: Subject: [PATCH lib/Benchmark.pm]
47353              From: <abigail@foad.org>
47354              Date: Thu, 7 Sep 2000 15:03:20 -0400
47355              Message-ID: <20000907190320.888.qmail@foad.org>
47356      Branch: perl
47357            ! lib/Benchmark.pm
47358 ____________________________________________________________________________
47359 [  7037] By: jhi                                   on 2000/09/08  14:11:06
47360         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
47361              
47362              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
47363              From: Spider Boardman <spider@web.zk3.dec.com>
47364              Date: Fri, 08 Sep 2000 01:30:27 -0400
47365              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
47366      Branch: perl
47367            ! op.c
47368 ____________________________________________________________________________
47369 [  7036] By: jhi                                   on 2000/09/08  14:08:58
47370         Log: Subject: [ID 20000908.002] perlipc documentation bug.
47371              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
47372              Date: Fri, 08 Sep 2000 12:38:32 +0200
47373              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
47374      Branch: perl
47375            ! pod/perlipc.pod
47376 ____________________________________________________________________________
47377 [  7035] By: jhi                                   on 2000/09/08  14:03:12
47378         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
47379              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
47380              Date: Fri, 08 Sep 2000 11:47:34 +0200
47381              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
47382      Branch: perl
47383            ! hints/dec_osf.sh
47384 ____________________________________________________________________________
47385 [  7034] By: jhi                                   on 2000/09/08  13:59:35
47386         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
47387              From: Simon Cozens <simon@cozens.net>
47388              Date: Thu, 7 Sep 2000 20:40:38 +0100
47389              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
47390      Branch: perl
47391            ! pp_hot.c
47392 ____________________________________________________________________________
47393 [  7033] By: jhi                                   on 2000/09/08  04:03:03
47394         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
47395              From: "Larry W. Virden" <lvirden@cas.org>
47396              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
47397              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
47398      Branch: perl
47399            ! pod/perldiag.pod
47400 ____________________________________________________________________________
47401 [  7032] By: jhi                                   on 2000/09/07  22:18:30
47402         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
47403              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
47404              Date: Mon, 04 Sep 2000 13:16:38 -0700
47405              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
47406      Branch: perl
47407            ! lib/perl5db.pl
47408 ____________________________________________________________________________
47409 [  7031] By: jhi                                   on 2000/09/07  22:02:29
47410         Log: Fix the ccversion detection for 5.1 and beyond.
47411              
47412              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
47413              From: Spider Boardman <spider@leggy.zk3.dec.com>
47414              Date: Thu, 7 Sep 2000 17:54:27 -0400
47415              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
47416      Branch: perl
47417            ! hints/dec_osf.sh
47418 ____________________________________________________________________________
47419 [  7030] By: jhi                                   on 2000/09/07  19:12:28
47420         Log: Fix for
47421              
47422              Subject: [ID 20000903.001] \w in utf8-strings
47423              From: Marc Lehmann <pcg@goof.com>
47424              Date: Sun, 03 Sep 2000 09:44:29 +0200
47425              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
47426              
47427              and various related nits.
47428      Branch: perl
47429            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
47430 ____________________________________________________________________________
47431 [  7029] By: jhi                                   on 2000/09/07  18:49:09
47432         Log: Fix the URL, but the server is still missing in action.
47433              
47434              Subject: [ID 20000905.002] perlfaq1.pod URL error
47435              From: "Larry W. Virden" <lvirden@cas.org>
47436              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
47437              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
47438      Branch: perl
47439            ! pod/perlfaq1.pod
47440 ____________________________________________________________________________
47441 [  7028] By: jhi                                   on 2000/09/07  18:47:13
47442         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
47443              From: Hugo <hv@crypt.compulink.co.uk>
47444              Date: Tue, 05 Sep 2000 14:13:37 +0100
47445              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
47446      Branch: perl
47447            ! toke.c
47448 ____________________________________________________________________________
47449 [  7027] By: jhi                                   on 2000/09/07  18:45:35
47450         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
47451              From: Daniel Chetlin <daniel@chetlin.com>
47452              Date: Tue, 5 Sep 2000 04:57:07 -0700
47453              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
47454      Branch: perl
47455            ! pod/perlfaq6.pod pod/perlop.pod
47456 ____________________________________________________________________________
47457 [  7026] By: jhi                                   on 2000/09/07  18:44:01
47458         Log: Document the new ref() semantics.
47459              
47460              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
47461              From: Gisle Aas <gisle@ActiveState.com>
47462              Date: 05 Sep 2000 08:10:30 +0200
47463              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
47464      Branch: perl
47465            ! pod/perldelta.pod
47466 ____________________________________________________________________________
47467 [  7025] By: jhi                                   on 2000/09/07  18:42:27
47468         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
47469              
47470              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
47471              From: Gisle Aas <gisle@ActiveState.com>
47472              Date: 05 Sep 2000 08:11:40 +0200
47473              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
47474      Branch: perl
47475            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
47476 ____________________________________________________________________________
47477 [  7024] By: jhi                                   on 2000/09/07  18:39:32
47478         Log: Subject: [PATCH] Modernize Opcode.pm documentation
47479              From: Gisle Aas <gisle@ActiveState.com>
47480              Date: 4 Sep 2000 00:18:55 -0000
47481              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
47482      Branch: perl
47483            ! ext/Opcode/Opcode.pm
47484 ____________________________________________________________________________
47485 [  7023] By: jhi                                   on 2000/09/07  18:37:42
47486         Log: Subject: [PATCH] Tied filehandle documentation
47487              From: Gisle Aas <gisle@ActiveState.com>
47488              Date: 4 Sep 2000 00:14:40 -0000
47489              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
47490      Branch: perl
47491            ! pod/perlfunc.pod pod/perltie.pod
47492 ____________________________________________________________________________
47493 [  7022] By: jhi                                   on 2000/09/07  18:35:37
47494         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
47495              From: Gisle Aas <gisle@ActiveState.com>
47496              Date: 4 Sep 2000 00:04:22 -0000
47497              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
47498      Branch: perl
47499            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
47500 ____________________________________________________________________________
47501 [  7021] By: jhi                                   on 2000/09/07  18:33:22
47502         Log: Subject: small apidoc fix
47503              From: Marc Lehmann <pcg@goof.com>
47504              Date: Sun, 3 Sep 2000 05:12:06 +0200
47505              Message-ID: <20000903051206.A5909@cerebro.laendle>
47506      Branch: perl
47507            ! pod/perlapi.pod utf8.c
47508 ____________________________________________________________________________
47509 [  7020] By: jhi                                   on 2000/09/07  16:14:57
47510         Log: Tiny perldelta nits.
47511      Branch: perl
47512            ! pod/perldelta.pod
47513 ____________________________________________________________________________
47514 [  7019] By: jhi                                   on 2000/09/07  16:04:20
47515         Log: Guard against bad string->int conversion for quads.
47516      Branch: perl
47517            ! t/op/64bitint.t
47518 ____________________________________________________________________________
47519 [  7018] By: jhi                                   on 2000/09/06  17:07:03
47520         Log: Update Unicode todo list.
47521      Branch: perl
47522            ! Todo-5.6
47523 ____________________________________________________________________________
47524 [  7017] By: jhi                                   on 2000/09/05  21:16:01
47525         Log: Document the SvIOK_.*UV().
47526      Branch: perl
47527            ! pod/perlapi.pod sv.h
47528 ____________________________________________________________________________
47529 [  7016] By: nick                                  on 2000/09/03  21:54:46
47530         Log: Hash lookup of constant strings optimization:
47531              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
47532              to string table (as per sharepvn). Add newSV_pvn_share to create such
47533              a thing. Make hv.c compare addresses of strings and skip string compare
47534              if equal. Make method_named and helem ops use these shared-string SVs
47535              when arg is constant. Make keys op return shared-string SVs (less clearly
47536              a win).
47537      Branch: perl
47538            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
47539            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
47540            ! pod/perlintern.pod pp_hot.c proto.h sv.c
47541 ____________________________________________________________________________
47542 [  7015] By: jhi                                   on 2000/09/02  17:48:59
47543         Log: This is 5.7.0.
47544      Branch: perl
47545            ! Changes
47546 ____________________________________________________________________________
47547 [  7014] By: jhi                                   on 2000/09/02  17:35:45
47548         Log: Changes and patchlevel tweaks.
47549      Branch: perl
47550            ! Changes patchlevel.h
47551 ____________________________________________________________________________
47552 [  7013] By: jhi                                   on 2000/09/02  17:30:50
47553         Log: Update Changes.
47554      Branch: perl
47555            ! Changes patchlevel.h
47556 ____________________________________________________________________________
47557 [  7012] By: nick                                  on 2000/09/02  17:25:20
47558         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
47559      Branch: perl
47560            ! gv.c lib/overload.pm
47561 ____________________________________________________________________________
47562 [  7011] By: jhi                                   on 2000/09/02  17:16:25
47563         Log: Update perlhist.
47564      Branch: perl
47565            ! pod/perlhist.pod
47566 ____________________________________________________________________________
47567 [  7010] By: jhi                                   on 2000/09/02  17:01:35
47568         Log: perldelta nits.
47569      Branch: perl
47570            ! pod/perldelta.pod
47571 ____________________________________________________________________________
47572 [  7009] By: nick                                  on 2000/09/02  16:48:35
47573         Log: If overloaded %{} etc. return the object do not loop.
47574              Thus  sub deref { $_[0] } functions if object is wanted type.
47575      Branch: perl
47576            ! pp.h
47577 ____________________________________________________________________________
47578 [  7008] By: jhi                                   on 2000/09/02  16:26:11
47579         Log: Retab MANIFEST.
47580      Branch: perl
47581            ! ext/Storable/MANIFEST
47582 ____________________________________________________________________________
47583 [  7007] By: jhi                                   on 2000/09/02  16:23:02
47584         Log: Make certain cc is set before trying to run it.
47585      Branch: perl
47586            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
47587 ____________________________________________________________________________
47588 [  7006] By: jhi                                   on 2000/09/02  15:45:41
47589         Log: Unicode notes.
47590      Branch: perl
47591            ! pod/perldelta.pod
47592 ____________________________________________________________________________
47593 [  7005] By: jhi                                   on 2000/09/02  15:42:11
47594         Log: Various Configure nits by Philip Newton,
47595              plus the ebcdic one by me.
47596      Branch: metaconfig
47597            + U/modified/pager.U
47598            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
47599      Branch: metaconfig/U/perl
47600            ! Devel.U quadfio.U
47601      Branch: perl
47602            ! Configure config_h.SH
47603 ____________________________________________________________________________
47604 [  7004] By: jhi                                   on 2000/09/02  15:06:14
47605         Log: Apparently avoiding the swapping is too costly.
47606              
47607              From: "Ben Tilly" <ben_tilly@hotmail.com>
47608              Subject: Re: the door is closed.
47609              Date: Fri, 01 Sep 2000 20:23:16 EDT
47610              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
47611      Branch: perl
47612            ! pod/perlfaq4.pod
47613 ____________________________________________________________________________
47614 [  7003] By: nick                                  on 2000/09/02  12:26:04
47615         Log: Undo part of change 6489 which looks like a bulk edit which
47616              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
47617              The supressing of main:: on return from select() is undesirable.
47618      Branch: perl
47619            ! pp_sys.c
47620 ____________________________________________________________________________
47621 [  7002] By: jhi                                   on 2000/09/01  23:08:54
47622         Log: Update Changes.
47623      Branch: perl
47624            ! Changes patchlevel.h
47625 ____________________________________________________________________________
47626 [  7001] By: jhi                                   on 2000/09/01  23:00:13
47627         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
47628              From: Peter Prymmer <pvhp@forte.com>
47629              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
47630              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
47631              
47632              plus rework the http: spots as suggested by Tom Christiansen,
47633              plus regen perltoc.
47634      Branch: perl
47635            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
47636            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
47637 ____________________________________________________________________________
47638 [  7000] By: jhi                                   on 2000/09/01  22:36:01
47639         Log: Only the first line, thank you very much.
47640      Branch: perl
47641            ! hints/solaris_2.sh
47642 ____________________________________________________________________________
47643 [  6999] By: gsar                                  on 2000/09/01  22:16:40
47644         Log: change#6791 accidentally clobbered change#6710, put it back
47645      Branch: perl
47646            ! win32/win32.c
47647 ____________________________________________________________________________
47648 [  6998] By: jhi                                   on 2000/09/01  22:14:16
47649         Log: Mention the HP-UX LP64 freak failure.
47650      Branch: perl
47651            ! pod/perldelta.pod
47652 ____________________________________________________________________________
47653 [  6997] By: jhi                                   on 2000/09/01  21:48:32
47654         Log: Detypo.
47655      Branch: perl
47656            ! hints/hpux.sh
47657 ____________________________________________________________________________
47658 [  6996] By: jhi                                   on 2000/09/01  21:27:10
47659         Log: Update Changes.
47660      Branch: perl
47661            ! Changes patchlevel.h
47662 ____________________________________________________________________________
47663 [  6995] By: jhi                                   on 2000/09/01  21:14:24
47664         Log: Mi splgn s gnin.g
47665      Branch: perl
47666            ! pp_ctl.c
47667 ____________________________________________________________________________
47668 [  6994] By: jhi                                   on 2000/09/01  21:09:54
47669         Log: Subject: http:// in L<>
47670              From: Nicholas Clark <nick@ccl4.org>
47671              Date: Fri, 1 Sep 2000 22:03:21 +0100
47672              Message-ID: <20000901220321.B72074@plum.flirble.org>
47673      Branch: perl
47674            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
47675 ____________________________________________________________________________
47676 [  6993] By: jhi                                   on 2000/09/01  21:06:54
47677         Log: Update to Storable 1.0, from Raphael Manfredi.
47678      Branch: perl
47679            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
47680            ! ext/Storable/Makefile.PL ext/Storable/README
47681            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
47682            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
47683            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
47684            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
47685            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
47686            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
47687 ____________________________________________________________________________
47688 [  6992] By: jhi                                   on 2000/09/01  20:43:05
47689         Log: Mention known sfio+linux buglet.
47690      Branch: perl
47691            ! pod/perldelta.pod
47692 ____________________________________________________________________________
47693 [  6991] By: jhi                                   on 2000/09/01  20:40:11
47694         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
47695              From: Peter Prymmer <pvhp@forte.com>
47696              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
47697              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
47698      Branch: perl
47699            ! vms/vms.c
47700 ____________________________________________________________________________
47701 [  6990] By: jhi                                   on 2000/09/01  20:25:26
47702         Log: Retract #6986.
47703      Branch: perl
47704            ! hints/solaris_2.sh
47705 ____________________________________________________________________________
47706 [  6989] By: jhi                                   on 2000/09/01  20:23:00
47707         Log: Mergesort is back.
47708      Branch: perl
47709            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
47710 ____________________________________________________________________________
47711 [  6988] By: jhi                                   on 2000/09/01  19:37:40
47712         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
47713              From: Mike Guy <mjtg@cam.ac.uk>
47714              Date: Fri, 01 Sep 2000 17:43:33 +0100
47715              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
47716      Branch: perl
47717            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
47718            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
47719 ____________________________________________________________________________
47720 [  6987] By: jhi                                   on 2000/09/01  19:17:10
47721         Log: Regen perltoc.
47722      Branch: perl
47723            ! pod/perltoc.pod
47724 ____________________________________________________________________________
47725 [  6986] By: jhi                                   on 2000/09/01  18:51:10
47726         Log: Subject: Re: Solaris x86 has no SPARC libraries!
47727              From: Lupe Christoph <lupe@lupe-christoph.de>
47728              Date: Fri, 1 Sep 2000 20:41:20 +0200
47729              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
47730      Branch: perl
47731            ! hints/solaris_2.sh
47732 ____________________________________________________________________________
47733 [  6985] By: jhi                                   on 2000/09/01  18:28:10
47734         Log: Update Changes.
47735      Branch: perl
47736            ! Changes patchlevel.h
47737 ____________________________________________________________________________
47738 [  6984] By: jhi                                   on 2000/09/01  18:26:53
47739         Log: Feature ordering tweak.
47740      Branch: perl
47741            ! myconfig.SH
47742 ____________________________________________________________________________
47743 [  6983] By: jhi                                   on 2000/09/01  18:19:50
47744         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
47745              From: <abigail@foad.org>
47746              Date: Fri, 1 Sep 2000 13:07:32 -0400
47747              Message-ID: <20000901170732.18249.qmail@foad.org>
47748      Branch: perl
47749            ! t/pragma/overload.t
47750 ____________________________________________________________________________
47751 [  6982] By: jhi                                   on 2000/09/01  18:17:54
47752         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
47753              so that case-ignoring systems like DCL can tell them from
47754              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
47755      Branch: metaconfig/U/perl
47756            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
47757      Branch: perl
47758            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
47759            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
47760            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
47761            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
47762            ! vos/config.def vos/config.h vos/config_h.SH_orig
47763            ! win32/config.bc win32/config.gc win32/config.vc
47764 ____________________________________________________________________________
47765 [  6981] By: nick                                  on 2000/09/01  17:21:57
47766         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
47767              warning when UNTIE exists and instead pass the cound of extra references to
47768              the UNTIE method.
47769      Branch: perl
47770            ! pod/perltie.pod pp_sys.c
47771 ____________________________________________________________________________
47772 [  6980] By: jhi                                   on 2000/09/01  16:54:44
47773         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
47774              From: Peter Prymmer <pvhp@forte.com>
47775              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
47776              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
47777      Branch: perl
47778            ! configure.com
47779 ____________________________________________________________________________
47780 [  6979] By: jhi                                   on 2000/09/01  16:06:20
47781         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
47782              From: Mike Guy <mjtg@cam.ac.uk> 
47783              Date: Fri, 01 Sep 2000 16:49:27 +0100
47784              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
47785      Branch: perl
47786            ! t/base/rs.t
47787 ____________________________________________________________________________
47788 [  6978] By: jhi                                   on 2000/09/01  16:00:42
47789         Log: Update to PodParser 1.18, from Brad Appleton.
47790      Branch: perl
47791            ! lib/Pod/Checker.pm t/pod/find.t
47792 ____________________________________________________________________________
47793 [  6977] By: jhi                                   on 2000/09/01  14:48:58
47794         Log: Subject: Nit in Configure (bleadperl@6961)
47795              From: Lupe Christoph <lupe@lupe-christoph.de>
47796              Date: Fri, 1 Sep 2000 16:34:29 +0200
47797              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
47798      Branch: metaconfig
47799            ! U/compline/ccflags.U
47800      Branch: perl
47801            ! Configure config_h.SH
47802 ____________________________________________________________________________
47803 [  6976] By: jhi                                   on 2000/09/01  14:39:52
47804         Log: Update Changes.
47805      Branch: perl
47806            ! Changes patchlevel.h
47807 ____________________________________________________________________________
47808 [  6975] By: jhi                                   on 2000/09/01  14:37:36
47809         Log: microperl config update.
47810      Branch: perl
47811            ! uconfig.h uconfig.sh
47812 ____________________________________________________________________________
47813 [  6974] By: jhi                                   on 2000/09/01  14:36:53
47814         Log: Document known deficiencies.
47815      Branch: perl
47816            ! pod/perldelta.pod
47817 ____________________________________________________________________________
47818 [  6973] By: jhi                                   on 2000/09/01  14:10:20
47819         Log: Mention warnings fixes and updates.
47820      Branch: perl
47821            ! pod/perldelta.pod
47822 ____________________________________________________________________________
47823 [  6972] By: jhi                                   on 2000/09/01  14:01:52
47824         Log: Drop unused argument.
47825              
47826              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
47827              From: Spider Boardman <spider@web.zk3.dec.com>
47828              Date: Thu, 31 Aug 2000 16:10:15 -0400
47829              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
47830      Branch: perl
47831            ! toke.c
47832 ____________________________________________________________________________
47833 [  6971] By: jhi                                   on 2000/09/01  13:59:24
47834         Log: Add the overload warnings to perldiag.
47835      Branch: perl
47836            ! lib/overload.pm pod/perldiag.pod
47837 ____________________________________________________________________________
47838 [  6970] By: jhi                                   on 2000/09/01  13:55:10
47839         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
47840              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
47841              Date: Fri, 1 Sep 2000 13:43:15 +0100 
47842              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
47843      Branch: perl
47844            ! lib/overload.pm t/pragma/overload.t
47845 ____________________________________________________________________________
47846 [  6969] By: jhi                                   on 2000/09/01  13:52:27
47847         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
47848              From: <abigail@foad.org>
47849              Date: Fri, 1 Sep 2000 05:46:54 -0400
47850              Message-ID: <20000901094654.6476.qmail@foad.org>
47851      Branch: perl
47852            ! lib/overload.pm
47853 ____________________________________________________________________________
47854 [  6968] By: jhi                                   on 2000/09/01  13:50:05
47855         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
47856              From: Daniel Chetlin <daniel@chetlin.com>
47857              Date: Fri, 1 Sep 2000 02:10:55 -0700
47858              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
47859      Branch: perl
47860            ! pod/perlretut.pod
47861 ____________________________________________________________________________
47862 [  6967] By: jhi                                   on 2000/09/01  13:47:54
47863         Log: Part of the solution.
47864              
47865              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
47866              From: Mike Guy <mjtg@cam.ac.uk>
47867              Date: Fri, 01 Sep 2000 14:16:01 +0100
47868              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
47869      Branch: perl
47870            ! gv.c mg.c
47871 ____________________________________________________________________________
47872 [  6966] By: jhi                                   on 2000/09/01  13:46:17
47873         Log: Subject: CPAN.pm beta 1.57_57 for the core
47874              From: andreas.koenig@anima.de (Andreas J. Koenig)
47875              Date: 01 Sep 2000 15:16:31 +0200
47876              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
47877      Branch: perl
47878            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
47879 ____________________________________________________________________________
47880 [  6965] By: jhi                                   on 2000/09/01  13:43:18
47881         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
47882              From: "Craig A. Berry" <craig.berry@psinetcs.com>
47883              Date: Fri, 01 Sep 2000 01:47:22 -0500
47884              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
47885      Branch: perl
47886            ! pod/perldelta.pod vms/vms.c
47887 ____________________________________________________________________________
47888 [  6964] By: jhi                                   on 2000/09/01  13:35:35
47889         Log: File::Temp patches from Andreas König,
47890              
47891              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
47892              From: andreas.koenig@anima.de (Andreas J. Koenig)
47893              Date: 01 Sep 2000 10:07:20 +0200
47894              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
47895              
47896              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
47897              From: andreas.koenig@anima.de (Andreas J. Koenig)
47898              Date: 31 Aug 2000 23:26:08 +0200
47899              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
47900      Branch: perl
47901            ! lib/File/Temp.pm t/lib/ftmp-security.t
47902 ____________________________________________________________________________
47903 [  6963] By: jhi                                   on 2000/09/01  02:22:24
47904         Log: Retract the mergesort code, way too incompatible licensing
47905              and copyrights.
47906      Branch: perl
47907            ! pod/perldelta.pod pp_ctl.c
47908 ____________________________________________________________________________
47909 [  6962] By: jhi                                   on 2000/08/31  23:27:32
47910         Log: Update Changes.
47911      Branch: perl
47912            ! Changes patchlevel.h
47913 ____________________________________________________________________________
47914 [  6961] By: jhi                                   on 2000/08/31  23:20:04
47915         Log: Small tweaks all over.
47916      Branch: metaconfig
47917            ! U/compline/d_gconvert.U
47918      Branch: perl
47919            ! AUTHORS Configure config_h.SH pp_ctl.c
47920 ____________________________________________________________________________
47921 [  6960] By: jhi                                   on 2000/08/31  22:39:36
47922         Log: Further rewording.
47923      Branch: perl
47924            ! pp_ctl.c
47925 ____________________________________________________________________________
47926 [  6959] By: jhi                                   on 2000/08/31  21:26:44
47927         Log: More address tweaking.
47928      Branch: perl
47929            ! AUTHORS Changes
47930 ____________________________________________________________________________
47931 [  6958] By: jhi                                   on 2000/08/31  20:47:25
47932         Log: AUTHORS tweaks, from Peter Prymmer.
47933              
47934              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
47935              From: Peter Prymmer <pvhp@forte.com>
47936              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
47937              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
47938      Branch: perl
47939            ! AUTHORS MAINTAIN
47940 ____________________________________________________________________________
47941 [  6957] By: jhi                                   on 2000/08/31  20:34:43
47942         Log: perldelta tweaks.
47943      Branch: perl
47944            ! pod/perldelta.pod
47945 ____________________________________________________________________________
47946 [  6956] By: jhi                                   on 2000/08/31  19:11:06
47947         Log: Regen perltoc.
47948      Branch: perl
47949            ! pod/perltoc.pod
47950 ____________________________________________________________________________
47951 [  6955] By: jhi                                   on 2000/08/31  19:06:30
47952         Log: Clarify the mergesort situation.
47953      Branch: perl
47954            ! pp_ctl.c
47955 ____________________________________________________________________________
47956 [  6954] By: jhi                                   on 2000/08/31  18:24:17
47957         Log: Move the Solaris 7 scan to use64bitall, make the
47958              failure to find 64-bot sparc libc to mention the
47959              possibility of being in an intel, from Lupe and Alan.
47960      Branch: perl
47961            ! hints/solaris_2.sh
47962 ____________________________________________________________________________
47963 [  6953] By: jhi                                   on 2000/08/31  18:09:20
47964         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
47965              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
47966      Branch: metaconfig
47967            ! U/compline/d_gconvert.U U/threads/archname.U
47968      Branch: metaconfig/U/perl
47969            ! perlxv.U
47970      Branch: perl
47971            ! Configure config_h.SH sv.c
47972 ____________________________________________________________________________
47973 [  6952] By: jhi                                   on 2000/08/31  17:42:24
47974         Log: :: not allowed in pathnames, change to .
47975              
47976              Subject: [PATCH perl@6938] cygwin port
47977              From: "Fifer, Eric" <EFifer@sanwaint.com>
47978              Date: Thu, 31 Aug 2000 16:32:59 +0100
47979              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
47980      Branch: metaconfig/U/perl
47981            ! perlxv.U
47982 ____________________________________________________________________________
47983 [  6951] By: jhi                                   on 2000/08/31  17:02:05
47984         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
47985      Branch: perl
47986            ! perl.h
47987 ____________________________________________________________________________
47988 [  6950] By: jhi                                   on 2000/08/31  16:26:08
47989         Log: More author updates.
47990              
47991              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
47992              From: Simon Cozens <simon@cozens.net>
47993              Date: Thu, 31 Aug 2000 17:13:32 +0100
47994              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
47995      Branch: perl
47996            ! AUTHORS
47997 ____________________________________________________________________________
47998 [  6949] By: jhi                                   on 2000/08/31  16:04:49
47999         Log: POSIX doesn't report long double values under -Duselongdouble
48000              when the long doubles are "real" (bigger than doubles).
48001              
48002              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
48003              From: Spider Boardman <spider@peano.zk3.dec.com>
48004              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
48005              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
48006      Branch: perl
48007            ! ext/POSIX/POSIX.xs
48008 ____________________________________________________________________________
48009 [  6948] By: jhi                                   on 2000/08/31  15:25:10
48010         Log: Update Changes.
48011      Branch: perl
48012            ! Changes patchlevel.h
48013 ____________________________________________________________________________
48014 [  6947] By: jhi                                   on 2000/08/31  15:22:29
48015         Log: Document UNTIE in a very minimalistic way.
48016      Branch: perl
48017            ! pod/perlfunc.pod pod/perltie.pod
48018 ____________________________________________________________________________
48019 [  6946] By: jhi                                   on 2000/08/31  15:15:23
48020         Log: Document known failures.
48021      Branch: perl
48022            ! pod/perldelta.pod
48023 ____________________________________________________________________________
48024 [  6945] By: jhi                                   on 2000/08/31  15:07:00
48025         Log: Don't attach -ld to the archname if pointless.
48026      Branch: metaconfig
48027            ! U/threads/archname.U
48028      Branch: perl
48029            ! Configure config_h.SH
48030 ____________________________________________________________________________
48031 [  6944] By: jhi                                   on 2000/08/31  14:37:42
48032         Log: Wrap the test in eval.
48033              
48034              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
48035              From: Tim Jenness <timj@jach.hawaii.edu>
48036              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
48037              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
48038      Branch: perl
48039            ! t/lib/ftmp-security.t
48040 ____________________________________________________________________________
48041 [  6943] By: jhi                                   on 2000/08/31  14:30:57
48042         Log: Make -Dusemorebits find long doubles in Solaris.
48043      Branch: perl
48044            ! hints/solaris_2.sh
48045 ____________________________________________________________________________
48046 [  6942] By: jhi                                   on 2000/08/31  13:48:45
48047         Log: Clarify the third case of ftmp-security warnings.
48048      Branch: perl
48049            ! INSTALL
48050 ____________________________________________________________________________
48051 [  6941] By: jhi                                   on 2000/08/31  13:40:31
48052         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
48053              From: <abigail@foad.org>
48054              Date: Thu, 31 Aug 2000 01:35:05 -0400
48055              Message-ID: <20000831053505.32120.qmail@foad.org>
48056      Branch: perl
48057            ! pod/perldelta.pod
48058 ____________________________________________________________________________
48059 [  6940] By: jhi                                   on 2000/08/31  13:38:48
48060         Log: Issue useful diagnostic on unknown pod commands.
48061              
48062              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
48063              From: <abigail@foad.org>
48064              Date: Thu, 31 Aug 2000 03:41:18 -0400
48065              Message-ID: <20000831074118.24880.qmail@foad.org>
48066      Branch: perl
48067            ! lib/Pod/Man.pm
48068 ____________________________________________________________________________
48069 [  6939] By: jhi                                   on 2000/08/31  13:34:33
48070         Log: Reveal Borland's isnan.
48071              
48072              Subject: build with BC++ tweak
48073              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
48074              Date: Thu, 31 Aug 2000 13:09:37 +0400
48075              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
48076      Branch: perl
48077            ! win32/win32.h
48078 ____________________________________________________________________________
48079 [  6938] By: jhi                                   on 2000/08/31  05:01:20
48080         Log: Update Changes.
48081      Branch: perl
48082            ! Changes patchlevel.h
48083 ____________________________________________________________________________
48084 [  6937] By: jhi                                   on 2000/08/31  04:26:23
48085         Log: sscanf() may be the only way to read long doubles from strings.
48086      Branch: metaconfig/U/perl
48087            ! longdblfio.U
48088      Branch: perl
48089            ! Configure config_h.SH perl.h util.c
48090 ____________________________________________________________________________
48091 [  6936] By: jhi                                   on 2000/08/31  04:18:19
48092         Log: The #6929 was too skimpy.
48093      Branch: perl
48094            ! sv.c
48095 ____________________________________________________________________________
48096 [  6935] By: jhi                                   on 2000/08/31  02:47:07
48097         Log: Subject: Re: typos in pods
48098              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
48099              Date: Wed, 30 Aug 2000 19:25:34 -0700
48100              Message-ID: <eIcr5gzkg25X092yn@efn.org>
48101      Branch: perl
48102            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
48103 ____________________________________________________________________________
48104 [  6934] By: jhi                                   on 2000/08/31  02:42:55
48105         Log: Missed one Unicode file.
48106      Branch: perl
48107            + lib/unicode/UCDFF301.html
48108 ____________________________________________________________________________
48109 [  6933] By: jhi                                   on 2000/08/30  23:42:27
48110         Log: Update Changes.
48111      Branch: perl
48112            ! Changes patchlevel.h
48113 ____________________________________________________________________________
48114 [  6932] By: jhi                                   on 2000/08/30  23:40:07
48115         Log: Mention UNTIE in perldelta.  Still needs documenting
48116              in perltie et alia.
48117      Branch: perl
48118            ! pod/perldelta.pod
48119 ____________________________________________________________________________
48120 [  6931] By: jhi                                   on 2000/08/30  23:36:02
48121         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
48122              From: <abigail@foad.org>
48123              Date: Wed, 30 Aug 2000 19:28:07 -0400
48124              Message-ID: <20000830232807.305.qmail@foad.org>
48125      Branch: perl
48126            ! pod/perldelta.pod
48127 ____________________________________________________________________________
48128 [  6930] By: jhi                                   on 2000/08/30  23:32:40
48129         Log: Update to Unicode 3.0.1.
48130      Branch: perl
48131            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
48132            + lib/unicode/PropList.txt lib/unicode/README.perl
48133            + lib/unicode/UCD301.html lib/unicode/Unicode.301
48134            - lib/unicode/Props.txt lib/unicode/UCD300.html
48135            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
48136            ! (edit 257 files)
48137 ____________________________________________________________________________
48138 [  6929] By: jhi                                   on 2000/08/30  22:38:18
48139         Log: Heap decorruption.
48140              
48141              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
48142              From: Alan Burlison <Alan.Burlison@uk.sun.com>
48143              Date: Wed, 30 Aug 2000 22:39:52 +0100
48144              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
48145      Branch: perl
48146            ! sv.c
48147 ____________________________________________________________________________
48148 [  6928] By: jhi                                   on 2000/08/30  22:29:34
48149         Log: Retract the dummy test, skip the security tests (instead of failing),
48150              explain what the warnings mean.
48151      Branch: perl
48152            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
48153 ____________________________________________________________________________
48154 [  6927] By: jhi                                   on 2000/08/30  22:14:13
48155         Log: Change the internal implementation of sort() to be mergesort
48156              instead of quicksort, from John Linderman <jpl@research.att.com>.
48157              Gives us better worst case, better average case, and stability.
48158              What's there not to like?  (Small fixes for threaded builds
48159              were required).
48160      Branch: perl
48161            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
48162 ____________________________________________________________________________
48163 [  6926] By: jhi                                   on 2000/08/30  20:55:20
48164         Log: A better fix for the Socket building problem from Craig Berry.
48165      Branch: perl
48166            ! vms/vms.c
48167 ____________________________________________________________________________
48168 [  6925] By: jhi                                   on 2000/08/30  20:20:25
48169         Log: Subject: [PATCH] Re: UNTIE method 
48170              From: Nick Ing-Simmons <nik@tiuk.ti.com>
48171              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
48172              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
48173      Branch: perl
48174            ! pp_sys.c t/op/tie.t
48175 ____________________________________________________________________________
48176 [  6924] By: jhi                                   on 2000/08/30  20:17:11
48177         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
48178              From: "Craig A. Berry" <craig.berry@psinetcs.com>
48179              Date: Wed, 30 Aug 2000 15:03:14 -0500
48180              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
48181      Branch: perl
48182            ! vms/vms.c
48183 ____________________________________________________________________________
48184 [  6923] By: jhi                                   on 2000/08/30  20:15:18
48185         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
48186              From: "Craig A. Berry" <craig.berry@psinetcs.com>
48187              Date: Wed, 30 Aug 2000 13:30:36 -0500
48188              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
48189      Branch: perl
48190            ! vms/vms.c
48191 ____________________________________________________________________________
48192 [  6922] By: jhi                                   on 2000/08/30  19:54:43
48193         Log: Better options for rsync.
48194      Branch: perl
48195            ! pod/perlhack.pod
48196 ____________________________________________________________________________
48197 [  6921] By: jhi                                   on 2000/08/30  19:40:16
48198         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
48199              From: Rick Delaney <rick@consumercontact.com>
48200              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
48201              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
48202      Branch: perl
48203            ! pod/perlfunc.pod
48204 ____________________________________________________________________________
48205 [  6920] By: jhi                                   on 2000/08/30  19:36:40
48206         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
48207              From: Peter Prymmer <pvhp@forte.com>
48208              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
48209              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
48210      Branch: perl
48211            ! configure.com
48212 ____________________________________________________________________________
48213 [  6919] By: jhi                                   on 2000/08/30  14:52:02
48214         Log: Update Changes.
48215      Branch: perl
48216            ! Changes patchlevel.h
48217 ____________________________________________________________________________
48218 [  6918] By: jhi                                   on 2000/08/30  14:48:34
48219         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
48220      Branch: perl
48221            ! lib/ExtUtils/typemap
48222 ____________________________________________________________________________
48223 [  6917] By: jhi                                   on 2000/08/30  14:46:34
48224         Log: Subject: typos in pods
48225              From: Nicholas Clark <nick@ccl4.org>
48226              Date: Wed, 30 Aug 2000 01:12:50 +0100
48227              Message-ID: <20000830011249.A61388@plum.flirble.org>
48228      Branch: perl
48229            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
48230            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
48231            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
48232            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
48233 ____________________________________________________________________________
48234 [  6916] By: jhi                                   on 2000/08/30  14:19:09
48235         Log: Document Storable problems on Crays.  (Will have
48236              to document all the other Storable problems, too.)
48237      Branch: perl
48238            ! pod/perldelta.pod
48239 ____________________________________________________________________________
48240 [  6915] By: jhi                                   on 2000/08/30  14:06:02
48241         Log: Subject: [PATCH] fix misc cast warnings
48242              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
48243              Date: Tue, 29 Aug 2000 23:16:14 -0700
48244              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
48245      Branch: perl
48246            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
48247            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
48248            ! os2/os2ish.h
48249 ____________________________________________________________________________
48250 [  6914] By: jhi                                   on 2000/08/30  14:03:45
48251         Log: Timestamp mismatch again.  Need to fix this dependence on
48252              config_h.SH timestamp, since it's the contents of config_h.SH
48253              that matter.
48254      Branch: perl
48255            ! uconfig.h uconfig.sh
48256 ____________________________________________________________________________
48257 [  6913] By: jhi                                   on 2000/08/30  13:54:06
48258         Log: Don't say "Perl 5.0 source kit".
48259      Branch: perl
48260            ! perl.c
48261 ____________________________________________________________________________
48262 [  6912] By: jhi                                   on 2000/08/30  13:51:24
48263         Log: Reset archname and archname64 always, forcing them be
48264              recomputed at each Configure run, make Configure and
48265              the hints files agree on the naming of largefiles variables.
48266      Branch: metaconfig
48267            ! U/threads/archname.U
48268      Branch: metaconfig/U/perl
48269            ! use64bits.U
48270      Branch: perl
48271            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
48272            ! hints/linux.sh hints/solaris_2.sh
48273 ____________________________________________________________________________
48274 [  6911] By: jhi                                   on 2000/08/30  13:30:13
48275         Log: Put back the slice accidentally removed by #6907.
48276      Branch: perl
48277            ! hints/solaris_2.sh
48278 ____________________________________________________________________________
48279 [  6910] By: jhi                                   on 2000/08/30  01:24:26
48280         Log: Be consistent: other Net::get* do export theirs.
48281              
48282              Subject: Re: Net::protoent does not export 'getproto'
48283              From: Yasushi Nakajima <sey@jkc.co.jp>
48284              Date: Wed, 30 Aug 2000 09:53:14 +0900
48285              Message-Id: <200008300051.DAA24700@taku.hut.fi>
48286      Branch: perl
48287            ! lib/Net/protoent.pm
48288 ____________________________________________________________________________
48289 [  6909] By: jhi                                   on 2000/08/30  01:17:25
48290         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
48291              From: Gurusamy Sarathy <gsar@ActiveState.com>
48292              Date: Tue, 29 Aug 2000 17:17:07 -0700
48293              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
48294      Branch: perl
48295            ! cop.h
48296 ____________________________________________________________________________
48297 [  6908] By: jhi                                   on 2000/08/30  00:58:05
48298         Log: Update Changes.
48299      Branch: perl
48300            ! Changes patchlevel.h
48301 ____________________________________________________________________________
48302 [  6907] By: jhi                                   on 2000/08/30  00:57:22
48303         Log: Introduce ccname to keep track of what compiler kind of we have.
48304      Branch: metaconfig/U/perl
48305            ! Checkcc.U gccvers.U
48306      Branch: perl
48307            ! Configure config_h.SH hints/solaris_2.sh
48308 ____________________________________________________________________________
48309 [  6906] By: jhi                                   on 2000/08/30  00:25:47
48310         Log: Put back the flags dump as reasoned in
48311              
48312              Subject: Re: [PATCH] Glob dumping
48313              From: Mike Guy <mjtg@cam.ac.uk> 
48314              Date: Tue, 29 Aug 2000 21:41:32 +0100
48315              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
48316      Branch: perl
48317            ! dump.c t/lib/peek.t
48318 ____________________________________________________________________________
48319 [  6905] By: jhi                                   on 2000/08/30  00:16:17
48320         Log: Make the epsilon to be relative, not absolute.
48321              
48322              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
48323              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
48324              Date: Tue, 29 Aug 2000 19:58:56 -0400
48325              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
48326      Branch: perl
48327            ! t/lib/trig.t
48328 ____________________________________________________________________________
48329 [  6904] By: jhi                                   on 2000/08/30  00:13:09
48330         Log: From now on, Gisle is on my list of usual suspects :-)
48331              Retract #6902.
48332      Branch: perl
48333            ! ext/Opcode/Safe.pm
48334 ____________________________________________________________________________
48335 [  6903] By: jhi                                   on 2000/08/29  23:51:20
48336         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
48337              From: "Craig A. Berry" <craig.berry@psinetcs.com>
48338              Date: Tue, 29 Aug 2000 18:43:26 -0500
48339              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
48340      Branch: perl
48341            + vms/vmspipe.com
48342            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
48343            ! vms/vms.c
48344 ____________________________________________________________________________
48345 [  6902] By: jhi                                   on 2000/08/29  23:44:14
48346         Log: Retry what #6882 attempted.
48347              
48348              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
48349              From: Gisle Aas <gisle@ActiveState.com>
48350              Date: 30 Aug 2000 00:33:09 +0200
48351              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
48352      Branch: perl
48353            ! ext/Opcode/Safe.pm
48354 ____________________________________________________________________________
48355 [  6901] By: jhi                                   on 2000/08/29  22:59:32
48356         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
48357              From: Hugo <hv@crypt.compulink.co.uk>
48358              Date: Mon, 12 Jun 2000 19:36:08 +0100
48359              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
48360      Branch: perl
48361            ! sv.c
48362 ____________________________________________________________________________
48363 [  6900] By: jhi                                   on 2000/08/29  22:58:35
48364         Log: Admit that we are leaking scalars.
48365              
48366              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
48367              From: Spider Boardman <spider@leggy.zk3.dec.com>
48368              Date: Tue, 29 Aug 2000 18:48:29 -0400
48369              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
48370      Branch: perl
48371            ! t/pragma/warnings.t
48372 ____________________________________________________________________________
48373 [  6899] By: jhi                                   on 2000/08/29  20:53:13
48374         Log: Update Changes.
48375      Branch: perl
48376            ! Changes patchlevel.h
48377 ____________________________________________________________________________
48378 [  6898] By: jhi                                   on 2000/08/29  20:46:21
48379         Log: Undo namespace pollution of #6878.
48380              
48381              Subject: Re: Net::protoent does not export 'getproto'
48382              From: Mike Guy <mjtg@cam.ac.uk>
48383              Date: Tue, 29 Aug 2000 21:32:37 +0100
48384              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
48385      Branch: perl
48386            ! lib/Net/protoent.pm
48387 ____________________________________________________________________________
48388 [  6897] By: jhi                                   on 2000/08/29  20:44:29
48389         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
48390              From: Peter Prymmer <pvhp@forte.com>
48391              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
48392              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
48393      Branch: perl
48394            ! pod/perlebcdic.pod
48395 ____________________________________________________________________________
48396 [  6896] By: jhi                                   on 2000/08/29  20:40:57
48397         Log: There's no point repeating the 'revision' (5) of perl5.
48398      Branch: metaconfig/U/perl
48399            ! Devel.U patchlevel.U
48400      Branch: perl
48401            ! Configure config_h.SH
48402 ____________________________________________________________________________
48403 [  6895] By: jhi                                   on 2000/08/29  20:16:58
48404         Log: Regen Configure for #6894.
48405      Branch: metaconfig/U/perl
48406            ! perladmin.U
48407      Branch: perl
48408            ! Configure config_h.SH
48409 ____________________________________________________________________________
48410 [  6894] By: jhi                                   on 2000/08/29  19:59:52
48411         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
48412              From: "Philip Newton" <Philip.Newton@gmx.net>
48413              Date: Tue, 29 Aug 2000 21:39:14 +0200
48414              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
48415      Branch: perl
48416            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
48417            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
48418            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
48419            ! utils/perlbug.PL
48420 ____________________________________________________________________________
48421 [  6893] By: jhi                                   on 2000/08/29  19:55:30
48422         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
48423              From: "Philip Newton" <Philip.Newton@gmx.net>
48424              Date: Tue, 29 Aug 2000 21:39:14 +0200
48425              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
48426      Branch: perl
48427            ! installhtml
48428 ____________________________________________________________________________
48429 [  6892] By: jhi                                   on 2000/08/29  19:53:59
48430         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
48431              From: "Philip Newton" <Philip.Newton@gmx.net>
48432              Date: Tue, 29 Aug 2000 21:48:18 +0200
48433              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
48434      Branch: perl
48435            ! lib/File/Temp.pm
48436 ____________________________________________________________________________
48437 [  6891] By: jhi                                   on 2000/08/29  18:30:03
48438         Log: Nail the ID 20000828.023.
48439      Branch: perl
48440            ! ext/Storable/Storable.xs
48441 ____________________________________________________________________________
48442 [  6890] By: jhi                                   on 2000/08/29  16:50:17
48443         Log: Under usethreads the dumped variable is IN_PAD.
48444              
48445              Subject: Re: [PATCH] Glob dumping
48446              From: Gisle Aas <gisle@ActiveState.com>
48447              Date: 29 Aug 2000 18:45:05 +0200
48448              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
48449      Branch: perl
48450            ! t/lib/peek.t
48451 ____________________________________________________________________________
48452 [  6889] By: jhi                                   on 2000/08/29  15:17:37
48453         Log: Update Changes.
48454      Branch: perl
48455            ! Changes patchlevel.h
48456 ____________________________________________________________________________
48457 [  6888] By: jhi                                   on 2000/08/29  14:49:59
48458         Log: Retract #6882, broke the safe tests.
48459      Branch: perl
48460            ! ext/Opcode/Safe.pm
48461 ____________________________________________________________________________
48462 [  6887] By: jhi                                   on 2000/08/29  14:47:06
48463         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
48464              From: Gisle Aas <gisle@ActiveState.com> 
48465              Date: 09 Jun 2000 20:00:11 +0200
48466              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
48467      Branch: perl
48468            ! utils/perldoc.PL
48469 ____________________________________________________________________________
48470 [  6886] By: jhi                                   on 2000/08/29  14:42:45
48471         Log: The #6881 removed one dump line.
48472      Branch: perl
48473            ! t/lib/peek.t
48474 ____________________________________________________________________________
48475 [  6885] By: jhi                                   on 2000/08/29  14:30:47
48476         Log: Don't forget to tidy up.
48477      Branch: perl
48478            ! t/lib/ftmp-security.t
48479 ____________________________________________________________________________
48480 [  6884] By: jhi                                   on 2000/08/29  14:25:17
48481         Log: Disabling the one test is a bit tricky.
48482      Branch: perl
48483            ! t/lib/ftmp-security.t
48484 ____________________________________________________________________________
48485 [  6883] By: jhi                                   on 2000/08/29  14:16:25
48486         Log: Disable one of the tests for now.
48487      Branch: perl
48488            ! t/lib/ftmp-security.t
48489 ____________________________________________________________________________
48490 [  6882] By: jhi                                   on 2000/08/29  14:05:50
48491         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
48492              From: gisle@aas.no
48493              Date: 29 Aug 2000 10:35:06 -0000
48494              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
48495      Branch: perl
48496            ! ext/Opcode/Safe.pm
48497 ____________________________________________________________________________
48498 [  6881] By: jhi                                   on 2000/08/29  14:03:51
48499         Log: Subject: [PATCH] Glob dumping
48500              From: Gisle Aas <gisle@ActiveState.com>
48501              Date: 29 Aug 2000 07:59:42 -0000
48502              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
48503      Branch: perl
48504            ! dump.c
48505 ____________________________________________________________________________
48506 [  6880] By: jhi                                   on 2000/08/29  14:02:01
48507         Log: Subject: [PATCH] Warnings in B::Deparse
48508              From: <abigail@foad.org>
48509              Date: Tue, 29 Aug 2000 00:00:01 -0400
48510              Message-ID: <20000829040001.2999.qmail@foad.org>
48511      Branch: perl
48512            ! ext/B/B/Deparse.pm
48513 ____________________________________________________________________________
48514 [  6879] By: jhi                                   on 2000/08/29  13:57:26
48515         Log: Missed a change in #6869.
48516      Branch: perl
48517            ! mg.c
48518 ____________________________________________________________________________
48519 [  6878] By: jhi                                   on 2000/08/29  13:45:04
48520         Log: Subject: Net::protoent does not export 'getproto'
48521              From: Yasushi Nakajima <sey@jkc.co.jp>
48522              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
48523      Branch: perl
48524            ! lib/Net/protoent.pm
48525 ____________________________________________________________________________
48526 [  6877] By: jhi                                   on 2000/08/29  13:39:19
48527         Log: Patches all over for people and the files they (hopefully) care about.
48528      Branch: perl
48529            ! AUTHORS Changes MAINTAIN
48530 ____________________________________________________________________________
48531 [  6876] By: jhi                                   on 2000/08/29  12:53:54
48532         Log: Fix for thinko in #6848.
48533              
48534              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
48535              From: Lupe Christoph <lupe@lupe-christoph.de>
48536              Date: Tue, 29 Aug 2000 09:04:08 +0200
48537              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
48538      Branch: perl
48539            ! ext/Thread/Thread.xs
48540 ____________________________________________________________________________
48541 [  6875] By: jhi                                   on 2000/08/29  12:50:14
48542         Log: Update to Getopt::Long 2.24, from Johan Vromans.
48543      Branch: perl
48544            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
48545 ____________________________________________________________________________
48546 [  6874] By: jhi                                   on 2000/08/29  02:09:53
48547         Log: Use minimal @INC in tests, most of the time just '../lib',
48548              so that we simply can't pick up stuff from other Perls than
48549              the one we are testing.  Pointed out by
48550              
48551              From: Mike Guy <mjtg@cam.ac.uk>
48552              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
48553              Date: Fri, 25 Aug 2000 15:15:59 +0100
48554              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
48555      Branch: perl
48556            ! (edit 185 files)
48557 ____________________________________________________________________________
48558 [  6873] By: jhi                                   on 2000/08/29  01:07:11
48559         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
48560              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
48561              Date: Mon, 28 Aug 2000 17:45:52 -0700
48562              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
48563      Branch: perl
48564            ! Makefile.SH hints/os2.sh
48565 ____________________________________________________________________________
48566 [  6872] By: jhi                                   on 2000/08/28  23:33:39
48567         Log: Subject: [PATCH bleedperl@6866] spellings
48568              From: marcel@codewerk.com (Marcel Grunauer)
48569              Date: Tue, 29 Aug 2000 01:19:59 +0200
48570              Message-Id: <200008282319.BAA29862@gandalf.local>
48571      Branch: perl
48572            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
48573            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
48574            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
48575 ____________________________________________________________________________
48576 [  6871] By: jhi                                   on 2000/08/28  23:22:09
48577         Log: Take out the SUIDMAIL thing, that will not be
48578              a problem in 5.7.*.
48579      Branch: perl
48580            ! patchlevel.h
48581 ____________________________________________________________________________
48582 [  6870] By: jhi                                   on 2000/08/28  23:19:30
48583         Log: -S is the silent flag, -s is the strip flag.
48584              
48585              Subject: [PATCH] Re: [PATCH] make no-install          
48586              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
48587              Date: Mon, 28 Aug 2000 15:12:55 -0700
48588              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
48589      Branch: perl
48590            ! Makefile.SH
48591 ____________________________________________________________________________
48592 [  6869] By: jhi                                   on 2000/08/28  23:12:05
48593         Log: Subject: [PATCH bleedperl@6856] warnings fixes
48594              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
48595              Date: Mon, 28 Aug 2000 23:55:06 +0100
48596              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
48597      Branch: perl
48598            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
48599            ! warnings.h warnings.pl
48600 ____________________________________________________________________________
48601 [  6868] By: jhi                                   on 2000/08/28  21:38:22
48602         Log: Potential cruft.
48603      Branch: perl
48604            ! Makefile.SH
48605 ____________________________________________________________________________
48606 [  6867] By: jhi                                   on 2000/08/28  21:35:36
48607         Log: Update Changes.
48608      Branch: perl
48609            ! Changes patchlevel.h
48610 ____________________________________________________________________________
48611 [  6866] By: jhi                                   on 2000/08/28  21:33:49
48612         Log: Subject: hv.h Doc Patch
48613              From: Fisher Mark <fisherm@tce.com>
48614              Date: Mon, 28 Aug 2000 16:24:59 -0500
48615              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
48616      Branch: perl
48617            ! hv.h
48618 ____________________________________________________________________________
48619 [  6865] By: jhi                                   on 2000/08/28  21:02:15
48620         Log: Add -ld to archname on long tr...double platforms.
48621      Branch: metaconfig
48622            ! U/threads/archname.U
48623      Branch: perl
48624            ! Configure config_h.SH
48625 ____________________________________________________________________________
48626 [  6864] By: jhi                                   on 2000/08/28  20:38:59
48627         Log: An attempt to fix the problem reported in
48628              
48629              Subject: Building perl@6856 using gcc/AIX 4.3.3 
48630              From: Daniel Muino <dmuino@afip.gov.ar> 
48631              Date: Mon, 28 Aug 2000 15:50:01 -0300   
48632              Message-ID: <20000828155001.A14403@con2-dgi>
48633              
48634              I can't test this properly since the gcc installation I have
48635              access to seems to be botched (gcc is calling the AIX cpp,
48636              a losing proposition...)
48637      Branch: perl
48638            ! hints/aix.sh
48639 ____________________________________________________________________________
48640 [  6863] By: jhi                                   on 2000/08/28  18:57:52
48641         Log: Fix for ID 20000828.001, long doubles were not formatted
48642              correctly (showed up in $], which stopped installing perl).
48643      Branch: perl
48644            ! sv.c
48645 ____________________________________________________________________________
48646 [  6862] By: jhi                                   on 2000/08/28  18:07:15
48647         Log: Typo in #6858.
48648      Branch: perl
48649            ! lib/Cwd.pm
48650 ____________________________________________________________________________
48651 [  6861] By: jhi                                   on 2000/08/28  17:57:27
48652         Log: opmini.o may be left around if a build is interrupted.
48653      Branch: perl
48654            ! Makefile.SH
48655 ____________________________________________________________________________
48656 [  6860] By: jhi                                   on 2000/08/28  16:52:50
48657         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
48658              From: Daniel Chetlin <daniel@chetlin.com>
48659              Date: Mon, 28 Aug 2000 01:14:18 -0700
48660              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
48661      Branch: perl
48662            ! lib/overload.pm
48663 ____________________________________________________________________________
48664 [  6859] By: jhi                                   on 2000/08/28  16:08:46
48665         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
48666              From: Nicholas Clark <nick@ccl4.org>
48667              Date: Mon, 28 Aug 2000 16:03:27 +0100
48668              Message-Id: <20000828160327.C49785@plum.flirble.org>
48669      Branch: perl
48670            ! ext/ByteLoader/bytecode.h
48671 ____________________________________________________________________________
48672 [  6858] By: jhi                                   on 2000/08/28  16:02:10
48673         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
48674              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
48675              Date: Mon, 28 Aug 2000 13:08:30 +0200
48676              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
48677      Branch: perl
48678            ! lib/Cwd.pm
48679 ____________________________________________________________________________
48680 [  6857] By: jhi                                   on 2000/08/28  15:42:47
48681         Log: display_format used as a class method without arguments was broken,
48682              reported in
48683              
48684              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
48685              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
48686              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
48687              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
48688      Branch: perl
48689            ! lib/Math/Complex.pm t/lib/complex.t
48690 ____________________________________________________________________________
48691 [  6856] By: jhi                                   on 2000/08/27  22:09:48
48692         Log: Update Changes.
48693      Branch: perl
48694            ! Changes patchlevel.h
48695 ____________________________________________________________________________
48696 [  6855] By: jhi                                   on 2000/08/27  21:59:21
48697         Log: Retract #6853 (false alarm).
48698      Branch: perl
48699            ! lib/ExtUtils/xsubpp
48700 ____________________________________________________________________________
48701 [  6854] By: jhi                                   on 2000/08/27  21:37:44
48702         Log: Update Changes.
48703      Branch: perl
48704            ! Changes patchlevel.h
48705 ____________________________________________________________________________
48706 [  6853] By: jhi                                   on 2000/08/27  21:37:16
48707         Log: Subject: [PATCH perl@6850] workaround for xsubpp
48708              From: Hugo <hv@crypt.compulink.co.uk>
48709              Date: Sun, 27 Aug 2000 22:30:25 +0100
48710              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
48711      Branch: perl
48712            ! lib/ExtUtils/xsubpp
48713 ____________________________________________________________________________
48714 [  6852] By: jhi                                   on 2000/08/27  21:33:58
48715         Log: Big-endian 64-bit patch from Raphael Manfredi.
48716      Branch: perl
48717            ! ext/Storable/Storable.xs
48718 ____________________________________________________________________________
48719 [  6851] By: jhi                                   on 2000/08/27  21:22:21
48720         Log: More ruthless editing from Hugo van der Sanden.
48721      Branch: perl
48722            ! pod/perldelta.pod
48723 ____________________________________________________________________________
48724 [  6850] By: jhi                                   on 2000/08/27  16:11:46
48725         Log: Update Changes.
48726      Branch: perl
48727            ! Changes patchlevel.h
48728 ____________________________________________________________________________
48729 [  6849] By: jhi                                   on 2000/08/27  16:11:05
48730         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
48731      Branch: perl
48732            ! configpm pod/perldelta.pod
48733 ____________________________________________________________________________
48734 [  6848] By: jhi                                   on 2000/08/27  15:35:08
48735         Log: Use the actual thread type, not the pointer-to-struct.
48736      Branch: perl
48737            ! ext/Thread/Thread.xs
48738 ____________________________________________________________________________
48739 [  6847] By: jhi                                   on 2000/08/27  15:30:49
48740         Log: Test nit.
48741      Branch: perl
48742            ! t/pragma/warn/pp_sys
48743 ____________________________________________________________________________
48744 [  6846] By: jhi                                   on 2000/08/27  15:19:02
48745         Log: Passing -R in ldflags makes now it to appear in the default
48746              for lddlflags, just like with -L.
48747              
48748              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
48749              From: Lupe Christoph <lupe@lupe-christoph.de>
48750              Date: Sun, 27 Aug 2000 10:28:21 +0200
48751              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
48752      Branch: metaconfig/U/perl
48753            ! dlsrc.U
48754      Branch: perl
48755            ! Configure
48756 ____________________________________________________________________________
48757 [  6845] By: jhi                                   on 2000/08/27  15:08:54
48758         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
48759              From: Alan Burlison <Alan.Burlison@uk.sun.com>
48760              Date: Sat, 26 Aug 2000 22:23:27 +0100
48761              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
48762      Branch: perl
48763            ! lib/ExtUtils/MM_Unix.pm
48764 ____________________________________________________________________________
48765 [  6844] By: jhi                                   on 2000/08/27  15:02:37
48766         Log: DJGPP update from Laszlo Molnar.
48767              
48768              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
48769              From: ml1050 <ml1050@freemail.hu>
48770              Date: Sat, 26 Aug 2000 23:24:40 +0200
48771              Message-Id: <20000826232440.A439@freemail.hu>
48772      Branch: perl
48773            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
48774            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
48775 ____________________________________________________________________________
48776 [  6843] By: jhi                                   on 2000/08/27  14:53:58
48777         Log: Subject: installman buglet
48778              From: Lupe Christoph <lupe@lupe-christoph.de>
48779              Date: Sun, 27 Aug 2000 14:38:59 +0200
48780              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
48781      Branch: perl
48782            ! installman
48783 ____________________________________________________________________________
48784 [  6842] By: jhi                                   on 2000/08/27  14:52:08
48785         Log: Can't get the test to reliably work thanks to the
48786              inaccurateness of floating point.  "Resolves" bug ids
48787              20000826.003, 20000826.009, 20000826.010,
48788      Branch: perl
48789            ! t/lib/trig.t
48790 ____________________________________________________________________________
48791 [  6841] By: jhi                                   on 2000/08/26  15:53:58
48792         Log: Update Changes.
48793      Branch: perl
48794            ! Changes patchlevel.h
48795 ____________________________________________________________________________
48796 [  6840] By: jhi                                   on 2000/08/26  14:23:03
48797         Log: grep -e isn't portable.
48798              
48799              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
48800              From: chris@broadband.att.com
48801              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
48802              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
48803      Branch: perl
48804            ! hints/solaris_2.sh
48805 ____________________________________________________________________________
48806 [  6839] By: jhi                                   on 2000/08/26  14:12:23
48807         Log: no-install target a la make -n.
48808              
48809              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
48810              From: <abigail@foad.org>
48811              Date: Sat, 26 Aug 2000 03:57:34 -0400
48812              Message-ID: <20000826075735.18912.qmail@foad.org>
48813      Branch: perl
48814            ! Makefile.SH installman installperl
48815 ____________________________________________________________________________
48816 [  6838] By: jhi                                   on 2000/08/26  14:06:33
48817         Log: Retract #6826 as the #6828 should be do the same
48818              in a More Correct Way.
48819      Branch: perl
48820            ! installperl
48821 ____________________________________________________________________________
48822 [  6837] By: jhi                                   on 2000/08/26  05:24:00
48823         Log: More casting.
48824      Branch: perl
48825            ! ext/Storable/Storable.xs
48826 ____________________________________________________________________________
48827 [  6836] By: jhi                                   on 2000/08/26  05:05:46
48828         Log: Nicer in decimal.
48829      Branch: perl
48830            ! ext/Storable/Storable.xs
48831 ____________________________________________________________________________
48832 [  6835] By: jhi                                   on 2000/08/26  05:03:50
48833         Log: There be no UVdf.
48834      Branch: perl
48835            ! ext/Storable/Storable.xs
48836 ____________________________________________________________________________
48837 [  6834] By: jhi                                   on 2000/08/26  05:00:18
48838         Log: Continue IVdfing and UVxfing.
48839      Branch: perl
48840            ! ext/Storable/Storable.xs
48841 ____________________________________________________________________________
48842 [  6833] By: jhi                                   on 2000/08/26  04:53:14
48843         Log: Use IVdf.
48844      Branch: perl
48845            ! ext/Storable/Storable.xs
48846 ____________________________________________________________________________
48847 [  6832] By: jhi                                   on 2000/08/26  04:40:41
48848         Log: Document PTR2XX and INT2PTR.
48849      Branch: perl
48850            ! pod/perlguts.pod
48851 ____________________________________________________________________________
48852 [  6831] By: jhi                                   on 2000/08/26  04:33:18
48853         Log: Use UVxf, PTR2UV, NVff.
48854      Branch: perl
48855            ! ext/Storable/Storable.xs
48856 ____________________________________________________________________________
48857 [  6830] By: jhi                                   on 2000/08/26  04:31:32
48858         Log: Update the test count.
48859      Branch: perl
48860            ! t/lib/trig.t
48861 ____________________________________________________________________________
48862 [  6829] By: jhi                                   on 2000/08/26  03:05:50
48863         Log: Subject: [PATCH] installation not quite silent yet.
48864              From: <abigail@foad.org>
48865              Date: Fri, 25 Aug 2000 20:07:53 -0400
48866              Message-ID: <20000826000753.7822.qmail@foad.org>
48867      Branch: perl
48868            ! installman installperl
48869 ____________________________________________________________________________
48870 [  6828] By: jhi                                   on 2000/08/26  03:05:14
48871         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
48872              From: Spider Boardman <spider@web.zk3.dec.com>
48873              Date: Fri, 25 Aug 2000 19:12:40 -0400
48874              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
48875      Branch: perl
48876            ! gv.c
48877 ____________________________________________________________________________
48878 [  6827] By: jhi                                   on 2000/08/25  23:54:34
48879         Log: Support preserving extremely big/small angles.
48880      Branch: perl
48881            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
48882 ____________________________________________________________________________
48883 [  6826] By: jhi                                   on 2000/08/25  23:01:20
48884         Log: Patch installperl to be long double-aware.
48885              
48886              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
48887              From: Spider Boardman <spider@web.zk3.dec.com>
48888              Date: Fri, 25 Aug 2000 18:15:23 -0400
48889              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
48890      Branch: perl
48891            ! installperl
48892 ____________________________________________________________________________
48893 [  6825] By: jhi                                   on 2000/08/25  22:58:25
48894         Log: Remove duplicately applied patch shards.
48895              
48896              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
48897              From: Spider Boardman <spider@leggy.zk3.dec.com>
48898              Date: Fri, 25 Aug 2000 16:45:03 -0400
48899              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
48900      Branch: perl
48901            ! t/lib/cgi-html.t
48902 ____________________________________________________________________________
48903 [  6824] By: jhi                                   on 2000/08/25  22:57:00
48904         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
48905              From: Daniel Chetlin <daniel@chetlin.com>
48906              Date: Fri, 25 Aug 2000 12:23:16 -0700
48907              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
48908              
48909              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
48910              From: Daniel Chetlin <daniel@chetlin.com>
48911              Date: Fri, 25 Aug 2000 14:47:19 -0700
48912              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
48913      Branch: perl
48914            ! installman
48915 ____________________________________________________________________________
48916 [  6823] By: jhi                                   on 2000/08/25  22:44:17
48917         Log: Timestamp problem?
48918      Branch: perl
48919            ! uconfig.h uconfig.sh
48920 ____________________________________________________________________________
48921 [  6822] By: jhi                                   on 2000/08/25  19:01:06
48922         Log: One forgotten file from #6816.
48923      Branch: perl
48924            ! vos/config.h
48925 ____________________________________________________________________________
48926 [  6821] By: jhi                                   on 2000/08/25  18:56:39
48927         Log: Regen Changes.
48928      Branch: perl
48929            ! Changes patchlevel.h
48930 ____________________________________________________________________________
48931 [  6820] By: jhi                                   on 2000/08/25  18:52:35
48932         Log: Fix Changes ordering.
48933      Branch: perl
48934            ! Changes
48935 ____________________________________________________________________________
48936 [  6819] By: jhi                                   on 2000/08/25  18:50:25
48937         Log: Update Changes.
48938      Branch: perl
48939            ! Changes patchlevel.h
48940 ____________________________________________________________________________
48941 [  6818] By: jhi                                   on 2000/08/25  18:47:45
48942         Log: Tweak the sfio/useperlio logic, hopefully as wished in
48943              
48944              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
48945              From: Nicholas Clark <nick@babyhippo.co.uk>
48946              Date: Fri, 25 Aug 2000 12:01:45 +0100
48947              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
48948      Branch: metaconfig/U/perl
48949            ! d_sfio.U
48950      Branch: perl
48951            ! Configure
48952 ____________________________________________________________________________
48953 [  6817] By: jhi                                   on 2000/08/25  18:32:51
48954         Log: Allow microperl to assume <math.h>, without it the math
48955              functions like floor() are assumed to return int, which makes
48956              for core dumps in machines where integer and floating register
48957              don't mix.
48958      Branch: perl
48959            ! uconfig.h uconfig.sh
48960 ____________________________________________________________________________
48961 [  6816] By: jhi                                   on 2000/08/25  18:27:17
48962         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
48963              the problem reported in
48964              
48965              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
48966              From: danhale@us.ibm.com
48967              Date: Fri, 25 Aug 2000 10:58:06 -0400
48968              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
48969      Branch: metaconfig/U/perl
48970            + d_socks5_init.U
48971      Branch: perl
48972            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
48973            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
48974            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
48975            ! win32/config.gc win32/config.vc
48976 ____________________________________________________________________________
48977 [  6815] By: jhi                                   on 2000/08/25  17:43:31
48978         Log: A solution for the retrieve_fd autosplit warning,
48979              idea suggested by Mike Guy.
48980      Branch: perl
48981            ! ext/Storable/Storable.pm
48982 ____________________________________________________________________________
48983 [  6814] By: jhi                                   on 2000/08/25  17:16:03
48984         Log: Add install-silent target.
48985      Branch: perl
48986            ! Makefile.SH
48987 ____________________________________________________________________________
48988 [  6813] By: jhi                                   on 2000/08/25  17:14:23
48989         Log: Subject: Re: [PATCH] More silencing of installman.
48990              From: <abigail@foad.org>
48991              Date: Thu, 24 Aug 2000 19:27:03 -0400
48992              Message-ID: <20000824232703.7001.qmail@foad.org>
48993              
48994              Subject: Re: [PATCH] More silencing of installman.
48995              From: <abigail@foad.org>
48996              Date: Fri, 25 Aug 2000 03:00:58 -0400
48997              Message-ID: <20000825070058.10697.qmail@foad.org>
48998      Branch: perl
48999            ! installman
49000 ____________________________________________________________________________
49001 [  6812] By: jhi                                   on 2000/08/25  17:11:28
49002         Log: installperl --verbose and --silent.
49003              
49004              Subject: Re: [PATCH] More silencing of installman.
49005              From: <abigail@foad.org>
49006              Message-ID: <20000825064430.9719.qmail@foad.org>
49007              Date: Fri, 25 Aug 2000 02:44:30 -0400
49008      Branch: perl
49009            ! installperl
49010 ____________________________________________________________________________
49011 [  6811] By: jhi                                   on 2000/08/25  17:05:43
49012         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
49013              From: "Peter J. Farley III" <pjfarley@banet.net>
49014              Date: Thu, 24 Aug 2000 21:58:03 -0400
49015              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
49016              
49017              (applied slightly modified)
49018      Branch: perl
49019            ! lib/ExtUtils/MM_Unix.pm
49020 ____________________________________________________________________________
49021 [  6810] By: jhi                                   on 2000/08/25  17:01:18
49022         Log: Missing parts of 
49023              
49024              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
49025              From: Peter Prymmer <pvhp@forte.com>
49026              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
49027              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
49028      Branch: perl
49029            ! t/lib/cgi-html.t
49030 ____________________________________________________________________________
49031 [  6809] By: jhi                                   on 2000/08/25  16:46:32
49032         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
49033              From: "Craig A. Berry" <craig.berry@psinetcs.com>
49034              Date: Thu, 24 Aug 2000 19:13:11 -0500
49035              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
49036      Branch: perl
49037            ! vms/vms.c
49038 ____________________________________________________________________________
49039 [  6808] By: jhi                                   on 2000/08/25  16:39:22
49040         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
49041              From: Peter Prymmer <pvhp@forte.com>
49042              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
49043              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
49044      Branch: perl
49045            ! configure.com
49046 ____________________________________________________________________________
49047 [  6807] By: jhi                                   on 2000/08/25  16:36:37
49048         Log: Better wording for the vec lvalue diagnostic.
49049              
49050              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
49051              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
49052              Date: Wed, 23 Aug 2000 14:12:16 -0400
49053              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
49054      Branch: perl
49055            ! pod/perldiag.pod
49056 ____________________________________________________________________________
49057 [  6806] By: jhi                                   on 2000/08/24  18:17:22
49058         Log: Subject: [PATCH] More silencing of installman.
49059              From: <abigail@foad.org>
49060              Date: Thu, 24 Aug 2000 14:01:44 -0400
49061              Message-ID: <20000824180144.20062.qmail@foad.org>
49062      Branch: perl
49063            ! installman
49064 ____________________________________________________________________________
49065 [  6805] By: jhi                                   on 2000/08/24  15:00:31
49066         Log: Update Changes.
49067      Branch: perl
49068            ! Changes patchlevel.h
49069 ____________________________________________________________________________
49070 [  6804] By: jhi                                   on 2000/08/24  14:59:07
49071         Log: Regen perltoc.
49072      Branch: perl
49073            ! pod/perltoc.pod
49074 ____________________________________________________________________________
49075 [  6803] By: jhi                                   on 2000/08/24  14:44:39
49076         Log: Show the doc file, not the temp file.
49077      Branch: perl
49078            ! installman
49079 ____________________________________________________________________________
49080 [  6802] By: jhi                                   on 2000/08/24  14:41:53
49081         Log: Continue silencing.
49082      Branch: perl
49083            ! installman
49084 ____________________________________________________________________________
49085 [  6801] By: jhi                                   on 2000/08/24  14:34:40
49086         Log: Actually do something with the silencer option.
49087      Branch: perl
49088            ! installman
49089 ____________________________________________________________________________
49090 [  6800] By: jhi                                   on 2000/08/24  14:26:22
49091         Log: Make installman to recognize the silence flag -S.
49092      Branch: perl
49093            ! installman
49094 ____________________________________________________________________________
49095 [  6799] By: jhi                                   on 2000/08/24  13:49:38
49096         Log: DOS patches and portability/porting notes, from Tim Jenness.
49097      Branch: perl
49098            ! lib/File/Temp.pm
49099 ____________________________________________________________________________
49100 [  6798] By: jhi                                   on 2000/08/24  13:48:27
49101         Log: Create directories in silence.
49102              
49103              Subject: [PATCH] Another silencer for MakeMaker
49104              From: andreas.koenig@anima.de (Andreas J. Koenig)
49105              Date: 24 Aug 2000 14:18:52 +0200
49106              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
49107      Branch: perl
49108            ! lib/ExtUtils/Command.pm
49109 ____________________________________________________________________________
49110 [  6797] By: jhi                                   on 2000/08/24  13:46:42
49111         Log: More liberal parsing of version numbers.
49112              
49113              Subject: Re: CPAN.pm beta for testing available
49114              From: andreas.koenig@anima.de (Andreas J. Koenig)
49115              Date: 24 Aug 2000 13:51:57 +0200
49116              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
49117      Branch: perl
49118            ! lib/CPAN.pm
49119 ____________________________________________________________________________
49120 [  6796] By: jhi                                   on 2000/08/24  13:44:36
49121         Log: Make "make install" by default silent.  A new "install-verbose"
49122              target is verbose.
49123      Branch: perl
49124            ! Makefile.SH
49125 ____________________________________________________________________________
49126 [  6795] By: jhi                                   on 2000/08/24  13:39:14
49127         Log: Add silencer flags to installperl.
49128              
49129              Subject: [PATCH] Making installperl silent.
49130              From: <abigail@foad.org>
49131              Date: Thu, 24 Aug 2000 05:01:45 -0400
49132              Message-ID: <20000824090145.13141.qmail@foad.org>
49133      Branch: perl
49134            ! installperl
49135 ____________________________________________________________________________
49136 [  6794] By: jhi                                   on 2000/08/24  13:35:50
49137         Log: installperl couldn't tell whether it had run tests or not.
49138              
49139              Subject: [PATCH] Re: installperl and t/TEST
49140              From: <abigail@foad.org>
49141              Date: Thu, 24 Aug 2000 04:00:53 -0400
49142              Message-ID: <20000824080053.2494.qmail@foad.org>
49143      Branch: perl
49144            ! Makefile.SH installperl
49145 ____________________________________________________________________________
49146 [  6793] By: jhi                                   on 2000/08/24  13:27:50
49147         Log: Drop the separate perlbc, perlcc -b should be enough.
49148      Branch: perl
49149            - utils/perlbc.PL
49150            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
49151 ____________________________________________________________________________
49152 [  6792] By: jhi                                   on 2000/08/24  04:41:30
49153         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
49154              plus the typo fix from Peter Prymmer.
49155      Branch: perl
49156            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
49157            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
49158 ____________________________________________________________________________
49159 [  6791] By: jhi                                   on 2000/08/24  02:10:43
49160         Log: Replace #6705 with a minimal doc patch.
49161              
49162              Subject: [PATCH 5.6.0] replace change #6705
49163              From: Jan Dubois <jand@ActiveState.com>
49164              Date: Wed, 23 Aug 2000 18:31:51 -0700
49165              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
49166      Branch: perl
49167            ! lib/Win32.pod win32/win32.c
49168 ____________________________________________________________________________
49169 [  6790] By: jhi                                   on 2000/08/23  17:52:00
49170         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
49171              From: Mike Guy <mjtg@cam.ac.uk>
49172              Date: Wed, 23 Aug 2000 18:38:46 +0100
49173              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
49174      Branch: perl
49175            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
49176 ____________________________________________________________________________
49177 [  6789] By: jhi                                   on 2000/08/23  15:34:21
49178         Log: Update Changes.
49179      Branch: perl
49180            ! Changes patchlevel.h
49181 ____________________________________________________________________________
49182 [  6788] By: jhi                                   on 2000/08/23  15:33:40
49183         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
49184              From: Wilfredo Sánchez <wsanchez@apple.com>
49185              Date: Tue, 22 Aug 2000 19:31:27 -0700
49186              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
49187      Branch: perl
49188            ! perl.h
49189 ____________________________________________________________________________
49190 [  6787] By: jhi                                   on 2000/08/23  15:29:31
49191         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
49192              From: Spider Boardman <spider@leggy.zk3.dec.com>
49193              Date: Wed, 23 Aug 2000 10:33:23 -0400
49194              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
49195      Branch: perl
49196            ! lib/Pod/Html.pm
49197 ____________________________________________________________________________
49198 [  6786] By: jhi                                   on 2000/08/23  15:28:11
49199         Log: Bad makefile.
49200      Branch: perl
49201            ! ext/B/Makefile.PL
49202 ____________________________________________________________________________
49203 [  6785] By: jhi                                   on 2000/08/23  14:37:04
49204         Log: Update Changes.
49205      Branch: perl
49206            ! Changes patchlevel.h
49207 ____________________________________________________________________________
49208 [  6784] By: jhi                                   on 2000/08/23  13:58:41
49209         Log: Portability fix from Hugo van der Sanden.
49210      Branch: perl
49211            ! ext/re/Makefile.PL
49212 ____________________________________________________________________________
49213 [  6783] By: jhi                                   on 2000/08/23  13:53:53
49214         Log: Storable support, v-version fixes.
49215              
49216              Subject: CPAN.pm beta for testing available
49217              From: andreas.koenig@anima.de (Andreas J. Koenig)
49218              Date: 22 Aug 2000 23:31:33 +0200
49219              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
49220      Branch: perl
49221            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
49222 ____________________________________________________________________________
49223 [  6782] By: jhi                                   on 2000/08/23  13:51:26
49224         Log: Mac and other portability updates from Chris Nandor.
49225      Branch: perl
49226            ! pod/perlmodinstall.pod
49227 ____________________________________________________________________________
49228 [  6781] By: jhi                                   on 2000/08/23  13:47:33
49229         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
49230              From: Peter Prymmer <pvhp@forte.com>
49231              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
49232              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
49233      Branch: perl
49234            ! ext/Storable/Storable.xs
49235 ____________________________________________________________________________
49236 [  6780] By: jhi                                   on 2000/08/23  13:33:34
49237         Log: VMS MMS (make) wants null action.
49238      Branch: perl
49239            ! ext/B/Makefile.PL
49240 ____________________________________________________________________________
49241 [  6779] By: jhi                                   on 2000/08/22  19:44:47
49242         Log: Forgot portability nit.
49243      Branch: perl
49244            ! t/lib/st-forgive.t
49245 ____________________________________________________________________________
49246 [  6778] By: jhi                                   on 2000/08/22  19:35:25
49247         Log: Be portable.
49248      Branch: perl
49249            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
49250            ! t/lib/st-store.t
49251 ____________________________________________________________________________
49252 [  6777] By: jhi                                   on 2000/08/22  18:50:53
49253         Log: Update Changes.
49254      Branch: perl
49255            ! Changes patchlevel.h
49256 ____________________________________________________________________________
49257 [  6776] By: jhi                                   on 2000/08/22  18:44:46
49258         Log: cSVOPo_*v things index into the current PL_curpad
49259              under ithreads, which is different from the curpad
49260              used by the XSUB.  (In other words, the code as-is
49261              before this patch wouldn't work under ithreads.)
49262              From Sarathy.
49263      Branch: perl
49264            ! ext/B/B.xs
49265 ____________________________________________________________________________
49266 [  6775] By: jhi                                   on 2000/08/22  18:18:37
49267         Log: Make the selection of NVff et al stricter.
49268      Branch: metaconfig/U/perl
49269            ! perlxvf.U
49270      Branch: perl
49271            ! Configure config_h.SH
49272 ____________________________________________________________________________
49273 [  6774] By: jhi                                   on 2000/08/22  17:19:42
49274         Log: perldelta nits.
49275      Branch: perl
49276            ! pod/perldelta.pod
49277 ____________________________________________________________________________
49278 [  6773] By: jhi                                   on 2000/08/22  17:06:26
49279         Log: Long double fixes from Spider Boardman.
49280              
49281              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
49282              From: system PRIVILEGED account <root@peano.zk3.dec.com>
49283              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
49284              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
49285      Branch: perl
49286            ! t/lib/bigfltpm.t t/lib/st-06compat.t
49287 ____________________________________________________________________________
49288 [  6772] By: jhi                                   on 2000/08/22  15:04:53
49289         Log: Update Changes.
49290      Branch: perl
49291            ! Changes patchlevel.h
49292 ____________________________________________________________________________
49293 [  6771] By: jhi                                   on 2000/08/22  15:01:44
49294         Log: perldelta fixes from Hugo van der Sanden.
49295      Branch: perl
49296            ! pod/perldelta.pod
49297 ____________________________________________________________________________
49298 [  6770] By: jhi                                   on 2000/08/22  14:34:49
49299         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
49300              From: Hugo <hv@crypt.compulink.co.uk>
49301              Date: Tue, 22 Aug 2000 11:21:53 +0100
49302              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
49303      Branch: perl
49304            ! regcomp.c
49305 ____________________________________________________________________________
49306 [  6769] By: jhi                                   on 2000/08/22  14:30:02
49307         Log: Add Yitzchak, reformat.
49308      Branch: perl
49309            ! Changes config_h.SH
49310 ____________________________________________________________________________
49311 [  6768] By: jhi                                   on 2000/08/22  14:21:35
49312         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
49313              and Spider Boardman.
49314      Branch: metaconfig
49315            ! U/compline/d_gconvert.U
49316      Branch: perl
49317            ! Configure
49318 ____________________________________________________________________________
49319 [  6767] By: jhi                                   on 2000/08/22  14:11:24
49320         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
49321              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
49322              Date: Mon, 21 Aug 2000 19:08:31 -0700
49323              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
49324      Branch: perl
49325            - ext/Storable/patchlevel.h
49326            ! MANIFEST ext/Storable/MANIFEST
49327 ____________________________________________________________________________
49328 [  6766] By: jhi                                   on 2000/08/22  13:49:29
49329         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
49330              From: Peter Prymmer <pvhp@forte.com>
49331              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
49332              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
49333      Branch: perl
49334            ! configure.com ext/Storable/Makefile.PL
49335 ____________________________________________________________________________
49336 [  6765] By: jhi                                   on 2000/08/22  13:44:59
49337         Log: Subject: [PATCH blead] B:: missing dependency
49338              From: Hugo <hv@crypt.compulink.co.uk>
49339              Date: Tue, 22 Aug 2000 06:44:33 +0100
49340              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
49341      Branch: perl
49342            ! ext/B/Makefile.PL
49343 ____________________________________________________________________________
49344 [  6764] By: jhi                                   on 2000/08/22  13:38:12
49345         Log: More bytecompiler.
49346      Branch: perl
49347            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
49348 ____________________________________________________________________________
49349 [  6763] By: jhi                                   on 2000/08/22  13:36:44
49350         Log: Bytecompiler patches from Benjamin Stuhl.
49351      Branch: perl
49352            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
49353            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
49354            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
49355            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
49356            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
49357            ! perl.c perlapi.h pod/perldelta.pod
49358 ____________________________________________________________________________
49359 [  6762] By: jhi                                   on 2000/08/21  23:43:40
49360         Log: An obsoleted diagnostic.
49361      Branch: perl
49362            ! pod/perldelta.pod
49363 ____________________________________________________________________________
49364 [  6761] By: jhi                                   on 2000/08/21  23:01:45
49365         Log: The #6759 wasn't quite right.
49366      Branch: perl
49367            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
49368            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
49369            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
49370            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
49371            ! t/lib/st-tieditems.t
49372 ____________________________________________________________________________
49373 [  6760] By: jhi                                   on 2000/08/21  22:35:49
49374         Log: Be verydeepclean.
49375      Branch: perl
49376            ! Makefile.SH
49377 ____________________________________________________________________________
49378 [  6759] By: jhi                                   on 2000/08/21  22:25:40
49379         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
49380              From: Peter Prymmer <pvhp@forte.com>
49381              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
49382              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
49383      Branch: perl
49384            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
49385            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
49386            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
49387            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
49388            ! t/lib/st-tieditems.t
49389 ____________________________________________________________________________
49390 [  6758] By: jhi                                   on 2000/08/21  22:22:32
49391         Log: Few more casts, need reported in
49392              
49393              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
49394              From: Mike Stok <mike@stok.co.uk>
49395              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
49396              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
49397              
49398              and
49399              
49400              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
49401              From: abigail@foad.org
49402              Date: 21 Aug 2000 21:31:34 -0000
49403              Message-Id: <20000821213134.30170.qmail@foad.org>
49404      Branch: perl
49405            ! ext/Storable/Storable.xs
49406 ____________________________________________________________________________
49407 [  6757] By: jhi                                   on 2000/08/21  18:37:07
49408         Log: Update Changes.
49409      Branch: perl
49410            ! Changes patchlevel.h
49411 ____________________________________________________________________________
49412 [  6756] By: jhi                                   on 2000/08/21  18:34:02
49413         Log: A pod nit.
49414              
49415              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
49416              From: <abigail@foad.org>
49417              Date: Mon, 21 Aug 2000 14:00:16 -0400
49418              Message-ID: <20000821180016.28627.qmail@foad.org>
49419      Branch: perl
49420            ! pod/perlre.pod
49421 ____________________________________________________________________________
49422 [  6755] By: jhi                                   on 2000/08/21  18:30:56
49423         Log: Use PodParser 1.18 new test.
49424      Branch: perl
49425            ! t/pod/special_seqs.t t/pod/special_seqs.xr
49426 ____________________________________________________________________________
49427 [  6754] By: jhi                                   on 2000/08/21  18:28:35
49428         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
49429              patches cannot be applied since #6712 conflicts.
49430      Branch: perl
49431            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
49432 ____________________________________________________________________________
49433 [  6753] By: jhi                                   on 2000/08/21  18:15:11
49434         Log: Weed out some smaller changes.
49435      Branch: perl
49436            ! pod/perldelta.pod
49437 ____________________________________________________________________________
49438 [  6752] By: jhi                                   on 2000/08/21  18:02:30
49439         Log: Also under djgpp the timestamps are funky.
49440      Branch: perl
49441            ! t/op/stat.t
49442 ____________________________________________________________________________
49443 [  6751] By: jhi                                   on 2000/08/21  17:55:56
49444         Log: Tweak the floating point output routine preferences.
49445      Branch: metaconfig
49446            ! U/compline/d_gconvert.U
49447      Branch: perl
49448            ! Configure
49449 ____________________________________________________________________________
49450 [  6750] By: jhi                                   on 2000/08/21  17:51:29
49451         Log: Unicos/mk requires elaborate paranoia.
49452      Branch: perl
49453            ! lib/Math/Complex.pm
49454 ____________________________________________________________________________
49455 [  6749] By: gsar                                  on 2000/08/21  16:53:31
49456         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
49457      Branch: perl
49458            ! lib/Cwd.pm
49459 ____________________________________________________________________________
49460 [  6748] By: gsar                                  on 2000/08/21  16:22:19
49461         Log: free TLS slot properly on Windows
49462      Branch: perl
49463            ! thread.h win32/perllib.c win32/win32thread.h
49464 ____________________________________________________________________________
49465 [  6747] By: jhi                                   on 2000/08/21  16:20:58
49466         Log: Rename the macro argument because some preprocessors
49467              can't tell the difference and expand arguments also inside
49468              double quoted strings.
49469      Branch: perl
49470            ! regcomp.c
49471 ____________________________________________________________________________
49472 [  6746] By: jhi                                   on 2000/08/21  16:09:41
49473         Log: Support long doubles in Storable.
49474              
49475              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
49476              From: Radu Greab <radu@netsoft.ro>
49477              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
49478              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
49479      Branch: perl
49480            ! ext/Storable/Storable.xs
49481 ____________________________________________________________________________
49482 [  6745] By: jhi                                   on 2000/08/21  15:51:40
49483         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
49484              From: "Fifer, Eric" <EFifer@sanwaint.com>
49485              Date: Mon, 21 Aug 2000 15:34:49 +0100
49486              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
49487      Branch: perl
49488            ! t/pragma/warn/9enabled
49489 ____________________________________________________________________________
49490 [  6744] By: jhi                                   on 2000/08/21  15:39:35
49491         Log: Document the endianness of Alpha more precisely.
49492      Branch: perl
49493            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
49494            ! pod/perlport.pod
49495 ____________________________________________________________________________
49496 [  6743] By: jhi                                   on 2000/08/21  14:47:05
49497         Log: perldelta fixes from the p5p crowd.
49498      Branch: perl
49499            ! pod/perldelta.pod pod/perlop.pod
49500 ____________________________________________________________________________
49501 [  6742] By: jhi                                   on 2000/08/21  13:34:51
49502         Log: Update to Pod::LaTeX 0.53.
49503              
49504              Subject: [PATCH] lib/Pod/LaTeX.pm updates
49505              From: Tim Jenness <timj@jach.hawaii.edu>
49506              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
49507              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
49508      Branch: perl
49509            ! lib/Pod/LaTeX.pm
49510 ____________________________________________________________________________
49511 [  6741] By: jhi                                   on 2000/08/21  13:33:01
49512         Log: Subject: [PATCH] os2.c fix for use64bitint
49513              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
49514              Date: Mon, 21 Aug 2000 01:32:25 -0700
49515              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
49516      Branch: perl
49517            ! os2/os2.c
49518 ____________________________________________________________________________
49519 [  6740] By: jhi                                   on 2000/08/21  13:28:52
49520         Log: Array context keeps slithering in.
49521              
49522              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
49523              From: Daniel Chetlin <daniel@chetlin.com>
49524              Date: Sun, 20 Aug 2000 21:40:25 -0700
49525              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
49526      Branch: perl
49527            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
49528            ! pod/perldebtut.pod
49529 ____________________________________________________________________________
49530 [  6739] By: jhi                                   on 2000/08/21  13:23:55
49531         Log: Big-endian quad fixes for Storable from Radu Greab,
49532              plus few explicit null casts for picky compilers.
49533      Branch: perl
49534            ! ext/Storable/Storable.xs
49535 ____________________________________________________________________________
49536 [  6738] By: gsar                                  on 2000/08/21  05:56:13
49537         Log: small tweaks for change#6705: avoid C++ style comments in C code;
49538              use Perl's malloc API rather than the low level system one
49539      Branch: perl
49540            ! win32/win32.c
49541 ____________________________________________________________________________
49542 [  6737] By: gsar                                  on 2000/08/21  05:35:41
49543         Log: add Storable to list of extensions on Windows
49544      Branch: perl
49545            ! win32/Makefile win32/makefile.mk
49546 ____________________________________________________________________________
49547 [  6736] By: jhi                                   on 2000/08/21  02:57:53
49548         Log: Update Changes.
49549      Branch: perl
49550            ! Changes patchlevel.h
49551 ____________________________________________________________________________
49552 [  6735] By: jhi                                   on 2000/08/21  02:57:20
49553         Log: Draft 0.
49554      Branch: perl
49555            ! pod/perldelta.pod
49556 ____________________________________________________________________________
49557 [  6734] By: jhi                                   on 2000/08/21  02:57:03
49558         Log: Add Storable 0.7.2 from Raphael Manfredi,
49559              plus the patch from
49560              
49561              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
49562              From: Radu Greab <radu@netsoft.ro>
49563              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
49564              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
49565              
49566              plus changes to get Storable to compile with
49567              picky ANSI compilers.
49568      Branch: perl
49569            + ext/Storable/ChangeLog ext/Storable/MANIFEST
49570            + ext/Storable/Makefile.PL ext/Storable/README
49571            + ext/Storable/Storable.pm ext/Storable/Storable.xs
49572            + ext/Storable/patchlevel.h t/lib/st-06compat.t
49573            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
49574            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
49575            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
49576            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
49577            + t/lib/st-tieditems.t
49578            ! MANIFEST
49579 ____________________________________________________________________________
49580 [  6733] By: jhi                                   on 2000/08/21  02:29:09
49581         Log: The correct cleaning order is an art.
49582      Branch: perl
49583            ! Makefile.SH
49584 ____________________________________________________________________________
49585 [  6732] By: jhi                                   on 2000/08/21  01:23:39
49586         Log: The #6724 is here.
49587      Branch: perl
49588            ! t/lib/ftmp-security.t
49589 ____________________________________________________________________________
49590 [  6731] By: jhi                                   on 2000/08/20  23:17:03
49591         Log: s/this one/the 5.6.0 release/
49592      Branch: perl
49593            ! pod/perl56delta.pod
49594 ____________________________________________________________________________
49595 [  6730] By: jhi                                   on 2000/08/20  23:07:34
49596         Log: Mention perlebcdic and perlposix-bc.
49597      Branch: perl
49598            ! pod/perlport.pod
49599 ____________________________________________________________________________
49600 [  6729] By: jhi                                   on 2000/08/20  21:32:59
49601         Log: Document the number of exponent digits.
49602      Branch: perl
49603            ! pod/perlfunc.pod
49604 ____________________________________________________________________________
49605 [  6728] By: jhi                                   on 2000/08/20  21:16:47
49606         Log: Use File::Spec->tmpdir().
49607              
49608              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
49609              From: Tim Jenness <timj@jach.hawaii.edu>
49610              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
49611              MIME-Version: 1.0
49612              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
49613      Branch: perl
49614            ! utils/perlbug.PL
49615 ____________________________________________________________________________
49616 [  6727] By: jhi                                   on 2000/08/20  20:43:32
49617         Log: Update Changes.
49618      Branch: perl
49619            ! Changes patchlevel.h
49620 ____________________________________________________________________________
49621 [  6726] By: jhi                                   on 2000/08/20  20:41:44
49622         Log: The veryclean target needs to clobber.
49623      Branch: perl
49624            ! Makefile.SH
49625 ____________________________________________________________________________
49626 [  6725] By: jhi                                   on 2000/08/20  20:37:38
49627         Log: Document odd vs even subreleases and -Dusedevel.
49628      Branch: perl
49629            ! INSTALL
49630 ____________________________________________________________________________
49631 [  6724] By: jhi                                   on 2000/08/20  19:58:05
49632         Log: Use temporary directory instead of current directory.
49633              
49634              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
49635              From: Tim Jenness <timj@jach.hawaii.edu>
49636              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
49637              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
49638      Branch: perl
49639            ! t/lib/ftmp-security.t
49640 ____________________________________________________________________________
49641 [  6723] By: jhi                                   on 2000/08/20  19:55:55
49642         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
49643              From: andreas.koenig@anima.de (Andreas J. Koenig)
49644              Date: 20 Aug 2000 15:52:03 +0200
49645              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
49646      Branch: perl
49647            ! lib/ExtUtils/MM_Unix.pm
49648 ____________________________________________________________________________
49649 [  6722] By: jhi                                   on 2000/08/20  19:46:01
49650         Log: Update to CGI 2.72, from Lincoln Stein.
49651      Branch: perl
49652            ! lib/CGI.pm
49653 ____________________________________________________________________________
49654 [  6721] By: jhi                                   on 2000/08/20  19:43:54
49655         Log: Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
49656              From: Radu Greab <radu@netsoft.ro>
49657              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
49658              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
49659      Branch: perl
49660            ! ext/GDBM_File/GDBM_File.xs
49661 ____________________________________________________________________________
49662 [  6720] By: jhi                                   on 2000/08/20  19:42:01
49663         Log: pp_open() could pass an uninitialized filename down to do_open9().
49664      Branch: perl
49665            ! pp_sys.c
49666 ____________________________________________________________________________
49667 [  6719] By: jhi                                   on 2000/08/20  14:06:41
49668         Log: UTF8 concat fixes.
49669              
49670              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
49671              From: Hugo <hv@crypt.compulink.co.uk>
49672              Date: Sun, 20 Aug 2000 07:30:46 +0100
49673              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
49674      Branch: perl
49675            ! pp_hot.c t/op/append.t
49676 ____________________________________________________________________________
49677 [  6718] By: jhi                                   on 2000/08/20  02:09:37
49678         Log: Let's try #6717 again.
49679      Branch: perl
49680            ! lib/File/Temp.pm
49681 ____________________________________________________________________________
49682 [  6717] By: jhi                                   on 2000/08/20  01:56:55
49683         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
49684              From: "Craig A. Berry" <craig.berry@metamorgs.com>
49685              Date: Sat, 19 Aug 2000 18:15:39 -0500
49686              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
49687      Branch: perl
49688            ! lib/File/Temp.pm
49689 ____________________________________________________________________________
49690 [  6716] By: jhi                                   on 2000/08/19  15:50:11
49691         Log: Update Changes.
49692      Branch: perl
49693            ! Changes patchlevel.h
49694 ____________________________________________________________________________
49695 [  6715] By: jhi                                   on 2000/08/19  15:39:09
49696         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
49697              From: Jonathan D Johnston <jdjohnston2@juno.com>
49698              Date: Thu, 17 Aug 2000 23:13:01 -0400       
49699              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
49700      Branch: perl
49701            ! pod/perlfunc.pod
49702 ____________________________________________________________________________
49703 [  6714] By: jhi                                   on 2000/08/19  15:34:04
49704         Log: Introduce a 'veryclean' target that is like 'distclean'
49705              but also removes *~ and *.orig.
49706      Branch: perl
49707            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
49708            ! utils/Makefile x2p/Makefile.SH
49709 ____________________________________________________________________________
49710 [  6713] By: jhi                                   on 2000/08/19  14:15:45
49711         Log: Put back the long double avoidance code to POSIX.xs
49712              because VMS seems to need it still.
49713      Branch: perl
49714            ! ext/POSIX/POSIX.xs
49715 ____________________________________________________________________________
49716 [  6712] By: jhi                                   on 2000/08/19  14:10:41
49717         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
49718              From: Peter Prymmer <pvhp@forte.com>
49719              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
49720              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
49721      Branch: perl
49722            ! lib/Pod/Find.pm t/pod/find.t
49723 ____________________________________________________________________________
49724 [  6711] By: jhi                                   on 2000/08/19  14:09:19
49725         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
49726              From: Peter Prymmer <pvhp@forte.com>
49727              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
49728              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
49729              cc: vmsperl@perl.org
49730      Branch: perl
49731            ! t/lib/peek.t
49732 ____________________________________________________________________________
49733 [  6710] By: jhi                                   on 2000/08/19  14:08:01
49734         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
49735              From: Jan Dubois <jand@ActiveState.com>
49736              Date: Fri, 18 Aug 2000 16:31:48 -0700
49737              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
49738      Branch: perl
49739            ! win32/win32.c
49740 ____________________________________________________________________________
49741 [  6709] By: jhi                                   on 2000/08/19  14:06:57
49742         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
49743              
49744              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
49745              From: Spider.Boardman@Orb.Nashua.NH.US
49746              Date: Fri, 18 Aug 2000 18:41:14 -0400
49747              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
49748      Branch: perl
49749            ! regcomp.c
49750 ____________________________________________________________________________
49751 [  6708] By: jhi                                   on 2000/08/18  22:04:49
49752         Log: Update Changes.
49753      Branch: perl
49754            ! Changes patchlevel.h
49755 ____________________________________________________________________________
49756 [  6707] By: jhi                                   on 2000/08/18  21:55:14
49757         Log: Add warnif(), check warnings further up the stack,
49758              all the warnings functions now can take an optional object reference.
49759              
49760              Subject: [PATCH bleedperl@6691] warnings pragma update
49761              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
49762              Date: Fri, 18 Aug 2000 22:42:06 +0100
49763              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
49764      Branch: perl
49765            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
49766            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
49767            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
49768 ____________________________________________________________________________
49769 [  6706] By: jhi                                   on 2000/08/18  21:41:45
49770         Log: Typo in pp_complement().
49771              
49772              Subject: [PATCH perl-current] Deparse
49773              From: Peter Scott <Peter@PSDT.com>
49774              Date: Fri, 18 Aug 2000 12:44:37 -0700
49775              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
49776      Branch: perl
49777            ! ext/B/B/Deparse.pm
49778 ____________________________________________________________________________
49779 [  6705] By: jhi                                   on 2000/08/18  21:25:59
49780         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
49781              From: Jan Dubois <jand@ActiveState.com>
49782              Date: Fri, 18 Aug 2000 14:22:51 -0700
49783              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
49784      Branch: perl
49785            ! lib/Win32.pod win32/win32.c
49786 ____________________________________________________________________________
49787 [  6704] By: jhi                                   on 2000/08/18  21:16:14
49788         Log: Don't eat leading os from index entries.
49789              
49790              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
49791              From: Russ Allbery <rra@stanford.edu>
49792              Date: 10 Aug 2000 20:49:25 -0700
49793              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
49794      Branch: perl
49795            ! lib/Pod/Man.pm
49796 ____________________________________________________________________________
49797 [  6703] By: jhi                                   on 2000/08/18  21:07:06
49798         Log: Add [[:blank:]] as suggested in
49799              
49800              Subject: [ID 20000716.024] [=cc=] / [:blank:]
49801              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
49802              Date: Sun, 16 Jul 2000 17:55:29 -0700
49803              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
49804              
49805              (the [=cc=] has already been taken care of by #6439
49806              so the whole bug report can be closed)
49807              
49808              and make [[:space:]] to be equivalent to isspace(3)
49809              (as opposed to \s, which is isSPACE()).  The difference
49810              is that now [[:space:]] matches the mythical vertical tab,
49811              while \s doesn't.
49812      Branch: perl
49813            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
49814            ! regexec.c t/op/pat.t
49815 ____________________________________________________________________________
49816 [  6702] By: jhi                                   on 2000/08/18  18:47:47
49817         Log: The new tests were missing from #6415.
49818      Branch: perl
49819            ! t/op/bop.t
49820 ____________________________________________________________________________
49821 [  6701] By: jhi                                   on 2000/08/18  18:20:40
49822         Log: Document the NDBM_File and ODBM_File as SDBM_File
49823              was documented in #6417.
49824      Branch: perl
49825            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
49826            ! ext/SDBM_File/SDBM_File.pm
49827 ____________________________________________________________________________
49828 [  6700] By: jhi                                   on 2000/08/18  18:10:39
49829         Log: Subject: [PATCH perl@6698] cygwin port
49830              From: "Fifer, Eric" <EFifer@sanwaint.com>
49831              Date: Fri, 18 Aug 2000 17:30:05 +0100
49832              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
49833      Branch: perl
49834            ! lib/File/Temp.pm
49835 ____________________________________________________________________________
49836 [  6699] By: jhi                                   on 2000/08/18  16:21:49
49837         Log: Document code point which makes if (defined %stash::) to work
49838              (noted by Spider Boardman).
49839      Branch: perl
49840            ! op.c
49841 ____________________________________________________________________________
49842 [  6698] By: jhi                                   on 2000/08/18  13:43:27
49843         Log: Update Changes.
49844      Branch: perl
49845            ! Changes patchlevel.h
49846 ____________________________________________________________________________
49847 [  6697] By: jhi                                   on 2000/08/18  13:35:57
49848         Log: Tiny Getopt::Long patch from Johan Vromans.
49849      Branch: perl
49850            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
49851 ____________________________________________________________________________
49852 [  6696] By: jhi                                   on 2000/08/18  13:26:14
49853         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
49854              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
49855              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
49856              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
49857      Branch: perl
49858            ! pod/perldiag.pod pod/perlsyn.pod
49859 ____________________________________________________________________________
49860 [  6695] By: jhi                                   on 2000/08/18  13:13:26
49861         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
49862              From: Daniel Chetlin <daniel@chetlin.com>
49863              Date: Fri, 18 Aug 2000 03:13:36 -0700
49864              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
49865      Branch: perl
49866            ! pod/perlfunc.pod
49867 ____________________________________________________________________________
49868 [  6694] By: jhi                                   on 2000/08/18  13:08:05
49869         Log: Subject: [PATCH] perltrap.pod spring cleaning
49870              From: Daniel Chetlin <daniel@chetlin.com>
49871              Date: Fri, 18 Aug 2000 03:06:54 -0700
49872              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
49873              
49874              plus Mike Guy's nitfix.
49875      Branch: perl
49876            ! pod/perltrap.pod
49877 ____________________________________________________________________________
49878 [  6693] By: jhi                                   on 2000/08/18  13:00:26
49879         Log: Unbuffer the output.
49880              
49881              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
49882              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
49883              Date: Thu, 17 Aug 2000 18:39:29 -0700
49884              Message-ID: <RPJn5gzkgydf092yn@efn.org>
49885      Branch: perl
49886            ! t/op/fork.t
49887 ____________________________________________________________________________
49888 [  6692] By: jhi                                   on 2000/08/18  05:19:17
49889         Log: Delete the image, too, not just its MANIFEStation.
49890      Branch: perl
49891            - lib/CGI/eg/wilogo.gif
49892 ____________________________________________________________________________
49893 [  6691] By: jhi                                   on 2000/08/18  05:10:26
49894         Log: Propagate new Configure vars.
49895      Branch: perl
49896            ! configure.com epoc/config.sh uconfig.h uconfig.sh
49897            ! vos/config.def vos/config.h vos/config_h.SH_orig
49898            ! win32/config.bc win32/config.gc win32/config.vc
49899            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
49900 ____________________________________________________________________________
49901 [  6690] By: jhi                                   on 2000/08/18  04:30:56
49902         Log: Update Changes.
49903      Branch: perl
49904            ! Changes patchlevel.h
49905 ____________________________________________________________________________
49906 [  6689] By: jhi                                   on 2000/08/18  04:12:30
49907         Log: Fix the lib/complex failure of
49908              
49909              From: abigail@foad.org
49910              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
49911              Date: 15 Aug 2000 04:06:38 -0000
49912              Message-Id: <20000815040638.8524.qmail@foad.org> 
49913              
49914              Linux long double accuracy issue: something that
49915              when printed with %g looks like "2" but int() of it is 1.
49916      Branch: perl
49917            ! lib/Math/Complex.pm
49918 ____________________________________________________________________________
49919 [  6688] By: jhi                                   on 2000/08/18  03:15:35
49920         Log: The byteorder code in #6671 was wrong.
49921      Branch: perl
49922            ! configpm
49923 ____________________________________________________________________________
49924 [  6687] By: jhi                                   on 2000/08/18  02:08:42
49925         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
49926              From: Jan Dubois <jand@ActiveState.com>
49927              Date: Thu, 17 Aug 2000 18:31:55 -0700
49928              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
49929      Branch: perl
49930            ! sv.c
49931 ____________________________________________________________________________
49932 [  6686] By: jhi                                   on 2000/08/18  02:04:15
49933         Log: Use NVs in POSIX math, not doubles.
49934              
49935              From: abigail@foad.org
49936              Subject: [ID 20000817.014] POSIX & modfl
49937              Date: 17 Aug 2000 20:49:18 -0000
49938              Message-Id: <20000817204918.23123.qmail@foad.org>
49939      Branch: perl
49940            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
49941 ____________________________________________________________________________
49942 [  6685] By: jhi                                   on 2000/08/18  02:02:12
49943         Log: Introduce NVef, NVff, and NVgf, use the middle one.
49944              (helps for lib/peek + Linux + long doubles)  Reported in
49945              
49946              From: abigail@foad.org
49947              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
49948              Date: 15 Aug 2000 04:06:38 -0000
49949              Message-Id: <20000815040638.8524.qmail@foad.org> 
49950              
49951              (note: the lib/complex failure has not yet been addressed)
49952      Branch: metaconfig/U/perl
49953            ! perlxvf.U
49954      Branch: perl
49955            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
49956            ! config_h.SH dump.c perl.h pod/perlguts.pod
49957 ____________________________________________________________________________
49958 [  6684] By: jhi                                   on 2000/08/17  23:22:19
49959         Log: Add byteorder to the myconfig output.
49960      Branch: perl
49961            ! myconfig.SH
49962 ____________________________________________________________________________
49963 [  6683] By: jhi                                   on 2000/08/17  23:20:19
49964         Log: The image doth not exist, spotted by Johan Vromans.
49965      Branch: perl
49966            ! MANIFEST
49967 ____________________________________________________________________________
49968 [  6682] By: jhi                                   on 2000/08/17  22:38:16
49969         Log: Document what the backtick returns if the command fails.
49970      Branch: perl
49971            ! pod/perlop.pod
49972 ____________________________________________________________________________
49973 [  6681] By: jhi                                   on 2000/08/17  22:33:12
49974         Log: Do not use prototyping here.
49975              
49976              Subject: [ID 20000817.016] [PATCH] Peek.xs
49977              From: abigail@foad.org
49978              Date: 17 Aug 2000 20:55:56 -0000
49979              Message-Id: <20000817205556.24270.qmail@foad.org>
49980      Branch: perl
49981            ! ext/Devel/Peek/Makefile.PL
49982 ____________________________________________________________________________
49983 [  6680] By: jhi                                   on 2000/08/17  19:46:43
49984         Log: Don't propose using modules built for 5.005 if no binary
49985              compatibility with 5.005 is attempted.
49986              
49987              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
49988              Subject: Minor nit with 5.7.0 (6655)
49989              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
49990              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
49991      Branch: metaconfig
49992            ! U/installdirs/inc_version_list.U
49993      Branch: perl
49994            ! Configure config_h.SH
49995 ____________________________________________________________________________
49996 [  6679] By: jhi                                   on 2000/08/17  19:16:39
49997         Log: Microperl config update.
49998      Branch: perl
49999            ! uconfig.h uconfig.sh
50000 ____________________________________________________________________________
50001 [  6678] By: jhi                                   on 2000/08/17  19:16:13
50002         Log: The #6648 wasn't protective enough for limited platforms
50003              (like microperl).
50004      Branch: perl
50005            ! dump.c sv.c
50006 ____________________________________________________________________________
50007 [  6677] By: jhi                                   on 2000/08/17  14:46:35
50008         Log: Update Changes.
50009      Branch: perl
50010            ! Changes patchlevel.h
50011 ____________________________________________________________________________
50012 [  6676] By: jhi                                   on 2000/08/17  14:44:02
50013         Log: Add perlebcdic from Peter Prymmer, regen toc.
50014      Branch: perl
50015            + pod/perlebcdic.pod
50016            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
50017 ____________________________________________________________________________
50018 [  6675] By: jhi                                   on 2000/08/17  14:41:52
50019         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
50020      Branch: perl
50021            ! pod/perldebtut.pod
50022 ____________________________________________________________________________
50023 [  6674] By: jhi                                   on 2000/08/17  14:29:43
50024         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
50025              
50026              Subject: [ID 20000724.006] -DLEAKTEST problem
50027              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
50028              Date: Tue, 25 Jul 2000 00:36:32 -0500
50029              Message-Id: <20000725003632.A26186@www.llamacom.com>
50030              
50031              Reminder sent
50032              
50033              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
50034              From: Hugo <hv@crypt.compulink.co.uk>
50035              Date: Thu, 17 Aug 2000 15:23:42 +0100
50036              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
50037      Branch: perl
50038            ! util.c
50039 ____________________________________________________________________________
50040 [  6673] By: jhi                                   on 2000/08/17  04:07:10
50041         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
50042              From: John Peacock <JPeacock@UnivPress.com>
50043              Date: Tue, 01 Aug 2000 09:38:12 -0400
50044              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
50045      Branch: perl
50046            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
50047 ____________________________________________________________________________
50048 [  6672] By: jhi                                   on 2000/08/17  03:04:35
50049         Log: Subject: [PATCH] Cwd.pm now uses strict
50050              From: Tim Jenness <timj@jach.hawaii.edu>
50051              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
50052              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
50053      Branch: perl
50054            ! lib/Cwd.pm
50055 ____________________________________________________________________________
50056 [  6671] By: jhi                                   on 2000/08/17  02:16:35
50057         Log: Make $Config{byteorder} more magical so that it is
50058              dynamically computed: nice for 'fat binaries'.
50059              
50060              Subject: [PATCH]: default byteorder
50061              From: Wilfredo Sánchez <wsanchez@apple.com>
50062              Date: Mon, 31 Jul 2000 19:45:31 -0700
50063              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
50064      Branch: perl
50065            ! configpm
50066 ____________________________________________________________________________
50067 [  6670] By: gsar                                  on 2000/08/17  01:22:21
50068         Log: move WNOHANG definition to where other such things are
50069      Branch: perl
50070            ! win32/win32.h
50071 ____________________________________________________________________________
50072 [  6669] By: jhi                                   on 2000/08/17  01:19:17
50073         Log: Update Changes.
50074      Branch: perl
50075            ! Changes patchlevel.h
50076 ____________________________________________________________________________
50077 [  6668] By: jhi                                   on 2000/08/17  01:16:29
50078         Log: Doc nits spotted by Richard Soderberg.
50079      Branch: perl
50080            ! README.posix-bc README.vmesa
50081 ____________________________________________________________________________
50082 [  6667] By: jhi                                   on 2000/08/17  01:12:11
50083         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
50084              From: "Casey R. Tweten" <crt@kiski.net>
50085              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
50086              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
50087      Branch: perl
50088            ! pod/perldebtut.pod
50089 ____________________________________________________________________________
50090 [  6666] By: jhi                                   on 2000/08/17  01:09:31
50091         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
50092              From: "Casey R. Tweten" <crt@kiski.net>
50093              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
50094              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
50095      Branch: perl
50096            ! lib/Shell.pm
50097 ____________________________________________________________________________
50098 [  6665] By: gsar                                  on 2000/08/17  01:03:52
50099         Log: add "ok" targets from change#6632 in makefile.mk
50100      Branch: perl
50101            ! pod/perlport.pod win32/Makefile win32/makefile.mk
50102 ____________________________________________________________________________
50103 [  6664] By: gsar                                  on 2000/08/17  00:56:11
50104         Log: avoid warnings from dense compiler
50105      Branch: perl
50106            ! win32/win32.c
50107 ____________________________________________________________________________
50108 [  6663] By: jhi                                   on 2000/08/17  00:51:49
50109         Log: Tweak the regex compilation errors once more.
50110      Branch: perl
50111            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
50112            ! t/op/regmesg.t t/pragma/warn/regcomp
50113 ____________________________________________________________________________
50114 [  6662] By: gsar                                  on 2000/08/17  00:28:19
50115         Log: trailing new %ENV entries weren't being pushed into the real
50116              environment of subprocesses on Windows
50117      Branch: perl
50118            ! t/op/magic.t win32/perlhost.h
50119 ____________________________________________________________________________
50120 [  6661] By: gsar                                  on 2000/08/17  00:19:20
50121         Log: waitpid() now handles externally spawned pids correctly;
50122              fixes for backtick/wait/waitpid failures on Windows 9x
50123              
50124              these changes make the pid returned by process functions on
50125              Windows 9x always positive by clearing the high bit (which
50126              is always set on Win9x); pseudo-process PIDs are likewise
50127              always negative now on Win9x (just as on NT/2000)
50128      Branch: perl
50129            ! pp_sys.c win32/perlhost.h win32/win32.c
50130 ____________________________________________________________________________
50131 [  6660] By: jhi                                   on 2000/08/17  00:04:32
50132         Log: Retract #6645.
50133      Branch: perl
50134            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
50135            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
50136            ! t/op/sprintf.t
50137 ____________________________________________________________________________
50138 [  6659] By: gsar                                  on 2000/08/16  23:59:28
50139         Log: on windows, the return values from wait() and waitpid() don't
50140              match those of pseudo-pids
50141      Branch: perl
50142            ! pp_sys.c t/op/fork.t util.c win32/win32.c
50143 ____________________________________________________________________________
50144 [  6658] By: gsar                                  on 2000/08/16  23:56:14
50145         Log: pod nit seen in passing
50146      Branch: perl
50147            ! pod/perlfunc.pod
50148 ____________________________________________________________________________
50149 [  6657] By: gsar                                  on 2000/08/16  23:53:42
50150         Log: change#6328 could make close(SOCKET) return false on windows
50151              when it shouldn't
50152      Branch: perl
50153            ! win32/win32sck.c
50154 ____________________________________________________________________________
50155 [  6656] By: gsar                                  on 2000/08/16  23:46:57
50156         Log: check that the number pseudo children doesn't exceed
50157              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
50158              the WaitForMultipleObjects() limit that would cause wait()
50159              to crash)
50160              
50161              wait() and waitpid() could potentially be rewritten to use
50162              more than one thread to do the waiting to eliminate this
50163              limitation
50164      Branch: perl
50165            ! win32/perlhost.h
50166 ____________________________________________________________________________
50167 [  6655] By: jhi                                   on 2000/08/16  14:11:05
50168         Log: Update Changes.
50169      Branch: perl
50170            ! Changes patchlevel.h
50171 ____________________________________________________________________________
50172 [  6654] By: jhi                                   on 2000/08/16  14:10:12
50173         Log: Update to perldebtut 1.9, from Richard Foley.
50174      Branch: perl
50175            ! pod/perldebtut.pod
50176 ____________________________________________________________________________
50177 [  6653] By: jhi                                   on 2000/08/16  14:08:17
50178         Log: Change the regx compilation error markers to use = instead of <
50179              since pod makes using the latter quite messy.  Reported in
50180              ID 20000814.006 by Abigail and in
50181              Subject: Unknown escape E<> ?
50182              From: Lupe Christoph <lupe@lupe-christoph.de>
50183              Date: Fri, 11 Aug 2000 00:30:27 +0200
50184              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
50185      Branch: perl
50186            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
50187            ! t/op/regmesg.t t/pragma/warn/regcomp
50188 ____________________________________________________________________________
50189 [  6652] By: jhi                                   on 2000/08/16  13:25:31
50190         Log: Change the perlbug address to perl.org since it's more forgiving.
50191              
50192              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
50193              From: abigail@foad.org
50194              Date: 15 Aug 2000 04:15:40 -0000
50195              Message-Id: <20000815041540.8633.qmail@foad.org>
50196      Branch: perl
50197            ! utils/perlbug.PL
50198 ____________________________________________________________________________
50199 [  6651] By: jhi                                   on 2000/08/16  13:22:35
50200         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
50201              From: Tim Jenness <timj@jach.hawaii.edu>
50202              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
50203              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
50204      Branch: perl
50205            ! lib/Cwd.pm
50206 ____________________________________________________________________________
50207 [  6650] By: jhi                                   on 2000/08/16  13:18:13
50208         Log: Update to CPAN 1.57.
50209              
50210              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
50211              From: andreas.koenig@anima.de (Andreas J. Koenig)
50212              Date: 16 Aug 2000 15:09:46 +0200
50213              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
50214      Branch: perl
50215            ! lib/CPAN.pm
50216 ____________________________________________________________________________
50217 [  6649] By: jhi                                   on 2000/08/16  13:12:31
50218         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
50219              From: "Larry W. Virden" <lvirden@cas.org>
50220              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
50221              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
50222      Branch: perl
50223            ! README.hpux
50224 ____________________________________________________________________________
50225 [  6648] By: jhi                                   on 2000/08/16  13:03:53
50226         Log: The numeric locale was reset to "C" by s?printf and never restored.
50227              
50228              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
50229              From: Christian Kirsch <ck@held.mind.de>
50230              Date: Wed, 9 Aug 2000 17:05:17 +0200
50231              Message-Id: <20000809170517.A25389@held>
50232              
50233              No test since adding the failing example to locale.t
50234              does not fail -- probably because the locale settings are so
50235              thoroughly tweaked by that time.  Running the example standalone
50236              does fail, though.  UPDATE: test case added at change #7540.
50237      Branch: perl
50238            ! dump.c perl.h pp.c pp_ctl.c sv.c
50239 ____________________________________________________________________________
50240 [  6647] By: jhi                                   on 2000/08/16  00:07:54
50241         Log: Update Changes and test semi-automatic patchlevel updating.
50242      Branch: perl
50243            ! Changes patchlevel.h
50244 ____________________________________________________________________________
50245 [  6646] By: jhi                                   on 2000/08/15  23:35:07
50246         Log: Fix a dependency problem.
50247              
50248              Subject: [PATCH: 6640] VMS Makefile.SH update
50249              From: Peter Prymmer <pvhp@forte.com>
50250              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
50251              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
50252      Branch: perl
50253            ! vms/descrip_mms.template
50254 ____________________________________________________________________________
50255 [  6645] By: jhi                                   on 2000/08/15  23:33:23
50256         Log: (Retracted by #6660)
50257              
50258              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
50259              From: Dominic Dunlop <domo@computer.org>
50260              Date: Tue, 15 Aug 2000 22:20:52 +0200
50261              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
50262      Branch: metaconfig/U/perl
50263            + d_printfed.U
50264      Branch: perl
50265            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
50266            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
50267            ! t/op/sprintf.t
50268 ____________________________________________________________________________
50269 [  6644] By: jhi                                   on 2000/08/15  21:17:20
50270         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
50271              From: abigail@foad.org
50272              Date: 15 Aug 2000 20:12:41 -0000
50273              Message-Id: <20000815201241.25556.qmail@foad.org>
50274      Branch: perl
50275            ! INSTALL
50276 ____________________________________________________________________________
50277 [  6643] By: jhi                                   on 2000/08/15  21:15:28
50278         Log: (an already applied patch)
50279      Branch: perl
50280            ! lib/CGI.pm
50281 ____________________________________________________________________________
50282 [  6642] By: gsar                                  on 2000/08/15  19:54:05
50283         Log: magic callbacks all need to have same type signature
50284      Branch: perl
50285            ! embed.pl mg.c proto.h
50286 ____________________________________________________________________________
50287 [  6641] By: jhi                                   on 2000/08/15  17:56:27
50288         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)
50289              From: Mike Guy <mjtg@cam.ac.uk>
50290              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
50291              Date: Tue, 15 Aug 2000 18:26:45 +0100
50292              
50293              Only the peek.t part applied, not the hash quality part.
50294      Branch: perl
50295            ! t/lib/peek.t
50296 ____________________________________________________________________________
50297 [  6640] By: jhi                                   on 2000/08/15  16:37:37
50298         Log: Update Changes.
50299      Branch: perl
50300            ! Changes
50301 ____________________________________________________________________________
50302 [  6639] By: jhi                                   on 2000/08/15  16:34:55
50303         Log: Missed a file from #6638.
50304      Branch: perl
50305            ! lib/File/Temp.pm
50306 ____________________________________________________________________________
50307 [  6638] By: jhi                                   on 2000/08/15  16:33:19
50308         Log: Subject: [PATCH perl@6620] cygwin port
50309              From: "Fifer, Eric" <EFifer@sanwaint.com>
50310              Date: Tue, 15 Aug 2000 17:00:49 +0100
50311              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
50312      Branch: perl
50313            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
50314 ____________________________________________________________________________
50315 [  6637] By: jhi                                   on 2000/08/15  16:29:22
50316         Log: Subject: [PATCH] debugger exit code should reflect user exit code
50317              From: Mike Guy <mjtg@cam.ac.uk>
50318              Date: Tue, 15 Aug 2000 16:55:59 +0100
50319              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
50320      Branch: perl
50321            ! lib/perl5db.pl
50322 ____________________________________________________________________________
50323 [  6636] By: jhi                                   on 2000/08/15  15:30:58
50324         Log: Update Changes.
50325      Branch: perl
50326            ! Changes
50327 ____________________________________________________________________________
50328 [  6635] By: jhi                                   on 2000/08/15  15:27:21
50329         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
50330      Branch: metaconfig
50331            ! U/mkglossary U/mksample
50332      Branch: metaconfig/U/perl
50333            ! Devel.U
50334      Branch: perl
50335            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
50336 ____________________________________________________________________________
50337 [  6634] By: jhi                                   on 2000/08/15  14:11:55
50338         Log: Don't blow limited stacks, a lower number is enough to
50339              tickle the lookbehind limit.
50340              
50341              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
50342              From: Dominic Dunlop <domo@computer.org>
50343              Date: Tue, 15 Aug 2000 13:51:24 +0200
50344              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
50345      Branch: perl
50346            ! t/op/regmesg.t
50347 ____________________________________________________________________________
50348 [  6633] By: jhi                                   on 2000/08/15  14:01:46
50349         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
50350              From: Mike Guy <mjtg@cam.ac.uk>
50351              Date: Tue, 15 Aug 2000 12:10:50 +0100
50352              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
50353      Branch: perl
50354            ! utils/perldoc.PL
50355 ____________________________________________________________________________
50356 [  6632] By: jhi                                   on 2000/08/15  13:58:48
50357         Log: make ok etc also for win32.
50358              
50359              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
50360              From: Prymmer/Kahn <pvhp@best.com>
50361              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
50362              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
50363      Branch: perl
50364            ! win32/Makefile
50365 ____________________________________________________________________________
50366 [  6631] By: jhi                                   on 2000/08/15  13:45:03
50367         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
50368      Branch: perl
50369            ! lib/Test.pm
50370 ____________________________________________________________________________
50371 [  6630] By: jhi                                   on 2000/08/15  03:25:09
50372         Log: Update Changes.
50373      Branch: perl
50374            ! Changes
50375 ____________________________________________________________________________
50376 [  6629] By: jhi                                   on 2000/08/15  03:23:53
50377         Log: magic_regdatum_set() is void, not int.
50378      Branch: perl
50379            ! embed.pl mg.c proto.h
50380 ____________________________________________________________________________
50381 [  6628] By: jhi                                   on 2000/08/15  03:08:02
50382         Log: Make the user to give up his firstborn, err, to knowingly
50383              verify installing an unstable developer release.  Also bump
50384              the release to 5.7.0, but leave a patch tag in the local
50385              patches saying that this is not yet the real thing.
50386      Branch: metaconfig
50387            ! U/modified/Instruct.U
50388      Branch: metaconfig/U/perl
50389            + Devel.U
50390      Branch: perl
50391            ! Configure patchlevel.h
50392 ____________________________________________________________________________
50393 [  6627] By: jhi                                   on 2000/08/14  22:32:52
50394         Log: README.os2 update.
50395              
50396              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
50397              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
50398              Date: Wed, 02 Aug 2000 21:55:09 -0700
50399              Message-ID: <tsPi5gzkgegX092yn@efn.org>
50400      Branch: perl
50401            ! README.os2
50402 ____________________________________________________________________________
50403 [  6626] By: jhi                                   on 2000/08/14  21:00:02
50404         Log: Subject: Re: File::Temp problems on VMS in bleedperl
50405              From: Tim Jenness <timj@jach.hawaii.edu>
50406              cc: vmsperl@perl.org
50407              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
50408              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
50409      Branch: perl
50410            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
50411 ____________________________________________________________________________
50412 [  6625] By: jhi                                   on 2000/08/14  20:52:16
50413         Log: Add SUIDMAIL as was done for the CERT alert.
50414      Branch: perl
50415            ! patchlevel.h
50416 ____________________________________________________________________________
50417 [  6624] By: jhi                                   on 2000/08/14  20:48:50
50418         Log: Subject: sfio2000
50419              From: Daniel Muino <dmuino@afip.gov.ar>
50420              Date: Mon, 14 Aug 2000 16:58:11 -0300
50421              Message-ID: <20000814165811.B16368@con2-dgi>
50422      Branch: perl
50423            ! perlsdio.h perlsfio.h
50424 ____________________________________________________________________________
50425 [  6623] By: jhi                                   on 2000/08/14  20:47:36
50426         Log: Subject: warning: storage class after type is obsolescent
50427              From: Daniel Muino <dmuino@afip.gov.ar>
50428              Date: Mon, 14 Aug 2000 16:42:47 -0300
50429              Message-ID: <20000814164247.A16368@con2-dgi>
50430      Branch: perl
50431            ! regcomp.pl regnodes.h
50432 ____________________________________________________________________________
50433 [  6622] By: jhi                                   on 2000/08/14  20:43:05
50434         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
50435              From: abigail@foad.org
50436              Date: 14 Aug 2000 20:00:10 -0000
50437              Message-Id: <20000814200010.27271.qmail@foad.org>
50438      Branch: perl
50439            ! Changes
50440 ____________________________________________________________________________
50441 [  6621] By: jhi                                   on 2000/08/14  15:23:05
50442         Log: Update Changes.
50443      Branch: perl
50444            ! Changes
50445 ____________________________________________________________________________
50446 [  6620] By: jhi                                   on 2000/08/14  15:22:14
50447         Log: Subject: Re: [PATCH] @+, @- readonly
50448              From: Mike Guy <mjtg@cam.ac.uk>
50449              Date: Mon, 14 Aug 2000 15:26:55 +0100
50450              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
50451      Branch: perl
50452            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
50453            ! sv.c t/op/pat.t
50454 ____________________________________________________________________________
50455 [  6619] By: jhi                                   on 2000/08/14  14:12:08
50456         Log: Update Changes.
50457      Branch: perl
50458            ! Changes
50459 ____________________________________________________________________________
50460 [  6618] By: jhi                                   on 2000/08/14  14:09:34
50461         Log: For now remove the mail code.
50462      Branch: perl
50463            ! perl.c
50464 ____________________________________________________________________________
50465 [  6617] By: jhi                                   on 2000/08/14  14:08:28
50466         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
50467      Branch: perl
50468            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
50469            ! pod/perlfaq8.pod pod/perlsec.pod
50470 ____________________________________________________________________________
50471 [  6616] By: jhi                                   on 2000/08/14  14:00:11
50472         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
50473              From: Mike Guy <mjtg@cam.ac.uk>
50474              Date: Mon, 14 Aug 2000 08:26:02 +0100
50475              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
50476      Branch: perl
50477            ! lib/perl5db.pl
50478 ____________________________________________________________________________
50479 [  6615] By: jhi                                   on 2000/08/14  13:58:45
50480         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
50481              From: Mike Guy <mjtg@cam.ac.uk>
50482              Date: Mon, 14 Aug 2000 08:04:22 +0100
50483              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
50484      Branch: perl
50485            ! gv.c mg.c t/op/pat.t
50486 ____________________________________________________________________________
50487 [  6614] By: jhi                                   on 2000/08/14  13:56:45
50488         Log: Subject: Test fails / warnings with perl-current #6612
50489              From: Mike Guy <mjtg@cam.ac.uk>
50490              Date: Mon, 14 Aug 2000 07:57:23 +0100
50491              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
50492      Branch: perl
50493            ! t/lib/b.t t/lib/peek.t
50494 ____________________________________________________________________________
50495 [  6613] By: jhi                                   on 2000/08/14  13:45:33
50496         Log: VMS configure.com update continues.
50497      Branch: perl
50498            - vms/configure.com
50499            ! MANIFEST configure.com
50500 ____________________________________________________________________________
50501 [  6612] By: jhi                                   on 2000/08/13  22:13:35
50502         Log: Update Changes.
50503      Branch: perl
50504            ! Changes
50505 ____________________________________________________________________________
50506 [  6611] By: jhi                                   on 2000/08/13  16:21:45
50507         Log: Upgrade to CGI 2.71, from Lincoln Stein.
50508      Branch: perl
50509            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
50510 ____________________________________________________________________________
50511 [  6610] By: jhi                                   on 2000/08/13  15:09:16
50512         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
50513              From: Mike Guy <mjtg@cam.ac.uk>
50514              Date: Sun, 13 Aug 2000 13:45:51 +0100
50515              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
50516      Branch: perl
50517            ! t/op/regmesg.t
50518 ____________________________________________________________________________
50519 [  6609] By: jhi                                   on 2000/08/13  14:31:26
50520         Log: Andreas says that 1.56 is fine, so reverting back to it.
50521      Branch: perl
50522            ! lib/CPAN.pm
50523 ____________________________________________________________________________
50524 [  6608] By: jhi                                   on 2000/08/13  05:34:20
50525         Log: Update Changes.
50526      Branch: perl
50527            ! Changes
50528 ____________________________________________________________________________
50529 [  6607] By: jhi                                   on 2000/08/13  05:32:01
50530         Log: Put back the \z changes of #5406 to CPAN.pm.
50531      Branch: perl
50532            ! lib/CPAN.pm
50533 ____________________________________________________________________________
50534 [  6606] By: jhi                                   on 2000/08/13  05:20:16
50535         Log: Fix-n-skip the tests under 5005threads.
50536      Branch: perl
50537            ! t/lib/b.t
50538 ____________________________________________________________________________
50539 [  6605] By: jhi                                   on 2000/08/13  05:07:48
50540         Log: Fix the test for 5005threads.
50541      Branch: perl
50542            ! t/lib/peek.t
50543 ____________________________________________________________________________
50544 [  6604] By: jhi                                   on 2000/08/13  03:35:37
50545         Log: Should have deleted this in #6603.
50546      Branch: perl
50547            - vms/subconfigure.com
50548 ____________________________________________________________________________
50549 [  6603] By: jhi                                   on 2000/08/12  18:29:32
50550         Log: Rewrite of vms/subconfigure.com as configure.com,
50551              from Peter Prymmer and the vmsperl crew.
50552      Branch: perl
50553            + vms/configure.com
50554            ! MANIFEST
50555 ____________________________________________________________________________
50556 [  6602] By: jhi                                   on 2000/08/11  13:00:01
50557         Log: PlainText.pm is dead.
50558      Branch: perl
50559            - lib/Pod/PlainText.pm
50560            ! MANIFEST
50561 ____________________________________________________________________________
50562 [  6601] By: jhi                                   on 2000/08/11  04:06:45
50563         Log: Update Changes.
50564      Branch: perl
50565            ! Changes
50566 ____________________________________________________________________________
50567 [  6600] By: jhi                                   on 2000/08/11  04:06:10
50568         Log: Add a few missing files, update MANIFEST.
50569      Branch: perl
50570            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
50571            + lib/Pod/PlainText.pm t/pod/find.t
50572            ! MANIFEST t/op/regmesg.t
50573 ____________________________________________________________________________
50574 [  6599] By: jhi                                   on 2000/08/11  03:31:10
50575         Log: Add Perl debugging tutorial, regen toc. 
50576              
50577              Subject: perldebtut.pod
50578              From: Richard Foley <Richard.Foley@m.dasa.de>
50579              Date: Wed, 09 Aug 2000 10:17:15 +0200
50580              Message-id: <3991138B.262247B8@m.dasa.de>
50581      Branch: perl
50582            + pod/perldebtut.pod
50583            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
50584 ____________________________________________________________________________
50585 [  6598] By: jhi                                   on 2000/08/11  02:48:56
50586         Log: tiny Changes edit
50587      Branch: perl
50588            ! Changes
50589 ____________________________________________________________________________
50590 [  6597] By: jhi                                   on 2000/08/11  02:39:04
50591         Log: Tests for #6589.
50592              
50593              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
50594              From: simon@brecon.co.uk (Simon Cozens)
50595              Date: 11 Aug 2000 02:24:52 GMT
50596              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
50597      Branch: perl
50598            ! t/lib/b.t
50599 ____________________________________________________________________________
50600 [  6596] By: jhi                                   on 2000/08/11  01:50:07
50601         Log: Update Changes.
50602      Branch: perl
50603            ! Changes
50604 ____________________________________________________________________________
50605 [  6595] By: jhi                                   on 2000/08/11  01:47:16
50606         Log: nitfix
50607      Branch: perl
50608            ! Changes
50609 ____________________________________________________________________________
50610 [  6594] By: jhi                                   on 2000/08/11  01:36:16
50611         Log: Subject: Getting perlio and threads to compile
50612              From: Lupe Christoph <lupe@lupe-christoph.de>
50613              Date: Wed, 9 Aug 2000 11:35:54 +0200
50614              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
50615              
50616              (the Solaris version changes in Configure skipped)
50617      Branch: perl
50618            ! hints/solaris_2.sh thread.h
50619 ____________________________________________________________________________
50620 [  6593] By: jhi                                   on 2000/08/11  01:30:16
50621         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
50622              From: simon@brecon.co.uk (Simon Cozens)
50623              Date: 1 Aug 2000 06:55:19 GMT
50624              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
50625      Branch: perl
50626            ! lib/utf8.pm
50627 ____________________________________________________________________________
50628 [  6592] By: jhi                                   on 2000/08/11  01:26:39
50629         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
50630              From: Peter Scott <Peter@PeterScott.com>
50631              Date: Thu, 10 Aug 2000 08:23:27 -0700
50632              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
50633      Branch: perl
50634            ! lib/perl5db.pl
50635 ____________________________________________________________________________
50636 [  6591] By: jhi                                   on 2000/08/11  01:22:02
50637         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
50638              From: Hugo <hv@crypt.compulink.co.uk>
50639              Date: Thu, 10 Aug 2000 19:23:04 +0100
50640              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
50641      Branch: perl
50642            ! regexec.c t/op/pat.t
50643 ____________________________________________________________________________
50644 [  6590] By: jhi                                   on 2000/08/11  01:19:19
50645         Log: Preprocessing and postprocessing for File::Find.
50646              
50647              Subject: Patch to Find::File.pm to allow alphabetical results
50648              From: Joe Smith <jsmith@inwap.com>
50649              Date: Wed, 9 Aug 2000 02:44:54 -0700
50650              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
50651      Branch: perl
50652            ! lib/File/Find.pm
50653 ____________________________________________________________________________
50654 [  6589] By: jhi                                   on 2000/08/11  01:12:39
50655         Log: B::Deparse didn't do sub attributes.
50656              
50657              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
50658              From: simon@brecon.co.uk (Simon Cozens)
50659              Date: 9 Aug 2000 04:49:20 GMT
50660              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
50661      Branch: perl
50662            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
50663 ____________________________________________________________________________
50664 [  6588] By: jhi                                   on 2000/08/11  01:06:40
50665         Log: Subject: debugger "d" command doesnt check line number
50666              From: Mike Guy <mjtg@cam.ac.uk>
50667              Date: Tue, 08 Aug 2000 21:54:29 +0100
50668              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
50669      Branch: perl
50670            ! lib/perl5db.pl mg.c pod/perldiag.pod
50671 ____________________________________________________________________________
50672 [  6587] By: jhi                                   on 2000/08/11  00:45:03
50673         Log: sleep(1) does not necessarily return 1.
50674              
50675              Subject: [PATCH bleadperl] op/lex_assign.t  
50676              From: Hugo <hv@crypt.compulink.co.uk>
50677              Date: Thu, 03 Aug 2000 14:34:22 +0100        
50678              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
50679      Branch: perl
50680            ! t/op/lex_assign.t
50681 ____________________________________________________________________________
50682 [  6586] By: jhi                                   on 2000/08/11  00:31:50
50683         Log: Document the IO::Select timeout.
50684      Branch: perl
50685            ! ext/IO/lib/IO/Select.pm
50686 ____________________________________________________________________________
50687 [  6585] By: jhi                                   on 2000/08/11  00:13:54
50688         Log: Forgot contributor.
50689      Branch: perl
50690            ! Changes
50691 ____________________________________________________________________________
50692 [  6584] By: jhi                                   on 2000/08/11  00:09:19
50693         Log: detypo
50694      Branch: perl
50695            ! Changes
50696 ____________________________________________________________________________
50697 [  6583] By: jhi                                   on 2000/08/11  00:07:53
50698         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
50699              
50700              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
50701              From: Mike Guy <mjtg@cam.ac.uk> 
50702              Date: Thu, 10 Aug 2000 15:50:54 +0100
50703              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
50704      Branch: perl
50705            ! sv.c t/op/int.t
50706 ____________________________________________________________________________
50707 [  6582] By: jhi                                   on 2000/08/10  23:29:32
50708         Log: Update Changes.
50709      Branch: perl
50710            ! Changes
50711 ____________________________________________________________________________
50712 [  6581] By: jhi                                   on 2000/08/10  23:26:16
50713         Log: Put back the std @INC thing.
50714      Branch: perl
50715            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
50716            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
50717            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
50718            ! t/lib/gol-oo.t
50719 ____________________________________________________________________________
50720 [  6580] By: jhi                                   on 2000/08/10  23:03:34
50721         Log: Update to CGI 2.70, from Lincoln Stein.
50722      Branch: perl
50723            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
50724            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
50725            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
50726            ! t/lib/cgi-request.t
50727 ____________________________________________________________________________
50728 [  6579] By: jhi                                   on 2000/08/10  22:41:50
50729         Log: Update to CPAN 1.56, from Andreas König.
50730      Branch: perl
50731            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
50732 ____________________________________________________________________________
50733 [  6578] By: jhi                                   on 2000/08/10  22:38:13
50734         Log: Update to Pod::Parser 1.17, from Brad Appleton.
50735      Branch: perl
50736            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
50737            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
50738            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
50739            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
50740            ! t/pod/include.t t/pod/included.t t/pod/lref.t
50741            ! t/pod/multiline_items.t t/pod/nested_items.t
50742            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
50743            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
50744            ! t/pod/special_seqs.t
50745 ____________________________________________________________________________
50746 [  6577] By: jhi                                   on 2000/08/10  22:35:41
50747         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
50748      Branch: perl
50749            ! AUTHORS MAINTAIN
50750 ____________________________________________________________________________
50751 [  6576] By: jhi                                   on 2000/08/10  22:24:54
50752         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
50753      Branch: perl
50754            + t/lib/gol-oo.t
50755            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
50756            ! t/lib/gol-compat.t t/lib/gol-linkage.t
50757 ____________________________________________________________________________
50758 [  6575] By: jhi                                   on 2000/08/10  22:02:07
50759         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
50760      Branch: perl
50761            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
50762 ____________________________________________________________________________
50763 [  6574] By: jhi                                   on 2000/08/10  21:55:03
50764         Log: Iterating perl6 description.
50765      Branch: perl
50766            ! pod/perlfaq1.pod
50767 ____________________________________________________________________________
50768 [  6573] By: jhi                                   on 2000/08/10  21:48:26
50769         Log: Revert the sv.c part of #6559, a better fix is needed.
50770      Branch: perl
50771            ! sv.c
50772 ____________________________________________________________________________
50773 [  6572] By: jhi                                   on 2000/08/10  20:33:43
50774         Log: It's the 2ndO'ROSSC.
50775      Branch: perl
50776            ! pod/perlfaq1.pod
50777 ____________________________________________________________________________
50778 [  6571] By: jhi                                   on 2000/08/10  15:55:48
50779         Log: detypo
50780      Branch: perl
50781            ! pod/perlfaq1.pod
50782 ____________________________________________________________________________
50783 [  6570] By: jhi                                   on 2000/08/10  14:11:17
50784         Log: An exceptionally sticky typo.
50785      Branch: perl
50786            ! Changes
50787 ____________________________________________________________________________
50788 [  6569] By: jhi                                   on 2000/08/10  14:09:33
50789         Log: detypo (and test Changes updating script)
50790      Branch: perl
50791            ! Changes
50792 ____________________________________________________________________________
50793 [  6568] By: jhi                                   on 2000/08/10  14:07:07
50794         Log: Update Changes.
50795      Branch: perl
50796            ! Changes
50797 ____________________________________________________________________________
50798 [  6567] By: jhi                                   on 2000/08/10  14:06:19
50799         Log: Amend the description of Perl6.
50800              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
50801              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
50802              Date: Wed, 9 Aug 2000 22:11:06 -0500
50803              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
50804      Branch: perl
50805            ! pod/perlfaq1.pod
50806 ____________________________________________________________________________
50807 [  6566] By: jhi                                   on 2000/08/10  13:58:57
50808         Log: Subject: Remove dead entry in perldiag
50809              From: Mike Guy <mjtg@cam.ac.uk>
50810              Date: Thu, 10 Aug 2000 14:19:19 +0100
50811              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
50812      Branch: perl
50813            ! pod/perldiag.pod
50814 ____________________________________________________________________________
50815 [  6565] By: jhi                                   on 2000/08/10  13:51:48
50816         Log: Zero entries were skipped, fix from Adrian Goalby
50817              <argoalby@yahoo.co.uk>
50818      Branch: perl
50819            ! lib/unicode/Number.pl lib/unicode/mktables.PL
50820 ____________________________________________________________________________
50821 [  6564] By: jhi                                   on 2000/08/10  13:00:12
50822         Log: Subject: [PATCH 5.6.0] cygwin port
50823              From: "Fifer, Eric" <EFifer@sanwaint.com>
50824              Date: Thu, 10 Aug 2000 13:15:36 +0100
50825              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
50826      Branch: perl
50827            ! README.cygwin hints/cygwin.sh
50828 ____________________________________________________________________________
50829 [  6563] By: jhi                                   on 2000/08/10  12:55:16
50830         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
50831      Branch: perl
50832            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
50833 ____________________________________________________________________________
50834 [  6562] By: gsar                                  on 2000/08/10  08:38:39
50835         Log: warn is a macro, avoid using at a variable to avoid warnings
50836              in some configurations; readdir.t is too conservative in
50837              estimating number of *.t's
50838      Branch: perl
50839            ! t/op/readdir.t util.c
50840 ____________________________________________________________________________
50841 [  6561] By: jhi                                   on 2000/08/09  23:35:42
50842         Log: Update Changes.
50843      Branch: perl
50844            ! Changes
50845 ____________________________________________________________________________
50846 [  6560] By: jhi                                   on 2000/08/09  23:05:47
50847         Log: Subject: Re: enhanced(?) regex error messages
50848              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
50849              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
50850              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
50851              
50852              (plus two small patches sent privately)
50853              (this still seems to leave few test failures)
50854      Branch: perl
50855            + t/op/regmesg.t
50856            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
50857            ! t/pragma/warn/regcomp
50858 ____________________________________________________________________________
50859 [  6559] By: jhi                                   on 2000/08/09  20:41:18
50860         Log: (The fix did work but was not right, retracted in #6573)
50861              
50862              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
50863              From: Christian Kirsch <ck@held.mind.de>
50864              Date: Wed, 9 Aug 2000 17:05:17 +0200
50865              Message-Id: <20000809170517.A25389@held>
50866      Branch: perl
50867            ! sv.c t/pragma/locale.t
50868 ____________________________________________________________________________
50869 [  6558] By: jhi                                   on 2000/08/08  22:34:08
50870         Log: Tiny updates on the contributors list.
50871      Branch: perl
50872            ! Changes
50873 ____________________________________________________________________________
50874 [  6557] By: jhi                                   on 2000/08/08  19:34:28
50875         Log: Double check that we have a dirhandle.
50876      Branch: perl
50877            ! util.c
50878 ____________________________________________________________________________
50879 [  6556] By: jhi                                   on 2000/08/08  19:01:51
50880         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
50881              May be repopulated with fresh maintained examples.
50882      Branch: perl
50883            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
50884            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
50885            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
50886            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
50887            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
50888            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
50889            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
50890            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
50891            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
50892            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
50893            + lib/CGI/eg/wilogo_gif.uu
50894            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
50895            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
50896            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
50897            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
50898            - eg/cgi/frameset.cgi eg/cgi/index.html
50899            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
50900            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
50901            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
50902            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
50903            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
50904            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
50905            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
50906            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
50907            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
50908            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
50909            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
50910            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
50911            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
50912            - eg/van/vanish eg/who eg/wrapsuid
50913            ! MANIFEST
50914 ____________________________________________________________________________
50915 [  6555] By: jhi                                   on 2000/08/08  18:51:08
50916         Log: Delete chat2 as requested by Randal.
50917              
50918              Subject: Re: perlfaq8 coyness
50919              From: merlyn@stonehenge.com (Randal L. Schwartz) 
50920              Date: 15 May 2000 18:52:42 -0700 
50921              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
50922      Branch: perl
50923            - lib/chat2.pl
50924            ! MANIFEST
50925 ____________________________________________________________________________
50926 [  6554] By: jhi                                   on 2000/08/08  18:31:35
50927         Log: Regen global.sym.
50928      Branch: perl
50929            ! global.sym
50930 ____________________________________________________________________________
50931 [  6553] By: jhi                                   on 2000/08/08  18:28:13
50932         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
50933              (either perlbug or p5p ate the original), plus regen
50934              perlapi and perltoc. 
50935      Branch: perl
50936            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
50937            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
50938            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
50939            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
50940            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
50941            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
50942            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
50943            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
50944            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
50945            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
50946 ____________________________________________________________________________
50947 [  6552] By: jhi                                   on 2000/08/08  18:06:29
50948         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
50949              From: Mike Guy <mjtg@cam.ac.uk>
50950              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
50951              Date: Tue, 08 Aug 2000 15:51:27 +0100
50952      Branch: perl
50953            ! doop.c sv.h t/op/join.t t/pragma/overload.t
50954 ____________________________________________________________________________
50955 [  6551] By: jhi                                   on 2000/08/08  18:01:11
50956         Log: Re-apply #6549.
50957      Branch: perl
50958            ! lib/perl5db.pl
50959 ____________________________________________________________________________
50960 [  6550] By: jhi                                   on 2000/08/08  17:43:08
50961         Log: Accidental retraction of #6549.
50962      Branch: perl
50963            ! lib/perl5db.pl
50964 ____________________________________________________________________________
50965 [  6549] By: jhi                                   on 2000/08/08  17:40:04
50966         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
50967              From: Mike Guy <mjtg@cam.ac.uk>
50968              Date: Mon, 07 Aug 2000 21:49:58 +0100
50969              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
50970      Branch: perl
50971            ! lib/perl5db.pl
50972 ____________________________________________________________________________
50973 [  6548] By: jhi                                   on 2000/08/08  17:37:57
50974         Log: Document here-doc better.
50975              
50976              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
50977              From: Mike Guy <mjtg@cam.ac.uk>
50978              Date: Mon, 07 Aug 2000 14:02:09 +0100
50979              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
50980      Branch: perl
50981            ! pod/perldata.pod
50982 ____________________________________________________________________________
50983 [  6547] By: jhi                                   on 2000/08/08  17:33:34
50984         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
50985              From: "Randy J. Ray" <rjray@redhat.com>
50986              Date: Mon, 07 Aug 2000 19:12:25 -0700
50987              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
50988      Branch: perl
50989            ! perl.c pod/perlrun.pod
50990 ____________________________________________________________________________
50991 [  6546] By: jhi                                   on 2000/08/08  17:29:26
50992         Log: Subject: Re: enhanced(?) regex error messages 
50993              From: Hugo <hv@crypt.compulink.co.uk>
50994              Date: Tue, 08 Aug 2000 03:25:51 +0100
50995              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
50996              
50997              plus Capitalize the error messages, plus perldiag them.
50998      Branch: perl
50999            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
51000 ____________________________________________________________________________
51001 [  6545] By: jhi                                   on 2000/08/08  13:59:28
51002         Log: Augment #6539 a bit: don't croak if there's magic in the air.
51003              
51004              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
51005              From: Hugo <hv@crypt.compulink.co.uk>
51006              Date: Tue, 08 Aug 2000 03:02:03 +0100
51007              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
51008      Branch: perl
51009            ! pp.c t/op/bless.t
51010 ____________________________________________________________________________
51011 [  6544] By: jhi                                   on 2000/08/07  21:11:52
51012         Log: Make the test -w clean.
51013      Branch: perl
51014            ! t/op/bless.t
51015 ____________________________________________________________________________
51016 [  6543] By: jhi                                   on 2000/08/07  19:49:53
51017         Log: use warnings instead of $^W.
51018      Branch: perl
51019            ! t/op/bless.t
51020 ____________________________________________________________________________
51021 [  6542] By: jhi                                   on 2000/08/07  17:41:41
51022         Log: Disable a portability warning Because We Know What We Are Doing.
51023      Branch: perl
51024            ! t/op/bless.t
51025 ____________________________________________________________________________
51026 [  6541] By: jhi                                   on 2000/08/07  17:29:51
51027         Log: Tiny tidying on report_evil_fh().
51028      Branch: perl
51029            ! util.c
51030 ____________________________________________________________________________
51031 [  6540] By: jhi                                   on 2000/08/07  16:37:38
51032         Log: Make regular expression parse error messages easier to understand.
51033              
51034              Subject: Re: enhanced(?) regex error messages
51035              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
51036              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
51037              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
51038      Branch: perl
51039            ! regcomp.c
51040 ____________________________________________________________________________
51041 [  6539] By: jhi                                   on 2000/08/07  16:12:27
51042         Log: Make bless(REF, REF) a fatal error, add bless tests.
51043              
51044              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
51045              From: Hugo <hv@crypt.compulink.co.uk>
51046              Date: Mon, 07 Aug 2000 16:59:38 +0100
51047              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
51048      Branch: perl
51049            + t/op/bless.t
51050            ! MANIFEST pod/perldiag.pod pp.c sv.c
51051 ____________________________________________________________________________
51052 [  6538] By: jhi                                   on 2000/08/07  15:59:43
51053         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
51054              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
51055              Date: Thu, 3 Aug 2000 14:29:21 -0700
51056              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
51057      Branch: perl
51058            ! lib/lib_pm.PL
51059 ____________________________________________________________________________
51060 [  6537] By: jhi                                   on 2000/08/07  15:47:18
51061         Log: Retract #6419 for now since it breaks in AFS and MachTen.
51062      Branch: perl
51063            ! lib/Cwd.pm
51064 ____________________________________________________________________________
51065 [  6536] By: jhi                                   on 2000/08/07  15:05:29
51066         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
51067              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
51068              The security hole exists only in suidperls, which isn't
51069              installed or even built by default.
51070      Branch: perl
51071            ! perl.c
51072 ____________________________________________________________________________
51073 [  6535] By: jhi                                   on 2000/08/07  14:45:14
51074         Log: tr memory corruption fix from Simon Cozens.
51075      Branch: perl
51076            ! doop.c
51077 ____________________________________________________________________________
51078 [  6534] By: jhi                                   on 2000/08/06  11:38:16
51079         Log: Document a bit that UDP is not what you might think.
51080              
51081              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
51082              From: Lupe Christoph <lupe@lupe-christoph.de>
51083              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
51084              Date: Mon, 24 Jul 2000 08:59:15 +0200
51085      Branch: perl
51086            ! pod/perlipc.pod
51087 ____________________________________________________________________________
51088 [  6533] By: jhi                                   on 2000/08/06  11:35:01
51089         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
51090              From: Jeff Pinyan <jeffp@hut.crusoe.net>
51091              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
51092              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
51093      Branch: perl
51094            ! pod/perlfunc.pod
51095 ____________________________________________________________________________
51096 [  6532] By: jhi                                   on 2000/08/06  03:45:41
51097         Log: Have symbols for the IoTYPEs.
51098      Branch: perl
51099            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
51100 ____________________________________________________________________________
51101 [  6531] By: jhi                                   on 2000/08/06  01:33:55
51102         Log: Continue fixing the io warnings.  This also
51103              sort of fixes bug ID 20000802.003: the core dump
51104              is no more.  Whether the current behaviour is correct
51105              (giving a warning: "Not a format reference"), is another matter.
51106      Branch: perl
51107            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
51108            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
51109 ____________________________________________________________________________
51110 [  6530] By: jhi                                   on 2000/08/05  21:33:12
51111         Log: Change the Policy policy: now -Dprefix= with an existing
51112              Policy.sh and prefix == siteprefix == vendorprefix, then all
51113              of them follow along the new prefix.
51114              
51115              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
51116              From: Andy Dougherty <doughera@lafayette.edu>
51117              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
51118              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
51119      Branch: perl
51120            ! Policy_sh.SH
51121 ____________________________________________________________________________
51122 [  6529] By: jhi                                   on 2000/08/05  18:57:28
51123         Log: Zap lib/Sys directory when cleaning up.
51124      Branch: perl
51125            ! Makefile.SH
51126 ____________________________________________________________________________
51127 [  6528] By: jhi                                   on 2000/08/05  18:40:44
51128         Log: Essential prototype changes were missing from #6527.
51129              Also make report_evil_fh() more bomb-proof.
51130      Branch: perl
51131            ! embed.h util.c
51132 ____________________________________________________________________________
51133 [  6527] By: jhi                                   on 2000/08/05  03:22:05
51134         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
51135              From: "Ronald F. Guilmette" <rfg@monkeys.com>
51136              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
51137              Message-Id: <200007242247.PAA52177@monkeys.com>
51138      Branch: perl
51139            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
51140 ____________________________________________________________________________
51141 [  6526] By: jhi                                   on 2000/08/04  21:23:27
51142         Log: gcc versions might have (parentheses) in them.
51143      Branch: metaconfig/U/perl
51144            ! gccvers.U
51145      Branch: perl
51146            ! Configure config_h.SH
51147 ____________________________________________________________________________
51148 [  6525] By: jhi                                   on 2000/08/04  20:23:12
51149         Log: Weed buglets pointed out by
51150              
51151              From: Lupe Christoph <lupe@lupe-christoph.de>
51152              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
51153              Date: Fri, 4 Aug 2000 17:34:39 +0200
51154              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
51155      Branch: metaconfig/U/perl
51156            ! gccvers.U uselfs.U
51157      Branch: perl
51158            ! Configure config_h.SH
51159 ____________________________________________________________________________
51160 [  6524] By: jhi                                   on 2000/08/04  19:02:08
51161         Log: Warn under -w if lstat(FH) is attempted.
51162              
51163              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
51164              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
51165              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
51166              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
51167      Branch: perl
51168            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
51169            ! t/pragma/warn/pp_sys
51170 ____________________________________________________________________________
51171 [  6523] By: jhi                                   on 2000/08/04  12:31:11
51172         Log: Subject: New perlcc, take 2
51173              From: simon@brecon.co.uk (Simon Cozens)
51174              Date: 4 Aug 2000 06:21:04 GMT
51175              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
51176      Branch: perl
51177            ! utils/perlcc.PL
51178 ____________________________________________________________________________
51179 [  6522] By: jhi                                   on 2000/08/04  12:26:33
51180         Log: Subject: Re: Array vs. List context
51181              From: Daniel Chetlin <daniel@chetlin.com>
51182              Date: Fri, 4 Aug 2000 00:22:44 -0700
51183              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
51184      Branch: perl
51185            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
51186            ! pod/perlfaq4.pod
51187 ____________________________________________________________________________
51188 [  6521] By: jhi                                   on 2000/08/04  12:22:38
51189         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
51190              From: Raymund Will <ray@caldera.de>
51191              Date: Fri, 4 Aug 2000 12:07:09 +0200
51192              Message-Id: <20000804120709.A14982@caldera.de>
51193      Branch: perl
51194            ! configure.gnu
51195 ____________________________________________________________________________
51196 [  6520] By: jhi                                   on 2000/08/04  04:09:06
51197         Log: After the #6519 a warning about stat() is just that,
51198              not about a filetest, which now have their own warning.
51199      Branch: perl
51200            ! pod/perldiag.pod
51201 ____________________________________________________________________________
51202 [  6519] By: jhi                                   on 2000/08/04  04:06:30
51203         Log: In the warnings call filehandles consistently so;
51204              add "unopened" warning for stat().
51205      Branch: perl
51206            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
51207            ! t/pragma/warn/pp_sys
51208 ____________________________________________________________________________
51209 [  6518] By: jhi                                   on 2000/08/04  02:55:35
51210         Log: Subject: Minor tweak to perlvar.pod
51211              From: "Stephen P. Potter" <spp@ds.net>
51212              Date: Tue, 18 Apr 2000 09:26:03 -0400
51213              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
51214      Branch: perl
51215            ! pod/perlvar.pod
51216 ____________________________________________________________________________
51217 [  6517] By: jhi                                   on 2000/08/04  02:50:08
51218         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
51219              From: "Clinton Pierce" <cpierce1@ford.com>
51220              Date: Wed, 21 Jul 1999 16:45:31 -0400
51221              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
51222              
51223              Fix by Stephen Potter (visible in the bug db but not in p5p?)
51224      Branch: perl
51225            ! pod/perlfunc.pod pod/perlop.pod
51226 ____________________________________________________________________________
51227 [  6516] By: jhi                                   on 2000/08/04  02:09:25
51228         Log: This is 6512.  Really.
51229      Branch: perl
51230            ! dump.c
51231 ____________________________________________________________________________
51232 [  6515] By: jhi                                   on 2000/08/04  01:25:50
51233         Log: mention the idea of @( and @)
51234      Branch: perl
51235            ! Todo-5.6
51236 ____________________________________________________________________________
51237 [  6514] By: bailey                                on 2000/08/04  01:18:46
51238         Log: YA resync with mainstem, including VMS patches from others
51239      Branch: vmsperl
51240           +> (branch 48 files)
51241            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
51242           !> (integrate 354 files)
51243 ____________________________________________________________________________
51244 [  6513] By: jhi                                   on 2000/08/04  01:18:18
51245         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
51246              From: Mark Dickinson <dickins3@fas.harvard.edu>
51247              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
51248              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
51249      Branch: perl
51250            ! t/op/grent.t t/op/pwent.t
51251 ____________________________________________________________________________
51252 [  6512] By: jhi                                   on 2000/08/04  01:14:06
51253         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
51254              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
51255              Date: Wed, 02 Aug 2000 10:51:01 +0100
51256              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
51257      Branch: perl
51258            ! sv.c
51259 ____________________________________________________________________________
51260 [  6511] By: jhi                                   on 2000/08/04  00:57:00
51261         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
51262              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
51263              Date: Thu, 03 Aug 2000 17:20:04 -0700
51264              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
51265      Branch: metaconfig
51266            ! U/modified/Cppsym.U
51267      Branch: perl
51268            ! Configure config_h.SH
51269 ____________________________________________________________________________
51270 [  6510] By: jhi                                   on 2000/08/04  00:25:28
51271         Log: detypo
51272      Branch: perl
51273            ! Makefile.SH
51274 ____________________________________________________________________________
51275 [  6509] By: jhi                                   on 2000/08/03  23:43:18
51276         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
51277              From: Dominic Dunlop <domo@computer.org>
51278              Date: Thu, 3 Aug 2000 22:16:46 +0200
51279              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
51280      Branch: perl
51281            ! t/op/sprintf.t
51282 ____________________________________________________________________________
51283 [  6508] By: jhi                                   on 2000/08/03  23:40:37
51284         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
51285              From: Hugo <hv@crypt.compulink.co.uk>
51286              Date: Thu, 03 Aug 2000 18:25:30 +0100
51287              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
51288      Branch: perl
51289            ! regcomp.c t/op/re_tests
51290 ____________________________________________________________________________
51291 [  6507] By: jhi                                   on 2000/08/03  23:38:28
51292         Log: Subject: [PATCH] sv.h documentation - SvLEN
51293              From: Mike Guy <mjtg@cam.ac.uk>
51294              Date: Thu, 03 Aug 2000 14:43:09 +0100
51295              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
51296      Branch: perl
51297            ! sv.h
51298 ____________________________________________________________________________
51299 [  6506] By: jhi                                   on 2000/08/03  15:49:14
51300         Log: Disable the fix_pl hack for now.
51301      Branch: perl
51302            ! Makefile.SH
51303 ____________________________________________________________________________
51304 [  6505] By: jhi                                   on 2000/08/03  13:49:04
51305         Log: Add a URL for FSF.
51306              
51307              Subject: Patch for README
51308              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
51309              Date: Wed, 2 Aug 2000 13:25:09 -0500
51310              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
51311      Branch: perl
51312            ! README
51313 ____________________________________________________________________________
51314 [  6504] By: jhi                                   on 2000/08/03  13:29:19
51315         Log: Be more informative on what is skipped and why,
51316              also repeat the list at the end.
51317      Branch: perl
51318            ! Porting/p4desc
51319 ____________________________________________________________________________
51320 [  6503] By: jhi                                   on 2000/08/03  13:07:05
51321         Log: Circumvent the removal of .patch by fix_pl.
51322              
51323              Subject: Re: [ID 20000802.011] unable to 'make test'          
51324              From: simon@brecon.co.uk (Simon Cozens) 
51325              Date: 3 Aug 2000 04:17:00 GMT
51326              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
51327      Branch: perl
51328            ! Makefile.SH
51329 ____________________________________________________________________________
51330 [  6502] By: jhi                                   on 2000/08/03  00:14:34
51331         Log: Add the missing setproctitle unit.
51332      Branch: metaconfig/U/perl
51333            + d_setproctitle.U
51334 ____________________________________________________________________________
51335 [  6501] By: jhi                                   on 2000/08/03  00:00:26
51336         Log: The subtest 4 may fail also on VOBS, as pointed out
51337              by Nick Ing-Simmons in November 1999, bug id 19991124.003
51338              (but the failure in that bug report isn't the subtest 4).
51339      Branch: perl
51340            ! t/op/stat.t
51341 ____________________________________________________________________________
51342 [  6500] By: jhi                                   on 2000/08/02  23:49:30
51343         Log: Better skip message for the test; one of the two problems in
51344              
51345              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
51346              From: Lupe Christoph <lupe@lupe-christoph.de>
51347              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
51348              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
51349      Branch: perl
51350            ! t/op/numconvert.t
51351 ____________________________________________________________________________
51352 [  6499] By: jhi                                   on 2000/08/02  22:49:16
51353         Log: Allow "no Module;" even if there is no 'unimport'.
51354              
51355              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
51356              From: mjd@plover.com
51357              Date: 24 Mar 2000 15:24:34 -0000
51358              Message-Id: <20000324152434.15160.qmail@plover.com>
51359      Branch: perl
51360            ! gv.c
51361 ____________________________________________________________________________
51362 [  6498] By: jhi                                   on 2000/08/02  22:42:58
51363         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
51364              that are hopefully soon put into use.
51365      Branch: perl
51366            ! opcode.h opcode.pl opnames.h
51367 ____________________________________________________________________________
51368 [  6497] By: gsar                                  on 2000/08/02  22:28:59
51369         Log: require.t needs binmode() to work on windows
51370      Branch: perl
51371            ! t/comp/require.t
51372 ____________________________________________________________________________
51373 [  6496] By: jhi                                   on 2000/08/02  22:08:51
51374         Log: Document the IVdf UVuf UVof UVxf.
51375      Branch: perl
51376            ! pod/perlguts.pod
51377 ____________________________________________________________________________
51378 [  6495] By: jhi                                   on 2000/08/02  21:54:26
51379         Log: detypo #6494
51380      Branch: perl
51381            ! ext/Data/Dumper/Dumper.xs
51382 ____________________________________________________________________________
51383 [  6494] By: jhi                                   on 2000/08/02  21:49:17
51384         Log: Dump UVs as UVs in Data::Dumper.
51385              
51386              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
51387              From: Gurusamy Sarathy <gsar@ActiveState.com>
51388              Date: Thu, 27 Apr 2000 12:26:25 -0700
51389              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
51390      Branch: perl
51391            ! ext/Data/Dumper/Dumper.xs
51392 ____________________________________________________________________________
51393 [  6493] By: jhi                                   on 2000/08/02  17:01:58
51394         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
51395              From: Hugo <hv@crypt.compulink.co.uk>
51396              Date: Wed, 02 Aug 2000 14:53:56 +0100
51397              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
51398      Branch: perl
51399            ! regexec.c t/op/re_tests
51400 ____________________________________________________________________________
51401 [  6492] By: jhi                                   on 2000/08/02  15:02:46
51402         Log: The new setproctitle() feature is available only in 
51403              bleeding edge FreeBSD.  From Paul Saab.
51404      Branch: perl
51405            ! mg.c
51406 ____________________________________________________________________________
51407 [  6491] By: jhi                                   on 2000/08/02  13:34:36
51408         Log: The tr utf8 patching continues.
51409              
51410              Subject: Re: #6469, too many tests claimed in require.t
51411              From: simon@brecon.co.uk (Simon Cozens)
51412              Date: 2 Aug 2000 02:37:17 GMT
51413              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
51414              
51415              (the logic of the test was the wrong way round in the patch)
51416      Branch: perl
51417            ! doop.c
51418 ____________________________________________________________________________
51419 [  6490] By: jhi                                   on 2000/08/02  13:27:38
51420         Log: The name of a filehandle does not have <these>.
51421      Branch: perl
51422            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
51423            ! t/pragma/warn/pp_sys util.c
51424 ____________________________________________________________________________
51425 [  6489] By: jhi                                   on 2000/08/02  04:26:46
51426         Log: Remove the extraneous "main::" prefix from all the
51427              "opened only for", "on closed", and "never opened" warnings.
51428              
51429              Subject: Re: inappropriate warning
51430              From: Gurusamy Sarathy <gsar@ActiveState.com>
51431              Date: Mon, 20 Mar 2000 11:28:02 -0800
51432              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
51433      Branch: perl
51434            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
51435            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
51436            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
51437 ____________________________________________________________________________
51438 [  6488] By: jhi                                   on 2000/08/02  03:02:57
51439         Log: memcpy has n o in it, as pinted ut by Sarathy.
51440      Branch: perl
51441            ! pod/perlguts.pod
51442 ____________________________________________________________________________
51443 [  6487] By: jhi                                   on 2000/08/02  02:44:51
51444         Log: Document in one place the memory abstractions used in Perl core.
51445              
51446              Subject: Re: Memory abstraction
51447              From: simon@brecon.co.uk (Simon Cozens)
51448              Date: 2 Aug 2000 02:20:23 GMT
51449              Organization: Earth.li Origins
51450      Branch: perl
51451            ! pod/perlguts.pod
51452 ____________________________________________________________________________
51453 [  6486] By: jhi                                   on 2000/08/02  02:41:57
51454         Log: regen_headers, regen perltoc.
51455      Branch: perl
51456            ! perlapi.c pod/perltoc.pod
51457 ____________________________________________________________________________
51458 [  6485] By: jhi                                   on 2000/08/02  01:43:33
51459         Log: "This little thing tests for a file .patch, and if it contains
51460              a number, pops into patchlevel.h" (making it easier to track
51461              which development version people are reporting bugs against)
51462              
51463              Subject: Patchlevel autogeneration for repository perls
51464              From: simon@brecon.co.uk (Simon Cozens)
51465              Date: 14 Jul 2000 07:12:15 GMT
51466              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
51467      Branch: perl
51468            + fix_pl
51469            ! MANIFEST Makefile.SH
51470 ____________________________________________________________________________
51471 [  6484] By: jhi                                   on 2000/08/02  01:32:54
51472         Log: FreeBSD 3.* updates from
51473              
51474              From: Paul Saab <ps@yahoo-inc.com>
51475              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
51476              Date: Tue, 1 Aug 2000 15:41:39 -0700
51477              Message-Id: <20000801154139.A53740@yahoo-inc.com>
51478      Branch: perl
51479            ! hints/freebsd.sh
51480 ____________________________________________________________________________
51481 [  6483] By: jhi                                   on 2000/08/02  01:27:44
51482         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
51483              instead one must use setproctitle().  This was already addressed
51484              by change #6457, but the below has a new variant for FreeBSD 4.0
51485              or later, and the matter is also documented more.
51486              
51487              From: Paul Saab <ps@yahoo-inc.com>
51488              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
51489              Date: Tue, 1 Aug 2000 15:41:39 -0700
51490              Message-Id: <20000801154139.A53740@yahoo-inc.com>
51491      Branch: metaconfig/U/perl
51492            + i_libutil.U
51493      Branch: perl
51494            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
51495 ____________________________________________________________________________
51496 [  6482] By: jhi                                   on 2000/08/01  22:17:32
51497         Log: The test from this
51498              
51499              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
51500              Date: Sat, 15 Apr 2000 17:03:44 +0100
51501              From: Tom Hughes <tom@compton.nu>
51502              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
51503              
51504              was missing, the code change went in as #5989
51505              (which had a different test?)
51506      Branch: perl
51507            ! t/op/misc.t
51508 ____________________________________________________________________________
51509 [  6481] By: jhi                                   on 2000/08/01  21:48:38
51510         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
51511              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
51512              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
51513              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
51514      Branch: perl
51515            ! perl.h
51516 ____________________________________________________________________________
51517 [  6480] By: jhi                                   on 2000/08/01  18:05:28
51518         Log: Make p4desc to skip non-mainperl branches by default.
51519      Branch: perl
51520            ! Porting/p4desc
51521 ____________________________________________________________________________
51522 [  6479] By: jhi                                   on 2000/08/01  17:29:19
51523         Log: If gccosandvers is equal to osname, clear gccosandvers.
51524      Branch: metaconfig/U/perl
51525            ! gccvers.U
51526      Branch: perl
51527            ! Configure config_h.SH
51528 ____________________________________________________________________________
51529 [  6478] By: jhi                                   on 2000/08/01  15:54:08
51530         Log: BOM patching from Simon Cozens.
51531      Branch: perl
51532            ! toke.c
51533 ____________________________________________________________________________
51534 [  6477] By: jhi                                   on 2000/08/01  04:50:33
51535         Log: Stash away the largefiles flags and libswanted.
51536      Branch: perl
51537            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
51538 ____________________________________________________________________________
51539 [  6476] By: gsar                                  on 2000/08/01  04:24:24
51540         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
51541              on Windows)
51542      Branch: perl
51543            ! t/pragma/utf8.t utf8.c win32/win32.c
51544 ____________________________________________________________________________
51545 [  6475] By: jhi                                   on 2000/08/01  03:35:24
51546         Log: Make chr() for values >127 to create utf8 when under utf8.
51547              
51548              Subject: Re: uft8/chr()
51549              From: simon@brecon.co.uk (Simon Cozens)
51550              Date: 1 Aug 2000 02:37:02 GMT
51551              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
51552      Branch: perl
51553            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
51554 ____________________________________________________________________________
51555 [  6474] By: jhi                                   on 2000/08/01  02:36:18
51556         Log: In Digital UNIX warn if gcc explicitly chosen because even
51557              2.95.2 is known to cause problems.
51558      Branch: perl
51559            ! hints/dec_osf.sh
51560 ____________________________________________________________________________
51561 [  6473] By: jhi                                   on 2000/08/01  02:00:56
51562         Log: Make the safety catch for buggy gccs work with triple version
51563              numbers like 2.95.2.  Reported in
51564              
51565              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
51566              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
51567              Date: Mon, 31 Jul 2000 14:55:06 +0200
51568              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
51569      Branch: perl
51570            ! hints/dec_osf.sh
51571 ____________________________________________________________________________
51572 [  6472] By: jhi                                   on 2000/08/01  01:13:33
51573         Log: Subject: fix and question re: waitpid() under win32
51574              From: Brian Clarke <clarke@appliedmeta.com>
51575              Date: Fri, 28 Jul 2000 15:18:29 -0400
51576              Message-ID: <3981DC85.290314EB@appliedmeta.com>
51577              
51578              Slightly reformatted and WNOHANG # define moved to win32.h
51579              so that also POSIX.xs sees it, as suggsted by Sarathy.
51580      Branch: perl
51581            ! win32/win32.c win32/win32.h
51582 ____________________________________________________________________________
51583 [  6471] By: jhi                                   on 2000/08/01  00:55:05
51584         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
51585              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
51586              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
51587              Date: Mon, 31 Jul 2000 13:28:51 +0100
51588              
51589              (aka ID 20000730.002)
51590      Branch: perl
51591            ! op.c t/op/tr.t
51592 ____________________________________________________________________________
51593 [  6470] By: jhi                                   on 2000/07/31  23:34:42
51594         Log: Document the problem with -P in HP-UX and its workaround.
51595              
51596              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
51597              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
51598              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
51599              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
51600      Branch: perl
51601            ! README.hpux
51602 ____________________________________________________________________________
51603 [  6469] By: jhi                                   on 2000/07/31  04:15:02
51604         Log: The swallow_bom() saga continues.  The #23 of require.t
51605              (UTF16-LE) still fails (silently, no output) but the #22
51606              (UTF16-BE) seems to be working now.  The root of the
51607              failure may be in sv_gets(): is it UTF-16LE-aware,
51608              especially when it comes to line endings? 
51609      Branch: perl
51610            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
51611            ! t/comp/require.t toke.c utf8.c
51612 ____________________________________________________________________________
51613 [  6468] By: jhi                                   on 2000/07/30  19:05:48
51614         Log: Find green threads before native threads.
51615              
51616              Subject: Re: Patch to jpl/JNI/Makefile.PL
51617              From: Jens Thomsen <jens@fiend.cis.com>
51618              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
51619              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
51620      Branch: perl
51621            ! jpl/JNI/Makefile.PL
51622 ____________________________________________________________________________
51623 [  6467] By: jhi                                   on 2000/07/30  18:36:22
51624         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
51625      Branch: perl
51626            ! doop.c
51627 ____________________________________________________________________________
51628 [  6466] By: jhi                                   on 2000/07/30  04:37:29
51629         Log: A new version of the "remove UPPERACSE string comparison"
51630              operators.  The problem with the previous one (change #6454)
51631              was that it was for Perl 5.6.0.  From Paul Marquess.
51632      Branch: perl
51633            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
51634            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
51635            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
51636 ____________________________________________________________________________
51637 [  6465] By: jhi                                   on 2000/07/29  22:39:56
51638         Log: Do not upgrade SVs into utf8 just because they participate
51639              in eq or cmp.  Reported and fix suggested in
51640              
51641              Subject: [ID 20000720.009] sv_eq UTF8 bug
51642              From: "Simon Cozens" <simon@othersideofthe.earth.li>
51643              Date: 21 Jul 2000 04:37:29 -0000
51644              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
51645              
51646              Exercise for the kind reader: should we or should we not
51647              cache the utf8 conversion alonside the SV? (as magic,
51648              as thestrxfrm()ed version is cached under use locale)
51649              Argue both for and against.
51650      Branch: perl
51651            ! sv.c
51652 ____________________________________________________________________________
51653 [  6464] By: jhi                                   on 2000/07/29  22:36:22
51654         Log: Subject: UTF8 concat
51655              From: simon@brecon.co.uk (Simon Cozens) 
51656              Date: 30 Jun 2000 06:13:25 GMT
51657              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
51658              
51659              (with a memory leak fixed, plus a few casts added)
51660              
51661              This also seems to help for
51662              
51663              Subject: [ID 20000716.015] join UTF8 weirdness
51664              From: root <root@ak-71.mind.de> 
51665              Date: Sat, 15 Jul 2000 15:29:54 +0200
51666              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
51667              
51668              (from Andreas König)
51669      Branch: perl
51670            ! pp_hot.c
51671 ____________________________________________________________________________
51672 [  6463] By: jhi                                   on 2000/07/29  00:55:39
51673         Log: Tune the comments and hopefully stop a memory leak.
51674      Branch: perl
51675            ! toke.c utf8.c
51676 ____________________________________________________________________________
51677 [  6462] By: jhi                                   on 2000/07/29  00:16:53
51678         Log: The problem described in this
51679              
51680              Subject: [ID 20000322.018] named chars aren't magical enough
51681              From: root <root@dixie.cscaper.com>     
51682              Date: Wed, 22 Mar 2000 18:37:42 -0700
51683              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
51684              
51685              has been fixed in perl 5.6.0 but just in case added a test
51686              to keep it away.  (The report from Joseph Hall.)
51687      Branch: perl
51688            ! t/lib/charnames.t
51689 ____________________________________________________________________________
51690 [  6461] By: jhi                                   on 2000/07/28  23:56:36
51691         Log: Tiny fixes for #6460.
51692      Branch: metaconfig/U/perl
51693            ! gccvers.U
51694      Branch: perl
51695            ! Configure config_h.SH
51696 ____________________________________________________________________________
51697 [  6460] By: jhi                                   on 2000/07/28  23:24:41
51698         Log: Warn if the version of the operating system used to compile gcc
51699              differs from the current version of the operating system.
51700              Also display the gcc compilation os and version in myconfig.
51701              Inspiration from
51702              
51703              Subject: Re: [ID 20000710.003] ERRORS!!         
51704              From: "Kurt D. Starsinic" <kstar@chapin.edu>
51705              Date: Mon, 10 Jul 2000 15:54:16 -0400
51706              Message-ID: <20000710155416.A1384@O2.chapin.edu>
51707      Branch: metaconfig/U/perl
51708            ! gccvers.U
51709      Branch: perl
51710            ! Configure config_h.SH myconfig.SH
51711 ____________________________________________________________________________
51712 [  6459] By: jhi                                   on 2000/07/28  22:00:32
51713         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
51714              letter to $Config{osvers}.
51715      Branch: metaconfig
51716            ! U/modified/Oldconfig.U
51717      Branch: perl
51718            ! Configure config_h.SH
51719 ____________________________________________________________________________
51720 [  6458] By: jhi                                   on 2000/07/28  04:15:39
51721         Log: Back out #6454, doesn't seem to work.
51722              (Reason: that patch was for perl 5.6.0, not perl-current)
51723              (A version of the patch for perl-current came in later as #6466)
51724      Branch: perl
51725            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
51726            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
51727            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
51728 ____________________________________________________________________________
51729 [  6457] By: jhi                                   on 2000/07/27  23:31:49
51730         Log: Use setproctitle() if available to modify $0.
51731              
51732              Subject: setting $* on BSD4 broken
51733              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
51734              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
51735              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
51736      Branch: metaconfig
51737            ! U/modified/Myinit.U
51738      Branch: perl
51739            ! Configure config_h.SH mg.c
51740 ____________________________________________________________________________
51741 [  6456] By: jhi                                   on 2000/07/27  14:50:47
51742         Log: Allow "no AutoLoader;", based on change #6444,
51743              suggested by Graham Barr.
51744      Branch: perl
51745            ! lib/AutoLoader.pm
51746 ____________________________________________________________________________
51747 [  6455] By: jhi                                   on 2000/07/27  14:19:10
51748         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
51749              From: rspier@pobox.com (Robert Spier)
51750              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
51751              Message-ID: <14720.15855.787664.424783@rls.cx>
51752      Branch: perl
51753            ! pod/perldiag.pod
51754 ____________________________________________________________________________
51755 [  6454] By: jhi                                   on 2000/07/27  14:03:02
51756         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
51757              for a long time).
51758              
51759              Reported in
51760              
51761              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
51762              From: Ryan Herbert <rherbert@sycamorehq.com>
51763              Date: Mon, 17 Jul 2000 11:40:42 -0400
51764              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
51765              
51766              Patched in
51767              
51768              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
51769              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
51770              Date: Wed, 26 Jul 2000 23:40:18 +0100
51771              Message-ID: <000001bff752$79511880$0a17073e@tiny>
51772              
51773              based on an earlier patch from Stephen P. Potter.
51774              
51775              (Removed later by change #6458 because this patch was for
51776              perl 5.6.0, not perl-current)
51777      Branch: perl
51778            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
51779            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
51780            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
51781 ____________________________________________________________________________
51782 [  6453] By: jhi                                   on 2000/07/27  13:48:02
51783         Log: Subject: [PATCH] fixes bug 20000508.004
51784              From: Michael Stevens <mstevens@globnix.org>
51785              Date: Thu, 27 Jul 2000 13:49:04 +0100
51786              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
51787      Branch: perl
51788            ! pod/perldata.pod
51789 ____________________________________________________________________________
51790 [  6452] By: jhi                                   on 2000/07/26  23:51:26
51791         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
51792              and Craig A. Berry.
51793      Branch: perl
51794            ! lib/File/Temp.pm pod/perlport.pod
51795 ____________________________________________________________________________
51796 [  6451] By: jhi                                   on 2000/07/26  19:43:30
51797         Log: Be wary of close()s, too.
51798              
51799              Subject: Re: [PATCH] perlbug cleanup
51800              From: Tim Jenness <t.jenness@jach.hawaii.edu>
51801              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
51802              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
51803      Branch: perl
51804            ! utils/perlbug.PL
51805 ____________________________________________________________________________
51806 [  6450] By: jhi                                   on 2000/07/26  18:41:40
51807         Log: Subject: Minor doc patch: handy.h
51808              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
51809              Date: Wed, 26 Jul 2000 15:34:25 -0300
51810              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
51811      Branch: perl
51812            ! handy.h pod/perlapi.pod
51813 ____________________________________________________________________________
51814 [  6449] By: jhi                                   on 2000/07/26  18:23:55
51815         Log: Subject: [PATCH] minor doc change - perlguts
51816              From: Michael Stevens <mstevens@globnix.org>
51817              Date: Thu, 13 Jul 2000 12:39:18 +0100
51818              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
51819      Branch: perl
51820            ! pod/perlguts.pod
51821 ____________________________________________________________________________
51822 [  6448] By: jhi                                   on 2000/07/26  18:20:30
51823         Log: open() wariness in perlbug.
51824              
51825              Subject: [PATCH] perlbug cleanup
51826              From: Michael Stevens <mstevens@globnix.org>
51827              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
51828              Date: Thu, 13 Jul 2000 15:52:23 +0100
51829      Branch: perl
51830            ! utils/perlbug.PL
51831 ____________________________________________________________________________
51832 [  6447] By: jhi                                   on 2000/07/26  18:13:04
51833         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
51834      Branch: perl
51835            ! lib/File/Temp.pm t/lib/ftmp-security.t
51836 ____________________________________________________________________________
51837 [  6446] By: jhi                                   on 2000/07/26  18:06:32
51838         Log: docfix from Peter Scott <Peter@PSDT.com>.
51839      Branch: perl
51840            ! pod/perlfunc.pod
51841 ____________________________________________________________________________
51842 [  6445] By: jhi                                   on 2000/07/26  17:53:31
51843         Log: Fix *foo{FORMAT}.
51844              
51845              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
51846              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
51847              Date: Wed, 26 Jul 2000 19:51:02 +0200
51848              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
51849              
51850              From: Graham Barr <gbarr@pobox.com>
51851              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
51852              Date: Wed, 26 Jul 2000 17:38:36 +0100
51853              Message-ID: <20000726173836.L472@pobox.com>
51854      Branch: perl
51855            ! pp.c sv.c t/op/gv.t
51856 ____________________________________________________________________________
51857 [  6444] By: jhi                                   on 2000/07/26  17:49:14
51858         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
51859              from Graham Barr in the module list.
51860      Branch: perl
51861            ! gv.c pod/perlobj.pod
51862 ____________________________________________________________________________
51863 [  6443] By: jhi                                   on 2000/07/26  16:06:56
51864         Log: More split() doc and test patches from Mike Guy.
51865      Branch: perl
51866            ! pod/perlfunc.pod t/op/split.t
51867 ____________________________________________________________________________
51868 [  6442] By: jhi                                   on 2000/07/26  16:05:30
51869         Log: MacOS nits from Matthias Neeracher.
51870      Branch: perl
51871            ! perl.c pp_ctl.c
51872 ____________________________________________________________________________
51873 [  6441] By: jhi                                   on 2000/07/26  04:39:57
51874         Log: Subject: [PATCH] split /^/
51875              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
51876              Date: Tue, 25 Jul 2000 14:18:57 +0100
51877              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
51878              
51879              (with notes from tchrist and gbarr)
51880      Branch: perl
51881            ! pod/perlfunc.pod t/op/split.t
51882 ____________________________________________________________________________
51883 [  6440] By: jhi                                   on 2000/07/26  04:32:32
51884         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
51885              From: Peter Prymmer <pvhp@forte.com>
51886              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
51887              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
51888      Branch: perl
51889            ! vms/munchconfig.c
51890 ____________________________________________________________________________
51891 [  6439] By: jhi                                   on 2000/07/26  04:31:01
51892         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
51893              to be fatal errors (instead of by default ignoring them, and
51894              ignoring with a bug: even though -w gave an error, the opening [
51895              was left in)  Reported in:
51896              
51897              Subject: [ID 20000716.024] [=cc=] / [:blank:]
51898              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
51899              Date: Sun, 16 Jul 2000 17:55:29 -0700
51900              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
51901      Branch: perl
51902            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
51903 ____________________________________________________________________________
51904 [  6438] By: jhi                                   on 2000/07/25  15:41:15
51905         Log: Subject: [PATCH] av.c apidoc
51906              From: simon@brecon.co.uk (Simon Cozens)
51907              Date: 24 Jul 2000 06:40:52 GMT
51908              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
51909      Branch: perl
51910            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
51911            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
51912 ____________________________________________________________________________
51913 [  6437] By: jhi                                   on 2000/07/25  14:05:36
51914         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
51915              From: "Stephen P. Potter" <spp@ds.net>
51916              Date: Mon, 24 Jul 2000 14:22:23 -0400
51917              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
51918      Branch: perl
51919            ! pod/perllocale.pod
51920 ____________________________________________________________________________
51921 [  6436] By: jhi                                   on 2000/07/25  14:02:03
51922         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
51923              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
51924              Date: Mon, 24 Jul 2000 18:04:28 +0100
51925              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
51926      Branch: perl
51927            ! t/lib/syslfs.t t/op/lfs.t
51928 ____________________________________________________________________________
51929 [  6435] By: jhi                                   on 2000/07/25  13:59:28
51930         Log: Get UTF16 BOMs working.  Patch from
51931              
51932              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
51933              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
51934              Date: Tue, 25 Jul 2000 12:52:45 +0100
51935              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
51936              
51937              and notes from
51938              
51939              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
51940              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
51941              Date: Tue, 25 Jul 2000 11:43:25 +0100
51942              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
51943      Branch: perl
51944            ! t/comp/require.t toke.c utf8.c
51945 ____________________________________________________________________________
51946 [  6434] By: jhi                                   on 2000/07/25  02:39:54
51947         Log: Make the "uninit variable" warning to say "concat or string"
51948              or "join or string" when in concat or join .
51949              
51950              Subject: Re: [ID 20000403.009] uninitialised concatenation???
51951              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
51952              Date: Tue, 04 Apr 2000 18:22:58 +0100
51953              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
51954              
51955              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
51956              From: William R Ward <hermit@BayView.COM>
51957              Date: Thu, 30 Mar 2000 19:50:03 -0800
51958              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
51959      Branch: perl
51960            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
51961            ! t/pragma/warn/op t/pragma/warn/sv
51962 ____________________________________________________________________________
51963 [  6433] By: jhi                                   on 2000/07/24  17:52:56
51964         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
51965      Branch: perl
51966            ! lib/File/Spec/VMS.pm
51967 ____________________________________________________________________________
51968 [  6432] By: jhi                                   on 2000/07/24  17:44:44
51969         Log: Test cases for #6431.
51970              
51971              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
51972              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
51973              Date: Mon, 24 Jul 2000 15:32:29 +0100
51974              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
51975      Branch: perl
51976            ! t/op/pat.t t/op/split.t
51977 ____________________________________________________________________________
51978 [  6431] By: jhi                                   on 2000/07/24  17:43:17
51979         Log: Bind op fix.
51980              
51981              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
51982              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
51983              Date: Mon, 17 Jul 2000 20:04:56 +0100
51984              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
51985      Branch: perl
51986            ! op.c
51987 ____________________________________________________________________________
51988 [  6430] By: jhi                                   on 2000/07/24  03:42:42
51989         Log: Subject: [ID 20000716.023] syslog test fails without sockets
51990              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
51991              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
51992              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
51993      Branch: metaconfig/U/perl
51994            ! Extensions.U
51995      Branch: perl
51996            ! Configure config_h.SH
51997 ____________________________________________________________________________
51998 [  6429] By: jhi                                   on 2000/07/24  03:11:52
51999         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
52000              case, but add also notes explaining the relationship of this
52001              patch and the earlier notes by Sarathy.
52002              
52003              Subject: Map is still slow
52004              From: "Ben Tilly" <ben_tilly@hotmail.com>
52005              Date: Sat, 15 Jul 2000 17:23:27 EDT
52006              Message-ID: <20000715212327.21656.qmail@hotmail.com>
52007      Branch: perl
52008            ! pp_ctl.c
52009 ____________________________________________________________________________
52010 [  6428] By: jhi                                   on 2000/07/24  02:58:52
52011         Log: Documentation to explain the behaviour of map().
52012              
52013              Subject: Re: Map is still slow 
52014              From: Gurusamy Sarathy <gsar@ActiveState.com>
52015              Date: Sat, 15 Jul 2000 16:05:09 -0700
52016              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
52017      Branch: perl
52018            ! pp_ctl.c
52019 ____________________________________________________________________________
52020 [  6427] By: jhi                                   on 2000/07/24  02:50:03
52021         Log: Add tests for
52022              [ID 19991110.003] another matching finding by pcre author
52023              which has already been fixed by some patch, as verified in
52024              
52025              Subject: Re: two regex bugs from the mists of time (well, last November)
52026              From: Hugo <hv@crypt.compulink.co.uk>
52027              Date: Sat, 22 Jul 2000 18:12:58 +0100
52028              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
52029      Branch: perl
52030            ! t/op/re_tests
52031 ____________________________________________________________________________
52032 [  6426] By: jhi                                   on 2000/07/24  02:11:20
52033         Log: A missing 'break' after the [[:space:]] switch case.
52034              
52035              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
52036              From: "Stephen P. Potter" <spp@ds.net>
52037              Date: Tue, 18 Jul 2000 16:25:17 -0400
52038              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
52039      Branch: perl
52040            ! regcomp.c
52041 ____________________________________________________________________________
52042 [  6425] By: jhi                                   on 2000/07/24  02:06:12
52043         Log: The output might have been produced in the wrong order.
52044              
52045              Subject: [ID 20000720.003] [PATCH] t/op/write.t
52046              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
52047              Date: Thu, 20 Jul 2000 18:49:18 +0100
52048              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
52049      Branch: perl
52050            ! t/op/write.t
52051 ____________________________________________________________________________
52052 [  6424] By: jhi                                   on 2000/07/24  02:00:07
52053         Log: Use STDOUT consistently.
52054              
52055              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
52056              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
52057              Date: Thu, 20 Jul 2000 18:04:01 +0100
52058              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
52059      Branch: perl
52060            ! lib/Test/Harness.pm
52061 ____________________________________________________________________________
52062 [  6423] By: jhi                                   on 2000/07/24  01:54:54
52063         Log: Protect against "wild next"s, that is, callbacks doing "next"
52064              instead of "return".
52065              
52066              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
52067              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
52068              Date: Tue, 18 Jul 2000 11:30:16 +0100
52069              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
52070      Branch: perl
52071            ! lib/File/Find.pm
52072 ____________________________________________________________________________
52073 [  6422] By: jhi                                   on 2000/07/24  01:35:47
52074         Log: Out-of-date note removed.
52075              
52076              Subject: [PATCH] documentation perlipc
52077              From: rspier@pobox.com (Robert Spier)
52078              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
52079              Message-ID: <14711.35178.572612.502654@rls.cx>
52080      Branch: perl
52081            ! pod/perlipc.pod
52082 ____________________________________________________________________________
52083 [  6421] By: jhi                                   on 2000/07/24  00:09:18
52084         Log: Send all installperl messages to STDERR and be -w clean.
52085              
52086              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
52087              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
52088              Date: Sat, 22 Jul 2000 14:02:11 +0100
52089              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
52090      Branch: perl
52091            ! installperl
52092 ____________________________________________________________________________
52093 [  6420] By: jhi                                   on 2000/07/24  00:04:19
52094         Log: Decutandpasto.
52095              
52096              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
52097              From: "Richard Soderberg" <rs@crystalflame.net>
52098              Date: Sun, 23 Jul 2000 01:37:23 -0700
52099              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
52100      Branch: perl
52101            ! pod/perlipc.pod
52102 ____________________________________________________________________________
52103 [  6419] By: jhi                                   on 2000/07/24  00:01:12
52104         Log: A cleaner abs_path().
52105              Subject: Re: unix alternative to Cwd.pm
52106              From: Jeff Pinyan <jeffp@crusoe.net>
52107              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
52108              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
52109      Branch: perl
52110            ! lib/Cwd.pm
52111 ____________________________________________________________________________
52112 [  6418] By: jhi                                   on 2000/07/23  23:48:56
52113         Log: Detypo.
52114              
52115              Subject: [PATCH perl-current] Typo in hints/powerux.sh
52116              From: "Richard Soderberg" <rs@crystalflame.net>
52117              Date: Sun, 23 Jul 2000 01:27:33 -0700
52118              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
52119      Branch: perl
52120            ! hints/powerux.sh
52121 ____________________________________________________________________________
52122 [  6417] By: jhi                                   on 2000/07/17  22:13:31
52123         Log: Subject: SDBM_File documentation
52124              From: mjd@plover.com
52125              Date: 16 Jul 2000 17:41:17 -0000
52126              Message-ID: <20000716174117.18515.qmail@plover.com>
52127      Branch: perl
52128            ! ext/SDBM_File/SDBM_File.pm
52129 ____________________________________________________________________________
52130 [  6416] By: jhi                                   on 2000/07/17  19:13:26
52131         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
52132      Branch: perl
52133            ! hints/mpeix.sh mpeix/relink
52134 ____________________________________________________________________________
52135 [  6415] By: jhi                                   on 2000/07/15  14:11:02
52136         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
52137              the utf8 'characters' can be more than one octet).
52138              
52139              Date: Sat, 15 Jul 2000 00:21:56 +0100
52140              From: Tom Hughes <tom@compton.nu>
52141              Subject: Re: [ID 20000714.002]
52142              Message-ID: <db2334de49.tom@compton.compton.nu>
52143              
52144              Reported in
52145              
52146              Subject: [ID 20000714.002]
52147              From: "Simon Cozens" <simon@othersideofthe.earth.li>
52148              Date: 14 Jul 2000 15:13:09 -0000
52149              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
52150      Branch: perl
52151            ! doop.c
52152 ____________________________________________________________________________
52153 [  6414] By: jhi                                   on 2000/07/15  03:13:41
52154         Log: another VMS build tweak from Peter Prymmer
52155      Branch: perl
52156            ! vms/descrip_mms.template
52157 ____________________________________________________________________________
52158 [  6413] By: jhi                                   on 2000/07/15  03:10:40
52159         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
52160      Branch: perl
52161            ! vms/perlvms.pod
52162 ____________________________________________________________________________
52163 [  6412] By: jhi                                   on 2000/07/15  00:31:05
52164         Log: More docs for sv functions.
52165              
52166              Subject: [PATCH cfgperl] sv.c apidoc
52167              From: simon@brecon.co.uk (Simon Cozens)
52168              Date: 13 Jul 2000 09:00:20 GMT
52169              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
52170              
52171              Subject: Re: [PATCH cfgperl] sv.c apidoc
52172              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
52173              Date: Thu, 13 Jul 2000 12:27:41 +0100
52174              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
52175              
52176              Subject: Re: [PATCH cfgperl] sv.c apidoc
52177              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
52178              Date: Thu, 13 Jul 2000 13:23:09 +0100
52179              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
52180              
52181              Subject: Re: [PATCH cfgperl] sv.c apidoc
52182              From: simon@brecon.co.uk (Simon Cozens)
52183              Date: 14 Jul 2000 06:51:02 GMT
52184              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
52185      Branch: perl
52186            ! embed.pl pod/perlapi.pod sv.c
52187 ____________________________________________________________________________
52188 [  6411] By: jhi                                   on 2000/07/15  00:10:41
52189         Log: lib/b test fixes from Peter Prymmer.
52190      Branch: perl
52191            ! t/lib/b.t
52192 ____________________________________________________________________________
52193 [  6410] By: jhi                                   on 2000/07/15  00:02:09
52194         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
52195              From: Hugo <hv@crypt.compulink.co.uk>
52196              Date: Fri, 14 Jul 2000 23:05:20 +0100
52197              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
52198              
52199              Didn't anymore apply, but that point still could use another fix.
52200      Branch: perl
52201            ! pod/perlfunc.pod
52202 ____________________________________________________________________________
52203 [  6409] By: jhi                                   on 2000/07/14  23:15:15
52204         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
52205              not in pod, from Peter Prymmer
52206      Branch: perl
52207            ! vms/descrip_mms.template
52208 ____________________________________________________________________________
52209 [  6408] By: jhi                                   on 2000/07/14  20:35:05
52210         Log: The bug report
52211              [ID 19991110.002] minimal matching discrepancy found by pcre author
52212              seems to have been fixed (though differently from what was suggested
52213              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
52214      Branch: perl
52215            ! t/op/re_tests
52216 ____________________________________________________________________________
52217 [  6407] By: jhi                                   on 2000/07/14  17:38:08
52218         Log: Fix AutoSplit to use File::Spec the right way in VMS,
52219              from Peter Prymmer.
52220      Branch: perl
52221            ! lib/AutoSplit.pm
52222 ____________________________________________________________________________
52223 [  6406] By: jhi                                   on 2000/07/14  14:13:22
52224         Log: Merge perlhacktut into perlhack, update perlguts.
52225              
52226              Subject: Re: Perlhacktut
52227              From: simon@brecon.co.uk (Simon Cozens)
52228              Date: 14 Jul 2000 06:49:21 GMT
52229              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
52230              
52231              Subject: Re: Perlhacktut
52232              From: simon@brecon.co.uk (Simon Cozens)
52233              Date: 14 Jul 2000 07:09:45 GMT
52234              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
52235      Branch: perl
52236            ! pod/perlguts.pod pod/perlhack.pod
52237 ____________________________________________________________________________
52238 [  6405] By: jhi                                   on 2000/07/14  14:02:31
52239         Log: Integrate with Sarathy.
52240      Branch: cfgperl
52241           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
52242           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
52243           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
52244 ____________________________________________________________________________
52245 [  6404] By: gsar                                  on 2000/07/14  12:15:02
52246         Log: PERL_OBJECT build tweaks
52247      Branch: perl
52248            ! toke.c
52249 ____________________________________________________________________________
52250 [  6403] By: gsar                                  on 2000/07/14  11:23:41
52251         Log: inconsistent types needs casts
52252      Branch: perl
52253            ! toke.c
52254 ____________________________________________________________________________
52255 [  6402] By: gsar                                  on 2000/07/14  11:12:04
52256         Log: typos in change#6399, regen headers
52257      Branch: perl
52258            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
52259 ____________________________________________________________________________
52260 [  6401] By: gsar                                  on 2000/07/14  10:59:12
52261         Log: typecasts needed for change#6394
52262      Branch: perl
52263            ! toke.c
52264 ____________________________________________________________________________
52265 [  6400] By: gsar                                  on 2000/07/14  10:49:37
52266         Log: integrate cfgperl contents into mainline
52267      Branch: perl
52268           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
52269           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
52270 ____________________________________________________________________________
52271 [  6399] By: gsar                                  on 2000/07/14  10:38:35
52272         Log: enable UTF-16 filter by default if relevant BOM is seen; various
52273              cleanups (typos, misformatted code, and small bugs)
52274      Branch: perl
52275            ! doop.c embed.pl mg.c op.c pp.c toke.c
52276 ____________________________________________________________________________
52277 [  6398] By: gsar                                  on 2000/07/14  08:55:38
52278         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
52279              name suggests anyway)
52280      Branch: perl
52281            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
52282 ____________________________________________________________________________
52283 [  6397] By: gsar                                  on 2000/07/14  08:44:33
52284         Log: move new variables to the end of the interpreter structure (for
52285              bincompat in code that doesn't #include XSUB.h)
52286      Branch: perl
52287            ! intrpvar.h
52288 ____________________________________________________________________________
52289 [  6396] By: gsar                                  on 2000/07/14  08:13:58
52290         Log: MakeMaker should not remove editor backups (*~) on `make clean`
52291              by default (completes change#6383)
52292      Branch: perl
52293            ! lib/ExtUtils/MM_Unix.pm
52294 ____________________________________________________________________________
52295 [  6395] By: jhi                                   on 2000/07/14  05:20:33
52296         Log: Replace change #6337 with a better one.
52297              
52298              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
52299              From: Hugo <hv@crypt.compulink.co.uk>
52300              Date: Fri, 14 Jul 2000 04:16:20 +0100
52301              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
52302      Branch: cfgperl
52303            ! regexec.c t/op/re_tests
52304 ____________________________________________________________________________
52305 [  6394] By: jhi                                   on 2000/07/14  01:33:59
52306         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
52307      Branch: cfgperl
52308            ! embed.pl global.sym proto.h toke.c
52309 ____________________________________________________________________________
52310 [  6393] By: jhi                                   on 2000/07/13  23:41:23
52311         Log: remove discarded test
52312      Branch: cfgperl
52313            ! MANIFEST
52314 ____________________________________________________________________________
52315 [  6392] By: jhi                                   on 2000/07/13  23:32:25
52316         Log: The {multiplier} of a fixed substring was overlooked which
52317              caused a wrong initial search offset for that substring.
52318              
52319              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
52320              From: Hugo <hv@crypt.compulink.co.uk>
52321              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
52322              Date: Thu, 13 Jul 2000 19:27:13 +0100
52323      Branch: cfgperl
52324            ! regcomp.c t/op/re_tests
52325 ____________________________________________________________________________
52326 [  6391] By: jhi                                   on 2000/07/13  16:37:42
52327         Log: typo fix from Craig Berry
52328      Branch: cfgperl
52329            ! vms/subconfigure.com
52330 ____________________________________________________________________________
52331 [  6390] By: jhi                                   on 2000/07/13  13:20:12
52332         Log: Integrate with Sarathy.
52333      Branch: cfgperl
52334            - t/op/method2entersub.t
52335           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
52336           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
52337           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
52338           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
52339 ____________________________________________________________________________
52340 [  6389] By: jhi                                   on 2000/07/13  13:18:48
52341         Log: Detypo from Peter Prymmer, part of #6388.
52342      Branch: cfgperl
52343            ! Configure config_h.SH
52344      Branch: metaconfig
52345            ! U/modified/d_longlong.U
52346 ____________________________________________________________________________
52347 [  6388] By: gsar                                  on 2000/07/13  06:33:40
52348         Log: typos (spotted by Peter Prymmer)
52349      Branch: perl
52350            ! Configure t/lib/english.t
52351 ____________________________________________________________________________
52352 [  6387] By: gsar                                  on 2000/07/13  05:35:28
52353         Log: new selfloader.t in change#6183 doesn't close DATA handles,
52354              and thus fails to clean up tmp files on dosish platforms
52355      Branch: perl
52356            ! t/lib/selfloader.t
52357 ____________________________________________________________________________
52358 [  6386] By: gsar                                  on 2000/07/12  21:42:39
52359         Log: sprintf test tweaks (from Dominic Dunlop)
52360      Branch: perl
52361            ! t/op/sprintf.t
52362 ____________________________________________________________________________
52363 [  6385] By: gsar                                  on 2000/07/12  21:33:46
52364         Log: fix bugs in processing %v-*d and similar format specs (from
52365              Avi Finkel <avi@finkel.org>)
52366      Branch: perl
52367            ! sv.c t/op/sprintf.t
52368 ____________________________________________________________________________
52369 [  6384] By: gsar                                  on 2000/07/12  16:04:19
52370         Log: readd missing perldelta.pod changes from changes#6339,6376
52371      Branch: perl
52372            ! pod/perldelta.pod
52373 ____________________________________________________________________________
52374 [  6383] By: gsar                                  on 2000/07/12  16:00:51
52375         Log: don't clobber *.orig files on *clean targets
52376      Branch: perl
52377            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
52378 ____________________________________________________________________________
52379 [  6382] By: gsar                                  on 2000/07/12  07:59:12
52380         Log: fix broken integrations in cfgperl
52381      Branch: cfgperl
52382           !> Changes pod/perldelta.pod
52383 ____________________________________________________________________________
52384 [  6381] By: gsar                                  on 2000/07/12  07:42:17
52385         Log: integrate cfgperl changes into mainline
52386      Branch: perl
52387            ! Changes
52388           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
52389           !> pod/perlre.pod
52390 ____________________________________________________________________________
52391 [  6380] By: gsar                                  on 2000/07/12  07:31:00
52392         Log: get sprintf.t to adjust properly for 3-digit exponents
52393      Branch: perl
52394            ! t/op/sprintf.t
52395 ____________________________________________________________________________
52396 [  6379] By: gsar                                  on 2000/07/12  06:40:04
52397         Log: change#6174 needs corresponding change in win32/config_h.PL,
52398              which grovels through config_h.SH to find the config.h name
52399      Branch: perl
52400            ! win32/config_h.PL
52401 ____________________________________________________________________________
52402 [  6378] By: jhi                                   on 2000/07/12  05:03:59
52403         Log: Do the cc sanity check both before the hints and
52404              after the cc selction.
52405      Branch: cfgperl
52406            ! Configure config_h.SH
52407      Branch: metaconfig
52408            ! U/modified/Oldconfig.U U/modified/cc.U
52409      Branch: metaconfig/U/perl
52410            + Checkcc.U
52411 ____________________________________________________________________________
52412 [  6377] By: jhi                                   on 2000/07/12  02:49:22
52413         Log: Fix nits noticed by Boston.pm.
52414      Branch: cfgperl
52415            ! pod/perlre.pod
52416 ____________________________________________________________________________
52417 [  6376] By: jhi                                   on 2000/07/11  21:22:13
52418         Log: Configure cosmetics and perldelta.
52419      Branch: cfgperl
52420            ! Configure config_h.SH pod/perldelta.pod
52421      Branch: metaconfig
52422            ! U/modified/cc.U
52423 ____________________________________________________________________________
52424 [  6375] By: gsar                                  on 2000/07/11  21:17:35
52425         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
52426      Branch: perl
52427            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
52428            ! win32/win32sck.c
52429 ____________________________________________________________________________
52430 [  6374] By: gsar                                  on 2000/07/11  20:48:50
52431         Log: tweak for build failure under multiplicity
52432      Branch: perl
52433            ! toke.c
52434 ____________________________________________________________________________
52435 [  6373] By: gsar                                  on 2000/07/11  20:37:23
52436         Log: integrate cfgperl changes#6325..6373 into mainline
52437              (NOTE: today's batch of integrations still untested)
52438      Branch: perl
52439           +> ext/DynaLoader/hints/netbsd.pl
52440            ! Changes
52441           !> (integrate 26 files)
52442 ____________________________________________________________________________
52443 [  6372] By: jhi                                   on 2000/07/11  20:30:36
52444         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
52445              regen perltoc.
52446      Branch: cfgperl
52447            + pod/perlbook.pod
52448            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
52449            ! pod/perltoc.pod
52450 ____________________________________________________________________________
52451 [  6371] By: jhi                                   on 2000/07/11  20:08:56
52452         Log: Minor cleanups on the booklist.
52453      Branch: cfgperl
52454            ! pod/perlfaq2.pod
52455 ____________________________________________________________________________
52456 [  6370] By: jhi                                   on 2000/07/11  19:31:13
52457         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
52458      Branch: cfgperl
52459            ! t/pragma/overload.t
52460 ____________________________________________________________________________
52461 [  6369] By: gsar                                  on 2000/07/11  19:27:48
52462         Log: integrate cfgperl changes#6293..6324 into mainline
52463      Branch: perl
52464           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
52465            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
52466           !> (integrate 30 files)
52467 ____________________________________________________________________________
52468 [  6368] By: gsar                                  on 2000/07/11  19:18:57
52469         Log: skip integrate of problematic change#6292 from cfgperl into mainline
52470      Branch: perl
52471           !> pp_hot.c
52472 ____________________________________________________________________________
52473 [  6367] By: gsar                                  on 2000/07/11  19:17:21
52474         Log: integrate cfgperl changes#6288..6290 into mainline
52475      Branch: perl
52476           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
52477 ____________________________________________________________________________
52478 [  6366] By: gsar                                  on 2000/07/11  19:11:18
52479         Log: integrate cfgperl changes#6268..6282 into mainline
52480      Branch: perl
52481           !> (integrate 30 files)
52482 ____________________________________________________________________________
52483 [  6365] By: gsar                                  on 2000/07/11  18:57:00
52484         Log: delete new accidentally branched file
52485      Branch: perl
52486            - t/op/method2entersub.t
52487 ____________________________________________________________________________
52488 [  6364] By: gsar                                  on 2000/07/11  18:55:13
52489         Log: skip integrate of change#6267 from cfgperl into mainline (the
52490              method call optimization is flawed without additional hints
52491              from user about immutableness of @ISA and no runtime method
52492              definitions)
52493      Branch: perl
52494           +> t/op/method2entersub.t
52495           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
52496           !> perl.h t/op/sprintf.t xsutils.c
52497 ____________________________________________________________________________
52498 [  6363] By: gsar                                  on 2000/07/11  18:49:43
52499         Log: integrate cfgperl changes#6261..6266 into mainline
52500      Branch: perl
52501           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
52502           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
52503           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
52504           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
52505 ____________________________________________________________________________
52506 [  6362] By: gsar                                  on 2000/07/11  18:43:26
52507         Log: integrate cfgperl changes#6252..6260 into mainline
52508      Branch: perl
52509           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
52510           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
52511           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
52512           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
52513 ____________________________________________________________________________
52514 [  6361] By: gsar                                  on 2000/07/11  18:37:12
52515         Log: skip integrate of problematic change#6251 from cfgperl into mainline
52516      Branch: perl
52517           !> lib/Exporter.pm
52518 ____________________________________________________________________________
52519 [  6360] By: gsar                                  on 2000/07/11  18:34:56
52520         Log: integrate cfgperl change#6250 into mainline
52521      Branch: perl
52522           +> t/op/my_stash.t
52523           !> MANIFEST embed.pl proto.h toke.c
52524 ____________________________________________________________________________
52525 [  6359] By: gsar                                  on 2000/07/11  18:21:19
52526         Log: integrate cfgperl changes#6242..6249 into mainline
52527      Branch: perl
52528           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
52529           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
52530           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
52531           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
52532           !> t/lib/peek.t utf8.c
52533 ____________________________________________________________________________
52534 [  6358] By: gsar                                  on 2000/07/11  18:15:45
52535         Log: skip integrate of problematic change#6241 from cfgperl into mainline
52536      Branch: perl
52537           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
52538 ____________________________________________________________________________
52539 [  6357] By: jhi                                   on 2000/07/11  18:15:16
52540         Log: Fix for
52541              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
52542              From: Roderick Schertler <roderick@argon.org> 
52543              Date: Tue, 11 Jul 2000 13:55:05 -0400 
52544              Message-Id: <200007111755.NAA05077@jones.argon.org> 
52545      Branch: cfgperl
52546            ! doio.c
52547 ____________________________________________________________________________
52548 [  6356] By: jhi                                   on 2000/07/11  18:12:51
52549         Log: Typo in #6341.
52550      Branch: cfgperl
52551            ! pp_hot.c
52552 ____________________________________________________________________________
52553 [  6355] By: gsar                                  on 2000/07/11  18:12:10
52554         Log: integrate cfgperl changes#6231..6240 into mainline
52555      Branch: perl
52556           +> pod/perlutil.pod
52557           !> (integrate 35 files)
52558 ____________________________________________________________________________
52559 [  6354] By: jhi                                   on 2000/07/11  18:04:34
52560         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
52561              From: Dominic Dunlop <domo@computer.org> 
52562              Date: Tue, 11 Jul 2000 12:27:33 +0200 
52563              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
52564              
52565              Replaces change #6268.
52566      Branch: cfgperl
52567            ! t/op/sprintf.t
52568 ____________________________________________________________________________
52569 [  6353] By: gsar                                  on 2000/07/11  17:59:51
52570         Log: skip integrate of problematic change#6230 from cfgperl into mainline
52571              (a later version of File::Spec is already in mainline)
52572      Branch: perl
52573           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
52574           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
52575 ____________________________________________________________________________
52576 [  6352] By: gsar                                  on 2000/07/11  17:57:48
52577         Log: integrate cfgperl changes#6224..6229 into mainline
52578      Branch: perl
52579           +> lib/lib.pm.PL
52580            - lib/lib.pm
52581           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
52582           !> lib/English.pm op.c t/lib/english.t
52583 ____________________________________________________________________________
52584 [  6351] By: gsar                                  on 2000/07/11  17:50:10
52585         Log: skip integrate of problematic change#6223 from cfgperl into mainline
52586      Branch: perl
52587           !> doio.c
52588 ____________________________________________________________________________
52589 [  6350] By: gsar                                  on 2000/07/11  17:48:28
52590         Log: integrate cfgperl changes#6220..6222 into mainline
52591      Branch: perl
52592           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
52593           !> toke.c utf8.c win32/win32.h
52594 ____________________________________________________________________________
52595 [  6349] By: gsar                                  on 2000/07/11  17:46:13
52596         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
52597              mainline
52598      Branch: perl
52599           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
52600           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
52601           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
52602 ____________________________________________________________________________
52603 [  6348] By: jhi                                   on 2000/07/11  17:45:49
52604         Log: README.posix-bc podified from Thomas Dorner.
52605      Branch: cfgperl
52606            ! README.posix-bc
52607 ____________________________________________________________________________
52608 [  6347] By: gsar                                  on 2000/07/11  17:42:04
52609         Log: integrate cfgperl change#6217 into mainline
52610      Branch: perl
52611           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
52612           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
52613           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
52614 ____________________________________________________________________________
52615 [  6346] By: gsar                                  on 2000/07/11  17:39:37
52616         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
52617              mainline
52618      Branch: perl
52619           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
52620           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
52621           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
52622           !> perlapi.h pod/perlapi.pod
52623 ____________________________________________________________________________
52624 [  6345] By: gsar                                  on 2000/07/11  17:36:42
52625         Log: integrate cfgperl changes#6207..6210 into mainline
52626      Branch: perl
52627           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
52628           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
52629 ____________________________________________________________________________
52630 [  6344] By: gsar                                  on 2000/07/11  17:31:20
52631         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
52632              mainline
52633      Branch: perl
52634           !> (integrate 40 files)
52635 ____________________________________________________________________________
52636 [  6343] By: gsar                                  on 2000/07/11  17:19:08
52637         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
52638      Branch: perl
52639           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
52640            ! Changes
52641           !> (integrate 34 files)
52642 ____________________________________________________________________________
52643 [  6342] By: jhi                                   on 2000/07/11  16:05:48
52644         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
52645              To: perl5-porters@perl.org
52646              From: Karsten Sperling <spiff@phreax.net>
52647              Date: Mon, 10 Jul 2000 15:12:52 +0200
52648              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
52649      Branch: cfgperl
52650            ! lib/Symbol.pm
52651 ____________________________________________________________________________
52652 [  6341] By: jhi                                   on 2000/07/11  15:59:23
52653         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
52654              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
52655              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
52656              Date: Fri, 07 Jul 2000 17:57:16 +0100
52657      Branch: cfgperl
52658            ! pp_hot.c
52659 ____________________________________________________________________________
52660 [  6340] By: jhi                                   on 2000/07/11  15:55:47
52661         Log: Subject: Re: format bug report  [Patch]
52662              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
52663              Date: Wed, 05 Jul 2000 13:12:52 +0200
52664              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
52665              
52666              Subject: Re: format bug report  [Patch]
52667              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
52668              Date: Wed, 05 Jul 2000 14:10:01 +0200
52669              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
52670      Branch: cfgperl
52671            ! t/op/write.t toke.c
52672 ____________________________________________________________________________
52673 [  6339] By: jhi                                   on 2000/07/11  13:54:09
52674         Log: Be less forgiving about ambiguous and illegal tr ranges.
52675              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
52676              From: Mark-Jason Dominus <mjd@plover.com>
52677              Date: Tue, 04 Jul 2000 10:00:12 -0400
52678              Message-ID: <20000704140012.17772.qmail@plover.com>
52679              
52680              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
52681              From: Mark-Jason Dominus <mjd@plover.com>
52682              Date: Wed, 05 Jul 2000 09:37:36 -0400
52683              Message-ID: <20000705133736.27293.qmail@plover.com>
52684      Branch: cfgperl
52685            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
52686 ____________________________________________________________________________
52687 [  6338] By: jhi                                   on 2000/07/11  13:31:24
52688         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
52689              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
52690              Date: Tue, 11 Jul 2000 13:50:51 +0100
52691              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
52692      Branch: cfgperl
52693            ! sv.c
52694 ____________________________________________________________________________
52695 [  6337] By: jhi                                   on 2000/07/11  13:29:14
52696         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
52697              From: Hugo <hv@crypt.compulink.co.uk>
52698              Date: Tue, 11 Jul 2000 12:44:50 +0100
52699              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
52700      Branch: cfgperl
52701            ! regexec.c t/op/re_tests
52702 ____________________________________________________________________________
52703 [  6336] By: jhi                                   on 2000/07/11  13:26:47
52704         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
52705              From: simon@brecon.co.uk (Simon Cozens)
52706              Date: 7 Jul 2000 11:26:09 GMT
52707              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
52708      Branch: cfgperl
52709            ! mg.c
52710 ____________________________________________________________________________
52711 [  6335] By: jhi                                   on 2000/07/11  13:23:37
52712         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
52713              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
52714              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
52715              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
52716      Branch: cfgperl
52717            + ext/DynaLoader/hints/netbsd.pl
52718            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
52719 ____________________________________________________________________________
52720 [  6334] By: jhi                                   on 2000/07/11  13:20:38
52721         Log: Subject: PATCH perlguts.pod: Document D and d magic types
52722              From: mjd@plover.com
52723              Date: 5 Jul 2000 18:01:51 -0000
52724              Message-ID: <20000705180151.29413.qmail@plover.com>
52725      Branch: cfgperl
52726            ! pod/perlguts.pod
52727 ____________________________________________________________________________
52728 [  6333] By: jhi                                   on 2000/07/11  13:15:51
52729         Log: Precedence goof, fix based on
52730              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
52731              From: Hugo <hv@crypt.compulink.co.uk>
52732              Date: Tue, 11 Jul 2000 12:52:38 +0100
52733              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
52734      Branch: cfgperl
52735            ! t/op/taint.t
52736 ____________________________________________________________________________
52737 [  6332] By: jhi                                   on 2000/07/11  12:40:17
52738         Log: Integrate with Sarathy.
52739      Branch: cfgperl
52740           !> win32/win32sck.c
52741 ____________________________________________________________________________
52742 [  6331] By: jhi                                   on 2000/07/10  20:14:16
52743         Log: Sprinkle ldlibpath.
52744      Branch: cfgperl
52745            ! pod/Makefile.SH
52746 ____________________________________________________________________________
52747 [  6330] By: jhi                                   on 2000/07/10  17:54:49
52748         Log: More POSIX.pod tweaks.
52749      Branch: cfgperl
52750            ! ext/POSIX/POSIX.pod
52751 ____________________________________________________________________________
52752 [  6329] By: jhi                                   on 2000/07/10  14:02:12
52753         Log: Reorder perl.pod once more.
52754      Branch: cfgperl
52755            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
52756 ____________________________________________________________________________
52757 [  6328] By: gsar                                  on 2000/07/10  07:06:00
52758         Log: accept() leaks memory on windows due to incorrect ordering of
52759              closesocket() and fclose() calls
52760      Branch: perl
52761            ! win32/win32sck.c
52762 ____________________________________________________________________________
52763 [  6327] By: gsar                                  on 2000/07/10  06:49:17
52764         Log: winsock options weren't being set in all threads under ithreads
52765              (caused send()s from second and subsequent threads to fail)
52766      Branch: perl
52767            ! win32/win32sck.c
52768 ____________________________________________________________________________
52769 [  6326] By: jhi                                   on 2000/07/08  02:45:40
52770         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
52771              was cast to an unsigned (32-bit) integer with wild abandon.
52772      Branch: cfgperl
52773            ! ext/Devel/DProf/DProf.xs
52774 ____________________________________________________________________________
52775 [  6325] By: jhi                                   on 2000/07/07  18:50:33
52776         Log: Remove perlbook, update perlfaq book listing,
52777              rearrange perl.pod, regenerate perltoc.
52778      Branch: cfgperl
52779            - pod/perlbook.pod
52780            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
52781            ! pod/perlfaq2.pod pod/perltoc.pod
52782 ____________________________________________________________________________
52783 [  6324] By: jhi                                   on 2000/07/07  14:03:40
52784         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
52785      Branch: cfgperl
52786            ! sv.h toke.c
52787 ____________________________________________________________________________
52788 [  6323] By: jhi                                   on 2000/07/06  16:03:55
52789         Log: Fix complaints of buildtoc.
52790      Branch: cfgperl
52791            + lib/Win32.pod
52792            - pod/Win32.pod
52793            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
52794 ____________________________________________________________________________
52795 [  6322] By: jhi                                   on 2000/07/06  15:15:52
52796         Log: Add =head1 NAMEs so that buildtoc is happy.
52797              (The CGI::Util nit reported to Lincoln.)
52798      Branch: cfgperl
52799            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
52800            ! pod/perltoc.pod
52801 ____________________________________________________________________________
52802 [  6321] By: jhi                                   on 2000/07/06  03:16:04
52803         Log: Config is being used.
52804      Branch: cfgperl
52805            ! t/op/method.t
52806 ____________________________________________________________________________
52807 [  6320] By: jhi                                   on 2000/07/06  03:13:13
52808         Log: Integrate with Sarathy.
52809      Branch: cfgperl
52810           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
52811 ____________________________________________________________________________
52812 [  6319] By: jhi                                   on 2000/07/06  03:11:46
52813         Log: Autogenerate pod/Makefile and pod/buildtoc.
52814              buildtoc also checks whether the existin pods are
52815              mentioned in MANIFEST and perl.pod, and vice versa.
52816              (None of the thusly found discrepancies fixed yet.)
52817              roffitall also needs to be autogenerated similarly but it
52818              seems so badly out of date that I didn't touch it yet.
52819      Branch: cfgperl
52820            + pod/Makefile.SH pod/buildtoc.PL
52821            - pod/Makefile pod/buildtoc
52822            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
52823 ____________________________________________________________________________
52824 [  6318] By: gsar                                  on 2000/07/05  22:10:54
52825         Log: fix UNC path handling on Windows under ithreads, and chdir()
52826              return value when given a non-existent directory
52827      Branch: perl
52828            ! win32/vdir.h
52829 ____________________________________________________________________________
52830 [  6317] By: gsar                                  on 2000/07/05  22:08:19
52831         Log: winsock cleanup never done on Windows (leads to handle leaks)
52832      Branch: perl
52833            ! win32/perllib.c win32/win32sck.c
52834 ____________________________________________________________________________
52835 [  6316] By: gsar                                  on 2000/07/05  22:06:19
52836         Log: some debugger output does not go to the socket when RemotePort is set
52837      Branch: perl
52838            ! lib/perl5db.pl
52839 ____________________________________________________________________________
52840 [  6315] By: jhi                                   on 2000/07/05  00:25:21
52841         Log: Integrate with Sarathy, preliminary fix for unicos
52842              alignment problems in [ID 20000612.002] Perl problem on Cray system.
52843      Branch: cfgperl
52844            ! sv.h
52845           !> pp_hot.c
52846 ____________________________________________________________________________
52847 [  6314] By: gsar                                  on 2000/07/04  23:34:02
52848         Log: tyop in change#6306
52849      Branch: perl
52850            ! pp_hot.c
52851 ____________________________________________________________________________
52852 [  6313] By: jhi                                   on 2000/07/04  22:14:38
52853         Log: Multiline string literals ENONPORTABLE.
52854      Branch: cfgperl
52855            ! pp_hot.c
52856 ____________________________________________________________________________
52857 [  6312] By: jhi                                   on 2000/07/04  20:34:44
52858         Log: Integrate with Sarathy.
52859      Branch: cfgperl
52860           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
52861           !> t/op/method.t
52862 ____________________________________________________________________________
52863 [  6311] By: jhi                                   on 2000/07/04  20:30:56
52864         Log: More POSIX.pod embellishment.
52865      Branch: cfgperl
52866            ! ext/POSIX/POSIX.pod
52867 ____________________________________________________________________________
52868 [  6310] By: gsar                                  on 2000/07/04  17:28:48
52869         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
52870      Branch: perl
52871            ! t/lib/b.t
52872 ____________________________________________________________________________
52873 [  6309] By: jhi                                   on 2000/07/04  17:22:18
52874         Log: The #6308 required a little bit more.
52875      Branch: cfgperl
52876            ! Makefile.SH win32/Makefile
52877 ____________________________________________________________________________
52878 [  6308] By: jhi                                   on 2000/07/04  16:35:24
52879         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
52880      Branch: cfgperl
52881            + lib/lib_pm.PL
52882            - lib/lib.pm.PL
52883            ! MANIFEST Makefile.SH
52884 ____________________________________________________________________________
52885 [  6307] By: jhi                                   on 2000/07/04  16:28:58
52886         Log: Win32 patches for cfgperl from Sarathy.
52887      Branch: cfgperl
52888            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
52889            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
52890            ! thread.h toke.c util.c win32/Makefile win32/win32.c
52891 ____________________________________________________________________________
52892 [  6306] By: gsar                                  on 2000/07/04  16:28:40
52893         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
52894              (from Richard Soderberg <rs@oregonnet.com>)
52895      Branch: perl
52896            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
52897 ____________________________________________________________________________
52898 [  6305] By: jhi                                   on 2000/07/04  16:24:24
52899         Log: Integrate with Sarathy.
52900      Branch: cfgperl
52901           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
52902           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
52903           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
52904           !> proto.h win32/win32.c
52905 ____________________________________________________________________________
52906 [  6304] By: gsar                                  on 2000/07/04  16:17:24
52907         Log: missing perldiag entry for unpack("w",...) diagnostic (from
52908              Andreas Koenig)
52909      Branch: perl
52910            ! pod/perldiag.pod
52911 ____________________________________________________________________________
52912 [  6303] By: gsar                                  on 2000/07/04  16:14:44
52913         Log: remove rel2abs prototypes (from Barrie Slaymaker)
52914      Branch: perl
52915            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
52916            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
52917 ____________________________________________________________________________
52918 [  6302] By: gsar                                  on 2000/07/04  04:59:35
52919         Log: adjust change#6299
52920      Branch: perl
52921            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
52922            ! win32/win32.c
52923 ____________________________________________________________________________
52924 [  6301] By: jhi                                   on 2000/07/04  04:50:07
52925         Log: Integrate with Sarathy.
52926      Branch: cfgperl
52927           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
52928           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
52929           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
52930 ____________________________________________________________________________
52931 [  6300] By: gsar                                  on 2000/07/04  04:42:09
52932         Log: PERL_OBJECT build tweak
52933      Branch: perl
52934            ! perl.h
52935 ____________________________________________________________________________
52936 [  6299] By: gsar                                  on 2000/07/04  04:37:00
52937         Log: fix memory leak on Windows (PL_sys_intern contents were never
52938              freed)
52939      Branch: perl
52940            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
52941            ! perlapi.c proto.h win32/win32.c
52942 ____________________________________________________________________________
52943 [  6298] By: gsar                                  on 2000/07/04  04:15:59
52944         Log: fix large memory leak that has been around for ever, masked by
52945              -DPURIFY (most of the arenas were never freed!)
52946      Branch: perl
52947            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
52948 ____________________________________________________________________________
52949 [  6297] By: gsar                                  on 2000/07/04  04:07:46
52950         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
52951      Branch: perl
52952            ! perl.c
52953 ____________________________________________________________________________
52954 [  6296] By: jhi                                   on 2000/06/30  18:28:37
52955         Log: Elaborate POSIX.pod.  Still needs work.
52956      Branch: cfgperl
52957            ! ext/POSIX/POSIX.pod
52958 ____________________________________________________________________________
52959 [  6295] By: jhi                                   on 2000/06/30  14:58:18
52960         Log: Point to perlipc for more SysV IPC examples.
52961      Branch: cfgperl
52962            ! pod/perlfunc.pod
52963 ____________________________________________________________________________
52964 [  6294] By: gsar                                  on 2000/06/30  14:47:45
52965         Log: slurp mode fix in change#4736 still not quite right
52966      Branch: perl
52967            ! pp_hot.c t/io/argv.t
52968 ____________________________________________________________________________
52969 [  6293] By: jhi                                   on 2000/06/30  12:02:55
52970         Log: Integrate with Sarathy.
52971      Branch: cfgperl
52972           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
52973 ____________________________________________________________________________
52974 [  6292] By: jhi                                   on 2000/06/30  12:01:11
52975         Log: From: simon@brecon.co.uk (Simon Cozens)
52976              Subject: UTF8 concat
52977              Date: 30 Jun 2000 06:13:25 GMT
52978              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
52979      Branch: cfgperl
52980            ! pp_hot.c
52981 ____________________________________________________________________________
52982 [  6291] By: gsar                                  on 2000/06/30  04:37:33
52983         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
52984              when @_ is modified, causing coredumps
52985      Branch: perl
52986            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
52987 ____________________________________________________________________________
52988 [  6290] By: jhi                                   on 2000/06/30  02:21:44
52989         Log: Integrate with Sarathy.
52990      Branch: cfgperl
52991           !> vms/vms.c vms/vmsish.h
52992 ____________________________________________________________________________
52993 [  6289] By: jhi                                   on 2000/06/30  02:21:02
52994         Log: Check VERSIONs.
52995      Branch: cfgperl
52996            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
52997            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
52998            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
52999 ____________________________________________________________________________
53000 [  6288] By: jhi                                   on 2000/06/30  02:18:52
53001         Log: Integrate with Sarathy.
53002      Branch: cfgperl
53003           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
53004           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
53005           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
53006           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
53007 ____________________________________________________________________________
53008 [  6287] By: gsar                                  on 2000/06/30  02:17:08
53009         Log: integrate vmsperl changes into mainline
53010      Branch: perl
53011           !> vms/vms.c vms/vmsish.h
53012 ____________________________________________________________________________
53013 [  6285] By: gsar                                  on 2000/06/30  02:05:28
53014         Log: localize %INC in a Safe compartment so that use/require work
53015              (many other magic globals probably need similar treatment)
53016      Branch: perl
53017            ! ext/Opcode/Opcode.xs
53018 ____________________________________________________________________________
53019 [  6284] By: gsar                                  on 2000/06/30  01:54:54
53020         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
53021              about Windows
53022      Branch: perl
53023            ! pod/perlembed.pod
53024 ____________________________________________________________________________
53025 [  6283] By: jhi                                   on 2000/06/30  01:50:10
53026         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
53027              From: Barrie Slaymaker <barries@jester.slaysys.com>
53028              Date: Wed, 28 Jun 2000 11:35:29 -0400
53029              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
53030      Branch: perl
53031            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
53032            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
53033            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
53034            ! lib/File/Spec/Win32.pm
53035 ____________________________________________________________________________
53036 [  6282] By: jhi                                   on 2000/06/29  22:57:22
53037         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
53038              From: Dan Sugalski <dan@sidhe.org>
53039              Date: Tue, 06 Jun 2000 11:59:50 -0400
53040              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
53041      Branch: cfgperl
53042            ! vms/vms.c
53043 ____________________________________________________________________________
53044 [  6281] By: jhi                                   on 2000/06/29  22:52:50
53045         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
53046              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
53047              Date: Wed, 7 Jun 2000 04:02:04 -0500
53048              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
53049      Branch: cfgperl
53050            ! utils/h2xs.PL
53051 ____________________________________________________________________________
53052 [  6280] By: jhi                                   on 2000/06/29  22:45:47
53053         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
53054              From: rspier@pobox.com (Robert Spier)
53055              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
53056              Message-ID: <14654.31913.845602.610277@rls.cx>
53057      Branch: cfgperl
53058            ! utils/h2xs.PL
53059 ____________________________________________________________________________
53060 [  6279] By: jhi                                   on 2000/06/29  22:38:16
53061         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
53062              From: Tim Ayers <tayers@bridge.com>
53063              Date: Thu, 08 Jun 2000 08:11:06 +0200
53064              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
53065              [resent by Richard Foley, Message-Id probably wrong]
53066      Branch: cfgperl
53067            ! pod/perlsub.pod
53068 ____________________________________________________________________________
53069 [  6278] By: jhi                                   on 2000/06/29  22:21:45
53070         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
53071              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
53072              Date: Fri, 09 Jun 2000 12:39:27 -0400
53073              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
53074              (plus update the version "number" of Text::Wrap)
53075      Branch: cfgperl
53076            ! lib/Text/Wrap.pm
53077 ____________________________________________________________________________
53078 [  6277] By: jhi                                   on 2000/06/29  22:13:10
53079         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
53080              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
53081              Date: Mon, 12 Jun 2000 14:55:59 +0100
53082              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
53083      Branch: cfgperl
53084            ! pod/perlfunc.pod
53085 ____________________________________________________________________________
53086 [  6276] By: jhi                                   on 2000/06/29  22:11:06
53087         Log: Subject: [PATCH] Re: eval documentation: context
53088              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
53089              Date: Mon, 12 Jun 2000 15:07:29 +0100
53090              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
53091      Branch: cfgperl
53092            ! pod/perlfunc.pod
53093 ____________________________________________________________________________
53094 [  6275] By: jhi                                   on 2000/06/29  21:59:46
53095         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
53096              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
53097              Date: Tue, 13 Jun 2000 02:43:48 -0500
53098              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
53099      Branch: cfgperl
53100            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
53101 ____________________________________________________________________________
53102 [  6274] By: jhi                                   on 2000/06/29  21:56:14
53103         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
53104              From: Andy Dougherty <doughera@lafayette.edu>
53105              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
53106              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
53107      Branch: cfgperl
53108            ! ext/File/Glob/Glob.pm
53109 ____________________________________________________________________________
53110 [  6273] By: jhi                                   on 2000/06/29  21:49:09
53111         Log: Subject: [PATCH] xsub attributes
53112              From: Doug MacEachern <dougm@covalent.net>
53113              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
53114              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
53115      Branch: cfgperl
53116            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
53117            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
53118 ____________________________________________________________________________
53119 [  6272] By: jhi                                   on 2000/06/29  21:41:28
53120         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
53121              From: Tom Phoenix <rootbeer@redcat.com>
53122              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
53123              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
53124      Branch: cfgperl
53125            ! lib/Net/Ping.pm
53126 ____________________________________________________________________________
53127 [  6271] By: jhi                                   on 2000/06/29  21:36:55
53128         Log: Subject: PATCH pod/perltie.pod
53129              From: Ian Phillipps <Ian.Phillipps@iname.com>
53130              Date: Fri, 16 Jun 2000 00:17:19 +0100
53131              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
53132              (only the first hunk, the second hunk had already been done
53133              by some other patch)
53134      Branch: cfgperl
53135            ! pod/perltie.pod
53136 ____________________________________________________________________________
53137 [  6270] By: jhi                                   on 2000/06/29  21:24:51
53138         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
53139              From: Nicholas Clark <nick@talking.bollo.cx>
53140              Date: Fri, 23 Jun 2000 16:21:15 +0100
53141              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
53142      Branch: cfgperl
53143            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
53144            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
53145 ____________________________________________________________________________
53146 [  6269] By: jhi                                   on 2000/06/29  19:38:15
53147         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
53148              silence few compiler warnings.
53149      Branch: cfgperl
53150            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
53151 ____________________________________________________________________________
53152 [  6268] By: jhi                                   on 2000/06/29  18:21:50
53153         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
53154              From: Dominic Dunlop <domo@computer.org> 
53155              Date: Thu, 29 Jun 2000 12:32:39 +0200 
53156              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
53157      Branch: cfgperl
53158            ! t/op/sprintf.t
53159 ____________________________________________________________________________
53160 [  6267] By: jhi                                   on 2000/06/29  18:16:07
53161         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
53162              From: Doug MacEachern <dougm@covalent.net>
53163              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
53164              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
53165      Branch: cfgperl
53166            + t/op/method2entersub.t
53167            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
53168            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
53169            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
53170            ! xsutils.c
53171 ____________________________________________________________________________
53172 [  6266] By: jhi                                   on 2000/06/29  15:11:15
53173         Log: Subject: [PATCH 5.6.0] cygwin port
53174              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
53175              From: "Fifer, Eric" <EFifer@sanwaint.com>
53176              Date: Thu, 29 Jun 2000 12:58:29 +0100
53177      Branch: cfgperl
53178            ! cygwin/Makefile.SHs
53179 ____________________________________________________________________________
53180 [  6265] By: jhi                                   on 2000/06/29  15:04:05
53181         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
53182              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
53183              Date: Wed, 28 Jun 2000 17:50:12 -0700
53184              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
53185      Branch: cfgperl
53186            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
53187 ____________________________________________________________________________
53188 [  6264] By: jhi                                   on 2000/06/29  15:00:57
53189         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
53190              From: Marty Lucich <marty@netcom.com>
53191              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
53192              Message-Id: <200006282116.OAA11148@netcom.com>
53193              ccdlflags update (the BSD/OS 4.1 part had already been taken
53194              care of by #6141).
53195      Branch: cfgperl
53196            ! hints/bsdos.sh
53197 ____________________________________________________________________________
53198 [  6263] By: jhi                                   on 2000/06/29  13:47:44
53199         Log: tr fixes from Simon Cozens
53200      Branch: cfgperl
53201            ! doop.c
53202 ____________________________________________________________________________
53203 [  6262] By: jhi                                   on 2000/06/28  18:46:01
53204         Log: Subject: 5.6.0 Patch for EPOC
53205              From: Olaf Flebbe <o.flebbe@gmx.de>
53206              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
53207              Message-ID: <23449.960929969@www11.gmx.net>
53208      Branch: cfgperl
53209            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
53210            ! epoc/epocish.h
53211 ____________________________________________________________________________
53212 [  6261] By: jhi                                   on 2000/06/28  18:29:07
53213         Log: Subject: Re: [PATCH cfgperl] BOMs away!
53214              From: simon@brecon.co.uk (Simon Cozens)
53215              Date: 17 Jun 2000 11:49:57 GMT
53216              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
53217      Branch: cfgperl
53218            ! pod/perldiag.pod t/comp/require.t toke.c
53219 ____________________________________________________________________________
53220 [  6260] By: jhi                                   on 2000/06/28  17:47:16
53221         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
53222              From: simon@brecon.co.uk (Simon Cozens) 
53223              Date: 17 Jun 2000 11:56:44 GMT 
53224              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
53225              pack U0, pack C0
53226      Branch: cfgperl
53227            ! pod/perlfunc.pod pp.c t/op/pack.t
53228 ____________________________________________________________________________
53229 [  6259] By: jhi                                   on 2000/06/28  16:43:17
53230         Log: perlnewmod was missing from MANIFEST.
53231      Branch: cfgperl
53232            ! MANIFEST
53233 ____________________________________________________________________________
53234 [  6258] By: jhi                                   on 2000/06/28  15:54:30
53235         Log: linenumber tweak
53236      Branch: cfgperl
53237            ! t/pragma/warn/regcomp
53238 ____________________________________________________________________________
53239 [  6257] By: jhi                                   on 2000/06/28  15:50:44
53240         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
53241              From: Doug MacEachern <dougm@covalent.net>
53242              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
53243              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
53244              (one part of the patch had been applied earlier)
53245      Branch: cfgperl
53246            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
53247 ____________________________________________________________________________
53248 [  6256] By: jhi                                   on 2000/06/28  15:40:22
53249         Log: tweaks from Simon Cozens to further fix tr/// under utf8
53250      Branch: cfgperl
53251            ! doop.c
53252 ____________________________________________________________________________
53253 [  6255] By: jhi                                   on 2000/06/28  15:33:45
53254         Log: small thinko tweaks
53255      Branch: cfgperl
53256            ! lib/IPC/Open3.pm t/op/my_stash.t
53257 ____________________________________________________________________________
53258 [  6254] By: jhi                                   on 2000/06/28  15:33:25
53259         Log: Subject: tr///, help wanted.
53260              From: simon@brecon.co.uk (Simon Cozens)
53261              Date: 28 Jun 2000 11:29:04 GMT
53262              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
53263      Branch: cfgperl
53264            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
53265            ! pp_proto.h proto.h t/op/tr.t
53266 ____________________________________________________________________________
53267 [  6253] By: jhi                                   on 2000/06/28  15:09:17
53268         Log: Paranoia tweak on #6249.
53269              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
53270              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
53271              Date: Sun, 25 Jun 2000 23:43:12 -0400
53272              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
53273      Branch: cfgperl
53274            ! lib/IPC/Open3.pm
53275 ____________________________________________________________________________
53276 [  6252] By: jhi                                   on 2000/06/28  15:01:38
53277         Log: Document #6249 and #6251.
53278      Branch: cfgperl
53279            ! lib/Exporter.pm lib/IPC/Open3.pm
53280 ____________________________________________________________________________
53281 [  6251] By: jhi                                   on 2000/06/28  14:50:43
53282         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
53283              From: Doug MacEachern <dougm@covalent.net>
53284              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
53285              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
53286      Branch: cfgperl
53287            ! lib/Exporter.pm
53288 ____________________________________________________________________________
53289 [  6250] By: jhi                                   on 2000/06/28  14:45:23
53290         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
53291              From: Doug MacEachern <dougm@covalent.net>
53292              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
53293              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
53294      Branch: cfgperl
53295            + t/op/my_stash.t
53296            ! MANIFEST embed.pl global.sym proto.h toke.c
53297 ____________________________________________________________________________
53298 [  6249] By: jhi                                   on 2000/06/28  14:36:34
53299         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
53300              From: Frank Tobin <ftobin@uiuc.edu>
53301              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
53302              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
53303      Branch: cfgperl
53304            ! lib/IPC/Open3.pm
53305 ____________________________________________________________________________
53306 [  6248] By: jhi                                   on 2000/06/28  14:11:25
53307         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
53308              From: Mark-Jason Dominus <mjd@plover.com>
53309              Date: Tue, 27 Jun 2000 22:36:42 -0400
53310              Message-ID: <20000628023642.12166.qmail@plover.com>
53311      Branch: cfgperl
53312            ! pod/perlfunc.pod
53313 ____________________________________________________________________________
53314 [  6247] By: jhi                                   on 2000/06/27  12:46:37
53315         Log: Tweak $VERSION, patch from Doug MacEachern.
53316      Branch: cfgperl
53317            ! lib/File/Spec.pm
53318 ____________________________________________________________________________
53319 [  6246] By: jhi                                   on 2000/06/27  03:34:46
53320         Log: Allow for standalone testing.
53321      Branch: cfgperl
53322            ! t/lib/filefunc.t t/lib/filespec.t
53323 ____________________________________________________________________________
53324 [  6245] By: jhi                                   on 2000/06/27  02:50:02
53325         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
53326              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
53327              Date: Sat, 24 Jun 2000 13:06:20 +0100
53328              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
53329      Branch: cfgperl
53330            ! ext/DynaLoader/DynaLoader_pm.PL
53331 ____________________________________________________________________________
53332 [  6244] By: jhi                                   on 2000/06/27  02:46:10
53333         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
53334              From: Doug MacEachern <dougm@covalent.net>
53335              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
53336              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
53337      Branch: cfgperl
53338            ! gv.c sv.c t/lib/peek.t
53339 ____________________________________________________________________________
53340 [  6243] By: jhi                                   on 2000/06/27  02:38:07
53341         Log: Subject: [PATCH] is_utf8_string
53342              From: simon@brecon.co.uk (Simon Cozens)
53343              Date: 26 Jun 2000 02:25:59 GMT
53344              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
53345      Branch: cfgperl
53346            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
53347            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
53348            ! proto.h utf8.c
53349 ____________________________________________________________________________
53350 [  6242] By: jhi                                   on 2000/06/27  02:24:00
53351         Log: Subject: [PATCH] bytes<->utf8 fixes
53352              From: simon@brecon.co.uk (Simon Cozens)
53353              Date: 26 Jun 2000 04:55:45 GMT
53354              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
53355      Branch: cfgperl
53356            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
53357 ____________________________________________________________________________
53358 [  6241] By: jhi                                   on 2000/06/27  02:12:42
53359         Log: Do no -warn on \_, only on \alpha.
53360              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
53361              From: David Dyck <dcd@tc.fluke.com>
53362              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
53363              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
53364      Branch: cfgperl
53365            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
53366 ____________________________________________________________________________
53367 [  6240] By: jhi                                   on 2000/06/27  02:00:01
53368         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
53369              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
53370              Date: Mon, 26 Jun 2000 18:40:14 +0100
53371              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
53372      Branch: cfgperl
53373            ! utils/h2xs.PL
53374 ____________________________________________________________________________
53375 [  6239] By: jhi                                   on 2000/06/27  01:53:40
53376         Log: Configure maintenance.  Sever some dependency cycles,
53377              separate gccversion from the cc unit,
53378              address [ID 20000623.006] Configure script patch for using gcc on AIX
53379              (but solve it a little bit differently),
53380              unduplex some accidentally duplicated units,
53381              suggest using gcc if no cc available
53382              (p5p thread: "Solaris configure: counterproposal", 1999-09)
53383      Branch: cfgperl
53384            ! Configure Todo-5.6 config_h.SH
53385      Branch: metaconfig
53386            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
53387            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
53388      Branch: metaconfig/U/perl
53389            + gccvers.U
53390            ! d_getespwnam.U d_getprpwnam.U i_prot.U
53391 ____________________________________________________________________________
53392 [  6238] By: jhi                                   on 2000/06/25  18:04:56
53393         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
53394              From: Dan Sugalski <dan@sidhe.org>
53395              Date: Fri, 23 Jun 2000 17:00:00 -0400
53396              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
53397      Branch: cfgperl
53398            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
53399 ____________________________________________________________________________
53400 [  6237] By: jhi                                   on 2000/06/25  16:36:45
53401         Log: Tweak embed.pl, regen headers.
53402      Branch: cfgperl
53403            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
53404            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
53405            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
53406            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
53407            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
53408 ____________________________________________________________________________
53409 [  6236] By: jhi                                   on 2000/06/25  15:26:42
53410         Log: Regen headers.
53411      Branch: cfgperl
53412            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
53413            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
53414            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
53415            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
53416            ! regnodes.h warnings.h
53417 ____________________________________________________________________________
53418 [  6235] By: jhi                                   on 2000/06/23  19:39:35
53419         Log: The thread begun by
53420              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
53421              From: Kevin.Ruscoe@ubsw.com
53422              Date: Fri, 16 Jun 2000 16:38:51 +0100
53423              Message-Id: <H000019b03c300d6@MHS>
53424      Branch: cfgperl
53425            ! hints/solaris_2.sh
53426 ____________________________________________________________________________
53427 [  6234] By: jhi                                   on 2000/06/23  19:23:36
53428         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
53429              because when run as services (Win32ese for daemons)
53430              no environment variables are set and tmpdir ends up as /tmp,
53431              which is ambiguous.
53432              
53433              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
53434              From: matt@sergeant.org
53435              Date: 16 Jun 2000 16:30:43 -0000
53436              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
53437      Branch: cfgperl
53438            ! lib/File/Spec/Win32.pm
53439 ____________________________________________________________________________
53440 [  6233] By: jhi                                   on 2000/06/23  19:18:58
53441         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
53442              From: Mark-Jason Dominus <mjd@plover.com>
53443              Date: Fri, 16 Jun 2000 20:53:04 -0400
53444              Message-ID: <20000617005304.8008.qmail@plover.com>
53445      Branch: cfgperl
53446            ! op.h
53447 ____________________________________________________________________________
53448 [  6232] By: jhi                                   on 2000/06/23  16:10:02
53449         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
53450              From: simon@brecon.co.uk (Simon Cozens)
53451              Date: 19 Jun 2000 15:18:27 GMT
53452              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
53453              
53454              plus update pod/Makefile and regenerate perltoc
53455      Branch: cfgperl
53456            + pod/perlutil.pod
53457            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
53458 ____________________________________________________________________________
53459 [  6231] By: jhi                                   on 2000/06/23  15:19:18
53460         Log: Subject: [PATCH 5.6.0] cygwin port
53461              From: "Fifer, Eric" <EFifer@sanwaint.com>
53462              Date: Tue, 20 Jun 2000 14:30:58 +0100
53463              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
53464      Branch: cfgperl
53465            ! README.cygwin lib/File/Find.pm
53466 ____________________________________________________________________________
53467 [  6230] By: jhi                                   on 2000/06/23  14:25:21
53468         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
53469      Branch: cfgperl
53470            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
53471            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
53472            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
53473            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
53474 ____________________________________________________________________________
53475 [  6229] By: jhi                                   on 2000/06/23  14:13:34
53476         Log: Subject: README.hpux version 0.6.1
53477              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
53478              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
53479              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
53480      Branch: cfgperl
53481            ! README.hpux
53482 ____________________________________________________________________________
53483 [  6228] By: jhi                                   on 2000/06/23  14:07:20
53484         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
53485              From: Doug MacEachern <dougm@covalent.net>
53486              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
53487              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
53488      Branch: cfgperl
53489            ! op.c
53490 ____________________________________________________________________________
53491 [  6227] By: jhi                                   on 2000/06/23  14:01:06
53492         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
53493              From: Doug MacEachern <dougm@covalent.net>
53494              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
53495              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
53496      Branch: cfgperl
53497            + lib/lib.pm.PL
53498            - lib/lib.pm
53499            ! MANIFEST Makefile.SH
53500 ____________________________________________________________________________
53501 [  6226] By: jhi                                   on 2000/06/23  13:53:07
53502         Log: Subject: [PATCH] remove forward declarations in Socket.pm
53503              From: Doug MacEachern <dougm@covalent.net>
53504              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
53505              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
53506              
53507              From: Doug MacEachern <dougm@covalent.net>
53508              Subject: Re: [PATCH] remove forward declarations in Socket.pm
53509              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
53510              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
53511      Branch: cfgperl
53512            ! ext/Socket/Socket.pm op.c
53513 ____________________________________________________________________________
53514 [  6225] By: jhi                                   on 2000/06/23  13:41:52
53515         Log: Add source code filenames to apidoc.
53516              From: simon@brecon.co.uk (Simon Cozens)
53517              Subject: [PATCH embed.pl] Source X-ref
53518              Date: 22 Jun 2000 02:18:49 GMT
53519              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
53520      Branch: cfgperl
53521            ! embed.pl
53522 ____________________________________________________________________________
53523 [  6224] By: jhi                                   on 2000/06/23  13:32:33
53524         Log: A way to avoid English.pm performance hit.
53525              From: root <root@jester.slaysys.com>
53526              Subject: [YAPATCH English.pm] My turn to putt again
53527              Date: Thu, 22 Jun 2000 20:33:58 -0400
53528              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
53529      Branch: cfgperl
53530            ! lib/English.pm t/lib/english.t
53531 ____________________________________________________________________________
53532 [  6223] By: jhi                                   on 2000/06/23  13:27:06
53533         Log: Avoid double close().
53534              Subject: [PATCH] avoid double close()
53535              From: Doug MacEachern <dougm@covalent.net>
53536              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
53537              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
53538      Branch: cfgperl
53539            ! doio.c
53540 ____________________________________________________________________________
53541 [  6222] By: jhi                                   on 2000/06/23  13:25:54
53542         Log: doc typo fix
53543              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
53544              From: Ian Phillipps <Ian.Phillipps@iname.com>
53545              Date: Fri, 23 Jun 2000 10:40:58 +0100
53546              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
53547      Branch: cfgperl
53548            ! lib/Pod/Usage.pm
53549 ____________________________________________________________________________
53550 [  6221] By: jhi                                   on 2000/06/23  13:24:15
53551         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
53552              From: simon@brecon.co.uk (Simon Cozens)
53553              Subject: [PATCH] Eliminate tr///[CU][CU]
53554              Date: 23 Jun 2000 11:05:40 GMT
53555              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
53556      Branch: cfgperl
53557            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
53558 ____________________________________________________________________________
53559 [  6220] By: jhi                                   on 2000/06/22  16:07:51
53560         Log: Win32 patches from Benjamin Stuhl.
53561      Branch: cfgperl
53562            ! makedef.pl win32/win32.h
53563 ____________________________________________________________________________
53564 [  6219] By: jhi                                   on 2000/06/22  16:06:34
53565         Log: Bytecode patches from Benjamin Stuhl.
53566      Branch: cfgperl
53567            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
53568            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
53569            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
53570 ____________________________________________________________________________
53571 [  6218] By: jhi                                   on 2000/06/15  23:54:16
53572         Log: Bytecode patches from Benjamin Stuhl.
53573      Branch: cfgperl
53574            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
53575 ____________________________________________________________________________
53576 [  6217] By: jhi                                   on 2000/06/09  13:38:29
53577         Log: Rename the fdpid locking and integrate with Sarathy.
53578      Branch: cfgperl
53579            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
53580            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
53581            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
53582            ! win32/win32.c
53583           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
53584 ____________________________________________________________________________
53585 [  6216] By: gsar                                  on 2000/06/08  14:54:21
53586         Log: be more optimal about clearing @_
53587      Branch: perl
53588            ! cop.h
53589 ____________________________________________________________________________
53590 [  6215] By: gsar                                  on 2000/06/08  14:33:04
53591         Log: tweak comment about @DB::args
53592      Branch: perl
53593            ! av.h pp_ctl.c
53594 ____________________________________________________________________________
53595 [  6214] By: gsar                                  on 2000/06/08  13:57:54
53596         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
53597              caller() wants to populate @DB::args with it (causes a coredump
53598              in Carp::confess())
53599      Branch: perl
53600            ! cop.h t/op/runlevel.t
53601 ____________________________________________________________________________
53602 [  6213] By: gsar                                  on 2000/06/08  07:06:35
53603         Log: back out change#6106 (seems problematic)
53604      Branch: perl
53605            ! hints/solaris_2.sh
53606 ____________________________________________________________________________
53607 [  6212] By: jhi                                   on 2000/06/07  03:10:36
53608         Log: Continuing mopup for #6204.
53609      Branch: cfgperl
53610            ! ext/B/defsubs_h.PL
53611 ____________________________________________________________________________
53612 [  6211] By: jhi                                   on 2000/06/07  02:41:50
53613         Log: Mopup for #6204.
53614              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
53615              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
53616              This is comes from const() where POK isn't on when expected.
53617      Branch: cfgperl
53618            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
53619            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
53620            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
53621            ! perlapi.h pod/perlapi.pod
53622 ____________________________________________________________________________
53623 [  6210] By: jhi                                   on 2000/06/07  01:56:29
53624         Log: Mopup for #6207 and #6209.
53625      Branch: cfgperl
53626            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
53627 ____________________________________________________________________________
53628 [  6209] By: jhi                                   on 2000/06/07  01:33:12
53629         Log: Lock PL_fdpid against race conditions, based on:
53630              Subject: [PATCH 5.6.0]subprocess fixup for threads
53631              From: Dan Sugalski <dan@sidhe.org>
53632              To: perl5-porters@perl.org
53633              Date: Tue, 11 Apr 2000 17:02:32 -0400
53634              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
53635      Branch: cfgperl
53636            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
53637            ! win32/win32.c
53638 ____________________________________________________________________________
53639 [  6208] By: jhi                                   on 2000/06/07  01:05:23
53640         Log: Regen headers for #6207.
53641      Branch: cfgperl
53642            ! embed.h global.sym objXSUB.h proto.h
53643 ____________________________________________________________________________
53644 [  6207] By: jhi                                   on 2000/06/06  23:43:13
53645         Log: Subject: [PATCH 5.6.0] Threadsafe patches
53646              From: Dan Sugalski <dan@sidhe.org>
53647              To: perl5-porters@perl.org
53648              Date: Mon, 08 May 2000 18:08:13 -0400
53649              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
53650      Branch: cfgperl
53651            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
53652            ! proto.h sv.h util.c
53653 ____________________________________________________________________________
53654 [  6206] By: jhi                                   on 2000/06/06  23:21:23
53655         Log: Subject: [PATCH] Eliminate $a/$b in pod
53656              From: David Glasser <me@davidglasser.net>
53657              To: perl5-porters@perl.org
53658              Date: Mon, 29 May 2000 21:15:59 -0400
53659              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
53660      Branch: cfgperl
53661            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
53662            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
53663            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
53664            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
53665            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
53666            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
53667            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
53668            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
53669            ! pod/perlvar.pod pod/perlxs.pod
53670 ____________________________________________________________________________
53671 [  6205] By: jhi                                   on 2000/06/06  23:12:14
53672         Log: Subject: [PATCH] Win32 improvements
53673              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
53674              To: gsar@activestate.com, perl5-porters@perl.org
53675              Date: Mon, 29 May 2000 17:22:24 PDT
53676              Message-ID: <20000530002224.91142.qmail@hotmail.com>
53677              (MUA had mangled many lines by wordwrapping)
53678      Branch: cfgperl
53679            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
53680 ____________________________________________________________________________
53681 [  6204] By: jhi                                   on 2000/06/06  23:01:50
53682         Log: Subject: [PATCH] B::Bytecode patches
53683              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
53684              To: gsar@activestate.com, jhi@iki.fi
53685              Cc: perl5-porters@perl.org
53686              Message-ID: <20000602202526.48694.qmail@hotmail.com>
53687              (MUA had mangled many lines by wordwrapping)
53688      Branch: cfgperl
53689            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
53690            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
53691            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
53692            ! intrpvar.h perl.c
53693 ____________________________________________________________________________
53694 [  6203] By: jhi                                   on 2000/06/06  22:32:43
53695         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
53696              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
53697              Date: Tue, 06 Jun 2000 13:07:45 -0700
53698              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
53699      Branch: cfgperl
53700            ! pod/perldiag.pod
53701 ____________________________________________________________________________
53702 [  6202] By: jhi                                   on 2000/06/06  19:38:35
53703         Log: Integrate with Sarathy.
53704      Branch: cfgperl
53705           !> perl.c
53706 ____________________________________________________________________________
53707 [  6201] By: gsar                                  on 2000/06/06  00:42:59
53708         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
53709              does a PUSHMARK that's never ever POPMARKed; in general, only
53710              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
53711              Perl_eval_[sp]v() don't because they don't take any incoming
53712              arguments (this leak has been around since the original version
53713              of perl_eval_pv() in 5.003_97e)
53714      Branch: perl
53715            ! perl.c
53716 ____________________________________________________________________________
53717 [  6200] By: jhi                                   on 2000/06/04  03:44:52
53718         Log: Update to cperl-mode.el 4.31 from
53719              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
53720              Subject: A couple of notes
53721              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
53722              To: Mailing list Perl5 <perl5-porters@perl.org>
53723              Date: Sat, 3 Jun 2000 23:33:32 -0400
53724              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
53725      Branch: cfgperl
53726            ! emacs/cperl-mode.el
53727 ____________________________________________________________________________
53728 [  6199] By: jhi                                   on 2000/06/03  15:11:05
53729         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
53730              From: Dan Sugalski <dan@sidhe.org>
53731              To: perl5-porters@perl.org, vmsperl@perl.org
53732              Date: Fri, 02 Jun 2000 17:30:51 -0400
53733              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
53734      Branch: cfgperl
53735            ! vms/descrip_mms.template vms/gen_shrfls.pl
53736 ____________________________________________________________________________
53737 [  6198] By: jhi                                   on 2000/06/03  14:59:15
53738         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
53739              From: Dan Sugalski <dan@sidhe.org>
53740              To: vmsperl@perl.org, perl5-porters@perl.org
53741              Date: Fri, 02 Jun 2000 16:00:41 -0400
53742              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
53743              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
53744      Branch: cfgperl
53745            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
53746            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
53747            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
53748 ____________________________________________________________________________
53749 [  6197] By: jhi                                   on 2000/06/03  14:41:30
53750         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
53751              From: John Borwick <jhborwic@unity.ncsu.edu>
53752              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
53753              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
53754      Branch: cfgperl
53755            ! pod/perlsyn.pod
53756 ____________________________________________________________________________
53757 [  6196] By: jhi                                   on 2000/06/03  14:38:09
53758         Log: Integrate with Sarathy.
53759      Branch: cfgperl
53760           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
53761           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
53762           !> vms/perly_c.vms
53763 ____________________________________________________________________________
53764 [  6195] By: gsar                                  on 2000/06/02  22:43:13
53765         Log: fix yet another eval"" leak under USE_ITHREADS
53766      Branch: perl
53767            ! op.c
53768 ____________________________________________________________________________
53769 [  6194] By: gsar                                  on 2000/06/02  18:22:06
53770         Log: fix small eval"" memory leaks under USE_ITHREADS
53771      Branch: perl
53772            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
53773            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
53774            ! vms/perly_c.vms
53775 ____________________________________________________________________________
53776 [  6193] By: jhi                                   on 2000/06/01  13:03:56
53777         Log: Signals-be-gone for microperl.
53778      Branch: cfgperl
53779            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
53780 ____________________________________________________________________________
53781 [  6192] By: jhi                                   on 2000/06/01  12:52:02
53782         Log: Integrate with Sarathy.
53783      Branch: cfgperl
53784           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
53785           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
53786           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
53787           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
53788           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
53789           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
53790           !> t/op/vec.t utils/h2xs.PL
53791 ____________________________________________________________________________
53792 [  6191] By: gsar                                  on 2000/06/01  09:38:21
53793         Log: vec() loses numericalness (modified version of patch suggested
53794              by Robin Barker)
53795      Branch: perl
53796            ! doop.c t/op/vec.t
53797 ____________________________________________________________________________
53798 [  6190] By: gsar                                  on 2000/06/01  09:26:15
53799         Log: submit missing embed.pl change
53800      Branch: perl
53801            ! embed.pl
53802 ____________________________________________________________________________
53803 [  6189] By: gsar                                  on 2000/06/01  09:05:34
53804         Log: counting tr/// corrupts later operation (from M.J.T Guy)
53805      Branch: perl
53806            ! doop.c t/op/tr.t
53807 ____________________________________________________________________________
53808 [  6188] By: gsar                                  on 2000/06/01  08:58:39
53809         Log: h2xs tweaks
53810      Branch: perl
53811            ! utils/h2xs.PL
53812 ____________________________________________________________________________
53813 [  6187] By: gsar                                  on 2000/06/01  08:50:07
53814         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
53815              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
53816      Branch: perl
53817            + lib/Pod/LaTeX.pm
53818            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
53819            ! pod/pod2latex.PL
53820 ____________________________________________________________________________
53821 [  6186] By: gsar                                  on 2000/06/01  08:24:40
53822         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
53823              <wolfgang.laun@alcatel.at>)
53824      Branch: perl
53825            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
53826            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
53827 ____________________________________________________________________________
53828 [  6185] By: gsar                                  on 2000/06/01  08:12:00
53829         Log: remove incorrect documentation about implicit split to @_ in
53830              list context, which never really worked in perl 5 (from
53831              M.J.T. Guy)
53832      Branch: perl
53833            ! pod/perlfunc.pod pod/perltrap.pod
53834 ____________________________________________________________________________
53835 [  6184] By: gsar                                  on 2000/06/01  07:52:27
53836         Log: tweak for change#6127
53837      Branch: perl
53838            ! perl.c
53839 ____________________________________________________________________________
53840 [  6183] By: gsar                                  on 2000/06/01  07:41:02
53841         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
53842              <nick@ccl4.org>)
53843      Branch: perl
53844            + t/lib/selfloader.t
53845            ! MANIFEST lib/SelfLoader.pm
53846 ____________________________________________________________________________
53847 [  6182] By: jhi                                   on 2000/06/01  00:34:42
53848         Log: Be Cleaner Part Deux.
53849      Branch: cfgperl
53850            ! Makefile.SH
53851 ____________________________________________________________________________
53852 [  6181] By: jhi                                   on 2000/06/01  00:32:09
53853         Log: Integrate with Sarathy.
53854      Branch: cfgperl
53855           !> pp.c t/op/arith.t
53856 ____________________________________________________________________________
53857 [  6180] By: jhi                                   on 2000/06/01  00:31:13
53858         Log: microperl nits from Simon Cozens.
53859      Branch: cfgperl
53860            + uconfig.h
53861            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
53862            ! unixish.h
53863 ____________________________________________________________________________
53864 [  6179] By: gsar                                  on 2000/05/31  22:37:51
53865         Log: buggy modulus on UVs introduced by change#3378 (resulted in
53866              4063328477 % 65535 amounting to 27406, instead of 27407)
53867      Branch: perl
53868            ! pp.c t/op/arith.t
53869 ____________________________________________________________________________
53870 [  6178] By: jhi                                   on 2000/05/31  21:52:41
53871         Log: Be cleaner.
53872      Branch: cfgperl
53873            ! Makefile.SH
53874 ____________________________________________________________________________
53875 [  6177] By: jhi                                   on 2000/05/31  21:47:33
53876         Log: Substitution utf8 patch from Simon Cozens.
53877      Branch: cfgperl
53878            ! pp_hot.c
53879 ____________________________________________________________________________
53880 [  6176] By: jhi                                   on 2000/05/31  21:45:34
53881         Log: Single-quoted utf8 patch from Simon Cozens.
53882      Branch: cfgperl
53883            ! toke.c
53884 ____________________________________________________________________________
53885 [  6175] By: jhi                                   on 2000/05/31  21:40:18
53886         Log: Integrate with Sarathy.
53887      Branch: cfgperl
53888           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
53889 ____________________________________________________________________________
53890 [  6174] By: jhi                                   on 2000/05/31  21:37:31
53891         Log: microperl changes from Simon Cozens; Makefile for microperl
53892              written from scratch; few casts added as microperl compilation
53893              doesn't have all prototypes available.
53894      Branch: cfgperl
53895            + Makefile.micro README.micro Todo.micro uconfig.sh
53896            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
53897            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
53898      Branch: metaconfig
53899            + U/modified/Config_h.U
53900 ____________________________________________________________________________
53901 [  6173] By: jhi                                   on 2000/05/31  20:00:24
53902         Log: metaconfig maintenance.
53903      Branch: metaconfig
53904            + U/modified/Inhdr.U U/typedefs/inotype.U
53905      Branch: metaconfig/U/perl
53906            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
53907            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
53908 ____________________________________________________________________________
53909 [  6172] By: gsar                                  on 2000/05/31  05:05:42
53910         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
53911              (from Ilya Zakharevich)
53912      Branch: perl
53913            ! regexec.c t/op/re_tests
53914 ____________________________________________________________________________
53915 [  6171] By: gsar                                  on 2000/05/31  05:01:47
53916         Log: scalar() doesn't force scalar context when used in void context
53917              (from Simon Cozens)
53918      Branch: perl
53919            ! op.c t/op/wantarray.t
53920 ____________________________________________________________________________
53921 [  6170] By: gsar                                  on 2000/05/31  04:41:33
53922         Log: change#6142 needs tweaks to tests to work where there's no symlink()
53923              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
53924      Branch: perl
53925            ! t/lib/filefind.t
53926 ____________________________________________________________________________
53927 [  6169] By: gsar                                  on 2000/05/31  04:29:49
53928         Log: integrate cfgperl contents into mainline
53929      Branch: perl
53930           +> pod/perlmodlib.PL pod/perlnewmod.pod
53931           !> (integrate 42 files)
53932 ____________________________________________________________________________
53933 [  6168] By: jhi                                   on 2000/05/30  22:53:37
53934         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
53935      Branch: cfgperl
53936            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
53937            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
53938            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
53939            ! win32/config.bc win32/config.gc win32/config.vc
53940            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
53941            ! win32/config_h.PL win32/config_sh.PL
53942      Branch: metaconfig/U/perl
53943            ! perlxv.U
53944 ____________________________________________________________________________
53945 [  6167] By: jhi                                   on 2000/05/30  22:20:21
53946         Log: tweak todo 
53947      Branch: cfgperl
53948            ! Todo-5.6
53949 ____________________________________________________________________________
53950 [  6166] By: jhi                                   on 2000/05/30  22:11:51
53951         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
53952              in case somebody wants to write an extension for more
53953              shadow database interfaces.
53954      Branch: cfgperl
53955            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
53956            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
53957            ! vos/config.def vos/config.h vos/config_h.SH_orig
53958            ! win32/config.bc win32/config.gc win32/config.vc
53959            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
53960      Branch: metaconfig
53961            ! U/modified/Myinit.U
53962      Branch: metaconfig/U/perl
53963            + d_getespwnam.U d_getprpwnam.U i_prot.U
53964 ____________________________________________________________________________
53965 [  6165] By: jhi                                   on 2000/05/30  18:35:34
53966         Log: Integrate with Sarathy.
53967      Branch: cfgperl
53968           !> op.c
53969 ____________________________________________________________________________
53970 [  6164] By: jhi                                   on 2000/05/30  18:30:16
53971         Log: detypo
53972      Branch: cfgperl
53973            ! Configure config_h.SH
53974      Branch: metaconfig/U/perl
53975            ! perlxv.U
53976 ____________________________________________________________________________
53977 [  6163] By: gsar                                  on 2000/05/30  03:24:03
53978         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
53979      Branch: perl
53980            ! op.c
53981 ____________________________________________________________________________
53982 [  6162] By: gsar                                  on 2000/05/30  03:09:38
53983         Log: fix memory leak in method call optimization (change#3768);
53984              made C<eval "$x->foo()"> leak
53985      Branch: perl
53986            ! op.c
53987 ____________________________________________________________________________
53988 [  6161] By: jhi                                   on 2000/05/29  17:56:26
53989         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
53990              both from Simon Cozens.
53991      Branch: cfgperl
53992            + pod/perlmodlib.PL pod/perlnewmod.pod
53993            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
53994            ! pod/perlmodlib.pod pod/perltoc.pod
53995 ____________________________________________________________________________
53996 [  6160] By: jhi                                   on 2000/05/29  17:23:55
53997         Log: Changes for the File::Temp 0.08 (change #6159) test suite
53998              to fit better into the Perl distribution test framework.
53999      Branch: cfgperl
54000            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
54001            ! t/lib/ftmp-tempfile.t
54002 ____________________________________________________________________________
54003 [  6159] By: jhi                                   on 2000/05/29  16:55:36
54004         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
54005      Branch: cfgperl
54006            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
54007            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
54008 ____________________________________________________________________________
54009 [  6158] By: bailey                                on 2000/05/29  16:22:08
54010         Log: Add fallback to tmpfile for use in cases where user's relying on
54011              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
54012              Lane's patch)
54013      Branch: vmsperl
54014            ! vms/vms.c vms/vmsish.h
54015 ____________________________________________________________________________
54016 [  6157] By: jhi                                   on 2000/05/29  03:10:36
54017         Log: Regen Configure to jive with #6149.
54018      Branch: cfgperl
54019            ! Configure
54020      Branch: metaconfig
54021            ! U/modified/Getfile.U
54022 ____________________________________________________________________________
54023 [  6156] By: jhi                                   on 2000/05/29  03:01:38
54024         Log: Integrate with Sarathy.
54025      Branch: cfgperl
54026           +> ext/DynaLoader/dl_mac.xs
54027           !> (integrate 38 files)
54028 ____________________________________________________________________________
54029 [  6155] By: gsar                                  on 2000/05/28  21:15:58
54030         Log: small bug in change#6144; remove random \xA0 character that snuck
54031              in via change#6145
54032      Branch: perl
54033            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
54034 ____________________________________________________________________________
54035 [  6154] By: gsar                                  on 2000/05/28  21:04:19
54036         Log: avoid type mismatch warning
54037      Branch: perl
54038            ! perl.c
54039 ____________________________________________________________________________
54040 [  6153] By: gsar                                  on 2000/05/28  20:58:31
54041         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
54042              <nick@Bagpuss.uk.boo.com>)
54043      Branch: perl
54044            ! lib/Test/Harness.pm
54045 ____________________________________________________________________________
54046 [  6152] By: gsar                                  on 2000/05/28  20:53:42
54047         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
54048      Branch: perl
54049            ! regexec.c
54050 ____________________________________________________________________________
54051 [  6151] By: gsar                                  on 2000/05/28  20:50:28
54052         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
54053      Branch: perl
54054            ! regexec.c
54055 ____________________________________________________________________________
54056 [  6150] By: gsar                                  on 2000/05/28  20:39:58
54057         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
54058      Branch: perl
54059            ! pod/perlrequick.pod
54060 ____________________________________________________________________________
54061 [  6149] By: gsar                                  on 2000/05/28  20:35:16
54062         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
54063              <troc@netrus.net>)
54064      Branch: perl
54065            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
54066            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
54067            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
54068            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
54069 ____________________________________________________________________________
54070 [  6148] By: gsar                                  on 2000/05/28  20:21:07
54071         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
54072      Branch: perl
54073            ! lib/ExtUtils/MM_Unix.pm
54074 ____________________________________________________________________________
54075 [  6147] By: gsar                                  on 2000/05/28  20:12:41
54076         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
54077              (from Peter Prymmer)
54078      Branch: perl
54079            ! vms/subconfigure.com
54080 ____________________________________________________________________________
54081 [  6146] By: gsar                                  on 2000/05/28  20:06:15
54082         Log: doc typo
54083      Branch: perl
54084            ! lib/warnings.pm warnings.h warnings.pl
54085 ____________________________________________________________________________
54086 [  6145] By: gsar                                  on 2000/05/28  18:44:33
54087         Log: make xsubpp skip embedded pod (from Matthias Neeracher
54088              <neeri@iis.ee.ethz.ch>)
54089      Branch: perl
54090            ! lib/ExtUtils/xsubpp
54091 ____________________________________________________________________________
54092 [  6144] By: gsar                                  on 2000/05/28  18:42:49
54093         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
54094              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
54095              <neeri@iis.ee.ethz.ch>)
54096      Branch: perl
54097            ! lib/AutoSplit.pm
54098 ____________________________________________________________________________
54099 [  6143] By: gsar                                  on 2000/05/28  18:41:12
54100         Log: MacOS support, part 1 (from Matthias Neeracher
54101              <neeri@iis.ee.ethz.ch>)
54102      Branch: perl
54103            + ext/DynaLoader/dl_mac.xs
54104            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
54105            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
54106            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
54107            ! util.h
54108 ____________________________________________________________________________
54109 [  6142] By: gsar                                  on 2000/05/28  18:21:51
54110         Log: File::Find fails to chdir when chasing symlinks (from
54111              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
54112      Branch: perl
54113            ! lib/File/Find.pm t/lib/filefind.t
54114 ____________________________________________________________________________
54115 [  6141] By: jhi                                   on 2000/05/28  14:25:15
54116         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
54117              forwarded by Peter Seebach from the bsdi-users mailing list.
54118              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
54119      Branch: perl
54120            ! hints/bsdos.sh
54121 ____________________________________________________________________________
54122 [  6140] By: jhi                                   on 2000/05/28  14:11:57
54123         Log: Integrate with Sarathy.
54124      Branch: cfgperl
54125           +> (branch 30 files)
54126           !> (integrate 93 files)
54127 ____________________________________________________________________________
54128 [  6139] By: gsar                                  on 2000/05/28  10:01:48
54129         Log: revise mktables.PL for bugs and newness in Unicode 3.0
54130              (from James Bence <jbence@amgen.com>)
54131      Branch: perl
54132            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
54133            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
54134            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
54135            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
54136            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
54137            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
54138            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
54139            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
54140            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
54141            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
54142            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
54143            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
54144            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
54145            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
54146            + lib/unicode/Is/SylWU.pl
54147            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
54148            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
54149            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
54150            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
54151            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
54152            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
54153            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
54154            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
54155            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
54156            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
54157            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
54158            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
54159            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
54160            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
54161            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
54162            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
54163            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
54164            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
54165            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
54166            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
54167            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
54168            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
54169            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
54170            ! lib/unicode/Makefile lib/unicode/mktables.PL
54171 ____________________________________________________________________________
54172 [  6138] By: gsar                                  on 2000/05/28  08:50:32
54173         Log: add note about the handling of negative indices to tied arrays
54174              (from Michael G Schwern <schwern@pobox.com>)
54175      Branch: perl
54176            ! pod/perltie.pod
54177 ____________________________________________________________________________
54178 [  6137] By: gsar                                  on 2000/05/28  08:46:10
54179         Log: fix bogus redeclaration warning for "our" variables in different
54180              scopes
54181      Branch: perl
54182            ! op.c t/pragma/strict-vars
54183 ____________________________________________________________________________
54184 [  6136] By: gsar                                  on 2000/05/28  08:31:20
54185         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
54186      Branch: perl
54187            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
54188 ____________________________________________________________________________
54189 [  6135] By: gsar                                  on 2000/05/28  08:17:50
54190         Log: enable Test::Harness to dynamically determine column width etc.
54191              (from Rob Napier <rnapier@employees.org>)
54192      Branch: perl
54193            ! lib/Test/Harness.pm
54194 ____________________________________________________________________________
54195 [  6134] By: gsar                                  on 2000/05/28  08:13:39
54196         Log: make Test::Harness use wait.h/WCOREDUMP if available
54197              (from Ben Tilly <ben_tilly@hotmail.com>)
54198      Branch: perl
54199            ! lib/Test/Harness.pm
54200 ____________________________________________________________________________
54201 [  6133] By: gsar                                  on 2000/05/28  08:08:05
54202         Log: elide bogus test in change#6132
54203      Branch: perl
54204            ! t/pragma/warn/9enabled
54205 ____________________________________________________________________________
54206 [  6132] By: gsar                                  on 2000/05/28  08:03:14
54207         Log: warnings::enabled() doesn't fall back to looking at $^W if
54208              caller isn't using lexical warnings (from Paul Marquess)
54209      Branch: perl
54210            ! pp_ctl.c t/pragma/warn/9enabled
54211 ____________________________________________________________________________
54212 [  6131] By: gsar                                  on 2000/05/28  07:57:47
54213         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
54214      Branch: perl
54215            ! ext/POSIX/POSIX.pm
54216 ____________________________________________________________________________
54217 [  6130] By: gsar                                  on 2000/05/28  07:29:12
54218         Log: fix places that mean C<"word" character> but say C<alphanumeric
54219              character>
54220      Branch: perl
54221            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
54222 ____________________________________________________________________________
54223 [  6129] By: gsar                                  on 2000/05/28  07:18:41
54224         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
54225      Branch: perl
54226            ! vms/test.com
54227 ____________________________________________________________________________
54228 [  6128] By: gsar                                  on 2000/05/28  07:12:55
54229         Log: new perlxstut example for passing/returning refs to arrays
54230              (from David Lowe <dlowe@pootpoot.com>)
54231      Branch: perl
54232            ! pod/perlxstut.pod
54233 ____________________________________________________________________________
54234 [  6127] By: gsar                                  on 2000/05/28  07:02:50
54235         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
54236              failed (from Gisle Aas)
54237      Branch: perl
54238            ! cop.h perl.c
54239 ____________________________________________________________________________
54240 [  6126] By: gsar                                  on 2000/05/28  06:39:53
54241         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
54242              (reworked variant of patch suggested by Simon Cozens)
54243      Branch: perl
54244            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
54245            ! pp_hot.c proto.h t/op/gv.t
54246 ____________________________________________________________________________
54247 [  6125] By: gsar                                  on 2000/05/28  05:14:55
54248         Log: enable propagating exception objects via Perl_croak() in XS code
54249              (from Gisle Aas)
54250      Branch: perl
54251            ! util.c
54252 ____________________________________________________________________________
54253 [  6124] By: gsar                                  on 2000/05/28  05:07:28
54254         Log: integrate vmsperl contents into mainline
54255      Branch: perl
54256           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
54257           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
54258           !> vms/vmsish.h
54259 ____________________________________________________________________________
54260 [  6123] By: gsar                                  on 2000/05/28  05:03:53
54261         Log: clarify gotcha with #line directives (from Rocco Caputo
54262              <troc@netrus.net>)
54263      Branch: perl
54264            ! pod/perldebug.pod pod/perlsyn.pod
54265 ____________________________________________________________________________
54266 [  6122] By: gsar                                  on 2000/05/28  04:58:29
54267         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
54268              (from Mark-Jason Dominus)
54269      Branch: perl
54270            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
54271            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
54272            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
54273            ! toke.c
54274 ____________________________________________________________________________
54275 [  6121] By: bailey                                on 2000/05/25  04:46:54
54276         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
54277              lists (based on fixes by Craig Berry)
54278      Branch: vmsperl
54279            ! lib/File/Spec/VMS.pm
54280 ____________________________________________________________________________
54281 [  6120] By: bailey                                on 2000/05/25  04:25:38
54282         Log: Add missing escape (Charles Lane)
54283      Branch: vmsperl
54284            ! t/op/lex_assign.t
54285 ____________________________________________________________________________
54286 [  6119] By: bailey                                on 2000/05/25  04:21:25
54287         Log: Quiet error messages in vmsish.t (Charles Lane)
54288      Branch: vmsperl
54289            ! vms/ext/vmsish.t
54290 ____________________________________________________________________________
54291 [  6118] By: bailey                                on 2000/05/25  04:17:57
54292         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
54293              Flatten case labels in switch statements uniformly (Charles Bailey)
54294      Branch: vmsperl
54295            ! vms/vms.c
54296 ____________________________________________________________________________
54297 [  6117] By: bailey                                on 2000/05/25  03:58:09
54298         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
54299      Branch: vmsperl
54300            ! vms/vmsish.h
54301 ____________________________________________________________________________
54302 [  6116] By: bailey                                on 2000/05/25  03:11:15
54303         Log: Miscellaneous cosmetic fixes (Charles Lane)
54304      Branch: vmsperl
54305            ! lib/ExtUtils/MM_VMS.pm
54306 ____________________________________________________________________________
54307 [  6115] By: bailey                                on 2000/05/25  03:10:36
54308         Log: Add bounds checking for several strings (Charles Lane)
54309      Branch: vmsperl
54310            ! vms/vms.c
54311 ____________________________________________________________________________
54312 [  6114] By: bailey                                on 2000/05/25  02:25:34
54313         Log: Urk -- undo previous removal of vmsish 'exit' change
54314      Branch: vmsperl
54315            ! vms/ext/vmsish.pm vms/vmsish.h
54316 ____________________________________________________________________________
54317 [  6113] By: bailey                                on 2000/05/24  02:24:40
54318         Log: Ugly workaround for version-specific RTL error
54319      Branch: vmsperl
54320            ! vms/vms.c
54321 ____________________________________________________________________________
54322 [  6112] By: bailey                                on 2000/05/24  02:19:55
54323         Log: Check for existence of file before trying to delete
54324      Branch: vmsperl
54325            ! vms/test.com
54326 ____________________________________________________________________________
54327 [  6111] By: bailey                                on 2000/05/23  23:35:13
54328         Log: Resync with mainline prior to post-5.6.0 updates
54329      Branch: vmsperl
54330           +> (branch 49 files)
54331            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
54332            ! vms/ext/vmsish.pm
54333           !> (integrate 334 files)
54334 ____________________________________________________________________________
54335 [  6110] By: jhi                                   on 2000/05/23  19:28:32
54336         Log: todo tweak
54337      Branch: cfgperl
54338            ! Todo-5.6
54339 ____________________________________________________________________________
54340 [  6109] By: jhi                                   on 2000/05/18  17:38:54
54341         Log: Integrate with Sarathy.
54342      Branch: cfgperl
54343           !> mg.c perl.h win32/perlhost.h
54344 ____________________________________________________________________________
54345 [  6108] By: gsar                                  on 2000/05/17  02:24:56
54346         Log: reenable fake signal handling on Windows, bugs and all
54347      Branch: perl
54348            ! mg.c perl.h win32/perlhost.h
54349 ____________________________________________________________________________
54350 [  6107] By: jhi                                   on 2000/05/15  18:01:41
54351         Log: Tweak the todo list.
54352      Branch: cfgperl
54353            ! Todo-5.6
54354 ____________________________________________________________________________
54355 [  6106] By: jhi                                   on 2000/05/15  13:41:48
54356         Log: The (Configure) script refuses to go on, after asking for
54357              'You may also choose to try maximal 64-bitness....'.
54358              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
54359              -- Patrick Zima
54360              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
54361      Branch: cfgperl
54362            ! hints/solaris_2.sh
54363 ____________________________________________________________________________
54364 [  6105] By: jhi                                   on 2000/05/11  14:37:43
54365         Log: Integrate with Sarathy.
54366      Branch: cfgperl
54367           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
54368           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
54369 ____________________________________________________________________________
54370 [  6104] By: gsar                                  on 2000/05/11  03:39:07
54371         Log: PL_sys_intern was being initialized too late on windows
54372      Branch: perl
54373            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
54374            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
54375 ____________________________________________________________________________
54376 [  6103] By: jhi                                   on 2000/05/09  19:42:20
54377         Log: Test tweaking for Unicos continues.
54378      Branch: cfgperl
54379            ! t/op/64bitint.t
54380 ____________________________________________________________________________
54381 [  6102] By: jhi                                   on 2000/05/09  16:47:27
54382         Log: The test suite tweak in #6101 wasn't quite right.
54383      Branch: cfgperl
54384            ! t/lib/complex.t
54385 ____________________________________________________________________________
54386 [  6101] By: jhi                                   on 2000/05/09  15:35:34
54387         Log: Hints and test tweaks for Unicos.
54388      Branch: cfgperl
54389            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
54390 ____________________________________________________________________________
54391 [  6100] By: jhi                                   on 2000/05/08  21:15:06
54392         Log: More compilation tweakery from Allen Smith.
54393      Branch: cfgperl
54394            ! hints/irix_6.sh
54395 ____________________________________________________________________________
54396 [  6099] By: jhi                                   on 2000/05/08  19:21:18
54397         Log: Tweaks for the cc bugs from Allen Smith.
54398      Branch: cfgperl
54399            ! hints/irix_6.sh
54400 ____________________________________________________________________________
54401 [  6098] By: jhi                                   on 2000/05/08  19:13:37
54402         Log: Add a note about other, yet unsupported, shadow password APIs.
54403      Branch: cfgperl
54404            ! pp_sys.c
54405 ____________________________________________________________________________
54406 [  6097] By: jhi                                   on 2000/05/08  18:46:34
54407         Log: Add a note about possible compilation problems from Allen Smith.
54408      Branch: cfgperl
54409            ! hints/irix_6.sh
54410 ____________________________________________________________________________
54411 [  6096] By: jhi                                   on 2000/05/08  17:33:10
54412         Log: Integrate with Sarathy.
54413      Branch: cfgperl
54414           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
54415           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
54416 ____________________________________________________________________________
54417 [  6095] By: jhi                                   on 2000/05/08  16:21:33
54418         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
54419              might be useful in future.
54420      Branch: cfgperl
54421            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
54422            ! config_h.SH
54423      Branch: metaconfig
54424            ! U/installdirs/inc_version_list.U
54425      Branch: metaconfig/U/perl
54426            ! perlxv.U
54427 ____________________________________________________________________________
54428 [  6094] By: gsar                                  on 2000/05/08  14:22:22
54429         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
54430      Branch: perl
54431            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
54432            ! hints/cygwin.sh pp_sys.c
54433 ____________________________________________________________________________
54434 [  6093] By: gsar                                  on 2000/05/08  12:52:28
54435         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
54436              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
54437      Branch: perl
54438            ! pp_sys.c sv.c win32/perlhost.h
54439 ____________________________________________________________________________
54440 [  6092] By: jhi                                   on 2000/05/07  22:40:34
54441         Log: Regen perltoc with the fixed buildtoc.
54442      Branch: cfgperl
54443            ! pod/perltoc.pod
54444 ____________________________________________________________________________
54445 [  6091] By: jhi                                   on 2000/05/07  22:24:16
54446         Log: Integrate with Sarathy.
54447      Branch: cfgperl
54448           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
54449           !> t/op/substr.t toke.c
54450 ____________________________________________________________________________
54451 [  6090] By: gsar                                  on 2000/05/07  19:47:07
54452         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
54453              [NI]OK; added tests for both
54454      Branch: perl
54455            ! perl.c pp_hot.c sv.c t/op/substr.t
54456 ____________________________________________________________________________
54457 [  6089] By: gsar                                  on 2000/05/07  18:18:38
54458         Log: buildtoc tweak to fix newline lossage
54459      Branch: perl
54460            ! pod/buildtoc
54461 ____________________________________________________________________________
54462 [  6088] By: jhi                                   on 2000/05/07  16:35:36
54463         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
54464              because we do not use those.  The HAS_GETSPNAM remains,
54465              though, because we still do use that.
54466      Branch: cfgperl
54467            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
54468            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
54469            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
54470            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
54471            ! win32/config.vc win32/config_H.bc win32/config_H.gc
54472            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
54473 ____________________________________________________________________________
54474 [  6087] By: gsar                                  on 2000/05/07  16:05:16
54475         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
54476      Branch: perl
54477            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
54478 ____________________________________________________________________________
54479 [  6086] By: jhi                                   on 2000/05/07  15:27:07
54480         Log: Integrate with Sarathy.
54481      Branch: cfgperl
54482           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
54483           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
54484           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
54485           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
54486           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
54487           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
54488 ____________________________________________________________________________
54489 [  6085] By: gsar                                  on 2000/05/07  05:52:02
54490         Log: repeat operator (x) doesn't preserve utf8-ness
54491      Branch: perl
54492            ! pp.c t/op/substr.t
54493 ____________________________________________________________________________
54494 [  6084] By: gsar                                  on 2000/05/07  05:39:55
54495         Log: substr() does not preserve utf8-ness (from Stefan Eissing
54496              <Eissing@medicaldataservice.de>); added tests
54497      Branch: perl
54498            ! pp.c t/op/substr.t
54499 ____________________________________________________________________________
54500 [  6083] By: gsar                                  on 2000/05/07  05:24:46
54501         Log: note about undocumented caller() return value (from M.J.T. Guy);
54502              yet another peek.t tweak
54503      Branch: perl
54504            ! pod/perlfunc.pod t/lib/peek.t
54505 ____________________________________________________________________________
54506 [  6082] By: gsar                                  on 2000/05/07  05:08:40
54507         Log: peek.t non-portable to ithreads
54508      Branch: perl
54509            ! t/lib/peek.t
54510 ____________________________________________________________________________
54511 [  6081] By: gsar                                  on 2000/05/07  04:17:04
54512         Log: better default perlbug categories for ok reports (from Richard Foley)
54513      Branch: perl
54514            ! utils/perlbug.PL
54515 ____________________________________________________________________________
54516 [  6080] By: gsar                                  on 2000/05/07  04:08:07
54517         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
54518              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
54519      Branch: perl
54520            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
54521            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
54522            ! AUTHORS MAINTAIN MANIFEST
54523 ____________________________________________________________________________
54524 [  6079] By: gsar                                  on 2000/05/07  04:01:38
54525         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
54526      Branch: perl
54527            ! lib/Carp/Heavy.pm
54528 ____________________________________________________________________________
54529 [  6078] By: gsar                                  on 2000/05/07  01:24:19
54530         Log: workaround for CRT bug in chdir() (from Charles Lane, via
54531              Peter Prymmer)
54532      Branch: perl
54533            ! iperlsys.h vms/vms.c vms/vmsish.h
54534 ____________________________________________________________________________
54535 [  6077] By: gsar                                  on 2000/05/07  01:22:23
54536         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
54537              and Tom Phoenix)
54538      Branch: perl
54539            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
54540 ____________________________________________________________________________
54541 [  6076] By: gsar                                  on 2000/05/06  17:36:29
54542         Log: integrate cfgperl contents into mainline
54543      Branch: perl
54544           +> t/lib/peek.t
54545           !> Configure MANIFEST Porting/Glossary Porting/config.sh
54546           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
54547           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
54548           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
54549 ____________________________________________________________________________
54550 [  6075] By: jhi                                   on 2000/05/05  18:56:10
54551         Log: Make the test more portable.
54552      Branch: cfgperl
54553            ! t/lib/peek.t
54554 ____________________________________________________________________________
54555 [  6074] By: jhi                                   on 2000/05/05  18:49:20
54556         Log: Introduce t/lib/peek.t.
54557      Branch: cfgperl
54558            + t/lib/peek.t
54559            ! MANIFEST
54560 ____________________________________________________________________________
54561 [  6073] By: jhi                                   on 2000/05/05  14:30:45
54562         Log: Complex tweaks.
54563      Branch: cfgperl
54564            ! lib/Math/Complex.pm t/lib/complex.t
54565 ____________________________________________________________________________
54566 [  6072] By: jhi                                   on 2000/05/05  12:27:13
54567         Log: Integrate with Sarathy.
54568      Branch: cfgperl
54569           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
54570           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
54571           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
54572           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
54573 ____________________________________________________________________________
54574 [  6071] By: gsar                                  on 2000/05/05  02:24:46
54575         Log: misformatted perllocal.pod (from Tim Jenness
54576              <t.jenness@jach.hawaii.edu>)
54577      Branch: perl
54578            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
54579 ____________________________________________________________________________
54580 [  6070] By: gsar                                  on 2000/05/05  02:16:52
54581         Log: remove misleading comment (from M.J.T. Guy)
54582      Branch: perl
54583            ! t/lib/anydbm.t
54584 ____________________________________________________________________________
54585 [  6069] By: gsar                                  on 2000/05/05  02:15:13
54586         Log: File::Spec compatibility update (from Barrie Slaymaker
54587              <barries@slaysys.com>)
54588      Branch: perl
54589            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
54590            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
54591 ____________________________________________________________________________
54592 [  6068] By: gsar                                  on 2000/05/05  02:01:50
54593         Log: note about values()
54594      Branch: perl
54595            ! pod/perlfunc.pod
54596 ____________________________________________________________________________
54597 [  6067] By: gsar                                  on 2000/05/05  01:33:09
54598         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
54599      Branch: perl
54600            ! win32/win32.c
54601 ____________________________________________________________________________
54602 [  6066] By: gsar                                  on 2000/05/05  01:23:43
54603         Log: s/END/CHECK/
54604      Branch: perl
54605            ! perl.c
54606 ____________________________________________________________________________
54607 [  6065] By: jhi                                   on 2000/05/04  17:30:22
54608         Log: Integrate with Sarathy.
54609      Branch: cfgperl
54610           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
54611 ____________________________________________________________________________
54612 [  6064] By: gsar                                  on 2000/05/04  17:26:14
54613         Log: change#5905 wasn't quite right--it's intent only applies when arguments
54614              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
54615      Branch: perl
54616            ! pp_sys.c sv.c
54617 ____________________________________________________________________________
54618 [  6063] By: gsar                                  on 2000/05/04  16:52:29
54619         Log: tokeq() could read unallocated field in argument
54620      Branch: perl
54621            ! toke.c
54622 ____________________________________________________________________________
54623 [  6062] By: gsar                                  on 2000/05/04  16:34:51
54624         Log: additional tests for utf8.t
54625      Branch: perl
54626            ! t/pragma/utf8.t
54627 ____________________________________________________________________________
54628 [  6061] By: gsar                                  on 2000/05/04  16:09:28
54629         Log: change#5921 neglected to make eq honor "use bytes"
54630      Branch: perl
54631            ! sv.c
54632 ____________________________________________________________________________
54633 [  6060] By: jhi                                   on 2000/05/04  15:30:16
54634         Log: Integrate with Sarathy.
54635      Branch: cfgperl
54636           !> perl.c regcomp.c t/pragma/utf8.t
54637 ____________________________________________________________________________
54638 [  6059] By: jhi                                   on 2000/05/04  15:26:37
54639         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
54640              in natively 64-bit platforms where a long is a quad (no need
54641              for long longs).  Also added bias for IVs.
54642      Branch: cfgperl
54643            ! toke.c
54644 ____________________________________________________________________________
54645 [  6058] By: gsar                                  on 2000/05/04  00:19:14
54646         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
54647              (spotted by Donald Kinzer <dkinzer@premia.com>)
54648      Branch: perl
54649            ! perl.c
54650 ____________________________________________________________________________
54651 [  6057] By: gsar                                  on 2000/05/03  18:34:01
54652         Log: fix broken parsing of /\x{ab}/
54653      Branch: perl
54654            ! regcomp.c t/pragma/utf8.t
54655 ____________________________________________________________________________
54656 [  6056] By: jhi                                   on 2000/05/03  17:57:16
54657         Log: The search of infinity continues, this time simplified.
54658      Branch: cfgperl
54659            ! lib/Math/Complex.pm
54660 ____________________________________________________________________________
54661 [  6055] By: jhi                                   on 2000/05/03  17:45:30
54662         Log: Detypo.
54663      Branch: cfgperl
54664            ! hints/unicos.sh
54665 ____________________________________________________________________________
54666 [  6054] By: jhi                                   on 2000/05/02  22:28:27
54667         Log: Be more forgiving in POSIX about HUGE_VALL.
54668      Branch: cfgperl
54669            ! ext/POSIX/POSIX.xs
54670 ____________________________________________________________________________
54671 [  6053] By: jhi                                   on 2000/05/02  22:25:05
54672         Log: Integrate with Sarathy.
54673      Branch: cfgperl
54674           !> hints/irix_6.sh pod/perlop.pod
54675 ____________________________________________________________________________
54676 [  6052] By: jhi                                   on 2000/05/02  22:24:31
54677         Log: Unicos hint tweak.
54678      Branch: cfgperl
54679            ! hints/unicos.sh
54680 ____________________________________________________________________________
54681 [  6051] By: jhi                                   on 2000/05/02  22:21:26
54682         Log: Complex tweakery.
54683      Branch: cfgperl
54684            ! lib/Math/Complex.pm t/lib/complex.t
54685 ____________________________________________________________________________
54686 [  6050] By: jhi                                   on 2000/05/02  19:26:22
54687         Log: Use setxxent()/endxxent().
54688      Branch: cfgperl
54689            ! t/op/grent.t t/op/pwent.t
54690 ____________________________________________________________________________
54691 [  6049] By: jhi                                   on 2000/05/02  19:06:02
54692         Log: Test both the scalar and list contexts.
54693      Branch: cfgperl
54694            ! t/op/grent.t t/op/pwent.t
54695 ____________________________________________________________________________
54696 [  6048] By: gsar                                  on 2000/05/02  18:29:10
54697         Log: add note about how $( doesn't interpolate in REs (from
54698              Philip Newton <newton@ficus.frogspace.net>)
54699      Branch: perl
54700            ! pod/perlop.pod
54701 ____________________________________________________________________________
54702 [  6047] By: jhi                                   on 2000/05/02  17:41:24
54703         Log: Call getspnam() only iff needd.
54704      Branch: cfgperl
54705            ! pp_sys.c
54706 ____________________________________________________________________________
54707 [  6046] By: gsar                                  on 2000/05/02  17:07:25
54708         Log: libscheck has insufficient checks for n32 libs (from
54709              Albert Chin-A-Young <china@thewrittenword.com>)
54710      Branch: perl
54711            ! hints/irix_6.sh
54712 ____________________________________________________________________________
54713 [  6045] By: jhi                                   on 2000/05/02  13:57:17
54714         Log: Integrate with Sarathy.
54715      Branch: cfgperl
54716           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
54717           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
54718 ____________________________________________________________________________
54719 [  6044] By: gsar                                  on 2000/05/02  06:48:19
54720         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
54721              such that underscores are only ignored in literal numbers,
54722              "\x{...}", and hex/oct argument
54723      Branch: perl
54724            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
54725 ____________________________________________________________________________
54726 [  6043] By: gsar                                  on 2000/05/02  02:22:29
54727         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
54728      Branch: perl
54729            ! pod/perlretut.pod
54730 ____________________________________________________________________________
54731 [  6042] By: gsar                                  on 2000/05/02  02:17:51
54732         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
54733      Branch: perl
54734            ! pod/perltrap.pod
54735 ____________________________________________________________________________
54736 [  6041] By: gsar                                  on 2000/05/02  01:53:51
54737         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
54738              to compensate
54739      Branch: perl
54740            ! Porting/makerel
54741 ____________________________________________________________________________
54742 [  6040] By: gsar                                  on 2000/05/02  01:51:57
54743         Log: missing files in MANIFEST
54744      Branch: perl
54745            ! MANIFEST
54746 ____________________________________________________________________________
54747 [  6039] By: jhi                                   on 2000/05/02  00:36:46
54748         Log: Infinite problems.
54749      Branch: cfgperl
54750            ! lib/Math/Complex.pm
54751 ____________________________________________________________________________
54752 [  6038] By: jhi                                   on 2000/05/02  00:06:38
54753         Log: pwent/spent #ifdef imbalance.
54754      Branch: cfgperl
54755            ! pp_sys.c
54756 ____________________________________________________________________________
54757 [  6037] By: jhi                                   on 2000/05/01  22:50:11
54758         Log: Use HUGE_VALL if applicable.
54759      Branch: cfgperl
54760            ! ext/POSIX/POSIX.xs util.c
54761 ____________________________________________________________________________
54762 [  6036] By: jhi                                   on 2000/05/01  22:20:53
54763         Log: Correct Freudian slip.
54764      Branch: cfgperl
54765            ! pp_sys.c
54766 ____________________________________________________________________________
54767 [  6035] By: jhi                                   on 2000/05/01  21:07:38
54768         Log: Continue on the pwent/spent case.
54769      Branch: cfgperl
54770            ! pp_sys.c
54771 ____________________________________________________________________________
54772 [  6034] By: jhi                                   on 2000/05/01  17:45:14
54773         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
54774              adjustments in 6032 conflicted badly with this, will have
54775              to revisit them later.
54776      Branch: cfgperl
54777           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
54778           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
54779           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
54780           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
54781           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
54782           !> t/lib/cgi-html.t t/lib/cgi-request.t
54783 ____________________________________________________________________________
54784 [  6033] By: jhi                                   on 2000/05/01  17:40:49
54785         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
54786      Branch: cfgperl
54787            ! pp_sys.c
54788 ____________________________________________________________________________
54789 [  6032] By: gsar                                  on 2000/05/01  15:56:32
54790         Log: whitespace adjustments
54791      Branch: perl
54792            ! pp_sys.c
54793 ____________________________________________________________________________
54794 [  6031] By: gsar                                  on 2000/05/01  15:19:41
54795         Log: small nits in diagnostics.pm (from Robin Barker)
54796      Branch: perl
54797            ! lib/diagnostics.pm pod/perldiag.pod
54798 ____________________________________________________________________________
54799 [  6030] By: gsar                                  on 2000/05/01  08:39:18
54800         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
54801              for @- and @+ (from Johan Vromans)
54802      Branch: perl
54803            ! lib/English.pm pod/perlvar.pod
54804 ____________________________________________________________________________
54805 [  6029] By: gsar                                  on 2000/05/01  08:16:10
54806         Log: add CGI.pm v2.66 (from Lincoln Stein)
54807      Branch: perl
54808            + lib/CGI/Util.pm t/lib/cgi-pretty.t
54809            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
54810            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
54811            ! t/lib/cgi-html.t t/lib/cgi-request.t
54812 ____________________________________________________________________________
54813 [  6028] By: gsar                                  on 2000/05/01  06:34:41
54814         Log: Pod::Man generates groff-incompatible macro definition (from
54815              Tom Christiansen)
54816      Branch: perl
54817            ! lib/Pod/Man.pm
54818 ____________________________________________________________________________
54819 [  6027] By: gsar                                  on 2000/05/01  06:31:36
54820         Log: podlators-1.02 update (from Russ Allbery)
54821      Branch: perl
54822            ! lib/Pod/Man.pm lib/Pod/Text.pm
54823 ____________________________________________________________________________
54824 [  6026] By: jhi                                   on 2000/04/30  23:24:23
54825         Log: Integrate with Sarathy.
54826      Branch: cfgperl
54827           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
54828           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
54829           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
54830           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
54831           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
54832           !> t/lib/syslog.t toke.c win32/win32.h
54833 ____________________________________________________________________________
54834 [  6025] By: gsar                                  on 2000/04/30  18:17:47
54835         Log: Is{Alnum,Alpha,Word} don't match titlecase
54836              
54837              TODO: IsSpace is defined recursively!
54838              
54839              (both spotted by Larry)
54840      Branch: perl
54841            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
54842            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
54843 ____________________________________________________________________________
54844 [  6024] By: gsar                                  on 2000/04/30  17:50:19
54845         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
54846              (from Hugo van der Sanden)
54847      Branch: perl
54848            ! toke.c
54849 ____________________________________________________________________________
54850 [  6023] By: gsar                                  on 2000/04/30  17:14:43
54851         Log: debugger stomps on $. (from M.J.T. Guy)
54852      Branch: perl
54853            ! lib/perl5db.pl
54854 ____________________________________________________________________________
54855 [  6022] By: gsar                                  on 2000/04/30  16:59:22
54856         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
54857      Branch: perl
54858            ! sv.c
54859 ____________________________________________________________________________
54860 [  6021] By: gsar                                  on 2000/04/29  21:00:08
54861         Log: remove Win2K issue in pod (fixed by change#6020)
54862      Branch: perl
54863            ! README.win32 pod/perl56delta.pod
54864 ____________________________________________________________________________
54865 [  6020] By: gsar                                  on 2000/04/29  20:51:49
54866         Log: test tweak
54867      Branch: perl
54868            ! t/lib/open3.t
54869 ____________________________________________________________________________
54870 [  6019] By: gsar                                  on 2000/04/29  20:34:27
54871         Log: windows portability tweaks
54872      Branch: perl
54873            ! t/lib/b.t win32/win32.h
54874 ____________________________________________________________________________
54875 [  6018] By: gsar                                  on 2000/04/29  19:55:24
54876         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
54877              make _PATH_LOG() return "" if unavailable
54878      Branch: perl
54879            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
54880            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
54881 ____________________________________________________________________________
54882 [  6017] By: jhi                                   on 2000/04/28  22:49:46
54883         Log: Integrate with Sarathy.
54884      Branch: cfgperl
54885           !> op.c perl.c pod/perldiag.pod t/lib/b.t
54886 ____________________________________________________________________________
54887 [  6016] By: jhi                                   on 2000/04/28  22:46:14
54888         Log: Do not warn that an infinity does not look like a number.
54889      Branch: cfgperl
54890            ! sv.c
54891 ____________________________________________________________________________
54892 [  6015] By: gsar                                  on 2000/04/28  22:35:49
54893         Log: tweak test for portability
54894      Branch: perl
54895            ! t/lib/b.t
54896 ____________________________________________________________________________
54897 [  6014] By: gsar                                  on 2000/04/28  22:05:31
54898         Log: glob() loading File::Glob behind the scenes may cause syntax errors
54899      Branch: perl
54900            ! op.c
54901 ____________________________________________________________________________
54902 [  6013] By: gsar                                  on 2000/04/28  21:25:22
54903         Log: tweak change#5945 to display correct switch name in diagnostic
54904      Branch: perl
54905            ! perl.c pod/perldiag.pod
54906 ____________________________________________________________________________
54907 [  6012] By: jhi                                   on 2000/04/28  21:08:12
54908         Log: Integrate with Sarathy.
54909      Branch: cfgperl
54910           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
54911           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
54912           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
54913 ____________________________________________________________________________
54914 [  6011] By: jhi                                   on 2000/04/28  21:04:46
54915         Log: &HUGE_VAL is not defined, it exists.
54916      Branch: cfgperl
54917            ! lib/Math/Complex.pm
54918 ____________________________________________________________________________
54919 [  6010] By: gsar                                  on 2000/04/28  21:02:58
54920         Log: clarify note about shadow password support (from
54921              gellyfish@gellyfish.com)
54922      Branch: perl
54923            ! pod/perlfunc.pod
54924 ____________________________________________________________________________
54925 [  6009] By: gsar                                  on 2000/04/28  21:00:00
54926         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
54927      Branch: perl
54928            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
54929 ____________________________________________________________________________
54930 [  6008] By: gsar                                  on 2000/04/28  20:56:33
54931         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
54932      Branch: perl
54933            ! installperl vms/subconfigure.com
54934 ____________________________________________________________________________
54935 [  6007] By: gsar                                  on 2000/04/28  20:51:21
54936         Log: note about compile failures and END blocks (from M.J.T. Guy)
54937      Branch: perl
54938            ! pod/perl56delta.pod pod/perlmod.pod
54939 ____________________________________________________________________________
54940 [  6006] By: jhi                                   on 2000/04/28  20:42:14
54941         Log: Regen Configure.
54942      Branch: cfgperl
54943            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
54944            ! config_h.SH
54945 ____________________________________________________________________________
54946 [  6005] By: gsar                                  on 2000/04/28  20:41:16
54947         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
54948      Branch: perl
54949            ! utils/perldoc.PL
54950 ____________________________________________________________________________
54951 [  6004] By: jhi                                   on 2000/04/28  20:28:21
54952         Log: Integrate with Sarathy.
54953      Branch: cfgperl
54954           !> Configure INSTALL Porting/Glossary Porting/config.sh
54955           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
54956           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
54957           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
54958           !> win32/config.vc win32/win32.c
54959 ____________________________________________________________________________
54960 [  6003] By: gsar                                  on 2000/04/28  20:11:20
54961         Log: allow REG_EXPAND_SZ keys in Windows registry (from
54962              John Clayton <John.Clayton@barclayscapital.com>)
54963      Branch: perl
54964            ! win32/win32.c
54965 ____________________________________________________________________________
54966 [  6002] By: gsar                                  on 2000/04/28  19:34:16
54967         Log: destructive sv_setsv() can lose UV-ness from source, causing
54968              numeric promotions/comparisons to fail to do the right thing
54969      Branch: perl
54970            ! sv.c
54971 ____________________________________________________________________________
54972 [  6001] By: gsar                                  on 2000/04/28  18:44:15
54973         Log: support additional library locations via $Config{otherlibdirs}
54974              (from Andy Dougherty)
54975      Branch: perl
54976            ! Configure INSTALL Porting/Glossary Porting/config.sh
54977            ! Porting/config_H config_h.SH epoc/config.sh perl.c
54978            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
54979            ! win32/config.bc win32/config.gc win32/config.vc
54980 ____________________________________________________________________________
54981 [  6000] By: gsar                                  on 2000/04/28  18:26:58
54982         Log: reworked otherlibdirs.U (from Andy Dougherty)
54983      Branch: metaconfig
54984            ! U/installdirs/otherlibdirs.U
54985 ____________________________________________________________________________
54986 [  5999] By: gsar                                  on 2000/04/28  18:17:07
54987         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
54988      Branch: perl
54989            ! t/pragma/warn/toke toke.c
54990 ____________________________________________________________________________
54991 [  5998] By: jhi                                   on 2000/04/28  13:32:17
54992         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
54993      Branch: cfgperl
54994            ! lib/Math/Complex.pm
54995 ____________________________________________________________________________
54996 [  5997] By: jhi                                   on 2000/04/28  13:14:04
54997         Log: Preserve $!.
54998      Branch: cfgperl
54999            ! lib/Math/Complex.pm
55000 ____________________________________________________________________________
55001 [  5996] By: jhi                                   on 2000/04/28  12:59:23
55002         Log: Integrate with Sarathy.
55003      Branch: cfgperl
55004           +> pod/perlrequick.pod pod/perlretut.pod
55005           !> (integrate 51 files)
55006 ____________________________________________________________________________
55007 [  5995] By: gsar                                  on 2000/04/28  09:37:36
55008         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
55009      Branch: perl
55010            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
55011 ____________________________________________________________________________
55012 [  5994] By: gsar                                  on 2000/04/28  09:33:26
55013         Log: fix for missed accounting for null byte in pack("Z",...) (from
55014              M.J.T. Guy)
55015      Branch: perl
55016            ! pp.c t/op/pack.t
55017 ____________________________________________________________________________
55018 [  5993] By: gsar                                  on 2000/04/28  09:30:05
55019         Log: various minor tweaks seen on p5p
55020      Branch: perl
55021            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
55022 ____________________________________________________________________________
55023 [  5992] By: gsar                                  on 2000/04/28  09:08:19
55024         Log: pod nit (from Simon Cozens)
55025      Branch: perl
55026            ! pod/perlop.pod
55027 ____________________________________________________________________________
55028 [  5991] By: gsar                                  on 2000/04/28  09:06:36
55029         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
55030      Branch: perl
55031            ! README.posix-bc hints/posix-bc.sh
55032 ____________________________________________________________________________
55033 [  5990] By: gsar                                  on 2000/04/28  08:54:52
55034         Log: use $ENV{LIB} to search for libs under Visual C compiler
55035              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
55036      Branch: perl
55037            ! lib/ExtUtils/Liblist.pm
55038 ____________________________________________________________________________
55039 [  5989] By: gsar                                  on 2000/04/28  08:27:12
55040         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
55041              itself and no other (from Tom Hughes)
55042      Branch: perl
55043            ! t/op/array.t toke.c
55044 ____________________________________________________________________________
55045 [  5988] By: gsar                                  on 2000/04/28  08:01:38
55046         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
55047              <paul@miraclefish.com>)
55048      Branch: perl
55049            ! lib/ExtUtils/MakeMaker.pm
55050 ____________________________________________________________________________
55051 [  5987] By: gsar                                  on 2000/04/28  07:53:09
55052         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
55053      Branch: perl
55054            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
55055 ____________________________________________________________________________
55056 [  5986] By: gsar                                  on 2000/04/28  07:44:17
55057         Log: add regular expressions tutorial and quick-start guide (from
55058              Mark Kvale <kvale@phy.ucsf.edu>)
55059      Branch: perl
55060            + pod/perlrequick.pod pod/perlretut.pod
55061            ! AUTHORS MAINTAIN MANIFEST
55062 ____________________________________________________________________________
55063 [  5985] By: gsar                                  on 2000/04/28  07:30:28
55064         Log: forked child may not exit correctly if it failed to open
55065              /dev/console (from Graham Barr)
55066      Branch: perl
55067            ! ext/Sys/Syslog/Syslog.pm
55068 ____________________________________________________________________________
55069 [  5984] By: gsar                                  on 2000/04/28  07:27:20
55070         Log: attributes::reftype() doesn't work on tied argument
55071      Branch: perl
55072            ! xsutils.c
55073 ____________________________________________________________________________
55074 [  5983] By: gsar                                  on 2000/04/28  07:15:04
55075         Log: numeric conversion of non-number in change#3378 tramples on
55076              OOK offset, causing segfaults
55077      Branch: perl
55078            ! sv.c
55079 ____________________________________________________________________________
55080 [  5982] By: gsar                                  on 2000/04/28  04:48:25
55081         Log: avoid error in IO::Socket::INET when given an unknown service name
55082              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
55083      Branch: perl
55084            ! ext/IO/lib/IO/Socket/INET.pm
55085 ____________________________________________________________________________
55086 [  5981] By: gsar                                  on 2000/04/28  04:31:31
55087         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
55088              prototype mismatch with CORE::glob(); update pod and tests to
55089              suit (File::Glob::glob() is still available for backward
55090              compatibility, but should be considered deprecated)
55091      Branch: perl
55092            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
55093            ! t/lib/glob-taint.t
55094 ____________________________________________________________________________
55095 [  5980] By: gsar                                  on 2000/04/28  03:47:29
55096         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
55097              <ghudson@mit.edu>)
55098      Branch: metaconfig
55099            ! U/modified/Options.U
55100      Branch: perl
55101            ! Configure
55102 ____________________________________________________________________________
55103 [  5979] By: gsar                                  on 2000/04/28  03:07:54
55104         Log: under useithreads, constant pad entries could inadvertantly be
55105              shared across threads (from Eric Blood <eblood@xmission.com>);
55106              added Eric's test case to testsuite
55107      Branch: perl
55108            ! op.c t/op/misc.t
55109 ____________________________________________________________________________
55110 [  5978] By: gsar                                  on 2000/04/27  21:13:00
55111         Log: sync version numbers in File::Spec with the ones on CPAN
55112              (from Barrie Slaymaker)
55113      Branch: perl
55114            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
55115            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
55116            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
55117 ____________________________________________________________________________
55118 [  5977] By: gsar                                  on 2000/04/27  21:07:29
55119         Log: autoquote barewords followed by newline and arrow properly
55120              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
55121      Branch: perl
55122            ! t/pragma/warn/toke toke.c
55123 ____________________________________________________________________________
55124 [  5976] By: gsar                                  on 2000/04/27  20:41:20
55125         Log: DB_File v1.73 update (from Paul Marquess)
55126      Branch: perl
55127            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
55128            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
55129 ____________________________________________________________________________
55130 [  5975] By: gsar                                  on 2000/04/27  20:34:24
55131         Log: allow sort() reentrancy (variant of patch suggested by
55132              Hugo van der Sanden)
55133      Branch: perl
55134            ! pp_ctl.c t/op/sort.t
55135 ____________________________________________________________________________
55136 [  5974] By: gsar                                  on 2000/04/27  19:46:57
55137         Log: change#4197 somehow missed initializing PL_errors, meaning
55138              sytax error queueing wasn't working outside eval"" at all;
55139              also fixed eval"" to localize PL_error_count, so that compile-time
55140              eval's don't clobber the error state of the outer context
55141      Branch: perl
55142            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
55143            ! t/pragma/warn/toke
55144 ____________________________________________________________________________
55145 [  5973] By: gsar                                  on 2000/04/27  18:29:05
55146         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
55147      Branch: perl
55148            ! regcomp.c regexec.c t/op/re_tests
55149 ____________________________________________________________________________
55150 [  5972] By: jhi                                   on 2000/04/27  18:22:41
55151         Log: Integrate with Sarathy.
55152      Branch: cfgperl
55153           +> t/lib/b.t t/lib/syslog.t
55154           !> (integrate 31 files)
55155 ____________________________________________________________________________
55156 [  5971] By: jhi                                   on 2000/04/27  18:18:46
55157         Log: Unicos tweaks from Mark P. Lutz.
55158      Branch: cfgperl
55159            ! hints/unicos.sh lib/Math/Complex.pm
55160 ____________________________________________________________________________
55161 [  5970] By: gsar                                  on 2000/04/27  18:05:11
55162         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
55163              IV is >32bits
55164      Branch: perl
55165            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
55166 ____________________________________________________________________________
55167 [  5969] By: gsar                                  on 2000/04/27  17:50:56
55168         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
55169      Branch: perl
55170            + t/lib/syslog.t
55171            ! MANIFEST ext/Sys/Syslog/Syslog.pm
55172 ____________________________________________________________________________
55173 [  5968] By: gsar                                  on 2000/04/27  17:44:49
55174         Log: tolerate spaces in group names in test on solaris (from David Boyce
55175              <dsb@boyski.com>)
55176      Branch: perl
55177            ! t/op/groups.t
55178 ____________________________________________________________________________
55179 [  5967] By: gsar                                  on 2000/04/27  17:41:22
55180         Log: improved docs on the warn_uninit diagnostic (from David Glasser
55181              and Simon Cozens)
55182      Branch: perl
55183            ! pod/perldiag.pod
55184 ____________________________________________________________________________
55185 [  5966] By: gsar                                  on 2000/04/27  16:54:58
55186         Log: add testsuite for B backends, fix bug in B::Deparse (from
55187              Simon Cozens <simon@brecon.co.uk>)
55188      Branch: perl
55189            + t/lib/b.t
55190            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
55191 ____________________________________________________________________________
55192 [  5965] By: gsar                                  on 2000/04/27  16:10:37
55193         Log: avoid "will not stay shared" warnings for our variables (from
55194              Robin Barker)
55195      Branch: perl
55196            ! op.c t/pragma/warn/op
55197 ____________________________________________________________________________
55198 [  5964] By: gsar                                  on 2000/04/27  07:05:05
55199         Log: reformat to 72 columns (again)
55200      Branch: perl
55201            ! pod/perldiag.pod
55202 ____________________________________________________________________________
55203 [  5963] By: gsar                                  on 2000/04/27  06:28:31
55204         Log: patch from Larry to make (\&) prototype work; added tests for
55205              the same
55206      Branch: perl
55207            ! op.c t/comp/proto.t
55208 ____________________________________________________________________________
55209 [  5962] By: gsar                                  on 2000/04/27  06:15:47
55210         Log: updated README.hpux (from Jeff Okamoto)
55211      Branch: perl
55212            ! README.hpux
55213 ____________________________________________________________________________
55214 [  5961] By: gsar                                  on 2000/04/27  05:55:03
55215         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
55216      Branch: perl
55217            ! emacs/cperl-mode.el
55218 ____________________________________________________________________________
55219 [  5960] By: gsar                                  on 2000/04/27  05:49:26
55220         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
55221      Branch: perl
55222            ! INSTALL
55223 ____________________________________________________________________________
55224 [  5959] By: gsar                                  on 2000/04/27  05:33:41
55225         Log: doubled words in pods (from Simon Cozens
55226              <simon.p.cozens@jp.pwcglobal.com>)
55227      Branch: perl
55228            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
55229            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
55230            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
55231            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
55232            ! pod/perltootc.pod
55233 ____________________________________________________________________________
55234 [  5958] By: gsar                                  on 2000/04/27  05:11:39
55235         Log: change#3569 deleted some essential code, revert; avoid use of
55236              atexit() to make DynaLoader work properly on AIX under mod_perl
55237              (from Jens-Uwe Mager <jum@helios.de>)
55238      Branch: perl
55239            ! ext/DynaLoader/dl_aix.xs
55240 ____________________________________________________________________________
55241 [  5957] By: gsar                                  on 2000/04/27  04:54:51
55242         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
55243      Branch: perl
55244            ! pod/perlmod.pod
55245 ____________________________________________________________________________
55246 [  5956] By: gsar                                  on 2000/04/27  04:51:47
55247         Log: better diagnostics on failed tests (from Ilya Zakharevich)
55248      Branch: perl
55249            ! t/op/lex_assign.t
55250 ____________________________________________________________________________
55251 [  5955] By: gsar                                  on 2000/04/27  04:26:44
55252         Log: longstanding bug exposed by change#3307: sort arguments weren't
55253              compiled with the right wantarray context (ensuing runtime lookup
55254              via block_gimme() was getting the incidental context of the
55255              sort() itself)
55256      Branch: perl
55257            ! op.c t/op/sort.t
55258 ____________________________________________________________________________
55259 [  5954] By: gsar                                  on 2000/04/26  23:42:12
55260         Log: integrate cfgperl contents into mainline
55261      Branch: perl
55262           !> (integrate 30 files)
55263 ____________________________________________________________________________
55264 [  5953] By: jhi                                   on 2000/04/26  23:06:42
55265         Log: Integrate with Sarathy.
55266      Branch: cfgperl
55267           !> README.win32 ext/B/B/Deparse.pm
55268           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
55269           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
55270           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
55271           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
55272           !> utils/perldoc.PL vms/perlvms.pod
55273 ____________________________________________________________________________
55274 [  5952] By: jhi                                   on 2000/04/26  23:03:46
55275         Log: Undo "use integer" addition from 64bitint as it seems
55276              to break most of the subtests in Digital UNIX;
55277              Unicos needs to find another way.
55278      Branch: cfgperl
55279            ! t/op/64bitint.t
55280 ____________________________________________________________________________
55281 [  5951] By: jhi                                   on 2000/04/26  22:57:53
55282         Log: Be more robust on "extreme" (large absolute value)
55283              arguments.  Originally reported by Daniel Connelly
55284              as a problem with asinh() on large negative arguments,
55285              asinh() used to bail out because an argument to log()
55286              ended up being zero.  Ilya Zakharevich proposed using
55287              Taylor's series in such cases, which for such large
55288              arguments is a very good approximation.
55289      Branch: cfgperl
55290            ! lib/Math/Complex.pm t/lib/complex.t
55291 ____________________________________________________________________________
55292 [  5950] By: gsar                                  on 2000/04/25  19:13:12
55293         Log: reformat perldiag to avoid long lines
55294      Branch: perl
55295            ! pod/perldiag.pod
55296 ____________________________________________________________________________
55297 [  5949] By: gsar                                  on 2000/04/25  18:41:11
55298         Log: make perldoc use the pod2man from the same version (from
55299              M.J.T. Guy)
55300      Branch: perl
55301            ! utils/perldoc.PL
55302 ____________________________________________________________________________
55303 [  5948] By: gsar                                  on 2000/04/25  18:21:57
55304         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
55305              <kompas@kompas.usr.onet.pl>)
55306      Branch: perl
55307            ! lib/vars.pm
55308 ____________________________________________________________________________
55309 [  5947] By: gsar                                  on 2000/04/25  18:11:53
55310         Log: use &dl_error rather than &dl_load_file as the guard for calling
55311              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
55312              statically built perl)
55313      Branch: perl
55314            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
55315 ____________________________________________________________________________
55316 [  5946] By: jhi                                   on 2000/04/25  17:37:54
55317         Log: Document that tr() is not tr(1).
55318      Branch: cfgperl
55319            ! pod/perlop.pod
55320 ____________________________________________________________________________
55321 [  5945] By: gsar                                  on 2000/04/25  16:34:33
55322         Log: make module name mandatory after -M switch; reorder perldiag
55323              alphabetically (from Mark-Jason Dominus)
55324      Branch: perl
55325            ! perl.c pod/perldiag.pod
55326 ____________________________________________________________________________
55327 [  5944] By: jhi                                   on 2000/04/25  01:15:18
55328         Log: On second thoughts frexp() does have two arguments.
55329      Branch: cfgperl
55330            ! perl.h
55331 ____________________________________________________________________________
55332 [  5943] By: jhi                                   on 2000/04/24  22:56:32
55333         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
55334              Now pp_ncmp() returns undef is either operand is a NaN.
55335      Branch: cfgperl
55336            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
55337            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
55338            ! vms/subconfigure.com vos/config.def vos/config.h
55339            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
55340            ! win32/config.vc win32/config_H.bc win32/config_H.gc
55341            ! win32/config_H.vc
55342      Branch: metaconfig/U/perl
55343            + d_modfl.U
55344 ____________________________________________________________________________
55345 [  5942] By: jhi                                   on 2000/04/24  19:45:17
55346         Log: Regen Configure to match #5937.
55347      Branch: cfgperl
55348            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
55349            ! config_h.SH
55350      Branch: metaconfig
55351            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
55352 ____________________________________________________________________________
55353 [  5941] By: jhi                                   on 2000/04/24  19:24:11
55354         Log: Further Unicos fixes for Mark Lutz.
55355      Branch: cfgperl
55356            ! hints/unicos.sh pp_ctl.c
55357 ____________________________________________________________________________
55358 [  5940] By: jhi                                   on 2000/04/24  19:09:06
55359         Log: Various Unicos 10.0.0.6 fixes.
55360              
55361              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
55362              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
55363              Reply-To: tecmpl1@triton.ca.boeing.com 
55364              To: perl5-porters@perl.org 
55365              Date: Fri, 14 Apr 2000 20:21:00 GMT 
55366              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
55367      Branch: cfgperl
55368            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
55369 ____________________________________________________________________________
55370 [  5939] By: gsar                                  on 2000/04/24  19:01:24
55371         Log: more pod nits (from Larry Virden)
55372      Branch: perl
55373            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
55374            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
55375            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
55376 ____________________________________________________________________________
55377 [  5938] By: gsar                                  on 2000/04/24  18:54:01
55378         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
55379      Branch: perl
55380            ! ext/B/B/Deparse.pm
55381 ____________________________________________________________________________
55382 [  5937] By: jhi                                   on 2000/04/24  17:39:00
55383         Log: Integrate with Sarathy.
55384      Branch: cfgperl
55385           +> (branch 31 files)
55386           !> (integrate 73 files)
55387 ____________________________________________________________________________
55388 [  5936] By: gsar                                  on 2000/04/24  17:30:06
55389         Log: additional tests for change#5934 (from Paul Marquess, who also
55390              sent in the same fix)
55391      Branch: perl
55392            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
55393            ! t/pragma/warn/5nolint t/pragma/warn/6default
55394 ____________________________________________________________________________
55395 [  5935] By: jhi                                   on 2000/04/24  17:26:05
55396         Log: Do not assume sign propagation.
55397              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
55398              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
55399              To: payner@ncifcrf.gov, perl5-porters@perl.org 
55400              Date: Tue, 18 Apr 2000 18:24:49 +0100 
55401              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
55402      Branch: cfgperl
55403            ! t/op/bop.t t/op/misc.t
55404 ____________________________________________________________________________
55405 [  5934] By: gsar                                  on 2000/04/24  17:16:54
55406         Log: propagate lexical warnings from surrounding scope correctly
55407              within string eval()
55408      Branch: perl
55409            ! pp_ctl.c t/pragma/warn/pp_ctl
55410 ____________________________________________________________________________
55411 [  5933] By: jhi                                   on 2000/04/24  17:01:07
55412         Log: Flatten the cpp jungle doing the nosuid checking.
55413      Branch: cfgperl
55414            ! perl.c
55415 ____________________________________________________________________________
55416 [  5932] By: gsar                                  on 2000/04/24  09:08:14
55417         Log: add rsignal(), whichsig() and do_join() to public API list
55418              (mod_perl uses them to good advantage)
55419      Branch: perl
55420            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
55421 ____________________________________________________________________________
55422 [  5931] By: gsar                                  on 2000/04/24  09:01:40
55423         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
55424      Branch: perl
55425            ! pp_hot.c regexec.c t/op/pat.t
55426 ____________________________________________________________________________
55427 [  5930] By: gsar                                  on 2000/04/24  08:58:33
55428         Log: small os390 tweaks (from Peter Prymmer)
55429      Branch: perl
55430            ! config_h.SH makedepend.SH
55431 ____________________________________________________________________________
55432 [  5929] By: gsar                                  on 2000/04/24  08:55:25
55433         Log: pod nits
55434      Branch: perl
55435            ! pod/perlguts.pod
55436 ____________________________________________________________________________
55437 [  5928] By: gsar                                  on 2000/04/24  08:50:13
55438         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
55439      Branch: perl
55440            ! ext/IO/lib/IO/Poll.pm
55441 ____________________________________________________________________________
55442 [  5927] By: gsar                                  on 2000/04/24  08:43:24
55443         Log: arrange for next() to resume at the unstack op rather than the
55444              loop conditional, so that scope cleanup happens correctly
55445              (from Stephen McCamant)
55446      Branch: perl
55447            ! op.c pp_ctl.c t/op/misc.t
55448 ____________________________________________________________________________
55449 [  5926] By: gsar                                  on 2000/04/24  08:18:40
55450         Log: on windows, reserve 16M of stack rather than 128M (allows more
55451              threads to run concurrently)
55452      Branch: perl
55453            ! win32/Makefile win32/makefile.mk
55454 ____________________________________________________________________________
55455 [  5925] By: gsar                                  on 2000/04/24  08:13:52
55456         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
55457      Branch: perl
55458            ! toke.c
55459 ____________________________________________________________________________
55460 [  5924] By: gsar                                  on 2000/04/24  08:08:59
55461         Log: avoid using uninitialized memory in require version check
55462      Branch: perl
55463            ! pp_ctl.c universal.c
55464 ____________________________________________________________________________
55465 [  5923] By: gsar                                  on 2000/04/24  07:20:14
55466         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
55467      Branch: perl
55468            ! ext/IO/lib/IO/Poll.pm
55469 ____________________________________________________________________________
55470 [  5922] By: gsar                                  on 2000/04/24  07:08:42
55471         Log: commentary about IoTYPE() (from Nathan Torkington)
55472      Branch: perl
55473            ! sv.h
55474 ____________________________________________________________________________
55475 [  5921] By: gsar                                  on 2000/04/24  06:58:26
55476         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
55477              by fix
55478      Branch: perl
55479            ! sv.c t/lib/charnames.t t/pragma/utf8.t
55480 ____________________________________________________________________________
55481 [  5920] By: gsar                                  on 2000/04/24  06:37:59
55482         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
55483      Branch: perl
55484            ! doop.c t/op/ver.t
55485 ____________________________________________________________________________
55486 [  5919] By: gsar                                  on 2000/04/24  06:21:58
55487         Log: Configure might miss old directories when prefix must be
55488              expanded (from Robin Barker)
55489      Branch: metaconfig
55490            ! U/installdirs/inc_version_list.U
55491      Branch: perl
55492            ! Configure
55493 ____________________________________________________________________________
55494 [  5918] By: gsar                                  on 2000/04/24  06:16:11
55495         Log: VMS nits in glob() test (from Charles Lane)
55496      Branch: perl
55497            ! t/lib/glob-basic.t
55498 ____________________________________________________________________________
55499 [  5917] By: gsar                                  on 2000/04/24  06:11:56
55500         Log: various pod nits (from Larry Virden and others)
55501      Branch: perl
55502            ! README.amiga README.hpux README.machten README.os2
55503            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
55504            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
55505            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
55506            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
55507            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
55508            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
55509            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
55510            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
55511 ____________________________________________________________________________
55512 [  5916] By: gsar                                  on 2000/04/24  05:52:43
55513         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
55514              <wjones@tc.fluke.com>)
55515      Branch: perl
55516            ! t/lib/glob-basic.t
55517 ____________________________________________________________________________
55518 [  5915] By: gsar                                  on 2000/04/24  05:07:01
55519         Log: supported platforms mixed up
55520      Branch: perl
55521            ! pod/perl56delta.pod pod/perlport.pod
55522 ____________________________________________________________________________
55523 [  5914] By: gsar                                  on 2000/04/24  04:56:08
55524         Log: caller() wasn't returning the right number of elements for
55525              eval {...}
55526      Branch: perl
55527            ! pp_ctl.c t/pragma/warn/9enabled
55528 ____________________________________________________________________________
55529 [  5913] By: gsar                                  on 2000/04/24  04:35:41
55530         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
55531              Mark-Jason Dominus)
55532      Branch: perl
55533            ! pod/perlfunc.pod
55534 ____________________________________________________________________________
55535 [  5912] By: gsar                                  on 2000/04/24  04:17:15
55536         Log: fix totally broken caching in UNIVERSAL::isa() (from
55537              Nick Ing-Simmons)
55538      Branch: perl
55539            ! t/op/universal.t universal.c
55540 ____________________________________________________________________________
55541 [  5911] By: gsar                                  on 2000/04/24  03:39:47
55542         Log: add linebreak properties from unicode/LineBrk.txt (from
55543              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
55544      Branch: perl
55545            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
55546            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
55547            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
55548            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
55549            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
55550            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
55551            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
55552            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
55553            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
55554            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
55555            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
55556            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
55557            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
55558            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
55559            + lib/unicode/Is/LbrkZW.pl
55560            ! lib/unicode/mktables.PL
55561 ____________________________________________________________________________
55562 [  5910] By: gsar                                  on 2000/04/24  03:23:10
55563         Log: typo in pod
55564      Branch: perl
55565            ! ext/Thread/Thread.pm
55566 ____________________________________________________________________________
55567 [  5909] By: gsar                                  on 2000/04/24  03:22:03
55568         Log: mode argument to do_binmode() should be file mode, not boolean
55569      Branch: perl
55570            ! pp_sys.c
55571 ____________________________________________________________________________
55572 [  5908] By: gsar                                  on 2000/04/16  16:51:08
55573         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
55574              always returns a valid GV even when the symbol is trapped by strictures
55575              (avoids coredumps)
55576              
55577              TODO: the C<package;> hack needs similar treatment
55578      Branch: perl
55579            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
55580            ! t/pragma/strict-vars
55581 ____________________________________________________________________________
55582 [  5907] By: jhi                                   on 2000/03/31  23:42:56
55583         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
55584              an assumption which #5905 demolished.
55585      Branch: cfgperl
55586            ! pp_sys.c
55587 ____________________________________________________________________________
55588 [  5906] By: jhi                                   on 2000/03/31  18:54:37
55589         Log: Typo in #5905.
55590      Branch: cfgperl
55591            ! t/op/64bitint.t
55592 ____________________________________________________________________________
55593 [  5905] By: jhi                                   on 2000/03/31  18:50:54
55594         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
55595              reported by Joseph N. Hall.  The bug was that even with use64bitint
55596              one had to use the prefixes q, L, or ll with printf/sprintf,
55597              contrary to the documentation and common sense.
55598      Branch: cfgperl
55599            ! sv.c t/op/64bitint.t
55600 ____________________________________________________________________________
55601 [  5904] By: gsar                                  on 2000/03/28  02:31:32
55602         Log: add Changes, perldelta.pod
55603      Branch: perl
55604            + Changes pod/perldelta.pod
55605 ____________________________________________________________________________
55606 [  5903] By: gsar                                  on 2000/03/28  02:03:55
55607         Log: rename Changes and perldelta.pod
55608      Branch: perl
55609           +> Changes5.6 pod/perl56delta.pod
55610            - Changes pod/perldelta.pod
55611            ! MANIFEST
55612 ____________________________________________________________________________
55613 [  5902] By: gsar                                  on 2000/03/28  01:59:14
55614         Log: create maint-5.6 branch
55615      Branch: maint-5.6/perl
55616           +> (branch 1611 files)
55617 ____________________________________________________________________________
55618 [  5901] By: jhi                                   on 2000/03/23  05:48:43
55619         Log: Integrate with Sarathy.
55620      Branch: cfgperl
55621           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
55622 ____________________________________________________________________________
55623 [  5900] By: gsar                                  on 2000/03/23  05:42:43
55624         Log: three guesses on what this is :-)
55625      Branch: perl
55626            ! Changes